$self{charset} = 'ISO-8859-2';

$self{texts} = {
  'Account'                     => 'Szmla',
  'Accounting Menu'             => 'Men',
  'Apr'                         => 'pr.',
  'April'                       => 'prilis',
  'Aug'                         => 'Aug.',
  'August'                      => 'Augusztus',
  'Confirm!'                    => 'Megersts:',
  'Continue'                    => 'Folytats',
  'Current'                     => '0-30',
  'Date'                        => 'Dtum',
  'Dec'                         => 'Dec.',
  'December'                    => 'December',
  'Delete'                      => 'Trls',
  'Description'                 => 'Szveges lers',
  'Employee'                    => 'Alkalmazott',
  'Feb'                         => 'Feb.',
  'February'                    => 'Februr',
  'From'                        => 'Mikortl:',
  'ID'                          => 'Azonost',
  'Include in Report'           => 'Oszlopok:',
  'Invoice Number'              => 'Szmlaszm',
  'Jan'                         => 'Jan.',
  'January'                     => 'Janur',
  'Jul'                         => 'Jl.',
  'July'                        => 'Jlius',
  'Jun'                         => 'Jn.',
  'June'                        => 'Jnius',
  'Mar'                         => 'Mrc.',
  'March'                       => 'Mrcius',
  'May'                         => 'Mj.',
  'May '                        => 'Mjus',
  'Memo'                        => 'Memo',
  'Month'                       => 'Hnap',
  'No.'                         => 'Sz.',
  'Nov'                         => 'Nov.',
  'November'                    => 'November',
  'Oct'                         => 'Okt.',
  'October'                     => 'Oktber',
  'Period'                      => 'Idszak',
  'Post'                        => 'Rgzts',
  'Quarter'                     => 'Negyedv',
  'Reference'                   => 'Hivatkozs',
  'Select all'                  => 'Mindent kijell',
  'Sep'                         => 'Szept.',
  'September'                   => 'Szeptember',
  'Source'                      => 'Bizonylatszm',
  'Subtotal'                    => 'Rszsszeg',
  'To'                          => 'Meddig:',
  'Total'                       => 'Vgsszeg',
  'Vendor'                      => 'Szllt',
  'Vendor Number'               => 'Szllt szm',
  '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',
  'display_frame'               => 'display_frame',
  'edit'                        => 'edit',
  'edit_batch'                  => 'edit_batch',
  'edit_payment_reversal'       => 'edit_payment_reversal',
  'general_ledger_batch'        => 'general_ledger_batch',
  'jsmenu'                      => 'jsmenu',
  'jsmenu_frame'                => 'jsmenu_frame',
  'list_batches'                => 'list_batches',
  'list_vouchers'               => 'list_vouchers',
  'menubar'                     => 'menubar',
  'mlmenu'                      => 'mlmenu',
  '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',
  'folytats'                   => 'continue',
  'trls'                      => 'delete',
  'rgzts'                    => 'post',
  'mindent_kijell'             => 'select_all',
  'igen'                        => 'yes',
};

1;

