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;