$self{charset} = 'BIG5';

$self{texts} = {
  'Accounting Menu'             => '�|�p���',
  'Add POS Invoice'             => '�s�WPOS�o��',
  'Amount'                      => '���B',
  'Business'                    => '�~��',
  'Cannot post transaction!'    => '����[�J����I',
  'Change'                      => '���',
  'Continue'                    => '�~��',
  'Credit Limit'                => '�H���B��',
  'Currency'                    => '���O',
  'Current'                     => '�{��',
  'Customer'                    => '�Ȥ�',
  'Customer missing!'           => '�������Ȥ�I',
  'Delete'                      => '�R��',
  'Department'                  => '����',
  'Description'                 => '����',
  'Edit POS Invoice'            => '�s��POS',
  'Exchange Rate'               => '�ײv',
  'Exchange rate missing!'      => '�������ײv�I',
  'Extended'                    => '�`��',
  'From'                        => '�q',
  'Language'                    => '�y��',
  'Memo'                        => '�Ƨѿ�',
  'Month'                       => '��',
  'Number'                      => '�s��',
  'Open'                        => '�}��',
  'Period'                      => '����',
  'Post'                        => '�[�J',
  'Posted!'                     => '�w�[�J�I',
  'Price'                       => '����',
  'Print'                       => '�C�L',
  'Print and Post'              => '�C�L�å[�J',
  'Printed'                     => '�w�C�L',
  'Qty'                         => '�ƶq',
  'Quarter'                     => '�u',
  'Receipts'                    => '����',
  'Record in'                   => '�O����',
  'Remaining'                   => '�|�l',
  'Salesperson'                 => '�P��H��',
  'Screen'                      => '�ù�',
  'Select a Printer!'           => '��ܦL�����I',
  'Source'                      => '�ӷ�',
  'Subtotal'                    => '�p�p',
  'Tax Included'                => '�w�t�|��',
  'To'                          => '��',
  'Total'                       => '�`�p',
  'Trade Discount'              => '�T���馩',
  'Unit'                        => '���',
  'Update'                      => '��s',
  'Year'                        => '�~',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'display'                     => 'display',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'js_menu'                     => 'js_menu',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'menubar'                     => 'menubar',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'section_menu'                => 'section_menu',
  '�~��'                        => 'continue',
  '�r��'                        => 'delete',
  '�[�j'                        => 'post',
  '�c�l'                        => 'print',
  '�c�l�å[�j'                  => 'print_and_post',
  '��s'                        => 'update',
};

1;