Proyectos de Subversion Moodle

Rev

| 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['errorawsconection'] = 'Error connecting to AWS server: {$a}';
33
$string['errorsmssent'] = 'Error sending a SMS message containing your verification code.';
34
$string['error:emptyverification'] = 'Empty code. Try again.';
35
$string['error:wrongphonenumber'] = 'The phone number you provided is not in a valid format.';
36
$string['error:wrongverification'] = 'Wrong code. Try again.';
37
$string['event:smssent'] = 'SMS message sent.';
38
$string['event:smssentdescription'] = 'The user with ID {$a->userid} was sent a verification code via SMS. Information: {$a->debuginfo}';
39
$string['info'] = 'Have a verification code sent to the mobile number you choose.';
40
$string['logindesc'] = 'SMS message containing a 6-digit code sent to mobile number {$a}';
41
$string['loginoption'] = 'Have a code sent to your mobile phone';
42
$string['loginskip'] = "I didn't receive a code";
43
$string['loginsubmit'] = 'Continue';
44
$string['managefactor'] = 'Manage SMS';
45
$string['managefactorbutton'] = 'Manage';
46
$string['manageinfo'] = 'You are using \'{$a}\' to authenticate.';
47
$string['logintitle'] = 'Enter the verification code sent to your mobile';
48
$string['phonehelp'] = 'Enter your mobile number (including country code) to receive a verification code.';
49
$string['pluginname'] = 'SMS mobile phone';
50
$string['privacy:metadata'] = 'The SMS mobile phone factor plugin does not store any personal data.';
51
$string['revokefactorconfirmation'] = 'Remove \'{$a}\' SMS?';
52
$string['settings:aws'] = 'AWS SNS';
53
$string['settings:aws:key'] = 'Key';
54
$string['settings:aws:key_help'] = 'Amazon API key credential.';
55
$string['settings:aws:region'] = 'Region';
56
$string['settings:aws:region_help'] = 'Amazon API gateway region.';
57
$string['settings:aws:secret'] = 'Secret';
58
$string['settings:aws:secret_help'] = 'Amazon API secret credential.';
59
$string['settings:aws:usecredchain'] = 'Find AWS credentials using the default credential provider chain';
60
$string['settings:countrycode'] = 'Country number code';
61
$string['settings:countrycode_help'] = 'The calling code without the leading + as a default if users do not enter an international number with a + prefix.
62
 
63
See this link for a list of calling codes: {$a}';
64
$string['settings:duration'] = 'Validity duration';
65
$string['settings:duration_help'] = 'The period of time that the code is valid.';
66
$string['settings:gateway'] = 'SMS gateway';
67
$string['settings:gateway_help'] = 'The SMS provider you wish to send messages via';
68
$string['setupfactor'] = 'Set up SMS';
69
$string['setupfactorbutton'] = 'Set up';
70
$string['setupsubmitcode'] = 'Save';
71
$string['setupsubmitphone'] = 'Send code';
72
$string['smsstring'] = '{$a->code} is your {$a->fullname} one-time security code.
73
 
74
@{$a->url} #{$a->code}';
75
$string['summarycondition'] = 'Using an SMS one-time security code';