mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
중국어 번역 적용(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:
parent
46badd60f5
commit
38447795e4
35 changed files with 438 additions and 0 deletions
|
|
@ -1,12 +1,19 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module version="0.1">
|
||||
<title xml:lang="ko">TatterTools 데이터 이전</title>
|
||||
<title xml:lang="zh-CN">TatterTools 数据转移</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">
|
||||
태터툴즈의 백업파일을 제로보드XE에 입력을 하는 모듈입니다.
|
||||
첨부파일 포함하지 않은 백업파일이 필요합니다.
|
||||
첨부파일은 원주소에서 직접 다운로드를 하게 됩니다.
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
TatterTools的备份文件输入到zeroboard XE的模块。
|
||||
需要不包含附件的备份文件。
|
||||
附件将在原地址直接下载。
|
||||
</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
21
modules/ttimporter/lang/zh-CN.lang.php
Normal file
21
modules/ttimporter/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file zh-CN.lang.php
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief Ttimporter 模块的基本语言包
|
||||
**/
|
||||
|
||||
$lang->ttimporter = "TatterTools 数据转移";
|
||||
$lang->about_tt_importer = "将TatterTools 的数据可以输入到指定的模块。\n附件是在网站直接下载,需要激活原TatterTools 博客。";
|
||||
|
||||
$lang->target_module = "对象模块";
|
||||
$lang->target_file = "对象 xml文件";
|
||||
$lang->target_url = "博客URL";
|
||||
|
||||
$lang->cmd_continue = '继续进行';
|
||||
|
||||
$lang->msg_no_xml_file = '找不到XML文件。请重新确认路径';
|
||||
$lang->msg_invalid_xml_file = 'XML文件格式错误。';
|
||||
$lang->msg_importing = '正在输入%d个。(长时间停止的情况请按“继续进行”按钮)';
|
||||
$lang->msg_import_finished = '已输入完成%d个数据。有可能没有输入完的数据。';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue