Skip to content

Commit

Permalink
MDL-57618 general: Remove strings deprecated in 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cescobedo committed Aug 2, 2019
1 parent 414eca8 commit 959457c
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 39 deletions.
4 changes: 0 additions & 4 deletions lang/en/admin.php
Expand Up @@ -1414,10 +1414,6 @@
$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';
Expand Down
11 changes: 0 additions & 11 deletions lang/en/badges.php
Expand Up @@ -555,17 +555,6 @@
$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>.';
Expand Down
4 changes: 0 additions & 4 deletions lang/en/completion.php
Expand Up @@ -231,7 +231,3 @@
$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}';
11 changes: 0 additions & 11 deletions lang/en/deprecated.txt
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions lang/en/moodle.php
Expand Up @@ -2197,10 +2197,6 @@
$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)';
Expand Down
5 changes: 0 additions & 5 deletions repository/googledocs/lang/en/repository_googledocs.php
Expand Up @@ -46,8 +46,3 @@
$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';

0 comments on commit 959457c

Please sign in to comment.