mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
스페인어 번역 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2505 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
54b3c3ba4e
commit
9cde60d700
1 changed files with 79 additions and 66 deletions
|
|
@ -3,11 +3,13 @@
|
|||
<title xml:lang="ko">특정 그룹 회원 출력 위젯</title>
|
||||
<title xml:lang="jp">グループ会員表示</title>
|
||||
<title xml:lang="en">Display Specific Group Member</title>
|
||||
<title xml:lang="es">Muestra el grupo de usuario específico</title>
|
||||
<title xml:lang="zh-CN">会员列表</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 7. 30">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<name xml:lang="zh-CN">Zero</name>
|
||||
<description xml:lang="ko">
|
||||
특정 그룹에 속한 회원의 목록을 출력하는 위젯입니다.
|
||||
|
|
@ -21,6 +23,11 @@
|
|||
This widget displays members in specific group.
|
||||
It is a test widget, and if there are more members than assigned number in the group, they will be ordered as latest join date.
|
||||
You may input groups for displaying in below space. You can use comma(,) for multiple input.
|
||||
</description>
|
||||
<description xml:lang="es">
|
||||
Este widget muestra el usuario en un grupo específico.
|
||||
Este es un widget de prueba, y si hay más número de usuarios asignados, se mostrará en orden de los últimos conectados.
|
||||
Usted puede ingresar grupos para mostrar en los espacias inferiores. Puede usar una coma(,) para ingresar más.
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
显示特定用户组会员列表的控件。
|
||||
|
|
@ -33,33 +40,39 @@
|
|||
<name xml:lang="ko">제목</name>
|
||||
<name xml:lang="jp">タイトル</name>
|
||||
<name xml:lang="en">Title</name>
|
||||
<name xml:lang="es">Título</name>
|
||||
<name xml:lang="zh-CN">栏目名</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">최근 게시물의 제목으로 출력됩니다.</description>
|
||||
<description xml:lang="jp">最新コンテンツのタイトルとして表示されます。</description>
|
||||
<description xml:lang="en">It will be displayed as title of newest article.</description>
|
||||
<description xml:lang="es">Esto será mostrado com el título de los documentos recientes.</description>
|
||||
<description xml:lang="zh-CN">显示为会员列表的标题。</description>
|
||||
</var>
|
||||
<var id="list_count">
|
||||
<name xml:lang="ko">목록수</name>
|
||||
<name xml:lang="jp">リスト数</name>
|
||||
<name xml:lang="en">Number of List</name>
|
||||
<name xml:lang="es">Número de la lista</name>
|
||||
<name xml:lang="zh-CN">目录数</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">출력될 목록의 수를 정하실 수 있습니다. (기본 5개)</description>
|
||||
<description xml:lang="jp">表示されるリストの数を指定することができます。(デフォルト5個)</description>
|
||||
<description xml:lang="en">You may choose number of list. (5 as default)</description>
|
||||
<description xml:lang="es">Usted puede elegir el número de la lista. (predefinido: 5)</description>
|
||||
<description xml:lang="zh-CN">可设置要显示的目录数。 (默认为5个)</description>
|
||||
</var>
|
||||
<var id="target_group">
|
||||
<name xml:lang="ko">대상 회원 그룹</name>
|
||||
<name xml:lang="jp">対象会員グループ</name>
|
||||
<name xml:lang="en">Target Member Group</name>
|
||||
<name xml:lang="es">Objetivo Grupo de usuario </name>
|
||||
<name xml:lang="zh-CN">对象用户组</name>
|
||||
<type>text</type>
|
||||
<description xml:lang="ko">소속 회원 출력을 원하는 회원 그룹명을 ,(콤마)로 연결하여 입력하세요.</description>
|
||||
<description xml:lang="jp">所属会員を表示したい場合は、会員グループ名を「,(コンマ)」で区切って入力してください。</description>
|
||||
<description xml:lang="en">Please input member group name for display with comma(,).</description>
|
||||
<description xml:lang="es">Ingresar el nombre del grupo de usuario para mostrar con la coma(,).</description>
|
||||
<description xml:lang="zh-CN">要显示的对象用户组名称以,(逗号)来分隔。</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue