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

$self{texts} = {
  'AP Transaction'              => '�������� ������',
  'AP Transactions'             => '�������� ������',
  'AR Transaction'              => '�������� ����Ħ�',
  'AR Transactions'             => '�������� ����Ħ�',
  'Account'                     => '�������',
  'Accounting Menu'             => '���� ��̦��',
  'Amount'                      => '����',
  'Amount Due'                  => '��������� ����',
  'Apr'                         => '�צ���',
  'April'                       => '�צ����',
  'Are you sure you want to delete Transaction' => '�� ���Φ, �� ������ �������� ���� ��������?',
  'Aug'                         => '������',
  'August'                      => '�������',
  'Cannot delete transaction!'  => '�� ������� �������� ��������!',
  'Cannot post payment for a closed period!' => '�� ������� ��������� ���Ԧ� ��� ��������� ��Ҧ���!',
  'Cannot post transaction for a closed period!' => '�� ������� ��������� �������� ��� ��������� ��Ҧ���!',
  'Cannot post transaction!'    => '�� ������� ��������� ��������!',
  'Check'                       => '���',
  'Closed'                      => '�������',
  'Confirm!'                    => '������Ħ��!',
  'Continue'                    => '����������',
  'Credit'                      => '������',
  'Credit Limit'                => '�ͦ� �������',
  'Curr'                        => '������',
  'Currency'                    => '������',
  'Current'                     => '��������',
  'Customer'                    => '�̦���',
  'Customer missing!'           => '�� �������� �̦���!',
  'Date'                        => '����',
  'Date Paid'                   => '���� ������',
  'Debit'                       => '�����',
  'Dec'                         => '������',
  'December'                    => '�������',
  'Delete'                      => '��������',
  'Description'                 => '����',
  'Due Date'                    => '��������� ��',
  'Due Date missing!'           => '�� �������� ���ͦ� ������!',
  'Employee'                    => '������',
  'Exch'                        => '����',
  'Exchange Rate'               => '���� ������',
  'Exchange rate for payment missing!' => '�� �������� ���� ������ ��� �������!',
  'Exchange rate missing!'      => '�� �������� ���� ������!',
  'Feb'                         => '������',
  'February'                    => '�����',
  'From'                        => '���/�',
  'ID'                          => '������Ʀ��æ���� �����',
  'Include in Report'           => '������ �� �צ��',
  'Invoice'                     => '�������-�������',
  'Invoice Date'                => '���� �����������',
  'Invoice Date missing!'       => '�� ������� ���� ����������� �������-�������',
  'Invoice Number'              => '����� �������-�������',
  'Jan'                         => 'Ӧ���',
  'January'                     => 'Ӧ����',
  'Jul'                         => '�����',
  'July'                        => '������',
  'Jun'                         => '������',
  'June'                        => '�������',
  'Mar'                         => '�������',
  'March'                       => '��������',
  'May'                         => '������',
  'May '                        => '�������',
  'No.'                         => 'No.',
  'Notes'                       => '���ͦ���',
  'Nov'                         => '���������',
  'November'                    => '��������',
  'Oct'                         => '������',
  'October'                     => '�������',
  'Open'                        => '��������',
  'Order'                       => '����������',
  'Order Number'                => '����� ����������',
  'Paid'                        => '���������',
  'Payment date missing!'       => '�� ������� ���� �������!',
  'Payments'                    => '�����֦',
  'Post'                        => '���������',
  'Post as new'                 => '��������� �� �����',
  'Print'                       => '�����������',
  'Project'                     => '������',
  'Receipt'                     => '������æ�',
  'Remaining'                   => '����������',
  'Sep'                         => '�������',
  'September'                   => '��������',
  'Ship to'                     => '������� ��',
  'Ship via'                    => '������� �����',
  'Source'                      => '�������',
  'Subtotal'                    => '������� �� ���Ħ��',
  'Tax'                         => '�������',
  'Tax Included'                => '������� ��������',
  'To'                          => '��',
  'Total'                       => '�������� ����',
  'Transaction deleted!'        => '�������� ��������',
  'Transaction posted!'         => '�������� �Ħ������',
  'Update'                      => '��������',
  'Vendor'                      => '������������',
  'Vendor missing!'             => '������������ �� ���դ',
  'Yes'                         => 'Tak',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'create_links'                => 'create_links',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'js_menu'                     => 'js_menu',
  'menubar'                     => 'menubar',
  'post'                        => 'post',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'subtotal'                    => 'subtotal',
  'transactions'                => 'transactions',
  'update'                      => 'update',
  'yes'                         => 'yes',
  '��������_������'             => 'ap_transaction',
  '��������_����Ħ�'            => 'ar_transaction',
  '����������'                  => 'continue',
  '��������'                    => 'delete',
  '���������'                   => 'post',
  '���������_��_�����'          => 'post_as_new',
  '�����������'                 => 'print',
  '�������_��'                  => 'ship_to',
  '��������'                    => 'update',
  'tak'                         => 'yes',
};

1;