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

132 lines
8.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 Articles</title>
<title xml:lang="es">Mostrar los documentos 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="en">zero</name>
<description xml:lang="ko">최근 문서 (document)를 출력하는 위젯입니다.</description>
<description xml:lang="zh-CN">显示最新主题列表 (document)的控件。</description>
<description xml:lang="jp">最近の書き込みdocumentを表示させるウィジェットです。</description>
<description xml:lang="en">This widget displays newest articles.</description>
<description xml:lang="es">Este widget muestra los documentos 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">It will be the title of the newest articles.</description>
<description xml:lang="es">Este será el título de los documentos recientes.</description>
</var>
<var id="order_target">
<name xml:lang="ko">정렬 대상</name>
<name xml:lang="zh-CN">排序对象</name>
<name xml:lang="jp">ソート対象</name>
<name xml:lang="en">Target to be sorted</name>
<name xml:lang="en">Objetivo para ser ordenados</name>
<type>select</type>
<description xml:lang="ko">등록된 순서 또는 변경된 순서로 정렬을 할 수 있습니다.</description>
<description xml:lang="zh-CN">可以按照指定的顺序进行排序。</description>
<description xml:lang="jp">登録された順番または変更された順番にソートできます。</description>
<description xml:lang="en">The list of newewst articles may be sorted by submitted order or modified order.</description>
<description xml:lang="es">La lista de los documentos recientes pueden ser ordenados en el orden del agregado o en el de modificados.</description>
<options>
<name xml:lang="ko">최신 등록순</name>
<name xml:lang="zh-CN">最新发表顺</name>
<name xml:lang="jp">最新登録順</name>
<name xml:lang="en">Newest Submitted Order</name>
<name xml:lang="es">Orden de agregados recientemente</name>
<value>list_order</value>
</options>
<options>
<name xml:lang="ko">최근 변경순</name>
<name xml:lang="zh-CN">最新修改顺</name>
<name xml:lang="jp">最近変更順</name>
<name xml:lang="en">Newest Modified Order</name>
<name xml:lang="es">Orden de modificados recientemente</name>
<value>update_order</value>
</options>
</var>
<var id="order_type">
<name xml:lang="ko">정렬 방법</name>
<name xml:lang="zh-CN">排序方式</name>
<name xml:lang="jp">ソートタイプ</name>
<name xml:lang="en">Sorting Type</name>
<name xml:lang="es">Tipo de ordenamiento</name>
<type>select</type>
<description xml:lang="ko">정렬대상을 내림차순 또는 올림차순으로 정렬할 수 있습니다.</description>
<description xml:lang="zh-CN">对其排序对象可进行升序/降序方式排序。</description>
<description xml:lang="jp">ソートタイプを、降順、昇順にソートできます。</description>
<description xml:lang="en">You can sort target articles by asending or desending order.</description>
<description xml:lang="es">Usted puede ordenar los documentos en orden acendente o en orden descendente.</description>
<options>
<name xml:lang="ko">내림차순</name>
<name xml:lang="zh-CN">降序</name>
<name xml:lang="jp">降順</name>
<name xml:lang="en">Desending order</name>
<name xml:lang="es">Orden Descendente</name>
<value>desc</value>
</options>
<options>
<name xml:lang="ko">올림차순</name>
<name xml:lang="zh-CN">升序</name>
<name xml:lang="jp">昇順</name>
<name xml:lang="en">Asending order</name>
<name xml:lang="en">Orden Acendente</name>
<value>asc</value>
</options>
</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 articles to be displayed. (default is 5)</description>
<description xml:lang="es">Usted puede definir el número de los documentos a mostrar. (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="es">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 to be sorted will be the ones submitted in the selected module.</description>
<description xml:lang="es">El objetivo de los documentos agregados serán los del módulo selccionado.</description>
</var>
<var id="subject_cut_size" type="text">
<name xml:lang="ko">제목 글자수</name>
<name xml:lang="jp">タイトルの文字数</name>
<name xml:lang="zh-CN">标题字数</name>
<name xml:lang="en">Length of Subject</name>
<name xml:lang="es">Número de letras del título</name>
<type>text</type>
<description lang="ko">제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다)</description>
<description lang="jp">タイトルの文字数が指定できます「0」または空欄の場合は、文字数を制限しません</description>
<description lang="zh-CN">可以设置标题的字数。(0或留空为不限)</description>
<description lang="en">Length of Subject can be assigned. (0 or blank value will not restrict the length)</description>
<description lang="es">El largo del título puede ser asignado. (valor 0 o en blanco no restringe el largo)</description>
</var>
</extra_vars>
</widget>