- $self{charset} = 'BIG5';
- $self{texts} = {
- 'Account' => '�b��',
- 'Amount' => '���B',
- 'Continue' => '�~��',
- 'Date' => '���',
- 'Memo' => '�Ƨѿ�',
- 'Nothing to print!' => '�S���i�C�L�����ءI',
- 'PDF' => 'PDF',
- 'Postscript' => 'Postscript',
- 'Printed' => '�w�C�L',
- 'Scheduled' => '�s�ƤF�ɶ�',
- 'Screen' => '�ù�',
- 'Select a Printer!' => '��ܦL�����I',
- 'Select payment' => '��ܥI��',
- 'Select postscript or PDF!' => '���postscript��PDF�I',
- '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;
|