From 769c831d993a1e10b44abf4b3d9e5e145770ecc8 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 27 Oct 2006 16:12:47 +0000 Subject: Moved duplicate locales into legacy for now git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@331 4979c152-3d1c-0410-bac9-87ea11338e46 --- locale/legacy/tw_big5/rc | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100755 locale/legacy/tw_big5/rc (limited to 'locale/legacy/tw_big5/rc') diff --git a/locale/legacy/tw_big5/rc b/locale/legacy/tw_big5/rc new file mode 100755 index 00000000..10c91348 --- /dev/null +++ b/locale/legacy/tw_big5/rc @@ -0,0 +1,80 @@ +$self{charset} = 'BIG5'; + +$self{texts} = { + 'Account' => '帳戶', + 'Accounting Menu' => '會計選單', + 'Apr' => '四月', + 'April' => '四月', + 'Aug' => '八月', + 'August' => '八月', + 'Balance' => '餘額', + 'Beginning Balance' => '起始餘額', + 'Cleared' => '已清除', + 'Continue' => '繼續', + 'Credit' => '貸方', + 'Current' => '現有', + 'Date' => '日期', + 'Debit' => '借方', + 'Dec' => '十二月', + 'December' => '十二月', + 'Description' => '說明', + 'Detail' => '詳情', + 'Difference' => '差異', + 'Done' => '已完成', + 'Feb' => '二月', + 'February' => '二月', + 'From' => '從', + 'Include Exchange Rate Difference' => '包含外匯差距', + 'Jan' => '一月', + 'January' => '一月', + 'Jul' => '七月', + 'July' => '七月', + 'Jun' => '六月', + 'June' => '六月', + 'Mar' => '三月', + 'March' => '三月', + 'May' => '五月', + 'May ' => '五月', + 'Month' => '月', + 'Nov' => '十一月', + 'November' => '十一月', + 'Oct' => '十月', + 'October' => '十月', + 'Out of balance!' => '不平衡!', + 'Outstanding' => '未收款交易', + 'Period' => '期間', + 'Quarter' => '季', + 'Reconciliation' => '調節', + 'Reconciliation Report' => '調節報告', + 'Select all' => '全選', + 'Sep' => '九月', + 'September' => '九月', + 'Source' => '來源', + 'Statement Balance' => '會計帳餘額', + 'Summary' => '摘要', + 'To' => '至', + 'Update' => '更新', + 'Year' => '年', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'display_form' => 'display_form', + 'done' => 'done', + 'get_payments' => 'get_payments', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'reconciliation' => 'reconciliation', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'update' => 'update', + '繼續' => 'continue', + '已完成' => 'done', + '全選' => 'select_all', + '更新' => 'update', +}; + +1; + -- cgit v1.2.3