english update for info.xml and lang files from xelang_revised_2011_0408 package

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8292 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mosmartin 2011-04-11 17:43:36 +00:00
parent 1735425525
commit 51579ba2c4
105 changed files with 798 additions and 1272 deletions

View file

@ -22,7 +22,7 @@
選択されたモジュールのコンテンツ(書き込み)の中で、非公開コンテンツのみ検索から除外されますので、未公開のモジュールは対象にしないようにして下さい。
</description>
<description xml:lang="en">
It supports integration search for chosen modules.
It supports the integrated search for chosen modules.
All articles except secret articles will be searched, so you need to be careful not to include secret module to target.
</description>
<description xml:lang="vi">

View file

@ -8,8 +8,8 @@
$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->about_target_module = "Only chosen modules are the target. Please be careful on setting the permissions.";
$lang->about_sample_code = "You can use integrated search by adding the above code in the 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>";

View file

@ -2,23 +2,19 @@
/**
* @file modules/integration_search/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 한국어 언어팩 (기본적인 내용만 수록)
* @brief Korean language pack (only the more basic)
**/
$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' => '제목+내용',
@ -33,7 +29,6 @@
'excerpt' => '내용',
),
);
$lang->is_sort_option = array(
'regdate' => '등록일',
'comment_count' => '댓글 수',

View file

@ -4,14 +4,14 @@
<title xml:lang="vi">Skin trang tìm kiếm</title>
<title xml:lang="zh-CN">搜索默认皮肤</title>
<title xml:lang="jp">統合検索のデフォルトスキン</title>
<title xml:lang="en">Default Skin of Integration Search</title>
<title xml:lang="en">The Default Skin of the Integrated Search Module</title>
<title xml:lang="zh-TW">預設綜合搜尋面板</title>
<title xml:lang="tr">Birleşik Arama Varsayılan Dış Görünümü</title>
<description xml:lang="vi">Skin mặc định của trang tìm kiếm.</description>
<description xml:lang="ko">통합검색 모듈의 기본 스킨</description>
<description xml:lang="zh-CN">搜索模块的默认皮肤。</description>
<description xml:lang="jp">統合検索モジュールのデフォルトスキンです。</description>
<description xml:lang="en">Default skin of integration search module</description>
<description xml:lang="en">The Default Skin of the Integrated Search Module</description>
<description xml:lang="zh-TW">預設綜合搜尋面板。</description>
<description xml:lang="tr">Birleşik aramanın varsayılan dış görünümü</description>
<version>0.1</version>