From db8f6b2d59a52202560e1215a63c77c8eb3b5390 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 7 May 2024 22:29:48 +0900 Subject: [PATCH] Fix inconsistent naming of editor and ncenterlite modules --- modules/editor/conf/info.xml | 14 +++++++------- modules/editor/conf/module.xml | 20 +++++++++----------- modules/ncenterlite/conf/module.xml | 6 +++--- modules/ncenterlite/lang/en.php | 2 +- modules/ncenterlite/lang/ko.php | 2 +- 5 files changed, 21 insertions(+), 23 deletions(-) diff --git a/modules/editor/conf/info.xml b/modules/editor/conf/info.xml index 23583fae4..e4465b747 100644 --- a/modules/editor/conf/info.xml +++ b/modules/editor/conf/info.xml @@ -1,14 +1,14 @@ - WYSIWYG Editor - 위지윅 에디터 - WYSIWYG Editor - Editor WYSIWYG + Editor + 에디터 + Editor + Editor 网页编辑器 - ウィジウィグエディター - WYSIWYG-редактор + エディター + редактор 網頁編輯器 - Editor WYSIWYG + Editor Module hiển thị WYSIWYG Editor để quản lý những kiểu viết bài. 위지윅 에디터를 출력하거나 에디터 컴포넌트들을 관리/중계하는 합니다. Module for displaying WYSIWYG editor and managing/relaying editor components. diff --git a/modules/editor/conf/module.xml b/modules/editor/conf/module.xml index 74045a633..61169cbf1 100644 --- a/modules/editor/conf/module.xml +++ b/modules/editor/conf/module.xml @@ -30,17 +30,15 @@ - WYSIWYG Editor - 에디터 - WYSIWYG Editor - ウィジウィグエディター - WYSIWYG Editor - WYSIWYG Editor - WYSIWYG Editor - WYSIWYG Editor - WYSIWYG Editor - WYSIWYG Editor - WYSIWYG Editor + Editor + 에디터 + Editor + Editor + 网页编辑器 + エディター + редактор + 網頁編輯器 + Editor diff --git a/modules/ncenterlite/conf/module.xml b/modules/ncenterlite/conf/module.xml index 6ba00e5fe..d2cb396f5 100644 --- a/modules/ncenterlite/conf/module.xml +++ b/modules/ncenterlite/conf/module.xml @@ -52,9 +52,9 @@ - 알림센터 Lite - Notification Center Lite - 通知センター Lite + 알림 센터 + Notification Center + 通知センター diff --git a/modules/ncenterlite/lang/en.php b/modules/ncenterlite/lang/en.php index 0bbb7c95d..3873d5b1b 100644 --- a/modules/ncenterlite/lang/en.php +++ b/modules/ncenterlite/lang/en.php @@ -1,5 +1,5 @@ ncenterlite = 'Notification Center Lite'; +$lang->ncenterlite = 'Notification Center'; $lang->ncenterlite_notify = 'notification'; $lang->ncenterlite_install_version = 'Installed version'; $lang->ncenterlite_advenced_config = 'Advenced Setting'; diff --git a/modules/ncenterlite/lang/ko.php b/modules/ncenterlite/lang/ko.php index 9522b2399..80b6a69b5 100644 --- a/modules/ncenterlite/lang/ko.php +++ b/modules/ncenterlite/lang/ko.php @@ -1,5 +1,5 @@ ncenterlite = '알림센터 Lite'; +$lang->ncenterlite = '알림 센터'; $lang->ncenterlite_notify = '알림'; $lang->ncenterlite_install_version = '설치된 버전'; $lang->ncenterlite_advenced_config = '고급 설정';