- $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;
|