mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
24
modules/trackback/lang/zh-CN.lang.php
Normal file
24
modules/trackback/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/trackback/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 引用(trackback) 模块的基本语言包
|
||||
**/
|
||||
|
||||
$lang->cmd_delete_checked_trackback = '删除所选项目';
|
||||
|
||||
$lang->msg_cart_is_null = '请选择要删除的文章';
|
||||
$lang->msg_checked_trackback_is_deleted = '已删除%d个引用';
|
||||
|
||||
$lang->search_target_list = array(
|
||||
'url' => '对象URL',
|
||||
'blog_name' => '对象网站名称',
|
||||
'title' => '标题',
|
||||
'excerpt' => '内容',
|
||||
'regdate' => '登录日期',
|
||||
'ipaddress' => 'IP地址',
|
||||
);
|
||||
|
||||
$lang->enable_trackback = "使用引用";
|
||||
$lang->about_enable_trackback = "取消此项勾选将对网站内的所有主题中止接收引用。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue