diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-30 02:13:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-30 02:13:45 +0000 |
commit | 087f7b11be035e11b847bfab87884186da4d7844 (patch) | |
tree | e0142f0d49795ed0cd539c4f4f7ccf164e05cafb /lib/l10n/fr.js | |
parent | 2142cc1f4cc39e821d1659f4ff00c5d4338eb1a2 (diff) | |
download | nextcloud-server-087f7b11be035e11b847bfab87884186da4d7844.tar.gz nextcloud-server-087f7b11be035e11b847bfab87884186da4d7844.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index d42f7ba95ca..1dd24292950 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -8,6 +8,8 @@ OC.L10N.register( "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "Les fichiers de l'application %1$s n'ont pas été remplacés correctement. Veuillez vérifier que c'est une version compatible avec le serveur.", "Sample configuration detected" : "Configuration d'exemple détectée", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Il a été détecté que la configuration donnée à titre d'exemple a été copiée. Cela peut rendre votre installation inopérante et n'est pas pris en charge. Veuillez lire la documentation avant d'effectuer des modifications dans config.php", + "404" : "404", + "The page could not be found on the server." : "La page n'a pas pu être trouvée sur le serveur.", "%s email verification" : "Vérification de l'e-mail %s", "Email verification" : "Vérification de l'e-mail", "Click the following button to confirm your email." : "Cliquez sur le bouton ci-dessous pour confirmer votre e-mail.", @@ -150,6 +152,7 @@ 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", |