mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 05:09:56 +09:00
일본어 적용. by 리사파파님
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2064 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
32944788ef
commit
f37409085c
9 changed files with 95 additions and 4 deletions
|
|
@ -1,26 +1,33 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<widget version="0.1">
|
||||
<title xml:lang="ko">플래시 디지털 시계</title>
|
||||
<title xml:lang="jp">デジタル時計</title>
|
||||
<title xml:lang="en">Flash digital Clock</title>
|
||||
<author email_address="ac7614@empas.com" link="http://widz.inven.co.kr" date="2007. 7. 26">
|
||||
<name xml:lang="ko">드로아크 </name>
|
||||
<name xml:lang="jp">DroArc </name>
|
||||
<name xml:lang="en">DroArc</name>
|
||||
<description xml:lang="ko">플래쉬로 된 디지털 시계를 출력합니다.</description>
|
||||
<description xml:lang="jp">フラッシュのデジタル時計を表示します。</description>
|
||||
<description xml:lang="en">It will display the digital clock created with flash.</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var id="clock_width">
|
||||
<name xml:lang="ko">가로길이</name>
|
||||
<name xml:lang="jp">横幅</name>
|
||||
<name xml:lang="en">Width</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">가로길이를 지정하실 수 있습니다. (기본 150px)</description>
|
||||
<description xml:lang="jp">横幅のサイズを指定することができます(デフォルト150px)。</description>
|
||||
<description xml:lang="en">It will be able to set the width. (default is 150px)</description>
|
||||
</var>
|
||||
<var id="clock_height">
|
||||
<name xml:lang="ko">세로길이</name>
|
||||
<name xml:lang="jp">縦幅</name>
|
||||
<name xml:lang="en">Height</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">세로길이를 지정하실 수 있습니다. (기본 64px)</description>
|
||||
<description xml:lang="jp">縦幅のサイズを指定することができます(デフォルト64px)。</description>
|
||||
<description xml:lang="en">It will be able to set the width. (default is 64px)</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
|
|
|
|||
|
|
@ -1,32 +1,40 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<skin>
|
||||
<title xml:lang="ko">플래시 디지털 시계</title>
|
||||
<title xml:lang="jp">フラッシュデジタル時計</title>
|
||||
<title xml:lang="en">Flash Digital Clock</title>
|
||||
<maker email_address="ac7614@empas.com" link="http://widz.inven.co.kr" date="2007. 7. 26">
|
||||
<name xml:lang="ko">드로아크</name>
|
||||
<name xml:lang="jp">DroArc</name>
|
||||
<name xml:lang="en">DroArc</name>
|
||||
<description xml:lang="ko">플래시 디지털 시계를 출력합니다.</description>
|
||||
<description xml:lang="jp">フラッシュのデジタル時計を表示します。</description>
|
||||
<description xml:lang="en">It displays flash digital clock.</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="black">
|
||||
<title xml:lang="ko">블랙</title>
|
||||
<title xml:lang="jp">ブラック</title>
|
||||
<title xml:lang="en">Black</title>
|
||||
</color>
|
||||
<color name="pink">
|
||||
<title xml:lang="ko">핑크</title>
|
||||
<title xml:lang="jp">ピンク</title>
|
||||
<title xml:lang="en">Pink</title>
|
||||
</color>
|
||||
<color name="green">
|
||||
<title xml:lang="ko">그린</title>
|
||||
<title xml:lang="jp">グリーン</title>
|
||||
<title xml:lang="en">Green</title>
|
||||
</color>
|
||||
<color name="red">
|
||||
<title xml:lang="ko">레드</title>
|
||||
<title xml:lang="jp">レッド</title>
|
||||
<title xml:lang="en">Red</title>
|
||||
</color>
|
||||
<color name="orange">
|
||||
<title xml:lang="ko">오렌지</title>
|
||||
<title xml:lang="jp">オレンジ</title>
|
||||
<title xml:lang="en">Orange</title>
|
||||
</color>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue