diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-03-23 02:24:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-03-23 02:24:02 +0000 |
commit | a81408a8e180063811a1ea03af33ac2db44f2a47 (patch) | |
tree | 71e4cccdbc799cc9856688caccb18180f9fb9ad7 /core/l10n/fr.js | |
parent | 1c074e76028b65c4158097a35254fbf7ebe8749c (diff) | |
download | nextcloud-server-a81408a8e180063811a1ea03af33ac2db44f2a47.tar.gz nextcloud-server-a81408a8e180063811a1ea03af33ac2db44f2a47.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 2723588d33b..7d737ef2dc7 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -104,8 +104,6 @@ OC.L10N.register( "Please reload the page." : "Veuillez recharger la page.", "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 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."], "Log in" : "Se connecter", "Logging in …" : "Connexion…", "Server side authentication failed!" : "L'authentification sur le serveur a échoué !", @@ -367,6 +365,8 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">W3C Recommendation ↗</a>." : "L'en-tête HTTP \"{header}\" n'est pas défini sur \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" ou \"{val5}\". Cela peut entraîner une fuite d'informations. Veuillez voir les <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{link}\">recommandations du W3C ↗</a>.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the <a href=\"{docUrl}\" rel=\"noreferrer noopener\">security tips ↗</a>." : "L'en-tête HTTP \"Strict-Transport-Security\" n'est pas configurée à au moins \"{seconds}\" secondes. Pour renforcer la sécurité, nous recommandons d'activer HSTS comme décrit dans nos <a href=\"{docUrl}\" rel=\"noreferrer noopener\">conseils de sécurisation ↗</a>.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the <a href=\"{docUrl}\">security tips ↗</a>." : "Accès non sécurisé au site via HTTP. Il est fortement conseillé de configurer votre serveur pour exiger HTTPS à la place, comme décrit dans les <a href=\"{docUrl}\">conseils de sécurité ↗</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"], |