diff options
Diffstat (limited to 'sql-ledger/locale/pt/arapprn')
-rw-r--r-- | sql-ledger/locale/pt/arapprn | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sql-ledger/locale/pt/arapprn b/sql-ledger/locale/pt/arapprn new file mode 100644 index 000000000..db95ef718 --- /dev/null +++ b/sql-ledger/locale/pt/arapprn @@ -0,0 +1,29 @@ +$self{texts} = { + 'Account' => 'Conta', + 'Amount' => 'Total', + 'Check' => 'Cheque', + 'Continue' => 'Continuar', + 'Date' => 'Data', + 'PDF' => 'PDF', + 'Postscript' => 'PostScript', + 'Receipt' => 'Recibo', + 'Screen' => 'Ecran', + 'Select postscript or PDF!' => 'Seleccione PostScript ou PDF', + 'Source' => 'Origem', +}; + +$self{subs} = { + 'customer_details' => 'customer_details', + 'payment_selected' => 'payment_selected', + 'print' => 'print', + 'print_and_post' => 'print_and_post', + 'print_check' => 'print_check', + 'print_options' => 'print_options', + 'print_receipt' => 'print_receipt', + 'print_transaction' => 'print_transaction', + 'select_payment' => 'select_payment', + 'vendor_details' => 'vendor_details', + 'continuar' => 'continue', +}; + +1; |