mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-11028 GUI complete, language strings complete, user key creation done. Validation is not yet coded.
This commit is contained in:
parent
b16393cb07
commit
0f78c4de3d
9 changed files with 80 additions and 39 deletions
15
lang/en_utf8/userkey.php
Normal file
15
lang/en_utf8/userkey.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?php // $Id$
|
||||
$string['createnewkey'] = 'Create a new user key';
|
||||
$string['createuserkey'] = 'Create user key';
|
||||
$string['deletekeyconfirm'] = 'Do you really want to delete this user key?';
|
||||
$string['edituserkey'] = 'Edit user key';
|
||||
$string['keyiprestriction'] = 'Key IP restriction';
|
||||
$string['keyiprestrictionhelp'] = 'Enter a specific IP address, or a range of IP addresses that will be the only IP addresses allowed to access this data. Enter nothing to disable IP restriction (not recommended).';
|
||||
$string['keymanager'] = 'Key manager';
|
||||
$string['keyvaliduntil'] = 'Key valid until';
|
||||
$string['keyvaliduntilhelp'] = 'Select an optional date after which the key will no longer be valid (recommended for added security).';
|
||||
$string['keyvalue'] = 'Key value';
|
||||
$string['newuserkey'] = 'New user key';
|
||||
$string['userkey'] = 'User key';
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue