diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:37 +0000 |
commit | b76ecf37818d87f1386d12eb45bb0639d39f12ed (patch) | |
tree | 0f41fd70340b78d240fe524844cf13893b7ba2b7 /lib/l10n/fr.json | |
parent | 891097b42bfca8f7c987be7f341b3f985c188dcb (diff) | |
download | nextcloud-server-b76ecf37818d87f1386d12eb45bb0639d39f12ed.tar.gz nextcloud-server-b76ecf37818d87f1386d12eb45bb0639d39f12ed.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/fr.json')
-rw-r--r-- | lib/l10n/fr.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index da2002162e6..cfce3925e76 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -6,7 +6,6 @@ "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "L'application %1$s n'est pas présente ou n'est pas compatible avec cette version du serveur. Veuillez vérifier le répertoire des applications.", "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", @@ -274,6 +273,7 @@ "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 2.7.0 au moins est requis. Actuellement %s est installé.", "To fix this issue update your libxml2 version and restart your web server." : "Pour régler ce problème, mettez à jour votre version de libxml2 et redémarrez votre serveur web.", "PostgreSQL >= 9 required." : "PostgreSQL >= 9 requis.", - "Please upgrade your database version." : "Veuillez mettre à jour votre gestionnaire de base de données." + "Please upgrade your database version." : "Veuillez mettre à jour votre gestionnaire de base de données.", + "404" : "404" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |