# Translation of Stable (latest release) in English (UK)
# This file is distributed under the same license as the Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2016-05-09 15:03:03+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: GlotPress/2.1.0-alpha\n"
"Project-Id-Version: Stable (latest release)\n"

#: wp-cache.php:1036
msgid "Warning! 304 browser caching is only supported when mod_rewrite caching is not used."
msgstr "Warning! 304 browser caching is only supported when mod_rewrite caching is not used."

#: wp-cache.php:1076
msgid "Cache Location"
msgstr "Cache Location"

#: wp-cache.php:1081
msgid "Change the location of your cache files. The default is WP_CONTENT_DIR . /cache/ which translates to %s."
msgstr "Change the location of your cache files. The default is WP_CONTENT_DIR . /cache/ which translates to %s."

#: wp-cache.php:1082
msgid "You must give the full path to the directory."
msgstr "You must give the full path to the directory."

#: wp-cache.php:1083
msgid "If the directory does not exist, it will be created. Please make sure your web server user has write access to the parent directory. The parent directory must exist."
msgstr "If the directory does not exist, it will be created. Please make sure your web server user has write access to the parent directory. The parent directory must exist."

#: wp-cache.php:1084
msgid "If the new cache directory does not exist, it will be created and the contents of the old cache directory will be moved there. Otherwise, the old cache directory will be left where it is."
msgstr "If the new cache directory does not exist, it will be created and the contents of the old cache directory will be moved there. Otherwise, the old cache directory will be left where it is."

#: wp-cache.php:1085
msgid "Submit a blank entry to set it to the default directory, WP_CONTENT_DIR . /cache/."
msgstr "Submit a blank entry to set it to the default directory, WP_CONTENT_DIR . /cache/."

#: wp-cache.php:1087
msgid "The plugin detected a bare directory index in your cache directory, which would let visitors see your cache files directly and might expose private posts."
msgstr "The plugin detected a bare directory index in your cache directory, which would let visitors see your cache files directly and might expose private posts."

#: wp-cache.php:1089
msgid "You are using mod_rewrite to serve cache files so the plugin has added <q>Options -Indexes</q> to the .htaccess file in the cache directory to disable indexes. However, if that does not work, you should contact your system administrator or support and ask for them to be disabled, or use PHP mode and move the cache outside of the web root."
msgstr "You are using mod_rewrite to serve cache files so the plugin has added <q>Options -Indexes</q> to the .htaccess file in the cache directory to disable indexes. However, if that does not work, you should contact your system administrator or support and ask for them to be disabled, or use PHP mode and move the cache outside of the web root."

#: wp-cache.php:1091
msgid "index.html files have been added in key directories, but unless directory indexes are disabled, it is probably better to store the cache files outside of the web root of %s"
msgstr "index.html files have been added in key directories, but unless directory indexes are disabled, it is probably better to store the cache files outside of the web root of %s"

#: wp-cache.php:1098
msgid "Since you are using mod_rewrite to serve cache files, you must choose a directory in your web root which is <q>%s</q> and update the mod_rewrite rules in the .htaccess file."
msgstr "Since you are using mod_rewrite to serve cache files, you must choose a directory in your web root which is <q>%s</q> and update the mod_rewrite rules in the .htaccess file."

#: wp-cache.php:1576
msgid "Cannot delete directory"
msgstr "Cannot delete directory"

#: wp-cache.php:2149 wp-cache.php:2155
msgid "WP Super Cache Warning!"
msgstr "WP Super Cache Warning!"

#: wp-cache.php:2150
msgid "All users of this site have been logged out to refresh their login cookies."
msgstr "All users of this site have been logged out to refresh their login cookies."

#: wp-cache.php:2156
msgid "Your server is configured to show files and directories, which may expose sensitive data such as login cookies to attackers in the cache directories. That has been fixed by adding a file named index.html to each directory. If you use PHP or legacy caching, consider moving the location of the cache directory on the Advanced Settings page."
msgstr "Your server is configured to show files and directories, which may expose sensitive data such as login cookies to attackers in the cache directories. That has been fixed by adding a file named index.html to each directory. If you use PHP or legacy caching, consider moving the location of the cache directory on the Advanced Settings page."

#: wp-cache.php:2158
msgid "If you just installed WP Super Cache for the first time, you can dismiss this message. Otherwise, you should probably refresh the login cookies of all logged in WordPress users here by clicking the logout link below."
msgstr "If you just installed WP Super Cache for the first time, you can dismiss this message. Otherwise, you should probably refresh the login cookies of all logged in WordPress users here by clicking the logout link below."

#: wp-cache.php:2161
msgid "Your site is using a very old version of WordPress. When you update to the latest version everyone will be logged out and cookie information updated."
msgstr "Your site is using a very old version of WordPress. When you update to the latest version everyone will be logged out and the cookie information updated."

#: wp-cache.php:2163
msgid "The logout link will log out all WordPress users on this site except you. Your authentication cookie will be updated, but you will not be logged out."
msgstr "The logout link will log out all WordPress users on this site except you. Your authentication cookie will be updated, but you will not be logged out."

#: wp-cache.php:2167
msgid "Logout"
msgstr "Logout"

#: wp-cache.php:1432
msgid "Mod Rewrite rules updated!"
msgstr "Mod Rewrite rules updated!"

#: wp-cache.php:1433
msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
msgstr "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"

#: wp-cache.php:1435
msgid "Mod Rewrite rules must be updated!"
msgstr "Mod Rewrite rules must be updated!"

#: wp-cache.php:1436
msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
msgstr "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules, as shown in the code below:"

#: wp-cache.php:1441
msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin, make sure these rules match."
msgstr "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin, make sure these rules match."

#: wp-cache.php:1444
msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences, but you should compare the rules in the file with those below as soon as possible. Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
msgstr "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences, but you should compare the rules in the file with those below as soon as possible. Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."

#: wp-cache.php:1446
msgid "View Mod_Rewrite Rules"
msgstr "View Mod_Rewrite Rules"

#: wp-cache.php:1452 wp-cache.php:3016
msgid "Rules must be added to %s too:"
msgstr "Rules must be added to %s too:"

#: wp-cache.php:1458
msgid "Gzip encoding rules in %s.htaccess created."
msgstr "Gzip encoding rules in %s.htaccess created."

#: wp-cache.php:1464
msgid "Fix Configuration"
msgstr "Fix Configuration"

#: wp-cache.php:1467
msgid "Restore Default Configuration"
msgstr "Restore Default Configuration"

#: wp-cache.php:1475
msgid "Comment moderation is enabled. Your comment may take some time to appear."
msgstr "Comment moderation is enabled. Your comment may take some time to appear."

#: wp-cache.php:1500
msgid "Lock Down:"
msgstr "Lock Down:"

#: wp-cache.php:1501
msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
msgstr "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."

#: wp-cache.php:1502
msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
msgstr "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."

#: wp-cache.php:1504
msgid "Sorry. My blog is locked down. Updates will appear shortly"
msgstr "Sorry. My blog is locked down. Updates will appear shortly"

#: wp-cache.php:1508
msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
msgstr "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."

#: wp-cache.php:1510
msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
msgstr "WordPress is not locked down. New comments will refresh Super Cache static files as normal."

#: wp-cache.php:1516
msgid "Lock Down"
msgstr "Lock Down"

#: wp-cache.php:1524
msgid "Directly Cached Files"
msgstr "Directly Cached Files"

#: wp-cache.php:1585
msgid "%s removed!"
msgstr "%s removed!"

