$self{charset} = 'BIG5';

$self{texts} = {
  'Address'                     => '�a�}',
  'Bcc'                         => '����ܧ۰e',
  'Cc'                          => '�۰e',
  'Continue'                    => '�~��',
  'Customer not on file!'       => '�S�����Ȥ᪺�O���I',
  'Date'                        => '���',
  'Day(s)'                      => '��',
  'Delete Schedule'             => '�R���ɶ���',
  'Description'                 => '����',
  'E-mail'                      => '�q�l�l��',
  'E-mail message'              => '�q�l�l��T��',
  'Every'                       => '�C',
  'For'                         => '����',
  'Include Payment'             => '�]�A�I��',
  'Message'                     => '�T��',
  'Month(s)'                    => '��',
  'Next Date'                   => '�U�@��',
  'Number'                      => '�s��',
  'Print'                       => '�C�L',
  'Project not on file!'        => '�S�������ت��O���I',
  'Recurring Transaction'       => '���ХX�{�����',
  'Reference'                   => '�ѦҸ��',
  'Repeat'                      => '����',
  'Save Schedule'               => '�x�s�ɶ���',
  'Select from one of the names below' => '��U�C�m�W����ܤ@��',
  'Select from one of the projects below' => '��U�C���ؤ���ܤ@��',
  'Startdate'                   => '�}�l���',
  'Subject'                     => '���D',
  'To'                          => '��',
  'Vendor not on file!'         => '�S���������Ӫ��O���I',
  'Warning!'                    => 'ĵ�i�I',
  'Week(s)'                     => '�P��',
  'Year(s)'                     => '�~',
  'You are posting an existing transaction!' => '�z���b�[�J�@�Ӳ{�s������I',
  'You are printing and posting an existing transaction!' => '�z���b�C�L�Υ[�J�@�Ӳ{�s������I',
  'You are printing and saving an existing order' => '�z���b�C�L���x�s�@�i�{�s���q��I',
  'You are printing and saving an existing quotation' => '�z���b�C�L���x�s�@�i�{�s��������I',
  'You are saving an existing order' => '�z���b�x�s�@�i�{�s���q��I',
  'You are saving an existing quotation' => '�z���b�x�s�@�i�{�s��������I',
  'for'                         => '���F',
  'sent'                        => '�w�e�X',
  'time(s)'                     => '��',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'delete_schedule'             => 'delete_schedule',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post_as_new'                 => 'post_as_new',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'project_selected'            => 'project_selected',
  'rebuild_vc'                  => 'rebuild_vc',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'vendor_invoice_'             => 'vendor_invoice_',
  '�~��'                        => 'continue',
  '�r���ɶ���'                  => 'delete_schedule',
  '�x�s�ɶ���'                  => 'save_schedule',
};

1;