mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
스페인어(by 이코님) 7월 9일 16시분까지 적용
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1881 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
554a7ddced
commit
7083aa37e4
26 changed files with 395 additions and 3 deletions
|
|
@ -3,10 +3,12 @@
|
|||
<title xml:lang="ko">견본 레이아웃 (JS 메뉴)</title>
|
||||
<title xml:lang="zh-CN">样本布局(JS 菜单)</title>
|
||||
<title xml:lang="en">Sample Layout (Menu in JS)</title>
|
||||
<title xml:lang="es">Diseño predeterminado (menú JS)</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="en">zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<description xml:lang="ko">
|
||||
가장 기본적인 기능으로 이루어진 견본 레이아웃입니다.
|
||||
main_menu, bottom_menu 2개의 메뉴로 구성되어 있으며 각 메뉴의 출력은 javascript 함수를 이용해서 출력합니다.
|
||||
|
|
@ -22,25 +24,32 @@
|
|||
It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using Javascript function.
|
||||
Javascript version is so convenient to create layouts, but reduces the degree of freedom though.
|
||||
</description>
|
||||
<description xml:lang="es">
|
||||
Es el diseño predeterminado para funciónes basicos. Tiene 2 menús de main_menu, bottom_menu. La salida de cada menu usa funciónes de javascript. Es facil de manejar diseño, pero falta de libertad.
|
||||
</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var name="colorset" type="select">
|
||||
<title xml:lang="ko">컬러셋</title>
|
||||
<title xml:lang="zh-CN">颜色</title>
|
||||
<title xml:lang="en">Colorset</title>
|
||||
<title xml:lang="es">collección de colores</title>
|
||||
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
|
||||
<description xml:lang="zh-CN">请选择颜色。</description>
|
||||
<description xml:lang="en">Please select a colorset you want.</description>
|
||||
<description xml:lang="es">Seleccióne la collección de colores.</description>
|
||||
<options name="red">
|
||||
<title xml:lang="ko">적색</title>
|
||||
<title xml:lang="zh-CN">红色</title>
|
||||
<title xml:lang="en">Red</title>
|
||||
<value>red</value>
|
||||
<title xml:lang="es">Rojo</title>
|
||||
</options>
|
||||
<options name="blue">
|
||||
<title xml:lang="ko">청색</title>
|
||||
<title xml:lang="zh-CN">青色</title>
|
||||
<title xml:lang="en">Blue</title>
|
||||
<title xml:lang="es">Azul</title>
|
||||
<value>blue</value>
|
||||
</options>
|
||||
</var>
|
||||
|
|
@ -48,17 +57,21 @@
|
|||
<title xml:lang="ko">상단 제목</title>
|
||||
<title xml:lang="zh-CN">顶部标题</title>
|
||||
<title xml:lang="en">Title on the top</title>
|
||||
<title xml:lang="es">Título</title>
|
||||
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
|
||||
<description xml:lang="zh-CN">请输入布局顶部显示的标题。(网站名称)</description>
|
||||
<description xml:lang="en">Please input a title to be displayed on the top of the layout.</description>
|
||||
<description xml:lang="es">Escribe el título para la pagína de web.</description>
|
||||
</var>
|
||||
<var name="index_url" type="text">
|
||||
<title xml:lang="ko">홈 페이지 URL</title>
|
||||
<title xml:lang="zh-CN">网站 URL</title>
|
||||
<title xml:lang="en">Home page URL</title>
|
||||
<title xml:lang="es">URL de pagína de web</title>
|
||||
<description xml:lang="ko">로고나 제목을 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
|
||||
<description xml:lang="zh-CN">点击网站LOGO或标题时要移动的页面URL。</description>
|
||||
<description xml:lang="en">Please input URL to the page that you want to be loaded when a logo or title is clicked.</description>
|
||||
<description xml:lang="es">Escribe el URL para título.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
<menus>
|
||||
|
|
@ -66,12 +79,14 @@
|
|||
<title xml:lang="ko">주 메뉴</title>
|
||||
<title xml:lang="zh-CN">主 菜单</title>
|
||||
<title xml:lang="en">Main menu</title>
|
||||
<title xml:lang="es">menú principal</title>
|
||||
<maxdepth>2</maxdepth>
|
||||
</menu>
|
||||
<menu name="bottom_menu">
|
||||
<title xml:lang="ko">하단 메뉴 </title>
|
||||
<title xml:lang="zh-CN">底部菜单</title>
|
||||
<title xml:lang="en">Menu on the bottom </title>
|
||||
<title xml:lang="es">sub menú </title>
|
||||
<maxdepth>1</maxdepth>
|
||||
</menu>
|
||||
</menus>
|
||||
|
|
|
|||
|
|
@ -4,11 +4,13 @@
|
|||
<title xml:lang="zh-CN">样本布局 (PHP 菜单) </title>
|
||||
<title xml:lang="en">Sample Layout (Menu in PHP)</title>
|
||||
<title xml:lang="jp">レイアウト見本 (PHP メニュー) </title>
|
||||
<title xml:lang="es">Diseño predeterminado (menú PHP) </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="en">zero</name>
|
||||
<name xml:lang="jp">ゼロ</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<description xml:lang="ko">
|
||||
가장 기본적인 기능으로 이루어진 견본 레이아웃입니다.
|
||||
main_menu, bottom_menu 2개의 메뉴로 구성되어 있으며 각 메뉴의 출력은 php 코드로 하게 됩니다.
|
||||
|
|
@ -29,6 +31,9 @@
|
|||
main_menu, bottom_menu 2個のメニューで構成され、各メニューの出力は php コードになります。
|
||||
レイアウトを作る時、js menu よりは複雑ですが自由度は高いです。
|
||||
</description>
|
||||
<description xml:lang="es">
|
||||
Es el diseño predeterminado para funciónes basicos. Tiene 2 menús de main_menu, bottom_menu. La salida de cada menu usa las funciónes de PHP. Es dificil de manejar diseño, pero mucho de libertad.
|
||||
</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var name="colorset" type="select">
|
||||
|
|
@ -36,15 +41,18 @@
|
|||
<title xml:lang="zh-CN">颜色</title>
|
||||
<title xml:lang="en">Colorset</title>
|
||||
<title xml:lang="jp">カラーセット</title>
|
||||
<title xml:lang="es">collección de colores</title>
|
||||
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
|
||||
<description xml:lang="zh-CN">请选择颜色。</description>
|
||||
<description xml:lang="en">Please select a colorset you want.</description>
|
||||
<description xml:lang="jp">希望する色を選択してください。</description>
|
||||
<description xml:lang="es">Seleccióne la collección de colores.</description>
|
||||
<options name="red">
|
||||
<title xml:lang="ko">적색</title>
|
||||
<title xml:lang="zh-CN">红色</title>
|
||||
<title xml:lang="en">Red</title>
|
||||
<title xml:lang="jp">赤色</title>
|
||||
<title xml:lang="es">Rojo</title>
|
||||
<value>red</value>
|
||||
</options>
|
||||
<options name="blue">
|
||||
|
|
@ -52,6 +60,7 @@
|
|||
<title xml:lang="zh-CN">青色</title>
|
||||
<title xml:lang="en">Blue</title>
|
||||
<title xml:lang="jp">青色</title>
|
||||
<title xml:lang="es">Azul</title>
|
||||
<value>blue</value>
|
||||
</options>
|
||||
</var>
|
||||
|
|
@ -60,20 +69,24 @@
|
|||
<title xml:lang="zh-CN">顶部标题</title>
|
||||
<title xml:lang="en">Title on the top</title>
|
||||
<title xml:lang="jp">上端タイトル</title>
|
||||
<title xml:lang="es">Título</title>
|
||||
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
|
||||
<description xml:lang="zh-CN">请输入布局顶部显示的标题。(网站名称)</description>
|
||||
<description xml:lang="en">Please input a title to be displayed on the top of the layout.</description>
|
||||
<description xml:lang="jp">レイアウトの上端に表示するタイトルを入力してください。</description>
|
||||
<description xml:lang="es">Escribe el título para la pagína de web.</description>
|
||||
</var>
|
||||
<var name="index_url" type="text">
|
||||
<title xml:lang="ko">홈 페이지 URL</title>
|
||||
<title xml:lang="zh-CN">网站 URL</title>
|
||||
<title xml:lang="en">Home page URL</title>
|
||||
<title xml:lang="jp">ホームページ URL</title>
|
||||
<title xml:lang="es">URL de pagína de web</title>
|
||||
<description xml:lang="ko">로고나 제목을 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
|
||||
<description xml:lang="zh-CN">点击网站LOGO或标题时要移动的页面URL。</description>
|
||||
<description xml:lang="en">Please input URL to the page that you want to be loaded when a logo or title is clicked.</description>
|
||||
<description xml:lang="jp">ロゴをクリックした時に移動するホームページのURLを入力してください。</description>
|
||||
<description xml:lang="es">Escribe el URL para título.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
<menus>
|
||||
|
|
@ -82,6 +95,7 @@
|
|||
<title xml:lang="zh-CN">主菜单</title>
|
||||
<title xml:lang="en">Main menu</title>
|
||||
<title xml:lang="jp">メインメニュー</title>
|
||||
<title xml:lang="es">menú principal</title>
|
||||
<maxdepth>2</maxdepth>
|
||||
</menu>
|
||||
<menu name="bottom_menu">
|
||||
|
|
@ -89,6 +103,7 @@
|
|||
<title xml:lang="zh-CN">底部菜单 </title>
|
||||
<title xml:lang="en">Menu on the bottom </title>
|
||||
<title xml:lang="jp">下端メニュー </title>
|
||||
<title xml:lang="es">sub menú </title>
|
||||
<maxdepth>1</maxdepth>
|
||||
</menu>
|
||||
</menus>
|
||||
|
|
|
|||
|
|
@ -4,15 +4,18 @@
|
|||
<title xml:lang="zh-CN">zb5beta 网站布局</title>
|
||||
<title xml:lang="en">zb5beta site's layout</title>
|
||||
<title xml:lang="jp">zb5beta サイトレイアウト</title>
|
||||
<title xml:lang="es">el diseño del sitio zb5beta</title>
|
||||
<author email_address="styx@zeroboard.com" link="http://bystyx.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">styx</name>
|
||||
<name xml:lang="zh-CN">styx</name>
|
||||
<name xml:lang="en">styx</name>
|
||||
<name xml:lang="jp">styx</name>
|
||||
<name xml:lang="es">styx</name>
|
||||
<description xml:lang="ko">zb5beta에서 사용되던 사이트 레이아웃입니다.</description>
|
||||
<description xml:lang="zh-CN">在zb5beta 使用的布局</description>
|
||||
<description xml:lang="en">It is layout which used into zb5beta.</description>
|
||||
<description xml:lang="jp">zb5betaで使われているサイトレイアウトです。</description>
|
||||
<description xml:lang="es">Es el diseño del sitio zb5beta.</description>
|
||||
</author>
|
||||
<extra_vars>
|
||||
<var name="colorset" type="select">
|
||||
|
|
@ -20,15 +23,18 @@
|
|||
<title xml:lang="zh-CN">颜色</title>
|
||||
<title xml:lang="en">Colorset</title>
|
||||
<title xml:lang="jp">カラーセット</title>
|
||||
<title xml:lang="es">colecciónes de colores</title>
|
||||
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
|
||||
<description xml:lang="zh-CN">请选择颜色。</description>
|
||||
<description xml:lang="en">Select colorset.</description>
|
||||
<description xml:lang="jp">希望する色を選択してください。</description>
|
||||
<description xml:lang="es">Seleccióne la colección de colores.</description>
|
||||
<options name="blue">
|
||||
<title xml:lang="ko">파란색</title>
|
||||
<title xml:lang="zh-CN">蓝色</title>
|
||||
<title xml:lang="en">Blue</title>
|
||||
<title xml:lang="jp">青色</title>
|
||||
<title xml:lang="es">Azul</title>
|
||||
<value>blue</value>
|
||||
</options>
|
||||
<options name="green">
|
||||
|
|
@ -36,6 +42,7 @@
|
|||
<title xml:lang="zh-CN">绿色</title>
|
||||
<title xml:lang="en">Green</title>
|
||||
<title xml:lang="jp">緑色</title>
|
||||
<title xml:lang="es">Verde</title>
|
||||
<value>green</value>
|
||||
</options>
|
||||
<options name="red">
|
||||
|
|
@ -43,6 +50,7 @@
|
|||
<title xml:lang="zh-CN">红色 </title>
|
||||
<title xml:lang="en">Red </title>
|
||||
<title xml:lang="jp">赤色</title>
|
||||
<title xml:lang="es">Rojo</title>
|
||||
<value>red</value>
|
||||
</options>
|
||||
<options name="purple">
|
||||
|
|
@ -50,6 +58,7 @@
|
|||
<title xml:lang="zh-CN">紫色</title>
|
||||
<title xml:lang="en">Purple</title>
|
||||
<title xml:lang="jp">紫色</title>
|
||||
<title xml:lang="es">Morado</title>
|
||||
<value>purple</value>
|
||||
</options>
|
||||
</var>
|
||||
|
|
@ -58,30 +67,36 @@
|
|||
<title xml:lang="zh-CN">LOGO图片</title>
|
||||
<title xml:lang="en">Logo image</title>
|
||||
<title xml:lang="jp">ロゴのイメージ</title>
|
||||
<title xml:lang="es">Imagén de logotipo</title>
|
||||
<description xml:lang="ko">레이아웃의 상단에 표시될 로고이미지를 입력하세요. (세로길이가 100px인 투명이미지가 가장 어울립니다)</description>
|
||||
<description xml:lang="zh-CN">请输入布局顶部现实的LOGO图片。 (适合高度 100px的透明LOGO。)</description>
|
||||
<description xml:lang="en">Please put a logo image in the the top of layout. (Transparency image's height 100px is best becoming.)</description>
|
||||
<description xml:lang="jp">レイアウトの上端に表示されるロゴイメージを入力してください。 (縦幅が100pxである透明イメージが最も合います。)</description>
|
||||
<description xml:lang="es">Cargar archivo para logotipo. (Mejor imagen transparente con altura de 100px)</description>
|
||||
</var>
|
||||
<var name="index_url" type="text">
|
||||
<title xml:lang="ko">홈 페이지 URL</title>
|
||||
<title xml:lang="zh-CN">网站 URL</title>
|
||||
<title xml:lang="en">Hompage URL</title>
|
||||
<title xml:lang="jp">ホームページ URL</title>
|
||||
<title xml:lang="es">URL de logotipo</title>
|
||||
<description xml:lang="ko">로고를 클릭시에 이동할 홈 페이지 URL을 입력해 주세요.</description>
|
||||
<description xml:lang="zh-CN">点击网站LOGO或标题时要移动的页面URL。</description>
|
||||
<description xml:lang="en">Please put a homepage URL, when you click the logo.</description>
|
||||
<description xml:lang="jp">ロゴをクリックした時に移動するホームページのURLを入力してください。</description>
|
||||
<description xml:lang="ko">Escribe URL para mover cuando los usuarios haga clic en logotipo.</description>
|
||||
</var>
|
||||
<var name="copyright_text" type="textarea">
|
||||
<title xml:lang="ko">카피라이트</title>
|
||||
<title xml:lang="zh-CN">版权信息</title>
|
||||
<title xml:lang="en">Copyright</title>
|
||||
<title xml:lang="jp">コピーライト</title>
|
||||
<title xml:lang="es">Derecho de autor</title>
|
||||
<description xml:lang="ko">사이트 하단에 표시될 카피라이트를 입력해주세요.</description>
|
||||
<description xml:lang="zh-CN">请输入网站底部显示的版权信息。</description>
|
||||
<description xml:lang="en">Please put a copyright in the site's lower column.</description>
|
||||
<description xml:lang="jp">サイト下端に表示されるコピーライトを入力してください。</description>
|
||||
<description xml:lang="es">Escriba el derecho de autor donde muestra abajo del sitio.</description>
|
||||
</var>
|
||||
</extra_vars>
|
||||
<menus>
|
||||
|
|
@ -90,6 +105,7 @@
|
|||
<title xml:lang="zh-CN">顶部菜单</title>
|
||||
<title xml:lang="en">Top menu</title>
|
||||
<title xml:lang="jp">上端メニュー</title>
|
||||
<title xml:lang="es">Menu Principal</title>
|
||||
<maxdepth>3</maxdepth>
|
||||
</menu>
|
||||
</menus>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue