summaryrefslogtreecommitdiff
path: root/locale/gr/arapprn
blob: 76dda99ad0a43ff1308474b6191f1f68d78a57e1 (plain)
  1. $self{charset} = 'ISO-8859-7';
  2. $self{texts} = {
  3. 'Account' => 'Λογαριασμός',
  4. 'Amount' => 'Ποσό',
  5. 'Continue' => 'Συνέχεια',
  6. 'Date' => 'Ημερομηνία',
  7. 'Nothing to print!' => 'Δεν υπάρχει τίποτα για εκτύπωση',
  8. 'Printed' => 'Εκτυπώθηκε',
  9. 'Screen' => 'Οθόνη',
  10. 'Source' => 'Πηγή',
  11. };
  12. $self{subs} = {
  13. 'customer_details' => 'customer_details',
  14. 'payment_selected' => 'payment_selected',
  15. 'print' => 'print',
  16. 'print_and_post' => 'print_and_post',
  17. 'print_check' => 'print_check',
  18. 'print_options' => 'print_options',
  19. 'print_receipt' => 'print_receipt',
  20. 'print_transaction' => 'print_transaction',
  21. 'select_payment' => 'select_payment',
  22. 'vendor_details' => 'vendor_details',
  23. 'Συνέχεια' => 'continue',
  24. };
  25. 1;