Skip to content

Commit

Permalink
MDL-59495 lang_hub: deprecate all unused strings
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Sep 27, 2017
1 parent 5189f57 commit 53f8047
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 69 deletions.
5 changes: 3 additions & 2 deletions lang/en/admin.php
Expand Up @@ -602,7 +602,6 @@
$string['htmlsettings'] = 'HTML settings';
$string['http'] = 'HTTP';
$string['httpsecurity'] = 'HTTP security';
$string['hubs'] = 'Hubs';
$string['incompleteunicodesupport'] = 'The current setup of MySQL or MariaDB is using \'utf8\'. This character set does not support four byte characters which include some emoji. Trying to use these characters will result in an error when updating a record, and any information being sent to the database will be lost. Please consider changing your settings to \'utf8mb4\'. See the documentation for full details.';
$string['change'] = 'change';
$string['checkboxno'] = 'No';
Expand Down Expand Up @@ -740,7 +739,6 @@
$string['messagingallowemailoverride'] = 'Notification email override';
$string['messaginghidereadnotifications'] = 'Hide read notifications';
$string['messagingdeletereadnotificationsdelay'] = 'Delete read notifications';
$string['moodleorghubname'] = 'Moodle.net';
$string['minpassworddigits'] = 'Digits';
$string['minpasswordlength'] = 'Password length';
$string['minpasswordlower'] = 'Lowercase letters';
Expand Down Expand Up @@ -1268,3 +1266,6 @@
$string['loginpasswordautocomplete'] = 'Prevent password autocompletion on login form';
$string['loginpasswordautocomplete_help'] = 'If enabled, users are not allowed to save their account password in their browser.';
$string['unoconvwarning'] = 'The version of unoconv you have installed is not supported.';
// Deprecated since Moodle 3.4
$string['moodleorghubname'] = 'Moodle.net';
$string['hubs'] = 'Hubs';
73 changes: 73 additions & 0 deletions lang/en/deprecated.txt
Expand Up @@ -79,3 +79,76 @@ showcourseevents,core_calendar
showglobalevents,core_calendar
showgroupsevents,core_calendar
showuserevents,core_calendar
errorcronnoxmlrpc,core_hub
advertiseonhub,core_hub
advertiseonmoodleorg,core_hub
all,core_hub
allowglobalsearch,core_hub
allowpublicsearch,core_hub
badurlformat,core_hub
community,core_hub
cannotsearchcommunity,core_hub
contactable,core_hub
contactable_help,core_hub
contactemail,core_hub
contactname,core_hub
contactphone,core_hub
contactphone_help,core_hub
continue,core_hub
coursemap,core_hub
courseprivate,core_hub
coursepublic,core_hub
errorcron,core_hub
errorhublisting,core_hub
errorlangnotrecognized,core_hub
forceunregister,core_hub
forceunregisterconfirmation,core_hub
hub,core_hub
information,core_hub
moodleorg,core_hub
nocheckstatusfromunreghub,core_hub
nohubselected,core_hub
none,core_hub
nosearch,core_hub
notregisteredonmoodleorg,core_hub
orenterprivatehub,core_hub
prioritise,core_hub
private,core_hub
privatehuburl,core_hub
publichub,core_hub
publishon,core_hub
publishonspecifichub,core_hub
registeredmoodleorg,core_hub
registeredon,core_hub
registerwith,core_hub
registrationupdated,core_hub
registrationupdatedfailed,core_hub
selecthub,core_hub
selecthubinfo,core_hub
selecthubforadvertise,core_hub
selecthubforsharing,core_hub
settings,core_hub
settingsupdated,core_hub
shareonhub,core_hub
sitecreated,core_hub
siteregconfcomment,core_hub
siteupdatedcron,core_hub
siteupdatesend,core_hub
siteupdatesstart,core_hub
specifichubregistrationdetail,core_hub
statistics,core_hub
trustme,core_hub
unknownstatus,core_hub
unlistedurl,core_hub
unprioritise,core_hub
unregisterconfirmation,core_hub
untrustme,core_hub
uploaded,core_hub
url,core_hub
warning,core_hub
wrongurlformat,core_hub
xmlrpcdisabledcommunity,core_hub
xmlrpcdisabledpublish,core_hub
xmlrpcdisabledregistration,core_hub
moodleorghubname,core_admin
hubs,core_admin

0 comments on commit 53f8047

Please sign in to comment.