- $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©wn®ø°£¦³°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;
|