중국어 번역 적용(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">설문조사</title>
<title xml:lang="zh-CN">投票调查</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">설문조사 관리 모듈</description>
<description xml:lang="zh-CN">投票调查管理模块</description>
</author>
</module>

View file

@ -0,0 +1,37 @@
<?php
/**
* @file modules/poll/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 投票调查 (poll) 模块的基本语言包
**/
$lang->poll = "投票调查";
$lang->poll_stop_date = "投票调查结束日期";
$lang->poll_join_count = "投票者";
$lang->poll_checkcount = "必选项目数";
$lang->cmd_poll_list = '查看投票调查目录';
$lang->cmd_delete_checked_poll = '删除所选项目';
$lang->cmd_apply_poll = '参与投票';
$lang->cmd_delete_checked_poll = '删除所选问卷';
$lang->success_poll = '感谢您参与投票';
$lang->msg_already_poll = '不能重复投票';
$lang->msg_cart_is_null = '选择要删除的文章';
$lang->msg_checked_poll_is_deleted = '已删除%d个投票调查';
$lang->msg_check_poll_item = '请选择问卷回应的项目。 (每个问卷调查有不同的必选项目)';
$lang->msg_cart_is_null = '请选择要删除的问卷';
$lang->msg_checked_poll_is_deleted = '已删除%d个问卷';
$lang->msg_poll_not_exists = '您选择的问卷不存在';
$lang->cmd_null_item = "没有将登录投票调查的值。\n请重新设定";
$lang->confirm_poll_submit = "您要参与投票吗?";
$lang->search_target_list = array(
'title' => '标题',
'regdate' => '登录日期',
'ipaddress' => 'IP 地址',
);
?>

View file

@ -1,13 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<skin>
<title xml:lang="ko">설문조사 기본 스킨</title>
<title xml:lang="zh-CN">投票调查基本皮肤</title>
<maker 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">설문조사 기본 스킨</description>
<description xml:lang="zh-CN">投票调查基本皮肤</description>
</maker>
<colorset>
<color name="normal">
<title xml:lang="ko">기본</title>
<title xml:lang="zh-CN">基本</title>
</color>
</colorset>
</skin>