Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'tool_oauth2', language 'en'
  19   *
  20   * @package    tool_oauth2
  21   * @copyright  2017 Damyon Wiese
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['acceptrisk'] = 'I understand that disabling email verification can be a security issue.';
  26  $string['acceptrisk_help'] = 'Disabling email verification can potentially allow a user to authenticate as another user.';
  27  $string['authconfirm'] = 'This action will grant permanent API access to Moodle for the authenticated account. This is intended to be used as a system account for managing files owned by Moodle.';
  28  $string['authconnected'] = 'The system account is now connected for offline access';
  29  $string['authnotconnected'] = 'The system account was not connected for offline access';
  30  $string['configured'] = 'Configured';
  31  $string['configuredstatus'] = 'Configured';
  32  $string['connectsystemaccount'] = 'Connect to a system account';
  33  $string['createfromtemplate'] = 'Create an OAuth 2 service from a template';
  34  $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.';
  35  $string['createnewendpoint'] = 'Create new endpoint for issuer "{$a}"';
  36  $string['createnewservice'] = 'Create new service:';
  37  $string['createnewuserfieldmapping'] = 'Create new user field mapping for issuer "{$a}"';
  38  $string['custom_service'] = 'Custom';
  39  $string['deleteconfirm'] = 'Are you sure you want to delete the identity issuer "{$a}"? Any plugins relying on this issuer will stop working.';
  40  $string['deleteendpointconfirm'] = 'Are you sure you want to delete the endpoint "{$a->endpoint}" for issuer "{$a->issuer}"? Any plugins relying on this endpoint will stop working.';
  41  $string['deleteuserfieldmappingconfirm'] = 'Are you sure you want to delete the user field mapping for issuer "{$a}"?';
  42  $string['discovered_help'] = 'Discovery means that the OAuth 2 endpoints could be automatically determined from the base URL for the OAuth service. Not all services are required to be "discovered", but if they are not, then the endpoints and user mapping information will need to be entered manually.';
  43  $string['discovered'] = 'Service discovery successful';
  44  $string['discoverystatus'] = 'Discovery';
  45  $string['editendpoint'] = 'Edit endpoint: {$a->endpoint} for issuer {$a->issuer}';
  46  $string['editendpoints'] = 'Configure endpoints';
  47  $string['editissuer'] = 'Edit identity issuer: {$a}';
  48  $string['edituserfieldmapping'] = 'Edit user field mapping for issuer {$a}';
  49  $string['edituserfieldmappings'] = 'Configure user field mappings';
  50  $string['endpointdeleted'] = 'Endpoint deleted';
  51  $string['endpointname_help'] = 'Key used to search for this endpoint. Must end with "_endpoint".';
  52  $string['endpointname'] = 'Name';
  53  $string['endpointsforissuer'] = 'Endpoints for issuer: {$a}';
  54  $string['endpointurl_help'] = 'URL for this endpoint. Must use https:// protocol.';
  55  $string['endpointurl'] = 'URL';
  56  $string['facebook_service'] = 'Facebook';
  57  $string['google_service'] = 'Google';
  58  $string['imsobv2p1_service'] = 'Open Badges';
  59  $string['issuersetup'] = 'Detailed instructions on configuring the common OAuth 2 services';
  60  $string['issuersetuptype'] = 'Detailed instructions on setting up the {$a} OAuth 2 provider';
  61  $string['issueralloweddomains_help'] = 'If set, this setting is a comma separated list of domains that logins will be restricted to when using this provider.';
  62  $string['issueralloweddomains_link'] = 'OAuth_2_login_domains';
  63  $string['issueralloweddomains'] = 'Login domains';
  64  $string['issuerbaseurl_help'] = 'Base URL used to access the service.';
  65  $string['issuerbaseurl'] = 'Service base URL';
  66  $string['issuerclientid'] = 'Client ID';
  67  $string['issuerclientid_help'] = 'The OAuth client ID for this issuer.';
  68  $string['issuerclientsecret'] = 'Client secret';
  69  $string['issuerclientsecret_help'] = 'The OAuth client secret for this issuer.';
  70  $string['issuerdeleted'] = 'Identity issuer deleted';
  71  $string['issuerdisabled'] = 'Identity issuer disabled';
  72  $string['issuerenabled'] = 'Identity issuer enabled';
  73  $string['issuerimage_help'] = 'An image URL used to show a logo for this issuer. May be displayed on login page.';
  74  $string['issuerimage'] = 'Logo URL';
  75  $string['issuerloginpagename'] = 'Name displayed on the login page';
  76  $string['issuerloginpagename_help'] = 'If specified, this name will be used on the login page instead of the service name.';
  77  $string['issuerloginparams'] = 'Additional parameters included in a login request.';
  78  $string['issuerloginparams_help'] = 'Some systems require additional parameters for a login request in order to read the user\'s basic profile.';
  79  $string['issuerloginparamsoffline'] = 'Additional parameters included in a login request for offline access.';
  80  $string['issuerloginparamsoffline_help'] = 'Each OAuth system defines a different way to request offline access. E.g. Google requires the additional params: "access_type=offline&prompt=consent". These parameters should be in URL query parameter format.';
  81  $string['issuerloginscopes_help'] = 'Some systems require additional scopes for a login request in order to read the user\'s basic profile. The standard scopes for an OpenID Connect compliant system are "openid profile email".';
  82  $string['issuerloginscopesoffline_help'] = 'Each OAuth system defines a different way to request offline access. E.g. Microsoft requires an additional scope "offline_access".';
  83  $string['issuerloginscopesoffline'] = 'Scopes included in a login request for offline access.';
  84  $string['issuerloginscopes'] = 'Scopes included in a login request.';
  85  $string['issuername_help'] = 'Name of the identity issuer. May be displayed on login page.';
  86  $string['issuername'] = 'Name';
  87  $string['issuershowonloginpage_help'] = 'If the OAuth 2 authentication plugin is enabled, this login issuer will be listed on the login page to allow users to log in with accounts from this issuer.';
  88  $string['issuershowonloginpage'] = 'Show on login page';
  89  $string['issuerrequireconfirmation_help'] = 'Require that all users verify their email address before they can log in with OAuth. This applies to newly created accounts as part of the login process, or when an existing Moodle account is connected to an OAuth login via matching email addresses.';
  90  $string['issuerrequireconfirmation'] = 'Require email verification';
  91  $string['issuers'] = 'Issuers';
  92  $string['issuersservicesallow'] = 'Allow services';
  93  $string['issuersservicesnotallow'] = 'Do not allow services';
  94  $string['issuerusein'] = 'This service will be used';
  95  $string['issuerusein_help'] = 'OAuth 2 services can be used for internal services, on the login page, or both, if required.';
  96  $string['issueruseineverywhere'] = 'Login page and internal services';
  97  $string['issueruseininternalonly'] = 'Internal services only';
  98  $string['issueruseinloginonly'] = 'Login page only';
  99  $string['issuerusedforlogin'] = 'Login';
 100  $string['issuerusedforinternal'] = 'Internal services';
 101  $string['linkedin_service'] = 'LinkedIn';
 102  $string['logindisplay'] = 'Display on login page as';
 103  $string['loginissuer'] = 'Allow login';
 104  $string['microsoft_service'] = 'Microsoft';
 105  $string['nextcloud_service'] = 'Nextcloud';
 106  $string['notconfigured'] = 'Not configured';
 107  $string['notdiscovered'] = 'Service discovery not successful';
 108  $string['notloginissuer'] = 'Do not allow login';
 109  $string['pluginname'] = 'OAuth 2 services';
 110  $string['savechanges'] = 'Save changes';
 111  $string['serviceshelp'] = 'Service provider setup instructions.';
 112  $string['systemaccountconnected_help'] = 'System accounts are used to provide advanced functionality for plugins. They are not required for login functionality only, but other plugins using the OAuth service may offer a reduced set of features if the system account has not been connected. For example repositories cannot support "controlled links" without a system account to perform file operations.';
 113  $string['systemaccountconnected'] = 'System account connected';
 114  $string['systemaccountnotconnected'] = 'System account not connected';
 115  $string['systemauthstatus'] = 'System account connected';
 116  $string['usebasicauth'] = 'Authenticate token requests via HTTP headers';
 117  $string['usebasicauth_help'] = 'Utilise the HTTP Basic authentication scheme when sending client ID and password with a refresh token request. Recommended by the OAuth 2 standard, but may not be available with some issuers.';
 118  $string['userfieldexternalfield'] = 'External field name';
 119  $string['userfieldexternalfield_error'] = 'This field cannot contain HTML.';
 120  $string['userfieldexternalfield_help'] = 'Name of the field provided by the external OAuth system.';
 121  $string['userfieldinternalfield_help'] = 'Name of the Moodle user field that should be mapped from the external field.';
 122  $string['userfieldinternalfield'] = 'Internal field name';
 123  $string['userfieldmappingdeleted'] = 'User field mapping deleted';
 124  $string['userfieldmappingsforissuer'] = 'User field mappings for issuer: {$a}';
 125  $string['privacy:metadata'] = 'The OAuth 2 services plugin does not store any personal data.';
 126  
 127  // Deprecated since Moodle 3.11.
 128  $string['createnewfacebookissuer'] = 'Create new Facebook service';
 129  $string['createnewgoogleissuer'] = 'Create new Google service';
 130  $string['createnewissuer'] = 'Create new custom service';
 131  $string['createnewmicrosoftissuer'] = 'Create new Microsoft service';
 132  $string['createnewnextcloudissuer'] = 'Create new Nextcloud service';