diff options
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index a0366f72c1a..798eb745e99 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -123,10 +123,6 @@ OC.L10N.register( "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 Nextcloud" : "Continuer sur Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n seconde.","La mise à jour est terminée. Vous allez être redirigé vers Nextcloud dans %n secondes."], - "Searching other places" : "Recherche en cours dans d'autres emplacements", - "No search results in other folders for {tag}{filter}{endtag}" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour {tag}{filter}{endtag}", - "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"], - "Thumbnail for {result}" : "Vignette pour {result}", "Log in" : "Se connecter", "Logging in …" : "Connexion…", "Server side authentication failed!" : "L'authentification sur le serveur a échoué !", @@ -169,12 +165,10 @@ OC.L10N.register( "Forgot password?" : "Mot de passe oublié ?", "Log in with a device" : "Se connecter avec un appareil", "Back" : "Retour", - "Searching …" : "Recherche …", "No results for {query}" : "Aucun résultat pour {query}", "Loading more results …" : "Chargement de plus de résultats …", "Load more results" : "Charger plus de résultats", "_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"], - "Search for {types} …" : "Recherche pour {types} …", "Settings" : "Paramètres", "Could not load your contacts" : "Impossible de charger vos contacts", "Search contacts …" : "Rechercher un contact...", @@ -222,7 +216,7 @@ OC.L10N.register( "Confirm" : "Confirmer", "Failed to authenticate, try again" : "Échec d'authentification, essayez à nouveau", "seconds ago" : "Il y a quelques secondes", - "Connection to server lost" : "Connexion au serveur perdu", + "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"], "Add to a project" : "Ajouter à un projet", "Show details" : "Afficher les détails", @@ -439,6 +433,9 @@ OC.L10N.register( "Name..." : "Nom...", "Error removing share" : "Erreur lors de l'arrêt du partage", "({scope})" : "({scope})", + "Searching other places" : "Recherche en cours dans d'autres emplacements", + "No search results in other folders for {tag}{filter}{endtag}" : "Aucun résultat dans d'autres dossiers n'a été trouvé pour {tag}{filter}{endtag}", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} résultat dans un autre dossier","{count} résultats dans d'autres dossiers"], "Saving..." : "Enregistrement…", "Search" : "Rechercher", "Reset search" : "Réinitialiser la recherche", |