diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index fd1ac33d3..8d92fa12d 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -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.'; \ No newline at end of file diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index e2a547199..ee0f70d34 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -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.'; \ No newline at end of file diff --git a/themes/standard_pages/template/profile.tpl b/themes/standard_pages/template/profile.tpl index ec5283323..5a357392b 100644 --- a/themes/standard_pages/template/profile.tpl +++ b/themes/standard_pages/template/profile.tpl @@ -36,8 +36,8 @@ opt_hits: {$DEFAULT_USER_VALUES['show_nb_hits']}, const selected_date = "{$API_SELECTED_EXPIRATION}"; const can_manage_api = {($API_CAN_MANAGE) ? "true" : "false"}; -const str_copy_key_id = "{"Public key copied."|translate|escape:javascript}"; -const str_copy_key_secret = "{"Secret key copied. Keep it in a safe place."|translate|escape:javascript}"; +const str_copy_key_id = "{"ID copied."|translate|escape:javascript}"; +const str_copy_key_secret = "{"Secret copied. Keep it in a safe place."|translate|escape:javascript}"; const str_cant_copy = "{"Impossible to copy automatically. Please copy manually."|translate|escape:javascript}"; const str_api_added = "{"The api key has been successfully created."|translate|escape:javascript}"; const str_revoked = "{"Revoked"|translate|escape:javascript}"; @@ -293,10 +293,10 @@ const str_must_not_empty = "{'must not be empty'|translate|escape:javascript}";

-

{"Public key copied."|translate|escape:html}

+

{"ID copied."|translate|escape:html}

- +

{"The secret key can no longer be displayed."|translate}

@@ -365,14 +365,14 @@ const str_must_not_empty = "{'must not be empty'|translate|escape:javascript}";

{'Generate API Key'|translate}

-

{'Save your secret Key and ID'|translate}

-

{'Save your ID and secret'|translate}

+

@@ -382,10 +382,10 @@ const str_must_not_empty = "{'must not be empty'|translate|escape:javascript}";
- +