diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-18 00:07:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-18 00:07:48 +0000 |
commit | d41fd7471c05ccaff14d13ed1a8d721dc363b8b0 (patch) | |
tree | 1d5390e18c1a06c61b7847155a02e74b11cdb2f1 /settings/l10n/fr.js | |
parent | c002698ed2ce5cda07fbc8e88ce4f87d269826f8 (diff) | |
download | nextcloud-server-d41fd7471c05ccaff14d13ed1a8d721dc363b8b0.tar.gz nextcloud-server-d41fd7471c05ccaff14d13ed1a8d721dc363b8b0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/fr.js')
-rw-r--r-- | settings/l10n/fr.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index ddb50b4e629..d485f2e3313 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -241,14 +241,9 @@ OC.L10N.register( "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :", "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "Merci de consulter les <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">guides d'installation ↗</a>, et vérifier les erreurs ou avertissements dans les <a href=\"%s\">logs</a>.", "All checks passed." : "Tous les tests ont réussi.", - "Cron" : "Cron", - "Last cron job execution: %s." : "Dernière tâche cron exécutée : %s.", - "Last cron job execution: %s. Something seems wrong." : "Dernière tâche cron exécutée : %s. Quelque chose s'est mal passé.", - "Cron was not executed yet!" : "Le cron n'a pas encore été exécuté !", "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "Pour une performance optimale, il est important de configurer correctement lex travaux en arrière-plan. Pour les plus grosses instances, 'Cron' est le paramètre recommandé. Veuillez consulter la documentation pour plus d'informations.", "Execute one task with each page loaded" : "Exécute une tâche à chaque chargement de page", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Utilisez un service webcron pour exécuter cron.php toutes les 15 minutes par HTTP", - "Use system's cron service to call the cron.php file every 15 minutes." : "Utilisez le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", "The cron.php needs to be executed by the system user \"%s\"." : "Le cron.php doit être exécuté par l'utilisateur système \"%s\".", "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "Pour l'exécuter, vous devez avoir l'extension PHP posix. Regarder la {linkstart}documentation PHP{linkend} pour plus de détails.", "Version" : "Version", @@ -407,6 +402,11 @@ OC.L10N.register( "Uninstall" : "Désinstaller", "This is used for sending out notifications." : "Ceci est utilisé pour l'envoi des notifications.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir de meilleurs résultats de détection mime-type.", + "Cron" : "Cron", + "Last cron job execution: %s." : "Dernière tâche cron exécutée : %s.", + "Last cron job execution: %s. Something seems wrong." : "Dernière tâche cron exécutée : %s. Quelque chose s'est mal passé.", + "Cron was not executed yet!" : "Le cron n'a pas encore été exécuté !", + "Use system's cron service to call the cron.php file every 15 minutes." : "Utilisez le service cron du système pour appeler le fichier cron.php toutes les 15 minutes.", "Uninstall app" : "Désinstaller l'application", "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : <strong>%s</strong><br>Visitez votre compte : <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "À bientôt !", |