- $self{charset} = 'BIG5';
- $self{texts} = {
- 'AR/AP' => 'À³¦¬/À³¥I ',
- 'Account' => '±b¤á',
- 'Apr' => '¥|¤ë',
- 'April' => '¥|¤ë',
- 'Aug' => '¤K¤ë',
- 'August' => '¤K¤ë',
- 'Balance' => '¾lÃB',
- 'Chart of Accounts' => '·|p¬ì¥Øªí',
- 'Credit' => '¶U¤è',
- 'Current' => '²{¦³',
- 'Date' => '¤é´Á',
- 'Debit' => 'ɤè',
- 'Dec' => '¤Q¤G¤ë',
- 'December' => '¤Q¤G¤ë',
- 'Department' => '³¡ªù',
- 'Description' => '»¡©ú',
- 'Feb' => '¤G¤ë',
- 'February' => '¤G¤ë',
- 'From' => '±q',
- 'GIFI' => '°]°È°T®§³q¥Î¯Á¤Þ(GIFI)',
- 'Include in Report' => '¤@¨ÖÅã¥Ü',
- 'Jan' => '¤@¤ë',
- 'January' => '¤@¤ë',
- 'Jul' => '¤C¤ë',
- 'July' => '¤C¤ë',
- 'Jun' => '¤»¤ë',
- 'June' => '¤»¤ë',
- 'List Transactions' => '¦C¥X©Ò¦³¥æ©ö',
- 'Mar' => '¤T¤ë',
- 'March' => '¤T¤ë',
- 'May' => '¤¤ë',
- 'May ' => '¤¤ë',
- 'Month' => '¤ë',
- 'Nov' => '¤Q¤@¤ë',
- 'November' => '¤Q¤@¤ë',
- 'Oct' => '¤Q¤ë',
- 'October' => '¤Q¤ë',
- 'Period' => '´Á¶¡',
- 'Project Number' => '¶µ¥Ø¸¹½X',
- 'Quarter' => '©u',
- 'Reference' => '°Ñ¦Ò¸ê®Æ',
- 'Sep' => '¤E¤ë',
- 'September' => '¤E¤ë',
- 'Subtotal' => '¤pp',
- 'To' => '¦Ü',
- 'Year' => '¦~',
- };
- $self{subs} = {
- 'ca_subtotal' => 'ca_subtotal',
- 'chart_of_accounts' => 'chart_of_accounts',
- 'list' => 'list',
- 'list_transactions' => 'list_transactions',
- '¦c¥x©Ò¦³¥æ©ö' => 'list_transactions',
- };
- 1;
|