summaryrefslogtreecommitdiff
path: root/locale/gr/io
blob: c59c3b3029bd5f4d278264899f3da80623741e33 (plain)
  1. $self{charset} = 'ISO-8859-7';
  2. $self{texts} = {
  3. 'Add Quotation' => '�������� ���������',
  4. 'Add Sales Order' => '�������� �����������',
  5. 'Address' => '���������',
  6. 'Apr' => '���',
  7. 'April' => '��������',
  8. 'Attachment' => '��������',
  9. 'Aug' => '���',
  10. 'August' => '���������',
  11. 'City' => '����',
  12. 'Company Name' => '����� ��������',
  13. 'Contact' => '�����',
  14. 'Continue' => '��������',
  15. 'Copies' => '���������',
  16. 'Country' => '����',
  17. 'Customer Number' => '������� ������',
  18. 'Date' => '����������',
  19. 'Dec' => '���',
  20. 'December' => '����������',
  21. 'Description' => '���������',
  22. 'Fax' => '���',
  23. 'Feb' => '���',
  24. 'February' => '�����������',
  25. 'Group' => '�����',
  26. 'Invoice' => '���������',
  27. 'Invoice Number missing!' => '�� ��������� ����������',
  28. 'Item not on file!' => '������� ��� ����� �� ������',
  29. 'Jan' => '���',
  30. 'January' => '����������',
  31. 'Jul' => '����',
  32. 'July' => '�������',
  33. 'Jun' => '����',
  34. 'June' => '�������',
  35. 'Mar' => '���',
  36. 'March' => '�������',
  37. 'May' => '�����',
  38. 'May ' => '�����',
  39. 'Message' => '������',
  40. 'Nov' => '���',
  41. 'November' => '���������',
  42. 'Number' => '�������',
  43. 'Oct' => '���',
  44. 'October' => '���������',
  45. 'Phone' => '��������',
  46. 'Price' => '����',
  47. 'Printed' => '����������',
  48. 'Project' => '����',
  49. 'Qty' => '���.',
  50. 'Screen' => '�����',
  51. 'Service' => '��������',
  52. 'Vendor Number' => 'Creditor Number',
  53. };
  54. $self{subs} = {
  55. 'calc_markup' => 'calc_markup',
  56. 'check_form' => 'check_form',
  57. 'create_form' => 'create_form',
  58. 'customer_details' => 'customer_details',
  59. 'display_form' => 'display_form',
  60. 'display_row' => 'display_row',
  61. 'e_mail' => 'e_mail',
  62. 'invoicetotal' => 'invoicetotal',
  63. 'item_selected' => 'item_selected',
  64. 'new_item' => 'new_item',
  65. 'print' => 'print',
  66. 'print_form' => 'print_form',
  67. 'print_options' => 'print_options',
  68. 'purchase_order' => 'purchase_order',
  69. 'quotation' => 'quotation',
  70. 'rfq' => 'rfq',
  71. 'sales_order' => 'sales_order',
  72. 'select_item' => 'select_item',
  73. 'send_email' => 'send_email',
  74. 'ship_to' => 'ship_to',
  75. 'validate_items' => 'validate_items',
  76. 'vendor_details' => 'vendor_details',
  77. '��������' => 'continue',
  78. };
  79. 1;