diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-01 01:11:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-01 01:11:29 +0000 |
commit | 4af658b4c66fc2616f87b2ad8f7e8135ba28f209 (patch) | |
tree | ff43670da5696058b868d644506fa0568b52cc67 /core/l10n/fr.js | |
parent | 854f1c721b3033a11cf5343fe681750ab94c047a (diff) | |
download | nextcloud-server-4af658b4c66fc2616f87b2ad8f7e8135ba28f209.tar.gz nextcloud-server-4af658b4c66fc2616f87b2ad8f7e8135ba28f209.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index f610b167926..3d1f64ec8bc 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -113,6 +113,7 @@ OC.L10N.register( "Strong password" : "Mot de passe fort", "Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Votre serveur web n'est pas encore correctement configuré pour la synchronisation de fichiers parce que l'interface WebDAV semble ne pas fonctionner.", "Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuration du serveur web ne permet pas d'atteindre \"{url}\". Vous trouverez plus d'informations dans la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.", + "Your web server is not properly set up to deliver .woff2 files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustement to also deliver .woff2 files. Compare your Nginx configuration to the recommended configuration in our <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Votre serveur web n'est pas correctement configuré pour distribuer des fichiers .woff2. C'est une erreur fréquente de configuration Nginx. Pour Nextcloud 15, il est nécessaire de la régler pour les fichiers .woff2.\nComparer votre configuration Nginx avec la configuration recommandée dans notre <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP ne semble pas être configuré de manière à récupérer les valeurs des variables d’environnement. Le test de la commande getenv(\"PATH\") retourne seulement une réponse vide. ", "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Veuillez consulter <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">la documentation d'installation ↗</a>pour savoir comment configurer PHP sur votre serveur, en particulier en cas d'utilisation de php-fpm.", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.", @@ -187,6 +188,7 @@ OC.L10N.register( "Password protection for links is mandatory" : "Il est obligatoire de protéger les liens par mot de passe", "Share link" : "Partager par lien public", "New share link" : "Nouveau lien de partage", + "Created on {time}" : "Créé le {time}", "Password protect by Talk" : "Mot de passe protégé par Talk", "Could not unshare" : "Impossible d'arrêter de partager", "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}", |