# Copyright (C) 2015 Autoptimize # This file is distributed under the same license as the Autoptimize package. msgid "" msgstr "" "Project-Id-Version: Autoptimize 1.9.9\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/autoptimize\n" "POT-Creation-Date: 2015-12-08 22:03:53+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \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 "" #: autoptimize.php:99 msgid "" "Autoptimize has just been updated. Please test your site now and adapt Autoptimize config if needed." msgstr "" #: autoptimize.php:105 msgid "" "Autoptimize cannot write to the cache directory (default: /wp-content/cache/" "autoptimize), please fix to enable CSS/ JS optimization!" msgstr "" #: classes/autoptimizeConfig.php:48 msgid "Autoptimize Settings" msgstr "" #: classes/autoptimizeConfig.php:54 classes/autoptimizeConfig.php:60 msgid "Show advanced settings" msgstr "" #: classes/autoptimizeConfig.php:55 classes/autoptimizeConfig.php:61 msgid "Hide advanced settings" msgstr "" #: classes/autoptimizeConfig.php:69 msgid "HTML Options" msgstr "" #: classes/autoptimizeConfig.php:72 msgid "Optimize HTML Code?" msgstr "" #: classes/autoptimizeConfig.php:76 msgid "Keep HTML comments?" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:82 msgid "JavaScript Options" msgstr "" #: classes/autoptimizeConfig.php:85 msgid "Optimize JavaScript Code?" msgstr "" #: classes/autoptimizeConfig.php:89 msgid "Force JavaScript in <head>?" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:95 msgid "Look for scripts only in <head>?" msgstr "" #: classes/autoptimizeConfig.php:95 classes/autoptimizeConfig.php:135 msgid " (deprecated)" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:101 msgid "Also aggregate inline JS?" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:106 msgid "Exclude scripts from Autoptimize:" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:111 msgid "Add try-catch wrapping?" msgstr "" #: classes/autoptimizeConfig.php:113 msgid "" "If your scripts break because of a JS-error, you might want to try this." msgstr "" #: classes/autoptimizeConfig.php:117 msgid "CSS Options" msgstr "" #: classes/autoptimizeConfig.php:120 msgid "Optimize CSS Code?" msgstr "" #: classes/autoptimizeConfig.php:124 msgid "Generate data: URIs for images?" msgstr "" #: classes/autoptimizeConfig.php:126 msgid "" "Enable this to include small background-images in the CSS itself instead of " "as seperate downloads." msgstr "" #: classes/autoptimizeConfig.php:129 msgid "Remove Google Fonts?" msgstr "" #: classes/autoptimizeConfig.php:131 msgid "Check this if you don't need or want Google Fonts being loaded." msgstr "" #: classes/autoptimizeConfig.php:135 msgid "Look for styles only in <head>?" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:141 msgid "Also aggregate inline CSS?" msgstr "" #: classes/autoptimizeConfig.php:143 msgid "Check this option for Autoptimize to also aggregate CSS in the HTML." msgstr "" #: classes/autoptimizeConfig.php:146 msgid "Inline and Defer CSS?" msgstr "" #: classes/autoptimizeConfig.php:148 msgid "" "Inline \"above the fold CSS\" while loading the main autoptimized CSS only " "after page load. Check the FAQ before activating this option!" msgstr "" #: classes/autoptimizeConfig.php:152 msgid "Paste the above the fold CSS here." msgstr "" #: classes/autoptimizeConfig.php:155 msgid "Inline all CSS?" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:160 msgid "Exclude CSS from Autoptimize:" msgstr "" #: classes/autoptimizeConfig.php:162 msgid "A comma-seperated list of CSS you want to exclude from being optimized." msgstr "" #: classes/autoptimizeConfig.php:166 msgid "CDN Options" msgstr "" #: classes/autoptimizeConfig.php:169 msgid "CDN Base URL" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:175 msgid "Cache Info" msgstr "" #: classes/autoptimizeConfig.php:178 msgid "Cache folder" msgstr "" #: classes/autoptimizeConfig.php:182 msgid "Can we write?" msgstr "" #: classes/autoptimizeConfig.php:183 msgid "Yes" msgstr "" #: classes/autoptimizeConfig.php:183 msgid "No" msgstr "" #: classes/autoptimizeConfig.php:186 msgid "Cached styles and scripts" msgstr "" #: classes/autoptimizeConfig.php:194 msgid "Save aggregated script/css as static files?" msgstr "" #: 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 "" #: classes/autoptimizeConfig.php:202 msgid "Save Changes" msgstr "" #: classes/autoptimizeConfig.php:203 msgid "Save Changes and Empty Cache" msgstr "" #: classes/autoptimizeConfig.php:224 msgid "" "Need help? Check " "out the FAQ or post your question on the support-forum." msgstr "" #: classes/autoptimizeConfig.php:225 msgid "Happy with Autoptimize?" msgstr "" #: classes/autoptimizeConfig.php:225 msgid "Try my other plugins!" msgstr "" #: classes/autoptimizeConfig.php:231 msgid "futtta about" msgstr "" #. #-#-#-#-# plugin.pot (Autoptimize 1.9.9) #-#-#-#-# #. Plugin Name of the plugin/theme #: classes/autoptimizeConfig.php:233 msgid "Autoptimize" msgstr "" #: classes/autoptimizeConfig.php:234 msgid "WordPress" msgstr "" #: classes/autoptimizeConfig.php:235 msgid "Web Technology" msgstr "" #: classes/autoptimizeConfig.php:250 msgid "Do not donate for this plugin!" msgstr "" #: classes/autoptimizeConfig.php:370 msgid "Autoptimize Options" msgstr "" #: classes/autoptimizeConfig.php:419 classes/autoptimizeConfig.php:425 msgid "Settings" msgstr "" #: classes/autoptimizeConfig.php:488 msgid "No items" msgstr "" #: classes/autoptimizeConfig.php:493 msgid "Posted %s" msgstr "" #: classlesses/autoptimizeCacheChecker.php:50 msgid "" "Autoptimize's cache size is getting big, consider purging the cache.

Have a look at the Autoptimize FAQ to see how you can keep the " "cache size under control." msgstr "" #. Plugin URI of the plugin/theme msgid "http://blog.futtta.be/autoptimize" msgstr "" #. Description of the plugin/theme msgid "" "Optimizes your website, concatenating the CSS and JavaScript code, and " "compressing it." msgstr "" #. Author of the plugin/theme msgid "Frank Goossens (futtta)" msgstr "" #. Author URI of the plugin/theme msgid "http://blog.futtta.be/" msgstr ""