- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'AP' => '�����������',
- 'AP Aging' => '������������� � ������������',
- 'AP Transaction' => '�������� �������',
- 'AR' => '�������',
- 'AR Aging' => '������������� � ���������',
- 'AR Transaction' => '�������� ������',
- 'Accounting Menu' => '������������� ����',
- 'Add Account' => '����� ����',
- 'Add Assembly' => '����� ��������',
- 'Add Business' => '����� ������',
- 'Add Customer' => '����� ������',
- 'Add Department' => '����� �����',
- 'Add Employee' => '����� ���������',
- 'Add GIFI' => '����� GIFI',
- 'Add Group' => '����� ������',
- 'Add Labor/Overhead' => '����� ������/��������� �������',
- 'Add Language' => '����� ����',
- 'Add Part' => '����� �������',
- 'Add Pricegroup' => '����� ��� ���',
- 'Add Project' => '����� ������',
- 'Add SIC' => '����� SIC',
- 'Add Service' => '����� ������',
- 'Add Transaction' => '����� ��������',
- 'Add Vendor' => '����� ���������',
- 'Add Warehouse' => '����� �����',
- 'All Items' => '��� �����������',
- 'Assemblies' => '���������',
- 'Audit Control' => '��������',
- 'Backup' => '��������� �����',
- 'Balance Sheet' => '������',
- 'Bin List' => '������ Bin',
- 'Bin Lists' => '������ Bin',
- 'Cash' => '�����',
- 'Chart of Accounts' => '���� ������',
- 'Check' => '���������',
- 'Components' => '����������',
- 'Customers' => '�������',
- 'Defaults' => '��������� �� ���������',
- 'Departments' => '������',
- 'Description' => '��������',
- 'Employees' => '����������',
- 'General Ledger' => '������� �����',
- 'Goods & Services' => '������ � ������',
- 'Groups' => '������',
- 'HR' => '����������',
- 'HTML Templates' => '������� HTML',
- 'History' => '�������',
- 'Income Statement' => '����� � �������/�������',
- 'Invoice' => '����-�������',
- 'LaTeX Templates' => '������� LaTeX',
- 'Labor/Overhead' => '������/��������� �������',
- 'Language' => '����',
- 'List Accounts' => '������ ������',
- 'List Businesses' => '������ ��������',
- 'List Departments' => '������ �������',
- 'List GIFI' => '������ GIFI',
- 'List Languages' => '������ ������',
- 'List Projects' => '������ ��������',
- 'List SIC' => '������ SIC',
- 'List Warehouses' => '������ �������',
- 'Logout' => '�����',
- 'New Window' => '����� ����',
- 'Non-taxable' => '�� ���������� ���������������',
- 'Open' => '�������',
- 'Order Entry' => '������',
- 'Outstanding' => '������������',
- 'POS' => '���',
- 'POS Invoice' => '��� �������',
- 'Packing List' => '����������� ������',
- 'Packing Lists' => '����������� �������',
- 'Parts' => '������',
- 'Payment' => '������',
- 'Payments' => '������',
- 'Pick List' => '������ ��� ������',
- 'Pick Lists' => '������ ��� ������',
- 'Preferences' => '���������',
- 'Pricegroups' => '���� ���',
- 'Print' => '������',
- 'Projects' => '�������',
- 'Purchase Order' => '����� ����������',
- 'Purchase Orders' => '������ ����������',
- 'Quotation' => '��������������',
- 'Quotations' => '�������',
- 'RFQ' => '������ �� ��������������',
- 'RFQs' => '������� �� ��������������',
- 'Receipt' => '���������',
- 'Receipts' => '���������',
- 'Receive' => '��������',
- 'Reconciliation' => '���������������',
- 'Reports' => '������',
- 'SIC' => 'SIC',
- 'Sale' => '�������',
- 'Sales Invoice' => '������� �������',
- 'Sales Invoices' => '������� �������',
- 'Sales Order' => '����� �������',
- 'Sales Orders' => '������ �������',
- 'Save to File' => '��������� � ����',
- 'Search' => '�����',
- 'Send by E-Mail' => '��������� �� E-Mail',
- 'Services' => '������',
- 'Ship' => '���������',
- 'Shipping' => '��������',
- 'Statement' => '���������',
- 'Stock Assembly' => '������������ ��������',
- 'Stylesheet' => '����������',
- 'System' => '�������',
- 'Tax collected' => '��������� ������',
- 'Tax paid' => '���������� ������',
- 'Text Templates' => '������� TXT',
- 'Transactions' => '��������',
- 'Transfer' => '�����������',
- 'Transfer Inventory' => '����������� ���������',
- 'Translations' => '��������',
- 'Trial Balance' => '��������������� ������',
- 'Type of Business' => '��� �������',
- 'Vendor Invoice' => '������� ����������',
- 'Vendors' => '����������',
- 'Version' => '������',
- 'Warehouses' => '������',
- 'Work Order' => '������� �����',
- 'Work Orders' => '������� ������',
- 'Yearend' => '���������� ����',
- };
- $self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'display' => 'display',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'section_menu' => 'section_menu',
- };
- 1;
|