mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-07 02:11:26 +02:00
fixes #2428 change language keys for api_key
Replaces 'Public key' references with 'ID' and updates related copy messages in English and French language files and profile template. Also changes key icon to 'icon-user-secret' for better clarity and consistency in the API key generation UI.
This commit is contained in:
@@ -493,11 +493,7 @@ $lang['API Key name'] = 'API Key name';
|
||||
$lang['Duration'] = 'Duration';
|
||||
$lang['Custom date'] = 'Custom date';
|
||||
$lang['Generate key'] = 'Generate key';
|
||||
$lang['Save your secret Key and ID'] = 'Save your secret Key and ID';
|
||||
$lang['This will not be displayed again. You must copy it to continue.'] = 'This will not be displayed again. You must copy it to continue.';
|
||||
$lang['Done'] = 'Done';
|
||||
$lang['Public key copied.'] = 'Public key copied.';
|
||||
$lang['Secret key copied. Keep it in a safe place.'] = 'Secret key copied. Keep it in a safe place.';
|
||||
$lang['Impossible to copy automatically. Please copy manually.'] = 'Impossible to copy automatically. Please copy manually.';
|
||||
$lang['The api key has been successfully created.'] = 'The API key has been successfully created.';
|
||||
$lang['API Key not found'] = 'API Key not found';
|
||||
@@ -529,3 +525,7 @@ $lang['If you do not receive the email, please contact your webmaster.'] = 'If y
|
||||
$lang['Verification code'] = 'Verification code';
|
||||
$lang['Verify'] = 'Verify';
|
||||
$lang['Invalid verification code'] = 'Invalid verification code';
|
||||
$lang['Save your ID and secret'] = 'Save your ID and secret';
|
||||
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'The secret will no longer be displayed. You must copy it to continue.';
|
||||
$lang['ID copied.'] = 'ID copied.';
|
||||
$lang['Secret copied. Keep it in a safe place.'] = 'Secret copied. Keep it in a safe place.';
|
||||
Reference in New Issue
Block a user