summaryrefslogtreecommitdiff
path: root/locale/gr/pos
blob: cc3243268a40ff8cfa790c71b0e10ed0a55c8cca (plain)
  1. $self{charset} = 'ISO-8859-7';
  2. $self{texts} = {
  3. 'Accounting Menu' => 'Μενπύ Λογιστικής',
  4. 'Add POS Invoice' => 'Προσθήκη απόδηξης Ταμειακής μηχανής',
  5. 'Amount' => 'Ποσό',
  6. 'Business' => 'Επιχείρηση',
  7. 'Continue' => 'Συνέχεια',
  8. 'Credit Limit' => 'Όριο Πίστωσης',
  9. 'Currency' => 'Συνάλλαγμα',
  10. 'Current' => 'Τρέχων',
  11. 'Customer' => 'Πελάτης',
  12. 'Customer missing!' => 'Ο Πελάτης λείπει!',
  13. 'Delete' => 'Διαγραφή',
  14. 'Department' => 'Τμήμα',
  15. 'Description' => 'Περιγραφή',
  16. 'Edit POS Invoice' => 'Επεξεργασία απόδειξης ταμειακής',
  17. 'Exchange Rate' => 'Τιμή συναλλάγματος',
  18. 'From' => 'Από',
  19. 'Language' => 'Γλώσσα',
  20. 'Month' => 'Μήνας',
  21. 'Number' => 'Αριθμός',
  22. 'Open' => 'Άνοιγμα',
  23. 'Price' => 'Τιμή',
  24. 'Print' => 'Εκτύπωση',
  25. 'Print and Post' => 'Έκτύπωση και αποστολή',
  26. 'Printed' => 'Εκτυπώθηκε',
  27. 'Qty' => 'Ποσ.',
  28. 'Screen' => 'Οθόνη',
  29. 'Source' => 'Πηγή',
  30. };
  31. $self{subs} = {
  32. 'acc_menu' => 'acc_menu',
  33. 'add' => 'add',
  34. 'display' => 'display',
  35. 'display_row' => 'display_row',
  36. 'edit' => 'edit',
  37. 'form_footer' => 'form_footer',
  38. 'form_header' => 'form_header',
  39. 'js_menu' => 'js_menu',
  40. 'lookup_partsgroup' => 'lookup_partsgroup',
  41. 'menubar' => 'menubar',
  42. 'openinvoices' => 'openinvoices',
  43. 'post' => 'post',
  44. 'print' => 'print',
  45. 'print_and_post' => 'print_and_post',
  46. 'print_form' => 'print_form',
  47. 'print_options' => 'print_options',
  48. 'receipts' => 'receipts',
  49. 'section_menu' => 'section_menu',
  50. 'Συνέχεια' => 'continue',
  51. 'Διαγραφή' => 'delete',
  52. 'Εκτύπωση' => 'print',
  53. 'Έκτύπωση_και_αποστολή' => 'print_and_post',
  54. };
  55. 1;