- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'Account' => '����',
- 'Amount' => '�����',
- 'Continue' => '����������',
- 'Date' => '����',
- 'Memo' => '�����������',
- 'Nothing to print!' => '������ �� ����������!',
- 'PDF' => 'PDF',
- 'Postscript' => 'Postscript',
- 'Printed' => '����������',
- 'Screen' => '�����',
- 'Select payment' => '�������� ������',
- 'Select postscript or PDF!' => '�������� postscript ��� PDF!',
- 'Source' => '��������',
- };
- $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',
- '����������' => 'continue',
- };
- 1;
|