mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add option to block robots in integration search module
This commit is contained in:
parent
afdc450b00
commit
49e76b4643
5 changed files with 22 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ $lang->msg_not_enabled = 'The integrated search is not available.';
|
|||
$lang->msg_admin_not_enabled = 'The integrated search is not available. Please select a target module in integrated search settings.';
|
||||
$lang->is_result_text = 'There are <strong>%d</strong> result(s) for <strong>\'%s\'</strong>';
|
||||
$lang->multimedia = 'Images/Video';
|
||||
$lang->integration_search_block_robots = 'Block Robots';
|
||||
$lang->include_search_target = 'Search for selected modules';
|
||||
$lang->exclude_search_target = 'Exclude selected modules from search';
|
||||
$lang->is_search_option['document']['title_content'] = 'Subject+Content';
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ $lang->msg_not_enabled = '통합 검색을 사용할 수 없습니다.';
|
|||
$lang->msg_admin_not_enabled = '통합 검색을 사용할 수 없습니다. 통합검색 설정에서 대상 모듈을 선택하세요.';
|
||||
$lang->is_result_text = '<strong>\'%s\'</strong>에 대한 검색결과 <strong>%d</strong>건';
|
||||
$lang->multimedia = '이미지/동영상';
|
||||
$lang->integration_search_block_robots = '로봇 접근 차단';
|
||||
$lang->include_search_target = '선택된 대상만 검색';
|
||||
$lang->exclude_search_target = '선택된 대상을 검색에서 제외';
|
||||
$lang->is_search_option['document']['title_content'] = '제목+내용';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue