rhymix/modules/integration_search/lang/zh-TW.php

25 lines
1.5 KiB
PHP

<?php
$lang->integration_search = '集成搜索';
$lang->sample_code = '原始碼';
$lang->about_target_module = '只將所選擇的模組當作搜尋對象。請注意權限設置。';
$lang->about_sample_code = '將上述原始碼插入到相對應版面當中,即可實現搜尋功能。';
$lang->msg_no_keyword = '請輸入關鍵字';
$lang->msg_document_more_search = '按"繼續尋找"按鈕繼續搜尋。';
$lang->msg_not_enabled = '集成搜索不可用。';
$lang->msg_admin_not_enabled = '集成搜索不可用。請在集成搜索設置中選擇一個目標模塊。';
$lang->is_result_text = '符合<strong>\'%s\'</strong>的搜尋結果,約有<strong>%d</strong>項';
$lang->multimedia = '圖片/影片';
$lang->include_search_target = '尋找所選模組';
$lang->exclude_search_target = '排除所選模組';
$lang->is_search_option['document']['title_content'] = '標題+內容';
$lang->is_search_option['document']['title'] = '標題';
$lang->is_search_option['document']['content'] = '內容';
$lang->is_search_option['document']['tag'] = '標籤';
$lang->is_search_option['trackback']['url'] = '目標網址';
$lang->is_search_option['trackback']['blog_name'] = '目標網站名稱';
$lang->is_search_option['trackback']['title'] = '標題';
$lang->is_search_option['trackback']['excerpt'] = '內容';
$lang->is_sort_option['regdate'] = '日期';
$lang->is_sort_option['comment_count'] = '評論';
$lang->is_sort_option['readed_count'] = '檢視';
$lang->is_sort_option['voted_count'] = '推薦';