X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=sql-ledger%2Fold%2Fsql-ledger%2Flocale%2Fbr%2Frc;fp=sql-ledger%2Fold%2Fsql-ledger%2Flocale%2Fbr%2Frc;h=7fd872ba6ec79e0b6a8ea288d537a8a1badca96b;hb=52072fcd26f2faf57923f598c358e7f47c4e2643;hp=0000000000000000000000000000000000000000;hpb=f6c9088e16c4c083174dd1130ae58d213923cdef;p=freeside.git diff --git a/sql-ledger/old/sql-ledger/locale/br/rc b/sql-ledger/old/sql-ledger/locale/br/rc new file mode 100644 index 000000000..7fd872ba6 --- /dev/null +++ b/sql-ledger/old/sql-ledger/locale/br/rc @@ -0,0 +1,37 @@ +$self{texts} = { + 'Account' => 'Conta', + 'Balance' => 'Balanço', + 'Cleared Balance' => 'Balanço limpo', + 'Continue' => 'Continuar', + 'Date' => 'Data', + 'Deposit' => 'Depósito', + 'Description' => 'Descrição', + 'Difference' => 'Diferença', + 'Done' => 'Feito', + 'Exchangerate Difference' => 'Diferença da Taxa de Câmbio', + 'From' => 'De', + 'Out of balance!' => 'Fora de balanço!', + 'Payment' => 'Pagamento', + 'Reconciliation' => 'Reconciliação', + 'Select all' => 'Selecionar todos', + 'Source' => 'Fonte', + 'Statement Balance' => 'Declaração de Balanço', + 'To' => 'Até', + 'Update' => 'Atualizar', +}; + +$self{subs} = { + 'continue' => 'continue', + 'display_form' => 'display_form', + 'done' => 'done', + 'get_payments' => 'get_payments', + 'reconciliation' => 'reconciliation', + 'select_all' => 'select_all', + 'update' => 'update', + 'continuar' => 'continue', + 'feito' => 'done', + 'selecionar_todos' => 'select_all', + 'atualizar' => 'update', +}; + +1;