diff --git a/modules/addon/tpl/setup_addon.html b/modules/addon/tpl/setup_addon.html index 629f237a6..8f0575416 100644 --- a/modules/addon/tpl/setup_addon.html +++ b/modules/addon/tpl/setup_addon.html @@ -35,7 +35,7 @@
-

{$lang->msg_warning} {$lang->msg_blacklisted_module}
{$lang->get('admin.msg_blacklisted_reason.'.$addon_info->addon_name)}

+

{$lang->msg_warning} {$lang->msg_blacklisted_addon}

{$XE_VALIDATOR_MESSAGE}

diff --git a/modules/admin/lang/en.php b/modules/admin/lang/en.php index 8f2d55521..27a2715de 100644 --- a/modules/admin/lang/en.php +++ b/modules/admin/lang/en.php @@ -68,18 +68,6 @@ $lang->msg_blacklisted_module = 'This module has been disabled because it confli $lang->msg_blacklisted_addon = 'This addon has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.'; $lang->msg_blacklisted_widget = 'This widget has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.'; $lang->msg_blacklisted_layout = 'This layout has been disabled because it conflicts with a feature that Rhymix supports by default, or is known to have other compatibility problems.'; -$lang->msg_blacklisted_reason['autolang'] = 'Similar functionality can be configured in the System Settings page.'; -$lang->msg_blacklisted_reason['auto_login'] = 'The functionality that this module used to provide is included by default in Rhymix.'; -$lang->msg_blacklisted_reason['errorlogger'] = 'Similar functionality can be configured in the Debug Settings page.'; -$lang->msg_blacklisted_reason['fix_mysql_utf8'] = 'The functionality that this addon used to provide is included by default in Rhymix.'; -$lang->msg_blacklisted_reason['homepage'] = 'The functionality that this module used to provide must be reimplemented using the multidomain feature of Rhymix.'; -$lang->msg_blacklisted_reason['jquerycdn'] = 'This addon is known to cause errors in Rhymix.'; -$lang->msg_blacklisted_reason['member_communication'] = 'The functionality that this addon used to provide has been moved to the member and ncenterlite modules.'; -$lang->msg_blacklisted_reason['multidomain'] = 'The functionality that this module used to provide is included by default in Rhymix.'; -$lang->msg_blacklisted_reason['seo'] = 'Similar functionality can be configured in the SEO Settings page.'; -$lang->msg_blacklisted_reason['session_shield'] = 'The functionality that this addon used to provide is included by default in Rhymix.'; -$lang->msg_blacklisted_reason['smartphone'] = 'This module was disabled in XE long before Rhymix even existed.'; -$lang->msg_blacklisted_reason['zipperupper'] = 'Similar functionality can be configured in the Advanced Settings page.'; $lang->msg_warning = 'Warning'; $lang->msg_failed_to_save_config = 'Failed to save configuration. Please check permissions on files/config.'; $lang->welcome_to_xe = 'Welcome to the Rhymix admin page.'; diff --git a/modules/admin/lang/ko.php b/modules/admin/lang/ko.php index bc68870b9..375460897 100644 --- a/modules/admin/lang/ko.php +++ b/modules/admin/lang/ko.php @@ -67,18 +67,6 @@ $lang->msg_blacklisted_module = '이 모듈은 Rhymix에서 기본 제공하는 $lang->msg_blacklisted_addon = '이 애드온은 Rhymix에서 기본 제공하는 기능과 충돌하거나 그 밖의 호환성 문제가 있으므로 사용이 중단되었습니다.'; $lang->msg_blacklisted_widget = '이 위젯은 Rhymix에서 기본 제공하는 기능과 충돌하거나 그 밖의 호환성 문제가 있으므로 사용이 중단되었습니다.'; $lang->msg_blacklisted_layout = '이 레이아웃은 Rhymix에서 기본 제공하는 기능과 충돌하거나 그 밖의 호환성 문제가 있으므로 사용이 중단되었습니다.'; -$lang->msg_blacklisted_reason['autolang'] = '이 애드온에서 제공하던 기능은 시스템 설정 페이지에서 관리할 수 있습니다.'; -$lang->msg_blacklisted_reason['auto_login'] = '이 모듈에서 제공하던 기능은 Rhymix에 포함되어 있습니다.'; -$lang->msg_blacklisted_reason['errorlogger'] = '이 모듈에서 제공하던 기능은 디버그 설정 페이지에서 관리할 수 있습니다.'; -$lang->msg_blacklisted_reason['fix_mysql_utf8'] = '이 애드온에서 제공하던 기능은 Rhymix에 포함되어 있습니다.'; -$lang->msg_blacklisted_reason['homepage'] = '이 모듈에서 제공하던 기능은 Rhymix에 포함된 멀티도메인 기능으로 대체하여야 합니다.'; -$lang->msg_blacklisted_reason['jquerycdn'] = '이 애드온은 Rhymix에서 오류를 일으키는 것으로 확인되었습니다.'; -$lang->msg_blacklisted_reason['member_communication'] = '이 애드온에서 제공하던 기능은 알림센터 모듈에서 관리할 수 있습니다.'; -$lang->msg_blacklisted_reason['multidomain'] = '이 모듈에서 제공하던 기능은 Rhymix에 포함되어 있습니다.'; -$lang->msg_blacklisted_reason['seo'] = '이 모듈에서 제공하던 기능은 SEO 설정 페이지에서 관리할 수 있습니다.'; -$lang->msg_blacklisted_reason['session_shield'] = '이 애드온에서 제공하던 기능은 Rhymix에 포함되어 있습니다.'; -$lang->msg_blacklisted_reason['smartphone'] = '이 모듈은 XE에서도 사용되지 않고 있었습니다.'; -$lang->msg_blacklisted_reason['zipperupper'] = '이 애드온에서 제공하던 기능은 고급 설정 페이지에서 관리할 수 있습니다.'; $lang->msg_warning = '경고'; $lang->msg_failed_to_save_config = '설정을 저장할 수 없습니다. files/config 폴더 및 설정파일들의 퍼미션을 확인해 주시기 바랍니다.'; $lang->welcome_to_xe = 'Rhymix 관리자'; diff --git a/modules/module/tpl/module_list.html b/modules/module/tpl/module_list.html index 08a8270d6..dc20880ba 100644 --- a/modules/module/tpl/module_list.html +++ b/modules/module/tpl/module_list.html @@ -33,8 +33,7 @@

{$val->description}

- {$lang->msg_blacklisted_module}
- {$lang->get('admin.msg_blacklisted_reason.'.$val->module)} + {$lang->msg_blacklisted_module}

{$lang->msg_avail_install}

{$lang->msg_avail_update}