X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=sql-ledger%2Flocale%2Fcn_utf%2Fca;fp=sql-ledger%2Flocale%2Fcn_utf%2Fca;h=94f47b18f91879259614beef773bcce8c17345c6;hb=32306b5f8ffe4ce594409aa6e89626740b225a39;hp=0000000000000000000000000000000000000000;hpb=52072fcd26f2faf57923f598c358e7f47c4e2643;p=freeside.git diff --git a/sql-ledger/locale/cn_utf/ca b/sql-ledger/locale/cn_utf/ca new file mode 100644 index 000000000..94f47b18f --- /dev/null +++ b/sql-ledger/locale/cn_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;