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

$self{texts} = {
  'Address'                     => 'CÃ­m',
  'Bcc'                         => 'Titkos mÃ¡solat',
  'Cc'                          => 'MÃ¡solat',
  'Continue'                    => 'FolytatÃ¡s',
  'Customer Number'             => 'ÃgyfÃ©l szÃ¡m',
  'Customer not on file!'       => 'A vevÅ hiÃ¡nyzik az adatbÃ¡zisbÃ³l!',
  'Date'                        => 'DÃ¡tum',
  'Day(s)'                      => 'Nap(ok)',
  'Delete Schedule'             => 'ÃtemezÃ©s TÃ¶rlÃ©se',
  'Description'                 => 'SzÃ¶veges leÃ­rÃ¡s',
  'E-mail'                      => 'E-mail',
  'E-mail message'              => 'E-mail Ã¼zenet',
  'Employee Number'             => 'Alkalmazott SzÃ¡ma',
  'Every'                       => 'Minden',
  'For'                         => 'IsmÃ©tlÃ©s',
  'Include Payment'             => 'PÃ©nzmozgÃ¡ssal egyÃ¼tt',
  'Message'                     => 'Ãzenet',
  'Month(s)'                    => 'HÃ³nap',
  'Next Date'                   => 'KÃ¶vetkezÅ DÃ¡tum',
  'Number'                      => 'SzÃ¡m',
  'PDF'                         => 'PDF',
  'Postscript'                  => 'Postscript',
  'Print'                       => 'NyomtatÃ¡s',
  'Project not on file!'        => 'Projekt nincs meg',
  'Recurring Transaction'       => 'IsmÃ©tlÅdÅ TranzakciÃ³',
  'Reference'                   => 'HivatkozÃ¡s',
  'Repeat'                      => 'IsmÃ©tlÃ©s',
  'Save Schedule'               => 'ÃtemezÃ©s mentÃ©se',
  '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',
  'Startdate'                   => 'KezdÅ dÃ¡tum',
  'Subject'                     => 'TÃ¡rgy',
  'To'                          => 'Meddig:',
  'Vendor Number'               => 'SzÃ¡llÃ­tÃ³ szÃ¡m',
  '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} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'credit_invoice_'             => 'credit_invoice_',
  'debit_invoice_'              => 'debit_invoice_',
  'delete_schedule'             => 'delete_schedule',
  'gl_transaction'              => 'gl_transaction',
  'islocked'                    => 'islocked',
  'name_selected'               => 'name_selected',
  'post_as_new'                 => 'post_as_new',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'project_selected'            => 'project_selected',
  'rebuild_formnames'           => 'rebuild_formnames',
  'rebuild_vc'                  => 'rebuild_vc',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'vendor_invoice_'             => 'vendor_invoice_',
  'folytatÃ¡s'                   => 'continue',
  'ÃtemezÃ©s_tÃ¶rlÃ©se'            => 'delete_schedule',
  'ÃtemezÃ©s_mentÃ©se'            => 'save_schedule',
};

1;

