summaryrefslogtreecommitdiff
path: root/locale/ch_utf/arapprn
blob: 084c8242293ae8ad42a1ba92af2b67e9baecf4d9 (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Account' => 'Konto',
  4. 'Amount' => 'Betrag',
  5. 'Continue' => 'Weiter',
  6. 'Date' => 'Datum',
  7. 'Memo' => 'Notiz',
  8. 'Nothing to print!' => 'Es wurde nichts gedruckt!',
  9. 'PDF' => 'PDF',
  10. 'Postscript' => 'Postscript',
  11. 'Printed' => 'Gedruckt',
  12. 'Scheduled' => 'geplant',
  13. 'Screen' => 'Bildschirm',
  14. 'Select a Printer!' => 'Drucker auswählen!',
  15. 'Select payment' => 'Zahlung auswählen',
  16. 'Select postscript or PDF!' => 'Postscript oder PDF auswählen!',
  17. 'Source' => 'Beleg',
  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. 'weiter' => 'continue',
  31. };
  32. 1;