mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
#18240064 통합검색 모듈의 기능 추가
모듈 선택을 모듈 선택기로 대체 선택된 모듈을 검색할지 혹은 검색에서 제외할지 정하는 옵션 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6752 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dadcfc7c6a
commit
7421cfd5e8
27 changed files with 119 additions and 93 deletions
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
$lang->is_result_text = "There are <strong>%d</strong> result(s) for <strong>'%s'</strong>";
|
||||
$lang->multimedia = "Images/ Movies";
|
||||
|
||||
$lang->include_search_target = 'Search for selected modules';
|
||||
$lang->exclude_search_target = 'Exclude selected modules for search';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
$lang->is_result_text = "<strong>%d</strong> Resultados con la palabra <strong>'%s'</strong> ";
|
||||
$lang->multimedia = "Images/ Movies";
|
||||
|
||||
$lang->include_search_target = 'Sólo en determinados ';
|
||||
$lang->exclude_search_target = 'Búsqueda para el destino de';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
$lang->is_result_text = "Il y a <strong>%d</strong> résultat(s) pour <strong>'%s'</strong>";
|
||||
$lang->multimedia = "Images/ Movies";
|
||||
|
||||
$lang->include_search_target = 'Seulement dans certaines cibles ';
|
||||
$lang->exclude_search_target = 'Recherche de la destination sélectionnée à partir de';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
$lang->is_result_text = "<strong>'%s'</strong>に対する検索結果<strong>%d</strong>件";
|
||||
$lang->multimedia = '画像/動画';
|
||||
|
||||
$lang->include_search_target = '選択された対象のみ';
|
||||
$lang->exclude_search_target = '選択した対象を検索から除外';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
$lang->is_result_text = "<strong>'%s'</strong> 에 대한 검색결과 <strong>%d</strong>건";
|
||||
$lang->multimedia = '이미지/동영상';
|
||||
|
||||
$lang->include_search_target = '선택된 대상만 검색';
|
||||
$lang->exclude_search_target = '선택된 대상을 검색에서 제외';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
|
||||
$lang->is_result_text = "<strong>%d</strong> результатов для <strong>'%s'</strong>";
|
||||
$lang->multimedia = "Images/ Movies";
|
||||
|
||||
$lang->include_search_target = 'Лишь в отдельных целевых';
|
||||
$lang->exclude_search_target = 'Поиск на выбранный пункт назначения из';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
|
||||
$lang->is_result_text = "符合<strong>'%s'</strong>的搜索结果约有<strong>%d</strong>项";
|
||||
$lang->multimedia = "图片/视频";
|
||||
|
||||
$lang->include_search_target = '只有在选定的目标';
|
||||
$lang->exclude_search_target = '搜索选定目的地从';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@
|
|||
|
||||
$lang->is_result_text = "符合<strong>'%s'</strong>的搜尋結果,約有<strong>%d</strong>項";
|
||||
$lang->multimedia = "圖片/影片";
|
||||
|
||||
$lang->include_search_target = '只有在選定的目標';
|
||||
$lang->exclude_search_target = '搜索選定目的地從';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue