mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
Display warning on configuration pages of blacklisted addons and modules
This commit is contained in:
parent
f151632242
commit
3cf0e6017d
4 changed files with 19 additions and 0 deletions
|
|
@ -60,6 +60,12 @@ $lang->cmd_shortcut_management = 'Edit Menu';
|
|||
$lang->msg_is_not_administrator = 'Only administrator can access this page.';
|
||||
$lang->msg_manage_module_cannot_delete = 'Shortcuts of module, addon, layout, widget cannot be removed.';
|
||||
$lang->msg_default_act_is_null = 'Shortcut cannot be registered because the default admin Action is not set.';
|
||||
$lang->msg_blacklisted_plugin = 'This plugin 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_module = 'This module 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_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_warning = 'Warning';
|
||||
$lang->welcome_to_xe = 'Welcome to the Rhymix admin page.';
|
||||
$lang->about_lang_env = 'If you want to make the language setting same for first-time visitors, change the language setting to what you want and click [Save] button below.';
|
||||
$lang->xe_license = 'Rhymix complies with the GPL.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue