중국어 전체파일 수정보완 및 추가번 적용. by guny님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-26 12:23:18 +00:00
parent 9bf4756ded
commit 1656f52701
103 changed files with 580 additions and 509 deletions

View file

@ -10,7 +10,7 @@
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">RSS 출력을 담당하는 모듈</description>
<description xml:lang="zh-CN">担当 RSS 输出的模块</description>
<description xml:lang="zh-CN">负责RSS输出的模块。</description>
<description xml:lang="jp">RSS出力を担うモジュールです。</description>
<description xml:lang="en">This modules is for printing RSS.</description>
</author>

View file

@ -6,13 +6,13 @@
**/
// 一般单词
$lang->rss_disable = "RSS 关闭";
$lang->rss_type = "将输出的 RSS 形式";
$lang->rss_disable = "关闭RSS";
$lang->rss_type = "将输出的RSS形式";
// 说明文
$lang->about_rss_disable = "择不输出 RSS。";
$lang->about_rss_type = "可以指定输出RSS的形式";
$lang->about_rss_disable = "此项不显示RSS。";
$lang->about_rss_type = "可以指定要显示的RSS形式。";
// 错误提示
$lang->msg_rss_is_disabled = "RSS 功能已关闭状态";
$lang->msg_rss_is_disabled = "RSS功能处于锁定状态。";
?>