Clean up language in ncenterlite module

This commit is contained in:
Kijin Sung 2018-10-02 13:44:07 +09:00
parent 30f224ece2
commit 6d52a1fbf2
2 changed files with 6 additions and 6 deletions

View file

@ -50,7 +50,7 @@ $lang->ncenterlite_date['5'] = 'second';
$lang->ncenterlite_sir = ' ';
$lang->ncenterlite_message = 'You have <strong class="num">%s</strong> new notification.';
$lang->ncenterlite_messages = 'You have <strong class="num">%s</strong> 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';

View file

@ -60,7 +60,7 @@ $lang->ncenterlite_date['5'] = '초';
$lang->ncenterlite_sir = '님';
$lang->ncenterlite_message = '<strong class="num">%s</strong>개의 알림이 있습니다.';
$lang->ncenterlite_messages = '<strong class="num">%s</strong>개의 알림이 있습니다.';
$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 = '스킨 설정';