#: wp-cache.php:1593
msgid "You must make %s writable to enable this feature. As this is a security risk, please make it read-only after your page is generated."
msgstr "You must make %s writable to enable this feature. As this is a security risk, please make it read-only after your page is generated."

#: wp-cache.php:1598
msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
msgstr "%s is writable. Please make it read-only after your page is generated as this is a security risk."

#: wp-cache.php:1613
msgid "Existing direct page"
msgstr "Existing direct page"

#: wp-cache.php:1613
msgid "Delete cached file"
msgstr "Delete cached file"

#: wp-cache.php:1618
msgid "Add direct page:"
msgstr "Add direct page:"

#: wp-cache.php:1620
msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
msgstr "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."

#: wp-cache.php:1622
msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
msgstr "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."

#: wp-cache.php:1623
msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
msgstr "Make the textbox blank to remove it from the list of direct pages and delete the cached file."

#: wp-cache.php:1628
msgid "Update Direct Pages"
msgstr "Update Direct Pages"

#: wp-cache.php:1656
msgctxt "timezone date format"
msgid "Y-m-d G:i:s"
msgstr "Y-m-d G:i:s"

#: wp-cache.php:1724
msgid "Expiry Time &amp; Garbage Collection"
msgstr "Expiry Time &amp; Garbage Collection"

#: wp-cache.php:1726
msgid "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"
msgstr "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"

#: wp-cache.php:1729
msgid "Local time is <code>%1$s</code>"
msgstr "Local time is <code>%1$s</code>"

#: wp-cache.php:1733
msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>"
msgstr "Next scheduled garbage collection will be at <strong>%s UTC</strong>"

#: wp-cache.php:1737
msgid "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not be deleted regardless of age."
msgstr "Warning! <strong>PRELOAD MODE</strong> activated. SuperCache files will not be deleted, regardless of age."

#: wp-cache.php:1755
msgid "Cache Timeout"
msgstr "Cache Timeout"

#: wp-cache.php:1756 wp-cache.php:1759
msgid "seconds"
msgstr "seconds"

#: wp-cache.php:1757
msgid "How long should cached pages remain fresh? Set to 0 to disable garbage collection. A good starting point is 3600 seconds."
msgstr "How long should cached pages remain fresh? Set to 0 to disable garbage collection. A good starting point is 3600 seconds."

#: wp-cache.php:1758
msgid "Scheduler"
msgstr "Scheduler"

#: wp-cache.php:1758
msgid "Timer:"
msgstr "Timer:"

#: wp-cache.php:1759
msgid "Check for stale cached files every <em>interval</em> seconds."
msgstr "Check for stale cached files every <em>interval</em> seconds."

#: wp-cache.php:1760
msgid "Clock:"
msgstr "Clock:"

#: wp-cache.php:1761
msgid "HH:MM"
msgstr "HH:MM"

#: wp-cache.php:1761
msgid "Check for stale cached files at this time <strong>(UTC)</strong> or starting at this time every <em>interval</em> below."
msgstr "Check for stale cached files at this time <strong>(UTC)</strong> or starting at this time every <em>interval</em> below."

#: wp-cache.php:1763
msgid "Interval:"
msgstr "Interval:"

#: wp-cache.php:1769
msgid "Notification Emails"
msgstr "Notification Emails"

#: wp-cache.php:1770
msgid "Email me when the garbage collection runs."
msgstr "Email me when the garbage collection runs."

#: wp-cache.php:1772
msgid "Garbage Collection"
msgstr "Garbage Collection"

#: wp-cache.php:1773
msgid "<em>Garbage collection</em> is the simple act of throwing out your garbage. For this plugin that would be old or <em>stale</em> cached files that may be out of date. New cached files are described as <em>fresh</em>."
msgstr "<em>Garbage collection</em> is the simple act of throwing out your garbage. For this plugin that would be old or <em>stale</em> cached files that may be out of date. New cached files are described as <em>fresh</em>."

#: wp-cache.php:1774
msgid "Cached files are fresh for a limited length of time. You can set that time in the <em>Cache Timeout</em> text box on this page."
msgstr "Cached files are fresh for a limited length of time. You can set that time in the <em>Cache Timeout</em> text box on this page."

#: wp-cache.php:1775
msgid "Stale cached files are not removed as soon as they become stale. They have to be removed by the garbage collecter. That is why you have to tell the plugin when the garbage collector should run."
msgstr "Stale cached files are not removed as soon as they become stale. They have to be removed by the garbage collector. That is why you have to tell the plugin when the garbage collector should run."

#: wp-cache.php:1776
msgid "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the garbage collector should run."
msgstr "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the garbage collector should run."

#: wp-cache.php:1777
msgid "The <em>Timer</em> scheduler tells the plugin to run the garbage collector at regular intervals. When one garbage collection is done, the next run is scheduled."
msgstr "The <em>Timer</em> scheduler tells the plugin to run the garbage collector at regular intervals. When one garbage collection is done, the next run is scheduled."

#: wp-cache.php:1778
msgid "Or, the <em>Clock</em> scheduler allows the garbage collection to run at specific times. If set to run hourly or twice daily, the garbage collector will be first scheduled for the time you enter here. It will then run again at the indicated interval. If set to run daily, it will run once a day at the time specified."
msgstr "Or, the <em>Clock</em> scheduler allows the garbage collection to run at specific times. If set to run hourly or twice daily, the garbage collector will be first scheduled for the time you enter here. It will then run again at the indicated interval. If set to run daily, it will run once a day at the time specified."

#: wp-cache.php:1780
msgid "There are no best garbage collection settings but here are a few scenarios. Garbage collection is separate to other actions that clear our cached files like leaving a comment or publishing a post."
msgstr "There are no best garbage collection settings but here are a few scenarios. Garbage collection is separate to other actions that clear our cached files like leaving a comment or publishing a post."

#: wp-cache.php:1782
msgid "Sites that want to serve lots of newly generated data should set the <em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 seconds."
msgstr "Sites that want to serve lots of newly generated data should set the <em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 seconds."

#: wp-cache.php:1783
msgid "Sites with widgets and rss feeds in their sidebar should probably use a timeout of 3600 seconds and set the timer to 600 seconds. Stale files will be caught within 10 minutes of going stale."
msgstr "Sites with widgets and rss feeds in their sidebar should probably use a timeout of 3600 seconds and set the timer to 600 seconds. Stale files will be caught within 10 minutes of going stale."

#: wp-cache.php:1784
msgid "Sites with lots of static content, no widgets or rss feeds in their sidebar can use a timeout of 86400 seconds or even more and set the timer to something equally long."
msgstr "Sites with lots of static content, no widgets or rss feeds in their sidebar can use a timeout of 86400 seconds or even more and set the timer to something equally long."

#: wp-cache.php:1785
msgid "Sites where an external data source updates at a particular time every day should set the timeout to 86400 seconds and use the Clock scheduler set appropriately."
msgstr "Sites where an external data source updates at a particular time every day should set the timeout to 86400 seconds and use the Clock scheduler set appropriately."

#: wp-cache.php:1787
msgid "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site, you should set the expiry time to <em>600 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching, aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
msgstr "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site, you should set the expiry time to <em>600 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching, aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."

#: wp-cache.php:1788
msgid "Set the expiry time to 0 seconds to disable garbage collection."
msgstr "Set the expiry time to 0 seconds to disable garbage collection."

#: wp-cache.php:1789
msgid "Change Expiration"
msgstr "Change Expiration"

#: wp-cache.php:1833
msgid "Rejected User Agents"
msgstr "Rejected User Agents"

#: wp-cache.php:1834
msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
msgstr "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exist."

#: wp-cache.php:1841
msgid "Save UA Strings"
msgstr "Save UA Strings"

#: wp-cache.php:1864
msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
msgstr "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."

#: wp-cache.php:1867
msgid "Single Posts"
msgstr "Single Posts"

#: wp-cache.php:1868
msgid "Pages"
msgstr "Pages"

#: wp-cache.php:1869
msgid "Front Page"
msgstr "Front Page"

#: wp-cache.php:1870
msgid "Home"
msgstr "Home"

#: wp-cache.php:1871
msgid "Archives"
msgstr "Archives"

#: wp-cache.php:1872
msgid "Tags"
msgstr "Tags"

#: wp-cache.php:1873
msgid "Category"
msgstr "Category"

#: wp-cache.php:1874
msgid "Feeds"
msgstr "Feeds"

#: wp-cache.php:1875
msgid "Search Pages"
msgstr "Search Pages"

#: wp-cache.php:1876
msgid "Author Pages"
msgstr "Author Pages"

#: wp-cache.php:1878 wp-cache.php:1992
msgid "Save"
msgstr "Save"

#: wp-cache.php:1895
msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
msgstr "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you don&#8217;t want to cache last year&#8217;s posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."

#: wp-cache.php:1901
msgid "Save Strings"
msgstr "Save Strings"

#: wp-cache.php:1917
msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
msgstr "Add here those filenames that can be cached, even if they match one of the rejected substrings specified above."

#: wp-cache.php:1923
msgid "Save Files"
msgstr "Save Files"

#: wp-cache.php:1966
msgid "Currently logging to: %s"
msgstr "Currently logging to: %s"

#: wp-cache.php:1969
msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
msgstr "Fix problems with the plugin by debugging them here. It can log them to a file in your cache directory."

#: wp-cache.php:1973
msgid "Debugging"
msgstr "Debugging"

#: wp-cache.php:1974
msgid "IP Address"
msgstr "IP Address"

#: wp-cache.php:1974
msgid "(only log requests from this IP address. Your IP is %s)"
msgstr "(only log requests from this IP address. Your IP is %s)"

#: wp-cache.php:1975
msgid "Cache Status Messages"
msgstr "Cache Status Messages"

#: wp-cache.php:1976
msgid "Display comments at the end of every page like this:"
msgstr "Display comments at the end of every page like this:"

#: wp-cache.php:1982
msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
msgstr "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"

#: wp-cache.php:1983
msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
msgstr "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases, but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."

#: wp-cache.php:1985
msgid "Check front page every 5 minutes."
msgstr "Check front page every 5 minutes."

#: wp-cache.php:1986
msgid "Front page text"
msgstr "Front page text"

#: wp-cache.php:1986
msgid "Text to search for on your front page. If this text is missing, the cache will be cleared. Leave blank to disable."
msgstr "Text to search for on your front page. If this text is missing, the cache will be cleared. Leave blank to disable."

#: wp-cache.php:1987
msgid "Clear cache on error."
msgstr "Clear cache on error."

#: wp-cache.php:1988
msgid "Email the blog admin when checks are made. (useful for testing)"
msgstr "Email the blog admin when checks are made. (useful for testing)"

#: wp-cache.php:2002
msgid "Error: GZIP compression is enabled. Disable it if you want to enable wp-cache."
msgstr "Error: GZIP compression is enabled. Disable it if you want to enable wp-cache."

#: wp-cache.php:2052 wp-cache.php:2351 wp-cache.php:2387
msgid "Warning"
msgstr "Warning"

#: wp-cache.php:2052
msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
msgstr "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable GZIP compression."

#: wp-cache.php:2271 wp-cache.php:2276 wp-cache.php:2310 wp-cache.php:2315
#: wp-cache.php:2321
msgid "Error"
msgstr "Error"

#: wp-cache.php:2271
msgid "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;t be created by the web server. Check %1$s permissions."
msgstr "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;t be created by the web server. Check %1$s permissions."

#: wp-cache.php:2276
msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
msgstr "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."

#: wp-cache.php:2310
msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server. Please delete it and refresh this page."
msgstr "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server. Please delete it and refresh this page."

#: wp-cache.php:2315
msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the web server. Check its permissions."
msgstr "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the web server. Check its permissions."

#: wp-cache.php:2321
msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist. Verify your installation."
msgstr "Sample WP-Cache config file (<strong>%s</strong>) does not exist. Verify your installation."

#: wp-cache.php:2351
msgid "Could not update %s!</em> WPCACHEHOME must be set in config file."
msgstr "Could not update %s!</em> WPCACHEHOME must be set in config file."

#: wp-cache.php:2387
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
msgstr "%s/advanced-cache.php</em> does not exist or cannot be updated."

#: wp-cache.php:2388
msgid "1. If it already exists, please delete the file first."
msgstr "1. If it already exists, please delete the file first."

#: wp-cache.php:2389
msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
msgstr "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read-only afterwards again. (Change 777 to 755 in the previous command)"

#: wp-cache.php:2390
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
msgstr "3. Refresh this page to update <em>%s/advanced-cache.php</em>"

#: wp-cache.php:2391
msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
msgstr "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"

#: wp-cache.php:2392
msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
msgstr "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"

#: wp-cache.php:2415
msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately, it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
msgstr "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately, it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"

#: wp-cache.php:2417
msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
msgstr "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."

#: wp-cache.php:2418
msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
msgstr "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "

#: wp-cache.php:2422
msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/plugins/wp-super-cache/faq/\">Troubleshooting Guide</a>. The WP_CACHE line must be moved up."
msgstr "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/plugins/wp-super-cache/faq/\">Troubleshooting Guide</a>. The WP_CACHE line must be moved up."

#: wp-cache.php:2450
msgid "Cache Contents"
msgstr "Cache Contents"

#: wp-cache.php:2453
msgid "Object cache in use. No cache listing available."
msgstr "Object cache in use. No cache listing available."

#: wp-cache.php:2477
msgid "Deleting supercache file: <strong>%s</strong><br />"
msgstr "Deleting supercache file: <strong>%s</strong><br />"

#: wp-cache.php:2499
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
msgstr "Deleting wp-cache file: <strong>%s</strong><br />"

#: wp-cache.php:2566
msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
msgstr "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."

#: wp-cache.php:2567
msgid "Regenerate cache stats"
msgstr "Regenerate cache stats"

#: wp-cache.php:2569
msgid "Cache stats last generated: %s minutes ago."
msgstr "Cache stats last generated: %s minutes ago."

#: wp-cache.php:2575
msgid "WP-Cache"
msgstr "WP-Cache"

#: wp-cache.php:2576 wp-cache.php:2591
msgid "%s Cached Pages"
msgstr "%s Cached Pages"

#: wp-cache.php:2577 wp-cache.php:2596
msgid "%s Expired Pages"
msgstr "%s Expired Pages"

#: wp-cache.php:2590
msgid "WP-Super-Cache"
msgstr "WP-Super-Cache"

#: wp-cache.php:2600
msgid "Fresh WP-Cached Files"
msgstr "Fresh WP-Cached Files"

#: wp-cache.php:2601 wp-cache.php:2617 wp-cache.php:2633 wp-cache.php:2649
msgid "URI"
msgstr "URI"

#: wp-cache.php:2601 wp-cache.php:2617
msgid "Key"
msgstr "Key"

