summaryrefslogtreecommitdiff
path: root/locale/gr/menu
blob: 363c82482f612cce7b874d9ed0bfe0037cba672f (plain)
  1. $self{charset} = 'ISO-8859-7';
  2. $self{texts} = {
  3. 'AP' => '������',
  4. 'AP Aging' => 'Creditor Aging',
  5. 'AP Transaction' => '������ ������',
  6. 'AR' => '��������',
  7. 'AR Aging' => 'Debtor Aging',
  8. 'AR Transaction' => '�������� ��������',
  9. 'Accounting Menu' => '����� ����������',
  10. 'Add Account' => '�������� �����������',
  11. 'Add Customer' => '�������� ������',
  12. 'Add Employee' => '�������� ���������',
  13. 'Add Group' => '�������� ������',
  14. 'Add Language' => '�������� �������',
  15. 'Add Project' => '�������� �����',
  16. 'Add Service' => '�������� ���������',
  17. 'Add Transaction' => '�������� ����������',
  18. 'Add Vendor' => '�������� �������',
  19. 'Add Warehouse' => '�������� ��������',
  20. 'All Items' => '�������� ������',
  21. 'Assemblies' => '���������������',
  22. 'Audit Control' => '�������',
  23. 'Backup' => '��������� ���������',
  24. 'Balance Sheet' => '��������',
  25. 'Cash' => '������',
  26. 'Chart of Accounts' => '������� ��� �������',
  27. 'Check' => '�������',
  28. 'Components' => '���������',
  29. 'Customers' => '�������',
  30. 'Defaults' => '�����������',
  31. 'Departments' => '�������',
  32. 'Description' => '���������',
  33. 'Employees' => '���������',
  34. 'HR' => '��',
  35. 'History' => '��������',
  36. 'Invoice' => '���������',
  37. 'Language' => '������',
  38. 'List Accounts' => '����� �����������',
  39. 'List Languages' => '����� �������',
  40. 'List Projects' => '����� �����',
  41. 'List Warehouses' => '����� ��������',
  42. 'Logout' => '�������',
  43. 'Non-taxable' => '��� ����� ������������',
  44. 'Open' => '�������',
  45. 'Outstanding' => '������������',
  46. 'Preferences' => '��������',
  47. 'Print' => '��������',
  48. 'Projects' => '����',
  49. 'Receipt' => '��������',
  50. 'Sale' => '������',
  51. 'Search' => '���������',
  52. 'Vendor Invoice' => 'Creditor Invoice',
  53. 'Vendors' => 'Creditors',
  54. };
  55. $self{subs} = {
  56. 'acc_menu' => 'acc_menu',
  57. 'display' => 'display',
  58. 'js_menu' => 'js_menu',
  59. 'menubar' => 'menubar',
  60. 'section_menu' => 'section_menu',
  61. };
  62. 1;