aboutsummaryrefslogtreecommitdiffstats
path: root/lib/l10n/fr.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-01-19 02:27:03 +0000
committerNextcloud bot <bot@nextcloud.com>2023-01-19 02:27:03 +0000
commitaaf759bbb09e695de63fafe09405fe71dc6cc3bb (patch)
treee33e0e883f0ecfc19573b4ca065f17a6f36fbac1 /lib/l10n/fr.js
parent752f3a39f9e4745a241063ff7f3322b753fa7bbb (diff)
downloadnextcloud-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.js1
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",