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

$self{texts} = {
  'Account'                     => 'SzÃ¡mla',
  'Accounting Menu'             => 'MenÃ¼',
  'Apr'                         => 'Ãpr.',
  'April'                       => 'Ãprilis',
  'Aug'                         => 'Aug.',
  'August'                      => 'Augusztus',
  'Confirm!'                    => 'MegerÅsÃ­tÃ©s:',
  'Continue'                    => 'FolytatÃ¡s',
  'Current'                     => '0-30',
  'Date'                        => 'DÃ¡tum',
  'Dec'                         => 'Dec.',
  'December'                    => 'December',
  'Delete'                      => 'TÃ¶rlÃ©s',
  'Description'                 => 'SzÃ¶veges leÃ­rÃ¡s',
  'Employee'                    => 'Alkalmazott',
  'Feb'                         => 'Feb.',
  'February'                    => 'FebruÃ¡r',
  'From'                        => 'MikortÃ³l:',
  'ID'                          => 'AzonosÃ­tÃ³',
  'Include in Report'           => 'Oszlopok:',
  'Invoice Number'              => 'SzÃ¡mlaszÃ¡m',
  'Jan'                         => 'Jan.',
  'January'                     => 'JanuÃ¡r',
  'Jul'                         => 'JÃºl.',
  'July'                        => 'JÃºlius',
  'Jun'                         => 'JÃºn.',
  'June'                        => 'JÃºnius',
  'Manager'                     => 'Manager',
  'Mar'                         => 'MÃ¡rc.',
  'March'                       => 'MÃ¡rcius',
  'May'                         => 'MÃ¡j.',
  'May '                        => 'MÃ¡jus',
  'Memo'                        => 'Memo',
  'Month'                       => 'HÃ³nap',
  'No.'                         => 'Sz.',
  'Nov'                         => 'Nov.',
  'November'                    => 'November',
  'Oct'                         => 'Okt.',
  'October'                     => 'OktÃ³ber',
  'Period'                      => 'IdÅszak',
  'Post'                        => 'RÃ¶gzÃ­tÃ©s',
  'Quarter'                     => 'NegyedÃ©v',
  'Reference'                   => 'HivatkozÃ¡s',
  'Select all'                  => 'Mindent kijelÃ¶l',
  'Sep'                         => 'Szept.',
  'September'                   => 'Szeptember',
  'Source'                      => 'BizonylatszÃ¡m',
  'Subtotal'                    => 'RÃ©szÃ¶sszeg',
  'To'                          => 'Meddig:',
  'Total'                       => 'VÃ©gÃ¶sszeg',
  'Vendor'                      => 'SzÃ¡llÃ­tÃ³',
  'Vendor Number'               => 'SzÃ¡llÃ­tÃ³ szÃ¡m',
  'Year'                        => 'Ãv',
  'Yes'                         => 'Igen',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add_batch'                   => 'add_batch',
  'add_general_ledger_batch'    => 'add_general_ledger_batch',
  'add_payable_batch'           => 'add_payable_batch',
  'add_payment_batch'           => 'add_payment_batch',
  'add_payment_reversal_batch'  => 'add_payment_reversal_batch',
  'add_payments_batch'          => 'add_payments_batch',
  'add_voucher'                 => 'add_voucher',
  'continue'                    => 'continue',
  'delete'                      => 'delete',
  'delete_batch'                => 'delete_batch',
  'deselect_all'                => 'deselect_all',
  'display'                     => 'display',
  'edit'                        => 'edit',
  'edit_batch'                  => 'edit_batch',
  'edit_payment_reversal'       => 'edit_payment_reversal',
  'general_ledger_batch'        => 'general_ledger_batch',
  'js_menu'                     => 'js_menu',
  'list_batches'                => 'list_batches',
  'list_vouchers'               => 'list_vouchers',
  'menubar'                     => 'menubar',
  'payable_batch'               => 'payable_batch',
  'payment_batch'               => 'payment_batch',
  'payment_reversal_batch'      => 'payment_reversal_batch',
  'payments_batch'              => 'payments_batch',
  'post'                        => 'post',
  'post_batch'                  => 'post_batch',
  'post_batches'                => 'post_batches',
  'save_batch'                  => 'save_batch',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'subtotal'                    => 'subtotal',
  'yes'                         => 'yes',
  'yes_delete_batch'            => 'yes_delete_batch',
  'folytatÃ¡s'                   => 'continue',
  'tÃ¶rlÃ©s'                      => 'delete',
  'rÃ¶gzÃ­tÃ©s'                    => 'post',
  'mindent_kijelÃ¶l'             => 'select_all',
  'igen'                        => 'yes',
};

1;

