MDL-48269 language: Deprecating 'hidepicture' string
This commit is contained in:
committed by
Jun Pataleta
parent
3aed37ee4d
commit
19c8985c7e
@@ -125,3 +125,5 @@ sitebackpackverify,core_badges
|
||||
filetypesnotwhitelisted,core_form
|
||||
modeloutputdirinfo,core_analytics
|
||||
backpackneedsupdate,core_badges
|
||||
hidepicture,core_group
|
||||
hidepicture,core_moodle
|
||||
|
||||
+3
-1
@@ -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
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user