Changed AND Added Japanese Translation

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3319 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
heemin 2007-12-13 03:52:15 +00:00
parent e5d6f9e77b
commit 1b487bc091
3 changed files with 32 additions and 4 deletions

View file

@ -2,10 +2,13 @@
<module version="0.11" category="service">
<title xml:lang="ko">라이프팟 연동</title>
<title xml:lang="en">Lifepod</title>
<title xml:lang="ko">Lifepod連動</title>
<author email_address="haneul0318@gmail.com" link="http://haneul.zetyx.net" date="2007.12.10">
<name xml:lang="ko">haneul</name>
<name xml:lang="en">haneul</name>
<name xml:lang="en">haneul</name>
<name xml:lang="ko">haneul</name>
<description xml:lang="ko">라이프팟의 calendar를 제로보드XE에서 연동하여 출력하는 기능을 가지고 있는 모듈입니다.</description>
<description xml:lang="en">This module displays calendar from lifepod.</description>
<description xml:lang="en">This module displays calendar from lifepod.</description>
<description xml:lang="ko">(Openmaru社提供の)LifepodサービスのカレンダーをゼロボードXEに連動して出力するモジュールです。</description>
</author>
</module>

View file

@ -0,0 +1,15 @@
<?php
/**
* @file jp.lang.php
* @author haneul (haneul0318@gmail.com) 翻訳:ミニミ
* @brief ライフポッド(lifepod) モジュールの日本語言語パッケージ
**/
$lang->lifepod = "ライフポッド";
$lang->calendar_address = "カレンダーxmlのURL";
$lang->cmd_lifepod_list = 'ライフポッドリスト';
$lang->cmd_view_info = 'ライフポッド情報';
$lang->about_lifepod = "ライフポッドLifepodはOpenmaru社が提供しているカレンダーサービスです。<br />ライフポッドゼロボードXEモジュールでライフポッドの特定カレンダーを内部ページのように閲覧が出来るようにします。";
?>

View file

@ -2,38 +2,48 @@
<skin>
<title xml:lang="ko">라이프팟 연동 기본 스킨</title>
<title xml:lang="en">Lifepod Module Basic Skin</title>
<title xml:lang="jp">ライフポッド連動のデフォルトスキン</title>
<maker email_address="haneul0318@gmail.com" link="http://haneul.zetyx.net" date="2007.11.30">
<name xml:lang="ko">haneul</name>
<name xml:lang="en">haneul</name>
<name xml:lang="en">haneul</name>
<name xml:lang="jp">haneul</name>
<description xml:lang="ko">라이프팟 노트 연동 모듈의 기본 스킨</description>
<description xml:lang="en">Default Skin of Lifepod Module</description>
<description xml:lang="en">Default Skin of Lifepod Module</description>
<description xml:lang="jp">ライフポッドノート連動モジュールのデフォルトスキン</description>
</maker>
<colorset>
<color name="white" src="screenshot/white.gif">
<title xml:lang="ko">하얀색(기본)</title>
<title xml:lang="en">White (default)</title>
<title xml:lang="jp">白(デフォルト)</title>
</color>
</colorset>
<extra_vars>
<var name="title" type="text">
<title xml:lang="ko">게시판 제목</title>
<title xml:lang="en">Title of Board</title>
<title xml:lang="jp">掲示板のタイトル</title>
<description xml:lang="ko">게시판의 제목을 적어주세요.</description>
<description xml:lang="en">Please input the title of board.</description>
<description xml:lang="jp">掲示板のタイトルを記入してください。</description>
</var>
<var name="korean_anniversary" type="select">
<title xml:lang="ko">한국 기념일 표시</title>
<title xml:lang="en">Display anniversary</title>
<title xml:lang="jp">韓国記念日表示</title>
<description xml:lang="ko">한국의 기념일을 표시합니다.</description>
<description xml:lang="en">Display Korean anniversary.</description>
<description xml:lang="jp">韓国の記念日を表示します。</description>
<default>use</default>
<default>notuse</default>
</var>
<var name="calendar_color" type="text">
<title xml:lang="ko">이벤트 표시 색깔</title>
<title xml:lang="en">Display color for events</title>
<title xml:lang="jp">イベントの表示色</title>
<description xml:lang="ko">달력에 이벤트를 표시할 색을 정합니다. css에 들어가는 색이름이나 color code를 쓸 수 있습니다. (예: blue, #575757, 기본: green)</description>
<description xml:lang="en">Set color for events. You may use color name or code for CSS style. (e.g., blue, #575757, Default : green)</description>
<description xml:lang="jp">カレンダー中のイベントとして表示する色を決めます。cssのための色名、又はカラーコードの記入が可能です。 (例: blue, #575757, デフォルト: green)</description>
</var>
</extra_vars>
</skin>