From 6d52a1fbf2413b2015b21fb973aefed184dbc8e7 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 2 Oct 2018 13:44:07 +0900 Subject: [PATCH] Clean up language in ncenterlite module --- modules/ncenterlite/lang/en.php | 6 +++--- modules/ncenterlite/lang/ko.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/ncenterlite/lang/en.php b/modules/ncenterlite/lang/en.php index 3c511549e..08fdbc7cf 100644 --- a/modules/ncenterlite/lang/en.php +++ b/modules/ncenterlite/lang/en.php @@ -50,7 +50,7 @@ $lang->ncenterlite_date['5'] = 'second'; $lang->ncenterlite_sir = ' '; $lang->ncenterlite_message = 'You have %s new notification.'; $lang->ncenterlite_messages = 'You have %s new notifications.'; -$lang->ncenterlite_not_have_message = 'You have read all the notifications.'; +$lang->ncenterlite_not_have_message = 'You have no new notifications.'; $lang->ncenterlite_thisistest = '[*] This is a test notice.'; $lang->ncenterlite_delete_all = 'delete all'; $lang->ncenterlite_more = 'More'; @@ -73,8 +73,8 @@ $lang->ncenterlite_display_pc = 'Only PC'; $lang->ncenterlite_display_mobile = 'Only Mobile'; $lang->ncenterlite_display_none = 'Not display.'; $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_always_display = 'Always ncenterlite display'; -$lang->ncenterlite_always_display_about = 'This feature allows there to display the Notification Center even if there is no notification of the user.'; +$lang->ncenterlite_always_display = 'Always display notification area'; +$lang->ncenterlite_always_display_about = 'Always display the notification area, even if there are no new notifications.'; $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'; diff --git a/modules/ncenterlite/lang/ko.php b/modules/ncenterlite/lang/ko.php index 5660a6116..4e6dfac1c 100644 --- a/modules/ncenterlite/lang/ko.php +++ b/modules/ncenterlite/lang/ko.php @@ -60,7 +60,7 @@ $lang->ncenterlite_date['5'] = '초'; $lang->ncenterlite_sir = '님'; $lang->ncenterlite_message = '%s개의 알림이 있습니다.'; $lang->ncenterlite_messages = '%s개의 알림이 있습니다.'; -$lang->ncenterlite_not_have_message = '알림을 모두 읽으셨습니다.'; +$lang->ncenterlite_not_have_message = '새 알림이 없습니다.'; $lang->ncenterlite_thisistest = '[*] 시험용 알림입니다'; $lang->ncenterlite_delete_all = '모두 삭제'; $lang->ncenterlite_more = '더보기'; @@ -83,8 +83,8 @@ $lang->ncenterlite_display_pc = 'PC만 표시'; $lang->ncenterlite_display_mobile = '모바일만 표시'; $lang->ncenterlite_display_none = '표시하지 않음'; $lang->ncenterlite_display_about = '사용하는 레이아웃이나 위젯에 알림을 표시하는 기능이 있는 경우 중복을 막기 위해 알림센터의 알림을 숨길 수 있습니다.'; -$lang->ncenterlite_always_display = '알림센터 항상 표기'; -$lang->ncenterlite_always_display_about = '이 기능을 사용할 경우 유저들의 알림이 없을 경우에도 알림센터를 출력합니다.'; +$lang->ncenterlite_always_display = '알림센터 항상 표시'; +$lang->ncenterlite_always_display_about = '새 알림이 없어도 항상 알림센터를 표시합니다.'; $lang->ncenterlite_mention_target = '멘션 타겟'; $lang->ncenterlite_mention_target_about = '멘션 알림을 @아이디 소유자에게 보낼지 @닉네임 소유자에게 보낼지 선택할 수 있습니다.'; $lang->ncenterlite_skin_settings = '스킨 설정';