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

$self{texts} = {
  'AP'                          => '',
  'AR'                          => '',
  'Account'                     => '',
  'Amount'                      => '',
  'BIC'                         => 'BIC',
  'Bcc'                         => 'Bcc',
  'Business'                    => '',
  'Cc'                          => 'Cc',
  'City'                        => '',
  'Company'                     => '',
  'Company Name'                => ' ',
  'Continue'                    => '',
  'Country'                     => '',
  'Credit Limit'                => ' ',
  'Curr'                        => '',
  'Currency'                    => '',
  'Customer'                    => '',
  'Customer Number'             => ' ',
  'Date Paid'                   => ' ',
  'Description'                 => '',
  'Discount'                    => '',
  'Due Date'                    => ' ',
  'E-mail'                      => 'E-mail',
  'Enddate'                     => ' ',
  'Exch'                        => '',
  'Fax'                         => '',
  'IBAN'                        => 'IBAN',
  'Include in Report'           => '  ',
  'Invoice'                     => '-',
  'Invoice Date'                => ' ',
  'Invoice Number'              => ' -',
  'Language'                    => '',
  'Memo'                        => '',
  'Method'                      => '',
  'Name'                        => '',
  'Notes'                       => '',
  'Order Date'                  => '  ',
  'Order Number'                => ' ',
  'Outstanding'                 => '',
  'Paid'                        => '',
  'Payment'                     => '',
  'Phone'                       => '.',
  'Pricegroup'                  => ' ',
  'Qty'                         => '',
  'SIC'                         => 'SIC',
  'Salesperson'                 => '',
  'Source'                      => '',
  'Startdate'                   => ' ',
  'State'                       => '',
  'Tax'                         => '',
  'Terms'                       => ' ',
  'Total'                       => '',
  'Unit'                        => '',
  'Updated'                     => '',
  'Vendor'                      => '',
  'Vendor Number'               => ' ',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_customer'                 => 'im_customer',
  'im_order'                    => 'im_order',
  'im_payment'                  => 'im_payment',
  'im_purchase_order'           => 'im_purchase_order',
  'im_sales_invoice'            => 'im_sales_invoice',
  'im_sales_order'              => 'im_sales_order',
  'im_vc'                       => 'im_vc',
  'im_vendor'                   => 'im_vendor',
  'import'                      => 'import',
  'import_customers'            => 'import_customers',
  'import_orders'               => 'import_orders',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'import_vc'                   => 'import_vc',
  'import_vendors'              => 'import_vendors',
  'xrefhdr'                     => 'xrefhdr',
  ''                  => 'continue',
};

1;

