summaryrefslogtreecommitdiff
path: root/locale/gr/bp
blob: 4e71be9701c5cd56cf2dbf66018c1b1cc7f107fe (plain)
  1. $self{charset} = 'ISO-8859-7';
  2. $self{texts} = {
  3. 'Account' => 'Λογαριασμός',
  4. 'Accounting Menu' => 'Μενπύ Λογιστικής',
  5. 'Cannot remove files!' => 'Δεν μπορούν να διαγραφούν αρχεία',
  6. 'Confirm!' => 'Επιβεβαίωση!',
  7. 'Continue' => 'Συνέχεια',
  8. 'Current' => 'Τρέχων',
  9. 'Customer' => 'Πελάτης',
  10. 'Date' => 'Ημερομηνία',
  11. 'Employee' => 'Υπάλληλος',
  12. 'From' => 'Από',
  13. 'Invoice' => 'Τιμολόγιο',
  14. 'Invoice Number' => 'Αρ. τιμολογίου',
  15. 'Month' => 'Μήνας',
  16. 'Order' => 'Παραγγελία',
  17. 'Order Number' => 'Αρ. Παραγγελίας',
  18. 'Print' => 'Εκτύπωση',
  19. 'Select all' => 'Επιλογή όλων',
  20. 'Vendor' => 'Creditor',
  21. };
  22. $self{subs} = {
  23. 'acc_menu' => 'acc_menu',
  24. 'continue' => 'continue',
  25. 'display' => 'display',
  26. 'js_menu' => 'js_menu',
  27. 'list_spool' => 'list_spool',
  28. 'menubar' => 'menubar',
  29. 'print' => 'print',
  30. 'remove' => 'remove',
  31. 'search' => 'search',
  32. 'section_menu' => 'section_menu',
  33. 'select_all' => 'select_all',
  34. 'yes' => 'yes',
  35. 'Συνέχεια' => 'continue',
  36. 'Εκτύπωση' => 'print',
  37. 'Επιλογή_όλων' => 'select_all',
  38. };
  39. 1;