rhymix/widgets/newest_trackback/conf/info.xml
2007-07-16 06:08:57 +00:00

52 lines
3.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<widget version="0.1">
<title xml:lang="ko">최근 엮인글 출력</title>
<title xml:lang="zh-CN">输出最新引用</title>
<title xml:lang="jp">最新トラックバックの出力</title>
<title xml:lang="en">Display Newest Trackbacks</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">최근 엮인글 (trackback)을 출력하는 위젯입니다.</description>
<description xml:lang="zh-CN">输出最新引用 (trackback)控件。</description>
<description xml:lang="jp">最新トラックバックtrackbackを出力するウィジェットです。</description>
<description xml:lang="en">This is the widget to display Newest Trackbacks</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 the Newest Trackbacks to be displayed.</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 to be displayed.(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">模块为notice,news,bbs等这时选择news,将输出news的最新引用。</description>
<description xml:lang="jp">選択されたモジュールに登録された書き込みを対象とします。</description>
<description xml:lang="en">The target articles for the newest trackbacks will be the ones submitted in the selected module.</description>
</var>
</extra_vars>
</widget>