- $self{charset} = 'BIG5';
- $self{texts} = {
- 'Account' => '�b��',
- 'Accounting Menu' => '�|�p���',
- 'Are you sure you want to remove the marked entries from the queue?' => '�z�O�_�T�w�n�������O�������ءH',
- 'Bin Lists' => '�c�����Ӫ�',
- 'Cannot remove files!' => '���ಾ���ɮסI',
- 'Confirm!' => '�J�b���\�I',
- 'Continue' => '�~��',
- 'Current' => '�{��',
- 'Customer' => '�Ȥ�',
- 'Date' => '���',
- 'Employee' => '¾��',
- 'From' => '�q',
- 'ID' => '�ѧO�s��',
- 'Invoice' => '�o��',
- 'Invoice Number' => '�o���s��',
- 'Marked entries printed!' => '�w�C�L���O�����|�p���ءI',
- 'Month' => '��',
- 'Order' => '�q��',
- 'Order Number' => '�q��s��',
- 'Packing Lists' => '�X�f��',
- 'Period' => '����',
- 'Pick Lists' => '�z�f�M��',
- 'Print' => '�C�L',
- 'Printing' => '���C�L',
- 'Purchase Orders' => '���ʳ�',
- 'Quarter' => '�u',
- 'Quotation' => '������',
- 'Quotation Number' => '�����渹�X',
- 'Quotations' => '������',
- 'RFQs' => '�����ШD',
- 'Remove' => '����',
- 'Removed spoolfiles!' => '�����C�L�Ȧs�ɮ�',
- 'Removing marked entries from queue ...' => '���q���C���������O�����|�p����',
- 'Sales Invoices' => '�P��o��',
- 'Sales Orders' => '�P�f��',
- 'Select all' => '����',
- 'Spoolfile' => '�C�L�Ȧs(spool)�ɮ�',
- 'To' => '��',
- 'Vendor' => '������',
- 'Work Orders' => '�u�@��',
- 'Year' => '�~',
- 'Yes' => '�O',
- 'done' => '����',
- };
- $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',
- '�~��' => 'continue',
- '�c�l' => 'print',
- '����' => 'remove',
- '����' => 'select_all',
- '�o' => 'yes',
- };
- 1;
|