- $self{charset} = 'ISO-8859-7';
- $self{texts} = {
- 'Account' => '�����������',
- 'Accounting Menu' => '����� ����������',
- 'Cannot remove files!' => '��� ������� �� ���������� ������',
- 'Confirm!' => '�����������!',
- 'Continue' => '��������',
- 'Current' => '������',
- 'Customer' => '�������',
- 'Date' => '����������',
- 'Employee' => '���������',
- 'From' => '���',
- 'Invoice' => '���������',
- 'Invoice Number' => '��. ����������',
- 'Month' => '�����',
- 'Order' => '����������',
- 'Order Number' => '��. �����������',
- 'Print' => '��������',
- 'Select all' => '������� ����',
- 'Vendor' => 'Creditor',
- };
- $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',
- };
- 1;
|