rhymix/modules/trackback/lang/zh-CN.lang.php
ngleader 8a9f9dbbbd trackback 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8197 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-03-22 06:54:41 +00:00

29 lines
1.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->msg_trackback_send_failed = '엮인글 발송을 실패하였습니다.';
$lang->search_target_list = array(
'url' => '对象URL',
'blog_name' => '对象网站名称',
'title' => '标题',
'excerpt' => '内容',
'regdate' => '登录日期',
'ipaddress' => 'IP地址',
);
$lang->enable_trackback = "使用引用";
$lang->about_enable_trackback = "取消此项勾选将对网站内的所有主题禁止接收引用。";
?>