- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'Account' => '�������',
- 'Accounting Menu' => '���� ��̦��',
- 'Confirm!' => '������Ħ��!',
- 'Continue' => '����������',
- 'Current' => '��������',
- 'Customer' => '�̦���',
- 'Date' => '����',
- 'Employee' => '������',
- 'From' => '���/�',
- 'ID' => '������Ʀ��æ���� �����',
- 'Invoice' => '�������-�������',
- 'Invoice Number' => '����� �������-�������',
- 'Order' => '����������',
- 'Order Number' => '����� ����������',
- 'Print' => '�����������',
- 'Purchase Orders' => '��Ц����Φ ����������',
- 'Sales Orders' => '������Φ ������Φ',
- 'Select all' => '������� ���',
- 'To' => '��',
- 'Vendor' => '������������',
- 'Yes' => 'Tak',
- };
- $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',
- '�������_���' => 'select_all',
- 'tak' => 'yes',
- };
- 1;
|