# Copyright (C) 2013 Autoptimize
# This file is distributed under the same license as the Autoptimize package.
msgid ""
msgstr ""
"Project-Id-Version: Autoptimize 1.8.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/autoptimize\n"
"POT-Creation-Date: 2015-12-17 13:52+0100\n"
"PO-Revision-Date: 2015-12-17 14:17+0100\n"
"Last-Translator: frank goossens (futtta) <futtta@gmail.com>\n"
"Language-Team: WordPress Hébergement <contact@wordpress-hebergement.fr>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"

#: autoptimize.php:93
msgid ""
"Thank you for installing and activating Autoptimize. Please configure it "
"under \"Settings\" -> \"Autoptimize\" to start improving your site's "
"performance."
msgstr ""
"Merci d'avoir installé et activé Autoptimize. Vous pouvez maintenant le "
"paramétrer via  \"Réglages\" -> \"Autoptimize\" et commencer à améliorer les "
"performances de votre site"

#: autoptimize.php:99
msgid ""
"Autoptimize has just been updated. Please <strong>test your site now</"
"strong> and adapt Autoptimize config if needed."
msgstr ""
"Autoptimize  vient d'être mis à jour. Vous pouvez maintenant <trong>tester "
"votre site</strong> et adapter si besoin les paramètres d'Autoptimize."

#: autoptimize.php:105
msgid ""
"Autoptimize cannot write to the cache directory (default: /wp-content/cache/"
"autoptimize), please fix to enable CSS/ JS optimization!"
msgstr ""
"Autoptimize n’a pas les droits d’écriture sur le répertoire de cache (par "
"défaut: /wp-content/cache/autoptimize). Merci de corriger cela pour "
"permettre l’optimisation de vos CSS et javascripts."

#: classes/autoptimizeConfig.php:48
msgid "Autoptimize Settings"
msgstr "Configuration d'Autoptimize"

#: classes/autoptimizeConfig.php:54 classes/autoptimizeConfig.php:60
msgid "Show advanced settings"
msgstr "Afficher les paramètres avancés"

#: classes/autoptimizeConfig.php:55 classes/autoptimizeConfig.php:61
msgid "Hide advanced settings"
msgstr "Cacher les paramètres avancés"

#: classes/autoptimizeConfig.php:69
msgid "HTML Options"
msgstr "Options HTML"

#: classes/autoptimizeConfig.php:72
msgid "Optimize HTML Code?"
msgstr "Optimiser le code HTML"

#: classes/autoptimizeConfig.php:76
msgid "Keep HTML comments?"
msgstr "Préserver les commentaires HTML"

#: classes/autoptimizeConfig.php:78
msgid ""
"Enable this if you want HTML comments to remain in the page, needed for e.g. "
"AdSense to function properly."
msgstr ""
"Sélectionnez cette option si vous souhaitez que vos commentaires HTML "
"restent dans la  page (nécessaire par exemple pour qu'Adsense fonctionne)"

#: classes/autoptimizeConfig.php:82
msgid "JavaScript Options"
msgstr "Options JavaScript"

#: classes/autoptimizeConfig.php:85
msgid "Optimize JavaScript Code?"
msgstr "Optimiser le code JavaScript ?"

#: classes/autoptimizeConfig.php:89
msgid "Force JavaScript in &lt;head&gt;?"
msgstr "Forcer le JavaScript à charger dans l'en-tête de la page ?"

#: classes/autoptimizeConfig.php:91
msgid ""
"Load JavaScript early, reducing the chance of JS-errors but making it render "
"blocking. You can disable this if you're not aggregating inline JS and you "
"want JS to be deferred."
msgstr ""
"Charger le JavaScript au début, diminuant ainsi le risque d’erreurs-"
"javascript, mais ralenti l’affichage de la page. Vous pouvez désactiver cela "
"si vous n’agrégez pas vos javascripts en mode inline et que vous voulez que "
"le chargement des javascripts soit reporté."

#: classes/autoptimizeConfig.php:95
msgid "Look for scripts only in &lt;head&gt;?"
msgstr "Chercher les scripts uniquement dans l'en-tête ?"

#: classes/autoptimizeConfig.php:95 classes/autoptimizeConfig.php:135
msgid " <i>(deprecated)</i>"
msgstr " <i>(obsolètes)</i>"

