mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
set svn property - svn:eol-style LF
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9802eaa60a
commit
620b03d184
763 changed files with 114595 additions and 114595 deletions
|
|
@ -1,42 +1,42 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief English Language Pack (For only basic things)
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Integrated Search";
|
||||
|
||||
$lang->sample_code = "Sample Code";
|
||||
$lang->about_target_module = "Only chosen modules are the target. Please be careful on setting permissions.";
|
||||
$lang->about_sample_code = "You can use integrated search by adding above code on layout or other things.";
|
||||
$lang->msg_no_keyword = "Please input keyword to search";
|
||||
|
||||
$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 from search';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'Subject+Content',
|
||||
'title' => 'Subject',
|
||||
'content' => 'Content',
|
||||
'tag' => 'Tags',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'Target URL',
|
||||
'blog_name' => 'Target Site Name',
|
||||
'title' => 'Title',
|
||||
'excerpt' => 'Excerpt',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Registered Date',
|
||||
'comment_count' => 'Number of Comments',
|
||||
'readed_count' => 'Number of Hits',
|
||||
'voted_count' => 'Number of Votes',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief English Language Pack (For only basic things)
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Integrated Search";
|
||||
|
||||
$lang->sample_code = "Sample Code";
|
||||
$lang->about_target_module = "Only chosen modules are the target. Please be careful on setting permissions.";
|
||||
$lang->about_sample_code = "You can use integrated search by adding above code on layout or other things.";
|
||||
$lang->msg_no_keyword = "Please input keyword to search";
|
||||
|
||||
$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 from search';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'Subject+Content',
|
||||
'title' => 'Subject',
|
||||
'content' => 'Content',
|
||||
'tag' => 'Tags',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'Target URL',
|
||||
'blog_name' => 'Target Site Name',
|
||||
'title' => 'Title',
|
||||
'excerpt' => 'Excerpt',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Registered Date',
|
||||
'comment_count' => 'Number of Comments',
|
||||
'readed_count' => 'Number of Hits',
|
||||
'voted_count' => 'Number of Votes',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,42 +1,42 @@
|
|||
<?php
|
||||
/**
|
||||
* @archivo modules/integration_search/lang/es.lang.php
|
||||
* @autor NHN (developers@xpressengine.com)
|
||||
* @sumario Paquete del idioma español (sólo informaciones básicas).
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Búesqueda Integrada";
|
||||
|
||||
$lang->sample_code = "Código de ejemplo";
|
||||
$lang->about_target_module = "Sólo los módulos elegidos son objetivos. Tenga cuidado con la configuración de las atribuciones";
|
||||
$lang->about_sample_code = "Si usted añade el código del diseño es posible la búsqueda Integrada";
|
||||
$lang->msg_no_keyword = "Ingrese la palabra para la búsqueda";
|
||||
|
||||
$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(
|
||||
'title_content' => 'Título+Contenido',
|
||||
'title' => 'Título',
|
||||
'content' => 'Contenido',
|
||||
'tag' => 'Etiqueta',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL objetivo',
|
||||
'blog_name' => 'Ojetivo del nombre de sitio',
|
||||
'title' => 'Título',
|
||||
'excerpt' => 'Contenido',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Fecha del registro',
|
||||
'comment_count' => 'Número de commentarios',
|
||||
'readed_count' => 'Número de query',
|
||||
'voted_count' => 'Número de recomendaciones',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @archivo modules/integration_search/lang/es.lang.php
|
||||
* @autor NHN (developers@xpressengine.com)
|
||||
* @sumario Paquete del idioma español (sólo informaciones básicas).
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Búesqueda Integrada";
|
||||
|
||||
$lang->sample_code = "Código de ejemplo";
|
||||
$lang->about_target_module = "Sólo los módulos elegidos son objetivos. Tenga cuidado con la configuración de las atribuciones";
|
||||
$lang->about_sample_code = "Si usted añade el código del diseño es posible la búsqueda Integrada";
|
||||
$lang->msg_no_keyword = "Ingrese la palabra para la búsqueda";
|
||||
|
||||
$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(
|
||||
'title_content' => 'Título+Contenido',
|
||||
'title' => 'Título',
|
||||
'content' => 'Contenido',
|
||||
'tag' => 'Etiqueta',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL objetivo',
|
||||
'blog_name' => 'Ojetivo del nombre de sitio',
|
||||
'title' => 'Título',
|
||||
'excerpt' => 'Contenido',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Fecha del registro',
|
||||
'comment_count' => 'Número de commentarios',
|
||||
'readed_count' => 'Número de query',
|
||||
'voted_count' => 'Número de recomendaciones',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,42 +1,42 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/fr.lang.php
|
||||
* @author NHN (developers@xpressengine.com) Traduit par Pierre Duvent <PierreDuvent@gmail.com>
|
||||
* @brief Paquet du langage en français pour le module de Recherche Unie
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Recherche Unie";
|
||||
|
||||
$lang->sample_code = "Code d\'échantillon";
|
||||
$lang->about_target_module = "Les modules choisis seulement seront les objectifs. Faites attention quand vous mettez la permission, S.V.P.";
|
||||
$lang->about_sample_code = "Vous pouvez utiliser la Reherche Uni si vous ajoutez le code au-dessus dans le Mise en Page etc.";
|
||||
$lang->msg_no_keyword = "Entrez le mot de clé à rechercher, S.V.P.";
|
||||
|
||||
$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(
|
||||
'title_content' => 'Titre+Contenu',
|
||||
'title' => 'Titre',
|
||||
'content' => 'Contenu',
|
||||
'tag' => 'Balise',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL objectif',
|
||||
'blog_name' => 'Nom du Site objectif',
|
||||
'title' => 'Titre',
|
||||
'excerpt' => 'Contenu',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Enrégistré',
|
||||
'comment_count' => 'Commentaires',
|
||||
'readed_count' => 'Vues',
|
||||
'voted_count' => 'Recommandés',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/fr.lang.php
|
||||
* @author NHN (developers@xpressengine.com) Traduit par Pierre Duvent <PierreDuvent@gmail.com>
|
||||
* @brief Paquet du langage en français pour le module de Recherche Unie
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Recherche Unie";
|
||||
|
||||
$lang->sample_code = "Code d\'échantillon";
|
||||
$lang->about_target_module = "Les modules choisis seulement seront les objectifs. Faites attention quand vous mettez la permission, S.V.P.";
|
||||
$lang->about_sample_code = "Vous pouvez utiliser la Reherche Uni si vous ajoutez le code au-dessus dans le Mise en Page etc.";
|
||||
$lang->msg_no_keyword = "Entrez le mot de clé à rechercher, S.V.P.";
|
||||
|
||||
$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(
|
||||
'title_content' => 'Titre+Contenu',
|
||||
'title' => 'Titre',
|
||||
'content' => 'Contenu',
|
||||
'tag' => 'Balise',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL objectif',
|
||||
'blog_name' => 'Nom du Site objectif',
|
||||
'title' => 'Titre',
|
||||
'excerpt' => 'Contenu',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Enrégistré',
|
||||
'comment_count' => 'Commentaires',
|
||||
'readed_count' => 'Vues',
|
||||
'voted_count' => 'Recommandés',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/jp.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻訳:RisaPapa、ミニミ
|
||||
* @brief 日本語言語パッケージ(基本的な内容のみう)
|
||||
**/
|
||||
|
||||
$lang->integration_search = '統合検索';
|
||||
|
||||
$lang->sample_code = 'サンプルコード';
|
||||
$lang->about_target_module = '選択されたモジュールだけを検索対象とします。各モジュールの権限設定にも注意して下さい。';
|
||||
$lang->about_sample_code = '上のコードをレイアウトなどに挿入すると統合検索が可能になります。';
|
||||
$lang->msg_no_keyword = '検索語を入力して下さい。';
|
||||
$lang->msg_document_more_search = '継続サーチボタンを選択すると、まだ検索結果として引っかからなかった箇所を引き続き検索を行います。';
|
||||
|
||||
$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(
|
||||
'title_content' => 'タイトル+内容',
|
||||
'title' => 'タイトル',
|
||||
'content' => '内容',
|
||||
'tag' => 'タグ',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '対象URL',
|
||||
'blog_name' => '対象サイト(ブログ)名',
|
||||
'title' => 'タイトル',
|
||||
'excerpt' => '内容',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '登録日',
|
||||
'comment_count' => 'コメント数',
|
||||
'readed_count' => '閲覧数',
|
||||
'voted_count' => '推薦数',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/jp.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻訳:RisaPapa、ミニミ
|
||||
* @brief 日本語言語パッケージ(基本的な内容のみう)
|
||||
**/
|
||||
|
||||
$lang->integration_search = '統合検索';
|
||||
|
||||
$lang->sample_code = 'サンプルコード';
|
||||
$lang->about_target_module = '選択されたモジュールだけを検索対象とします。各モジュールの権限設定にも注意して下さい。';
|
||||
$lang->about_sample_code = '上のコードをレイアウトなどに挿入すると統合検索が可能になります。';
|
||||
$lang->msg_no_keyword = '検索語を入力して下さい。';
|
||||
$lang->msg_document_more_search = '継続サーチボタンを選択すると、まだ検索結果として引っかからなかった箇所を引き続き検索を行います。';
|
||||
|
||||
$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(
|
||||
'title_content' => 'タイトル+内容',
|
||||
'title' => 'タイトル',
|
||||
'content' => '内容',
|
||||
'tag' => 'タグ',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '対象URL',
|
||||
'blog_name' => '対象サイト(ブログ)名',
|
||||
'title' => 'タイトル',
|
||||
'excerpt' => '内容',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '登録日',
|
||||
'comment_count' => 'コメント数',
|
||||
'readed_count' => '閲覧数',
|
||||
'voted_count' => '推薦数',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
$lang->integration_search = '통합검색';
|
||||
|
||||
$lang->sample_code = '샘플코드';
|
||||
$lang->about_target_module = '선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다.';
|
||||
$lang->about_sample_code = '위 코드를 레이아웃, 스킨 등에 추가하시면 통합검색이 가능합니다.';
|
||||
$lang->msg_no_keyword = '검색어를 입력해주세요.';
|
||||
$lang->msg_document_more_search = '\'계속 검색\' 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다.';
|
||||
|
||||
$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(
|
||||
'title_content' => '제목+내용',
|
||||
'title' => '제목',
|
||||
'content' => '내용',
|
||||
'tag' => '태그',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '대상 URL',
|
||||
'blog_name' => '대상 사이트 이름',
|
||||
'title' => '제목',
|
||||
'excerpt' => '내용',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '등록일',
|
||||
'comment_count' => '댓글 수',
|
||||
'readed_count' => '조회 수',
|
||||
'voted_count' => '추천 수',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief 한국어 언어팩 (기본적인 내용만 수록)
|
||||
**/
|
||||
|
||||
$lang->integration_search = '통합검색';
|
||||
|
||||
$lang->sample_code = '샘플코드';
|
||||
$lang->about_target_module = '선택된 모듈만 검색 대상으로 정합니다. 권한설정에 대한 주의를 바랍니다.';
|
||||
$lang->about_sample_code = '위 코드를 레이아웃, 스킨 등에 추가하시면 통합검색이 가능합니다.';
|
||||
$lang->msg_no_keyword = '검색어를 입력해주세요.';
|
||||
$lang->msg_document_more_search = '\'계속 검색\' 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다.';
|
||||
|
||||
$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(
|
||||
'title_content' => '제목+내용',
|
||||
'title' => '제목',
|
||||
'content' => '내용',
|
||||
'tag' => '태그',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '대상 URL',
|
||||
'blog_name' => '대상 사이트 이름',
|
||||
'title' => '제목',
|
||||
'excerpt' => '내용',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '등록일',
|
||||
'comment_count' => '댓글 수',
|
||||
'readed_count' => '조회 수',
|
||||
'voted_count' => '추천 수',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ru.lang.php
|
||||
* @author NHN (developers@xpressengine.com) | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
* @brief Russian basic language pack
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Общий поиск";
|
||||
|
||||
$lang->sample_code = 'Образец кода';
|
||||
$lang->about_target_module = 'Поиск только выбранных модулей. Пожалуйста, будьте осторожны, устанавливая контроль';
|
||||
$lang->about_sample_code = 'Для общего поиска добавьте этот код в лейаут, скин';
|
||||
$lang->msg_no_keyword = 'Введите ключевое слово для поиска';
|
||||
$lang->msg_document_more_search = '\'Искать дальше\' Если выберете эту кнопку, то продолжится поиск';
|
||||
|
||||
$lang->is_result_text = '<strong>%d</strong> результатов для <strong>%s</strong>';
|
||||
$lang->multimedia = 'Картинки/Видео';
|
||||
|
||||
$lang->include_search_target = 'Поиск только для выбранных модулей';
|
||||
$lang->exclude_search_target = 'Исключить выбранные модули из поиска';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'Заголовок+Содержание',
|
||||
'title' => 'Тема',
|
||||
'content' => 'Содержание',
|
||||
'tag' => 'Теги',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL',
|
||||
'blog_name' => 'Имя сайта',
|
||||
'title' => 'Заголовок',
|
||||
'excerpt' => 'Содержание',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Дата регистрации',
|
||||
'comment_count' => 'Кол-во комментариев',
|
||||
'readed_count' => 'Кол-во хитов',
|
||||
'voted_count' => 'Кол-во голосов',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file ru.lang.php
|
||||
* @author NHN (developers@xpressengine.com) | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
* @brief Russian basic language pack
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Общий поиск";
|
||||
|
||||
$lang->sample_code = 'Образец кода';
|
||||
$lang->about_target_module = 'Поиск только выбранных модулей. Пожалуйста, будьте осторожны, устанавливая контроль';
|
||||
$lang->about_sample_code = 'Для общего поиска добавьте этот код в лейаут, скин';
|
||||
$lang->msg_no_keyword = 'Введите ключевое слово для поиска';
|
||||
$lang->msg_document_more_search = '\'Искать дальше\' Если выберете эту кнопку, то продолжится поиск';
|
||||
|
||||
$lang->is_result_text = '<strong>%d</strong> результатов для <strong>%s</strong>';
|
||||
$lang->multimedia = 'Картинки/Видео';
|
||||
|
||||
$lang->include_search_target = 'Поиск только для выбранных модулей';
|
||||
$lang->exclude_search_target = 'Исключить выбранные модули из поиска';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'Заголовок+Содержание',
|
||||
'title' => 'Тема',
|
||||
'content' => 'Содержание',
|
||||
'tag' => 'Теги',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL',
|
||||
'blog_name' => 'Имя сайта',
|
||||
'title' => 'Заголовок',
|
||||
'excerpt' => 'Содержание',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Дата регистрации',
|
||||
'comment_count' => 'Кол-во комментариев',
|
||||
'readed_count' => 'Кол-во хитов',
|
||||
'voted_count' => 'Кол-во голосов',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,42 +1,42 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief English Language Pack (For only basic things)
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Birleşik Arama";
|
||||
|
||||
$lang->sample_code = "Örnek Kod";
|
||||
$lang->about_target_module = "Sadece seçilmiş modüller hedef olacaktır. Lütfen yetki ayarlarına dikkat ediniz.";
|
||||
$lang->about_sample_code = "Birleşik Aramayı, yukardaki kodu yerleşim düzenine veya başla şeylere ekleyerek kullanabilirsiniz.";
|
||||
$lang->msg_no_keyword = "Lütfen aranacak anahtar kelimeyi giriniz";
|
||||
|
||||
$lang->is_result_text = "<strong>'%s'</strong> için yaklaşık <strong>%d</strong> sonuç bulundu ";
|
||||
$lang->multimedia = "Resimler/ Görüntüler";
|
||||
|
||||
$lang->include_search_target = 'Seçili modüller içinde ara';
|
||||
$lang->exclude_search_target = 'Seçili modülleri arama dışında tut';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'Konu+İçerik',
|
||||
'title' => 'Konu',
|
||||
'content' => 'İçerik',
|
||||
'tag' => 'Etiketler',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'Hedef URL',
|
||||
'blog_name' => 'Hedef Site İsmi',
|
||||
'title' => 'Başlık',
|
||||
'excerpt' => 'Alıntı',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Kayıt Zamanı',
|
||||
'comment_count' => 'Yorum Sayısı',
|
||||
'readed_count' => 'Tıklanma Sayısı',
|
||||
'voted_count' => 'Oylanma Sayısı',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief English Language Pack (For only basic things)
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Birleşik Arama";
|
||||
|
||||
$lang->sample_code = "Örnek Kod";
|
||||
$lang->about_target_module = "Sadece seçilmiş modüller hedef olacaktır. Lütfen yetki ayarlarına dikkat ediniz.";
|
||||
$lang->about_sample_code = "Birleşik Aramayı, yukardaki kodu yerleşim düzenine veya başla şeylere ekleyerek kullanabilirsiniz.";
|
||||
$lang->msg_no_keyword = "Lütfen aranacak anahtar kelimeyi giriniz";
|
||||
|
||||
$lang->is_result_text = "<strong>'%s'</strong> için yaklaşık <strong>%d</strong> sonuç bulundu ";
|
||||
$lang->multimedia = "Resimler/ Görüntüler";
|
||||
|
||||
$lang->include_search_target = 'Seçili modüller içinde ara';
|
||||
$lang->exclude_search_target = 'Seçili modülleri arama dışında tut';
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'Konu+İçerik',
|
||||
'title' => 'Konu',
|
||||
'content' => 'İçerik',
|
||||
'tag' => 'Etiketler',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'Hedef URL',
|
||||
'blog_name' => 'Hedef Site İsmi',
|
||||
'title' => 'Başlık',
|
||||
'excerpt' => 'Alıntı',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Kayıt Zamanı',
|
||||
'comment_count' => 'Yorum Sayısı',
|
||||
'readed_count' => 'Tıklanma Sayısı',
|
||||
'voted_count' => 'Oylanma Sayısı',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,41 +1,41 @@
|
|||
<?php
|
||||
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░ * @File : common/lang/vi.lang.php ░░
|
||||
░░ * @Author : NHN (developers@xpressengine.com) ░░
|
||||
░░ * @Trans : Đào Đức Duy (ducduy.dao.vn@vietxe.net) ░░
|
||||
░░ * @Website: http://vietxe.net ░░
|
||||
░░ * @Brief : Vietnamese Language Pack (Only basic words are included here) ░░
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
|
||||
|
||||
$lang->integration_search = "Tìm kiếm tổng hợp";
|
||||
|
||||
$lang->sample_code = "Code mẫu";
|
||||
$lang->about_target_module = "Chỉ tìm kiếm trên những Module đã chọn. Hãy cẩn thận vì có thể có Module bạn không được phép truy cập.";
|
||||
$lang->about_sample_code = "Bạn có thể sử dụng chức năng tìm kiếm tổng hợp bằng cách thêm đoạn mã ở trên vào vị trí nào bạn muốn trong giao diện.";
|
||||
$lang->msg_no_keyword = "Hãy nhập từ khóa để tìm kiếm!";
|
||||
|
||||
$lang->is_result_text = "Tìm thấy <strong>%d</strong> kết quả cho <strong>'%s'</strong>";
|
||||
$lang->multimedia = "Hình ảnh/ Video";
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'T.Đề+N.Dung',
|
||||
'title' => 'Tiêu đề',
|
||||
'content' => 'Nội dung',
|
||||
'tag' => 'Tag',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL',
|
||||
'blog_name' => 'Tên Website',
|
||||
'title' => 'Tiêu đề',
|
||||
'excerpt' => 'Trích mô tả',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Ngày gửi',
|
||||
'comment_count' => 'Số bình luận',
|
||||
'readed_count' => 'Lượt xem',
|
||||
'voted_count' => 'Bình chọn',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░ * @File : common/lang/vi.lang.php ░░
|
||||
░░ * @Author : NHN (developers@xpressengine.com) ░░
|
||||
░░ * @Trans : Đào Đức Duy (ducduy.dao.vn@vietxe.net) ░░
|
||||
░░ * @Website: http://vietxe.net ░░
|
||||
░░ * @Brief : Vietnamese Language Pack (Only basic words are included here) ░░
|
||||
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ */
|
||||
|
||||
$lang->integration_search = "Tìm kiếm tổng hợp";
|
||||
|
||||
$lang->sample_code = "Code mẫu";
|
||||
$lang->about_target_module = "Chỉ tìm kiếm trên những Module đã chọn. Hãy cẩn thận vì có thể có Module bạn không được phép truy cập.";
|
||||
$lang->about_sample_code = "Bạn có thể sử dụng chức năng tìm kiếm tổng hợp bằng cách thêm đoạn mã ở trên vào vị trí nào bạn muốn trong giao diện.";
|
||||
$lang->msg_no_keyword = "Hãy nhập từ khóa để tìm kiếm!";
|
||||
|
||||
$lang->is_result_text = "Tìm thấy <strong>%d</strong> kết quả cho <strong>'%s'</strong>";
|
||||
$lang->multimedia = "Hình ảnh/ Video";
|
||||
|
||||
$lang->is_search_option = array(
|
||||
'document' => array(
|
||||
'title_content' => 'T.Đề+N.Dung',
|
||||
'title' => 'Tiêu đề',
|
||||
'content' => 'Nội dung',
|
||||
'tag' => 'Tag',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => 'URL',
|
||||
'blog_name' => 'Tên Website',
|
||||
'title' => 'Tiêu đề',
|
||||
'excerpt' => 'Trích mô tả',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => 'Ngày gửi',
|
||||
'comment_count' => 'Số bình luận',
|
||||
'readed_count' => 'Lượt xem',
|
||||
'voted_count' => 'Bình chọn',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻译:guny
|
||||
* @brief 综合搜索简体中文语言包
|
||||
**/
|
||||
|
||||
$lang->integration_search = "综合搜索";
|
||||
|
||||
$lang->sample_code = "代码";
|
||||
$lang->about_target_module = "所选模块作为搜索对象。请注意权限设置。";
|
||||
$lang->about_sample_code = "可把上述代码插入到相应布局当中即可实现搜索功能。";
|
||||
$lang->msg_no_keyword = '请输入搜索关键词。';
|
||||
$lang->msg_document_more_search = '利用\'继续搜索\'按钮可以进一步搜索。';
|
||||
|
||||
$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(
|
||||
'title_content' => '标题+内容',
|
||||
'title' => '标题',
|
||||
'content' => '内容',
|
||||
'tag' => '标签',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '对象URL',
|
||||
'blog_name' => '对象网站名称',
|
||||
'title' => '标题',
|
||||
'excerpt' => '内容',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '日期',
|
||||
'comment_count' => '评论',
|
||||
'readed_count' => '查看',
|
||||
'voted_count' => '推荐',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻译:guny
|
||||
* @brief 综合搜索简体中文语言包
|
||||
**/
|
||||
|
||||
$lang->integration_search = "综合搜索";
|
||||
|
||||
$lang->sample_code = "代码";
|
||||
$lang->about_target_module = "所选模块作为搜索对象。请注意权限设置。";
|
||||
$lang->about_sample_code = "可把上述代码插入到相应布局当中即可实现搜索功能。";
|
||||
$lang->msg_no_keyword = '请输入搜索关键词。';
|
||||
$lang->msg_document_more_search = '利用\'继续搜索\'按钮可以进一步搜索。';
|
||||
|
||||
$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(
|
||||
'title_content' => '标题+内容',
|
||||
'title' => '标题',
|
||||
'content' => '内容',
|
||||
'tag' => '标签',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '对象URL',
|
||||
'blog_name' => '对象网站名称',
|
||||
'title' => '标题',
|
||||
'excerpt' => '内容',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '日期',
|
||||
'comment_count' => '评论',
|
||||
'readed_count' => '查看',
|
||||
'voted_count' => '推荐',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/zh-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @brief 綜合搜尋(integration_search)模組正體中文語言
|
||||
**/
|
||||
|
||||
$lang->integration_search = "搜尋";
|
||||
|
||||
$lang->sample_code = "原始碼";
|
||||
$lang->about_target_module = "只將所選擇的模組當作搜尋對象。請注意權限設置。";
|
||||
$lang->about_sample_code = "將上述原始碼插入到相對應版面當中,即可實現搜尋功能。";
|
||||
$lang->msg_no_keyword = "請輸入關鍵字";
|
||||
$lang->msg_document_more_search = "계속 검색 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다";
|
||||
|
||||
$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(
|
||||
'title_content' => '標題+內容',
|
||||
'title' => '標題',
|
||||
'content' => '內容',
|
||||
'tag' => '標籤',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '目標網址',
|
||||
'blog_name' => '目標網站名稱',
|
||||
'title' => '標題',
|
||||
'excerpt' => '內容',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '日期',
|
||||
'comment_count' => '評論',
|
||||
'readed_count' => '檢視',
|
||||
'voted_count' => '推薦',
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/zh-TW.lang.php
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @brief 綜合搜尋(integration_search)模組正體中文語言
|
||||
**/
|
||||
|
||||
$lang->integration_search = "搜尋";
|
||||
|
||||
$lang->sample_code = "原始碼";
|
||||
$lang->about_target_module = "只將所選擇的模組當作搜尋對象。請注意權限設置。";
|
||||
$lang->about_sample_code = "將上述原始碼插入到相對應版面當中,即可實現搜尋功能。";
|
||||
$lang->msg_no_keyword = "請輸入關鍵字";
|
||||
$lang->msg_document_more_search = "계속 검색 버튼을 선택하시면 아직 검색하지 않은 부분까지 계속 검색 하실 수 있습니다";
|
||||
|
||||
$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(
|
||||
'title_content' => '標題+內容',
|
||||
'title' => '標題',
|
||||
'content' => '內容',
|
||||
'tag' => '標籤',
|
||||
),
|
||||
'trackback' => array(
|
||||
'url' => '目標網址',
|
||||
'blog_name' => '目標網站名稱',
|
||||
'title' => '標題',
|
||||
'excerpt' => '內容',
|
||||
),
|
||||
);
|
||||
|
||||
$lang->is_sort_option = array(
|
||||
'regdate' => '日期',
|
||||
'comment_count' => '評論',
|
||||
'readed_count' => '檢視',
|
||||
'voted_count' => '推薦',
|
||||
);
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue