mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1884 201d5d3c-b55e-5fd7-737f-ddc643e51545
21 lines
879 B
PHP
21 lines
879 B
PHP
<?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个数据。有可能没有输入完的数据。';
|
||
?>
|