rhymix/modules/trackback/lang/zh-CN.lang.php
2010-09-06 06:35:20 +00:00

28 lines
1 KiB
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 modules/trackback/lang/zh-CN.lang.php
* @author NHN (developers@xpressengine.com) 翻译guny
* @brief 引用(trackback) 模块的基本语言包
**/
$lang->cmd_toggle_checked_trackback = '反选';
$lang->cmd_delete_checked_trackback = '删除所选';
$lang->msg_cart_is_null = '请选择要删除的文章';
$lang->msg_checked_trackback_is_deleted = '已删除%d个引用';
$lang->send_trackback_url = '发送地址';
$lang->msg_trackback_url_is_invalid = '错误的发送地址!';
$lang->msg_trackback_send_success = '成功发送引用。';
$lang->search_target_list = array(
'url' => '对象URL',
'blog_name' => '对象网站名称',
'title' => '标题',
'excerpt' => '内容',
'regdate' => '登录日期',
'ipaddress' => 'IP地址',
);
$lang->enable_trackback = "使用引用";
$lang->about_enable_trackback = "取消此项勾选将对网站内的所有主题禁止接收引用。";
?>