$self{charset} = 'ISO-8859-5';

$self{texts} = {
  'Accounting Menu'             => '������������� ����',
  'Add POS Invoice'             => '������ ������� ���',
  'Amount'                      => '�����',
  'Business'                    => '������',
  'Cannot post transaction!'    => '���������� �������� ��������!',
  'Change'                      => '��������',
  'Continue'                    => '����������',
  'Credit Limit'                => '����� �������',
  'Currency'                    => '������',
  'Current'                     => '�������',
  'Customer'                    => '������',
  'Customer missing!'           => '�������� ������!',
  'Delete'                      => '�������',
  'Department'                  => '�����',
  'Description'                 => '��������',
  'Edit POS Invoice'            => '������������� ���-�������',
  'Exchange Rate'               => '���� ������',
  'Exchange rate missing!'      => '�������� ����!',
  'Extended'                    => '�����',
  'From'                        => '�',
  'Language'                    => '����',
  'Memo'                        => '�����������',
  'Month'                       => '�����',
  'Number'                      => '���',
  'Open'                        => '�������',
  'Period'                      => '������',
  'Post'                        => '���������',
  'Posted!'                     => '���������!',
  'Price'                       => '����',
  'Print'                       => '������',
  'Print and Post'              => '���������� � ���������',
  'Printed'                     => '����������',
  'Qty'                         => '����������',
  'Quarter'                     => '�������',
  'Receipts'                    => '���������',
  'Record in'                   => '������� �� ����',
  'Remaining'                   => '�������',
  'Salesperson'                 => '��������',
  'Screen'                      => '�����',
  'Source'                      => '��������',
  'Subtotal'                    => '����� �� �������',
  'Tax Included'                => '������ �������� � �����',
  'To'                          => '��',
  'Total'                       => '�����',
  'Trade Discount'              => '�������� ������',
  'Unit'                        => '�������',
  'Update'                      => '��������',
  'Year'                        => '���',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'display'                     => 'display',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'js_menu'                     => 'js_menu',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'menubar'                     => 'menubar',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'section_menu'                => 'section_menu',
  '����������'                  => 'continue',
  '�������'                     => 'delete',
  '���������'                   => 'post',
  '������'                      => 'print',
  '����������_�_���������'      => 'print_and_post',
  '��������'                    => 'update',
};

1;