rhymix/modules/ttimporter/lang/zh-CN.lang.php
2007-07-26 12:23:18 +00:00

21 lines
908 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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个数据导入。根据情况可能会有没有被导入的数据。';
?>