mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-74455' of https://github.com/paulholden/moodle
This commit is contained in:
commit
0e853ae535
@ -24,4 +24,6 @@
|
||||
*/
|
||||
|
||||
$string['filtername'] = 'Multi-Language Content';
|
||||
$string['forceoldsyntax'] = 'Force old syntax';
|
||||
$string['forceoldsyntax_desc'] = 'Force old multilang syntax: <span> without the class="multilang" and <lang>';
|
||||
$string['privacy:metadata'] = 'The Multi-Language Content plugin does not store any personal data.';
|
||||
|
@ -4,6 +4,10 @@ defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
if ($ADMIN->fulltree) {
|
||||
|
||||
$settings->add(new admin_setting_configcheckbox('filter_multilang_force_old', 'filter_multilang_force_old',
|
||||
get_string('multilangforceold', 'admin'), 0));
|
||||
$settings->add(new admin_setting_configcheckbox(
|
||||
'filter_multilang_force_old',
|
||||
get_string('forceoldsyntax', 'filter_multilang'),
|
||||
get_string('forceoldsyntax_desc', 'filter_multilang'),
|
||||
0
|
||||
));
|
||||
}
|
||||
|
@ -861,7 +861,6 @@ $string['mobilenotconfiguredwarning'] = 'The Moodle app is not enabled.';
|
||||
$string['modeditdefaults'] = 'Default values for activity settings';
|
||||
$string['modsettings'] = 'Manage activities';
|
||||
$string['modulesecurity'] = 'Module security';
|
||||
$string['multilangforceold'] = 'Force old multilang syntax: <span> without the class="multilang" and <lang>';
|
||||
$string['mustenablestats'] = 'Statistics have not yet been enabled on this site.';
|
||||
$string['mycourses'] = 'My courses';
|
||||
$string['mycoursesperpage'] = 'Number of courses';
|
||||
@ -1563,3 +1562,6 @@ $string['modchooserdefault'] = 'Activity chooser default';
|
||||
$string['coursepage'] = 'Course page';
|
||||
$string['mediapluginswf'] = 'Enable .swf filter';
|
||||
$string['mediapluginswfnote'] = 'As a default security measure, normal users should not be allowed to embed swf flash files.';
|
||||
|
||||
// Deprecated since Moodle 4.1.
|
||||
$string['multilangforceold'] = 'Force old multilang syntax: <span> without the class="multilang" and <lang>';
|
||||
|
@ -81,3 +81,4 @@ sendingviawhen,core_message
|
||||
close,core_contentbank
|
||||
notflagged,core_question
|
||||
cannotswitcheditmodeon,core_error
|
||||
multilangforceold,core_admin
|
||||
|
Loading…
x
Reference in New Issue
Block a user