summaryrefslogtreecommitdiff
path: root/sql-ledger/locale/br/rc
diff options
context:
space:
mode:
Diffstat (limited to 'sql-ledger/locale/br/rc')
-rw-r--r--sql-ledger/locale/br/rc37
1 files changed, 37 insertions, 0 deletions
diff --git a/sql-ledger/locale/br/rc b/sql-ledger/locale/br/rc
new file mode 100644
index 0000000..7fd872b
--- /dev/null
+++ b/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;