diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 2 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 362d29c2..50fefd09 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -267,4 +267,6 @@ return array( 'Current password for the user "%s"' => 'Mot de passe actuel pour l\'utilisateur « %s »', 'The current password is required' => 'Le mot de passe actuel est obligatoire', 'Wrong password' => 'Mauvais mot de passe', + 'Reset all tokens' => 'Réinitialiser tous les jetons de sécurité', + 'All tokens have been regenerated.' => 'Tous les jetons de sécurité ont été réinitialisés.', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 25c3e637..565c6ef2 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -270,4 +270,6 @@ return array( // 'Current password for the user "%s"' => '', // 'The current password is required' => '', // 'Wrong password' => '', + // 'Reset all tokens' => '', + // 'All tokens have been regenerated.' => '', ); |