1. 플래닛 글 위젯 추가 2. 최신글 위젯 스킨에 xe_official 스킨 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5176 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-24 07:31:20 +00:00
parent 13238f50f2
commit 5eb6ca353c
17 changed files with 295 additions and 2 deletions

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget version="0.2">
<title xml:lang="ko">플래닛 최근 글 출력</title>
<description xml:lang="ko">플래닛의 글들만 출력하는 위젯입니다 .</description>
<version>0.1</version>
<date>2008-12-24</date>
<author email_address="zero@zeroboard.com" link="http://blog.nzeo.com">
<name xml:lang="ko">zero</name>
</author>
<extra_vars>
<var id="title">
<type>text</type>
<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>
<name xml:lang="ru">Заголовок</name>
<name xml:lang="zh-TW">標題</name>
<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>
<description xml:lang="ru">Это будет заголовком последних статей.</description>
<description xml:lang="zh-TW">顯示最新主題列表的標題。</description>
</var>
<var id="list_count">
<type>text</type>
<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>
<name xml:lang="ru">Число списка</name>
<name xml:lang="zh-TW">目錄數</name>
<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>
<description xml:lang="ru">Вы можете выбрать число списка статей для отображения. (стандарт: 5)</description>
<description xml:lang="zh-TW">設置要顯示的目錄數。(預設是5個)</description>
</var>
</extra_vars>
</widget>