summaryrefslogtreecommitdiff
path: root/locale/legacy/fi_utf/arapprn
blob: 07816dc16c1ed57342d29d2304d68114099aaf4b (plain)
  1. $self{texts} = {
  2. 'Account' => 'Tili',
  3. 'Amount' => 'Summa',
  4. 'Continue' => 'Jatka',
  5. 'Date' => 'Päiväys',
  6. 'Memo' => 'Muistio',
  7. 'Nothing to print!' => 'Ei tulostettavaa!',
  8. 'PDF' => 'PDF',
  9. 'Postscript' => 'Postscript',
  10. 'Printed' => 'Tulostettu',
  11. 'Scheduled' => 'Aikataulutettu',
  12. 'Screen' => 'Näyttö,
  13. 'Select a Printer!' => 'Valitse tulostin',
  14. 'Select payment' => 'Valitse maksutapa',
  15. 'Select postscript or PDF!' => 'Valitse postscript tai PDF!',
  16. 'Source' => 'Lähde',
  17. };
  18. $self{subs} = {
  19. 'customer_details' => 'customer_details',
  20. 'payment_selected' => 'payment_selected',
  21. 'print' => 'print',
  22. 'print_and_post' => 'print_and_post',
  23. 'print_check' => 'print_check',
  24. 'print_options' => 'print_options',
  25. 'print_receipt' => 'print_receipt',
  26. 'print_transaction' => 'print_transaction',
  27. 'select_payment' => 'select_payment',
  28. 'vendor_details' => 'vendor_details',
  29. 'jatka' => 'continue',
  30. };
  31. 1;