mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-70689 oauth2: deprecate unused strings
This commit is contained in:
parent
9941e04857
commit
a7229e4ad9
2 changed files with 12 additions and 5 deletions
5
admin/tool/oauth2/lang/en/deprecated.txt
Normal file
5
admin/tool/oauth2/lang/en/deprecated.txt
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
createnewfacebookissuer,tool_oauth2
|
||||||
|
createnewgoogleissuer,tool_oauth2
|
||||||
|
createnewissuer,tool_oauth2
|
||||||
|
createnewmicrosoftissuer,tool_oauth2
|
||||||
|
createnewnextcloudissuer,tool_oauth2
|
|
@ -31,11 +31,6 @@ $string['connectsystemaccount'] = 'Connect to a system account';
|
||||||
$string['createfromtemplate'] = 'Create an OAuth 2 service from a template';
|
$string['createfromtemplate'] = 'Create an OAuth 2 service from a template';
|
||||||
$string['createfromtemplatedesc'] = 'Choose one of the OAuth 2 service templates below to create an OAuth service with a valid configuration for one of the known service types. This will create the OAuth 2 service, with all the correct end points and parameters required for authentication, though you will still need to enter the client ID and secret for the new service before it can be used.';
|
$string['createfromtemplatedesc'] = 'Choose one of the OAuth 2 service templates below to create an OAuth service with a valid configuration for one of the known service types. This will create the OAuth 2 service, with all the correct end points and parameters required for authentication, though you will still need to enter the client ID and secret for the new service before it can be used.';
|
||||||
$string['createnewendpoint'] = 'Create new endpoint for issuer "{$a}"';
|
$string['createnewendpoint'] = 'Create new endpoint for issuer "{$a}"';
|
||||||
$string['createnewfacebookissuer'] = 'Create new Facebook service';
|
|
||||||
$string['createnewgoogleissuer'] = 'Create new Google service';
|
|
||||||
$string['createnewissuer'] = 'Create new custom service';
|
|
||||||
$string['createnewmicrosoftissuer'] = 'Create new Microsoft service';
|
|
||||||
$string['createnewnextcloudissuer'] = 'Create new Nextcloud service';
|
|
||||||
$string['createnewservice'] = 'Create new service: ';
|
$string['createnewservice'] = 'Create new service: ';
|
||||||
$string['createnewuserfieldmapping'] = 'Create new user field mapping for issuer "{$a}"';
|
$string['createnewuserfieldmapping'] = 'Create new user field mapping for issuer "{$a}"';
|
||||||
$string['custom_service'] = 'Custom';
|
$string['custom_service'] = 'Custom';
|
||||||
|
@ -113,3 +108,10 @@ $string['userfieldinternalfield'] = 'Internal field name';
|
||||||
$string['userfieldmappingdeleted'] = 'User field mapping deleted';
|
$string['userfieldmappingdeleted'] = 'User field mapping deleted';
|
||||||
$string['userfieldmappingsforissuer'] = 'User field mappings for issuer: {$a}';
|
$string['userfieldmappingsforissuer'] = 'User field mappings for issuer: {$a}';
|
||||||
$string['privacy:metadata'] = 'The OAuth 2 services plugin does not store any personal data.';
|
$string['privacy:metadata'] = 'The OAuth 2 services plugin does not store any personal data.';
|
||||||
|
|
||||||
|
// Deprecated since Moodle 3.11.
|
||||||
|
$string['createnewfacebookissuer'] = 'Create new Facebook service';
|
||||||
|
$string['createnewgoogleissuer'] = 'Create new Google service';
|
||||||
|
$string['createnewissuer'] = 'Create new custom service';
|
||||||
|
$string['createnewmicrosoftissuer'] = 'Create new Microsoft service';
|
||||||
|
$string['createnewnextcloudissuer'] = 'Create new Nextcloud service';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue