Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r--core/l10n/fr.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index db14ad862db..92624d71846 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -126,7 +126,7 @@ OC.L10N.register(
"Hello {name}" : "Bonjour {name}",
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Voici les résultats de votre recherche<script>alert(1)</script></strong>",
"new" : "nouveau ",
- "_download %n file_::_download %n files_" : ["télécharger %n fichier","télécharger %n fichiers"],
+ "_download %n file_::_download %n files_" : ["télécharger %n fichier","télécharger %n fichiers","télécharger %n fichiers"],
"The update is in progress, leaving this page might interrupt the process in some environments." : "La mise à jour est en cours, quitter la page peut interrompre le processus dans de nombreux environnements.",
"Update to {version}" : "Mise à jour vers {version}",
"An error occurred." : "Une erreur est survenue.",
@@ -134,7 +134,7 @@ OC.L10N.register(
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "La mise à jour a échoué. Pour plus d'informations <a href=\"{url}\">consultez notre publication sur le forum</a> à propos de ce problème.",
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La mise à jour a échoué. Veuillez reporter le problème à la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">communauté Nextcloud</a>.",
"Continue to {productName}" : "Continuer vers {productName}",
- "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La mise à jour est terminée. Vous allez être redirigé vers {productName} dans %n secondes.","La mise à jour est terminée. Vous allez être redirigé vers {productName} dans %n secondes."],
+ "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["La mise à jour est terminée. Vous allez être redirigé vers {productName} dans %n secondes.","La mise à jour est terminée. Vous allez être redirigé vers {productName} dans %n secondes.","La mise à jour est terminée. Vous allez être redirigé vers {productName} dans %n secondes."],
"Log in" : "Se connecter",
"Logging in …" : "Connexion…",
"Server side authentication failed!" : "L'authentification sur le serveur a échoué !",
@@ -196,7 +196,7 @@ OC.L10N.register(
"Load more results" : "Charger plus de résultats",
"Search" : "Rechercher",
"An error occurred while searching for {type}" : "Une erreur s'est produite lors de la recherche de {type}",
- "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"],
+ "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["Veuillez saisir au moins {minSearchLength} caractère pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche","Veuillez saisir au moins {minSearchLength} caractères pour lancer la recherche"],
"Search {types} …" : "Rechercher {types}…",
"Settings" : "Paramètres",
"Could not load your contacts" : "Impossible de charger vos contacts",
@@ -226,7 +226,7 @@ OC.L10N.register(
"OK" : "OK",
"Error loading message template: {error}" : "Erreur lors du chargement du modèle de message : {error}",
"read-only" : "Lecture seule",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} fichier en conflit","{count} fichiers en conflit"],
+ "_{count} file conflict_::_{count} file conflicts_" : ["{count} fichier en conflit","{count} fichiers en conflit","{count} fichiers en conflit"],
"One file conflict" : "Un conflit de fichier",
"New Files" : "Nouveaux fichiers",
"Already existing files" : "Fichiers déjà existants",
@@ -246,7 +246,7 @@ OC.L10N.register(
"Failed to authenticate, try again" : "Échec d'authentification, essayez à nouveau",
"seconds ago" : "Il y a quelques secondes",
"Connection to server lost" : "La connexion au serveur a été perdue",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problème de chargement de la page, actualisation dans %n seconde","Problème de chargement de la page, actualisation dans %n secondes"],
+ "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problème de chargement de la page, actualisation dans %n seconde","Problème de chargement de la page, actualisation dans %n secondes","Problème de chargement de la page, actualisation dans %n secondes"],
"Add to a project" : "Ajouter à un projet",
"Show details" : "Afficher les détails",
"Hide details" : "Masquer les détails",
@@ -401,4 +401,4 @@ OC.L10N.register(
"You haven't added any info yet" : "Vous n'avez pas encore ajouté de données",
"{user} hasn't added any info yet" : "{user} n'a pas encore ajouté de données"
},
-"nplurals=2; plural=(n > 1);");
+"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");