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

$self{texts} = {
  'Accounting Menu'             => 'ÎÎµÎ½ÏÏ ÎÎ¿Î³Î¹ÏÏÎ¹ÎºÎ®Ï',
  'Amount'                      => 'Î Î¿ÏÏ',
  'Cannot remove files!'        => 'ÎÎµÎ½ Î¼ÏÎ¿ÏÎ¿ÏÎ½ Î½Î± Î´Î¹Î±Î³ÏÎ±ÏÎ¿ÏÎ½ Î±ÏÏÎµÎ¯Î±',
  'City'                        => 'Î ÏÎ»Î·',
  'Closed'                      => 'ÎÎ»ÎµÎ¹ÏÎ¼Î­Î½Î¿',
  'Confirm!'                    => 'ÎÏÎ¹Î²ÎµÎ²Î±Î¯ÏÏÎ·!',
  'Continue'                    => 'Î£ÏÎ½Î­ÏÎµÎ¹Î±',
  'Copies'                      => 'ÎÎ½ÏÎ¯Î³ÏÎ±ÏÎ±',
  'Current'                     => 'Î¤ÏÎ­ÏÏÎ½',
  'Customer'                    => 'Î ÎµÎ»Î¬ÏÎ·Ï',
  'Customer Number'             => 'ÎÏÎ´Î¹ÎºÏÏ Î ÎµÎ»Î¬ÏÎ·',
  'Date'                        => 'ÎÎ¼ÎµÏÎ¿Î¼Î·Î½Î¯Î±',
  'Description'                 => 'Î ÎµÏÎ¹Î³ÏÎ±ÏÎ®',
  'Employee'                    => 'Î¥ÏÎ¬Î»Î»Î·Î»Î¿Ï',
  'Employee Number'             => 'ÎÏ. Î¥ÏÎ±Î»Î»Î®Î»Î¿Ï',
  'From'                        => 'ÎÏÏ',
  'Invoice'                     => 'Î¤Î¹Î¼Î¿Î»ÏÎ³Î¹Î¿',
  'Invoice Number'              => 'ÎÏ. ÏÎ¹Î¼Î¿Î»Î¿Î³Î¯Î¿Ï',
  'Invoices'                    => 'Î¤Î¹Î¼Î¿Î»ÏÎ³Î¹Î±',
  'Month'                       => 'ÎÎ®Î½Î±Ï',
  'Name'                        => 'ÎÎ½Î¿Î¼Î±',
  'Nothing selected!'           => 'ÎÎµÎ½ Î­ÏÎµ ÎµÏÎ¹Î»ÎµÏÎ¸ÎµÎ¯ ÏÎ¯ÏÎ¿ÏÎ±',
  'Number'                      => 'ÎÏÎ¹Î¸Î¼ÏÏ',
  'Open'                        => 'âÎ½Î¿Î¹Î³Î¼Î±',
  'Order'                       => 'Î Î±ÏÎ±Î³Î³ÎµÎ»Î¯Î±',
  'Order Number'                => 'ÎÏ. Î Î±ÏÎ±Î³Î³ÎµÎ»Î¯Î±Ï',
  'Print'                       => 'ÎÎºÏÏÏÏÏÎ·',
  'Printed'                     => 'ÎÎºÏÏÏÏÎ¸Î·ÎºÎµ',
  'Project Number'              => 'ÎÏÎ¹Î¸Î¼ÏÏ Î­ÏÎ³Î¿Ï',
  'Select all'                  => 'ÎÏÎ¹Î»Î¿Î³Î® ÏÎ»ÏÎ½',
  'Vendor'                      => 'Creditor',
  'Vendor Number'               => 'Creditor Number',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'deselect_all'                => 'deselect_all',
  'display'                     => 'display',
  'e_mail'                      => 'e_mail',
  'js_menu'                     => 'js_menu',
  'list_spool'                  => 'list_spool',
  'menubar'                     => 'menubar',
  'print'                       => 'print',
  'remove'                      => 'remove',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'yes'                         => 'yes',
  'Î£ÏÎ½Î­ÏÎµÎ¹Î±'                    => 'continue',
  'ÎÎºÏÏÏÏÏÎ·'                    => 'print',
  'ÎÏÎ¹Î»Î¿Î³Î®_ÏÎ»ÏÎ½'                => 'select_all',
};

1;

