summaryrefslogtreecommitdiff
path: root/locale/ee_utf/arapprn
blob: 674012b75a9578d9498310679349667c77a82622 (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Account' => 'Konto',
  4. 'Amount' => 'Summa',
  5. 'Continue' => 'Jätka',
  6. 'Date' => 'Kuupäev',
  7. 'Memo' => 'Memo',
  8. 'Nothing to print!' => 'Pole midagi trükkida!',
  9. 'PDF' => 'PDF',
  10. 'Postscript' => 'Postscript',
  11. 'Printed' => 'Trükitud',
  12. 'Scheduled' => 'Planeeritud',
  13. 'Screen' => 'Ekraan',
  14. 'Select a Printer!' => 'Valida printer',
  15. 'Select payment' => 'Valida makse',
  16. 'Select postscript or PDF!' => 'Vali kas postscript või PDF',
  17. 'Source' => 'Allikas',
  18. };
  19. $self{subs} = {
  20. 'customer_details' => 'customer_details',
  21. 'payment_selected' => 'payment_selected',
  22. 'print' => 'print',
  23. 'print_and_post' => 'print_and_post',
  24. 'print_check' => 'print_check',
  25. 'print_options' => 'print_options',
  26. 'print_receipt' => 'print_receipt',
  27. 'print_transaction' => 'print_transaction',
  28. 'select_payment' => 'select_payment',
  29. 'vendor_details' => 'vendor_details',
  30. 'jätka' => 'continue',
  31. };
  32. 1;