summaryrefslogtreecommitdiff
path: root/locale/sv/arapprn
blob: 2af45a2beb89b22c6cef67ac602c8992f89a99ea (plain)
  1. $self{texts} = {
  2. 'Account' => 'Cuenta',
  3. 'Amount' => 'Total',
  4. 'Continue' => 'Continuar',
  5. 'Date' => 'Fecha',
  6. 'PDF' => 'PDF',
  7. 'Postscript' => 'Postscript',
  8. 'Screen' => 'Pantalla',
  9. 'Select postscript or PDF!' => 'Seleccione postscript o PDF',
  10. 'Source' => 'Fuente',
  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;