diff options
Diffstat (limited to 'locale/gr/menu')
-rwxr-xr-x | locale/gr/menu | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/locale/gr/menu b/locale/gr/menu deleted file mode 100755 index 363c8248..00000000 --- a/locale/gr/menu +++ /dev/null @@ -1,66 +0,0 @@ -$self{charset} = 'ISO-8859-7'; - -$self{texts} = { - 'AP' => '������', - 'AP Aging' => 'Creditor Aging', - 'AP Transaction' => '������ ������', - 'AR' => '��������', - 'AR Aging' => 'Debtor Aging', - 'AR Transaction' => '�������� ��������', - 'Accounting Menu' => '����� ����������', - 'Add Account' => '�������� �����������', - 'Add Customer' => '�������� ������', - 'Add Employee' => '�������� ���������', - 'Add Group' => '�������� ������', - 'Add Language' => '�������� �������', - 'Add Project' => '�������� �����', - 'Add Service' => '�������� ���������', - 'Add Transaction' => '�������� ����������', - 'Add Vendor' => '�������� �������', - 'Add Warehouse' => '�������� ��������', - 'All Items' => '�������� ������', - 'Assemblies' => '���������������', - 'Audit Control' => '�������', - 'Backup' => '��������� ���������', - 'Balance Sheet' => '��������', - 'Cash' => '������', - 'Chart of Accounts' => '������� ��� �������', - 'Check' => '�������', - 'Components' => '���������', - 'Customers' => '�������', - 'Defaults' => '�����������', - 'Departments' => '�������', - 'Description' => '���������', - 'Employees' => '���������', - 'HR' => '��', - 'History' => '��������', - 'Invoice' => '���������', - 'Language' => '������', - 'List Accounts' => '����� �����������', - 'List Languages' => '����� �������', - 'List Projects' => '����� �����', - 'List Warehouses' => '����� ��������', - 'Logout' => '�������', - 'Non-taxable' => '��� ����� ������������', - 'Open' => '�������', - 'Outstanding' => '������������', - 'Preferences' => '��������', - 'Print' => '��������', - 'Projects' => '����', - 'Receipt' => '��������', - 'Sale' => '������', - 'Search' => '���������', - 'Vendor Invoice' => 'Creditor Invoice', - 'Vendors' => 'Creditors', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'display' => 'display', - 'js_menu' => 'js_menu', - 'menubar' => 'menubar', - 'section_menu' => 'section_menu', -}; - -1; - |