From 2f37d2cfd354ad7329e6d978237277704b3b984e Mon Sep 17 00:00:00 2001 From: supershop Date: Sat, 4 Aug 2007 13:45:41 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20-=20=EA=B8=B0=EC=A1=B4=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=EB=B3=B8=20=EC=88=98=EC=A0=95=20=EB=B0=8F=20?= =?UTF-8?q?=EC=83=88=EB=A1=9C=EC=9A=B4=20=EB=B3=80=EC=88=98=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2179 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/lang/en.lang.php | 1 + modules/blog/lang/en.lang.php | 2 +- modules/blog/skins/xe_blog/write_form.html | 2 +- modules/board/skins/default/skin.xml | 2 +- modules/board/skins/xe_gallery/skin.xml | 18 ++++++++--------- .../board/skins/xe_gallery/write_form.html | 2 +- modules/board/skins/xe_list/write_form.html | 2 +- modules/board/skins/xe_webzine/skin.xml | 20 +++++++++---------- .../board/skins/xe_webzine/write_form.html | 2 +- modules/member/tpl/member_list.html | 2 +- 10 files changed, 27 insertions(+), 26 deletions(-) diff --git a/common/lang/en.lang.php b/common/lang/en.lang.php index 4f82d94fd..9a3e3d689 100644 --- a/common/lang/en.lang.php +++ b/common/lang/en.lang.php @@ -42,6 +42,7 @@ $lang->cmd_close = 'Close'; $lang->cmd_open = 'Open'; $lang->cmd_setup = 'Configure'; + $lang->cmd_option = 'Option'; $lang->cmd_apply = 'Apply'; $lang->cmd_open_calendar = 'Select a Date'; $lang->cmd_send = 'Send'; diff --git a/modules/blog/lang/en.lang.php b/modules/blog/lang/en.lang.php index 576bedb55..bf23e2481 100644 --- a/modules/blog/lang/en.lang.php +++ b/modules/blog/lang/en.lang.php @@ -24,7 +24,7 @@ $lang->search_result = 'Search result'; // blah blah.. - $lang->about_category_name = 'Input category name'; + $lang->about_category_name = 'Please input category name'; $lang->about_expand = 'By selecting this option, it will be always expanded'; $lang->about_category_group_srls = 'Only the selected group will be able to see current categories. (Manually open xml file to expose)'; $lang->about_layout_setup = 'You can manually modify blog layout code. Insert or manage the widget code anywhere you want'; diff --git a/modules/blog/skins/xe_blog/write_form.html b/modules/blog/skins/xe_blog/write_form.html index b11bfacc1..1d4cdbdd5 100644 --- a/modules/blog/skins/xe_blog/write_form.html +++ b/modules/blog/skins/xe_blog/write_form.html @@ -38,7 +38,7 @@
-
{$lang->cmd_setup}
+
{$lang->cmd_option}
isNotice())-->checked="checked" id="is_notice" /> diff --git a/modules/board/skins/default/skin.xml b/modules/board/skins/default/skin.xml index 8172c0331..2c1e128c1 100644 --- a/modules/board/skins/default/skin.xml +++ b/modules/board/skins/default/skin.xml @@ -51,7 +51,7 @@ 제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다) タイトルの文字数が指定できます(「0」または空欄の場合は、文字数を制限しません)。 可以设置标题的字数。(0或留空为不限) - Length of Subject can be assigned. (0 or blank value will not restrict the length) + You may set length of title. (0 or blank value will not restrict the length) diff --git a/modules/board/skins/xe_gallery/skin.xml b/modules/board/skins/xe_gallery/skin.xml index cc81fb8aa..70a473bfa 100644 --- a/modules/board/skins/xe_gallery/skin.xml +++ b/modules/board/skins/xe_gallery/skin.xml @@ -35,31 +35,31 @@ 하얀색(기본) 白(デフォルト) 白色(基本) - White(default) + White (default) 청록색 cyan 青绿色 - cyan + Cyan 초록색 green 绿色 - green + Green 빨간색 red 红色 - red + Red 보라색 purple 紫色 - purple + Purple @@ -67,7 +67,7 @@ 정렬 대상 ソート対象 排序对象 - Align + Align Target select 등록된 순서 또는 변경된 순서로 정렬을 할 수 있습니다. 登録された順、変更された順でソートできます。 @@ -84,7 +84,7 @@ 게시판의 제목을 적어주세요. 掲示板タイトルを入力してください。 请输入版面标题。(留空为不显示) - Input the title of board. + Please input the title of board. 게시판 부제목 @@ -94,7 +94,7 @@ 게시판 제목 옆에 나타날 부제목을 적어주세요. 掲示板タイトルの横表示されるサブタイトルを入力してください。 请输入显示在版面标题旁的副标题。(留空为不显示) - Input the subtitle of board which will be displayed beside of board title. + Please input the subtitle of board which will be displayed beside of board title. 게시판 상세 설명 @@ -104,7 +104,7 @@ 게시판 제목 아래 표시될 설명을 입력하실 수 있습니다. 掲示板タイトルの下に表示される説明文入力してください。 请输入显示在版面标题下的说明。(留空为不显示) - Description of board can be input which will be displayed under the board title. + You may input description which will be displayed under the board title. diff --git a/modules/board/skins/xe_gallery/write_form.html b/modules/board/skins/xe_gallery/write_form.html index 7138f7727..1cf0ea8c5 100644 --- a/modules/board/skins/xe_gallery/write_form.html +++ b/modules/board/skins/xe_gallery/write_form.html @@ -40,7 +40,7 @@
-
{$lang->cmd_setup}
+
{$lang->cmd_option}
isNotice())-->checked="checked" id="is_notice" /> diff --git a/modules/board/skins/xe_list/write_form.html b/modules/board/skins/xe_list/write_form.html index 7138f7727..1cf0ea8c5 100644 --- a/modules/board/skins/xe_list/write_form.html +++ b/modules/board/skins/xe_list/write_form.html @@ -40,7 +40,7 @@
-
{$lang->cmd_setup}
+
{$lang->cmd_option}
isNotice())-->checked="checked" id="is_notice" /> diff --git a/modules/board/skins/xe_webzine/skin.xml b/modules/board/skins/xe_webzine/skin.xml index 36fdca104..174a62e33 100644 --- a/modules/board/skins/xe_webzine/skin.xml +++ b/modules/board/skins/xe_webzine/skin.xml @@ -35,31 +35,31 @@ 하얀색(기본) 白(デフォルト) 白色(基本) - White(default) + White (default) 청록색 cyan 青绿色 - cyan + Cyan 초록색 green 绿色 - green + Green 빨간색 red 红色 - red + Red 보라색 purple 紫色 - purple + Purple @@ -67,7 +67,7 @@ 정렬 대상 ソート対象 排序对象 - Align + Align Target select 등록된 순서 또는 변경된 순서로 정렬을 할 수 있습니다. 登録された順、変更された順でソートできます。 @@ -84,7 +84,7 @@ 게시판의 제목을 적어주세요. 掲示板タイトルを入力してください。 请输入版面标题。(留空为不显示) - Input the title of board. + Please input the title of board. 게시판 부제목 @@ -94,7 +94,7 @@ 게시판 제목 옆에 나타날 부제목을 적어주세요. 掲示板タイトルの横表示されるサブタイトルを入力してください。 请输入显示在版面标题旁的副标题。(留空为不显示) - Input the subtitle of board which will be displayed beside of board title. + Please input the subtitle of board which will be displayed beside of board title. 게시판 상세 설명 @@ -104,7 +104,7 @@ 게시판 제목 아래 표시될 설명을 입력하실 수 있습니다. 掲示板タイトルの下に表示される説明文入力してください。 请输入显示在版面标题下的说明。(留空为不显示) - Description of board can be input which will be displayed under the board title. + You may input description which will be displayed under the board title. 제목 글자수 @@ -114,7 +114,7 @@ 제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다) タイトルの文字数が指定できます(「0」または空欄の場合は、文字数を制限しません)。 可以指定标题字数。(0或留空为不限) - Length of Subject can be assigned. (0 or blank value will not restrict the length) + You may set length of title. (0 or blank value will not restrict the length) diff --git a/modules/board/skins/xe_webzine/write_form.html b/modules/board/skins/xe_webzine/write_form.html index 7138f7727..1cf0ea8c5 100644 --- a/modules/board/skins/xe_webzine/write_form.html +++ b/modules/board/skins/xe_webzine/write_form.html @@ -40,7 +40,7 @@
-
{$lang->cmd_setup}
+
{$lang->cmd_option}
isNotice())-->checked="checked" id="is_notice" /> diff --git a/modules/member/tpl/member_list.html b/modules/member/tpl/member_list.html index a9fbcdd73..91eea8141 100644 --- a/modules/member/tpl/member_list.html +++ b/modules/member/tpl/member_list.html @@ -11,7 +11,7 @@ {$lang->nick_name} {$lang->allow_mailing} {$lang->denied} - {$lang->regdate} + {$lang->signup_date} {$lang->last_login} {$lang->cmd_delete}