Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 87... Línea 87...
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.';
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';
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.';
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';
90
$string['issuerrequireconfirmation'] = 'Require email verification';
91
$string['issuers'] = 'Issuers';
91
$string['issuers'] = 'Issuers';
-
 
92
$string['issuersmtpsystememail'] = 'SMTP email';
-
 
93
$string['issuersmtpsystememail_help'] = 'If specified, this email will be used to connect a system account for sending email via SMTP. This is required for some OAuth 2 services (e.g. Microsoft). Please check the documentation for your OAuth 2 service to see if this is required.';
92
$string['issuersservicesallow'] = 'Allow services';
94
$string['issuersservicesallow'] = 'Allow services';
93
$string['issuersservicesnotallow'] = 'Do not allow services';
95
$string['issuersservicesnotallow'] = 'Do not allow services';
94
$string['issuerusein'] = 'This service will be used';
96
$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.';
97
$string['issuerusein_help'] = 'OAuth 2 services can be used for internal services, on the login page, SMTP with XOAUTH2, or both login page and internal services, if required.';
96
$string['issueruseineverywhere'] = 'Login page and internal services';
98
$string['issueruseineverywhere'] = 'Login page and internal services';
97
$string['issueruseininternalonly'] = 'Internal services only';
99
$string['issueruseininternalonly'] = 'Internal services only';
98
$string['issueruseinloginonly'] = 'Login page only';
100
$string['issueruseinloginonly'] = 'Login page only';
-
 
101
$string['issueruseinsmtpwithoauth'] = 'SMTP with XOAUTH2 only';
99
$string['issuerusedforlogin'] = 'Login';
102
$string['issuerusedforlogin'] = 'Login';
100
$string['issuerusedforinternal'] = 'Internal services';
103
$string['issuerusedforinternal'] = 'Internal services';
101
$string['linkedin_service'] = 'LinkedIn';
104
$string['linkedin_service'] = 'LinkedIn';
102
$string['logindisplay'] = 'Display on login page as';
105
$string['logindisplay'] = 'Display on login page as';
103
$string['loginissuer'] = 'Allow login';
106
$string['loginissuer'] = 'Allow login';
Línea 122... Línea 125...
122
$string['userfieldinternalfield_help'] = 'Name of the Moodle user field that should be mapped from the external field.';
125
$string['userfieldinternalfield_help'] = 'Name of the Moodle user field that should be mapped from the external field.';
123
$string['userfieldinternalfield'] = 'Internal field name';
126
$string['userfieldinternalfield'] = 'Internal field name';
124
$string['userfieldmappingdeleted'] = 'User field mapping deleted';
127
$string['userfieldmappingdeleted'] = 'User field mapping deleted';
125
$string['userfieldmappingsforissuer'] = 'User field mappings for issuer: {$a}';
128
$string['userfieldmappingsforissuer'] = 'User field mappings for issuer: {$a}';
126
$string['privacy:metadata'] = 'The OAuth 2 services plugin does not store any personal data.';
129
$string['privacy:metadata'] = 'The OAuth 2 services plugin does not store any personal data.';
127
 
-
 
128
// Deprecated since Moodle 4.3.
-
 
129
$string['imsobv2p1_service'] = 'Open Badges';
-