- $self{charset} = 'ISO-8859-2';
- $self{texts} = {
- 'Address' => 'C�m',
- 'Bcc' => 'Titkos m�solat',
- 'Cc' => 'M�solat',
- 'Continue' => 'Folytat�s',
- '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',
- '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',
- '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 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',
- 'delete_schedule' => 'delete_schedule',
- 'gl_transaction' => 'gl_transaction',
- '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_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;
|