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

$self{texts} = {
  'Account'                     => 'ÎÎ¿Î³Î±ÏÎ¹Î±ÏÎ¼ÏÏ',
  'Accounting Menu'             => 'ÎÎµÎ½ÏÏ ÎÎ¿Î³Î¹ÏÏÎ¹ÎºÎ®Ï',
  'Apr'                         => 'ÎÏÏ',
  'April'                       => 'ÎÏÏÎ¯Î»Î¹Î¿Ï',
  'Aug'                         => 'ÎÏÎ³',
  'August'                      => 'ÎÏÎ³Î¿ÏÏÏÎ¿Ï',
  'Balance'                     => 'ÎÏÎ¿Î¶ÏÎ³Î¹Î¿',
  'Beginning Balance'           => 'ÎÏÎ¿Î¶ÏÎ³Î¹Î¿ ÎÎ½Î±ÏÎ¾Î·Ï',
  'Continue'                    => 'Î£ÏÎ½Î­ÏÎµÎ¹Î±',
  'Credit'                      => 'Î Î¯ÏÏÏÏÎ·',
  'Current'                     => 'Î¤ÏÎ­ÏÏÎ½',
  'Date'                        => 'ÎÎ¼ÎµÏÎ¿Î¼Î·Î½Î¯Î±',
  'Debit'                       => 'Î§ÏÎ­Î¿Ï',
  'Dec'                         => 'ÎÎµÎº',
  'December'                    => 'ÎÎµÎºÎ­Î¼Î²ÏÎ¹Î¿Ï',
  'Description'                 => 'Î ÎµÏÎ¹Î³ÏÎ±ÏÎ®',
  'Detail'                      => 'ÎÎµÏÏÎ¿Î¼Î­ÏÎµÎ¹Î±',
  'Difference'                  => 'ÎÎ¹Î±ÏÎ¿ÏÎ¬',
  'Done'                        => 'ÎÎ½ÏÎ¬Î¾ÎµÎ¹',
  'Feb'                         => 'Î¦ÎµÎ²',
  'February'                    => 'Î¦ÎµÎ²ÏÎ¿ÏÎ¬ÏÎ¹Î¿Ï',
  'From'                        => 'ÎÏÏ',
  'Jan'                         => 'ÎÎ¬Î½',
  'January'                     => 'ÎÎ±Î½Î¿ÏÎ¬ÏÎ¹Î¿Ï',
  'Jul'                         => 'ÎÎ¿ÏÎ»',
  'July'                        => 'ÎÎ¿ÏÎ»Î¹Î¿Ï',
  'Jun'                         => 'ÎÎ¿ÏÎ½',
  'June'                        => 'ÎÎ¿ÏÎ½Î¹Î¿Ï',
  'Mar'                         => 'ÎÎ±Ï',
  'March'                       => 'ÎÎ¬ÏÏÎ¹Î¿Ï',
  'May'                         => 'ÎÎ¬ÏÎ¿Ï',
  'May '                        => 'ÎÎ¬ÏÎ¿Ï',
  'Month'                       => 'ÎÎ®Î½Î±Ï',
  'Nov'                         => 'ÎÎ¿Î­',
  'November'                    => 'ÎÎ¿Î­Î¼Î²ÏÎ¹Î¿Ï',
  'Oct'                         => 'ÎÎºÏ',
  'October'                     => 'ÎÎºÏÏÎ²ÏÎ¹Î¿Ï',
  'Select all'                  => 'ÎÏÎ¹Î»Î¿Î³Î® ÏÎ»ÏÎ½',
  'Source'                      => 'Î Î·Î³Î®',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'continue'                    => 'continue',
  'deselect_all'                => 'deselect_all',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'done'                        => 'done',
  'get_payments'                => 'get_payments',
  'js_menu'                     => 'js_menu',
  'menubar'                     => 'menubar',
  'reconciliation'              => 'reconciliation',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'update'                      => 'update',
  'Î£ÏÎ½Î­ÏÎµÎ¹Î±'                    => 'continue',
  'ÎÎ½ÏÎ¬Î¾ÎµÎ¹'                     => 'done',
  'ÎÏÎ¹Î»Î¿Î³Î®_ÏÎ»ÏÎ½'                => 'select_all',
};

1;

