diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 20:43:34 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-10-26 20:43:34 +0000 |
commit | ce495646dbe1712ba2ba357a9806aec5e7b29ede (patch) | |
tree | e47778ddac6a17403f495138a1a913dfe181d8a4 /locale/cn_utf/ca | |
parent | 8d36538a0bd4e9ef270699cb1f76dcaf8ec0473c (diff) |
Convert Chinese translations to gettext
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@325 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/cn_utf/ca')
-rwxr-xr-x | locale/cn_utf/ca | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/locale/cn_utf/ca b/locale/cn_utf/ca deleted file mode 100755 index 4d73af13..00000000 --- a/locale/cn_utf/ca +++ /dev/null @@ -1,60 +0,0 @@ -$self{charset} = 'UTF-8'; - -$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 ' => '五月', - 'Month' => '月份', - 'Nov' => '十一月', - 'November' => '十一月', - 'Oct' => '十月', - 'October' => '十月', - 'Period' => '时期', - 'Project Number' => '方案号码', - 'Quarter' => '季度', - 'R' => '对', - 'Reference' => '参照', - 'Sep' => '九月', - 'September' => '九月', - 'Subtotal' => '小计', - 'To' => '至', - 'Year' => '年份', -}; - -$self{subs} = { - 'ca_subtotal' => 'ca_subtotal', - 'chart_of_accounts' => 'chart_of_accounts', - 'list' => 'list', - 'list_transactions' => 'list_transactions', - '列出记录' => 'list_transactions', -}; - -1; - |