- $self{charset} = 'ISO-8859-2';
- $self{texts} = {
- 'Account' => 'Sz�mla',
- 'Accounting Menu' => 'Men�',
- 'Are you sure you want to remove the marked entries from the queue?' => 'Biztos, hogy ki akarja t�r�lni a megjel�lt sorokat?',
- 'Bin Lists' => 'Polc Lista',
- 'Cannot remove files!' => 'Nem lehet a f�jlt kit�r�lni!',
- 'Confirm!' => 'Meger�s�t�s:',
- 'Continue' => 'Folytat�s',
- 'Current' => '0-30',
- 'Customer' => 'Vev�',
- 'Date' => 'D�tum',
- 'Employee' => 'Alkalmazott',
- 'From' => 'Mikort�l:',
- 'ID' => 'Azonos�t�',
- 'Invoice' => 'Sz�mla',
- 'Invoice Number' => 'Sz�mlasz�m',
- 'Marked entries printed!' => 'Megjel�lt sorok kinyomtatva!',
- 'Month' => 'H�nap',
- 'Order' => 'Rendel�s',
- 'Order Number' => 'Rendel�s sz�ma',
- 'Packing Lists' => 'Csomagol�s lista',
- 'Period' => 'Id�szak',
- 'Pick Lists' => 'Kiszed�s lista',
- 'Print' => 'Nyomtat�s',
- 'Printing' => 'Nyomtat�s',
- 'Purchase Orders' => 'Beszerz�si rendel�sek',
- 'Quarter' => 'Negyed�v',
- 'Quotation' => 'Aj�nlat',
- 'Quotation Number' => 'Aj�nlat sz�m',
- 'Quotations' => 'Aj�nlatok',
- 'RFQs' => 'Aj�nlat k�r�sek',
- 'Remove' => 'Kit�rl�s',
- 'Removed spoolfiles!' => 'A sorban �ll� f�jlok kit�r�lve!',
- 'Removing marked entries from queue ...' => 'Kivessz�k a megjel�lt sorokat',
- 'Sales Invoices' => 'Vev� Sz�mla',
- 'Sales Orders' => 'Vev�rendel�sek',
- 'Select all' => 'Mindent kijel�l',
- 'Spoolfile' => 'Sorban �ll� f�jlok',
- 'Time Cards' => 'Id� K�rty�k',
- 'To' => 'Meddig:',
- 'Vendor' => 'Sz�ll�t�',
- 'Work Orders' => 'Gy�rt�si Rendel�s',
- 'Year' => '�v',
- 'Yes' => 'Igen',
- 'done' => 'elv�gezve',
- };
- $self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'continue' => 'continue',
- 'display' => 'display',
- 'js_menu' => 'js_menu',
- 'list_spool' => 'list_spool',
- 'menubar' => 'menubar',
- 'print' => 'print',
- 'remove' => 'remove',
- 'search' => 'search',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'yes' => 'yes',
- 'folytat�s' => 'continue',
- 'nyomtat�s' => 'print',
- 'kit�rl�s' => 'remove',
- 'mindent_kijel�l' => 'select_all',
- 'igen' => 'yes',
- };
- 1;
|