summaryrefslogtreecommitdiff
path: root/locale/es/arapprn
blob: 54ffd18e98c0d7ffc9f667acead70f76b51d9b15 (plain)
  1. $self{texts} = {
  2. 'Account' => 'Cuenta',
  3. 'Amount' => 'Total',
  4. 'Continue' => 'Continuar',
  5. 'Date' => 'Fecha',
  6. 'Memo' => 'Memo',
  7. 'Nothing to print!' => '¡No hay nada que imprimir!',
  8. 'PDF' => 'PDF',
  9. 'Postscript' => 'Postscript',
  10. 'Printed' => 'Impreso',
  11. 'Screen' => 'Pantalla',
  12. 'Select payment' => '¡Seleccione Pago!',
  13. 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
  14. 'Source' => 'Fuente',
  15. };
  16. $self{subs} = {
  17. 'customer_details' => 'customer_details',
  18. 'payment_selected' => 'payment_selected',
  19. 'print' => 'print',
  20. 'print_and_post' => 'print_and_post',
  21. 'print_check' => 'print_check',
  22. 'print_options' => 'print_options',
  23. 'print_receipt' => 'print_receipt',
  24. 'print_transaction' => 'print_transaction',
  25. 'select_payment' => 'select_payment',
  26. 'vendor_details' => 'vendor_details',
  27. 'continuar' => 'continue',
  28. };
  29. 1;