interface adjustments for apikey interaction
Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com>
This commit is contained in:
@@ -2135,3 +2135,9 @@ $lng['menue']['main']['apikeys'] = 'API keys';
|
||||
$lng['apikeys']['no_api_keys'] = 'No API keys found';
|
||||
$lng['apikeys']['key_add'] = 'Add new key';
|
||||
$lng['apikeys']['apikey_removed'] = 'The api key with the id #%s has been removed successfully';
|
||||
$lng['apikeys']['apikey_added'] = 'A new api key has been generated successfully';
|
||||
$lng['apikeys']['clicktoview'] = 'Click to view';
|
||||
$lng['apikeys']['allowed_from'] = 'Allowed from';
|
||||
$lng['apikeys']['allowed_from_help'] = 'Comma separated list of ip addresses. Default empty.';
|
||||
$lng['apikeys']['valid_until'] = 'Valid until';
|
||||
$lng['apikeys']['valid_until_help'] = 'Date until valid, format YYYY-MM-DD';
|
||||
|
||||
Reference in New Issue
Block a user