diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-09 01:55:36 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-02-09 01:55:36 -0500 |
commit | e749a02e6b1f61d7667f7c63a97f2218ae4db7df (patch) | |
tree | 82cfca7ee75c6b0ee0bc10db3bfca1b8e6b20aa6 /lib/l10n/fr.js | |
parent | 850ac0cf84f2492b16204b811f58a0dc7dc43b6e (diff) | |
download | nextcloud-server-e749a02e6b1f61d7667f7c63a97f2218ae4db7df.tar.gz nextcloud-server-e749a02e6b1f61d7667f7c63a97f2218ae4db7df.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/fr.js')
-rw-r--r-- | lib/l10n/fr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 395c21f5a21..24bfced6f7c 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -118,7 +118,7 @@ OC.L10N.register( "Cannot set expiration date more than %s days in the future" : "Impossible de définir la date d'expiration à plus de %s jours dans le futur", "Could not find category \"%s\"" : "Impossible de trouver la catégorie \"%s\"", "Apps" : "Applications", - "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Seuls les caractères suivants sont autorisés dans un nom d'utilisateur : \"a-z\", \"A-Z\", \"0-9\", et \"_.@-'\"", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "Seuls les caractères suivants sont autorisés dans un nom d'utilisateur : \"a-z\", \"A-Z\", \"0-9\", \"_@-\" et \".\" (le point)", "A valid username must be provided" : "Un nom d'utilisateur valide doit être saisi", "Username contains whitespace at the beginning or at the end" : "Le nom d'utilisateur contient des espaces au début ou à la fin", "A valid password must be provided" : "Un mot de passe valide doit être saisi", |