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

$self{texts} = {
  'Accounting Menu'             => '���� ��̦��',
  'Amount'                      => '����',
  'Cannot post transaction!'    => '�� ������� ��������� ��������!',
  'Continue'                    => '����������',
  'Credit Limit'                => '�ͦ� �������',
  'Currency'                    => '������',
  'Current'                     => '��������',
  'Customer'                    => '�̦���',
  'Customer missing!'           => '�� �������� �̦���!',
  'Delete'                      => '��������',
  'Description'                 => '����',
  'Exchange Rate'               => '���� ������',
  'Exchange rate missing!'      => '�� �������� ���� ������!',
  'Extended'                    => '����������',
  'From'                        => '���/�',
  'Language'                    => '����',
  'Number'                      => '�����',
  'Open'                        => '��������',
  'Post'                        => '���������',
  'Price'                       => '���',
  'Print'                       => '�����������',
  'Qty'                         => '���˦���',
  'Receipts'                    => '������æ�',
  'Record in'                   => '������ �',
  'Remaining'                   => '����������',
  'Screen'                      => '�����',
  'Source'                      => '�������',
  'Subtotal'                    => '������� �� ���Ħ��',
  'Tax Included'                => '������� ��������',
  'To'                          => '��',
  'Total'                       => '�������� ����',
  'Unit'                        => '�������',
  'Update'                      => '��������',
};

$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',
  '��������'                    => 'update',
};

1;