From 33716d7083ee53fbe4291a85968cef2291d8032b Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 16 May 2008 03:34:35 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20UI=20=EC=9D=B4?= =?UTF-8?q?=EC=83=81=ED=95=9C=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4206 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/lang/en.lang.php | 1 + common/lang/es.lang.php | 1 + common/lang/fr.lang.php | 1 + common/lang/ge.lang.php | 1 + common/lang/jp.lang.php | 1 + common/lang/ko.lang.php | 1 + common/lang/ru.lang.php | 1 + common/lang/zh-CN.lang.php | 1 + modules/addon/tpl/setup_addon.html | 2 +- modules/editor/tpl/setup_component.html | 2 +- modules/member/tpl/header.html | 4 ++-- modules/opage/tpl/index.html | 2 +- modules/widget/tpl/widget_generate_code.html | 2 +- modules/widget/tpl/widget_generate_code_in_page.html | 2 ++ 14 files changed, 16 insertions(+), 6 deletions(-) diff --git a/common/lang/en.lang.php b/common/lang/en.lang.php index 45a8334aa..8a5934b90 100644 --- a/common/lang/en.lang.php +++ b/common/lang/en.lang.php @@ -71,6 +71,7 @@ $lang->notice = 'Notice'; $lang->secret = 'Secret'; $lang->category = $lang->category_srl = 'Category'; + $lang->none_category = 'None category'; $lang->document_srl = 'Doc. No.'; $lang->user_id = 'User ID'; $lang->author = 'Developer'; diff --git a/common/lang/es.lang.php b/common/lang/es.lang.php index 406d8733a..11864cf1c 100644 --- a/common/lang/es.lang.php +++ b/common/lang/es.lang.php @@ -70,6 +70,7 @@ $lang->notice = 'Aviso'; $lang->secret = 'Secreto'; $lang->category = $lang->category_srl = 'Categoría'; + $lang->none_category = '분류없음'; $lang->document_srl = 'Número del documento'; $lang->user_id = 'Usuario'; $lang->author = 'Autor'; diff --git a/common/lang/fr.lang.php b/common/lang/fr.lang.php index 32012011b..1cae84b4e 100644 --- a/common/lang/fr.lang.php +++ b/common/lang/fr.lang.php @@ -71,6 +71,7 @@ $lang->notice = 'Notice'; $lang->secret = 'Secret'; $lang->category = $lang->category_srl = 'Catégorie'; + $lang->none_category = 'None category'; $lang->document_srl = 'Numéro de série du Document'; $lang->user_id = 'Compte'; $lang->author = 'Auteur'; diff --git a/common/lang/ge.lang.php b/common/lang/ge.lang.php index 2d6029039..baa9790ca 100644 --- a/common/lang/ge.lang.php +++ b/common/lang/ge.lang.php @@ -71,6 +71,7 @@ $lang->notice = 'Hinweis'; $lang->secret = "Geheim"; $lang->category = $lang->category_srl = 'Kategorie'; + $lang->none_category = '분류없음'; $lang->document_srl = 'Doc. No '; $lang->user_id = 'User-ID'; $lang->author = 'Entwickler'; diff --git a/common/lang/jp.lang.php b/common/lang/jp.lang.php index 66312fbd8..1d320aa23 100644 --- a/common/lang/jp.lang.php +++ b/common/lang/jp.lang.php @@ -71,6 +71,7 @@ $lang->notice = 'お知らせ'; $lang->secret = '非公開'; $lang->category = $lang->category_srl = 'カテゴリ'; + $lang->none_category = 'None category'; $lang->document_srl = '書き込み番号'; $lang->user_id = 'ユーザID'; $lang->author = '作者'; diff --git a/common/lang/ko.lang.php b/common/lang/ko.lang.php index bdc77a95e..e6e289b5c 100644 --- a/common/lang/ko.lang.php +++ b/common/lang/ko.lang.php @@ -71,6 +71,7 @@ $lang->notice = '공지'; $lang->secret = '비밀'; $lang->category = $lang->category_srl = '분류'; + $lang->none_category = '분류 없음'; $lang->document_srl = '문서번호'; $lang->user_id = '아이디'; $lang->author = '작성자'; diff --git a/common/lang/ru.lang.php b/common/lang/ru.lang.php index ad5692f56..83e0b4c25 100644 --- a/common/lang/ru.lang.php +++ b/common/lang/ru.lang.php @@ -71,6 +71,7 @@ $lang->notice = 'Уведомление'; $lang->secret = 'Секрет'; $lang->category = $lang->category_srl = 'Категория'; + $lang->none_category = 'None category'; $lang->document_srl = 'Док. No.'; $lang->user_id = 'Юзер ID'; $lang->author = 'Разработчик'; diff --git a/common/lang/zh-CN.lang.php b/common/lang/zh-CN.lang.php index a5ab90742..e21f0a053 100644 --- a/common/lang/zh-CN.lang.php +++ b/common/lang/zh-CN.lang.php @@ -71,6 +71,7 @@ $lang->notice = '公告'; $lang->secret = '密帖'; $lang->category = $lang->category_srl = '分类'; + $lang->none_category = 'None category'; $lang->document_srl = '文章编号'; $lang->user_id = '用户名'; $lang->author = '制作'; diff --git a/modules/addon/tpl/setup_addon.html b/modules/addon/tpl/setup_addon.html index bffbb436f..af0c7f410 100644 --- a/modules/addon/tpl/setup_addon.html +++ b/modules/addon/tpl/setup_addon.html @@ -78,7 +78,7 @@ {$modules->title} -   + {$lang->none_category} diff --git a/modules/editor/tpl/setup_component.html b/modules/editor/tpl/setup_component.html index be77be537..a10773e30 100644 --- a/modules/editor/tpl/setup_component.html +++ b/modules/editor/tpl/setup_component.html @@ -60,7 +60,7 @@ {$modules->title} -   + {$lang->none_category} diff --git a/modules/member/tpl/header.html b/modules/member/tpl/header.html index b41057f61..f3e6d6b3d 100644 --- a/modules/member/tpl/header.html +++ b/modules/member/tpl/header.html @@ -8,8 +8,8 @@
-
- Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)} +
+ Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
diff --git a/modules/opage/tpl/index.html b/modules/opage/tpl/index.html index ecca7eb10..4b233d268 100644 --- a/modules/opage/tpl/index.html +++ b/modules/opage/tpl/index.html @@ -3,7 +3,7 @@
- Total {number_format($total_count)}, Opage {number_format($opage)}/{number_format($total_opage)} + Total {number_format($total_count)}, page {number_format($opage)}/{number_format($total_opage)}
diff --git a/modules/widget/tpl/widget_generate_code.html b/modules/widget/tpl/widget_generate_code.html index 88d0d2cd4..1b0899769 100644 --- a/modules/widget/tpl/widget_generate_code.html +++ b/modules/widget/tpl/widget_generate_code.html @@ -85,7 +85,7 @@
{$modules->title}
-
 
+
{$lang->none_category}
diff --git a/modules/widget/tpl/widget_generate_code_in_page.html b/modules/widget/tpl/widget_generate_code_in_page.html index 9fe406b9b..c105d5bc4 100644 --- a/modules/widget/tpl/widget_generate_code_in_page.html +++ b/modules/widget/tpl/widget_generate_code_in_page.html @@ -96,6 +96,8 @@
{$modules->title}
+ +
{$lang->none_category}