summaryrefslogtreecommitdiff
path: root/locale/nb/arapprn
blob: 5d354e7c62a7afe239cbd8bb4227872091b98ea9 (plain)
  1. $self{texts} = {
  2. 'Account' => 'Konto',
  3. 'Amount' => 'Beløp',
  4. 'Continue' => 'Fortsett',
  5. 'Date' => 'Dato',
  6. 'Memo' => 'Notat',
  7. 'Nothing to print!' => 'Ingenting å skrive ut!',
  8. 'PDF' => 'PDF',
  9. 'Postscript' => 'Postscript',
  10. 'Printed' => 'Skrevet ut',
  11. 'Screen' => 'Skjerm',
  12. 'Select postscript or PDF!' => 'Velg postscript eller PDF!',
  13. 'Source' => 'Bilag',
  14. };
  15. $self{subs} = {
  16. 'customer_details' => 'customer_details',
  17. 'payment_selected' => 'payment_selected',
  18. 'print' => 'print',
  19. 'print_and_post' => 'print_and_post',
  20. 'print_check' => 'print_check',
  21. 'print_options' => 'print_options',
  22. 'print_receipt' => 'print_receipt',
  23. 'print_transaction' => 'print_transaction',
  24. 'select_payment' => 'select_payment',
  25. 'vendor_details' => 'vendor_details',
  26. 'fortsett' => 'continue',
  27. };
  28. 1;