diff options
Diffstat (limited to 'locale/it/arapprn')
-rwxr-xr-x | locale/it/arapprn | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/locale/it/arapprn b/locale/it/arapprn new file mode 100755 index 00000000..c6c08e62 --- /dev/null +++ b/locale/it/arapprn @@ -0,0 +1,28 @@ +$self{texts} = { + 'Account' => 'Conto', + 'Amount' => 'Importo', + 'Continue' => 'Continua', + 'Date' => 'Data', + 'PDF' => 'PDF', + 'Postscript' => 'Postscript', + 'Screen' => 'Schermo', + 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!', + 'Source' => 'Sorgente', +}; + +$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', + 'continua' => 'continue', +}; + +1; + |