- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'Account' => '����',
- 'Accounting Menu' => '������������� ����',
- 'Are you sure you want to remove the marked entries from the queue?' => '�� ������������� ������ �������� ������� ��� ���������� �������?',
- 'Bin Lists' => '������ Bin',
- 'Cannot remove files!' => '���������� ����������� �����!',
- 'Confirm!' => '�����������!',
- 'Continue' => '����������',
- 'Current' => '�������',
- 'Customer' => '������',
- 'Date' => '����',
- 'Employee' => '���������',
- 'From' => '�',
- 'ID' => '�������������',
- 'Invoice' => '����-�������',
- 'Invoice Number' => '����� �����-�������',
- 'Marked entries printed!' => '���������� ������� ����������!',
- 'Month' => '�����',
- 'Order' => '����� �������',
- 'Order Number' => '����� ������',
- 'Packing Lists' => '����������� �������',
- 'Period' => '������',
- 'Pick Lists' => '������ ��� ������',
- 'Print' => '������',
- 'Purchase Orders' => '������ ����������',
- 'Quarter' => '�������',
- 'Quotation' => '��������������',
- 'Quotation Number' => '����� ��������������',
- 'Quotations' => '�������',
- 'RFQs' => '������� �� ��������������',
- 'Remove' => '�������',
- 'Removed spoolfiles!' => '������� ���� �������!',
- 'Removing marked entries from queue ...' => '������� ���������� ������� �� �������?',
- 'Sales Invoices' => '������� �������',
- 'Sales Orders' => '������ �������',
- 'Select all' => '������� ���',
- 'Spoolfile' => '���� ������� ������',
- 'To' => '��',
- 'Vendor' => '���������',
- 'Work Orders' => '������� ������',
- 'Year' => '���',
- 'Yes' => '��',
- 'done' => '���������',
- };
- $self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'continue' => 'continue',
- 'display' => 'display',
- 'js_menu' => 'js_menu',
- 'list_spool' => 'list_spool',
- 'menubar' => 'menubar',
- 'print' => 'print',
- 'remove' => 'remove',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'yes' => 'yes',
- '����������' => 'continue',
- '������' => 'print',
- '�������' => 'remove',
- '�������_���' => 'select_all',
- '��' => 'yes',
- };
- 1;
|