rhymix/widgets/navigator/conf/info.xml
guny b6cb9a1045 중국어 - 추가분 번역.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5870 201d5d3c-b55e-5fd7-737f-ddc643e51545
2009-03-12 15:04:47 +00:00

51 lines
2.9 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.2">
<title xml:lang="ko">메뉴 출력기</title>
<title xml:lang="zh-CN">菜单显示器</title>
<title xml:lang="zh-TW">導覽列</title>
<description xml:lang="ko">메뉴 모듈에서 생성된 메뉴를 출력하는 위젯입니다.</description>
<description xml:lang="zh-CN">此控件可以在任意位置显示菜单模块中的菜单。</description>
<description xml:lang="zh-TW">메뉴 모듈에서 생성된 메뉴를 출력하는 위젯입니다.</description>
<version>0.1</version>
<date>2009-02-10</date>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
<name xml:lang="ko">zero</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="zh-TW">zero</name>
</author>
<extra_vars>
<var id="menu_srl">
<type>menu</type>
<name xml:lang="ko">메뉴</name>
<name xml:lang="zh-CN">菜单</name>
<name xml:lang="zh-TW">選單</name>
<description xml:lang="ko">선택하신 메뉴를 출력합니다. 선택하지 않으면 호출된 레이아웃의 첫번째 메뉴를 자동으로 지정합니다.</description>
<description xml:lang="zh-CN">请选择要显示的菜单。</description>
<description xml:lang="zh-TW">선택하신 메뉴를 출력합니다. 선택하지 않으면 호출된 레이아웃의 첫번째 메뉴를 자동으로 지정합니다.</description>
</var>
<var id="start_depth">
<type>select</type>
<name xml:lang="ko">시작 깊이</name>
<name xml:lang="zh-CN">开始深度</name>
<name xml:lang="zh-TW">階層數</name>
<description xml:lang="ko">출력될 메뉴의 시작 깊이(depth)를 지정할 수 있습니다. 1이 최상단이고 2부터는 선택된 상위 메뉴가 있으면 출력하게 됩니다</description>
<description xml:lang="zh-CN">请指定要显示的菜单开始深度(1为完整菜单2开始只显示该处一级菜单下的2级菜单)。</description>
<description xml:lang="zh-TW">출력될 메뉴의 시작 깊이(depth)를 지정할 수 있습니다. 1이 최상단이고 2부터는 선택된 상위 메뉴가 있으면 출력하게 됩니다</description>
<options>
<value>1</value>
<name xml:lang="ko">1 depth</name>
<name xml:lang="zh-CN">1 depth</name>
<name xml:lang="zh-TW">1 depth</name>
</options>
<options>
<value>2</value>
<name xml:lang="ko">2 depth</name>
<name xml:lang="zh-CN">2 depth</name>
<name xml:lang="zh-TW">2 depth</name>
</options>
</var>
</extra_vars>
</widget>