mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +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.';
|
||||
@@ -492,11 +492,7 @@ $lang['API Key name'] = 'Nom de la clé API';
|
||||
$lang['Duration'] = 'Durée';
|
||||
$lang['Custom date'] = 'Date personnalisée';
|
||||
$lang['Generate key'] = 'Générer la clé';
|
||||
$lang['Save your secret Key and ID'] = 'Enregistrez votre clé secrète et votre identifiant';
|
||||
$lang['This will not be displayed again. You must copy it to continue.'] = 'La clé secrete ne sera plus affichée. Vous devez la copier pour continuer.';
|
||||
$lang['Done'] = 'Terminé';
|
||||
$lang['Public key copied.'] = 'Clé publique copiée.';
|
||||
$lang['Secret key copied. Keep it in a safe place.'] = 'Clé secrète copiée. Gardez-la dans un endroit sûr.';
|
||||
$lang['Impossible to copy automatically. Please copy manually.'] = 'Impossible de copier automatiquement. Veuillez copier manuellement.';
|
||||
$lang['The api key has been successfully created.'] = 'La clé API a été créée avec succès.';
|
||||
$lang['API Key not found'] = 'Clé API non trouvée';
|
||||
@@ -528,3 +524,7 @@ $lang['If you do not receive the email, please contact your webmaster.'] = 'Si v
|
||||
$lang['Verification code'] = 'Code de vérification';
|
||||
$lang['Verify'] = 'Vérifier';
|
||||
$lang['Invalid verification code'] = 'Code de vérification invalide';
|
||||
$lang['Save your ID and secret'] = 'Enregistrez votre identifiant et votre secret';
|
||||
$lang['The secret will no longer be displayed. You must copy it to continue.'] = 'Le secret ne sera plus affiché. Vous devez le copier pour continuer.';
|
||||
$lang['ID copied.'] = 'Identifiant copié.';
|
||||
$lang['Secret copied. Keep it in a safe place.'] = 'Secret copié. Gardez-le dans un endroit sûr.';
|
||||
Reference in New Issue
Block a user