mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
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