#: wp-cache.php:2601 wp-cache.php:2617 wp-cache.php:2633 wp-cache.php:2649
msgid "Age"
msgstr "Age"

#: wp-cache.php:2601 wp-cache.php:2617 wp-cache.php:2633 wp-cache.php:2649
msgid "Delete"
msgstr "Delete"

#: wp-cache.php:2616
msgid "Stale WP-Cached Files"
msgstr "Stale WP-Cached Files"

#: wp-cache.php:2632
msgid "Fresh Super Cached Files"
msgstr "Fresh Super Cached Files"

#: wp-cache.php:2648
msgid "Stale Super Cached Files"
msgstr "Stale Super Cached Files"

#: wp-cache.php:2664
msgid "Hide file list"
msgstr "Hide file list"

#: wp-cache.php:2666
msgid "Too many cached files, no listing possible."
msgstr "Too many cached files, no listing possible."

#: wp-cache.php:2668
msgid "List all cached files"
msgstr "List all cached files"

#: wp-cache.php:2671
msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
msgstr "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."

#: wp-cache.php:2682
msgid "Delete Expired"
msgstr "Delete Expired"

#: wp-cache.php:2707
msgid "Delete Super Cache cached files (opens in new window)"
msgstr "Delete Super Cache cached files (opens in new window)"

#: wp-cache.php:2874
msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
msgstr "%1$s is Stephen Fry proof thanks to caching by %2$s"

#: wp-cache.php:2907
msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
msgstr "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."

#: wp-cache.php:2913
msgid "Settings"
msgstr "Settings"

#: wp-cache.php:2923
msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
msgstr "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."

#: wp-cache.php:2926
msgid "Warning! WP Super Cache caching <strong>was</strong> broken but has been <strong>fixed</strong>! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />The file %1$s/advanced-cache.php has been recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this message."
msgstr "Warning! WP Super Cache caching <strong>was</strong> broken but has been <strong>fixed</strong>! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />The file %1$s/advanced-cache.php has been recreated and WPCACHEHOME fixed in your wp-config.php. Reload to hide this message."

#: wp-cache.php:2947
msgid "[%s] Front page is gzipped! Please clear cache!"
msgstr "[%s] Front page is gzipped! Please clear cache!"

#: wp-cache.php:2947
msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
msgstr "Please visit %s to clear the cache as the front page of your site is now downloading!"

#: wp-cache.php:2950
msgid "[%s] Front page is gzipped! Cache Cleared!"
msgstr "[%s] Front page is gzipped! Cache Cleared!"

#: wp-cache.php:2950
msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
msgstr "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."

#: wp-cache.php:2957
msgid "[%s] Front page is not correct! Please clear cache!"
msgstr "[%s] Front page is not correct! Please clear cache!"

#: wp-cache.php:2957
msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
msgstr "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"

#: wp-cache.php:2960
msgid "[%s] Front page is not correct! Cache Cleared!"
msgstr "[%s] Front page is not correct! Cache Cleared!"

#: wp-cache.php:2960
msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
msgstr "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."

#: wp-cache.php:2965
msgid "[%s] Front page check!"
msgstr "[%s] Front page check!"

#: wp-cache.php:2965
msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
msgstr "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."

#: wp-cache.php:3008
msgid "Cannot update .htaccess"
msgstr "Cannot update .htaccess"

#: wp-cache.php:3008
msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
msgstr "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."

#: wp-cache.php:3008
msgid "Refresh this page when the file permissions have been modified."
msgstr "Refresh this page when the file permissions have been modified."

#: wp-cache.php:3008
msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
msgstr "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"

#: wp-cache.php:3012
msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
msgstr "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"

#: wp-cache.php:3013
msgid "You can edit the file yourself. Add the following rules."
msgstr "You can edit the file yourself. Add the following rules."

#: wp-cache.php:3014
msgid " Make sure they appear before any existing WordPress rules. "
msgstr " Make sure they appear before any existing WordPress rules. "

#: wp-cache.php:3022
msgid "Update Mod_Rewrite Rules"
msgstr "Update Mod_Rewrite Rules"

#: wp-cache.php:3185
msgid "[%1$s] Cache Preload Started"
msgstr "[%1$s] Cache Preload Started"

#: wp-cache.php:3215
msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
msgstr "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"

#: wp-cache.php:3264
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
msgstr "[%1$s] Refreshing posts from %2$d to %3$d"

#: wp-cache.php:3285
msgid "[%1$s] Cache Preload Stopped"
msgstr "[%1$s] Cache Preload Stopped"

#: wp-cache.php:3295
msgid "[%1$s] %2$d posts refreshed"
msgstr "[%1$s] %2$d posts refreshed"

#: wp-cache.php:3295
msgid "Refreshed the following posts:"
msgstr "Refreshed the following posts:"

#: wp-cache.php:3305
msgid "Scheduling next preload refresh in %d minutes."
msgstr "Scheduling next preload refresh in %d minutes."

#: wp-cache.php:3316
msgid "[%s] Cache Preload Completed"
msgstr "[%s] Cache Preload Completed"

#: wp-cache.php:3316
msgid "Cleaning up old supercache files."
msgstr "Cleaning up old supercache files."

#: wp-cache.php:3358
msgid "[%s] Preload may have stalled."
msgstr "[%s] Preload may have stalled."

#: wp-cache.php:3358
msgid ""
"Preload has been restarted.\n"
"%s"
msgstr ""
"Preload has been restarted.\n"
"%s"

#: wp-cache.php:3401
msgid "Supercache Uninstall Problems"
msgstr "SuperCache Uninstall Problems"

#: wp-cache.php:3401
msgid ""
"Dear User,\n"
"\n"
"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
"in your .htaccess were not.\n"
"\n"
"Please edit the following file and remove the code\n"
"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
"\n"
"%s\n"
"\n"
"Regards,\n"
"WP Super Cache Plugin\n"
"http://wordpress.org/plugins/wp-super-cache/"
msgstr ""
"Dear User,\n"
"\n"
"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
"in your .htaccess were not.\n"
"\n"
"Please edit the following file and remove the code\n"
"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
"\n"
"%s\n"
"\n"
"Regards,\n"
"WP Super Cache Plugin\n"
"http://wordpress.org/plugins/wp-super-cache/"

#: wp-cache.php:3438
msgid "Delete cache of the current page"
msgstr "Delete cache of the current page"

#. Plugin Name of the plugin/theme
msgid "WP Super Cache"
msgstr "WP Super Cache"

#. Plugin URI of the plugin/theme
msgid "https://wordpress.org/plugins/wp-super-cache/"
msgstr "https://wordpress.org/plugins/wp-super-cache/"

#. Description of the plugin/theme
msgid "Very fast caching plugin for WordPress."
msgstr "Very fast caching plugin for WordPress."

#. Author of the plugin/theme
msgid "Automattic"
msgstr "Automattic"

#. Author URI of the plugin/theme
msgid "https://automattic.com/"
msgstr "https://automattic.com/"

#: plugins/wptouch.php:31
msgid "WPTouch support is now %s"
msgstr "WPTouch support is now %s"

#: plugins/wptouch.php:45
msgid "WPTouch plugin detected! Please go to the Supercache plugins page and enable the WPTouch helper plugin."
msgstr "WPTouch plugin detected! Please go to the SuperCache plugins page and enable the WPTouch helper plugin."

#: wp-cache-phase2.php:1334
msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
msgstr "Cache expiry cron job failed. Job will run again in 10 seconds."

#: wp-cache-phase2.php:1338
msgid "Cache expiry cron job took more than 30 seconds. You should probably run the garbage collector more often."
msgstr "Cache expiry cron job took more than 30 seconds. You should probably run the garbage collector more often."

#: wp-cache-phase2.php:1347
msgid "[%1$s] WP Super Cache GC Report"
msgstr "[%1$s] WP Super Cache GC Report"

#: wp-cache.php:111
msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
msgstr "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"

#: wp-cache.php:203
msgid "Warning! PHP Safe Mode Enabled!"
msgstr "Warning! PHP Safe Mode Enabled!"

#: wp-cache.php:204
msgid "You may experience problems running this plugin because SAFE MODE is enabled."
msgstr "You may experience problems running this plugin because SAFE MODE is enabled."

#: wp-cache.php:208
msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
msgstr "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."

#: wp-cache.php:209
msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
msgstr "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."

#: wp-cache.php:211
msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
msgstr "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in an .htaccess file unfortunately. It must be done in the php.ini config file."

#: wp-cache.php:217
msgid "Permlink Structure Error"
msgstr "Permalink Structure Error"

#: wp-cache.php:218
msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
msgstr "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."

#: wp-cache.php:230
msgid "Warning! Your hostname \"%s\" resolves to %s"
msgstr "Warning! Your hostname \"%s\" resolves to %s"

#: wp-cache.php:231
msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
msgstr "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."

#: wp-cache.php:232 wp-cache.php:246
msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
msgstr "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"

#: wp-cache.php:245
msgid "Unfortunately, WordPress cannot find the file wp-cron.php. This script is required for the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
msgstr "Unfortunately, WordPress cannot find the wp-cron.php file. This script is required for the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."

#: wp-cache.php:259
msgid "Cannot continue... fix previous problems and retry."
msgstr "Cannot continue... fix previous problems and retry."

#: wp-cache.php:268
msgid "Zlib Output Compression Enabled!"
msgstr "Zlib Output Compression Enabled!"

#: wp-cache.php:269
msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
msgstr "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."

#: wp-cache.php:273
msgid "Mod rewrite may not be installed!"
msgstr "Mod rewrite may not be installed!"

#: wp-cache.php:274
msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
msgstr "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."

#: wp-cache.php:280
msgid "Read Only Mode. Configuration cannot be changed."
msgstr "Read Only Mode. Configuration cannot be changed."

#: wp-cache.php:281
msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the web server to make any changes."
msgstr "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writable by the web server to make any changes."

#: wp-cache.php:282
msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writeable and it should be fine."
msgstr "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writable and it should be fine."

#: wp-cache.php:283 wp-cache.php:332
msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
msgstr "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."

#: wp-cache.php:284
msgid "Writeable:"
msgstr "Writable:"

#: wp-cache.php:285
msgid "Read-only:"
msgstr "Read-only:"

#: wp-cache.php:303
msgid "Warning! Garbage collection is not scheduled!"
msgstr "Warning! Garbage collection is not scheduled!"

#: wp-cache.php:304
msgid "Garbage collection by this plugin clears out expired and old cached pages on a regular basis. Use <a href=\"#expirytime\">this form</a> to enable it."
msgstr "Garbage collection by this plugin clears out expired and old cached pages on a regular basis. Use <a href=\"#expirytime\">this form</a> to enable it."

#: wp-cache.php:309 wp-cache.php:337 wp-cache.php:409 wp-cache.php:2165
msgid "Dismiss"
msgstr "Dismiss"

#: wp-cache.php:330
msgid "Warning! %s is writeable!"
msgstr "Warning! %s is writable!"

#: wp-cache.php:331
msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
msgstr "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"

#: wp-cache.php:349
msgid "Mobile rewrite rules detected"
msgstr "Mobile rewrite rules detected"

#: wp-cache.php:350
msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
msgstr "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."

#: wp-cache.php:350
msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
msgstr "This will have no effect on ordinary users, but mobile users will see uncached pages."

#: wp-cache.php:356 wp-cache.php:367
msgid "Rewrite rules must be updated"
msgstr "Rewrite rules must be updated"

#: wp-cache.php:357 wp-cache.php:368
msgid "The rewrite rules required by this plugin have changed or are missing. "
msgstr "The rewrite rules required by this plugin have changed or are missing. "

#: wp-cache.php:358
msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
msgstr "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"

#: wp-cache.php:359
msgid "Set the plugin to legacy mode and enable mobile support."
msgstr "Set the plugin to legacy mode and enable mobile support."

#: wp-cache.php:360 wp-cache.php:369
msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
msgstr "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."

#: wp-cache.php:361
msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
msgstr "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."

#: wp-cache.php:362
msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|%s|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
msgstr "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|%s|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"

#: wp-cache.php:375
msgid "Required to serve compressed supercache files properly."
msgstr "Required to serve compressed SuperCache files properly."

#: wp-cache.php:375
msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
msgstr "Required to set caching information on SuperCache pages. IE7 users will see old pages without this module."

#: wp-cache.php:375
msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
msgstr "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."

#: wp-cache.php:382
msgid "Missing Apache Modules"
msgstr "Missing Apache Modules"

#: wp-cache.php:383
msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
msgstr "The following Apache modules are missing. The plugin will work in legacy mode without them. In full SuperCache mode, your visitors may see corrupted pages or out of date content, however."

#: wp-cache.php:403
msgid ".htaccess file may need to be moved"
msgstr ".htaccess file may need to be moved"

#: wp-cache.php:404
msgid "It appears you have WordPress installed in a sub directory as described <a href=\"http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">here</a>. Unfortunately, WordPress writes to the .htaccess in the install directory, not where your site is served from.<br />When you update the rewrite rules in this plugin you will have to copy the file to where your site is hosted. This will be fixed in the future."
msgstr "It appears you have WordPress installed in a sub directory as described <a href=\"http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">here</a>. Unfortunately, WordPress writes to the .htaccess in the install directory, not where your site is served from.<br />When you update the rewrite rules in this plugin you will have to copy the file to where your site is hosted. This will be fixed in the future."

#: wp-cache.php:665
msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
msgstr "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."

#: wp-cache.php:764
msgid "WP Super Cache Settings"
msgstr "WP Super Cache Settings"

#: wp-cache.php:778
msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
msgstr "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."

#: wp-cache.php:789
msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
msgstr "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."

#: wp-cache.php:821
msgid "Caching must be enabled to use this feature"
msgstr "Caching must be enabled to use this feature"

#: wp-cache.php:839 wp-cache.php:979
msgid "Cancel Cache Preload"
msgstr "Cancel Cache Preload"

#: wp-cache.php:847
msgid "Scheduled preloading of cache almost cancelled. It may take up to a minute for it to cancel completely."
msgstr "Scheduled preloading of cache almost cancelled. It may take up to a minute for it to cancel completely."

#: wp-cache.php:858
msgid "Scheduled preloading of cache cancelled."
msgstr "Scheduled preloading of cache cancelled."

#: wp-cache.php:890 wp-cache.php:977
msgid "Preload Cache Now"
msgstr "Preload Cache Now"

#: wp-cache.php:894
msgid "Scheduled preloading of cache in 10 seconds."
msgstr "Scheduled preloading of cache in 10 seconds."

#: wp-cache.php:899
msgid "Scheduled preloading of cache in %d minutes"
msgstr "Scheduled preloading of cache in %d minutes"

#: wp-cache.php:903
msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
msgstr "This will cache every published post and page on your site. It will create SuperCache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."

#: wp-cache.php:904
msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
msgstr "Preloading creates lots of files, however. Caching is done from the newest post to the oldest, so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."

#: wp-cache.php:905
msgid "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
msgstr "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old legacy files for known users, not the preloaded SuperCache files. This is a recommended setting when the cache is preloaded."

#: wp-cache.php:909
msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
msgstr "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"

#: wp-cache.php:922
msgid "all"
msgstr "all"

#: wp-cache.php:935
msgid "Preload %s posts."
msgstr "Preload %s posts."

#: wp-cache.php:942
msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
msgstr "Preload mode (garbage collection only on legacy cache files. Recommended.)"

#: wp-cache.php:945
msgid "Preload tags, categories and other taxonomies."
msgstr "Preload tags, categories and other taxonomies."

#: wp-cache.php:948
msgid "Send me status emails when files are refreshed."
msgstr "Send me status emails when files are refreshed."

#: wp-cache.php:953
msgid "Many emails, 2 emails per 100 posts."
msgstr "Many emails, 2 emails per 100 posts."

#: wp-cache.php:956
msgid "Medium, 1 email per 100 posts."
msgstr "Medium, 1 email per 100 posts."

#: wp-cache.php:959
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
msgstr "Less emails, 1 at the start and 1 at the end of preloading all posts."

#: wp-cache.php:963
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
msgstr "Refresh of cache in %d hours %d minutes and %d seconds."

#: wp-cache.php:964
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
msgstr "Full refresh of cache in %d hours, %d minutes and %d seconds."

#: wp-cache.php:970
msgid "Currently caching from post %d to %d."
msgstr "Currently caching from post %d to %d."

#: wp-cache.php:974
msgid "<strong>Page last cached:</strong> %s"
msgstr "<strong>Page last cached:</strong> %s"

#: wp-cache.php:977
msgid "Update Settings"
msgstr "Update Settings"

#: wp-cache.php:985
msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
msgstr "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."

#: wp-cache.php:1002 wp-cache.php:1143
msgid "Caching"
msgstr "Caching"

#: wp-cache.php:1006
msgid "Cache hits to this website for quick access."
msgstr "Cache hits to this website for quick access."

#: wp-cache.php:1006 wp-cache.php:1008 wp-cache.php:1024 wp-cache.php:1033
#: wp-cache.php:1040 wp-cache.php:1043 wp-cache.php:1061 wp-cache.php:1146
msgid "Recommended"
msgstr "Recommended"

#: wp-cache.php:1007
msgid "Use mod_rewrite to serve cache files."
msgstr "Use mod_rewrite to serve cache files."

#: wp-cache.php:1008
msgid "Use PHP to serve cache files."
msgstr "Use PHP to serve cache files."

#: wp-cache.php:1009
msgid "Legacy page caching."
msgstr "Legacy page caching."

#: wp-cache.php:1010
msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
msgstr "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."

#: wp-cache.php:1016
msgid "Miscellaneous"
msgstr "Miscellaneous"

#: wp-cache.php:1022
msgid "Warning! Compression is disabled as gzencode() function was not found."
msgstr "Warning! Compression is disabled as gzencode() function was not found."

#: wp-cache.php:1024
msgid "Compress pages so they&#8217;re served more quickly to visitors."
msgstr "Compress pages so they&#8217;re served more quickly to visitors."

#: wp-cache.php:1025
msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
msgstr "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."

#: wp-cache.php:1033
msgid "304 Not Modified browser caching. Indicate when a page has not been modified since it was last requested."
msgstr "304 Not Modified browser caching. Indicates when a page has not been modified since it was last requested."

#: wp-cache.php:1038
msgid "304 support is disabled by default because some hosts have had problems with the headers used in the past."
msgstr "304 support is disabled by default because some hosts have had problems with the headers used in the past."

#: wp-cache.php:1040
msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
msgstr "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."

#: wp-cache.php:1041
msgid "Don&#8217;t cache pages with GET parameters. (?x=y at the end of a url)"
msgstr "Don&#8217;t cache pages with GET parameters. (?x=y at the end of a url)"

#: wp-cache.php:1042
msgid "Make known users anonymous so they&#8217;re served supercached static files."
msgstr "Make known users anonymous so they&#8217;re served SuperCached static files."

#: wp-cache.php:1043
msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
msgstr "Cache rebuild. Serve a SuperCache file to anonymous users while a new file is being generated."

#: wp-cache.php:1044
msgid "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! (places a message in your blog&#8217;s footer)"
msgstr "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! (places a message in your blog&#8217;s footer)"

#: wp-cache.php:1050 wp-cache.php:1350 wp-cache.php:1982
msgid "Advanced"
msgstr "Advanced"

#: wp-cache.php:1054
msgid "Enable dynamic caching. Requires PHP or legacy caching. (See <a href=\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> or wp-super-cache/plugins/dynamic-cache-test.php for example code.)"
msgstr "Enable dynamic caching. Requires PHP or legacy caching. (See <a href=\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> or wp-super-cache/plugins/dynamic-cache-test.php for example code.)"

#: wp-cache.php:1055
msgid "Mobile device support. (External plugin or theme required. See the <a href=\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> for further details.)"
msgstr "Mobile device support. (External plugin or theme required. See the <a href=\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> for further details.)"

#: wp-cache.php:1057
msgid "Mobile Browsers"
msgstr "Mobile Browsers"

#: wp-cache.php:1057
msgid "Mobile Prefixes"
msgstr "Mobile Prefixes"

#: wp-cache.php:1059
msgid "Remove UTF8/blog charset support from .htaccess file. Only necessary if you see odd characters or punctuation looks incorrect. Requires rewrite rules update."
msgstr "Remove UTF8/blog charset support from .htaccess file. Only necessary if you see odd characters or punctuation looks incorrect. Requires rewrite rules update."

#: wp-cache.php:1060
msgid "Clear all cache files when a post or page is published or updated."
msgstr "Clear all cache files when a post or page is published or updated."

#: wp-cache.php:1061
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
msgstr "Extra homepage checks. (Very occasionally stops homepage caching)"

#: wp-cache.php:1062
msgid "Only refresh current page when comments made."
msgstr "Only refresh current page when comments made."

#: wp-cache.php:1063
msgid "List the newest cached pages on this page."
msgstr "List the newest cached pages on this page."

#: wp-cache.php:1065
msgid "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
msgstr "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"

#: wp-cache.php:1067
msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
msgstr "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."

#: wp-cache.php:1069
msgid "Use object cache to store cached files."
msgstr "Use object cache to store cached files."

#: wp-cache.php:1069
msgid "(Experimental)"
msgstr "(Experimental)"

#: wp-cache.php:1071
msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
msgstr "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"

#: wp-cache.php:1106
msgid "Note:"
msgstr "Note:"

#: wp-cache.php:1108
msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required, then simple instructions are provided."
msgstr "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required, then simple instructions are provided."

#: wp-cache.php:1109
msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable is probably a good idea!)"
msgstr "If uninstalling this plugin, make sure the directory <em>%s</em> is writable by the webserver so the <em>advanced-cache.php</em> and <em>cache-config.php</em> files can be deleted automatically. (Making sure those files are writable is probably a good idea!)"

#: wp-cache.php:1110
msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
msgstr "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."

#: wp-cache.php:1111
msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
msgstr "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, an FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."

#: wp-cache.php:1114 wp-cache.php:1161
msgid "Update Status"
msgstr "Update Status"

