Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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
 * Language strings.
19
 *
20
 * @package     factor_sms
21
 * @author      Peter Burnett <peterburnett@catalyst-au.net>
22
 * @copyright   Catalyst IT
23
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
$string['action:manage'] = 'Manage mobile phone number';
27
$string['action:revoke'] = 'Remove mobile phone number';
28
$string['addnumber'] = 'Mobile number';
29
$string['clientnotfound'] = 'AWS service client not found. Client must be fully qualified classname e.g. \Aws\S3\S3Client.';
30
$string['editphonenumber'] = 'Edit phone number';
31
$string['editphonenumberinfo'] = 'If you didn\'t receive the code or entered the wrong number, please edit the number and try again.';
32
$string['errorsmssent'] = 'Error sending a SMS message containing your verification code.';
33
$string['error:emptyverification'] = 'Empty code. Try again.';
34
$string['error:wrongphonenumber'] = 'The phone number you provided is not in a valid format.';
35
$string['error:wrongverification'] = 'Wrong code. Try again.';
36
$string['info'] = 'Have a verification code sent to the mobile number you choose.';
37
$string['logindesc'] = 'SMS message containing a 6-digit code sent to mobile number {$a}';
38
$string['loginoption'] = 'Have a code sent to your mobile phone';
39
$string['loginskip'] = "I didn't receive a code";
40
$string['loginsubmit'] = 'Continue';
41
$string['managefactor'] = 'Manage SMS';
42
$string['managefactorbutton'] = 'Manage';
43
$string['manageinfo'] = 'You are using \'{$a}\' to authenticate.';
1441 ariadna 44
$string['notification:smsgatewaymigration'] = 'SMS settings have moved';
45
$string['notification:smsgatewaymigrationinfo'] = 'A new SMS subsystem is now available for managing and configuring all SMS-related functions. Your existing SMS configurations have been migrated to the page <a href="{$a}">SMS gateways</a>.';
1 efrain 46
$string['logintitle'] = 'Enter the verification code sent to your mobile';
47
$string['phonehelp'] = 'Enter your mobile number (including country code) to receive a verification code.';
1441 ariadna 48
$string['pluginname'] = 'SMS';
49
$string['privacy:metadata'] = 'The SMS factor plugin does not store any personal data.';
1 efrain 50
$string['revokefactorconfirmation'] = 'Remove \'{$a}\' SMS?';
51
$string['settings:duration'] = 'Validity duration';
52
$string['settings:duration_help'] = 'The period of time that the code is valid.';
53
$string['settings:gateway'] = 'SMS gateway';
54
$string['settings:gateway_help'] = 'The SMS provider you wish to send messages via';
1441 ariadna 55
$string['settings:heading'] = 'Users will receive a 6-digit verification code via SMS, which they must enter to complete the login process. Users will need to register their mobile phone number first.';
56
$string['settings:setupdesc'] = 'To use SMS as an authentication factor, you first need to <a href="{$a}">set up an SMS gateway</a>.';
57
$string['settings:shortdescription'] = 'Require users to enter a code received via SMS during login.';
58
$string['settings:smsgateway'] = 'SMS gateway';
59
$string['settings:smsgateway_help'] = 'Select a gateway from the list, or <a href="{$a}">create a new gateway</a>.';
1 efrain 60
$string['setupfactor'] = 'Set up SMS';
61
$string['setupfactorbutton'] = 'Set up';
62
$string['setupsubmitcode'] = 'Save';
63
$string['setupsubmitphone'] = 'Send code';
64
$string['smsstring'] = '{$a->code} is your {$a->fullname} one-time security code.
65
 
66
@{$a->url} #{$a->code}';
67
$string['summarycondition'] = 'Using an SMS one-time security code';
1441 ariadna 68
 
69
// Deprecated since Moodle 4.5.
70
$string['settings:countrycode'] = 'Country number code';
71
$string['settings:countrycode_help'] = 'The calling code without the leading + as a default if users do not enter an international number with a + prefix.
72
 
73
See this link for a list of calling codes: {$a}';
74
$string['settings:aws'] = 'AWS SNS';
75
$string['settings:aws:key'] = 'Key';
76
$string['settings:aws:key_help'] = 'Amazon API key credential.';
77
$string['settings:aws:region'] = 'Region';
78
$string['settings:aws:region_help'] = 'Amazon API gateway region.';
79
$string['settings:aws:secret'] = 'Secret';
80
$string['settings:aws:secret_help'] = 'Amazon API secret credential.';
81
$string['settings:aws:usecredchain'] = 'Find AWS credentials using the default credential provider chain';
82
$string['settings:gateway'] = 'SMS Gateway';
83
$string['settings:gateway_help'] = 'The SMS provider you wish to send messages via';
84
$string['errorawsconection'] = 'Error connecting to AWS server: {$a}';
85
$string['event:smssentdescription'] = 'The user with ID {$a->userid} was sent a verification code via SMS. Information: {$a->debuginfo}';
86
$string['event:smssent'] = 'SMS message sent.';