중국어 번역 적용(by eiken님, 엔죠라이프님) 2007년 7월 9일 17시 20분

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1884 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-09 08:21:19 +00:00
parent 46badd60f5
commit 38447795e4
35 changed files with 438 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?php
/**
* @file modules/rss/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 简体中文语言包 (只收录基本内容)
**/
// 一般单词
$lang->rss_disable = "RSS 关闭";
$lang->rss_type = "将输出的 RSS 形式";
// 说明文
$lang->about_rss_disable = "选择不输出 RSS。";
$lang->about_rss_type = "可以指定输出RSS的形式";
// 错误提示
$lang->msg_rss_is_disabled = "RSS 功能已关闭状态";
?>