summaryrefslogtreecommitdiff
path: root/locale/pt/arapprn
blob: ae45dacf7986a88c8c7c3e6f3730e7533be88794 (plain)
  1. $self{texts} = {
  2. 'Account' => 'Conta',
  3. 'Amount' => 'Total',
  4. 'Continue' => 'Continuar',
  5. 'Date' => 'Data',
  6. 'PDF' => 'PDF',
  7. 'Postscript' => 'PostScript',
  8. 'Screen' => 'Ecran',
  9. 'Select postscript or PDF!' => 'Seleccione PostScript ou PDF',
  10. 'Source' => 'Origem',
  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. 'continuar' => 'continue',
  24. };
  25. 1;