summaryrefslogtreecommitdiff
path: root/locale/dk/arapprn
blob: d20d4b79a0c383381fcdcd5b11db8726177e2d26 (plain)
  1. $self{texts} = {
  2. 'Account' => 'Konto',
  3. 'Amount' => 'Beløb',
  4. 'Continue' => 'Fortsæt',
  5. 'Date' => 'Dato',
  6. 'Memo' => 'Note',
  7. 'Nothing to print!' => 'Ingenting at udskrive!',
  8. 'PDF' => 'PDF',
  9. 'Postscript' => 'Postscript',
  10. 'Printed' => 'Udskrevet',
  11. 'Screen' => 'Skærm',
  12. 'Select payment' => 'Vælg betaling',
  13. 'Select postscript or PDF!' => 'Vælg postscript eller PDF',
  14. 'Source' => 'Bilag',
  15. };
  16. $self{subs} = {
  17. 'customer_details' => 'customer_details',
  18. 'payment_selected' => 'payment_selected',
  19. 'print' => 'print',
  20. 'print_and_post' => 'print_and_post',
  21. 'print_check' => 'print_check',
  22. 'print_options' => 'print_options',
  23. 'print_receipt' => 'print_receipt',
  24. 'print_transaction' => 'print_transaction',
  25. 'select_payment' => 'select_payment',
  26. 'vendor_details' => 'vendor_details',
  27. 'fortsæt' => 'continue',
  28. };
  29. 1;