mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
추천 알림시 추천인 익명 처리를 할 수 있도록 옵션 추가
This commit is contained in:
parent
d0ec85db3b
commit
afd69cab25
5 changed files with 34 additions and 2 deletions
|
|
@ -38,6 +38,7 @@ $lang->ncenterlite_message_string_plural = 'You have <strong>%d</strong> unread
|
|||
$lang->ncenterlite_message_mention = '<strong>%1$s</strong> sent you a message, "%2$s".';
|
||||
$lang->ncenterlite_test_noti = 'Hello, <strong>%s</strong>! This is a test notification.';
|
||||
$lang->ncenterlite_vote = '<strong>%1$s</strong> upvoted your %3$s, "%2$s".';
|
||||
$lang->ncenterlite_vote_anonymous = 'upvoted your %2$s, "%1$s".';
|
||||
$lang->ncenterlite_admin_content_message = '<strong>%1$s</strong> wrote "%3$s" on <strong>%2$s</strong>.';
|
||||
$lang->ncenterlite_insert_member_message = '<strong>%s!</strong> Welcome to the <strong>membership!!</strong>';
|
||||
$lang->ncenterlite_content_image = '(Image)';
|
||||
|
|
@ -106,3 +107,5 @@ $lang->dont_check_notify_delete = 'Unread notifications will be deleted, too.';
|
|||
$lang->user_notify_setting = 'User notify setting.';
|
||||
$lang->about_user_notify_setting = 'Each member can set a notify settings. Warning! If a member setting not use notifications, they will not be notified regardless of their default settings.';
|
||||
$lang->msg_not_use_user_setting = 'user setting\'s not use. Please contact your administrator.';
|
||||
$lang->anonymous_voter = 'anonymous voter';
|
||||
$lang->about_anonymous_voter = 'anonymize voter in vote notification';
|
||||
Loading…
Add table
Add a link
Reference in a new issue