mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
영어 번역 적용. by 나이스투님
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2065 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f37409085c
commit
29d8e91db0
9 changed files with 105 additions and 0 deletions
|
|
@ -3,10 +3,12 @@
|
|||
<title xml:lang="ko">통합검색</title>
|
||||
<title xml:lang="zh-CN">搜索</title>
|
||||
<title xml:lang="jp">統合検索</title>
|
||||
<title xml:lang="en">Integration Search</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 24">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">
|
||||
선택한 모듈들을 대상으로 통합검색을 지원합니다.
|
||||
선택된 모듈의 글중 비밀글만 검색을 하지 않고 나머지는 모두 검색을 하기에 공개되지 않은 모듈은 대상에 포함하지 않도록 하셔야 합니다.
|
||||
|
|
@ -18,5 +20,9 @@
|
|||
<description xml:lang="jp">
|
||||
選択されたモジュールを対象に統合検索を行う機能をサポートします。選択されたモジュールのコンテンツ(書き込み)の中で、非公開コンテンツのみ検索から除外されますので、未公開のモジュールは対象にしないようにしてください。
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
It supports integration 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>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
14
modules/integration_search/lang/en.lang.php
Normal file
14
modules/integration_search/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/integration_search/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English Language Pack (For only basic things)
|
||||
**/
|
||||
|
||||
$lang->integration_search = "Integration Search";
|
||||
|
||||
$lang->sample_code = "Sample Code";
|
||||
$lang->about_target_module = "Only chosen modules are the target. Please be careful on setting authority";
|
||||
$lang->about_sample_code = "You can add integration search on layout by adding code above";
|
||||
$lang->msg_no_keyword = "Input keyword to search";
|
||||
?>
|
||||
|
|
@ -3,19 +3,23 @@
|
|||
<title xml:lang="ko">통합 검색 기본 스킨</title>
|
||||
<title xml:lang="zh-CN">搜索默认皮肤</title>
|
||||
<title xml:lang="jp">統合検索のデフォルトスキン</title>
|
||||
<title xml:lang="en">Default Skin of Integration Search</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 24">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<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>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="normal" src="screenshot/normal.gif">
|
||||
<title xml:lang="ko">기본</title>
|
||||
<title xml:lang="zh-CN">默认</title>
|
||||
<title xml:lang="jp">デフォルト</title>
|
||||
<title xml:lang="en">Default</title>
|
||||
</color>
|
||||
</colorset>
|
||||
<extra_vars>
|
||||
|
|
@ -23,9 +27,11 @@
|
|||
<title xml:lang="ko">설명</title>
|
||||
<title xml:lang="zh-CN">说明</title>
|
||||
<title xml:lang="jp">説明</title>
|
||||
<title xml:lang="en">Description</title>
|
||||
<description lang="ko">검색결과 상단에 결과가 출력됩니다.</description>
|
||||
<description lang="zh-CN">显示在搜索结果上端。</description>
|
||||
<description lang="jp">検索結果が上段に表示されます。</description>
|
||||
<description lang="en">Result will be displayed on top of search result.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue