rhymix/modules/blog/skins/default/skin.xml
zero 8326004cb2 삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-08-12 03:59:52 +00:00

98 lines
6 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">Default Skinf of Blog</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">blog 모듈의 default스킨</description>
<description xml:lang="ko">ブログblogモジュールのデフォルトスキン</description>
<description xml:lang="zh-CN">博客模块的默认皮肤</description>
<description xml:lang="en">default skin of blog 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="top_title" type="text">
<title xml:lang="ko">상단 제목</title>
<title xml:lang="jp">上段タイトル</title>
<title xml:lang="zh-CN">顶部标题</title>
<title xml:lang="en">Top Title</title>
<description xml:lang="ko">레이아웃의 상단에 표시할 제목을 입력하세요.</description>
<description xml:lang="jp">レイアウト上段に表示させるタイトルを入力してください。</description>
<description xml:lang="zh-CN">请输入布局顶部显示的标题。</description>
<description xml:lang="en">Please input title which will be displayed on top of layout.</description>
</var>
<var name="logo_image" type="image" width="60" height="60">
<title xml:lang="ko">로고이미지</title>
<title xml:lang="jp">ロゴイメージ</title>
<title xml:lang="zh-CN">LOGO图片</title>
<title xml:lang="en">Logo Image</title>
<description xml:lang="ko">레이아웃의 상단에 표시될 로고이미지를 입력하세요.</description>
<description xml:lang="jp">レイアウトの上段に表示されるロゴイメージを入力してください。</description>
<description xml:lang="zh-CN">请输入顶部显示的LOGO图片。</description>
<description xml:lang="en">Please input logo image which will be displayed on top of layout.</description>
</var>
<var name="profile_image" type="image" width="60" height="60">
<title xml:lang="ko">프로필 이미지</title>
<title xml:lang="jp">プロフィールイメージ</title>
<title xml:lang="zh-CN">博客个性图片</title>
<title xml:lang="en">Profile Image</title>
<description xml:lang="ko">프로필 이미지를 입력해 주세요 (가로 사이즈는 200px이 가장 보기 좋습니다)</description>
<description xml:lang="jp">プロフィールイメージを入力してください横幅は「200px」が一番適しています</description>
<description xml:lang="zh-CN">请输入博客个性图片。 宽度200px图片为适</description>
<description xml:lang="en">Please input profile image (It is recommended to set width as 200px)</description>
</var>
<var name="profile" type="textarea">
<title xml:lang="ko">프로필</title>
<title xml:lang="jp">プロフィール</title>
<title xml:lang="zh-CN">简介</title>
<title xml:lang="en">Profile</title>
<description lang="ko">간단한 프로필을 입력해주세요</description>
<description lang="jp">簡単なプロフィールを入力してください。</description>
<description lang="zh-CN">请输入简单介绍。</description>
<description lang="en">Please input your simple profile</description>
</var>
<var name="category_name" type="text">
<title xml:lang="ko">카테고리명</title>
<title xml:lang="jp">カテゴリ名</title>
<title xml:lang="zh-CN">分类名</title>
<title xml:lang="en">Category</title>
<description lang="ko">카테고리의 이름을 입력해주세요.</description>
<description lang="jp">カテゴリ名を入力してください。</description>
<description lang="zh-CN">请输入分类名。</description>
<description lang="en">Please input the name of category.</description>
</var>
<var name="display_writer" type="select">
<title xml:lang="ko">글쓴이 표시</title>
<title xml:lang="jp">投稿者表示</title>
<title xml:lang="zh-CN">显示作者姓名</title>
<title xml:lang="en">Show Writer</title>
<description lang="ko">다수가 블로그를 함께 운영시에 글쓴이의 이름을 표시할 수 있습니다.</description>
<description lang="jp">多数の人が一緒に運営している場合、投稿者の名前を表示させることができます。</description>
<description lang="zh-CN">多数人一起管理博客时可以显示发表文章的作者。</description>
<description lang="en">It can display authors' name when the blog is being administrated by many administrators.</description>
<default>off</default>
<default>on</default>
</var>
</extra_vars>
<menus>
<menu name="top_menu" default="true">
<title xml:lang="ko">상단 메뉴</title>
<title xml:lang="jp">上段メニュー</title>
<title xml:lang="zh-CN">主菜单</title>
<title xml:lang="en">Top Menu</title>
<maxdepth>1</maxdepth>
</menu>
</menus>
</skin>