#: classes/autoptimizeConfig.php:97
msgid ""
"Mostly useful in combination with previous option when using jQuery-based "
"templates, but might help keeping cache size under control."
msgstr ""
"Surtout utile combiné aux précédentes options lorsque vous utilisez des "
"templates à base de jQuery, mais peut aussi permettre de diminuer la taille "
"du cache."

#: classes/autoptimizeConfig.php:101
msgid "Also aggregate inline JS?"
msgstr "Agréger aussi les javascripts inline?"

#: classes/autoptimizeConfig.php:103
msgid ""
"Check this option for Autoptimize to also aggregate JS in the HTML. If this "
"option is not enabled, you might have to \"force JavaScript in head\"."
msgstr ""
"Cochez cette option pour qu’Autoptimize agrège également le javascript dans "
"le code HTML. Si cette option n’est pas activée, vous devrez peut-être « "
"forcer le JavaScript à charger dans l’en-tête de la page »."

#: classes/autoptimizeConfig.php:106
msgid "Exclude scripts from Autoptimize:"
msgstr "Scripts à exclure d'Autoptimize"

#: classes/autoptimizeConfig.php:108
msgid ""
"A comma-seperated list of scripts you want to exclude from being optimized, "
"for example 'whatever.js, another.js' (without the quotes) to exclude those "
"scripts from being aggregated and minimized by Autoptimize."
msgstr ""
"Liste des scripts - séparés par des virgules - que vous ne souhaitez pas "
"Autoptimiser. Par exemple: 'monscript.js, monautrescript.js' (sans les "
"gullemets) pour exclure ces scripts de l'aggrégation et la compression "
"réalisée par Autoptimize."

#: classes/autoptimizeConfig.php:111
msgid "Add try-catch wrapping?"
msgstr "Ajouter une gestion des erreurs (trycatch) ?"

#: classes/autoptimizeConfig.php:113
msgid ""
"If your scripts break because of a JS-error, you might want to try this."
msgstr ""
"Si vos scripts cassent à cause d’une erreur JS, vous pourriez vouloir "
"essayer ceci."

#: classes/autoptimizeConfig.php:117
msgid "CSS Options"
msgstr "Options CSS"

#: classes/autoptimizeConfig.php:120
msgid "Optimize CSS Code?"
msgstr "Optimiser le code CSS"

#: classes/autoptimizeConfig.php:124
msgid "Generate data: URIs for images?"
msgstr "Génération de données: URI pour les images?"

#: classes/autoptimizeConfig.php:126
msgid ""
"Enable this to include small background-images in the CSS itself instead of "
"as seperate downloads."
msgstr ""
"Sélectionnez cette option pour inclure les petites images de fond dans le "
"CSS lui-même au lieu d'un chargement séparé."

#: classes/autoptimizeConfig.php:129
msgid "Remove Google Fonts?"
msgstr "Supprimer les polices Google ?"

#: classes/autoptimizeConfig.php:131
msgid "Check this if you don't need or want Google Fonts being loaded."
msgstr ""
"Cochez cette case si vous n’avez pas besoin ou ne souhaitez pas que les "
"polices Google Fonts soient chargées."

#: classes/autoptimizeConfig.php:135
msgid "Look for styles only in &lt;head&gt;?"
msgstr "Ne rechercher les styles que dans l'en-tête ?"

#: classes/autoptimizeConfig.php:137
msgid ""
"Don't autoptimize CSS outside the head-section. If the cache gets big, you "
"might want to enable this."
msgstr ""
"N'optimise pas les CSS situés en dehors de l'en-tête. Si votre cache devient "
"trop important, vous pouvez utliser cette option."

#: classes/autoptimizeConfig.php:141
msgid "Also aggregate inline CSS?"
msgstr "Agréger aussi les CSS inline?"

#: classes/autoptimizeConfig.php:143
msgid "Check this option for Autoptimize to also aggregate CSS in the HTML."
msgstr ""
"Cochez cette option pour qu’Autoptimize agrège aussi les CSS dans le fichier "
"HTML."

