summaryrefslogtreecommitdiff
path: root/locale/it/arapprn
blob: c6c08e62b441a826e3f17446a9fe6c1823652cec (plain)
  1. $self{texts} = {
  2. 'Account' => 'Conto',
  3. 'Amount' => 'Importo',
  4. 'Continue' => 'Continua',
  5. 'Date' => 'Data',
  6. 'PDF' => 'PDF',
  7. 'Postscript' => 'Postscript',
  8. 'Screen' => 'Schermo',
  9. 'Select postscript or PDF!' => 'Scegli tra postscript e PDF!',
  10. 'Source' => 'Sorgente',
  11. };
  12. $self{subs} = {
  13. 'customer_details' => 'customer_details',
  14. 'payment_selected' => 'payment_selected',
  15. 'print' => 'print',
  16. 'print_and_post' => 'print_and_post',
  17. 'print_check' => 'print_check',
  18. 'print_options' => 'print_options',
  19. 'print_receipt' => 'print_receipt',
  20. 'print_transaction' => 'print_transaction',
  21. 'select_payment' => 'select_payment',
  22. 'vendor_details' => 'vendor_details',
  23. 'continua' => 'continue',
  24. };
  25. 1;