rhymix/modules/trackback/lang/zh-TW.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-TW.lang.php
* @author NHN (developers@xpressengine.com) 翻譯royallin
* @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' => '目標網址',
'blog_name' => '目標網站名稱',
'title' => '標題',
'excerpt' => '內容',
'regdate' => '登錄日期',
'ipaddress' => 'IP位址',
);
$lang->enable_trackback = "使用引用";
$lang->about_enable_trackback = "不選取的話,將會使網站內所有的主題都禁止接收引用。";
?>