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

$self{texts} = {
  'AP Transaction'              => ' ',
  'AP Transactions'             => ' ',
  'AR Transaction'              => ' Ħ',
  'AR Transactions'             => ' Ħ',
  'Account'                     => '',
  'Accounting Menu'             => ' ̦',
  'Address'                     => '',
  'Amount'                      => '',
  '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'                    => ' ',
  '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 via'                    => ' ',
  'Source'                      => '',
  'Subtotal'                    => '  Ħ',
  'Tax'                         => '',
  'Tax Included'                => ' ',
  'Terms'                       => ': ',
  'To'                          => '',
  'Total'                       => ' ',
  'Transaction deleted!'        => ' ',
  'Transaction posted!'         => ' Ħ',
  'Update'                      => '',
  'Vendor'                      => '',
  'Vendor missing!'             => '  դ',
  'Yes'                         => 'Tak',
  'days'                        => 'Φ',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'consolidate'                 => 'consolidate',
  'create_links'                => 'create_links',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'display_frame'               => 'display_frame',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'jsmenu'                      => 'jsmenu',
  'jsmenu_frame'                => 'jsmenu_frame',
  'menubar'                     => 'menubar',
  'mlmenu'                      => 'mlmenu',
  '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',
  ''                    => 'update',
  'tak'                         => 'yes',
};

1;

