summaryrefslogtreecommitdiff
path: root/locale/es_utf/arapprn
blob: 9cb00508afa0454062029d5d23c527d14d0b55fb (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Account' => 'Cuenta',
  4. 'Amount' => 'Total',
  5. 'Continue' => 'Continuar',
  6. 'Date' => 'Fecha',
  7. 'Screen' => 'Pantalla',
  8. 'Select postscript or PDF!' => '¡Seleccione postscript o PDF',
  9. 'Source' => 'Fuente',
  10. };
  11. $self{subs} = {
  12. 'customer_details' => 'customer_details',
  13. 'payment_selected' => 'payment_selected',
  14. 'print' => 'print',
  15. 'print_and_post' => 'print_and_post',
  16. 'print_check' => 'print_check',
  17. 'print_options' => 'print_options',
  18. 'print_receipt' => 'print_receipt',
  19. 'print_transaction' => 'print_transaction',
  20. 'select_payment' => 'select_payment',
  21. 'vendor_details' => 'vendor_details',
  22. 'continuar' => 'continue',
  23. };
  24. 1;