diff options
Diffstat (limited to 'locale/pt/arapprn')
-rwxr-xr-x | locale/pt/arapprn | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/locale/pt/arapprn b/locale/pt/arapprn deleted file mode 100755 index ae45dacf..00000000 --- a/locale/pt/arapprn +++ /dev/null @@ -1,28 +0,0 @@ -$self{texts} = { - 'Account' => 'Conta', - 'Amount' => 'Total', - 'Continue' => 'Continuar', - 'Date' => 'Data', - 'PDF' => 'PDF', - 'Postscript' => 'PostScript', - '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; - |