rhymix/modules/board/skins/default/skin.xml
guny acb2525810 중국어 번역 수정본
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2100 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-07-31 11:23:08 +00:00

57 lines
3 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"?>
<skin>
<title xml:lang="ko">게시판 기본 스킨</title>
<title xml:lang="jp">掲示板デフォルトスキン</title>
<title xml:lang="zh-CN">版面默认皮肤</title>
<title xml:lang="en">Basic Board Skin</title>
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="jp">Zero</name>
<name xml:lang="zh-CN">zero</name>
<name xml:lang="en">zero</name>
<description xml:lang="ko">board모듈의 default스킨</description>
<description xml:lang="jp">掲示板boardモジュールのデフォルトdefaultスキン</description>
<description xml:lang="zh-CN">版面模块的默认皮肤。</description>
<description xml:lang="en">default skin of board module</description>
</maker>
<colorset>
<color name="normal" src="screenshot/normal.gif">
<title xml:lang="ko">기본</title>
<title xml:lang="jp">デフォルト</title>
<title xml:lang="zh-CN">默认</title>
<title xml:lang="en">Default</title>
</color>
</colorset>
<extra_vars>
<var name="title" type="text">
<title xml:lang="ko">제목</title>
<title xml:lang="jp">タイトル</title>
<title xml:lang="zh-CN">标题</title>
<title xml:lang="en">Title</title>
<description xml:lang="ko">게시판의 제목을 적어주세요.</description>
<description xml:lang="jp">掲示板のタイトルを入力してください。</description>
<description xml:lang="zh-CN">请输入版面标题。</description>
<description xml:lang="en">Input the title of board.</description>
</var>
<var name="memo" type="textarea">
<title xml:lang="ko">게시판 설명</title>
<title xml:lang="jp">掲示板の説明</title>
<title xml:lang="zh-CN">版面说明</title>
<title xml:lang="en">Description of board</title>
<description lang="ko">내용의 기본값</description>
<description lang="jp">内容のデフォルト値</description>
<description lang="zh-CN">内容的基本值</description>
<description lang="en">Default Content</description>
</var>
<var name="subject_cut_size" type="text">
<title xml:lang="ko">제목 글자수</title>
<title xml:lang="jp">タイトルの文字数</title>
<title xml:lang="zh-CN">标题字数</title>
<title xml:lang="en">Length of Subject</title>
<description lang="ko">제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다)</description>
<description lang="jp">タイトルの文字数が指定できます「0」または空欄の場合は、文字数を制限しません</description>
<description lang="zh-CN">可以设置标题的字数。(0或留空为不限)</description>
<description lang="en">Length of Subject can be assigned. (0 or blank value will not restrict the length)</description>
</var>
</extra_vars>
</skin>