mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Author name update.
NHN developers@xpressengine.com http://xpressengine.com/ git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7676 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7d1fa86e5c
commit
8f385a592b
603 changed files with 67379 additions and 67522 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
* @brief English Language Pack (For only basic things)
|
||||
**/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @archivo modules/integration_search/lang/es.lang.php
|
||||
* @autor zero <zero@nzeo.com>
|
||||
* @autor NHN (developers@xpressengine.com)
|
||||
* @sumario Paquete del idioma español (sólo informaciones básicas).
|
||||
**/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/fr.lang.php
|
||||
* @author zero <zero@nzeo.com> Traduit par Pierre Duvent <PierreDuvent@gmail.com>
|
||||
* @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
|
||||
**/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/jp.lang.php
|
||||
* @author zero <zero@nzeo.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 zero <zero@nzeo.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,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ru.lang.php
|
||||
* @author zero <zero@nzeo.com> | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
||||
* @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
|
||||
**/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/* ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
░░ * @File : common/lang/vi.lang.php ░░
|
||||
░░ * @Author : zero (zero@nzeo.com) ░░
|
||||
░░ * @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) ░░
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.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,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com> 翻譯:royallin
|
||||
* @author NHN (developers@xpressengine.com) 翻譯:royallin
|
||||
* @brief 綜合搜尋(integration_search)模組正體中文語言
|
||||
**/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue