mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 16:04:25 +02:00
MDL-67347 lang: Final removal of deprecated strings in 3.9
This commit is contained in:
parent
ca583bddaf
commit
4ef7fc3895
@ -1548,10 +1548,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 3.9.
|
||||
$string['availablelicenses'] = 'Available licences';
|
||||
$string['managelicenses'] = 'Manage licences';
|
||||
|
||||
// Deprecated since Moodle 3.11.
|
||||
$string['configenableactivitychooser'] = 'The activity chooser is a dialog box with a short description of each activity and resource. If disabled, separate resource and activity drop-down menus are provided instead.';
|
||||
$string['enableactivitychooser'] = 'Enable activity chooser';
|
||||
|
@ -576,10 +576,6 @@ $string['warnexpired'] = ' (This badge has expired!)';
|
||||
$string['year'] = 'Year(s)';
|
||||
$string['includeauthdetails'] = "Include authentication details with the backpack";
|
||||
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['editsettings'] = 'Edit settings';
|
||||
$string['sitebackpackverify'] = 'Backpack connection';
|
||||
|
||||
// Deprecated since Moodle 3.10.
|
||||
$string['backpackneedsupdate'] = 'The backpack connected to this profile does not match the backpack for the site. You need to disconnect and reconnect the backpack.';
|
||||
|
||||
|
@ -5,35 +5,9 @@ myfilesmanage,core
|
||||
mypreferences,core_grades
|
||||
myprofile,core
|
||||
viewallmyentries,core_blog
|
||||
messagecontactrequestsnotification,core_message
|
||||
messagecontactrequestsnotificationsubject,core_message
|
||||
searchallavailablecourses_desc,core_admin
|
||||
search:mycourse,core_search
|
||||
calendarurl,core_calendar
|
||||
documentation,core_webservice
|
||||
africa/asmera,core_timezones
|
||||
africa/timbuktu,core_timezones
|
||||
america/argentina/comodrivadavia,core_timezones
|
||||
america/indianapolis,core_timezones
|
||||
america/louisville,core_timezones
|
||||
america/montreal,core_timezones
|
||||
asia/calcutta,core_timezones
|
||||
asia/chongqing,core_timezones
|
||||
asia/harbin,core_timezones
|
||||
asia/kashgar,core_timezones
|
||||
asia/katmandu,core_timezones
|
||||
asia/rangoon,core_timezones
|
||||
asia/saigon,core_timezones
|
||||
atlantic/faeroe,core_timezones
|
||||
europe/belfast,core_timezones
|
||||
pacific/ponape,core_timezones
|
||||
pacific/truk,core_timezones
|
||||
pacific/yap,core_timezones
|
||||
editsettings,core_badges
|
||||
availablelicenses,core_admin
|
||||
managelicenses,core_admin
|
||||
userfilterplaceholder,core
|
||||
sitebackpackverify,core_badges
|
||||
filetypesnotwhitelisted,core_form
|
||||
modeloutputdirinfo,core_analytics
|
||||
backpackneedsupdate,core_badges
|
||||
|
@ -275,10 +275,6 @@ $string['you'] = 'You:';
|
||||
$string['youhaveblockeduser'] = 'You have blocked this user.';
|
||||
$string['yourcontactrequestpending'] = 'Your contact request is pending with {$a}';
|
||||
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['messagecontactrequestsnotification'] = '{$a} is requesting to be added as a contact.';
|
||||
$string['messagecontactrequestsnotificationsubject'] = 'Contact request from {$a}';
|
||||
|
||||
// Deprecated since Moodle 4.0.
|
||||
$string['defaults'] = 'Defaults';
|
||||
$string['loggedin_help'] = 'Configure how you would like to receive notifications when you are logged into Moodle';
|
||||
|
@ -2368,10 +2368,6 @@ $string['yourwordforx'] = 'Your word for \'{$a}\'';
|
||||
$string['zippingbackup'] = 'Zipping backup';
|
||||
$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';
|
||||
$string['grade'] = 'Grade';
|
||||
|
@ -452,22 +452,3 @@ $string['pacific/wake'] = 'Pacific/Wake';
|
||||
$string['pacific/wallis'] = 'Pacific/Wallis';
|
||||
$string['utc'] = 'UTC';
|
||||
// The following identifiers have been previous removed from TimeDateZone::listIdentifiers and are no longer used.
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['africa/asmera'] = 'Africa/Asmera';
|
||||
$string['africa/timbuktu'] = 'Africa/Timbuktu';
|
||||
$string['america/argentina/comodrivadavia'] = 'America/Argentina/ComodRivadavia';
|
||||
$string['america/indianapolis'] = 'America/Indianapolis';
|
||||
$string['america/louisville'] = 'America/Louisville';
|
||||
$string['america/montreal'] = 'America/Montreal';
|
||||
$string['asia/calcutta'] = 'Asia/Calcutta';
|
||||
$string['asia/chongqing'] = 'Asia/Chongqing';
|
||||
$string['asia/harbin'] = 'Asia/Harbin';
|
||||
$string['asia/kashgar'] = 'Asia/Kashgar';
|
||||
$string['asia/katmandu'] = 'Asia/Katmandu';
|
||||
$string['asia/rangoon'] = 'Asia/Rangoon';
|
||||
$string['asia/saigon'] = 'Asia/Saigon';
|
||||
$string['atlantic/faeroe'] = 'Atlantic/Faeroe';
|
||||
$string['europe/belfast'] = 'Europe/Belfast';
|
||||
$string['pacific/ponape'] = 'Pacific/Ponape';
|
||||
$string['pacific/truk'] = 'Pacific/Truk';
|
||||
$string['pacific/yap'] = 'Pacific/Yap';
|
||||
|
@ -246,9 +246,6 @@ $string['wsdocumentationlogin'] = 'or enter your web service username and passwo
|
||||
$string['wspassword'] = 'Web service password';
|
||||
$string['wsusername'] = 'Web service username';
|
||||
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['documentation'] = 'web service documentation';
|
||||
|
||||
// Deprecated since Moodle 3.11.
|
||||
$string['usernameoridnousererror'] = 'No users were found with this username/user id.';
|
||||
$string['usernameoridoccurenceerror'] = 'More than one user was found with this username. Please enter the user id.';
|
||||
|
@ -36,9 +36,3 @@ $string['instructions'] = 'You can insert H5P content by <strong>either</strong>
|
||||
$string['noh5pcontent'] = 'No H5P content added';
|
||||
$string['pluginname'] = 'Insert H5P';
|
||||
$string['privacy:metadata'] = 'The atto_h5p plugin does not store any personal data.';
|
||||
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['either'] = 'Either';
|
||||
$string['enterurl'] = 'URL or embed code';
|
||||
$string['h5pproperties'] = 'H5P properties';
|
||||
$string['or'] = 'or';
|
||||
|
@ -1,4 +0,0 @@
|
||||
either,atto_h5p
|
||||
enterurl,atto_h5p
|
||||
h5pproperties,atto_h5p
|
||||
or,atto_h5p
|
@ -1 +0,0 @@
|
||||
emaildigestsubject,message_email
|
@ -45,6 +45,3 @@ $string['privacy:metadata:subject'] = 'The subject line of the message.';
|
||||
$string['privacy:metadata:userfrom'] = 'The user sending the message.';
|
||||
$string['privacy:preference:email'] = 'Preferred email notification address';
|
||||
$string['tasksendemail'] = 'Messages digest mailings';
|
||||
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['emaildigestsubject'] = 'Messages digest';
|
||||
|
@ -1,5 +1,3 @@
|
||||
leaveblank,mod_lti
|
||||
organizationid,mod_lti
|
||||
organizationid_help,mod_lti
|
||||
contentitem,mod_lti
|
||||
contentitem_help,mod_lti
|
||||
|
@ -602,12 +602,6 @@ $string['using_tool_configuration'] = 'Using tool configuration: ';
|
||||
$string['validurl'] = 'A valid URL must start with http(s)://';
|
||||
$string['viewsubmissions'] = 'View submissions and grading screen';
|
||||
|
||||
// Deprecated since Moodle 3.9.
|
||||
$string['organizationid'] = 'Organisation ID';
|
||||
$string['organizationid_help'] = 'A unique identifier for this Moodle instance. Typically, the DNS name of the organisation is used.
|
||||
|
||||
If this field is left blank, the host name of this Moodle site will be used as the default value.';
|
||||
|
||||
// Deprecated since Moodle 3.10.
|
||||
$string['contentitem'] = 'Content-Item Message';
|
||||
$string['contentitem_help'] = 'If ticked, the option \'Select content\' will be available when adding an external tool.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user