mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
알림 수신 거부 기능을 드롭다운 메뉴에 추가 (#1301)
알림센터의 수신 거부 기능을 드롭다운 메뉴에 추가. * 알림 수신 설정 메뉴 트리거 코드 수정 * Unsubscribe_srl이 잘못된 값일 경우에 대한 오류 처리 추가 * Refining the unsubscribing methods * 사용하지 않는 변수 제거, 오류 문구 정리 * 사용할 필요가 없어진 $member_srl 변수 사용 안함. * 수신 거부 해제 대상이 아닌 컨텐츠를 수신 거부 해제 요청시 오류 문구 추가. * Support multi-lang for the unsubscribing page of default skin
This commit is contained in:
parent
81774f6e96
commit
43fe12af13
7 changed files with 144 additions and 32 deletions
|
|
@ -109,6 +109,10 @@ $lang->ncenterlite_commnet_event_noti_all = 'Notice every comments to the author
|
|||
$lang->ncenterlite_commnet_event_noti_some = 'Notice only direct replies to the author';
|
||||
$lang->ncenterlite_message_event = 'Notify message';
|
||||
$lang->ncenterlite_message_event_about = 'Do not notify message (Use XE Core message notification system).';
|
||||
$lang->ncenterlite_mid_use = 'Module specific settings';
|
||||
$lang->ncenterlite_to_unsubscribe = 'Disable notification';
|
||||
$lang->ncenterlite_subscribe = 'Activate notification';
|
||||
$lang->ncenterlite_cmd_unsubscribe_settings = 'Notification settings';
|
||||
$lang->ncenterlite_all_delete = 'Delete all';
|
||||
$lang->ncenterlite_month_before_delete = 'Delete older than 1 month';
|
||||
$lang->dont_check_notify_delete = 'Unread notifications will be deleted, too.';
|
||||
|
|
@ -122,3 +126,6 @@ $lang->about_anonymous_scrap = 'anonymize scrapper in scrap notification';
|
|||
$lang->highlight_effect = 'highlight effect';
|
||||
$lang->about_highlight_effect = 'it gives highlight effect to the comment when access the comment URL.';
|
||||
$lang->msg_denger_rhymix_user = '<strong>Warning!</strong> Rhymix includes notification center by default.<br />Please remove this XE-only module and reinstall the Rhymix native version.';
|
||||
|
||||
$lang->ncenterlite_content_type = 'Type of the contents';
|
||||
$lang->msg_unsubscribe_not_in_list = 'This contents is not in the unsubscribed list.';
|
||||
|
|
@ -129,6 +129,7 @@ $lang->ncenterlite_message_event_about = '쪽지 알림을 사용하지 않음(X
|
|||
$lang->ncenterlite_mid_use = '모듈별 사용 설정';
|
||||
$lang->ncenterlite_to_unsubscribe = '수신 거부';
|
||||
$lang->ncenterlite_subscribe = '수신 거부 안함';
|
||||
$lang->ncenterlite_cmd_unsubscribe_settings = '알림 수신 설정';
|
||||
$lang->this_message_unsubscribe = '이 게시글/댓글의 알림 수신 거부';
|
||||
$lang->about_this_message_unsubscribe = '이 게시글/댓글의 알림을 수신 거부합니다.';
|
||||
$lang->unsubscribe_list = '수신 거부 리스트';
|
||||
|
|
@ -171,6 +172,7 @@ $lang->cmd_web_notify = '웹 알림';
|
|||
$lang->cmd_mail_notify = '메일 알림';
|
||||
$lang->cmd_sms_notify = '문자 알림';
|
||||
$lang->cmd_push_notify = '푸시 알림';
|
||||
$lang->ncenterlite_content_type = '컨텐츠 종류';
|
||||
$lang->ncenterlite_type_id = '알림 타입 아이디';
|
||||
$lang->ncenterlite_type_objects = '알림 타입 변수값';
|
||||
$lang->ncenterlite_type_content = '알림 타입 내용';
|
||||
|
|
@ -182,3 +184,4 @@ $lang->msg_denger_rhymix_user = '<strong>경고!</strong> 라이믹스에서는
|
|||
$lang->msg_test_notifycation_success = '테스트알림더미를 정상적으로 생성하였습니다.';
|
||||
$lang->msg_unsubscribe_block_not_support = '개별 수신 거부 기능을 제공하지 않습니다. 관리자에게 문의하세요.';
|
||||
$lang->msg_unsubscribe_not_permission = '다른 회원의 구독리스트를 조회할 권한이 없습니다.';
|
||||
$lang->msg_unsubscribe_not_in_list = '수신 거부 목록에 없는 컨텐츠입니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue