중국어 번역 적용(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,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个数据。有可能没有输入完的数据。';
?>