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

$self{texts} = {
  'AP'                          => 'Sz�ll�t�k',
  'AR'                          => 'Vev�k',
  'Account'                     => 'Sz�mla',
  'Accounting Menu'             => 'Men�',
  'Address'                     => 'C�m',
  'All'                         => '�sszes',
  'Amount'                      => '�sszeg',
  'Amount Due'                  => 'Esed�kes �sszeg',
  'Bcc'                         => 'Titkos m�solat',
  'Cannot post Payment!'        => 'A kifizet�st nem tudom r�gz�teni!',
  'Cannot post Receipt!'        => 'A befizet�sz nem tudom r�gz�teni!',
  'Cannot post payment for a closed period!' => 'A lez�rt id�szakban nem lehet fizet�st r�gz�teni!',
  'Cc'                          => 'M�solat',
  'Continue'                    => 'Folytat�s',
  'Currency'                    => 'Deviza',
  'Customer'                    => 'Vev�',
  'Customer not on file!'       => 'A vev� hi�nyzik az adatb�zisb�l!',
  'Date'                        => 'D�tum',
  'Date missing!'               => 'D�tum hi�nyzik',
  'Day(s)'                      => 'Nap(ok)',
  'Delete Schedule'             => '�temez�s T�rl�se',
  'Department'                  => 'Oszt�ly',
  'Deposit'                     => 'J�v��r�s',
  'Description'                 => 'Sz�veges le�r�s',
  'Due Date'                    => 'Esed�kess�g',
  'E-mail'                      => 'E-mail',
  'E-mail message'              => 'E-mail �zenet',
  'Every'                       => 'Minden',
  'Exchange Rate'               => '�tv�lt�si �rfolyam',
  'Exchange rate missing!'      => '�tv�lt�si �rfolyam hi�nyzik!',
  'For'                         => 'Ism�tl�s',
  'From'                        => 'Mikort�l:',
  'Include Payment'             => 'P�nzmozg�ssal egy�tt',
  'Invoice'                     => 'Sz�mla',
  'Invoices'                    => 'Sz�ml�k',
  'Language'                    => 'Nyelv',
  'Memo'                        => 'Memo',
  'Message'                     => '�zenet',
  'Month(s)'                    => 'H�nap',
  'Next Date'                   => 'K�vetkez� D�tum',
  'Nothing open!'               => 'Nincs nyilva',
  'Number'                      => 'Sz�m',
  'PDF'                         => 'PDF',
  'Payment'                     => 'Kifizet�s',
  'Payment posted!'             => 'P�nzmozg�s r�gz�tve',
  'Payments'                    => 'Kifizet�sek',
  'Payments posted!'            => 'Kifizet�s r�gz�tve!',
  'Post'                        => 'R�gz�t�s',
  'Posting failed!'             => 'A r�gz�t�s nem siker�lt!',
  'Postscript'                  => 'Postscript',
  'Prepayment'                  => 'El�re fizet�s',
  'Print'                       => 'Nyomtat�s',
  'Project not on file!'        => 'Projekt nincs meg',
  'Receipt'                     => 'Befizet�s',
  'Receipt posted!'             => 'Befizet�s r�gz�tve!',
  'Receipts'                    => 'Befizet�sek',
  'Recurring Transaction'       => 'Ism�tl�d� Tranzakci�',
  'Reference'                   => 'Hivatkoz�s',
  'Repeat'                      => 'Ism�tl�s',
  'Save Schedule'               => '�temez�s ment�se',
  'Screen'                      => 'K�perny�re',
  'Select'                      => 'V�laszt�s',
  'Select all'                  => 'Mindent kijel�l',
  'Select from one of the names below' => 'V�lasszon ki egyet az al�bbi nevek k�z�l',
  'Select from one of the projects below' => 'V�lasszon a projektek k�z�l',
  'Select postscript or PDF!'   => 'V�lassza ki a postscript vagy a PDF form�tumot!',
  'Source'                      => 'Bizonylatsz�m',
  'Startdate'                   => 'Kezd� d�tum',
  'Subject'                     => 'T�rgy',
  'To'                          => 'Meddig:',
  'Update'                      => 'Friss�t�s',
  'Vendor'                      => 'Sz�ll�t�',
  'Vendor not on file!'         => 'Sz�ll�t� nincs az adatb�zisban!',
  'Warning!'                    => 'Figyelmeztet�s',
  'Week(s)'                     => 'H�t',
  'Year(s)'                     => '�v',
  'You are posting an existing transaction!' => '�n egy l�tez� tranzakci�t m�dos�t!',
  'You are printing and posting an existing transaction!' => '�n egy l�tez� tranzakci�t r�gz�t �s nyomtat!',
  'You are printing and saving an existing order' => '�n egy l�tez� rendel�st r�gz�t �s nyomtat!',
  'You are printing and saving an existing quotation' => '�n egy l�tez� aj�nlatot r�gz�t �s nyomtat!',
  'You are saving an existing order' => '�n egy l�tez� rendel�st m�dos�t!',
  'You are saving an existing quotation' => '�n egy l�tez� aj�nlatot m�dos�t',
  'for'                         => 'for',
  'sent'                        => 'elk�ldve',
  'time(s)'                     => '-szor',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_form'                  => 'check_form',
  'check_name'                  => 'check_name',
  'check_openvc'                => 'check_openvc',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'customer_details'            => 'customer_details',
  'delete_schedule'             => 'delete_schedule',
  'display'                     => 'display',
  'gl_transaction'              => 'gl_transaction',
  'invoices_due'                => 'invoices_due',
  'js_menu'                     => 'js_menu',
  'list_invoices'               => 'list_invoices',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'payment'                     => 'payment',
  'payment_footer'              => 'payment_footer',
  'payment_header'              => 'payment_header',
  'payments'                    => 'payments',
  'payments_footer'             => 'payments_footer',
  'payments_header'             => 'payments_header',
  'post'                        => 'post',
  'post_as_new'                 => 'post_as_new',
  'post_payment'                => 'post_payment',
  'post_payments'               => 'post_payments',
  'print'                       => 'print',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'print_form'                  => 'print_form',
  'print_payment'               => 'print_payment',
  'print_payments'              => 'print_payments',
  'project_selected'            => 'project_selected',
  'rebuild_vc'                  => 'rebuild_vc',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'update'                      => 'update',
  'update_payment'              => 'update_payment',
  'update_payments'             => 'update_payments',
  'vendor_details'              => 'vendor_details',
  'vendor_invoice_'             => 'vendor_invoice_',
  'folytat�s'                   => 'continue',
  '�temez�s_t�rl�se'            => 'delete_schedule',
  'r�gz�t�s'                    => 'post',
  'nyomtat�s'                   => 'print',
  '�temez�s_ment�se'            => 'save_schedule',
  'mindent_kijel�l'             => 'select_all',
  'friss�t�s'                   => 'update',
};

1;