#: classes/autoptimizeConfig.php:146
msgid "Inline and Defer CSS?"
msgstr "Inclure CSS principal dans l'HTML, reporter le reste."

#: classes/autoptimizeConfig.php:148
msgid ""
"Inline \"above the fold CSS\" while loading the main autoptimized CSS only "
"after page load. <a href=\"http://wordpress.org/plugins/autoptimize/faq/\" "
"target=\"_blank\">Check the FAQ</a> before activating this option!"
msgstr ""
"Include le CSS principal dans le code HTML, mais ne chargez les CSS "
"optimizées qu'après le chargement du page. <strong>Avertissement</strong>: "
"<a href=\"http://wordpress.org/plugins/autoptimize/faq/\" target=\"_blank"
"\">Lisez le FAQ (en Anglais)</a> avant d'activer cette option!"

#: classes/autoptimizeConfig.php:152
msgid "Paste the above the fold CSS here."
msgstr "Copiéz le CSS principal (\"above the fold\") ici."

#: classes/autoptimizeConfig.php:155
msgid "Inline all CSS?"
msgstr "Mettez tout les CSS dans votre code HTML."

#: classes/autoptimizeConfig.php:157
msgid ""
"Inlining all CSS can improve performance for sites with a low pageviews/ "
"visitor-rate, but may slow down performance otherwise."
msgstr ""
"Mettre les CSS dans le code HTML peut améliorer la performance moyenne si "
"votre site atteint une ratio vue pages/ visiteurs baisse, sinon la "
"performance moyenne pourrait être plus mauvaise."

#: classes/autoptimizeConfig.php:160
msgid "Exclude CSS from Autoptimize:"
msgstr "Exclure ces CSS d'Autoptimise."

#: classes/autoptimizeConfig.php:162
msgid "A comma-seperated list of CSS you want to exclude from being optimized."
msgstr ""
"Liste des fichiers CSS - séparés par des virgules - que vous souhaitez "
"exclure de l'Autoptimisation."

#: classes/autoptimizeConfig.php:166
msgid "CDN Options"
msgstr "Options CDN"

#: classes/autoptimizeConfig.php:169
msgid "CDN Base URL"
msgstr "Base URL du CDN"

#: classes/autoptimizeConfig.php:171
msgid ""
"Enter your CDN blog root directory URL if you want to enable CDN for images "
"referenced in the CSS."
msgstr ""
"Saisissez l'URL du répertoire racine de votre site si vous souhaitez "
"utiliser un CDN pour les images référencés dans le CSS."

#: classes/autoptimizeConfig.php:175
msgid "Cache Info"
msgstr "Informations du cache"

#: classes/autoptimizeConfig.php:178
msgid "Cache folder"
msgstr "Répertoire du cache"

#: classes/autoptimizeConfig.php:182
msgid "Can we write?"
msgstr "Droits d'écriture ?"

#: classes/autoptimizeConfig.php:183
msgid "Yes"
msgstr "Oui"

#: classes/autoptimizeConfig.php:183
msgid "No"
msgstr "Non"

#: classes/autoptimizeConfig.php:186
msgid "Cached styles and scripts"
msgstr "Styles et scripts en cache"

#: classes/autoptimizeConfig.php:194
msgid "Save aggregated script/css as static files?"
msgstr "Enregistrer les scripts/css en tant que fichiers statiques ?"

#: classes/autoptimizeConfig.php:196
msgid ""
"By default files saved are static css/js, uncheck this option if your "
"webserver doesn't properly handle the compression and expiry."
msgstr ""
"Par defaut les fichiers JS/ CSS seront servi d'une manière statique. "
"Désactivez cette option si votre serveur web ne peut pas gérer la "
"compression et l'expiration des fichiers."

#: classes/autoptimizeConfig.php:202
msgid "Save Changes"
msgstr "Enregistrer les modifications"

#: classes/autoptimizeConfig.php:203
msgid "Save Changes and Empty Cache"
msgstr "Enregistrer les modifications et vider le cache"

#: classes/autoptimizeConfig.php:224
msgid ""
"Need help? <a href='https://wordpress.org/plugins/autoptimize/faq/'>Check "
"out the FAQ</a> or post your question on <a href='http://wordpress.org/"
"support/plugin/autoptimize'>the support-forum</a>."
msgstr ""
"Besoin d’aide ? <a href=‘https://wordpress.org/plugins/autoptimize/"
"faq/'>Consultez la FAQ</a> ou posez votre question sur <a href=‘http://"
"wordpress.org/support/plugin/autoptimize'>le forum de support</a>."

