diff options
Diffstat (limited to 'locale/br/rc')
-rwxr-xr-x | locale/br/rc | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/locale/br/rc b/locale/br/rc deleted file mode 100755 index a268263f..00000000 --- a/locale/br/rc +++ /dev/null @@ -1,79 +0,0 @@ -$self{texts} = { - 'Account' => 'Conta', - 'Accounting Menu' => 'Menu de Contabilidade', - 'Apr' => 'Abr', - 'April' => 'Abril', - 'Aug' => 'Ago', - 'August' => 'Agosto', - 'Balance' => 'Balanço', - 'Beginning Balance' => 'Balanço Inicial', - 'Cleared' => 'Limpo', - 'Continue' => 'Continuar', - 'Credit' => 'Crédito', - 'Current' => 'Corrente', - 'Date' => 'Data', - 'Debit' => 'Débito', - 'Dec' => 'Dez', - 'December' => 'Dezembro', - 'Description' => 'Descrição', - 'Detail' => 'Detalhe', - 'Difference' => 'Diferença', - 'Done' => 'Feito', - 'Feb' => 'Fev', - 'February' => 'Fevereiro', - 'From' => 'De', - 'Include Exchange Rate Difference' => 'Incluir diferença de taxa de câmbio', - 'Jan' => 'Jan', - 'January' => 'Janeiro', - 'Jul' => 'Jul', - 'July' => 'Julho', - 'Jun' => 'Jun', - 'June' => 'Junho', - 'Mar' => 'Mar', - 'March' => 'Março', - 'May' => 'Mai', - 'May ' => 'Maio', - 'Month' => 'Mês', - 'Nov' => 'Nov', - 'November' => 'Novembro', - 'Oct' => 'Out', - 'October' => 'Outubro', - 'Out of balance!' => 'Fora de balanço!', - 'Outstanding' => 'Pendente', - 'Period' => 'Período', - 'Quarter' => 'Trimestre', - 'R' => 'R', - 'Reconciliation' => 'Reconciliação', - 'Reconciliation Report' => 'Relatório de Reconciliação', - 'Select all' => 'Selecionar todos', - 'Sep' => 'Set', - 'September' => 'Setembro', - 'Source' => 'Fonte', - 'Statement Balance' => 'Declaração de Balanço', - 'Summary' => 'Sumário', - 'To' => 'Até', - 'Update' => 'Atualizar', - 'Year' => 'Ano', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'continue' => 'continue', - 'display' => 'display', - 'display_form' => 'display_form', - 'done' => 'done', - 'get_payments' => 'get_payments', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'reconciliation' => 'reconciliation', - 'section_menu' => 'section_menu', - 'select_all' => 'select_all', - 'update' => 'update', - 'continuar' => 'continue', - 'feito' => 'done', - 'selecionar_todos' => 'select_all', - 'atualizar' => 'update', -}; - -1; - |