rhymix/modules/ttimporter/lang/zh-CN.lang.php

21 lines
879 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个数据。有可能没有输入完的数据。';
?>