중국어 번역 적용(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

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">RSS</title>
<title xml:lang="zh-CN">RSS</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<description xml:lang="ko">RSS 출력을 담당하는 모듈</description>
<description xml:lang="zh-CN">担当 RSS 输出的模块</description>
</author>
</module>

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 功能已关闭状态";
?>