mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
중국어 번역 적용(by eiken님, 엔죠라이프님) 2007년 7월 9일 17시 20분
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1884 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
46badd60f5
commit
38447795e4
35 changed files with 438 additions and 0 deletions
21
modules/trackback/lang/zh-CN.lang.php
Normal file
21
modules/trackback/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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 地址',
|
||||
);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue