diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-19 02:27:03 +0000 |
commit | aaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch) | |
tree | e33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /lib/l10n/fr.js | |
parent | 752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff) | |
download | nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.tar.gz nextcloud-server-aaf759bbb09e695de63fafe09405fe71dc6cc3bb.zip |
Fix(l10n): đ Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/fr.js')
-rw-r--r-- | lib/l10n/fr.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 6b8f439d92b..5210693565c 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -205,6 +205,7 @@ OC.L10N.register( "A valid password must be provided" : "Un mot de passe valide doit ĂȘtre saisi", "The username is already being used" : "Ce nom d'utilisateur est dĂ©jĂ utilisĂ©", "Could not create user" : "Impossible de crĂ©er l'utilisateur", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Seuls les caractĂšres suivants sont autorisĂ©s dans un nom d'utilisateur : \"a-z\", \"A-Z\", \"0-9\", espaces et \"_.@-'\"", "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", "Username must not consist of dots only" : "Le nom d'utilisateur ne doit pas ĂȘtre composĂ© uniquement de points", |