MDL-48269 language: Deprecating 'hidepicture' string

This commit is contained in:
Frederic Massart
2021-02-16 12:48:44 +08:00
committed by Jun Pataleta
parent 3aed37ee4d
commit 19c8985c7e
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -125,3 +125,5 @@ sitebackpackverify,core_badges
filetypesnotwhitelisted,core_form
modeloutputdirinfo,core_analytics
backpackneedsupdate,core_badges
hidepicture,core_group
hidepicture,core_moodle
+3 -1
View File
@@ -134,7 +134,6 @@ $string['groupspreview'] = 'Groups preview';
$string['groupsseparate'] = 'Separate groups';
$string['groupsvisible'] = 'Visible groups';
$string['grouptemplate'] = 'Group @';
$string['hidepicture'] = 'Hide picture';
$string['importgroups'] = 'Import groups';
$string['importgroups_help'] = 'Groups may be imported via text file. The format of the file should be as follows:
@@ -199,3 +198,6 @@ $string['usercount'] = 'User count';
$string['usercounttotal'] = 'User count ({$a})';
$string['usergroupmembership'] = 'Selected user\'s membership:';
$string['memberofgroup'] = 'Group member of: {$a}';
// Deprecated since Moodle 3.11.
$string['hidepicture'] = 'Hide picture';
+3 -1
View File
@@ -993,7 +993,6 @@ $string['hideadvancedsettings'] = 'Hide advanced settings';
$string['hidechartdata'] = 'Hide chart data';
$string['hidefromstudents'] = 'Hide from students';
$string['hideoncoursepage'] = 'Make available but not shown on course page';
$string['hidepicture'] = 'Hide picture';
$string['hidesection'] = 'Hide section {$a}';
$string['hidesettings'] = 'Hide settings';
$string['hideshowblocks'] = 'Hide or show blocks';
@@ -2314,3 +2313,6 @@ $string['deprecatedeventname'] = '{$a} (no longer in use)';
// Deprecated since Moodle 3.9.
$string['participantscount'] = 'Number of participants: {$a}';
$string['userfilterplaceholder'] = 'Search keyword or select filter';
// Deprecated since Moodle 3.11.
$string['hidepicture'] = 'Hide picture';