summaryrefslogtreecommitdiff
path: root/locale/ct/arapprn
blob: 25c1c6939e75cf65d4ae7625cbf07db02d81f149 (plain)
  1. $self{texts} = {
  2. 'Account' => 'Compta',
  3. 'Amount' => 'Total',
  4. 'Continue' => 'Continuar',
  5. 'Date' => 'Data',
  6. 'Screen' => 'Pantalla',
  7. 'Source' => 'Font',
  8. };
  9. $self{subs} = {
  10. 'customer_details' => 'customer_details',
  11. 'payment_selected' => 'payment_selected',
  12. 'print' => 'print',
  13. 'print_and_post' => 'print_and_post',
  14. 'print_check' => 'print_check',
  15. 'print_options' => 'print_options',
  16. 'print_receipt' => 'print_receipt',
  17. 'print_transaction' => 'print_transaction',
  18. 'select_payment' => 'select_payment',
  19. 'vendor_details' => 'vendor_details',
  20. 'continuar' => 'continue',
  21. };
  22. 1;