mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
영어번역 적용. by 알로하님, FruitHake님, Jsoft.Yoo님
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1922 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c70124a923
commit
374aa89e89
24 changed files with 221 additions and 15 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">Report of Stored-Articles by Month</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">ゼロ</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">
|
||||
선택된 모듈의 월별 글 보관 현황을 보여줍니다.
|
||||
글의 수가 너무 많을 경우 부하가 심해질 수 있습니다.
|
||||
|
|
@ -19,25 +21,33 @@
|
|||
選択されたモジュールの月別の書き込みのバクアップの状況を表示します。
|
||||
書き込みが多すぎると付加がかかる場合があります。
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
It will show the present status of stored-articles selected module by month.
|
||||
If there are lots of articles stored, the server may get a serious load.
|
||||
</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var id="title">
|
||||
<name xml:lang="ko">제목</name>
|
||||
<name xml:lang="zh-CN">标题</name>
|
||||
<name xml:lang="jp">タイトル</name>
|
||||
<name xml:lang="en">Title</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">보관 현황 제목으로 출력됩니다.</description>
|
||||
<description xml:lang="zh-CN">以标题形式输出帖子。</description>
|
||||
<description xml:lang="jp">バックアップ状況のタイトルに出力されます。</description>
|
||||
<description xml:lang="en">It will be the title of the report.</description>
|
||||
</var>
|
||||
<var id="mid_list">
|
||||
<name xml:lang="ko">대상 모듈</name>
|
||||
<name xml:lang="zh-CN">模块对象</name>
|
||||
<name xml:lang="jp">対象モジュール</name>
|
||||
<name xml:lang="en">Target Module</name>
|
||||
<type>mid_list</type>
|
||||
<description xml:lang="ko">선택하신 모듈에 등록된 글을 대상으로 합니다.</description>
|
||||
<description xml:lang="zh-CN">所选择的模块为对象。</description>
|
||||
<description xml:lang="jp">選択されたモジュールに登録された書き込みを対象とします。</description>
|
||||
<description xml:lang="en">The target articles will be the ones submitted in the selected module.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</widget>
|
||||
|
|
|
|||
|
|
@ -3,23 +3,28 @@
|
|||
<title xml:lang="ko">달력 출력</title>
|
||||
<title xml:lang="zh-CN">日历</title>
|
||||
<title xml:lang="jp">カレンダー出力</title>
|
||||
<title xml:lang="en">Display Calendar</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">ゼロ</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">It will show a calendar, and if there is an article submitted, the date will be highlighted with its url link.</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var id="mid_list">
|
||||
<name xml:lang="ko">대상 모듈</name>
|
||||
<name xml:lang="zh-CN">模块对象</name>
|
||||
<name xml:lang="jp">対象モジュール</name>
|
||||
<name xml:lang="en">Target Module</name>
|
||||
<type>mid_list</type>
|
||||
<description xml:lang="ko">선택하신 모듈에 등록된 글을 대상으로 합니다.</description>
|
||||
<description xml:lang="zh-CN">所选择的模块为对象。</description>
|
||||
<description xml:lang="jp">選択されたモジュールに登録された書き込みを対象とします。</description>
|
||||
<description xml:lang="en">The target articles will be the ones submitted in the selected module.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</widget>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,11 @@
|
|||
<widget version="0.1">
|
||||
<title xml:lang="ko">기본 카운터 위젯</title>
|
||||
<title xml:lang="jp">デフォルトの接続カウンターウィジェット</title>
|
||||
<title xml:lang="en">Basic Counter Widget</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="jp">ゼロ</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">
|
||||
기본 카운터 모듈을 이용하여 전체, 어제, 오늘의 접속현황을 표시합니다.
|
||||
counter모듈이 설치되어 있어야 하고 counter 애드온이 켜져 있어야 합니다.
|
||||
|
|
@ -13,6 +15,12 @@
|
|||
デフォルトの接続カウンターモジュールを利用して、全体、昨日、今日の接続状況を表示します。
|
||||
counterモジュールがインストールされていて、counter機能拡張がオンになっていなければなりません。
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
By using the basic counter module, you can display the number of people who have visited yesterday and today.
|
||||
It will also display the total count.
|
||||
To get this, the counter module should be installed and the counter add-on should be turned on.
|
||||
</description>
|
||||
|
||||
</author>
|
||||
<extra_vars />
|
||||
</widget>
|
||||
|
|
|
|||
|
|
@ -3,13 +3,16 @@
|
|||
<title xml:lang="ko">로그인 정보 출력</title>
|
||||
<title xml:lang="zh-CN">输出登陆信息</title>
|
||||
<title xml:lang="jp">ログイン情報出力</title>
|
||||
<title xml:lang="en">Display Login Info</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">ゼロ</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">로그인 폼이나 로그인 정보를 출력합니다</description>
|
||||
<description xml:lang="zh-CN">输出登陆信息或者登陆form。</description>
|
||||
<description xml:lang="jp">ログインフォームまたはログイン情報を出力します。</description>
|
||||
<description xml:lang="en">It will display login form or login info.</description>
|
||||
</author>
|
||||
<extra_vars />
|
||||
</widget>
|
||||
|
|
|
|||
|
|
@ -3,41 +3,50 @@
|
|||
<title xml:lang="ko">최근 댓글 출력</title>
|
||||
<title xml:lang="zh-CN">输出最新评论</title>
|
||||
<title xml:lang="jp">最近のコメント出力</title>
|
||||
<title xml:lang="en">Display Newest Comments</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">ゼロ</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">최근 댓글 (comment)를 출력하는 위젯입니다.</description>
|
||||
<description xml:lang="zh-CN">输出最新评论控件。</description>
|
||||
<description xml:lang="jp">最近のコメント(comment)を出力するウィジェットです。</description>
|
||||
<description xml:lang="en">This widget will display newest comments.</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var id="title">
|
||||
<name xml:lang="ko">제목</name>
|
||||
<name xml:lang="zh-CN">标题</name>
|
||||
<name xml:lang="jp">タイトル</name>
|
||||
<name xml:lang="en">Title</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">최근 댓글의 제목으로 출력됩니다.</description>
|
||||
<description xml:lang="zh-CN">最新评论的文章</description>
|
||||
<description xml:lang="jp">最近のコメント書き込みのタイトルとして出力されます。</description>
|
||||
<description xml:lang="en">This will be the title of lnewest comments.</description>
|
||||
</var>
|
||||
<var id="list_count">
|
||||
<name xml:lang="ko">목록수</name>
|
||||
<name xml:lang="zh-CN">目录数</name>
|
||||
<name xml:lang="jp">リスト数</name>
|
||||
<name xml:lang="en">The Number of List</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">출력될 목록의 수를 정하실 수 있습니다. (기본 5개)</description>
|
||||
<description xml:lang="zh-CN">设定输出。 (默认5个)</description>
|
||||
<description xml:lang="jp">出力されるリストの数が指定できます(デフォルト5個)</description>
|
||||
<description xml:lang="en">You can set the number of list(default is 5).</description>
|
||||
</var>
|
||||
<var id="mid_list">
|
||||
<name xml:lang="ko">대상 모듈</name>
|
||||
<name xml:lang="zh-CN">模块对象</name>
|
||||
<name xml:lang="jp">対象モジュール</name>
|
||||
<name xml:lang="en">Target Module</name>
|
||||
<type>mid_list</type>
|
||||
<description xml:lang="ko">선택하신 모듈에 등록된 글을 대상으로 합니다.</description>
|
||||
<description xml:lang="zh-CN">输出有评论的文章 。</description>
|
||||
<description xml:lang="jp">選択されたモジュールに登録された書き込みを対象とします。</description>
|
||||
<description xml:lang="en">The target articles for the newest comments will be the ones submitted in the selected module.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</widget>
|
||||
|
|
|
|||
|
|
@ -3,41 +3,50 @@
|
|||
<title xml:lang="ko">꼬리표 목록 출력</title>
|
||||
<title xml:lang="zh-CN">输出标签</title>
|
||||
<title xml:lang="jp">タグリスト出力</title>
|
||||
<title xml:lang="en">Show Tag List</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">제로</name>
|
||||
<name xml:lang="jp">ゼロ</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">This widget shows configured number of tags from target module</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var id="title">
|
||||
<name xml:lang="ko">제목</name>
|
||||
<name xml:lang="zh-CN">标题</name>
|
||||
<name xml:lang="jp">タイトル</name>
|
||||
<name xml:lang="en">Title</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">꼬리표 출력시 제목으로 출력됩니다.</description>
|
||||
<description xml:lang="zh-CN">输出标签标题。</description>
|
||||
<description xml:lang="jp">タグ出力の際、タイトルとして出力します。</description>
|
||||
<description xml:lang="en">This will be shown as a title with tag list</description>
|
||||
</var>
|
||||
<var id="list_count">
|
||||
<name xml:lang="ko">목록수</name>
|
||||
<name xml:lang="zh-CN">目录数</name>
|
||||
<name xml:lang="jp">リスト数</name>
|
||||
<name xml:lang="en">Number of tags</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">출력될 목록의 수를 정하실 수 있습니다. (기본 20개)</description>
|
||||
<description xml:lang="zh-CN">设定输出。 (默认 20个)</description>
|
||||
<description xml:lang="jp">出力されるリストの数を指定することができます。(デフォルト20個)</description>
|
||||
<description xml:lang="en">You can configure the number of tags to show. (Default is
|
||||
</var>
|
||||
<var id="mid_list">
|
||||
<name xml:lang="ko">대상 모듈</name>
|
||||
<name xml:lang="zh-CN">模块对象</name>
|
||||
<name xml:lang="jp">対象モジュール</name>
|
||||
<name xml:lang="en">Target Module</name>
|
||||
<type>mid_list</type>
|
||||
<description xml:lang="ko">선택하신 모듈에 등록된 꼬리표를 대상으로 합니다.</description>
|
||||
<description xml:lang="zh-CN">如:模块为notice,news,bbs等,这时选择news,将输出news的最新标签。</description>
|
||||
<description xml:lang="jp">選択されたモジュールに登録されたタグを対象とします。</description>
|
||||
<description xml:lang="en">Tag list will be shown based on this target module.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</widget>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue