$self{charset} = 'UTF-8';

$self{texts} = {
  'Account'                     => 'ÎÎ¿Î³Î±ÏÎ¹Î±ÏÎ¼ÏÏ',
  'City'                        => 'Î ÏÎ»Î·',
  'Company'                     => 'ÎÏÎ±Î¹ÏÎ¯Î±',
  'Continue'                    => 'Î£ÏÎ½Î­ÏÎµÎ¹Î±',
  'Currency'                    => 'Î£ÏÎ½Î¬Î»Î»Î±Î³Î¼Î±',
  'Customer'                    => 'Î ÎµÎ»Î¬ÏÎ·Ï',
  'Customer Number'             => 'ÎÏÎ´Î¹ÎºÏÏ Î ÎµÎ»Î¬ÏÎ·',
  'Date Paid'                   => 'ÎÎ¼. Î Î»Î·ÏÏÎ¼Î®Ï',
  'Description'                 => 'Î ÎµÏÎ¹Î³ÏÎ±ÏÎ®',
  'Due Date'                    => 'ÎÎ¼ÎµÏÎ¿Î¼Î·Î½Î¯Î± Î»Î®Î¾Î·Ï',
  'Exch'                        => 'Î£ÏÎ½Î±Î»Î»',
  'Invoice'                     => 'Î¤Î¹Î¼Î¿Î»ÏÎ³Î¹Î¿',
  'Invoice Date'                => 'ÎÎ¼. ÏÎ¹Î¼Î¿Î»Î¿Î³Î¯Î¿Ï',
  'Invoice Number'              => 'ÎÏ. ÏÎ¹Î¼Î¿Î»Î¿Î³Î¯Î¿Ï',
  'No'                          => 'ÎÏÎ¹',
  'Qty'                         => 'Î Î¿Ï.',
};

$self{subs} = {
  'continue'                    => 'continue',
  'display_payment'             => 'display_payment',
  'display_sales_invoice'       => 'display_sales_invoice',
  'import'                      => 'import',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'xrefhdr'                     => 'xrefhdr',
  'Î£ÏÎ½Î­ÏÎµÎ¹Î±'                    => 'continue',
};

1;

