summaryrefslogtreecommitdiff
path: root/locale/gr/cp
blob: f7266327e9302576241a44defe22353cf02da7c2 (plain)
  1. $self{charset} = 'ISO-8859-7';
  2. $self{texts} = {
  3. 'AP' => 'Αγορές',
  4. 'AR' => 'Πωλήσεις',
  5. 'Account' => 'Λογαριασμός',
  6. 'Accounting Menu' => 'Μενπύ Λογιστικής',
  7. 'Address' => 'Διέυθυνση',
  8. 'All' => 'Όλα',
  9. 'Amount' => 'Ποσό',
  10. 'Cannot post Receipt!' => 'Δεν μπορεί να εκδοθεί απόδειξη',
  11. 'Continue' => 'Συνέχεια',
  12. 'Currency' => 'Συνάλλαγμα',
  13. 'Customer' => 'Πελάτης',
  14. 'Customer not on file!' => 'Debtor not on file!',
  15. 'Date' => 'Ημερομηνία',
  16. 'Date missing!' => 'Δεν υπάρχει η ημερομηνία',
  17. 'Department' => 'Τμήμα',
  18. 'Deposit' => 'Κατάθεση',
  19. 'Description' => 'Περιγραφή',
  20. 'Due Date' => 'Ημερομηνία λήξης',
  21. 'Exchange Rate' => 'Τιμή συναλλάγματος',
  22. 'From' => 'Από',
  23. 'Invoice' => 'Τιμολόγιο',
  24. 'Invoices' => 'Τιμολόγια',
  25. 'Language' => 'Γλώσσα',
  26. 'Message' => 'Μύνημα',
  27. 'Number' => 'Αριθμός',
  28. 'Prepayment' => 'Προπληρωμή',
  29. 'Print' => 'Εκτύπωση',
  30. 'Receipt' => 'Απόδειξη',
  31. 'Screen' => 'Οθόνη',
  32. 'Select' => 'Επιλογή',
  33. 'Select all' => 'Επιλογή όλων',
  34. 'Source' => 'Πηγή',
  35. 'Vendor' => 'Creditor',
  36. 'Vendor not on file!' => 'Creditor not on file!',
  37. };
  38. $self{subs} = {
  39. 'acc_menu' => 'acc_menu',
  40. 'add_transaction' => 'add_transaction',
  41. 'ap_transaction' => 'ap_transaction',
  42. 'ar_transaction' => 'ar_transaction',
  43. 'check_form' => 'check_form',
  44. 'check_name' => 'check_name',
  45. 'check_openvc' => 'check_openvc',
  46. 'check_project' => 'check_project',
  47. 'continue' => 'continue',
  48. 'customer_details' => 'customer_details',
  49. 'delete_schedule' => 'delete_schedule',
  50. 'display' => 'display',
  51. 'gl_transaction' => 'gl_transaction',
  52. 'invoices_due' => 'invoices_due',
  53. 'js_menu' => 'js_menu',
  54. 'list_invoices' => 'list_invoices',
  55. 'menubar' => 'menubar',
  56. 'name_selected' => 'name_selected',
  57. 'payment' => 'payment',
  58. 'payment_footer' => 'payment_footer',
  59. 'payment_header' => 'payment_header',
  60. 'payments' => 'payments',
  61. 'payments_footer' => 'payments_footer',
  62. 'payments_header' => 'payments_header',
  63. 'post' => 'post',
  64. 'post_as_new' => 'post_as_new',
  65. 'post_payment' => 'post_payment',
  66. 'post_payments' => 'post_payments',
  67. 'print' => 'print',
  68. 'print_and_post_as_new' => 'print_and_post_as_new',
  69. 'print_form' => 'print_form',
  70. 'print_payment' => 'print_payment',
  71. 'print_payments' => 'print_payments',
  72. 'project_selected' => 'project_selected',
  73. 'rebuild_vc' => 'rebuild_vc',
  74. 'repost' => 'repost',
  75. 'reprint' => 'reprint',
  76. 'sales_invoice_' => 'sales_invoice_',
  77. 'save_schedule' => 'save_schedule',
  78. 'schedule' => 'schedule',
  79. 'section_menu' => 'section_menu',
  80. 'select_all' => 'select_all',
  81. 'select_name' => 'select_name',
  82. 'select_project' => 'select_project',
  83. 'update' => 'update',
  84. 'update_payment' => 'update_payment',
  85. 'update_payments' => 'update_payments',
  86. 'vendor_details' => 'vendor_details',
  87. 'vendor_invoice_' => 'vendor_invoice_',
  88. 'Συνέχεια' => 'continue',
  89. 'Εκτύπωση' => 'print',
  90. 'Επιλογή_όλων' => 'select_all',
  91. };
  92. 1;