summaryrefslogtreecommitdiff
path: root/locale/lt/arapprn
blob: 35b7641f88e15afdea6e94e2ccc430b3b22050af (plain)
  1. $self{charset} = 'ISO-8859-13';
  2. $self{texts} = {
  3. 'Account' => 'Sàskaita',
  4. 'Amount' => 'Suma',
  5. 'Continue' => 'Tæsti',
  6. 'Date' => 'Data',
  7. 'PDF' => 'PDF',
  8. 'Postscript' => 'Postscript(TM)',
  9. 'Screen' => 'Ekranas',
  10. 'Select postscript or PDF!' => 'Iðrinkite postscript arba PDF!',
  11. 'Source' => 'Dokumentas',
  12. };
  13. $self{subs} = {
  14. 'customer_details' => 'customer_details',
  15. 'payment_selected' => 'payment_selected',
  16. 'print' => 'print',
  17. 'print_and_post' => 'print_and_post',
  18. 'print_check' => 'print_check',
  19. 'print_options' => 'print_options',
  20. 'print_receipt' => 'print_receipt',
  21. 'print_transaction' => 'print_transaction',
  22. 'select_payment' => 'select_payment',
  23. 'vendor_details' => 'vendor_details',
  24. 'tæsti' => 'continue',
  25. };
  26. 1;