#: wp-cache.php:1121
msgid "Accepted Filenames &amp; Rejected URIs"
msgstr "Accepted Filenames &amp; Rejected URIs"

#: wp-cache.php:1146
msgid "Caching On"
msgstr "Caching On"

#: wp-cache.php:1147
msgid "Caching Off"
msgstr "Caching Off"

#: wp-cache.php:1148
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
msgstr "Note: enables PHP caching, cache rebuild, and mobile support"

#: wp-cache.php:1158
msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok, please ignore this message. Otherwise, you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
msgstr "Notice: PHP caching enabled but SuperCache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok, please ignore this message. Otherwise, you can edit the .htaccess file in the root of your install and remove the SuperCache rules."

#: wp-cache.php:1163
msgid "Cache Tester"
msgstr "Cache Tester"

#: wp-cache.php:1164
msgid "Test your cached website by clicking the test button below."
msgstr "Test your cached website by clicking the test button below."

#: wp-cache.php:1170
msgid "Fetching %s to prime cache: "
msgstr "Fetching %s to prime cache: "

#: wp-cache.php:1172 wp-cache.php:1181 wp-cache.php:1193
msgid "OK"
msgstr "OK"

#: wp-cache.php:1175
msgid "Fetching first copy of %s: "
msgstr "Fetching first copy of %s: "

#: wp-cache.php:1184 wp-cache.php:1195
msgid "FAILED"
msgstr "FAILED"

#: wp-cache.php:1187
msgid "Fetching second copy of %s: "
msgstr "Fetching second copy of %s: "

#: wp-cache.php:1199
msgid "One or more page requests failed:"
msgstr "One or more page requests failed:"

#: wp-cache.php:1218 wp-cache.php:1219
msgid "Page %d: %d (%s)"
msgstr "Page %d: %d (%s)"

#: wp-cache.php:1225
msgid "Page 1: %s"
msgstr "Page 1: %s"

#: wp-cache.php:1226
msgid "Page 2: %s"
msgstr "Page 2: %s"

#: wp-cache.php:1227
msgid "The timestamps on both pages match!"
msgstr "The timestamps on both pages match!"

#: wp-cache.php:1229
msgid "The pages do not match! Timestamps differ or were not found!"
msgstr "The pages do not match! Timestamps differ or were not found!"

#: wp-cache.php:1230
msgid "Things you can do:"
msgstr "Things you can do:"

#: wp-cache.php:1231
msgid "Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match."
msgstr "Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match."

#: wp-cache.php:1232
msgid "Enable logging on the Debug page here. That should help you track down the problem."
msgstr "Enable logging on the Debug page here. That should help you track down the problem."

#: wp-cache.php:1233
msgid "You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself."
msgstr "You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself."

#: wp-cache.php:1241
msgid "Send non-secure (non https) request for homepage"
msgstr "Send non-secure (non https) request for homepage"

#: wp-cache.php:1242
msgid "Test Cache"
msgstr "Test Cache"

#: wp-cache.php:1246
msgid "Delete Cached Pages"
msgstr "Delete Cached Pages"

#: wp-cache.php:1247
msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them, use the button below."
msgstr "Cached pages are stored on your server as html and PHP files. If you need to delete them, use the button below."

#: wp-cache.php:1250 wp-cache.php:2688 wp-cache.php:2707 wp-cache.php:2898
#: wp-cache.php:3437
msgid "Delete Cache"
msgstr "Delete Cache"

#: wp-cache.php:1257 wp-cache.php:2694
msgid "Delete Cache On All Blogs"
msgstr "Delete Cache On All Blogs"

#: wp-cache.php:1262
msgid "Recommended Links and Plugins"
msgstr "Recommended Links and Plugins"

#: wp-cache.php:1263
msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
msgstr "Caching is only one part of making a website faster. Here are some other plugins that will help:"

#: wp-cache.php:1264
msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
msgstr "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyses web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."

#: wp-cache.php:1265
msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically, it may reduce your Yslow score."
msgstr "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used JavaScript libraries from Google webservers. Ironically, it may reduce your Yslow score."

#: wp-cache.php:1266
msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
msgstr "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."

#: wp-cache.php:1267
msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
msgstr "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."

#: wp-cache.php:1268
msgid "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug garbage collection and preload problems."
msgstr "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug garbage collection and preload problems."

#: wp-cache.php:1279
msgid "Need Help?"
msgstr "Need Help?"

#: wp-cache.php:1281
msgid "Use the debug system in the Debug tab above. It will tell you what the plugin is doing."
msgstr "Use the debug system in the Debug tab above. It will tell you what the plugin is doing."

#: wp-cache.php:1282
msgid "<a href=\"%1$s\">Installation Help</a>"
msgstr "<a href=\"%1$s\">Installation Help</a>"

#: wp-cache.php:1283
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
msgstr "<a href=\"%1$s\">Frequently Asked Questions</a>"

#: wp-cache.php:1284
msgid "<a href=\"%1$s\">Support Forum</a>"
msgstr "<a href=\"%1$s\">Support Forum</a>"

#: wp-cache.php:1285
msgid "<a href=\"%1$s\">Development Version</a>"
msgstr "<a href=\"%1$s\">Development Version</a>"

#: wp-cache.php:1287
msgid "Rate This Plugin!"
msgstr "Rate This Plugin!"

#: wp-cache.php:1288
msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
msgstr "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."

#: wp-cache.php:1297
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
msgstr "Cached pages since %1$s : <strong>%2$s</strong>"

#: wp-cache.php:1298
msgid "Newest Cached Pages:"
msgstr "Newest Cached Pages:"

#: wp-cache.php:1302
msgid "Cached %s seconds ago"
msgstr "Cached %s seconds ago"

#: wp-cache.php:1305
msgid "(may not always be accurate on busy sites)"
msgstr "(may not always be accurate on busy sites)"

#: wp-cache.php:1321
msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
msgstr "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when SuperCache loads, much sooner than regular WordPress plugins."

#: wp-cache.php:1322
msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
msgstr "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."

#: wp-cache.php:1323
msgid "<strong>Warning</strong>! Due to the way WordPress upgrades plugins, the plugins you upload to wp-super-cache/plugins/ will be deleted when you upgrade WP Super Cache. You can avoid this by loading the plugins from elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in wp-config.php and WP Super Cache will look there instead.<br />More info available in the <a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">developer documentation</a>."
msgstr "<strong>Warning</strong>! Due to the way WordPress upgrades plugins, the plugins you upload to wp-super-cache/plugins/ will be deleted when you upgrade WP Super Cache. You can avoid this by loading the plugins from elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in wp-config.php and WP Super Cache will look there instead.<br />More info available in the <a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">developer documentation</a>."

#: wp-cache.php:1333
msgid "Available Plugins"
msgstr "Available Plugins"

#: wp-cache.php:1350
msgid "Easy"
msgstr "Easy"

#: wp-cache.php:1350
msgid "CDN"
msgstr "CDN"

#: wp-cache.php:1350
msgid "Contents"
msgstr "Contents"

#: wp-cache.php:1350
msgid "Preload"
msgstr "Preload"

#: wp-cache.php:1350
msgid "Plugins"
msgstr "Plugins"

#: wp-cache.php:1350
msgid "Debug"
msgstr "Debug"

#: wp-cache.php:1388
msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
msgstr "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."

#: wp-cache.php:1397
msgid "Mod Rewrite Rules"
msgstr "Mod Rewrite Rules"

