diff --git a/grade/report/singleview/lang/en/deprecated.txt b/grade/report/singleview/lang/en/deprecated.txt index ec3b90cad95..dc6b70b0ba3 100644 --- a/grade/report/singleview/lang/en/deprecated.txt +++ b/grade/report/singleview/lang/en/deprecated.txt @@ -1,2 +1 @@ -filtergrades,gradereport_singleview viewsingleuserorgradeitem,gradereport_singleview diff --git a/grade/report/singleview/lang/en/gradereport_singleview.php b/grade/report/singleview/lang/en/gradereport_singleview.php index 62839740eaf..c289f3815c9 100644 --- a/grade/report/singleview/lang/en/gradereport_singleview.php +++ b/grade/report/singleview/lang/en/gradereport_singleview.php @@ -86,8 +86,5 @@ $string['selectgradeitemlink'] = 'Select a grade item'; $string['singleviewdescription'] = 'In single view you can override or exclude selected grades and bulk insert grades.'; $string['unsaveddatawarning'] = 'Unsaved data warning'; -// Deprecated since Moodle 4.1. -$string['filtergrades'] = 'Show grades for {$a}.'; - // Deprecated since Moodle 4.3. $string['viewsingleuserorgradeitem'] = 'View all the grades of a single user or grade item.'; diff --git a/lang/en/admin.php b/lang/en/admin.php index 7b500fb9159..598c7b97ac9 100644 --- a/lang/en/admin.php +++ b/lang/en/admin.php @@ -1615,9 +1615,6 @@ $string['cachesessionhelp'] = 'User specific cache that expires when the user\'s $string['cacheapplication'] = 'Application cache'; $string['cacheapplicationhelp'] = 'Cached items are shared among all users and expire by a determined time to live (ttl).'; -// Deprecated since Moodle 4.1. -$string['multilangforceold'] = 'Force old multilang syntax: <span> without the class="multilang" and <lang>'; - // Deprecated since Moodle 4.2. $string['blockunprotect'] = 'Unprotect'; diff --git a/lang/en/deprecated.txt b/lang/en/deprecated.txt index 6c5809b817e..b71466d58ef 100644 --- a/lang/en/deprecated.txt +++ b/lang/en/deprecated.txt @@ -7,24 +7,7 @@ myprofile,core viewallmyentries,core_blog searchallavailablecourses_desc,core_admin search:mycourse,core_search -cannotswitcheditmodeon,core_error -multilangforceold,core_admin -nopermissionmove,core_question -addcondition,core_user -adverbfor_and,core_user -adverbfor_andnot,core_user -adverbfor_or,core_user -applyfilters,core_user -clearfilterrow,core_user -clearfilters,core_user -filtersetmatchdescription,core_user -filterrowlegend,core_user -filtertype,core_user -match,core_user -matchofthefollowing,core_user -placeholdertypeorselect,core_user prefixtoolong,core_error -selectfiltertype,core_user confirmaddadmin,core_role confirmdeladmin,core_role showquickfeedback,core_grades diff --git a/lang/en/error.php b/lang/en/error.php index c7b1e12ed88..148c659ff78 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -648,9 +648,6 @@ $string['alreadyloggedin'] = 'You are already logged in as {$a}, you need to log $string['youcannotdeletecategory'] = 'You cannot delete category \'{$a}\' because you can neither delete the contents, nor move them elsewhere.'; $string['protected_cc_not_supported'] = 'Protected cartridges not supported.'; -// Deprecated since Moodle 4.1. -$string['cannotswitcheditmodeon'] = 'Could not switch edit mode on'; - // Deprecated since Moodle 4.3. $string['prefixtoolong'] = '

Error: database table prefix is too long ({$a->dbfamily})

The site administrator must fix this problem. Maximum length for table prefixes in {$a->dbfamily} is {$a->maxlength} characters.

