mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Include warnings for XE version of advanced mailer and ncenterlite
XE용 고급 메일 발송 모듈이나 알림센터 사용시 표시되어야 하는 오류를 XE용 모듈의 lang.xml에 의존하지 않고 라이믹스에서 직접 제공 cf. https://xetown.com/questions/1179144
This commit is contained in:
parent
db14f7c8c9
commit
b72c5edcec
4 changed files with 7 additions and 3 deletions
|
|
@ -126,4 +126,5 @@ $lang->cmd_advanced_mailer_country_code_help = 'Please leave the country code em
|
|||
$lang->cmd_advanced_mailer_test_content = 'This is an SMS test from Rhymix.';
|
||||
$lang->msg_advanced_mailer_recipient_number_is_empty = 'Please enter a phone number for the recipient.';
|
||||
$lang->msg_advanced_mailer_content_is_empty = 'Please enter the content for your test SMS.';
|
||||
$lang->msg_advanced_mailer_test_success_sms = 'The test was successful. Please check your SMS.';
|
||||
$lang->msg_advanced_mailer_test_success_sms = 'The test was successful. Please check your SMS.';
|
||||
$lang->cmd_advanced_mailer_not_rhymix = 'This module is for XE. It is incompatible with Rhymix. Please use the version included with Rhymix.';
|
||||
|
|
|
|||
|
|
@ -126,4 +126,5 @@ $lang->cmd_advanced_mailer_country_code_help = '국내 번호로 발송하실
|
|||
$lang->cmd_advanced_mailer_test_content = '라이믹스 SMS 발송 테스트입니다.';
|
||||
$lang->msg_advanced_mailer_recipient_number_is_empty = '받는이 전화번호를 입력해 주십시오.';
|
||||
$lang->msg_advanced_mailer_content_is_empty = 'SMS 내용을 입력해 주십시오.';
|
||||
$lang->msg_advanced_mailer_test_success_sms = '테스트에 성공하였습니다. SMS를 확인해 보시기 바랍니다.';
|
||||
$lang->msg_advanced_mailer_test_success_sms = '테스트에 성공하였습니다. SMS를 확인해 보시기 바랍니다.';
|
||||
$lang->cmd_advanced_mailer_not_rhymix = '이 모듈은 XE용으로, 라이믹스와는 호환되지 않습니다. 라이믹스에 기본 포함된 버전을 사용하시기 바랍니다.';
|
||||
|
|
|
|||
|
|
@ -108,4 +108,5 @@ $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';
|
||||
$lang->about_anonymous_voter = 'anonymize voter in vote notification';
|
||||
$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.';
|
||||
|
|
@ -151,3 +151,4 @@ $lang->ncenterlite_notify_type = '알림 타입 리스트';
|
|||
$lang->msg_do_not_notify_type = '생성한 알림타입이 존재하지 않습니다.';
|
||||
$lang->ncenterlite_custom_list = '커스텀 리스트';
|
||||
$lang->msg_not_use_user_setting = '유저 세팅을 제공하지 않습니다. 관리자에게 문의하세요.';
|
||||
$lang->msg_denger_rhymix_user = '<strong>경고!</strong> 라이믹스에서는 코어에 포함된 순정 알림센터를 사용해야 합니다.<br />XE용 알림센터를 삭제하고, 라이믹스 알림센터를 다시 설치해 주시기 바랍니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue