rhymix/widgets/newest_comment/conf/info.xml
2007-09-14 10:06:45 +00:00

61 lines
3.9 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 Comments</title>
<title xml:lang="es">Mostrar los comentarios recientes</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">Zero</name>
<name xml:lang="en">zero</name>
<name xml:lang="es">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 displays newest comments.</description>
<description xml:lang="es">Este widget muestra los comentarios recientes.</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>
<name xml:lang="es">Título</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>
<description xml:lang="es">Este será el título de los comentarios recientes.</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>
<name xml:lang="es">Número de la lista</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>
<description xml:lang="es">Usted puede definir el número de la lista(predefinido: 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>
<name xml:lang="en">Módulo objetivo</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>
<description xml:lang="es">El objetivo de los comentarios recientes serán los comentarios agragados en el módulo selccionado.</description>
</var>
</extra_vars>
</widget>