#: classes/autoptimizeConfig.php:225
msgid "Happy with Autoptimize?"
msgstr "Heureux avec Autoptimize ?"

#: classes/autoptimizeConfig.php:225
msgid "Try my other plugins!"
msgstr "Essayez mes autres plugins !"

#: classes/autoptimizeConfig.php:231
msgid "futtta about"
msgstr "futta à propos de"

#. Plugin Name of the plugin/theme
#: classes/autoptimizeConfig.php:233
msgid "Autoptimize"
msgstr "Autoptimize"

#: classes/autoptimizeConfig.php:234
msgid "WordPress"
msgstr "WordPress"

#: classes/autoptimizeConfig.php:235
msgid "Web Technology"
msgstr "La technologie Web"

#: classes/autoptimizeConfig.php:250
msgid "Do not donate for this plugin!"
msgstr "Ne faites pas de don pas pour ce plugin!"

#: classes/autoptimizeConfig.php:370
msgid "Autoptimize Options"
msgstr "Options Autoptimize "

#: classes/autoptimizeConfig.php:419 classes/autoptimizeConfig.php:425
msgid "Settings"
msgstr "Paramètres"

#: classes/autoptimizeConfig.php:488
msgid "No items"
msgstr "Aucun élément"

#: classes/autoptimizeConfig.php:493
msgid "Posted %s"
msgstr "Publié %s"

#: classlesses/autoptimizeCacheChecker.php:50
msgid ""
"Autoptimize's cache size is getting big, consider purging the cache.<br /"
"><br />Have a look at <a href=\"https://wordpress.org/plugins/autoptimize/"
"faq/\" target=\"_blank\">the Autoptimize FAQ</a> to see how you can keep the "
"cache size under control."
msgstr ""
"La taille de cache d’Autoptimize devient importante, pensez à purger le "
"cache.<br><br>Jetez un oeil à <a href=\"https://wordpress.org/plugins/"
"autoptimize/faq/\"  target=\"_blank\">La FAQ de Autoptimize</a> pour voir "
"comment vous pouvez maîtriser la taille du cache."

#. Plugin URI of the plugin/theme
msgid "http://blog.futtta.be/autoptimize"
msgstr "http://blog.futtta.be/autoptimize"

#. Description of the plugin/theme
msgid ""
"Optimizes your website, concatenating the CSS and JavaScript code, and "
"compressing it."
msgstr ""
"Optimise votre site web en rassemblant les CSS et JavaScript et en les "
"compressant."

#. Author of the plugin/theme
msgid "Frank Goossens (futtta)"
msgstr "Frank Goossens (futtta)"

#. Author URI of the plugin/theme
msgid "http://blog.futtta.be/"
msgstr "http://blog.futtta.be/"

#~ msgid ""
#~ "For performance reasons it is better to include JavaScript at the bottom "
#~ "of HTML, but this sometimes breaks things. Especially useful for jQuery-"
#~ "based themes."
#~ msgstr ""
#~ "Pour améliorer les performances, il est préférable d'inclure le "
#~ "JavaScript à la fin du code HTML, mais cela peut parfois 'casser' "
#~ "certaines pages (notamment pour les thèmes à base de jQuery)."

#~ msgid ""
#~ "If your scripts break because of an script error, you might want to try "
#~ "this."
#~ msgstr ""
#~ "Si votre script est 'cassé' par des erreurs, vous pouvez essayer cette "
#~ "option."

#~ msgid "Defer CSS loading?"
#~ msgstr "Reporter le chargement des CSS"

#~ msgid ""
#~ "Normally CSS is loaded in the &lt;head&gt;-section of the HTML, but for "
#~ "mobile performance reasons having it deferred can be better."
#~ msgstr ""
#~ "Normalement, les CSS sont chargés dans l'en-tête du code HTML, mais pour "
#~ "améliorer les performances de lecture par un terminal mobile, il peut "
#~ "être préférable de reporter ce chargement."
