From 05ac914c04d53484f3a694ec4ae257d06f0a56f1 Mon Sep 17 00:00:00 2001 From: Exaos Lee Date: Wed, 11 Apr 2012 23:58:14 +0800 Subject: [PATCH] Merge zh-CN translation from branch zh-example --- o-blog-i18n.el | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/o-blog-i18n.el b/o-blog-i18n.el index 1d205ea..45ab2df 100644 --- a/o-blog-i18n.el +++ b/o-blog-i18n.el @@ -38,7 +38,28 @@ :debug-posts-header "Posts" :debug-static-pages-header "Static pages" :debug-snippet-header "Snippets" - :debug-tags-header "Tags")) + :debug-tags-header "Tags") + ("zh-CN" ;; simplified Chinese, traditional Chinese may use zh-TW or zh-HK + :posted-on "发布于" + :post-timestamp "%Y-%m-%d %H:%M:%S" + :related-tags "相关标签" + :home "首页" + :tags "标签" + :archives "归档" + :rss "RSS" + :about "关于" + :links "链接" + :powered-by "功能取自" + :debug-blog "导出博客信息" + :debug-post "导出博文信息" + :debug-tag "导出标签信息" + :debug-property "属性" + :debug-value "值" + :debug-blog-header "博客" + :debug-posts-header "博文" + :debug-static-pages-header "固定页面" + :debug-snippet-header "网页片断" + :debug-tags-header "标签" )) "Translation ALIST used by `ob:gettext'. Each item consists of language as `car' and translation items as `cdr'.