영어 번역 적용. by 나이스투님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2065 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-27 11:38:59 +00:00
parent f37409085c
commit 29d8e91db0
9 changed files with 105 additions and 0 deletions

View file

@ -2,14 +2,19 @@
<addon version="0.1">
<title xml:lang="ko">포인트 활성화 애드온</title>
<title xml:lang="jp">ポイントシステム</title>
<title xml:lang="en">Addon of activating point</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 26">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
포인트시스템 모듈에 설정된 내용을 바탕으로 글작성/삭제/댓글작성/삭제/파일업로드/삭제/다운로드등의 행동에 대해서 포인트를 기록합니다.
</description>
<description xml:lang="jp">
ポイントシステムモジュールで設定された内容を基に、書き込み作成・削除/コメント作成・削除/ファイルアップロード・削除/ダウンロードなどのユーザの活動に対してポイントを記録します。
</description>
<description xml:lang="en">
This addon records point on writing/deleting/adding comments/deleting comments/uploading/downloading following to point system module.
</description>
</author>
</addon>

View file

@ -2,9 +2,11 @@
<addon version="0.1">
<title xml:lang="ko">포인트 레벨 아이콘 표시 애드온</title>
<title xml:lang="jp">ポイントレベルアイコン</title>
<title xml:lang="en">Addon for displaying level icon</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 26">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
포인트 시스템을 사용중일 경우 사용자 이름 앞에 레벨 아이콘을 표시하도록 합니다.
레벨 아이콘은 모듈 &gt; 포인트시스템에서 선택 가능합니다.
@ -12,5 +14,9 @@
<description xml:lang="jp">
ポイントシステムを使用している場合、ユーザ名の前にレベルアイコンを表示させます。レベルアイコンは、「モジュール&gt;ポイントシステム」で選択できます。
</description>
<description xml:lang="en">
This addon displays level icon in front of user name when point system is using.
You can choose level icon on Module &gt; Point System.
</description>
</author>
</addon>

View file

@ -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>

View 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";
?>

View file

@ -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>

View file

@ -2,9 +2,11 @@
<module version="0.1">
<title xml:lang="ko">포인트 시스템</title>
<title xml:lang="jp">ポイントシステム</title>
<title xml:lang="en">Point System</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 26">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">
글작성/삭제/댓글작성/삭제시에 포인트를 부여할 수 있습니다.
포인트마다 레벨을 지정하여 사용자 이름 앞에 아이콘을 표시할 수도 있습니다.
@ -13,5 +15,10 @@
<description xml:lang="jp">
書き込み作成・削除/コメント作成・削除の活動に対するポイントを計算するシステムです。ポイントごとレベルを指定してユーザ名の前にアイコンを表示させることができます。但し、ポイントシステムアドオンを「使用」に設定しないと作動しません。
</description>
<description xml:lang="en">
You can grant point on writing/deleting/adding comments/deleting comments.
You can also display point icon in front of user name by selecting level on each point.
But to enable these functions, you need to activate point related addons.
</description>
</author>
</module>

View file

@ -0,0 +1,46 @@
<?php
/**
* @file modules/point/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief Default language pack of point module
**/
$lang->point = "Point";
$lang->level = "Level";
$lang->about_point_module = "You can grant points on writing/adding comments/uploading/downloading.<br />But point module only configure settings, and the point will be accumulated only when point addon is activated";
$lang->about_act_config = "Each module like board/blog has action such as writing/deleting/adding comments/deleting comments.<br />You can just add act value to link module except board/blog with point system.<br />Comma(,) will distinguish multiple values.";
$lang->max_level = 'Max Level';
$lang->about_max_level = 'You can set the max level. Level icons should be considered and 100 is the maximum value you can set';
$lang->level_icon = 'Level Icon';
$lang->about_level_icon = 'Path of level icon is ./module/point/icons/[level].gif and max level could be different with icon set. So be careful';
$lang->point_name = 'Point Name';
$lang->about_point_name = 'You can give point name or unit';
$lang->level_point = 'Level Point';
$lang->about_level_point = 'Level will be adjusted when point reaches to each level point or decrease under each level point';
$lang->disable_download = 'Prohibit Downloads';
$lang->about_disable_download = "It will prohibit downloads when there isn't enough point. (Exclude image files)";
$lang->about_module_point = "You can set point for each module and modules which don't have any value will use default point.<br />All point will be restored on acting reverse.";
$lang->point_insert_document = 'On Writing';
$lang->point_delete_document = 'On Deleting';
$lang->point_insert_comment = 'On Adding Comments';
$lang->point_delete_comment = 'On Deleting Comments';
$lang->point_upload_file = 'On Uploading';
$lang->point_delete_file = 'On Deleting Files';
$lang->point_download_file = 'On Downloading Files (Exclude images)';
$lang->cmd_point_config = 'Default Setting';
$lang->cmd_point_module_config = 'Module Setting';
$lang->cmd_point_act_config = 'Act Setting';
$lang->cmd_point_member_list = 'Member Point List';
$lang->msg_cannot_download = "You don't have enough point to download";
?>

