diff options
Diffstat (limited to 'locales')
-rw-r--r-- | locales/fr_FR/translations.php | 3 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 9a73228b..362d29c2 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -264,4 +264,7 @@ return array( 'Do you really want to remove this comment?' => 'Voulez-vous vraiment supprimer ce commentaire ?', 'Only administrators or the creator of the comment can access to this page.' => 'Uniquement les administrateurs ou le créateur du commentaire peuvent accéder à cette page.', 'Details' => 'Détails', + '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', ); diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 27ffdef7..25c3e637 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -267,4 +267,7 @@ return array( // 'Do you really want to remove this comment?' => '', // 'Only administrators or the creator of the comment can access to this page.' => '', // 'Details' => '', + // 'Current password for the user "%s"' => '', + // 'The current password is required' => '', + // 'Wrong password' => '', ); |