diff options
author | jeremydurand <jeremydurand24@hotmail.fr> | 2016-05-30 14:35:24 +0200 |
---|---|---|
committer | Pierrick Le Gall <plg@piwigo.org> | 2016-05-30 14:35:24 +0200 |
commit | 022bfd2493ebb97e0c6d5c66430ab2b8874c82b2 (patch) | |
tree | df979a03fda91af6654ac30490bf0e6ceb3deccc /language/fr_FR/common.lang.php | |
parent | bd0d2ae6459c63ed7f7060589297bf63ae1cc619 (diff) |
fixes #487 replace "Invalid password" by "Invalid username or password" (#489)
* fixes #487 replace "Invalid password" by "Invalid username or password"
* missing space before exclamation mark
Diffstat (limited to 'language/fr_FR/common.lang.php')
-rw-r--r-- | language/fr_FR/common.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index c70dbf183..a54fc4256 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -425,4 +425,5 @@ $lang['Photo description'] = 'Description de la photo'; $lang['Album name, A → Z'] = 'Nom de l\'album, A → Z'; $lang['Album name, Z → A'] = 'Nom de l\'album, Z → A'; $lang['Link: %s'] = 'Lien: %s'; -$lang['Your authentication key is no longer valid.'] = 'Votre clef d\'identification n\'est plus valide.';
\ No newline at end of file +$lang['Your authentication key is no longer valid.'] = 'Votre clef d\'identification n\'est plus valide.'; +$lang['Invalid username or password!'] = 'Nom d\'utilisateur ou mot de passe invalide !'; |