#: wp-cache.php:1403
msgid "WordPress MU Detected"
msgstr "WordPress MU Detected"

#: wp-cache.php:1403
msgid "Unfortunately, the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
msgstr "Unfortunately, the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."

#: wp-cache.php:1405
msgid "Mod Rewrite rules cannot be updated!"
msgstr "Mod Rewrite rules cannot be updated!"

#: wp-cache.php:1406
msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
msgstr "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"

#: wp-cache.php:1408
msgid "Refresh this page when you have updated your .htaccess file."
msgstr "Refresh this page when you have updated your .htaccess file."

#: wp-cache.php:1412
msgid "Thank you for upgrading."
msgstr "Thank you for upgrading."

#: wp-cache.php:1412
msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately, you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
msgstr "The mod_rewrite rules have changed since you last installed this plugin. Unfortunately, you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."

#: wp-cache.php:1416
msgid "Trailing slash check required."
msgstr "Trailing slash check required."

#: wp-cache.php:1416
msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
msgstr "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"

#: wp-cache.php:1418
msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
msgstr "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."

#: ossdl-cdn.php:151
msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore, this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
msgstr "Your website probably uses lots of static files. Image, JavaScript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore, this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."

#: ossdl-cdn.php:152
msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s  to ensure your CDN service is fully working before saving changes."
msgstr "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s  to ensure your CDN service is fully working before saving changes."

#: ossdl-cdn.php:153
msgid "You can define different CDN URLs for each site on a multsite network."
msgstr "You can define different CDN URLs for each site on a multsite network."

#: ossdl-cdn.php:161
msgid "Enable CDN Support"
msgstr "Enable CDN Support"

#: ossdl-cdn.php:164
msgid "Off-site URL"
msgstr "Off-site URL"

#: ossdl-cdn.php:167
msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
msgstr "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."

#: ossdl-cdn.php:171
msgid "Include directories"
msgstr "Include directories"

#: ossdl-cdn.php:174
msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
msgstr "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."

#: ossdl-cdn.php:178
msgid "Exclude if substring"
msgstr "Exclude if substring"

#: ossdl-cdn.php:181
msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
msgstr "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."

#: ossdl-cdn.php:185
msgid "Additional CNAMES"
msgstr "Additional CNAMES"

#: ossdl-cdn.php:188
msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
msgstr "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"

#: ossdl-cdn.php:192
msgid "Skip https URLs to avoid \"mixed content\" errors"
msgstr "Skip https URLs to avoid \"mixed content\" errors"

#: ossdl-cdn.php:196
msgid "Save Changes"
msgstr "Save Changes"

#: ossdl-cdn.php:198
msgid "CDN functionality provided by <a href=\"http://wordpress.org/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
msgstr "CDN functionality provided by <a href=\"http://wordpress.org/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"

#: plugins/awaitingmoderation.php:4
msgid "Your comment is awaiting moderation."
msgstr "Your comment is awaiting moderation."

#: plugins/awaitingmoderation.php:32
msgid "Awaiting Moderation"
msgstr "Awaiting Moderation"

#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65
#: plugins/domain-mapping.php:75 plugins/jetpack.php:31
#: plugins/searchengine.php:69 plugins/wptouch.php:22 wp-cache.php:1500
msgid "Enabled"
msgstr "Enabled"

#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66
#: plugins/domain-mapping.php:76 plugins/jetpack.php:32
#: plugins/searchengine.php:70 plugins/wptouch.php:23 wp-cache.php:1500
msgid "Disabled"
msgstr "Disabled"

#: plugins/awaitingmoderation.php:36
msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
msgstr "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."

#: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71
#: plugins/domain-mapping.php:81 plugins/jetpack.php:37
#: plugins/searchengine.php:75 plugins/wptouch.php:28 wp-cache.php:1973
#: wp-cache.php:1975
msgid "enabled"
msgstr "enabled"

#: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:73
#: plugins/domain-mapping.php:83 plugins/jetpack.php:39
#: plugins/searchengine.php:77 plugins/wptouch.php:30
msgid "disabled"
msgstr "disabled"

#: plugins/awaitingmoderation.php:43
msgid "Awaiting Moderation is now %s"
msgstr "Awaiting Moderation is now %s"

#: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76
#: plugins/domain-mapping.php:86 plugins/jetpack.php:42
#: plugins/searchengine.php:80 plugins/wptouch.php:33
msgid "Update"
msgstr "Update"

#: plugins/badbehaviour.php:47
msgid "Bad Behaviour not found. Please check your install."
msgstr "Bad Behaviour not found. Please check your install."

#: plugins/badbehaviour.php:63
msgid "Bad Behavior"
msgstr "Bad Behaviour"

#: plugins/badbehaviour.php:68
msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
msgstr "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "

#: plugins/badbehaviour.php:74
msgid "Bad Behavior support is now %s"
msgstr "Bad Behaviour support is now %s"

#: plugins/badbehaviour.php:83 wp-cache.php:1593 wp-cache.php:1598
msgid "Warning!"
msgstr "Warning!"

#: plugins/domain-mapping.php:73
msgid "Domain Mapping"
msgstr "Domain Mapping"

#: plugins/domain-mapping.php:78
msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."
msgstr "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."

#: plugins/domain-mapping.php:84
msgid "Domain Mapping support is now %s"
msgstr "Domain Mapping support is now %s"

#: plugins/domain-mapping.php:98
msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
msgstr "Domain Mapping plugin detected! Please go to the SuperCache plugins page and enable the domain mapping helper plugin."

#: plugins/jetpack.php:25
msgid "Jetpack Mobile Theme"
msgstr "Jetpack Mobile Theme"

#: plugins/jetpack.php:28
msgid "Jetpack not found in %s. Install it and enable the mobile theme and this helper plugin to cache visits by mobile visitors."
msgstr "Jetpack not found in %s. Install it and enable the mobile theme and this helper plugin to cache visits by mobile visitors."

#: plugins/jetpack.php:34
msgid "Provides support for the <a href=\"http://wordpress.org/extend/plugins/jetpack/\">Jetpack</a> mobile theme and plugin. PHP caching mode and mobile support will be enabled too."
msgstr "Provides support for the <a href=\"http://wordpress.org/extend/plugins/jetpack/\">Jetpack</a> mobile theme and plugin. PHP caching mode and mobile support will be enabled too."

#: plugins/jetpack.php:40
msgid "Jetpack Mobile Theme support is now %s"
msgstr "Jetpack Mobile Theme support is now %s"

#: plugins/multisite.php:13
msgid "Cached"
msgstr "Cached"

#: plugins/multisite.php:31 wp-cache.php:1513
msgid "Enable"
msgstr "Enable"

#: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1513
msgid "Disable"
msgstr "Disable"

#: plugins/multisite.php:39
msgid "Caching has been disabled on this blog on the Network Admin Sites page."
msgstr "Caching has been disabled on this blog on the Network Admin Sites page."

#: plugins/searchengine.php:67
msgid "No Adverts for Friends"
msgstr "No Adverts for Friends"

#: plugins/searchengine.php:72
msgid "Provides support for <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>."
msgstr "Provides support for <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>."

#: plugins/searchengine.php:78
msgid "No Adverts for Friends support is now %s"
msgstr "No Adverts for Friends support is now %s"

#: plugins/wptouch.php:20
msgid "WPTouch"
msgstr "WPTouch"

#: plugins/wptouch.php:25
msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPTouch</a> mobile theme and plugin."
msgstr "Provides support for <a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPTouch</a> mobile theme and plugin."
