- $self{charset} = 'ISO-8859-2';
- $self{texts} = {
- 'Account' => 'Sz�mla',
- 'Amount' => '�sszeg',
- 'Continue' => 'Folytat�s',
- 'Date' => 'D�tum',
- 'Memo' => 'Memo',
- 'Nothing to print!' => 'Nincs mit nyomtatni!',
- 'PDF' => 'PDF',
- 'Postscript' => 'Postscript',
- 'Printed' => 'Kinyomtatva',
- 'Scheduled' => '�temezve',
- 'Screen' => 'K�perny�re',
- 'Select a Printer!' => 'V�lasszon Nyomtat�t',
- 'Select payment' => 'V�lasszon fizet�si m�dot',
- 'Select postscript or PDF!' => 'V�lassza ki a postscript vagy a PDF form�tumot!',
- 'Source' => 'Bizonylatsz�m',
- };
- $self{subs} = {
- 'customer_details' => 'customer_details',
- 'payment_selected' => 'payment_selected',
- 'print' => 'print',
- 'print_and_post' => 'print_and_post',
- 'print_check' => 'print_check',
- 'print_options' => 'print_options',
- 'print_receipt' => 'print_receipt',
- 'print_transaction' => 'print_transaction',
- 'select_payment' => 'select_payment',
- 'vendor_details' => 'vendor_details',
- 'folytat�s' => 'continue',
- };
- 1;
|