diff options
Diffstat (limited to 'sql-ledger/locale/pt/rc')
| -rw-r--r-- | sql-ledger/locale/pt/rc | 33 | 
1 files changed, 29 insertions, 4 deletions
diff --git a/sql-ledger/locale/pt/rc b/sql-ledger/locale/pt/rc index 28c8216bb..d95987f3b 100644 --- a/sql-ledger/locale/pt/rc +++ b/sql-ledger/locale/pt/rc @@ -1,31 +1,56 @@  $self{texts} = {    'Account'                     => 'Conta', +  'Accounting Menu'             => 'Menu de Contabilidade', +  'Apr'                         => 'Abr', +  'April'                       => 'Abril', +  'Aug'                         => 'Ago', +  'August'                      => 'Agosto',    'Balance'                     => 'Saldo', -  'Cleared Balance'             => 'Cleared Balance',    'Continue'                    => 'Continuar',    'Date'                        => 'Data', +  'Dec'                         => 'Dez', +  'December'                    => 'Dezembro',    'Deposit'                     => 'Depósito',    'Description'                 => 'Descrição',    'Difference'                  => 'Diferença',    'Done'                        => 'Pronto', -  'Exchangerate Difference'     => 'Diferença na Taxa de Câmbio', +  'Feb'                         => 'Fev', +  'February'                    => 'Fevereiro',    'From'                        => 'De', -  'Out of balance!'             => 'Out of balance!', +  'Jan'                         => 'Jan', +  'January'                     => 'Janeiro', +  'Jul'                         => 'Jul', +  'July'                        => 'Julho', +  'Jun'                         => 'Jun', +  'June'                        => 'Junho', +  'Mar'                         => 'Mar', +  'March'                       => 'Março', +  'May'                         => 'Mai', +  'May '                        => 'Maio', +  'Nov'                         => 'Nov', +  'November'                    => 'Novembro', +  'Oct'                         => 'Out', +  'October'                     => 'Outubro',    'Payment'                     => 'Pagamento',    'Reconciliation'              => 'Reconciliação',    'Select all'                  => 'Seleccionar todos', +  'Sep'                         => 'Set', +  'September'                   => 'Setembro',    'Source'                      => 'Origem', -  'Statement Balance'           => 'Statement Balance',    'To'                          => 'Até',    'Update'                      => 'Actualizar',  };  $self{subs} = { +  'acc_menu'                    => 'acc_menu',    'continue'                    => 'continue', +  'display'                     => 'display',    'display_form'                => 'display_form',    'done'                        => 'done',    'get_payments'                => 'get_payments', +  'menubar'                     => 'menubar',    'reconciliation'              => 'reconciliation', +  'section_menu'                => 'section_menu',    'select_all'                  => 'select_all',    'update'                      => 'update',    'continuar'                   => 'continue',  | 
