mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-57618 general: Remove strings deprecated in 3.3
This commit is contained in:
parent
414eca8923
commit
959457c392
@ -1414,10 +1414,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.3.
|
||||
$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';
|
||||
$string['hubs'] = 'Hubs';
|
||||
|
@ -555,17 +555,6 @@ $string['version_help'] = 'The version field may be used to keep track of the ba
|
||||
$string['warnexpired'] = ' (This badge has expired!)';
|
||||
$string['year'] = 'Year(s)';
|
||||
|
||||
// Deprecated since Moodle 3.3.
|
||||
$string['personaconnection'] = 'Sign in with your email';
|
||||
$string['personaconnection_help'] = 'Persona is a system for identifying yourself across the web, using an email address that you own. The Open Badges backpack uses Persona as a login system, so to be able to connect to a backpack you will need a Persona account.
|
||||
|
||||
For more information about Persona visit <a href="https://login.persona.org/about">https://login.persona.org/about</a>.';
|
||||
$string['error:backpackloginfailed'] = 'You could not be connected to an external backpack for the following reason: {$a}';
|
||||
$string['error:badjson'] = 'The connection attempt returned invalid data.';
|
||||
$string['error:noassertion'] = 'No assertion was returned by Persona. You may have closed the dialog before completing the login process.';
|
||||
$string['error:personaneedsjs'] = 'Currently, Javascript is required to connect to your backpack. If you can, enable Javascript and reload the page.';
|
||||
$string['signinwithyouremail'] = 'Sign in with your email';
|
||||
|
||||
// Deprecated since Moodle 3.6.
|
||||
$string['error:invalidbadgeurl'] = 'Invalid issuer URL format. The URL should have a prefix http:// or https://.';
|
||||
$string['backpackbadges'] = 'You have {$a->totalbadges} badge(s) displayed from {$a->totalcollections} collection(s). <a href="mybackpack.php">Change backpack settings</a>.';
|
||||
|
@ -231,7 +231,3 @@ $string['withconditions'] = 'With conditions';
|
||||
$string['writingcompletiondata'] = 'Writing completion data';
|
||||
$string['xdays'] = '{$a} days';
|
||||
$string['yourprogress'] = 'Your progress';
|
||||
|
||||
// Deprecated since Moodle 3.3.
|
||||
$string['completion-title-manual-n'] = 'Mark as complete: {$a}';
|
||||
$string['completion-title-manual-y'] = 'Mark as not complete: {$a}';
|
||||
|
@ -5,17 +5,6 @@ myfilesmanage,core
|
||||
mypreferences,core_grades
|
||||
myprofile,core
|
||||
viewallmyentries,core_blog
|
||||
loginpasswordautocomplete,core_admin
|
||||
loginpasswordautocomplete_help,core_admin
|
||||
deletecomment,core
|
||||
personaconnection,core_badges
|
||||
personaconnection_help,core_badges
|
||||
error:noassertion,core_badges
|
||||
error:personaneedsjs,core_badges
|
||||
error:badjson,core_badges
|
||||
error:backpackloginfailed,core_badges
|
||||
signinwithyouremail,core_badges
|
||||
sectionusedefaultname,core
|
||||
registermoochtips,core_hub
|
||||
monthnext,core_access
|
||||
monthprev,core_access
|
||||
|
@ -2197,10 +2197,6 @@ $string['yourwordforx'] = 'Your word for \'{$a}\'';
|
||||
$string['zippingbackup'] = 'Zipping backup';
|
||||
$string['deprecatedeventname'] = '{$a} (no longer in use)';
|
||||
|
||||
// Deprecated since Moodle 3.3.
|
||||
$string['deletecomment'] = 'Delete this comment';
|
||||
$string['sectionusedefaultname'] = 'Use default section name';
|
||||
|
||||
// Deprecated since Moodle 3.4.
|
||||
$string['publish'] = 'Publish';
|
||||
$string['extendenrol'] = 'Extend enrolment (individual)';
|
||||
|
@ -46,8 +46,3 @@ $string['cachedef_folder'] = 'Google file IDs for folders in the system account'
|
||||
$string['privacy:metadata:repository_googledocs'] = 'The Google Drive repository plugin does not store any personal data, but does transmit user data from Moodle to the remote system.';
|
||||
$string['privacy:metadata:repository_googledocs:email'] = 'The email of the Google Drive repository user.';
|
||||
$string['privacy:metadata:repository_googledocs:searchtext'] = 'The Google Drive repository user search text query.';
|
||||
|
||||
// Deprecated since Moodle 3.3.
|
||||
$string['oauthinfo'] = '<p>To use this plugin, you must register your site with Google, as described in the documentation <a href="{$a->docsurl}">Google OAuth 2.0 setup</a>.</p><p>As part of the registration process, you will need to enter the following URL as \'Authorized Redirect URIs\':</p><p>{$a->callbackurl}</p><p>Once registered, you will be provided with a client ID and secret which can be used to configure certain other Google Drive and Picasa plugins.</p><p>Please also note that you will have to enable the service \'Drive API\'.</p>';
|
||||
$string['secret'] = 'Secret';
|
||||
$string['clientid'] = 'Client ID';
|
||||
|
Loading…
x
Reference in New Issue
Block a user