MDL-69126 lang: final removal of deprecated 310 strings.

This commit is contained in:
Paul Holden 2023-01-05 10:19:14 +00:00
parent b8b905cd90
commit 2c57184251
8 changed files with 0 additions and 25 deletions

View File

@ -1,2 +1 @@
mobileappconnected,tool_mobile
openusingembeddedbrowser,tool_mobile

View File

@ -152,8 +152,5 @@ $string['responsivemainmenuitems'] = 'Responsive menu items';
$string['switchaccount'] = 'Switch account';
$string['viewqrcode'] = 'View QR code';
// Deprecated since Moodle 3.10.
$string['mobileappconnected'] = 'Mobile app connected';
// Deprecated since Moodle 3.11.
$string['openusingembeddedbrowser'] = 'Open using embedded browser';

View File

@ -163,6 +163,3 @@ $string['viewinsight'] = 'View insight';
$string['viewinsightdetails'] = 'View insight details';
$string['viewprediction'] = 'View prediction details';
$string['washelpful'] = 'Was this helpful?';
// Deprecated since Moodle 3.10.
$string['modeloutputdirinfo'] = 'Directory where prediction processors store all evaluation info. Useful for debugging and research.';

View File

@ -576,9 +576,6 @@ $string['warnexpired'] = ' (This badge has expired!)';
$string['year'] = 'Year(s)';
$string['includeauthdetails'] = "Include authentication details with the backpack";
// 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.';
// Deprecated since Moodle 3.11.
$string['addbackpack'] = 'Add backpack';
$string['error:backpacknotavailable'] = 'Your site is not accessible from the Internet, so any badges issued from this site cannot be verified by external backpack services.';

View File

@ -8,9 +8,6 @@ viewallmyentries,core_blog
searchallavailablecourses_desc,core_admin
search:mycourse,core_search
calendarurl,core_calendar
filetypesnotwhitelisted,core_form
modeloutputdirinfo,core_analytics
backpackneedsupdate,core_badges
hidepicture,core_group
hidepicture,core_moodle
sitebackpack,core_badges

View File

@ -88,6 +88,3 @@ $string['timeunit'] = 'Time unit';
$string['timing'] = 'Timing';
$string['unmaskpassword'] = 'Unmask';
$string['year'] = 'Year';
// Deprecated since Moodle 3.10.
$string['filetypesnotwhitelisted'] = 'These file types are not allowed here: {$a}';

View File

@ -1,3 +0,0 @@
leaveblank,mod_lti
contentitem,mod_lti
contentitem_help,mod_lti

View File

@ -271,7 +271,6 @@ real estate to the tool, and others provide a more integrated feel with the Mood
Depending on the browser, it will open in a new tab or a popup window.
It is possible that browsers will prevent the new window from opening.';
$string['launchoptions'] = 'Launch options';
$string['leaveblank'] = 'Leave blank if you do not need them';
$string['lti'] = 'LTI';
$string['lti:addcoursetool'] = 'Add course-specific tool configurations';
$string['lti:addmanualinstance'] = 'Add a manually-configured tool';
@ -601,8 +600,3 @@ $string['using_tool_cartridge'] = 'Using tool cartridge';
$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.10.
$string['contentitem'] = 'Content-Item Message';
$string['contentitem_help'] = 'If ticked, the option \'Select content\' will be available when adding an external tool.';