'; diff --git a/lang/en/question.php b/lang/en/question.php index 90610290c31..808626480e5 100644 --- a/lang/en/question.php +++ b/lang/en/question.php @@ -520,6 +520,3 @@ $string['version_selection'] = 'Version {$a->version}'; $string['versioninfo'] = 'Version {$a->version} (of {$a->latestversion})'; $string['versioninfolatest'] = 'Version {$a->version} (latest)'; $string['question_version'] = 'Question version'; - -// Deprecated since Moodle 4.1. -$string['nopermissionmove'] = 'You don\'t have permission to move questions from here. You must save the question in this category or save it as a new question.'; diff --git a/lang/en/user.php b/lang/en/user.php index cdba1a1d031..0bcf46a1392 100644 --- a/lang/en/user.php +++ b/lang/en/user.php @@ -141,20 +141,3 @@ $string['target:upcomingactivitiesdue_help'] = 'This target generates reminders $string['target:upcomingactivitiesdueinfo'] = 'All upcoming activities due insights are listed here. These students have received these insights directly.'; $string['usergroupselectorcount'] = '{$a->fullname} ({$a->groupcount})'; $string['userprofile'] = 'User profile'; - -// Deprecated since Moodle 4.1. -$string['addcondition'] = 'Add condition'; -$string['adverbfor_and'] = 'and'; -$string['adverbfor_andnot'] = 'and'; -$string['adverbfor_or'] = 'or'; -$string['applyfilters'] = 'Apply filters'; -$string['clearfilterrow'] = 'Remove filter row'; -$string['clearfilters'] = 'Clear filters'; -$string['filtersetmatchdescription'] = 'How multiple filters should be combined'; -$string['filterrowlegend'] = 'Filter {$a}'; -$string['filtertype'] = 'Filter type'; -$string['match'] = 'Match'; -$string['matchofthefollowing'] = 'of the following:'; -$string['selectfiltertype'] = 'Select'; -$string['placeholdertypeorselect'] = 'Type or select...'; -$string['clearfilterselection'] = 'Remove "{$a}" from filter'; diff --git a/mod/data/lang/en/data.php b/mod/data/lang/en/data.php index caeee04f10c..7bd83849922 100644 --- a/mod/data/lang/en/data.php +++ b/mod/data/lang/en/data.php @@ -472,17 +472,6 @@ $string['viewtodate'] = 'Read only to'; $string['viewtodatevalidation'] = 'The read only to date cannot be before the read only from date.'; $string['wrongdataid'] = 'Wrong data ID provided'; -// Deprecated since Moodle 4.1. -$string['buttons'] = 'Actions'; -$string['nolisttemplate'] = 'List view template is not yet defined'; -$string['nosingletemplate'] = 'Single view template is not yet defined'; -$string['pleaseaddsome'] = 'Please create some below or choose a predefined set to get started.'; -$string['blank'] = 'Blank'; -$string['savetemplate'] = 'Save template'; -$string['addedby'] = 'Added by'; -$string['addentries'] = 'Add entries'; -$string['todatabase'] = 'to this database.'; - // Deprecated since Moodle 4.2. $string['fieldids'] = 'Field ids'; diff --git a/mod/data/lang/en/deprecated.txt b/mod/data/lang/en/deprecated.txt index 0c52e751bba..fddd1814d3d 100644 --- a/mod/data/lang/en/deprecated.txt +++ b/mod/data/lang/en/deprecated.txt @@ -1,12 +1,3 @@ -buttons,mod_data -nosingletemplate,mod_data -nolisttemplate,mod_data -pleaseaddsome,mod_data -blank,mod_data -savetemplate,mod_data -addedby,mod_data -addentries,mod_data -todatabase,mod_data fieldids,mod_data completionentries,mod_data fieldallowautolink,mod_data diff --git a/question/type/truefalse/lang/en/deprecated.txt b/question/type/truefalse/lang/en/deprecated.txt deleted file mode 100644 index 93dc2272af8..00000000000 --- a/question/type/truefalse/lang/en/deprecated.txt +++ /dev/null @@ -1 +0,0 @@ -privacy:metadata,qtype_truefalse diff --git a/question/type/truefalse/lang/en/qtype_truefalse.php b/question/type/truefalse/lang/en/qtype_truefalse.php index ae80a296781..a63fec066a7 100644 --- a/question/type/truefalse/lang/en/qtype_truefalse.php +++ b/question/type/truefalse/lang/en/qtype_truefalse.php @@ -41,6 +41,3 @@ $string['pluginnamesummary'] = 'A simple form of multiple choice question with j $string['privacy:preference:showstandardinstruction'] = 'Whether showing standard instruction.'; $string['showstandardinstruction'] = 'Show standard instructions'; $string['showstandardinstruction_help'] = 'Whether to show the instructions "Select one:" before true/false answers.'; - -// Deprecated since Moodle 4.1. -$string['privacy:metadata'] = 'The True/False question type plugin does not store any personal data.'; diff --git a/theme/boost/lang/en/deprecated.txt b/theme/boost/lang/en/deprecated.txt deleted file mode 100644 index cff2d7cc727..00000000000 --- a/theme/boost/lang/en/deprecated.txt +++ /dev/null @@ -1,3 +0,0 @@ -privacy:drawernavclosed,theme_boost -privacy:drawernavopen,theme_boost -currentinparentheses,theme_boost \ No newline at end of file diff --git a/theme/boost/lang/en/theme_boost.php b/theme/boost/lang/en/theme_boost.php index 44659b5bbd9..d6d477a7564 100644 --- a/theme/boost/lang/en/theme_boost.php +++ b/theme/boost/lang/en/theme_boost.php @@ -58,8 +58,3 @@ $string['privacy:drawerindexclosed'] = 'The current preference for the index dra $string['privacy:drawerindexopen'] = 'The current preference for the index drawer is open.'; $string['privacy:drawerblockclosed'] = 'The current preference for the block drawer is closed.'; $string['privacy:drawerblockopen'] = 'The current preference for the block drawer is open.'; - -// Deprecated since Moodle 4.1. -$string['currentinparentheses'] = '(current)'; -$string['privacy:drawernavclosed'] = 'The current preference for the navigation drawer is closed.'; -$string['privacy:drawernavopen'] = 'The current preference for the navigation drawer is open.';