중국어,일본어,영어 추가 번역 및 스페인어 기본 언어파일 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-05 06:33:23 +00:00
parent 56cffca5dc
commit 19423dd8b2
22 changed files with 585 additions and 198 deletions

View file

@ -2,9 +2,11 @@
<layout version="0.1">
<title xml:lang="ko">견본 레이아웃 (JS 메뉴)</title>
<title xml:lang="zh-CN">样本布局JS 菜单)</title>
<title xml:lang="en">Sample Layout (Menu in 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>
<description xml:lang="ko">
가장 기본적인 기능으로 이루어진 견본 레이아웃입니다.
main_menu, bottom_menu 2개의 메뉴로 구성되어 있으며 각 메뉴의 출력은 javascript 함수를 이용해서 출력합니다.
@ -15,46 +17,61 @@
此布局由 main_menu, bottom_menu 两个菜单构成,每个菜单的呼出方式是利用 javascript 函数显示。
制作布局的时候方便的同时自由度相对落后。
</description>
<description xml:lang="en">
This is a sample layout consists of the most basic features.
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>
</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>
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
<description xml:lang="zh-CN">请选择颜色。</description>
<description xml:lang="en">Please select a colorset you want.</description>
<options name="red">
<title xml:lang="ko">적색</title>
<title xml:lang="zh-CN">红色</title>
<title xml:lang="zh-CN">红色</title>
<title xml:lang="en">Red</title>
<value>red</value>
</options>
<options name="blue">
<title xml:lang="ko">청색</title>
<title xml:lang="zh-CN">青色</title>
<title xml:lang="en">Blue</title>
<value>blue</value>
</options>
</var>
<var name="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="zh-CN">顶部标题</title>
<title xml:lang="en">Title on the top</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>
</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>
<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>
</var>
</extra_vars>
<menus>
<menu name="main_menu" default="true">
<title xml:lang="ko">주 메뉴</title>
<title xml:lang="zh-CN">主 菜单</title>
<title xml:lang="en">Main menu</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>
<maxdepth>1</maxdepth>
</menu>
</menus>

View file

@ -2,9 +2,13 @@
<layout version="0.1">
<title xml:lang="ko">견본 레이아웃 (PHP 메뉴) </title>
<title xml:lang="zh-CN">样本布局 (PHP 菜单) </title>
<title xml:lang="en">Sample Layout (Menu in PHP)</title>
<title xml:lang="jp">レイアウト見本 (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>
<description xml:lang="ko">
가장 기본적인 기능으로 이루어진 견본 레이아웃입니다.
main_menu, bottom_menu 2개의 메뉴로 구성되어 있으며 각 메뉴의 출력은 php 코드로 하게 됩니다.
@ -15,46 +19,76 @@
此布局由 main_menu, bottom_menu 两个菜单构成,每个菜单的呼出方式是利用 PHP 显示。
制作布局时候复杂的同时自由度相对提高。
</description>
<description xml:lang="en">
This is a sample layout consists of the most basic features.
It has two menues each named "main_menu" and "bottom_menu", and they are displayed by using PHP codes.
PHP version is more complex to create layouts than with Javascript, but increases the degree of freedom though.
</description>
<description xml:lang="jp">
一番基本的な機能で作られているレイアウト見本です。
main_menu, bottom_menu 2個のメニューで構成され、各メニューの出力は php コードになります。
レイアウトを作る時、js menu よりは複雑ですが自由度は高いです。
</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="jp">カラーセット</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>
<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>
<value>red</value>
</options>
<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>
<value>blue</value>
</options>
</var>
<var name="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="zh-CN">顶部标题</title>
<title xml:lang="en">Title on the top</title>
<title xml:lang="jp">上端タイトル</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>
</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>
<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>
</var>
</extra_vars>
<menus>
<menu name="main_menu" default="true">
<title xml:lang="ko">주 메뉴</title>
<title xml:lang="zh-CN">主菜单</title>
<title xml:lang="en">Main menu</title>
<title xml:lang="jp">メインメニュー</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="jp">下端メニュー </title>
<maxdepth>1</maxdepth>
</menu>
</menus>

View file

@ -3,44 +3,53 @@
<title xml:lang="ko">zb5beta 사이트 레이아웃</title>
<title xml:lang="zh-CN">zb5beta 网站布局</title>
<title xml:lang="en">zb5beta site's layout</title>
<title xml:lang="jp">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>
<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>
</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="jp">カラーセット</title>
<description xml:lang="ko">원하시는 컬러셋을 선택해주세요.</description>
<description xml:lang="zh-CN">请选择颜色。</description>
<description xml:lang="en">Select colorset.</description>
<description xml:lang="jp">希望する色を選択してください。</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>
<value>blue</value>
</options>
<options name="green">
<title xml:lang="ko">녹색</title>
<title xml:lang="zh-CN">绿色</title>
<title xml:lang="en">Green</title>
<title xml:lang="jp">緑色</title>
<value>green</value>
</options>
<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>
<value>red</value>
</options>
<options name="purple">
<title xml:lang="ko">보라색</title>
<title xml:lang="zh-CN">紫色</title>
<title xml:lang="en">Purple</title>
<title xml:lang="jp">紫色</title>
<value>purple</value>
</options>
</var>
@ -48,25 +57,31 @@
<title xml:lang="ko">로고이미지</title>
<title xml:lang="zh-CN">LOGO图片</title>
<title xml:lang="en">Logo image</title>
<title xml:lang="jp">ロゴのイメージ</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>
</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>
<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>
</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>
<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>
</var>
</extra_vars>
<menus>
@ -74,6 +89,7 @@
<title xml:lang="ko">상단 메뉴</title>
<title xml:lang="zh-CN">顶部菜单</title>
<title xml:lang="en">Top menu</title>
<title xml:lang="jp">上端メニュー</title>
<maxdepth>3</maxdepth>
</menu>
</menus>