diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 5fc8c5edf574ab024d4646914b6432d458e2ffbd (patch) | |
tree | c8031ae966b35c47f6aea9929e10911412ff6c59 /sql-ledger/locale/tw_utf/ca | |
parent | a4fc489e860b7bc51b5282a87ea21750b30b905e (diff) | |
parent | 32306b5f8ffe4ce594409aa6e89626740b225a39 (diff) |
This commit was generated by cvs2svn to compensate for changes in r3883,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sql-ledger/locale/tw_utf/ca')
-rw-r--r-- | sql-ledger/locale/tw_utf/ca | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/sql-ledger/locale/tw_utf/ca b/sql-ledger/locale/tw_utf/ca new file mode 100644 index 000000000..bc31c10b5 --- /dev/null +++ b/sql-ledger/locale/tw_utf/ca @@ -0,0 +1,52 @@ +$self{texts} = { + 'Account' => '帳戶', + 'Apr' => '四月', + 'April' => '四月', + 'Aug' => '八月', + 'August' => '八月', + 'Balance' => '餘額', + 'Chart of Accounts' => '會計科目表', + 'Credit' => '貸方', + 'Current' => '現有', + 'Date' => '日期', + 'Debit' => '借方', + 'Dec' => '十二月', + 'December' => '十二月', + 'Department' => '部門', + 'Description' => '說明', + 'Feb' => '二月', + 'February' => '二月', + 'From' => '從', + 'Include in Report' => '一併顯示', + 'Jan' => '一月', + 'January' => '一月', + 'Jul' => '七月', + 'July' => '七月', + 'Jun' => '六月', + 'June' => '六月', + 'List Transactions' => '列出交易', + 'Mar' => '三月', + 'March' => '三月', + 'May' => '五月', + 'May ' => '五月', + 'Nov' => '十一月', + 'November' => '十一月', + 'Oct' => '十月', + 'October' => '十月', + 'Project Number' => '方案號碼', + 'Reference' => '參考資料', + 'Sep' => '九月', + 'September' => '九月', + 'Subtotal' => '小計', + 'To' => '至', +}; + +$self{subs} = { + 'ca_subtotal' => 'ca_subtotal', + 'chart_of_accounts' => 'chart_of_accounts', + 'list' => 'list', + 'list_transactions' => 'list_transactions', + '列出交易' => 'list_transactions', +}; + +1; |