diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-12 02:14:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-12 02:14:56 +0000 |
commit | 65e9409e729f92a2b55d17642b9437d0d0223857 (patch) | |
tree | 80b6c310774cb93a715c8d54690b1ba3ca0b430b /lib/l10n/fr.js | |
parent | c2f3010ee7b828459b279879285f1bdc2c7e3c62 (diff) | |
download | nextcloud-server-65e9409e729f92a2b55d17642b9437d0d0223857.tar.gz nextcloud-server-65e9409e729f92a2b55d17642b9437d0d0223857.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/fr.js')
-rw-r--r-- | lib/l10n/fr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index a1e1884ea0f..313b2eeb95a 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -150,7 +150,6 @@ OC.L10N.register( "%1$s shared »%2$s« with you." : "%1$s a partagé « %2$s » avec vous.", "Click the button below to open it." : "Cliquez sur le bouton ci-dessous pour l'ouvrir", "The requested share does not exist anymore" : "Le partage demandé n'existe plus", - "The user limit has been reached and the user was not created. Check your notifications to learn more." : "La limite d'utilisateurs à été atteinte et cet utilisateur n'a pas été créé. Consultez vos notifications pour en savoir plus.", "Could not find category \"%s\"" : "Impossible de trouver la catégorie \"%s\"", "Sunday" : "Dimanche", "Monday" : "Lundi", @@ -284,6 +283,7 @@ OC.L10N.register( "Your data directory is readable by other users" : "Votre répertoire est lisible par les autres utilisateurs", "Your data directory must be an absolute path" : "Le chemin de votre répertoire doit être un lien absolu", "Check the value of \"datadirectory\" in your configuration" : "Verifiez la valeur de \"datadirectory\" dans votre configuration", - "Your data directory is invalid" : "Votre répertoire n'est pas valide" + "Your data directory is invalid" : "Votre répertoire n'est pas valide", + "The user limit has been reached and the user was not created. Check your notifications to learn more." : "La limite d'utilisateurs à été atteinte et cet utilisateur n'a pas été créé. Consultez vos notifications pour en savoir plus." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |