diff --git a/common/lang/en.php b/common/lang/en.php
index 573202aab..2a977c967 100644
--- a/common/lang/en.php
+++ b/common/lang/en.php
@@ -134,9 +134,10 @@ $lang->layout = 'Layout';
$lang->mobile_layout = 'Mobile Layout';
$lang->widget = 'Widget';
$lang->module = 'Module';
-$lang->skin = 'Theme';
-$lang->mobile_skin = 'Mobile Theme';
+$lang->skin = 'Skin';
+$lang->mobile_skin = 'Mobile Skin';
$lang->colorset = 'Colorset';
+$lang->mobile_colorset = 'Mobile Colorset';
$lang->extra_vars = 'User Defined';
$lang->domain = 'Domain Name';
$lang->url = 'URL';
diff --git a/common/lang/ko.php b/common/lang/ko.php
index 0e6e43253..454888c7b 100644
--- a/common/lang/ko.php
+++ b/common/lang/ko.php
@@ -137,6 +137,7 @@ $lang->module = '모듈';
$lang->skin = '스킨';
$lang->mobile_skin = '모바일 스킨';
$lang->colorset = '컬러셋';
+$lang->mobile_colorset = '모바일 컬러셋';
$lang->extra_vars = '사용자 정의';
$lang->domain = '도메인';
$lang->url = 'URL';
diff --git a/modules/ncenterlite/conf/info.xml b/modules/ncenterlite/conf/info.xml
index 5aab600eb..fd5bf8f8a 100644
--- a/modules/ncenterlite/conf/info.xml
+++ b/modules/ncenterlite/conf/info.xml
@@ -1,11 +1,11 @@
- Rhymix 알림센터 Lite
- Rhymix Notification Center Lite
+ 알림센터 Lite
+ Notification Center Lite사이트 사용자간의 커뮤니케이션에 대한 정보를 알려주는 모듈입니다.This module notify users of information about new documents, comments and/or messages that call them. This module will enhance communication beween site users.
- 2.1.5
- 2014-12-09
+ 3.0.0
+ 2016-04-17contentXE Public
diff --git a/modules/ncenterlite/conf/module.xml b/modules/ncenterlite/conf/module.xml
index db2506517..8df48061e 100644
--- a/modules/ncenterlite/conf/module.xml
+++ b/modules/ncenterlite/conf/module.xml
@@ -24,9 +24,9 @@
diff --git a/modules/ncenterlite/lang/en.php b/modules/ncenterlite/lang/en.php
index 2d31efb14..a05dba585 100644
--- a/modules/ncenterlite/lang/en.php
+++ b/modules/ncenterlite/lang/en.php
@@ -1,6 +1,6 @@
ncenterlite = 'Rhymix Notification Center Lite';
-$lang->ncenterlite_install_version = 'Installed Notification Center Lite version';
+$lang->ncenterlite = 'Notification Center Lite';
+$lang->ncenterlite_install_version = 'Installed version';
$lang->ncenterlite_document = 'document';
$lang->ncenterlite_comment = 'comment';
$lang->ncenterlite_type_message = 'message';
@@ -52,37 +52,24 @@ $lang->ncenterlite_stop_no_permission_other_user = 'You don\'t have the authorit
$lang->ncenterlite_stop_no_permission_other_user_settings = 'You don\'t have the authority to control settings of other members.';
$lang->ncenterlite_message_delete_notification_before = 'Notifications before %s are deleted.';
$lang->ncenterlite_message_delete_notification_all = 'Every notification is deleted.';
-$lang->ncenterlite_config_environment = 'HELP! Agreement on gathering server environment information';
-$lang->ncenterlite_config_environment_about = '
-
\'Notification Center Lite\' is distributed as an free software.
-
\'Notification Center Lite\' is developing with collective intelligence, such as users\' bug reports, suggestions and/or contributions. If you select to \'Agree on gathering\', the items below will be gathered by developers of this program, and the information will be referenced to enhance functions of this program. Thank you.
-
-
Domain name of this website
-
Version value of Notification Center Lite
-
XE Core version value
-
PHP version value
-
- ';
-$lang->ncenterlite_config_environment_agree = 'Agree on gathering';
-$lang->ncenterlite_config_environment_disagree = 'Disagree on gathering';
$lang->ncenterlite_click_to_open = 'Click here to open';
$lang->ncenterlite_notice_list = 'Notification list';
$lang->ncenterlite_basic_settings = 'Basic function settings';
$lang->ncenterlite_warning = 'Watch out!';
-$lang->ncenterlite_io = 'Activate Notification Center';
+$lang->ncenterlite_io = 'Activate Notifications';
$lang->ncenterlite_io_about = 'You can activate or inactivate every function of Notification Center Lite module.';
$lang->ncenterlite_on = 'Active';
$lang->ncenterlite_off = 'Inactive';
-$lang->ncenterlite_display = 'Display Notification Center';
-$lang->ncenterlite_display_y = 'Display';
-$lang->ncenterlite_display_n = 'Hide';
-$lang->ncenterlite_display_about = 'Whether to use the skins of the module is the option to choose whether to use the skin of the widget or layout. The default setting uses the skins of the module.
- Watch out! Choose only if you use a layout or widget in Notification Center!';
+$lang->ncenterlite_display = 'Display Notifications';
+$lang->ncenterlite_display_y = 'Yes';
+$lang->ncenterlite_display_n = 'No';
+$lang->ncenterlite_display_about = 'You can hide notifications from Notification Center Lite if you are using a layout or widget that handles notifications for you.';
$lang->ncenterlite_mention_target = 'Mention target';
$lang->ncenterlite_mention_target_about = 'Mention target can be nicknames or IDs (@Nickname or @ID).';
$lang->ncenterlite_skin_settings = 'Skin settings';
$lang->ncenterlite_zindex = 'Z-index of notification';
$lang->ncenterlite_zindex_about = 'Some elements that have high z-index can hide notification layer. If so, set z-index of notification layer as 100, 200, and so on to show it.';
+$lang->ncenterlite_test = 'Tests';
$lang->ncenterlite_test_make_dummy = 'Make dummy data';
$lang->ncenterlite_test_mention = 'Web page notification test';
$lang->ncenterlite_test_mention_about = 'Create dummy data for module and/or skin test.';
diff --git a/modules/ncenterlite/lang/ko.php b/modules/ncenterlite/lang/ko.php
index 989d36403..517776007 100644
--- a/modules/ncenterlite/lang/ko.php
+++ b/modules/ncenterlite/lang/ko.php
@@ -1,21 +1,21 @@
ncenterlite = 'Rhymix 알림센터 Lite';
-$lang->ncenterlite_install_version = '설치된 알림센터 Lite 버전';
+$lang->ncenterlite = '알림센터 Lite';
+$lang->ncenterlite_install_version = '설치된 버전';
$lang->ncenterlite_document = '글';
$lang->ncenterlite_comment = '댓글';
-$lang->ncenterlite_mention = '맨션';
+$lang->ncenterlite_mention = '멘션';
$lang->ncenterlite_cmd_vote = '추천';
$lang->ncenterlite_comment_comment = '대댓글';
$lang->ncenterlite_type_message = '쪽지';
$lang->ncenterlite_sender = '보낸 사람';
$lang->ncenterlite_addressee = '받는 사람';
$lang->ncenterlite_noti_contents = '내용';
-$lang->ncenterlite_notify_setting = '알림센터 사용할 페이지';
-$lang->ncenterlite_about_notify_setting = '선택한 페이지에서 알림센터를 표시하지 않습니다.';
-$lang->ncenterlite_notify_mid_all = '전체 알림 사용할 페이지';
-$lang->ncenterlite_about_mid_all = '선택한 게시판에서는 모든 알림을 관리자가 받을 수 있습니다.';
+$lang->ncenterlite_notify_setting = '알림 미표시 페이지';
+$lang->ncenterlite_about_notify_setting = '선택한 모듈에서는 알림을 표시하지 않습니다.';
+$lang->ncenterlite_notify_mid_all = '관리자 알림 페이지';
+$lang->ncenterlite_about_mid_all = '선택한 모듈에서는 모든 알림이 관리자에게도 전달됩니다.';
$lang->ncenterlite_admin_content = '관리자 알림';
-$lang->about_admin_content = '\'관리자 알림\'은 선택한 페이지에 대해서 관리자에게 새글과 댓글을 알려줍니다. 이 설정은 알림센터 사용설정에서 사용할 페이지를 선택해야합니다.';
+$lang->about_admin_content = '관리자 알림을 받을 모듈은 "모듈별 사용 설정" 페이지에서 선택할 수 있습니다.';
$lang->ncenterlite_read = '읽음 확인';
$lang->ncenterlite_read_y = '읽음';
$lang->ncenterlite_read_n = '읽지 않음';
@@ -28,19 +28,19 @@ $lang->ncenterlite_userconfig_about = '알림센터의 개인의 설정을 저
$lang->ncenterlite_comment_noti = '댓글 알림';
$lang->ncenterlite_comment_noti_about = '내 게시물의 혹은 내 댓글에 댓글이 달릴경우 알림을 받습니다.';
$lang->ncenterlite_mention_noti = '멘션 알림';
-$lang->ncenterlite_mention_noti_about = '누군가 글, 혹은 댓글을 통해서 나를 맨션 했을 경우 알려줍니다. (맨션 방법 @닉네임 )';
+$lang->ncenterlite_mention_noti_about = '누군가 글, 혹은 댓글을 통해서 나를 멘션 했을 경우 알려줍니다. (멘션 방법 @닉네임 )';
$lang->ncenterlite_message_noti = '쪽지 알림';
$lang->ncenterlite_message_noti_about = '누군가에게 받은 쪽지를 알림을 받습니다.';
$lang->ncenterlite_activate = '사용';
$lang->ncenterlite_inactivate = '사용 안함';
-$lang->ncenterlite_userconfig_about_warning = '주의! 당신은 관리자 권한으로 다른 사용자의 설정창을 접속하였습니다.';
+$lang->ncenterlite_userconfig_about_warning = '주의! 당신은 관리자 권한으로 다른 사용자의 설정창에 접속하였습니다.';
$lang->ncenterlite_article = '%1$s님이 "%2$s"라고 글을 남겼습니다.';
$lang->ncenterlite_board = '%1$s님이 게시판 "%2$s"에 "%3$s"라고 글을 남겼습니다.';
$lang->ncenterlite_commented = '%1$s님이 회원님의 %2$s에 "%3$s"라고 댓글을 남겼습니다.';
$lang->ncenterlite_commented_board = '%1$s님이 "%2$s"게시판에 "%3$s"라고 댓글을 남겼습니다.';
$lang->ncenterlite_mentioned = '%s님이 "%s" %s에서 회원님을 언급하였습니다.';
$lang->ncenterlite_message_string = '%d개의 읽지 않은 메시지가 있습니다.';
-$lang->ncenterlite_message_mention = '%s님께서 "%s"라고 메세지를 보내셨습니다.';
+$lang->ncenterlite_message_mention = '%s님께서 "%s"라고 메시지를 보내셨습니다.';
$lang->ncenterlite_test_noti = '%s님! 스킨 테스트 알림을 완료했습니다.';
$lang->ncenterlite_vote = '%s님이 "%s" 글을 추천하였습니다.';
$lang->ncenterlite_admin_content_message = '%1$s님이 "%2$s"게시판에 "%3$s"라고 글을 남겼습니다.';
@@ -62,49 +62,24 @@ $lang->ncenterlite_stop_no_permission_other_user = '다른 회원의 설정을
$lang->ncenterlite_stop_no_permission_other_user_settings = '다른 회원의 설정을 변경할 권한이 없습니다.';
$lang->ncenterlite_message_delete_notification_before = '%s까지 알림 정보를 삭제했습니다.';
$lang->ncenterlite_message_delete_notification_all = '모든 알림을 삭제했습니다.';
-$lang->ncenterlite_config_environment = '도와주세요! 사용 환경 정보 제공 동의';
-$lang->ncenterlite_config_environment_about = '
-