mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
알림이 없을 경우 출력하는 기능 추가.
옵션 제공합니다. 기본값은 사용하지 않도록 되어있습니다.
This commit is contained in:
parent
011918066f
commit
2edb8fd2b5
8 changed files with 30 additions and 3 deletions
|
|
@ -50,6 +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_thisistest = '[*] This is a test notice.';
|
||||
$lang->ncenterlite_delete_all = 'delete all';
|
||||
$lang->ncenterlite_more = 'More';
|
||||
|
|
@ -72,6 +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_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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue