MDL-76565 core: Final removal of deprecated strings

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
Daniel Ziegenberg 2025-02-12 11:31:09 +01:00
parent 8f89677192
commit af878dc381
No known key found for this signature in database
GPG Key ID: 7E6F98FFADBEFD39
67 changed files with 34 additions and 566 deletions

View File

@ -1 +0,0 @@
exportzipfilename,tool_customlang

View File

@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for Language customisation admin tool
* Strings for component 'tool_customlang', language 'en'.
*
* @package tool
* @subpackage customlang
@ -91,6 +91,3 @@ $string['pluginname'] = 'Language customisation';
$string['savecheckin'] = 'Save changes to the language pack';
$string['savecontinue'] = 'Apply changes and continue editing';
$string['privacy:metadata'] = 'The Language customisation plugin does not store any personal data.';
// Deprecated since Moodle 4.2.
$string['exportzipfilename'] = 'customlang-export-{$a->lang}.zip';

View File

@ -1,2 +0,0 @@
setupfactor:scanfail,factor_totp
setupfactor:scan,factor_totp

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Language strings.
* Strings for component 'factor_totp', language 'en'.
*
* @package factor_totp
* @subpackage tool_mfa
@ -83,7 +83,3 @@ $string['summarycondition'] = 'using a TOTP app';
$string['systimeformat'] = '%l:%M:%S %P %Z';
$string['verificationcode'] = 'Enter your 6 digit verification code';
$string['verificationcode_help'] = 'Open your authenticator app such as Google Authenticator and look for the 6 digit code which matches this site and username';
// Deprecated since Moodle 4.4.
$string['setupfactor:scanfail'] = 'Can\'t scan?';
$string['setupfactor:scan'] = 'Scan QR code';

View File

@ -1,7 +1,2 @@
created,tool_mfa
createdfromip,tool_mfa
lastverified,tool_mfa
revoke,tool_mfa
setup,tool_mfa
inputrequired,tool_mfa
setuprequired,tool_mfa

View File

@ -172,13 +172,6 @@ $string['weight'] = 'Weight';
$string['yesremove'] = 'Yes, remove';
$string['yesreplace'] = 'Yes, replace';
// Deprecated since Moodle 4.4.
$string['created'] = 'Created';
$string['createdfromip'] = 'Created from IP';
$string['lastverified'] = 'Last verified';
$string['revoke'] = 'Revoke';
$string['setup'] = 'Setup';
// Deprecated since Moodle 5.0.
$string['inputrequired'] = 'User input';
$string['setuprequired'] = 'User setup';

View File

@ -1 +0,0 @@
imsobv2p1_service,tool_oauth2

View File

@ -124,6 +124,3 @@ $string['userfieldinternalfield'] = 'Internal field name';
$string['userfieldmappingdeleted'] = 'User field mapping deleted';
$string['userfieldmappingsforissuer'] = 'User field mappings for issuer: {$a}';
$string['privacy:metadata'] = 'The OAuth 2 services plugin does not store any personal data.';
// Deprecated since Moodle 4.3.
$string['imsobv2p1_service'] = 'Open Badges';

View File

@ -1 +0,0 @@
invaliduserdata,tool_uploaduser

View File

@ -120,6 +120,3 @@ $string['uuupdatetype'] = 'Existing user details';
$string['uuusernametemplate'] = 'Username template';
$string['privacy:metadata'] = 'The User upload plugin does not store any personal data.';
$string['warningprefix'] = 'Warning:';
// Deprecated since Moodle 4.4.
$string['invaliduserdata'] = 'Invalid data detected for user {$a} and it has been automatically cleaned.';

View File

@ -51,6 +51,3 @@ $string['provisioningmodenewexisting'] = 'Existing and new accounts (prompt)';
$string['provisioningmodeexistingonly'] = 'Existing accounts only (prompt)';
$string['useexistingaccount'] = 'Use existing account';
$string['welcome'] = 'Welcome!';
// Deprecated since Moodle 4.4.
$string['firstlaunchnoauthnotice'] = 'To link your existing account you must be logged in to the site. Please log in to the site in a new tab/window and then relaunch the tool here. For further information, see the documentation <a href="{$a}" target="_blank">Publish as LTI tool</a>.';

View File

@ -1 +0,0 @@
firstlaunchnoauthnotice,auth_lti

View File

@ -36,7 +36,3 @@ $string['matrixuserid'] = 'Matrix user ID';
$string['matrix:moderator'] = 'Matrix moderator';
$string['pluginname'] = 'Matrix';
$string['privacy:metadata'] = 'The Matrix communication plugin does not store any personal data.';
// Deprecated since Moodle 4.4.
$string['matrixrefreshtoken'] = 'Refresh token';
$string['matrixrefreshtoken_desc'] = 'Admin refresh token to be associated with the access token.';

View File

@ -1,2 +0,0 @@
matrixrefreshtoken,communication_matrix
matrixrefreshtoken_desc,communication_matrix

View File

@ -1,4 +0,0 @@
customwelcomemessage,enrol_self
customwelcomemessage_help,enrol_self
welcometocourse,enrol_self
welcometocoursetext,enrol_self

View File

@ -118,22 +118,3 @@ $string['unenrolusers'] = 'Unenrol users';
$string['usepasswordpolicy'] = 'Use password policy';
$string['usepasswordpolicy_desc'] = 'Use standard password policy for enrolment keys.';
$string['privacy:metadata'] = 'The Self enrolment plugin does not store any personal data.';
// Deprecated since Moodle 4.4.
$string['customwelcomemessage'] = 'Custom welcome message';
$string['customwelcomemessage_help'] = 'Accepted formats: Plain text or Moodle-auto format. HTML tags and multi-lang tags are also accepted, as well as the following placeholders:
<ul>
<li>Course name {$a->coursename}</li>
<li>Link to user\'s profile page {$a->profileurl}</li>
<li>User email {$a->email}</li>
<li>User fullname {$a->fullname}</li>
<li>User first name {$a->firstname}</li>
<li>User last name {$a->lastname}</li>
<li>User course role {$a->courserole}</li>
</ul>';
$string['welcometocourse'] = 'Welcome to {$a}';
$string['welcometocoursetext'] = 'Welcome to {$a->coursename}!
If you have not done so already, you should edit your profile page so that we can learn more about you:
{$a->profileurl}';

View File

@ -1,13 +0,0 @@
privacy:metadata:preference:grade_report_showquickfeedback,gradereport_grader
useractivityfeedback,gradereport_grader
privacy:metadata:preference:grade_report_enableajax,gradereport_grader
ajaxclicktoclose,gradereport_grader
ajaxerror,gradereport_grader
ajaxfailedupdate,gradereport_grader
ajaxfieldchanged,gradereport_grader
ajaxchoosescale,gradereport_grader
privacy:metadata:preference:grade_report_showeyecons,gradereport_grader
privacy:metadata:preference:grade_report_showlocks,gradereport_grader
privacy:metadata:preference:grade_report_showanalysisicon,gradereport_grader
privacy:metadata:preference:grade_report_showactivityicons,gradereport_grader
privacy:metadata:preference:grade_report_showcalculations,gradereport_grader

View File

@ -53,18 +53,3 @@ $string['useractivitygrade'] = '{$a} grade';
$string['overriddengrade'] = 'Overridden grade';
$string['advancedgrading'] = 'View {$a} results';
$string['cellactions'] = 'Cell actions';
// Deprecated since Moodle 4.2.
$string['privacy:metadata:preference:grade_report_showanalysisicon'] = 'Whether to show grade analysis icon by default. If the activity module supports it, the grade analysis icon links to a page with more detailed explanation of the grade and how it was obtained.';
$string['privacy:metadata:preference:grade_report_showeyecons'] = 'Whether to display the show/hide icon for each grade for controlling its visibility to the student';
$string['privacy:metadata:preference:grade_report_showlocks'] = 'Whether to display a lock/unlock icon for each grade for controlling if the grade can be automatically updated by the related activity when editing is turned on';
$string['privacy:metadata:preference:grade_report_showquickfeedback'] = 'Whether to display a feedback text input box with a dotted border for each grade, allowing the feedback for many grades to be edited at the same time';
$string['privacy:metadata:preference:grade_report_enableajax'] = 'Whether to add a layer of AJAX functionality to the grader report, simplifying and speeding up common operations';
$string['useractivityfeedback'] = '{$a} feedback';
$string['ajaxclicktoclose'] = 'Click this box to remove it';
$string['ajaxerror'] = 'Error';
$string['ajaxfailedupdate'] = 'Unable to update [1] for [2]';
$string['ajaxfieldchanged'] = 'The field you are currently editing has changed, would you like to use the updated value?';
$string['ajaxchoosescale'] = 'Choose';
$string['privacy:metadata:preference:grade_report_showactivityicons'] = 'Whether to show the activity icons next to activity names';
$string['privacy:metadata:preference:grade_report_showcalculations'] = 'Whether a calculator icon for each grade item and category with a visual indicator that a grade item is calculated is displayed or not when editing is turned on';

View File

@ -1 +0,0 @@
viewsingleuserorgradeitem,gradereport_singleview

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for Single view
* Strings for component 'gradereport_singleview', language 'en'.
*
* @package gradereport_singleview
* @copyright 2014 Moodle Pty Ltd (http://moodle.com)
@ -85,6 +85,3 @@ $string['selectagrade'] = 'Select a grade item';
$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.3.
$string['viewsingleuserorgradeitem'] = 'View all the grades of a single user or grade item.';

View File

@ -1621,40 +1621,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.2.
$string['blockunprotect'] = 'Unprotect';
// Deprecated since Moodle 4.3.
$string['configenabledevicedetection'] = 'Enables detection of mobiles, smartphones, tablets or default devices (desktop PCs, laptops, etc) for the application of themes and other features.';
$string['devicedetectregex'] = 'Device detection regular expressions';
$string['devicedetectregex_desc'] = '<p>By default, Moodle can detect devices of the type default (desktop PCs, laptops, etc), mobile (phones and small hand held devices), tablet (iPads, Android tablets) and legacy (Internet Explorer 6 users). The theme selector can be used to apply separate themes to all of these. This setting allows regular expressions that allow the detection of extra device types (these take precedence over the default types).</p>
<p>For example, you could enter the regular expression \'/(MIDP-1.0|Maemo|Windows CE)/\' to detect some commonly used feature phones add the return value \'featurephone\'. This adds \'featurephone\' on the theme selector that would allow you to add a theme that would be used on these devices. Other phones would still use the theme selected for the mobile device type.</p>';
$string['devicedetectregexexpression'] = 'Regular expression';
$string['devicedetectregexvalue'] = 'Return value';
$string['enabledevicedetection'] = 'Enable device detection';
$string['selectdevice'] = 'Select device';
$string['selecttheme'] = 'Select theme for {$a} device';
$string['themenoselected'] = 'No theme selected';
$string['unsettheme'] = 'Unset theme';
// Deprecated since Moodle 4.4.
$string['taskdeletecachetext'] = 'Delete old text cache records';
$string['themesettings'] = 'Theme settings';
$string['linkcoursesections'] = 'Always link course sections';
$string['linkcoursesections_help'] = 'Always try to provide a link for course sections. Course sections are usually only shown as links if the course format displays a single section per page. If this setting is enabled a link will always be provided.';
$string['moodleapp'] = 'Moodle app';
$string['moodleapp_help'] = '<p>The free Moodle app enables users to access their courses on mobile devices. Additional app features are available with a Pro or Premium app plan.</p>
<a href="https://moodle.com/mobile-app">Get the Moodle app</a><br />
<a href="https://apps.moodle.com">Moodle Apps Portal</a>';
$string['moodlebrandedapp_help'] = '<p>The Branded Moodle app has all the functionality of our free mobile app for Moodle combined with your own custom branding.</p>
<a href="https://moodle.com/branded-app">About the Branded Moodle app</a>';
$string['moodlepartners'] = 'Moodle Partners';
$string['moodlepartners_help'] = '<p>Moodle Partners are services providers that are certified by Moodle HQ to provide high quality Moodle services for your organisation\'s online learning environment.</p>
<a href="https://moodle.com/about-partners/">About our Partners</a><br />
<a href="https://moodle.com/partners">Find a Partner</a>';
$string['moodleservices'] = 'Moodle services';
$string['moodleservices_help'] = 'Make sure you get the best from your Moodle learning environment by using these Moodle services:';
// Deprecated since Moodle 4.5.
$string['registration_help'] = 'By registering:

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for availability system.
* Strings for component 'core_availability', language 'en'.
*
* @package core_availability
* @copyright 2014 The Open University
@ -68,6 +68,3 @@ $string['restrictaccess'] = 'Restrict access';
$string['restrictbygroup'] = 'Add group/grouping access restriction';
$string['setheading'] = '{$a->number} Set of {$a->count} restriction(s)';
$string['unknowncondition'] = 'Unknown condition (deleted condition plugin)';
// Deprecated since Moodle 4.3.
$string['showmore'] = 'Show more';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* This file contains the strings used by backup
* Strings for component 'core_backup', language 'en'.
*
* @package core
* @copyright 2010 Eloy
@ -435,10 +435,6 @@ $string['module'] = 'Module';
$string['morecoursesearchresults'] = 'More than {$a} courses found, showing first {$a} results';
$string['recyclebin_desc'] = 'Note that these settings will also be used for the recycle bin.';
// Deprecated since Moodle 4.4.
$string['copycourseheading'] = 'Copy a course';
$string['backupcourse'] = 'Backup course: {$a}';
// Deprecated since Moodle 5.0.
$string['configgeneralquestionbank'] = 'If enabled the question bank will be included in backups by default. PLEASE NOTE: Disabling this setting will disable the backup of activities which use the question bank, such as the quiz.';
$string['generalquestionbank'] = 'Include question bank';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Language file for 'badges' component
* Strings for component 'core_badges', language 'en'.
*
* @package core_badges
* @subpackage badges
@ -581,10 +581,6 @@ $string['warnexpired'] = ' (This badge has expired!)';
$string['year'] = 'Year(s)';
$string['includeauthdetails'] = "Include authentication details with the backpack";
// Deprecated since Moodle 4.3.
$string['backpackemail'] = 'Email address';
$string['backpackemail_help'] = 'The email address associated with your backpack. While you are connected, any badges earned on this site will be associated with this email address.';
// Deprecated since Moodle 4.5.
$string['error:cannotact'] = 'Cannot activate the badge. ';
$string['error:duplicatename'] = 'Badge with such name already exists in the system.';

View File

@ -280,9 +280,6 @@ $string['yesterday'] = 'Yesterday';
$string['youcandeleteallrepeats'] = 'This event is part of a repeating event series. You can delete this event only, or all {$a} events in the series at once.';
$string['yoursubscriptions'] = 'Imported calendars';
// Deprecated since Moodle 4.4.
$string['coursecalendar'] = '{$a} calendar';
// Deprecated since Moodle 4.5.
$string['importcalendarexternal'] = 'Import an external calendar?';
$string['nocalendarsubscriptions'] = 'No calendar subscriptions yet. Do you want to {$a}';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for core_completion subsystem.
* Strings for component 'core_completion', language 'en'.
*
* @package core_completion
* @category string
@ -257,12 +257,3 @@ $string['withconditions'] = 'With conditions';
$string['writingcompletiondata'] = 'Writing completion data';
$string['xdays'] = '{$a} days';
$string['youmust'] = 'You must';
// Deprecated since Moodle 4.3.
$string['editcoursecompletionsettings'] = 'Edit course completion settings';
$string['completiondefault'] = 'Default completion tracking';
$string['configcompletiondefault'] = 'The default setting for completion tracking when creating new activities.';
$string['completionview'] = 'Require view';
$string['activitygradenotrequired'] = 'Grade not required';
$string['completionpassgrade_help'] = 'If enabled, the activity is considered complete when a student receives a passing grade.';
$string['completionusegrade_help'] = 'If enabled, the activity is considered complete when a student receives a grade. If a pass grade for the activity is set, then pass and fail icons are displayed in the activity completion report.';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'course', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'core_course', language 'en', branch 'MOODLE_20_STABLE'
*
* @package core_course
* @copyright 2018 Adrian Greeve <adriangreeve.com>
@ -174,8 +174,5 @@ $string['targetlabelteachingno'] = 'Courses at risk of not starting';
$string['totalactivities'] = 'Activities: {$a}';
$string['gotosection'] = 'Go to section {$a}';
// Deprecated since Moodle 4.3.
$string['aria:courseimage'] = 'Course image';
// Deprecated since Moodle 4.5.
$string['daystakingcourse'] = 'Days taking course';

View File

@ -7,112 +7,8 @@ myprofile,core
viewallmyentries,core_blog
searchallavailablecourses_desc,core_admin
search:mycourse,core_search
prefixtoolong,core_error
confirmaddadmin,core_role
confirmdeladmin,core_role
showquickfeedback,core_grades
showquickfeedback_help,core_grades
enableajax,core_grades
enableajax_help,core_grades
showeyecons,core_grades
showeyecons_help,core_grades
showlocks,core_grades
showlocks_help,core_grades
showanalysisicon,core_grades
showanalysisicon_desc,core_grades
showanalysisicon_help,core_grades
blockunprotect,core_admin
showactivityicons,core_grades
showactivityicons_help,core_grades
showcalculations,core_grades
showcalculations_help,core_grades
studentsperpage,core_grades
studentsperpage_help,core_grades
type_contentbank,core_plugin
type_contentbank_plural,core_plugin
missingversionfile,core_webservice
cannotgetcoursecontents,core_webservice
selectdevice,core_admin
selecttheme,core_admin
themenoselected,core_admin
unsettheme,core_admin
showmore,core_availability
backpackemail,core_badges
backpackemail_help,core_badges
editcoursecompletionsettings,core_completion
clicktochangeinbrackets,core
configenabledevicedetection,core_admin
enabledevicedetection,core_admin
devicedetectregex,core_admin
devicedetectregex_desc,core_admin
devicedetectregexexpression,core_admin
devicedetectregexvalue,core_admin
modshowcmtitle,core
makeavailablecmtitle,core
filterdurationunit,core_reportbuilder
dateintervaldayshoursmins,core_langconfig
completiondefault,core_completion
configcompletiondefault,core_completion
aria:courseimage,core_course
completionview,core_completion
completionview,mod_bigbluebuttonbn
completionview_desc,mod_bigbluebuttonbn
activitygradenotrequired,core_completion
completionpassgrade_help,core_completion
completionusegrade_help,core_completion
moodlenet:sharetyperesource,core
emailpasswordsent,core
passwordsent,core
passwordsenttext,core
passwordrecovery,core
passwordconfirmchange,core
passwordnohelp,core
grade,core_grades
taskdeletecachetext,core_admin
themesettings,core_admin
copycourseheading,core_backup
backupcourse,core_backup
linkcoursesections,core_admin
linkcoursesections_help,core_admin
showallusers,core
cannotmarktopic,core_error
unknownhelp,core_error
markedthistopic,core
markthistopic,core
socialheadline,core
weekhide,core
weeklyoutline,core
weekshow,core
topicoutline,core
topicshow,core
topichide,core
summary_help,core
editsummary,core
format_help,core
addinganewto,core
editinga,core
updatinga,core
updatingain,core
summaryof,core
gradeitemadvanced,core_grades
gradeitemadvanced_help,core_grades
moodleapp,core_admin
moodleapp_help,core_admin
moodlebrandedapp_help,core_admin
moodlepartners,core_admin
moodlepartners_help,core_admin
moodleservices,core_admin
moodleservices_help,core_admin
to,core
from,core
aria-toggledropdown,core_grades
aria:dropdowngrades,core_grades
viewresults,core
coursesearch,core
coursesearch_help,core
blocknotexist,core_debug
modulenotexist,core_debug
coursecalendar,core_calendar
importcalendarexternal,core_calendar
nocalendarsubscriptions,core_calendar
failedtaskcontexturlname,core

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'error', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'core_error', language 'en', branch 'MOODLE_20_STABLE'
*
* @package core
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -652,14 +652,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.3.
$string['prefixtoolong'] = '<p>Error: database table prefix is too long ({$a->dbfamily})</p>
<p>The site administrator must fix this problem. Maximum length for table prefixes in {$a->dbfamily} is {$a->maxlength} characters.</p>';
// Deprecated since Moodle 4.4.
$string['cannotmarktopic'] = 'Could not mark that section for this course';
$string['unknownhelp'] = 'Unknown help section {$a}';
// Deprecated since Moodle 4.5.
$string['cannotsetpassword'] = 'Could not set user password!';
$string['myisamproblem'] = 'Database tables are using MyISAM database engine, it is recommended to use ACID compliant engine with full transaction support such as InnoDB.';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'grades', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'core_grades', language 'en', branch 'MOODLE_20_STABLE'
*
* @package core_grades
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -885,35 +885,6 @@ $string['xml'] = 'XML';
$string['yes'] = 'Yes';
$string['yourgrade'] = 'Your grade';
// Deprecated since Moodle 4.2.
$string['showanalysisicon'] = 'Show grade analysis icon';
$string['showanalysisicon_desc'] = 'Whether to show grade analysis icon by default. If the activity module supports it, the grade analysis icon links to a page with more detailed explanation of the grade and how it was obtained.';
$string['showanalysisicon_help'] = 'If the activity module supports it, the grade analysis icon links to a page with more detailed explanation of the grade and how it was obtained.';
$string['showlocks'] = 'Show locks';
$string['showlocks_help'] = 'If enabled, when editing is turned on, a lock/unlock icon is shown for each grade for controlling whether the grade can be automatically updated by the related activity.';
$string['showeyecons'] = 'Show show/hide icons';
$string['showeyecons_help'] = 'If enabled, when editing is turned on, a show/hide icon is shown for each grade for controlling its visibility to the student.';
$string['showquickfeedback'] = 'Show quick feedback';
$string['showquickfeedback_help'] = 'If enabled, when editing is turned on, a feedback text input box with a dotted border appears for each grade, allowing the feedback for many grades to be edited at the same time. Changes are saved and highlighted when the update button is clicked.
Note that when feedback is edited in the grader report, an overridden flag is set, meaning that the feedback can no longer be changed from within the related activity.';
$string['enableajax'] = 'Enable AJAX';
$string['enableajax_help'] = 'Adds a layer of AJAX functionality to the grader report, simplifying and speeding up common operations. Depends on Javascript being switched on at the user\'s browser level.';
$string['controls'] = 'Controls';
$string['showactivityicons'] = 'Show activity icons';
$string['showactivityicons_help'] = 'If enabled, activity icons are shown next to activity names.';
$string['showcalculations'] = 'Show calculations';
$string['showcalculations_help'] = 'If enabled, when editing, a calculator icon is shown for each grade item and category with a visual indicator that a grade item is calculated.';
$string['studentsperpage'] = 'Students per page';
$string['studentsperpage_help'] = 'This setting determines the number of students displayed per page in the grader report.';
// Deprecated since Moodle 4.4.
$string['grade'] = 'Grade';
$string['gradeitemadvanced'] = 'Advanced grade item options';
$string['gradeitemadvanced_help'] = 'Select all elements that should be displayed as advanced when editing grade items.';
$string['aria-toggledropdown'] = 'Toggle the following dropdown';
$string['aria:dropdowngrades'] = 'Grade items found';
// Deprecated since Moodle 4.5.
$string['filterbothactive'] = 'First ({$a->first}) Last ({$a->last})';
$string['filterbyname'] = 'Filter by name';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'langconfig', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'core_langconfig', language 'en', branch 'MOODLE_20_STABLE'
*
* @package core
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -197,6 +197,3 @@ $string['thisdirectionvertical'] = 'btt';
$string['thislanguage'] = 'English';
$string['thislanguageint'] = 'English';
$string['thousandssep'] = ',';
// Deprecated since Moodle 4.3.
$string['dateintervaldayshoursmins'] = '%ad %hh %im';

View File

@ -2453,58 +2453,6 @@ $string['yourwordforx'] = 'Your word for \'{$a}\'';
$string['zippingbackup'] = 'Zipping backup';
$string['deprecatedeventname'] = '{$a} (no longer in use)';
// Deprecated since Moodle 4.3.
$string['clicktochangeinbrackets'] = '{$a} (Click to change)';
$string['modshowcmtitle'] = 'Show activity';
$string['makeavailablecmtitle'] = 'Make activity available';
$string['moodlenet:sharetyperesource'] = 'resource';
// Deprecated since Moodle 4.4.
$string['emailpasswordsent'] = 'Thank you for confirming the change of password.
An email containing your new password has been sent to your address at<br /><b>{$a->email}</b>.<br />
The new password was automatically generated - you might like to
<a href="{$a->link}">change your password</a> to something easier to remember.';
$string['passwordsenttext'] = '<p>An email has been sent to your address at {$a->email}.</p>
<p><b>Please check your email for your new password</b></p>
<p>The new password was automatically generated, so you might like to
<a href="{$a->link}">change it to something easier to remember</a>.</p>';
$string['passwordsent'] = 'Password has been sent';
$string['passwordrecovery'] = 'Yes, help me log in';
$string['passwordconfirmchange'] = 'Confirm password change';
$string['passwordnohelp'] = 'No help is available to find your lost password. Please contact your Moodle administrator.';
$string['showallusers'] = 'Show all users';
$string['markedthistopic'] = 'This section is highlighted as the current section';
$string['markthistopic'] = 'Highlight this section as the current section';
$string['socialheadline'] = 'Social forum - latest topics';
$string['weekhide'] = 'Hide this week from {$a}';
$string['weeklyoutline'] = 'Weekly outline';
$string['weekshow'] = 'Show this week to {$a}';
$string['topicoutline'] = 'Topic outline';
$string['topicshow'] = 'Show this topic to {$a}';
$string['topichide'] = 'Hide this topic from {$a}';
$string['summary_help'] = 'The idea of a summary is a short text to prepare students for the activities within the topic or week. The text is shown on the course page under the section name.';
$string['editsummary'] = 'Edit summary';
$string['format_help'] = 'The course format determines the layout of the course page.
* Single activity - The course contains only one activity or resource.
* Social - The course is centred around a main forum on the course page. Additional activities and resources can be added using the Social activities block.
* Custom sections - The course is divided into customisable sections.
* Weekly sections - The course is divided into sections corresponding to each week, beginning from the course start date.';
$string['addinganewto'] = 'Adding a new {$a->what} to {$a->to}';
$string['editinga'] = 'Editing {$a}';
$string['updatinga'] = 'Updating: {$a}';
$string['updatingain'] = 'Updating {$a->what} in {$a->in}';
$string['summaryof'] = 'Summary of {$a}';
$string['from'] = 'From';
$string['to'] = 'To';
$string['viewresults'] = 'View results for {$a}';
$string['coursesearch'] = 'Search courses';
$string['coursesearch_help'] = 'You can search for multiple words at once and can refine your search as follows:
* word - find any match of this word within the text
* +word - only exact matching words will be found
* -word - don\'t include results containing this word.';
// Deprecated since Moodle 4.5.
$string['commentscount'] = 'Comments ({$a})';
$string['datechanged'] = 'Date changed';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Defines names of plugin types and some strings used at the plugin managment
* Strings for component 'core_plugin', language 'en'.
*
* @package core
* @subpackage plugin
@ -135,8 +135,6 @@ $string['type_communication'] = 'Communication provider';
$string['type_communication_plural'] = 'Communication providers';
$string['type_contenttype'] = 'Content bank';
$string['type_contenttype_plural'] = 'Content bank plugins';
$string['type_contentbank'] = 'Content bank';
$string['type_contentbank_plural'] = 'Content bank plugins';
$string['type_customfield'] = 'Custom field';
$string['type_customfield_plural'] = 'Custom fields';
$string['type_coursereport'] = 'Course report';
@ -269,7 +267,3 @@ $string['validationmsglevel_warning'] = 'Warning';
$string['version'] = 'Version';
$string['versiondb'] = 'Current version';
$string['versiondisk'] = 'New version';
// Deprecated since Moodle 4.2.
$string['type_contentbank'] = 'Content bank';
$string['type_contentbank_plural'] = 'Content bank plugins';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'reportbuilder', language 'en'
* Strings for component 'core_reportbuilder', language 'en'
*
* @package core_reportbuilder
* @copyright 2020 Sara Arjona <sara@moodle.com>
@ -293,9 +293,6 @@ $string['usermodified'] = 'Modified by';
$string['userselect'] = 'Select user';
$string['viewreport'] = 'View report';
// Deprecated since Moodle 4.4.
$string['filterdurationunit'] = '{$a} unit';
// Deprecated since Moodle 4.5.
$string['filterdatefrom'] = 'Date from';
$string['filterdateto'] = 'Date to';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'role', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'core_role', language 'en', branch 'MOODLE_20_STABLE'
*
* @package core_role
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -544,7 +544,3 @@ $string['privacy:metadata:role_capabilities:tableexplanation'] = 'The capabiliti
$string['privacy:metadata:role_capabilities:timemodified'] = 'The date when the capability was created or modified.';
$string['privacy:metadata:role_cohortroles'] = 'Roles to cohort';
$string['course:togglecompletion'] = 'Manually mark activities as complete';
// Deprecated since Moodle 4.2.
$string['confirmaddadmin'] = 'Do you really want to add user <strong>{$a}</strong> as new site administrator?';
$string['confirmdeladmin'] = 'Do you really want to remove user <strong>{$a}</strong> from the list of site administrators?';

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'webservice', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'core_webservice', language 'en', branch 'MOODLE_20_STABLE'
*
* @package core_webservice
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -235,7 +235,3 @@ $string['wsdocumentationintro'] = 'To create a client we advise you to read the
$string['wsdocumentationlogin'] = 'or enter your web service username and password:';
$string['wspassword'] = 'Web service password';
$string['wsusername'] = 'Web service username';
// Deprecated since Moodle 4.2.
$string['missingversionfile'] = 'Coding error: version.php file is missing for the component {$a}';
$string['cannotgetcoursecontents'] = 'Cannot get course contents';

View File

@ -1,7 +1 @@
alignment,tiny_media
alignment_bottom,tiny_media
alignment_left,tiny_media
alignment_middle,tiny_media
alignment_right,tiny_media
alignment_top,tiny_media
helplinktext,tiny_media

View File

@ -113,13 +113,5 @@ $string['videosourcelabel'] = 'Video source URL';
$string['videowidth'] = 'Video width';
$string['width'] = 'Width';
// Deprecated since Moodle 4.4.
$string['alignment'] = 'Alignment';
$string['alignment_bottom'] = 'Bottom';
$string['alignment_left'] = 'Left';
$string['alignment_middle'] = 'Middle';
$string['alignment_right'] = 'Right';
$string['alignment_top'] = 'Top';
// Deprecated since Moodle 4.5.
$string['helplinktext'] = 'Media helper';

View File

@ -83,12 +83,16 @@ final class string_manager_standard_test extends \advanced_testcase {
$this->assertFalse($stringman->string_deprecated('hidden', 'grades'));
// Check deprecated string, make sure to update once that chosen below is finally removed.
$this->assertTrue($stringman->string_deprecated('selectdevice', 'core_admin'));
$this->assertTrue($stringman->string_exists('selectdevice', 'core_admin'));
$this->assertTrue($stringman->string_deprecated('importantupdates_title', 'core_admin'));
$this->assertTrue($stringman->string_exists('importantupdates_title', 'core_admin'));
$this->assertDebuggingNotCalled();
$this->assertEquals('Select device', get_string('selectdevice', 'core_admin'));
$this->assertDebuggingCalled('String [selectdevice,core_admin] is deprecated. '.
'Either you should no longer be using that string, or the string has been incorrectly deprecated, in which case you should report this as a bug. '.
$this->assertEquals(
'Important update about Chat and Survey activities',
get_string('importantupdates_title', 'core_admin')
);
$this->assertDebuggingCalled('String [importantupdates_title,core_admin] is deprecated. '.
'Either you should no longer be using that string, or the string has been incorrectly deprecated, '.
'in which case you should report this as a bug. '.
'Please refer to https://moodledev.io/general/projects/api/string-deprecation');
}

View File

@ -45,6 +45,3 @@ $string['pluginname'] = 'File submissions';
$string['privacy:metadata:filepurpose'] = 'The files loaded for this assignment submission';
$string['siteuploadlimit'] = 'Site upload limit';
$string['submissionfilearea'] = 'Uploaded submission files';
// Deprecated since Moodle 4.3.
$string['numfilesforlog'] = 'The number of file(s) : {$a} file(s).';

View File

@ -1 +0,0 @@
numfilesforlog,assignsubmission_file

View File

@ -43,6 +43,3 @@ $string['privacy:path'] = 'Submission Text';
$string['wordlimit'] = 'Word limit';
$string['wordlimit_help'] = 'If online text submissions are enabled, this is the maximum number of words that each student will be allowed to submit.';
$string['wordlimitexceeded'] = 'The word limit for this assignment is {$a->limit} words and you are attempting to submit {$a->count} words. Please review your submission and try again.';
// Deprecated since Moodle 4.3.
$string['numwordsforlog'] = 'Submission word count: {$a} words';

View File

@ -1 +0,0 @@
numwordsforlog,assignsubmission_onlinetext

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Language File.
* Strings for component 'mod_bigbluebuttonbn', language 'en'.
*
* @package mod_bigbluebuttonbn
* @copyright 2010 onwards, Blindside Networks Inc
@ -651,26 +651,6 @@ $string['recordingurlnotfound'] = 'The recording URL is invalid.';
$string['subplugintype_bbbext'] = 'BigBlueButton activity extension';
$string['subplugintype_bbbext_plural'] = 'BigBlueButton activity extensions';
// Deprecated since Moodle 4.3.
$string['completionview'] = 'Require view';
$string['completionview_desc'] = 'View the room';
$string['completionattendancegroup_help'] = 'Attending the meeting for (n) minutes is required for completion.';
$string['completionengagementgroup_help'] = 'Active participation during the session is required for completion.';
// Deprecated since Moodle 4.4.
$string['acceptdpa'] = 'I understand and accept the data processing agreement';
$string['bigbluebuttondisablednotification_subject'] = 'BigBlueButton activity module disabled.';
$string['bigbluebuttondisablednotification'] = 'The BigBlueButton activity module has been disabled and any existing BigBlueButton course activities are currently not accessible. Prior to re-enabling this plugin, please ensure that you have read and accepted the <a href="{$a}" target="_blank">data processing agreement</a> with Blindside Networks Inc.';
$string['enablingbigbluebutton'] = 'Enabling BigBlueButton activity';
$string['enablingbigbluebuttondpainfo'] = 'In order to meet your data protection obligations, prior to enabling this plugin, you may need to ensure that you have read and accepted the <a href="{$a}" target="_blank">Blindside Networks data processing agreement</a>. Please consult with your own privacy professionals for advice.';
$string['dpainfonotsigned'] = 'Before enabling this plugin, you must confirm that you have read and accepted the <a href="{$a}">Blindside Networks data processing agreement</a>.';
$string['config_dpa_note'] = 'Note: In order to meet your data protection obligations, before using a service provider for this plugin, you must ensure that you have read and accepted the service provider\'s data processing agreement. For the default free BigBlueButton service, this is the <a href="{$a}" target="_blank">Blindside Networks data processing agreement</a>. Please consult with your own privacy professionals for advice.';
$string['view_warning_default_server'] = 'This site is using a <a href="https://bigbluebutton.org/free-bigbluebutton-service-for-moodle/" target="_blank">free BigBlueButton service for Moodle (opens in new window)</a> provided by Blindside Networks with restrictions as follows:
<ol>
<li>The maximum length for each session is 60 minutes</li>
<li>The maximum number of concurrent users per session is 25</li>
<li>Recordings expire after seven (7) days and are not downloadable</li>
<li>Student webcams are only visible to the moderator.</li>
</ol>';
// Deprecated since Moodle 4.5.
$string['view_mobile_message_reload_page_creation_time_meeting'] = 'You exceeded 45 seconds on this page. Please refresh the page to join the session.';
$string['view_mobile_message_groups_not_supported'] = 'This instance is enabled to work with groups but the mobile app doesn\'t yet support it. Please use the web version.';

View File

@ -1,14 +1,2 @@
completionview,mod_bigbluebuttonbn
completionview_desc,mod_bigbluebuttonbn
completionattendancegroup_help,mod_bigbluebuttonbn
completionengagementgroup_help,mod_bigbluebuttonbn
acceptdpa,mod_bigbluebuttonbn
bigbluebuttondisablednotification_subject,mod_bigbluebuttonbn
bigbluebuttondisablednotification,mod_bigbluebuttonbn
enablingbigbluebutton,mod_bigbluebuttonbn
enablingbigbluebuttondpainfo,mod_bigbluebuttonbn
dpainfonotsigned,mod_bigbluebuttonbn
config_dpa_note,mod_bigbluebuttonbn
view_warning_default_server,mod_bigbluebuttonbn
view_mobile_message_reload_page_creation_time_meeting,mod_bigbluebuttonbn
view_mobile_message_groups_not_supported,mod_bigbluebuttonbn

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Book module language strings
* Strings for component 'mod_book', language 'en'.
*
* @package mod_book
* @copyright 2004-2012 Petr Skoda {@link http://skodak.org}
@ -114,10 +114,5 @@ $string['subplugintype_booktool_plural'] = 'Book tools';
$string['removeallbooktags'] = 'All book tags';
$string['tagarea_book_chapters'] = 'Book chapters';
// Deprecated since Moodle 4.4.
$string['navimages'] = 'Images';
$string['navtext'] = 'Text';
$string['navtoc'] = 'TOC Only';
// Deprecated since Moodle 4.5.
$string['tagsdeleted'] = 'Book tags have been deleted';

View File

@ -1,4 +1 @@
navimages,mod_book
navtext,mod_book
navtoc,mod_book
tagsdeleted,mod_book

View File

@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'data', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'mod_data', language 'en', branch 'MOODLE_20_STABLE'
*
* @package mod_data
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -471,12 +471,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.2.
$string['fieldids'] = 'Field ids';
// Deprecated since Moodle 4.3.
$string['completionentries'] = 'Require entries';
// Deprecated since Moodle 4.5.
$string['tagsdeleted'] = 'Database tags have been deleted';

View File

@ -1,5 +1,3 @@
fieldids,mod_data
completionentries,mod_data
tagsdeleted,mod_data
data:comment,mod_data
data:managecomments,mod_data

View File

@ -1,8 +1,3 @@
completionpostsgroup,mod_forum
completiondiscussionsgroup,mod_forum
completiondiscussionshelp,mod_forum
completionrepliesgroup,mod_forum
completionreplieshelp,mod_forum
privacy:request:delete:discussion:name,mod_forum
privacy:request:delete:post:message,mod_forum
privacy:request:delete:post:subject,mod_forum

View File

@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'forum', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'mod_forum', language 'en', branch 'MOODLE_20_STABLE'
*
* @package mod_forum
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -784,13 +784,6 @@ $string['showmoreusers'] = 'Show more users';
$string['viewconversation'] = 'View discussion';
$string['viewgrades'] = 'View grades';
// Deprecated since Moodle 4.3.
$string['completionpostsgroup'] = 'Require posts';
$string['completiondiscussionsgroup'] = 'Require discussions';
$string['completiondiscussionshelp'] = 'requiring discussions to complete';
$string['completionrepliesgroup'] = 'Require replies';
$string['completionreplieshelp'] = 'requiring replies to complete';
// Deprecated since Moodle 4.5.
$string['privacy:request:delete:discussion:name'] = 'Delete at the request of the author';
$string['privacy:request:delete:post:message'] = 'The content of this post has been deleted at the request of its author.';

View File

@ -1,2 +1 @@
completionentriesgroup,mod_glossary
tagsdeleted,mod_glossary

View File

@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'glossary', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'mod_glossary', language 'en', branch 'MOODLE_20_STABLE'
*
* @package mod_glossary
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -338,8 +338,5 @@ $string['withoutauthor'] = 'Concepts without author';
$string['writtenby'] = 'by';
$string['youarenottheauthor'] = 'You are not the author of this comment, so you are not allowed to edit it.';
// Deprecated since 4.3.
$string['completionentriesgroup'] = 'Require entries';
// Deprecated since 4.5.
$string['tagsdeleted'] = 'Glossary tags have been deleted';

View File

@ -1 +0,0 @@
grade_h5p,mod_h5pactivity

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Plugin strings are defined here.
* Strings for component 'mod_h5pactivity', language 'en'.
*
* @package mod_h5pactivity
* @category string
@ -149,6 +149,3 @@ $string['usecontentbank'] = 'Use the <a href="{$a}" target="_blank">content bank
$string['view'] = 'View';
$string['viewattempts'] = 'View attempts ({$a})';
$string['view_report'] = 'View report';
// Deprecated since Moodle 4.4.
$string['grade_h5p'] = 'Grade: {$a}';

View File

@ -1,5 +1,3 @@
completiontimespent,mod_lesson
grade,mod_lesson
useroverridesdeleted,mod_lesson
groupoverridesdeleted,mod_lesson
preview,mod_lesson

View File

@ -16,7 +16,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'lesson', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'mod_lesson', language 'en', branch 'MOODLE_20_STABLE'
*
* @package mod_lesson
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -606,12 +606,6 @@ $string['yourcurrentgradeis'] = 'Your current grade is {$a}';
$string['yourcurrentgradeisoutof'] = 'Your current grade is {$a->grade} out of {$a->total}';
$string['youshouldview'] = 'You should answer at least: {$a}';
// Deprecated since 4.3.
$string['completiontimespent'] = 'Student must do this activity at least for';
// Deprecated since Moodle 4.4.
$string['grade'] = 'Grade';
// Deprecated since Moodle 4.5.
$string['useroverridesdeleted'] = 'User overrides deleted';
$string['groupoverridesdeleted'] = 'Group overrides deleted';

View File

@ -1,18 +1 @@
lti:addmanualinstance,mod_lti
edittype,mod_lti
deletetype,mod_lti
cannot_delete,mod_lti
cannot_edit,mod_lti
global_tool_types,mod_lti
course_tool_types,mod_lti
using_tool_cartridge,mod_lti
using_tool_configuration,mod_lti
domain_mismatch,mod_lti
custom_config,mod_lti
tool_config_not_found,mod_lti
tooltypeadded,mod_lti
tooltypedeleted,mod_lti
tooltypenotdeleted,mod_lti
tooltypeupdated,mod_lti
forced_help,mod_lti
selectcontentvalidationerror,mod_lti

View File

@ -33,7 +33,7 @@
// Contact info: Marc Alier Forment granludo @ gmail.com or marc.alier @ upc.edu.
/**
* This file contains en_utf8 translation of the Basic LTI module
* Strings for component 'mod_lti', language 'en'.
*
* @package mod_lti
* @copyright 2009 Marc Alier, Jordi Piguillem, Nikolas Galanis
@ -605,24 +605,5 @@ $string['userpersonalinformation'] = 'User personal information';
$string['validurl'] = 'A valid URL must start with http(s)://';
$string['viewsubmissions'] = 'View submissions and grading screen';
// Deprecated since Moodle 4.3.
$string['lti:addmanualinstance'] = 'Add a manually-configured tool';
$string['edittype'] = 'Edit preconfigured tool';
$string['deletetype'] = 'Delete preconfigured tool';
$string['cannot_delete'] = 'You may not delete this tool configuration.';
$string['cannot_edit'] = 'You may not edit this tool configuration.';
$string['global_tool_types'] = 'Preconfigured tools';
$string['course_tool_types'] = 'Course tools';
$string['using_tool_cartridge'] = 'Using tool cartridge';
$string['using_tool_configuration'] = 'Using tool configuration: ';
$string['domain_mismatch'] = 'Tool URL\'s domain does not match tool configuration.';
$string['custom_config'] = 'Using custom tool configuration.';
$string['tool_config_not_found'] = 'Tool configuration not found for this URL.';
$string['tooltypeadded'] = 'Preconfigured tool added';
$string['tooltypedeleted'] = 'Preconfigured tool deleted';
$string['tooltypenotdeleted'] = 'Could not delete preconfigured tool';
$string['tooltypeupdated'] = 'Preconfigured tool updated';
$string['forced_help'] = 'This setting has been forced in a course or site level tool configuration. You may not change it from this interface.';
// Deprecated since Moodle 4.5.
$string['selectcontentvalidationerror'] = 'You need to select content for this activity.';

View File

@ -1,6 +1,3 @@
completionminattemptsgroup,mod_quiz
grade,mod_quiz
timetaken,mod_quiz
attemptsdeleted,mod_quiz
gradesdeleted,mod_quiz
useroverridesdeleted,mod_quiz

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'quiz', language 'en', branch 'MOODLE_20_STABLE'
* Strings for component 'mod_quiz', language 'en', branch 'MOODLE_20_STABLE'
*
* @package mod_quiz
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -1129,13 +1129,6 @@ $string['questionversionlatest'] = 'v{$a} (latest)';
$string['alwayslatest'] = 'Always latest';
$string['gobacktoquiz'] = 'Go back';
// Deprecated since Moodle 4.3.
$string['completionminattemptsgroup'] = 'Require attempts';
// Deprecated since Moodle 4.4.
$string['grade'] = 'Grade';
$string['timetaken'] = 'Time taken';
// Deprecated since Moodle 4.5.
$string['attemptsdeleted'] = 'Quiz attempts deleted';
$string['gradesdeleted'] = 'Quiz grades deleted';

View File

@ -1 +0,0 @@
grade,quiz_grading

View File

@ -76,6 +76,3 @@ $string['tograde'] = 'To grade';
$string['total'] = 'Total';
$string['unknownquestion'] = 'Unknown question';
$string['updategrade'] = 'update grades';
// Deprecated since Moodle 4.4.
$string['grade'] = 'grade';

View File

@ -1,7 +0,0 @@
regradeall,quiz_overview
regradealldry,quiz_overview
regradealldrydo,quiz_overview
regradealldrydogroup,quiz_overview
regradealldrygroup,quiz_overview
regradeallgroup,quiz_overview
regradeselected,quiz_overview

View File

@ -82,12 +82,3 @@ $string['showinggraded'] = 'Showing only the attempt graded for each user.';
$string['showinggradedandungraded'] = 'Showing graded and ungraded attempts for each user. The one attempt for each user that is graded is highlighted. The grading method for this quiz is {$a}.';
$string['studentingroup'] = '\'{$a->coursestudent}\' in group \'{$a->groupname}\'';
$string['studentingrouplong'] = '\'{$a->coursestudent}\' in this group';
// Deprecated since Moodle 4.4.
$string['regradeall'] = 'Regrade all';
$string['regradealldry'] = 'Dry run a full regrade';
$string['regradealldrydo'] = 'Regrade attempts marked as needing regrading ({$a})';
$string['regradealldrydogroup'] = 'Regrade attempts ({$a->countregradeneeded}) marked as needing regrading in group \'{$a->groupname}\'';
$string['regradealldrygroup'] = 'Dry run a full regrade for group \'{$a->groupname}\'';
$string['regradeallgroup'] = 'Full regrade for group \'{$a->groupname}\'';
$string['regradeselected'] = 'Regrade selected attempts';

View File

@ -1 +0,0 @@
completionscorerequired_help,mod_scorm

View File

@ -15,7 +15,7 @@
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'scorm', language 'en'
* Strings for component 'mod_scorm', language 'en'
*
* @package mod_scorm
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
@ -455,6 +455,3 @@ $string['whatgradedesc'] = 'Whether the highest, average (mean), first or last c
$string['width'] = 'Width';
$string['window'] = 'Window';
$string['youmustselectastatus'] = 'You must select a status to require';
// Deprecated since Moodle 4.3.
$string['completionscorerequired_help'] = 'Enabling this setting will require a user to have at least the minimum score entered to be marked complete in this SCORM activity, as well as any other Activity Completion requirements.';