View file

@ -3,50 +3,61 @@
<title xml:lang="ko">최근 이미지 출력</title>
<title xml:lang="jp">最新イメージ表示</title>
<title xml:lang="zh-CN">图片列表</title>
<title xml:lang="en">Display Newest Images</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 25">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="zh-CN">Zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">작성된 글의 내용에 포함된 이미지를 출력하는 위젯입니다.</description>
<description xml:lang="jp">作成されたコンテンツの内容に含まれているイメージを表示するウィジェットです。</description>
<description xml:lang="zh-CN">显示主题当中包含图片的控件。</description>
<description xml:lang="en">This widget will show images in articles.</description>
</author>
<extra_vars>
<var id="title_length">
<name xml:lang="ko">글 제목 길이</name>
<name xml:lang="jp">題名の文字数</name>
<name xml:lang="zh-CN">标题长度</name>
<name xml:lang="en">Length of Subject</name>
<type>text</type>
<description xml:lang="ko">정한 글자수만큼 글 제목을 잘라서 출력합니다. (기본 10자)</description>
<description xml:lang="jp">指定された文字数分の長さを切り取って表示します。デフォルト10文字</description>
<description xml:lang="zh-CN">显示制定长度标题。 (默认为 10字)</description>
<description xml:lang="en">It cuts the length of subject and displays (10 letters as default). (기본 10자)</description>
</var>
<var id="thumbnail_width">
<name xml:lang="ko">이미지 가로크기</name>
<name xml:lang="jp">イメージ横幅</name>
<name xml:lang="zh-CN">宽度</name>
<name xml:lang="en">Width of Image</name>
<type>text</type>
<description xml:lang="ko">출력될 이미지의 가로크기를 정하실 수 있습니다. (기본 100)</description>
<description xml:lang="jp">表示されるイメージの横幅のサイズを指定することができますデフォルト100</description>
<description xml:lang="zh-CN">可以指定要显示的图片宽度。 (默认为 100)</description>
<description xml:lang="en">You can set the width of image. (100 as default)</description>
</var>
<var id="list_count">
<name xml:lang="ko">이미지 수</name>
<name xml:lang="jp">イメージ数</name>
<name xml:lang="zh-CN">图片数</name>
<name xml:lang="en">Number of Images</name>
<type>text</type>
<description xml:lang="ko">출력될 이미지의 수를 정하실 수 있습니다. (기본 5개)</description>
<description xml:lang="jp">表示されるイメージの数を指定することができますデフォルト5個</description>
<description xml:lang="zh-CN">可以指定要显示的图片个数 (默认为 5个)</description>
<description xml:lang="en">You can set the number of images to display. (5 as default)</description>
</var>
<var id="mid_list">
<name xml:lang="ko">대상 모듈</name>
<name xml:lang="jp">モジュール</name>
<name xml:lang="zh-CN">对象模块</name>
<name xml:lang="en">Target Module</name>
<type>mid_list</type>
<description xml:lang="ko">선택하신 모듈에 등록된 글을 대상으로 합니다.</description>
<description xml:lang="jp">チェックされたコンテンツを対象とします。</description>
<description xml:lang="zh-CN">把被选模块中的主题作为对象。</description>
<description xml:lang="en">Articles on chosen module will be the target.</description>
</var>
</extra_vars>
</widget>

View file

@ -3,19 +3,23 @@
<title xml:lang="ko">최신 이미지 위젯 기본 스킨</title>
<title xml:lang="jp">最新イメージ表示のデフォルトスキン</title>
<title xml:lang="zh-CN">最新图片列表控件默认皮肤</title>
<title xml:lang="en">Newest Image Widget Default Skin</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="zh-CN">Zero</name>
<name xml:lang="en">Zero</name>
<description xml:lang="ko">최신 이미지 위젯의 기본 스킨입니다.</description>
<description xml:lang="jp">最新イメージを表示するウィジェットのデフォルトスキンです。</description>
<description xml:lang="zh-CN">最新图片列表控件的默认皮肤.</description>
<description xml:lang="en">This is default skin of newest image widget.</description>
</maker>
<colorset>
<color name="normal">
<title xml:lang="ko">기본 컬러</title>
<title xml:lang="jp">デフォルトカラー</title>
<title xml:lang="zh-CN">默认颜色</title>
<title xml:lang="en">Default Color</title>
</color>
</colorset>
</skin>