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

$self{texts} = {
  'Account'                     => 'ÎÎ¿Î³Î±ÏÎ¹Î±ÏÎ¼ÏÏ',
  'Apr'                         => 'ÎÏÏ',
  'April'                       => 'ÎÏÏÎ¯Î»Î¹Î¿Ï',
  'Aug'                         => 'ÎÏÎ³',
  'August'                      => 'ÎÏÎ³Î¿ÏÏÏÎ¿Ï',
  'Balance'                     => 'ÎÏÎ¿Î¶ÏÎ³Î¹Î¿',
  'Chart of Accounts'           => 'ÎÏÎ¬ÏÎ·Î¼Î± ÏÏÎ½ ÎÏÎ´Î¹ÎºÏÎ½',
  'Credit'                      => 'Î Î¯ÏÏÏÏÎ·',
  'Current'                     => 'Î¤ÏÎ­ÏÏÎ½',
  'Date'                        => 'ÎÎ¼ÎµÏÎ¿Î¼Î·Î½Î¯Î±',
  'Debit'                       => 'Î§ÏÎ­Î¿Ï',
  'Dec'                         => 'ÎÎµÎº',
  'December'                    => 'ÎÎµÎºÎ­Î¼Î²ÏÎ¹Î¿Ï',
  'Department'                  => 'Î¤Î¼Î®Î¼Î±',
  'Description'                 => 'Î ÎµÏÎ¹Î³ÏÎ±ÏÎ®',
  'Feb'                         => 'Î¦ÎµÎ²',
  'February'                    => 'Î¦ÎµÎ²ÏÎ¿ÏÎ¬ÏÎ¹Î¿Ï',
  'From'                        => 'ÎÏÏ',
  'Jan'                         => 'ÎÎ¬Î½',
  'January'                     => 'ÎÎ±Î½Î¿ÏÎ¬ÏÎ¹Î¿Ï',
  'Jul'                         => 'ÎÎ¿ÏÎ»',
  'July'                        => 'ÎÎ¿ÏÎ»Î¹Î¿Ï',
  'Jun'                         => 'ÎÎ¿ÏÎ½',
  'June'                        => 'ÎÎ¿ÏÎ½Î¹Î¿Ï',
  'List Transactions'           => 'ÎÎ¯ÏÏÎ± ÎÎ¹Î½Î®ÏÎµÏÎ½',
  'Mar'                         => 'ÎÎ±Ï',
  'March'                       => 'ÎÎ¬ÏÏÎ¹Î¿Ï',
  'May'                         => 'ÎÎ¬ÏÎ¿Ï',
  'May '                        => 'ÎÎ¬ÏÎ¿Ï',
  'Month'                       => 'ÎÎ®Î½Î±Ï',
  'Nov'                         => 'ÎÎ¿Î­',
  'November'                    => 'ÎÎ¿Î­Î¼Î²ÏÎ¹Î¿Ï',
  'Oct'                         => 'ÎÎºÏ',
  'October'                     => 'ÎÎºÏÏÎ²ÏÎ¹Î¿Ï',
  'Project Number'              => 'ÎÏÎ¹Î¸Î¼ÏÏ Î­ÏÎ³Î¿Ï',
  'Source'                      => 'Î Î·Î³Î®',
};

$self{subs} = {
  'ca_subtotal'                 => 'ca_subtotal',
  'chart_of_accounts'           => 'chart_of_accounts',
  'list'                        => 'list',
  'list_transactions'           => 'list_transactions',
  'ÎÎ¯ÏÏÎ±_ÎÎ¹Î½Î®ÏÎµÏÎ½'              => 'list_transactions',
};

1;

