2010-04-10 14:01:45 +00:00
< ? php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Strings for component 'userkey' , language 'en' , branch 'MOODLE_20_STABLE'
*
2014-11-22 10:59:14 +13:00
* @ package core
2010-04-10 14:01:45 +00:00
* @ copyright 1999 onwards Martin Dougiamas { @ link http :// moodle . com }
* @ license http :// www . gnu . org / copyleft / gpl . html GNU GPL v3 or later
*/
2021-10-27 11:44:45 +08:00
$string [ 'adduserkey' ] = 'Add user key' ;
2007-08-29 11:43:48 +00:00
$string [ 'createnewkey' ] = 'Create a new user key' ;
$string [ 'createuserkey' ] = 'Create user key' ;
$string [ 'deletekeyconfirm' ] = 'Do you really want to delete this user key?' ;
2022-02-01 14:14:47 +08:00
$string [ 'deleteuserkey' ] = 'Delete user key' ;
2007-08-29 11:43:48 +00:00
$string [ 'edituserkey' ] = 'Edit user key' ;
$string [ 'keyiprestriction' ] = 'Key IP restriction' ;
2010-06-25 17:20:46 +00:00
$string [ 'keyiprestriction_help' ] = 'Enter a specific IP address, or a range of IP addresses that will be the only IP addresses allowed to access this data. Leave empty to disable IP restriction (not recommended).' ;
2007-08-29 11:43:48 +00:00
$string [ 'keymanager' ] = 'Key manager' ;
$string [ 'keyvaliduntil' ] = 'Key valid until' ;
2010-06-25 17:20:46 +00:00
$string [ 'keyvaliduntil_help' ] = 'Select an optional date after which the key will no longer be valid (recommended for added security).' ;
2007-08-29 11:43:48 +00:00
$string [ 'keyvalue' ] = 'Key value' ;
$string [ 'newuserkey' ] = 'New user key' ;
2018-04-19 12:46:42 +08:00
$string [ 'privacy:metadata:user_private_key:script' ] = 'The script which is responsible for the user key.' ;
$string [ 'privacy:metadata:user_private_key:value' ] = 'The value of the key.' ;
$string [ 'privacy:metadata:user_private_key:userid' ] = 'The user associated with the key.' ;
$string [ 'privacy:metadata:user_private_key:instance' ] = 'The instance of the script.' ;
$string [ 'privacy:metadata:user_private_key:iprestriction' ] = 'The IP address range that this key can be used from.' ;
2018-07-02 11:15:26 +02:00
$string [ 'privacy:metadata:user_private_key:validuntil' ] = 'The date that the private key is valid until' ;
2018-04-19 12:46:42 +08:00
$string [ 'privacy:metadata:user_private_key:timecreated' ] = 'The date and time that the key was created.' ;
$string [ 'privacy:metadata:user_private_key' ] = 'Private keys for the user.' ;
2007-08-29 11:43:48 +00:00
$string [ 'userkey' ] = 'User key' ;
2010-06-25 17:20:46 +00:00
$string [ 'userkey_help' ] = 'Select a saved key that will give users access to the data published by this export plugin, without having to log into Moodle. Select "Create a new user key" to generate a new key when submitting this form.' ;
2010-04-10 14:01:45 +00:00
$string [ 'userkeys' ] = 'User keys' ;