diff --git a/wp-content/plugins/wp-super-cache/Changelog.txt b/wp-content/plugins/wp-super-cache/Changelog.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6f74dc10730c0756fc5f15f37221b5ac3f44fdb5
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/Changelog.txt
@@ -0,0 +1,4047 @@
+2010-11-23 13:38  donncha
+
+	* wp-cache-phase1.php: Check if there are any actions before
+	  processing a cacheaction(), see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-wp-admin-problem?replies=2
+
+2010-11-23 13:29  donncha
+
+	* wp-cache.php: Change preload limits and increase steps for
+	  smaller preloads -
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-how-do-i-cache-the-newest?replies=3
+
+2010-11-23 13:03  donncha
+
+	* readme.txt: Minor changes to documentation
+
+2010-11-23 12:51  donncha
+
+	* readme.txt: Updated docs for MU/MS
+
+2010-11-23 12:43  donncha
+
+	* readme.txt: Added a link to Priv's credit for translation
+
+2010-11-23 12:41  donncha
+
+	* languages/wp-super-cache-zh_TW.mo,
+	  languages/wp-super-cache-zh_TW.po: Updated translation file by
+	  Priv (http://priv.tw/blog)
+
+2010-11-22 17:44  donncha
+
+	* readme.txt: Credit priv with updated Traditional Chinese
+	  translation.
+
+2010-11-22 17:41  donncha
+
+	* languages/wp-super-cache-zh_TW.mo,
+	  languages/wp-super-cache-zh_TW.po: Updated translation file by
+	  priv
+
+2010-11-22 17:32  donncha
+
+	* readme.txt: Add link to development version for translators
+
+2010-11-22 17:31  donncha
+
+	* wp-super-cache.pot: Updated pot file for translation
+
+2010-11-22 17:20  donncha
+
+	* wp-cache.php: Link to WPSCMin and GTMetrix
+
+2010-11-22 17:03  donncha
+
+	* ossdl-cdn.php: Updated CDN settings page docs
+
+2010-11-22 16:28  donncha
+
+	* wp-cache-phase2.php: Increase the gzip level so pages are
+	  slightly smaller
+
+2010-11-22 16:03  donncha
+
+	* readme.txt: Added CDN docs
+
+2010-11-20 15:31  donncha
+
+	* wp-super-cache.pot: Updated translation file.
+
+2010-11-16 18:14  donncha
+
+	* wp-cache.php: Added a "rate this plugin" reminder to the sidebar
+	  on the settings page.
+
+2010-11-16 15:18  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Don't make extra front page
+	  checks optional
+
+2010-11-15 09:41  donncha
+
+	* readme.txt: Updated uninstall instructions
+
+2010-11-15 08:53  donncha
+
+	* wp-cache.php: Remove cdn line from recommended plugins, and
+	  change pause between urls in preload from 2 seconds to 1 second
+
+2010-11-15 08:51  donncha
+
+	* uninstall.php: Replaced UNINSTALL.. constant with nonce in the
+	  uninstall form to make things easier.
+
+2010-11-15 08:28  donncha
+
+	* plugins/awaitingmoderation.php, plugins/badbehaviour.php,
+	  plugins/domain-mapping.php, plugins/searchengine.php: Updated the
+	  settings page on SC plugins
+
+2010-11-09 09:52  donncha
+
+	* ossdl-cdn.php: Before rewriting URL to CDN, make sure it's in the
+	  include directories
+
+2010-11-08 20:56  donncha
+
+	* ossdl-cdn.php, wp-cache.php: Initial import of OSSDL CDN
+	  off-linker, a plugin by W-Mark Kubacki (http://mark.ossdl.de/)
+
+2010-11-06 09:47  donncha
+
+	* wp-cache-phase2.php: Added "wp_cache_ob_callback_filter" to
+	  filter the output callback buffer every time
+
+2010-11-06 09:43  donncha
+
+	* wp-cache.php: Change copyright notice, as others have of course
+	  contributed code!
+
+2010-11-03 16:45  donncha
+
+	* readme.txt: Added troubleshooting point explaining why permalinks
+	  might break after uninstalling
+
+2010-11-02 12:30  donncha
+
+	* wp-cache.php: Don't show Supercache admin page to ordinary users
+	  on MS sites. Props Mark Bailey.
+
+2010-11-01 11:56  donncha
+
+	* readme.txt, uninstall.php: uninstall.php now runs from where
+	  Wordpress is installed instead of in the supercache plugin
+	  directory
+
+2010-10-22 09:32  donncha
+
+	* wp-cache-phase2.php: Check if current page is front page or home
+	  page if cache file to write is for the homepage
+
+2010-10-21 13:45  donncha
+
+	* wp-cache-phase2.php: First paranoid check - check if the front
+	  page is being cached correctly
+
+2010-10-21 13:42  donncha
+
+	* wp-cache.php: Added "extra paranoid checks" option on the
+	  settings page
+
+2010-10-21 11:35  donncha
+
+	* wp-cache.php: Only show advanced settings page if cache enabled.
+
+2010-10-20 13:08  donncha
+
+	* wp-cache-phase2.php: Don't try to write a cache file for another
+	  page to the front page cache location
+
+2010-10-20 12:54  donncha
+
+	* wp-cache.php: Added "late init" option to settings page
+
+2010-10-20 12:29  donncha
+
+	* readme.txt: Added docs for new dynamic cached content tag
+
+2010-10-20 12:28  donncha
+
+	* wp-cache-phase2.php: When in legacy mode, no need to check for
+	  supercache
+
+2010-10-20 12:10  donncha
+
+	* wp-cache-phase2.php: Show supercache footer message on Legacy
+	  cached pages. Fixes the cache tester for those using this cache.
+
+2010-10-20 10:58  donncha
+
+	* wp-cache-phase2.php: Added "dynamic-cached-content" tag, see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-proposed-replacement-to-mfuncmclude?replies=7
+
+2010-10-15 12:35  donncha
+
+	* wp-cache-phase2.php: Use the host from get_bloginfo( 'url' ) to
+	  figure out the supercache directory
+
+2010-10-11 17:18  donncha
+
+	* wp-cache.php: Fixed "Delete Cache" link on admin dropdown. See
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-delete-cache-on-dashboard-drop-down-doesnt-seem-to-work?replies=2#post-1734185
+
+2010-10-08 13:04  donncha
+
+	* wp-cache.php: Added recommended links and plugins and update
+	  "rewrite rules detected" notice
+
+2010-10-07 16:03  donncha
+
+	* wp-cache.php: Make sure compression stays disabled if gzencode()
+	  not found. See
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-check-for-gzencode?replies=2
+
+2010-09-30 11:43  donncha
+
+	* wp-cache.php: Only select posts, props liangzai,
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-preload-files?replies=7#post-1716174
+
+2010-09-30 11:35  donncha
+
+	* wp-cache.php: Reduce preload pause to 2 seconds and added
+	  notification of currently cached post plus faster cancellation
+
+2010-09-29 16:46  donncha
+
+	* Changelog.txt: Updated changelog
+
+2010-09-29 16:43  donncha
+
+	* readme.txt, wp-cache.php: Bump to 0.9.9.6
+
+2010-09-29 16:36  donncha
+
+	* readme.txt: Minor updated to changelog
+
+2010-09-29 16:33  donncha
+
+	* readme.txt: Added new FAQ on editing the .htaccess file
+
+2010-09-29 16:09  donncha
+
+	* readme.txt: Added new FAQ, "How do I delete the WP_CACHE define
+	  from wp-config.php?"
+
+2010-09-29 16:06  donncha
+
+	* wp-cache.php: Added "need help?" section to yellow box
+
+2010-09-29 14:30  donncha
+
+	* wp-cache.php: Sleep for 4 seconds between preloads to reduce
+	  server load some more when preloading
+
+2010-09-29 14:08  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Fix
+	  variable warning messages
+
+2010-09-29 10:11  donncha
+
+	* wp-cache-phase1.php: Send Content-Length header if 304 support
+	  enabled
+
+2010-09-29 09:50  donncha
+
+	* wp-cache.php: Don't delete expired supercache files when preload
+	  mode is on
+
+2010-09-29 09:05  donncha
+
+	* wp-cache.php: Pause 2 seconds instead of 5 between preload urls
+
+2010-09-28 17:30  donncha
+
+	* readme.txt: Updated readme, changelog and credits for German
+	  translation
+
+2010-09-28 17:26  donncha
+
+	* languages/wp-super-cache-de_DE.mo,
+	  languages/wp-super-cache-de_DE.po: Added German translation,
+	  props Mathias Roth, (http://trade-service.eu/)
+
+2010-09-28 16:34  donncha
+
+	* readme.txt: Added French translation credit
+
+2010-09-28 16:32  donncha
+
+	* languages/wp-super-cache-fr_FR.mo,
+	  languages/wp-super-cache-fr_FR.po: Added French translation,
+	  props Maitre Mo (http://maitremo.fr/)
+
+2010-09-28 16:28  donncha
+
+	* languages/wp-super-cache-it_IT.mo,
+	  languages/wp-super-cache-it_IT.po: Updated Italian translation,
+	  props Gianni Diurno
+
+2010-09-28 16:14  donncha
+
+	* wp-cache.php: Only show styled tabs in WP 3.0.1 and higher
+
+2010-09-28 13:58  donncha
+
+	* wp-cache.php: Sleep 5 seconds between preloads
+
+2010-09-27 13:59  donncha
+
+	* wp-super-cache.pot: Updated translation file
+
+2010-09-27 13:57  donncha
+
+	* wp-cache.php: Gettext fixes, props Gianni Diurno for most of
+	  them.
+
+2010-09-27 12:09  donncha
+
+	* wp-cache-phase1.php: Added 304 not modified header check to
+	  legacy caching too. NOT for dynamic pages.
+
+2010-09-27 11:44  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Added 304 "File not modified"
+	  support in PHP mode, props qdinar,
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-still-not-corrected-bug-about-unicode-range-letters-in-permalink?replies=24#post-1687175
+
+2010-09-27 11:41  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Revert $wpsc_settings
+	  changes.
+
+2010-09-27 06:43  donncha
+
+	* wp-cache-phase1.php: Forgot to init the slashcheck variable
+
+2010-09-24 11:33  donncha
+
+	* Changelog.txt: Updated changelog for 0.9.9.5
+
+2010-09-24 11:31  donncha
+
+	* readme.txt, wp-cache.php: Bump to 0.9.9.5 for minor bug fixes.
+
+2010-09-24 11:26  donncha
+
+	* wp-cache.php: Show the lockdown menu again.
+
+2010-09-24 07:00  donncha
+
+	* wp-cache.php: Disable compression when using easy page, and only
+	  warn of mod_rewrite rules if they're turned off
+
+2010-09-24 06:47  donncha
+
+	* wp-cache.php: Disable cache compression, still problems with the
+	  occasional host.
+
+2010-09-23 18:08  donncha
+
+	* wp-cache.php: The plugin works somewhat well in safemode so don't
+	  stop users using the settings page.
+
+2010-09-23 17:53  donncha
+
+	* wp-cache.php: No more hello world notices and don't delete
+	  mod_rewrite rules when caching is disabled
+
+2010-09-22 16:05  donncha
+
+	* Changelog.txt: Updated changelog
+
+2010-09-22 16:02  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.9.4 and update some
+	  docs
+
+2010-09-22 15:20  donncha
+
+	* wp-cache.php: When supercache is disabled delete the mod_rewrite
+	  rules
+
+2010-09-22 15:16  donncha
+
+	* wp-cache.php: Don't check the mod_rewrite rules if caching
+	  disabled
+
+2010-09-22 14:54  donncha
+
+	* readme.txt: Updated changelog and added language credits
+
+2010-09-22 14:26  donncha
+
+	* wp-super-cache.pot: Updated translation file
+
+2010-09-22 14:18  donncha
+
+	* plugins/domain-mapping.php: Added code to check if domain mapping
+	  used and print a warning message
+
+2010-09-22 13:23  donncha
+
+	* wp-cache.php: Set "wp_cache_mod_rewrite" if it's not defined
+	  already, for those upgrading
+
+2010-09-22 11:50  donncha
+
+	* wp-cache.php: Fixed typo in rewrite rules notice
+
+2010-09-21 11:54  donncha
+
+	* wp-cache.php: Don't need this adminpage form any more
+
+2010-09-21 10:00  donncha
+
+	* wp-cache.php: Update the docs explaining garbage collection
+
+2010-09-21 09:58  donncha
+
+	* wp-cache.php: Show advanced settings page if legacy caching
+	  enabled too
+
+2010-09-21 09:44  donncha
+
+	* wp-cache.php: Show "advanced settings" page when mod_rewrite
+	  caching enabled.
+
+2010-09-21 09:34  donncha
+
+	* wp-cache.php: Disable .htaccess checks when not running on "main
+	  site" instead of disabling settings page completely
+
+2010-09-20 15:43  donncha
+
+	* plugins/domain-mapping.php, wp-cache-phase2.php: Added "gc_cache"
+	  action and domain mapping cache plugin to clear the cache of
+	  domain mapped multisite websites
+
+2010-09-20 12:58  donncha
+
+	* wp-cache.php: Added another check for the mod_rewrite config
+	  before displaying a warning about those rules
+
+2010-09-20 12:47  donncha
+
+	* wp-cache.php: Correctly check for the "main blog"
+
+2010-09-20 12:01  donncha
+
+	* wp-cache.php: * Tester tab added "& Contents" to make it clearer
+	  what's in this page.
+	  * Add back in "List Files" link. Oops.
+
+2010-09-20 11:59  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: No need for simple
+	  setup variable now
+
+2010-09-20 11:37  donncha
+
+	* plugins/awaitingmoderation.php: Added example plugin to remove
+	  "Awaiting moderation" message when comments left on posts.
+
+2010-09-20 11:36  donncha
+
+	* plugins/badbehaviour.php, plugins/searchengine.php: Make plugins
+	  listed in an ordered list
+
+2010-09-20 11:35  donncha
+
+	* wp-cache.php: * Added Plugins tab
+	  * Check if if PHP or Supercache mode before checking .htaccess
+	  file for rewrite rules.
+	  * Change "half-on" text to "legacy" to reflect new terminology
+	  * Split Settings page into Easy and Advanced tabs instead of
+	  form.
+
+2010-09-13 22:46  donncha
+
+	* wp-cache.php: Make tabs like those on the themes page
+
+2010-09-13 04:31  donncha
+
+	* wp-cache.php: Cast as an array to hide a warning about 2nd arg.
+
+2010-09-13 04:28  donncha
+
+	* wp-cache.php: Hopefully trap wp_errors generating from page
+	  requests to tester
+
+2010-09-07 16:16  donncha
+
+	* wp-cache.php: Enable "PHP Caching" from the easy setup page
+
+2010-09-07 16:07  donncha
+
+	* wp-cache.php: Minor tweaks to layout of admin page
+
+2010-09-07 16:06  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: Added "easy setup"
+	  configuration screen (WIP)
+
+2010-09-07 16:03  donncha
+
+	* wp-cache.php: Fixed check for "main site" on MU sites
+
+2010-09-07 12:31  donncha
+
+	* wp-cache.php: * Fixed check for "main site"
+	  * Updated error messages
+
+2010-09-07 12:09  donncha
+
+	* wp-cache.php: Added tabs to the Supercache admin page
+
+2010-09-06 07:33  donncha
+
+	* readme.txt: Added FAQ on writable directories and fixed a few
+	  typos
+
+2010-09-03 15:15  donncha
+
+	* readme.txt, wp-cache-phase1.php: Updated headers and docs for PHP
+	  served cache files
+
+2010-08-31 17:55  donncha
+
+	* wp-cache.php: Added "$wp_super_cache_lock_down" config variable
+	  to hide lockdown and directly cached pages admin menus
+
+2010-08-31 17:44  donncha
+
+	* readme.txt: Major updates to the docs, covering legacy mode.
+
+2010-08-31 15:34  donncha
+
+	* readme.txt: Updated docs on legacy caching
+
+2010-08-31 13:50  donncha
+
+	* readme.txt: Minor mod to caching mechanism list
+
+2010-08-31 13:48  donncha
+
+	* readme.txt: Added docs on legacy caching and the different
+	  caching mechanisms
+
+2010-08-31 12:45  donncha
+
+	* wp-cache-phase2.php: Added action on "wp_update_nav_menu" to
+	  clear cache, props
+	  http://www.webmasterbulletin.net/2010/07/wp-super-cache-and-wp3-0-menus/1270
+
+2010-08-30 16:50  donncha
+
+	* wp-cache.php: Admin page upgrades:
+	  * Separate out PHP and mod_rewrite supercaching.
+	  * Minor text changes
+
+2010-08-30 16:38  donncha
+
+	* wp-cache-phase2.php: Hide potential error messages
+
+2010-08-30 16:37  donncha
+
+	* wp-cache-phase2.php: Revert this settings change for now.
+
+2010-08-30 16:35  donncha
+
+	* wp-cache-phase2.php: If caching disabled, then don't run the
+	  second phase function
+
+2010-08-30 11:46  donncha
+
+	* wp-cache-phase1.php: Minor whitespace mod
+
+2010-08-30 11:46  donncha
+
+	* wp-cache-phase1.php: Serve a gzipped supercache file if the
+	  client supports it.
+
+2010-08-30 10:16  donncha
+
+	* wp-cache-phase2.php: Remove unused global variable
+
+2010-08-30 09:36  donncha
+
+	* wp-cache-phase2.php: Don't delete supercache files if supercache
+	  is disabled when posts change. Stops moderated comments deleting
+	  the front page.
+
+2010-08-29 10:17  donncha
+
+	* wp-cache-phase2.php: Check for empty tmp cache files and report
+	  them correctly.
+
+2010-08-27 15:40  donncha
+
+	* wp-cache.php: Change cache compression on/off into a checkbox and
+	  move into "Misc" section.
+
+2010-08-27 14:56  donncha
+
+	* wp-cache.php: Ignore case when checking mobile user agents in
+	  .htaccess
+
+2010-08-26 16:37  donncha
+
+	* wp-cache.php: Hide warnings from these unlinks, even though the
+	  plugin checks if they exist!
+
+2010-08-26 14:43  donncha
+
+	* wp-cache.php: Add a timestamp to the preload counter to catch
+	  when it stalls. Reschedule the preload job when that happens.
+
+2010-08-26 12:34  donncha
+
+	* wp-cache.php: Cache tester should probably send http requests for
+	  homepage if admin is secure
+
+2010-08-26 11:30  donncha
+
+	* wp-cache.php: Ony add mobile rules if mobile support is enabled
+
+2010-08-26 11:26  donncha
+
+	* wp-cache.php: Move code to handle updating the options into it's
+	  own function and move more error checking into it's own function
+
+2010-08-24 17:07  donncha
+
+	* wp-cache.php: First go at reorganising the admin page
+
+2010-08-23 17:27  donncha
+
+	* wp-cache-phase2.php: Starting to use $wpsc_settings
+
+2010-08-23 17:09  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Added
+	  "wp_cache_load_config()" and $wpsc_settings array
+
+2010-08-23 12:23  donncha
+
+	* readme.txt: Added new FAQ, "How do I delay serving the cache
+	  until the "init" action fires?"
+
+2010-08-23 12:07  donncha
+
+	* readme.txt: Include a simple mfunc example
+
+2010-08-23 12:06  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase2.php: Removed
+	  $wp_cache_gzip_first, if compression is enabled there's no reason
+	  it won't work for the cache generating visit
+
+2010-08-23 11:40  donncha
+
+	* wp-cache-phase2.php: Warn if late init not set on dynamic pages
+
+2010-08-23 10:45  donncha
+
+	* wp-cache-phase2.php: Added "wp_cache_append_tag()" to add the
+	  Supercache log message after filtering
+
+2010-08-06 17:09  donncha
+
+	* wp-cache.php: Added the function "wpsupercache_site_admin()" to
+	  support old versions of MU using is_site_admin()
+
+2010-08-06 16:10  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Removed lots of PHP variable
+	  warnings. Props Joel Hardi
+
+2010-08-06 15:30  donncha
+
+	* wp-cache.php: Fixed cache tester when WP is installed in a sub
+	  directory
+
+2010-08-03 12:17  donncha
+
+	* wp-cache-phase2.php: Check for closing "urlset" tag for xml
+	  sitemap generators
+	  (http://wordpress.org/support/topic/plugin-wp-super-cache-xml-sitemap-feed-not-cached?replies=11#post-1627457)
+
+2010-07-30 12:19  donncha
+
+	* wp-cache.php: Check the status of pages returned by the cache
+	  tester and report any problems.
+
+2010-07-01 15:30  donncha
+
+	* wp-cache.php: Removed donation blurb from admin page
+
+2010-07-01 15:27  donncha
+
+	* readme.txt: Removed donation link, updated min version and added
+	  automattic as contributor
+
+2010-06-28 10:25  donncha
+
+	* wp-cache-config-sample.php: Use WP_PLUGIN_DIR instead of
+	  WP_CONTENT_DIR, props Baris Unver
+
+2010-06-21 15:42  donncha
+
+	* wp-cache.php: On MU/WP 3.0 network sites only allow admin page on
+	  main site. http://wordpress.org/support/topic/412472?replies=2
+
+2010-06-16 10:34  donncha
+
+	* Changelog.txt, readme.txt: Updated changelogs
+
+2010-06-16 10:26  donncha
+
+	* wp-super-cache.pot: Updated translation file for 0.9.9.3
+
+2010-06-16 10:24  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.9.3
+
+2010-06-16 10:20  donncha
+
+	* wp-cache.php: Minor mod to preloading text
+
+2010-06-16 10:18  donncha
+
+	* wp-cache.php: If cache stats are not cached then do so, and also
+	  include an explanation of caching stats.
+
+2010-06-16 10:11  donncha
+
+	* wp-cache.php: Minor mod to preloading text
+
+2010-06-16 10:07  donncha
+
+	* wp-cache.php: Slight change in "preload mode" description and
+	  donation link
+
+2010-06-16 09:14  donncha
+
+	* wp-cache.php: Minor change to "about" text on admin page.
+
+2010-06-15 22:55  donncha
+
+	* wp-cache.php: Avoid division by zero error when plugin is
+	  "half-on" and always show "delete cache" button.
+
+2010-06-15 15:59  donncha
+
+	* wp-cache.php: Check if $wpmu_version is set rather than if
+	  is_site_admin() exists to detect MU
+
+2010-06-15 13:34  donncha
+
+	* readme.txt, wp-cache.php: Version 0.9.9.2
+
+2010-06-15 13:27  donncha
+
+	* wp-super-cache.pot: Updated pot translation file
+
+2010-06-15 13:22  donncha
+
+	* Changelog.txt: Updated changelog, version 0.9.9.1
+
+2010-06-15 13:19  donncha
+
+	* readme.txt: Bump version to 0.9.9.1
+
+2010-06-15 12:23  donncha
+
+	* Changelog.txt, readme.txt: Updated changelog and readme.txt
+	  changelog
+
+2010-06-15 11:38  donncha
+
+	* wp-cache.php: Separate out full and in-refresh jobs
+
+2010-06-14 21:31  donncha
+
+	* wp-cache.php: Remove link to uninstall.php and rearrange docs a
+	  bit
+
+2010-06-14 16:28  donncha
+
+	* wp-cache.php: Added medium email notification volume of
+	  preloading
+
+2010-06-14 10:45  donncha
+
+	* wp-cache.php: Check cache stats correctly before showing file
+	  listing link
+
+2010-06-14 10:32  donncha
+
+	* readme.txt: Removed "why shouldn't I cache every page" question
+	  and updated test version
+
+2010-06-14 10:23  donncha
+
+	* wp-cache.php: Added "Cache Preload Started" email
+
+2010-06-14 10:10  donncha
+
+	* wp-cache.php: Cache "cache contents" output and add "Regenerate"
+	  link to refresh it.
+
+2010-06-09 15:52  donncha
+
+	* wp-cache.php: Allow adjustment of email notification volume
+
+2010-05-30 07:54  donncha
+
+	* wp-cache.php: gettext changes to refresh messages and on preload,
+	  use an expiry of 1 day if no refresh timeout defined when
+	  clearing out old supercache files
+
+2010-05-30 07:43  donncha
+
+	* wp-cache-phase2.php: Only delete front page of blog if "page on
+	  front" selected rather than all cached files
+
+2010-05-14 13:51  donncha
+
+	* wp-cache-phase2.php: Only GC the supercache dir if preload mode
+	  is off or we're forcing it
+
+2010-05-14 13:47  donncha
+
+	* wp-cache.php: Added "email me" option to track progress of
+	  preload function
+
+2010-05-10 07:47  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Allow GC of supercache files
+	  to be forced and use that to clean up really old files after
+	  preload refresh
+
+2010-05-09 09:07  donncha
+
+	* wp-cache-phase2.php: Don't delete cache when moderated comments
+	  are modified, and don't delete the site when "page on front"
+	  option is selected
+
+2010-05-09 08:05  donncha
+
+	* wp-cache-phase1.php: Don't do slash checks on /
+
+2010-05-09 07:41  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Avoid duplicate content
+	  problems when slashes are missing and plugin tries to server
+	  static html file
+
+2010-05-07 10:59  donncha
+
+	* wp-cache-phase2.php: Don't delete any cache pages when a draft
+	  post is saved
+
+2010-05-07 10:37  donncha
+
+	* wp-cache.php: The imploded mobile browser config data is only
+	  ever used by phase1, the admin page uses the arrays
+
+2010-05-07 10:21  donncha
+
+	* wp-cache.php: Make mobile device support message generic
+
+2010-05-07 10:15  donncha
+
+	* wp-cache.php: Add warning if mod_rewrite rules don't match
+
+2010-05-07 09:22  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Check for wordpress_logged_in
+	  cookies to avoid matching wordpress_test_cookie
+
+2010-05-06 14:43  donncha
+
+	* wp-cache.php: Added "clear_post_supercache()" to clear the
+	  supercache for a particular post. Use that function to clear the
+	  cache for individual posts while preloading
+
+2010-05-06 14:41  donncha
+
+	* wp-cache-phase1.php: Get supercache dir of a post
+
+2010-05-04 16:43  donncha
+
+	* wp-cache.php: Add seconds too for completeness
+
+2010-05-04 16:41  donncha
+
+	* wp-cache.php: Show next refresh time in friendly hours and
+	  minutes
+
+2010-05-04 16:36  donncha
+
+	* wp-cache.php: case POST variable as an int first
+
+2010-05-04 16:35  donncha
+
+	* wp-cache.php: Don't reset cache expiry time when preload is done.
+
+2010-05-04 12:50  donncha
+
+	* wp-cache.php: Order get from posts table by publish date rather
+	  than ID
+
+2010-05-04 12:49  donncha
+
+	* wp-cache.php: Avoid showing gigantic intervals while scheduled
+	  job is running
+
+2010-05-04 12:43  donncha
+
+	* wp-cache.php: Minor rearrangement of text
+
+2010-05-04 12:37  donncha
+
+	* wp-cache.php: Show time until next cache refresh in seconds
+
+2010-05-04 12:33  donncha
+
+	* wp-cache.php: Added "Cancel Cache Preload" button to cancel
+	  current preload
+
+2010-05-04 12:13  donncha
+
+	* wp-cache.php: Don't show "number of posts" that matches total
+	  posts
+
+2010-05-04 12:11  donncha
+
+	* wp-cache.php: 60 seconds between preloading of 100 posts to save
+	  on load
+
+2010-05-04 12:10  donncha
+
+	* wp-cache.php: Only schedule preload refresh when interval is non
+	  zero, props Daniel,
+	  http://ocaoimh.ie/preload-cache-wp-super-cache/#comment-675081
+
+2010-05-03 07:40  donncha
+
+	* wp-cache.php: Always define posts_to_cache, props Daniel @
+	  http://ocaoimh.ie/preload-cache-wp-super-cache/#comment-674977
+
+2010-04-30 09:03  donncha
+
+	* wp-cache.php: Enclose rewrite rules in quotes, props duanestorey,
+	  http://wordpress.org/support/topic/339075/page/2?replies=32#post-1496557
+
+2010-04-29 13:37  donncha
+
+	* wp-cache.php: These are arrays, not strings
+
+2010-04-29 13:37  donncha
+
+	* wp-cache.php: Added WAP and Profile header checks, props
+	  AndreaTrasatti
+	  (http://wordpress.org/support/topic/339075?replies=25#post-1493778)
+
+2010-04-29 13:28  donncha
+
+	* wp-cache.php: * Use POST instead of GET for preload form.
+	  * Added "Preload Cache Now" and "Update Settings" buttons
+	  * Improved select dropdown
+
+2010-04-29 13:01  donncha
+
+	* wp-cache.php: Make sure mobile browsers and prefixes are defined
+	  before updating .htaccess file
+
+2010-04-29 11:19  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: * Added "preload on" mode
+	  where only half-on cache files are cleaned up.
+	  * Added "posts to cache" selector if more than 1000 posts.
+	  * Updated text description of preloading
+
+2010-04-29 11:13  donncha
+
+	* wp-cache.php: Disable preloading UI by defining the constant
+	  "DISABLESUPERCACHEPRELOADING". Just in case some hosts don't like
+	  it.
+
+2010-04-28 16:54  donncha
+
+	* wp-cache.php: Show next scheduled cache refresh
+
+2010-04-28 15:51  donncha
+
+	* wp-cache.php: Show preload counter when cache is being preloaded
+
+2010-04-28 15:46  donncha
+
+	* wp-cache.php: Preload cache using wp-cron and refresh cache every
+	  X minutes
+
+2010-04-28 14:35  donncha
+
+	* wp-cache-phase1.php: Check if browser is blank before checking
+	  for groups
+
+2010-04-28 13:09  donncha
+
+	* wp-cache.php: * Only allow preloading when running in supercache
+	  (ON) mode.
+	  * Added wpsc_update_htaccess() for plugins to update .htaccess
+	  rules.
+
+2010-04-27 17:44  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Added ability to group mobile
+	  devices. Added "cached_mobile_groups" filter so plugins can
+	  modify groups. One group by default. See
+	  http://wordpress.org/support/topic/339075?replies=21#post-1493412
+
+2010-04-27 12:05  donncha
+
+	* wp-cache-phase1.php: Merge code from
+	  http://svn.wp-plugins.org/wordpress-mobile-pack/trunk/plugins/wpmp_switcher/lite_detection.php
+	  into mobile detection function
+
+2010-04-27 11:36  donncha
+
+	* wp-cache.php: Added support for mobile prefixes, see
+	  http://wordpress.org/support/topic/339075?replies=17#post-1493120
+
+2010-04-27 09:33  donncha
+
+	* wp-cache.php: Minor text cleanup
+
+2010-04-27 09:29  donncha
+
+	* wp-cache.php: gettext this properly
+
+2010-04-27 08:55  donncha
+
+	* wp-cache.php: Added update_cached_mobile_ua_list() so plugins can
+	  update the list of cached mobile UAs.
+
+2010-04-27 08:48  donncha
+
+	* wp-cache.php: Added "cached_mobile_browsers" filter so mobile
+	  plugins can filter list of mobile user agents.
+
+2010-04-26 08:29  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Garbage collection can be
+	  disabled by setting expiry time to zero. Preloading cache
+	  disables GC too.
+
+2010-04-25 14:50  donncha
+
+	* wp-cache.php: First pass at a cache preloader
+
+2010-04-25 14:49  donncha
+
+	* wp-cache-phase1.php: Added error reporting to aid debugging
+
+2010-04-25 14:49  donncha
+
+	* wp-cache.php: Use WP api to fetch homepage in tester
+
+2010-04-22 10:17  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: * Fixed problem with
+	  eval() and html.
+	  * If compression is enabled, and client supports it but gzip
+	  headers are missing, make sure html served is not compressed.
+
+2010-04-22 08:38  donncha
+
+	* wp-cache-phase1.php: Check if page is dynamic before sending gzip
+	  headers. See http://wordpress.org/support/topic/347847?replies=29
+
+2010-04-09 16:16  donncha
+
+	* readme.txt, wp-cache-phase2.php: Remove the "redirect utm_source"
+	  code and add a FAQ on changing it into an anchor tag
+
+2010-04-08 17:25  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Add option, "Only refresh
+	  current page when comments made." See
+	  http://wordpress.org/support/topic/385305?replies=5
+
+2010-04-07 17:00  donncha
+
+	* wp-cache-phase1.php: Add the SERVER_PORT to the half mode and
+	  object cache. See
+	  http://wordpress.org/support/topic/368679?replies=4
+
+2010-03-25 11:51  donncha
+
+	* languages/wp-super-cache-zh_CN.mo,
+	  languages/wp-super-cache-zh_CN.po: Added Chinese(Simplified)
+	  translation, props Chen Yang (http://emule-fans.com/)
+
+2010-03-25 11:43  donncha
+
+	* wp-cache.php: Check for WP_CACHE set to false and report an error
+	  if the config file can't be updated. Props Artem @
+	  http://beerpla.net
+
+2010-03-25 10:22  donncha
+
+	* readme.txt: Added warning about APC, props John Berns
+
+2010-03-18 15:26  donncha
+
+	* wp-cache-phase2.php: Don't delete cache when spam and trash are
+	  emptied
+
+2010-03-15 17:14  donncha
+
+	* wp-cache.php: Check $wpmu_version to detect MU, and not
+	  is_site_admin.
+
+2010-02-25 10:59  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: More debugging, esp of
+	  page edit clear caching
+
+2010-02-23 18:01  donncha
+
+	* wp-cache.php: Save rejected user agents properly.
+	  http://wordpress.org/support/topic/366101?replies=2
+
+2010-02-23 17:59  donncha
+
+	* wp-cache.php: Better description of "logged in users" option,
+	  make it "known users"
+	  http://wordpress.org/support/topic/366904?replies=2
+
+2010-02-21 10:24  donncha
+
+	* wp-cache.php: Compare timestamps on each cached page when testing
+
+2010-02-21 09:33  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added ability to remove
+	  utm_source parameters from urls
+
+2010-02-19 12:51  donncha
+
+	* wp-cache.php: Make tester more verbose
+
+2010-02-18 17:51  donncha
+
+	* wp-cache.php: First go at a cache tester
+
+2010-02-17 15:38  donncha
+
+	* wp-cache-phase1.php: Improved debugging of cache serving
+
+2010-02-12 12:45  donncha
+
+	* wp-cache-phase2.php: Add more debugging.
+
+2010-02-09 12:09  donncha
+
+	* languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po:
+	  Updated Japanese language files, props Tai
+
+2010-02-09 09:04  donncha
+
+	* wp-cache.php: Fix printf warning
+
+2010-02-08 18:04  donncha
+
+	* languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po:
+	  Updated Japanese translation files, props Tai
+
+2010-02-08 17:32  donncha
+
+	* languages/wp-super-cache-it_IT.mo,
+	  languages/wp-super-cache-it_IT.po: Updated Italian translation,
+	  props Gianni Diurno
+
+2010-02-08 14:25  donncha
+
+	* Changelog.txt: Yet another update to changelog
+
+2010-02-08 14:24  donncha
+
+	* wp-super-cache.pot: Updated pot file
+
+2010-02-08 14:22  donncha
+
+	* plugins/badbehaviour.php, plugins/searchengine.php: Minor text
+	  change, props Tai
+
+2010-02-08 14:18  donncha
+
+	* Changelog.txt: Updated, again!
+
+2010-02-08 14:16  donncha
+
+	* wp-super-cache.pot: Updated pot file
+
+2010-02-08 14:13  donncha
+
+	* Changelog.txt: Updated changelog
+
+2010-02-08 14:11  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.9
+
+2010-02-08 14:09  donncha
+
+	* wp-cache.php: Add links to readme and forum
+
+2010-02-08 14:00  donncha
+
+	* readme.txt, wp-cache.php: Updated tested version.
+	  Added link to WordPress Mobile Edition.
+
+2010-02-08 13:52  donncha
+
+	* Changelog.txt: Don't serve supercache files from PHP when GET is
+	  not empty
+
+2010-02-08 13:51  donncha
+
+	* wp-cache-phase1.php: Supercache files can't be used when GET is
+	  not empty
+
+2010-02-08 13:43  donncha
+
+	* Changelog.txt: Update changelog
+
+2010-02-08 13:36  donncha
+
+	* wp-cache-phase1.php: Only serve supercached files to anon users
+
+2010-02-08 13:14  donncha
+
+	* wp-cache-phase1.php: Don't serve GET requests from object cache
+
+2010-02-08 13:03  donncha
+
+	* readme.txt: Update upgrade note
+
+2010-02-02 11:56  donncha
+
+	* wp-cache.php: Added check for permalink structure
+
+2010-01-29 12:28  donncha
+
+	* wp-super-cache.pot: Updated translation pot file
+
+2010-01-29 12:09  donncha
+
+	* wp-cache.php: Only show object cache option when an external
+	  object cache used.
+
+2010-01-29 11:15  donncha
+
+	* readme.txt: Added note about supercache header
+
+2010-01-29 11:13  donncha
+
+	* readme.txt: Updated mobile rewrite rules in readme.txt
+
+2010-01-29 11:11  donncha
+
+	* Changelog.txt, readme.txt: Update changelog
+
+2010-01-29 10:40  donncha
+
+	* wp-cache.php: Show delete buttons even when object cache is used.
+
+2010-01-29 10:36  donncha
+
+	* wp-cache-phase2.php: Use $cache_max_time for object cache timeout
+
+2010-01-29 10:28  donncha
+
+	* wp-cache-phase2.php: Clear object cache when posts change
+
+2010-01-29 10:20  donncha
+
+	* wp-cache.php: Don't show cache listing when object cache used.
+
+2010-01-29 10:13  donncha
+
+	* languages/wp-super-cache-zh_TW.mo,
+	  languages/wp-super-cache-zh_TW.po: Chinese(Traditional)
+	  translation by Pseric
+
+2010-01-29 10:07  donncha
+
+	* readme.txt: Added FAQ on wp-cache vs supercache files
+
+2010-01-29 09:47  donncha
+
+	* wp-cache-phase1.php: Hostname is already included in supercache
+	  dir
+
+2010-01-29 09:45  donncha
+
+	* wp-cache-phase1.php: If cache loader doesn't find a wp-cache
+	  file, look for a supercache one and serve that instead.
+
+2010-01-28 10:17  donncha
+
+	* wp-cache-phase1.php: Include the hostname in the object cache key
+
+2010-01-27 17:18  donncha
+
+	* wp-cache-phase1.php: Object cache is only useful for anon users.
+
+2010-01-27 15:46  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: * Remove
+	  "anon user only", same as logged in option.
+	  * Add gzip encoding to object cache key
+	  * Don't cache for known users in object cache
+
+2010-01-27 14:58  donncha
+
+	* wp-cache-phase1.php: Oops, don't serve cache file in the right
+	  place
+
+2010-01-27 14:38  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Get mobile browser list from
+	  "wp mobile edition". Warn user of obsolete rules.
+
+2010-01-27 12:26  donncha
+
+	* wp-cache-phase2.php: Let's avoid warnings if we can
+
+2010-01-27 12:24  donncha
+
+	* wp-cache-config-sample.php: Add more default config settings
+
+2010-01-26 18:29  donncha
+
+	* wp-cache-phase2.php: Don't cache GET requests in object cache for
+	  the time being.
+	  Missing chunk of code from previous check in
+
+2010-01-26 18:20  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: First
+	  pass at object cache support. (Thank you Andy Skelton for writing
+	  batcache from where I borrowed some code and ideas)
+
+2010-01-26 14:38  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: * Added "no caching for known
+	  users" option
+	  * Fix half-on caching.
+
+2010-01-21 22:10  donncha
+
+	* wp-cache-phase2.php: * Make sure the writer lock is unlocked
+	  * "Logged in" users now include those who leave comments
+
+2010-01-19 11:13  donncha
+
+	* wp-cache.php: Warn the user is php zlib output_compression is
+	  enabled.
+
+2010-01-11 10:07  donncha
+
+	* wp-cache-phase2.php: Don't create static cache files when dynamic
+	  mfunc content is detected.
+	  Delete 0 byte size tmp cache files
+
+2010-01-11 09:56  donncha
+
+	* readme.txt: Added link to developer docs
+
+2009-12-22 11:14  donncha
+
+	* languages/wp-super-cache-uk.mo, languages/wp-super-cache-uk.po:
+	  Added Ukrainian translation, props Vitaly Mylo
+
+2009-12-15 10:46  donncha
+
+	* readme.txt: Added Upgrade Notice section to readme
+
+2009-12-15 10:44  donncha
+
+	* wp-cache.php, wp-super-cache.pot: Wordpress -> WordPress
+
+2009-12-15 10:36  donncha
+
+	* wp-cache.php: Warn if zlib compression is enabled before user
+	  enables compression in the plugin
+
+2009-12-15 10:23  donncha
+
+	* readme.txt: Added compression troubleshooting answer, props
+	  Vladimir (http://blog.sjinks.pro/)
+
+2009-11-23 16:15  donncha
+
+	* languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po,
+	  languages/wp-super-cache-ja_JA.mo,
+	  languages/wp-super-cache-ja_JA.po: Renamed Japanese language
+	  files
+
+2009-11-23 15:11  donncha
+
+	* languages/wp-super-cache-ja_JA.mo,
+	  languages/wp-super-cache-ja_JA.po: Added Japanese translation,
+	  props Tai (http://tekapo.com/)
+
+2009-11-19 11:59  donncha
+
+	* languages/wp-super-cache-it_IT.mo,
+	  languages/wp-super-cache-it_IT.po: Updated Italian translation
+
+2009-11-18 17:50  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-11-18 17:49  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.8
+
+2009-11-18 17:28  donncha
+
+	* readme.txt: Added "Translators" thank you message
+
+2009-11-18 17:14  donncha
+
+	* Changelog.txt, readme.txt: Updated changelog
+
+2009-11-18 16:36  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: Added
+	  $wp_super_cache_advanced_debug and hide advanced debug features
+	  by default
+
+2009-11-13 12:33  donncha
+
+	* languages/wp-super-cache-es_ES.mo,
+	  languages/wp-super-cache-es_ES.po: Update Spanish translation
+	  files, props Omi
+
+2009-11-13 10:34  donncha
+
+	* wp-super-cache.pot: Update translation file
+
+2009-11-13 10:24  donncha
+
+	* wp-cache.php: Fire off page checker every 5 minutes rather than 1
+	  minute.
+
+2009-11-13 10:02  donncha
+
+	* languages/wp-super-cache-it_IT.mo,
+	  languages/wp-super-cache-it_IT.po: Fixed typo in translation
+
+2009-11-12 14:05  donncha
+
+	* languages/wp-super-cache-es_ES.mo,
+	  languages/wp-super-cache-es_ES.po,
+	  languages/wp-super-cache-it_IT.mo,
+	  languages/wp-super-cache-it_IT.po: Language updates via Gianni
+	  Diurno and Omi (thanks guys, you do a great job!)
+
+2009-11-10 16:31  donncha
+
+	* wp-super-cache.pot: Updated translation file
+
+2009-11-10 16:26  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: Added
+	  wp_cache_check_site() function
+
+2009-11-10 13:00  donncha
+
+	* wp-cache.php: More gettext fixes
+
+2009-11-10 12:24  donncha
+
+	* languages/wp-super-cache-es_ES.mo,
+	  languages/wp-super-cache-es_ES.po: Added Spanish translation,
+	  props Omi
+
+2009-11-09 16:45  donncha
+
+	* wp-cache.php: Change wordpress_logged_in to wordpress in
+	  supercache cookie checks to match PHP code
+
+2009-11-05 18:01  donncha
+
+	* languages/wp-super-cache-it_IT.po: Fix link to adverts for
+	  friends plugin
+
+2009-11-05 16:17  donncha
+
+	* wp-cache.php: More gettext fixes, props Juan P.F.
+
+2009-11-05 12:24  donncha
+
+	* languages/wp-super-cache-it_IT.mo,
+	  languages/wp-super-cache-it_IT.po: First check in of Italian
+	  translation by Gianni Diurno (http://gidibao.net/)
+
+2009-11-05 12:10  donncha
+
+	* wp-super-cache.pot: Update translations
+
+2009-11-05 11:57  donncha
+
+	* wp-cache.php: More gettext changes, props Gianni
+
+2009-11-04 16:28  donncha
+
+	* wp-super-cache.pot: Fixed missing < in text
+
+2009-11-04 16:26  donncha
+
+	* plugins/searchengine.php: Ooops, minor typo, props Juan P.F.
+
+2009-11-04 12:07  donncha
+
+	* languages, wp-cache.php: Load translation files from languages
+	  folder
+
+2009-11-04 11:50  donncha
+
+	* wp-super-cache.pot: Updated translation file
+
+2009-11-04 11:39  donncha
+
+	* wp-cache-phase1.php: Split user agent and cache file checks into
+	  two for easier debugging
+
+2009-11-04 11:38  donncha
+
+	* plugins/badbehaviour.php, plugins/searchengine.php, wp-cache.php:
+	  gettext updates, thanks Gianni
+
+2009-10-25 17:44  donncha
+
+	* wp-cache.php: Check for WP_CACHE when plugin loaded rather than
+	  after init. See
+	  http://wordpress.org/support/topic/307644?replies=28#post-1258599
+
+2009-10-21 12:22  donncha
+
+	* wp-cache-phase2.php: Add wp_cache_clear_cache() function to clean
+	  cache directory
+
+2009-10-21 12:04  donncha
+
+	* wp-cache-phase2.php: Fix indentation in ob callback
+
+2009-10-21 12:01  donncha
+
+	* wp-cache-phase2.php: Only show logged in message when debugging
+	  enabled
+
+2009-10-20 11:21  donncha
+
+	* wp-super-cache.pot: Updated translation file
+
+2009-10-20 11:19  donncha
+
+	* wp-cache.php: Minor typo
+
+2009-10-20 11:13  donncha
+
+	* wp-cache.php: Minor text change to aid translation. Props Aldo
+	  Latino
+
+2009-10-15 03:08  donncha
+
+	* readme.txt: Added troubleshooting no 20., php vs apache owners
+	  accessing cache files. props Nikolay Bachiyski.
+
+2009-10-12 22:01  donncha
+
+	* wp-cache.php: Fix problem deleting cache files. props Marco
+	  Schmoecker
+
+2009-10-06 14:55  donncha
+
+	* wp-cache-phase2.php: Deleting a moderated comment shouldn't
+	  delete cached files.
+
+2009-10-06 10:32  donncha
+
+	* wp-cache-phase2.php: "wp_set_comment_status" action has 2
+	  parameters
+
+2009-10-06 08:50  donncha
+
+	* wp-cache-phase2.php: Don't delete cache files on moderated pings
+	  or trackbacks
+
+2009-10-05 21:29  donncha
+
+	* wp-cache.php: Remove this debugging code
+
+2009-10-05 21:25  donncha
+
+	* wp-cache.php: Schedule the site checker from the admin page, fix
+	  typo when checking schedules
+
+2009-10-05 16:53  donncha
+
+	* wp-cache.php: Added gzipped front page checker that kicks in
+	  every 60 seconds via cron
+
+2009-10-02 21:42  donncha
+
+	* Changelog.txt: More updating
+
+2009-10-02 21:40  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.7
+
+2009-10-02 21:39  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-10-02 21:34  donncha
+
+	* wp-cache-phase2.php: Don't show "blank page", "404 not cached" or
+	  "no html tag" warnings on output unless debugging enabled.
+
+2009-10-02 19:45  donncha
+
+	* Changelog.txt, readme.txt: Updated changelog and readme.txt
+	  changes
+
+2009-10-02 13:14  donncha
+
+	* wp-super-cache.pot: Updated POT file
+
+2009-10-02 13:09  donncha
+
+	* wp-cache.php: Minor text change to bio text
+
+2009-10-01 20:47  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added more debugging, on cache
+	  cleanup
+
+2009-10-01 20:26  donncha
+
+	* wp-cache.php: Sort the file listing by newest first.
+	  Hide a filemtime warning, props @reverbstudios
+
+2009-10-01 19:57  donncha
+
+	* wp-cache-phase1.php: Load wp-cache-phase2.php all the time
+
+2009-10-01 17:50  donncha
+
+	* readme.txt: Added "How do I make certain parts of the page stay
+	  dynamic?" to FAQ
+
+2009-09-30 09:51  donncha
+
+	* wp-cache.php: Sort the stale from the fresh wp-cache files
+	  properly
+
+2009-09-29 22:21  donncha
+
+	* wp-cache-config-sample.php: Added $wp_super_cache_late_init to
+	  config page
+
+2009-09-29 10:17  donncha
+
+	* wp-cache.php: Add button to delete specific cache files.
+
+2009-09-29 09:14  donncha
+
+	* wp-cache.php: Count wp-cached cache files correctly
+
+2009-09-29 08:17  donncha
+
+	* wp-cache-config-sample.php: Added "Yandex" to list of rejected UA
+	  for not caching
+
+2009-09-29 08:08  donncha
+
+	* wp-cache.php: Add anchors to each section of the admin page
+
+2009-09-29 07:47  donncha
+
+	* wp-cache-phase2.php: Don't cache wp-admin requests
+
+2009-09-29 07:43  donncha
+
+	* wp-cache-phase2.php: Disable supercaching when GET parameters
+	  present instead of all caching. Disable on POST (as normal) and
+	  preview
+
+2009-09-28 21:59  donncha
+
+	* wp-cache-phase1.php: Move cron code down so that cache variables
+	  are set.
+
+2009-09-28 21:37  donncha
+
+	* wp-super-cache.pot: More translatable text
+
+2009-09-28 21:35  donncha
+
+	* wp-cache.php: More il8n mods
+
+2009-09-28 17:48  donncha
+
+	* wp-cache.php: More il8n mods
+
+2009-09-28 13:57  donncha
+
+	* wp-cache.php: Add positional anchors
+
+2009-09-28 13:52  donncha
+
+	* wp-cache.php: Improve listing of cache files
+
+2009-09-28 13:35  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Record
+	  the cache key in the wp-cache meta file. Show that key on the
+	  admin page file listings and add "wp_cache_meta" filter to modify
+	  the cache meta data
+
+2009-09-28 13:12  donncha
+
+	* wp-cache.php: Warn users they must enable mobile device support
+	  if rewrite rules detected. Better detect when to warn that
+	  .htaccess rules must be updated (no need when rewrite rules not
+	  present)
+
+2009-09-28 11:12  donncha
+
+	* wp-cache.php: Allow admin to list cached files.
+
+2009-09-28 09:43  donncha
+
+	* wp-cache.php: More il8n changes
+
+2009-09-24 20:45  donncha
+
+	* wp-cache.php: Forgot the fieldset, props thunderlounge!
+
+2009-09-24 11:43  donncha
+
+	* wp-cache.php, wp-super-cache.pot: Renamed text domain to
+	  wp-super-cache
+	  Added .pot file
+	  Load text domain as described in
+	  http://codex.wordpress.org/I18n_for_WordPress_Developers
+
+2009-09-24 11:27  donncha
+
+	* wp-cache.php: First stab at internationalising wp-super-cache
+
+2009-09-24 10:18  donncha
+
+	* wp-cache.php: Removed REQUEST_URI from form actions
+
+2009-09-20 21:13  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added "Newest Cached Pages"
+	  option to list 10 newest pages cached by the plugin.
+
+2009-09-20 19:10  donncha
+
+	* wp-cache-phase2.php: Added "wpsupercache_404" filter. Return true
+	  to cache error 404 pages. Props simonwheatley, see
+	  http://wordpress.org/support/topic/312672
+
+2009-09-18 20:37  donncha
+
+	* wp-cache-phase1.php: Include the wordpress_test_cookie in the
+	  cache key for wp-cache files.
+
+2009-09-16 10:23  donncha
+
+	* wp-cache-phase1.php: Late Init. Don't do anything until "init"
+
+2009-09-16 10:21  donncha
+
+	* wp-cache-phase2.php: Better debug messages
+
+2009-09-15 10:58  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase1.php,
+	  wp-cache-phase2.php, wp-cache.php: Check if logging enabled
+	  before calling debug function (optimization)
+	  Improve debug admin screen
+
+2009-09-10 10:12  donncha
+
+	* wp-cache.php: Generate the correct rules for users ins
+	  directories
+
+2009-09-10 08:41  donncha
+
+	* wp-cache.php: When cache compression is off don't divide number
+	  of cached files by 2 as no .gz files are created. Props dpark,
+	  http://wordpress.org/support/topic/309443
+
+2009-09-09 16:29  donncha
+
+	* wp-cache-phase2.php: Improved output buffer error message
+
+2009-09-09 12:37  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added
+	  debug settings section on admin page.
+
+2009-09-09 09:11  donncha
+
+	* wp-cache.php: Check if safe_mode is 1 or "on",
+	  http://wordpress.org/support/topic/239579?replies=9#post-1204927
+
+2009-09-03 11:06  donncha
+
+	* wp-cache-phase2.php: Don't cache GET requests earlier on before
+	  OB is set up.
+
+2009-09-03 11:05  donncha
+
+	* wp-cache-phase1.php: If debugging is not set then return
+	  immediately
+
+2009-09-03 11:02  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase1.php,
+	  wp-cache-phase2.php: Added logging to a file and configurable log
+	  level
+
+2009-09-01 09:31  donncha
+
+	* readme.txt: Updated description of "How to tell if a page is
+	  cached"
+
+2009-09-01 09:26  donncha
+
+	* wp-cache.php: Tell user that compression is enabled in half-on
+	  mode.
+
+2009-08-24 13:04  donncha
+
+	* readme.txt: Added http://redbot.org/ to FAQ (thanks Alex!)
+
+2009-08-24 12:14  donncha
+
+	* wp-cache.php: Send the Vary header to browsers
+
+2009-08-24 08:49  donncha
+
+	* readme.txt: Added FAQ about caching warnings at
+	  ismyblogworking.com
+
+2009-08-21 16:52  donncha
+
+	* wp-cache.php: Minor fixes for rewrite rules.
+	  http://wordpress.org/support/topic/301570?replies=14
+
+2009-08-19 08:44  donncha
+
+	* readme.txt: Added troubleshooting note to use half-on mode if
+	  timestamp keeps updating.
+
+2009-08-06 10:55  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added "Cached Page" counter.
+
+2009-07-30 08:24  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Add support for not caching
+	  feeds and search pages.
+
+2009-07-29 17:28  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-07-29 17:26  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.6.1
+
+2009-07-29 17:13  donncha
+
+	* readme.txt: Added changelog details for 0.9.6.1
+
+2009-07-29 11:43  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Apply "no caching" rules
+	  Record options properly
+
+2009-07-29 11:29  donncha
+
+	* wp-cache.php: Add page types to not cache to admin page
+
+2009-07-29 09:36  donncha
+
+	* wp-cache-phase2.php: Move logged in message below check for POST
+	  Add check for is_admin() too
+	  (http://wordpress.org/support/topic/294687)
+
+2009-07-27 11:51  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-07-27 11:50  donncha
+
+	* readme.txt, wp-cache.php: Bumped version to 0.9.6
+
+2009-07-27 11:49  donncha
+
+	* Changelog.txt: Updated changelog.txt
+
+2009-07-27 11:46  donncha
+
+	* wp-cache.php: I prefer pretty links
+
+2009-07-27 11:43  donncha
+
+	* readme.txt: Added 0.9.6 changelog
+
+2009-07-27 11:38  donncha
+
+	* wp-cache-phase2.php: Only show "not cached" message to logged in
+	  users if not a feed.
+
+2009-07-27 11:34  donncha
+
+	* wp-cache.php: Add link to uninstall script to admin page
+
+2009-07-27 11:33  donncha
+
+	* readme.txt: Added filesmatch rules to docs
+
+2009-07-27 11:26  donncha
+
+	* readme.txt: Added docs for using uninstall script
+
+2009-07-27 11:25  donncha
+
+	* uninstall.php: Check if user can install plugins in uninstall
+	  script
+
+2009-07-27 11:17  donncha
+
+	* uninstall.php: Added uninstall script
+
+2009-07-27 10:42  donncha
+
+	* wp-cache-phase2.php: Removed check of filemtime that's not needed
+	  any more.
+
+2009-07-27 10:41  donncha
+
+	* wp-cache.php: Added "ForceType" in cache .htaccess to force
+	  supercache html.gz files to be served as html files.
+
+2009-07-27 10:39  donncha
+
+	* readme.txt: Added category page and static page problem to FAQ
+
+2009-07-21 11:57  donncha
+
+	* wp-cache-phase1.php: Fix indentation
+
+2009-07-21 11:55  donncha
+
+	* wp-cache-phase2.php: Add back in
+	  wp_cache_user_agent_is_rejected() if it doesn't exist (shouldn't
+	  happen but it does)
+
+2009-07-21 10:58  donncha
+
+	* wp-cache-phase2.php: Added message to show to logged in users
+	  when caching disabled for them.
+
+2009-07-21 10:34  donncha
+
+	* wp-cache-phase2.php: Check the filemtime on the right file, props
+	  Simone Marx
+
+2009-07-20 16:37  donncha
+
+	* wp-cache.php: Remove "get_comment_author_url" filter
+
+2009-07-17 15:42  donncha
+
+	* wp-cache.php: Silly typo
+
+2009-07-17 15:41  donncha
+
+	* wp-cache.php: Use Amazon UK link rather than US one
+
+2009-07-17 15:31  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-07-17 15:30  donncha
+
+	* readme.txt: Added changelog to readme.txt
+
+2009-07-17 15:22  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.5
+	  Bump tested version to 2.8.1
+
+2009-07-17 15:19  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Don't
+	  serve wp_cached cache files to rejected USER AGENTs
+
+2009-07-17 15:08  donncha
+
+	* wp-cache.php: Show next and last GC times in minutes, not local
+	  times
+
+2009-07-02 17:21  donncha
+
+	* wp-cache-phase2.php: Rearrange checks for cache files.
+
+2009-06-25 21:01  donncha
+
+	* wp-cache-phase2.php: Hide filemtime warnings
+
+2009-06-19 15:07  donncha
+
+	* wp-cache-phase1.php: Don't check the filesize or mtime
+
+2009-06-19 13:02  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Don't check file age
+	  when serving cached content - it will be deleted by ordinary
+	  updates or by garbage collection
+	  Check file age of each cache file only when regenerating (and
+	  only to check if file was recently recreated)
+
+2009-06-19 09:03  donncha
+
+	* wp-cache.php: Updated blurb
+
+2009-06-19 09:01  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-06-18 12:34  donncha
+
+	* wp-cache-phase2.php: Typos in closing and unlink commands
+
+2009-06-12 10:47  donncha
+
+	* readme.txt, wp-cache-config-sample.php, wp-cache-phase1.php,
+	  wp-cache.php: Bump tested version to 2.8
+	  Applied patch to fix PHP warnings by Matt Martz,
+	  http://sivel.net/
+
+2009-06-10 22:46  donncha
+
+	* wp-cache-phase1.php: Forgot the mobile whitelist
+
+2009-06-05 17:04  donncha
+
+	* wp-cache-phase1.php: Use cookies action instead of cache_key so
+	  that supercache files aren't generated by anon mobile users
+
+2009-06-05 15:12  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: Added "Android" mobile
+	  user agent, thanks Matt Martz/sivel
+
+2009-06-05 12:27  donncha
+
+	* readme.txt, wp-cache.php: Don't force the plugin into "half on"
+	  mode if mobile support selected.
+	  Added rewrite rules so that mobile devices are ignored by static
+	  cache.
+	  Thanks Vladimir Prelovac for bugging me about this.
+
+2009-05-29 08:40  donncha
+
+	* wp-cache-phase1.php: Ignore the WP test cookie, props Jay @
+	  http://jay.gooby.org/post/nginx-wp-super-cache-not-writing-cache-files-solved
+
+2009-05-26 09:55  donncha
+
+	* wp-cache-phase2.php: Use blog's html type rather than text/html,
+	  props Weston Ruter
+
+2009-05-26 09:25  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Cache the REQUEST_URI
+	  in $wp_cache_request_uri in case a plugin overwrites it.
+
+2009-05-21 13:12  donncha
+
+	* wp-cache.php: Add newlines to mod_rewrite rules
+
+2009-05-19 11:21  donncha
+
+	* readme.txt: Updated recent changes list
+
+2009-05-19 11:18  donncha
+
+	* readme.txt: Updated docs for DONOTCACHEPAGE constant
+
+2009-05-19 11:15  donncha
+
+	* wp-cache.php: Added "WPSC_DISABLE_COMPRESSION" constant so
+	  hosting companies can disable compression in wp-super-cache
+
+2009-05-19 11:04  donncha
+
+	* wp-cache.php: Added "WPSC_DISABLE_LOCKING" constant so hosting
+	  companies can disable file locking sitewide
+
+2009-05-19 10:19  donncha
+
+	* wp-cache-phase2.php: Added "DONOTCACHEPAGE" constant so plugins
+	  can specify pages that should not be cached.
+
+2009-05-11 13:35  donncha
+
+	* wp-cache.php: Use PHP_DOCUMENT_ROOT in .htaccess rules if set,
+	  props Adrian Ott @ Mosso
+
+2009-04-25 06:30  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-04-25 06:30  donncha
+
+	* readme.txt, wp-cache.php: Bumped version number to 0.9.4.3
+
+2009-04-23 20:04  donncha
+
+	* wp-cache-phase2.php: Move mutex init above actions again
+
+2009-04-22 11:34  donncha
+
+	* readme.txt, wp-cache.php: Bump version number to 0.9.4.2
+
+2009-04-22 11:06  donncha
+
+	* wp-cache-phase2.php: Move check for logged in user after actions
+	  are defined, otherwise cache files aren't updated. See
+	  http://wordpress.org/support/topic/264090?replies=2
+
+2009-04-21 19:53  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-04-21 19:53  donncha
+
+	* readme.txt, wp-cache.php: Bumped version to 0.9.4.1
+
+2009-04-21 19:52  donncha
+
+	* wp-cache.php: Oops, make sure the "don't cache if logged in"
+	  checkbox can be unchecked!
+	  Clear the cache when it's enabled
+
+2009-04-21 15:46  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-04-21 15:45  donncha
+
+	* readme.txt: Updated recent changes
+
+2009-04-21 15:44  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-04-21 15:43  donncha
+
+	* readme.txt, wp-cache.php: Bumped version number to 0.9.4
+
+2009-04-21 11:46  donncha
+
+	* wp-cache.php: Minor docs update
+
+2009-04-20 09:25  donncha
+
+	* wp-cache-phase2.php: Check that user is logged in before not
+	  caching
+
+2009-04-20 08:49  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added "Don't cache for logged
+	  in users" option
+
+2009-04-18 22:03  donncha
+
+	* readme.txt: Updated donation link
+
+2009-04-15 16:38  donncha
+
+	* wp-cache.php: Display file size stats on admin page
+
+2009-04-15 15:27  donncha
+
+	* wp-cache-phase2.php: Clear the cache when the profile is updated.
+	  Props djquinn http://wordpress.org/support/topic/261504?replies=6
+	  http://www.dquinn.net/wp-super-cache-preview-draft-update-profile-wordpress/
+
+2009-04-15 15:25  donncha
+
+	* wp-cache-phase1.php: Don't cache post previews
+
+2009-04-14 14:10  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: Added backslashes to
+	  rejected URI. See
+	  http://wordpress.org/support/topic/260790?replies=10#post-1045412
+
+2009-04-06 14:17  donncha
+
+	* Changelog.txt: Updated changelog to 0.9.3.1
+
+2009-04-06 14:16  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.3.1
+
+2009-04-06 14:16  donncha
+
+	* readme.txt: Added link to forum thread on posting problems in
+	  0.9.3
+
+2009-04-06 14:11  donncha
+
+	* readme.txt: Added "Recent Changes" section to start of readme.txt
+	  to make life easier on those upgrading
+
+2009-04-05 22:15  donncha
+
+	* advanced-cache.php: Don't show broken path message in wp-admin.
+	  Check if file is missing before showing an error
+
+2009-04-05 21:51  donncha
+
+	* wp-cache-phase1.php: Return true so the include_once() returns
+	  true. Fixes problem with saving posts
+
+2009-04-05 18:53  donncha
+
+	* wp-cache-phase2.php: Clear the supercache when all cache is
+	  cleared on post edit.
+
+2009-04-05 18:53  donncha
+
+	* advanced-cache.php: whitespace cleanup
+
+2009-04-05 09:36  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-04-05 08:25  donncha
+
+	* wp-cache-phase2.php: Hide any potential opendir warnings
+
+2009-04-04 11:40  donncha
+
+	* Changelog.txt: Updated Changelog to 0.9.3
+
+2009-04-04 11:40  donncha
+
+	* readme.txt, wp-cache.php: Bump version number to 0.9.3
+
+2009-04-04 11:23  donncha
+
+	* wp-cache.php: Minor change in cache rebuild and mutex option text
+
+2009-04-04 11:15  donncha
+
+	* wp-cache-phase1.php: Cache files for single blogs go in cache/,
+	  MU cache files go in cache/blogs/
+
+2009-04-03 15:01  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: "Cache rebuild" feature
+	  is now on by default
+	  File locks are off by default
+	  Change language on admin page to "Enable file locking" instead of
+	  "Disable..."
+
+2009-04-02 19:56  donncha
+
+	* wp-cache-phase2.php: Get rid of more get_option() calls in the
+	  shutdown function
+
+2009-04-02 13:42  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Added a
+	  blog cache dir. WordPress MU blogs will be cached into different
+	  directories.
+	  Regular WP will cache into cache/blogs/ instead of cache/
+
+2009-04-02 13:41  donncha
+
+	* readme.txt: Update docs:
+	  1. new signature on page.
+	  2. Minor text changes
+
+2009-04-02 11:49  donncha
+
+	* wp-cache-phase2.php: Removed errlog
+
+2009-04-02 11:09  donncha
+
+	* wp-cache-phase2.php: Check if rejected uri expr is a blank. See
+	  http://justinblanton.com/2009/03/broken-wp-super-cache
+
+2009-04-01 11:46  donncha
+
+	* wp-cache-phase2.php: Added "wp_cache_rebuild_or_delete()"
+	  function to delete or create rebuild cache files
+
+2009-03-31 10:56  donncha
+
+	* readme.txt: Minor docs update
+
+2009-03-31 10:53  donncha
+
+	* readme.txt: Updated docs to stress that wp-cached files are "good
+	  enough" for most people.
+
+2009-03-31 10:46  donncha
+
+	* advanced-cache.php, readme.txt: Added "wpcache_broken_message()"
+	  and code to catch when path in advanced-cache.php is broken.
+
+2009-03-31 10:32  donncha
+
+	* wp-cache.php: Check if admin_url exists. Not everyone updates
+	  WordPress.
+
+2009-03-31 10:31  donncha
+
+	* wp-cache-phase2.php: In post change, remove corrupted or obsolete
+	  meta and cache files
+
+2009-03-31 10:30  donncha
+
+	* Changelog.txt: Updated changelog.txt
+
+2009-03-30 16:12  donncha
+
+	* wp-cache-phase2.php: Added an "auto reject" list of URIs
+
+2009-03-30 06:22  donncha
+
+	* wp-cache-phase1.php: Remove corrupted or obsolete meta file and
+	  cache file.
+
+2009-03-30 04:53  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Don't use array_push().
+	  Removed wp_cache_file_contents action as it may contribute to
+	  memory problems for some hosts.
+	  Pass buffer by reference to ob function.
+	  Revert merge of shutdown function and ob function
+	  Pass "siteurl" to post_id gc function
+
+2009-03-29 16:32  donncha
+
+	* wp-cache-phase1.php: Make sure $meta is an array
+
+2009-03-28 13:03  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-03-28 13:02  donncha
+
+	* readme.txt, wp-cache.php: Bump version number to 0.9.2
+
+2009-03-28 12:58  donncha
+
+	* readme.txt: Added a troubleshooting entry for advanced-cache.php
+
+2009-03-28 12:54  donncha
+
+	* advanced-cache.php: Include once instead of require because it
+	  won't cause a FATAL error if the path is incorrect
+
+2009-03-28 12:39  donncha
+
+	* readme.txt: Minimum version is now 2.6, props tigertech,
+	  http://wordpress.org/support/topic/255628?replies=1
+
+2009-03-28 12:34  donncha
+
+	* wp-cache-phase2.php: Delete static "pages on front" when posts
+	  change.
+
+2009-03-28 12:30  donncha
+
+	* readme.txt: Move uninstall instructions up
+	  Added "If all else fails" instructions
+
+2009-03-21 21:15  donncha
+
+	* wp-cache.php: Added "Settings" link on plugins page.
+	  Simplified admin notice, may fix 500 internal errors
+
+2009-03-21 21:13  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Revert
+	  moving meta information into cache file. It took too long to scan
+	  the directory
+
+2009-03-20 15:34  donncha
+
+	* wp-cache-phase2.php: Unlink supercache cache files as well as
+	  wp-cache files
+
+2009-03-20 15:33  donncha
+
+	* wp-cache-phase2.php: No need for separate $log variable
+
+2009-03-20 15:31  donncha
+
+	* wp-cache-phase2.php: $supercacheonly is set further up
+
+2009-03-20 15:30  donncha
+
+	* wp-cache-phase2.php: Minor typos "attac"
+	  Removed unused function
+
+2009-03-20 15:28  donncha
+
+	* wp-cache-phase2.php: Make sure other actions have a chance to
+	  mark comments as spam
+
+2009-03-13 22:19  donncha
+
+	* wp-cache-phase1.php: Don't need that error_log
+
+2009-03-13 11:41  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Make meta
+	  an array rather than an object because of this change to PHP5:
+	  http://bugs.php.net/bug.php?id=40104
+	  Move meta file data into cache file.
+
+2009-03-13 09:06  donncha
+
+	* wp-cache-phase2.php: Move wp_cache_shutdown_callback() into the
+	  ob callback
+
+2009-03-09 09:52  donncha
+
+	* wp-cache.php: Only check for apache modules if in supercache
+	  mode.
+
+2009-02-27 09:55  donncha
+
+	* plugins/badbehaviour.php: Note that compression disabled when BB
+	  support enabled.
+
+2009-02-27 09:46  donncha
+
+	* plugins/badbehaviour.php: Bad-behavior fixes. Plugin will find
+	  the bb plugin folder now.
+
+2009-02-26 12:55  donncha
+
+	* wp-cache-phase1.php: set the right variable.
+
+2009-02-26 11:53  donncha
+
+	* Changelog.txt: Updated changelog, should have svnupped last time
+
+2009-02-26 11:53  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-02-26 11:51  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.1
+
+2009-02-26 11:35  donncha
+
+	* readme.txt: Updated docs on "expired pages" and the required
+	  modules needed to serve new data
+
+2009-02-26 11:23  donncha
+
+	* wp-cache.php: Remove "experimental" heading.
+
+2009-02-26 11:07  donncha
+
+	* wp-cache.php: Added "About the author" box to admin page.
+
+2009-02-19 16:07  donncha
+
+	* wp-cache.php: Make the donation box hidable.
+
+2009-02-19 15:46  donncha
+
+	* wp-cache.php: Added donation button, yes my html skills suck.
+
+2009-02-19 15:00  donncha
+
+	* wp-cache.php: Match IP against 192.168 instead of 192.
+
+2009-02-19 13:43  donncha
+
+	* readme.txt, wp-cache.php: Added checks for hostname = 127.x.x.x
+	  or 192.x.x.x or if available uses wp_remote_get() to load
+	  wp-cron.php
+	  Gives warning if checks fail
+	  Updated readme.txt with docs on how to resolve. Thanks to Joost
+	  de Valk for help debugging this. http://yoast.com/wp-cron-issues/
+
+2009-02-19 13:34  donncha
+
+	* wp-cache-phase2.php: Hide file op warning.
+	  Removed register_shutdown command that's not used any more
+
+2009-02-19 11:48  donncha
+
+	* wp-cache.php: Hide rename warning. Possibly related to no global
+	  lock.
+
+2009-02-17 13:04  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-02-17 12:58  donncha
+
+	* wp-cache-phase2.php: Don't show no HTML tag warning for
+	  robots.txt, http://wordpress.org/support/topic/243904?replies=1
+
+2009-02-17 12:36  donncha
+
+	* wp-cache.php: Clear the supercache folder when it's disabled.
+	  Remove the .disabled folder if a supercache folder exists.
+	  Show Last and Next garbage collection times as UTC
+	  Added an admin notice on the plugins page if wp-super-cache
+	  caching is disabled
+	  Add plugin notice below plugin row if caching is disabled
+
+2009-02-17 12:34  donncha
+
+	* wp-cache-phase2.php: Hide some filemtime() warnings. Without a
+	  global file lock we'll get more of these.
+
+2009-02-17 12:33  donncha
+
+	* plugins/badbehaviour.php: Disable the supercache if Bad Behaviour
+	  support is enabled.
+
+2009-02-14 11:48  donncha
+
+	* readme.txt: Updated tag and added Donation link
+
+2009-02-06 10:48  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Just use the output
+	  buffer, no shutdown functions.
+
+2009-02-05 20:53  donncha
+
+	* wp-cache-phase2.php: No need to call this callback twice!
+
+2009-02-05 15:32  donncha
+
+	* wp-cache-config-sample.php: Remove any slashes left in the
+	  blogcacheid
+
+2009-02-05 13:36  donncha
+
+	* wp-cache.php: Replace blashslashes in WP_CONTENT_DIR here,
+	  possible Win32 fix
+
+2009-02-05 10:20  donncha
+
+	* readme.txt: Added "UserOnline" to the list of plugins that don't
+	  update when a page is cached
+
+2009-02-05 09:55  donncha
+
+	* wp-cache.php: Replace backslashes in WP_CONTENT_DIR too. Win32
+	  fix. props Chris (beerfan)
+
+2009-02-04 21:49  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase2.php: Added
+	  $wp_cache_shutdown_gc config option to use shutdown instead of
+	  wp-cron
+	  Added comments on config options
+
+2009-02-04 20:38  donncha
+
+	* wp-cache-phase2.php: Don't create empty supercache directories.
+
+2009-02-04 10:25  donncha
+
+	* readme.txt: Troubleshooting updates: advanced-cache.php, cache on
+	  NFS warning
+
+2009-02-03 21:53  donncha
+
+	* plugins/badbehaviour.php, wp-cache-phase1.php: Things act strange
+	  when a function has a require_once(), even if it's never reached
+
+2009-02-03 21:41  donncha
+
+	* plugins/badbehaviour.php, plugins/searchengine.php,
+	  wp-cache-config-sample.php, wp-cache-phase1.php: Added Bad
+	  Behaviour plugin
+	  Allow SuperCache plugin directory to be relocated. See
+	  $wp_cache_plugins_dir in config file.
+	  Fixed updating Active status of searchengine plugin
+	  Added new cacheactions:
+	  'wp_cache_served_cache_file' activated just before headers are
+	  sent for an existing cache file.
+	  'wp_cache_file_contents' filter that every wp-cache cache file is
+	  sent through. (ignoring mfunc)
+
+2009-02-03 12:11  donncha
+
+	* wp-cache-phase1.php: Clean and echo the buffer
+
+2009-02-03 11:49  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Register supercache
+	  shutdown function right at the start of the process so it's
+	  executed before WP objects are destroyed
+
+2009-02-02 15:48  donncha
+
+	* wp-cache-phase2.php: Don't register shutdown function, call it
+	  from the output buffer callback.
+
+2009-02-02 09:58  donncha
+
+	* wp-cache-phase2.php: Don't read files into an array, reverting
+	  [86134]
+
+2009-01-29 17:19  donncha
+
+	* wp-cache.php: Remove double slashes from inst_root
+
+2009-01-29 16:28  donncha
+
+	* wp-cache.php: Guess the install root properly
+
+2009-01-29 14:25  donncha
+
+	* wp-cache-phase2.php: Revert prune_super_cache and
+	  garbage_collection code.
+
+2009-01-29 06:41  donncha
+
+	* wp-cache.php: Fix caching for blogs installed in sub dirs. See
+	  http://wordpress.org/support/topic/238022?replies=6
+
+2009-01-27 19:57  donncha
+
+	* wp-cache-phase2.php: Only rename the tmp cache file when it's
+	  created.
+	  Hide warnings about renames and unlinks
+
+2009-01-27 06:18  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-01-27 06:17  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9
+
+2009-01-27 06:17  donncha
+
+	* wp-cache-phase2.php: Bring back mfunc code
+
+2009-01-27 05:53  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Set GC to 10 minutes instead
+	  of 30.
+
+2009-01-26 20:08  donncha
+
+	* wp-cache.php: Show last and next garbage collection times
+
+2009-01-26 18:11  donncha
+
+	* wp-cache.php: Make sure constant value is displayed, props
+	  Jonathan Dingman
+
+2009-01-26 17:32  donncha
+
+	* wp-cache-phase1.php: Update mobile "enabled" variable
+
+2009-01-26 17:32  donncha
+
+	* wp-cache-phase2.php: Don't send gzip headers if headers already
+	  sent
+
+2009-01-26 13:00  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
+	  Removed "dynamic caching" that isn't documented anywhere any more
+	  Fixed activate bugs with mobile device support
+
+2009-01-26 11:12  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php:
+	  Mobile device support via
+	  http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by
+	  Alex King
+
+2009-01-26 10:03  donncha
+
+	* readme.txt: Added extra FAQs
+
+2009-01-25 11:21  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Admin page updates
+	  If expiry time is over 30 minutes, set garbage collection to 30
+	  minutes, else expiry time
+
+2009-01-25 09:11  donncha
+
+	* wp-cache-phase2.php: If supercache enabled, Don't create wp-cache
+	  files for anonymous users. Should cut down cached files by half
+	  ore more.
+
+2009-01-25 07:56  donncha
+
+	* wp-cache-phase2.php: Warn if cache expiry cron job took longer
+	  than 30 seconds, props SiriusBuzz
+
+2009-01-25 07:49  donncha
+
+	* advanced-cache.php, wp-cache-phase2.php, wp-cache.php:
+	  advanced-cache.php will load the phase1.php even in relocated
+	  plugin folders now. (NOTE. Must be updated if plugin folder
+	  changes)
+	  Removed error_log()
+
+2009-01-24 06:03  donncha
+
+	* wp-cache.php: Update advanced-cache.php message, props Jonathan
+	  Dingman
+
+2009-01-23 19:10  donncha
+
+	* Changelog.txt: Updated Changelog for 0.8.9
+
+2009-01-23 19:09  donncha
+
+	* readme.txt, wp-cache.php: Bump version number to 0.8.9 and update
+	  documentation
+
+2009-01-23 18:34  donncha
+
+	* wp-cache.php: Updated text
+
+2009-01-23 12:43  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Set garbage collection to 10
+	  seconds after expiry
+
+2009-01-23 12:13  donncha
+
+	* wp-cache.php: mutext variable needs to be global
+
+2009-01-23 12:06  donncha
+
+	* advanced-cache.php, wp-cache.php: Added "advanced-cache.php"
+	  which will load wp-cache-phase1.php
+	  Copy that file to wp-content/ instead of symlinking
+	  Added checkboxes for "cache rebuild" and "disable file locking"
+	  remove #list anchor tag
+
+2009-01-22 11:26  donncha
+
+	* wp-cache-phase2.php: Delete lots more cache files in one go, for
+	  busy sites
+
+2009-01-21 13:42  donncha
+
+	* wp-cache-phase2.php: Removed "cron job called" debug message
+
+2009-01-21 13:05  donncha
+
+	* wp-cache.php: Show all sections of the admin page by default.
+	  Move cache contents up
+
+2009-01-20 11:23  donncha
+
+	* wp-cache.php: Admin page UI update, props Robert Wolf
+
+2009-01-19 18:29  donncha
+
+	* wp-cache-config-sample.php: Comment out $wp_cache_mutex_disabled
+	  by default
+
+2009-01-19 18:27  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase2.php: Allow mutex file
+	  locking to be disabled
+
+2009-01-19 18:18  donncha
+
+	* wp-cache.php: Fix the favourites if a non admin users logs in
+
+2009-01-16 17:04  donncha
+
+	* Changelog.txt: Updated Changelog
+
+2009-01-16 17:03  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase1.php,
+	  wp-cache-phase2.php: Added simple DEBUG mode. Activate by setting
+	  $wp_cache_debug to your email address in wp-cache-config.php
+	  Sends debug emails on: cron job, failed job, when gzip headers
+	  are missing from wp-cache meta file.
+
+2009-01-16 16:14  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.8.8
+
+2009-01-16 16:10  donncha
+
+	* wp-cache.php: Added "Delete Cache" link to Favourites menu
+
+2009-01-15 23:16  donncha
+
+	* wp-cache-phase2.php: We clean up files as well as directories.
+	  Should fix issue with non-updating blogs
+
+2009-01-14 22:47  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase1.php,
+	  wp-cache-phase2.php: Remove debugging code
+
+2009-01-14 18:51  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase1.php,
+	  wp-cache-phase2.php: Lots of debug code
+
+2009-01-14 14:33  donncha
+
+	* readme.txt: Updated the "How do I know my blog is being cached?"
+	  FAQ
+
+2009-01-12 17:51  donncha
+
+	* wp-cache-phase2.php: Don't overwrite $dh directory handler
+
+2009-01-12 17:38  donncha
+
+	* wp-cache-phase2.php: When reading large directories, create array
+	  of files. The opendir handle seems to die.
+
+2009-01-11 09:16  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Use opendir()/readdir()
+	  instead of glob()
+
+2009-01-09 21:16  donncha
+
+	* wp-cache-phase2.php: Minor typo
+
+2009-01-09 11:04  donncha
+
+	* Changelog.txt: Updated changelog
+
+2009-01-09 11:04  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.8.7
+
+2009-01-09 10:59  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Change default expiry time to
+	  10 minutes
+	  Only clean out 100 files at a time. Should help with very large
+	  sites.
+	  Fix file pointer.
+
+2008-12-05 09:57  donncha
+
+	* wp-cache.php: Fix term -> meta typo, props kettari,
+	  http://wordpress.org/support/topic/222613?replies=1
+
+2008-12-04 18:13  donncha
+
+	* Changelog.txt: Updated changelog for 0.8.6
+
+2008-12-04 18:12  donncha
+
+	* wp-cache-phase1.php: Added "WP-Super-Cache: WP-Cache" header for
+	  cached php files.
+
+2008-12-04 17:59  donncha
+
+	* readme.txt, wp-cache.php: Bump version numberb to 2.7
+
+2008-12-04 17:44  donncha
+
+	* wp-cache.php: Hide unlink errors
+
+2008-12-04 16:53  donncha
+
+	* wp-cache-phase2.php: Use uniqid() instead of tempnam() to
+	  generate temporary filenames.
+	  No need for chmod.
+	  Fixed minor typo
+
+2008-12-04 13:40  donncha
+
+	* wp-cache-phase2.php: Record time of cache generation
+
+2008-12-04 13:27  donncha
+
+	* readme.txt: Added Apache configuration docs on AllowOverride
+
+2008-12-02 11:00  donncha
+
+	* wp-cache.php: If WP_CACHE is not enabled, but the define() line
+	  is in wp-config.php, stop, because it's probably commented out.
+
+2008-12-01 11:38  donncha
+
+	* wp-cache-phase2.php: Abort caching if plugin can't write to any
+	  cache file, and report error
+	  $gzsize may not survive to shutdown callback. Get the filesize
+	  again
+
+2008-12-01 11:37  donncha
+
+	* wp-cache-phase1.php: Push the headers into the headers array, not
+	  the meta object
+
+2008-11-25 12:58  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-11-25 12:58  donncha
+
+	* readme.txt, wp-cache.php: Bump version number to 0.8.5
+
+2008-11-25 12:45  donncha
+
+	* wp-cache-phase2.php: Added "supercache_dir" filter so supercache
+	  directory can be modified.
+
+2008-11-25 12:40  donncha
+
+	* wp-cache-phase2.php: Removed backslashes from the supercache
+	  filename
+
+2008-11-25 12:27  donncha
+
+	* wp-cache.php: Warn if Apache modules are missing.
+	  Display gzip cache rewrite rules.
+	  Deal with WordPress MU better as it can't upgrade the .htaccess
+	  file.
+
+2008-11-25 12:24  donncha
+
+	* wp-cache-phase1.php: Added wp_cache_key cacheaction to modify
+	  cache key (ie. add user agent, IP, etc)
+
+2008-11-25 11:10  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Check that cache file
+	  exists before serving, it may have been removed without the meta
+	  file
+
+2008-11-25 11:01  donncha
+
+	* wp-cache-phase2.php: Removed $gzipped variable
+
+2008-11-25 10:54  donncha
+
+	* wp-cache-phase2.php: No need to addslashes() to file functions
+
+2008-11-14 13:20  donncha
+
+	* wp-cache-phase2.php: Added wpsupercache_buffer filter so buffer
+	  can be manipulated before writing to cache file
+
+2008-11-14 13:00  donncha
+
+	* wp-cache-phase2.php: Move gzip header detection down
+
+2008-11-14 10:09  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Add gzip headers back
+	  if they are missing. Should fix problems with users seeing
+	  corrupted pages.
+
+2008-11-14 10:00  donncha
+
+	* readme.txt: Updated docs on file locking
+
+2008-11-11 17:28  donncha
+
+	* wp-cache-phase2.php: Write wp-cache php cache files to temporary
+	  files before moving into place.
+	  Increase gzip compression to 3
+	  If cron job failed to get mutex lock, try again in 10 minutes
+
+2008-11-07 09:43  donncha
+
+	* wp-cache.php: Use WP_CONTENT_URL in mod_rewrite rules.
+	  Use WP_CONTENT_DIR in WPCACHEHOME definition.
+
+2008-10-27 13:21  donncha
+
+	* readme.txt: Added links section and link to WP Widget Cache,
+	  props to Ben @ http://www.binarymoon.co.uk/
+	  Minor troubleshooting update
+
+2008-10-23 08:14  donncha
+
+	* wp-cache.php: wp_cache_check_global_config() fixes by joelhardi,
+	  http://wordpress.org/support/topic/211477?replies=1#post-879591
+
+2008-10-22 15:57  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-10-22 15:55  donncha
+
+	* readme.txt, wp-cache.php: Bump version number to 0.8.4
+
+2008-10-11 22:10  donncha
+
+	* wp-cache-phase2.php: Update the time of last gc
+
+2008-10-10 11:54  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Change garbage collection
+	  parameters to time rather than hits
+
+2008-10-08 16:06  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-10-08 16:04  donncha
+
+	* readme.txt, wp-cache.php: Bump version numbers to 0.8.3
+	  Updated docs
+
+2008-10-08 08:12  donncha
+
+	* readme.txt: Note for WPMU users,
+	  http://wordpress.org/support/topic/208770?replies=3#post-871207
+
+2008-10-07 12:03  donncha
+
+	* readme.txt: x-gzip->gzip
+
+2008-10-07 10:50  donncha
+
+	* readme.txt: Minor typo,
+	  http://wordpress.org/support/topic/208770?replies=1#post-870518
+
+2008-10-07 10:44  donncha
+
+	* plugins/searchengine.php: Don't overwrite logged in user details
+	  in searchengine plugin.
+
+2008-10-06 09:19  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Encode as gzip, not x-gzip as
+	  IE7 has problems with it. ref:
+	  http://bugs.typo3.org/view.php?id=4623
+
+2008-10-01 08:05  donncha
+
+	* readme.txt, wp-cache.php: Options -> Settings, thanks webmaestro
+	  http://wordpress.org/support/topic/207576?replies=2
+
+2008-09-29 09:29  donncha
+
+	* wp-cache.php: Only update "clear on post" setting when saving
+	  status options, thanks Viper007Bond
+
+2008-09-28 11:04  donncha
+
+	* wp-cache-phase2.php: Only create compressed data if required
+
+2008-09-28 06:16  donncha
+
+	* wp-cache-phase2.php: Compress cache files with "dynamic content"
+	  too
+
+2008-09-28 05:56  donncha
+
+	* wp-cache-phase2.php: Only compress cached files once. Nice speed
+	  boost!
+
+2008-09-28 05:46  donncha
+
+	* wp-cache-phase2.php: Write gzipped supercache files using fopen
+	  instead of gzopen
+
+2008-09-26 23:16  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-09-26 23:15  donncha
+
+	* readme.txt, wp-cache.php: Bump the version number to 0.8.2
+
+2008-09-26 23:14  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php:
+	  Added $cache_rebuild_files setting to switch off "need rebuild"
+	  functionality by default
+
+2008-09-26 16:00  donncha
+
+	* wp-cache-phase2.php: On post change clear the front page
+
+2008-09-26 12:04  donncha
+
+	* wp-cache-phase2.php: Move cache writers entry up above supercache
+	  cleaning.
+	  Only clean individual posts, don't clear cache when no post_id
+
+2008-09-26 09:49  donncha
+
+	* wp-cache.php: Only show "Delete Cache" link to MU site admins or
+	  admins on WP blogs
+
+2008-09-25 12:47  donncha
+
+	* wp-cache.php: Save "wp_cache_clear_on_post_edit" properly, thanks
+	  HarryRAR,
+	  http://wordpress.org/support/topic/206371?replies=2#post-861998
+
+2008-09-25 11:12  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Can't clear cache on edit_post
+	  because leaving a comment calls edit_post unfortunately
+	  Experimental code to preserve supercache version of a page while
+	  it's being regenerated.
+
+2008-09-24 14:21  donncha
+
+	* wp-cache.php: Added "Delete Cache" link at top of admin pages
+
+2008-09-24 13:57  donncha
+
+	* Changelog.txt: Updated changelog, still release 0.8.1
+
+2008-09-24 13:03  donncha
+
+	* wp-cache-phase2.php: Added function to clear cache when a post is
+	  edited
+
+2008-09-24 13:02  donncha
+
+	* wp-cache.php: Added "Clear on edit" checkbox to clear all cache
+	  files when a post or page is edited
+
+2008-09-24 13:01  donncha
+
+	* wp-cache.php: Remove meta and supercache directories when
+	  deactivating
+
+2008-09-24 12:47  donncha
+
+	* wp-cache.php: Switch status messages around.
+
+2008-09-24 12:47  donncha
+
+	* wp-cache.php: Remove cache/.htaccess when uninstalling.
+
+2008-09-24 12:44  donncha
+
+	* readme.txt: Make mod mime and rewrite line clearer, hopefully
+
+2008-09-24 12:38  donncha
+
+	* wp-cache-phase2.php: comment_id typo
+	  Only clear supercache files if it's enabled
+
+2008-09-24 12:37  donncha
+
+	* readme.txt: Updated mod_rewrite rules and expiry/mime type rules
+
+2008-09-24 11:57  donncha
+
+	* Changelog.txt: Updated changelog for 0.8.1
+
+2008-09-24 11:57  donncha
+
+	* readme.txt, wp-cache.php: Bump the version number
+
+2008-09-24 10:01  donncha
+
+	* wp-cache-phase2.php: Make the temporary filename world readable
+	  to avoid problems where Apache and PHP run as different users.
+	  Thanks Tigertech for the code.
+
+2008-09-24 09:57  donncha
+
+	* wp-cache-phase2.php: Check that rename worked, if not, remove
+	  cache file and rename again. Props tigertech
+
+2008-09-23 19:55  donncha
+
+	* wp-cache-phase2.php: Don't clear the supercache if it's not
+	  enabled (In blog context, when a moderated comment is made)
+
+2008-09-23 13:09  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-09-23 13:05  donncha
+
+	* readme.txt, wp-cache.php: Bump the version to 0.8
+
+2008-09-23 13:01  donncha
+
+	* wp-cache-phase1.php: Comment: reminder to update .htaccess rules
+	  if get_cookie cacheaction is used.
+
+2008-09-23 12:58  donncha
+
+	* wp-cache-phase1.php: Don't return if the $string is not ''
+
+2008-09-23 12:50  donncha
+
+	* wp-cache.php: Generate a semaphore id based on hostname and cache
+	  path, props Tigertech
+	  http://wordpress.org/support/topic/205195?replies=4#post-857610
+
+2008-09-23 11:14  donncha
+
+	* wp-cache.php: Make the expiry cleanup list an unordered list
+
+2008-09-23 11:06  donncha
+
+	* wp-cache-phase2.php: siteurl -> home for those who run WP in a
+	  different place
+
+2008-09-23 10:44  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase2.php, wp-cache.php: No
+	  need for $super_cache_max_time
+
+2008-09-23 10:39  donncha
+
+	* wp-cache-phase2.php: On post change:
+	  1. Clear all files from permalink in supercache directory.
+	  2. Clear siteurl/page/ permalinks.
+	  3. Clear supercache files when corresponding php meta files are
+	  removed.
+
+2008-09-18 09:45  donncha
+
+	* wp-cache.php: Show mod_rewrite rules when .htaccess is RO, props
+	  Matt @ http://mattsblog.ca/
+
+2008-09-17 16:29  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Decrease the chance of
+	  cleanup.
+
+2008-09-17 11:01  donncha
+
+	* wp-cache.php: Don't server cached static files when url contains
+	  "=". Should avoid lots of problems with query strings
+
+2008-09-17 11:00  donncha
+
+	* wp-cache-phase2.php: Replace the siteurl correctly for those who
+	  have installed in a subdir, but access from the directory above.
+	  Thanks Viper007Bond.
+
+2008-09-16 13:01  donncha
+
+	* wp-cache.php: Check for WordPress MU because .htaccess can't be
+	  updated.
+	  Set cache control and expiry headers of supercached files. Cached
+	  for 5 minutes, but with "must-revalidate"
+
+2008-09-06 11:00  donncha
+
+	* wp-cache-phase2.php: Write cache files to a temporary file first,
+	  then rename. Rename should be atomic.
+
+2008-08-28 11:30  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-08-28 11:29  donncha
+
+	* readme.txt, wp-cache.php: Bump the version number to 0.7.1
+
+2008-08-28 11:00  donncha
+
+	* wp-cache.php: Updated .htaccess code:
+	  Check that file is writable (again?)
+	  Fix warnings about upgrades.
+	  Bright yellow backgrounds on items that need attention
+	  Thanks Matt @ http://twitter.com/mattfreedman/statuses/901325274
+	  for reporting.
+
+2008-08-27 19:32  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-08-27 19:31  donncha
+
+	* readme.txt, wp-cache.php: Bump to 0.7, fix activation link
+
+2008-08-27 19:17  donncha
+
+	* Changelog.txt: Updated Changelog
+
+2008-08-27 19:16  donncha
+
+	* readme.txt, wp-cache.php: Bump the version number to 0.6.8
+
+2008-08-27 18:59  donncha
+
+	* wp-cache.php: Added rules to redirect to urls ending with a "/",
+	  props Andylav and definitelynot,
+	  http://wordpress.org/support/topic/199542?replies=6
+
+2008-08-21 16:41  donncha
+
+	* wp-cache.php: Change menu options url
+
+2008-08-20 11:47  donncha
+
+	* Changelog.txt: Update Changelog
+
+2008-08-20 10:49  donncha
+
+	* readme.txt, wp-cache.php: Bump version number to 0.6.7
+
+2008-08-20 09:38  donncha
+
+	* wp-cache.php: Added CRs
+
+2008-08-20 09:01  donncha
+
+	* wp-cache.php: Added apache_request_headers() as suggested in
+	  http://wordpress.org/support/topic/197053
+
+2008-08-19 16:27  donncha
+
+	* plugins/searchengine.php, wp-cache.php: Updated styling with the
+	  help of the simple trackback validation plugin
+
+2008-08-19 15:11  donncha
+
+	* wp-cache-config-sample.php: Don't include rss files in cacheable
+	  list
+
+2008-08-19 15:05  donncha
+
+	* wp-cache.php: Added "deactivation hook" to remove
+	  advanced-cache.php and wp-cache-config.php and cached files.
+
+2008-08-14 10:39  donncha
+
+	* wp-cache-phase1.php: Only include once
+
+2008-08-14 09:14  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Cron fixed from Mike
+
+2008-08-13 12:52  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Fixes from Mike Beggs:
+	  Use custom is_writeable() that works in Win32 NTFS
+	  Update "Vary" header
+	  Let WP Cron handle cache cleaning.
+	  Don't let mod_deflate try to compress gzipped cached files
+
+2008-08-09 10:13  donncha
+
+	* wp-cache-phase2.php: Use get_comment(), props Lazy @
+	  http://www.lazybrain.de/
+
+2008-07-31 15:53  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-07-31 10:47  donncha
+
+	* readme.txt, wp-cache.php: Bump version numbers
+
+2008-07-29 19:52  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php: WP
+	  2.6 fixes. Use WP_CONTENT_DIR. Have not added to .htaccess rules
+	  yet
+
+2008-07-28 09:37  donncha
+
+	* readme.txt, wp-cache.php: Change wp-super-cache expiry to 3600
+	  seconds.
+	  Avoid foreach error on empty directories
+	  Minor change to status message
+
+2008-07-24 16:26  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Removed debug error log
+	  Catch 404 file not found requests when themes use query_posts()
+
+2008-07-24 13:17  donncha
+
+	* wp-cache-phase2.php: If we can't get a file lock, warn user.
+
+2008-07-23 18:30  donncha
+
+	* readme.txt: Update FAQ on cache times.
+
+2008-07-23 18:27  donncha
+
+	* readme.txt, wp-cache.php: Added p= parameter to htacess rules so
+	  they'll be served by wp-cache only,
+	  http://wordpress.org/support/topic/191275?replies=3
+
+2008-07-17 09:48  donncha
+
+	* wp-cache.php: Handle if wp-config.php has been moved ../ in
+	  WordPress 2.6
+
+2008-07-16 11:12  donncha
+
+	* wp-cache.php: Don't warn the user wp-content is writable if
+	  webserver is running as user.
+	  Create correct .htaccess rules when WordPress is installed in a
+	  different location. Both fixes props Allan Bazinet @
+	  http://sneezingfrog.com/blog/
+
+2008-07-15 10:17  donncha
+
+	* Changelog.txt: Update changelog
+
+2008-07-15 10:15  donncha
+
+	* readme.txt, wp-cache.php: Bump the version number to 0.6.5
+
+2008-07-15 10:14  donncha
+
+	* readme.txt: Add "Subscribe to comments" rule to readme
+
+2008-07-15 10:11  donncha
+
+	* wp-cache-phase1.php: Use comment_author instead of email in case
+	  email isn't mandatory. props rhapsodyv @
+	  http://wordpress.org/support/topic/188775
+
+2008-07-14 10:42  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added "wp_cache_gc" option
+	  Allow chance of garbage collection to be configurable.
+
+2008-07-14 10:06  donncha
+
+	* readme.txt: If caching doesn't work, it could be
+	  advanced-cache.php
+
+2008-07-14 09:53  donncha
+
+	* wp-cache.php: Added Subscribe To Comments exclusion rewrite rule
+
+2008-07-14 09:52  donncha
+
+	* wp-cache.php: Warn if wp-content is writable, props alexleonard,
+	  http://wordpress.org/support/topic/188530
+
+2008-07-08 10:41  donncha
+
+	* wp-cache-phase2.php: Remove extra pages generated at the current
+	  permalink. ie. paged comments.
+
+2008-06-20 16:16  donncha
+
+	* wp-cache.php: Only need the config file writable to change it
+
+2008-06-16 09:08  donncha
+
+	* wp-cache-phase2.php: Increase the chance of expired file cleanup
+
+2008-06-16 09:07  donncha
+
+	* wp-cache-phase2.php: Warn if page is a 404 or not complete and
+	  won't be cached
+
+2008-06-12 09:53  donncha
+
+	* readme.txt: Add troubleshooting message for Dreamhost users
+
+2008-05-26 09:12  donncha
+
+	* wp-cache-phase2.php: Use [] instead of {} for array indexes
+	  Fix warning notices
+
+2008-05-14 16:22  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-05-14 16:19  donncha
+
+	* readme.txt, wp-cache-phase2.php, wp-cache.php: Remove comment.
+	  Bump version number
+
+2008-05-14 12:21  donncha
+
+	* wp-cache-phase2.php: Clean up the supercache if no post_id is
+	  defined
+
+2008-05-14 12:11  donncha
+
+	* wp-cache.php: Move menu code up
+
+2008-05-13 14:57  donncha
+
+	* wp-cache-phase2.php: Only prune files in the supercache directory
+	  Remove expired files 1/500's of the time
+
+2008-05-11 08:51  donncha
+
+	* wp-cache.php: Allow the "digg proof" message to be styled
+	  Removed whitespace
+
+2008-05-05 09:49  donncha
+
+	* wp-cache-phase1.php: Removed Last-Modified header so plugin works
+	  on godaddy servers. props Brad @
+	  http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/
+
+2008-05-05 09:44  donncha
+
+	* readme.txt, wp-cache.php: Added rewrite rules to stop POST
+	  requests to html static files. props eharris @
+	  http://wordpress.org/support/topic/173972?replies=2
+
+2008-04-24 19:14  donncha
+
+	* Changelog.txt: Update Changelog
+
+2008-04-24 19:14  donncha
+
+	* readme.txt: Added changelog link
+	  Added attachment_id mod_rewrite rule
+
+2008-04-24 19:11  donncha
+
+	* Changelog.txt: Updated Changelog
+
+2008-04-24 19:09  donncha
+
+	* readme.txt, wp-cache.php: Bump the version number
+
+2008-04-24 15:45  donncha
+
+	* wp-cache-phase2.php: Put "could not write" message in a HTML
+	  comment at the end of the current page.
+
+2008-04-20 07:48  donncha
+
+	* wp-cache.php: Use blog charset for encoding.
+	  Don't supercache attachment pages, props Callum
+
+2008-04-17 09:23  donncha
+
+	* wp-cache.php: Make sure files are served as UTF-8, props
+	  tanguillo and nikolayb
+	  http://wordpress.org/support/topic/169540?replies=3
+
+2008-04-12 07:06  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-04-12 07:05  donncha
+
+	* readme.txt, wp-cache.php: Bump version number and update
+	  .htaccess example code
+
+2008-04-11 23:30  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: Remove "index.php" from
+	  cached file paths
+
+2008-04-11 23:17  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: Add index.php to list
+	  of not to be cached pages
+	  Minor typo fix
+
+2008-04-08 09:51  donncha
+
+	* wp-cache.php: Delete all contents of cache dir, not just
+	  supercachedir when caching disabled.
+
+2008-04-04 11:59  donncha
+
+	* wp-cache.php: wp_specialchars the rules
+
+2008-04-01 11:31  donncha
+
+	* wp-cache.php: Added wpsc_remove_marker() to remove WordPress
+	  rewrite rules
+	  Super Cache rules now go in the WPSuperCache marker
+	  Check for comment cookie in one line, props askapache
+
+2008-03-31 08:42  donncha
+
+	* wp-cache.php: wp_specialchars() the mod_rewrite rules, props
+	  Viper007Bond
+
+2008-03-30 10:42  donncha
+
+	* readme.txt, wp-cache.php: Bump the version numbers
+
+2008-03-30 10:41  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-03-30 10:41  donncha
+
+	* wp-cache.php: Warn if mod_rewrite rules are out of date and
+	  encourage user to remove or update them manually
+
+2008-03-30 10:26  donncha
+
+	* Changelog.txt: Updated changelog
+
+2008-03-28 17:37  donncha
+
+	* wp-cache.php: Login cookie got shortened to "wordpress" in 2.5,
+	  still backwards compatible
+
+2008-03-28 17:22  donncha
+
+	* wp-cache.php: Move toggleLayer js around
+
+2008-03-13 11:37  donncha
+
+	* readme.txt, wp-cache.php: Bump to 0.6
+
+2008-03-13 11:34  donncha
+
+	* readme.txt: Added compression FAQ
+
+2008-03-13 11:28  donncha
+
+	* wp-cache.php: Only require mod_rewrite if super cache is enabled
+	  Hide super cache parts of page when not activated
+	  Add "/" to mod_rewrite rules for URLs not ending in a /, props
+	  Michael R Aulia @ http://www.michaelaulia.com/blogs/
+
+2008-03-13 11:25  donncha
+
+	* readme.txt: Updated documentation
+
+2008-03-12 18:55  donncha
+
+	* wp-cache-phase2.php: This somehow stops PHP creating directories
+	  in the root folder, thanks to Cherie and Jennifer for their
+	  invaluable help!
+
+2008-03-12 17:00  donncha
+
+	* wp-cache.php: No need for this message any more
+
+2008-03-11 13:04  donncha
+
+	* wp-cache.php: Don't auto update .htaccess until user wants to.
+	  Hide listing of cached files, it's wrong anyway.
+	  Move advanced features to the end of backend page.
+
+2008-02-11 20:52  donncha
+
+	* readme.txt, wp-cache.php: You must define things before loading
+	  WordPress! (props s2j @
+	  http://wordpress.org/support/topic/154996?replies=12#post-691402
+	  )
+
+2008-02-08 10:27  donncha
+
+	* wp-cache.php: Remember to delete compressed files from directly
+	  cached folders, props John Pozadzides
+
+2008-01-16 12:14  donncha
+
+	* Changelog.txt: Update changelog
+
+2008-01-16 12:13  donncha
+
+	* readme.txt, wp-cache.php: Bump version number
+	  Make admin page readonly if configuration page cannot be written
+	  to
+
+2008-01-04 11:23  donncha
+
+	* Changelog.txt, readme.txt, wp-cache.php: Bump version and update
+	  changelog
+
+2008-01-04 11:22  donncha
+
+	* wp-cache.php: Only update the hello_world option when updating
+	  the right form
+
+2008-01-04 10:41  donncha
+
+	* readme.txt, wp-cache.php: Bump version number
+
+2008-01-04 10:40  donncha
+
+	* wp-cache.php: Rearrange .htaccess generator.
+	  Allow mod_rewrite rules to be viewed later
+	  Only create wp-content/cache/.htaccess if it doesn't exist
+
+2008-01-04 10:16  donncha
+
+	* wp-cache.php: Added Super Cache footer message
+
+2008-01-03 22:29  donncha
+
+	* wp-cache.php: More fixes for sub directory blogs, props Otto42 -
+	  http://wordpress.org/support/topic/146443?replies=9#post-664254
+
+2007-12-16 11:07  donncha
+
+	* wp-cache.php: Warn if ABSPATH is writeable
+	  Add $home_root to cached files path in rewrite rules
+	  make mod_rewrite module warning more verbose
+
+2007-12-09 07:39  donncha
+
+	* wp-cache-phase2.php: Hide unlink errors
+
+2007-12-04 10:18  donncha
+
+	* wp-cache-phase2.php: Check that mutex is set,
+	  http://wordpress.org/support/topic/146052?replies=4
+
+2007-11-28 11:29  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Check that $entries is not
+	  empty
+	  Don't ever recurse from ABSPATH up
+
+2007-11-26 11:33  donncha
+
+	* Changelog.txt: Updated changelog
+
+2007-11-26 11:32  donncha
+
+	* wp-cache.php: It's WPLOCKDOWN
+
+2007-11-26 11:31  donncha
+
+	* Changelog.txt: Updated Changelog
+
+2007-11-26 11:30  donncha
+
+	* readme.txt, wp-cache.php: Bump the version number
+	  Docs for lockdown
+
+2007-11-26 11:17  donncha
+
+	* wp-cache.php: Bumpy bumpy
+
+2007-11-26 11:12  donncha
+
+	* Changelog.txt: Updated Changelog
+
+2007-11-26 11:11  donncha
+
+	* readme.txt: Bump version
+
+2007-11-26 11:07  donncha
+
+	* readme.txt: Warn about safe mode
+
+2007-11-26 10:56  donncha
+
+	* wp-cache.php: Print a warning message if PHP safe mode is
+	  enabled.
+	  Super Cache plugins will fail silently if advanced-cache.php is
+	  not loaded
+	  Updated "Directly Cached Files" text
+
+2007-11-16 21:56  donncha
+
+	* plugins/searchengine.php, wp-cache-phase1.php,
+	  wp-cache-phase2.php, wp-cache.php: Added &raquo;
+	  Updated formatting of admin backend
+	  Added "direct caching" of pages.
+
+2007-11-12 21:23  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: PHP 5's mkdir() doesn't like
+	  slashes, http://ie2.php.net/manual/en/function.mkdir.php#73848 -
+	  props Tummmbler
+
+2007-11-12 15:26  donncha
+
+	* Changelog.txt: Updated changelog
+
+2007-11-12 15:23  donncha
+
+	* readme.txt, wp-cache.php: Bump version
+	  Update readme docs
+	  Add options page for wpmu site admins
+
+2007-11-12 11:32  donncha
+
+	* wp-cache.php: Check if cache config file is out of date
+
+2007-11-12 11:14  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Hide some warning messages
+	  Don't super cache $_GET requests
+	  Use wp_mkdir_p() instead of mkpath()
+	  Don't delete meta, supercache or .htaccess
+
+2007-11-11 10:05  donncha
+
+	* wp-cache.php: Don't want to check for .gz files twice!
+
+2007-11-11 08:06  donncha
+
+	* wp-cache.php: Added 'comment moderation' message when blog locked
+	  down.
+	  Formatting changes
+	  Use 'manage_options' instead of administrator because viper
+	  changed his role names :)
+
+2007-11-11 01:13  donncha
+
+	* wp-cache.php: If .htaccess updating fails, inform the user
+
+2007-11-11 00:20  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added "Lockdown" function so
+	  static files won't be deleted by comments
+	  Minor changes to admin page formatting
+	  get_settings to get_option
+
+2007-11-10 21:06  donncha
+
+	* wp-cache.php: Spell out radio boxes a bit more.
+	  Modified .htaccess rules so search pages aren't served from super
+	  cache
+	  Actually insert_with_markers instead of echoing the command!
+	  Tell user rules have been updated
+	  Disable super cache *before* renaming directory. Sleep for a
+	  second before
+	  deleting to allow other processes to finish
+
+2007-11-10 20:03  donncha
+
+	* wp-cache-phase2.php: Make sure the .htaccess isn't deleted
+
+2007-11-10 09:28  donncha
+
+	* wp-cache-phase2.php: Don't remove super-cache file until comment
+	  is approved
+
+2007-11-10 07:19  donncha
+
+	* wp-cache.php: Check that WP_CACHE is defined before checking for
+	  do_cacheaction.
+	  Better instructions for verifying a new install
+
+2007-11-09 21:33  donncha
+
+	* wp-cache.php: Define WPCACHEHOME properly, thanks tummbler for
+	  testing!
+
+2007-11-09 17:09  donncha
+
+	* wp-cache-phase2.php: Don't super-cache WordPress searches. May
+	  need to extend that to any GET activity
+
+2007-11-09 15:01  donncha
+
+	* wp-cache-phase2.php: Change preg_match delimiter so slashes work
+	  again
+
+2007-11-09 14:41  donncha
+
+	* readme.txt: Updated documentation
+
+2007-11-09 14:27  donncha
+
+	* wp-cache.php: Use get_mod_rewrite() to detect if that module is
+	  loaded
+	  Automatically populate the .htaccess file if it's writable
+	  Add gzip encoding rules to the cache dir, props Dennis @
+	  http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
+	  Replace Windows folder deliminator, "\" with "/" in WPCACHEHOME,
+	  props Computer Guru @
+	  http://neosmart.net/blog/2007/getting-wordpress-super-cache-to-run-on-a-windows-iis-or-apache-server/
+
+2007-11-09 01:19  donncha
+
+	* wp-cache-phase2.php: Move is_feed() check earlier.
+	  Check that mkpath() path is in $cache_path
+
+2007-11-08 21:57  donncha
+
+	* wp-cache.php: Single quote ABSPATH
+	  Check advanced-cache.php for version, remove if necessary, fixed
+	  create conditions
+
+2007-11-08 21:55  donncha
+
+	* wp-cache-phase1.php: realpath() two filenames
+
+2007-11-08 21:53  donncha
+
+	* readme.txt: Fix subdirectory .htaccess rules, props Computer Guru
+
+2007-11-08 21:51  donncha
+
+	* plugins/searchengine.php: Hide setcookie errors
+	  Return correct string
+
+2007-11-07 15:38  donncha
+
+	* Changelog.txt: Added Changelog.txt
+
+2007-11-07 15:27  donncha
+
+	* readme.txt: Bump version to 0.3.1 (getting to 1.0 far too
+	  quickly!)
+	  Change formatting again
+
+2007-11-07 15:26  donncha
+
+	* wp-cache.php: Bump version to 0.3.1
+
+2007-11-07 15:26  donncha
+
+	* wp-cache-config-sample.php, wp-cache-phase2.php: Use preg_match()
+	  to match rejected URIs.
+	  Change "wp-" to "wp-.*.php" to match files and paths starting
+	  with "wp-" and ending in "php"
+
+2007-11-07 11:56  donncha
+
+	* wp-cache.php: Bump the version number
+
+2007-11-06 22:50  donncha
+
+	* readme.txt: Bump version
+
+2007-11-06 22:18  donncha
+
+	* wp-cache-phase2.php: Fix feed content-type, props Dougal,
+	  (http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds)
+
+2007-11-06 22:15  donncha
+
+	* wp-cache.php: Check the do_cacheaction() exists
+	  Copy file if symlink is not found
+
+2007-11-06 21:44  donncha
+
+	* wp-cache.php: Move WP Super Cache to "Site Admin" menu on
+	  WordPress MU,
+	  http://www.darcynorman.net/2007/11/06/wordpress-super-cache/
+
+2007-11-06 21:19  donncha
+
+	* wp-cache-phase1.php: Don't compress WP-Cache data files is PHP is
+	  already doing it
+
+2007-11-06 10:29  donncha
+
+	* readme.txt: Minor typo in tag
+
+2007-11-06 10:06  donncha
+
+	* readme.txt, wp-cache-phase1.php, wp-cache-phase2.php,
+	  wp-cache.php: Bump the version to 0.2
+	  Enable gzip support in WP-Cache data files, fix feed content
+	  type, props tummbler:
+	  http://www.tummblr.com/wordpress/improving-wp-super-cache-gzip-for-logged-in-users/
+	  http://elliottback.com/wp/archives/2005/07/12/getting-wp-cache-to-work/
+	  http://blog.saddey.net/2007/02/18/how-to-prevent-wpcache-from-changing-a-feeds-content-type-to-text-html/
+	  When Super Cache is disabled, still write to WP-Cache files
+	  Check that prune_super_cache() exists before calling it in
+	  wp-cache.php, props Dougal
+
+2007-11-06 09:06  donncha
+
+	* readme.txt: Fix line endings
+
+2007-11-05 18:41  donncha
+
+	* wp-cache.php: Fixed display of "compression changed" message
+
+2007-11-05 18:06  donncha
+
+	* readme.txt: Convert to DOS mode
+	  reformat lists for display on wporg
+
+2007-11-05 17:25  donncha
+
+	* readme.txt: Minor updates to the readme
+
+2007-11-05 15:21  donncha
+
+	* wp-cache.php: When disabling or enabling compression make sure
+	  the user knows about .htaccess
+
+2007-11-05 15:11  donncha
+
+	* wp-cache-phase2.php: Rejected URIs must have .php in them now so
+	  pages starting with "wp-" will be cached
+
+2007-11-05 15:10  donncha
+
+	* wp-cache.php: When disabling supercache, make sure wpcache is
+	  enabled.
+	  Avoid resetting cache_compression when submitting other forms
+	  Reset supercache meta cache when compression modified
+
+2007-11-05 14:54  donncha
+
+	* wp-cache-config-sample.php, wp-cache.php: Fix weirdness with
+	  radio buttons on admin page
+
+2007-11-05 11:35  donncha
+
+	* plugins, plugins/searchengine.php, readme.txt, wp-cache-base.php,
+	  wp-cache-config-sample.php, wp-cache-phase1.php,
+	  wp-cache-phase2.php, wp-cache.php: Initial import of WP Super
+	  Cache
+
+2007-10-23 20:02  plugin-master
+
+	* .: adding wp-super-cache by donncha
+
diff --git a/wp-content/plugins/wp-super-cache/advanced-cache.php b/wp-content/plugins/wp-super-cache/advanced-cache.php
new file mode 100644
index 0000000000000000000000000000000000000000..ed7daffc014476369d949d3e4b4b1fc5cf0f66f5
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/advanced-cache.php
@@ -0,0 +1,14 @@
+<?php
+# WP SUPER CACHE 0.8.9.1
+function wpcache_broken_message() {
+	if ( false == strpos( $_SERVER[ 'REQUEST_URI' ], 'wp-admin' ) )
+		echo "<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->";
+}
+
+if ( !include_once( 'CACHEHOME' . 'wp-cache-phase1.php' ) ) {
+	if ( !@is_file( 'CACHEHOME' . 'wp-cache-phase1.php' ) ) {
+		define( 'ADVANCEDCACHEPROBLEM', 1 );
+		register_shutdown_function( 'wpcache_broken_message' );
+	}
+}
+?>
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo
new file mode 100644
index 0000000000000000000000000000000000000000..2aaff802a623b137f11c36575df9d92f1912961a
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po
new file mode 100644
index 0000000000000000000000000000000000000000..d2f35472d7aa1e2965279ea6663c633ddcc7b889
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po
@@ -0,0 +1,1428 @@
+# Translation of the WordPress plugin   by .
+# Copyright (C) 2010
+# This file is distributed under the same license as the  package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: wp-super-cache 1.2\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-09-27 13:58+0000\n"
+"PO-Revision-Date: 2010-09-28 18:13+0100\n"
+"Last-Translator: Mathias Roth <mroth@trade-service.eu>\n"
+"Language-Team: Blog-Lounge.org <support@trade-service.eu>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: en, er,\n"
+"X-Poedit-Language: German\n"
+"X-Poedit-Country: GERMANY\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "Dein Kommentar wird vor der Freigabe moderiert."
+
+#: plugins/awaitingmoderation.php:23
+#: plugins/awaitingmoderation.php:38
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:65
+#: plugins/domain-mapping.php:47
+#: plugins/domain-mapping.php:62
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1114
+msgid "Disable"
+msgstr "Deaktiviere"
+
+#: plugins/awaitingmoderation.php:29
+#: plugins/badbehaviour.php:55
+#: plugins/domain-mapping.php:53
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "deaktiviert"
+
+#: plugins/awaitingmoderation.php:31
+#: plugins/badbehaviour.php:57
+#: plugins/domain-mapping.php:55
+#: plugins/searchengine.php:69
+#: wp-cache.php:1460
+msgid "enabled"
+msgstr "aktiviert"
+
+#: plugins/awaitingmoderation.php:33
+#, php-format
+msgid "Awaiting Moderation plugin is %s"
+msgstr "\"Awaiting Moderation\"-Plugin ist %s. "
+
+#: plugins/awaitingmoderation.php:34
+msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
+msgstr "(Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt) "
+
+#: plugins/awaitingmoderation.php:36
+#: plugins/badbehaviour.php:63
+#: plugins/domain-mapping.php:60
+#: plugins/searchengine.php:74
+#: wp-cache.php:1114
+msgid "Enable"
+msgstr "Aktiviere"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
+
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s."
+msgstr "\"Bad Behaviour\"-Support ist %s. "
+
+#: plugins/badbehaviour.php:61
+#, php-format
+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 "(Nur Legacy-Caching wird unterstützt, Komprimierung deaktiviert, und benötigt <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
+
+#: plugins/badbehaviour.php:69
+#: wp-cache.php:1191
+#: wp-cache.php:1193
+msgid "Warning!"
+msgstr "Warnung!"
+
+#: plugins/domain-mapping.php:57
+#, php-format
+msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
+msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-Support Plugin ist %s"
+
+#: plugins/domain-mapping.php:58
+msgid "(support for multiple domains on multisite websites) "
+msgstr "(unterstützt mehere Domains auf \"Multi-Site\"-Seiten) "
+
+#: plugins/domain-mapping.php:72
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "\"Domain Mapping\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>-Plugin ist %s. "
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ebenfalls erforderlich) "
+
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Bitte erstelle %s /wp-cache-config.php aus der wp-super-cache/wp-cache-config-sample.php"
+
+#: wp-cache.php:138
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
+
+#: wp-cache.php:139
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "Kann sein dass es zu Probleme mit diesem Plugin kommt, da SAFE MODE aktiviert ist."
+
+#: wp-cache.php:143
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "Dein Server ist so eingestellt, dass erst die Besitzrechte des PHP-Skripts überprüft werden, bevor Schreib- und Lese-Zugriff gestattet wird."
+
+#: wp-cache.php:144
+#, php-format
+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 "Du oder ein Administrador könnten es ans Laufen kriegen, wenn die Besitzrechte des Plugin-Skripts entsprechend den Einstellungen auf dem Webserver (Gruppe/Besitzer) angepasst werden. Die Besitzergruppe des %s/cache/-Verzeichnisses muss ebenfalls geändert werden. Weitere Details unter <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a>."
+
+#: wp-cache.php:146
+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 "Du oder ein Administrator müssen das deaktivieren. Bitte besuche die Seite <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a> für weitere Details. Leider kann das nicht per .htaccess ausgeschaltet werden, sondern muss in der php.ini konfiguriert werden."
+
+#: wp-cache.php:152
+msgid "Permlink Structure Error"
+msgstr "Fehler in Permalink-Struktur"
+
+#: wp-cache.php:153
+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 "Benutzerdefinierte Struktur oder Permalink-Struktur ist für korrektes Funkionieren des Plugins erforderlich. Bitte gehe zu <a href=\"options-permalink.php\">Einstellungen &#62; Permalinks</a> um deine Permalinks zu konfigurieren."
+
+#: wp-cache.php:165
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
+
+#: wp-cache.php:166
+#, php-format
+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 "Dein Server glaubt, dein Host-Name wird zu %s aufgelöst. Einige Dienste, z.B. die Garbage-Collection dieses Plugins und in WordPress eingebundene Beiträge, werden evtl. nicht korrekt funktionieren."
+
+#: wp-cache.php:167
+#: wp-cache.php:181
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Bitte lese den Eintrag Nº16 im <a href=\"%s\">Bereich: Troubleshooting</a> der readme.txt"
+
+#: wp-cache.php:180
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "Leider kann WordPress die Datei wp-cron.php nicht finden. Dieses Skript wird für einwandfreies Funktionieren der Garbage-Collection dieses Plugins, der zeitlichen Einbindung von Beiträgen in WordPress und andere kritische Aktionen benötigt."
+
+#: wp-cache.php:195
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
+
+#: wp-cache.php:204
+msgid "Zlib Output Compression Enabled!"
+msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
+
+#: wp-cache.php:205
+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 komprimiert die Daten, die an die Besucher deiner Seite gesendet werden. Deaktivierung wird hier empfohlen, da das Plugin ansonsten einmalig die komprimierte Ausgabe cached statt die gleiche Seite immer und immer wieder zu cachen. Beachte dazu auch #21 im Bereich \"Troubleshooting\". Lese <a href=\"http://php.net/manual/en/zlib.configuration.php\">diese Seite</a> mit Anweisungen zur Bearbeitung deiner php.ini."
+
+#: wp-cache.php:209
+msgid "Mod rewrite may not be installed!"
+msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
+
+#: wp-cache.php:210
+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 "Scheint als wäre mod_rewrite nicht installiert. Manchmal ist dieser Check nicht zuverlässig, besonders wenn dein Webserver nicht mit Apache arbeitet. Bitte stelle sicher, dass das Modul mod_rewrite aktiviert ist. Es wird benötigt, um statische Supercache-Dateien zu erstellen.  Du kannst dann immer noch Legacy oder PHP-Modi benutzen."
+
+#: wp-cache.php:215
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
+
+#: wp-cache.php:216
+#, php-format
+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 webserver to make any changes."
+msgstr "Die WP-Super-Cache Konfigurationsdatei <code>%s/wp-cache-config.php</code> kann nicht bearbeitet werden. Für jegliche Änderung muss der Webserver Schreibrechte für die Datei besitzen."
+
+#: wp-cache.php:217
+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 "Eine einfache Art das zu tun ist, die Berechtigungen temporär per CHMOD über die Konsole oder mit deinem FTP-Programmm zu ändern. Sorge dafür dass sie global beschreibbar ist, dann soll es wohl klappen."
+
+#: wp-cache.php:218
+msgid "Writeable:"
+msgstr "Beschreibbar: "
+
+#: wp-cache.php:219
+msgid "Readonly:"
+msgstr "Nur Leserechte: "
+
+#: wp-cache.php:231
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "Warnung! %s ist beschreibbar!"
+
+#: wp-cache.php:232
+#, php-format
+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 "Du solltest die Zugriffsrechte in %s ändern, stelle sie etwas restriktiver ein. Benutze dein FTP-Programm, oder die folgende Anweisung um das zu erledigen:"
+
+#: wp-cache.php:240
+msgid "Mobile rewrite rules detected"
+msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
+
+#: wp-cache.php:241
+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 "Für optimale Performance solltest Du \"Mobile Endgeräte unterstützen\" aktivieren oder die \"Rewrite Rules für mobile Endgeräte\" in der .htaccess löschen. Suche die beiden Zeilen mit dem Text \"2.0\\ MMP|240x320\" und entferne sie."
+
+#: wp-cache.php:241
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "Hat keinen Einfluss auf normale Besucher, nur Handy-Benutzer bekommen ungecachede Seiten angezeigt."
+
+#: wp-cache.php:247
+#: wp-cache.php:258
+msgid "Rewrite rules must be updated"
+msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
+
+#: wp-cache.php:248
+#: wp-cache.php:259
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "Die \"Rewrite Rules\" für dieses Plugin wurden geändert oder sind nicht vorhanden."
+
+#: wp-cache.php:249
+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 "Die Unterstützung mobiler Endgeräte benötigt Extra-Regeln in der Datei .htaccess, oder Du setzt das Plugin in den Legacy-Modus. Hier sind deine Oprionen (sortiert nach Schwierigkeitsgrad):"
+
+#: wp-cache.php:250
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "Setze das Plugin auf den half-on-Modus und aktiviere \" Unterstützung mobiler Endgeräte\"."
+
+#: wp-cache.php:251
+#: wp-cache.php:260
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter <strong>Mod_Rewrite Rules aktualisieren</strong>."
+
+#: wp-cache.php:252
+#, php-format
+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 "Lösche die mod_rewrite rules des Plugins in %s.htaccess zwischen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code> und lass sie dann vom Plugin neu generieren. Dazu musst Du nur diese Seite im Browser neu laden."
+
+#: wp-cache.php:253
+#, php-format
+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_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
+msgstr "Trage die Regeln selbst ein. Bearbeite %s.htaccess und finde den Block zwischen den Zeilen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code>. Da gibt es zwei Bereiche, die sich sehr ähneln. Direkt unterhalb der Zeile <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> diese Zeilen einfügen: (zweimal, jeweils eine in beiden Bereichen)"
+
+#: wp-cache.php:266
+msgid "Required to serve compressed supercache files properly."
+msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
+
+#: wp-cache.php:266
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "Erforderlich um Caching-Infos in Supercache-Seiten zu schreiben. IE7-User bekommen ohne dieses Modul nur alte Seiten zu sehen."
+
+#: wp-cache.php:266
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "Setzt das Ablaufdatum für Supercache-Seiten. Besucher bekommen unter Umständen ohne diese Modul neue Seiten nicht angezeigt oder verlieren Kommentare, wenn sie den Browser neu laden."
+
+#: wp-cache.php:273
+msgid "Missing Apache Modules"
+msgstr "Fehlende Apache-Module"
+
+#: wp-cache.php:274
+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 "Folgende Apache-Module fehlen. Das Plugin arbeitet ohne sie im Legacy-Modus. Im vollen Supercache-Modus kann es ansonsten passieren, dass deine Besucher beschädigte Seiten oder veraltete Inhalte sehen."
+
+#: wp-cache.php:413
+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>Achtung!</strong> Du hast versucht die Datei-Komprimierung zu aktivieren, aber <code>zlib.output_compression</code> ist aktiv. Lese dazu #21 im Bereich Troubleshooting der Datei readme.txt."
+
+#: wp-cache.php:501
+msgid "WP Super Cache Settings"
+msgstr "WP-Super-Cache Einstellungen"
+
+#: wp-cache.php:512
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "Hinweis: <em>Mod_rewrite oder Legacy-Caching aktiviert</em>. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
+
+#: wp-cache.php:523
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "Die Konfigurationsdatei wurde geändert, einige Werte sind vielleicht falsch. Bitte die Seite neu laden im Menü \"Einstellungen\", um sie zurückzusetzen."
+
+#: wp-cache.php:540
+#: wp-cache.php:614
+msgid "Caching must be enabled to use this feature"
+msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
+
+#: wp-cache.php:542
+msgid "Cache Tester"
+msgstr "Cache-Tester"
+
+#: wp-cache.php:543
+msgid "Test your cached website by clicking the test button below."
+msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
+
+#: wp-cache.php:550
+#, php-format
+msgid "Fetching %s to prime cache: "
+msgstr "Lädt %s um den Cache zu priorisieren: "
+
+#: wp-cache.php:552
+#: wp-cache.php:559
+#: wp-cache.php:566
+msgid "OK"
+msgstr "OK"
+
+#: wp-cache.php:557
+#, php-format
+msgid "Fetching first copy of %s: "
+msgstr "Lädt die erste Kopie von %s: "
+
+#: wp-cache.php:564
+#, php-format
+msgid "Fetching second copy of %s: "
+msgstr "Lädt die zweite Kopie von %s: "
+
+#: wp-cache.php:570
+msgid "One or more page requests failed:"
+msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
+
+#: wp-cache.php:589
+#: wp-cache.php:590
+#, php-format
+msgid "Page %d: %d (%s)"
+msgstr "Seite %d: %d (%s)"
+
+#: wp-cache.php:596
+#, php-format
+msgid "Page 1: %s"
+msgstr "Seite 1: %s"
+
+#: wp-cache.php:597
+#, php-format
+msgid "Page 2: %s"
+msgstr "Seite 2: %s"
+
+#: wp-cache.php:598
+msgid "The timestamps on both pages match!"
+msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
+
+#: wp-cache.php:600
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
+
+#: wp-cache.php:606
+msgid "Send non-secure (non https) request for homepage"
+msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
+
+#: wp-cache.php:607
+msgid "Test Cache"
+msgstr "Cache testen"
+
+#: wp-cache.php:632
+#: wp-cache.php:755
+msgid "Cancel Cache Preload"
+msgstr "Cache-Preload abstellen"
+
+#: wp-cache.php:638
+msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
+msgstr "Das angesetzte Vorladen des Cache (Cache-Preload) wurde storniert. Wenn momentan ein Prozess läuft wird dieser nicht abgebrochen, bis die aktuellen 100 Seiten komplett sind."
+
+#: wp-cache.php:649
+msgid "Scheduled preloading of cache cancelled."
+msgstr "Planmässiges Vorladen des Cache abgebrochen."
+
+#: wp-cache.php:675
+#: wp-cache.php:753
+msgid "Preload Cache Now"
+msgstr "Cache jetzt vorladen"
+
+#: wp-cache.php:678
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
+
+#: wp-cache.php:682
+#, php-format
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "Planmässiges Vorladen des Cache in %d Minuten"
+
+#: wp-cache.php:686
+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 "Dadurch werden alle publizierten Seiten und Beiträge gecached. Es werden statische Supercache-Dateien erstellt, so dass anonyme Besucher (inklusive Bots) eine gecachede Seite aufrufen. Das kann möglicherweise dein Google-Ranking verbessern, da kurze Ladezeiten als Maßstab für die Beurteilung von Webseiten relevant sind."
+
+#: wp-cache.php:687
+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 "\"Vorladen\" produziert aber auch eine Menge Dateien. Es wird vom ältesten bis zum neuesten Beitrag gecached, also bedenke bitte nur die Neuesten zu cachen, wenn Du viele (10.000+) Einträge hast. Das spielt vor allem auf virtuellen Servern (shared hosting) eine entscheidende Rolle."
+
+#: wp-cache.php:688
+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 "Im \"Preload-Modus\" wird die normale \"Garbage Collection\" (Leeren des abgelaufenen Cache) nur alte Legacy-Dateien für schon bekannte Benutzer bereinigen, nicht die vorab geladenen Supercache-Dateien. Das ist die empfohlene Einstellung wenn der Cache vorgeladen wird."
+
+#: wp-cache.php:692
+#, php-format
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "Erneuere vorab geladene Cache-Dateien alle %s Minuten. (0 zum deaktivieren, Minimum %d Minuten.)"
+
+#: wp-cache.php:705
+msgid "all"
+msgstr "Alle"
+
+#: wp-cache.php:718
+#, php-format
+msgid "Preload %s posts."
+msgstr "Lade %s Beiträge vorab."
+
+#: wp-cache.php:725
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "Preload-Modus (Garbage-Collection nur für Legacy Cache-Dateien. Empfohlen.)"
+
+#: wp-cache.php:728
+msgid "Send me status emails when files are refreshed."
+msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
+
+#: wp-cache.php:733
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
+
+#: wp-cache.php:736
+msgid "Medium, 1 email per 100 posts."
+msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
+
+#: wp-cache.php:739
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "Weniger E-Mails, 1 am Anfang und 1 am Ende des Preloads aller Beiträge."
+
+#: wp-cache.php:743
+#, php-format
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
+
+#: wp-cache.php:744
+#, php-format
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Vollständiges Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
+
+#: wp-cache.php:750
+#, php-format
+msgid "Currently caching from post %d to %d."
+msgstr "Momentan wird von Beitrag %d bis %d  gecached."
+
+#: wp-cache.php:753
+msgid "Update Settings"
+msgstr "Einstellungen aktualisieren"
+
+#: wp-cache.php:761
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+msgstr "Cache-Preloading deaktiviert. Bitte deaktiviere Legacy-Caching oder kläre das mit deinem Hosting-Administrator."
+
+#: wp-cache.php:776
+#: wp-cache.php:865
+msgid "Caching"
+msgstr "Caching"
+
+#: wp-cache.php:780
+msgid "Cache hits to this website for quick access."
+msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
+
+#: wp-cache.php:780
+#: wp-cache.php:781
+#: wp-cache.php:795
+#: wp-cache.php:799
+#: wp-cache.php:802
+#: wp-cache.php:803
+#: wp-cache.php:868
+msgid "Recommended"
+msgstr "Empfohlen"
+
+#: wp-cache.php:781
+msgid "Use mod_rewrite to serve cache files."
+msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
+
+#: wp-cache.php:782
+msgid "Use PHP to serve cache files."
+msgstr "Nutze PHP um Cache-Dateien auszuliefern."
+
+#: wp-cache.php:783
+msgid "Legacy page caching."
+msgstr "Legacy Page-Caching."
+
+#: wp-cache.php:784
+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 go with PHP caching."
+msgstr "Mod_rewrite ist am schnellsten, PHP ist fast genau so schnell und einfacher ans Laufen zu kriegen, währen Legacy-Caching langsamer läuft, aber flexibler und ebenso leicht  ans Laufen zu kriegen ist. Neulinge sollten PHP-Caching nehmen."
+
+#: wp-cache.php:790
+msgid "Miscellaneous"
+msgstr "Sonstiges"
+
+#: wp-cache.php:795
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
+
+#: wp-cache.php:796
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+msgstr "Die Komprimierung ist standardmässig deaktiviert, da manche Hosts Probleme mit komprimierten Dateien haben. An- und abschalten leert den Cache."
+
+#: wp-cache.php:799
+msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+msgstr "304 Not Modified Browser Caching. Stelle fest wenn eine Seite seit dem letzten Aufruf nicht modifiziert wurde."
+
+#: wp-cache.php:800
+msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+msgstr "304-Support ist standardmässig deaktiviert, da \"GoDaddy\" in der Vergangenheit Probleme mit ein paar der eingesetzten Header hatte."
+
+#: wp-cache.php:802
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "Seiten für <acronym title=\"Angemeldete Besucher und solche die kommentieren\">bekannte Benutzer</acronym> nicht cachen."
+
+#: wp-cache.php:803
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "Cache neu erstellen. Liefert eine Supercache-Datei an anonyme Besucher aus, während eine neue Datei erstellt wird."
+
+#: wp-cache.php:804
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "Proudly tell the world your server is Digg proof! (zeigt einen kleinen Hinweis im Footer deines Blogs, dass dein Server \"hieb- und stichfest\" ist)"
+
+#: wp-cache.php:810
+#: wp-cache.php:957
+#: wp-cache.php:1473
+msgid "Advanced"
+msgstr "Erweitert"
+
+#: wp-cache.php:814
+msgid "Mobile device support."
+msgstr "Unterstützung mobiler Endgeräte."
+
+#: wp-cache.php:815
+msgid "Clear all cache files when a post or page is published."
+msgstr "Alle Cache-Dateien bereinigen, wenn ein Beitrag oder eine Seite publiziert wird."
+
+#: wp-cache.php:816
+msgid "Only refresh current page when comments made."
+msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
+
+#: wp-cache.php:817
+msgid "List the newest cached pages on this page."
+msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
+
+#: wp-cache.php:819
+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 "Datei \"stumpf\" sperren. Brauchst Du wahrscheinlich nicht, aber es könnte helfen wenn dein Server schwächelt. Achtung! <em>Kann in seltenen Fällen dazu führen das dein Server abstürzt!</em>"
+
+#: wp-cache.php:822
+msgid "Use object cache to store cached files."
+msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
+
+#: wp-cache.php:822
+msgid "(Experimental)"
+msgstr "(Experimentell)"
+
+#: wp-cache.php:829
+msgid "Note:"
+msgstr "Hinweis: "
+
+#: wp-cache.php:831
+#, php-format
+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 too is probably a good idea!)"
+msgstr "Wenn Du das Plugin deinstallierst, stelle sicher dass Verzeichnis <em>%s</em> für den Webserver beschreibbar ist, so das die Dateien <em>advanced-cache.php</em> und <em>cache-config.php</em> automatisch entfernt werden können. (..die Dateien ebenfalls beschreibbar zu machen ist dabei eine gute Idee!)"
+
+#: wp-cache.php:832
+#, php-format
+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 "Bitte werfe einen Blick in <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> für Anleitungen zur Deinstallation dieses Skripts. Suche nach der Überschrift \"How to uninstall WP Super Cache\"."
+
+#: wp-cache.php:833
+#, php-format
+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 "Hilfe benötigt? Check die Datei <a href=\"%1$s\">Super Cache readme</a>. Sie enthält die Dokumenration zur Installation, FAQ und Troubleshooting-Tipps. Das <a href=\"%2$s\">Supportforum</a> steht ebenso zur Verfügung. Vielleicht ist deine Frage dort schon beantwortet worden."
+
+#: wp-cache.php:836
+#: wp-cache.php:883
+msgid "Update Status"
+msgstr "Update-Status"
+
+#: wp-cache.php:843
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Akzeptierte Dateinamen &amp; Abgewiesene URIs"
+
+#: wp-cache.php:868
+msgid "Caching On"
+msgstr "Caching An"
+
+#: wp-cache.php:869
+msgid "Caching Off"
+msgstr "Caching Aus"
+
+#: wp-cache.php:870
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
+
+#: wp-cache.php:880
+msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
+msgstr "Hinweis: Supercache mod_rewrite rules gefunden. Cache-Dateien werden nach diesen Regeln erstellt. Bearbeite die Datei .htaccess - auf der \"root\" (oberste Ebene im Webverzeichnis) deiner Installation - und entferne die Supercache-Regeln."
+
+#: wp-cache.php:892
+msgid "Make WordPress Faster"
+msgstr "Mach WordPress schneller!"
+
+#: wp-cache.php:893
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s wurde entwickelt/wird gewartet von %2$s unter Beteiligung vieler Anderer."
+
+#: wp-cache.php:894
+#, php-format
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "Er bloggt unter %1$s und publiziert Photos in %2$s"
+
+#: wp-cache.php:895
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
+
+#: wp-cache.php:903
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "Cached-Pages seit %1$s : <strong>%2$s</strong>"
+
+#: wp-cache.php:904
+msgid "Newest Cached Pages:"
+msgstr "Neueste Cached-Pages: "
+
+#: wp-cache.php:908
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "Vor %s Sekunden gecached"
+
+#: wp-cache.php:911
+msgid "(may not always be accurate on busy sites)"
+msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
+
+#: wp-cache.php:930
+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 sind PHP-Skripte, die sich im Plugin-Verzeichnis innerhalb des Ordners \"wp-super-cache\" befinden. Sie werden zusammen mit Supercache geladen, viel früher als reguläre WordPress-Plugins."
+
+#: wp-cache.php:931
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+msgstr "Das ist definitiv nur eine Option für sehr weit \"Fortgeschrittene\". Kenntnisse sowohl in PHP als auch zu WordPress-Actions sind Vorraussetzung, um sie zu erstellen."
+
+#: wp-cache.php:941
+msgid "Available Plugins"
+msgstr "Verfügbare Plugins"
+
+#: wp-cache.php:957
+msgid "Easy"
+msgstr "Easy"
+
+#: wp-cache.php:957
+msgid "Tester & Contents"
+msgstr "Tester & Inhalte"
+
+#: wp-cache.php:957
+msgid "Preload"
+msgstr "Preload"
+
+#: wp-cache.php:957
+msgid "Plugins"
+msgstr "Plugins"
+
+#: wp-cache.php:957
+msgid "Debug"
+msgstr "Debug"
+
+#: wp-cache.php:984
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
+
+#: wp-cache.php:986
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
+msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
+
+#: wp-cache.php:996
+msgid "Mod Rewrite Rules"
+msgstr "Mod Rewrite Rules"
+
+#: wp-cache.php:1002
+msgid "WordPress MU Detected"
+msgstr "WordPress MU (WP Multi-Sites) festgestellt"
+
+#: wp-cache.php:1002
+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 "Leider können die \"Rewrite-Rules\" nicht automatisch aktualisiert werden, wenn Du WordPress MU benutzt. Bitte öffne deine .htaccess und füge die folgenden mod_rewrite Regeln oberhalb aller anderen Einträge in die Datei ein."
+
+#: wp-cache.php:1004
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
+
+#: wp-cache.php:1005
+#, php-format
+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 "Es müssen die Markierungen <strong>BEGIN</strong> und <strong>END</strong> in %s.htaccess stehen, damit das Auto-Update funktioniert. Sie sehen so aus und umgeben die WordPress mod_rewrite Regeln: "
+
+#: wp-cache.php:1007
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "Lade die Seite neu, wenn Du die Datei .htaccess aktualisiert hast."
+
+#: wp-cache.php:1011
+msgid "Thank you for upgrading."
+msgstr "Danke für das Upgrade."
+
+#: wp-cache.php:1011
+#, php-format
+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 "Die mod_rewrite-Regeln haben sich verändert, seit Du das Plugin installiert hast. Leider musst Du die alten Supercache-Regeln entfernen, bevor die Neuen aktualisiert werden können. Lade die Seite neu, wenn Du deine .htaccess aktualisiert hast. Wenn Du händisch aktualisieren willst, ändere die folgende Zeile: %1$s so dass sie hinterher so aussieht: %2$s Die einzigen Änderungen: \"HTTP_COOKIE\" wird zu \"HTTP:Cookie\" und \"wordpressuser\" wird zu \"wordpress\". Dies wurde in WordPress 2.5 geändert, ist aber abwärtskompatibel mit älteren Versionen - wenn Du mutig genug bist, sie zu benutzen."
+
+#: wp-cache.php:1015
+msgid "Trailing slash check required."
+msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
+
+#: wp-cache.php:1015
+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 "Sieht aus als hätte dein Blog URLs, die mit \"/\" aufhören. Dummerweise wurde ein Bug entdeckt, nachdem Du das Plugin installiert hast: URLs, die ohne \"/\" enden liefern den gleichen Inhalt wie URLs mit \"/\", und werden nicht auf den eigentlichen URL weitergeleitet (Dublicate Content). Um das zu beheben, bearbeite deine .htaccess und füge diese beiden Regeln den zwei Super-Cache-Gruppen hinzu: "
+
+#: wp-cache.php:1017
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "Du kannst sehen wo die Regeln eingetragen werden, wenn Du den \"View mod_rewrite rules\"-Link hier unten anklickst."
+
+#: wp-cache.php:1031
+msgid "Mod Rewrite rules updated!"
+msgstr "Mod Rewrite Rules aktualisiert!"
+
+#: wp-cache.php:1032
+#, php-format
+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 wurde mit den nötigen mod_rewriteRegeln aktualisiert. Bitte überprüfe, ob sie korrekt sind. So sollten sie aussehen: "
+
+#: wp-cache.php:1034
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
+
+#: wp-cache.php:1035
+#, php-format
+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 "Deine %s.htaccess ist für den Webserver nicht beschreibbar und muss mit den nötigen mod_rewrite rules aktualisiert werden. Die neuen Regeln werden, wie hier im Code angezeigt, oberhalb der regulären WordPress-Regeln eingetragen: "
+
+#: wp-cache.php:1040
+#, php-format
+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 in der Datei %s.htaccess gefunden.<br /> Klicke auf den folgenden Link, um die Einträge die dieser Datei hinzugefügt wurden, anzuzeigen. Wenn Du ein Upgrade des Plugins gemacht hast, stelle sicher dass diese Regeln zutreffen."
+
+#: wp-cache.php:1043
+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 "Eine Abweichung zwischen den Regeln in deiner .htaccess file und den Rewrite Rules im Plugin wurde festgestellt. Dabei kann es sich nur um unterschiedliche Abstände oder Leerzeichen handeln, Du solltest aber die Regeln in der Datei mit den hier unten angezeigten möglichst bald abgleichen. Klicke den \"Mod_Rewrite Rules\"-Button um die Regeln zu aktualisieren."
+
+#: wp-cache.php:1046
+msgid "View Mod_Rewrite Rules"
+msgstr "Mod_Rewrite Rules anzeigen"
+
+#: wp-cache.php:1050
+#: wp-cache.php:2287
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
+
+#: wp-cache.php:1058
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
+
+#: wp-cache.php:1065
+msgid "Fix Configuration"
+msgstr "Repariere Konfiguration"
+
+#: wp-cache.php:1068
+msgid "Restore Default Configuration"
+msgstr "Ursprüngliche Konfiguration wieder herstellen"
+
+#: wp-cache.php:1076
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "Kommentare werden moderiert. Es kann etwas dauern, bis dein Kommentar angezeigt wird."
+
+#: wp-cache.php:1101
+msgid "Lock Down:"
+msgstr "Sperren: "
+
+#: wp-cache.php:1101
+msgid "Disabled"
+msgstr "Deaktiviert"
+
+#: wp-cache.php:1101
+msgid "Enabled"
+msgstr "Aktiviert"
+
+#: wp-cache.php:1102
+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 "Bereite deinen Server auf eine zu erwartende Höchstlast an Traffic vor, indem Du \"Sperren\" aktivierst. In dieser Einstellung werden die statischen Dateien im Cache nicht erneuert, wenn zu den Beiträgen Kommentare veröffentlicht werden."
+
+#: wp-cache.php:1103
+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:1105
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "<br />Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
+
+#: wp-cache.php:1109
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress ist im \"locked down\" Modus. Statische Super-Cache-Dateien werden nicht gelöscht, wenn neue Kommentare geschrieben werden."
+
+#: wp-cache.php:1111
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress ist nicht im \"locked down\" Modus. Neue Kommentare werden ganz normal die statischen Super-Cache-Dateien erneuern."
+
+#: wp-cache.php:1117
+msgid "Lock Down"
+msgstr "Sperre"
+
+#: wp-cache.php:1125
+msgid "Directly Cached Files"
+msgstr "Direkt gecachede Dateien"
+
+#: wp-cache.php:1183
+#, php-format
+msgid "%s removed!"
+msgstr "%s entfernt!"
+
+#: wp-cache.php:1191
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "Du musst %s beschreibbar machen, um diese Option zu nutzen. Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Leserechte\" nachdem die Seite generiert ist."
+
+#: wp-cache.php:1193
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s ist beschreibbar! Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Lesen\" nachdem die Seite generiert ist."
+
+#: wp-cache.php:1207
+msgid "Existing direct page"
+msgstr "Direkt-Seite existiert"
+
+#: wp-cache.php:1207
+msgid "Delete cached file"
+msgstr "Lösche gecachede Datei"
+
+#: wp-cache.php:1212
+msgid "Add direct page:"
+msgstr "Direkt-Seite hinzufügen: "
+
+#: wp-cache.php:1214
+#, php-format
+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 "Direkt gecachede Seiten sind Dateien, die direkt in %s erzeugt werden, da wo dein Blog liegt. Diese Option ist nur sinnvoll, wenn Du auf dem Niveau von Facebook oder Digg Traffic auf einer Seite oder auf einem Beitrag erwartest."
+
+#: wp-cache.php:1216
+#, php-format
+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 "Als Beispiel: Um <em>%1$sabout/</em> zu cachen, würdest Du %1$sabout/ oder /about/ eingeben. Die Cache-Datei wird dann erstellt, sobald ein anonymer Besucher die Seite aufruft."
+
+#: wp-cache.php:1217
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Leere die Textbox, um sie von der Liste der Direkt-Seiten zu entfernen und die Cache-Datei zu löschen."
+
+#: wp-cache.php:1222
+msgid "Update Direct Pages"
+msgstr "Direkt-Seiten aktualisieren"
+
+#: wp-cache.php:1260
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Expiry-Time &amp; Garbage-Collection"
+
+#: wp-cache.php:1262
+msgid "Expire time:"
+msgstr "Laufzeitende:"
+
+#: wp-cache.php:1263
+msgid "seconds"
+msgstr "Sekunden"
+
+#: wp-cache.php:1264
+msgid "Garbage Collection"
+msgstr "Müll-Entsorgung (Garbage-Collection)"
+
+#: wp-cache.php:1264
+msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "Wenn die Laufzeit länger als 1800 Sekunden (halbe Stunde) ist, wird \"Garbage Collection\" alle 10 Minuten ausgeführt, andernfalls passiert das 10 Sekunden nach Ablauf der oben angegebenen Zeit."
+
+#: wp-cache.php:1265
+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>300 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 "Suchen und Entfernen von abgelaufenen Dateien kostet ressourcen, sie einfach da zu belassen aber auch. Auf einer sehr gut besuchten Seite solltest Du die Laufzeit auf <em>300 Sekunden</em> setzen. Experimentiere mit verschiedenen Werten und besuche diese Seite mehrmals um zu überprpüfen, wieviele \"expired\"-Dateien sich zu welcher Zeit im Laufe des Tages ansammeln. Wenn Du Legacy-Caching benutzt, versuche möglich unter 500 Cache-Dateien zu bleiben. Du kannst um ein Vielfaches mehr Dateien haben, wenn Du mod_rewrite oder PHP-Caching einsetzt."
+
+#: wp-cache.php:1266
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "Setze die Laufzeit auf 0 Sekunden um die Garbage-Collection zu deaktivieren."
+
+#: wp-cache.php:1267
+msgid "Change Expiration"
+msgstr "Laufzeit ändern"
+
+#: wp-cache.php:1311
+msgid "Rejected User Agents"
+msgstr "Abgewehrte User-Agents"
+
+#: wp-cache.php:1312
+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 im HTTP \"User Agent\"-Header die WP-Cache davon abhalten, Anfragen von Bots, Spidern und Crawlern zu cachen. Vermerke, das Super-Cache-Dateien weiter an diese Agents ausgeliefert werden wenn sie schon existieren."
+
+#: wp-cache.php:1319
+msgid "Save UA Strings"
+msgstr "User-Agenten-Strings speichern"
+
+#: wp-cache.php:1342
+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 "Folgende Page-Typen nicht cachen. Studiere zu jedem Typ die ausführliche Diskussion in der Dokumentation <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a>."
+
+#: wp-cache.php:1345
+msgid "Single Posts"
+msgstr "Einzelne Beiträge"
+
+#: wp-cache.php:1346
+msgid "Pages"
+msgstr "Seiten"
+
+#: wp-cache.php:1347
+msgid "Front Page"
+msgstr "Startseite"
+
+#: wp-cache.php:1348
+msgid "Home"
+msgstr "Home"
+
+#: wp-cache.php:1349
+msgid "Archives"
+msgstr "Archive"
+
+#: wp-cache.php:1350
+msgid "Tags"
+msgstr "Suchworte (tags)"
+
+#: wp-cache.php:1351
+msgid "Category"
+msgstr "Kategorie"
+
+#: wp-cache.php:1352
+msgid "Feeds"
+msgstr "Feeds"
+
+#: wp-cache.php:1353
+msgid "Search Pages"
+msgstr "Suchseiten"
+
+#: wp-cache.php:1355
+#: wp-cache.php:1483
+msgid "Save"
+msgstr "Speichern"
+
+#: wp-cache.php:1372
+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 "Hier Strings (Zeichenketten, keine Dateinamen) einfügen, um so dafür zu sorgen dass eine Seite nicht gecached wird. Als Beispiel: Wenn deine URLs das Jahresdatum enthalten und Du die Beiträge vom vergangenen Jahr nicht cachen willst, reicht es das Jahr, z.B. \"/2004/\" anzugeben. WP-Cache wird überprüfen, ob diese Zeichenkette im URI enthalten ist und in dem Fall diese Seite dann nicht cachen."
+
+#: wp-cache.php:1378
+msgid "Save Strings"
+msgstr "Strings speichern"
+
+#: wp-cache.php:1394
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Hier die Dateinamen angeben, die gecached werden sollen, auch wenn sie einer oben auszusortierenden Zeichenkette entsprechen."
+
+#: wp-cache.php:1400
+msgid "Save Files"
+msgstr "Dateien speichern"
+
+#: wp-cache.php:1445
+msgid "Currently logging to: "
+msgstr "Aktuelle Protokolle (Logs) in: "
+
+#: wp-cache.php:1455
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "Versuche Probleme mit dem Plugin durch den Debugger hier zu lösen. Das System kann dir E-Mail-Benachrichtigungen zum Verlauf schicken, oder sie in eine Log-Datei in deinem Cache-Verzeichnis schreiben."
+
+#: wp-cache.php:1456
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "Das Protokoll in eine Datei zu schreiben ist einfacher, bringt aber das Problem mit sich, dass die Log-Datei beim Cache-Leeren ebenfalls entfernt wird."
+
+#: wp-cache.php:1460
+msgid "Debugging"
+msgstr "Debuggen"
+
+#: wp-cache.php:1461
+msgid "Logging Type"
+msgstr "Protokoll-Typ"
+
+#: wp-cache.php:1461
+msgid "Email"
+msgstr "E-Mail"
+
+#: wp-cache.php:1462
+msgid "file"
+msgstr "Datei"
+
+#: wp-cache.php:1463
+msgid "IP Address"
+msgstr "IP-Addresse"
+
+#: wp-cache.php:1463
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(nur Abfragen dieser IP protokollieren. Deine IP ist %s)"
+
+#: wp-cache.php:1464
+msgid "Log level"
+msgstr "Log-Level"
+
+#: wp-cache.php:1470
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
+
+#: wp-cache.php:1473
+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 sehr seltenen Fällen können zwei Probleme auf manchen Blogs auftreten:<ol><li>Die Startseite kann anfangen sich als zip.Archiv herunterzuladen.</li><li>Eine falsche Seite wird nach dem Zufallsprinzip als Startseite gecached, wenn dein Blog eine statische Seite als Startseite benutzt und deine Permalinks mit <em>/%category%/%postname%/</em> strukturiert sind.</li></ol>"
+
+#: wp-cache.php:1474
+#, php-format
+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 "Ich bin zu 99% sicher, dass das keine von WP-Super-Cache verursachten Bugs sind, uns sie kommen nur in extrem seltenen Fällen vor. Du kannst aber alle 5 Minuten einen simplen Check laufen lassen, um sicherzugehen dass deine Seite ok ist, wenn Du dir Sorgen machst. Du bekommst dann eine E-Mail Benachrichtigung, falls ein Problem auftaucht."
+
+#: wp-cache.php:1476
+msgid "Check front page every 5 minutes."
+msgstr "Check die Startseite alle 5 Minuten."
+
+#: wp-cache.php:1477
+msgid "Front page text"
+msgstr "Text der Startseite"
+
+#: wp-cache.php:1477
+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, um danach auf der Front-Page zu suchen: Wenn nicht gefunden, wird der Cache geleert. Leer lassen um das zu deaktivieren."
+
+#: wp-cache.php:1478
+msgid "Clear cache on error."
+msgstr "Bei \"Error\" Cache leeren."
+
+#: wp-cache.php:1479
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "E-Mail an den Administrator wenn die Überprüfung beendet. (hilfreich für Tests)"
+
+#: wp-cache.php:1493
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Error: GZIP-Komprimierung ist aktiv, deaktiviere sie wenn Du wp-cache nutzen willst."
+
+#: wp-cache.php:1540
+#: wp-cache.php:1702
+msgid "Warning"
+msgstr "Warnung"
+
+#: wp-cache.php:1540
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "GZIP-Komprimierung ist in WordPress aktiviert - wp-cache wird überbrückt, bis Du  \"gzip compression\" deaktiviert hast."
+
+#: wp-cache.php:1598
+#: wp-cache.php:1603
+#: wp-cache.php:1635
+#: wp-cache.php:1640
+#: wp-cache.php:1646
+msgid "Error"
+msgstr "Fehler"
+
+#: wp-cache.php:1598
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "Dein Cache-Verzeichnis (<strong>$cache_path</strong>) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
+
+#: wp-cache.php:1603
+#, php-format
+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 "Dein Cache-Verzeichnis (<strong>%1$s</strong>) oder <strong>%2$s</strong> muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
+
+#: wp-cache.php:1635
+#, php-format
+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 "Deine WP-Cache Konfigurationsdatei (<strong>%s</strong>) ist nicht aktuell und nicht beschreibbar für den Webserver. Bitte lösche sie und lade diese Seite neu."
+
+#: wp-cache.php:1640
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Deine WP-Cache Konfigurationsdatei fehlt und %1$s Verzeichnis (<strong>%2$s</strong>) ist nicht beschreibbar für den Webserver. Bitte überprüfe die Berechtigungen für den Webserver."
+
+#: wp-cache.php:1646
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "WP-Cache Konfigurations-Beispieldatei (<strong>%s</strong>) existiert nicht. Überprüfe die Installation."
+
+#: wp-cache.php:1702
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> existiert nicht oder kann nicht aktualisiert werden."
+
+#: wp-cache.php:1703
+msgid "1. If it already exists please delete the file first."
+msgstr "1. Wenn es sie schon gibt, bitte die Datei zuerst löschen."
+
+#: wp-cache.php:1704
+#, php-format
+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. Vergebe %1$s Schreibrechte per CHMOD in der Konsole oder mit deinem FTP-Programm. (<em>chmod 777 %1$s</em>) und lade diese Seite neu. Das ist nur eine zeitweilige Massnahme und Du musst sie danach wieder auf \"Nur Lesen\"  setzen (ändere 777 zu 755 im vorhergehenden Befehl)."
+
+#: wp-cache.php:1705
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. Lade diese Seite neu um <em>%s/advanced-cache.php</em> zu aktualisieren."
+
+#: wp-cache.php:1706
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Wenn das nicht hilft, stelle sicher dass die Datei <em>%s/advanced-cache.php</em> nicht existiert: "
+
+#: wp-cache.php:1707
+#, php-format
+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. Öffne <em>%1$s$wp_cache_file</em> in einem Texteditor (Notepad++ oder das blaue Teil von Windows..)</li><li>2. Ändere den Text <em>CACHEHOME</em> in <em>%2$s</em></li><li>3. Speichere die Datei, kopiere sie nach <em>%3$s</em> und lade diese Seite neu.</li>"
+
+#: wp-cache.php:1730
+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-Konstante auf \"False\" gesetzt</h3><p>Die WP_CACHE-Konstante wird von WordPress genutzt, um den Code der Cache-Seiten erstellt zu laden. Unglücklicherweise ist das auf \"Nein\" gestellt. Bitte bearbeite deine wp-config.php und ändere bzw. füge die folgende Zeile oberhalb der abschliessenden \"require_once\"-Anweisung dazu:<br /><br /><code>define('WP_CACHE', true);</code></p>"
+
+#: wp-cache.php:1732
+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>Fehler: WP_CACHE ist nicht aktiviert</strong> in deiner <code>wp-config.php</code> und ich kann sie nicht modifizieren."
+
+#: wp-cache.php:1733
+#, php-format
+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 "Bearbeite <code>%s</code> und füge folgende Zeile hinzu:<br /> <code>define('WP_CACHE', true);</code><br />Ansonsten wird <strong>WP-Cache nicht ausgeführt</strong> durch Wordpress."
+
+#: wp-cache.php:1737
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>WP_CACHE-Konstante zu wp-config.php hinzugefügt</h3><p>Wenn diese Warnung wiederholt angezeigt wird, lese bitte zu Punkt 5 in den <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> nach. Die WP_CACHE-Zeile muss nach oben verschoben werden.\"</p>"
+
+#: wp-cache.php:1759
+msgid "Cache Contents"
+msgstr "Cache-Inhalte"
+
+#: wp-cache.php:1762
+msgid "Object cache in use. No cache listing available."
+msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
+
+#: wp-cache.php:1786
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
+
+#: wp-cache.php:1803
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Datei wp-cache löschen: <strong>%s</strong><br />"
+
+#: wp-cache.php:1868
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "Cache-Statistiken werden nicht automatisch erzeugt. Du musst auf den Link hier unten klicken, um die Statistik für diesen Blog neu zu generieren."
+
+#: wp-cache.php:1869
+msgid "Regenerate cache stats"
+msgstr "Regeneriere Cache-Statistik"
+
+#: wp-cache.php:1871
+#, php-format
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
+
+#: wp-cache.php:1877
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1878
+#: wp-cache.php:1894
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s Seiten im Cache"
+
+#: wp-cache.php:1879
+#: wp-cache.php:1899
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s Expired-Pages im Cache"
+
+#: wp-cache.php:1893
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1904
+msgid "Fresh WP-Cached Files"
+msgstr "Neue WP-Cache-Dateien"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "URI"
+msgstr "URI"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+msgid "Key"
+msgstr "Schlüssel"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "Age"
+msgstr "Alter"
+
+#: wp-cache.php:1905
+#: wp-cache.php:1921
+#: wp-cache.php:1937
+#: wp-cache.php:1953
+msgid "Delete"
+msgstr "Lösche"
+
+#: wp-cache.php:1920
+msgid "Stale WP-Cached Files"
+msgstr "Abgelaufene WP-Cache Dateien"
+
+#: wp-cache.php:1936
+msgid "Fresh Super Cached Files"
+msgstr "Neue Super-Cached Dateien"
+
+#: wp-cache.php:1952
+msgid "Stale Super Cached Files"
+msgstr "Abgelaufene Super-Cached Dateien"
+
+#: wp-cache.php:1968
+msgid "Hide file list"
+msgstr "Datei-Liste verbergen"
+
+#: wp-cache.php:1970
+msgid "Too many cached files, no listing possible."
+msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
+
+#: wp-cache.php:1972
+msgid "List all cached files"
+msgstr "Alle Cache-Dateien auflisten"
+
+#: wp-cache.php:1978
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Garbage Collection</strong><br />Letzte \"Entmüllung\" war vor <strong>%s</strong> Minuten<br />"
+
+#: wp-cache.php:1979
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
+
+#: wp-cache.php:1982
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "Abgelaufene Dateien sind Dateien die älter als %s Sekunden sind. Sie werden noch vom Plugin genutzt und in regelmässigen Abständen gelöscht."
+
+#: wp-cache.php:1993
+msgid "Delete Expired"
+msgstr "Abgelaufene löschen"
+
+#: wp-cache.php:1999
+#: wp-cache.php:2011
+#: wp-cache.php:2174
+msgid "Delete Cache"
+msgstr "Cache leeren"
+
+#: wp-cache.php:2011
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
+
+#: wp-cache.php:2150
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s ist \"schlag- und rüttelfest\" dank dem Caching von %2$s"
+
+#: wp-cache.php:2183
+#, php-format
+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 muss konfiguriert werden. Gehe zu den <a href=\"%s\">Einstellungen</a>, um das Plugin zu aktivieren und zu konfigurieren."
+
+#: wp-cache.php:2189
+msgid "Settings"
+msgstr "Einstellungen"
+
+#: wp-cache.php:2199
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur <a href=\"%s\">Seite der Plugin-Administration</a> um Caching zu aktivieren."
+
+#: wp-cache.php:2218
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] Startseite mit Gzip komprimiert! Bitte den Cache leeren."
+
+#: wp-cache.php:2218
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Bitte gehe zu %s um den Cache zu leeren, da die Startseite deiner Website gerade heruntergeladen wird!"
+
+#: wp-cache.php:2221
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
+
+#: wp-cache.php:2221
+#, php-format
+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 "Der Cache deines Blogs wurde geleert, da die Startseite gerade runterlädt. Bitte gehe zu %s um sicherzustellen, dass der Cache bereinigt ist."
+
+#: wp-cache.php:2228
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] Startseite ist nicht in Ordnung! Bitte den Cache leeren!"
+
+#: wp-cache.php:2228
+#, php-format
+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 "Bitte gehe zu %1$s um den Cache zu leeren, da deine Startseite nicht in Ordnung zu sein scheint und der Text fehlt, \"%2$s\"!"
+
+#: wp-cache.php:2231
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
+
+#: wp-cache.php:2231
+#, php-format
+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 "Der Cache deines Blogs wurde geleert, da der Text \"%2$s\" nicht auf der Startseite ist. Bitte gehe zu %1$s um sicherzustellen, dass der Cache bereinigt ist."
+
+#: wp-cache.php:2236
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] Startseiten-Check!"
+
+#: wp-cache.php:2236
+#, php-format
+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 hat die Startseite deines Blogs überprüft. Bitte gehe zu %s, wenn Du die Funktion deaktivieren möchtest."
+
+#: wp-cache.php:2279
+msgid "Cannot update .htaccess"
+msgstr "Kann .htaccess nicht aktualisieren"
+
+#: wp-cache.php:2279
+#, php-format
+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 "Die Datei <code>%s.htaccess</code> kann vom Webserver nicht aktualisiert werden. Bitte ändere das per CHMOD-Command oder FTP-Programm."
+
+#: wp-cache.php:2279
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "Lade diese Seite neu, wenn die Datei-Berechtigungen geändert wurden."
+
+#: wp-cache.php:2279
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "Alternativ dazu kannst Du deine <code>%s.htaccess</code> manuell bearbeiten und folgenden Code einfügen (oberhalb aller WordPress-Einträge): "
+
+#: wp-cache.php:2283
+#, php-format
+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 "Um statische HTML-Dateien zu erstellen, benötigt dein Server die korrekten \"mod_rewrite rules\" in der Datei <code>%s.htaccess</code>."
+
+#: wp-cache.php:2284
+msgid "You can edit the file yourself add the following rules."
+msgstr "Du kannst die Datei selbst bearbeiten und folgende Regeln hinzufügen."
+
+#: wp-cache.php:2285
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr " Stelle sicher dass sie oberhalb sämtlicher WordPress-Regeln stehen. "
+
+#: wp-cache.php:2293
+msgid "Update Mod_Rewrite Rules"
+msgstr "Mod Rewrite Rules aktualisieren"
+
+#: wp-cache.php:2389
+#, php-format
+msgid "[%1$s] Cache Preload Started"
+msgstr "Cache-Preload gestartet"
+
+#: wp-cache.php:2391
+#, php-format
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] Beiträge von %2$d bis %3$d werden aktualisiert"
+
+#: wp-cache.php:2402
+#, php-format
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s] %2$d Beiträge aktualisiert"
+
+#: wp-cache.php:2402
+msgid "Refreshed the following posts:"
+msgstr "Folgenende Beiträge aktualisiert: "
+
+#: wp-cache.php:2411
+#, php-format
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
+
+#: wp-cache.php:2421
+#, php-format
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] Cache-Preload abgeschlossen!"
+
+#: wp-cache.php:2421
+msgid "Cleaning up old supercache files."
+msgstr "Alte Supercache-Dateien bereinigen."
+
+#: wp-cache.php:2462
+#, php-format
+msgid "[%s] Preload may have stalled."
+msgstr "\"Preload\" evtl. unterbrochen."
+
+#: wp-cache.php:2462
+#, php-format
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"\"Preload\"  wurde neu gestartet \n"
+"%s"
+
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo
new file mode 100644
index 0000000000000000000000000000000000000000..4a7d41d62fd9df7843bf975ce8be35680d492733
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po
new file mode 100644
index 0000000000000000000000000000000000000000..ad35612978be4bd829ee5f4cc58b8bfeb96f7219
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-es_ES.po
@@ -0,0 +1,1069 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: WP Super Cache 0.9.7\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2009-11-13 10:27+0000\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Omi <equipajedemano@gmail.com>\n"
+"Language-Team: Omi <equipajedemano@gmail.com | http://equipajedemano.info/>\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-Poedit-Language: Spanish\n"
+"X-Poedit-Country: Spain\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "No se encuentra Bad Behaviour. Por favor, revise su instalación."
+
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:66
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:709
+msgid "Disable"
+msgstr "Desactivar"
+
+#: plugins/badbehaviour.php:55
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "desactivado"
+
+#: plugins/badbehaviour.php:57
+#: plugins/searchengine.php:69
+#: wp-cache.php:1052
+msgid "enabled"
+msgstr "activado"
+
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s"
+msgstr "El soporte de Bad Behaviour está %s"
+
+#: plugins/badbehaviour.php:62
+#, php-format
+msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
+msgstr "(Sólo se soporta caché \"a medias\", se desactiva la compresión y requiere instalar <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> en \"%s/plugins/bad-behavior/\") "
+
+#: plugins/badbehaviour.php:64
+#: plugins/searchengine.php:74
+#: wp-cache.php:709
+msgid "Enable"
+msgstr "Activar"
+
+#: plugins/badbehaviour.php:70
+#: wp-cache.php:786
+#: wp-cache.php:788
+msgid "Warning!"
+msgstr "¡Atención!"
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s"
+msgstr "El plugin <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> está %s"
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(Necesita también <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
+
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Por favor, cree %s /wp-cache-config.php desde wp-super-cache/wp-cache-config-sample.php"
+
+#: wp-cache.php:170
+msgid "WP Super Cache Manager"
+msgstr "Gestión de WP Super Cache"
+
+#: wp-cache.php:172
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "¡Atención, modo PHP Safe activo!"
+
+#: wp-cache.php:173
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "Podría experimentar problemas ejecutando este plugin con el modo PHP SAFE activo."
+
+#: wp-cache.php:175
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "Su servidor está configurado para comprobar el propietario de los scripts PHP antes de permitirles escribir y leer archivos."
+
+#: wp-cache.php:176
+#, php-format
+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 "Usted, o un administrador, debería ser capaz de hacerlo funcionar cambiando el propietario del grupo de los scripts para que coincidan con el del usuario web del servidor. El propietario del grupo del directorio %s/cache/ también deberá cambiarse. Revise la <a href=\"http://php.net/features.safe-mode\">página sobre safe mode en el manual</a> para obtener más información."
+
+#: wp-cache.php:178
+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 "Usted, o un administrador, deberán desactivar esto. Revise la <a href=\"http://php.net/features.safe-mode\">página sobre safe mode en el manual</a> para obtener más información. Desafortunadamente, esto no puede ser desactivado desde un fichero .htaccess sino que debe hacerse desde el fichero de configuración php.ini"
+
+#: wp-cache.php:189
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "El archivo de configuración ha cambiado, algunos valores pueden ser incorrectos. Recargue de nuevo la página desde el menú \"Opciones\" para reestablecerlos."
+
+#: wp-cache.php:195
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "No puedo continuar...solucione los problemas descritos y reintente."
+
+#: wp-cache.php:211
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "¡Atención! Su hostname \"%s\" resuelve como %s"
+
+#: wp-cache.php:213
+#, php-format
+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 "Su servidor cree que su hostname resuelve como %s. Algunos servicios, como la recolección de basura de este plugin o la publicación diferida de WordPress, podrían no funcionar correctamente."
+
+#: wp-cache.php:214
+#: wp-cache.php:228
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Por favor, revise la entrada nº 16 de la sección <a href=\"%s\">Troubleshooting</a> del fichero readme.txt"
+
+#: wp-cache.php:227
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "Desafortunadamente WordPress no puede localizar el fichero wp-cron.php. Este script es necesario para el funcionamiento de la función de recolección de basura que realiza este, plugin así como para la publicación diferida de WordPress y otras actividades críticas."
+
+#: wp-cache.php:239
+msgid "Mod rewrite may not be installed!"
+msgstr "¡Mod rewrite puede no estar instalado!"
+
+#: wp-cache.php:240
+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 half-on mode."
+msgstr "Parece que mod_rewrite no está instalado. Algunas veces esto no es 100% preciso, especialmente si no está utilizando Apache. Por favor, compruebe que el módulo mod_rewrite se encuentra cargado. Es necesario para servir los ficheros estáticos del Super Cache. No obstante, debería ser capaz de poder usar el modo de caché \"a medias\"."
+
+#: wp-cache.php:245
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Modo de Solo Lectura. La configuración no puede cambiarse."
+
+#: wp-cache.php:245
+msgid "Why your configuration may not be changed"
+msgstr "¿Por qué no puede cambiarse su configuración?"
+
+#: wp-cache.php:245
+msgid "Why"
+msgstr "¿Por qué?"
+
+#: wp-cache.php:247
+#, php-format
+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 webserver to make any changes."
+msgstr "El archivo de configuración de WP Super Cache es <code>%s/wp-cache-config.php</code> y no puede modificarse. Dicho archivo debe tener permisos de escritura para que pueda ser modificado."
+
+#: wp-cache.php:248
+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 "La forma más sencilla es cambiar temporalmente los permisos utilizando el comando CHMOD de su cliente FTP. Asegúrese de que puede ser globalmente editado y todo debería ir bien."
+
+#: wp-cache.php:249
+msgid "Writeable:"
+msgstr "Editable:"
+
+#: wp-cache.php:250
+msgid "Readonly:"
+msgstr "Sólo lectura:"
+
+#: wp-cache.php:262
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "¡Atención, %s es editable!"
+
+#: wp-cache.php:263
+#, php-format
+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 "Debería cambiar los permisos de %s y hacerlos más restrictivos. Utilice su cliente de FTP o el siguiente comando para resolver cosas:"
+
+#: wp-cache.php:354
+msgid "WP Super Cache Status"
+msgstr "Estado WP Super Cache"
+
+#: wp-cache.php:357
+msgid "ON"
+msgstr "ACTIVADO"
+
+#: wp-cache.php:357
+msgid "WP Cache and Super Cache enabled"
+msgstr "WP Cache y Super Cache activos"
+
+#: wp-cache.php:358
+msgid "HALF ON"
+msgstr "A MEDIAS"
+
+#: wp-cache.php:358
+msgid "Super Cache Disabled, only legacy WP-Cache caching."
+msgstr "Super Cache desactivado, sólo caché WP-Cache."
+
+#: wp-cache.php:359
+msgid "OFF"
+msgstr "DESACTIVADO"
+
+#: wp-cache.php:359
+msgid "WP Cache and Super Cache disabled"
+msgstr "WP Cache y Super Cache desactivados"
+
+#: wp-cache.php:360
+msgid "Don&#8217;t cache pages for logged in users."
+msgstr "No hacer caché de páginas para usuarios autentificados."
+
+#: wp-cache.php:361
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "¡Dígale al mundo que su servidor está a prueba de Digg! (pone un mensaje en el pie de su blog)"
+
+#: wp-cache.php:362
+msgid "Clear all cache files when a post or page is published. (This may significantly slow down saving of posts.)"
+msgstr "Limpiar la caché cuando se publique un artículo o página (esto puede ralentizar bastante el proceso de guardado)."
+
+#: wp-cache.php:363
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. Recommended for <em>very</em> busy websites with lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
+msgstr "Reconstruir caché. Sirve un fichero supercaché a los usuarios anónimos mientras que el nuevo está siendo generado. Recomendado para sitios <em>muy</em> activos con muchos comentarios. Hace que \"páginas directamente en caché\" y  \"modo Confinamiento\" queden obsoletos."
+
+#: wp-cache.php:365
+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 "Bloquear ficheros toscamente. Normalmente no necesitará esto, pero podría serle de ayuda si su servidor tiene poca potencia. ¡Aviso, <em>es muy poco probable, pero podría ocasionar que su servidor se bloquease!</em>"
+
+#: wp-cache.php:367
+msgid "List the newest cached pages (may be expensive to run on busy sites, use with caution.)"
+msgstr "Listar las nuevas páginas en caché (puede ser costoso de ejecutar en sitios muy activos, utilizar con precaución)."
+
+#: wp-cache.php:368
+msgid "Mobile device support."
+msgstr "Soporte para dispositivos móviles."
+
+#: wp-cache.php:373
+msgid "Mobile rewrite rules detected"
+msgstr "Reglas Mobile rewrite detectadas"
+
+#: wp-cache.php:374
+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 \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" and delete those."
+msgstr "Para un mejor rendimiento debería activar \"Soporte para dispositivos móviles\" o borrar las reglas mobile rewrite rules de su archivo .htaccess. Localice las 2 líneas con el texto \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" y elimínelas."
+
+#: wp-cache.php:374
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "Esto no tendrá repercusión sobre los usuarios normales pero los usuarios de móviles verán las páginas sin usar la caché."
+
+#: wp-cache.php:377
+msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty):"
+msgstr "El soporte para móviles requiere de reglas extra en su archivo .htaccess. También puede seleccionar el modo \"A medias\". Aquí se muestran sus opciones (en orden de dificultad):"
+
+#: wp-cache.php:378
+msgid "Set the plugin to half on mode and enable mobile support."
+msgstr "Establecer este plugin en el modo \"A medias\" y activar el soporte para móviles."
+
+#: wp-cache.php:379
+#, php-format
+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 "Eliminar las reglas mod_rewrite del plugin en %s.htaccess que estén entre <code># BEGIN WPSuperCache</code> y <code># END WPSuperCache</code> y permitir que el plugin vuelva a generarlas recargando esta página."
+
+#: wp-cache.php:380
+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_|wordpress|wp-postpass_).*$</code> add this line: (do it twice, once for each section)"
+msgstr "Añadir las reglas manualmente. Edite el fichero %s.htaccess y localice el bloque de código encerrado entre las líneas <code># BEGIN WPSuperCache</code> y <code># END WPSuperCache</code>. Hay dos secciones que parecen muy similares. Justo debajo de la línea <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> añada esta otra línea: (deberá hacerlo dos veces, una para cada sección)"
+
+#: wp-cache.php:383
+msgid "Note:"
+msgstr "Nota:"
+
+#: wp-cache.php:383
+#, php-format
+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 too is probably a good idea!)"
+msgstr "Si desinstala este plugin asegúrese de que el directorio <em>%s</em> es editable por el servidor web para que los archivos <em>advanced-cache.php</em> y <em>cache-config.php</em> puedan eliminarse automáticamente (asegurarse de que esos archivos son editables es también una buena idea!)"
+
+#: wp-cache.php:384
+#, php-format
+msgid "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall script</a> to remove files and directories created by the plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script.)"
+msgstr "Desinstale utilizando el <a href=\"%1$s/wp-super-cache/uninstall.php\">script de desinstalación</a> para eliminar los archivos y directorios creados por el plugin. (Por favor, eche un vistazo al archivo <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> para obtener instrucciones sobre como desinstalar este script)"
+
+#: wp-cache.php:386
+msgid "Update Status"
+msgstr "Actualizar Estado"
+
+#: wp-cache.php:393
+msgid "Required to serve compressed supercache files properly."
+msgstr "Requerido para servir archivos de supercache correctamente."
+
+#: wp-cache.php:393
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "Requerido para establecer la información en las páginas de supercache. Los usuarios de IE7 verán páginas antiguas sin este módulo."
+
+#: wp-cache.php:393
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "Establece la fecha de caducidad en las páginas de supercache. Los visitantes puede que no vean las nuevas páginas al refrescar o que no puedan dejar comentarios sin este modulo."
+
+#: wp-cache.php:400
+msgid "Missing Apache Modules"
+msgstr "Módulos de Apache Ausentes"
+
+#: wp-cache.php:401
+msgid "The following Apache modules are missing. The plugin will work in half-on mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
+msgstr "Faltan los siguientes módulos de Apache. El plugin trabajará en modo \"A Medias\" sin ellos. En el modo Supercache sus visitantes podrían ver páginas corruptas o contenido desactualizado."
+
+#: wp-cache.php:413
+msgid "Make WordPress Faster"
+msgstr "Hace WordPress Veloz"
+
+#: wp-cache.php:415
+#, php-format
+msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
+msgstr "%1$s realmente consigue que su blog sea más veloz. Puede acelerarlo todavía más<sup>*</sup> comprándome una <a href=\"%2$s\">tarjeta regalo de Amazon</a>! Hágalo para \"%3$s\" por la cantidad que quiera. Cada céntimo ayuda!"
+
+#: wp-cache.php:416
+#, php-format
+msgid "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
+msgstr "Si Amazon no es su sitio preferido, también puede ayudarme a través de PayPal. Pinche sobre el botón \"Donate\" que está un poco más abajo o eche un rápido vistazo a mi <a href=\"%s\">lista de deseos</a>."
+
+#: wp-cache.php:417
+msgid "Thanks in advance!"
+msgstr "¡Gracias por adelantado!"
+
+#: wp-cache.php:418
+msgid "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author very happy!"
+msgstr "Ok, no conseguirá que vaya más rápido, ¡pero hará muy feliz al autor de este plugin!"
+
+#: wp-cache.php:426
+msgid "Don&#8217;t show me this again."
+msgstr "No mostrar esto nuevamente."
+
+#: wp-cache.php:426
+msgid "Hide"
+msgstr "Ocultar"
+
+#: wp-cache.php:429
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s es mantenido y desarrollado por %2$s con la colaboración de muchos otros."
+
+#: wp-cache.php:430
+#, php-format
+msgid "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he had more time to read and relax."
+msgstr "El escribe en %1$s, publica fotos en %2$s y <a href=\"%3$s\">desearía</a> tener más tiempo para leer y relajarse."
+
+#: wp-cache.php:431
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "Por favor, dígale hola también en %s!"
+
+#: wp-cache.php:440
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "Páginas en caché desde %1$s : <strong>%2$s</strong>"
+
+#: wp-cache.php:441
+msgid "Newest Cached Pages:"
+msgstr "Nuevas páginas en caché:"
+
+#: wp-cache.php:445
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "En caché desde hace %s segundos"
+
+#: wp-cache.php:448
+msgid "(may not always be accurate on busy sites)"
+msgstr "(puede no ser siempre preciso en sitios muy concurridos)"
+
+#: wp-cache.php:469
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Nombres de archivos aceptados y URIs rechazadas"
+
+#: wp-cache.php:494
+msgid "Cache Plugins"
+msgstr "Caché de Plugins "
+
+#: wp-cache.php:505
+#: wp-cache.php:516
+msgid "Super Cache Compression"
+msgstr "Compresión Super Caché"
+
+#: wp-cache.php:506
+msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+msgstr "La compresión está activa por defecto cuando se ejecuta el modo <em>A MEDIAS</em>."
+
+#: wp-cache.php:518
+#: wp-cache.php:696
+msgid "Enabled"
+msgstr "Activado"
+
+#: wp-cache.php:519
+#: wp-cache.php:696
+msgid "Disabled"
+msgstr "Desactivado"
+
+#: wp-cache.php:520
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
+msgstr "La compresión está desactivada por defecto debido a que algunos servidores tienen problemas con los archivos comprimidos. Activar o desactivar esta opción limpiará la caché."
+
+#: wp-cache.php:523
+msgid "Super Cache compression is now disabled."
+msgstr "La Compresión Super Caché se ha desactivado."
+
+#: wp-cache.php:525
+msgid "Super Cache compression is now enabled."
+msgstr "La Compresión Super Caché se ha activado."
+
+#: wp-cache.php:527
+msgid "Update Compression"
+msgstr "Actualizar compresión"
+
+#: wp-cache.php:534
+msgid "Mod Rewrite Rules"
+msgstr "Reglas Mod Rewrite"
+
+#: wp-cache.php:581
+msgid "WordPress MU Detected"
+msgstr "Se ha detectado WordPress MU"
+
+#: wp-cache.php:581
+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 "Desafortunadamente las reglas \"rewrite\" no pueden actualizarse de forma automática cuando se ejecuta WordPress MU. Por favir, abra su archivo .htaccess y añada las siguientes reglas mod_rewrite por debajo de otras reglas existentes en dicho fichero."
+
+#: wp-cache.php:583
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "¡Las reglas Mod Rewrite no pueden actualizarse!"
+
+#: wp-cache.php:584
+#, php-format
+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 "Debe tener marcadores <strong>BEGIN</strong> y <strong>END</strong> dentro de su fichero %s.htaccess para que funcione la actualización automática. Se parecen a lo siguiente y rodean a las reglas mod_rewrite principales de WordPress:"
+
+#: wp-cache.php:586
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "Recargue esta página después de que haya actualizado su fichero .htaccess"
+
+#: wp-cache.php:590
+msgid "Thank you for upgrading."
+msgstr "Gracias por actualizar."
+
+#: wp-cache.php:590
+#, php-format
+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 "Las reglas mod_rewrite han cambiado desde que instaló este plugin. Desafortunadamente, deberá eliminar las antiguas reglas de supercache antes de que puedan instalarse las nuevas. Recargue esta página después de que haya editado su fichero .htaccess file. Si desea realizar una actualización manual, cambie la siguiente línea: %1$s para que quede como la siguiente: %2$s Los únicos cambios son que\"HTTP_COOKIE\" pasa a ser \"HTTP:Cookie\" y \"wordpressuser\" se convierte en \"wordpress\". Este es un cambio de WordPress 2.5 aunque sigue siendo compatible con versiones anteriores (si tiene valor para usarlas)"
+
+#: wp-cache.php:594
+msgid "Trailing slash check required."
+msgstr "Comprobación de \"trailing slash\" (barra al final de una dirección) requerida"
+
+#: wp-cache.php:594
+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 "Parece que su blog tiene URLs que terminan con \"/\". Desafortunadamente, desde que instaló este plugin, se ha encontrado un fallo de contenido duplicado para las URLs que no terminan en \"/\" y de aquellas que sí lo hacen y que provoca que no se llame a la URL correcta. Para resolverlo, deberá editar su fichero .htaccess y añadir las dos siguientes reglas a los dos grupos de Super Caché:"
+
+#: wp-cache.php:596
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "Puede ver dónde van las reglas y examinar todas ellas pinchando sobre el enlace \"Ver reglas mod_rewrite\" que se muestra abajo."
+
+#: wp-cache.php:608
+msgid "Cannot update .htaccess"
+msgstr "No se pudo actualizar el fichero .htaccess"
+
+#: wp-cache.php:608
+#, php-format
+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 "El fichero <code>%s.htaccess</code> no puede ser modificado por el servidor. Por favor, resuélvalo mediante el comando CHMOD de su cliente de FTP."
+
+#: wp-cache.php:608
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "Recargue esta página cuando los permisos hayan sido modificados."
+
+#: wp-cache.php:608
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "Alternativamente, puede editar manualmente su fichero <code>%s.htaccess</code> y añadir el siguiente código (antes de cualquier regla de WordPress):"
+
+#: wp-cache.php:611
+#, php-format
+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 "Para servir archivos html estáticos, su servidor debe tener las reglas mod_rewrite correctas añadidas a un fichero llamado <code>%s.htaccess</code>"
+
+#: wp-cache.php:613
+msgid "You must edit the file yourself add the following rules."
+msgstr "Deberá editar manualmente el fichero para añadir las siguientes reglas."
+
+#: wp-cache.php:615
+msgid "You can edit the file yourself add the following rules."
+msgstr "Puede editar manualmente el archivo y añadir las siguientes reglas."
+
+#: wp-cache.php:617
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr " Asegúrese de que se muestran antes de cualquier regla de WordPress existente. "
+
+#: wp-cache.php:619
+#: wp-cache.php:646
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "Las reglas deben añadirse también a %s:"
+
+#: wp-cache.php:624
+msgid "Update Mod_Rewrite Rules"
+msgstr "Actualizar reglas Mod_Rewrite"
+
+#: wp-cache.php:633
+msgid "Mod Rewrite rules updated!"
+msgstr "¡Las reglas Mod Rewrite se han actualizado!"
+
+#: wp-cache.php:634
+#, php-format
+msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
+msgstr "El fichero %s.htaccess ha sido actualizado con las reglas mod_rewrite necesarias. Por favor, verifique que son correctas. Deberían parecerse a lo siguiente:"
+
+#: wp-cache.php:636
+msgid "Mod Rewrite rules must be updated!"
+msgstr "¡Las reglas Mod Rewrite deben actualizarse!"
+
+#: wp-cache.php:637
+#, php-format
+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 "Su fichero %s.htaccess no puede ser editado por el servidor y debe actualizarse con las reglas mod_rewrite necesarias. Las nuevas reglas van encima de las reglas normales de WordPress, como se muestra en el siguiente código:"
+
+#: wp-cache.php:642
+#, php-format
+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 "Se han detectado reglas mod rewrite de WP Super Cache en su fichero %s.htaccess.<br /> Pinche sobre el siguiente enlace para ver las líneas añadidas a dicho fichero. Si ha actualizado el plugin, asegúrese de que dichas reglas coinciden."
+
+#: wp-cache.php:643
+msgid "View Mod_Rewrite Rules"
+msgstr "Ver reglas Mod_Rewrite"
+
+#: wp-cache.php:654
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "Reglas de codificación Gzip creadas en %s.htaccess"
+
+#: wp-cache.php:661
+msgid "Fix Configuration"
+msgstr "Arreglar configuración"
+
+#: wp-cache.php:664
+msgid "Restore Default Configuration"
+msgstr "Volver a la configuración por defecto"
+
+#: wp-cache.php:672
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "La moderación de comentarios está activada. Su comentario podría tardar cierto tiempo en aparecer."
+
+#: wp-cache.php:696
+msgid "Lock Down:"
+msgstr "Modo Confinamiento:"
+
+#: wp-cache.php:697
+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 su servidor para un pico de tráfico no esperado activando el modo \"confinamiento\". Cuando está activo, los nuevos comentarios de un artículo no provocarán que se refresquen los archivos estáticos de la caché."
+
+#: wp-cache.php:698
+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 "Atención desarrolladores: hagan su plugin compatible con el modo \"confinamiento\" comprobando la constante \"WPLOCKDOWN\". El siguiente código hará que su plugin respete la configuración WPLOCKDOWN."
+
+#: wp-cache.php:700
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "Lo siento, mi blog está en modo confinamiento. Las actualizaciones aparecerán en breve."
+
+#: wp-cache.php:704
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress está en modo confinamiento. Los ficheros estáticos de Super Caché no se borrarán cuando se hagan nuevos comentarios."
+
+#: wp-cache.php:706
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress no está en modo confinamiento. Los nuevos comentarios refrescarán los ficheros estáticos de Super Caché con normalidad."
+
+#: wp-cache.php:712
+msgid "Lock Down"
+msgstr "Confinamiento"
+
+#: wp-cache.php:720
+msgid "Directly Cached Files"
+msgstr "Archivos directos en caché"
+
+#: wp-cache.php:778
+#, php-format
+msgid "%s removed!"
+msgstr "%s eliminado!"
+
+#: wp-cache.php:786
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "Debe hacer que %s pueda editarse para activar esta opción. Como es un riesgo para la seguridad, asegúrese de volverlo a dejar como solo lectura después de que se haya generado la página."
+
+#: wp-cache.php:788
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s es editable. Como es un riesgo para la seguridad, asegúrese de dejarlo como solo lectura después de que se haya generado la página."
+
+#: wp-cache.php:802
+msgid "Existing direct page"
+msgstr "Página directa existente"
+
+#: wp-cache.php:802
+msgid "Delete cached file"
+msgstr "Archivo de caché borrado"
+
+#: wp-cache.php:807
+msgid "Add direct page:"
+msgstr "Añadir página directa:"
+
+#: wp-cache.php:809
+#, php-format
+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 "Los archivos directos a caché son archivos creados directamente fuera de %s donde reside su blog. Esta opción sólo es útil si esta experimentando problemas de mucho tráfico en un artículo o página concreta desde sitios del estilo a Digg o Menéame."
+
+#: wp-cache.php:811
+#, php-format
+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 "Por ejemplo: 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:812
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Deje el cuadro en blanco para eliminarla de la lista de páginas directas en caché y borrar así el fichero de caché."
+
+#: wp-cache.php:817
+msgid "Update Direct Pages"
+msgstr "Actualizar páginas directas"
+
+#: wp-cache.php:857
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Tiempo de caducidad y Recogida de basura"
+
+#: wp-cache.php:859
+msgid "Expire time:"
+msgstr "Tiempo de caducidad:"
+
+#: wp-cache.php:860
+msgid "seconds"
+msgstr "segundos"
+
+#: wp-cache.php:861
+msgid "Garbage Collection"
+msgstr "Recolección de basura"
+
+#: wp-cache.php:861
+msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "Si el tiempo de caducidad es mayor a 1800 segundos (media hora), la recolección de basura se hará cada 10 minutos; en otro caso, se hará 10 segundos después del tiempo de caducidad indicado arriba."
+
+#: wp-cache.php:862
+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>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
+msgstr "Comprobar y eliminar archivos caducados es costoso, pero dejarlos ahí lo es más. En un sitio con mucho tráfico debería establecer el tiempo de caducidad a <em>300 segundos</em>. Experimente con diferentes valores y visite regularmente esta página para comprobar cuantos ficheros caducados aparecen a diferentes horas del día. El objetivo está en tener menos de 500 archivos en caché siempre que sea posible."
+
+#: wp-cache.php:863
+msgid "Change Expiration"
+msgstr "Cambiar caducidad"
+
+#: wp-cache.php:902
+msgid "Rejected User Agents"
+msgstr "Agentes de usuario rechazados"
+
+#: wp-cache.php:903
+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 "Cadenas en la cabecera HTTP &#8217;User Agent&#8217; que previenen que WP-Cache almacene peticiones de robots de búsqueda. Tenga en cuenta que los archivos de Super Caché se siguen enviando a esos agentes si ya existen."
+
+#: wp-cache.php:910
+msgid "Save UA Strings"
+msgstr "Grabar cadenas User Agent"
+
+#: wp-cache.php:933
+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 "No almacenar en caché los siguientes tipos de páginas. Revise el apartado <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> de la documentación para acceder a un completo argumento sobre cada uno de los tipos."
+
+#: wp-cache.php:936
+msgid "Single Posts"
+msgstr "Artículos individuales"
+
+#: wp-cache.php:937
+msgid "Pages"
+msgstr "Páginas"
+
+#: wp-cache.php:938
+msgid "Front Page"
+msgstr "Página principal"
+
+#: wp-cache.php:939
+msgid "Home"
+msgstr "Home"
+
+#: wp-cache.php:940
+msgid "Archives"
+msgstr "Archivos"
+
+#: wp-cache.php:941
+msgid "Tags"
+msgstr "Etiquetas (tags)"
+
+#: wp-cache.php:942
+msgid "Category"
+msgstr "Categorías"
+
+#: wp-cache.php:943
+msgid "Feeds"
+msgstr "Feeds"
+
+#: wp-cache.php:944
+msgid "Search Pages"
+msgstr "Páginas de búsqueda"
+
+#: wp-cache.php:946
+#: wp-cache.php:1073
+msgid "Save"
+msgstr "Grabar"
+
+#: wp-cache.php:963
+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 "Añada aquí las cadenas (no el nombre del fichero) que forzará que una página no entre en caché. Por ejemplo, si su URL incluye un año y no quiere que los artículos del último año entren en caché, bastará con especificar el año, por ejemplo:&#8217;/2004/&#8217;. WP-Cache buscará si esa cadena forma parte de la URI para, de ser así, no alojar dicha página en la caché."
+
+#: wp-cache.php:969
+msgid "Save Strings"
+msgstr "Grabar cadenas"
+
+#: wp-cache.php:985
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Añada aquí aquellos nombres de archivos que pueden ser almacenados en caché, incluso si coinciden con alguna de las subcadenas especificadas arriba."
+
+#: wp-cache.php:991
+msgid "Save Files"
+msgstr "Grabar archivos"
+
+#: wp-cache.php:1035
+msgid "Debug Settings"
+msgstr "Depurar opciones"
+
+#: wp-cache.php:1037
+msgid "Currently logging to: "
+msgstr "Actualmente registrando datos (log) en:"
+
+#: wp-cache.php:1047
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "Solucione problemas con el plugin depurándolos aquí. Podrá recibir emails de depuración o guardar los registros en un fichero de su directorio caché."
+
+#: wp-cache.php:1048
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "Guardar los registros en un fichero es más sencillo, pero limpiar la caché provocará que se borren dichos archivos de registro."
+
+#: wp-cache.php:1052
+msgid "Debugging"
+msgstr "Modo depuración"
+
+#: wp-cache.php:1053
+msgid "Logging Type"
+msgstr "Tipo de registro"
+
+#: wp-cache.php:1053
+msgid "Email"
+msgstr "Email"
+
+#: wp-cache.php:1054
+msgid "file"
+msgstr "archivo"
+
+#: wp-cache.php:1055
+msgid "IP Address"
+msgstr "Dirección IP"
+
+#: wp-cache.php:1055
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(depurar sólo peticiones desde esta dirección IP. Su IP es %s)"
+
+#: wp-cache.php:1056
+msgid "Log level"
+msgstr "Nivel de registro"
+
+#: wp-cache.php:1062
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = menor, 5 = mayor, puede provocar una gran carga al servidor)"
+
+#: wp-cache.php:1064
+msgid "Advanced"
+msgstr "Avanzado"
+
+#: wp-cache.php:1064
+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 "En algún caso bastante excepcional pueden ocurrir dos problemas en algunos blogs:<ol><li> La página principal puede empezar a descargarse como un archivo zip.</li><li> Ocasionalmente, una página incorrecta se almacena en caché como si fuese la página principal si su blog utiliza una página principal estática y la estructura de enlaces permanentes es <em>/%categoría%/%artículo%/</em>.</li></ol>"
+
+#: wp-cache.php:1065
+#, php-format
+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 "Estoy seguro al 99% de que no son fallos de WP Super Cache y de que tan sólo ocurren en casos muy excepcionales, pero si esto le preocupa puede ejecutar un sencillo test cada 5 minutos para verificar que su sitio esta bien. Recibirá un correo en caso de problemas."
+
+#: wp-cache.php:1067
+msgid "Check front page every 5 minutes."
+msgstr "Comprobar la página principal cada 5 minutos."
+
+#: wp-cache.php:1068
+msgid "Front page text"
+msgstr "Texto página principal"
+
+#: wp-cache.php:1068
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "Texto a buscar en su página principal. Si se detecta que falta este texto, la caché se limpiará. Déjelo en blanco para desactivar esta opción"
+
+#: wp-cache.php:1069
+msgid "Clear cache on error."
+msgstr "Limpiar la caché en caso de error."
+
+#: wp-cache.php:1070
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "Enviar un email al administrador del blog cuando se hagan comprobaciones (útil para pruebas)"
+
+#: wp-cache.php:1083
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Error: la compresión GZIP está activada; debe desactivarla si quiere activar wp-cache."
+
+#: wp-cache.php:1131
+#: wp-cache.php:1293
+msgid "Warning"
+msgstr "Aviso"
+
+#: wp-cache.php:1131
+msgid "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "La compresión GZIP está activa en WordPress, wp-cache se omitirá hasta que desactive dicha compresión."
+
+#: wp-cache.php:1189
+#: wp-cache.php:1194
+#: wp-cache.php:1226
+#: wp-cache.php:1231
+#: wp-cache.php:1237
+msgid "Error"
+msgstr "Error"
+
+#: wp-cache.php:1189
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "Si directorio caché (<strong>$cache_path</strong>) no existe y no puede ser creado por el servidor. Compruebe los permisos de %s."
+
+#: wp-cache.php:1194
+#, php-format
+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 "Su directorio caché (<strong>%1$s</strong>) o <strong>%2$s</strong> necesita tener permisos de escritura para que este plugin funcione. Verifíquelo bien."
+
+#: wp-cache.php:1226
+#, php-format
+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 "El archivo de configuración de WP-Cache (<strong>%s</strong>) está desactualizado y no puede editarse por el servidor. Por favor, bórrelo y recargue esta página."
+
+#: wp-cache.php:1231
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Falta el archivo de configuración y %1$s el directorio (<strong>%2$s</strong>) no puede editarse por el servidor. Compruebe sus permisos."
+
+#: wp-cache.php:1237
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "El archivo de ejemplo de configuración WP-Cache (<strong>%s</strong>) no existe. Verifique su instalación."
+
+#: wp-cache.php:1293
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> no existe o no puede ser actualizado."
+
+#: wp-cache.php:1294
+msgid "1. If it already exists please delete the file first."
+msgstr "1. Si existe, por favor, borre primero el fichero."
+
+#: wp-cache.php:1295
+#, php-format
+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. Proporcione permisos de escritura a %1$s utilizando el comando CHMOD de su cliente de FTP. (<em>chmod 777 %1$s</em>) y recargue esta página. Esto sólo es una medida temporal: terminado el proceso deberá volver a dejarlo como de sólo lectura (cambiar de 777 a 755 en el comando anterior)"
+
+#: wp-cache.php:1296
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. Recargue esta página para actualizar <em>%s/advanced-cache.php</em>"
+
+#: wp-cache.php:1297
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Si eso no funciona, asegúrese de que el archivo <em>%s/advanced-cache.php</em> no existe:"
+
+#: wp-cache.php:1298
+#, php-format
+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. Abra el fichero <em>%1$s$wp_cache_file</em> en un editor de texto.</li><li>2. Cambie el texto <em>CACHEHOME</em> por <em>%2$s</em></li><li>3. Guarde los cambios y salve el fichero en <em>%3$s</em>; luego recargue esta página.</li>"
+
+#: wp-cache.php:1318
+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 no está activo</strong> en su fichero <code>wp-config.php</code> y no puedo modificarlo."
+
+#: wp-cache.php:1319
+#, php-format
+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 "Edite el fichero <code>%s</code> y añada la siguiente línea:<br /> <code>define('WP_CACHE', true);</code><br />En caso contrario, <strong>WP-Cache no será ejecutado</strong> por el núcleo de Wordpress."
+
+#: wp-cache.php:1322
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>Constante WP_CACHE añadida al fichero wp-config.php</h3><p>Si sigue viendo este mensaje de aviso, revise por favor el punto 5 del <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La línea WP_CACHE debe subirse sobre otras líneas."
+
+#: wp-cache.php:1343
+msgid "Cache Contents"
+msgstr "Contenidos en caché"
+
+#: wp-cache.php:1362
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Borrando archivo supercache: <strong>%s</strong><br />"
+
+#: wp-cache.php:1379
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Borrando archivo wp-cache: <strong>%s</strong><br />"
+
+#: wp-cache.php:1443
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1444
+#: wp-cache.php:1457
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s Páginas en caché"
+
+#: wp-cache.php:1445
+#: wp-cache.php:1459
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s Páginas caducadas"
+
+#: wp-cache.php:1456
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1464
+msgid "Fresh WP-Cached Files"
+msgstr "Archivos recientes en caché"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+#: wp-cache.php:1497
+#: wp-cache.php:1513
+msgid "URI"
+msgstr "URI"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+msgid "Key"
+msgstr "Clave"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+#: wp-cache.php:1497
+#: wp-cache.php:1513
+msgid "Age"
+msgstr "Edad"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+#: wp-cache.php:1497
+#: wp-cache.php:1513
+msgid "Delete"
+msgstr "Borrar"
+
+#: wp-cache.php:1480
+msgid "Stale WP-Cached Files"
+msgstr "Archivos anticuados en caché"
+
+#: wp-cache.php:1496
+msgid "Fresh Super Cached Files"
+msgstr "Archivos recientes en Super Caché"
+
+#: wp-cache.php:1512
+msgid "Stale Super Cached Files"
+msgstr "Archivos anticuados en Super Caché"
+
+#: wp-cache.php:1528
+msgid "Hide file list"
+msgstr "Ocultar lista de archivos"
+
+#: wp-cache.php:1530
+msgid "List all cached files"
+msgstr "Mostrar archivos en caché"
+
+#: wp-cache.php:1536
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Recolección de Basura</strong><br />La última \"RdB\" se hizo hace <strong>%s</strong> minutos<br />"
+
+#: wp-cache.php:1537
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "La siguiente \"RdB\" se hará en <strong>%s</strong> minutos"
+
+#: wp-cache.php:1540
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "Los ficheros caducados son aquellos superiores a %s segundos. Todavía están en uso por el plugin y son borrados periódicamente."
+
+#: wp-cache.php:1543
+msgid "Delete Expired"
+msgstr "Borrar caducados"
+
+#: wp-cache.php:1549
+#: wp-cache.php:1563
+#: wp-cache.php:1719
+msgid "Delete Cache"
+msgstr "Borrar caché"
+
+#: wp-cache.php:1563
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Borrar archivos de Super Caché (se abrirá una nueva ventana)"
+
+#: wp-cache.php:1695
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s está orgullosamente a prueba de Digg gracias a la caché que proporciona %2$s"
+
+#: wp-cache.php:1728
+#, php-format
+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 debe configurarse. Vaya a la <a href=\"%s\">página de administración</a> para activar y configurar el plugin."
+
+#: wp-cache.php:1734
+msgid "Settings"
+msgstr "Configuraciones"
+
+#: wp-cache.php:1744
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache está desactivado. Por favor, vaya a la <a href=\"%s\">página de administración del plugin</a> para activar la caché."
+
+#: wp-cache.php:1763
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] La página principal esta comprimida con Gzip! Debe limpiar la caché."
+
+#: wp-cache.php:1763
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Por favor, visite %s para limpiar la caché ya que la página principal de su sitio esta ahora descargándose!"
+
+#: wp-cache.php:1766
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] La página principal esta comprimida con Gzip! Caché eliminada!"
+
+#: wp-cache.php:1766
+#, php-format
+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 "La caché de su blog se ha limpiado ya que la página principal de su sitio se está descargando. Por favor, visite %s para comprobar que la caché se ha limpiado correctamente."
+
+#: wp-cache.php:1773
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] La página principal esta comprimida con Gzip! Por favor, limpie la caché."
+
+#: wp-cache.php:1773
+#, php-format
+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 "Por favor, visite %1$s para limpiar la caché, ya que la página principal de su sitio no es correcta y falta el texto , \"%2$s\"!"
+
+#: wp-cache.php:1776
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] La página principal no es correcta, caché eliminada!"
+
+#: wp-cache.php:1776
+#, php-format
+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 "Se ha limpiado la caché de su blog debido a que la página principal de su sitio carece del texto \"%2$s\". Por favor, visite %1$s para comprobar que la caché se ha limpiado correctamente."
+
+#: wp-cache.php:1781
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] Comprobar página principal!"
+
+#: wp-cache.php:1781
+#, php-format
+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 ha comprobado la página principal de su blog. Por favor, visite %s si quiere desactivar esto."
+
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo
new file mode 100644
index 0000000000000000000000000000000000000000..85ea858ae7925e54cab97775485aad0b4ff97fa7
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po
new file mode 100644
index 0000000000000000000000000000000000000000..9a07166191b2277995d9c8f2214c59af2dd31eb0
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-fr_FR.po
@@ -0,0 +1,1713 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: WP Super Cache fr\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-06-16 10:25+0000\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Maître Mô <postmaster@maitremo.fr>\n"
+"Language-Team: Maître Mô <postmaster@maitremo.fr>\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-Poedit-Language: French\n"
+"X-Poedit-Country: France\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
+"X-Poedit-Basepath: .\n"
+"X-Textdomain-Support: yes\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#@ wp-super-cache
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "Bad Behaviour n'a pas été trouvé. Merci de vérifier votre installation."
+
+#@ wp-super-cache
+#: plugins/awaitingmoderation.php:23
+#: plugins/awaitingmoderation.php:38
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:65
+#: plugins/domain-mapping.php:47
+#: plugins/domain-mapping.php:62
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1103
+msgid "Disable"
+msgstr "Désactiver"
+
+#@ wp-super-cache
+#: plugins/awaitingmoderation.php:29
+#: plugins/badbehaviour.php:55
+#: plugins/domain-mapping.php:53
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "désactivé"
+
+#@ wp-super-cache
+#: plugins/awaitingmoderation.php:31
+#: plugins/badbehaviour.php:57
+#: plugins/domain-mapping.php:55
+#: plugins/searchengine.php:69
+#: wp-cache.php:1449
+msgid "enabled"
+msgstr "activé"
+
+#@ wp-super-cache
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s."
+msgstr "Le support de Bad Behaviour est %s."
+
+#@ wp-super-cache
+#: plugins/awaitingmoderation.php:36
+#: plugins/badbehaviour.php:63
+#: plugins/domain-mapping.php:60
+#: plugins/searchengine.php:74
+#: wp-cache.php:1103
+msgid "Enable"
+msgstr "Activer"
+
+#@ wp-super-cache
+#: plugins/badbehaviour.php:69
+#: wp-cache.php:1180
+#: wp-cache.php:1182
+msgid "Warning!"
+msgstr "Attention!"
+
+#@ wp-super-cache
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "L'extension <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">Pas de pub pour les amis</a> est %s."
+
+#@ wp-super-cache
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(nécessite également <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
+
+#@ wp-super-cache
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Merci de créer %s /wp-cache-config.php à partir de wp-super-cache/wp-cache-config-sample.php"
+
+#@ wp-super-cache
+#: wp-cache.php:138
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "Attention ! Le Mode Sécurité PHP est activé !"
+
+#@ wp-super-cache
+#: wp-cache.php:139
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "Vous pourriez rencontrer certains problèmes en exécutant cette extension, car le Mode de Sécurité PHP est activés."
+
+#@ wp-super-cache
+#: wp-cache.php:143
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "Votre serveur est configuré pour vérifier le propriétaire des scripts PHP avant de les autoriser à lire et écrire les fichiers."
+
+#@ wp-super-cache
+#: wp-cache.php:144
+#, php-format
+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 "Vous ou un administrateur pouvez être en mesure de le faire fonctionner en modifiant le groupe du propriétaire des scripts de l'extension pour le faire correspondre à celui de l'utilisateur du serveur web. Le groupe du propriétaire du répertoire de %s/cache/ doit également être modifié. Voir la <a href=\"http://fr.php.net/features.safe-mode\">page du manuel du Mode Sécurité</a> pour plus de détails."
+
+#@ wp-super-cache
+#: wp-cache.php:146
+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 "Vous ou un administrateur devez désactiver ceci. Voir la <a href=\"http://fr.php.net/features.safe-mode\">page du manuel du Mode Sécurité</a> pour plus de détails. Ça ne peut malheureusement pas être désactivé dans un fichier .htaccess. Ça doit l'être dans le fichier de configuration php.ini."
+
+#@ wp-super-cache
+#: wp-cache.php:152
+msgid "Permlink Structure Error"
+msgstr "Erreur de Structure des PermaLiens"
+
+#@ default
+#: wp-cache.php:153
+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 "Une URL personnalis&#233;e ou une structure de permaliens est n&#233;cessaire pour que ce plugin fonctionne correctement. S&#8217;il vous pla&#238;t, aller sur la page <a href=\"options-permalink.php\"> Options permaliens</ a> pour configurer vos permaliens."
+
+#@ wp-super-cache
+#: wp-cache.php:516
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "Le fichier de configuration a été modifié, certaines valeurs peuvent-être erronées. Rechargez la page depuis le menu \"Réglages\" pour les remettre à zéro."
+
+#@ wp-super-cache
+#: wp-cache.php:195
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "Impossible de continuer... Résolvez les problèmes susmentionnés et réessayez."
+
+#@ wp-super-cache
+#: wp-cache.php:165
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "Attention ! Votre nom de domaine \"%s\" se traduit par %s"
+
+#@ wp-super-cache
+#: wp-cache.php:166
+#, php-format
+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 "Votre serveur pense que votre nom de domaine se traduit en tant que %s. Certains services comme l'éboueur de cette extension, et la publication différée de WordPress, peuvent ne pas fonctionner correctement."
+
+#@ wp-super-cache
+#: wp-cache.php:167
+#: wp-cache.php:181
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Veuillez lire l'entrée 16 de <a href=\"%s\">la section Troubleshooting (dysfonctionnements)</a> du fichier readme.txt"
+
+#@ wp-super-cache
+#: wp-cache.php:180
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "Malheureusement, WordPress n'arrive pas à trouver le fichier wp-cron.php. Ce script est requis pour un fonctionnement correct de l'éboueur de cette extension, ainsi d'ailleurs que de la publication différée de WordPress et d'autres fonctions critiques."
+
+#@ wp-super-cache
+#: wp-cache.php:204
+msgid "Zlib Output Compression Enabled!"
+msgstr "Compression Zlib Output activée !"
+
+#@ wp-super-cache
+#: wp-cache.php:205
+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 compresse les données envoyées aux visiteurs de votre site. Il est recommandé de désactiver ceci car l'extension met en cache la sortie compressée une seule fois, au lieu de compresser la même page encore et encore. Voir également le #21 dans la section Dépannage. Voir <a href=\"http://php.net/manual/en/zlib.configuration.php\">cette page</a> pour obtenir des instructions pour la modification de votre fichier php.ini."
+
+#@ wp-super-cache
+#: wp-cache.php:209
+msgid "Mod rewrite may not be installed!"
+msgstr "Le mode Réécriture ne doit pas être installé !"
+
+#@ wp-super-cache
+#: wp-cache.php:215
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Mode Lecture Seule. La configuration ne peut pas être modifiée."
+
+#@ wp-super-cache
+#: wp-cache.php:216
+#, php-format
+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 webserver to make any changes."
+msgstr "Le fichier de configuration de WP Super Cache est <code>%s/wp-cache-config.php</code> et ne peut pas être modifié. Ce fichier doit pouvoir être écrit par votre serveur web pour effectuer des modifications."
+
+#@ wp-super-cache
+#: wp-cache.php:217
+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 "Un moyen simple de faire ceci est de modifier temporairement les permissions en utilisant la commande CHMOD, ou via votre client FTP. Assurez-vous que l'ensemble peut être écrit, et cela devrait fonctionner."
+
+#@ wp-super-cache
+#: wp-cache.php:218
+msgid "Writeable:"
+msgstr "Peut être écrit :"
+
+#@ wp-super-cache
+#: wp-cache.php:219
+msgid "Readonly:"
+msgstr "Lecture Seule :"
+
+#@ wp-super-cache
+#: wp-cache.php:231
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "Attention ! %s peut être écrit !"
+
+#@ wp-super-cache
+#: wp-cache.php:232
+#, php-format
+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 "Vous devriez modifier les permissions sur %s et les rendre plus restrictives. Utilisez votre client FTP, ou la commande ci-dessous, pour résoudre ces choses :"
+
+#@ wp-super-cache
+#: wp-cache.php:406
+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>Attention !</strong> Vous avez tenté d'activer la compression mais <code>zlib.output_compression</code> est activée. Voir le #21 dans la section Dépannage du fichier readme."
+
+#@ wp-super-cache
+#: wp-cache.php:793
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "Annoncez fièrement au Monde que votre serveur est compatible avec Digg ! (affiche un message dans le pied-de-page de votre blog)"
+
+#@ wp-super-cache
+#: wp-cache.php:808
+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 "Verrouillage Majeur de fichier. Vous n'avez probablement pas besoin de ça, mais ça peut aider si votre serveur est peu puissant. Attention ! <em>Peut bloquer votre serveur dans de très rares cas !</em>"
+
+#@ wp-super-cache
+#: wp-cache.php:803
+msgid "Mobile device support."
+msgstr "Support des systèmes mobiles."
+
+#@ wp-super-cache
+#: wp-cache.php:240
+msgid "Mobile rewrite rules detected"
+msgstr "Règles de réécriture pour mobiles détectées"
+
+#@ wp-super-cache
+#: wp-cache.php:241
+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 "Pour des performances optimales, vous devriez activer le \"Support des systèmes de mobiles\" ou supprimer les règles de réécriture pour mobiles dans votre .htaccess. Localisez les 2 lignes avec le texte \"2.0\\ MMP|240x320\" et supprimez-les."
+
+#@ wp-super-cache
+#: wp-cache.php:241
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "Cela n'affectera pas les utilisateurs ordinaires, mais les utilisateurs de mobiles verront des pages non mises en cache."
+
+#@ wp-super-cache
+#: wp-cache.php:247
+#: wp-cache.php:258
+msgid "Rewrite rules must be updated"
+msgstr "Les règles de Réécriture doivent être mises à jour"
+
+#@ wp-super-cache
+#: wp-cache.php:248
+#: wp-cache.php:259
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "Les règles de réécriture nécessitées par cette extension ont changé ou sont manquantes."
+
+#@ wp-super-cache
+#: wp-cache.php:252
+#, php-format
+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 "Supprimez les règles de Réécriture de l'extension dans %s.htaccess situées entre <code># BEGIN WPSuperCache</code> et <code># END WPSuperCache</code> et laissez laissez l'extension les régénérer en rechargeant cette page."
+
+#@ wp-super-cache
+#: wp-cache.php:253
+#, php-format
+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_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
+msgstr "Ajoutez les règles vous-même. Éditez %s.htaccess et trouvez le bloc de code situé entre les lignes <code># BEGIN WPSuperCache</code> et <code># END WPSuperCache</code>. Il existe deux sections, qui se ressemblent beaucoup. Juste en dessous de la ligne <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code>, ajoutez ces lignes (faites-le deux fois, une par section) :"
+
+#@ wp-super-cache
+#: wp-cache.php:811
+msgid "Use object cache to store cached files."
+msgstr "Utilisez un objet mis en cache pour stocker les fichiers mis en cache."
+
+#@ wp-super-cache
+#: wp-cache.php:811
+msgid "(Experimental)"
+msgstr "(Expérimental)"
+
+#@ wp-super-cache
+#: wp-cache.php:805
+msgid "Only refresh current page when comments made."
+msgstr "Rafraîchir uniquement la page courante lorsqu'un commentaire est effectué."
+
+#@ wp-super-cache
+#: wp-cache.php:818
+msgid "Note:"
+msgstr "Note :"
+
+#@ wp-super-cache
+#: wp-cache.php:820
+#, php-format
+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 too is probably a good idea!)"
+msgstr "Si vous désinstallez cette extension, assurez-vous que le répertoire <em>%s</em> peut être écrit par le serveur Web, de façon que les fichiers <em>advanced-cache.php</em> et <em>cache-config.php</em> puissent être automatiquement détruits. (S'assurer que ces fichiers peuvent également être écrits est probablement une bonne idée !)"
+
+#@ wp-super-cache
+#: wp-cache.php:821
+#, php-format
+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 "Merci de lire le fichier <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> pour les instructions relatives à la désinstallation de ce script. Cherchez le titre \"How to uninstall WP Super Cache\"(\\\"Comment désinstaller WP Super Cache\\\" -en anglais)."
+
+#@ wp-super-cache
+#: wp-cache.php:822
+#, php-format
+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 "Besoin d'aide ? Lisez le <a href=\"%1$s\"> fichier readme de Super Cache</a>. Il inclut une documentation pour l'installation, une FAQ, et des conseils de dépannage. Le <a href=\"%2$s\">forum de support</a> est également disponible. Il a peut-être déjà été répondu à votre question."
+
+#@ wp-super-cache
+#: wp-cache.php:825
+#: wp-cache.php:872
+msgid "Update Status"
+msgstr "Mettre à jour les Statuts"
+
+#@ wp-super-cache
+#: wp-cache.php:535
+msgid "Cache Tester"
+msgstr "Testeur du Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:536
+msgid "Test your cached website by clicking the test button below."
+msgstr "Testez votre site web mis en cache en cliquant sur le bouton de test ci-dessous."
+
+#@ wp-super-cache
+#: wp-cache.php:543
+#, php-format
+msgid "Fetching %s to prime cache: "
+msgstr "Récupération de %s pour la première mise en cache."
+
+#@ wp-super-cache
+#: wp-cache.php:545
+#: wp-cache.php:552
+#: wp-cache.php:559
+msgid "OK"
+msgstr "OK"
+
+#@ wp-super-cache
+#: wp-cache.php:550
+#, php-format
+msgid "Fetching first copy of %s: "
+msgstr "Récupération de la première copie de %s :"
+
+#@ wp-super-cache
+#: wp-cache.php:557
+#, php-format
+msgid "Fetching second copy of %s: "
+msgstr "Récupération de la deuxième copie de %s :"
+
+#@ wp-super-cache
+#: wp-cache.php:589
+#, php-format
+msgid "Page 1: %s"
+msgstr "Page 1 : %s"
+
+#@ wp-super-cache
+#: wp-cache.php:590
+#, php-format
+msgid "Page 2: %s"
+msgstr "Page 2 : %s"
+
+#@ wp-super-cache
+#: wp-cache.php:591
+msgid "The timestamps on both pages match!"
+msgstr "Les horodateurs des deux pages correspondent !"
+
+#@ wp-super-cache
+#: wp-cache.php:593
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "Les pages ne correspondent pas ! Les horodateurs sont différents ou n'ont pas été trouvés !"
+
+#@ wp-super-cache
+#: wp-cache.php:600
+msgid "Test Cache"
+msgstr "Test du Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:625
+#: wp-cache.php:748
+msgid "Cancel Cache Preload"
+msgstr "Annuler le Préchargement du Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:631
+msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
+msgstr "Préchargement programmé du cache annulé. Si un travail est actuellement en cours, il ne s'arrêtera pas jusqu'à ce que les 100 pages en cours soit terminées."
+
+#@ wp-super-cache
+#: wp-cache.php:642
+msgid "Scheduled preloading of cache cancelled."
+msgstr "Préchargement programmé du cache annulé."
+
+#@ wp-super-cache
+#: wp-cache.php:668
+#: wp-cache.php:746
+msgid "Preload Cache Now"
+msgstr "Précharger le Cache Maintenant"
+
+#@ default
+#: wp-cache.php:671
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "Pr&#233;chargement programm&#233;  du cache dans 10 secondes."
+
+#@ wp-super-cache
+#: wp-cache.php:675
+#, php-format
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "Préchargement programmé du cache dans %d minutes"
+
+#@ wp-super-cache
+#: wp-cache.php:679
+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 "Ceci mettra en cache tous les articles et pages publiés sur votre site. Ça créera des fichiers statiques SuperCache de façon que les visiteurs inconnus (y compris les robots) reçoivent une page mise en cache. Ce qui améliorera probablement votre classement Google, du fait qu'il utilise désormais la vitesse dans ses mesures pour classer les sites Web."
+
+#@ wp-super-cache
+#: wp-cache.php:680
+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 "Le préchargement crée cependant un nombre important de fichiers. La mise en cache est effectuée des articles les plus récents au plus anciens, donc merci d'envisager de ne mettre en cache que les plus récents, si vous avez un nombre important (10.000 +) d'articles. Ceci est spécialement important pour les hébergements mutualisés."
+
+#@ wp-super-cache
+#: wp-cache.php:685
+#, php-format
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "Rafraîchir les fichiers de préchargement du cache toutes les %s minutes. (0 pour désactiver, au minimum %d minutes.)"
+
+#@ wp-super-cache
+#: wp-cache.php:698
+msgid "all"
+msgstr "tous"
+
+#@ wp-super-cache
+#: wp-cache.php:711
+#, php-format
+msgid "Preload %s posts."
+msgstr "Précharger %s articles."
+
+#@ wp-super-cache
+#: wp-cache.php:721
+msgid "Send me status emails when files are refreshed."
+msgstr "M'envoyer un mail d'état de statuts lorsque les fichiers sont rafraîchis."
+
+#@ default
+#: wp-cache.php:726
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "De nombreux e-mails, 2 e-mails pour 100 commentaires."
+
+#@ default
+#: wp-cache.php:729
+msgid "Medium, 1 email per 100 posts."
+msgstr "Moyen, 1 e-mail pour 100 commentaires."
+
+#@ wp-super-cache
+#: wp-cache.php:732
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "Moins de mails, 1 au début et 1 à la fin du préchargement de tous les articles."
+
+#@ wp-super-cache
+#: wp-cache.php:743
+#, php-format
+msgid "Currently caching from post %d to %d."
+msgstr "Mise en cache actuelle des articles de %d à %d."
+
+#@ wp-super-cache
+#: wp-cache.php:746
+msgid "Update Settings"
+msgstr "Mettre à jour les Réglages"
+
+#@ wp-super-cache
+#: wp-cache.php:266
+msgid "Required to serve compressed supercache files properly."
+msgstr "Requis pour servir les fichier compressés Supercache proprement."
+
+#@ wp-super-cache
+#: wp-cache.php:266
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "Requis pour attacher les informations de mise en cache aux pages SuperCache. Les utilisateurs d'IE7 ne verront que les anciennes pages sans ce module."
+
+#@ wp-super-cache
+#: wp-cache.php:266
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "Règle la date d'expiration sur les pages mises en cache par Supercache. Les visiteurs ne pourront pas voir les nouvelles pages lorsqu'ils rafraîchiront, ou lorsqu'ils laisseront des commentaires, sans ce module."
+
+#@ wp-super-cache
+#: wp-cache.php:273
+msgid "Missing Apache Modules"
+msgstr "Modules Apache manquants"
+
+#@ wp-super-cache
+#: wp-cache.php:881
+msgid "Make WordPress Faster"
+msgstr "Accélérez WordPress"
+
+#@ wp-super-cache
+#: wp-cache.php:882
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s est maintenu et développé par %2$s avec les contributions de beaucoup d'autres personnes."
+
+#@ wp-super-cache
+#: wp-cache.php:884
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "Merci de lui adresser aussi un petit \"salut !\" sur %s !"
+
+#@ wp-super-cache
+#: wp-cache.php:892
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "Pages mise en cache depuis %1$s : <strong>%2$s</strong>"
+
+#@ wp-super-cache
+#: wp-cache.php:893
+msgid "Newest Cached Pages:"
+msgstr "Plus Récentes Pages Mises en Cache :"
+
+#@ wp-super-cache
+#: wp-cache.php:897
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "Mise en cache il y a %s secondes"
+
+#@ wp-super-cache
+#: wp-cache.php:900
+msgid "(may not always be accurate on busy sites)"
+msgstr "(peut ne pas être toujours exact sur des sites fort occupés)"
+
+#@ wp-super-cache
+#: wp-cache.php:832
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Noms de fichiers acceptés &amp; URIs rejetées"
+
+#@ wp-super-cache
+#: wp-cache.php:1090
+msgid "Enabled"
+msgstr "Activé"
+
+#@ wp-super-cache
+#: wp-cache.php:1090
+msgid "Disabled"
+msgstr "Désactivé"
+
+#@ wp-super-cache
+#: wp-cache.php:985
+msgid "Mod Rewrite Rules"
+msgstr "Règles du Mode Réécriture"
+
+#@ wp-super-cache
+#: wp-cache.php:991
+msgid "WordPress MU Detected"
+msgstr "WordPress MU Détecté"
+
+#@ wp-super-cache
+#: wp-cache.php:991
+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 "Malheureusement, les règles de réécriture ne peuvent pas être mises à jour automatiquement lorsque WordPress MU s'exécute. Merci d'ouvrir votre fichier .htaccess et d'y ajouter les règles de Mode Réécriture suivantes, au-dessus de toutes les autres règles de ce fichier."
+
+#@ wp-super-cache
+#: wp-cache.php:993
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Les règles du Mode Réécriture ne peuvent pas être mises à jour !"
+
+#@ wp-super-cache
+#: wp-cache.php:994
+#, php-format
+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 "Vous devez avoir les marqueurs <strong>BEGIN</strong> et <strong>END</strong> dans %s.htaccess pour que la mise à jour automatique fonctionne. Ils ressemblent à ceci, et entourent les règles principales du mode réécriture de WordPress :"
+
+#@ wp-super-cache
+#: wp-cache.php:996
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "Rafraichissez cette page après avoir mis à jour votre fichier .htaccess."
+
+#@ wp-super-cache
+#: wp-cache.php:1000
+msgid "Thank you for upgrading."
+msgstr "Merci d'avoir effectué la mise à jour."
+
+#@ wp-super-cache
+#: wp-cache.php:1000
+#, php-format
+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 "Les règles du Mode Réécriture ont changé depuis votre dernère installation de cette extension. Malheureusement, vous devez supprimer les anciennes règles de SuperCache avant que les nouvelles soient mises à jour. Rafraîchissez cette page après avoir édité votre fichier .htaccess. Si vous souhaitez mettre à jour manuellement, modifiez la ligne suivante : %1$s de façon qu'elle ressemble à ceci : %2$s. Les seuls changements sont \"HTTP_COOKIE\", devenant \"HTTP:Cookie\", et \"wordpressuser \", devenant \"wordpress\". C'est une modification de WordPress 2.5, mais il est rétrocompatible avec les anciennes versions, si vous êtes assez courageux pour utiliser celles-ci."
+
+#@ wp-super-cache
+#: wp-cache.php:1004
+msgid "Trailing slash check required."
+msgstr "Le slash final est requis."
+
+#@ wp-super-cache
+#: wp-cache.php:1004
+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 "Il semble que votre blog possède des URLs qui se terminent par un \"/\". Malheureusement, depuis que vous avez installé cette extension, un bug de duplicate content a été découvert, dans lequel les URLs ne se terminant pas par un \"/\" servent le même contenu que celles finissant par le \"/\", et ne redirigent pas vers la bonne URL. Pour le résoudre, vous devez éditer votre fichier .htaccess et ajouter ces deux règles aux deux groupes de règles de Super Cache :"
+
+#@ wp-super-cache
+#: wp-cache.php:1006
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "Vous pouvez aller regarder là où sont les règles et examiner les règles complètes en cliquant sur le lien \"Voir les règles du Mode Réécriture\" ci-dessous."
+
+#@ wp-super-cache
+#: wp-cache.php:1020
+msgid "Mod Rewrite rules updated!"
+msgstr "Règles du Mode Réécriture mises à jour !"
+
+#@ wp-super-cache
+#: wp-cache.php:1021
+#, php-format
+msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
+msgstr "Le fichier %s.htaccess a été mis à jour avec les règles de Mode Réécriture nécessaires. Merci de vérifier qu'elles sont correctes. Elles devraient ressembler à ceci :"
+
+#@ wp-super-cache
+#: wp-cache.php:1023
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Les règles du Mode Réécriture doivent être mises à jour !"
+
+#@ wp-super-cache
+#: wp-cache.php:1024
+#, php-format
+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 "Votre fichier %s.htaccess ne peut pas être écrit par le serveur Web et doivent être mises à jour avec les règles du Mode Réécriture nécessaires. Les nouvelles règles se placent au-dessus des règles standard de WordPress comme montré dans le code suivant :"
+
+#@ wp-super-cache
+#: wp-cache.php:1029
+#, php-format
+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 "Les règles du Mode Réécriture de WP Super Cache ont été détectées dans votre fichier %s.htaccess.<br /> Cliquez sur le lien ci-dessous pour voir les lignes ajoutées à ce fichier. Si vous avez mis à jour l'extension, assurez-vous que ces règles correspondent."
+
+#@ wp-super-cache
+#: wp-cache.php:1032
+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 "Une différence entre les règles dans votre fichier .htaccess et celles de réécriture dans l'extension a été découverte. Il peut ne s'agir que d'une différence d'espace blanc, mais vous devriez comparer les règles du fichier avec celles ci-dessous aussi vite que possible. Cliquez sur le bouton &#8217;Actualiser les Règles du Mode Réécriture&#8217; pour mettre à jour les règles."
+
+#@ wp-super-cache
+#: wp-cache.php:1035
+msgid "View Mod_Rewrite Rules"
+msgstr "Voir les règles du Mode Réécriture"
+
+#@ wp-super-cache
+#: wp-cache.php:1039
+#: wp-cache.php:2276
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "Les règles. doivent également être ajoutées à %s :"
+
+#@ wp-super-cache
+#: wp-cache.php:1047
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "Règles d'encodage Gzip dans %s.htaccess créées. "
+
+#@ wp-super-cache
+#: wp-cache.php:1054
+msgid "Fix Configuration"
+msgstr "Correction de la Configuration"
+
+#@ wp-super-cache
+#: wp-cache.php:1057
+msgid "Restore Default Configuration"
+msgstr "Restaurer la Configuration par Défaut"
+
+#@ wp-super-cache
+#: wp-cache.php:1065
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "La modération des commentaires est activée. Votre commentaire peut prendre un certain temps avant d'apparaître."
+
+#@ wp-super-cache
+#: wp-cache.php:1090
+msgid "Lock Down:"
+msgstr "Verrouillage :"
+
+#@ wp-super-cache
+#: wp-cache.php:1091
+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 "Prépare votre serveur pour un pic de trafic attendu en activant le mode de verrouillage. Lorsqu'il est activé, les nouveaux commentaires sur un article ne rafraîchissent pas les fichiers statiques du cache."
+
+#@ wp-super-cache
+#: wp-cache.php:1092
+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 "Développeurs : Rendez vos extensions compatibles avec le mode Verrouillage en vérifiant la constante \"WPLOCKDOWN\". Le code suivant vous assurera que votre extension respecte les réglages de WPLOCKDOWN."
+
+#@ wp-super-cache
+#: wp-cache.php:1094
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "Désolé. Mon blog est verrouillé. Les mises à jours vont apparaître rapidement."
+
+#@ wp-super-cache
+#: wp-cache.php:1098
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress est verrouillé. Les fichiers statiques Super Cache ne seront pas supprimés lorsque de nouveaux commentaires sont effectués."
+
+#@ wp-super-cache
+#: wp-cache.php:1100
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress n'est pas verrouillé. Les nouveaux commentaires rafraîchiront normalement les fichier statiques Super Cache."
+
+#@ wp-super-cache
+#: wp-cache.php:1106
+msgid "Lock Down"
+msgstr "Verrouillage"
+
+#@ wp-super-cache
+#: wp-cache.php:1114
+msgid "Directly Cached Files"
+msgstr "Fichiers Directement Mis en Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1172
+#, php-format
+msgid "%s removed!"
+msgstr "%s supprimé !"
+
+#@ wp-super-cache
+#: wp-cache.php:1180
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "Vous devez rendre %s apte à être écrit pour activer cette fonction. Comme il s'agit d'un risque de sécurité, veuillez le remettre en mode lecture seule après que votre page ait été générée."
+
+#@ wp-super-cache
+#: wp-cache.php:1182
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s peut être écrit. Merci de le remettre en mode lecture seule après que votre page ait été générée, dans la mesure où il s'agit d'un risque de sécurité."
+
+#@ wp-super-cache
+#: wp-cache.php:1196
+msgid "Existing direct page"
+msgstr "Page directe existante"
+
+#@ wp-super-cache
+#: wp-cache.php:1196
+msgid "Delete cached file"
+msgstr "Suppression de fichier mis en cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1201
+msgid "Add direct page:"
+msgstr "Ajouter une page directe :"
+
+#@ wp-super-cache
+#: wp-cache.php:1203
+#, php-format
+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 "Les fichiers directement mis en cache sont des fichiers créés directement à partir de %s, où se trouve votre blog. Cette fonction n'est utile que si vous vous attendez à un niveau de trafic majeur de  Digg ou Slashdot sur un article ou une page."
+
+#@ wp-super-cache
+#: wp-cache.php:1205
+#, php-format
+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 "Par exemple: pour mettre en cache <em>%1$sabout/</em>, vous entrez %1$sabout/ ou /about/. Le fichier de cache sera généré à la prochaine visite d'un utilisateur anonyme sur cette page."
+
+#@ wp-super-cache
+#: wp-cache.php:1206
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Laissez en blanc la zone de texte pour la supprimer de la liste des pages directes et supprimer le fichier mis en cache."
+
+#@ wp-super-cache
+#: wp-cache.php:1211
+msgid "Update Direct Pages"
+msgstr "Mettre à jour les Pages Directes"
+
+#@ wp-super-cache
+#: wp-cache.php:1249
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Date d'Expiration &amp; Éboueur"
+
+#@ wp-super-cache
+#: wp-cache.php:1251
+msgid "Expire time:"
+msgstr "Date d'expiration :"
+
+#@ wp-super-cache
+#: wp-cache.php:1252
+msgid "seconds"
+msgstr "secondes"
+
+#@ wp-super-cache
+#: wp-cache.php:1253
+msgid "Garbage Collection"
+msgstr "Éboueur"
+
+#@ wp-super-cache
+#: wp-cache.php:1255
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "Réglez le délai d'expiration à 0 secondes pour désactiver l'éboueur."
+
+#@ wp-super-cache
+#: wp-cache.php:1256
+msgid "Change Expiration"
+msgstr "Modifier le Délai d'Expiration"
+
+#@ wp-super-cache
+#: wp-cache.php:1300
+msgid "Rejected User Agents"
+msgstr "User Agents rejetés"
+
+#@ wp-super-cache
+#: wp-cache.php:1301
+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 "Chaines de caractères dans l'en-tête HTTP &#8217;User Agents&#8217; qui empêchent WP-Cache de mette en cache les requêtes des robots, spiders et crawlers&#8217;. Notez que les fichiers mis en cache par SuperCache sont encore envoyés à ces agents s'ils existent toujours."
+
+#@ wp-super-cache
+#: wp-cache.php:1308
+msgid "Save UA Strings"
+msgstr "Sauvegarder les Listes d'User Agents"
+
+#@ wp-super-cache
+#: wp-cache.php:1331
+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 "Ne pas mettre en cache les types de page suivants. Voir la documentation <a href=\"http://codex.wordpress.org/fr:Marqueurs_conditionnels\">Marqueurs Conditionnels</a>pour un exposé complet sur chaque type."
+
+#@ wp-super-cache
+#: wp-cache.php:1334
+msgid "Single Posts"
+msgstr "Articles Simples"
+
+#@ wp-super-cache
+#: wp-cache.php:1335
+msgid "Pages"
+msgstr "Pages"
+
+#@ wp-super-cache
+#: wp-cache.php:1336
+msgid "Front Page"
+msgstr "Page de Garde"
+
+#@ wp-super-cache
+#: wp-cache.php:1337
+msgid "Home"
+msgstr "Accueil"
+
+#@ wp-super-cache
+#: wp-cache.php:1338
+msgid "Archives"
+msgstr "Archives"
+
+#@ wp-super-cache
+#: wp-cache.php:1339
+msgid "Tags"
+msgstr "Tags"
+
+#@ wp-super-cache
+#: wp-cache.php:1340
+msgid "Category"
+msgstr "Catégories"
+
+#@ wp-super-cache
+#: wp-cache.php:1341
+msgid "Feeds"
+msgstr "Flux"
+
+#@ wp-super-cache
+#: wp-cache.php:1342
+msgid "Search Pages"
+msgstr "Page de Recherche"
+
+#@ default
+#@ wp-super-cache
+#: wp-cache.php:1344
+#: wp-cache.php:1472
+msgid "Save"
+msgstr "Sauvegarder"
+
+#@ wp-super-cache
+#: wp-cache.php:1361
+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 "Ajoutez ici les chaînes (pas un nom de fichier) qui forcent une page à ne pas être mise en cache. Par exemple, si vos URLs incluent l'année et que vous ne voulez pas mettre en cache les articles de l'année dernière, il suffit de préciser l'année, c-à-d &#8217;/2004/&#8217;. WP-Cache recherchera si cette chaîne fait partie de l'URI et dans l'affirmative, ne mettra pas cette page en cache."
+
+#@ wp-super-cache
+#: wp-cache.php:1367
+msgid "Save Strings"
+msgstr "Sauvegarder les Chaînes"
+
+#@ wp-super-cache
+#: wp-cache.php:1383
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Ajouter ici les noms des fichiers qui peuvent être mis en cache, même s'ils correspondent à l'une des sous-chaînes rejetées spécifiées ci-dessus."
+
+#@ wp-super-cache
+#: wp-cache.php:1389
+msgid "Save Files"
+msgstr "Sauvegarder les Fichiers"
+
+#@ wp-super-cache
+#: wp-cache.php:1434
+msgid "Currently logging to: "
+msgstr "Actuellement connecté à :"
+
+#@ wp-super-cache
+#: wp-cache.php:1444
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "Résout les problèmes de l'extension en la déboguant ici. Peut vous adresser des mails de débogage ou les enregistrer dans un fichier de votre répertoire de cache."
+
+#@ wp-super-cache
+#: wp-cache.php:1445
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "Se connecter à un fichier est plus facile, mais se heurte au problème qu'effacer le cache effacera le fichier des enregistrements."
+
+#@ wp-super-cache
+#: wp-cache.php:1449
+msgid "Debugging"
+msgstr "Débogage"
+
+#@ wp-super-cache
+#: wp-cache.php:1450
+msgid "Logging Type"
+msgstr "Type d'Enregistrement"
+
+#@ wp-super-cache
+#: wp-cache.php:1450
+msgid "Email"
+msgstr "Mail"
+
+#@ wp-super-cache
+#: wp-cache.php:1451
+msgid "file"
+msgstr "fichier"
+
+#@ wp-super-cache
+#: wp-cache.php:1452
+msgid "IP Address"
+msgstr "Adresse IP"
+
+#@ wp-super-cache
+#: wp-cache.php:1452
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(N'enregistrer que les requêtes de cette adresse IP. Votre IP est %s)"
+
+#@ wp-super-cache
+#: wp-cache.php:1453
+msgid "Log level"
+msgstr "Niveau d'enregistrement"
+
+#@ wp-super-cache
+#: wp-cache.php:1459
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = le plus bas, 5 = le plus haut, peut sévèrement surcharger le serveur.)"
+
+#@ wp-super-cache
+#: wp-cache.php:799
+#: wp-cache.php:946
+#: wp-cache.php:1462
+msgid "Advanced"
+msgstr "Avancé"
+
+#@ wp-super-cache
+#: wp-cache.php:1462
+#, php-format
+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 "Dans de très rares cas, deux problèmes peuvent survenir sur certains blogs: <ol><li> La page de garde peut commencer à se télécharger comme un fichier zip.</li><li> Une mauvaise page est parfois mise en cache en tant que page de garde si votre blog utilise une page de garde statique et que la structure des permaliens est <em>/%category%/%postname%/</em>.</li></ol>"
+
+#@ wp-super-cache
+#: wp-cache.php:1463
+#, php-format
+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 "Je suis certain à 99% qu'il ne s''agit pas de bugs de WP Super Cache et qu'ils ne surviennent que très rarement, mais vous pouvez exécuter une vérification simple, une fois toutes les 5 minutes, pour vérifier que votre site est OK, si vous avez peur. Vous recevrez un mail s'il survient un problème."
+
+#@ wp-super-cache
+#: wp-cache.php:1465
+msgid "Check front page every 5 minutes."
+msgstr "Vérifier la page de garde toute les 5 minutes."
+
+#@ wp-super-cache
+#: wp-cache.php:1466
+msgid "Front page text"
+msgstr "Texte de la page de garde"
+
+#@ wp-super-cache
+#: wp-cache.php:1466
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "Texte à rechercher sur votre page de garde. Si ce texte est manquant, le cache sera effacé. Laissez en blanc pour désactiver."
+
+#@ wp-super-cache
+#: wp-cache.php:1467
+msgid "Clear cache on error."
+msgstr "Effacer le cache en cas d'erreur."
+
+#@ wp-super-cache
+#: wp-cache.php:1468
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "Envoi d'un mai à l'administrateur du blog lorsque les contrôles sont effectués. (Utile pour le test)"
+
+#@ wp-super-cache
+#: wp-cache.php:1482
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Erreur : la compression GZIP est activée, la désactiver si vous souhaitez activer wp-cache."
+
+#@ wp-super-cache
+#: wp-cache.php:1529
+#: wp-cache.php:1691
+msgid "Warning"
+msgstr "Attention"
+
+#@ wp-super-cache
+#: wp-cache.php:1529
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "La compression GZIP est activée dans WordPress, wp-cache sera outrepassé jusqu'à ce que vous la désactiviez."
+
+#@ wp-super-cache
+#: wp-cache.php:1587
+#: wp-cache.php:1592
+#: wp-cache.php:1624
+#: wp-cache.php:1629
+#: wp-cache.php:1635
+msgid "Error"
+msgstr "Erreur"
+
+#@ wp-super-cache
+#: wp-cache.php:1587
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "Votre répertoire de cache (<strong>$cache_path</strong>) n'existe pas et n'a pas pu être créé par le serveur web. Vérifiez les permissions %s."
+
+#@ wp-super-cache
+#: wp-cache.php:1592
+#, php-format
+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 "Votre répertoire de cache (<strong>%1$s</strong>) ou <strong>%2$s</strong>) doit pouvoir être écrit pour que cette extension fonctionne. Vérifiez doublement."
+
+#@ wp-super-cache
+#: wp-cache.php:1624
+#, php-format
+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 "Votre fichier de configuration WP-Cache (<strong>%s</strong>) est obsolète et ne peut pas être écrit par le serveur Web. Veuillez le détruire et rafraîchir cette page."
+
+#@ wp-super-cache
+#: wp-cache.php:1629
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Le fichier de configuration est manquant et le répertoire %1$s (<strong>%2$s</strong>) ne peut pas être écrit par le serveur Web. Vérifiez ses permissions."
+
+#@ wp-super-cache
+#: wp-cache.php:1635
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "Le fichier d'exemple de configuration de WP-Cache (<strong>%s</strong>) n'existe pas. Vérifiez votre installation."
+
+#@ wp-super-cache
+#: wp-cache.php:1691
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> n'existe pas ou ne peut pas être mis à jour."
+
+#@ wp-super-cache
+#: wp-cache.php:1692
+msgid "1. If it already exists please delete the file first."
+msgstr "1. S'il existe déjà, veuillez supprimer le fichier d'abord."
+
+#@ wp-super-cache
+#: wp-cache.php:1693
+#, php-format
+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. Permettez à %1$s d'être écrit en utilisant la commande chmod via votre logiciel ftp ou serveur. (<em>chmod 777 %1$s</em>) et rafraîchissez cette page. Il ne s'agit que d'une mesure temporaire, et vous devrez le repasser en lecture seule ensuite. (Passez de 777 à 755 dans la commande précitée)"
+
+#@ wp-super-cache
+#: wp-cache.php:1694
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. Rafraîchissez cette page pour mettre à jour <em>%s/advanced-cache.php</em>"
+
+#@ wp-super-cache
+#: wp-cache.php:1695
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Si ça ne fonctionnait pas, assurez vous que le fichier <em>%s/advanced-cache.php</em> n'existe pas :"
+
+#@ wp-super-cache
+#: wp-cache.php:1696
+#, php-format
+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. Ouvrez le fichier <em>%1$s$wp_cache_file</em> dans un éditeur de texte.</li><li>2. Remplacez le texte <em>CACHEHOME</em> par <em>%2$s</em></li><li>3. Sauvegardez le fichier et copiez-le dans <em>%3$s</em>, puis rafraîchissez cette page.</li>"
+
+#@ wp-super-cache
+#: wp-cache.php:1721
+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>Erreur : WP_CACHE n'est pas activé</strong> dans votre fichier <code>wp-config.php</code> et je ne peux pas le modifier."
+
+#@ wp-super-cache
+#: wp-cache.php:1726
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>Constante WP_CACHE ajoutée à wp-config.php</h3><p>Si vous continuez à voir s'afficher ce message d'avertissement, merci de lire le point 5 de la<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La ligne WP_CACHE doit être déplacée."
+
+#@ wp-super-cache
+#: wp-cache.php:1748
+msgid "Cache Contents"
+msgstr "Contenus du Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1751
+msgid "Object cache in use. No cache listing available."
+msgstr "Objet du cache en cours d'utilisation. Pas de liste de cache disponible."
+
+#@ wp-super-cache
+#: wp-cache.php:1775
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Suppression du fichier supercache : <strong>%s</strong><br />"
+
+#@ wp-super-cache
+#: wp-cache.php:1792
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Suppression du fichier wp-cache : <strong>%s</strong><br />"
+
+#@ wp-super-cache
+#: wp-cache.php:1857
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "Les statistiques de mise en cache ne sont pas générées automatiquement. Vous devez cliquer sur le lien ci-dessous pour régénérer les statistiques sur cette page."
+
+#@ default
+#: wp-cache.php:1858
+msgid "Regenerate cache stats"
+msgstr "Reg&#233;n&#233;rer les statistiques du cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1860
+#, php-format
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "Dernière statistiques de mise en cache générées il y a %s minutes."
+
+#@ wp-super-cache
+#: wp-cache.php:1866
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1867
+#: wp-cache.php:1883
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s Pages Mises en Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1868
+#: wp-cache.php:1888
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s Pages Expirées"
+
+#@ wp-super-cache
+#: wp-cache.php:1882
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1893
+msgid "Fresh WP-Cached Files"
+msgstr "Fichiers Récemment Mis en Cache par WP-Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1894
+#: wp-cache.php:1910
+#: wp-cache.php:1926
+#: wp-cache.php:1942
+msgid "URI"
+msgstr "URI"
+
+#@ wp-super-cache
+#: wp-cache.php:1894
+#: wp-cache.php:1910
+msgid "Key"
+msgstr "Clé"
+
+#@ wp-super-cache
+#: wp-cache.php:1894
+#: wp-cache.php:1910
+#: wp-cache.php:1926
+#: wp-cache.php:1942
+msgid "Age"
+msgstr "Âge"
+
+#@ wp-super-cache
+#: wp-cache.php:1894
+#: wp-cache.php:1910
+#: wp-cache.php:1926
+#: wp-cache.php:1942
+msgid "Delete"
+msgstr "Supprimer"
+
+#@ wp-super-cache
+#: wp-cache.php:1909
+msgid "Stale WP-Cached Files"
+msgstr "Fichiers Périmés mis en cache par WP-Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1925
+msgid "Fresh Super Cached Files"
+msgstr "Fichiers Récemment Mis en Cache par Super Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1941
+msgid "Stale Super Cached Files"
+msgstr "Vieux Fichiers Mis en Cache par Super Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:1957
+msgid "Hide file list"
+msgstr "Masquer la liste des fichiers"
+
+#@ wp-super-cache
+#: wp-cache.php:1959
+msgid "Too many cached files, no listing possible."
+msgstr "Trop de fichiers mis en cache, pas de liste possible."
+
+#@ wp-super-cache
+#: wp-cache.php:1967
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Éboueur</strong><br />Le dernier éboueur est passé il y a <strong>%s</strong> minutes<br />"
+
+#@ wp-super-cache
+#: wp-cache.php:1968
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "Le prochain éboueur passera dans <strong>%s</strong> minutes"
+
+#@ wp-super-cache
+#: wp-cache.php:1971
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "Les fichiers périmés sont ceux remontant à plus de %s secondes. Ils sont encore utilisés par l'extension et sont détruits périodiquement."
+
+#@ wp-super-cache
+#: wp-cache.php:1982
+msgid "Delete Expired"
+msgstr "Supprimer les Fichiers Périmés "
+
+#@ wp-super-cache
+#: wp-cache.php:1988
+#: wp-cache.php:2000
+#: wp-cache.php:2163
+msgid "Delete Cache"
+msgstr "Supprimer le Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:2000
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Supprimer les fichiers mis en cache par Super Cache (s'ouvre dans une nouvelle fenêtre)"
+
+#@ wp-super-cache
+#: wp-cache.php:2139
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s est compatible avec Digg grâce à la mise en cache par %2$s"
+
+#@ default
+#: wp-cache.php:2172
+#, php-format
+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 doit être configur&#233;. Allez sur <a href=\"%s\">La page d&#8217;administration</a> pour activer et configurer le plugin."
+
+#@ default
+#: wp-cache.php:2178
+msgid "Settings"
+msgstr "Options"
+
+#@ wp-super-cache
+#: wp-cache.php:2188
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache est désactivé. Merci de vous rendre sur la <a href=\"%s\">page d'administration de l'extension</a> pour activer la mise en cache."
+
+#@ wp-super-cache
+#: wp-cache.php:2207
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] La page de garde est  \\\"gzipée\\\" ! Merci d'effacer le cache !"
+
+#@ wp-super-cache
+#: wp-cache.php:2207
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Merci de visiter %s pour effacer le cache, car la page de garde de votre site est en cours de téléchargement !"
+
+#@ wp-super-cache
+#: wp-cache.php:2210
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] La page de garde est \\\"gzippée\\\" ! Cache effacé !"
+
+#@ wp-super-cache
+#: wp-cache.php:2210
+#, php-format
+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 "Le cache de votre blog a été effacé car la page de garde de votre site est en cours de téléchargement. Merci de visiter %s pour vérifier que le cache a bien été effacé."
+
+#@ wp-super-cache
+#: wp-cache.php:2217
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] La page de garde n'est pas correcte ! Merci d'effacer le cache !"
+
+#@ wp-super-cache
+#: wp-cache.php:2217
+#, php-format
+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 "Merci de visiter %1$s pour effacer le cache, car la page de garde de votre site n'est pas correcte et il y manque le texte , \"%2$s\" !"
+
+#@ wp-super-cache
+#: wp-cache.php:2220
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] La page de garde n'est pas correcte ! Cache effacé !"
+
+#@ wp-super-cache
+#: wp-cache.php:2220
+#, php-format
+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 "Le cache de votre blog a été effacé parce qu'il manque le texte \"%2$s\" à la page de garde de votre site. Merci de visiter %1$s pour vérifier le bon effacement du cache."
+
+#@ wp-super-cache
+#: wp-cache.php:2225
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] Vérification de la Page de garde !"
+
+#@ wp-super-cache
+#: wp-cache.php:2225
+#, php-format
+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 a vérifié la page de garde de votre blog. Merci de visiter %s si vous souhaitez désactiver ceci."
+
+#@ wp-super-cache
+#: wp-cache.php:2268
+msgid "Cannot update .htaccess"
+msgstr "Impossible de mettre à jour le fichier .htaccess"
+
+#@ wp-super-cache
+#: wp-cache.php:2268
+#, php-format
+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 "Le fichier <code>%s.htaccess</code> ne peut pas être modifié par le serveur web. Merci de corriger ça en utilisant la commande chmod ou votre client ftp."
+
+#@ default
+#: wp-cache.php:2268
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "Rafra&#238;chissez cette page lorsque les autorisations de fichiers auront &#233;t&#233; modifi&#233;es."
+
+#@ wp-super-cache
+#: wp-cache.php:2268
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "Alternativement, vous pouvez éditer votre fichier <code>%s.htaccess</code> manuellement et y ajouter le code suivant (devant toute règle WordPress) :"
+
+#@ wp-super-cache
+#: wp-cache.php:2272
+#, php-format
+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 "Pour servir les fichiers HTML statiques, votre serveur doit avoir les règles de mode de réécriture correctes ajoutées à un fichier nommé <code>%s.htaccess</code>"
+
+#@ wp-super-cache
+#: wp-cache.php:2273
+msgid "You can edit the file yourself add the following rules."
+msgstr "Vous pouvez éditer vous-même le fichier pour y ajouter les règles suivantes."
+
+#@ wp-super-cache
+#: wp-cache.php:2274
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "Assurez-vous qu'elles apparaissent avant les règles existantes WordPress. "
+
+#@ wp-super-cache
+#: wp-cache.php:2282
+msgid "Update Mod_Rewrite Rules"
+msgstr "Mettre à jour les Règles du Mode Réécriture"
+
+#@ wp-super-cache
+#: wp-cache.php:2378
+#, php-format
+msgid "[%1$s] Cache Preload Started"
+msgstr "[%1$s] Préchargement du Cache Démarré"
+
+#@ wp-super-cache
+#: wp-cache.php:2380
+#, php-format
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] Rafraîchissement des articles de %2$d à %3$d."
+
+#@ wp-super-cache
+#: wp-cache.php:2391
+#, php-format
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s] %2$d articles rafraîchis"
+
+#@ wp-super-cache
+#: wp-cache.php:2391
+msgid "Refreshed the following posts:"
+msgstr "Rafraîchissement des articles suivants :"
+
+#@ wp-super-cache
+#: wp-cache.php:2400
+#, php-format
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "Prochain rafraîchissement de préchargement programmé dans %d minutes."
+
+#@ wp-super-cache
+#: wp-cache.php:2410
+#, php-format
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] Préchargement du Cache Terminé"
+
+#@ wp-super-cache
+#: wp-cache.php:2410
+msgid "Cleaning up old supercache files."
+msgstr "Nettoyage des anciens fichiers supercache."
+
+#@ default
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "Votre commentaire est en attente de modération."
+
+#@ wp-super-cache
+#: plugins/awaitingmoderation.php:33
+#, php-format
+msgid "Awaiting Moderation plugin is %s"
+msgstr "L'extension Awaiting Moderation est %s"
+
+#@ wp-super-cache
+#: plugins/awaitingmoderation.php:34
+msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
+msgstr "(Supprime le texte \"Votre commentaire est en attente de modération.\" lorsque quelqu'un laisse un commentaire à modérer.)"
+
+#@ wp-super-cache
+#: plugins/badbehaviour.php:61
+#, php-format
+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 "(Seule la mise en cache par héritage est prise en charge, la compression est désactivée ; nécessite <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> dans \"%s/plugins/bad-behavior/\")"
+
+#@ wp-super-cache
+#: plugins/domain-mapping.php:57
+#, php-format
+msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
+msgstr "Le support de l'extension <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>  est %s"
+
+#@ wp-super-cache
+#: plugins/domain-mapping.php:58
+msgid "(support for multiple domains on multisite websites) "
+msgstr "(Prise en charge de plusieurs domaines sur les sites Web multisites)"
+
+#@ wp-super-cache
+#: plugins/domain-mapping.php:72
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "Extension Domain Mapping détectée ! Merci d'aller sur la page Extensions SuperCache et d'y activer l'extension assistant de Domain Mapping."
+
+#@ wp-super-cache
+#: wp-cache.php:210
+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 "Il semble que le Mode Réécriture ne soit pas installé. Parfois, cette vérification n'est pas fiable à 100%, surtout si vous n'utilisez pas Apache. Merci de vérifier que le module mode réécriture est chargé. Il est nécessaire pour se servir des fichiers statiques Super Cache. Vous serez toujours en mesure d'utiliser des modes Héritage ou PHP."
+
+#@ wp-super-cache
+#: wp-cache.php:249
+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 "Le support de mobiles requiert des règles supplémentaires dans votre fichier .htaccess, ou vous pouvez régler l'extension en Mode Héritage. Voici vos options (par ordre de difficulté) :"
+
+#@ wp-super-cache
+#: wp-cache.php:250
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "Règle l'extension en Mode Héritage et active le support pour mobiles."
+
+#@ wp-super-cache
+#: wp-cache.php:251
+#: wp-cache.php:260
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+msgstr "Défilez jusqu'à la page Paramètres Avancés et cliquez sur le bouton <strong>Mise à Jour des Règles du Mode Réécriture.</strong>"
+
+#@ wp-super-cache
+#: wp-cache.php:274
+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 "Les modules Apache suivants sont manquants. L'extension fonctionne sans eux en mode héritage. En mode complet SuperCache, vos visiteurs pourront cependant voir les pages endommagées ou du contenu non mis à jour."
+
+#@ wp-super-cache
+#: wp-cache.php:494
+msgid "WP Super Cache Settings"
+msgstr "Réglages WP Super Cache"
+
+#@ wp-super-cache
+#: wp-cache.php:505
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "Avis : <em>Le mode de mise en cache réécriture ou héritage est activé.</em> Affichage de la page des Paramètres Avancés par défaut."
+
+#@ wp-super-cache
+#: wp-cache.php:533
+#: wp-cache.php:607
+msgid "Caching must be enabled to use this feature"
+msgstr "La mise en cache doit être activée pour utiliser cette fonctionnalité"
+
+#@ wp-super-cache
+#: wp-cache.php:563
+msgid "One or more page requests failed:"
+msgstr "Un ou plusieurs requête(s) de page a/ont échoué :"
+
+#@ wp-super-cache
+#: wp-cache.php:582
+#: wp-cache.php:583
+#, php-format
+msgid "Page %d: %d (%s)"
+msgstr "Page% d:% d (% s)"
+
+#@ wp-super-cache
+#: wp-cache.php:599
+msgid "Send non-secure (non https) request for homepage"
+msgstr "Envoi d'une requête non-sécurisée ( non-https) pour la page d'accueil"
+
+#@ wp-super-cache
+#: wp-cache.php:681
+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 "En \\\"Mode Préchargement\\\", la collecte régulière des poubelles ne nettoiera que les anciens fichiers héritage pour les utilisateurs connus, pas les fichiers préchargés SuperCache. Ce paramètre est recommandé lorsque le cache est préchargé."
+
+#@ wp-super-cache
+#: wp-cache.php:718
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "mode de Préchargement (collecte des poubelles uniquement sur les fichiers cache héritage. Recommandé.)"
+
+#@ wp-super-cache
+#: wp-cache.php:754
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+msgstr "Le Préchargement du cache est désactivé. Merci de désactiver la mise en cache des pages par Héritage, ou parlez-en à l'administrateur de votre hébergement."
+
+#@ wp-super-cache
+#: wp-cache.php:769
+#: wp-cache.php:854
+msgid "Caching"
+msgstr "Mise en cache"
+
+#@ wp-super-cache
+#: wp-cache.php:773
+msgid "Cache hits to this website for quick access."
+msgstr "Mise en cache des connexions à ce site pour un accès rapide."
+
+#@ wp-super-cache
+#: wp-cache.php:773
+#: wp-cache.php:774
+#: wp-cache.php:788
+#: wp-cache.php:791
+#: wp-cache.php:792
+#: wp-cache.php:857
+msgid "Recommended"
+msgstr "Recommandé"
+
+#@ wp-super-cache
+#: wp-cache.php:774
+msgid "Use mod_rewrite to serve cache files."
+msgstr "Utiliser le Mode Réécriture pour servir les fichiers de cache."
+
+#@ wp-super-cache
+#: wp-cache.php:775
+msgid "Use PHP to serve cache files."
+msgstr "Utiliser le mode PHP pour servir les fichiers de cache."
+
+#@ wp-super-cache
+#: wp-cache.php:776
+msgid "Legacy page caching."
+msgstr "Mise en cache de page Héritée."
+
+#@ wp-super-cache
+#: wp-cache.php:777
+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 go with PHP caching."
+msgstr "Le Mode Réécriture est le plus rapide, le Mode PHP est presque aussi rapide et plus facile à faire fonctionner, tandis que le mode Mise en Cache Héritée est plus lent encore, mais plus souple et plus facile à faire fonctionner. Les nouveaux utilisateurs devraient utiliser la mise en cache PHP."
+
+#@ wp-super-cache
+#: wp-cache.php:783
+msgid "Miscellaneous"
+msgstr "Divers"
+
+#@ wp-super-cache
+#: wp-cache.php:788
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "Compresse les pages afin qu'elles soient servies plus rapidement aux visiteurs."
+
+#@ wp-super-cache
+#: wp-cache.php:789
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+msgstr "La compression est désactivée par défaut parce que certains hébergements ont des problèmes avec des fichiers compressés. Le mettre en marche/arrêt efface le cache."
+
+#@ wp-super-cache
+#: wp-cache.php:791
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "Ne pas mettre en cache les pages pour les <acronym title=\\\"Utilisateurs connectés et ceux qui commentent\\\">utilisateurs connus</acronym>."
+
+#@ wp-super-cache
+#: wp-cache.php:792
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "Reconstruction du cache. Sert un fichier SuperCache aux utilisateurs anonymes pendant qu'un nouveau fichier est généré."
+
+#@ wp-super-cache
+#: wp-cache.php:804
+msgid "Clear all cache files when a post or page is published."
+msgstr "Effacer tous les fichiers de cache quand un article ou une page est publié."
+
+#@ wp-super-cache
+#: wp-cache.php:806
+msgid "List the newest cached pages on this page."
+msgstr "Liste les pages les plus récemment mises en cache sur cette page."
+
+#@ wp-super-cache
+#: wp-cache.php:857
+msgid "Caching On"
+msgstr "Mise en cache Activée"
+
+#@ wp-super-cache
+#: wp-cache.php:858
+msgid "Caching Off"
+msgstr "Mise en cache désactivée"
+
+#@ wp-super-cache
+#: wp-cache.php:859
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "Note : active la mise en cache PHP, la reconstruction du cache, et le support des mobiles"
+
+#@ wp-super-cache
+#: wp-cache.php:869
+msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
+msgstr "Avis : règles du mode réécriture SuperCache détectées. Les fichiers mis en cache seront servis à l'aide de ces règles. Editer le fichier .htaccess à la racine de votre installation et supprimer les règles SuperCache."
+
+#@ wp-super-cache
+#: wp-cache.php:883
+#, php-format
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "Il blogue sur %1$s et poste des photos sur %2$s."
+
+#@ wp-super-cache
+#: wp-cache.php:919
+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 "Les extensions de Cache sont des scripts PHP qui vivent dans un dossier d'extensions à l'intérieur du dossier wp-super-cache. Ils sont chargés lorsque SuperCache se charge, beaucoup plus tôt que les extensions WordPress classiques."
+
+#@ wp-super-cache
+#: wp-cache.php:920
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+msgstr "Il s'agit d'une fonctionnalité avancée seulement, au sens strict : la connaissance à la fois des actions PHP et de celles de WordPress est nécessaire pour la créer."
+
+#@ wp-super-cache
+#: wp-cache.php:930
+msgid "Available Plugins"
+msgstr "Extensions Disponibles"
+
+#@ wp-super-cache
+#: wp-cache.php:946
+msgid "Tester & Contents"
+msgstr "Testeur & Contenus"
+
+#@ wp-super-cache
+#: wp-cache.php:946
+msgid "Preload"
+msgstr "Préchargement"
+
+#@ wp-super-cache
+#: wp-cache.php:946
+msgid "Plugins"
+msgstr "Extensions"
+
+#@ wp-super-cache
+#: wp-cache.php:946
+msgid "Debug"
+msgstr "Débogage"
+
+#@ wp-super-cache
+#: wp-cache.php:973
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+msgstr "Avis : Les contrôles des règles du mode réécriture de WP Super Cache est désactivé, à moins qu'il ne s'exécute sur <a href=\"%s\">le site principal</a> de ce réseau."
+
+#@ wp-super-cache
+#: wp-cache.php:975
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
+msgstr "Avis : les contrôles des règles du mode réécriture de WP Super Cache sont désactivés, à moins qu'ils ne s'exécutent sur <a href=\\\"%s\\\">le site principal</a> de ce réseau."
+
+#@ wp-super-cache
+#: wp-cache.php:1253
+msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "Si le délai d'expiration est supérieur à 1800 secondes (une demi-heure), la collecte des ordures sera effectuée toutes les 10 minutes ; sinon, elle s'effectuera 10 secondes après le délai d'expiration ci-dessus."
+
+#@ wp-super-cache
+#: wp-cache.php:1254
+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>300 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 "La vérification et la suppression des fichiers périmés coûte cher, mais il coûte également cher de les laisser là. Sur un site très occupé, vous devriez définir le délai d'expiration à <em>300 secondes.</em> Essayez avec différentes valeurs, et visitez cette page pour voir combien de fichiers expirés demeurent à différents moments de la journée. Si vous utilisez la mise en cache Héritée, ayez pour objectif d'avoir moins de 500 fichiers mis en cache, si possible. Vous pouvez avoir infiniment plus de fichiers mis en cache en utilisant les modes de mise en cache Réécriture ou PHP."
+
+#@ wp-super-cache
+#: wp-cache.php:1719
+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>Constante WP_CACHE réglée sur \\\"false\\\"</h3><p> La constante WP_CACHE est utilisée par WordPress pour charger le code qui fournit des pages mises en cache. Malheureusement, elle est réglée sur \\\"false\\\". Merci de modifier votre fichier wp-config.php, et d'y ajouter ou modifier la ligne suivante, au-dessus de la commande finale require_once :<br /><br /> <code>define('WP_CACHE', true);</code></p>"
+
+#@ wp-super-cache
+#: wp-cache.php:1722
+#, php-format
+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 "Éditez <code>%s</code> et ajoutez-y la ligne suivante: <br /> <code>define('WP_CACHE', true);</code><br />, sinon <strong>WP-Cache ne sera pas exécuté</strong> par le noyau WordPress."
+
+#@ wp-super-cache
+#: wp-cache.php:1961
+msgid "List all cached files"
+msgstr "Liste de tous les fichiers mis en cache"
+
+#@ wp-super-cache
+#: wp-cache.php:2451
+#, php-format
+msgid "[%s] Preload may have stalled."
+msgstr "[%s] Le préchargement peut avoir décroché."
+
+#@ wp-super-cache
+#: wp-cache.php:2451
+#, php-format
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"Le préchargement a été redémarré.\n"
+"%s"
+
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo
new file mode 100644
index 0000000000000000000000000000000000000000..5fbdc93fbc5d34abdd004d3e7c1f2fe681591068
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po
new file mode 100644
index 0000000000000000000000000000000000000000..39b5643f359b81ce55c3fc4cfd05e9f32110cb12
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-it_IT.po
@@ -0,0 +1,1694 @@
+# WP Super Cache Translation File
+# GPL
+# Donncha O Caoimh, http://ocaoimh.ie/
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: WP Super Cache in italiano\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-11-22 17:30+0000\n"
+"PO-Revision-Date: 2010-11-23 20:55+0100\n"
+"Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
+"Language-Team: Gianni Diurno | gidibao.net <gidibao[at]gmail[dot]com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Italian\n"
+"X-Poedit-Country: ITALY\n"
+"X-Poedit-KeywordsList: __;_e\n"
+"X-Poedit-Basepath: ..\n"
+"X-Poedit-SearchPath-0: .\n"
+
+#: ossdl-cdn.php:105
+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 "Probabilmente il tuo sito fa uso di molti file statici. I file immagine, Javascript e CSS sono generalmente dei file statici che potrebbero essere facilmente serviti da un altro sito o CDN. Quindi questo plugin sostituirà ogni link presente nelle cartelle <code>wp-content</code> e <code>wp-includes</code> (ad eccezione dei file PHP) del tuo sito con l'URL fornito qui sotto. In quel modo potrai copiare tutti i contenuti statici presso un host dedicato o fare un mirror dei file verso un CDN via <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
+
+#: ossdl-cdn.php:106
+#, php-format
+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\">ATTENZIONE:</strong> Prova alcuni url statici ad esempio, %s  prima di salvare le modifiche giusto per assicurarti che il tuo servizio CDN funzioni correttamente."
+
+#: ossdl-cdn.php:107
+msgid "You can define different CDN URLs for each site on a multsite network."
+msgstr "Puoi definire dei differenti URL CDN per ogni sito di un network multi-sito."
+
+#: ossdl-cdn.php:134
+msgid "Save Changes"
+msgstr "Salva le modifiche"
+
+#: ossdl-cdn.php:136
+msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
+msgstr "La funzionalità CDN  é fornita da <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> di <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "Il tuo commento é in attesa di moderazione."
+
+#: plugins/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+msgstr "In attesa di moderazione"
+
+#: plugins/awaitingmoderation.php:34
+#: plugins/badbehaviour.php:63
+#: plugins/domain-mapping.php:60
+#: wp-cache.php:1164
+msgid "Enabled"
+msgstr "Attivato"
+
+#: plugins/awaitingmoderation.php:35
+#: plugins/badbehaviour.php:64
+#: plugins/domain-mapping.php:61
+#: wp-cache.php:1164
+msgid "Disabled"
+msgstr "Disattivato"
+
+#: 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 "Attiva/disattiva il plugin per rimuove il testo \"Il tuo commento é in attesa di essere moderato.\" quando viene lasciato un commento da moderare."
+
+#: plugins/awaitingmoderation.php:40
+#: plugins/badbehaviour.php:69
+#: plugins/domain-mapping.php:66
+#: plugins/searchengine.php:69
+#: wp-cache.php:1523
+msgid "enabled"
+msgstr "attivato"
+
+#: plugins/awaitingmoderation.php:42
+#: plugins/badbehaviour.php:71
+#: plugins/domain-mapping.php:68
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "disattivato"
+
+#: plugins/awaitingmoderation.php:43
+#, php-format
+msgid "Awaiting Moderation is now %s"
+msgstr "Il plugin Awaiting Moderation é %s"
+
+#: plugins/awaitingmoderation.php:45
+#: plugins/badbehaviour.php:74
+#: plugins/domain-mapping.php:71
+msgid "Update"
+msgstr "Aggiorna"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "Non é stato trovato Bad Behaviour. Effettua una verifica."
+
+#: plugins/badbehaviour.php:61
+msgid "Bad Behavior"
+msgstr "Bad Behavior"
+
+#: plugins/badbehaviour.php:66
+#, php-format
+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 "(utilizzare la sola cache parziale, non attivare la compressione ed installare <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> sotto \"%s/plugins/bad-behavior/\") "
+
+#: plugins/badbehaviour.php:72
+#, php-format
+msgid "Bad Behavior support is now %s"
+msgstr "Il supporto Bad Behaviour é  %s."
+
+#: plugins/badbehaviour.php:81
+#: wp-cache.php:1254
+#: wp-cache.php:1256
+msgid "Warning!"
+msgstr "Attenzione!"
+
+#: plugins/domain-mapping.php:58
+msgid "Domain Mapping"
+msgstr "Informazioni autore"
+
+#: plugins/domain-mapping.php:63
+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 "Provvede il supporto per il plugin <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> per la mappatura dei domini multipli di un blog."
+
+#: plugins/domain-mapping.php:69
+#, php-format
+msgid "Domain Mapping support is now %s"
+msgstr "Il supporto Domain Mapping é %s"
+
+#: plugins/domain-mapping.php:83
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "Il plugin Domain Mapping é stato rilevato! Vai alla pagina dei plugin di Supercache ed attiva il plugin di supporto a domain mapping."
+
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1177
+msgid "Disable"
+msgstr "Disattiva"
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "Il plugin <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> é %s."
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(é necessario anche <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
+
+#: plugins/searchengine.php:74
+#: wp-cache.php:1177
+msgid "Enable"
+msgstr "Attiva"
+
+#: wp-cache.php:91
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Crea %s /wp-cache-config.php da wp-super-cache/wp-cache-config-sample.php"
+
+#: wp-cache.php:146
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "Attenzione! Il PHP Safe Mode é attivo!"
+
+#: wp-cache.php:147
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "Attivando questo plugin potresti andare incontro ad alcuni problemi poiché il SAFE MODE é attivo."
+
+#: wp-cache.php:151
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "Prima che sia possibile la lettura e la scrittura dei file, il tuo server richiede che venga effettuata una verifica circa il proprietario degli script PHP."
+
+#: wp-cache.php:152
+#, php-format
+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 "L'amministratore del sito ha la possibilità di cambiare il proprietario del gruppo che fa capo agli script di questo plugin facendo sì che esso coincida con l'utente web del server. Anche il proprietario del gruppo per la cartella %s/cache/ può essere cambiato. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>."
+
+#: wp-cache.php:154
+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 "L'amministratore del sito ha la possibilità di disattivare questa funzione. Per ulteriori informazioni, consulta la pagina del manuale <a href=\"http://php.net/features.safe-mode\">safe mode</a>. La disattivazione non potrà avvenire via file .htaccess. L'operazione dovrà essere effettuata nel file di configurazione php.ini."
+
+#: wp-cache.php:160
+msgid "Permlink Structure Error"
+msgstr "Errore struttura permalink"
+
+#: wp-cache.php:161
+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 "Affinché il plugin possa funzionare correttamente sarà necessario un url personalizzato oppure la struttura del permalink. Vai alla pagina per le opzioni dei <a href=\"options-permalink.php\">Permalink</a> per configurare i tuoi permalink."
+
+#: wp-cache.php:173
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "Attenzione! Il tuo hostname \"%s\" viene convertito in %s"
+
+#: wp-cache.php:174
+#, php-format
+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 "Il tuo server ritiene che il tuo hostname venga convertito in %s. Alcuni servizi quali ad esempio la garbage collection fornita da questo plugin e la pubblicazione programmata dei post di WordPress potrebbero non funzionare correttamente."
+
+#: wp-cache.php:175
+#: wp-cache.php:189
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Leggi il punto numero 16 nella sezione <a href=\"%s\">Troubleshooting</a> del file readme.txt"
+
+#: wp-cache.php:188
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "WordPress non é in grado di trovare il file wp-cron.php. Questo script é necessario script per un corretto funzionamento della garbage collection fornita da questo plugin, per la pubblicazione programmata dei post di WordPress così come per tutte le altre attività di rilevante importanza."
+
+#: wp-cache.php:203
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "Non é possibile proseguire l'operazione. Correggi i problemi precedenti prima di riprovare."
+
+#: wp-cache.php:212
+msgid "Zlib Output Compression Enabled!"
+msgstr "Compressione Zlib (output) attivata!"
+
+#: wp-cache.php:213
+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 "Il PHP sta comprimendo i dati inviati ai visitatori del tuo sito. E' preferibile disattivare questa opzione qualora il plugin comprimesse la cache per l'output al posto di comprimere più volte la stessa pagina.. Consultare la n.ro 21 della sezione Troubleshooting. Leggi questa <a href=\"http://php.net/manual/en/zlib.configuration.php\">pagina</a> per le istruzioni sul come modificare il tuo php.ini."
+
+#: wp-cache.php:217
+msgid "Mod rewrite may not be installed!"
+msgstr "Il Mod rewrite potrebbe non essere stato installato!"
+
+#: wp-cache.php:218
+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 "Pare che il mod_rewrite non sia installato. Considera che questa affermazione potrebbe non essere attendibile al 100%, specialmente qualora non venisse utilizzato Apache. Verifica che sia stato caricato il modulo mod_rewrite. Il modulo sarà necessario per potere servire i file statici di Super Cache. Avrai comunque ancora la possibilità di poter utilizzare la modalità parziale o PHP."
+
+#: wp-cache.php:223
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Modalita di sola lettura. La configurazione non può essere modificata."
+
+#: wp-cache.php:224
+#, php-format
+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 webserver to make any changes."
+msgstr "Il file di configurazione di WP Super Cache é <code>%s/wp-cache-config.php</code> e non può essere modificato. Affinché possa essere modicato, il file in questione deve essere scrivibile."
+
+#: wp-cache.php:225
+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 "Un modo semplice per compiere l'operazione é quello di modificare temporaneamente i permessi facendo uso del comando CHMOD oppure via il tuo client ftp. Assicurati che sia scrivibile affinché il tutto possa funzionare propriamente."
+
+#: wp-cache.php:226
+msgid "Writeable:"
+msgstr "Scrivibile:"
+
+#: wp-cache.php:227
+msgid "Readonly:"
+msgstr "Sola lettura:"
+
+#: wp-cache.php:239
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "Attenzione! %s é scrivibile!"
+
+#: wp-cache.php:240
+#, php-format
+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 "E' necessario modificare i permessi per %s per renderli maggiormente restrittivi. Utilizza per la correzione il tuo client ftp oppure il seguente comando:"
+
+#: wp-cache.php:248
+msgid "Mobile rewrite rules detected"
+msgstr "Sono state rilevate le regole Mobile rewrite"
+
+#: wp-cache.php:249
+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 "Per una migliore prestazione attivare il \"Supporto mobile device\" oppure cancellare le regole mobile rewrite presenti nel tuo file .htaccess. Cerca le 2 linee contenenti il testo \"2.0\\ MMP|240x320\" e cancellale."
+
+#: wp-cache.php:249
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "Questa operazione non avrà alcun effetto per gli utenti comuni mentre gli utenti via mobile non visualizzeranno le pagine nella cache."
+
+#: wp-cache.php:255
+#: wp-cache.php:266
+msgid "Rewrite rules must be updated"
+msgstr "E' necessario aggiornare le regole Mod Rewrite!"
+
+#: wp-cache.php:256
+#: wp-cache.php:267
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "Le regole di scrittura richieste da questo plugin sono state modificate oppure non sono presenti. "
+
+#: wp-cache.php:257
+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 "Il supporto mobile necessita della aggiunta di alcune regole extra nel tuo file .htaccess oppure che tu imposti il plugin nella modalità parziale. Qui puoi trovare le opzioni disponibili (in ordine di difficoltà):"
+
+#: wp-cache.php:258
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "Imposta il plugin nella modalità parziale ed attiva il supporto mobile."
+
+#: wp-cache.php:259
+#: wp-cache.php:268
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+msgstr "Vai al fondo della pagina delle impostazioni avanzate e clicca il pulsante <strong>Aggiorna le regole Mod_Rewrite</strong>."
+
+#: wp-cache.php:260
+#, php-format
+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 "Cancella le regole mod_rewrite del plugin in %s.htaccess presenti tra <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code> quindi, permetti al plugin di rigenerarle al momento della ricarica di questa pagina."
+
+#: wp-cache.php:261
+#, php-format
+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_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
+msgstr "Aggiungi tu stesso le regole. Modifica il file %s.htaccess e trova il blocco del codice contenuto tra le linee <code># BEGIN WPSuperCache</code> e <code># END WPSuperCache</code>. Troverai due sezioni particolarmente simili tra loro. Proprio sotto la linea <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> aggiungi queste linee: (per due volte, una per ogni sezione)"
+
+#: wp-cache.php:274
+msgid "Required to serve compressed supercache files properly."
+msgstr "E' necessario fornire correttamente i file compressi supercache."
+
+#: wp-cache.php:274
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "E' necessario impostare le informazioni cache per le pagine supercache. In assenza di questo modulo, gli utenti che utilizzano IE7 visualizzeranno le pagine non aggiornate."
+
+#: wp-cache.php:274
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "Imposta la data di scadenza per le pagine supercached. Senza questo modulo, i visitatori potrebbero non visualizzare le nuove pagine sebbene venga ricaricata la pagina oppure inviare dei commenti."
+
+#: wp-cache.php:281
+msgid "Missing Apache Modules"
+msgstr "Moduli Apache mancanti"
+
+#: wp-cache.php:282
+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 "Non sono presenti i seguenti moduli Apache. Senza di essi, il plugin funzionerà in modalità parziale. Qualora facessi uso della modalita Supercache attiva, i tuoi visitatori potrebbero visualizzare delle pagine non aggiornate e/o corrotte."
+
+#: wp-cache.php:433
+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>Attenzione!</strong> hai provato ad attivare la compressione mentre la <code>zlib.output_compression</code> é attiva. Vai alla n.ro 21 della sezione Troubleshooting presente nel file readme."
+
+#: wp-cache.php:524
+msgid "WP Super Cache Settings"
+msgstr "Impostazioni WP Super Cache"
+
+#: wp-cache.php:535
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "Avviso: <em>Mod_rewrite o cache parziale attivi</em>. Le impostazioni avanzate sono la pagina di avvio predefinita."
+
+#: wp-cache.php:546
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "La configurazione del file é stata modificata: alcuni valori potrebbero essere errati. Ricarica nuovamente la pagina dal menu delle \"Impostazioni\" per ripristinare."
+
+#: wp-cache.php:566
+#: wp-cache.php:640
+msgid "Caching must be enabled to use this feature"
+msgstr "Attiva la cache per utilizzare questa funzione"
+
+#: wp-cache.php:568
+msgid "Cache Tester"
+msgstr "Verifica cache"
+
+#: wp-cache.php:569
+msgid "Test your cached website by clicking the test button below."
+msgstr "Verifica la cache del tuo sito cliccando sul pulsante qui sotto."
+
+#: wp-cache.php:576
+#, php-format
+msgid "Fetching %s to prime cache: "
+msgstr "Analisi %s cache di base: "
+
+#: wp-cache.php:578
+#: wp-cache.php:585
+#: wp-cache.php:592
+msgid "OK"
+msgstr "OK"
+
+#: wp-cache.php:583
+#, php-format
+msgid "Fetching first copy of %s: "
+msgstr "Analisi prima copia di %s: "
+
+#: wp-cache.php:590
+#, php-format
+msgid "Fetching second copy of %s: "
+msgstr "Analisi seconda copia di %s: "
+
+#: wp-cache.php:596
+msgid "One or more page requests failed:"
+msgstr "La richiesta di una o più pagine é fallita:"
+
+#: wp-cache.php:615
+#: wp-cache.php:616
+#, php-format
+msgid "Page %d: %d (%s)"
+msgstr "Pagina %d: %d (%s)"
+
+#: wp-cache.php:622
+#, php-format
+msgid "Page 1: %s"
+msgstr "Pagina 1: %s"
+
+#: wp-cache.php:623
+#, php-format
+msgid "Page 2: %s"
+msgstr "Pagina 2: %s"
+
+#: wp-cache.php:624
+msgid "The timestamps on both pages match!"
+msgstr "La timestamp (data) delle due pagine coincide!"
+
+#: wp-cache.php:626
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "Le pagine non coincidono! La timestamp differisce oppure non é presente!"
+
+#: wp-cache.php:632
+msgid "Send non-secure (non https) request for homepage"
+msgstr "Invia una richiesta non crittografata (non https) per la homepage"
+
+#: wp-cache.php:633
+msgid "Test Cache"
+msgstr "Test cache"
+
+#: wp-cache.php:658
+#: wp-cache.php:789
+msgid "Cancel Cache Preload"
+msgstr "Annulla pre-carica cache"
+
+#: wp-cache.php:666
+#: wp-cache.php:677
+msgid "Scheduled preloading of cache cancelled."
+msgstr "Il pre-caricamento programmato della cache é stato annullato."
+
+#: wp-cache.php:703
+#: wp-cache.php:787
+msgid "Preload Cache Now"
+msgstr "Pre-carica la cache adesso"
+
+#: wp-cache.php:707
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "Pre-caricamento programmato della cache tra 10 secondi."
+
+#: wp-cache.php:712
+#, php-format
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "Pre-caricamento programmato della cache tra %d minuti"
+
+#: wp-cache.php:716
+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 "Questa operazione effettuerà la cache di ogni articolo e pagina pubblicati nel tuo sito. Verranno quindi creati dei file statici supercache in modo tale che i visitatori sconosciuti (bot compresi) visualizzeranno la pagina nella cache. Tutto questo potrebbe esserti utile per quanto concerne il ranking di Google nel caso in cui essi utilizzasero la velocità come metro di valutazione per il giudizio dei siti web."
+
+#: wp-cache.php:717
+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 "Il pre-caricamento crea comunque un gran numero di file. La cache verrà effettuata a partire dell'articolo più recente sino a giungere a quello più datato quindi, prendi in considerazione il fatto di effettuare la cache del più recente qualora avessi molti articoli (+ 10.000). Tutto ciò é particolarmente importante per gli hosting condivisi."
+
+#: wp-cache.php:718
+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 "Nella &#8217;Modalità precarica&#8217; la garbage collection verrà svuotata per i soli utenti conosciuti, non per i file supercache precaricati. Preferisci questa configurazione se la cache fosse pre-caricata."
+
+#: wp-cache.php:722
+#, php-format
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "Ricarica i file della cache pre-caricata ogni %s minuti. (0 per disattivare, minimo %d minuti.)"
+
+#: wp-cache.php:735
+msgid "all"
+msgstr "tutto"
+
+#: wp-cache.php:748
+#, php-format
+msgid "Preload %s posts."
+msgstr "Pre-carica %s articoli."
+
+#: wp-cache.php:755
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "Modalità pre-carica (garbage collection solo per file cache parziale. Raccomandato.)"
+
+#: wp-cache.php:758
+msgid "Send me status emails when files are refreshed."
+msgstr "Inviami una email di notifica alla ricarica dei file."
+
+#: wp-cache.php:763
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "Numerose email, 2 email ogni 100 articoli."
+
+#: wp-cache.php:766
+msgid "Medium, 1 email per 100 posts."
+msgstr "Medio, 1 email ogni 100 articoli."
+
+#: wp-cache.php:769
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "Poche email, 1 all'avvio ed 1 al termine della operazione di precarica per tutti gli articoli."
+
+#: wp-cache.php:773
+#, php-format
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Ricarica della cache tra %d ore %d minuti e %d secondi."
+
+#: wp-cache.php:774
+#, php-format
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "Ricarica completa della cache tra %d ore %d minuti e %d secondi."
+
+#: wp-cache.php:780
+#, php-format
+msgid "Currently caching from post %d to %d."
+msgstr "Cache in corso dal post %d a %d."
+
+#: wp-cache.php:784
+#, php-format
+msgid "<strong>Page last cached:</strong> %s"
+msgstr "<strong>Ultima cache pagina:</strong> %s"
+
+#: wp-cache.php:787
+msgid "Update Settings"
+msgstr "Aggiorna le impostazioni"
+
+#: wp-cache.php:795
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+msgstr "La pre-carica della cache non é attiva. Disattiva la cache parziale oppure conferisci con l'amministratore del tuo host."
+
+#: wp-cache.php:810
+#: wp-cache.php:904
+msgid "Caching"
+msgstr "Cache"
+
+#: wp-cache.php:814
+msgid "Cache hits to this website for quick access."
+msgstr "Cache hit di questo sito per accesso rapido."
+
+#: wp-cache.php:814
+#: wp-cache.php:815
+#: wp-cache.php:832
+#: wp-cache.php:837
+#: wp-cache.php:840
+#: wp-cache.php:841
+#: wp-cache.php:907
+msgid "Recommended"
+msgstr "Raccomandato"
+
+#: wp-cache.php:815
+msgid "Use mod_rewrite to serve cache files."
+msgstr "Utilizza mod_rewrite per servire i file in cache."
+
+#: wp-cache.php:816
+msgid "Use PHP to serve cache files."
+msgstr "Utilizza PHP per servire i file in cache."
+
+#: wp-cache.php:817
+msgid "Legacy page caching."
+msgstr "Pagina cache parziale."
+
+#: wp-cache.php:818
+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 "Il Mod_rewrite é il più veloce, il PHP é piuttosto veloce e semplice da fare funzionare mentre, nonstante la cache parziale sia la più lenta, essa é da ritenersi la più flessibile e semplice da fare funzionare. I nuovi utenti dovrebbero utilizzare la cache PHP."
+
+#: wp-cache.php:824
+msgid "Miscellaneous"
+msgstr "Varie"
+
+#: wp-cache.php:830
+msgid "Warning! Compression is disabled as gzencode() function not found."
+msgstr "Attenzione! La compressione non é attiva - non trovata la funzione gzencode()."
+
+#: wp-cache.php:832
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "Compressione delle pagine in modo che esse siano servite più rapidamente ai visitatori."
+
+#: wp-cache.php:833
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+msgstr "La compressione é disattivata come predefinita poiché alcuni host riscontrano dei problemi con i file compressi. La commutazione attivo/non attivo svuoterà la cache."
+
+#: wp-cache.php:837
+msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+msgstr "304 Not Modified browser caching. Indica quando una pagina non é stata modificata dalla sua ultima richiesta."
+
+#: wp-cache.php:838
+msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+msgstr "Il supporto 304 non é attivo (predefinita) poiché GoDaddy ha riscontrato dei problemi con alcuni header utilizzati."
+
+#: wp-cache.php:840
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "Non servire pagine cache per gli <acronym title=\"utenti collegati e commentatori\">utenti conosciuti</acronym>."
+
+#: wp-cache.php:841
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "Rigenerazione cache. Serve un file supercache agli utenti anonimi quando un nuovo file é stato generato."
+
+#: wp-cache.php:842
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "Fai sapere a tutti che il tuo sito é a prova di Digg! (inserisce un messaggio nel footer del tuo blog)"
+
+#: wp-cache.php:848
+#: wp-cache.php:1016
+#: wp-cache.php:1536
+msgid "Advanced"
+msgstr "Avanzato"
+
+#: wp-cache.php:852
+msgid "Mobile device support."
+msgstr "Supporto "
+
+#: wp-cache.php:853
+msgid "Clear all cache files when a post or page is published."
+msgstr "Svuota tutti i file di cache quando viene pubblicato un articolo o una pagina."
+
+#: wp-cache.php:854
+msgid "Only refresh current page when comments made."
+msgstr "Ricarica la sola pagina in uso quando vengono effettuati dei commenti."
+
+#: wp-cache.php:855
+msgid "List the newest cached pages on this page."
+msgstr "Elenca su questa pagina la lista delle nuove pagine cache."
+
+#: wp-cache.php:857
+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 "Blocco grezzo del file. Sebbene questa funzione non sia particolarmente necessaria potrebbe tornarti utile qualora il tuo server non avesse una potenza sufficiente. Attenzione! <em>In alcuni casi molto rari potrebbe bloccare il tuo server!</em>"
+
+#: wp-cache.php:859
+msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
+msgstr "Late init. Mostra i file in cache dopo che WordPress é stato caricato. Utile nella modalità legacy."
+
+#: wp-cache.php:861
+msgid "Use object cache to store cached files."
+msgstr "Utilizza l'oggetto cache per conservare i file in cache."
+
+#: wp-cache.php:861
+msgid "(Experimental)"
+msgstr "(Sperimentale)"
+
+#: wp-cache.php:868
+msgid "Note:"
+msgstr "Nota:"
+
+#: wp-cache.php:870
+#, php-format
+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 too is probably a good idea!)"
+msgstr "Qualora desiderassi disinstallare questo plugin, assicurati che la cartella <em>%s</em> sia scrivibile in modo tale che i file <em>advanced-cache.php</em> e <em>cache-config.php</em> possano venire cancellati automaticamente. (l'accertarsi che anche questi due file siano scrivibile é probabilmente una buona idea!)"
+
+#: wp-cache.php:871
+#, php-format
+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 "Leggi il <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> per le istruzioni su come disinstallare questo script. Vedi anche, \"Come disinstallare WP Super Cache\"."
+
+#: wp-cache.php:872
+#, php-format
+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 "Serve aiuto? Leggi il file <a href=\"%1$s\">Super Cache readme</a>. In esso sono contenute le info sulla installazione, le FAQ e numerosi suggerimenti. Puoi anche utilizzare il <a href=\"%2$s\">forum di supporto</a>: qui potresti trovare una risposta alle tue domande."
+
+#: wp-cache.php:875
+#: wp-cache.php:922
+msgid "Update Status"
+msgstr "Aggiorna lo stato"
+
+#: wp-cache.php:882
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Nomi file consentiti e URL respinti"
+
+#: wp-cache.php:907
+msgid "Caching On"
+msgstr "Cache attiva"
+
+#: wp-cache.php:908
+msgid "Caching Off"
+msgstr "Cache non attiva"
+
+#: wp-cache.php:909
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "Nota: attiva cache PHP, rigenerazione cache e supporto mobile"
+
+#: wp-cache.php:919
+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 or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
+msgstr "Avviso: la cache PHP é attiva ma sono state rilevate delle regole Supercache mod_rewrite. I file della cache saranno serviti utilizzando queste regole. Ignora questo messaggio qualora il tuo sito funzionasse correttamente oppure modifica il file .htaccess file allocato nella root della tua installazione e rimuovi le regole di SuperCache."
+
+#: wp-cache.php:924
+msgid "Recommended Links and Plugins"
+msgstr "Link e plugin consigliati"
+
+#: wp-cache.php:925
+msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
+msgstr "La cache é solamente uno tra i modi per potere rendere un sito più veloce. Ecco alcuni plugin plugin utili:"
+
+#: wp-cache.php:926
+#, php-format
+msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
+msgstr "<a href=\"%s\">WP Minify</a> riduce il numero dei file serviti dal tuo web server unendo insieme i file Javascript e CSS. Come alternativa, potresti utilizzare <a href=\"%s\">WPSCMin</a>, un plugin Supercache che rimpicciolisce le pagine cache (non unisce insieme i file JS/CSS)."
+
+#: wp-cache.php:927
+#, php-format
+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> é una estensione per Firebug (add-on per Firefox). Analizza le pagine web e suggerisce come migliorare le loro prestazioni basandosi su di una serie di regole per il miglioramento delle pagine web. Potresti anche provare il tool online a nome <a href=\"%s\">GTMetrix</a>."
+
+#: wp-cache.php:928
+#, php-format
+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 "L'utilizzo delle <a href=\"%s\">Google Libraries</a> ti permette di caricare le librerie Javascript di comune uso direttamente dai server di Google. Potrebbe ironicamente ridurre il tuo punteggio Yslow."
+
+#: wp-cache.php:929
+#, php-format
+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>Solo per utenti esperti:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> spiega come rendere il tuo sito più cacheable grazie alle regole .htaccess."
+
+#: wp-cache.php:930
+#, php-format
+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>Solo per utenti esperti:</strong> Installa un object cache. Scegli tra <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> ed altri."
+
+#: wp-cache.php:941
+msgid "Make WordPress Faster"
+msgstr "Rendi più veloce WordPress"
+
+#: wp-cache.php:942
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "Il plugin %1$s viene aggiornato e sviluppato da %2$s grazie anche al contributo di molte altre persone."
+
+#: wp-cache.php:943
+#, php-format
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "Il suo blog é %1$s e le sue foto le trovi %2$s."
+
+#: wp-cache.php:944
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "Mandagli un saluto su %s!"
+
+#: wp-cache.php:945
+msgid "Need Help?"
+msgstr "Serve un aiuto?"
+
+#: wp-cache.php:947
+#, php-format
+msgid "<a href=\"%1$s\">Installation Help</a>"
+msgstr "<a href=\"%1$s\">Info installazione</a>"
+
+#: wp-cache.php:948
+#, php-format
+msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
+msgstr "<a href=\"%1$s\">FAQ</a>"
+
+#: wp-cache.php:949
+#, php-format
+msgid "<a href=\"%1$s\">Support Forum</a>"
+msgstr "<a href=\"%1$s\">Forum di supporto</a>"
+
+#: wp-cache.php:951
+msgid "Rate This Plugin!"
+msgstr "Vota questo plugin!"
+
+#: wp-cache.php:952
+#, php-format
+msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
+msgstr "<a href=\"%s\">Vota</a> questo plugin e dimmi se funziona oppure no. Il tuo feedback mi aiuterà nello sviluppo di questo progetto."
+
+#: wp-cache.php:961
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "Pagine in cache da %1$s : <strong>%2$s</strong>"
+
+#: wp-cache.php:962
+msgid "Newest Cached Pages:"
+msgstr "Pagine recenti nella cache:"
+
+#: wp-cache.php:966
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "Cache effettuata %s secondi fa"
+
+#: wp-cache.php:969
+msgid "(may not always be accurate on busy sites)"
+msgstr "(il dato potrebbe essere non sempre accurato per quei siti ad alto traffico)"
+
+#: wp-cache.php:988
+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 "I plugin di cache sono degli scripts PHP che risiedono in una cartella a nome plugins allocata nella cartella wp-super-cache. Questi plugin saranno caricati al momento del caricamento di Supercache in un modo più rapido dei regolari plugin di WordPress."
+
+#: wp-cache.php:989
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+msgstr "Questa é una funzione strettamente avanzata e necessita di una valida conoscenza sul come operare in ambito di PHP e WordPress."
+
+#: wp-cache.php:999
+msgid "Available Plugins"
+msgstr "Plugin disponibili"
+
+#: wp-cache.php:1016
+msgid "Easy"
+msgstr "Facile"
+
+#: wp-cache.php:1016
+msgid "CDN"
+msgstr "CDN"
+
+#: wp-cache.php:1016
+msgid "Tester & Contents"
+msgstr "Verifiche e contenuti"
+
+#: wp-cache.php:1016
+msgid "Preload"
+msgstr "Pre-carica"
+
+#: wp-cache.php:1016
+msgid "Plugins"
+msgstr "Plugins"
+
+#: wp-cache.php:1016
+msgid "Debug"
+msgstr "Debug"
+
+#: wp-cache.php:1047
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che per il <a href=\"%s\">sito principale</a> di questo network."
+
+#: wp-cache.php:1049
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
+msgstr "Avviso: la regola mod_rewrite per WP Super Cache non sarà attiva eccetto che <a href=\"%s\">sul sito principale</a> di questo network."
+
+#: wp-cache.php:1059
+msgid "Mod Rewrite Rules"
+msgstr "Regole Mod Rewrite"
+
+#: wp-cache.php:1065
+msgid "WordPress MU Detected"
+msgstr "E' stata rilevata una installazione WordPress MU"
+
+#: wp-cache.php:1065
+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 "Sfortunatamente, le rewrite rule non possono essere aggiornate in automatico quando WordPress MU é in funzione. Apri il tuo file .htaccess ed aggiungi le seguenti regole mod_rewrite in cima ad ogni altra regola presente nel file."
+
+#: wp-cache.php:1067
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Le regole Mod Rewrite non possono essere aggiornate!"
+
+#: wp-cache.php:1068
+#, php-format
+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 "Affinché l'aggiornamento automatico possa funzionare, sono necessari i marcatori <strong>BEGIN</strong> ed <strong>END</strong> nel file %s.htaccess. Sono simili a questa ed avvolgono le principali regole mod_rewrite di WordPress:"
+
+#: wp-cache.php:1070
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "Ricarica questa pagina una volta aggiornato il file .htaccess."
+
+#: wp-cache.php:1074
+msgid "Thank you for upgrading."
+msgstr "Grazie per avere effettuato l'aggiornamento."
+
+#: wp-cache.php:1074
+#, php-format
+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 "Le regole mod_rewrite sono cambiate dalla tua ultima installazione di questo plugin. E' necessario che tu rimuova le regole supercache precedenti prima che le nuove siano aggiornate. Ricarica questa pagina una volta che avrai modificato il tuo file .htaccess. Qualora desiderassi effettuare un aggiornamento manuale, modifica la seguente linea: %1$s rendendola simile a questa: %2$s Le sole modifiche sono \"HTTP_COOKIE\" che diventa \"HTTP:Cookie\" e \"wordpressuser\" che va sostituito con \"wordpress\". Questa é una modifica relativa a WordPress 2.5 comunque, la sua validità é estesa anche alle versioni precedenti (qualora avessi il coraggio di utilizzarle)."
+
+#: wp-cache.php:1078
+msgid "Trailing slash check required."
+msgstr "E' necessaria una verifica sullo slash di chiusura."
+
+#: wp-cache.php:1078
+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 "Pare che il tuo URL termini con uno \"/\". Dal momento in cui hai installato questo plugin, é stato rilevato un bug che duplica il contenuto laddove l'URL non termina con uno \"/\"; di fatto, vengono proposti gli stessi contenuti di quelli con lo \"/\" e non viene altresì effettuato un reindirizzamento all'URL appropriato. Per la correzione, sarà necessario modificare il tuo file .htaccess aggiungendo queste due regole ai due gruppi di regole di Super Cache:"
+
+#: wp-cache.php:1080
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "Puoi vedere dove posizionare ed esaminare nella loro completezza le regole cliccando il link qui sotto a nome \"Visualizza le regole Mod_Rewrite\"."
+
+#: wp-cache.php:1094
+msgid "Mod Rewrite rules updated!"
+msgstr "Le regole Mod Rewrite sono state aggiornate!"
+
+#: wp-cache.php:1095
+#, php-format
+msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
+msgstr "Il file %s.htaccess é stato aggiornato con l'inserimento delle regole mod_rewrite necessarie. Verifica la loro correttezza. Ecco come dovrebbero essere:"
+
+#: wp-cache.php:1097
+msgid "Mod Rewrite rules must be updated!"
+msgstr "E' necessario aggiornare le regole Mod Rewrite!"
+
+#: wp-cache.php:1098
+#, php-format
+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 "Il tuo file %s.htaccess non é scrivibile e deve essere aggiornato con le regole mod_rewrite necessarie. Le nuove regole andranno inserite al di sopra di quelle regolari di WordPress così come nel codice qui sotto:"
+
+#: wp-cache.php:1103
+#, php-format
+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 "Sono state rilevate le regole mod rewrite di WP Super Cache nel tuo file %s.htaccess.<br /> Clicca il seguente link per vedere le linee aggiunte a quel file. Nel caso in cui avessi aggiornato il plugin assicurati che esse coincidano."
+
+#: wp-cache.php:1106
+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 "E' stata rilevata una differenza tra le regole del tuo file .htaccess e quelle rewrite del plugin. Questo potrebbe dipendere anche da una sola spaziatura nel testo: effettua quanto prima una comparazione tra le regole presenti nel file con quelle qui sotto. Premi il pulsante &#8217;Update Mod_Rewrite Rules&#8217; per aggiornare."
+
+#: wp-cache.php:1109
+msgid "View Mod_Rewrite Rules"
+msgstr "Visualizza le regole Mod_Rewrite"
+
+#: wp-cache.php:1113
+#: wp-cache.php:2350
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "Le regole devono essere aggiunte anche a %s:"
+
+#: wp-cache.php:1121
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "Sono state create nel file %s.htaccess le regole per la codifica Gzip."
+
+#: wp-cache.php:1128
+msgid "Fix Configuration"
+msgstr "Correggi la configurazione"
+
+#: wp-cache.php:1131
+msgid "Restore Default Configuration"
+msgstr "Ripristina la configurazione predefinita"
+
+#: wp-cache.php:1139
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "Moderazione dei commenti attiva. Il tuo commento non apparirà immediatamente."
+
+#: wp-cache.php:1164
+msgid "Lock Down:"
+msgstr "Blocco di protezione:"
+
+#: wp-cache.php:1165
+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 "Proteggi il tuo server da un inatteso picco di traffico attivando il blocco. Quando il blocco é attivo, i nuovi commenti non ricaricheranno i file statici nella cache."
+
+#: wp-cache.php:1166
+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 "Sviluppatori: é possibile rendere compatibile il plugin con il blocco di protezione grazie alla costante \"WPLOCKDOWN\". Il seguente codice farà sì che il plugin sia in grado di sopperire alle impostazioni WPLOCKDOWN."
+
+#: wp-cache.php:1168
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "Il mio blog ha attivato un blocco di protezione. Gli aggiornamenti appariranno a breve"
+
+#: wp-cache.php:1172
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress ha un blocco di protezione. Quando verranno effettuati dei nuovi commenti, i file statici di Super Cache non saranno cancellati."
+
+#: wp-cache.php:1174
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress ha un blocco di protezione. I nuovi commenti rigenereranno come al solito i file statici di Super Cache."
+
+#: wp-cache.php:1180
+msgid "Lock Down"
+msgstr "Blocco di protezione"
+
+#: wp-cache.php:1188
+msgid "Directly Cached Files"
+msgstr "File cache diretta"
+
+#: wp-cache.php:1246
+#, php-format
+msgid "%s removed!"
+msgstr "%s rimosso!"
+
+#: wp-cache.php:1254
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "E' necessario rendere scrivibile %s affinché questa opzione possa essere attivata. Per ragioni di sicurezza, rendi di sola lettura una volta che la pagina é stata generata."
+
+#: wp-cache.php:1256
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s é scrivibile. Assicurati che essa sia di sola lettura una volta che la pagina verrà generata (limita i problemi di sicurezza)."
+
+#: wp-cache.php:1270
+msgid "Existing direct page"
+msgstr "Pagina diretta esistente"
+
+#: wp-cache.php:1270
+msgid "Delete cached file"
+msgstr "Cancella i file nella cache"
+
+#: wp-cache.php:1275
+msgid "Add direct page:"
+msgstr "Aggiungi una pagina diretta:"
+
+#: wp-cache.php:1277
+#, php-format
+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 "I file di cache diretta sono dei file creati direttamente sotto %s ossia laddove il tuo blog risiede. Questa opzione é particolarmente utile qualora ti aspettassi un alto livello di traffico proveniente da Digg o Slashdot verso un articolo/pagina."
+
+#: wp-cache.php:1279
+#, php-format
+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 "Esempio: per la cache di <em>%1$sabout/</em>, sarà necessario che tu inserisca %1$sabout/ oppure /about/. Il file di cache verrà generato la prima volta che un utente anonimo visiterà quella pagina."
+
+#: wp-cache.php:1280
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Svuota la casella di testo per rimuovere l'indirizzo dalla lista delle pagine dirette e cancellare dalla cache il file."
+
+#: wp-cache.php:1285
+msgid "Update Direct Pages"
+msgstr "Aggiorna le pagine dirette"
+
+#: wp-cache.php:1323
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Periodo scadenza e Garbage Collection"
+
+#: wp-cache.php:1325
+msgid "Expire time:"
+msgstr "Periodo scadenza:"
+
+#: wp-cache.php:1326
+msgid "seconds"
+msgstr "secondi"
+
+#: wp-cache.php:1327
+msgid "Garbage Collection"
+msgstr "Garbage Collection"
+
+#: wp-cache.php:1327
+msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "Qualora il periodo di scadenza fosse maggiore di 1800 secondi (mezz'ora), la garbage collection verrà effettuata ogni 10 minuti diversamente, l'operazione verrà effettuata 10 secondi dopo il periodo di scadenza indicato qui sopra."
+
+#: wp-cache.php:1328
+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>300 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 "La ricerca e la cancellazione dei file scaduti é particolarmente dispendiosa così come lo é il lasciarli lì scaduti. Qualora avessi un sito con un traffico rilevante, imposta il tempo di scadenza a <em>300 secondi</em>. Effettua eventualmente più prove con valori differenti e controlla in questa pagina (più volte durante l'arco della giornata) il totale dei file scaduti presenti. Il numero ottimale dovrebbe essere inferiore a circa 500 file di cache (lmodalità parziale). Il numero dei file nella cachepotrà essere comunque superiore utilizzando mod_rewrite o PHP caching."
+
+#: wp-cache.php:1329
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "Imposta a 0 il tempo di scadenza per disattivare la garbage collection."
+
+#: wp-cache.php:1330
+msgid "Change Expiration"
+msgstr "Modifica la scadenza"
+
+#: wp-cache.php:1374
+msgid "Rejected User Agents"
+msgstr "User Agents "
+
+#: wp-cache.php:1375
+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 "Le stringhe presenti nella header HTTP degli &#8217;User Agent&#8217; che impediscono a WP-Cache di fornire i dati nella cache alle richieste da parte dei bot, degli spider e dei crawler. Nota che anche i file super cached saranno inviati a questi agent qualora esistessero."
+
+#: wp-cache.php:1382
+msgid "Save UA Strings"
+msgstr "Salva le stringhe UA"
+
+#: wp-cache.php:1405
+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 "Non effettuare la cache per i tipi di pagine a seguire. Per maggiori informazioni, leggi la documentazione circa i <a href=\"http://codex.wordpress.org/Conditional_Tags\">tag condizionali</a>."
+
+#: wp-cache.php:1408
+msgid "Single Posts"
+msgstr "Articoli singoli"
+
+#: wp-cache.php:1409
+msgid "Pages"
+msgstr "Pagine"
+
+#: wp-cache.php:1410
+msgid "Front Page"
+msgstr "Pagina principale"
+
+#: wp-cache.php:1411
+msgid "Home"
+msgstr "Home"
+
+#: wp-cache.php:1412
+msgid "Archives"
+msgstr "Archivi"
+
+#: wp-cache.php:1413
+msgid "Tags"
+msgstr "Tag"
+
+#: wp-cache.php:1414
+msgid "Category"
+msgstr "Categoria"
+
+#: wp-cache.php:1415
+msgid "Feeds"
+msgstr "Feed"
+
+#: wp-cache.php:1416
+msgid "Search Pages"
+msgstr "Pagine ricerca"
+
+#: wp-cache.php:1418
+#: wp-cache.php:1546
+msgid "Save"
+msgstr "Salva"
+
+#: wp-cache.php:1435
+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 "Aggiungi qui le stringhe (non il nome del file) per forzare il blocco della cache per quella data pagina. Ad esempio, se il tuo URL contenesse l'anno e tu non gradissi la cache per gli articoli pubblicati in quel dato periodo, sarà sufficiente specificare l'anno, ad es. &#8217;/2004/&#8217;. WP-Cache effettuerà una ricerca in modo tale da verificare la presenza di quella stringa nell'URI quindi, la cache per quella pagina non verrà generata."
+
+#: wp-cache.php:1441
+msgid "Save Strings"
+msgstr "Salva le stringhe"
+
+#: wp-cache.php:1457
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Aggiungi qui i nomi dei file per i quali potrà essere effettuata la cache (anche in caso di corrispondenza con una delle stringhe specificate più sopra)."
+
+#: wp-cache.php:1463
+msgid "Save Files"
+msgstr "Salva i file"
+
+#: wp-cache.php:1508
+msgid "Currently logging to: "
+msgstr "Log attuale:"
+
+#: wp-cache.php:1518
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "Correggi qui i problemi con il debugging del plugin. Potrai sceglie tra l'invio delle tue email di debug oppure consultare il registro contenuto in un file allocato nella cartella della cache."
+
+#: wp-cache.php:1519
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "Consultare il file di registro é semplice ma ricordati che, una volta svuotata la cache, verrà cancellato anche il file di registro."
+
+#: wp-cache.php:1523
+msgid "Debugging"
+msgstr "Debugging"
+
+#: wp-cache.php:1524
+msgid "Logging Type"
+msgstr "Tipo di logging"
+
+#: wp-cache.php:1524
+msgid "Email"
+msgstr "Email"
+
+#: wp-cache.php:1525
+msgid "file"
+msgstr "file"
+
+#: wp-cache.php:1526
+msgid "IP Address"
+msgstr "Indirizzo IP"
+
+#: wp-cache.php:1526
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(richieste per il registro provenienti da questo solo indirizzo IP. Il tuo IP é %s)"
+
+#: wp-cache.php:1527
+msgid "Log level"
+msgstr "Livello log"
+
+#: wp-cache.php:1533
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = minore, 5 = maggiore, può essere causa di un maggior carico sul server.)"
+
+#: wp-cache.php:1536
+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 alcuni casi molto rari, é possibile che si verifichino in alcuni blog due problematiche:<ol><li> La front page potrebbe giungere come download di un file zip.</li><li> La pagina errata può essere in certi casi custodita nella cache quale front page qualora il tuo blog facesse uso di una front page statica e la struttura del permalink fosse <em>/%category%/%postname%/</em>.</li></ol>"
+
+#: wp-cache.php:1537
+#, php-format
+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 "Sono certo al 99% che non si tratta di bug in WP Super Cache e questo problema può accadere in casi veramente molto rari. Puoi attivare comunque un controllo ogni 5 minuti in modo tale che sia possibile monitorare il tuo sito. In caso di problemi, ti verrà inviata una email."
+
+#: wp-cache.php:1539
+msgid "Check front page every 5 minutes."
+msgstr "Controlla la front page ogni 5 minuti."
+
+#: wp-cache.php:1540
+msgid "Front page text"
+msgstr "Testo front page"
+
+#: wp-cache.php:1540
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "il testo da cercare nella tua front page. La cache verrà svuotata in assenza del testo. Lascia vuoto per disattivare"
+
+#: wp-cache.php:1541
+msgid "Clear cache on error."
+msgstr "Svuota la cache in caso di errore."
+
+#: wp-cache.php:1542
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "Invia una email di notifica all'aministratore del blog per l'avvenuto controllo. (utile per il testing) "
+
+#: wp-cache.php:1556
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Errore: la compressione GZIP é attiva: disattivala qualora desiderassi attivare wp-cache."
+
+#: wp-cache.php:1603
+#: wp-cache.php:1765
+msgid "Warning"
+msgstr "Attenzione"
+
+#: wp-cache.php:1603
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "La tua installazione di WordPress ha la compressione GZIP attiva: wp-cache non sarà disponibile sino a quando la compressione gzip non verrà disattivata."
+
+#: wp-cache.php:1661
+#: wp-cache.php:1666
+#: wp-cache.php:1698
+#: wp-cache.php:1703
+#: wp-cache.php:1709
+msgid "Error"
+msgstr "Errore"
+
+#: wp-cache.php:1661
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "La tua cartella per la cache (<strong>$cache_path</strong>) non esiste e non può essere creata nel server. Verifica i permessi %s."
+
+#: wp-cache.php:1666
+#, php-format
+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 "La tua cartella per la cache (<strong>%1$s</strong>) oppure <strong>%2$s</strong> é necessario renderla scrivibile affinché il plugin possa funzionare. Verifica con attenzione."
+
+#: wp-cache.php:1698
+#, php-format
+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 "Il tuo file di configurazione WP-Cache (<strong>%s</strong>) non é aggiornato e non é scrivibile. Cancellalo e ricarica questa pagina."
+
+#: wp-cache.php:1703
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Non é presente il file di configurazione e la cartella %1$s (<strong>%2$s</strong>) non é scrivibile. Verifica i suoi permessi."
+
+#: wp-cache.php:1709
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "Il file campione per la configurazione di WP-Cache (<strong>%s</strong>) non esiste. Effettua una verifica."
+
+#: wp-cache.php:1765
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "Il file %s/advanced-cache.php</em> non esiste oppure non può essere aggiornato."
+
+#: wp-cache.php:1766
+msgid "1. If it already exists please delete the file first."
+msgstr "1. Nel caso fosse già esistente, cancellalo."
+
+#: wp-cache.php:1767
+#, php-format
+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. Rendi il file %1$s scrivibile utilizzando il comando chmod via ftp oppure grazie al software del server. (<em>chmod 777 %1$s</em>) e ricarica questa pagina. Questa é una misura temporanea: ad operazione compiuta, rendi il file di sola lettura. (modificando da 777 a 755 il comando precedente)"
+
+#: wp-cache.php:1768
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. Ricarica questa pagina per aggiornare il file <em>%s/advanced-cache.php</em>"
+
+#: wp-cache.php:1769
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Nel caso in cui non funzionasse, accertati che il file <em>%s/advanced-cache.php</em> non esista:"
+
+#: wp-cache.php:1770
+#, php-format
+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. Apri <em>%1$s$wp_cache_file</em> con un editor di testo.</li><li>2. Modifica il testo da <em>CACHEHOME</em> a <em>%2$s</em></li><li>3. Salva il file e copialo in <em>%3$s</em> quindi, ricarica questa pagina.</li>"
+
+#: wp-cache.php:1793
+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>Costante WP_CACHE impostata a false</h3><p>La costante WP_CACHE viene utilizzata da WordPress per caricare il codice necessario per servire le pagine in cache. Sfortunatamente, l'impostazione é a false. Modifica il tuo wp-config.php ed aggiungi o modifica la seguente linea al di sopra del comando require_once:<br /><br /><code>define('WP_CACHE', true);</code></p>"
+
+#: wp-cache.php:1795
+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>Errore: WP_CACHE non é attivo</strong> nel tuo file <code>wp-config.php</code> ed il plugin non é in grado di modificarlo."
+
+#: wp-cache.php:1796
+#, php-format
+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 "Modifica <code>%s</code> aggiungendo la seguente linea:<br /> <code>define('WP_CACHE', true);</code><br />Diversamente, <strong>WP-Cache non verrà eseguito</strong> dal core di Wordpress."
+
+#: wp-cache.php:1800
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>La costante WP_CACHE é stata aggiunta al file wp-config.php</h3><p>Nel caso in cui continuassi a visualizzare questo messaggio consulta il punto 5 delle <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. La riga WP_CACHE deve essere spostata."
+
+#: wp-cache.php:1822
+msgid "Cache Contents"
+msgstr "Contenuti cache"
+
+#: wp-cache.php:1825
+msgid "Object cache in use. No cache listing available."
+msgstr "Oggetto cache in uso. Nessun elenco cache disponibile."
+
+#: wp-cache.php:1849
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Sto cancellando il file supercache: <strong>%s</strong><br />"
+
+#: wp-cache.php:1866
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Sto cancellando il file wp-cache: <strong>%s</strong><br />"
+
+#: wp-cache.php:1931
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "Le statistiche della cache non sono generate in automatico. E' necessario che tu prema il link qui sotto per potere rigenerare in questa pagina le statistiche."
+
+#: wp-cache.php:1932
+msgid "Regenerate cache stats"
+msgstr "Rigenera statistiche della cache"
+
+#: wp-cache.php:1934
+#, php-format
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "Ultima statistica cache generata: %s minuti fa."
+
+#: wp-cache.php:1940
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1941
+#: wp-cache.php:1957
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s pagine nella cache"
+
+#: wp-cache.php:1942
+#: wp-cache.php:1962
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s pagine scadute"
+
+#: wp-cache.php:1956
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1967
+msgid "Fresh WP-Cached Files"
+msgstr "Aggiorna file WP-Cached"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+#: wp-cache.php:2000
+#: wp-cache.php:2016
+msgid "URI"
+msgstr "URI"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+msgid "Key"
+msgstr "Chiave"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+#: wp-cache.php:2000
+#: wp-cache.php:2016
+msgid "Age"
+msgstr "Età"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+#: wp-cache.php:2000
+#: wp-cache.php:2016
+msgid "Delete"
+msgstr "Cancella"
+
+#: wp-cache.php:1983
+msgid "Stale WP-Cached Files"
+msgstr "Ordina i file WP-Cached"
+
+#: wp-cache.php:1999
+msgid "Fresh Super Cached Files"
+msgstr "Aggiorna file Super Cached"
+
+#: wp-cache.php:2015
+msgid "Stale Super Cached Files"
+msgstr "Scadenza file Super Cached"
+
+#: wp-cache.php:2031
+msgid "Hide file list"
+msgstr "Nascondi la lista dei file"
+
+#: wp-cache.php:2033
+msgid "Too many cached files, no listing possible."
+msgstr "Sono presenti troppi file cache: non é possibile mostrare l'elenco."
+
+#: wp-cache.php:2035
+msgid "List all cached files"
+msgstr "Lista di tutti i file presenti nella cache"
+
+#: wp-cache.php:2041
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Garbage Collection</strong><br />L'ultima GC é stata effettuata <strong>%s</strong> minuti fa<br />"
+
+#: wp-cache.php:2042
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "La prossima GC verrà effettuata tra <strong>%s</strong> minuti"
+
+#: wp-cache.php:2045
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "I file scaduti sono file più vecchi di %s secondi. Sebbene questi file vengano comunque utilizzati dal plugin sappi che sono cancellati periodicamente."
+
+#: wp-cache.php:2056
+msgid "Delete Expired"
+msgstr "Cancella la cache scaduta"
+
+#: wp-cache.php:2062
+#: wp-cache.php:2074
+#: wp-cache.php:2237
+msgid "Delete Cache"
+msgstr "Cancella la cache"
+
+#: wp-cache.php:2074
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Cancella i file cache di Super Cache (apre in una nuova finestra)"
+
+#: wp-cache.php:2213
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s é a prova di Digg grazie alla cache fornita da %2$s"
+
+#: wp-cache.php:2246
+#, php-format
+msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
+msgstr "E' necessario configurare WP Super Cache. Vai alla pagina di <a href=\"%s\">amministrazione</a> per attivare e configurare il plugin."
+
+#: wp-cache.php:2252
+msgid "Settings"
+msgstr "Impostazioni"
+
+#: wp-cache.php:2262
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache non é attivo. Vai alla pagina di <a href=\"%s\">amministrazione del plugin</a> per attivare la funzione di caching."
+
+#: wp-cache.php:2281
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] La front page é stata gzipped! Svuota la cache!"
+
+#: wp-cache.php:2281
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Visita %s per svuotare la cache!"
+
+#: wp-cache.php:2284
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] La front page é stata gzipped! La cache é stata svuotata!"
+
+#: wp-cache.php:2284
+#, php-format
+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 "La cache del blog é stata svuotata perché la front page del tuo sito é sotto downloading. Visita %1$s per controllare se la cache sia stata svuotata."
+
+#: wp-cache.php:2291
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] La front page non é corretta! Svuota la cache!"
+
+#: wp-cache.php:2291
+#, php-format
+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 "Visita %1$s per svuotare la cache nel caso in cui la front page del tuo sito non fosse corretta e mancasse del testo, \"%2$s\"!"
+
+#: wp-cache.php:2294
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] La front page non é corretta! La cache é stata svuotata!"
+
+#: wp-cache.php:2294
+#, php-format
+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 "La cache del blog é stata svuotata perché manca il testo \"%2$s\" nella front page del tuo sito. Visita %1$s per controllare se la cache sia stata svuotata."
+
+#: wp-cache.php:2299
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] Controllo Front page!"
+
+#: wp-cache.php:2299
+#, php-format
+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 ha controllato la front page del tuo blog. Visita %s qualora gradissi disattivare la funzione."
+
+#: wp-cache.php:2342
+msgid "Cannot update .htaccess"
+msgstr "Non é possibile aggiornare il file .htaccess"
+
+#: wp-cache.php:2342
+#, php-format
+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 "Il file <code>%s.htaccess</code> non può essere modificato. Correggi utilizzando il comando chmod oppure il tuo client ftp."
+
+#: wp-cache.php:2342
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "Ricarica questa pagina una volta che i permessi per il file sono stati modificati."
+
+#: wp-cache.php:2342
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "Come alternativa, puoi modificare manualmente il file <code>%s.htaccess</code> aggiungendo il seguente codice (prima di ogni regola WordPress):"
+
+#: wp-cache.php:2346
+#, php-format
+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 "Affinché il tuo server possa fornire dei file html statici é necessario che le regole mod_rewrite vengano aggiunte al file <code>%s.htaccess</code>"
+
+#: wp-cache.php:2347
+msgid "You can edit the file yourself add the following rules."
+msgstr "Puoi modificare tu stesso il file aggiungendo le seguenti regole."
+
+#: wp-cache.php:2348
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr " Accertati che appaiano prima di ogni regola WordPress già presente. "
+
+#: wp-cache.php:2356
+msgid "Update Mod_Rewrite Rules"
+msgstr "Aggiorna le regole Mod_Rewrite"
+
+#: wp-cache.php:2463
+#, php-format
+msgid "[%1$s] Cache Preload Started"
+msgstr "[%1$s] La pre-carica della cache ha avuto inizio"
+
+#: wp-cache.php:2465
+#, php-format
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] Ricarica articoli da %2$d a %3$d"
+
+#: wp-cache.php:2483
+#, php-format
+msgid "[%1$s] Cache Preload Stopped"
+msgstr "[%1$s] Pre-carica cache arrestata"
+
+#: wp-cache.php:2492
+#, php-format
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s] %2$d articoli sono stati ricaricati"
+
+#: wp-cache.php:2492
+msgid "Refreshed the following posts:"
+msgstr "I seguenti post sono stati aggiornati:"
+
+#: wp-cache.php:2501
+#, php-format
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "Prossima ricarica programmata tra %d minuti."
+
+#: wp-cache.php:2511
+#, php-format
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] La pre-carica della cache é stata completata"
+
+#: wp-cache.php:2511
+msgid "Cleaning up old supercache files."
+msgstr "Cancella i vecchi file supercache."
+
+#: wp-cache.php:2553
+#, php-format
+msgid "[%s] Preload may have stalled."
+msgstr "[%s] La pre-carica potrebbe avere dei problemi."
+
+#: wp-cache.php:2553
+#, php-format
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"La pre-carica é stata riavviata.\n"
+"%s"
+
+#~ msgid ""
+#~ "Scheduled preloading of cache cancelled. If a job is currently running it "
+#~ "will not shutdown until the current 100 pages are complete."
+#~ msgstr ""
+#~ "Il pre-caricamento programmato della cache é stato annullato. Nel caso in "
+#~ "cui l'operazione fosse in corso, essa non verrà terminata sino al "
+#~ "completamento delle 100 pagine in uso."
+
+#~ msgid "(support for multiple domains on multisite websites) "
+#~ msgstr "(supporto per domini multipli o siti multi sito)"
+
+#~ msgid ""
+#~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
+#~ "strong> button."
+#~ msgstr ""
+#~ "Scorri verso il basso la pagina e premi il pulsante <strong>Update "
+#~ "Mod_Rewrite Rules</strong>."
+
+#~ msgid "WP Super Cache Manager"
+#~ msgstr "Gestione WP Super Cache"
+
+#~ msgid "Why your configuration may not be changed"
+#~ msgstr "Perché la tua configurazione non può essere modificata"
+
+#~ msgid "Why"
+#~ msgstr "Perché"
+
+#~ msgid "ON"
+#~ msgstr "ATTIVO"
+
+#~ msgid "WP Cache and Super Cache enabled"
+#~ msgstr "WP Cache e Super Cache sono attivi"
+
+#~ msgid "HALF ON"
+#~ msgstr "PARZIALE"
+
+#~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+#~ msgstr "Super Cache non attivo, WP-Cache attivo"
+
+#~ msgid "OFF"
+#~ msgstr "NON ATTIVO"
+
+#~ msgid "WP Cache and Super Cache disabled"
+#~ msgstr "WP Cache e Super Cache non sono attivi"
+
+#~ msgid "Don&#8217;t cache pages for logged in users."
+#~ msgstr "Non effettuare la cache delle pagine per gli utenti collegati."
+
+#~ msgid ""
+#~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+#~ "file is being generated. Recommended for <em>very</em> busy websites with "
+#~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+#~ "obsolete."
+#~ msgstr ""
+#~ "Rigenerazione della cache. Proponi agli utenti anonimi un file di "
+#~ "supercache quando un nuovo file sta per essere generato. L'attivazione di "
+#~ "questa funzione é preferibile per quei siti ad <em>alto</em> traffico e "
+#~ "con molti commenti. Questa opzione rende di fatto obsoleta la \"cache "
+#~ "diretta pagine\" e la  \"modalità Lockdown\"."
+
+#~ msgid ""
+#~ "List the newest cached pages (may be expensive to run on busy sites, use "
+#~ "with caution.)"
+#~ msgstr ""
+#~ "Lista delle nuove pagine nella cache (non indicato per i siti ad alto "
+#~ "traffico - usare con cautela)"
+
+#~ msgid ""
+#~ "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
+#~ msgstr ""
+#~ "Il supporto Mobile device fa uso del <a href=\"%s\">WordPress Mobile "
+#~ "Edition</a>."
+
+#~ msgid ""
+#~ "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php"
+#~ "\">uninstall script</a> to remove files and directories created by the "
+#~ "plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme."
+#~ "txt</a> for instructions on uninstalling this script.)"
+#~ msgstr ""
+#~ "Utilizzando lo script di <a href=\"%1$s/wp-super-cache/uninstall.php"
+#~ "\">disinstallazione</a> verranno rimossi tutti i file e tutte le cartelle "
+#~ "create dal plugin. (per maggiori informazioni sul come effettuare la "
+#~ "disinstallazione, consulta il <a href=\"%1$s/wp-super-cache/readme.txt"
+#~ "\">readme.txt</a>.)"
+
+#~ msgid ""
+#~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
+#~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
+#~ "\" for whatever amount you want. Every penny helps!"
+#~ msgstr ""
+#~ "%1$s rende veramente più veloce il tuo blog. Rendilo più rapido<sup>*</"
+#~ "sup> offrendomi una <a href=\"%2$s\">Amazon gift card</a>! Partecipa a \"%"
+#~ "3$s\" con un qualsiasi importo tu desideri offrire. Ogni centesimo é di "
+#~ "aiuto!"
+
+#~ msgid ""
+#~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
+#~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
+#~ "\">wishlist</a>."
+#~ msgstr ""
+#~ "Non ti piacesse Amazon, utilizza PayPal. Clicca sul pulsante \"Donazione"
+#~ "\" qui sotto oppure fai un salto alla mia <a href=\"%s\">wishlist</a>."
+
+#~ msgid "Thanks in advance!"
+#~ msgstr "Un grazie anticipato!"
+
+#~ msgid ""
+#~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
+#~ "very happy!"
+#~ msgstr ""
+#~ "Ok, considera che sebbene il tuo sito non sarà più veloce avrai almeno "
+#~ "reso più felice l'autore di questo plugin!"
+
+#~ msgid "Don&#8217;t show me this again."
+#~ msgstr "Non mostrarmelo più."
+
+#~ msgid "Hide"
+#~ msgstr "Nascondi"
+
+#~ msgid ""
+#~ "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
+#~ "had more time to read and relax."
+#~ msgstr ""
+#~ "Oltre al tempo dedicato alla lettura ed al relax, Donncha cura il blog %1"
+#~ "$s, pubblica le sue foto nel sito %2$s e riceve anche dei <a href=\"%3$s"
+#~ "\">doni</a>."
+
+#~ msgid "Super Cache Compression"
+#~ msgstr "Compressione Super Cache"
+
+#~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+#~ msgstr ""
+#~ "La compressione viene attivata come predefinita quando é in uso la "
+#~ "modalità <em>PARZIALE</em>."
+
+#~ msgid "Super Cache compression is now disabled."
+#~ msgstr "La compressione Super Cache é stata disattivata."
+
+#~ msgid "Super Cache compression is now enabled."
+#~ msgstr "La compressione Super Cache é stata attivata."
+
+#~ msgid "Update Compression"
+#~ msgstr "Aggiorna la compressione"
+
+#~ msgid "You must edit the file yourself add the following rules."
+#~ msgstr ""
+#~ "E' necessario che tu modifichi il file aggiungendo le seguenti regole."
+
+#~ msgid "Debug Settings"
+#~ msgstr "Impostazioni debug"
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo
new file mode 100644
index 0000000000000000000000000000000000000000..b765c2e1a4ce0937bcb56968f393485bf2746502
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po
new file mode 100644
index 0000000000000000000000000000000000000000..eb9a0dec8b7eb4476186656d7a877664ab2a149c
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ja.po
@@ -0,0 +1,1116 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: ja\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-02-08 14:22+0000\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Tai <tekapo@gmail.com>\n"
+"Language-Team: ja <tekapo@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Japanese\n"
+"X-Poedit-Country: JAPAN\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "Bad Behaviour が見つかりませんでした。インストールを確認してください。"
+
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:65
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:742
+msgid "Disable"
+msgstr "停止する"
+
+#: plugins/badbehaviour.php:55
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "停止中"
+
+#: plugins/badbehaviour.php:57
+#: plugins/searchengine.php:69
+#: wp-cache.php:1085
+msgid "enabled"
+msgstr "使用中"
+
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s."
+msgstr "Bad Behaviour のサポートは %s です。"
+
+#: plugins/badbehaviour.php:61
+#, php-format
+msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
+msgstr "(ハーフオンキャッシングのみサポートしています。圧縮が無効で <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> (\"%s/plugins/bad-behavior/\") が必要です) "
+
+#: plugins/badbehaviour.php:63
+#: plugins/searchengine.php:74
+#: wp-cache.php:742
+msgid "Enable"
+msgstr "使用する"
+
+#: plugins/badbehaviour.php:69
+#: wp-cache.php:819
+#: wp-cache.php:821
+msgid "Warning!"
+msgstr "警告 !"
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> プラグインは%sです。"
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> も必要です) "
+
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "wp-super-cache/wp-cache-config-sample.php から %s /wp-cache-config.php を作成してください。"
+
+#: wp-cache.php:170
+msgid "WP Super Cache Manager"
+msgstr "WP Super Cache 管理画面"
+
+#: wp-cache.php:172
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "警告 ! PHP セーフモードが有効になっています !"
+
+#: wp-cache.php:173
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "セーフモードが有効なため、このプラグインの動作に問題が発生するかもしれません。"
+
+#: wp-cache.php:175
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "お使いのサーバーではファイルの読み書きの許可の前に PHP スクリプトのオーナーを確認するように設定されています。"
+
+#: wp-cache.php:176
+#, php-format
+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 "あなたもしくは管理者が、このプラグインスクリプトのグループオーナーをウェブサーバーのユーザーと一致するように変更すれば動作するようになるかもしれません。%s/cache/ ディレクトリのグループオーナーは変更する必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> を参照してください。"
+
+#: wp-cache.php:178
+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 "あなたもしくは管理者がこの機能を無効にする必要があります。詳細は <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> をご覧ください。残念ながら .htaccess ファイル内では無効にできません。php.ini 設定ファイルで無効にする必要があります。"
+
+#: wp-cache.php:183
+msgid "Permlink Structure Error"
+msgstr "パーマリンク構造エラー"
+
+#: wp-cache.php:184
+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 "このプラグインが正しく動作するためにはカスタムな URL (もしくはパーマリンク) 構造が必要です。<a href=\"options-permalink.php\">パーマリンク設定画面</a>を開いてパーマリンクを設定してください。"
+
+#: wp-cache.php:194
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "設定ファイルが変更され、いくつかの値が誤っています。\"設定\"メニューからページを再読込みしてリセットしてください。"
+
+#: wp-cache.php:200
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "継続できません…前の問題を修正して再度お試しください。"
+
+#: wp-cache.php:216
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "警告 ! ホスト名 \"%s\" が %s に設定されています"
+
+#: wp-cache.php:218
+#, php-format
+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 "お使いのサーバーはホスト名が %s に設定されています。このプラグインのガーベージコレクションや WordPress の予約投稿などのサービスが正しく動作しないかもしれません。"
+
+#: wp-cache.php:219
+#: wp-cache.php:233
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "readme.txt <a href=\"%s\">Troubleshooting section</a> の 16 を参照してください"
+
+#: wp-cache.php:232
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "残念ながら WordPress が wp-cron.php ファイルを見つけられません。WordPress による予約投稿やその他の重要な活動だけでなく、このプラグインによるガベージコレクションの正常なオペレーションにもこのスクリプトが不可欠です。"
+
+#: wp-cache.php:243
+msgid "Zlib Output Compression Enabled!"
+msgstr "Zlib アウトプット圧縮を有効にしました !"
+
+#: wp-cache.php:244
+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 がサイト訪問者に送るデータを圧縮しています。このプラグインは同じページを何度も圧縮するのではなく、圧縮した出力をキャッシュするだけなので、この機能は無効にすることをおすすめします。また、トラブルシューティングの #21 も参考にしてください。 php.ini の修正については「<a href=\"http://php.net/manual/ja/zlib.configuration.php\">実行時設定</a>」の説明をご覧ください。"
+
+#: wp-cache.php:248
+msgid "Mod rewrite may not be installed!"
+msgstr "Mod rewrite がインストールされていないようです !"
+
+#: wp-cache.php:249
+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 half-on mode."
+msgstr "mod_rewrite がインストールされていないようです。このチェックは、特に Apache を使用していない場合、100% 信用できないことがあります。mod_rewrite モジュールが読み込まれているかよく確認してください。このモジュールは Super Cache 静的ファイルの提供に不可欠です。ただし、ハーフオンモードは使用できます。"
+
+#: wp-cache.php:254
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "読み込み専用モード。設定は変更できません。"
+
+#: wp-cache.php:254
+msgid "Why your configuration may not be changed"
+msgstr "なぜ設定を変更できないのか"
+
+#: wp-cache.php:254
+msgid "Why"
+msgstr "なぜ"
+
+#: wp-cache.php:256
+#, php-format
+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 webserver to make any changes."
+msgstr "WP Super Cache 設定ファイルは <code>%s/wp-cache-config.php</code> で、変更できません。変更するにはこのファイルにウェブサーバーが書き込みできるようにする必要があります。"
+
+#: wp-cache.php:257
+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 "これを行なう簡単な方法としては、CHMOD コマンドや ftp クライントを使用して一時的に権限を変更する方法があります。グローバルに書き込み可能で問題ないことを確認してください。"
+
+#: wp-cache.php:258
+msgid "Writeable:"
+msgstr "書き込み可能:"
+
+#: wp-cache.php:259
+msgid "Readonly:"
+msgstr "読込みのみ:"
+
+#: wp-cache.php:271
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "警告 ! %s が書き込み可能になっています!"
+
+#: wp-cache.php:272
+#, php-format
+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 "%s の権限を変更して、より限定されたものにしてください。ftp クライアントもしくは次のコマンドを使用して修正してください:"
+
+#: wp-cache.php:361
+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>警告 !</strong> 圧縮を有効にしようとしましたが、<code>zlib.output_compression</code> が有効になっています。readme ファイルのトラブルシューティング #21 を参照してください。"
+
+#: wp-cache.php:380
+msgid "WP Super Cache Status"
+msgstr "WP Super Cache ステータス"
+
+#: wp-cache.php:383
+msgid "ON"
+msgstr "オン"
+
+#: wp-cache.php:383
+msgid "WP Cache and Super Cache enabled"
+msgstr "WP Cache と Super Cache を使用する"
+
+#: wp-cache.php:384
+msgid "HALF ON"
+msgstr "ハーフオン"
+
+#: wp-cache.php:384
+msgid "Super Cache Disabled, only legacy WP-Cache caching."
+msgstr "Super Cache は不使用、古い WP-Cache のキャッシュ機能のみ使用する"
+
+#: wp-cache.php:385
+msgid "OFF"
+msgstr "オフ"
+
+#: wp-cache.php:385
+msgid "WP Cache and Super Cache disabled"
+msgstr "WP Cache と Super Cache を使用しない"
+
+#: wp-cache.php:386
+msgid "Don&#8217;t cache pages for logged in users."
+msgstr "ログインしているユーザー向けにはページをキャッシュしない"
+
+#: wp-cache.php:387
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "使用しているサーバーが Digg に耐えられることを誇らしげに表示する (フッターにメッセージを表示する)"
+
+#: wp-cache.php:388
+msgid "Clear all cache files when a post or page is published. (This may significantly slow down saving of posts.)"
+msgstr "投稿や固定ページを公開するたびにすべてのキャッシュを削除する (投稿保存時に非常に遅くなるかもしれません)"
+
+#: wp-cache.php:389
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. Recommended for <em>very</em> busy websites with lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
+msgstr "キャッシュリビルド。新しいファイルの生成中に supercache ファイルを匿名ユーザーに提供します。<em>とても</em>たくさんアクセスとたくさんのコメントがつくサイトにおすすめします。\"ダイレクトキャッシュページ\"と \"ロックダウンモード\" はサポートされなくなります。"
+
+#: wp-cache.php:391
+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 "荒削りなファイルロック。おそらく必要ないですが、使用しているサーバーが非力な場合には役に立つかもしれません。警告 ! <em>まれにですがサーバーを止めてしまうことがあります !</em>"
+
+#: wp-cache.php:393
+msgid "List the newest cached pages (may be expensive to run on busy sites, use with caution.)"
+msgstr "新しくキャッシュされたページをリストアップする (アクセスの多いサイトの場合はさらに負荷が上がるかもしれません。注意して使用してください)"
+
+#: wp-cache.php:394
+#, php-format
+msgid "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
+msgstr "<a href=\"%s\">WordPress Mobile Edition</a> を使用したモバイル機器のサポート"
+
+#: wp-cache.php:399
+msgid "Mobile rewrite rules detected"
+msgstr "モバイル用 rewrite ルールを検知しました"
+
+#: wp-cache.php:400
+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 "パフォーマンスを最大にするには \"モバイル機器サポート\"を使用するか、.htaccess の mobile rewrite ルールを削除してください。\"2.0\\ MMP|240x320\" の 2 行を探して削除してください。"
+
+#: wp-cache.php:400
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "この機能は通常のユーザーには何も影響ありませんが、モバイルユーザーにはキャッシュされたページを表示します。"
+
+#: wp-cache.php:403
+msgid "Rewrite rules must be updated"
+msgstr "Rewrite ルールを更新する必要があります"
+
+#: wp-cache.php:404
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "このプラグインに必要な rewrite ルールが変更されたか無くなっています。"
+
+#: wp-cache.php:405
+msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty):"
+msgstr "モバイルサポートには .htaccess ファイルにルールを追加する必要があります。もしくはプラグインをハーフオンモードに設定します。次のオプションがあります (難しい順):"
+
+#: wp-cache.php:406
+msgid "Set the plugin to half on mode and enable mobile support."
+msgstr "ハーフオンモードに設定し、モバイルサポートを使用します。"
+
+#: wp-cache.php:407
+#, php-format
+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 "%s.htaccess 内の <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれたこのプラグインの mod_rewrite ルールを削除して、ページを再読込みしてプラグインに再生成させてください。"
+
+#: wp-cache.php:408
+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_|wordpress|wp-postpass_).*$</code> add this line: (do it twice, once for each section)"
+msgstr "自分でルールを追加する。%s.htaccess を編集して <code># BEGIN WPSuperCache</code> と <code># END WPSuperCache</code> で囲まれているコードブロックを探します。とてもよく似ているセクションが 2 箇所あります。<code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> の下に次の行を追加します: (これを 2 回、各セクションで実施します)"
+
+#: wp-cache.php:411
+msgid "Note:"
+msgstr "メモ:"
+
+#: wp-cache.php:411
+#, php-format
+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 too is probably a good idea!)"
+msgstr "このプラグインをアンインストールする場合、<em>%s</em> ディレクトリがウェブサーバーによる書き込みを許可していることを確認してください。許可してあれば <em>advanced-cache.php</em> と <em>cache-config.php</em> は自動的に削除されます。(これらのファイルも書き込み可能になっているかも確認したほうがいいかもしれません !)"
+
+#: wp-cache.php:412
+#, php-format
+msgid "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall script</a> to remove files and directories created by the plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script.)"
+msgstr "<a href=\"%1$s/wp-super-cache/uninstall.php\">アンインストールスクリプト</a>を使用してアンインストールすると、このプラグインによって作成されたファイルとディレクトリを削除します。(詳しくは <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> をご覧ください)"
+
+#: wp-cache.php:414
+msgid "Use object cache to store cached files."
+msgstr "キャッシュファイルの保存にオブジェクトキャッシュを使用する。"
+
+#: wp-cache.php:414
+msgid "(Experimental)"
+msgstr "(実験的)"
+
+#: wp-cache.php:417
+#, php-format
+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 "お困りですか ? <a href=\"%1$s\">Super Cache readme ファイル</a>を読んでみてください。このファイルにはインストールのドキュメント、よくある質問とその答え、トラブルシューティングのヒントが含まれています。また、<a href=\"%2$s\">サポートフォーラム</a> も利用可能です。あなたの問題の答がすでにあるかもしれません。"
+
+#: wp-cache.php:419
+msgid "Update Status"
+msgstr "ステータスを更新"
+
+#: wp-cache.php:426
+msgid "Required to serve compressed supercache files properly."
+msgstr "正しく圧縮された supercache ファイルを提供する必要があります。"
+
+#: wp-cache.php:426
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "supercache のページでキャッシングの設定が必要です。IE7 ユーザーはこのモジュールがないと古いページを参照します。"
+
+#: wp-cache.php:426
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "supercached ページで有効期限を設定してください。このモジュールがないと、読者は再読込みしたりコメントを残しても新しいページを参照できないかもしれません。"
+
+#: wp-cache.php:433
+msgid "Missing Apache Modules"
+msgstr "欠けている Apache モジュール"
+
+#: wp-cache.php:434
+msgid "The following Apache modules are missing. The plugin will work in half-on mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
+msgstr "次の Apache モジュールが見つかりません。これらのモジュールがなしの場合、ハーフオンモードで動作します。フル Supercache モードでは、閲覧者は壊れたページや古いデータを閲覧するかもしれません。"
+
+#: wp-cache.php:446
+msgid "Make WordPress Faster"
+msgstr "WordPress を速くする"
+
+#: wp-cache.php:448
+#, php-format
+msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
+msgstr "%1$s はブログを速くします。<a href=\"%2$s\">Amazon gift card</a> を私に買ってくれたらもっと速く<sup>*</sup>なります。好きなだけ \"%3$s\" に送ってください ! どんな金額でも助かります !"
+
+#: wp-cache.php:449
+#, php-format
+msgid "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
+msgstr "もし Amazon がお気に召さないのなら、PayPal でお願いします。下の \"Donate\" ボタンをクリックするか、私の<a href=\"%s\">ウィッシュリスト</a>をご覧ください。"
+
+#: wp-cache.php:450
+msgid "Thanks in advance!"
+msgstr "よろしくお願いします !"
+
+#: wp-cache.php:451
+msgid "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author very happy!"
+msgstr "オーケー、特に速くはなりませんが、このプラグインの作者がとても幸せになります !"
+
+#: wp-cache.php:459
+msgid "Don&#8217;t show me this again."
+msgstr "このお知らせを表示させない。"
+
+#: wp-cache.php:459
+msgid "Hide"
+msgstr "隠す"
+
+#: wp-cache.php:462
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s は %2$s と他の多く方の貢献によってメンテナンスされ、開発されています。"
+
+#: wp-cache.php:463
+#, php-format
+msgid "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he had more time to read and relax."
+msgstr "彼は %1$s でブログして、%2$s で写真を投稿して、もっと本を読む時間とリラックスする時間を<a href=\"%3$s\">欲しがっています</a>。"
+
+#: wp-cache.php:464
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "%s でも彼に一言どうぞ !"
+
+#: wp-cache.php:473
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "%1$s 以降のキャッシュページ : <strong>%2$s</strong>"
+
+#: wp-cache.php:474
+msgid "Newest Cached Pages:"
+msgstr "キャッシュされている新しいページ:"
+
+#: wp-cache.php:478
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "%s 秒前にキャッシュされました"
+
+#: wp-cache.php:481
+msgid "(may not always be accurate on busy sites)"
+msgstr "(アクセスの多いサイトでは必ずしも正確ではないかもしれません)"
+
+#: wp-cache.php:502
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "受け付けるファイル名と除外する URI"
+
+#: wp-cache.php:527
+msgid "Cache Plugins"
+msgstr "キャッシュプラグイン"
+
+#: wp-cache.php:538
+#: wp-cache.php:549
+msgid "Super Cache Compression"
+msgstr "Super Cache 圧縮"
+
+#: wp-cache.php:539
+msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+msgstr "<em>ハーフオン</em> モードの場合、デフォルトで圧縮を使用します。"
+
+#: wp-cache.php:551
+#: wp-cache.php:729
+msgid "Enabled"
+msgstr "有効"
+
+#: wp-cache.php:552
+#: wp-cache.php:729
+msgid "Disabled"
+msgstr "無効"
+
+#: wp-cache.php:553
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
+msgstr "ホストによっては圧縮されたファイルで問題が発生する場合があるので、圧縮はデフォルトでは無効にしています。この機能のスイッチを入れて切ると、キャッシュがクリアされます。"
+
+#: wp-cache.php:556
+msgid "Super Cache compression is now disabled."
+msgstr "Super Cache 圧縮の使用が停止されました。"
+
+#: wp-cache.php:558
+msgid "Super Cache compression is now enabled."
+msgstr "Super Cache 圧縮の使用が開始されました。"
+
+#: wp-cache.php:560
+msgid "Update Compression"
+msgstr "圧縮設定の更新"
+
+#: wp-cache.php:567
+msgid "Mod Rewrite Rules"
+msgstr "Mod Rewrite ルール"
+
+#: wp-cache.php:614
+msgid "WordPress MU Detected"
+msgstr "WordPress MU を検知しました"
+
+#: wp-cache.php:614
+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 "残念ながら、WordPress MU が稼働中は rewrite ルールを自動的に更新できません。.htaccess を開いて次の mod_rewrite ルールをこのファイルの中の他のすべてのルールの上に追加してください。"
+
+#: wp-cache.php:616
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Mod Rewrite ルールを更新できません !"
+
+#: wp-cache.php:617
+#, php-format
+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 "自動更新を作動させるには <strong>BEGIN</strong> と <strong>END</strong> マーカーが %s.htaccess 内に必ず必要です。これは次のようになっていて、WordPress のメインの mod_rewrite ルールを囲んでいます:"
+
+#: wp-cache.php:619
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr " .htaccess ファイルを更新したら、このページを再読込みしてください。"
+
+#: wp-cache.php:623
+msgid "Thank you for upgrading."
+msgstr "アップグレードありがとうございます。"
+
+#: wp-cache.php:623
+#, php-format
+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 "mod_rewrite ルールは最後にこのプラグインがインストールされてから変更されています。残念ながら、新しいルールを更新する前に古い supercache のルールを取り除く必要があります。.htaccess ファイルを編集したら、このページを再読込みしてください。もし手動でアップグレードしたいならば、次の行を変更してください: %1$s は次に似ています: %2$s 違いは \"HTTP_COOKIE\" が \"HTTP:Cookie\" になり、\"wordpressuser\" が \"wordpress\" になったことだけです。これは WordPress 2.5 での変更ですが、これ以前のバージョンとの後方互換性があります。もしそれほど古いバージョンを使用する勇気があればの話ですが。"
+
+#: wp-cache.php:627
+msgid "Trailing slash check required."
+msgstr "最後のスラッシュの確認が必要です。"
+
+#: wp-cache.php:627
+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 "あなたのブログの URL は最後が \"/\" になっているようです。残念ながら、このプラグインをインストールした後に重複コンテンツのバグが見つかりました。\"/\" で終わっていない URL は \"/\" で終わっている URL を同じコンテンツとして提供し、正しい URL にリダイレクトしません。これを修正するには .htaccess ファイルを編集してこれら 2 つのルールを Super Cache ルールの 2 つのグループに追加する必要があります。"
+
+#: wp-cache.php:629
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "下の \"mod_rewrite ルールを表示する\" リンクをクリックするとルールを参照して問題ないか確認することができます。"
+
+#: wp-cache.php:641
+msgid "Cannot update .htaccess"
+msgstr ".htaccess を更新できません"
+
+#: wp-cache.php:641
+#, php-format
+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 "<code>%s.htaccess</code>ファイルがウェブサーバーによって変更できません。chmod コマンドや ftp クライアントで修正してください。"
+
+#: wp-cache.php:641
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "ファイルのパーミッションを変更したらこのページを再読込みしてください。"
+
+#: wp-cache.php:641
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "もしくは、<code>%s.htaccess</code> ファイルを手動で編集して次のコードを追加してください (WordPress のルールの前に):"
+
+#: wp-cache.php:644
+#, php-format
+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 "静的 html ファイルを利用できるようにするには、お使いのサーバーで <code>%s.htaccess</code> と呼ばれるファイルに正しい mod_rewrite ルールが追加されている必要があります。"
+
+#: wp-cache.php:646
+msgid "You must edit the file yourself add the following rules."
+msgstr "このファイルをご自分で編集して次のルールを追加する必要があります。"
+
+#: wp-cache.php:648
+msgid "You can edit the file yourself add the following rules."
+msgstr "このファイルをご自分で編集して次のルールを追加できます。"
+
+#: wp-cache.php:650
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "かならず WordPress の既存のルールの前に入れてください。"
+
+#: wp-cache.php:652
+#: wp-cache.php:679
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "ルールは %s にも追加する必要があります:"
+
+#: wp-cache.php:657
+msgid "Update Mod_Rewrite Rules"
+msgstr "Mod_Rewrite ルールを更新"
+
+#: wp-cache.php:666
+msgid "Mod Rewrite rules updated!"
+msgstr "Mod Rewrite ルールを更新しました !"
+
+#: wp-cache.php:667
+#, php-format
+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 が必要な mod_rewrite ルールで更新されました。正しく更新されたか確認してください。次のようになっているはずです:"
+
+#: wp-cache.php:669
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Mod Rewrite ルールを更新する必要があります !"
+
+#: wp-cache.php:670
+#, php-format
+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 "%s.htaccess はウェブサーバーによる書き込みができません。必要な mod_rewrite ルールで更新する必要があります。新しいルールは以下のコードのように通常の WordPress ルールの上に追加します:"
+
+#: wp-cache.php:675
+#, php-format
+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 ルールが %s.htaccess ファイル内に検知されました。<br /> 次のリンクをクリックしてこのファイルに追加された行を確認してください。プラグインをアップグレードをしたのなら、これらのルールがマッチしていることを確認してください。"
+
+#: wp-cache.php:676
+msgid "View Mod_Rewrite Rules"
+msgstr "Mod_Rewrite ルールを参照する"
+
+#: wp-cache.php:687
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "Gzip エンコードルール %s.htaccess に作成されました。"
+
+#: wp-cache.php:694
+msgid "Fix Configuration"
+msgstr "設定の修正"
+
+#: wp-cache.php:697
+msgid "Restore Default Configuration"
+msgstr "デフォルト設定を復元"
+
+#: wp-cache.php:705
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "コメントは承認待ちです。表示されるまでしばらく時間がかかるかもしれません。"
+
+#: wp-cache.php:729
+msgid "Lock Down:"
+msgstr "ロックダウン:"
+
+#: wp-cache.php:730
+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 "ロックダウンを有効にすることにより、予想されるトラフィックの激増に対してサーバーが対処できるようにします。この機能が有効になると、新しいコメントが投稿されてもキャッシュされた静的ファイルは更新されません。"
+
+#: wp-cache.php:731
+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 "開発者のみなさんへ: \"WPLOCKDOWN\" 定数をチェックすることにより、あなたのプラグインにロックダウンとの互換性を持たせることができます。次のコードにより、あなたのプラグインが WPLOCKDOWN 設置を考慮するようになります。"
+
+#: wp-cache.php:733
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "すみませんが、このブログは一時的に停止中です。間もなく更新されます。"
+
+#: wp-cache.php:737
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress はロックダウンされています。Super Cache の静的ファイルは新しいコメントが投稿されても削除されません。"
+
+#: wp-cache.php:739
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress はロックダウンされていません。新しいコメントが投稿されると Super Cache の静的ファイルは通常通りにリフレッシュされます。"
+
+#: wp-cache.php:745
+msgid "Lock Down"
+msgstr "ロックダウン"
+
+#: wp-cache.php:753
+msgid "Directly Cached Files"
+msgstr "ダイレクトキャッシュファイル"
+
+#: wp-cache.php:811
+#, php-format
+msgid "%s removed!"
+msgstr "%s 個を削除しました !"
+
+#: wp-cache.php:819
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "この機能を利用するには %s を書き込み可能にする必要があります。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
+
+#: wp-cache.php:821
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s を書き込み可能です。これにはセキュリティリスクを伴いますので、ページ生成後には読み込みのみにしてください。"
+
+#: wp-cache.php:835
+msgid "Existing direct page"
+msgstr "既存のダイレクトページ"
+
+#: wp-cache.php:835
+msgid "Delete cached file"
+msgstr "キャッシュファイルを削除"
+
+#: wp-cache.php:840
+msgid "Add direct page:"
+msgstr "ダイレクトページを追加:"
+
+#: wp-cache.php:842
+#, php-format
+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 "ダイレクトキャッシュファイルはブログのある %s からダイレクトに生成されたファイルです。この機能は Digg やスラッシュドットなど巨大レベルのトラフィックがひとつの投稿やページに集中することが予想されるときだけ役に立ちます。"
+
+#: wp-cache.php:844
+#, php-format
+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 "例: <em>%1$sabout/</em> をキャッシュするには %1$sabout/ もしくは /about/ を入力します。このキャッシュファイルは次に該当のページに誰かが来た時に生成されます。"
+
+#: wp-cache.php:845
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "ダイレクトページのこのリストから取り除くには、テキストボックスをブランクにしてキャッシュファイルを削除してください。"
+
+#: wp-cache.php:850
+msgid "Update Direct Pages"
+msgstr "ダイレクトページを更新"
+
+#: wp-cache.php:890
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "有効時間とガーベージコレクション"
+
+#: wp-cache.php:892
+msgid "Expire time:"
+msgstr "有効時間:"
+
+#: wp-cache.php:893
+msgid "seconds"
+msgstr "秒"
+
+#: wp-cache.php:894
+msgid "Garbage Collection"
+msgstr "ガーベージコレクション"
+
+#: wp-cache.php:894
+msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "有効期限が 1800 秒 (30 分) 以上の場合、ガーベージコレクションは 10 分ごとに実行されます。それ以外の場合は期限切れ時間の 10 秒後に実行されます。"
+
+#: wp-cache.php:895
+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>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
+msgstr "期限切れファイルのチェックや削除はそれなりの負荷がかかりますが、そのまま残しておくのも負荷になります。アクセスがかなり多いサイトの場合、有効期限を <em>300 秒</em>に設定するといいでしょう。いろいろな値を試し、いろいろな時間帯でどのくらい期限切れファイルが残っているのかをこのページで確認してみましょう。できればキャッシュファイルの数は 500 以下になるようにしましょう。"
+
+#: wp-cache.php:896
+msgid "Change Expiration"
+msgstr "有効時間を変更"
+
+#: wp-cache.php:935
+msgid "Rejected User Agents"
+msgstr "除外するユーザーエージェント"
+
+#: wp-cache.php:936
+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 "WP-Cache が bot、spider、クローラーのリクエストをキャッシュしないようにする HTTP &#8217;User Agent&#8217; ヘッダー内の文字列です。すでにキャッシュが存在する場合はこれらのエージェントに Super Cache のファイルが送信されます。"
+
+#: wp-cache.php:943
+msgid "Save UA Strings"
+msgstr "UA 文字列を保存"
+
+#: wp-cache.php:966
+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 "次のページタイプはキャッシュしません。各タイプについての詳細は <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> を参照してください。"
+
+#: wp-cache.php:969
+msgid "Single Posts"
+msgstr "シングルページ"
+
+#: wp-cache.php:970
+msgid "Pages"
+msgstr "ページ"
+
+#: wp-cache.php:971
+msgid "Front Page"
+msgstr "フロントページ"
+
+#: wp-cache.php:972
+msgid "Home"
+msgstr "ホーム"
+
+#: wp-cache.php:973
+msgid "Archives"
+msgstr "アーカイブ"
+
+#: wp-cache.php:974
+msgid "Tags"
+msgstr "タグ"
+
+#: wp-cache.php:975
+msgid "Category"
+msgstr "カテゴリー"
+
+#: wp-cache.php:976
+msgid "Feeds"
+msgstr "フィード"
+
+#: wp-cache.php:977
+msgid "Search Pages"
+msgstr "検索ページ"
+
+#: wp-cache.php:979
+#: wp-cache.php:1108
+msgid "Save"
+msgstr "保存"
+
+#: wp-cache.php:996
+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 "ここにキャッシュしないようにするページの文字列 (ファイル名ではなく) を追加します。例えば、URL に「西暦」を含んでいて昨年の投稿をキャッシュしたくない場合は西暦 &#8217;/2004/&#8217; だけを入力すれば十分です。WP-Chache は URI にその文字列が含まれているか検索し、含まれていた場合はそのページをキャッシュしません。"
+
+#: wp-cache.php:1002
+msgid "Save Strings"
+msgstr "文字列を保存"
+
+#: wp-cache.php:1018
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "上で指定した除外文字列にマッチしてもキャッシュするファイル名をここに追加してください。"
+
+#: wp-cache.php:1024
+msgid "Save Files"
+msgstr "ファイルを保存"
+
+#: wp-cache.php:1068
+msgid "Debug Settings"
+msgstr "デバッグ設定"
+
+#: wp-cache.php:1070
+msgid "Currently logging to: "
+msgstr "ログ取得中: "
+
+#: wp-cache.php:1080
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "このデバッギング設定でプラグインの問題を修正します。デバッグメールを送信するか、キャッシュディレクトリのファイルにログを記録します。"
+
+#: wp-cache.php:1081
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "ファイルにログを記録する方が簡単ですが、キャッシュをクリアするとログファイルもクリアされてしまいます。"
+
+#: wp-cache.php:1085
+msgid "Debugging"
+msgstr "デバッグ"
+
+#: wp-cache.php:1086
+msgid "Logging Type"
+msgstr "ログ形式"
+
+#: wp-cache.php:1086
+msgid "Email"
+msgstr "メールアドレス"
+
+#: wp-cache.php:1087
+msgid "file"
+msgstr "ファイル"
+
+#: wp-cache.php:1088
+msgid "IP Address"
+msgstr "IP アドレス"
+
+#: wp-cache.php:1088
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(この IP アドレスからのリクエストだけを記録します。あなたの IP アドレスは %s です)"
+
+#: wp-cache.php:1089
+msgid "Log level"
+msgstr "ログレベル"
+
+#: wp-cache.php:1095
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = 小、5 = 大、大きなサーバーのロードを引き起こすかもしれません)"
+
+#: wp-cache.php:1098
+msgid "Advanced"
+msgstr "詳細"
+
+#: wp-cache.php:1098
+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 "とてもまれなケースですが、2 つの問題が発生することがあります:<ol><li>フロントページが zip ファイルとしてダウンロードされることがある</li><li>静的なフロントページを使用していてパーマリンク構造が <em>/%category%/%postname%/</em> の場合にフロントページとして誤ったページがキャッシュされてしまう</li></ol>"
+
+#: wp-cache.php:1099
+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 "WP Super Cache のバグではないと 99% 思いますし、発生するのはごくごく稀ですが、もし心配なら 5 分ごとにサイトが問題ないか確認するよう簡単なチェックができます。もし問題が発生すればメールが届きます。"
+
+#: wp-cache.php:1101
+msgid "Check front page every 5 minutes."
+msgstr "5 分ごとにフロントページをチェックする。"
+
+#: wp-cache.php:1102
+msgid "Front page text"
+msgstr "フロントページテキスト"
+
+#: wp-cache.php:1102
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "フロントページで検索するテキスト。もしこのテキストがなければキャッシュがクリアされます。無効するにはブランクにしてください。"
+
+#: wp-cache.php:1103
+msgid "Clear cache on error."
+msgstr "エラー発生時にキャッシュをクリアする。"
+
+#: wp-cache.php:1104
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "確認時にブログ管理者にメールを送る。(テスト時に有益)"
+
+#: wp-cache.php:1118
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "エラー: GZIP 圧縮が有効です。wp-cache を使用する場合は無効にしてください。"
+
+#: wp-cache.php:1166
+#: wp-cache.php:1328
+msgid "Warning"
+msgstr "警告"
+
+#: wp-cache.php:1166
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "WordPress の GZIP 圧縮が有効です。GZIP 圧縮が無効にされるまで wp-cache はバイパスされます。"
+
+#: wp-cache.php:1224
+#: wp-cache.php:1229
+#: wp-cache.php:1261
+#: wp-cache.php:1266
+#: wp-cache.php:1272
+msgid "Error"
+msgstr "エラー "
+
+#: wp-cache.php:1224
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "キャッシュディレクトリ (<strong>$cache_path</strong>) がなく、ウェブサーバーによって作成することもできませんでした。%s のパーミッションを確認してください。"
+
+#: wp-cache.php:1229
+#, php-format
+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 "このプラグインを動作させるにはキャッシュディレクトリ (<strong>%1$s</strong>) もしくは <strong>%2$s</strong> に書き込める必要があります。よく確認してください。"
+
+#: wp-cache.php:1261
+#, php-format
+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 "WP-Cache 設定ファイル (<strong>%s</strong>) は古いもので、ウェブサーバーによる書き込みを許可していません。このファイルを削除してこのページを再読込みしてください。"
+
+#: wp-cache.php:1266
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "設定ファイルが見つかりません。%1$s ディレクトリ (<strong>%2$s</strong>) がウェブサーバーによる書き込みを許可していません。パーミッションを確認してください。"
+
+#: wp-cache.php:1272
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "WP-Cache の設定サンプルファイル (<strong>%s</strong>) がありません。インストールを確認してください。"
+
+#: wp-cache.php:1328
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> がないか、更新できません。"
+
+#: wp-cache.php:1329
+msgid "1. If it already exists please delete the file first."
+msgstr "1. もしこのファイルがすでにあれば、まず最初にこのファイルを削除してください"
+
+#: wp-cache.php:1330
+#, php-format
+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. ftp やサーバーソフトウェアで chmod コマンドを使用して %1$s を書き込み可能にし、(<em>chmod 777 %1$s</em>) このページを再読込みします。これは一時的な処置で、この後、読み込みのみに再度する必要があります。(前述のコマンドで 777 を 755 に変更します)"
+
+#: wp-cache.php:1331
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. <em>%s/advanced-cache.php</em> を更新するためにこのページを再読込みします"
+
+#: wp-cache.php:1332
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "もし動作しなければ <em>%s/advanced-cache.php</em> ファイルが存在するか確認してください:"
+
+#: wp-cache.php:1333
+#, php-format
+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. テキストエディターで <em>%1$s$wp_cache_file</em> を開きます</li><li>2. テキスト <em>CACHEHOME</em> を <em>%2$s</em> に変更します</li><li>3. ファイルを保存し、<em>%3$s</em> へコピーしてこのページを再読込みします</li>"
+
+#: wp-cache.php:1353
+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>エラー: <code>wp-config.php</code> ファイルの WP_CACHE が有効になっていません</strong>。このプラグインから修正はできません。"
+
+#: wp-cache.php:1354
+#, php-format
+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 "<code>%s</code> を編集して次の行を追加してください:<br /> <code>define('WP_CACHE', true);</code><br />追加しないと WordPress コアによる <strong>WP-Cache の実行ができません</strong>。"
+
+#: wp-cache.php:1357
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>WP_CACHE 定数の wp-config.php への追加</h3><p>もしこの警告メッセージが表示され続けるのなら、<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> のポイント 5 を参照してください。WP_CACHE の行を上に上げる必要があります。"
+
+#: wp-cache.php:1379
+msgid "Cache Contents"
+msgstr "キャッシュコンテンツ"
+
+#: wp-cache.php:1382
+msgid "Object cache in use. No cache listing available."
+msgstr "オブジェクトキャッシュを使用中です。キャッシュリストはありません。"
+
+#: wp-cache.php:1405
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "supercache ファイルを削除しています: <strong>%s</strong><br />"
+
+#: wp-cache.php:1422
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "wp-cache ファイルを削除しています: <strong>%s</strong><br />"
+
+#: wp-cache.php:1486
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1487
+#: wp-cache.php:1500
+#, php-format
+msgid "%s Cached Pages"
+msgstr "キャッシュページ数: %s"
+
+#: wp-cache.php:1488
+#: wp-cache.php:1502
+#, php-format
+msgid "%s Expired Pages"
+msgstr "期限切れページ数: %s"
+
+#: wp-cache.php:1499
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1507
+msgid "Fresh WP-Cached Files"
+msgstr "新しい WP-Cache ファイル"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+#: wp-cache.php:1540
+#: wp-cache.php:1556
+msgid "URI"
+msgstr "URI"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+msgid "Key"
+msgstr "キー"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+#: wp-cache.php:1540
+#: wp-cache.php:1556
+msgid "Age"
+msgstr "経過時間"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+#: wp-cache.php:1540
+#: wp-cache.php:1556
+msgid "Delete"
+msgstr "削除 "
+
+#: wp-cache.php:1523
+msgid "Stale WP-Cached Files"
+msgstr "古い WP-Cache ファイル"
+
+#: wp-cache.php:1539
+msgid "Fresh Super Cached Files"
+msgstr "新しい Super Cache ファイル"
+
+#: wp-cache.php:1555
+msgid "Stale Super Cached Files"
+msgstr "古い Super Cache ファイル"
+
+#: wp-cache.php:1571
+msgid "Hide file list"
+msgstr "ファイルリストを隠す"
+
+#: wp-cache.php:1573
+msgid "List all cached files"
+msgstr "すべてのキャッシュファイルを表示"
+
+#: wp-cache.php:1579
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>ガーベージコレクション</strong><br />最後の GC は <strong>%s</strong> 分前です<br />"
+
+#: wp-cache.php:1580
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "次の GC は <strong>%s</strong> 分後です"
+
+#: wp-cache.php:1582
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "期限切れファイルとは %s 秒より古くなったファイルです。こうしたファイルはこのプラグインによってまだ使用されますが、定期的に削除されます。"
+
+#: wp-cache.php:1592
+msgid "Delete Expired"
+msgstr "期限切れキャッシュを削除"
+
+#: wp-cache.php:1598
+#: wp-cache.php:1610
+#: wp-cache.php:1769
+msgid "Delete Cache"
+msgstr "キャッシュを削除"
+
+#: wp-cache.php:1610
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Super Cache のキャッシュファイルを削除する (新しいウインドウで開きます)"
+
+#: wp-cache.php:1745
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s は %2$s でキャッシングされているおかげで Digg に耐えられます"
+
+#: wp-cache.php:1778
+#, php-format
+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 の設定が必要です。<a href=\"%s\">管理ページ</a>を開いてこのプラグインの有効化と設定を行なってください。"
+
+#: wp-cache.php:1784
+msgid "Settings"
+msgstr "設定"
+
+#: wp-cache.php:1794
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache は停止中です。<a href=\"%s\">プラグイン管理ページ</a>を開いてキャッシングを有効にしてください。"
+
+#: wp-cache.php:1813
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] フロントページが gzip で圧縮されました ! キャッシュをクリアしてください !"
+
+#: wp-cache.php:1813
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "フロントページがダウンロードされる状態なので、%s を開いてキャッシュをクリアしてください !"
+
+#: wp-cache.php:1816
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] フロントページが gzip 圧縮されました ! キャッシュがクリアされました !"
+
+#: wp-cache.php:1816
+#, php-format
+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 "フロントページがダウンロードされる状態だったのでブログのキャッシュをクリアしました。%s を開いてキャッシュがクリアされたことを確認してください。"
+
+#: wp-cache.php:1823
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] フロントページが不正です ! キャッシュをクリアしてください !"
+
+#: wp-cache.php:1823
+#, php-format
+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 "フロントページが不正でテキスト \"%2$s\" が見つからないので、%1$s を開いてキャッシュをクリアしてください !"
+
+#: wp-cache.php:1826
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] フロントページが不正です ! キャッシュがクリアされました !"
+
+#: wp-cache.php:1826
+#, php-format
+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 "フロントページにテキスト \"%2$s\" が見つからなかったのでブログのキャッシュをクリアしました。%1$s を開いてキャッシュがクリアされたことを確認してください。"
+
+#: wp-cache.php:1831
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] フロントページチェック !"
+
+#: wp-cache.php:1831
+#, php-format
+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 はあなたのブログのフロントページをチェックしました。この機能の使用を停止するには %s を開いてください。"
+
+#~ msgid "Mobile device support."
+#~ msgstr "モバイル機器サポート"
+
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo
new file mode 100644
index 0000000000000000000000000000000000000000..5c87f64f66c77940c6c7b1b9862517c28bf94a77
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po
new file mode 100644
index 0000000000000000000000000000000000000000..bf640816a3830b2ecb6a9103da216a51c0f3bcad
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-uk.po
@@ -0,0 +1,1068 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: wp-super-cache\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2009-11-13 10:27+0000\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Vitaly <vitaly.mylo@gmail.com>\n"
+"Language-Team:  <vitaly.mylo@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Ukrainian\n"
+"X-Poedit-Country: UKRAINE\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "ПОГАНУ ПОВЕДІНКУ не знайдено. Будь ласка, перевірте Вашу інсталяцію."
+
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:66
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:709
+msgid "Disable"
+msgstr "Вимкнути"
+
+#: plugins/badbehaviour.php:55
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "вимкнено"
+
+#: plugins/badbehaviour.php:57
+#: plugins/searchengine.php:69
+#: wp-cache.php:1052
+msgid "enabled"
+msgstr "ввімкнено"
+
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s"
+msgstr "Підтримку ПОГАНОЇ ПОВЕДІНКИ %s"
+
+#: plugins/badbehaviour.php:62
+#, php-format
+msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
+msgstr " (Підтримується тільки напів-кешування, стиснення ввимкнено та потребує <a href=\"http://www.bad-behavior.ioerror.us/\">ПОГАНУ ПОВЕДІНКУ</a> у \"%s/plugins/bad-behavior/\") "
+
+#: plugins/badbehaviour.php:64
+#: plugins/searchengine.php:74
+#: wp-cache.php:709
+msgid "Enable"
+msgstr "Ввімкнути"
+
+#: plugins/badbehaviour.php:70
+#: wp-cache.php:786
+#: wp-cache.php:788
+msgid "Warning!"
+msgstr "Увага!"
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s"
+msgstr "Плаґін <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">Нема посилань для друзів</a> %s"
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(необхідно також <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
+
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "Будь ласка, створіть %s /wp-cache-config.php з wp-super-cache/wp-cache-config-sample.php"
+
+#: wp-cache.php:170
+msgid "WP Super Cache Manager"
+msgstr "Управління Вордпрес Супер Кешем"
+
+#: wp-cache.php:172
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "Увага! Ввімкнено PHP Безпечний Режим (Safe Mode)!"
+
+#: wp-cache.php:173
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "Ви можете відчувати проблеми у роботі плаґіну, тому що ввімкнено Безпечний Режим (Safe Mode)."
+
+#: wp-cache.php:175
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "Ваш сервер налаштований на перевірку власника PHP скриптів перед тим, як дозволити їм читати та писати файли."
+
+#: wp-cache.php:176
+#, php-format
+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 "Ви або Адміністратор можете виправити роботу, змінивши власника групи скриптів плаґіну. Необхідно також змінити власника групи папки %s/cache/. Додаткові деталі Ви можете переглянути на <a href=\"http://php.net/features.safe-mode\">сторінці документації безпечного режиму</a>."
+
+#: wp-cache.php:178
+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 "Ви або Адміністратор повинні вимкнути це. Додаткові деталі Ви можете переглянути на <a href=\"http://php.net/features.safe-mode\">сторінці документації безпечного режиму</a>. На жаль, це не можна вимкнути у фалі .htaccess. Це можна поправити у файлі налаштувань php.ini."
+
+#: wp-cache.php:189
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "Змінено файл налаштувань, деякі змінні можуть бути неправильними. Щоб обнулити їх, завантажте сторінку знову з розділу меню \"Налаштування\"."
+
+#: wp-cache.php:195
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "Продовження неможливе... виправте попередні проблеми та спробуйте знову."
+
+#: wp-cache.php:211
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "Увага! Ваше ім&#8217;я хосту \"%s\" прікріплено до %s"
+
+#: wp-cache.php:213
+#, php-format
+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 "Ваш сервер думає, що ім&#8217;я хосту прікріплено до %s. Деякі служби, такі як збір сміття цим плаґіном та WordPress scheduled posts можуть працювати неправильно."
+
+#: wp-cache.php:214
+#: wp-cache.php:228
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "Будь ласка, перегляньте пункт 16 у <a href=\"%s\">Розділі проблем</a> у файлі readme.txt"
+
+#: wp-cache.php:227
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "Нажаль, Вордпрес не може знайти файл wp-cron.php. Скрипт потребує правильних дій збору сміття цим плаґіном, WordPress scheduled posts такий самий як і інші критичні дії."
+
+#: wp-cache.php:239
+msgid "Mod rewrite may not be installed!"
+msgstr "Можливо Mod_rewrite не встановлено!"
+
+#: wp-cache.php:240
+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 half-on mode."
+msgstr "Здається, що mod_rewrite не встановлено. Іноді ця перевірка не є на 100% достовірною, особливо якщо Ви використовуєте не Apache. Будь ласка, переконайтесь у тому, що модуль mod_rewrite завантажено. Це необхідно для видачі статичних файлів Супер Кешу. Ви всерівно будете мати змогу використовувати режим напів-кешування."
+
+#: wp-cache.php:245
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "Режим лише читання. Налаштування не можливо змінити."
+
+#: wp-cache.php:245
+msgid "Why your configuration may not be changed"
+msgstr "Чому Ваші налаштування не можливо змінити"
+
+#: wp-cache.php:245
+msgid "Why"
+msgstr "Чому"
+
+#: wp-cache.php:247
+#, php-format
+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 webserver to make any changes."
+msgstr "Вордпрес Супер Кеш файл з налаштуваннями: <code>%s/wp-cache-config.php</code> і не може бути відредагованим. Щоб внести зміни, цей файл повинен бути доступним для запису веб-сервером."
+
+#: wp-cache.php:248
+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 "Щоб це зробити, необхідно тимчасово змінити права доступу, використовуючи команду CHMOD або за допомогою вашого ftp-клієнту. Запевніться у тому, що є доступ для запису."
+
+#: wp-cache.php:249
+msgid "Writeable:"
+msgstr "Доступне для запису:"
+
+#: wp-cache.php:250
+msgid "Readonly:"
+msgstr "Доступне для читання:"
+
+#: wp-cache.php:262
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "Увага! Папка %s доступна для запису!"
+
+#: wp-cache.php:263
+#, php-format
+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 "Вам необхідно змінити права доступу для папки %s та зробити їх більш обмеженими. Використовуйте Ваш ftp-клієнт або наступні команди, щоб це виправити:"
+
+#: wp-cache.php:354
+msgid "WP Super Cache Status"
+msgstr "Статус Вордпрес Супер Кеш"
+
+#: wp-cache.php:357
+msgid "ON"
+msgstr "Ввімкнено"
+
+#: wp-cache.php:357
+msgid "WP Cache and Super Cache enabled"
+msgstr "Вордпрес Кеш та Вордпрес Супер Кеш ввімкнено"
+
+#: wp-cache.php:358
+msgid "HALF ON"
+msgstr "Ввімкнено наполовину"
+
+#: wp-cache.php:358
+msgid "Super Cache Disabled, only legacy WP-Cache caching."
+msgstr "Супер Кеш вимкнено, кешує лише Вордпрес Кеш."
+
+#: wp-cache.php:359
+msgid "OFF"
+msgstr "Вимкнено"
+
+#: wp-cache.php:359
+msgid "WP Cache and Super Cache disabled"
+msgstr "Вордпрес Кеш та Вордпрес Супер Кеш вимкнено"
+
+#: wp-cache.php:360
+msgid "Don&#8217;t cache pages for logged in users."
+msgstr "Не кешувати сторінки для залогованих користувачів."
+
+#: wp-cache.php:361
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "Скажіть гордо світу, що Ваш сервер підтверджено Діггом! (розмістити повідомлення у підвал Вашого сайту)"
+
+#: wp-cache.php:362
+msgid "Clear all cache files when a post or page is published. (This may significantly slow down saving of posts.)"
+msgstr "Видалити всі закешовані файли, якщо стаття або сторінка оновилась. (Це може значно сповільнити збереження сторінок.)"
+
+#: wp-cache.php:363
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. Recommended for <em>very</em> busy websites with lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
+msgstr "Оновлення кешу. Видавати супер-кешований файл для анонімних користувачів, поки не згенерується новий файл. Рекомендовано для <em>дуже</em> завантажених сайтів з великою кількістю коментарів. Робить \"безпосередньо закешовані сторінки\" та \"Режим блокування\" непотрібними."
+
+#: wp-cache.php:365
+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 "Блокування великих файлів. Вам це напевне не потрібно, але це може допомогти, якщо у Вас не дуже потужний сервер. Увага! <em>Може спричинити блокування Вашого сервера у рідких випадках!</em> "
+
+#: wp-cache.php:367
+msgid "List the newest cached pages (may be expensive to run on busy sites, use with caution.)"
+msgstr "Список найновіших закешованих сторінок (може довго виконуватися на завантажених сайтах, використовуйте з обережністю.)"
+
+#: wp-cache.php:368
+msgid "Mobile device support."
+msgstr "Підтримка стільникових пристроїв."
+
+#: wp-cache.php:373
+msgid "Mobile rewrite rules detected"
+msgstr "Знайдено правила rewrite для стільникових пристроїв"
+
+#: wp-cache.php:374
+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 \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" and delete those."
+msgstr "Для кращої роботи Вам необхідно ввімкнути \"Підтримку стільникових пристроїв\" або видалити правило mod_rewrite для стільникових пристроїв у файлі .htaccess. Знайдіть дві стрічки з текстом \"Android|2.0\\ MMP|240x320|AvantGo|BlackBerry|Blazer|Cellphone\" та видаліть їх."
+
+#: wp-cache.php:374
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "Це не спричинить ніякого ефекту на звичайних користувачів, але стільникові користувачі побачать незакешовані сторінки."
+
+#: wp-cache.php:377
+msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty):"
+msgstr "Підтримка мобільних пристроїв потребує додаткових правил у Вашому .htaccess файлі або Ви можете налаштувати плаґін у режим напів-кешування. Ось Ваші налаштування (у порядку ускладнення):"
+
+#: wp-cache.php:378
+msgid "Set the plugin to half on mode and enable mobile support."
+msgstr "Налаштувати плаґін у режим напів-кешування та ввімкнути підтримку стільникових пристроїв."
+
+#: wp-cache.php:379
+#, php-format
+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 "Видалити mod_rewrite правила плаґіну у %s.htaccess, що починається зі стрічки <code># BEGIN WPSuperCache</code> та закінчується <code># END WPSuperCache</code> та дозволити плаґіну перегенерувати їх за допомогою перезавантаження сторінки."
+
+#: wp-cache.php:380
+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_|wordpress|wp-postpass_).*$</code> add this line: (do it twice, once for each section)"
+msgstr "Додати правила самостійно. Відредагуйте %s.htaccess та знайдіть фрагмент коду, що починається зі стрічки <code># BEGIN WPSuperCache</code> та закінчується стрічкою <code># END WPSuperCache</code>. Є два подібні між собою фрагменти коду. Одразу під стрічкою <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> додайте цей код: (зробіть це двічі, тобто для кожного з фрагментів)"
+
+#: wp-cache.php:383
+msgid "Note:"
+msgstr "Примітка:"
+
+#: wp-cache.php:383
+#, php-format
+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 too is probably a good idea!)"
+msgstr "Якщо Ви деінсталюєте цей плаґін, переконайтесь, що папка <em>%s</em> є доступною для запису веб-сервером і файли <em>advanced-cache.php</em> та <em>cache-config.php</em> можуть бути видалені автоматично. (Переконайтесь, що ці файли доступні для запису також!)"
+
+#: wp-cache.php:384
+#, php-format
+msgid "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall script</a> to remove files and directories created by the plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script.)"
+msgstr "Деінсталювати, використовуючи <a href=\"%1$s/wp-super-cache/uninstall.php\">скрипт деінсталяції</a>, щоб видалити файли та папки, створені плаґіном. (Будь ласка, перегляньте <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> для порад по деінсталяції.)"
+
+#: wp-cache.php:386
+msgid "Update Status"
+msgstr "Зберегти налаштування"
+
+#: wp-cache.php:393
+msgid "Required to serve compressed supercache files properly."
+msgstr "Необхідне для того, щоб правильно видавати стиснуті супер-кешовані файли."
+
+#: wp-cache.php:393
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "Необхідне для того, щоб налаштувати інформацію щодо кешування на супер-кешованих сторінках. Без цього модуля користувачі ІЕ7 побачать старі сторінки."
+
+#: wp-cache.php:393
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "Встановити термін дії для супер-кешованих сторінок. Без цього модуля відвідувачі можливо не побачать нових сторінок коли вони оновлять сторінку або залишать коментар."
+
+#: wp-cache.php:400
+msgid "Missing Apache Modules"
+msgstr "Невистачає модулів Apache"
+
+#: wp-cache.php:401
+msgid "The following Apache modules are missing. The plugin will work in half-on mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
+msgstr "Наступні Apache модулі відсутні. Без них плаґін буде працювати у режимі напів-кешування. У режимі повного супер-кешування Ваші відвідувачі можливо побачать зіпсовані сторінки або протермінований вміст сторінок."
+
+#: wp-cache.php:413
+msgid "Make WordPress Faster"
+msgstr "Зробити Вордпрес швидшим"
+
+#: wp-cache.php:415
+#, php-format
+msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
+msgstr "%1$s справді робить Ваш сайт швидшим. Зробіть його ще швидшим<sup>*</sup>, купивши мені <a href=\"%2$s\">вітальну листівку на Амазоні</a>! Зробити її у \"%3$s\"  з будь-якою сумою. Кожна копійка допоможе!"
+
+#: wp-cache.php:416
+#, php-format
+msgid "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
+msgstr "Якщо Амазон не для Вас, є також PayPal. Клікніть внизу на кнопку \"Пожертвувати\" або перегляньте <a href=\"%s\">список моїх побажань</a>."
+
+#: wp-cache.php:417
+msgid "Thanks in advance!"
+msgstr "Дякую!"
+
+#: wp-cache.php:418
+msgid "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author very happy!"
+msgstr "Ну добре, воно не запрацює швидше, але Ви зробите автора цього плаґіну дуже щасливим!"
+
+#: wp-cache.php:426
+msgid "Don&#8217;t show me this again."
+msgstr "Не показувати мені цього знову."
+
+#: wp-cache.php:426
+msgid "Hide"
+msgstr "Приховати"
+
+#: wp-cache.php:429
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s підтримується та розроблено %2$s за сприянням багатьох інших розробників."
+
+#: wp-cache.php:430
+#, php-format
+msgid "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he had more time to read and relax."
+msgstr "Він має блог на %1$s, публікує фото на %2$s та <a href=\"%3$s\">якби</a> він мав більше часу почитати та розслабитись."
+
+#: wp-cache.php:431
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "Сказати йому \"привіт\" у %s також!"
+
+#: wp-cache.php:440
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "Сторінки закешовано з %1$s : <strong>%2$s</strong>"
+
+#: wp-cache.php:441
+msgid "Newest Cached Pages:"
+msgstr "Новіші закешовані сторінки:"
+
+#: wp-cache.php:445
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "Закешовано %s секунд тому назад"
+
+#: wp-cache.php:448
+msgid "(may not always be accurate on busy sites)"
+msgstr "(може бути не завжди точним на завантажених сайтах)"
+
+#: wp-cache.php:469
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "Прийняті імена файлів та відхилені URI-шляхи"
+
+#: wp-cache.php:494
+msgid "Cache Plugins"
+msgstr "Плаґіни для Кешу"
+
+#: wp-cache.php:505
+#: wp-cache.php:516
+msgid "Super Cache Compression"
+msgstr "Стиск Супер Кешу"
+
+#: wp-cache.php:506
+msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+msgstr "У режимі <em>Напів-Кешування</em> стиск ввіммкнено за замовчуванням."
+
+#: wp-cache.php:518
+#: wp-cache.php:696
+msgid "Enabled"
+msgstr "Ввімкнено"
+
+#: wp-cache.php:519
+#: wp-cache.php:696
+msgid "Disabled"
+msgstr "Вимкнено"
+
+#: wp-cache.php:520
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
+msgstr "Стиск вимкнено за замовчуванням, тому що деякі хости мають проблеми зі стиснутими файлами. Вмикання та вимикання цього пункту призводить до очищення кешу."
+
+#: wp-cache.php:523
+msgid "Super Cache compression is now disabled."
+msgstr "Стиск Супер Кешу вимкнено."
+
+#: wp-cache.php:525
+msgid "Super Cache compression is now enabled."
+msgstr "Стиск Супер Кешу ввімкнено."
+
+#: wp-cache.php:527
+msgid "Update Compression"
+msgstr "Оновити стиск"
+
+#: wp-cache.php:534
+msgid "Mod Rewrite Rules"
+msgstr "Правила Mod Rewrite"
+
+#: wp-cache.php:581
+msgid "WordPress MU Detected"
+msgstr "Виявлено Вордпрес МЮ"
+
+#: wp-cache.php:581
+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 "Нажаль, коли працює Вордпрес МЮ, правила rewrite не можуть бути оновлені автоматично. Будь ласка, відкрийте Ваш .htaccess файл та додайте наступні правила mod_rewrite з самого початку файлу."
+
+#: wp-cache.php:583
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Правила Mod Rewrite не можна оновити!"
+
+#: wp-cache.php:584
+#, php-format
+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 "Ви повинні мати маркери <strong>BEGIN</strong> та <strong>END</strong> у %s.htaccess файлі для того, щоб працювало автооновлення. Вони схожі на це та оточують головні mod_rewrite правила Вордпресу:"
+
+#: wp-cache.php:586
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "Оновіть цю сторінку коли Ви оновите Ваш .htaccess файл."
+
+#: wp-cache.php:590
+msgid "Thank you for upgrading."
+msgstr "Дякую за оновлення"
+
+#: wp-cache.php:590
+#, php-format
+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 "Правила mod_rewrite змінилися з того часу, коли Ви інсталювали цей плаґін. На жаль, Ви повинні видалити старі правила для Супер Кешу перед тим, як додати нові. Оновіть цю сторінку, коли відредагуєте Ваш .htaccess файл. Якщо Ви бажаєте додати оновлення вручну, змініть наступну стрічку: %1$s щоб вона виглядала приблизно ось так: %2$s Необхідно внести наступні зміни: \"HTTP_COOKIE\" замінити на \"HTTP:Cookie\" та \"wordpressuser\" замінити на \"wordpress\". Це зміна для Вордпресу 2.5, але це зворотня сумісність зі старішими версіями, якщо Ви достатньо хоробрий, щоб їх використовувати."
+
+#: wp-cache.php:594
+msgid "Trailing slash check required."
+msgstr "Необхідна перевірка першого слешу."
+
+#: wp-cache.php:594
+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 "Схоже на те, що Ваш сайт має URL-адреси, що закінчуються символом \"/\". На жаль, з того часу, як Ви інсталювали цей плаґін, виникла помилка дублювання вмісту, при якій URL-адреси, що не закінчуються символом \"/\" видають той самий вміст, що і сторінки з символом \"/\" у кінці та не перенаправляються на правильну URL-адресу. Щоб це виправити, Вам необхідно відредагувати Ваш .htaccess файл та додати ці два правила до двох груп правил Супер Кешу:"
+
+#: wp-cache.php:596
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "Ви можете побачити, де правила виконуються та дослідити повні правила, відвідавши посилання \"Переглянути правила mod_rewrite\", що розміщено нижче."
+
+#: wp-cache.php:608
+msgid "Cannot update .htaccess"
+msgstr "Неможливо оновити .htaccess"
+
+#: wp-cache.php:608
+#, php-format
+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 "Файл <code>%s.htaccess</code> не може бути змінений веб-сервером. Будь ласка, виправте це, використовуючи команду CHMOD або Ваш FTP-клієнт."
+
+#: wp-cache.php:608
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "Оновіть цю сторінку, якщо права доступу файлу було змінено."
+
+#: wp-cache.php:608
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "Крім того, Ви можете редагувати свій <code>%s.htaccess</code> файл вручну та додати наступний код (перед будь-якими правилами Вордпресу):"
+
+#: wp-cache.php:611
+#, php-format
+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 "Щоб видавати статичні HTML-файли сервер повинен мати правильні правила mod_rewrite, що додані у файл <code>%s.htaccess</code>"
+
+#: wp-cache.php:613
+msgid "You must edit the file yourself add the following rules."
+msgstr "Ви повинні редагувати файл самостійно, додаючи наступні правила."
+
+#: wp-cache.php:615
+msgid "You can edit the file yourself add the following rules."
+msgstr "Ви можете редагувати файл самостійно, додаючи наступні правила."
+
+#: wp-cache.php:617
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "Переконайтеся, що вони розміщені перед будь-яким з існуючих правил Вордпресу."
+
+#: wp-cache.php:619
+#: wp-cache.php:646
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "Правила необхідно додати до %s також:"
+
+#: wp-cache.php:624
+msgid "Update Mod_Rewrite Rules"
+msgstr "Оновити правили Mod_Rewrite"
+
+#: wp-cache.php:633
+msgid "Mod Rewrite rules updated!"
+msgstr "Правила Mod Rewrite оновлено!"
+
+#: wp-cache.php:634
+#, php-format
+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 було додано необхідні правила mod_rewrite. Будь ласка, перевірте їх правильність. Вони повинні бути подібними на ці:"
+
+#: wp-cache.php:636
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Правила Mod Rewrite необхідно оновити!"
+
+#: wp-cache.php:637
+#, php-format
+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 "Ваш %s.htaccess недоступний для запису веб-сервером, і повинен бути оновлений необхідними правилами mod_rewrite. Нові правила розміщуються вище звичайних правил Вордпресу, як показано в коді нижче:"
+
+#: wp-cache.php:642
+#, php-format
+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 "Знайдено mod_rewrite правила Вордпрес Супер Кешу у Вашому %s.htaccess файлі.<br /> Відвідайте наступне посилання, щоб побачити додані у цей файл стрічки. Якщо Ви оновили плаґін, переконайтесь, що ці правила підходять."
+
+#: wp-cache.php:643
+msgid "View Mod_Rewrite Rules"
+msgstr "Переглянути правила Mod_Rewrite"
+
+#: wp-cache.php:654
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "Створено правила Gzip декодування у %s.htaccess."
+
+#: wp-cache.php:661
+msgid "Fix Configuration"
+msgstr "Виправити налаштування"
+
+#: wp-cache.php:664
+msgid "Restore Default Configuration"
+msgstr "Відновити налаштування за замовчуванням"
+
+#: wp-cache.php:672
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "Модерацію коментарів ввімкнено. Можливо знадобиться трохи часу, щоб Ваш коментар з&#8217;явився."
+
+#: wp-cache.php:696
+msgid "Lock Down:"
+msgstr "Заблоковано:"
+
+#: wp-cache.php:697
+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 "Підготуйте свій сервер для очікуваного збільшення трафіка, дозволяючи блокування. Коли ця опція ввімкнена, нові коментарі не будуть оновлювати закешованих статичних файлів."
+
+#: wp-cache.php:698
+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 "Розробники: Зробіть Ваш плаґін сумісним для блокування, перевіривши константу \"WPLOCKDOWN\". Наступний код буде переконаний у тому, що Ваш плаґін перевіряє налаштування WPLOCKDOWN."
+
+#: wp-cache.php:700
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "Вибачте. Мій сайт заблоковано. Оновлення скоро з&#8217;являться"
+
+#: wp-cache.php:704
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "Вордпрес заблоковано. Статичні файли Супер Кешу не будуть видалені коли з&#8217;являться нові коментарі."
+
+#: wp-cache.php:706
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "Вордпрес не заблоковано. Нові коментарі будуть оновлювати статичні файли Супер Кешу у звичайному режимі."
+
+#: wp-cache.php:712
+msgid "Lock Down"
+msgstr "режим блокування"
+
+#: wp-cache.php:720
+msgid "Directly Cached Files"
+msgstr "Безпосередньо закешовані файли"
+
+#: wp-cache.php:778
+#, php-format
+msgid "%s removed!"
+msgstr "%s видалено!"
+
+#: wp-cache.php:786
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "Ви повинні зробити %s доступною для запису для ввімкнення цієї функції. Оскільки це ризиковано, будь ласка, зробіть її знову доступною лише для читання після того, як Ваша сторінка згенерується."
+
+#: wp-cache.php:788
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "Папка %s доступна для запису. Будь ласка, зробіть її доступною для читання після того, як сторінка згенерується, бо це небезпечно."
+
+#: wp-cache.php:802
+msgid "Existing direct page"
+msgstr "Дана сторінка існує"
+
+#: wp-cache.php:802
+msgid "Delete cached file"
+msgstr "Видалити закешований файл"
+
+#: wp-cache.php:807
+msgid "Add direct page:"
+msgstr "Додати дану сторінку:"
+
+#: wp-cache.php:809
+#, php-format
+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 "Безпосередньо закешовані файли - це файли, створені безпосередньо у %s, де розміщено Ваш сайт. Ця опція корисна лише тоді, якщо Ви очікуєте значного збільшення трафіку з Діггу або Слешдоту на одну зі своїх статей або сторінок."
+
+#: wp-cache.php:811
+#, php-format
+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 "Наприклад: щоб закешувати <em>%1$sabout/</em>, Вам необхідно ввести %1$sabout/ або /about/. Закешований файл буде створено наступного разу коли анонімний користувач відвідає цю сторінку."
+
+#: wp-cache.php:812
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "Очистіть текстове поле, щоб знищити сторінку зі списку безпосередньо закешованих сторінок та видалити закешований файл."
+
+#: wp-cache.php:817
+msgid "Update Direct Pages"
+msgstr "Оновити дані сторінки"
+
+#: wp-cache.php:857
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "Термін дії та збір сміття"
+
+#: wp-cache.php:859
+msgid "Expire time:"
+msgstr "Час протермінування:"
+
+#: wp-cache.php:860
+msgid "seconds"
+msgstr "секунд"
+
+#: wp-cache.php:861
+msgid "Garbage Collection"
+msgstr "Збір Сміття"
+
+#: wp-cache.php:861
+msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "Якщо час протермінування більш ніж 1800 секунд (півгодини), тоді збір сміття буде здійснюватися кожні 10 хвилин, в іншому випадку це відбудеться через 10 секунд після закінчення часу, що зазначено вище."
+
+#: wp-cache.php:862
+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>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
+msgstr "Перевірка та видалення протермінованих файлів є ресурсоємкою процедурою, але залишати їх там було би неправильно. На дуже завантаженому сайті Ви повинні встановити термін дії на <em>300 секунд</em>. Поекспериментуйте з різними значеннями та відвідайте цю сторінку, щоб дізнатися, скільки протермінованих файлів залишилося у різний час протягом дня. Прагніть до того, щоб залишилось менше ніж 500 закешованих файлів."
+
+#: wp-cache.php:863
+msgid "Change Expiration"
+msgstr "Змінити термін дії"
+
+#: wp-cache.php:902
+msgid "Rejected User Agents"
+msgstr "Відхилені броузери (боти)"
+
+#: wp-cache.php:903
+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 "Стрічки у HTTP-запитах для браузерів (ботів), що забороняють Вордпрес Кешу кешувати запити ботів та пошукових павуків. Зауважте, що супер-кешовані файли все ще видаються цим браузерам (ботам), якщо вони вже існують."
+
+#: wp-cache.php:910
+msgid "Save UA Strings"
+msgstr "Зберегти назви ботів (пошукових павуків)"
+
+#: wp-cache.php:933
+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 "Не кешувати наступні типи сторінок. Відвідайте сторінку документації <a href=\"http://codex.wordpress.org/Conditional_Tags\">умовні теги</a> для повного роз&#8217;яснення по кожному типу."
+
+#: wp-cache.php:936
+msgid "Single Posts"
+msgstr "Одинарні статті"
+
+#: wp-cache.php:937
+msgid "Pages"
+msgstr "Сторінки"
+
+#: wp-cache.php:938
+msgid "Front Page"
+msgstr "Головна сторінка"
+
+#: wp-cache.php:939
+msgid "Home"
+msgstr "Домашня сторінка"
+
+#: wp-cache.php:940
+msgid "Archives"
+msgstr "Архіви"
+
+#: wp-cache.php:941
+msgid "Tags"
+msgstr "Теги"
+
+#: wp-cache.php:942
+msgid "Category"
+msgstr "Категорії"
+
+#: wp-cache.php:943
+msgid "Feeds"
+msgstr "Фіди"
+
+#: wp-cache.php:944
+msgid "Search Pages"
+msgstr "Сторінки пошуку"
+
+#: wp-cache.php:946
+#: wp-cache.php:1073
+msgid "Save"
+msgstr "Зберегти"
+
+#: wp-cache.php:963
+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 "Додати стрічки (не і&#8217;мя файлу), що примушують сторінки не кешувати. Наприклад, якщо Ваші URL-адреси містять рік і Ви не хочете кешувати останній рік статей, тоді достатньо вказати рік, наприклад &#8217;/2004/&#8217;. Вордпрес Кеш перевірить чи ця стрічка є частиною URI-шляху. Якщо так, тоді ця сторінка не буде закешованою."
+
+#: wp-cache.php:969
+msgid "Save Strings"
+msgstr "Зберегти стрічки"
+
+#: wp-cache.php:985
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "Додайте сюди імена файлів, які можуть бути закешованими, навіть якщо вони відповідають одній з відхилених стрічок, зазначених вище."
+
+#: wp-cache.php:991
+msgid "Save Files"
+msgstr "Зберегти файли"
+
+#: wp-cache.php:1035
+msgid "Debug Settings"
+msgstr "Налаштування відлагодження"
+
+#: wp-cache.php:1037
+msgid "Currently logging to: "
+msgstr "Зараз лог записується у: "
+
+#: wp-cache.php:1047
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "Виправіть проблеми з плаґіном, відлагоджуючи його тут. Він може надсилати Вам відгоджувальні листи на електротронну скриньку або зберігати інформацію у лог-файл у каталозі кешу."
+
+#: wp-cache.php:1048
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "Ведення лог-файлу простіше, але виникає проблема - очищення кешу буде очищати лог-файл."
+
+#: wp-cache.php:1052
+msgid "Debugging"
+msgstr "Відлагодження"
+
+#: wp-cache.php:1053
+msgid "Logging Type"
+msgstr "Тип логу"
+
+#: wp-cache.php:1053
+msgid "Email"
+msgstr "Електронна скринька"
+
+#: wp-cache.php:1054
+msgid "file"
+msgstr "файл"
+
+#: wp-cache.php:1055
+msgid "IP Address"
+msgstr "IP-адреса"
+
+#: wp-cache.php:1055
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(з цієї IP-адреси лише лог запити. Ваша IP-адреса: %s)"
+
+#: wp-cache.php:1056
+msgid "Log level"
+msgstr "Рівень логу"
+
+#: wp-cache.php:1062
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = менше, 5 = більше, може викликати навантаження сервера.)"
+
+#: wp-cache.php:1064
+msgid "Advanced"
+msgstr "Розширене"
+
+#: wp-cache.php:1064
+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 "У дуже рідкісних випадках на деяких сайтах, можуть виникнути дві проблеми:<ol><li> Головна сторінка може почати завантажуватись як Zip-файл.</li><li> Випадково кешується не та сторінка як головна, якщо Ваш сайт використовує наступну структуру постійних посилань <em>/%category%/%postname%/</em>.</li></ol>"
+
+#: wp-cache.php:1065
+#, php-format
+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 "На 99%c я впевнений, що ці помилки не стосуються плаґіну Вордпрес Супер Кеш і вони трапляються у дуже рідких випадках, але Ви можете провести просту перевірку кожних 5 хвилин, щоб запевнитися, що Ваш сайт функціонує добре. Якщо виникнуть якісь проблеми, Ви отримаєте електронне повідомлення."
+
+#: wp-cache.php:1067
+msgid "Check front page every 5 minutes."
+msgstr "Перевіряти головну сторінку кожні 5 хвилин."
+
+#: wp-cache.php:1068
+msgid "Front page text"
+msgstr "Текст головної сторінки"
+
+#: wp-cache.php:1068
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "Текст для пошуку на головній сторінці. Якщо цей текст відсутній, тоді кеш буде очищено. Залиште порожнім, щоб відключити."
+
+#: wp-cache.php:1069
+msgid "Clear cache on error."
+msgstr "Очистити кеш при помилці."
+
+#: wp-cache.php:1070
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "Надіслати електронного листа адміністратору сайту, коли перевірку буде завершено. (корисно для тестування)"
+
+#: wp-cache.php:1083
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "Помилка: стиск GZIP ввімкнено. Якщо Ви хочете, щоб Вордпрес-Кеш працював, тоді вимкніть це."
+
+#: wp-cache.php:1131
+#: wp-cache.php:1293
+msgid "Warning"
+msgstr "Увага"
+
+#: wp-cache.php:1131
+msgid "GZIP compression is enabled in Wordpress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "Стиск GZIP ввімкнено у Вордпресі, Вордпрес-Кеш буде пропущено, поки Ви не відключите стиск GZIP."
+
+#: wp-cache.php:1189
+#: wp-cache.php:1194
+#: wp-cache.php:1226
+#: wp-cache.php:1231
+#: wp-cache.php:1237
+msgid "Error"
+msgstr "Помилка"
+
+#: wp-cache.php:1189
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "Ваш каталог кешу (<strong>$cache_path</strong>) не існує і не може бути створений веб-сервер. Перевірте %s права доступу."
+
+#: wp-cache.php:1194
+#, php-format
+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 "Ваш каталог кешу (<strong>%1$s</strong>) або <strong>%2$s</strong> повинен мати дозвіл на запис щоб плаґін запрацював. Двічі це перевірте."
+
+#: wp-cache.php:1226
+#, php-format
+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 "Ваш конфігураційний файл Вордпрес-Кешу (<strong>%s</strong>) застарів та не доступний для запису веб-сервером. Будь ласка, видаліть його та оновіть цю сторінку."
+
+#: wp-cache.php:1231
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "Конфігураційний файл відсутній та папка %1$s (<strong>%2$s</strong>) не доступна для запису веб-сервером. Перевірте права доступу."
+
+#: wp-cache.php:1237
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "Не знайдено зразку конфігураційного файлу Вордпрес Кешу (<strong>%s</strong>). Перевірте Вашу інсталяцію."
+
+#: wp-cache.php:1293
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> не існує або не може бути оновленим."
+
+#: wp-cache.php:1294
+msgid "1. If it already exists please delete the file first."
+msgstr "1. Якщо це вже існує, будь ласка, видаліть спочатку файл."
+
+#: wp-cache.php:1295
+#, php-format
+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. Зробіть %1$s доступною для запису, використовуючи команди CHMOD або Ваш ftp-клієнт. (<em>chmod 777 %1$s</em>) та оновіть цю сторінку. Це лише тимчасова поправка, і Вам необхідно зробити цю папку доступною для читання вкінці знову. (Змініть 777 на 755 у попередній команді)"
+
+#: wp-cache.php:1296
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. Обновіть цю сторінку, щоб оновити <em>%s/advanced-cache.php</em>"
+
+#: wp-cache.php:1297
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "Якщо це не працює, переконайтесь, що файл <em>%s/advanced-cache.php</em> не існує:"
+
+#: wp-cache.php:1298
+#, php-format
+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. Вдкрийте <em>%1$s$wp_cache_file</em> у текстовому редакторі.</li><li>2. Змініть текст <em>CACHEHOME</em> на <em>%2$s</em></li><li>3. Збережіть файл і скопіюйте його в <em>%3$s</em> та оновіть цю сторінку.</li>"
+
+#: wp-cache.php:1318
+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>Помилка: WP_CACHE не ввімкнено</strong> у Вашому <code>wp-config.php</code> файлі і я не зміг відредагувати його."
+
+#: wp-cache.php:1319
+#, php-format
+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 "Відредагуйте код <code>%s</code> та додайте наступну стрічку:<br /> <code>define('WP_CACHE', true);</code><br />  В іншому випадку <strong>Вордпрес-Кеш не виконається</strong> за допомогою ядра Вордпресу."
+
+#: wp-cache.php:1322
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>Константа WP_CACHE додана у файл wp-config.php</h3><p> Якщо Ви продовжуєте бачити це попередження, тоді дивіться пункт 5 у <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. Стрічка WP_CACHE повинна бути переміщена вгору."
+
+#: wp-cache.php:1343
+msgid "Cache Contents"
+msgstr "Вміст Кешу"
+
+#: wp-cache.php:1362
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "Видаляється супер-кешований файл: <strong>%s</strong><br />"
+
+#: wp-cache.php:1379
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "Видаляється файл wp-cache: <strong>%s</strong><br />"
+
+#: wp-cache.php:1443
+msgid "WP-Cache"
+msgstr "Вордпрес-Кеш"
+
+#: wp-cache.php:1444
+#: wp-cache.php:1457
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s закешованих сторінок"
+
+#: wp-cache.php:1445
+#: wp-cache.php:1459
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s протермінованих сторінок"
+
+#: wp-cache.php:1456
+msgid "WP-Super-Cache"
+msgstr "Вордпрес-Супер-Кеш"
+
+#: wp-cache.php:1464
+msgid "Fresh WP-Cached Files"
+msgstr "Свіжі Вордпрес-Закешовані файли"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+#: wp-cache.php:1497
+#: wp-cache.php:1513
+msgid "URI"
+msgstr "URI-шлях"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+msgid "Key"
+msgstr "Ключ"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+#: wp-cache.php:1497
+#: wp-cache.php:1513
+msgid "Age"
+msgstr "Вік"
+
+#: wp-cache.php:1465
+#: wp-cache.php:1481
+#: wp-cache.php:1497
+#: wp-cache.php:1513
+msgid "Delete"
+msgstr "Видалити"
+
+#: wp-cache.php:1480
+msgid "Stale WP-Cached Files"
+msgstr "Протерміновані Вордпрес-Кешовані файли"
+
+#: wp-cache.php:1496
+msgid "Fresh Super Cached Files"
+msgstr "Свіжі Супер Кешовані файли"
+
+#: wp-cache.php:1512
+msgid "Stale Super Cached Files"
+msgstr "Протерміновані Супер Кешовані файли"
+
+#: wp-cache.php:1528
+msgid "Hide file list"
+msgstr "Приховати список файлів"
+
+#: wp-cache.php:1530
+msgid "List all cached files"
+msgstr "Список всіх закешованих файлів"
+
+#: wp-cache.php:1536
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>Збір Сміття</strong><br />Останній Збір Сміття був <strong>%s</strong> хвилин тому<br />"
+
+#: wp-cache.php:1537
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "Наступний збір сміття відбудеться через <strong>%s</strong> хвилин"
+
+#: wp-cache.php:1540
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "Протерміновані файли - це файли, що старші за %s секунд. Вони все рівно використовуються плаґіном та видаляються періодично."
+
+#: wp-cache.php:1543
+msgid "Delete Expired"
+msgstr "Видалити протерміноване"
+
+#: wp-cache.php:1549
+#: wp-cache.php:1563
+#: wp-cache.php:1719
+msgid "Delete Cache"
+msgstr "Очистити кеш"
+
+#: wp-cache.php:1563
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "Видалити закешовані файли Супер Кешу (завантажиться у новому вікні)"
+
+#: wp-cache.php:1695
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s підтверджено Діггом і закешовано за допомогою %2$s"
+
+#: wp-cache.php:1728
+#, php-format
+msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
+msgstr "Вордпрес Супер Кеш необхідно налаштувати. Перейдіть на сторінку <a href=\"%s\">адміністрування</a>, щоб ввімкнути та налаштувати плаґін."
+
+#: wp-cache.php:1734
+msgid "Settings"
+msgstr "Налаштування"
+
+#: wp-cache.php:1744
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "Вордпрес Супер Кеш ввімкнено. Будь ласка, перейдіть на сторінку <a href=\"%s\">адміністрування плаґіну</a>, щоб ввімкнути кешування."
+
+#: wp-cache.php:1763
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] Головну сторінку стиснено gzipp-ом! Будь ласка, очистіть кеш!"
+
+#: wp-cache.php:1763
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "Будь ласка, відвідайте %s, щоб очистити кеш, тому що головна сторінка Вашого сайту зараз завантажується!"
+
+#: wp-cache.php:1766
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] Головну сторінку стиснено gzipp-ом! Кеш очищено!"
+
+#: wp-cache.php:1766
+#, php-format
+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 "Кеш на Вашому сайті була очищено, тому що головна сторінка зараз завантажується. Будь ласка, відвідайте %s для перевірки того, що кеш було очищено."
+
+#: wp-cache.php:1773
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] Головна сторінка не правильна! Будь ласка, очистіть кеш!"
+
+#: wp-cache.php:1773
+#, php-format
+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 "Відвідайте %1$s, щоб очистити кеш, тому що головна сторінка Вашого сайту неправильна та відсутній текст, \"%2$s\"!"
+
+#: wp-cache.php:1776
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] Головна сторінка не правильна! Кеш очищено!"
+
+#: wp-cache.php:1776
+#, php-format
+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 "Кеш на Вашому сайті було очищено, тому що на головній сторінці відсутній текст \"%2$s\". Відвідайте %1$s для перевірки того, що кеш було очищено."
+
+#: wp-cache.php:1781
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] Перевірка головної сторінки!"
+
+#: wp-cache.php:1781
+#, php-format
+msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
+msgstr "Вордпрес Супер Кеш перевірив головну сторінку Вашого сайту. Будь ласка, відвідайте %s, якщо Ви хочете це відключити."
+
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo
new file mode 100644
index 0000000000000000000000000000000000000000..d369b550b46fe2e2c18a5a45490ac450ffd64ddf
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po
new file mode 100644
index 0000000000000000000000000000000000000000..a5c83c23f50c057465076ab490380f76ff821294
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_CN.po
@@ -0,0 +1,1116 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: WP Super Cache\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-02-08 14:22+0000\n"
+"PO-Revision-Date: \n"
+"Last-Translator: tomchen1989 <tomchen1989@gmail.com>\n"
+"Language-Team: tomchen1989 <tomchen1989@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Chinese\n"
+"X-Poedit-Country: CHINA\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "找不到 Bad Behaviour. 请检查您的安装。"
+
+#: plugins/badbehaviour.php:47
+#: plugins/badbehaviour.php:65
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:742
+msgid "Disable"
+msgstr "停用"
+
+#: plugins/badbehaviour.php:55
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "已停用"
+
+#: plugins/badbehaviour.php:57
+#: plugins/searchengine.php:69
+#: wp-cache.php:1085
+msgid "enabled"
+msgstr "已启用"
+
+#: plugins/badbehaviour.php:60
+#, php-format
+msgid "Bad Behaviour support is %s."
+msgstr "Bad Behaviour 插件支持为 %s"
+
+#: plugins/badbehaviour.php:61
+#, php-format
+msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
+msgstr "(只支持半启用缓存,停用压缩,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路径必须为 \"%s/plugins/bad-behavior/\")"
+
+#: plugins/badbehaviour.php:63
+#: plugins/searchengine.php:74
+#: wp-cache.php:742
+msgid "Enable"
+msgstr "启用"
+
+#: plugins/badbehaviour.php:69
+#: wp-cache.php:819
+#: wp-cache.php:821
+msgid "Warning!"
+msgstr "警告!"
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 插件 %s"
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(必须有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
+
+#: wp-cache.php:87
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "请以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
+
+#: wp-cache.php:170
+msgid "WP Super Cache Manager"
+msgstr "WP Super Cache 管理"
+
+#: wp-cache.php:172
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "警告!PHP 安全模式已启用!"
+
+#: wp-cache.php:173
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "在安全模式下,您的插件可能会遇到错误。"
+
+#: wp-cache.php:175
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "您的服务器设置为先检查 PHP 程序拥有者才可以存取文件。"
+
+#: wp-cache.php:176
+#, php-format
+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 "您或网站管理员可以通过更改插件程序群组的所有者使其与服务器用户一致,进而让其工作。%s/cache/ 目录的所有者也必须更改。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手册</a>以取得更多说明。"
+
+#: wp-cache.php:178
+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 "您或网站管理员必须先停用此项目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手册</a>以取得更多说明。很抱歉,这无法在 .htaccess 文件里停用。它必须在 php.ini 设置文件中完成。"
+
+#: wp-cache.php:183
+msgid "Permlink Structure Error"
+msgstr "固定链接结构错误"
+
+#: wp-cache.php:184
+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 "插件需要一个自定义的URL或固定链接结构方可运行正确。请至 <a href=\"options-permalink.php\">固定链接设置页</a> 来设置您的固定链接。"
+
+#: wp-cache.php:194
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "设置文件已更改。某些数值可能错误。再次从\"设置\"选单读取页面后重设它们。"
+
+#: wp-cache.php:200
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "无法继续… 请先解决前面的问题然后重试。"
+
+#: wp-cache.php:216
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "警告!您的主机名称 \"%s\" 解析到 %s"
+
+#: wp-cache.php:218
+#, php-format
+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 "您的服务器认为您的主机名称解析到 %s. WP Super Cache 插件的某些服务,例如垃圾回收、WordPress 定时发布文章可能无法正常执行。"
+
+#: wp-cache.php:219
+#: wp-cache.php:233
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "请参阅readme.txt第16项<a href=\"%s\">疑难详解部分</a>"
+
+#: wp-cache.php:232
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "很抱歉,WordPress 找不到 wp-cron.php 文件。插件必须要有这个程序才能正确执行垃圾回收、定时发布文章及其他重要活动。"
+
+#: wp-cache.php:243
+msgid "Zlib Output Compression Enabled!"
+msgstr "Zlib 输出压缩功能已启用!"
+
+#: wp-cache.php:244
+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 正在压缩发送给您网站访客的数据。建议停用此功能,因为插件会压缩一遍页面,而不是一遍又一遍压缩相同的页面。同样参见 readme 文件的 #21 疑难详解部分。参见 <a href=\"http://php.net/manual/en/zlib.configuration.php\">此页面</a> 了解如何修改您的 php.ini 文件。"
+
+#: wp-cache.php:248
+msgid "Mod rewrite may not be installed!"
+msgstr "Mod rewrite 可能没有安装!"
+
+#: wp-cache.php:249
+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 half-on mode."
+msgstr "看来 mod_rewrite 没有安装。有时候这种检查并非 100% 可信,特别是当您不是使用 Apache 时。请重新检查 mod_rewrite 模组已经加载。执行 Super Cache 静态文件时必须要有它。但您仍然可以使用半启用模式。"
+
+#: wp-cache.php:254
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "只读模式。设置无法更改。"
+
+#: wp-cache.php:254
+msgid "Why your configuration may not be changed"
+msgstr "为什么您的设置可能不会更改"
+
+#: wp-cache.php:254
+msgid "Why"
+msgstr "原因"
+
+#: wp-cache.php:256
+#, php-format
+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 webserver to make any changes."
+msgstr "WP Super Cache 设置文件 <code>%s/wp-cache-config.php</code> 无法修改。该文件必须可以从服务器端进行写入。"
+
+#: wp-cache.php:257
+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 "最简单的方式是使用CHMOD指令或通过FTP程序来更改权限。请确保它们正确并可以写入。"
+
+#: wp-cache.php:258
+msgid "Writeable:"
+msgstr "可写入:"
+
+#: wp-cache.php:259
+msgid "Readonly:"
+msgstr "只读:"
+
+#: wp-cache.php:271
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "警告!%s 可写入!"
+
+#: wp-cache.php:272
+#, php-format
+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 "您应该更改 %s 权限使其更加严密。使用您的FTP程序,或是按照以下指令来解决:"
+
+#: wp-cache.php:361
+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>警告!</strong> 您尝试启用压缩,但是 <code>zlib.output_compression</code> 已启用。参见 readme 文件的 #21 疑难详解部分。"
+
+#: wp-cache.php:380
+msgid "WP Super Cache Status"
+msgstr "WP Super Cache 状态"
+
+#: wp-cache.php:383
+msgid "ON"
+msgstr "启动"
+
+#: wp-cache.php:383
+msgid "WP Cache and Super Cache enabled"
+msgstr "启用 WP Cache 与 Super Cache"
+
+#: wp-cache.php:384
+msgid "HALF ON"
+msgstr "半启用"
+
+#: wp-cache.php:384
+msgid "Super Cache Disabled, only legacy WP-Cache caching."
+msgstr "停用 Super Cache,只保留 WP-Cache 缓存。"
+
+#: wp-cache.php:385
+msgid "OFF"
+msgstr "关闭"
+
+#: wp-cache.php:385
+msgid "WP Cache and Super Cache disabled"
+msgstr "停用 WP Cache 与 Super Cache"
+
+#: wp-cache.php:386
+msgid "Don&#8217;t cache pages for logged in users."
+msgstr "不为已登录用户缓存页面。"
+
+#: wp-cache.php:387
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "自豪地告诉全世界您的服务器已使用缓存!(在您的博客底部放置一段文字)"
+
+#: wp-cache.php:388
+msgid "Clear all cache files when a post or page is published. (This may significantly slow down saving of posts.)"
+msgstr "当有文章或页面发布时清除所有缓存。(可能会加重博客的负担)"
+
+#: wp-cache.php:389
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. Recommended for <em>very</em> busy websites with lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
+msgstr "缓存重建。当一个新文件正在产生时传送 suprecache 文件给未登录用户。推荐评论<em>非常多</em>或非常繁忙的网站使用。这个选项会让\"直接缓存网页\"和\"锁定模式\"失效。"
+
+#: wp-cache.php:391
+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 "粗略文件锁定。估计您不会用到这个功能,但如果您的服务器效能较差,开启后可能会有所帮助。警告!<em>可能在少数情况下锁死您的服务器!</em>"
+
+#: wp-cache.php:393
+msgid "List the newest cached pages (may be expensive to run on busy sites, use with caution.)"
+msgstr "列出最新缓存页面(可能会使忙碌的网站更加繁忙,谨慎使用)"
+
+#: wp-cache.php:394
+#, php-format
+msgid "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
+msgstr "使用 <a href=\"%s\">WordPress Mobile Edition</a> 来支持移动设备。"
+
+#: wp-cache.php:399
+msgid "Mobile rewrite rules detected"
+msgstr "移动设备重写规则检测"
+
+#: wp-cache.php:400
+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 "为了获得最好的效能,您应该启用\"移动设备支持\",或从您的 .htaccess 删除移动设备重写规则。找到包含  \"2.0\\ MMP|240x320\" 的两行代码并将它们删除。"
+
+#: wp-cache.php:400
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "不会对一般用户造成任何影响,但移动设备用户将会看到未缓存的页面。"
+
+#: wp-cache.php:403
+msgid "Rewrite rules must be updated"
+msgstr "Rewrite 规则必须更新"
+
+#: wp-cache.php:404
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "插件需要的 rewrite 规则被改动或已遗失。"
+
+#: wp-cache.php:405
+msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty):"
+msgstr "移动设备支持必须在您的 .htaccess 文件里新增额外规则,或是您可以将插件设置为半启用模式。这是您的选择(根据个人需求):"
+
+#: wp-cache.php:406
+msgid "Set the plugin to half on mode and enable mobile support."
+msgstr "将插件设为半启用模式并开启移动设备支持。"
+
+#: wp-cache.php:407
+#, php-format
+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 "从 %s.htaccess 内删除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 源代码区段的 mod_rewrite 规则,重新加载页面让插件可以再次产生它们。"
+
+#: wp-cache.php:408
+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_|wordpress|wp-postpass_).*$</code> add this line: (do it twice, once for each section)"
+msgstr "自行加入规则。编辑 %s.htaccess 并找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 源代码区段。这两部分看起来非常相似。只要在 <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增这一行(这动作要做两次,一个区段一次):"
+
+#: wp-cache.php:411
+msgid "Note:"
+msgstr "备注:"
+
+#: wp-cache.php:411
+#, php-format
+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 too is probably a good idea!)"
+msgstr "如果卸载这个插件,请确认目录 <em>%s</em> 可以被服务器写入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 文件会自动删除。(确认这些文件也可写入,这样也不错)"
+
+#: wp-cache.php:412
+#, php-format
+msgid "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall script</a> to remove files and directories created by the plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script.)"
+msgstr "使用<a href=\"%1$s/wp-super-cache/uninstall.php\">卸载程序</a>来移除插件所建立的文件和文件夹。(请参考 <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> 以了解如何卸载此插件。)"
+
+#: wp-cache.php:414
+msgid "Use object cache to store cached files."
+msgstr "使用缓存对象来储存缓存的文件。"
+
+#: wp-cache.php:414
+msgid "(Experimental)"
+msgstr "(测试版)"
+
+#: wp-cache.php:417
+#, php-format
+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 "需要帮助?请查看 <a href=\"%1$s\">Super Cache readme 文件</a>。里面包含有安装文档、FAQ和疑难详解。您也可上 <a href=\"%2$s\">技术支持论坛</a> 求助。我们会解答您的问题。"
+
+#: wp-cache.php:419
+msgid "Update Status"
+msgstr "更新状态"
+
+#: wp-cache.php:426
+msgid "Required to serve compressed supercache files properly."
+msgstr "需要正确的supercache压缩文件。"
+
+#: wp-cache.php:426
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "需要在supercache页面设置缓存讯息。IE7用户将会看到没有这个模块的旧页面。"
+
+#: wp-cache.php:426
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "设置supercached缓存过期时限。没有这个模块,访客在刷新或留言时可能看不到新页面。"
+
+#: wp-cache.php:433
+msgid "Missing Apache Modules"
+msgstr "Apache 模块遗失"
+
+#: wp-cache.php:434
+msgid "The following Apache modules are missing. The plugin will work in half-on mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
+msgstr "下方的Apache模块遗失。没有它们插件将在半启用模式下工作。若在完整的Supercache模式,您的访客可能会看到损坏的网页或是过时的内容。"
+
+#: wp-cache.php:446
+msgid "Make WordPress Faster"
+msgstr "让 WordPress 更快速"
+
+#: wp-cache.php:448
+#, php-format
+msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
+msgstr "%1$s 真的让您的博客更快。<sup>*</sup>通过购买 <a href=\"%2$s\">Amazon Gift Card</a> 并把它捐赠给 \"%3$s\",让您的博客变得更快!那怕只是一分钱的帮助!"
+
+#: wp-cache.php:449
+#, php-format
+msgid "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
+msgstr "如果您不使用 Amazon,也可以用 PayPal。点击下方的\"捐赠\"按钮或是瞟一眼我的<a href=\"%s\">愿望清单</a>。"
+
+#: wp-cache.php:450
+msgid "Thanks in advance!"
+msgstr "由衷感谢您!"
+
+#: wp-cache.php:451
+msgid "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author very happy!"
+msgstr "好吧,它没有让我的博客变快,但是您让插件的作者感到很高兴!"
+
+#: wp-cache.php:459
+msgid "Don&#8217;t show me this again."
+msgstr "不再显示此提示"
+
+#: wp-cache.php:459
+msgid "Hide"
+msgstr "隐藏"
+
+#: wp-cache.php:462
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s 的开发者是 %2$s ,来自各方的捐赠使得插件得以维持和继续开发。"
+
+#: wp-cache.php:463
+#, php-format
+msgid "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he had more time to read and relax."
+msgstr "开发者的博客为%1$s,相册在%2$s,<a href=\"%3$s\">希望</a>他有更多的时间来放松及阅读。"
+
+#: wp-cache.php:464
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "在%s上向我问好!"
+
+#: wp-cache.php:473
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "缓存页面自 %1$s :<strong>%2$s</strong>"
+
+#: wp-cache.php:474
+msgid "Newest Cached Pages:"
+msgstr "最新的缓存页面:"
+
+#: wp-cache.php:478
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "%s 秒前缓存"
+
+#: wp-cache.php:481
+msgid "(may not always be accurate on busy sites)"
+msgstr "(在忙碌的网站上未必准确)"
+
+#: wp-cache.php:502
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "接受的文件名称 &amp; 拒绝的URI"
+
+#: wp-cache.php:527
+msgid "Cache Plugins"
+msgstr "缓存插件"
+
+#: wp-cache.php:538
+#: wp-cache.php:549
+msgid "Super Cache Compression"
+msgstr "Super Cache 压缩"
+
+#: wp-cache.php:539
+msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
+msgstr "在<em>半启用</em>模式下,压缩默认为启用。"
+
+#: wp-cache.php:551
+#: wp-cache.php:729
+msgid "Enabled"
+msgstr "启用"
+
+#: wp-cache.php:552
+#: wp-cache.php:729
+msgid "Disabled"
+msgstr "停用"
+
+#: wp-cache.php:553
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
+msgstr "压缩默认为停用,因为某些主机在压缩文件时可能发生问题。启用或停用这项功能会清除缓存。"
+
+#: wp-cache.php:556
+msgid "Super Cache compression is now disabled."
+msgstr "Super Cache 压缩目前停用。"
+
+#: wp-cache.php:558
+msgid "Super Cache compression is now enabled."
+msgstr "Super Cache 压缩目前已启用。"
+
+#: wp-cache.php:560
+msgid "Update Compression"
+msgstr "更新压缩"
+
+#: wp-cache.php:567
+msgid "Mod Rewrite Rules"
+msgstr "Mod Rewrite 规则"
+
+#: wp-cache.php:614
+msgid "WordPress MU Detected"
+msgstr "WordPress MU 检测"
+
+#: wp-cache.php:614
+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 "抱歉,当执行 WordPress MU 时重写规则无法自动更新。请开启您的 .htaccess,并在上述文件中任何位置加入下方的 mod_rewrite 规则。"
+
+#: wp-cache.php:616
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Mod Rewrite 规则无法更新!"
+
+#: wp-cache.php:617
+#, php-format
+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 "要让它自动工作,您必须在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 标记,它们看起来像这样,围绕 WordPress 的 mod_rewrite 规则:"
+
+#: wp-cache.php:619
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "当您已更新您的 .htaccess 文件后刷新此页。"
+
+#: wp-cache.php:623
+msgid "Thank you for upgrading."
+msgstr "感谢升级。"
+
+#: wp-cache.php:623
+#, php-format
+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 "从您上次安装此插件,mod_rewrite 规则已经更改。在新的supercache规则更新前,您必须先删除旧的supercache规则。在您修改您的 .htaccess 文件后刷新此页。如果您希望手动更新,更改以下几行:%1$s 使它看起来像这样:%2$s ,唯一改变的地方是 \"HTTP_COOKIE\" 变成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 变成 \"wordpress\"。这是 WordPress 2.5 的改变,但如果您敢使用,它与旧版本相容。"
+
+#: wp-cache.php:627
+msgid "Trailing slash check required."
+msgstr "尾端斜线的检查是必须的。"
+
+#: wp-cache.php:627
+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 "看起来您的博客URLs以\"/\"结束。不幸地在您安装这个插件后,在URLs不是以\"/\"结束的页面,发现了一个重复内容的bug,也就是相同的内容却不是被指向正确的URL。您必须修改您的 .htaccess 文件以修复这个问题,在两个 Super Cache 规则区段内新增下面两个规则:"
+
+#: wp-cache.php:629
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "您可以看到规则去向,通过点选下方的\"查看 mod_rewrite 规则\"链接来看到完整的规则"
+
+#: wp-cache.php:641
+msgid "Cannot update .htaccess"
+msgstr "无法更新 .htaccess"
+
+#: wp-cache.php:641
+#, php-format
+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 "<code>%s.htaccess</code> 文件无法被网页服务器更新。请使用 chmod 指令或通过 FTP 程序修正。"
+
+#: wp-cache.php:641
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "在权限修改后请刷新这个页面。"
+
+#: wp-cache.php:641
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "或者,您可以手动编辑 <code>%s.htaccess</code> 文件并加入以下源代码(在任何 WordPress 规则前):"
+
+#: wp-cache.php:644
+#, php-format
+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 "为了使用静态的HTML文件,您的服务器上必须有正确的mod_rewrite规则,新增到一个名为 <code>%s.htaccess</code> 的文件。"
+
+#: wp-cache.php:646
+msgid "You must edit the file yourself add the following rules."
+msgstr "您必须自行编辑并新增以下规则。"
+
+#: wp-cache.php:648
+msgid "You can edit the file yourself add the following rules."
+msgstr "您可以自行编辑并新增以下规则。"
+
+#: wp-cache.php:650
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "确认它们出现在任何已存在的 WordPress 规则之前。"
+
+#: wp-cache.php:652
+#: wp-cache.php:679
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "规则也必须新增到%s:"
+
+#: wp-cache.php:657
+msgid "Update Mod_Rewrite Rules"
+msgstr "更新 Mod_Rewrite 规则"
+
+#: wp-cache.php:666
+msgid "Mod Rewrite rules updated!"
+msgstr "Mod Rewrite 规则已更新!"
+
+#: wp-cache.php:667
+#, php-format
+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 已更新必要的 mod_rewrite 规则。请确保它们是正确的。它们应该像这样:"
+
+#: wp-cache.php:669
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Mod Rewrite 规则必须更新!"
+
+#: wp-cache.php:670
+#, php-format
+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 "您的%s.htaccess无法由服务器写入,必须更新 mod_rewrite 规则。新的规则必须在 WordPress 规则之上,如下面的源代码所示:"
+
+#: wp-cache.php:675
+#, php-format
+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 "在您的%s.htaccess文件中已经检测到WP Super Cache重写规则。<br />点选以下链接,查看新增到该文件的内容。如果您已经升级插件,请确保与这些规则相同。"
+
+#: wp-cache.php:676
+msgid "View Mod_Rewrite Rules"
+msgstr "查看 Mod_Rewrite 规则"
+
+#: wp-cache.php:687
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "%s.htaccess上Gzip规则建立。"
+
+#: wp-cache.php:694
+msgid "Fix Configuration"
+msgstr "修复设置"
+
+#: wp-cache.php:697
+msgid "Restore Default Configuration"
+msgstr "还原到默认选项"
+
+#: wp-cache.php:705
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "评论审核已启用。您的评论可能需要一些时间才会显示。"
+
+#: wp-cache.php:729
+msgid "Lock Down:"
+msgstr "锁定:"
+
+#: wp-cache.php:730
+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 "如果您预测会有流量高峰到来时,可以启用锁定功能。当这个功能启用时,在文章里发布新评论将不会更新静态缓存文件。"
+
+#: wp-cache.php:731
+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 "开发者:通过检查\"WPLOCKDOWN\",让您的插件与锁定功能相容。下面的源代码将确保您的插件遵守WPLOCKDOWN设置。"
+
+#: wp-cache.php:733
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "抱歉。我的博客已经锁定。将会在短时间后更新。"
+
+#: wp-cache.php:737
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress 已锁定。新的评论产生时将不会删除 Super Cache 静态缓存文件。"
+
+#: wp-cache.php:739
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress 未锁定。新的评论产生时将会正常更新 Super Cache 静态缓存文件。"
+
+#: wp-cache.php:745
+msgid "Lock Down"
+msgstr "锁定"
+
+#: wp-cache.php:753
+msgid "Directly Cached Files"
+msgstr "直接缓存文件"
+
+#: wp-cache.php:811
+#, php-format
+msgid "%s removed!"
+msgstr "%s 已移除!"
+
+#: wp-cache.php:819
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "启用这项功能前必须确认 %s 是可写入状态。由于这牵涉到一个安全风险,请在您的网页产生后把它设为只读。"
+
+#: wp-cache.php:821
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s 可写入。由于这牵涉到一个安全风险,请在您的网页产生后把它设为只读。"
+
+#: wp-cache.php:835
+msgid "Existing direct page"
+msgstr "已存在的直接页面"
+
+#: wp-cache.php:835
+msgid "Delete cached file"
+msgstr "删除缓存文件"
+
+#: wp-cache.php:840
+msgid "Add direct page:"
+msgstr "新增直接页面:"
+
+#: wp-cache.php:842
+#, php-format
+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 "直接缓存文件是从您的博客目录 %s 直接产生的文件。这项功能仅当您预测到将会有从像 Digg 或 Slashdot 等的热门站点给某篇文章或页面带来大量流量时才有用。"
+
+#: wp-cache.php:844
+#, php-format
+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 "举例来说:缓存 <em>%1$sabout/</em>,您应输入 %1$sabout/ 或 /about/ 。缓存文件将在下一个未登录用户访问该页面时产生。"
+
+#: wp-cache.php:845
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "清空输入框,就能将它从直接页面清单中移除并删除缓存文件。"
+
+#: wp-cache.php:850
+msgid "Update Direct Pages"
+msgstr "更新直接页面"
+
+#: wp-cache.php:890
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "过期时限 &amp; 垃圾收集"
+
+#: wp-cache.php:892
+msgid "Expire time:"
+msgstr "过期时限:"
+
+#: wp-cache.php:893
+msgid "seconds"
+msgstr "秒"
+
+#: wp-cache.php:894
+msgid "Garbage Collection"
+msgstr "垃圾收集"
+
+#: wp-cache.php:894
+msgid "If expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "如果过期时限大于1800秒(半个小时),垃圾回收会每10分钟进行一次,否则就会在默认到期时间的10秒后进行清理。"
+
+#: wp-cache.php:895
+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>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. Aim to have less than 500 cached files if possible."
+msgstr "检查和删除过期文件代价高昂,但把这些文件留在那里一样不是个好办法。在非常忙碌的网站,您应该将过期时限设置为 <em>300 秒</em>。尝试使用不同的数值,并注意这些页面一天里在不同时段产生多少过期文件,如果可能的话尽量不让缓存文件数多于500个。"
+
+#: wp-cache.php:896
+msgid "Change Expiration"
+msgstr "更改过期时限"
+
+#: wp-cache.php:935
+msgid "Rejected User Agents"
+msgstr "被拒绝的User Agent"
+
+#: wp-cache.php:936
+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 "HTTP User Agent;防止缓存机器人、蜘蛛或抓取器对于 WP-Cache 的请求。请注意,如果缓存文件已经存在,仍然会发送给这些代理。"
+
+#: wp-cache.php:943
+msgid "Save UA Strings"
+msgstr "保存UA字串"
+
+#: wp-cache.php:966
+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 "不缓存以下页面类型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">附加标签</a>文件对每个类型的完整讨论。"
+
+#: wp-cache.php:969
+msgid "Single Posts"
+msgstr "单篇文章"
+
+#: wp-cache.php:970
+msgid "Pages"
+msgstr "页面"
+
+#: wp-cache.php:971
+msgid "Front Page"
+msgstr "首页"
+
+#: wp-cache.php:972
+msgid "Home"
+msgstr "主页"
+
+#: wp-cache.php:973
+msgid "Archives"
+msgstr "存档"
+
+#: wp-cache.php:974
+msgid "Tags"
+msgstr "标签"
+
+#: wp-cache.php:975
+msgid "Category"
+msgstr "分类"
+
+#: wp-cache.php:976
+msgid "Feeds"
+msgstr "Feed"
+
+#: wp-cache.php:977
+msgid "Search Pages"
+msgstr "搜索页"
+
+#: wp-cache.php:979
+#: wp-cache.php:1108
+msgid "Save"
+msgstr "保存"
+
+#: wp-cache.php:996
+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 "在下方输入框内新增字串(不是文件名称),控制页面是否被缓存。例如,如果您的URL中包含年份,且您不想缓存去年的文章,那么就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 将会搜索这个字串是否包含在URL之中,如果是的话则不缓存这个页面。"
+
+#: wp-cache.php:1002
+msgid "Save Strings"
+msgstr "保存字串"
+
+#: wp-cache.php:1018
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "这里是可以被缓存的文件名,即使它们与上方设置的拒绝字串相符时也仍将被缓存。"
+
+#: wp-cache.php:1024
+msgid "Save Files"
+msgstr "保存文件"
+
+#: wp-cache.php:1068
+msgid "Debug Settings"
+msgstr "Debug 设置"
+
+#: wp-cache.php:1070
+msgid "Currently logging to: "
+msgstr "当前记录到:"
+
+#: wp-cache.php:1080
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "在这里使用插件Debug模式解决问题。它可以发送给您Debug电子邮件或在您的缓存目录内产生的日志文件。"
+
+#: wp-cache.php:1081
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "记录日志的话更容易些,但问题是:清除缓存将会同时清除日志文件。"
+
+#: wp-cache.php:1085
+msgid "Debugging"
+msgstr "正在 Debug"
+
+#: wp-cache.php:1086
+msgid "Logging Type"
+msgstr "记录种类"
+
+#: wp-cache.php:1086
+msgid "Email"
+msgstr "电子邮件"
+
+#: wp-cache.php:1087
+msgid "file"
+msgstr "文件"
+
+#: wp-cache.php:1088
+msgid "IP Address"
+msgstr "IP地址"
+
+#: wp-cache.php:1088
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(仅记录来自此IP地址的请求。您的 IP 是 %s)"
+
+#: wp-cache.php:1089
+msgid "Log level"
+msgstr "记录等级"
+
+#: wp-cache.php:1095
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = 低,5 = 更多,可能会导致严重的服务器负载)"
+
+#: wp-cache.php:1098
+msgid "Advanced"
+msgstr "高级选项"
+
+#: wp-cache.php:1098
+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 "在极少数的博客上可能会出现两个问题:<ol><li>在首页可能会以一个 zip 文件开始下载。</li><li>如果您的博客使用一个静态的首页,或以 <em>/%category%/%postname%/</em> 作为固定链接架构的话,那么错误的页面有时候会变成首页的缓存画面。</li></ol>"
+
+#: wp-cache.php:1099
+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 "我99%地肯定,它们不是 WP Super Cache 的错误。它只会发生在极少数的情况下,但如果您担心的话,您可以每5分钟进行一次简单的检查,以确保您的网站是正常的。如果有问题,您将会收到电子邮件。"
+
+#: wp-cache.php:1101
+msgid "Check front page every 5 minutes."
+msgstr "每五分钟检查一次首页"
+
+#: wp-cache.php:1102
+msgid "Front page text"
+msgstr "首页文字"
+
+#: wp-cache.php:1102
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "在您的首页里要搜索的文字。如果缺少这些文字,缓存将被清除。留空将停用此功能。"
+
+#: wp-cache.php:1103
+msgid "Clear cache on error."
+msgstr "清除缓存时发生错误。"
+
+#: wp-cache.php:1104
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "当检查时发送电子邮件给网站管理员。(仅供测试)"
+
+#: wp-cache.php:1118
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "错误:GZIP压缩已启用,如果您想启用wp-cache,请停用它。"
+
+#: wp-cache.php:1166
+#: wp-cache.php:1328
+msgid "Warning"
+msgstr "警告"
+
+#: wp-cache.php:1166
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "在 WordPress 上GZIP压缩已启用,wp-cache将被绕过,除非您停用gzip压缩。"
+
+#: wp-cache.php:1224
+#: wp-cache.php:1229
+#: wp-cache.php:1261
+#: wp-cache.php:1266
+#: wp-cache.php:1272
+msgid "Error"
+msgstr "错误"
+
+#: wp-cache.php:1224
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "您的缓存目录(<strong>$cache_path</strong>)不存在,且无法从服务器端建立。请检查 %s 权限。"
+
+#: wp-cache.php:1229
+#, php-format
+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 "您的缓存目录(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必须使插件可写入才能正常工作。请重新检查。"
+
+#: wp-cache.php:1261
+#, php-format
+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 "您的 WP-Cache 设置文件(<strong>%s</strong>)已经过期,且无法由服务器端写入,请删除它并刷新此页面。"
+
+#: wp-cache.php:1266
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "设置文件遗失,%1$s 目录(<strong>%2$s</strong>)也无法被服务器写入。请检查权限。"
+
+#: wp-cache.php:1272
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "WP-Cache 设置文件范例(<strong>%s</strong>)不存在。请确认您的安装是否正确。"
+
+#: wp-cache.php:1328
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> 文件不存在或是无法更新。"
+
+#: wp-cache.php:1329
+msgid "1. If it already exists please delete the file first."
+msgstr "1. 如果它已经存在,请先删除。"
+
+#: wp-cache.php:1330
+#, php-format
+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. 请使用您的FTP程序或服务器软件,以chmod指令使%1$s可写入。(<em>chmod 777 %1$s</em>),并刷新此页面。这只是暂时这样做,您之后需在把它更改为只读。(使用前面的指令将权限从 777 更改为 755)"
+
+#: wp-cache.php:1331
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. 刷新此页面以更新 <em>%s/advanced-cache.php</em>"
+
+#: wp-cache.php:1332
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "如果无法工作,请确认 <em>%s/advanced-cache.php</em> 文件不存在:"
+
+#: wp-cache.php:1333
+#, php-format
+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. 以文字编辑器开启 <em>%1$s$wp_cache_file</em>。</li><li>2. 将 <em>CACHEHOME</em> 更改为 <em>%2$s</em></li><li>3. 保存文件并复制为 <em>%3$s</em>,然后刷新此页面。</li>"
+
+#: wp-cache.php:1353
+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>错误:</strong>在您的 <code>wp-config.php</code> 文件里 <strong>WP_CACHE 是停用状态</strong>,且无法修改。"
+
+#: wp-cache.php:1354
+#, php-format
+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 "编辑 <code>%s</code> 并加入以下源代码:<br /> <code>define('WP_CACHE', true);</code><br />否则,<strong>WP-Cache 将无法被 WordPress 核心执行</strong>。"
+
+#: wp-cache.php:1357
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>WP_CACHE 不断被新增到 wp-config.php</h3><p>如果您一直都能看到这条警告讯息,请参阅 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五条。源代码中 WP_CACHE 所在行必须前移。"
+
+#: wp-cache.php:1379
+msgid "Cache Contents"
+msgstr "缓存内容"
+
+#: wp-cache.php:1382
+msgid "Object cache in use. No cache listing available."
+msgstr "正在使用缓存对象。无法列出缓存的页面。"
+
+#: wp-cache.php:1405
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "删除supercache文件:<strong>%s</strong><br />"
+
+#: wp-cache.php:1422
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "删除wp-cache文件:<strong>%s</strong><br />"
+
+#: wp-cache.php:1486
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1487
+#: wp-cache.php:1500
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s 个页面已缓存"
+
+#: wp-cache.php:1488
+#: wp-cache.php:1502
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s 个页面已过期"
+
+#: wp-cache.php:1499
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1507
+msgid "Fresh WP-Cached Files"
+msgstr "新 WP-Cached 文件"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+#: wp-cache.php:1540
+#: wp-cache.php:1556
+msgid "URI"
+msgstr "URI 网址"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+msgid "Key"
+msgstr "关键字"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+#: wp-cache.php:1540
+#: wp-cache.php:1556
+msgid "Age"
+msgstr "年"
+
+#: wp-cache.php:1508
+#: wp-cache.php:1524
+#: wp-cache.php:1540
+#: wp-cache.php:1556
+msgid "Delete"
+msgstr "删除"
+
+#: wp-cache.php:1523
+msgid "Stale WP-Cached Files"
+msgstr "旧 WP-Cached 文件"
+
+#: wp-cache.php:1539
+msgid "Fresh Super Cached Files"
+msgstr "新 Super Cached 文件"
+
+#: wp-cache.php:1555
+msgid "Stale Super Cached Files"
+msgstr "旧 Super Cached 文件"
+
+#: wp-cache.php:1571
+msgid "Hide file list"
+msgstr "隐藏文件清单"
+
+#: wp-cache.php:1573
+msgid "List all cached files"
+msgstr "列出所有缓存文件"
+
+#: wp-cache.php:1579
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>垃圾收集</strong><br />上次垃圾收集于 <strong>%s</strong> 分钟前<br />"
+
+#: wp-cache.php:1580
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "下次垃圾收集于 <strong>%s</strong> 分钟后"
+
+#: wp-cache.php:1582
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "过期文件指存在超过 %s 秒钟的文件。它们仍然会被插件使用但是会定期删除。"
+
+#: wp-cache.php:1592
+msgid "Delete Expired"
+msgstr "删除过期文件"
+
+#: wp-cache.php:1598
+#: wp-cache.php:1610
+#: wp-cache.php:1769
+msgid "Delete Cache"
+msgstr "删除缓存"
+
+#: wp-cache.php:1610
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "删除 Super Cache 缓存文件(在新视窗打开)"
+
+#: wp-cache.php:1745
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s 使用的缓存程序为 %2$s"
+
+#: wp-cache.php:1778
+#, php-format
+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 必须设置。请前往<a href=\"%s\">管理后台</a>启用和设置插件。"
+
+#: wp-cache.php:1784
+msgid "Settings"
+msgstr "设置"
+
+#: wp-cache.php:1794
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache 停用。请前往 <a href=\"%s\">插件管理页</a>启用缓存。"
+
+#: wp-cache.php:1813
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] 首页已使用gzip压缩!请清除缓存!"
+
+#: wp-cache.php:1813
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "请前往 %s 清除缓存,网站的首页正在下载!"
+
+#: wp-cache.php:1816
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] 首页已使用gzip压缩!缓存已清除!"
+
+#: wp-cache.php:1816
+#, php-format
+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 "您的博客缓存已被清除。因为您的博客首页正在下载,请前往 %s 确认缓存已被清除。"
+
+#: wp-cache.php:1823
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] 首页不正确!请清除缓存!"
+
+#: wp-cache.php:1823
+#, php-format
+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 "请前往 %1$s 清除缓存,博客的首页不正确,遗失文字,\"%2$s\"!"
+
+#: wp-cache.php:1826
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] 首页不正确!缓存已清除!"
+
+#: wp-cache.php:1826
+#, php-format
+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 "您的博客已被清除缓存,因为您的博客首页缺少文字 \"%2$s\"。请前往 %1$s 确认缓存已被清除。"
+
+#: wp-cache.php:1831
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] 首页检查!"
+
+#: wp-cache.php:1831
+#, php-format
+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 已检查过您博客的首页。如果您想停用这项功能,请前往 %s 。"
+
+#~ msgid "Mobile device support."
+#~ msgstr "移动设备支持。"
+
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo
new file mode 100644
index 0000000000000000000000000000000000000000..2f00b14baf6815aba22f2649b0ee8b12eb18b433
Binary files /dev/null and b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo differ
diff --git a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po
new file mode 100644
index 0000000000000000000000000000000000000000..fc1cb87621f1e89db601905be55b4e9388e7a80c
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.po
@@ -0,0 +1,1547 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: WP Super Cache (Traditional Chinese)\n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-11-22 17:30+0000\n"
+"PO-Revision-Date: \n"
+"Last-Translator: Liang, Jih-Kai <privism@gmail.com>\n"
+"Language-Team: privism <privism@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: Chinese\n"
+"X-Poedit-Country: TAIWAN\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: ossdl-cdn.php:105
+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 "你的網站可能使用了許多的靜態檔案。圖片、Javascript、CSS檔案通常都是靜態檔案,所以可以很簡單地使用另一個站台或CDN來服務。所以這個外掛會根據你下面所提供的URL,取代你的網站中<code>wp-content</code>和<code>wp-includes</code>目錄下除了PHP檔案以外的任何連結。用這個方式,你可以把所有的靜態內容拷貝到一個專用的主機或或使用<a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>鏡射到CDN上。"
+
+#: ossdl-cdn.php:106
+#, php-format
+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\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的CDN服務完全正常。"
+
+#: ossdl-cdn.php:107
+msgid "You can define different CDN URLs for each site on a multsite network."
+msgstr "你可以為多站台網路中的每個站台定義不同的CDN URL。"
+
+#: ossdl-cdn.php:134
+msgid "Save Changes"
+msgstr "儲存變更"
+
+#: ossdl-cdn.php:136
+msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
+msgstr "CDN 功能由<a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a>提供,作者為<a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr "您的迴響正等待審核中。"
+
+#: plugins/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+msgstr "Awaiting Moderation"
+
+#: plugins/awaitingmoderation.php:34
+#: plugins/badbehaviour.php:63
+#: plugins/domain-mapping.php:60
+#: wp-cache.php:1164
+msgid "Enabled"
+msgstr "啟用"
+
+#: plugins/awaitingmoderation.php:35
+#: plugins/badbehaviour.php:64
+#: plugins/domain-mapping.php:61
+#: wp-cache.php:1164
+msgid "Disabled"
+msgstr "停用"
+
+#: 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 "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
+
+#: plugins/awaitingmoderation.php:40
+#: plugins/badbehaviour.php:69
+#: plugins/domain-mapping.php:66
+#: plugins/searchengine.php:69
+#: wp-cache.php:1523
+msgid "enabled"
+msgstr "已啟用"
+
+#: plugins/awaitingmoderation.php:42
+#: plugins/badbehaviour.php:71
+#: plugins/domain-mapping.php:68
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "已停用"
+
+#: plugins/awaitingmoderation.php:43
+#, php-format
+msgid "Awaiting Moderation is now %s"
+msgstr "Awaiting Moderation 外掛模組 %s"
+
+#: plugins/awaitingmoderation.php:45
+#: plugins/badbehaviour.php:74
+#: plugins/domain-mapping.php:71
+msgid "Update"
+msgstr "更新"
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr "找不到 Bad Behaviour. 請檢查你的安裝。"
+
+#: plugins/badbehaviour.php:61
+msgid "Bad Behavior"
+msgstr "Bad Behavior"
+
+#: plugins/badbehaviour.php:66
+#, php-format
+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 "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")"
+
+#: plugins/badbehaviour.php:72
+#, php-format
+msgid "Bad Behavior support is now %s"
+msgstr "Bad Behaviour 外掛模組 %s"
+
+#: plugins/badbehaviour.php:81
+#: wp-cache.php:1254
+#: wp-cache.php:1256
+msgid "Warning!"
+msgstr "警告!"
+
+#: plugins/domain-mapping.php:58
+msgid "Domain Mapping"
+msgstr "Domain Mapping"
+
+#: plugins/domain-mapping.php:63
+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 "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>外掛支援,映射多個網域至一個blog。"
+
+#: plugins/domain-mapping.php:69
+#, php-format
+msgid "Domain Mapping support is now %s"
+msgstr "Domain Mapping 外掛模組 %s"
+
+#: plugins/domain-mapping.php:83
+msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+msgstr "Domain Mapping外掛模組已被偵測到!請到Supercache外掛頁面啟用domain mapping支援外掛。"
+
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1177
+msgid "Disable"
+msgstr "停用"
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
+msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 外掛模組 %s"
+
+#: plugins/searchengine.php:72
+msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
+msgstr "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
+
+#: plugins/searchengine.php:74
+#: wp-cache.php:1177
+msgid "Enable"
+msgstr "啟用"
+
+#: wp-cache.php:91
+#, php-format
+msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
+
+#: wp-cache.php:146
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr "警告!PHP 安全模式已啟用!"
+
+#: wp-cache.php:147
+msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
+
+#: wp-cache.php:151
+msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+msgstr "你的伺服器設定為先檢查 PHP 程式擁有者才可以存取檔案。"
+
+#: wp-cache.php:152
+#, php-format
+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 "你或管理員可以透過變更外掛程式群組的所有者使其與伺服器使用者一致,進而讓其運作。%s/cache/ 目錄的所有者也必須變更。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。"
+
+#: wp-cache.php:154
+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 "你或管理員必須先停用此項目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。很抱歉,這無法在 .htaccess 檔案裡停用。它必須在 php.ini 設定檔中完成。"
+
+#: wp-cache.php:160
+msgid "Permlink Structure Error"
+msgstr "固定網址結構錯誤"
+
+#: wp-cache.php:161
+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 "外掛要正常運作,必須有自定url或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。"
+
+#: wp-cache.php:173
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
+
+#: wp-cache.php:174
+#, php-format
+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 "你的伺服器認為你的主機名稱解析到 %s. WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。"
+
+#: wp-cache.php:175
+#: wp-cache.php:189
+#, php-format
+msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
+msgstr "請參閱readme.txt第16項<a href=\"%s\">錯誤排除段落</a>"
+
+#: wp-cache.php:188
+msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
+
+#: wp-cache.php:203
+msgid "Cannot continue... fix previous problems and retry."
+msgstr "無法繼續... 解決前述問題然後重試。"
+
+#: wp-cache.php:212
+msgid "Zlib Output Compression Enabled!"
+msgstr "Zlib輸出壓縮已被啟用!"
+
+#: wp-cache.php:213
+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頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改你的php.ini的說明。"
+
+#: wp-cache.php:217
+msgid "Mod rewrite may not be installed!"
+msgstr "Mod rewrite 可能沒有安裝!"
+
+#: wp-cache.php:218
+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 "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。"
+
+#: wp-cache.php:223
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr "唯讀模式。設定無法變更。"
+
+#: wp-cache.php:224
+#, php-format
+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 webserver to make any changes."
+msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須可以從伺服器端進行寫入。"
+
+#: wp-cache.php:225
+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 "最簡單的方式是使用CHMOD指令或透過FTP程式來變更權限。請確保它們正確並可以寫入。"
+
+#: wp-cache.php:226
+msgid "Writeable:"
+msgstr "可寫入:"
+
+#: wp-cache.php:227
+msgid "Readonly:"
+msgstr "唯讀:"
+
+#: wp-cache.php:239
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr "警告!%s 可寫入!"
+
+#: wp-cache.php:240
+#, php-format
+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 "你應該變更 %s 權限使其更加嚴密。使用你的FTP程式,或是按照以下指令來解決:"
+
+#: wp-cache.php:248
+msgid "Mobile rewrite rules detected"
+msgstr "行動裝置重寫規則檢測"
+
+#: wp-cache.php:249
+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 "為了獲得最好的效能,你應該啟用\"行動裝置支援\",或從你的 .htaccess 刪除行動裝置重寫規則。尋找包含  \"2.0\\ MMP|240x320\" 字串的兩行並刪除它們。"
+
+#: wp-cache.php:249
+msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+msgstr "不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。"
+
+#: wp-cache.php:255
+#: wp-cache.php:266
+msgid "Rewrite rules must be updated"
+msgstr "Mod Rewrite 規則必須更新!"
+
+#: wp-cache.php:256
+#: wp-cache.php:267
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr "這個外掛所需的rewrite規則已被變更或不存在。"
+
+#: wp-cache.php:257
+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 "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(根據個人需求):"
+
+#: wp-cache.php:258
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
+
+#: wp-cache.php:259
+#: wp-cache.php:268
+msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
+msgstr "捲動到進階選項頁面的下方並點擊<strong>更新Mod_Rewrite規則</strong>按鈕。"
+
+#: wp-cache.php:260
+#, php-format
+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 "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段的 mod_rewrite 規則,重新載入頁面讓外掛可以再次產生它們。"
+
+#: wp-cache.php:261
+#, php-format
+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_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
+msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段。這兩部分看起來非常相似。只要在 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增這一行(這動作要做兩次,一個區段一次):"
+
+#: wp-cache.php:274
+msgid "Required to serve compressed supercache files properly."
+msgstr "需要正確的supercache壓縮檔案。"
+
+#: wp-cache.php:274
+msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+msgstr "需要在supercache頁面設定快取訊息。IE7使用者將會看到沒有這個模組的舊頁面。"
+
+#: wp-cache.php:274
+msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+msgstr "設定supercached快取過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。"
+
+#: wp-cache.php:281
+msgid "Missing Apache Modules"
+msgstr "Apache 模組遺失"
+
+#: wp-cache.php:282
+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 "以下的Apache模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的Supercache模式,你的訪客可能會看到損壞的網頁或是過時的內容。"
+
+#: wp-cache.php:433
+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>警告!</strong> 你試著要開啟壓縮,但是<code>zlib.output_compression</code>已被啟用。 參見讀我檔案裡錯誤排除段落第21條。"
+
+#: wp-cache.php:524
+msgid "WP Super Cache Settings"
+msgstr "WP Super Cache 狀態"
+
+#: wp-cache.php:535
+msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
+msgstr "注意:<em>Mod_rewrite或傳統快取已被開啟。</em> 預設顯示進階選項頁面。"
+
+#: wp-cache.php:546
+msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+msgstr "設定檔已變更。某些數值可能錯誤。再次從\"設定\"選單讀取頁面後重設它們。"
+
+#: wp-cache.php:566
+#: wp-cache.php:640
+msgid "Caching must be enabled to use this feature"
+msgstr "必須啟用快取才能使用這個功能"
+
+#: wp-cache.php:568
+msgid "Cache Tester"
+msgstr "快取測試"
+
+#: wp-cache.php:569
+msgid "Test your cached website by clicking the test button below."
+msgstr "請按下面的測試按鈕以測試你的網站快取。"
+
+#: wp-cache.php:576
+#, php-format
+msgid "Fetching %s to prime cache: "
+msgstr "抓取 %s 至主要快取:"
+
+#: wp-cache.php:578
+#: wp-cache.php:585
+#: wp-cache.php:592
+msgid "OK"
+msgstr "完成"
+
+#: wp-cache.php:583
+#, php-format
+msgid "Fetching first copy of %s: "
+msgstr "抓取第一份%s:"
+
+#: wp-cache.php:590
+#, php-format
+msgid "Fetching second copy of %s: "
+msgstr "抓取第二份%s:"
+
+#: wp-cache.php:596
+msgid "One or more page requests failed:"
+msgstr "一個或以上的頁面要求失敗:"
+
+#: wp-cache.php:615
+#: wp-cache.php:616
+#, php-format
+msgid "Page %d: %d (%s)"
+msgstr "頁面 %d: %d (%s)"
+
+#: wp-cache.php:622
+#, php-format
+msgid "Page 1: %s"
+msgstr "頁面1: %s"
+
+#: wp-cache.php:623
+#, php-format
+msgid "Page 2: %s"
+msgstr "頁面2: %s"
+
+#: wp-cache.php:624
+msgid "The timestamps on both pages match!"
+msgstr "頁面時間標籤相符!"
+
+#: wp-cache.php:626
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr "無頁面時間標籤或標籤不相符"
+
+#: wp-cache.php:632
+msgid "Send non-secure (non https) request for homepage"
+msgstr "要非加密(非https)傳輸要求首頁"
+
+#: wp-cache.php:633
+msgid "Test Cache"
+msgstr "測試快取"
+
+#: wp-cache.php:658
+#: wp-cache.php:789
+msgid "Cancel Cache Preload"
+msgstr "取消快取預先載入"
+
+#: wp-cache.php:666
+#: wp-cache.php:677
+msgid "Scheduled preloading of cache cancelled."
+msgstr "預載快取排程已被取消。"
+
+#: wp-cache.php:703
+#: wp-cache.php:787
+msgid "Preload Cache Now"
+msgstr "馬上開始預先載入"
+
+#: wp-cache.php:707
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr "預載快取將在十秒之後開始。"
+
+#: wp-cache.php:712
+#, php-format
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr "下次預載快取排程時間:%d分鐘後"
+
+#: wp-cache.php:716
+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 "這會快取你網站上所有已發布的文章和頁面。它會產生supercache靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的Google排名有幫助,因為他們也將網站速度納入衡量項目之一。"
+
+#: wp-cache.php:717
+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 "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多(10,000+)文章的時候,可能只會有新文章被快取到。這在分享主機上特別重要。"
+
+#: wp-cache.php:718
+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 "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的supercache檔案。這是預先載入的建議設定。"
+
+#: wp-cache.php:722
+#, php-format
+msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+msgstr "每%s分鐘更新預載快取檔案。(0關閉,最低%d分鐘。)"
+
+#: wp-cache.php:735
+msgid "all"
+msgstr "所有"
+
+#: wp-cache.php:748
+#, php-format
+msgid "Preload %s posts."
+msgstr "預先載入 %s 篇文章。"
+
+#: wp-cache.php:755
+msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
+
+#: wp-cache.php:758
+msgid "Send me status emails when files are refreshed."
+msgstr "當檔案被更新的時候寄信給我。"
+
+#: wp-cache.php:763
+msgid "Many emails, 2 emails per 100 posts."
+msgstr "很多信件,每一百篇文章二封信。"
+
+#: wp-cache.php:766
+msgid "Medium, 1 email per 100 posts."
+msgstr "中等,每一百篇文章一封信。"
+
+#: wp-cache.php:769
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr "較少信件,開始的時候一封還有結束的時候一封。"
+
+#: wp-cache.php:773
+#, php-format
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "在%d小時%d分鐘%d秒之後更新快取。"
+
+#: wp-cache.php:774
+#, php-format
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr "完整更新快取,耗費了%d小時%d分鐘%d秒。"
+
+#: wp-cache.php:780
+#, php-format
+msgid "Currently caching from post %d to %d."
+msgstr "目前正在快取第%d到%d篇文章。"
+
+#: wp-cache.php:784
+#, php-format
+msgid "<strong>Page last cached:</strong> %s"
+msgstr "<strong>最新快取頁面:</strong> %s"
+
+#: wp-cache.php:787
+msgid "Update Settings"
+msgstr "更新狀態"
+
+#: wp-cache.php:795
+msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。"
+
+#: wp-cache.php:810
+#: wp-cache.php:904
+msgid "Caching"
+msgstr "快取"
+
+#: wp-cache.php:814
+msgid "Cache hits to this website for quick access."
+msgstr "啟用快取以加速對本網站的存取"
+
+#: wp-cache.php:814
+#: wp-cache.php:815
+#: wp-cache.php:832
+#: wp-cache.php:837
+#: wp-cache.php:840
+#: wp-cache.php:841
+#: wp-cache.php:907
+msgid "Recommended"
+msgstr "建議選項"
+
+#: wp-cache.php:815
+msgid "Use mod_rewrite to serve cache files."
+msgstr "使用mod_rewrite快取"
+
+#: wp-cache.php:816
+msgid "Use PHP to serve cache files."
+msgstr "使用PHP快取"
+
+#: wp-cache.php:817
+msgid "Legacy page caching."
+msgstr "傳統快取模式"
+
+#: wp-cache.php:818
+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快取是最快的,PHP快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的調性且同樣容易上手。新使用者應該使用PHP快取。"
+
+#: wp-cache.php:824
+msgid "Miscellaneous"
+msgstr "雜項"
+
+#: wp-cache.php:830
+msgid "Warning! Compression is disabled as gzencode() function not found."
+msgstr "警告!因為找不到gzencode()函式,壓縮已被停用。"
+
+#: wp-cache.php:832
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr "壓縮網頁,讓使用者能更快觀看"
+
+#: wp-cache.php:833
+msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
+
+#: wp-cache.php:837
+msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
+
+#: wp-cache.php:838
+msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+msgstr "304支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。"
+
+#: wp-cache.php:840
+msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
+msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。"
+
+#: wp-cache.php:841
+msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+msgstr "重建快取。當新檔案重建的時候,提供supercache檔案給匿名使用者。"
+
+#: wp-cache.php:842
+msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
+msgstr "告訴全世界你的伺服器已使用快取!(在你的部落格底部放置一段訊息)"
+
+#: wp-cache.php:848
+#: wp-cache.php:1016
+#: wp-cache.php:1536
+msgid "Advanced"
+msgstr "進階選項"
+
+#: wp-cache.php:852
+msgid "Mobile device support."
+msgstr "行動裝置支援。"
+
+#: wp-cache.php:853
+msgid "Clear all cache files when a post or page is published."
+msgstr "當有文章或網誌分頁發佈時清除所有快取。"
+
+#: wp-cache.php:854
+msgid "Only refresh current page when comments made."
+msgstr "當迴響發佈時,只更新目前頁面。"
+
+#: wp-cache.php:855
+msgid "List the newest cached pages on this page."
+msgstr "在本頁列出最新的快取頁面。"
+
+#: wp-cache.php:857
+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 "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>"
+
+#: wp-cache.php:859
+msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
+msgstr "延遲初始化,在WordPress載入之後再顯示快取。通常使用在傳統模式。"
+
+#: wp-cache.php:861
+msgid "Use object cache to store cached files."
+msgstr "使用object快取來儲存快取檔案。"
+
+#: wp-cache.php:861
+msgid "(Experimental)"
+msgstr "(實驗選項)"
+
+#: wp-cache.php:868
+msgid "Note:"
+msgstr "備註:"
+
+#: wp-cache.php:870
+#, php-format
+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 too is probably a good idea!)"
+msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)"
+
+#: wp-cache.php:871
+#, php-format
+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 "反安裝資訊請參見<a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找\"How to uninstall WP Super Cache\"標題。"
+
+#: wp-cache.php:872
+#, php-format
+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 "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。"
+
+#: wp-cache.php:875
+#: wp-cache.php:922
+msgid "Update Status"
+msgstr "更新狀態"
+
+#: wp-cache.php:882
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr "接受的檔案名稱和拒絕的URI"
+
+#: wp-cache.php:907
+msgid "Caching On"
+msgstr "開啟快取"
+
+#: wp-cache.php:908
+msgid "Caching Off"
+msgstr "關閉快取"
+
+#: wp-cache.php:909
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr "啟用PHP快取,重建快取,以及行動裝置支援"
+
+#: wp-cache.php:919
+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 or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
+msgstr "注意:PHP快取已被啟用,但偵測到Supercache mod_rewrite規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的.htaccess檔以移除SuperCache規則。"
+
+#: wp-cache.php:924
+msgid "Recommended Links and Plugins"
+msgstr "建議連結及外掛"
+
+#: wp-cache.php:925
+msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
+msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
+
+#: wp-cache.php:926
+#, php-format
+msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
+msgstr "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a> 一個減少快取面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
+
+#: wp-cache.php:927
+#, php-format
+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> 是Firefox附加元件Firebug的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。"
+
+#: wp-cache.php:928
+#, php-format
+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>可以讓你從Google的服務器上載入一些常用的Javascript函式庫。很諷刺的是它會降低你的Yslow分數。"
+
+#: wp-cache.php:929
+#, php-format
+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>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用.htaccess規則來進行快取。"
+
+#: wp-cache.php:930
+#, php-format
+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>進階使用者專用:</strong> 安裝物件快取。 你可以從<a href=\"%s\">Memcached</a>,<a href=\"%s\">XCache</a>,<a href=\"%s\">eAcccelerator</a>或其它的加速器中選擇一個。"
+
+#: wp-cache.php:941
+msgid "Make WordPress Faster"
+msgstr "讓 WordPress 更快速"
+
+#: wp-cache.php:942
+#, php-format
+msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。"
+
+#: wp-cache.php:943
+#, php-format
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr "我的部落格在 %1$s,相簿在 %2$s."
+
+#: wp-cache.php:944
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr "在%s上向我問好!"
+
+#: wp-cache.php:945
+msgid "Need Help?"
+msgstr "需要幫助?"
+
+#: wp-cache.php:947
+#, php-format
+msgid "<a href=\"%1$s\">Installation Help</a>"
+msgstr "<a href=\"%1$s\">安裝指南</a>"
+
+#: wp-cache.php:948
+#, php-format
+msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
+msgstr "<a href=\"%1$s\">常見問題</a>"
+
+#: wp-cache.php:949
+#, php-format
+msgid "<a href=\"%1$s\">Support Forum</a>"
+msgstr "<a href=\"%1$s\">支援論壇</a>"
+
+#: wp-cache.php:951
+msgid "Rate This Plugin!"
+msgstr "為這個外掛評分!"
+
+#: wp-cache.php:952
+#, php-format
+msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
+msgstr "請為這個外掛<a href=\"%s\">評份</a>,並告訴我它正不正常。這對開發非常有幫助。"
+
+#: wp-cache.php:961
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
+
+#: wp-cache.php:962
+msgid "Newest Cached Pages:"
+msgstr "最新的快取頁面:"
+
+#: wp-cache.php:966
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr "已快取 %s 秒"
+
+#: wp-cache.php:969
+msgid "(may not always be accurate on busy sites)"
+msgstr "(在忙碌的網站上未必準確)"
+
+#: wp-cache.php:988
+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 "快取外掛是wp-super-cache裡plugin資料夾中的一些PHP程式。它們在Supercache載入的時候就會被載入,比一般的WordPress plugin要早得多。"
+
+#: wp-cache.php:989
+msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+msgstr "這是一個非常進階的功能,只有對PHP和Wordpress動作都非常了解的人才能撰寫。"
+
+#: wp-cache.php:999
+msgid "Available Plugins"
+msgstr "可使用的外掛"
+
+#: wp-cache.php:1016
+msgid "Easy"
+msgstr "簡易模式"
+
+#: wp-cache.php:1016
+msgid "CDN"
+msgstr "CDN"
+
+#: wp-cache.php:1016
+msgid "Tester & Contents"
+msgstr "測試及內容"
+
+#: wp-cache.php:1016
+msgid "Preload"
+msgstr "預先載入"
+
+#: wp-cache.php:1016
+msgid "Plugins"
+msgstr "外掛"
+
+#: wp-cache.php:1016
+msgid "Debug"
+msgstr "除錯設定"
+
+#: wp-cache.php:1047
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
+msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。s"
+
+#: wp-cache.php:1049
+#, php-format
+msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
+msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。"
+
+#: wp-cache.php:1059
+msgid "Mod Rewrite Rules"
+msgstr "Mod Rewrite 規則"
+
+#: wp-cache.php:1065
+msgid "WordPress MU Detected"
+msgstr "WordPress MU 檢測"
+
+#: wp-cache.php:1065
+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 "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
+
+#: wp-cache.php:1067
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr "Mod Rewrite 規則無法更新!"
+
+#: wp-cache.php:1068
+#, php-format
+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 "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的 mod_rewrite 規則:"
+
+#: wp-cache.php:1070
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
+
+#: wp-cache.php:1074
+msgid "Thank you for upgrading."
+msgstr "感謝升級。"
+
+#: wp-cache.php:1074
+#, php-format
+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 "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的supercache規則更新前,你必須先刪除舊的supercache規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
+
+#: wp-cache.php:1078
+msgid "Trailing slash check required."
+msgstr "尾端斜線的檢查是必須的。"
+
+#: wp-cache.php:1078
+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 "看起來你的部落格有以\"/\"結束的URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的bug,也就是相同的內容卻不是被指向正確的URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
+
+#: wp-cache.php:1080
+msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則"
+
+#: wp-cache.php:1094
+msgid "Mod Rewrite rules updated!"
+msgstr "Mod Rewrite 規則已更新!"
+
+#: wp-cache.php:1095
+#, php-format
+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 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
+
+#: wp-cache.php:1097
+msgid "Mod Rewrite rules must be updated!"
+msgstr "Mod Rewrite 規則必須更新!"
+
+#: wp-cache.php:1098
+#, php-format
+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 "你的%s.htaccess無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:"
+
+#: wp-cache.php:1103
+#, php-format
+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 "在你的%s.htaccess檔案中已經檢測到WP Super Cache重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
+
+#: wp-cache.php:1106
+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 "發現.htaccess的rewrite規則和外掛rewrite規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新Mod_Rewrite規則」按鈕以更新規則。"
+
+#: wp-cache.php:1109
+msgid "View Mod_Rewrite Rules"
+msgstr "查看 Mod_Rewrite 規則"
+
+#: wp-cache.php:1113
+#: wp-cache.php:2350
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr "也必須新增到%s的規則:"
+
+#: wp-cache.php:1121
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr "%s.htaccess上Gzip規則建立。"
+
+#: wp-cache.php:1128
+msgid "Fix Configuration"
+msgstr "修復設定"
+
+#: wp-cache.php:1131
+msgid "Restore Default Configuration"
+msgstr "還原到預設選項"
+
+#: wp-cache.php:1139
+msgid "Comment moderation is enabled. Your comment may take some time to appear."
+msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
+
+#: wp-cache.php:1164
+msgid "Lock Down:"
+msgstr "鎖定:"
+
+#: wp-cache.php:1165
+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 "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。"
+
+#: wp-cache.php:1166
+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 "開發者:透過檢查\"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守WPLOCKDOWN設定。"
+
+#: wp-cache.php:1168
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
+
+#: wp-cache.php:1172
+msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。"
+
+#: wp-cache.php:1174
+msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
+
+#: wp-cache.php:1180
+msgid "Lock Down"
+msgstr "鎖定"
+
+#: wp-cache.php:1188
+msgid "Directly Cached Files"
+msgstr "直接快取檔案"
+
+#: wp-cache.php:1246
+#, php-format
+msgid "%s removed!"
+msgstr "%s 已移除!"
+
+#: wp-cache.php:1254
+#, php-format
+msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
+
+#: wp-cache.php:1256
+#, php-format
+msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
+
+#: wp-cache.php:1270
+msgid "Existing direct page"
+msgstr "已存在的直接頁面"
+
+#: wp-cache.php:1270
+msgid "Delete cached file"
+msgstr "刪除快取檔案"
+
+#: wp-cache.php:1275
+msgid "Add direct page:"
+msgstr "新增直接頁面:"
+
+#: wp-cache.php:1277
+#, php-format
+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 "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
+
+#: wp-cache.php:1279
+#, php-format
+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 "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
+
+#: wp-cache.php:1280
+msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
+
+#: wp-cache.php:1285
+msgid "Update Direct Pages"
+msgstr "更新直接頁面"
+
+#: wp-cache.php:1323
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr "過期時間 &amp; 垃圾收集"
+
+#: wp-cache.php:1325
+msgid "Expire time:"
+msgstr "過期時間:"
+
+#: wp-cache.php:1326
+msgid "seconds"
+msgstr "秒"
+
+#: wp-cache.php:1327
+msgid "Garbage Collection"
+msgstr "垃圾收集"
+
+#: wp-cache.php:1327
+msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+msgstr "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在設定到期時間的10秒後進行清理。"
+
+#: wp-cache.php:1328
+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>300 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 "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>300 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果可能的話盡量不讓快取文件數多於500個。"
+
+#: wp-cache.php:1329
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr "把過期時間設定為0以關閉垃圾回收功能"
+
+#: wp-cache.php:1330
+msgid "Change Expiration"
+msgstr "變更過期時間"
+
+#: wp-cache.php:1374
+msgid "Rejected User Agents"
+msgstr "被拒絕的使用者代理(User Agents)"
+
+#: wp-cache.php:1375
+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 "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
+
+#: wp-cache.php:1382
+msgid "Save UA Strings"
+msgstr "儲存UA字串"
+
+#: wp-cache.php:1405
+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 "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">附加標籤</a>文件對每個類型的完整討論。"
+
+#: wp-cache.php:1408
+msgid "Single Posts"
+msgstr "單篇文章"
+
+#: wp-cache.php:1409
+msgid "Pages"
+msgstr "網誌分頁"
+
+#: wp-cache.php:1410
+msgid "Front Page"
+msgstr "首頁"
+
+#: wp-cache.php:1411
+msgid "Home"
+msgstr "主頁"
+
+#: wp-cache.php:1412
+msgid "Archives"
+msgstr "存檔"
+
+#: wp-cache.php:1413
+msgid "Tags"
+msgstr "標籤"
+
+#: wp-cache.php:1414
+msgid "Category"
+msgstr "分類"
+
+#: wp-cache.php:1415
+msgid "Feeds"
+msgstr "訂閱"
+
+#: wp-cache.php:1416
+msgid "Search Pages"
+msgstr "搜尋頁面"
+
+#: wp-cache.php:1418
+#: wp-cache.php:1546
+msgid "Save"
+msgstr "儲存"
+
+#: wp-cache.php:1435
+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 "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的URL中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
+
+#: wp-cache.php:1441
+msgid "Save Strings"
+msgstr "儲存字串"
+
+#: wp-cache.php:1457
+msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
+
+#: wp-cache.php:1463
+msgid "Save Files"
+msgstr "儲存檔案"
+
+#: wp-cache.php:1508
+msgid "Currently logging to: "
+msgstr "當前記錄到:"
+
+#: wp-cache.php:1518
+msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+msgstr "在這裡使用外掛除錯模式解決問題。它可以寄發給你除錯電子郵件或在你的快取目錄內產生的紀錄檔。"
+
+#: wp-cache.php:1519
+msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+msgstr "記錄到一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。"
+
+#: wp-cache.php:1523
+msgid "Debugging"
+msgstr "除錯"
+
+#: wp-cache.php:1524
+msgid "Logging Type"
+msgstr "記錄種類"
+
+#: wp-cache.php:1524
+msgid "Email"
+msgstr "電子郵件"
+
+#: wp-cache.php:1525
+msgid "file"
+msgstr "檔案"
+
+#: wp-cache.php:1526
+msgid "IP Address"
+msgstr "IP位址"
+
+#: wp-cache.php:1526
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
+
+#: wp-cache.php:1527
+msgid "Log level"
+msgstr "記錄等級"
+
+#: wp-cache.php:1533
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
+
+#: wp-cache.php:1536
+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 "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定連結架構的話,那麼錯誤的頁面有時候會變成首頁的快取畫面。</li></ol>"
+
+#: wp-cache.php:1537
+#, php-format
+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 "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
+
+#: wp-cache.php:1539
+msgid "Check front page every 5 minutes."
+msgstr "每五分鐘檢查首頁"
+
+#: wp-cache.php:1540
+msgid "Front page text"
+msgstr "首頁文字"
+
+#: wp-cache.php:1540
+msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
+
+#: wp-cache.php:1541
+msgid "Clear cache on error."
+msgstr "清除快取時發生錯誤。"
+
+#: wp-cache.php:1542
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
+
+#: wp-cache.php:1556
+msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+msgstr "錯誤:GZIP壓縮已啟用,如果你想啟用wp-cache,請停用它。"
+
+#: wp-cache.php:1603
+#: wp-cache.php:1765
+msgid "Warning"
+msgstr "警告"
+
+#: wp-cache.php:1603
+msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
+
+#: wp-cache.php:1661
+#: wp-cache.php:1666
+#: wp-cache.php:1698
+#: wp-cache.php:1703
+#: wp-cache.php:1709
+msgid "Error"
+msgstr "錯誤"
+
+#: wp-cache.php:1661
+#, php-format
+msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr "你的快取目錄(<strong>$cache_path</strong>)不存在,且無法從伺服器端建立。請檢查 %s 權限。"
+
+#: wp-cache.php:1666
+#, php-format
+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 "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
+
+#: wp-cache.php:1698
+#, php-format
+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 "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
+
+#: wp-cache.php:1703
+#, php-format
+msgid "Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
+msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
+
+#: wp-cache.php:1709
+#, php-format
+msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
+msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
+
+#: wp-cache.php:1765
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
+
+#: wp-cache.php:1766
+msgid "1. If it already exists please delete the file first."
+msgstr "1. 如果它已經存在,請先刪除。"
+
+#: wp-cache.php:1767
+#, php-format
+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. 請使用你的FTP程式或伺服器軟體,以chmod指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須在把它變更為唯讀。(使用前面的指令將權限從 777 變更為 755)"
+
+#: wp-cache.php:1768
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
+
+#: wp-cache.php:1769
+#, php-format
+msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
+msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
+
+#: wp-cache.php:1770
+#, php-format
+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. 以文字編輯器開啟 <em>%1$s$wp_cache_file</em>。</li><li>2. 將 <em>CACHEHOME</em> 變更為 <em>%2$s</em></li><li>3. 儲存檔案並複製為 <em>%3$s</em>,然後重新整理此頁面。</li>"
+
+#: wp-cache.php:1793
+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變數被設為false</h3><p>WP_CACHE變數被WordPress用來載入快取程式,可是它被設為false(關閉)。請編輯你的wp-config.php檔並把以下的內容放在最後的require_once命令之前。<br /><br /><code>define('WP_CACHE', true);</code></p>"
+
+#: wp-cache.php:1795
+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>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
+
+#: wp-cache.php:1796
+#, php-format
+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 "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
+
+#: wp-cache.php:1800
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
+msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五點。WP_CACHE 原始碼必須往前移動。"
+
+#: wp-cache.php:1822
+msgid "Cache Contents"
+msgstr "快取內容"
+
+#: wp-cache.php:1825
+msgid "Object cache in use. No cache listing available."
+msgstr "正在使用Object快取。無法顯示快取清單。"
+
+#: wp-cache.php:1849
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr "刪除supercache檔案:<strong>%s</strong><br />"
+
+#: wp-cache.php:1866
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
+
+#: wp-cache.php:1931
+msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。"
+
+#: wp-cache.php:1932
+msgid "Regenerate cache stats"
+msgstr "重新產生快取統計"
+
+#: wp-cache.php:1934
+#, php-format
+msgid "Cache stats last generated: %s minutes ago."
+msgstr "快取統計最後產生時間:%s分鐘以前。"
+
+#: wp-cache.php:1940
+msgid "WP-Cache"
+msgstr "WP-Cache"
+
+#: wp-cache.php:1941
+#: wp-cache.php:1957
+#, php-format
+msgid "%s Cached Pages"
+msgstr "%s 個頁面已快取"
+
+#: wp-cache.php:1942
+#: wp-cache.php:1962
+#, php-format
+msgid "%s Expired Pages"
+msgstr "%s 個頁面已過期"
+
+#: wp-cache.php:1956
+msgid "WP-Super-Cache"
+msgstr "WP-Super-Cache"
+
+#: wp-cache.php:1967
+msgid "Fresh WP-Cached Files"
+msgstr "新的 WP-Cached 檔案"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+#: wp-cache.php:2000
+#: wp-cache.php:2016
+msgid "URI"
+msgstr "URI 網址"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+msgid "Key"
+msgstr "關鍵字"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+#: wp-cache.php:2000
+#: wp-cache.php:2016
+msgid "Age"
+msgstr "時間(秒)"
+
+#: wp-cache.php:1968
+#: wp-cache.php:1984
+#: wp-cache.php:2000
+#: wp-cache.php:2016
+msgid "Delete"
+msgstr "刪除"
+
+#: wp-cache.php:1983
+msgid "Stale WP-Cached Files"
+msgstr "舊的 WP-Cached 檔案"
+
+#: wp-cache.php:1999
+msgid "Fresh Super Cached Files"
+msgstr "新的 Super Cached 檔案"
+
+#: wp-cache.php:2015
+msgid "Stale Super Cached Files"
+msgstr "舊的 Super Cached 檔案"
+
+#: wp-cache.php:2031
+msgid "Hide file list"
+msgstr "隱藏檔案清單"
+
+#: wp-cache.php:2033
+msgid "Too many cached files, no listing possible."
+msgstr "快取檔案過多,無法列出。"
+
+#: wp-cache.php:2035
+msgid "List all cached files"
+msgstr "列出所有快取檔案"
+
+#: wp-cache.php:2041
+#, php-format
+msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
+msgstr "<strong>垃圾收集</strong><br />上次垃圾收集於 <strong>%s</strong> 分鐘前<br />"
+
+#: wp-cache.php:2042
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
+
+#: wp-cache.php:2045
+#, php-format
+msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
+
+#: wp-cache.php:2056
+msgid "Delete Expired"
+msgstr "刪除過期檔案"
+
+#: wp-cache.php:2062
+#: wp-cache.php:2074
+#: wp-cache.php:2237
+msgid "Delete Cache"
+msgstr "刪除快取"
+
+#: wp-cache.php:2074
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
+
+#: wp-cache.php:2213
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr "%1$s 使用的快取程式為 %2$s"
+
+#: wp-cache.php:2246
+#, php-format
+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 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
+
+#: wp-cache.php:2252
+msgid "Settings"
+msgstr "設定"
+
+#: wp-cache.php:2262
+#, php-format
+msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
+msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
+
+#: wp-cache.php:2281
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
+
+#: wp-cache.php:2281
+#, php-format
+msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
+
+#: wp-cache.php:2284
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
+
+#: wp-cache.php:2284
+#, php-format
+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 "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
+
+#: wp-cache.php:2291
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr "[%s] 首頁不正確!請清除快取!"
+
+#: wp-cache.php:2291
+#, php-format
+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 "請前往 %1$s 清除快取,部落格的首頁不正確,遺失文字,\"%2$s\"!"
+
+#: wp-cache.php:2294
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr "[%s] 首頁不正確!快取已清除!"
+
+#: wp-cache.php:2294
+#, php-format
+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 "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
+
+#: wp-cache.php:2299
+#, php-format
+msgid "[%s] Front page check!"
+msgstr "[%s] 首頁檢查!"
+
+#: wp-cache.php:2299
+#, php-format
+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 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
+
+#: wp-cache.php:2342
+msgid "Cannot update .htaccess"
+msgstr "無法更新 .htaccess"
+
+#: wp-cache.php:2342
+#, php-format
+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 "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
+
+#: wp-cache.php:2342
+msgid "Refresh this page when the file permissions have been modified."
+msgstr "在權限修改後請重新整理這個頁面。"
+
+#: wp-cache.php:2342
+#, php-format
+msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
+msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
+
+#: wp-cache.php:2346
+#, php-format
+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 "為了使用靜態的HTML檔案,你的伺服器上必須有正確的mod_rewrite規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
+
+#: wp-cache.php:2347
+msgid "You can edit the file yourself add the following rules."
+msgstr "你可以自行編輯並新增以下規則。"
+
+#: wp-cache.php:2348
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
+
+#: wp-cache.php:2356
+msgid "Update Mod_Rewrite Rules"
+msgstr "更新 Mod_Rewrite 規則"
+
+#: wp-cache.php:2463
+#, php-format
+msgid "[%1$s] Cache Preload Started"
+msgstr "[%1$s] 快取預載已經開始"
+
+#: wp-cache.php:2465
+#, php-format
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
+
+#: wp-cache.php:2483
+#, php-format
+msgid "[%1$s] Cache Preload Stopped"
+msgstr "[%1$s] 快取預載已停止"
+
+#: wp-cache.php:2492
+#, php-format
+msgid "[%1$s] %2$d posts refreshed"
+msgstr "[%1$s]%2$d 篇文章已被更新"
+
+#: wp-cache.php:2492
+msgid "Refreshed the following posts:"
+msgstr "已更新下列文章:"
+
+#: wp-cache.php:2501
+#, php-format
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr "下次更新預載快取時間:%d分鐘後"
+
+#: wp-cache.php:2511
+#, php-format
+msgid "[%s] Cache Preload Completed"
+msgstr "[%s] 預載快取完成"
+
+#: wp-cache.php:2511
+msgid "Cleaning up old supercache files."
+msgstr "清除舊的supercache檔案。"
+
+#: wp-cache.php:2553
+#, php-format
+msgid "[%s] Preload may have stalled."
+msgstr "[%s] 預先載入可能已經停止"
+
+#: wp-cache.php:2553
+#, php-format
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""
+"預先載入已經被重新啟動.\n"
+"%s"
+
+#~ msgid ""
+#~ "Scheduled preloading of cache cancelled. If a job is currently running it "
+#~ "will not shutdown until the current 100 pages are complete."
+#~ msgstr ""
+#~ "預載快取排程已取消。如果一個排程正在執行中,它會在目前的100頁執行完畢之後"
+#~ "才結束。"
+
+#~ msgid "(support for multiple domains on multisite websites) "
+#~ msgstr "(在多站台網站上,支援複數網域名稱)"
diff --git a/wp-content/plugins/wp-super-cache/ossdl-cdn.php b/wp-content/plugins/wp-super-cache/ossdl-cdn.php
new file mode 100644
index 0000000000000000000000000000000000000000..e769f4d9c67a37f97843fff0d3cecde8290cfd50
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/ossdl-cdn.php
@@ -0,0 +1,156 @@
+<?php
+
+/* Taken from OSSDL CDN off-linker, a plugin by W-Mark Kubacki (http://mark.ossdl.de/) and used with permission */
+
+/* Set up some defaults */
+if ( get_option( 'ossdl_off_cdn_url' ) == false )
+	add_option('ossdl_off_cdn_url', get_option('siteurl'));
+$ossdl_off_blog_url = get_option('siteurl');
+$ossdl_off_cdn_url = trim( get_option('ossdl_off_cdn_url') );
+if ( get_option( 'ossdl_off_include_dirs' ) == false )
+	add_option('ossdl_off_include_dirs', 'wp-content,wp-includes');
+$ossdl_off_include_dirs = trim(get_option('ossdl_off_include_dirs'));
+if ( get_option( 'ossdl_off_exclude' ) == false )
+	add_option('ossdl_off_exclude', '.php');
+$ossdl_off_exclude = trim(get_option('ossdl_off_exclude'));
+$arr_of_excludes = array_map('trim', explode(',', $ossdl_off_exclude));
+
+/**
+ * Determines whether to exclude a match.
+ *
+ * @param String $match URI to examine
+ * @param Array $excludes array of "badwords"
+ * @return Boolean true if to exclude given match from rewriting
+ */
+function scossdl_off_exclude_match($match, $excludes) {
+	foreach ($excludes as $badword) {
+		if (stristr($match, $badword) != false) {
+			return true;
+		}
+	}
+	return false;
+}
+
+/**
+ * Rewriter of URLs, used as replace-callback.
+ *
+ * Called by #scossdl_off_filter.
+ */
+function scossdl_off_rewriter($match) {
+	global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes;
+	if (scossdl_off_exclude_match($match[0], $arr_of_excludes)) {
+		return $match[0];
+	} else {
+		$include_dirs = scossdl_off_additional_directories();
+		if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
+			return str_replace($ossdl_off_blog_url, $ossdl_off_cdn_url, $match[0]);
+		} else {
+			return $match[0];
+		}
+	}
+}
+
+/**
+ * Creates a regexp compatible pattern from the directories to be included in matching.
+ *
+ * @return String with the pattern with {@literal |} as prefix, or empty
+ */
+function scossdl_off_additional_directories() {
+	global $ossdl_off_include_dirs;
+	$input = explode(',', $ossdl_off_include_dirs);
+	if ($ossdl_off_include_dirs == '' || count($input) < 1) {
+		return 'wp\-content|wp\-includes';
+	} else {
+		return implode('|', array_map('quotemeta', array_map('trim', $input)));
+	}
+}
+
+/**
+ * Output filter which runs the actual plugin logic.
+ */
+function scossdl_off_filter($content) {
+	global $ossdl_off_blog_url, $ossdl_off_cdn_url;
+	if ($ossdl_off_blog_url == $ossdl_off_cdn_url) { // no rewrite needed
+		return $content;
+	} else {
+		$dirs = scossdl_off_additional_directories();
+		$regex = '#(?<=[(\"\'])'.quotemeta($ossdl_off_blog_url).'/(?:((?:'.$dirs.')[^\"\')]+)|([^/\"\']+\.[^/\"\')]+))(?=[\"\')])#';
+		return preg_replace_callback($regex, 'scossdl_off_rewriter', $content);
+	}
+}
+
+/**
+ * Registers scossdl_off_filter as output buffer, if needed.
+ */
+function do_scossdl_off_ob_start() {
+	global $ossdl_off_blog_url, $ossdl_off_cdn_url;
+	if ($ossdl_off_blog_url != $ossdl_off_cdn_url) {
+		add_filter( 'wp_cache_ob_callback_filter', 'scossdl_off_filter' );
+	}
+}
+if ( false == isset( $ossdlcdn ) )
+	$ossdlcdn = 1; // have to default to on for existing users.
+if ( $ossdlcdn == 1 )
+	add_action('init', 'do_scossdl_off_ob_start');
+
+function scossdl_off_options() {
+	global $ossdlcdn, $wp_cache_config_file;
+
+	$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
+	if ( $valid_nonce && isset($_POST['action']) && ( $_POST['action'] == 'update_ossdl_off' )){
+		update_option('ossdl_off_cdn_url', $_POST['ossdl_off_cdn_url']);
+		update_option('ossdl_off_include_dirs', $_POST['ossdl_off_include_dirs'] == '' ? 'wp-content,wp-includes' : $_POST['ossdl_off_include_dirs']);
+		update_option('ossdl_off_exclude', $_POST['ossdl_off_exclude']);
+		if ( isset( $_POST[ 'ossdlcdn' ] ) ) {
+			$ossdlcdn = 1;
+		} else {
+			$ossdlcdn = 0;
+		}
+		wp_cache_replace_line('^ *\$ossdlcdn', "\$ossdlcdn = $ossdlcdn;", $wp_cache_config_file);
+	}
+	$example_cdn_uri = str_replace('http://', 'http://cdn.', str_replace('www.', '', get_option('siteurl')));
+
+	$example_cdn_uri = get_option('ossdl_off_cdn_url') == get_option('siteurl') ? $example_cdn_uri : get_option('ossdl_off_cdn_url');
+	$example_cdn_uri .= '/wp-includes/js/prototype.js';
+	?>
+		<p><?php _e( '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>.', 'wp-super-cache' ); ?></p>
+		<p><?php printf( __( '<strong style="color: red">WARNING:</strong> Test some static urls e.g., %s  to ensure your CDN service is fully working before saving changes.', 'wp-super-cache' ), '<code>' . $example_cdn_uri . '</code>' ); ?></p>
+		<p><?php _e( 'You can define different CDN URLs for each site on a multsite network.', 'wp-super-cache' ); ?></p>
+		<p><form method="post" action="">
+		<?php wp_nonce_field('wp-cache'); ?>
+		<table class="form-table"><tbod>
+			<tr valign="top">
+				<td style='text-align: right'>
+					<input id='ossdlcdn' type="checkbox" name="ossdlcdn" value="1" <?php if ( $ossdlcdn ) echo "checked=1"; ?> />
+				</td>
+				<th scope="row"><label for="ossdlcdn"><?php _e( 'Enable CDN Support', 'wp-super-cache' ); ?></label></th>
+			</tr>
+			<tr valign="top">
+				<th scope="row"><label for="ossdl_off_cdn_url"><?php _e( 'off-site URL', 'wp-super-cache' ); ?></label></th>
+				<td>
+					<input type="text" name="ossdl_off_cdn_url" value="<?php echo(get_option('ossdl_off_cdn_url')); ?>" size="64" class="regular-text code" />
+					<span class="description">The new URL to be used in place of <?php echo(get_option('siteurl')); ?> for rewriting. No trailing <code>/</code> please. E.g. <code><?php echo($example_cdn_uri); ?></code>.</span>
+				</td>
+			</tr>
+			<tr valign="top">
+				<th scope="row"><label for="ossdl_off_include_dirs">include dirs</label></th>
+				<td>
+					<input type="text" name="ossdl_off_include_dirs" value="<?php echo(get_option('ossdl_off_include_dirs')); ?>" size="64" class="regular-text code" />
+					<span class="description">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.</span>
+				</td>
+			</tr>
+			<tr valign="top">
+				<th scope="row"><label for="ossdl_off_exclude">exclude if substring</label></th>
+				<td>
+					<input type="text" name="ossdl_off_exclude" value="<?php echo(get_option('ossdl_off_exclude')); ?>" size="64" class="regular-text code" />
+					<span class="description">Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter. E.g. <code>.php, .flv, .do</code>, always include <code>.php</code> (default).</span>
+				</td>
+			</tr>
+		</tbody></table>
+		<input type="hidden" name="action" value="update_ossdl_off" />
+		<p class="submit"><input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" /></p>
+		</form></p>
+		<p><?php _e( 'CDN functionality provided by <a href="http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/">OSSDL CDN Off Linker</a> by <a href="http://mark.ossdl.de/">Mark Kubacki</a>', 'wp-super-cache' ); ?></p>
+	<?php
+}
+?>
diff --git a/wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php b/wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php
new file mode 100644
index 0000000000000000000000000000000000000000..5a289dfee5873e22046c8726fd8af32f92610112
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/plugins/awaitingmoderation.php
@@ -0,0 +1,54 @@
+<?php
+
+function awaitingmoderation_action( $buffer ) {
+	$buffer = str_replace( __( 'Your comment is awaiting moderation.' ), '', $buffer );
+	return $buffer;
+}
+
+function awaitingmoderation_actions() {
+	global $cache_awaitingmoderation;
+	if( $cache_awaitingmoderation == '1' ) {
+		add_filter( 'wpsupercache_buffer', 'awaitingmoderation_action' );
+	}
+}
+add_cacheaction( 'add_cacheaction', 'awaitingmoderation_actions' );
+
+//Your comment is awaiting moderation.
+function wp_supercache_awaitingmoderation_admin() {
+	global $cache_awaitingmoderation, $wp_cache_config_file, $valid_nonce;
+	
+	$cache_awaitingmoderation = $cache_awaitingmoderation == '' ? '0' : $cache_awaitingmoderation;
+
+	if(isset($_POST['cache_awaitingmoderation']) && $valid_nonce) {
+		$cache_awaitingmoderation = (int)$_POST['cache_awaitingmoderation'];
+		wp_cache_replace_line('^ *\$cache_awaitingmoderation', "\$cache_awaitingmoderation = '$cache_awaitingmoderation';", $wp_cache_config_file);
+		$changed = true;
+	} else {
+		$changed = false;
+	}
+	$id = 'awaitingmoderation-section';
+	?>
+		<fieldset id="<?php echo $id; ?>" class="options"> 
+		<h4><?php _e( 'Awaiting Moderation', 'wp-super-cache' ); ?></h4>
+		<form name="wp_manager" action="<?php echo $_SERVER[ "REQUEST_URI" ]; ?>" method="post">
+		<label><input type="radio" name="cache_awaitingmoderation" value="1" <?php if( $cache_awaitingmoderation ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Enabled', 'wp-super-cache' ); ?></label>
+		<label><input type="radio" name="cache_awaitingmoderation" value="0" <?php if( !$cache_awaitingmoderation ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
+		<p><?php _e( 'Enables or disables plugin to Remove the text "Your comment is awaiting moderation." when someone leaves a moderated comment.', 'wp-super-cache' ); ?></p>
+		<?php
+		if ($changed) {
+			if ( $cache_awaitingmoderation )
+				$status = __( "enabled" );
+			else
+				$status = __( "disabled" );
+			echo "<p><strong>" . sprintf( __( "Awaiting Moderation is now %s", 'wp-super-cache' ), $status ) . "</strong></p>";
+		}
+	echo '<div class="submit"><input ' . SUBMITDISABLED . 'type="submit" value="' . __( 'Update', 'wp-super-cache' ) . '" /></div>';
+	wp_nonce_field('wp-cache');
+	?>
+	</form>
+	</fieldset>
+	<?php
+
+}
+add_cacheaction( 'cache_admin_page', 'wp_supercache_awaitingmoderation_admin' );
+?>
diff --git a/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php b/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php
new file mode 100644
index 0000000000000000000000000000000000000000..353b6cc89cb3e954d4f948bf823fd83ac505e0a3
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php
@@ -0,0 +1,86 @@
+<?php
+
+function wp_supercache_badbehaviour( $file ) {
+	global $cache_badbehaviour;
+
+	if( $cache_badbehaviour != 1 )
+		return $file;
+	wp_supercache_badbehaviour_include();
+	return $file;
+}
+add_cacheaction( 'wp_cache_served_cache_file', 'wp_supercache_badbehaviour' );
+
+function wp_supercache_badbehaviour_include() {
+	$bbfile = get_bb_file_loc();
+	if( !$bbfile )
+		require_once( $bbfile );
+}
+
+function get_bb_file_loc() {
+	global $cache_badbehaviour_file;
+	if( $cache_badbehaviour_file )
+		return $cache_badbehaviour_file;
+
+	if( file_exists( WP_CONTENT_DIR . '/plugins/bad-behavior/bad-behavior-generic.php' ) ) {
+		$bbfile = WP_CONTENT_DIR . '/plugins/bad-behavior/bad-behavior-generic.php';
+	} elseif( file_exists( WP_CONTENT_DIR . '/plugins/Bad-Behavior/bad-behavior-generic.php' ) ) {
+		$bbfile = WP_CONTENT_DIR . '/plugins/Bad-Behavior/bad-behavior-generic.php';
+	} else {
+		$bbfile = false;
+	}
+	return $bbfile;
+}
+
+function wp_supercache_badbehaviour_admin() {
+	global $cache_badbehaviour, $wp_cache_config_file, $valid_nonce;
+	
+	$cache_badbehaviour = $cache_badbehaviour == '' ? 'no' : $cache_badbehaviour;
+
+	$err = false;
+
+	if(isset($_POST['cache_badbehaviour']) && $valid_nonce) {
+		$bbfile = get_bb_file_loc();
+		if( !$bbfile ) {
+			$_POST[ 'cache_badbehaviour' ] = 0;
+			$err = __( 'Bad Behaviour not found. Please check your install.', 'wp-super-cache' );
+		}
+		if ( $cache_badbehaviour == (int)$_POST['cache_badbehaviour'] ) {
+			$changed = $false;
+		} else {
+			$changed = false;
+		}
+		$cache_badbehaviour = (int)$_POST['cache_badbehaviour'];
+		wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = 0;", $wp_cache_config_file);
+		wp_cache_replace_line('^ *\$cache_badbehaviour', "\$cache_badbehaviour = $cache_badbehaviour;", $wp_cache_config_file);
+		wp_cache_replace_line('^ *\$cache_badbehaviour_file', "\$cache_badbehaviour_file = '$bbfile';", $wp_cache_config_file);
+		$changed = true;
+	}
+	$id = 'badbehavior-section';
+	?>
+		<fieldset id="<?php echo $id; ?>" class="options"> 
+		<h4><?php _e( 'Bad Behavior', 'wp-super-cache' ); ?></h4>
+		<form name="wp_manager" action="<?php echo $_SERVER[ "REQUEST_URI" ]; ?>" method="post">
+		<label><input type="radio" name="cache_badbehaviour" value="1" <?php if( $cache_badbehaviour ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Enabled', 'wp-super-cache' ); ?></label>
+		<label><input type="radio" name="cache_badbehaviour" value="0" <?php if( !$cache_badbehaviour ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
+		<p><?php _e( '', 'wp-super-cache' ); ?></p><?php
+		echo '<p>' . sprintf( __( '(Only legacy caching supported, disabled compression and requires <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> in "%s/plugins/bad-behavior/") ', 'wp-super-cache' ), WP_CONTENT_DIR ) . '</p>';
+		if ($changed) {
+			if ( $cache_badbehaviour )
+				$status = __( "enabled" );
+			else
+				$status = __( "disabled" );
+			echo "<p><strong>" . sprintf( __( "Bad Behavior support is now %s", 'wp-super-cache' ), $status ) . "</strong></p>";
+		}
+	echo '<div class="submit"><input ' . SUBMITDISABLED . 'type="submit" value="' . __( 'Update', 'wp-super-cache' ) . '" /></div>';
+	wp_nonce_field('wp-cache');
+	?>
+	</form>
+	</fieldset>
+	<?php
+	if( $err )
+		echo "<p><strong>" . __( 'Warning!', 'wp-super-cache' ) . "</strong> $err</p>";
+
+}
+add_cacheaction( 'cache_admin_page', 'wp_supercache_badbehaviour_admin' );
+
+?>
diff --git a/wp-content/plugins/wp-super-cache/plugins/domain-mapping.php b/wp-content/plugins/wp-super-cache/plugins/domain-mapping.php
new file mode 100644
index 0000000000000000000000000000000000000000..71ca27a24684f8320faf5ad2eb4a3072c3948254
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/plugins/domain-mapping.php
@@ -0,0 +1,97 @@
+<?php
+
+function domain_mapping_gc_cache( $function, $directory ) {
+	global $cache_path;
+
+	if ( !function_exists( 'domain_mapping_warning' ) )
+		return false;
+
+	$siteurl = domain_mapping_siteurl( false );
+	if ( !$siteurl )
+		return false;
+
+	$protocol = ( 'on' == strtolower( $_SERVER['HTTPS' ] ) ) ? 'https://' : 'http://';
+	$siteurl = trailingslashit( str_replace( $protocol, '', $siteurl ) );
+
+	if ( $directory == 'homepage' )
+		$directory = '';
+
+	switch( $function ) {
+		case "rebuild":
+			@wp_cache_rebuild_or_delete( $cache_path . 'supercache/' . $siteurl . $directory . 'index.html' );
+			@wp_cache_rebuild_or_delete( $cache_path . 'supercache/' . $siteurl . $directory . 'index.html.gz' );
+		break;
+		case "prune":
+			prune_super_cache( $cache_path . 'supercache/' . $siteurl . $directory . 'index.html', true, true ); 
+			prune_super_cache( $cache_path . 'supercache/' . $siteurl . $directory . 'index.html.gz', true, true ); 
+		break;
+	}
+
+	return $directory;
+}
+
+function domain_mapping_actions() {
+	global $cache_domain_mapping;
+	if( $cache_domain_mapping == '1' ) {
+		add_action( 'gc_cache', 'domain_mapping_gc_cache', 10, 2 );
+	}
+}
+add_cacheaction( 'add_cacheaction', 'domain_mapping_actions' );
+
+function wp_supercache_domain_mapping_admin() {
+	global $cache_domain_mapping, $wp_cache_config_file, $valid_nonce;
+	
+	$cache_domain_mapping = $cache_domain_mapping == '' ? '0' : $cache_domain_mapping;
+
+	if(isset($_POST['cache_domain_mapping']) && $valid_nonce) {
+		if ( $cache_domain_mapping == (int)$_POST['cache_domain_mapping'] ) {
+			$changed = false;
+		} else {
+			$changed = true;
+		}
+		$cache_domain_mapping = (int)$_POST['cache_domain_mapping'];
+		wp_cache_replace_line('^ *\$cache_domain_mapping', "\$cache_domain_mapping = '$cache_domain_mapping';", $wp_cache_config_file);
+	}
+	$id = 'domain_mapping-section';
+	?>
+		<fieldset id="<?php echo $id; ?>" class="options"> 
+		<h4><?php _e( 'Domain Mapping', 'wp-super-cache' ); ?></h4>
+		<form name="wp_manager" action="<?php echo $_SERVER[ "REQUEST_URI" ]; ?>" method="post">
+		<label><input type="radio" name="cache_domain_mapping" value="1" <?php if( $cache_domain_mapping ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Enabled', 'wp-super-cache' ); ?></label>
+		<label><input type="radio" name="cache_domain_mapping" value="0" <?php if( !$cache_domain_mapping ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
+		<p><?php _e( '', 'wp-super-cache' ); ?></p><?php
+		echo '<p>' . __( '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.', 'wp-super-cache' ) . '</p>';
+		if ($changed) {
+			if ( $cache_domain_mapping )
+				$status = __( "enabled" );
+			else
+				$status = __( "disabled" );
+			echo "<p><strong>" . sprintf( __( "Domain Mapping support is now %s", 'wp-super-cache' ), $status ) . "</strong></p>";
+		}
+	echo '<div class="submit"><input ' . SUBMITDISABLED . 'type="submit" value="' . __( 'Update', 'wp-super-cache' ) . '" /></div>';
+	wp_nonce_field('wp-cache');
+	?>
+	</form>
+	</fieldset>
+	<?php
+}
+add_cacheaction( 'cache_admin_page', 'wp_supercache_domain_mapping_admin' );
+
+function wp_supercache_domain_mapping_notice() {
+	global $cache_enabled, $cache_domain_mapping;
+	if( $cache_enabled )
+		echo '<div class="error"><p><strong>' . __('Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin.', 'wp-super-cache' ) . '</strong></p></div>';
+}
+function wp_supercache_domain_mapping_exists() {
+	global $cache_domain_mapping;
+	if ( $cache_domain_mapping == 1 )
+		return false;
+
+	if ( is_admin() && function_exists( 'domain_mapping_warning' ) )
+		add_action( 'admin_notices', 'wp_supercache_domain_mapping_notice' );
+}
+
+if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wpsupercache' ) {
+	add_cacheaction( 'add_cacheaction', 'wp_supercache_domain_mapping_exists' );
+}
+?>
diff --git a/wp-content/plugins/wp-super-cache/plugins/searchengine.php b/wp-content/plugins/wp-super-cache/plugins/searchengine.php
new file mode 100644
index 0000000000000000000000000000000000000000..349b494a4a8071006c0d144aa15cd1327f28c973
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/plugins/searchengine.php
@@ -0,0 +1,83 @@
+<?php
+function wp_supercache_searchengine( $string ) {
+	global $passingthrough, $nevershowads, $cache_no_adverts_for_friends;
+
+	if( $cache_no_adverts_for_friends != 'yes' && $cache_no_adverts_for_friends != '1' )
+		return $string;
+
+	if( $string != '' )
+		return $string;
+
+	if( $_COOKIE[ '7a1254cba80da02d5478d91cfd0a873a' ] == 1 ) {
+		$string = 'searchengine';
+	} elseif( $_SERVER[ 'HTTP_REFERER' ] != '' ) {
+		if( is_array( $passingthrough ) == false )
+			return $string;
+
+		foreach( $passingthrough as $url ) {
+			if( strpos( $_SERVER[ 'HTTP_REFERER' ], $url ) ) {
+				reset( $nevershowads );
+				$se = false;
+				foreach( $nevershowads as $whitesite ) {
+					if( false == strpos( $_SERVER[ 'HTTP_REFERER' ], $whitesite ) ) {
+						$se = true;
+					}
+				}
+				if( $se ) {
+					$string = 'searchengine';
+					@setcookie( '7a1254cba80da02d5478d91cfd0a873a', 1, time()+3600, '/' );
+				}
+			}
+		}
+	}
+
+	return $string;
+}
+add_cacheaction( 'wp_cache_get_cookies_values', 'wp_supercache_searchengine' );
+
+function searchenginesupercache( $user_info ) {
+	if( $user_info == 'searchengine' && is_single() && is_old_post() ) {
+		return true;
+	} else {
+		return false;
+	}
+	return $user_info;
+}
+
+function searchengine_phase2_actions() {
+	global $cache_no_adverts_for_friends;
+	if( $cache_no_adverts_for_friends == 'yes' ) {
+		add_filter( 'do_createsupercache', 'searchenginesupercache' );
+	}
+}
+add_cacheaction( 'add_cacheaction', 'searchengine_phase2_actions' );
+
+function wp_supercache_searchengine_admin() {
+	global $cache_no_adverts_for_friends, $wp_cache_config_file, $valid_nonce;
+	
+	$cache_no_adverts_for_friends = $cache_no_adverts_for_friends == '' ? 'no' : $cache_no_adverts_for_friends;
+
+	if(isset($_POST['cache_no_adverts_for_friends']) && $valid_nonce) {
+		$cache_no_adverts_for_friends = $_POST['cache_no_adverts_for_friends'] == __( 'Disable', 'wp-super-cache' ) ? 'no' : 'yes';
+		wp_cache_replace_line('^ *\$cache_no_adverts_for_friends', "\$cache_no_adverts_for_friends = '$cache_no_adverts_for_friends';", $wp_cache_config_file);
+	}
+	echo '<li><form name="wp_supercache_searchengine_admin" action="'. $_SERVER["REQUEST_URI"] . '" method="post">';
+	wp_nonce_field('wp-cache');
+	if( $cache_no_adverts_for_friends == 'no' ) {
+		$status = __( 'disabled', 'wp-super-cache' );
+	} else {
+		$status = __( 'enabled', 'wp-super-cache' );
+	}
+	echo '<strong>' . sprintf( __( '<a href="http://ocaoimh.ie/no-adverts-for-friends/">No Adverts for Friends</a> plugin is %s.', 'wp-super-cache' ), $status );
+	echo '</strong> ' . __( '(requires <a href="http://ocaoimh.ie/no-adverts-for-friends/">friendsadverts.php</a> too) ', 'wp-super-cache' );
+	if( $cache_no_adverts_for_friends == 'no' ) {
+		echo '<input type="submit" name="cache_no_adverts_for_friends" value="' . __( 'Enable', 'wp-super-cache' ) . '" />';
+	} else {
+		echo '<input type="submit" name="cache_no_adverts_for_friends" value="' . __( 'Disable', 'wp-super-cache' ) . '" />';
+	}
+	echo "</form></li>\n";
+
+}
+add_cacheaction( 'cache_admin_page', 'wp_supercache_searchengine_admin' );
+
+?>
diff --git a/wp-content/plugins/wp-super-cache/readme.txt b/wp-content/plugins/wp-super-cache/readme.txt
new file mode 100644
index 0000000000000000000000000000000000000000..81954f7614c29ccbece340220608ea2543ef5366
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/readme.txt
@@ -0,0 +1,458 @@
+=== WP Super Cache ===
+Contributors: donncha, automattic
+Tags: performance,caching,wp-cache,wp-super-cache,cache
+Tested up to: 3.0.1
+Stable tag: 0.9.9.7
+Requires at least: 2.9.2
+
+A very fast caching engine for WordPress that produces static html files.
+
+== Description ==
+This plugin generates static html files from your dynamic WordPress blog.  After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.
+
+The static html files will be served to the vast majority of your users, but because a user's details are displayed in the comment form after they leave a comment those requests are handled by the legacy caching engine. Static files are served to:
+
+1. Users who are not logged in.
+2. Users who have not left a comment on your blog.
+3. Or users who have not viewed a password protected post.
+
+99% of your visitors will be served static html files. Those users who don't see the static files will still benefit because they will see regular WP-Cache cached files and your server won't be as busy as before. This plugin will help your server cope with a front page appearance on digg.com or other social networking site.
+
+If for some reason "supercaching" doesn't work on your server then don't worry. Caching will still be performed, but every request will require loading the PHP engine. In normal circumstances this isn't bad at all. Visitors to your site will notice no slowdown or difference. Supercache really comes into it's own if your server is underpowered, or you're experiencing heavy traffic.
+Super Cached html files will be served more quickly than PHP generated cached files but in every day use, the difference isn't noticeable.
+
+The plugin serves cached files in 3 ways (ranked by speed):
+
+1. Mod_Rewrite. The fastest method is by using Apache mod_rewrite (or whatever similar module your web server supports) to serve "supercached" static html files. This completely bypasses PHP and is extremely quick. If your server is hit by a deluge of traffic it is more likely to cope as the requests are "lighter". This does require the Apache mod_rewrite module (which is probably installed if you have custom permalinks) and a modification of your .htaccess file. Visits by anonymous or unknown users will be served this way.
+2. PHP. Supercached static files can now be served by PHP. The plugin will serve a "supercached" file if it exists and it's almost as fast as the mod_rewrite method. It's easier to configure as the .htaccess file doesn't need to be changed. You still need a custom permalink. Your server may not cope as well with a really large amount of traffic. (You're gaming Digg aren't you? You'll need mod_rewrite, the rest of us are ok with PHP!)
+3. Legacy caching. This is mainly used to cache pages for known users. These are logged in users, visitors who leave comments or those who should be shown custom per-user data. It's the most flexible caching method but also the slowest. As each page is different it's often better not to cache pages for these users at all and avoid legacy caching. Legacy caching will also cache visits by unknown users if this caching mode is selected. See the FAQ, "How do I make certain parts of the page stay dynamic?" for the main reason to use legacy caching.
+
+If you're new to caching use PHP caching. It's easy to set up and very fast. Avoid legacy caching unless you want to have highly customised pages.
+
+= Recommended Settings =
+Advanced users will probably want to use mod_rewrite caching, but PHP caching is almost as good and recommended for everyone else. Enable the following:
+
+1. PHP caching.
+2. Compress pages.
+3. Don't cache pages for known users.
+4. Cache rebuild.
+5. CDN support.
+
+Garbage collection is the act of cleaning up cache files that are out of date and stale. There's no correct value for the expiry time but a good starting point is 1800 seconds if you're not using legacy mode. If you are using that mode start with an expiry time of 600 seconds.
+
+If you are not using legacy mode caching consider deleting the contents of the "Rejected User Agents" text box and allow search engines create supercache static files.
+
+Likewise, preload as many posts as you can and enable "Preload Mode". Garbage collection will still occur but it won't affect the preloaded files. If you don't care about sidebar widgets updating often set the preload interval to 2880 minutes (2 days) so all your posts aren't recached very often. When the preload occurs the cache files for the post being refreshed is deleted and then regenerated. Afterwards a garbage collection of all old files is performed to clean out stale cache files.
+With preloading on cached files will still be deleted when posts are made or edited or comments made.
+
+See the [WP Super Cache homepage](http://ocaoimh.ie/wp-super-cache/) for further information. [Developer documentation](http://ocaoimh.ie/wp-super-cache-developers/) is also available for those who need to interact with the cache or write plugins.
+
+The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is a good place to start if you want to know what has changed since you last downloaded the plugin.
+
+Interested in translating WP Super Cache to your language? Grab the [development version](http://downloads.wordpress.org/plugin/wp-super-cache.zip) where you will find an up to date wp-super-cache.pot. Send any translation files to donncha @ ocaoimh.ie and thank you!
+
+== Upgrade Notice ==
+
+= 0.9.9.6 =
+Fixed problem serving cached files with PHP, added support for 304 "file not modified" browser caching, French & German and updated Italian translations
+
+== Changelog ==
+
+= 0.9.9.6 =
+* Fixed problem serving cached files with PHP
+* Added support for 304 "file not modified" header to help browser caching. (PHP caching only)
+* Added French & German translations, updated Italian translation and fixed translation strings.
+* Sleep 4 seconds between preload urls to reduce load on the server
+* Updated docs and FAQs.
+
+= 0.9.9.5 =
+* Disable compression on on easy setup page. Still causes problems on some hosts.
+* Remove footerlink on easy setup page.
+* Don't delete mod_rewrite rules when caching is disabled.
+* Don't stop users using settings page when in safe mode.
+
+= 0.9.9.4 =
+* Settings page split into tabbed pages.
+* Added new "Easy" settings page for new users.
+* New PHP caching mode to serve supercached files.
+* Mobile support fixes.
+* Added Domain mapping support plugin.
+* Added "awaiting moderation" plugin that removes that text from posts.
+* Terminology change. Changed "half on" to "legacy caching".
+* Fixed cache tester on some installs of WordPress.
+* Updated documentation
+* Added $wp_super_cache_lock_down config variable to hide lockdown and directly cached pages admin items.
+* Preloaded checks if it has stalled and reschedules the job to continue.
+* Serve the gzipped page when first cached if the client supports compression.
+* Lots more bug fixes..
+
+= 0.9.9.3 =
+* Fixed division by zero error in half on mode.
+* Always show "delete cache" button.
+* Fixed "Update mod_rewrite rules" button.
+* Minor text changes to admin page.
+
+= 0.9.9.2 =
+* Forgot to change version number in wp-cache.php
+
+= 0.9.9.1 =
+* Added preloading of static cache.
+* Better mobile plugin support
+* .htaccess rules can be updated now. Added wpsc_update_htaccess().
+* Fixed "page on front" cache clearing bug.
+* Check for wordpress_logged_in cookie so test cookie isn't detected.
+* Added clear_post_supercache() to clear supercache for a single post.
+* Put quotes around rewrite rules in case paths have spaces.
+
+= 0.9.9 =
+* Added experimental object cache support.
+* Added Chinese(Traditional) translation by Pseric.
+* Added FAQ on WP-Cache vs Supercache files.
+* Use Supercache file if WP-Cache file not found. Useful if mod_rewrite rules are broken or not working.
+* Get mobile browser list from WP Mobile Edition if found. Warn user if .htaccess out of date.
+* Make sure writer lock is unlocked after writing cache files.
+* Added link to developer docs in readme.
+* Added Ukranian translation by Vitaly Mylo.
+* Added Upgrade Notice section to readme.
+* Warn if zlib compression in PHP is enabled.
+* Added compression troubleshooting answer. Props Vladimir (http://blog.sjinks.pro/)
+* Added Japanese translation by Tai (http://tekapo.com/)
+* Updated Italian translation.
+* Link to WP Mobile Edition from admin page for mobile support.
+
+= 0.9.8 =
+* Added Spanish translation by Omi.
+* Added Italian translation by Gianni Diurno.
+* Addded advanced debug code to check front page for category problem. Enable by setting $wp_super_cache_advanced_debug to 1 in the config file.
+* Fixed wordpress vs wordpress_logged_in cookie mismatch in cookie checking function.
+* Correctly check if WP_CACHE is set or not. PHP is weird.
+* Added wp_cache_clear_cache() to clear out cache directory.
+* Only show logged in message when debugging enabled.
+* Added troubleshooting point 20. PHP vs Apache user.
+* Fixed problem deleting cache file.
+* Don't delete cache files when moderated comments are deleted.
+
+
+= 0.9.7 =
+* Fixed problem with blogs in folders.
+* Added cache file listing and delete links to admin page.
+* Added "Newest Cached Pages" listing in sidebox.
+* Made admin page translatable. 
+* Added "How do I make certain parts of the page stay dynamic?" to FAQ.
+* Advanced: added "late init" feature so that plugin activates on "init". Set $wp_super_cache_late_init to true in config file to use.
+* Disable supercaching when GET parameters present instead of disabling all caching. Disable on POST (as normal) and preview.
+* Fixed problem with cron job and mutex filename.
+* Warn users they must enable mobile device support if rewrite rules detected. Better detection of when to warn that .htaccess rules must be updated (no need when rewrite rules not present)
+* Advanced: Added "wpsupercache_404" filter. Return true to cache 404 error pages.
+* Use the wordpress_test_cookie in the cache key.
+* Show correct number of cache files when compression off.
+* Fixed problem with PHP safe_mode detection.
+* Various bugfixes and documentation updates. See Changelog.txt
+
+= 0.9.6.1 =
+* Move "not logged in" message init below check for POST.
+* Add is_admin() check so plugin definitely can't cache the backend.
+* Add "do not cache" page type to admin page.
+
+= 0.9.6 =
+* Add uninstall.php uninstall script.
+* Updated cache/.htaccess rules (option to upgrade that)
+* Added FAQ about category and static homepage problem.
+* Add wp_cache_user_agent_is_rejected() back to wp-cache-phase2.php 
+* Show message for logged in users when caching disable for them.
+* Check filemtime on correct supercache file
+
+= 0.9.5 =
+* Show next and last GC times in minutes, not local time.
+* Don't serve wp_cache cache files to rejected user agents. Supercache files are still served to them.
+* If enabled, mobile support now serves php cached files to mobile clients and static cached files to everyone else.
+* Added checks for "WPSC_DISABLE_COMPRESSION" and "WPSC_DISABLE_LOCKING" constants to disable compression and file locking. For hosting companies primarily.
+* Added check for DONOTCACHEPAGE constant to avoid caching a page.
+* Use PHP_DOCUMENT_ROOT when creating .htaccess if necessary.
+
+= 0.9.4.3 =
+1. Added "Don't cache for logged in users" option.
+2. Display file size stats on admin page.
+3. Clear the cache when profile page is updated.
+4. Don't cache post previews.
+5. Added backslashes to rejected URI regex list.
+6. Fixed problems with posts and comments not refreshing.
+
+== Installation ==
+1. You should have the Apache mod mime and mod rewrite modules installed and WordPress custom permalinks (Settings->Permalinks) enabled. PHP safe mode should be disabled. If any of those are missing or off you can still use PHP or legacy caching.
+2. If you have WP-Cache installed already, please disable it. Edit wp-config.php and make sure the WP_CACHE define is deleted, and remove the files wp-content/wp-cache-config.php and wp-content/advanced-cache.php. These will be recreated when you install this plugin.
+3. Upload this directory to your plugins directory. It will create a 'wp-content/plugins/wp-super-cache/' directory.
+4. If you are using WordPress MU or WordPress Multisite you can install the plugin in the ordinary plugins folder and activate it "network wide".
+5. WordPress users should go to their Plugins page and activate "WP Super Cache".
+6. Now go to Settings->WP Super Cache and enable caching. If you see an error message or a blank screen see the "FAQ" section later in this readme for instructions.
+7. If you choose "Mod Rewrite caching", mod_rewrite rules will be inserted into your .htaccess file. Look in your web root directory for this file. It should look similar to this:
+
+	`-----------------.htaccess-----------------`
+	`RewriteEngine On`
+	`RewriteBase /`
+	
+	`RewriteCond %{REQUEST_METHOD} !=POST`
+	`RewriteCond %{QUERY_STRING} !.*=.*`
+	`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
+	`RewriteCond %{HTTP:Accept-Encoding} gzip`
+	`RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*`
+	`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f`
+	`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]`
+	
+	`RewriteCond %{REQUEST_METHOD} !=POST`
+	`RewriteCond %{QUERY_STRING} !.*=.*`
+	`RewriteCond %{QUERY_STRING} !.*attachment_id=.*`
+	`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
+	`RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*`
+	`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f`
+	`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]`
+	
+	`RewriteCond %{REQUEST_FILENAME} !-f`
+	`RewriteCond %{REQUEST_FILENAME} !-d`
+	`RewriteRule . /index.php [L]`
+	`-----------------.htaccess-----------------`
+8. After you have enabled the plugin, look for the file "wp-content/cache/.htaccess". If it's not there you must create it. It should read:
+
+	`# BEGIN supercache`
+	`<IfModule mod_mime.c>`
+	`  <FilesMatch "\.html\.gz$">`
+	`    ForceType text/html`
+	`    FileETag None`
+	`  </FilesMatch>`
+	`  AddEncoding gzip .gz`
+	`  AddType text/html .gz`
+	`</IfModule>`
+	`<IfModule mod_deflate.c>`
+	`  SetEnvIfNoCase Request_URI \.gz$ no-gzip`
+	`</IfModule>`
+	`<IfModule mod_headers.c>`
+	`  Header set Cache-Control 'max-age=300, must-revalidate'`
+	`</IfModule>`
+	`<IfModule mod_expires.c>`
+	`  ExpiresActive On`
+	`  ExpiresByType text/html A300`
+	`</IfModule>`
+	``
+	`# END supercache`
+9. Apache must be configured to allow the modules above. If you receive a "500 internal error" when serving requests to anonymous users you need to dig into your Apache configuration. This configuration in my virtual host works for me:
+
+	`<Directory /home/www/>`
+	`AllowOverride All`
+	`</Directory>`
+10. wp-content/advanced-cache.php loads the caching engine. This file is generated by the plugin. Make sure the path in the include_once() is correct.
+
+== How to uninstall WP Super Cache ==
+
+Copy uninstall.php from where you have WP Super Cache installed to where your site is installed. The file wp-load.php is in this directory. Open your browser and load uninstall.php directly.
+You must be logged in to uninstall the plugin and there's one final step after the script runs. You have to remove the WP_CACHE define from your wp-config.php.
+After runing the script please delete it as it's not safe to leaving unused code around.
+
+To manually uninstall:
+
+1. Remove the WP_CACHE define from wp-config.php. It looks like `define( 'WP_CACHE', true );`
+2. Clear the cache in the backend page and then deactivate the plugin on the plugins page.
+3. Remove the Super Cache mod_rewrite rules from your .htaccess file.
+4. Remove the files wp-content/advanced-cache.php and wp-content/wp-cache-config.php
+5. Remove the directory wp-content/cache/
+6. Remove the directory wp-super-cache from your plugins directory.
+
+== If all else fails and your site is broken ==
+1. Remove the WP_CACHE define from wp-config.php. It looks like `define( 'WP_CACHE', true );`
+2. Remove the rules (see above) that the plugin wrote to the .htaccess file in your root directory.
+3. Delete the wp-super-cache folder in the plugins folder.
+4. Optionally delete advanced-cache.php, wp-cache-config.php and the cache folder in wp-content/.
+
+== Frequently Asked Questions ==
+
+= How do I know my blog is being cached? =
+
+View the source of any page on your site. When a page is first created, you'll see the text "Dynamic page generated in XXXX seconds." and "Cached page generated by WP-Super-Cache on YYYY-MM-DD HH:MM:SS" at the end of the source code. On reload, a cached page will show the same timestamp so wait a few seconds before checking. 
+In legacy caching mode, if you have compression enabled, the text "Compression = gzip" will be added. If compression is disabled and the page is served as a static html file, the text "super cache" will be added. The only other way to check if your cached file was served by PHP script or from the static cache is by looking at the HTTP headers. PHP cached pages will have the header "WP-Super-Cache: Served supercache file from PHP". Legacy cached files will have the header, "WP-Super-Cache: Served legacy cache file". I used the <a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP Headers</a> extension for Firefox to examine the headers. You should also check your cache directory in wp-content/cache/supercache/hostname/ for static cache files.
+If the plugin rules are missing from your .htaccess file, the plugin will attempt to serve the super cached page if it's found. The header "WP-Super-Cache: Served supercache file from PHP" if this happens.
+
+= WP-Cache vs Supercache files =
+
+WP-Cache files are stored in wp-content/cache/ (or on MU sites in a blogs sub directory) and are named wp-cache-XXXXXXXXXXXXXXXXX.html. Associated meta files are stored in a meta sub directory. Those files contain information about the cached file. These files are generated by the "legacy caching" code in the plugin.
+Supercache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTNAME is your domain name. The files are stored in directories matching your site's permalink structure.
+
+= Why is WP-Super-Cache better than WP-Cache? =
+
+This plugin is based on the excellent WP-Cache plugin and therefore brings all the benefits of that plugin to WordPress. On top of that it creates copies of every page that is accessed on a blog in a form that is quickly served by the web server. It's almost as quick as if the you had saved a page in your browser and uploaded it to replace your homepage.
+
+= Will comments and other dynamic parts of my blog update immediately? =
+
+Comments will show as soon as they are moderated, depending on the comment policy of the blog owner. Other dynamic elements on a page may not update unless they are written in Javascript, Flash, Java or another client side browser language. The plugin really produces static html pages. No PHP is executed when those pages are served. "Popularity Contest" is one such plugin that will not work. 
+
+= Will the Super Cache compression slow down my server? =
+
+No, it will do the opposite. Super Cache files are compressed and stored that way so the heavy compression is done only once. These files are generally much smaller and are sent to a visitor's browser much more quickly than uncompressed html. As a result, your server spends less time talking over the network which saves CPU time and bandwidth, and can also serve the next request much more quickly.
+
+= How do I make certain parts of the page stay dynamic? =
+
+WP Super Cache retains the dynamic loading code of WP Cache but only works in legacy caching mode.
+
+There are a few ways to do this, you can have functions that stay dynamic or you can include other files on every page load. To execute PHP code on every page load you can use either the "dynamic-cached-content", "mfunc", or "mclude" tags. The "dynamic-cached-content" tag is easier to use but the other tags can still be used. Make sure you duplicate the PHP code when using these tags. The first code is executed when the page is cached, while the second chunk of code is executed when the cached page is served to the next visitor.
+To execute WordPress functions you must define $wp_super_cache_late_init in your config file.
+
+1. This code will include the file adverts.php and will execute the functions "print_sidebar_ad()" and "do_more_stuff()". Make sure there's no space before or after the PHP tags.
+
+`<!--dynamic-cached-content--><?php
+include_once( ABSPATH . '/scripts/adverts.php' );
+print_sidebar_ad();
+do_more_stuff();
+?><!--
+include_once( ABSPATH . '/scripts/adverts.php' );
+print_sidebar_ad();
+do_more_stuff();
+--><!--/dynamic-cached-content-->`
+
+2. To execute the function "function_name()":
+
+`<!--mfunc function_name( 'parameter', 'another_parameter' ) -->
+<?php function_name( 'parameter', 'another_parameter' ) ?>
+<!--/mfunc-->`
+
+3. To include another file:
+
+`<!--mclude file.php-->
+<?php include_once( ABSPATH . 'file.php' ); ?>
+<!--/mclude-->`
+
+That will include file.php under the ABSPATH directory, which is the same as where your wp-config.php file is located.
+
+Example:
+`<!--mfunc date( 'Y-m-d H:i:s' ) -->
+<?php date( 'Y-m-d H:i:s' ) ?>
+<!--/mfunc-->`
+
+= How do I delay serving the cache until the "init" action fires? =
+
+Cached files are served before almost all of WordPress is loaded. While that's great for performance it's a pain when you want to extend the plugin using a core part of WordPress. Set $wp_super_cache_late_init to "1" in wp-content/wp-cache-config.php and cached files will be served when "init" fires. WordPress and it's plugins will be loaded now. This is very useful when you are using the mfunc tag in your theme.
+
+= Why don't WP UserOnline, Popularity Contest, WP Postratings or plugin X not work or update on my blog now? =
+
+This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the mfunc/mclude code described in the previous answer to update or display dynamic information.
+
+= Why doesn't the plugin cache requests by search engine bots by default? =
+
+Those bots usually only visit each page once and if the page is not popular there's no point creating a cache file that will sit idle on your server.
+
+= A category page is showing instead of my homepage =
+
+A tiny proportion of websites will have problems with the following configuration:
+
+1. Uses a static page for the front page.
+2. Uses /%category%/%postname%/ permalink structure.
+
+Sometimes a category page is cached as the homepage of the site instead of the static page. I can't [replicate the problem](http://wordpress.org/support/topic/237415/page/2?replies=38) but a simple solution is to switch the plugin to PHP mode. For normal traffic you will see no difference in the speed of your site.
+
+= Why do I get warnings about caching from http://ismyblogworking.com/ =
+
+"Your blog doesn't support client caching (no 304 response to If-modified-since)."
+"Your feed doesn't support caching (no 304 response to If-modified-since)"
+
+Supercache doesn't support 304 header checks. This is caching done by your browser, not your server. It is a check your browser does to ask the server if an updated version of the current page is available. If not, it doesn't download the old version again.
+The page is still cached by your server, just not by the browsers of your visitors. WordPress doesn't support 304 caching either so you're not losing out.
+Try the Cacheability Engine at http://www.ircache.net/cgi-bin/cacheability.py or http://redbot.org/ for further analysis.
+
+= How should I best use the utm_source tracking tools in Google Analytics with this plugin? =
+
+That tracking adds a query string to each url linked from various sources like Twitter and feedreaders. Unfortunately it stops pages being supercached. See [Joost's comment here](http://ocaoimh.ie/remove-unused-utmsource-urls/#comment-672813) for how to turn it into an anchor tag which can be supercached.
+
+= The plugin complains that wp-content is writable! htdocs is writable! =
+
+It's not good when the web server can write to these directories but sometimes shared hosting accounts are set up in this way to make administration easier. Use `chmod 755 directory` to fix the permissions or find the permissions section of your ftp client. This [Google search](http://www.google.ie/search?sourceid=chrome&ie=UTF-8&q=ftp+fix+directory+permissions+755) will lead you to more information on this topic. Unfortunately some hosts require that those directories be writable. If that's the case just ignore this warning.
+
+= How do I delete the WP_CACHE define from wp-config.php? =
+
+Load your desktop ftp client and connect to your site. Navigate to the root (or the directory below it) of your site where you'll find wp-config.php. Download that file and edit it in a text editor. Delete the line `define( 'WP_CACHE', true );` and save the file. Now upload it, overwriting the wp-config.php on your server.
+
+= How do I delete the Super Cache rules from the .htaccess file? =
+
+Load your desktop ftp client and connect to your site. You may need to enable "Show hidden files" in the preferences of the ftp client. Navigate to the root of your site where you'll find the .htaccess file. Download that file and edit it in a text editor. Delete the lines between "# BEGIN WPSuperCache" and "# END WPSuperCache" and save the file. Now upload it, overwriting the .htaccess file on your server.
+
+= Troubleshooting =
+
+If things don't work when you installed the plugin here are a few things to check:
+
+1.  Is wp-content writable by the web server?
+2.  Is there a wp-content/wp-cache-config.php ? If not, copy the file wp-super-cache/wp-cache-config-sample.php to wp-content/wp-cache-config.php and make sure WPCACHEHOME points at the right place. "plugins" should be "mu-plugins" if you're using WordPress MU.
+3.  Is there a wp-content/advanced-cache.php ? If not, then you must copy wp-super-cache/advanced-cache.php into wp-content/. You must edit the file and change the path so it points at the wp-super-cache folder.
+4.  If pages are not cached at all, remove wp-content/advanced-cache.php and recreate it, following the advice above.
+5.  Make sure the following line is in wp-config.php and it is ABOVE the "require_once(ABSPATH.'wp-settings.php');" line:
+
+    `define( 'WP_CACHE', true );`
+6.  Try the Settings->WP Super Cache page again and enable cache.
+7.  Look in wp-content/cache/supercache/. Are there directories and files there?
+8.  Anything in your php error_log?
+9.  If your browser keeps asking you to save the file after the super cache is installed you must disable Super Cache compression. Go to the Settings->WP Super Cache page and disable it there.
+10. The plugin does not work very well when PHP's safe mode is active. This must be disabled by your administrator.
+11. If pages are randomly super cached and sometimes not, your blog can probably be viewed with and without the "www" prefix on the URL. You should choose one way and install the [Enforce www preference](http://txfx.net/code/wordpress/enforce-www-preference/) plugin if you are using an old WordPress install. The latest versions redirect themselves (you should always be running the latest version of WordPress anyway!)
+12. Private Server users at Dreamhost should edit wp-content/wp-cache-config.php and set the cache dir to "/tmp/" if they are getting errors about increasing CPU usage. See this [discussion](http://wordpress.org/support/topic/145895?replies=42) for more.
+13. File locking errors such as "failed to acquire key 0x152b: Permission denied in..." or "Page not cached by WP Super Cache. Could not get mutex lock." are a sign that you may have to use file locking. Edit wp-content/wp-cache-config.php and uncomment "$use_flock = true" or set $sem_id to a different value. You can also disable file locking from the Admin screen as a last resort.
+14. Make sure cache/wp_cache_mutex.lock is writable by the web server if using coarse file locking.
+15. The cache folder cannot be put on an NFS or Samba or NAS share. It has to be on a local disk. File locking and deleting expired files will not work properly unless the cache folder is on the local machine.
+16. Garbage collection of old cache files won't work if WordPress can't find wp-cron.php. If your hostname resolves to 127.0.0.1 it could be preventing the garbage collection from working. Check your access_logs for wp-cron.php entries. Do they return a 404 (file not found) or 200 code? If it's 404 or you don't see wp-cron.php anywhere WordPress may be looking for that script in the wrong place. You should speak to your server administator to correct this or edit /etc/hosts on Unix servers and remove the following line. Your hostname must resolve to the external IP address other servers on the network/Internet use. See http://yoast.com/wp-cron-issues/ for more.
+
+    `127.0.0.1 myhostname.com`
+A line like "127.0.0.1 localhost localhost.localdomain" is ok.
+17. If old pages are being served to your visitors via the supercache, you may be missing Apache modules (or their equivalents if you don't use Apache). 3 modules are required: mod_mime, mod_headers and mod_expires. The last two are especially important for making sure browsers load new versions of existing pages on your site.
+18. The error message, "WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed!" appears at the end of every page. Open the file wp-content/advanced-cache.php in your favourite editor. Is the path to wp-cache-phase1.php correct? This file will normally be in wp-content/plugins/wp-super-cache/. If it is not correct the caching engine will not load.
+19. Caching doesn't work. The timestamp on my blog keeps changing when I reload. Check that the path in your .htaccess rules matches where the supercache directory is. You may have to hardcode it. Or use the plugin in PHP or legacy caching mode.
+20. If supercache cache files are generated but not served, check the permissions on all your wp-content/cache/supercache folders (and each of wp-content cache and supercache folders) and wp-content/cache/.htaccess. If your PHP runs as a different user to Apache and permissions are strict Apache may not be able to read the PHP generated cache files. To fix you must add the following line to your wp-config.php (Add it above the WP_CACHE define.) Then clear your cache.
+
+	`umask( 0022 );`
+21. If you see garbage in your browser after enabling compression in the plugin, compression may already be enabled in your web server. In Apache you must disable mod_deflate, or in PHP zlib compression may be enabled. You can disable that in three ways. If you have root access, edit your php.ini and find the zlib.output_compression setting and make sure it's "Off" or add this line to your .htaccess:
+
+	`php_flag zlib.output_compression off`
+
+If that doesn't work, add this line to your wp-config.php:
+
+	`ini_set('zlib.output_compression', 0);`
+22. The "white screen of death" or a blank page  when you visit your site is almost always caused by a PHP error but [it may also be caused by APC](http://www.johnberns.com/2010/03/19/wp-super-cache-blank-page-problem-fixed/). Disable that PHP extension if you have trouble and replace with eAccelerator or Xcache.
+23. After uninstalling, your permalinks may break if you remove the WordPress mod_rewrite rules too. Regenerate those rules by visiting the Settings->Permalink page and saving that form again.
+
+== CDN ==
+
+A Content Delivery Network (CDN) is usually a network of computers situated around the world that will serve the content of your website faster by using servers close to you. Static files like images, Javascript and CSS files can be served through these networks to speed up how fast your site loads. You can also create a "poor man's CDN" by using a sub domain of your domain to serve static files too.
+
+[OSSDL CDN off-linker](http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/) has been integrated into WP Super Cache to provide basic CDN support. It works by rewriting the URLs of files (excluding .php files) in wp-content and wp-includes on your server so they point at a different hostname. Many CDNs support [origin pull](http://www.google.com/search?hl=en&q=%22origin+pull%22). This means the CDN will download the file automatically from your server when it's first requested, and will continue to serve it for a configurable length of time before downloading it again from your server.
+
+Configure this on the "CDN" tab of the plugin settings page. This is an advanced technique and requires a basic understanding of how your webserver or CDNs work. Please be sure to clear the file cache after you configure the CDN.
+
+== Custom Caching ==
+It is now possible to hook into the caching process using the add_cacheaction() function.
+
+Three hooks are available:
+
+1. 'wp_cache_get_cookies_values' - modify the key used by WP Cache.
+2. 'add_cacheaction' - runs in phase2. Allows a plugin to add WordPress hooks.
+3. 'cache_admin_page' - runs in the admin page. Use it to modify that page, perhaps by adding new configuration options.
+
+There is one regular WordPress filter too. Use the "do_createsupercache" filter 
+to customize the checks made before caching. The filter accepts one parameter. 
+The output of WP-Cache's wp_cache_get_cookies_values() function.
+
+See plugins/searchengine.php as an example I use for my [No Adverts for Friends](plugin at http://ocaoimh.ie/no-adverts-for-friends/)
+
+== Links ==
+[WP Widget Cache](http://wordpress.org/extend/plugins/wp-widget-cache/) is another caching plugin for WordPress. This plugin caches the output of widgets and may significantly speed up dynamic page generation times.
+
+== Updates ==
+Updates to the plugin will be posted here, to [Holy Shmoly!](http://ocaoimh.ie/) and the [WP Super Cache homepage](http://ocaoimh.ie/wp-super-cache/) will always link to the newest version.
+
+== Thanks ==
+I would sincerely like to thank [John Pozadzides](http://onemansblog.com/) for giving me the idea for this, for writing the "How it works" section and for testing the plugin through 2 front page appearances on digg.com
+
+Thanks to James Farmer and Andrew Billits of [Edu Blogs](http://edublogs.org/) fame who helped me make this more WordPress MU friendly.
+
+Translators who did a great job converting the text of the plugin to their native language. Thank you!
+
+* [Gianni Diurno](http://gidibao.net/) (Italian)
+* [Omi](http://equipajedemano.info/) (Spanish)
+* [tomchen1989](http://emule-fans.com/) (Simplified Chinese)
+* Tai (Japanese)
+* [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
+* [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
+* [Ma�tre M�](http://maitremo.fr/) (French)
+* [Mathias Roth](http://trade-service.eu/) (German)
diff --git a/wp-content/plugins/wp-super-cache/uninstall.php b/wp-content/plugins/wp-super-cache/uninstall.php
new file mode 100644
index 0000000000000000000000000000000000000000..d6239976c5395f14563bc84cda1e141f7dd7bcf1
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/uninstall.php
@@ -0,0 +1,97 @@
+<html>
+<head>
+<title>WP Super Cache Uninstall Script</title>
+</head>
+<body>
+<?php
+/** Include the bootstrap for setting up WordPress environment */
+if ( false == file_exists( './wp-load.php' ) ) {
+	die( 'This file must be copied into the same directory where WordPress is installed. The file wp-load.php is in this directory' );
+}
+include( './wp-load.php' );
+
+if ( !is_user_logged_in() )
+	wp_die( 'You must be logged in to run this script.' );
+
+if ( !current_user_can( 'install_plugins' ) )
+	wp_die( 'You do not have permission to run this script.' );
+
+?>
+<p>This script will uninstall the files and directories created by <a href='http://ocaoimh.ie/wp-super-cache/'>WP Super Cache</a>.</p>
+<?php
+function uninstall_supercache( $folderPath ) { // from http://www.php.net/manual/en/function.rmdir.php
+	if ( trailingslashit( constant( 'ABSPATH' ) ) == trailingslashit( $folderPath ) )
+		return false;
+	if ( @is_dir ( $folderPath ) ) {
+		$dh  = @opendir($folderPath);
+		while( false !== ( $value = @readdir( $dh ) ) ) {
+			if ( $value != "." && $value != ".." ) {
+				$value = $folderPath . "/" . $value; 
+				if ( @is_dir ( $value ) ) {
+					uninstall_supercache( $value );
+				} else {
+					@unlink( $value );
+				}
+			}
+		}
+		return @rmdir( $folderPath );
+	} else {
+		return false;
+	}
+}
+
+if ( $_POST[ 'uninstall' ] ) {
+	$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce( $_REQUEST['_wpnonce'], 'wp-cache' . $current_user->ID ) : false;
+	$plugins = (array)get_option( 'active_plugins' );
+	$key = array_search( 'wp-super-cache/wp-cache.php', $plugins );
+	if ( $key !== false ) {
+		unset( $plugins[ $key ] );
+		update_option( 'active_plugins', $plugins );
+		echo "Disabled WP Super Cache plugin : <strong>DONE</strong><br />";
+	}
+
+	if ( in_array( 'wp-super-cache/wp-cache.php', get_option( 'active_plugins' ) ) )
+		wp_die( 'WP Super Cache is still active. Please disable it on your plugins page first.' );
+	echo "Removing " . WP_CONTENT_DIR . "/cache/ :";
+	uninstall_supercache( WP_CONTENT_DIR . '/cache' );
+	echo " <strong>DONE</strong><br />";
+	$permission_problem = false;
+	echo "Removing " . WP_CONTENT_DIR . "/advanced-cache.php :";
+	if ( false == @unlink( WP_CONTENT_DIR . "/advanced-cache.php" ) ) {
+		$permission_problem = true;
+		echo " <strong>FAILED</strong><br />";
+	} else {
+		echo " <strong>DONE</strong><br />";
+	}
+	echo "Removing " . WP_CONTENT_DIR . "/wp-cache-config.php :";
+	if ( false == unlink( WP_CONTENT_DIR . "/wp-cache-config.php" ) ) {
+		$permission_problem = true;
+		echo " <strong>FAILED</strong><br />";
+	} else {
+		echo " <strong>DONE</strong><br />";
+	}
+	if ( $permission_problem ) {
+		wp_die( "One or more files could not be deleted. " . WP_CONTENT_DIR . " must be made writeable:<br /><code>chmod 777 " . WP_CONTENT_DIR . "</code><br /><br /> and don't forgot to fix things later:<br /><code>chmod 755 " . WP_CONTENT_DIR . "</code><br /><br />" );
+	}
+	echo "<p>Make sure you remove the following line from " . ABSPATH . "wp-config.php too.</p>";
+	echo "<blockquote><code>define('WP_CACHE', true);</code></blockquote>";
+	wp_mail( $current_user->user_email, 'WP Super Cache Uninstalled', '' );
+} else {
+	?>
+	<form action='uninstall.php' method='POST'>
+	<p>Click UNINSTALL to delete the following files and directories:
+	<ol>
+	<li> <?php echo WP_CONTENT_DIR . "/advanced-cache.php"; ?></li>
+	<li> <?php echo WP_CONTENT_DIR . "/wp-cache-config.php"; ?></li>
+	<li> <?php echo WP_CONTENT_DIR . '/cache'; ?></li>
+	</ol>
+	<?php wp_nonce_field( 'wp-cache' . $current_user->ID ); ?>
+	<input type='hidden' name='uninstall' value='1' />
+	<input type='submit' value='UNINSTALL' />
+	</form>
+	<?php
+}
+
+?>
+</body>
+</html>
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-base.php b/wp-content/plugins/wp-super-cache/wp-cache-base.php
new file mode 100644
index 0000000000000000000000000000000000000000..3a406c919bfc3b4ca86d9ba7a8e63461e4909851
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/wp-cache-base.php
@@ -0,0 +1,13 @@
+<?php
+$known_headers = array("Last-Modified", "Expires", "Content-Type", "Content-type", "X-Pingback", "ETag", "Cache-Control", "Pragma");
+
+if (!class_exists('CacheMeta')) {
+	class CacheMeta {
+		var $dynamic = false;
+		var $headers = array();
+		var $uri = '';
+		var $post = 0;
+	}
+}
+
+?>
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php b/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php
new file mode 100644
index 0000000000000000000000000000000000000000..f9a087ffe81d14c0e4b063ffbcb01b70c1944a1d
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php
@@ -0,0 +1,103 @@
+<?php
+/*
+WP-Cache Config Sample File
+
+See wp-cache.php for author details.
+*/
+
+if ( ! defined('WPCACHEHOME') )
+	define( 'WPCACHEHOME', WP_PLUGIN_DIR . '/wp-super-cache/' );
+
+$cache_compression = 0; // Super cache compression
+$cache_enabled = false;
+$super_cache_enabled = false;
+$cache_max_time = 3600; //in seconds
+//$use_flock = true; // Set it true or false if you know what to use
+$cache_path = WP_CONTENT_DIR . '/cache/';
+$file_prefix = 'wp-cache-';
+$ossdlcdn = 0;
+
+// We want to be able to identify each blog in a WordPress MU install
+$blogcacheid = '';
+if( defined( 'VHOST' ) ) {
+	$blogcacheid = 'blog'; // main blog
+	if( constant( 'VHOST' ) == 'yes' ) {
+		$blogcacheid = $_SERVER['HTTP_HOST'];
+	} else {
+		$request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) );
+		if( strpos( $request_uri, '/', 1 ) ) {
+			if( $base == '/' ) {
+				$blogcacheid = substr( $request_uri, 1, strpos( $request_uri, '/', 1 ) - 1 );
+			} else {
+				$blogcacheid = str_replace( $base, '', $request_uri );
+				$blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) );
+			}
+			if ( '/' == substr($blogcacheid, -1))
+				$blogcacheid = substr($blogcacheid, 0, -1);
+		}
+		$blogcacheid = str_replace( '/', '', $blogcacheid );
+	}
+}
+
+// Array of files that have 'wp-' but should still be cached 
+$cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' );
+
+$cache_rejected_uri = array('wp-.*\\.php', 'index\\.php');
+$cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider', 5 => 'Yandex' );
+
+$cache_rebuild_files = 1;
+
+// Disable the file locking system.
+// If you are experiencing problems with clearing or creating cache files
+// uncommenting this may help.
+$wp_cache_mutex_disabled = 1;
+
+// Just modify it if you have conflicts with semaphores
+$sem_id = 5419;
+
+if ( '/' != substr($cache_path, -1)) {
+	$cache_path .= '/';
+}
+
+$wp_cache_mobile = 0;
+$wp_cache_mobile_whitelist = 'Stand Alone/QNws';
+$wp_cache_mobile_browsers = 'Android, 2.0 MMP, 240x320, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, hiptop, IEMobile, iPhone, iPod, KYOCERA/WX310K, LG/U990, MIDP-2.0, MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, Playstation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, Windows CE, WinWAP';
+
+// change to relocate the supercache plugins directory
+$wp_cache_plugins_dir = WPCACHEHOME . 'plugins';
+// set to 1 to do garbage collection during normal process shutdown instead of wp-cron
+$wp_cache_shutdown_gc = 0; 
+$wp_super_cache_late_init = 0;
+
+// uncomment the next line to enable advanced debugging features
+$wp_super_cache_advanced_debug = 0;
+$wp_super_cache_front_page_text = '';
+$wp_super_cache_front_page_clear = 0;
+$wp_super_cache_front_page_check = 0;
+$wp_super_cache_front_page_notification = '0';
+
+$wp_cache_object_cache = 0;
+$wp_cache_anon_only = 0;
+$wp_supercache_cache_list = 0;
+$wp_cache_debug_to_file = 0;
+$wp_super_cache_debug = 0;
+$wp_cache_debug_level = 5;
+$wp_cache_debug_ip = '';
+$wp_cache_debug_log = '';
+$wp_cache_debug_email = '';
+$wp_cache_pages[ "search" ] = 0;
+$wp_cache_pages[ "feed" ] = 0;
+$wp_cache_pages[ "category" ] = 0;
+$wp_cache_pages[ "home" ] = 0;
+$wp_cache_pages[ "frontpage" ] = 0;
+$wp_cache_pages[ "tag" ] = 0;
+$wp_cache_pages[ "archives" ] = 0;
+$wp_cache_pages[ "pages" ] = 0;
+$wp_cache_pages[ "single" ] = 0;
+$wp_cache_hide_donation = 0;
+$wp_cache_not_logged_in = 0;
+$wp_cache_clear_on_post_edit = 0;
+$wp_cache_hello_world = 0;
+$wp_cache_mobile_enabled = 0;
+$wp_cache_cron_check = 0;
+?>
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-phase1.php b/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
new file mode 100644
index 0000000000000000000000000000000000000000..49820b7a70885fcb38db2d73b31756717f4d510b
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
@@ -0,0 +1,490 @@
+<?php
+//error_reporting(E_ERROR | E_PARSE); // uncomment to debug this file!
+// Pre-2.6 compatibility
+if( !defined('WP_CONTENT_DIR') )
+	define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
+
+if( !include( WP_CONTENT_DIR . '/wp-cache-config.php' ) )
+	return false;
+
+if( !defined( 'WPCACHEHOME' ) )
+	define('WPCACHEHOME', dirname(__FILE__).'/');
+
+include( WPCACHEHOME . 'wp-cache-base.php');
+
+if( $blogcacheid != '' ) {
+	$blog_cache_dir = str_replace( '//', '/', $cache_path . "blogs/" . $blogcacheid . '/' );
+} else {
+	$blog_cache_dir = $cache_path;
+}
+
+$mutex_filename  = 'wp_cache_mutex.lock';
+$new_cache = false;
+
+if( !isset( $wp_cache_plugins_dir ) )
+	$wp_cache_plugins_dir = WPCACHEHOME . 'plugins';
+
+require_once( WPCACHEHOME . 'wp-cache-phase2.php');
+
+$plugins = glob( $wp_cache_plugins_dir . '/*.php' );
+if( is_array( $plugins ) ) {
+	foreach ( $plugins as $plugin ) {
+	if( is_file( $plugin ) )
+		require_once( $plugin );
+	}
+}
+
+if (!$cache_enabled || $_SERVER["REQUEST_METHOD"] == 'POST') 
+	return true;
+
+$file_expired = false;
+$cache_filename = '';
+$meta_file = '';
+$wp_cache_gzip_encoding = '';
+
+$gzipped = 0;
+$gzsize = 0;
+
+function gzip_accepted(){
+	if( ini_get( 'zlib.output_compression' ) ) // don't compress WP-Cache data files when PHP is already doing it
+		return false;
+
+	if (strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') === false) return false;
+	return 'gzip';
+}
+
+if ($cache_compression) {
+	$wp_cache_gzip_encoding = gzip_accepted();
+}
+
+add_cacheaction( 'wp_cache_get_cookies_values', 'wp_cache_check_mobile' );
+
+$wp_cache_request_uri = $_SERVER[ 'REQUEST_URI' ]; // Cache this in case any plugin modifies it.
+
+if ( $wp_cache_object_cache ) {
+	if ( ! include_once( WP_CONTENT_DIR . '/object-cache.php' ) )
+		return;
+	
+	wp_cache_init(); // Note: wp-settings.php calls wp_cache_init() which clobbers the object made here.
+	
+	if ( ! is_object( $wp_object_cache ) )
+		return;
+}
+
+if( false == @is_dir( $blog_cache_dir ) ) {
+	@mkdir( $cache_path . "blogs" );
+	@mkdir( $blog_cache_dir );
+}
+
+if( false == @is_dir( $blog_cache_dir . 'meta' ) )
+	@mkdir( $blog_cache_dir . 'meta' );
+
+
+$wp_start_time = microtime();
+
+function get_wp_cache_key( $url = false ) {
+	global $wp_cache_request_uri, $wp_cache_gzip_encoding;
+	if ( !$url )
+		$url = $wp_cache_request_uri;
+	return do_cacheaction( 'wp_cache_key', $_SERVER['HTTP_HOST'] . intval( $_SERVER[ 'SERVER_PORT' ] ) . preg_replace('/#.*$/', '', str_replace( '/index.php', '/', $url ) ) . $wp_cache_gzip_encoding . wp_cache_get_cookies_values() );
+}
+
+function wp_super_cache_init() {
+	global $wp_cache_key, $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
+
+	$wp_cache_key = get_wp_cache_key();
+	$key = $blogcacheid . md5( $wp_cache_key );
+	$wp_cache_key = $blogcacheid . $wp_cache_key;
+
+	$cache_filename = $file_prefix . $key . '.html';
+	$meta_file = $file_prefix . $key . '.meta';
+	$cache_file = realpath( $blog_cache_dir . $cache_filename );
+	$meta_pathname = realpath( $blog_cache_dir . 'meta/' . $meta_file );
+	return compact( 'key', 'cache_filename', 'meta_file', 'cache_file', 'meta_pathname' );
+}
+
+function wp_cache_serve_cache_file() {
+	global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
+	global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check, $wp_supercache_304;
+
+	extract( wp_super_cache_init() );
+
+	if ( wp_cache_user_agent_is_rejected() ) {
+		if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file served as user agent rejected.", 5 );
+		return false;
+	}
+
+	if ( $wp_cache_object_cache && wp_cache_get_cookies_values() == '' ) { 
+		if ( !empty( $_GET ) ) {
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Non empty GET request. Not serving request from object cache", 1 );
+			return false;
+		}
+
+		$oc_key = get_oc_key();
+		$meta_filename = $oc_key . ".meta";
+		if ( gzip_accepted() ) {
+			$oc_key .= ".gz";
+			$meta_filename .= ".gz";
+		}
+		$cache = wp_cache_get( $oc_key, 'supercache' );
+		$meta = unserialize( wp_cache_get( $meta_filename, 'supercache' ) );
+		if ( is_array( $meta ) == false ) {
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Meta array from object cache corrupt. Ignoring cache.", 1 );
+			return true;
+		}
+	} elseif ( file_exists( $cache_file ) ) {
+		if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "wp-cache file exists: $cache_file", 5 );
+		if ( !( $meta = unserialize( @file_get_contents( $meta_pathname) ) ) )  {
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "couldn't load wp-cache meta file", 5 );
+			return true;
+		}
+		if ( is_array( $meta ) == false ) {
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "meta array corrupt, deleting $meta_pathname and $cache_file", 1 );
+			@unlink( $meta_pathname );
+			@unlink( $cache_file );
+			return true;
+		}
+	} else {
+		// last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
+		$file = get_current_url_supercache_dir() . "index.html";
+		if ( 
+			( 
+				$wp_cache_request_uri == '/' || 
+				( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) || 
+				( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' ) 
+			) && 
+			( wp_cache_get_cookies_values() == '' && empty( $_GET ) && file_exists( $file ) ) ) 
+		{
+			header( "Content-type: text/html; charset=UTF-8" ); // UTF-8 hard coded is bad but we don't know what it is this early in the process
+			header( "Vary: Accept-Encoding, Cookie" );
+			header( "Cache-Control: max-age=300, must-revalidate" );
+			header( "WP-Super-Cache: Served supercache file from PHP" );
+			if ( file_exists( $file . '.gz' ) && $wp_cache_gzip_encoding ) {
+				$file = $file . '.gz';
+				header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
+				header( 'Content-Length: ' . filesize( $file ) );
+			} elseif ( $wp_supercache_304 ) {
+				header( 'Content-Length: ' . filesize( $file ) );
+			}
+
+			if ( $wp_supercache_304 ) {
+				if ( function_exists( 'apache_request_headers' ) ) {
+					$request = apache_request_headers();
+					$remote_mod_time = $request[ 'If-Modified-Since' ];
+				} else {
+					$remote_mod_time = $_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ];
+				}
+				$local_mod_time = gmdate("D, d M Y H:i:s",filemtime( $file )).' GMT';
+				if ( $remote_mod_time == $local_mod_time ) {
+					header("HTTP/1.0 304 Not Modified");
+					exit();
+				}
+				header( 'Last-Modified: ' . $local_mod_time );
+			}
+			readfile( $file );
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served page from supercache file using PHP.", 5 );
+			exit();
+		} else {
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file exists. Must generate a new one.", 5 );
+			return false;
+		}
+	}
+	$cache_file = do_cacheaction( 'wp_cache_served_cache_file', $cache_file );
+	// Sometimes the gzip headers are lost. Make sure html returned isn't compressed!
+	if ( $cache_compression && $wp_cache_gzip_encoding && !in_array( 'Content-Encoding: ' . $wp_cache_gzip_encoding, $meta[ 'headers' ] ) ) {
+		$ungzip = true;
+		if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "GZIP headers not found. Force uncompressed output.", 1 );
+	} else {
+		$ungzip = false;
+	}
+	foreach ($meta[ 'headers' ] as $t => $header) {
+		// godaddy fix, via http://blog.gneu.org/2008/05/wp-supercache-on-godaddy/ and http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/
+		if( strpos( $header, 'Last-Modified:' ) === false ) 
+			header($header);
+	}
+	header( 'WP-Super-Cache: Served legacy cache file' );
+	if ( $wp_cache_object_cache ) { 
+		if ( $cache ) {
+			if ( $ungzip ) {
+				$uncompressed = gzuncompress( $cache );
+				if ( $uncompressed ) {
+					if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Uncompressed gzipped cache file from object cache", 1 );
+					$cache = $uncompressed;
+					unset( $uncompressed );
+				}
+			}
+			if ( isset( $meta[ 'dynamic' ] ) && $meta[ 'dynamic' ] ) {
+				if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file from object cache", 5 );
+				eval( '?>' . $cache . '<?php ' );
+			} else {
+				if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file from object cache", 5 );
+				echo $cache;
+			}
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "exit request", 5 );
+			die();
+		}
+	} else {
+		if ( $meta[ 'dynamic' ] ) {
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file", 5 );
+			if ( $ungzip ) {
+				$cache = file_get_contents( $cache_file );
+				$uncompressed = gzuncompress( $cache );
+				if ( $uncompressed ) {
+					if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Uncompressed gzipped cache file from wp-cache", 1 );
+					unset( $cache );
+					eval( '?>' . $uncompressed . '<?php ' );
+				} else {
+					eval( '?>' . $cache . '<?php ' );
+				}
+			} else {
+				include( $cache_file );
+			}
+		} else {
+			if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache static file", 5 );
+			if ( $wp_supercache_304 ) {
+				if ( function_exists( 'apache_request_headers' ) ) {
+					$request = apache_request_headers();
+					$remote_mod_time = $request[ 'If-Modified-Since' ];
+				} else {
+					$remote_mod_time = $_SERVER[ 'HTTP_IF_MODIFIED_SINCE' ];
+				}
+				$local_mod_time = gmdate("D, d M Y H:i:s",filemtime( $cache_file )).' GMT';
+				if ( $remote_mod_time == $local_mod_time ) {
+					header("HTTP/1.0 304 Not Modified");
+					exit();
+				}
+				header( 'Last-Modified: ' . $local_mod_time );
+			}
+			if ( $ungzip ) {
+				$cache = file_get_contents( $cache_file );
+				$uncompressed = gzuncompress( $cache );
+				if ( $uncompressed ) {
+					if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Uncompressed gzipped cache file from wp-cache", 1 );
+					echo $uncompressed;
+				} else {
+					echo $cache;
+				}
+			} else {
+				readfile( $cache_file );
+			}
+		}
+		if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "exit request", 5 );
+		die();
+	}
+}
+
+if(defined('DOING_CRON')) {
+	extract( wp_super_cache_init() );
+	return true;
+}
+
+if ( !isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && false == $wp_super_cache_late_init ) ) {
+	wp_cache_serve_cache_file();
+}
+
+function wp_cache_postload() {
+	global $cache_enabled, $wp_super_cache_late_init, $wp_super_cache_debug;
+
+	if ( !$cache_enabled || isset( $_GET[ 'preview' ] ) )
+		return true;
+
+	if ( isset( $wp_super_cache_late_init ) && true == $wp_super_cache_late_init ) {
+		if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Supercache Late Init: add wp_cache_serve_cache_file to init", 3 );
+		add_action( 'init', 'wp_cache_late_loader', 9999 );
+	} else {
+		wp_super_cache_init();
+		wp_cache_phase2();
+	}
+}
+
+function wp_cache_late_loader() {
+	global $wp_super_cache_debug;
+	if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Supercache Late Loader running on init", 3 );
+	wp_cache_serve_cache_file();
+	wp_cache_phase2();
+}
+
+function wp_cache_get_cookies_values() {
+	$string = '';
+	while ($key = key($_COOKIE)) {
+		if ( preg_match( "/^wp-postpass|^wordpress_logged_in|^comment_author_/", $key ) ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cookie detected: $key", 5 );
+			$string .= $_COOKIE[ $key ] . ",";
+		}
+		next($_COOKIE);
+	}
+	reset($_COOKIE);
+
+	// If you use this hook, make sure you update your .htaccess rules with the same conditions
+	$string = do_cacheaction( 'wp_cache_get_cookies_values', $string );
+	return $string;
+}
+
+function add_cacheaction( $action, $func ) {
+	global $wp_supercache_actions;
+	$wp_supercache_actions[ $action ][] = $func;
+}
+
+function do_cacheaction( $action, $value = '' ) {
+	global $wp_supercache_actions;
+
+	if ( isset( $wp_supercache_actions ) && false == is_array( $wp_supercache_actions ) )
+		return $value;
+
+	if( array_key_exists($action, $wp_supercache_actions) && is_array( $wp_supercache_actions[ $action ] ) ) {
+		$actions = $wp_supercache_actions[ $action ];
+		foreach( $actions as $func ) {
+			$value = $func( $value );
+		}
+	}
+
+	return $value;
+}
+
+function wp_cache_mobile_group( $user_agent ) {
+	global $wp_cache_mobile_groups;
+	foreach( (array)$wp_cache_mobile_groups as $name => $group ) {
+		foreach( (array)$group as $browser ) {
+			$browser = trim( strtolower( $browser ) );
+			if ( $browser != '' && strstr( $user_agent, $browser ) ) {
+				return $browser;
+			}
+		}
+	}
+	return "mobile";
+}
+
+// From http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by Alex King
+function wp_cache_check_mobile( $cache_key ) {
+	global $wp_cache_mobile_enabled, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes;
+	if ( !isset( $wp_cache_mobile_enabled ) || false == $wp_cache_mobile_enabled )
+		return $cache_key;
+
+	if ( !isset( $_SERVER[ "HTTP_USER_AGENT" ] ) ) {
+		return $cache_key;
+	}
+
+	$browsers = explode( ',', $wp_cache_mobile_browsers );
+	$user_agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+	foreach ($browsers as $browser) {
+		if ( strstr( $user_agent, trim( strtolower( $browser ) ) ) ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "mobile browser detected: " . $_SERVER[ "HTTP_USER_AGENT" ], 5 );
+			return $cache_key . '-' . wp_cache_mobile_group( $user_agent );
+		}
+	}
+	if (isset($_SERVER['HTTP_X_WAP_PROFILE']) ) 
+		return $cache_key . '-' . $_SERVER['HTTP_X_WAP_PROFILE'];
+	if (isset($_SERVER['HTTP_PROFILE']) )
+		return $cache_key . '-' . $_SERVER['HTTP_PROFILE'];
+
+	if ( isset( $wp_cache_mobile_prefixes ) ) {
+		$browsers = explode( ',', $wp_cache_mobile_prefixes );
+		foreach ($browsers as $browser_prefix) {
+			if ( substr($user_agent, 0, 4) == $browser_prefix ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "mobile browser (prefix) detected: " . $_SERVER[ "HTTP_USER_AGENT" ], 5 );
+				return $cache_key . '-' . $browser_prefix;
+			}
+		}
+	}
+	$accept = strtolower($_SERVER['HTTP_ACCEPT']);
+	if (strpos($accept, 'wap') !== false) {
+		return $cache_key . '-' . 'wap';
+	}
+
+	if (isset($_SERVER['ALL_HTTP']) && strpos(strtolower($_SERVER['ALL_HTTP']), 'operamini') !== false) {
+		return $cache_key . '-' . 'operamini';
+	}
+	return $cache_key;
+}
+
+function wp_cache_debug( $message, $level = 1 ) {
+	global $wp_cache_debug_level, $wp_cache_debug_log, $wp_cache_debug_email, $cache_path, $wp_cache_debug_ip, $wp_super_cache_debug;
+
+	if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug == false )
+		return false;
+
+	if ( isset( $wp_cache_debug_email ) == false && isset( $wp_cache_debug_log ) == false )
+		return false;
+
+	if ( isset( $wp_cache_debug_level ) == false )
+		$wp_cache_debug_level = 1;
+	if ( $wp_cache_debug_level < $level )
+		return false;
+
+	if ( isset( $wp_cache_debug_ip ) && $wp_cache_debug_ip != '' && $wp_cache_debug_ip != $_SERVER[ 'REMOTE_ADDR' ] )
+		return false;
+
+	if ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) {
+		error_log( date( 'H:i:s' ) . " " . $_SERVER[ 'REQUEST_URI' ] . " " . $message . "\n", 3, $cache_path . str_replace( '/', '', str_replace( '..', '', $wp_cache_debug_log ) ) );
+	}
+
+	if ( isset( $wp_cache_debug_email ) && $wp_cache_debug_email != ''  ) {
+		$message .= "\n\nDisable these emails by commenting out or deleting the line containing\n\$wp_cache_debug_email in wp-content/wp-cache-config.php on your server.\n";
+		mail( $wp_cache_debug_email, '[' . addslashes( $_SERVER[ 'HTTP_HOST' ] ) . "] WP Super Cache Debug", $message );
+	}
+}
+
+function wp_cache_user_agent_is_rejected() {
+	global $cache_rejected_user_agent;
+
+	if (!function_exists('apache_request_headers')) return false;
+	$headers = apache_request_headers();
+	if (!isset($headers["User-Agent"])) return false;
+	foreach ($cache_rejected_user_agent as $expr) {
+		if (strlen($expr) > 0 && stristr($headers["User-Agent"], $expr))
+			return true;
+	}
+	return false;
+}
+
+function get_current_url_supercache_dir( $post_id = 0 ) {
+	global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
+
+	if ( $post_id != 0 ) {
+		$uri = str_replace( site_url(), '', get_permalink( $post_id ) );
+	} else {
+		$uri = $wp_cache_request_uri;
+	}
+	$uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
+	$uri = str_replace( '\\', '', $uri );
+	$dir = strtolower(preg_replace('/:.*$/', '',  $_SERVER["HTTP_HOST"])) . $uri; // To avoid XSS attacks
+	if ( function_exists( "apply_filters" ) )
+		$dir = apply_filters( 'supercache_dir', $dir );
+	$dir = $cache_path . 'supercache/' . $dir . '/';
+	if( is_array( $cached_direct_pages ) && in_array( $_SERVER[ 'REQUEST_URI' ], $cached_direct_pages ) ) {
+		$dir = ABSPATH . $uri . '/';
+	}
+	$dir = str_replace( '//', '/', $dir );
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "supercache dir: $dir", 5 );
+	return $dir;
+}
+
+function get_oc_version() {
+	$wp_cache_oc_key = wp_cache_get( "wp_cache_oc_key" );
+	if ( ! $wp_cache_oc_key ) {
+		$wp_cache_oc_key[ 'key' ] = reset_oc_version();
+	} elseif ( $wp_cache_oc_key[ 'ts' ] < time() - 600 )
+		wp_cache_set( "wp_cache_oc_key", array( 'ts' => time(), 'key' => $wp_cache_oc_key[ 'key' ] ) );
+	return $wp_cache_oc_key[ 'key' ];
+}
+
+function reset_oc_version( $version = 1 ) {
+	if ( $version == 1 )
+		$version = mt_rand();
+	wp_cache_set( "wp_cache_oc_key", array( 'ts' => time(), 'key' => $version ) );
+
+	return $version;
+}
+
+function get_oc_key( $url = false ) {
+	global $wp_cache_gzip_encoding;
+
+	if ( $url ) {
+		$key = intval( $_SERVER[ 'SERVER_PORT' ] ) . strtolower( preg_replace( '/:.*$/', '',  $_SERVER[ "HTTP_HOST" ] ) ) . $url;
+	} else {
+		$key = get_current_url_supercache_dir();
+	}
+	return $key . $wp_cache_gzip_encoding . get_oc_version();
+}
+
+?>
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-phase2.php b/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
new file mode 100644
index 0000000000000000000000000000000000000000..31d421cce8936f5d46f29cef7b1f3be9fcd3d234
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
@@ -0,0 +1,1044 @@
+<?php
+
+function wp_cache_phase2() {
+	global $wpsc_settings;
+	global $cache_filename, $cache_acceptable_files, $wp_cache_gzip_encoding, $super_cache_enabled, $cache_rebuild_files, $wp_cache_last_gc;
+	global $cache_max_time, $wp_cache_request_uri, $super_cache_enabled, $wp_cache_object_cache;
+	global $cache_enabled, $wp_cache_gmt_offset, $wp_cache_blog_charset;
+
+	if ( $cache_enabled == false )
+		return false;
+
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'In WP Cache Phase 2', 5 );
+
+	$wp_cache_gmt_offset = get_option( 'gmt_offset' ); // caching for later use when wpdb is gone. http://wordpress.org/support/topic/224349
+	$wp_cache_blog_charset = get_option( 'blog_charset' );
+
+	wp_cache_mutex_init();
+	if(function_exists('add_action') && ( !defined( 'WPLOCKDOWN' ) || ( defined( 'WPLOCKDOWN' ) && constant( 'WPLOCKDOWN' ) == '0' ) ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Setting up WordPress actions', 5 );
+		// Post ID is received
+		add_action('publish_post', 'wp_cache_post_edit', 0);
+		add_action('edit_post', 'wp_cache_post_change', 0); // leaving a comment called edit_post
+		add_action('delete_post', 'wp_cache_post_edit', 0);
+		add_action('publish_phone', 'wp_cache_post_edit', 0);
+		// Coment ID is received
+		add_action('trackback_post', 'wp_cache_get_postid_from_comment', 99);
+		add_action('pingback_post', 'wp_cache_get_postid_from_comment', 99);
+		add_action('comment_post', 'wp_cache_get_postid_from_comment', 99);
+		add_action('edit_comment', 'wp_cache_get_postid_from_comment', 99);
+		add_action('wp_set_comment_status', 'wp_cache_get_postid_from_comment', 99, 2);
+		// No post_id is available
+		add_action('switch_theme', 'wp_cache_no_postid', 99); 
+		add_action('edit_user_profile_update', 'wp_cache_no_postid', 99); 
+
+		add_action( 'wp_update_nav_menu', 'wp_cache_clear_cache' );
+
+		add_action('wp_cache_gc','wp_cache_gc_cron');
+
+		do_cacheaction( 'add_cacheaction' );
+	}
+
+	if ( is_admin() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching wp-admin requests.', 5 );
+		return false;
+	}
+
+	if ( $_SERVER["REQUEST_METHOD"] == 'POST' || !empty( $_POST ) || get_option( 'gzipcompression' ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching POST request.', 5 );
+		return false;
+	}
+
+	if ( $wp_cache_object_cache && !empty( $_GET ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching GET request while object cache storage enabled.', 5 );
+		return false;
+	}
+
+	if ( isset( $_GET[ 'preview' ] ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching preview post.', 2 );
+		return false;
+	}
+
+	if ( !empty( $_GET ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Supercache caching disabled. Only using wp-cache. Non empty GET request.', 5 );
+		$super_cache_enabled = false;
+	}
+
+	$script = basename($_SERVER['PHP_SELF']);
+	if (!in_array($script, $cache_acceptable_files) && wp_cache_is_rejected($wp_cache_request_uri)) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'URI rejected. Not Caching', 2 );
+		return false;
+	}
+	if (wp_cache_user_agent_is_rejected()) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "USER AGENT ({$_SERVER[ 'HTTP_USER_AGENT' ]}) rejected. Not Caching", 4 );
+		return;
+	}
+	if($wp_cache_gzip_encoding)
+		header('Vary: Accept-Encoding, Cookie');
+	else
+		header('Vary: Cookie');
+	ob_start( 'wp_cache_ob_callback' ); 
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Created output buffer', 4 );
+
+	// restore old supercache file temporarily
+	if( $super_cache_enabled && $cache_rebuild_files ) {
+		$user_info = wp_cache_get_cookies_values();
+		$do_cache = apply_filters( 'do_createsupercache', $user_info );
+		if( $user_info == '' || $do_cache === true ) {
+			$dir = get_current_url_supercache_dir();
+			$files_to_check = array( $dir . 'index.html', $dir . 'index.html.gz' );
+			foreach( $files_to_check as $cache_file ) {
+				if( !@file_exists( $cache_file . '.needs-rebuild' ) )
+					continue;
+				$mtime = @filemtime($cache_file . '.needs-rebuild');
+				if( $mtime && (time() - $mtime) < 30 ) {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Rebuild file renamed to cache file temporarily", 3 );
+					@rename( $cache_file . '.needs-rebuild', $cache_file );
+				}
+				// cleanup old files or if rename fails
+				if( @file_exists( $cache_file . '.needs-rebuild' ) ) {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Rebuild file deleted", 3 );
+					@unlink( $cache_file . '.needs-rebuild' );
+				}
+			}
+		}
+	}
+
+	if ( $cache_max_time == 0 )
+		return false;
+	if( !isset( $cache_max_time ) )
+		$cache_max_time = 600;
+	$last_gc = get_option( "wpsupercache_gc_time" );
+
+	if( !$last_gc ) {
+		update_option( 'wpsupercache_gc_time', time() );
+	}
+	$next_gc = $cache_max_time < 1800 ? $cache_max_time : 600;
+	if( $last_gc < ( time() - $next_gc ) ) {
+		update_option( 'wpsupercache_gc_time', time() );
+
+		global $wp_cache_shutdown_gc;
+		if( !isset( $wp_cache_shutdown_gc ) || $wp_cache_shutdown_gc == 0 ) {
+			if(!wp_next_scheduled('wp_cache_gc')) {
+				wp_schedule_single_event(time() + 10 , 'wp_cache_gc');
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_gc for 10 seconds time.', 5 );
+			}
+		} else {
+			global $time_to_gc_cache;
+			$time_to_gc_cache = 1; // tell the "shutdown gc" to run!
+		}
+	}
+}
+
+function wpcache_logged_in_message() {
+	echo '<!-- WP Super Cache did not cache this page because you are logged in and "Don\'t cache pages for logged in users" is enabled. -->';
+}
+
+if ( !function_exists( 'wp_cache_user_agent_is_rejected' ) ) {
+	function wp_cache_user_agent_is_rejected() {
+		global $cache_rejected_user_agent;
+
+		if (!function_exists('apache_request_headers')) return false;
+		$headers = apache_request_headers();
+		if (!isset($headers["User-Agent"])) return false;
+		foreach ($cache_rejected_user_agent as $expr) {
+			if (strlen($expr) > 0 && stristr($headers["User-Agent"], $expr))
+				return true;
+		}
+		return false;
+	}
+}
+
+function wp_cache_get_response_headers() {
+	if(function_exists('apache_response_headers')) {
+		flush();
+		$headers = apache_response_headers();
+	} else if(function_exists('headers_list')) {
+		$headers = array();
+		foreach(headers_list() as $hdr) {
+			list($header_name, $header_value) = explode(': ', $hdr, 2);
+			$headers[$header_name] = $header_value;
+		}
+	} else
+		$headers = null;
+
+	return $headers;
+}
+
+function wp_cache_is_rejected($uri) {
+	global $cache_rejected_uri;
+
+	$auto_rejected = array( '/wp-admin/', 'xmlrpc.php', 'wp-app.php' );
+	foreach( $auto_rejected as $u ) {
+		if( strstr( $uri, $u ) )
+			return true; // we don't allow caching of wp-admin for security reasons
+	}
+	foreach ( $cache_rejected_uri as $expr ) {
+		if( $expr != '' && preg_match( "~$expr~", $uri ) )
+			return true;
+	}
+	return false;
+}
+
+function wp_cache_mutex_init() {
+	global $mutex, $wp_cache_mutex_disabled, $use_flock, $blog_cache_dir, $mutex_filename, $sem_id;
+
+	if( isset( $wp_cache_mutex_disabled) && $wp_cache_mutex_disabled )
+		return true;
+
+	if( !is_bool( $use_flock ) ) {
+		if(function_exists('sem_get')) 
+			$use_flock = false;
+		else
+			$use_flock = true;
+	}
+
+	$mutex = false;
+	if ($use_flock )  {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on filename: {$blog_cache_dir}{$mutex_filename}", 5 );
+		$mutex = @fopen( $blog_cache_dir . $mutex_filename, 'w' );
+	} else {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on semaphore: {$sem_id}", 5 );
+		$mutex = @sem_get( $sem_id, 1, 0644 | IPC_CREAT, 1 );
+	}
+}
+
+function wp_cache_writers_entry() {
+	global $mutex, $wp_cache_mutex_disabled, $use_flock;
+
+	if( isset( $wp_cache_mutex_disabled ) && $wp_cache_mutex_disabled )
+		return true;
+
+	if( !$mutex ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "(writers entry) mutex lock not created. not caching.", 2 );
+		return false;
+	}
+
+	if ( $use_flock ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "grabbing lock using flock()", 5 );
+		flock($mutex,  LOCK_EX);
+	} else {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "grabbing lock using sem_acquire()", 5 );
+		sem_acquire($mutex);
+	}
+
+	return true;
+}
+
+function wp_cache_writers_exit() {
+	global $mutex, $wp_cache_mutex_disabled, $use_flock;
+
+	if( isset( $wp_cache_mutex_disabled ) && $wp_cache_mutex_disabled )
+		return true;
+
+	if( !$mutex ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "(writers exit) mutex lock not created. not caching.", 2 );
+		return false;
+	}
+
+	if ( $use_flock ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "releasing lock using flock()", 5 );
+		flock($mutex,  LOCK_UN);
+	} else {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "releasing lock using sem_release()", 5 );
+		sem_release($mutex);
+	}
+}
+
+function wp_cache_ob_callback( $buffer ) {
+	global $wp_cache_pages;
+	$buffer = apply_filters( 'wp_cache_ob_callback_filter', $buffer );
+	if( defined( 'DONOTCACHEPAGE' ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'DONOTCACHEPAGE defined. Caching disabled.', 2 );
+		return $buffer;
+	}
+
+	if ( isset( $wp_cache_pages[ 'single' ] ) && $wp_cache_pages[ 'single' ] == 1 && is_single() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching single post.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'pages' ] ) && $wp_cache_pages[ 'pages' ] == 1 && is_page() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching single page.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'archives' ] ) && $wp_cache_pages[ 'archives' ] == 1 && is_archive() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching archive page.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'tag' ] ) && $wp_cache_pages[ 'tag' ] == 1 && is_tag() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching tag page.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'category' ] ) && $wp_cache_pages[ 'category' ] == 1 && is_category() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching category page.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'frontpage' ] ) && $wp_cache_pages[ 'frontpage' ] == 1 && is_front_page() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching front page.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'home' ] ) && $wp_cache_pages[ 'home' ] == 1 && is_home() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching home page.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'search' ] ) && $wp_cache_pages[ 'search' ] == 1 && is_search() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching search page.', 2 );
+		return $buffer;
+	} elseif ( isset( $wp_cache_pages[ 'feed' ] ) && $wp_cache_pages[ 'feed' ] == 1 && is_feed() ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching feed.', 2 );
+		return $buffer;
+	}
+
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Output buffer callback', 4 );
+
+	$buffer = &wp_cache_get_ob( $buffer );
+	wp_cache_shutdown_callback();
+	return $buffer;
+}
+
+function wp_cache_append_tag( &$buffer ) {
+	global $wp_cache_gmt_offset;
+	global $cache_enabled, $super_cache_enabled;
+	$timestamp = gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600)));
+	if ( $cache_enabled || $super_cache_enabled ) {
+		$buffer .= "<!-- Cached page generated by WP-Super-Cache on $timestamp -->\n";
+	} else {
+		$buffer .= "<!-- Live page served on $timestamp -->\n";
+	}
+}
+
+function wp_cache_get_ob(&$buffer) {
+	global $wpsc_settings;
+	global $cache_enabled, $cache_path, $cache_filename, $meta_file, $wp_start_time, $supercachedir;
+	global $new_cache, $wp_cache_meta, $file_expired, $blog_id, $cache_compression;
+	global $wp_cache_gzip_encoding, $super_cache_enabled, $cached_direct_pages;
+	global $wp_cache_404, $gzsize, $supercacheonly;
+	global $blog_cache_dir, $wp_cache_request_uri, $wp_supercache_cache_list;
+	global $wp_cache_not_logged_in, $wp_cache_object_cache, $cache_max_time;
+
+	$new_cache = true;
+	$wp_cache_meta = '';
+
+	/* Mode paranoic, check for closing tags 
+	 * we avoid caching incomplete files */
+	if ( $buffer == '' ) {
+		$new_cache = false;
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
+			wp_cache_debug( "Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text 'ob_start' in the files of your plugins directory.", 2 );
+			$buffer .= "\n<!-- Page not cached by WP Super Cache. Blank Page. Check output buffer usage by plugins. -->\n";
+		}
+	}
+
+	if ( $wp_cache_404 && false == apply_filters( 'wpsupercache_404', false ) ) {
+		$new_cache = false;
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
+			wp_cache_debug( "404 file not found not cached", 2 );
+			$buffer .= "\n<!-- Page not cached by WP Super Cache. 404. -->\n";
+		}
+	}
+
+	if (!preg_match('/(<\/html>|<\/rss>|<\/feed>|<\/urlset)/i',$buffer) ) {
+		$new_cache = false;
+		if( false === strpos( $_SERVER[ 'REQUEST_URI' ], 'robots.txt' ) ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
+				wp_cache_debug( "No closing html tag. Not caching.", 2 );
+				$buffer .= "\n<!-- Page not cached by WP Super Cache. No closing HTML tag. Check your theme. -->\n";
+			}
+		} else {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "robots.txt detected. Not caching.", 2 );
+		}
+	}
+	
+	if( !$new_cache )
+		return $buffer;
+
+	$duration = wp_cache_microtime_diff($wp_start_time, microtime());
+	$duration = sprintf("%0.3f", $duration);
+	$buffer .= "\n<!-- Dynamic page generated in $duration seconds. -->\n";
+
+	if( !wp_cache_writers_entry() ) {
+		$buffer .= "\n<!-- Page not cached by WP Super Cache. Could not get mutex lock. -->\n";
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Could not get mutex lock. Not caching.", 1 );
+		return $buffer;
+	}
+
+	$home_url = parse_url( trailingslashit( get_bloginfo( 'url' ) ) );
+
+	$dir = get_current_url_supercache_dir();
+	$supercachedir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '',  $home_url[ 'host' ]);
+	if( !empty( $_GET ) || is_feed() || ( $super_cache_enabled == true && is_dir( substr( $supercachedir, 0, -1 ) . '.disabled' ) ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Supercache disabled: GET or feed detected or disabled by config.", 2 );
+		$super_cache_enabled = false;
+	}
+
+	$tmp_wpcache_filename = $cache_path . uniqid( mt_rand(), true ) . '.tmp';
+
+	$supercacheonly = false;
+	if( $super_cache_enabled ) {
+		if ( wp_cache_get_cookies_values() == '' ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Anonymous user detected. Only creating Supercache file.", 3 );
+			$supercacheonly = true;
+		}
+	}
+
+	if ( $wp_cache_not_logged_in && wp_cache_get_cookies_values() != '' ) {
+		$super_cache_enabled = false;
+		$cache_enabled = false;
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching for known user.', 5 );
+	}
+
+	if ( $wp_cache_object_cache ) { // half on mode when using the object cache
+		if ( wp_cache_get_cookies_values() != '' ) {
+			$cache_enabled = false;
+		}
+		$super_cache_enabled = false;
+		$supercacheonly = false;
+		wp_cache_init(); // PHP5 destroys objects during shutdown
+	}
+
+	$fr = $fr2 = $gz = false;
+	if ( $cache_enabled ) {
+		// Open wp-cache cache file
+		if ( !$supercacheonly && ( !@file_exists( $blog_cache_dir . $cache_filename ) || ( @file_exists( $blog_cache_dir . $cache_filename ) && ( time() - @filemtime( $blog_cache_dir . $cache_filename ) ) > 5 ) ) ) {
+			if ( false == $wp_cache_object_cache ) {
+				$fr = @fopen($tmp_wpcache_filename, 'w');
+				if (!$fr) {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename, 1 );
+					$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename . " -->\n";
+					wp_cache_writers_exit();
+					return $buffer;
+				}
+			}
+		} else {
+			$user_info = wp_cache_get_cookies_values();
+			$do_cache = apply_filters( 'do_createsupercache', $user_info );
+			if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
+
+				if( @is_dir( $dir ) == false )
+					@wp_mkdir_p( $dir );
+
+				$cache_fname = "{$dir}index.html";
+				$tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
+				if ( !@file_exists( $cache_fname ) || ( @file_exists( $cache_fname ) && ( time() - @filemtime( $cache_fname ) ) > 5 ) ) {
+					$fr2 = @fopen( $tmp_cache_filename, 'w' );
+					if (!$fr2) {
+						if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ), 1 );
+						$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
+						@fclose( $fr );
+						@unlink( $tmp_wpcache_filename );
+						wp_cache_writers_exit();
+						return $buffer;
+					} elseif ( $cache_compression ) {
+						$gz = @fopen( $tmp_cache_filename . ".gz", 'w');
+						if (!$gz) {
+							if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
+							$buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
+							@fclose( $fr );
+							@unlink( $tmp_wpcache_filename );
+							@fclose( $fr2 );
+							@unlink( $tmp_cache_filename );
+							wp_cache_writers_exit();
+							return $buffer;
+						}
+					}
+				}
+			}
+		}
+	}
+
+	$added_cache = 0;
+	$oc_key = get_oc_key();
+	if ( preg_match( '/<!--mclude|<!--mfunc|<!--dynamic-cached-content-->/', $buffer ) ) { //Dynamic content
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Dynamic content found in buffer.", 4 );
+		$store = preg_replace('|<!--mclude (.*?)-->(.*?)<!--/mclude-->|is',
+				"<!--mclude-->\n<?php include_once('" . ABSPATH . "$1'); ?>\n<!--/mclude-->", $buffer);
+		$store = preg_replace('|<!--mfunc (.*?)-->(.*?)<!--/mfunc-->|is',
+				"<!--mfunc-->\n<?php $1 ;?>\n<!--/mfunc-->", $store);
+		$store = preg_replace('|<!--dynamic-cached-content-->(.*?)<!--(.*?)--><!--/dynamic-cached-content-->|is',
+				"<!--dynamic-cached-content-->\n<?php$2?>\n<!--/dynamic-cached-content-->", $store);
+		$wp_cache_meta[ 'dynamic' ] = true;
+		/* Clean function calls in tag */
+		$buffer = preg_replace('|<!--mclude (.*?)-->|is', '<!--mclude-->', $buffer);
+		$buffer = preg_replace('|<!--mfunc (.*?)-->|is', '<!--mfunc-->', $buffer);
+		$buffer = preg_replace('|<!--dynamic-cached-content-->(.*?)<!--(.*?)--><!--/dynamic-cached-content-->|is',
+				"<!--dynamic-cached-content-->$1<!--/dynamic-cached-content-->", $buffer);
+		$store = apply_filters( 'wpsupercache_buffer', $store );
+		// Append WP Super Cache or Live page comment tag
+		wp_cache_append_tag($buffer);
+		wp_cache_append_tag($store);
+		global $wp_super_cache_late_init;
+		if ( false == isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && $wp_super_cache_late_init == 0 ) )
+			$buffer .= '<!-- Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details. -->';
+
+		if ( false == $wp_cache_object_cache ) {
+			if( $fr )
+				fputs($fr, $store);
+		} else {
+			wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time );
+		}
+	} else {
+		$buffer = apply_filters( 'wpsupercache_buffer', $buffer );
+		// Append WP Super Cache or Live page comment tag
+		wp_cache_append_tag($buffer);
+		if( $gz || $wp_cache_gzip_encoding ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
+			$gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
+			$gzsize = strlen($gzdata);
+		}
+		if ($wp_cache_gzip_encoding) {
+			$wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
+			$wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie';
+			// Return uncompressed data & store compressed for later use
+			if ( false == $wp_cache_object_cache ) {
+				if( $fr ) {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to wp-cache cache file.", 5 );
+					fputs($fr, $gzdata);
+				}
+			} elseif ( $cache_enabled ) {
+				wp_cache_set( $oc_key . ".gz", $gzdata, 'supercache', $cache_max_time ); 
+				$added_cache = 1;
+			}
+		} else { // no compression
+			$wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Cookie';
+			if ( false == $wp_cache_object_cache ) {
+				if( $fr ) {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to wp-cache cache file.", 5 );
+					fputs($fr, $buffer);
+				}
+			} elseif ( $cache_enabled ) {
+				wp_cache_set( $oc_key, $buffer, 'supercache', $cache_max_time ); 
+				$added_cache = 1;
+			}
+		}
+		if ( false == $wp_cache_object_cache ) {
+			if( $fr2 ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to supercache file.", 5 );
+				fputs($fr2, $buffer . '<!-- super cache -->' );
+			}
+			if( $gz ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to supercache file.", 5 );
+				fwrite($gz, $gzdata );
+			}
+		}
+	}
+	$new_cache = true;
+	if ( false == $wp_cache_object_cache ) {
+		if( $fr ) {
+			$supercacheonly = false;
+			fclose($fr);
+			if ( filesize( $tmp_wpcache_filename ) == 0 ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_wpcache_filename was empty. Did not rename to {$blog_cache_dir}{$cache_filename}", 5 );
+				@unlink( $tmp_wpcache_filename );
+			} else {
+				if ( !rename( $tmp_wpcache_filename, $blog_cache_dir . $cache_filename ) ) {
+					unlink( $blog_cache_dir . $cache_filename );
+					rename( $tmp_wpcache_filename, $blog_cache_dir . $cache_filename );
+				}
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp wp-cache file to {$blog_cache_dir}$cache_filename", 5 );
+				$added_cache = 1;
+			}
+		}
+		if( $fr2 ) {
+			fclose($fr2);
+			if ( $cache_fname == $supercachedir . $home_url[ 'path' ] . 'index.html' && !( is_front_page() || is_home() ) ) {
+				wp_cache_writers_exit();
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
+				return $buffer;
+			} elseif ( filesize( $tmp_cache_filename ) == 0 ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_cache_filename was empty. Did not rename to {$cache_fname}", 5 );
+				@unlink( $tmp_cache_filename );
+			} else {
+				if ( !@rename( $tmp_cache_filename, $cache_fname ) ) {
+					@unlink( $cache_fname );
+					@rename( $tmp_cache_filename, $cache_fname );
+				}
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache file to $cache_fname", 5 );
+				$added_cache = 1;
+			}
+		}
+		if( $gz ) {
+			fclose($gz);
+			if ( filesize( $tmp_cache_filename . '.gz' ) == 0 ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file {$tmp_cache_filename}.gz was empty. Did not rename to {$cache_fname}.gz", 5 );
+				@unlink( $tmp_cache_filename . '.gz' );
+			} else {
+				if ( !@rename( $tmp_cache_filename . '.gz', $cache_fname . '.gz' ) ) {
+					@unlink( $cache_fname . '.gz' );
+					@rename( $tmp_cache_filename . '.gz', $cache_fname . '.gz' );
+				}
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache gz file to {$cache_fname}.gz", 5 );
+				$added_cache = 1;
+			}
+		}
+	}
+	if ( $added_cache && isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
+		update_option( 'wpsupercache_count', ( get_option( 'wpsupercache_count' ) + 1 ) );
+		$last_urls = (array)get_option( 'supercache_last_cached' );
+		if ( count( $last_urls ) >= 10 )
+			$last_urls = array_slice( $last_urls, 1, 9 );
+		$last_urls[] = array( 'url' => $_SERVER[ 'REQUEST_URI' ], 'date' => date( 'Y-m-d H:i:s' ) );
+		update_option( 'supercache_last_cached', $last_urls );
+	}
+	wp_cache_writers_exit();
+	if ( !headers_sent() && $wp_cache_gzip_encoding && $gzdata) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzip content headers. Sending buffer to browser", 5 );
+		header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
+		header( 'Vary: Accept-Encoding, Cookie' );
+		header( 'Content-Length: ' . $gzsize );
+		return $gzdata;
+	} else {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending buffer to browser", 5 );
+		return $buffer;
+	}
+}
+
+function wp_cache_phase2_clean_cache($file_prefix) {
+	global $cache_path, $blog_cache_dir;
+
+	if( !wp_cache_writers_entry() )
+		return false;
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cleaning cache in $blog_cache_dir", 3 );
+	if ( ( $handle = @opendir( $blog_cache_dir ) ) ) { 
+		while ( false !== ($file = @readdir($handle))) {
+			if ( preg_match("/^$file_prefix/", $file) )
+				@unlink( $blog_cache_dir . $file );
+		}
+		closedir($handle);
+	}
+	wp_cache_writers_exit();
+}
+
+function prune_super_cache( $directory, $force = false, $rename = false ) {
+	global $cache_max_time, $cache_path, $super_cache_enabled, $cache_rebuild_files, $blog_cache_dir;
+
+	if( !is_admin() && $super_cache_enabled == 0 )
+		return false;
+
+	if( !isset( $cache_max_time ) )
+		$cache_max_time = 3600;
+
+	$now = time();
+
+	$protected_directories = array( $cache_path . '.htaccess', $cache_path . $blog_cache_dir . 'meta', $cache_path . 'supercache' );
+
+	$oktodelete = false;
+	if (is_dir($directory)) {
+		if( $dh = @opendir( $directory ) ) {
+			$directory = trailingslashit( $directory );
+			while( ( $entry = @readdir( $dh ) ) !== false ) {
+				if ($entry == '.' || $entry == '..')
+					continue;
+				$entry = $directory . $entry;
+				prune_super_cache( $entry, $force, $rename );
+				// If entry is a directory, AND it's not a protected one, AND we're either forcing the delete, OR the file is out of date, 
+				if( is_dir( $entry ) && !in_array( $entry, $protected_directories ) && ( $force || @filemtime( $entry ) + $cache_max_time <= $now ) ) {
+					// if the directory isn't empty can't delete it
+					if( $handle = @opendir( $entry ) ) {
+						$donotdelete = false;
+						while( !$donotdelete && ( $file = @readdir( $handle ) ) !== false ) {
+							if ($file == '.' || $file == '..')
+								continue;
+							$donotdelete = true;
+						}
+						closedir($handle);
+					}
+					if( $donotdelete )
+						continue;
+					if( !$rename ) {
+						@rmdir( $entry );
+						if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "gc: deleted $entry", 2 );
+					}
+				}
+			}
+			closedir($dh);
+		}
+	} elseif( is_file($directory) && ($force || @filemtime( $directory ) + $cache_max_time <= $now ) ) {
+		$oktodelete = true;
+		if( in_array( $directory, $protected_directories ) )
+			$oktodelete = false;
+		if( $oktodelete && !$rename ) {
+			@unlink( $directory );
+		} elseif( $oktodelete && $rename ) {
+			wp_cache_rebuild_or_delete( $directory );
+		}
+	}
+}
+
+function wp_cache_rebuild_or_delete( $file ) {
+	global $cache_rebuild_files;
+	if( strpos( $file, '?' ) !== false )
+		$file = substr( $file, 0, strpos( $file, '?' ) );
+	if( $cache_rebuild_files && substr( $file, -14 ) != '.needs-rebuild' ) {
+		if( @rename($file, $file . '.needs-rebuild') ) {
+			@touch( $file . '.needs-rebuild' );
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "rebuild_or_gc: rename to {$file}.needs-rebuild", 2 );
+		} else {
+			@unlink( $file );
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "rebuild_or_gc: deleted $file", 2 );
+		}
+	} else {
+		@unlink( $file );
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "rebuild_or_gc: deleted $file", 2 );
+	}
+}
+
+function wp_cache_phase2_clean_expired( $file_prefix, $force = false ) {
+	global $cache_path, $cache_max_time, $blog_cache_dir, $wp_cache_preload_on;
+
+	clearstatcache();
+	if( !wp_cache_writers_entry() )
+		return false;
+	$now = time();
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cleaning expired cache files in $blog_cache_dir", 2 );
+	if ( ( $handle = @opendir( $blog_cache_dir ) ) ) { 
+		while ( false !== ($file = readdir($handle))) {
+			if ( preg_match("/^$file_prefix/", $file) && 
+				(@filemtime( $blog_cache_dir . $file) + $cache_max_time) <= $now  ) {
+				@unlink( $blog_cache_dir . $file );
+				@unlink( $blog_cache_dir . 'meta/' . str_replace( '.html', '.meta', $file ) );
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Deleting $blog_cache_dir{$file} (plus meta)", 5 );
+				continue;
+			}
+			if($file != '.' && $file != '..') {
+				if( is_dir( $blog_cache_dir . $file ) == false && (@filemtime($blog_cache_dir . $file) + $cache_max_time) <= $now  ) {
+					if( substr( $file, -9 ) != '.htaccess' ) {
+						@unlink($blog_cache_dir . $file);
+						if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Deleting $blog_cache_dir{$file}", 5 );
+					}
+				}
+			}
+		}
+		closedir($handle);
+		if ( false == $wp_cache_preload_on || true == $force ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Doing GC on supercache dir: {$cache_path}supercache", 2 );
+			prune_super_cache( $cache_path . 'supercache' );
+		}
+	}
+
+	wp_cache_writers_exit();
+	return true;
+}
+
+function wp_cache_shutdown_callback() {
+	global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
+	global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled, $wp_cache_blog_charset, $wp_cache_not_logged_in;
+
+	$wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
+	$wp_cache_meta[ 'blog_id' ] = $blog_id;
+	$wp_cache_meta[ 'post' ] = wp_cache_post_id();
+	$wp_cache_meta[ 'key' ] = $wp_cache_key;
+	$wp_cache_meta = apply_filters( 'wp_cache_meta', $wp_cache_meta );
+
+	$response = wp_cache_get_response_headers();
+	foreach ($known_headers as $key) {
+		if(isset($response[$key])) {
+			$wp_cache_meta[ 'headers' ][ $key ] = "$key: " . $response[$key];
+		}
+	}
+	if (!isset( $response['Last-Modified'] )) {
+		$value = gmdate('D, d M Y H:i:s') . ' GMT';
+		/* Dont send this the first time */
+		/* @header('Last-Modified: ' . $value); */
+		$wp_cache_meta[ 'headers' ][ 'Last-Modified' ] = "Last-Modified: $value";
+	}
+	if ( !isset( $response[ 'Content-Type' ] ) && !isset( $response[ 'Content-type' ] ) ) {
+		// On some systems, headers set by PHP can't be fetched from
+		// the output buffer. This is a last ditch effort to set the
+		// correct Content-Type header for feeds, if we didn't see
+		// it in the response headers already. -- dougal
+		if (is_feed()) {
+			$type = get_query_var('feed');
+			$type = str_replace('/','',$type);
+			switch ($type) {
+				case 'atom':
+					$value = "application/atom+xml";
+					break;
+				case 'rdf':
+					$value = "application/rdf+xml";
+					break;
+				case 'rss':
+				case 'rss2':
+				default:
+					$value = "application/rss+xml";
+			}
+		} else { // not a feed
+			$value = get_option( 'html_type' );
+			if( $value == '' )
+				$value = 'text/html';
+		}
+		$value .=  "; charset=\"" . $wp_cache_blog_charset . "\"";
+
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending 'Content-Type: $value' header.", 2 );
+		@header("Content-Type: $value");
+		$wp_cache_meta[ 'headers' ][ 'Content-Type' ] = "Content-Type: $value";
+	}
+
+	if ( !$supercacheonly && !$wp_cache_not_logged_in && $new_cache ) {
+		if( !isset( $wp_cache_meta[ 'dynamic' ] ) && $wp_cache_gzip_encoding && !in_array( 'Content-Encoding: ' . $wp_cache_gzip_encoding, $wp_cache_meta[ 'headers' ] ) ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending gzip headers.", 2 );
+			$wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
+			$wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie';
+		}
+
+		$serial = serialize($wp_cache_meta);
+		if( wp_cache_writers_entry() ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing meta file: {$blog_cache_dir}meta/{$meta_file}", 2 );
+			if ( false == $wp_cache_object_cache ) {
+				$tmp_meta_filename = $blog_cache_dir . 'meta/' . uniqid( mt_rand(), true ) . '.tmp';
+				$fr = @fopen( $tmp_meta_filename, 'w');
+				if( !$fr )
+					@mkdir( $blog_cache_dir . 'meta' );
+				$fr = @fopen( $tmp_meta_filename, 'w');
+				if ( $fr ) {
+					fputs($fr, $serial);
+					fclose($fr);
+					@chmod( $tmp_meta_filename, 0666 & ~umask());
+					if( !@rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file ) ) {
+						@unlink( $blog_cache_dir . 'meta/' . $meta_file );
+						@rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file );
+					}
+				} else {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Problem writing meta file: {$blog_cache_dir}meta/{$meta_file}", 2 );
+				}
+			} elseif ( $cache_enabled ) {
+				$oc_key = get_oc_key() . ".meta";
+				if ( gzip_accepted() )
+					$oc_key .= ".gz";
+				wp_cache_set( $oc_key, $serial, 'supercache', $cache_max_time );
+			}
+			wp_cache_writers_exit();
+		}
+	}
+	global $time_to_gc_cache;
+	if( isset( $time_to_gc_cache ) && $time_to_gc_cache == 1 ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Executing wp_cache_gc action.", 3 );
+		do_action( 'wp_cache_gc' );
+	}
+}
+
+function wp_cache_no_postid($id) {
+	return wp_cache_post_change(wp_cache_post_id());
+}
+
+function wp_cache_get_postid_from_comment( $comment_id, $status = 'NA' ) {
+	global $super_cache_enabled, $wp_cache_request_uri;
+	$comment = get_comment($comment_id, ARRAY_A);
+	if ( $status != 'NA' ) {
+		$comment[ 'old_comment_approved' ] = $comment[ 'comment_approved' ];
+		$comment[ 'comment_approved' ] = $status;
+	}
+
+	if ( ( $status == 'trash' || $status == 'spam' ) && $comment[ 'comment_approved' ] != 1 ) {
+		// don't modify cache if moderated comments are trashed or spammed
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated comment deleted or spammed. Don't delete any cache files.", 4 );
+		return wp_cache_post_id();
+	}
+	$postid = $comment['comment_post_ID'];
+	// Do nothing if comment is not moderated
+	// http://ocaoimh.ie/2006/12/05/caching-wordpress-with-wp-cache-in-a-spam-filled-world
+	if ( !preg_match('/wp-admin\//', $wp_cache_request_uri) ) {
+		if ( $comment['comment_approved'] == 'delete' && ( isset( $comment[ 'old_comment_approved' ] ) && $comment[ 'old_comment_approved' ] == 0 ) ) { // do nothing if moderated comments are deleted
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated comment deleted. Don't delete any cache files.", 4 );
+			return $postid;
+		} elseif ( $comment['comment_approved'] == 'spam' ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Spam comment. Don't delete any cache files.", 4 );
+			return $postid;
+		} elseif( $comment['comment_approved'] == '0' ) {
+			if ( $comment[ 'content_type' ] == '' ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated comment. Don't delete supercache file until comment approved.", 4 );
+				$super_cache_enabled = 0; // don't remove the super cache static file until comment is approved
+			} else {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated ping or trackback. Not deleting cache files..", 4 );
+				return $postid;
+			}
+		}
+	}
+	// We must check it up again due to WP bugs calling two different actions
+	// for delete, for example both wp_set_comment_status and delete_comment 
+	// are called when deleting a comment
+	if ($postid > 0)  {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post $postid changed. Update cache.", 4 );
+		return wp_cache_post_change( $postid );
+	} elseif ( $_GET[ 'delete_all' ] != 'Empty Trash' && $_GET[ 'delete_all2' ] != 'Empty Spam' ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Unknown post changed. Update cache.", 4 );
+		return wp_cache_post_change( wp_cache_post_id() );
+	}
+}
+
+/* Clear out the cache directory. */
+function wp_cache_clear_cache() {
+	global $cache_path, $wp_cache_object_cache;
+	if ( $wp_cache_object_cache ) {
+		reset_oc_version();
+	} else {
+		prune_super_cache( $cache_path . 'supercache/', true );
+		prune_super_cache( $cache_path, true );
+	}
+}
+
+function wp_cache_post_edit($post_id) {
+	global $wp_cache_clear_on_post_edit, $cache_path, $blog_cache_dir;
+	if( $wp_cache_clear_on_post_edit ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache $blog_cache_dir and {$cache_path}supercache/ on post edit per config.", 2 );
+		if ( $wp_cache_object_cache ) {
+			reset_oc_version();
+		} else {
+			prune_super_cache( $blog_cache_dir, true );
+			prune_super_cache( $cache_path . 'supercache/', true );
+		}
+	} else {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache for post $post_id on post edit.", 2 );
+		wp_cache_post_change( $post_id );
+	}
+}
+
+function wp_cache_post_id_gc( $siteurl, $post_id, $all = 'all' ) {
+	global $cache_path, $wp_cache_object_cache;
+	
+	if ( $wp_cache_object_cache )
+		reset_oc_version();
+
+	$post_id = intval( $post_id );
+	if( $post_id == 0 )
+		return;
+
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc post_id: $post_id " . post_permalink( $post_id ) . " clearing cache in $dir{$permalink}.", 4 );
+	$permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( $post_id ) ) );
+	$dir = $cache_path . 'supercache/' . $siteurl;
+	if ( $all == 'all' ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cache in $dir{$permalink}.", 4 );
+		prune_super_cache( $dir . $permalink, true, true );
+		do_action( 'gc_cache', 'prune', $permalink );
+		@rmdir( $dir . $permalink );
+	} else {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cached index.html(.gz) in $dir{$permalink}.", 4 );
+		prune_super_cache( $dir . $permalink . 'index.html', true, true );
+		prune_super_cache( $dir . $permalink . 'index.html.gz', true, true );
+		do_action( 'gc_cache', 'prune', $permalink );
+	}
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$dir}page/.", 4 );
+	prune_super_cache( $dir . 'page/', true );
+	do_action( 'gc_cache', 'prune', '/page/' );
+}
+
+function wp_cache_post_change( $post_id ) {
+	global $file_prefix, $cache_path, $blog_id, $super_cache_enabled, $blog_cache_dir, $blogcacheid, $wp_cache_refresh_single_only;
+	static $last_processed = -1;
+
+	if ($post_id == $last_processed) return $post_id;
+	$last_processed = $post_id;
+	$post = get_post( $post_id );
+	if( $post->post_status == 'draft' ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: draft post, not deleting any cache files.", 4 );
+		return $post_id;
+	}
+
+	if( !wp_cache_writers_entry() )
+		return $post_id;
+
+	if ( isset( $wp_cache_refresh_single_only ) && $wp_cache_refresh_single_only && strpos( $_SERVER[ 'REQUEST_URI' ], 'wp-comments-post.php' ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: comment detected. only deleting post page.", 4 );
+		$all = false;
+	} else {
+		$all = true;
+	}
+
+	if ( $wp_cache_object_cache )
+		reset_oc_version();
+
+	$permalink = trailingslashit( str_replace( get_option( 'siteurl' ), '', post_permalink( $post_id ) ) );
+	if( $super_cache_enabled ) {
+		$siteurl = trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', get_option( 'home' ) ) ) ) );
+		// make sure the front page has a rebuild file
+		if ( $all == true ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting cache files in " . $cache_path . 'supercache/' . $siteurl, 4 );
+			prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html', true, true ); 
+			prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html.gz', true, true );
+			do_action( 'gc_cache', 'prune', 'homepage' );
+		}
+		wp_cache_post_id_gc( $siteurl, $post_id );
+		if( $all == true && get_option( 'show_on_front' ) == 'page' ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting page_on_front and_page_for_posts pages.", 4 );
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: page_on_front " . get_option( 'page_on_front' ), 4 );
+			wp_cache_post_id_gc( $siteurl, get_option( 'page_on_front' ), 'single' );
+			$permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( get_option( 'page_for_posts' ) ) ) );
+			prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html', true, true ); 
+			prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html.gz', true, true );
+			do_action( 'gc_cache', 'prune', $permalink );
+		}
+	}
+
+	$matches = array();
+	if ( ($handle = @opendir( $blog_cache_dir . 'meta/' )) ) { 
+		while ( false !== ($file = readdir($handle))) {
+			if ( preg_match("/^({$file_prefix}{$blogcacheid}.*)\.meta/", $file, $matches) ) {
+				$meta_pathname = $blog_cache_dir . 'meta/' . $file;
+				$content_pathname = $blog_cache_dir . $matches[1] . ".html";
+				$meta = unserialize(@file_get_contents($meta_pathname));
+				if( false == is_array( $meta ) ) {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change cleaning up stray file: $content_pathname", 4 );
+					@unlink($meta_pathname);
+					@unlink($content_pathname);
+					continue;
+				}
+				if ($post_id > 0 && $meta) {
+					if ( $meta[ 'blog_id' ] == $blog_id  && ( ( $all == true && !$meta[ 'post' ] ) || $meta[ 'post' ] == $post_id) ) {
+						if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting post cache files for {$meta[ 'uri' ]}: $content_pathname", 4 );
+						@unlink($meta_pathname);
+						@unlink($content_pathname);
+						if ( $super_cache_enabled == true ) {
+							@wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
+							@wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
+							do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
+						}
+					}
+				} elseif ($meta[ 'blog_id' ] == $blog_id) {
+					if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting cache files for {$meta[ 'uri' ]}: $content_pathname", 4 );
+					@unlink($meta_pathname);
+					@unlink($content_pathname);
+					if ( $super_cache_enabled == true ) {
+						@wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
+						@wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
+						do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
+					}
+				}
+
+			}
+		}
+		closedir($handle);
+	}
+	wp_cache_writers_exit();
+	return $post_id;
+}
+
+function wp_cache_microtime_diff($a, $b) {
+	list($a_dec, $a_sec) = explode(' ', $a);
+	list($b_dec, $b_sec) = explode(' ', $b);
+	return $b_sec - $a_sec + $b_dec - $a_dec;
+}
+
+function wp_cache_post_id() {
+	global $posts, $comment_post_ID, $post_ID;
+	// We try hard all options. More frequent first.
+	if ($post_ID > 0 ) return $post_ID;
+	if ($comment_post_ID > 0 )  return $comment_post_ID;
+	if (is_single() || is_page()) return $posts[0]->ID;
+	if (isset( $_GET[ 'p' ] ) && $_GET['p'] > 0) return $_GET['p'];
+	if (isset( $_POST[ 'p' ] ) && $_POST['p'] > 0) return $_POST['p'];
+	return 0;
+}
+
+function wp_cache_gc_cron() {
+	global $file_prefix, $cache_max_time;
+
+	if ( $cache_max_time == 0 )
+		return false;
+
+	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
+
+	if( !isset( $cache_max_time ) )
+		$cache_max_time = 600;
+
+	$start = time();
+	if( !wp_cache_phase2_clean_expired($file_prefix ) ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache Expiry cron job failed. Probably mutex locked.', 1 );
+		update_option( 'wpsupercache_gc_time', time() - ( $cache_max_time - 10 ) ); // if GC failed then run it again in one minute
+	}
+	if( time() - $start > 30 )
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cache Expiry cron job took more than 30 seconds to execute.\nYou should reduce the Expiry Time in the WP Super Cache admin page\nas you probably have more cache files than your server can handle efficiently.", 1 );
+}
+
+?>
diff --git a/wp-content/plugins/wp-super-cache/wp-cache.php b/wp-content/plugins/wp-super-cache/wp-cache.php
new file mode 100644
index 0000000000000000000000000000000000000000..9fb9d9185206ce6cddc558bd488d5ec9b44ca34d
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/wp-cache.php
@@ -0,0 +1,2569 @@
+<?php
+/*
+Plugin Name: WP Super Cache
+Plugin URI: http://ocaoimh.ie/wp-super-cache/
+Description: Very fast caching plugin for WordPress.
+Version: 0.9.9.7
+Author: Donncha O Caoimh
+Author URI: http://ocaoimh.ie/
+*/
+
+/*  Copyright 2005-2006  Ricardo Galli Granada  (email : gallir@uib.es)
+    Copyright 2007-2010 Donncha O Caoimh (http://ocaoimh.ie/) and many others.
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+*/
+
+// Pre-2.6 compatibility
+if( !defined('WP_CONTENT_URL') )
+	define( 'WP_CONTENT_URL', get_option('siteurl') . '/wp-content');
+if( !defined('WP_CONTENT_DIR') )
+	define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
+
+$wp_cache_config_file = WP_CONTENT_DIR . '/wp-cache-config.php';
+
+if( !@include($wp_cache_config_file) ) {
+	get_wpcachehome();
+	$wp_cache_config_file_sample = WPCACHEHOME . 'wp-cache-config-sample.php';
+	@include($wp_cache_config_file_sample);
+} else {
+	get_wpcachehome();
+}
+
+$wp_cache_config_file_sample = WPCACHEHOME . 'wp-cache-config-sample.php';
+$wp_cache_link = WP_CONTENT_DIR . '/advanced-cache.php';
+$wp_cache_file = WPCACHEHOME . 'advanced-cache.php';
+
+if( !defined( 'WP_CACHE' ) || ( defined( 'WP_CACHE' ) && constant( 'WP_CACHE' ) == false ) ) {
+	$wp_cache_check_wp_config = true;
+}
+
+include(WPCACHEHOME . 'wp-cache-base.php');
+
+function wp_super_cache_text_domain() {
+	load_plugin_textdomain( 'wp-super-cache', WPCACHEHOME . 'languages', basename( dirname( __FILE__ ) ) . '/languages' );
+}
+add_action( 'init', 'wp_super_cache_text_domain' );
+
+
+// OSSDL CDN plugin (http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/)
+include_once( WPCACHEHOME . 'ossdl-cdn.php' );
+
+// from legolas558 d0t users dot sf dot net at http://www.php.net/is_writable
+function is_writeable_ACLSafe($path) {
+
+	// PHP's is_writable does not work with Win32 NTFS
+		 
+	if ($path{strlen($path)-1}=='/') // recursively return a temporary file path
+		return is_writeable_ACLSafe($path.uniqid(mt_rand()).'.tmp');
+	else if (is_dir($path))
+		return is_writeable_ACLSafe($path.'/'.uniqid(mt_rand()).'.tmp');
+	// check tmp file for read/write capabilities
+	$rm = file_exists($path);
+	$f = @fopen($path, 'a');
+	if ($f===false)
+		return false;
+	fclose($f);
+	if (!$rm)
+		unlink($path);
+	return true;
+}
+
+function get_wpcachehome() {
+	if( defined( 'WPCACHEHOME' ) == false ) {
+		if( is_file( dirname(__FILE__) . '/wp-cache-config-sample.php' ) ) {
+			define( 'WPCACHEHOME', trailingslashit( dirname(__FILE__) ) );
+		} elseif( is_file( dirname(__FILE__) . '/wp-super-cache/wp-cache-config-sample.php' ) ) {
+			define( 'WPCACHEHOME', dirname(__FILE__) . '/wp-super-cache/' );
+		} else {
+			die( sprintf( __( 'Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php', 'wp-super-cache' ), WP_CONTENT_DIR ) );
+		}
+	}
+}
+
+function wpsupercache_deactivate() {
+	global $wp_cache_config_file, $wp_cache_link, $cache_path;
+	$files = array( $wp_cache_config_file, $wp_cache_link );
+	foreach( $files as $file ) {
+		if( file_exists( $file ) )
+			unlink( $file );
+	}
+	if( !function_exists( 'prune_super_cache' ) )
+		include_once( 'wp-cache-phase2.php' );
+	prune_super_cache ($cache_path, true);
+	@unlink( $cache_path . '.htaccess' );
+	@unlink( $cache_path . 'meta' );
+	@unlink( $cache_path . 'supercache' );
+	wp_clear_scheduled_hook( 'wp_cache_check_site_hook' );
+}
+register_deactivation_hook( __FILE__, 'wpsupercache_deactivate' );
+
+function wpsupercache_activate() {
+}
+register_activation_hook( __FILE__, 'wpsupercache_activate' );
+
+function wpsupercache_site_admin() {
+	if ( function_exists( 'is_super_admin' ) ) {
+		return is_super_admin();
+	} elseif ( function_exists( 'is_site_admin' ) ) {
+		return is_site_admin();
+	} else {
+		return true;
+	}
+}
+
+function wp_cache_add_pages() {
+	global $wpmu_version;
+	if ( function_exists( 'is_multisite' ) && is_multisite() && wpsupercache_site_admin() ) {
+		add_submenu_page( 'ms-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
+	} elseif ( isset( $wpmu_version ) && wpsupercache_site_admin() ) {
+		add_submenu_page( 'wpmu-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
+	} else {
+		add_options_page( 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
+	}
+}
+add_action('admin_menu', 'wp_cache_add_pages');
+
+function wp_cache_network_pages() {
+	add_submenu_page('settings.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
+}
+add_action( 'network_admin_menu', 'wp_cache_network_pages' );
+
+function wp_cache_manager_error_checks() {
+	global $wpmu_version, $wp_cache_debug, $wp_cache_cron_check, $cache_enabled, $super_cache_enabled, $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers, $wp_cache_mobile_enabled, $wp_cache_mod_rewrite;
+
+	if ( !wpsupercache_site_admin() )
+		return false;
+	
+	if ( 1 == ini_get( 'safe_mode' ) || "on" == strtolower( ini_get( 'safe_mode' ) ) ) {
+		echo '<div id="message" class="updated fade"><h3>' . __( 'Warning! PHP Safe Mode Enabled!', 'wp-super-cache' ) . '</h3><p>' .
+			__( 'You may experience problems running this plugin because SAFE MODE is enabled.', 'wp-super-cache' ) . ' ';
+		
+		
+		if( !ini_get( 'safe_mode_gid' ) ) {
+			_e( 'Your server is set up to check the owner of PHP scripts before allowing them to read and write files.', 'wp-super-cache' ) . " ";
+			printf( __( '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-super-cache' ), WP_CONTENT_DIR );
+		} else {
+			_e( '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.', 'wp-super-cache' );
+		}
+		echo '</p></div>';
+	}
+
+	if ( '' == get_option( 'permalink_structure' ) ) {
+		echo '<div id="message" class="updated fade"><h3>' . __( 'Permlink Structure Error', 'wp-super-cache' ) . '</h3>';
+		echo "<p>" . __( '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.' ) . "</p>";
+		echo '</div>';
+		return false;
+	}
+
+	if( $wp_cache_debug || !$wp_cache_cron_check ) {
+		if( function_exists( "wp_remote_get" ) == false ) {
+			$hostname = str_replace( 'http://', '', str_replace( 'https://', '', get_option( 'siteurl' ) ) );
+			if( strpos( $hostname, '/' ) )
+				$hostname = substr( $hostname, 0, strpos( $hostname, '/' ) );
+			$ip = gethostbyname( $hostname );
+			if( substr( $ip, 0, 3 ) == '127' || substr( $ip, 0, 7 ) == '192.168' ) {
+				?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! Your hostname "%s" resolves to %s', 'wp-super-cache' ), $hostname, $ip ); ?></h3>
+					<p><?php printf( __( '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-super-cache' ), $ip ); ?></p>
+					<p><?php printf( __( 'Please see entry 16 in the <a href="%s">Troubleshooting section</a> of the readme.txt', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></p>
+					</div>
+					<?php
+					return false;
+			} else {
+				wp_cache_replace_line('^ *\$wp_cache_cron_check', "\$wp_cache_cron_check = 1;", $wp_cache_config_file);
+			}
+		} else {
+			$cron_url = get_option( 'siteurl' ) . '/wp-cron.php?check=' . wp_hash('187425');
+			$cron = wp_remote_get($cron_url, array('timeout' => 0.01, 'blocking' => true));
+			if( is_array( $cron ) ) {
+				if( $cron[ 'response' ][ 'code' ] == '404' ) {
+					?><div id="message" class="updated fade"><h3>Warning! wp-cron.php not found!</h3>
+					<p><?php _e( 'Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities.', 'wp-super-cache' ); ?></p>
+					<p><?php printf( __( 'Please see entry 16 in the <a href="%s">Troubleshooting section</a> of the readme.txt', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></p>
+					</div>
+					<?php
+					return false;
+				} else {
+					wp_cache_replace_line('^ *\$wp_cache_cron_check', "\$wp_cache_cron_check = 1;", $wp_cache_config_file);
+				}
+			}
+		}
+	}
+
+	if ( !wp_cache_check_link() ||
+		!wp_cache_verify_config_file() ||
+		!wp_cache_verify_cache_dir() ) {
+		echo '<p>' . __( "Cannot continue... fix previous problems and retry.", 'wp-super-cache' ) . '</p>';
+		return false;
+	}
+
+	if (!wp_cache_check_global_config()) {
+		return false;
+	}
+
+	if ( 1 == ini_get( 'zlib.output_compression' ) || "on" == strtolower( ini_get( 'zlib.output_compression' ) ) ) { 
+		?><div id="message" class="updated fade"><h3><?php _e( 'Zlib Output Compression Enabled!', 'wp-super-cache' ); ?></h3>
+		<p><?php _e( '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-super-cache' ); ?></p></div><?php
+	}
+
+	if( $cache_enabled == true && $super_cache_enabled == true && $wp_cache_mod_rewrite && !got_mod_rewrite() ) {
+		?><div id="message" class="updated fade"><h3><?php _e( 'Mod rewrite may not be installed!', 'wp-super-cache' ); ?></h3>
+		<p><?php _e( '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-super-cache' ); ?></p></div><?php
+	}
+
+	if( !is_writeable_ACLSafe( $wp_cache_config_file ) ) {
+		define( "SUBMITDISABLED", 'disabled style="color: #aaa" ' );
+		?><div id="message" class="updated fade"><h3><?php _e( 'Read Only Mode. Configuration cannot be changed.', 'wp-super-cache' ); ?></h3>
+		<p><?php printf( __( '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 webserver to make any changes.', 'wp-super-cache' ), WP_CONTENT_DIR ); ?>
+		<?php _e( '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.', 'wp-super-cache' ); ?></p>
+		<?php _e( 'Writeable:', 'wp-super-cache' ); ?> <code>chmod 666 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code>
+		<?php _e( 'Readonly:', 'wp-super-cache' ); ?> <code>chmod 644 <?php echo WP_CONTENT_DIR; ?>/wp-cache-config.php</code></p>
+		</div><?php
+	} else {
+		define( "SUBMITDISABLED", ' ' );
+	}
+
+	// Server could be running as the owner of the wp-content directory.  Therefore, if it's
+	// writable, issue a warning only if the permissions aren't 755.
+	if( is_writeable_ACLSafe( WP_CONTENT_DIR . '/' ) ) {
+		$wp_content_stat = stat(WP_CONTENT_DIR . '/');
+		$wp_content_mode = ( $wp_content_stat[ 'mode' ] & 0777 );
+		if( $wp_content_mode != 0755 ) {
+			?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
+			<p><?php printf( __( 'You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:', 'wp-super-cache' ), WP_CONTENT_DIR ); ?><code>chmod 755 <?php echo WP_CONTENT_DIR; ?>/</code></p></div><?php
+		}
+	}
+
+	if ( function_exists( "is_main_site" ) && true == is_main_site() || function_exists( 'is_main_blog' ) && true == is_main_blog() ) {
+	$home_path = trailingslashit( get_home_path() );
+	$scrules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WPSuperCache' ) );
+	if ( $cache_enabled && $wp_cache_mod_rewrite && !$wp_cache_mobile_enabled && strpos( $scrules, addcslashes( implode( '|', $wp_cache_mobile_browsers ), ' ' ) ) ) {
+		echo '<div id="message" class="updated fade"><h3>' . __( 'Mobile rewrite rules detected', 'wp-super-cache' ) . "</h3>";
+		echo "<p>" . __( '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-super-cache' ) . "</p><p>" . __( 'This will have no affect on ordinary users but mobile users will see uncached pages.', 'wp-super-cache' ) . "</p></div>";
+	} elseif ( $wp_cache_mod_rewrite && $cache_enabled && $wp_cache_mobile_enabled && $scrules != '' && ( 
+		false === strpos( $scrules, addcslashes( implode( '|', $wp_cache_mobile_prefixes ), ' ' ) ) ||
+		false === strpos( $scrules, addcslashes( implode( '|', $wp_cache_mobile_browsers ), ' ' ) ) ) 
+		) {
+		?>
+			<div id="message" class="updated fade"><h3><?php _e( 'Rewrite rules must be updated', 'wp-super-cache' ); ?></h3>
+			<p><?php _e( 'The rewrite rules required by this plugin have changed or are missing. ', 'wp-super-cache' ); ?>
+			<?php _e( '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-super-cache' ); ?>
+			<ol><li> <?php _e( 'Set the plugin to legacy mode and enable mobile support.', 'wp-super-cache' ); ?></li>
+			<li> <?php _e( 'Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button.', 'wp-super-cache' ); ?></li>
+			<li> <?php printf( __( '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-super-cache' ), $home_path ); ?></li>
+			<li> <?php printf( __( '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_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)', 'wp-super-cache' ), $home_path ); ?></p>
+			<div style='padding: 2px; margin: 2px; border: 1px solid #333; width:400px; overflow: scroll'><pre><?php echo "RewriteCond %{HTTP_user_agent} !^.*(" . addcslashes( implode( '|', $wp_cache_mobile_browsers ), ' ' ) . ").*\nRewriteCond %{HTTP_user_agent} !^(" . addcslashes( implode( '|', $wp_cache_mobile_prefixes ), ' ' ) . ").*"; ?></pre></div></li></ol></div><?php 
+	}
+
+	if ( $cache_enabled && $super_cache_enabled && $wp_cache_mod_rewrite && $scrules == '' ) {
+		?><div id="message" class="updated fade"><h3><?php _e( 'Rewrite rules must be updated', 'wp-super-cache' ); ?></h3>
+		<p><?php _e( 'The rewrite rules required by this plugin have changed or are missing. ', 'wp-super-cache' ); ?>
+		<?php _e( 'Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button.', 'wp-super-cache' ); ?></p></div><?php
+	}
+	}
+
+	if ( $wp_cache_mod_rewrite && $super_cache_enabled && function_exists( 'apache_get_modules' ) ) {
+		$mods = apache_get_modules();
+		$required_modules = array( 'mod_mime' => __( 'Required to serve compressed supercache files properly.', 'wp-super-cache' ), 'mod_headers' => __( 'Required to set caching information on supercache pages. IE7 users will see old pages without this module.', 'wp-super-cache' ), 'mod_expires' => __( 'Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module.', 'wp-super-cache' ) );
+		foreach( $required_modules as $req => $desc ) {
+			if( !in_array( $req, $mods ) ) {
+				$missing_mods[ $req ] = $desc;
+			}
+		}
+		if( isset( $missing_mods) && is_array( $missing_mods ) ) {
+			?><div id="message" class="updated fade"><h3><?php _e( 'Missing Apache Modules', 'wp-super-cache' ); ?></h3>
+			<p><?php __( '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-super-cache' ); ?></p><?php
+			echo "<ul>";
+			foreach( $missing_mods as $req => $desc ) {
+				echo "<li> $req - $desc</li>";
+			}
+			echo "</ul>";
+			echo "</div>";
+		}
+	}
+
+	return true;
+
+}
+add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
+
+function wp_cache_manager_updates() {
+	global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init;
+
+	if ( !wpsupercache_site_admin() )
+		return false;
+
+	$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
+	if ( $valid_nonce == false )
+		return false;
+
+	if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'easysetup' ) {
+		$_POST[ 'action' ] = 'scupdates';
+		if( isset( $_POST[ 'wp_cache_easy_on' ] ) && $_POST[ 'wp_cache_easy_on' ] == 1 ) {
+			$_POST[ 'wp_cache_mobile_enabled' ] = 1;
+			$_POST[ 'wp_cache_status' ] = 'all';
+			$_POST[ 'super_cache_enabled' ] = 2; // PHP
+			$_POST[ 'cache_rebuild_files' ] = 1;
+			unset( $_POST[ 'cache_compression' ] );
+		} else {
+			unset( $_POST[ 'wp_cache_status' ] );
+			$_POST[ 'super_cache_enabled' ] = 0;
+		}
+	}
+
+	if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'scupdates' ) {
+
+		if( isset( $_POST[ 'wp_super_cache_late_init' ] ) ) {
+			$wp_super_cache_late_init = 1;
+		} else {
+			$wp_super_cache_late_init = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_super_cache_late_init', "\$wp_super_cache_late_init = " . $wp_super_cache_late_init . ";", $wp_cache_config_file);
+
+		if( isset( $_POST[ 'wp_supercache_304' ] ) ) {
+			$wp_supercache_304 = 1;
+		} else {
+			$wp_supercache_304 = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_supercache_304', "\$wp_supercache_304 = " . $wp_supercache_304 . ";", $wp_cache_config_file);
+
+		if( isset( $_POST[ 'wp_cache_mobile_enabled' ] ) ) {
+			$wp_cache_mobile_enabled = 1;
+		} else {
+			$wp_cache_mobile_enabled = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_mobile_enabled', "\$wp_cache_mobile_enabled = " . $wp_cache_mobile_enabled . ";", $wp_cache_config_file);
+
+		$wp_supercache_cache_list = $_POST[ 'wp_supercache_cache_list' ] == 1 ? 1 : 0;
+		wp_cache_replace_line('^ *\$wp_supercache_cache_list', "\$wp_supercache_cache_list = " . $wp_supercache_cache_list . ";", $wp_cache_config_file);
+
+		if ( isset( $_POST[ 'wp_cache_status' ] ) ) {
+			if ( $_POST[ 'wp_cache_status' ] == 'all' )
+					wp_cache_enable();
+
+			if ( isset( $_POST[ 'super_cache_enabled' ] ) ) {
+				if ( $_POST[ 'super_cache_enabled' ] == 0 ) {
+					wp_cache_enable();
+					wp_super_cache_disable();
+				}
+				if( $_POST[ 'super_cache_enabled' ] == 1 ) {
+					$wp_cache_mod_rewrite = 1; // we need this because supercached files can be served by PHP too.
+				} else {
+					$wp_cache_mod_rewrite = 0;
+				}
+				wp_cache_replace_line('^ *\$wp_cache_mod_rewrite', '$wp_cache_mod_rewrite = ' . $wp_cache_mod_rewrite . ";", $wp_cache_config_file);
+			}
+		} else {
+			wp_cache_disable();
+		}
+
+		if( isset( $_POST[ 'wp_cache_hello_world' ] ) ) {
+			$wp_cache_hello_world = 1;
+		} else {
+			$wp_cache_hello_world = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_hello_world', '$wp_cache_hello_world = ' . $wp_cache_hello_world . ";", $wp_cache_config_file);
+
+		if( isset( $_POST[ 'wp_cache_clear_on_post_edit' ] ) ) {
+			$wp_cache_clear_on_post_edit = 1;
+		} else {
+			$wp_cache_clear_on_post_edit = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_clear_on_post_edit', "\$wp_cache_clear_on_post_edit = " . $wp_cache_clear_on_post_edit . ";", $wp_cache_config_file);
+
+		if( isset( $_POST[ 'cache_rebuild_files' ] ) ) {
+			$cache_rebuild_files = 1;
+		} else {
+			$cache_rebuild_files = 0;
+		}
+		wp_cache_replace_line('^ *\$cache_rebuild_files', "\$cache_rebuild_files = " . $cache_rebuild_files . ";", $wp_cache_config_file);
+
+		if( isset( $_POST[ 'wp_cache_mutex_disabled' ] ) ) {
+			$wp_cache_mutex_disabled = 0;
+		} else {
+			$wp_cache_mutex_disabled = 1;
+		}
+		if( defined( 'WPSC_DISABLE_LOCKING' ) ) {
+			$wp_cache_mutex_disabled = 1;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_mutex_disabled', "\$wp_cache_mutex_disabled = " . $wp_cache_mutex_disabled . ";", $wp_cache_config_file);
+
+		if( isset( $_POST[ 'wp_cache_not_logged_in' ] ) ) {
+			if( $wp_cache_not_logged_in == 0 && function_exists( 'prune_super_cache' ) )
+				prune_super_cache ($cache_path, true);
+			$wp_cache_not_logged_in = 1;
+		} else {
+			$wp_cache_not_logged_in = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_not_logged_in', "\$wp_cache_not_logged_in = " . $wp_cache_not_logged_in . ";", $wp_cache_config_file);
+
+		if( $_wp_using_ext_object_cache && isset( $_POST[ 'wp_cache_object_cache' ] ) ) {
+			if( $wp_cache_object_cache == 0 && function_exists( 'prune_super_cache' ) )
+				prune_super_cache( $cache_path, true );
+			$wp_cache_object_cache = 1;
+		} else {
+			$wp_cache_object_cache = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_object_cache', "\$wp_cache_object_cache = " . $wp_cache_object_cache . ";", $wp_cache_config_file);
+
+		if( isset( $_POST[ 'wp_cache_refresh_single_only' ] ) ) {
+			$wp_cache_refresh_single_only = 1;
+		} else {
+			$wp_cache_refresh_single_only = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_refresh_single_only', "\$wp_cache_refresh_single_only = '" . $wp_cache_refresh_single_only . "';", $wp_cache_config_file);
+	
+		if ( defined( 'WPSC_DISABLE_COMPRESSION' ) ) {
+			$cache_compression = 0;
+			wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = " . $cache_compression . ";", $wp_cache_config_file);
+		} else {
+			if ( isset( $_POST[ 'cache_compression' ] ) ) {
+				$new_cache_compression = 1;
+			} else {
+				$new_cache_compression = 0;
+			}
+			if ( 1 == ini_get( 'zlib.output_compression' ) || "on" == strtolower( ini_get( 'zlib.output_compression' ) ) ) { 
+				echo '<div id="message" class="updated fade">' . __( "<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-super-cache' ) . '</div>';
+			} else {
+				if ( $new_cache_compression != $cache_compression ) {
+					$cache_compression = $new_cache_compression;
+					wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = " . $cache_compression . ";", $wp_cache_config_file);
+					if ( function_exists( 'prune_super_cache' ) )
+						prune_super_cache( $cache_path, true );
+					delete_option( 'super_cache_meta' );
+				}
+			}
+		}
+	}
+}
+if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wpsupercache' )
+	add_action( 'admin_init', 'wp_cache_manager_updates' );
+
+function wp_cache_manager() {
+	global $wp_cache_config_file, $valid_nonce, $supercachedir, $cache_path, $cache_enabled, $cache_compression, $super_cache_enabled, $wp_cache_hello_world;
+	global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
+	global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
+	global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
+	global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init;
+
+	if ( !wpsupercache_site_admin() )
+		return false;
+
+	// used by mod_rewrite rules and config file
+	if ( function_exists( "cfmobi_default_browsers" ) ) {
+		$wp_cache_mobile_browsers = cfmobi_default_browsers( "mobile" );
+		$wp_cache_mobile_browsers = array_merge( $wp_cache_mobile_browsers, cfmobi_default_browsers( "touch" ) );
+	} elseif ( function_exists( 'lite_detection_ua_contains' ) ) {
+		$wp_cache_mobile_browsers = explode( '|', lite_detection_ua_contains() );
+	} else {
+		$wp_cache_mobile_browsers = array( '2.0 MMP', '240x320', '400X240', 'AvantGo', 'BlackBerry', 'Blazer', 'Cellphone', 'Danger', 'DoCoMo', 'Elaine/3.0', 'EudoraWeb', 'Googlebot-Mobile', 'hiptop', 'IEMobile', 'KYOCERA/WX310K', 'LG/U990', 'MIDP-2.', 'MMEF20', 'MOT-V', 'NetFront', 'Newt', 'Nintendo Wii', 'Nitro', 'Nokia', 'Opera Mini', 'Palm', 'PlayStation Portable', 'portalmmm', 'Proxinet', 'ProxiNet', 'SHARP-TQ-GX10', 'SHG-i900', 'Small', 'SonyEricsson', 'Symbian OS', 'SymbianOS', 'TS21i-10', 'UP.Browser', 'UP.Link', 'webOS', 'Windows CE', 'WinWAP', 'YahooSeeker/M1A1-R2D2', 'iPhone', 'iPod', 'Android', 'BlackBerry9530', 'LG-TU915 Obigo', 'LGE VX', 'webOS', 'Nokia5800' );
+	}
+	if ( function_exists( "lite_detection_ua_prefixes" ) ) {
+		$wp_cache_mobile_prefixes = lite_detection_ua_prefixes();
+	} else {
+		$wp_cache_mobile_prefixes = array( 'w3c ', 'w3c-', 'acs-', 'alav', 'alca', 'amoi', 'audi', 'avan', 'benq', 'bird', 'blac', 'blaz', 'brew', 'cell', 'cldc', 'cmd-', 'dang', 'doco', 'eric', 'hipt', 'htc_', 'inno', 'ipaq', 'ipod', 'jigs', 'kddi', 'keji', 'leno', 'lg-c', 'lg-d', 'lg-g', 'lge-', 'lg/u', 'maui', 'maxo', 'midp', 'mits', 'mmef', 'mobi', 'mot-', 'moto', 'mwbp', 'nec-', 'newt', 'noki', 'palm', 'pana', 'pant', 'phil', 'play', 'port', 'prox', 'qwap', 'sage', 'sams', 'sany', 'sch-', 'sec-', 'send', 'seri', 'sgh-', 'shar', 'sie-', 'siem', 'smal', 'smar', 'sony', 'sph-', 'symb', 't-mo', 'teli', 'tim-', 'tosh', 'tsm-', 'upg1', 'upsi', 'vk-v', 'voda', 'wap-', 'wapa', 'wapi', 'wapp', 'wapr', 'webc', 'winw', 'winw', 'xda ', 'xda-' ); // from http://svn.wp-plugins.org/wordpress-mobile-pack/trunk/plugins/wpmp_switcher/lite_detection.php
+	}
+	$wp_cache_mobile_browsers = apply_filters( 'cached_mobile_browsers', $wp_cache_mobile_browsers ); // Allow mobile plugins access to modify the mobile UA list
+	$wp_cache_mobile_prefixes = apply_filters( 'cached_mobile_prefixes', $wp_cache_mobile_prefixes ); // Allow mobile plugins access to modify the mobile UA prefix list
+	$mobile_groups = apply_filters( 'cached_mobile_groups', array() ); // Group mobile user agents by capabilities. Lump them all together by default
+	// mobile_groups = array( 'apple' => array( 'ipod', 'iphone' ), 'nokia' => array( 'nokia5800', 'symbianos' ) );
+
+	if ( false == apply_filters( 'wp_super_cache_error_checking', true ) )
+		return false;
+
+	$supercachedir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '',  $_SERVER["HTTP_HOST"]);
+	if( get_option( 'gzipcompression' ) == 1 )
+		update_option( 'gzipcompression', 0 );
+	if( !isset( $cache_rebuild_files ) )
+		$cache_rebuild_files = 0;
+
+	$valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
+	/* http://www.netlobo.com/div_hiding.html */
+	?>
+<script type='text/javascript'>
+<!--
+function toggleLayer( whichLayer ) {
+  var elem, vis;
+  if( document.getElementById ) // this is the way the standards work
+    elem = document.getElementById( whichLayer );
+  else if( document.all ) // this is the way old msie versions work
+      elem = document.all[whichLayer];
+  else if( document.layers ) // this is the way nn4 works
+    elem = document.layers[whichLayer];
+  vis = elem.style;
+  // if the style.display value is blank we try to figure it out here
+  if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
+    vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
+  vis.display = (vis.display==''||vis.display=='block')?'none':'block';
+}
+// -->
+//Clicking header opens fieldset options
+jQuery(document).ready(function(){
+	jQuery("fieldset h3").css("cursor","pointer").click(function(){
+		jQuery(this).parent("fieldset").find("p,form,ul,blockquote").toggle("slow");
+	});
+});
+</script>
+
+<style type='text/css'>
+#nav h2 {
+	border-bottom: 1px solid #ccc;
+	padding-bottom: 0;
+}
+</style>
+<?php
+	echo '<a name="top"></a>';
+	echo '<div class="wrap">';
+	echo '<h2>' . __( 'WP Super Cache Settings', 'wp-super-cache' ) . '</h2>';
+
+	// set a default
+	if ( $cache_enabled == false && isset( $wp_cache_mod_rewrite ) == false ) {
+		$wp_cache_mod_rewrite = 0;
+	} elseif ( !isset( $wp_cache_mod_rewrite ) && $cache_enabled && $super_cache_enabled ) {
+		$wp_cache_mod_rewrite = 1;
+	}
+
+	if ( !isset( $_GET[ 'tab' ] ) && $cache_enabled && ( $wp_cache_mod_rewrite || $super_cache_enabled == false ) ) {
+		$_GET[ 'tab' ] = 'settings';
+		echo '<div id="message" class="updated fade"><p>' .  __( 'Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default.', 'wp-super-cache' ) . '</p></div>';
+	}
+	wpsc_admin_tabs();
+
+	if ( isset( $wp_super_cache_front_page_check ) && $wp_super_cache_front_page_check == 1 && !wp_next_scheduled( 'wp_cache_check_site_hook' ) ) {
+		wp_schedule_single_event( time() + 360 , 'wp_cache_check_site_hook' );
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_check_site_hook for 360 seconds time.', 2 );
+	}
+
+	if(isset($_REQUEST['wp_restore_config']) && $valid_nonce) {
+		unlink($wp_cache_config_file);
+		echo '<strong>' . __( 'Configuration file changed, some values might be wrong. Load the page again from the "Settings" menu to reset them.', 'wp-super-cache' ) . '</strong>';
+	}
+
+	if ( substr( get_option( 'permalink_structure' ), -1 ) == '/' ) {
+		wp_cache_replace_line('^ *\$wp_cache_slash_check', "\$wp_cache_slash_check = 1;", $wp_cache_config_file);
+	} else {
+		wp_cache_replace_line('^ *\$wp_cache_slash_check', "\$wp_cache_slash_check = 0;", $wp_cache_config_file);
+	}
+
+	if( $wp_cache_mobile_enabled == 1 ) {
+		update_cached_mobile_ua_list( $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $mobile_groups );
+	}
+
+	?> <table><td valign='top'><?php
+	switch( $_GET[ 'tab' ] ) {
+		case "cdn":
+		scossdl_off_options();
+		break;
+		case "tester":
+		if ( !$cache_enabled )
+			wp_die( __( 'Caching must be enabled to use this feature', 'wp-super-cache' ) );
+		echo '<a name="test"></a>';
+		echo "<h3>" . __( 'Cache Tester', 'wp-super-cache' ) . "</h3>";
+		echo '<p>' . __( 'Test your cached website by clicking the test button below.', 'wp-super-cache' ) . '</p>';
+		if ( array_key_exists('action', $_POST) && $_POST[ 'action' ] == 'test' && $valid_nonce ) {
+			$url = trailingslashit( get_bloginfo( 'url' ) );
+			if ( isset( $_POST[ 'httponly' ] ) )
+				$url = str_replace( 'https://', 'http://', $url );
+			// Prime the cache
+			echo "<p>";
+			printf(  __( 'Fetching %s to prime cache: ', 'wp-super-cache' ), $url );
+			$page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
+			echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong>';
+			echo "</p>";
+			sleep( 1 );
+			// Get the first copy
+			echo "<p>";
+			printf(  __( 'Fetching first copy of %s: ', 'wp-super-cache' ), $url );
+			$page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
+			echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong>';
+			echo "</p>";
+			sleep( 1 );
+			// Get the second copy
+			echo "<p>";
+			printf(  __( 'Fetching second copy of %s: ', 'wp-super-cache' ), $url );
+			$page2 = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
+			echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong>';
+			echo "</p>";
+
+			if ( is_wp_error( $page ) || is_wp_error( $page2 ) || $page[ 'response' ][ 'code' ] != 200 || $page2[ 'response' ][ 'code' ] != 200 ) {
+				echo '<p><strong>' . __( 'One or more page requests failed:', 'wp-super-cache' ) . '</strong></p>';
+				$error = false;
+				if ( is_wp_error( $page ) ) {
+					$error = $page;
+				} elseif ( is_wp_error( $page2 ) ) {
+					$error = $page2;
+				}
+				if ( $error ) {
+					$errors = '';
+					$messages = '';
+					foreach ( $error->get_error_codes() as $code ) {
+						$severity = $error->get_error_data($code);
+						foreach ( $error->get_error_messages( $code ) as $err ) {
+							$errors .= '	' . $err . "<br />\n";
+						}
+					}
+					if ( !empty($err) )
+						echo '<div class="updated fade">' . $errors . "</div>\n";
+				} else {
+					echo '<ul><li>' . sprintf( __( 'Page %d: %d (%s)', 'wp-super-cache' ), 1, $page[ 'response' ][ 'code' ], $page[ 'response' ][ 'message' ] ) . '</li>';
+					echo '<li>' . sprintf( __( 'Page %d: %d (%s)', 'wp-super-cache' ), 2, $page2[ 'response' ][ 'code' ], $page2[ 'response' ][ 'message' ] ) . '</li></ul>';
+				}
+			}
+
+			if ( preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page[ 'body' ], $matches1 ) &&
+			preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page2[ 'body' ], $matches2 ) && $matches1[2] == $matches2[2] ) {
+				echo '<p>' . sprintf( __( 'Page 1: %s', 'wp-super-cache' ), $matches1[ 2 ] ) . '</p>';
+				echo '<p>' . sprintf( __( 'Page 2: %s', 'wp-super-cache' ), $matches2[ 2 ] ) . '</p>';
+				echo '<p><strong>' . __( 'The timestamps on both pages match!', 'wp-super-cache' ) . '</strong></p>';
+			} else {
+				echo '<p><strong>' . __( 'The pages do not match! Timestamps differ or were not found!', 'wp-super-cache' ) . '</strong></p>';
+			}
+		}
+		echo '<form name="cache_tester" action="" method="post">';
+		echo '<input type="hidden" name="action" value="test" />';
+		if ( 'on' == strtolower( $_SERVER['HTTPS' ] ) )
+			echo "<input type='checkbox' name='httponly' checked='checked' value='1' /> " . __( 'Send non-secure (non https) request for homepage', 'wp-super-cache' );
+		echo '<div class="submit"><input type="submit" name="test" value="' . __( 'Test Cache', 'wp-super-cache' ) . '" /></div>';
+		wp_nonce_field('wp-cache');
+		echo '</form>';
+		wp_cache_files();
+		break;
+		case "preload":
+		if ( !$cache_enabled )
+			wp_die( __( 'Caching must be enabled to use this feature', 'wp-super-cache' ) );
+		echo '<a name="preload"></a>';
+		if ( $super_cache_enabled == true && false == defined( 'DISABLESUPERCACHEPRELOADING' ) ) {
+			global $wp_cache_preload_interval, $wp_cache_preload_on, $wp_cache_preload_email_me, $wp_cache_preload_email_volume, $wp_cache_preload_posts, $wpdb;
+			$count = $wpdb->get_var( "SELECT count(*) FROM {$wpdb->posts} WHERE post_status = 'publish'" );
+			if ( $count > 1000 ) {
+				$min_refresh_interval = 720;
+			} else {
+				$min_refresh_interval = 30;
+			}
+			if ( array_key_exists('action', $_POST) && $_POST[ 'action' ] == 'preload' && $valid_nonce ) {
+				if ( $_POST[ 'posts_to_cache' ] == 'all' ) {
+					$wp_cache_preload_posts = 'all';
+				} else {
+					$wp_cache_preload_posts = (int)$_POST[ 'posts_to_cache' ];
+				}
+				wp_cache_replace_line('^ *\$wp_cache_preload_posts', "\$wp_cache_preload_posts = '$wp_cache_preload_posts';", $wp_cache_config_file);
+
+				if ( isset( $_POST[ 'preload' ] ) && $_POST[ 'preload' ] == __( 'Cancel Cache Preload', 'wp-super-cache' ) ) {
+					$next_preload = wp_next_scheduled( 'wp_cache_preload_hook' );
+					if ( $next_preload ) {
+						update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
+						wp_unschedule_event( $next_preload, 'wp_cache_preload_hook' );
+					}
+					$fp = @fopen( $cache_path . "stop_preload.txt", 'w' );
+					@fclose( $fp );
+					echo "<p><strong>" . __( 'Scheduled preloading of cache cancelled.', 'wp-super-cache' ) . "</strong></p>";
+				} elseif ( isset( $_POST[ 'custom_preload_interval' ] ) && ( $_POST[ 'custom_preload_interval' ] == 0 || $_POST[ 'custom_preload_interval' ] >= $min_refresh_interval ) ) {
+					// if preload interval changes than unschedule any preload jobs and schedule any new one.
+					$_POST[ 'custom_preload_interval' ] = (int)$_POST[ 'custom_preload_interval' ];
+					if ( $wp_cache_preload_interval != $_POST[ 'custom_preload_interval' ] ) {
+						$next_preload = wp_next_scheduled( 'wp_cache_full_preload_hook' );
+						if ( $next_preload ) {
+							update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
+							add_option( 'preload_cache_stop', 1 );
+							wp_unschedule_event( $next_preload, 'wp_cache_full_preload_hook' );
+							if ( $wp_cache_preload_interval == 0 ) {
+								echo "<p><strong>" . __( 'Scheduled preloading of cache cancelled.', 'wp-super-cache' ) . "</strong></p>";
+							} 
+						}
+						if ( $_POST[ 'custom_preload_interval' ] != 0 )
+							wp_schedule_single_event( time() + ( $_POST[ 'custom_preload_interval' ] * 60 ), 'wp_cache_full_preload_hook' );
+					}
+					$wp_cache_preload_interval = (int)$_POST[ 'custom_preload_interval' ];
+					wp_cache_replace_line('^ *\$wp_cache_preload_interval', "\$wp_cache_preload_interval = $wp_cache_preload_interval;", $wp_cache_config_file);
+					if ( isset( $_POST[ 'preload_email_me' ] ) ) {
+						$wp_cache_preload_email_me = 1;
+					} else {
+						$wp_cache_preload_email_me = 0;
+					}
+					wp_cache_replace_line('^ *\$wp_cache_preload_email_me', "\$wp_cache_preload_email_me = $wp_cache_preload_email_me;", $wp_cache_config_file);
+					if ( isset( $_POST[ 'wp_cache_preload_email_volume' ] ) && in_array( $_POST[ 'wp_cache_preload_email_volume' ], array( 'less', 'medium', 'many' ) ) ) {
+						$wp_cache_preload_email_volume = $_POST[ 'wp_cache_preload_email_volume' ];
+					} else {
+						$wp_cache_preload_email_volume = 'medium';
+					}
+					wp_cache_replace_line('^ *\$wp_cache_preload_email_volume', "\$wp_cache_preload_email_volume = '$wp_cache_preload_email_volume';", $wp_cache_config_file);
+					if ( isset( $_POST[ 'preload_on' ] ) ) {
+						$wp_cache_preload_on = 1;
+					} else {
+						$wp_cache_preload_on = 0;
+					}
+					wp_cache_replace_line('^ *\$wp_cache_preload_on', "\$wp_cache_preload_on = $wp_cache_preload_on;", $wp_cache_config_file);
+					if ( isset( $_POST[ 'preload' ] ) && $_POST[ 'preload' ] == __( 'Preload Cache Now', 'wp-super-cache' ) ) {
+						@unlink( $cache_path . "preload_mutex.tmp" );
+						update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
+						wp_schedule_single_event( time() + 10, 'wp_cache_preload_hook' );
+						echo "<p><strong>" . __( 'Scheduled preloading of cache in 10 seconds.' ) . "</strong></p>";
+					} elseif ( (int)$_POST[ 'custom_preload_interval' ] ) {
+						@unlink( $cache_path . "preload_mutex.tmp" );
+						update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
+						wp_schedule_single_event( time() + ( (int)$_POST[ 'custom_preload_interval' ] * 60 ), 'wp_cache_full_preload_hook' );
+						echo "<p><strong>" . sprintf( __( 'Scheduled preloading of cache in %d minutes', 'wp-super-cache' ), (int)$_POST[ 'custom_preload_interval' ] ) . "</strong></p>";
+					}
+				}
+			}
+			echo '<p>' . __( '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-super-cache' ) . '</p>';
+			echo '<p>' . __( '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-super-cache' ) . '</p>';
+			echo '<p>' . __( '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-super-cache' ) . '</p>';
+			echo '<form name="cache_filler" action="" method="POST">';
+			echo '<input type="hidden" name="action" value="preload" />';
+			echo '<input type="hidden" name="page" value="wpsupercache" />';
+			echo '<p>' . sprintf( __( 'Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)', 'wp-super-cache' ), "<input type='text' size=4 name='custom_preload_interval' value='" . (int)$wp_cache_preload_interval . "' />", $min_refresh_interval ) . '</p>';
+			if ( $count > 100 ) {
+				$step = (int)( $count / 10 );
+
+				$select = "<select name='posts_to_cache' size=1>";
+				$select .= "<option value='all' ";
+				if ( !isset( $wp_cache_preload_posts ) || $wp_cache_preload_posts == 'all' ) {
+					$checked = 'selectect=1 ';
+					$best = 'all';
+				} else {
+					$checked = ' ';
+					$best = $wp_cache_preload_posts;
+				}
+				$select .= "{$checked}>" . __( 'all', 'wp-super-cache' ) . "</option>";
+
+				for( $c = $step; $c < $count; $c += $step ) {
+					$checked = ' ';
+					if ( $best == $c )
+						$checked = 'selected=1 ';
+					$select .= "<option value='$c'{$checked}>$c</option>";
+				}
+				$checked = ' ';
+				if ( $best == $count )
+					$checked = 'selected=1 ';
+				$select .= "<option value='$count'{$checked}>$count</option>";
+				$select .= "</select>";
+				echo '<p>' . sprintf( __( 'Preload %s posts.', 'wp-super-cache' ), $select ) . '</p>';
+			} else {
+				echo '<input type="hidden" name="posts_to_cache" value="' . $count . '" />';
+			}
+
+			echo '<input type="checkbox" name="preload_on" value="1" ';
+			echo $wp_cache_preload_on == 1 ? 'checked=1' : '';
+			echo ' /> ' . __( 'Preload mode (garbage collection only on legacy cache files. Recommended.)', 'wp-super-cache' ) . '<br />';
+			echo '<input type="checkbox" name="preload_email_me" value="1" ';
+			echo $wp_cache_preload_email_me == 1 ? 'checked=1' : '';
+			echo ' /> ' . __( 'Send me status emails when files are refreshed.', 'wp-super-cache' ) . '<br />';
+			if ( !isset( $wp_cache_preload_email_volume ) )
+				$wp_cache_preload_email_volume = 'many';
+			echo '&nbsp;&nbsp;&nbsp;&nbsp;<input name="wp_cache_preload_email_volume" type="radio" value="many" class="tog" ';
+			checked( 'many', $wp_cache_preload_email_volume );
+			echo '/> ' . __( 'Many emails, 2 emails per 100 posts.', 'wp-super-cache' ) . '<br >';
+			echo '&nbsp;&nbsp;&nbsp;&nbsp;<input name="wp_cache_preload_email_volume" type="radio" value="medium" class="tog" ';
+			checked( 'medium', $wp_cache_preload_email_volume );
+			echo '/> ' . __( 'Medium, 1 email per 100 posts.', 'wp-super-cache' ) . '<br >';
+			echo '&nbsp;&nbsp;&nbsp;&nbsp;<input name="wp_cache_preload_email_volume" type="radio" value="less" class="tog" ';
+			checked( 'less', $wp_cache_preload_email_volume );
+			echo '/> ' . __( 'Less emails, 1 at the start and 1 at the end of preloading all posts.', 'wp-super-cache' ) . '<br >';
+
+			$currently_preloading = false;
+
+			next_preload_message( 'wp_cache_preload_hook', __( 'Refresh of cache in %d hours %d minutes and %d seconds.', 'wp-super-cache' ), 60 );
+			next_preload_message( 'wp_cache_full_preload_hook', __( 'Full refresh of cache in %d hours %d minutes and %d seconds.', 'wp-super-cache' ) );
+
+			$preload_counter = get_option( 'preload_cache_counter' );
+			if ( isset( $preload_counter[ 'first' ] ) ) // converted from int to array
+				update_option( 'preload_cache_counter', array( 'c' => $preload_counter[ 'c' ], 't' => time() ) );
+			if ( is_array( $preload_counter ) && $preload_counter[ 'c' ] > 0 ) {
+				echo '<p><strong>' . sprintf( __( 'Currently caching from post %d to %d.', 'wp-super-cache' ), ( $preload_counter[ 'c' ] - 100 ), $preload_counter[ 'c' ] ) . '</strong></p>';
+				$currently_preloading = true;
+				if ( @file_exists( $cache_path . "preload_permalink.txt" ) ) {
+					$url = file_get_contents( $cache_path . "preload_permalink.txt" );
+					echo "<p>" . sprintf( __( "<strong>Page last cached:</strong> %s", 'wp-super-cache' ), $url ) . "</p>";
+				}
+			}
+			echo '<div class="submit"><input type="submit" name="preload" value="' . __( 'Update Settings', 'wp-super-cache' ) . '" />&nbsp;<input type="submit" name="preload" value="' . __( 'Preload Cache Now', 'wp-super-cache' ) . '" />';
+			if ( $currently_preloading ) {
+				echo '&nbsp;<input type="submit" name="preload" value="' . __( 'Cancel Cache Preload', 'wp-super-cache' ) . '" />';
+			}
+			echo '</div>';
+			wp_nonce_field('wp-cache');
+			echo '</form>';
+		} else {
+			echo '<p>' . __( 'Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator.', 'wp-super-cache' ) . '</p>';
+		}
+		break;
+		case 'plugins':
+		wpsc_plugins_tab();
+		break;
+		case 'debug':
+		wp_cache_debug_settings();
+		break;
+		case 'settings':
+		echo '<form name="wp_manager" action="' . add_query_arg( array( 'page' => 'wpsupercache', 'tab' => 'settings' ) ) . '" method="post">';
+		wp_nonce_field('wp-cache');
+		echo '<input type="hidden" name="action" value="scupdates" />';
+		?><table class="form-table">
+		<tr valign="top">
+			<th scope="row"><label for="wp_cache_status"><?php _e( 'Caching', 'wp-super-cache' ); ?></label></th>
+			<td>
+				<fieldset>
+				<legend class="hidden">Caching</legend>
+				<label><input type='checkbox' name='wp_cache_status' value='all' <?php if ( $cache_enabled == true ) { echo 'checked=checked'; } ?>> <?php _e( 'Cache hits to this website for quick access.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br /><br />
+				<label><input type='radio' name='super_cache_enabled' <?php if( $super_cache_enabled ) echo "checked"; ?> value='1'> <?php printf( __( 'Use mod_rewrite to serve cache files.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wordpress-mobile-edition/' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
+				<label><input type='radio' name='super_cache_enabled' <?php if( $wp_cache_mod_rewrite == 0 ) echo "checked"; ?> value='2'> <?php printf( __( 'Use PHP to serve cache files.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wordpress-mobile-edition/' ); ?></label><br />
+				<label><input type='radio' name='super_cache_enabled' <?php if( $super_cache_enabled == false ) echo "checked"; ?> value='0'> <?php _e( 'Legacy page caching.', 'wp-super-cache' ); ?></label><br />
+				<em><?php _e( '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-super-cache' ); ?></em><br />
+				</legend>
+				</fieldset>
+			</td>
+		</tr>
+		<tr valign="top">
+			<th scope="row"><label for="wp_cache_status"><?php _e( 'Miscellaneous', 'wp-super-cache' ); ?></label></th>
+			<td>
+				<fieldset>
+				<legend class="hidden">Miscellaneous</legend>
+				<?php if ( false == defined( 'WPSC_DISABLE_COMPRESSION' ) ) { ?>
+					<?php if ( false == function_exists( 'gzencode' ) ) { ?>
+						<em><?php _e( 'Warning! Compression is disabled as gzencode() function not found.', 'wp-super-cache' ); ?></em><br />
+					<?php } else { ?>
+						<label><input type='checkbox' name='cache_compression' <?php if( $cache_compression ) echo "checked"; ?> value='1'> <?php _e( 'Compress pages so they&#8217;re served more quickly to visitors.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
+						<em><?php _e( 'Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache.', 'wp-super-cache' ); ?></em><br />
+					<?php } ?>
+				<?php } ?>
+				<?php if ( 0 == $wp_cache_mod_rewrite ) { ?>
+					<label><input type='checkbox' name='wp_supercache_304' <?php if( $wp_supercache_304 ) echo "checked"; ?> value='1'> <?php _e( '304 Not Modified browser caching. Indicate when a page has not been modified since last requested.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
+				<em><?php _e( '304 support is disabled by default because in the past GoDaddy had problems with some of the headers used.', 'wp-super-cache' ); ?></em><br />
+				<?php } ?>
+				<label><input type='checkbox' name='wp_cache_not_logged_in' <?php if( $wp_cache_not_logged_in ) echo "checked"; ?> value='1'> <?php _e( 'Don&#8217;t cache pages for <acronym title="Logged in users and those that comment">known users</acronym>.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
+				<label><input type='checkbox' name='cache_rebuild_files' <?php if( $cache_rebuild_files ) echo "checked"; ?> value='1'> <?php _e( 'Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
+				<label><input type='checkbox' name='wp_cache_hello_world' <?php if( $wp_cache_hello_world ) echo "checked"; ?> value='1'> <?php _e( 'Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)', 'wp-super-cache' ); ?></label><br />
+				</legend>
+				</fieldset>
+			</td>
+		</tr>
+		<tr valign="top">
+			<th scope="row"><label for="wp_cache_status"><?php _e( 'Advanced', 'wp-super-cache' ); ?></label></th>
+			<td>
+				<fieldset>
+				<legend class="hidden">Advanced</legend>
+				<label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php _e( 'Mobile device support.', 'wp-super-cache' ); ?></label><br />
+				<label><input type='checkbox' name='wp_cache_clear_on_post_edit' <?php if( $wp_cache_clear_on_post_edit ) echo "checked"; ?> value='1'> <?php _e( 'Clear all cache files when a post or page is published.', 'wp-super-cache' ); ?></label><br />
+				<label><input type='checkbox' name='wp_cache_refresh_single_only' <?php if( $wp_cache_refresh_single_only ) echo "checked"; ?> value='1'> <?php _e( 'Only refresh current page when comments made.', 'wp-super-cache' ); ?></label><br />
+				<label><input type='checkbox' name='wp_supercache_cache_list' <?php if( $wp_supercache_cache_list ) echo "checked"; ?> value='1'> <?php _e( 'List the newest cached pages on this page.', 'wp-super-cache' ); ?></label><br />
+			<?php if( false == defined( 'WPSC_DISABLE_LOCKING' ) ) { ?>
+				<label><input type='checkbox' name='wp_cache_mutex_disabled' <?php if( !$wp_cache_mutex_disabled ) echo "checked"; ?> value='0'> <?php _e( '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-super-cache' ); ?></label><br />
+			<?php } ?>
+				<label><input type='checkbox' name='wp_super_cache_late_init' <?php if( $wp_super_cache_late_init ) echo "checked"; ?> value='1'> <?php _e( 'Late init. Display cached files after WordPress has loaded. Most useful in legacy mode.', 'wp-super-cache' ); ?></label><br />
+			<?php if ( $_wp_using_ext_object_cache ) { 
+				?><label><input type='checkbox' name='wp_cache_object_cache' <?php if( $wp_cache_object_cache ) echo "checked"; ?> value='1'> <?php echo __( 'Use object cache to store cached files.', 'wp-super-cache' ) . ' ' . __( '(Experimental)', 'wp-super-cache' ); ?></label><?php 
+			}?>
+				</legend>
+				</fieldset>
+			</td>
+		</tr>
+		</table>
+		<h3><?php _e( 'Note:', 'wp-super-cache' ); ?></h3>
+		<ol>
+		<li><?php printf( __( '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 too is probably a good idea!)', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></li>
+		<li><?php printf( __( '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-super-cache' ), WP_PLUGIN_URL ); ?></li><?php
+		echo "<li><em>" . sprintf( __( '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.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/', 'http://wordpress.org/tags/wp-super-cache?forum_id=10' ) . "</em></li>";
+		echo "</ol>";
+	
+		echo "<div class='submit'><input class='button-primary' type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " &raquo;' /></div>";
+		wp_nonce_field('wp-cache');
+		?> </form> <?php
+		wsc_mod_rewrite();
+
+		wp_cache_edit_max_time();
+
+		echo '<a name="files"></a><fieldset class="options"><h3>' . __( 'Accepted Filenames &amp; Rejected URIs', 'wp-super-cache' ) . '</h3>';
+		wp_cache_edit_rejected_pages();
+		echo "\n";
+		wp_cache_edit_rejected();
+		echo "\n";
+		wp_cache_edit_accepted();
+		echo '</fieldset>';
+
+		wp_cache_edit_rejected_ua();
+
+		wp_lock_down();
+
+		wp_cache_restore();
+
+		break;
+		case "easy":
+		default:
+			echo '<form name="wp_manager" action="" method="post">';
+			echo '<input type="hidden" name="action" value="easysetup" />';
+			wp_nonce_field('wp-cache');
+			?><table class="form-table">
+				<tr valign="top">
+				<th scope="row"><label for="wp_cache_status"><?php _e( 'Caching', 'wp-super-cache' ); ?></label></th>
+				<td>
+				<fieldset>
+				<label><input type='radio' name='wp_cache_easy_on' value='1' <?php if ( $cache_enabled == true ) { echo 'checked=checked'; } ?>> <?php _e( 'Caching On', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
+				<label><input type='radio' name='wp_cache_easy_on' value='0' <?php if ( $cache_enabled == false ) { echo 'checked=checked'; } ?>> <?php _e( 'Caching Off', 'wp-super-cache' ); ?></label><br />
+				<em><?php _e( 'Note: enables PHP caching, cache rebuild, and mobile support', 'wp-super-cache' ); ?></em><br />
+				</legend>
+				</fieldset>
+				</td>
+				</tr>
+				</table>
+			<?php
+			if( $cache_enabled && !$wp_cache_mod_rewrite ) {
+				$scrules = trim( implode( "\n", extract_from_markers( trailingslashit( get_home_path() ) . '.htaccess', 'WPSuperCache' ) ) );
+				if ( $scrules != '' ) {
+					echo "<p><strong>" . __( '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 or you can edit the .htaccess file in the root of your install and remove the SuperCache rules.', 'wp-super-cache' ) . '</strong></p>';
+				}
+			}
+			echo "<div class='submit'><input class='button-primary' type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " &raquo;' /></div>";?>
+			</form>
+			<h3><?php _e( 'Recommended Links and Plugins', 'wp-super-cache' ); ?></h3>
+			<p><?php _e( 'Caching is only one part of making a website faster. Here are some other plugins that will help:', 'wp-super-cache' ); ?></p>
+			<ol><li><?php printf( __( '<a href="%s">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href="%s">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-minify/', 'http://lyncd.com/wpscmin/' ); ?></li>
+			<li><?php printf( __( '<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>.', 'wp-super-cache' ), 'http://developer.yahoo.com/yslow/', 'http://gtmetrix.com/' ); ?></li>
+			<li><?php printf( __( '<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-super-cache' ), 'http://wordpress.org/extend/plugins/use-google-libraries/' ); ?></li>
+			<li><?php printf( __( '<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-super-cache' ), 'http://www.askapache.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html' ); ?></li>
+			<li><?php printf( __( '<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-super-cache' ), 'http://wordpress.org/extend/plugins/memcached/', 'http://neosmart.net/dl.php?id=12', 'http://neosmart.net/dl.php?id=13' ); ?></li>
+			</ol>
+			
+			<?php
+		break;
+	}
+
+	?>
+	</fieldset>
+	</td><td valign='top' style='width: 300px'>
+	<div style='background: #ffc; border: 1px solid #333; margin: 2px; padding: 5px'>
+	<h3 align='center'><?php _e( 'Make WordPress Faster', 'wp-super-cache' ); ?></h3>
+	<p><?php printf( __( '%1$s is maintained and developed by %2$s with contributions from many others.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/wp-super-cache/?r=supercache">WP Super Cache</a>', '<a href="http://ocaoimh.ie/?r=supercache">Donncha O Caoimh</a>' ); ?></p>
+	<p><?php printf( __( 'He blogs at %1$s and posts photos at %2$s.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/?r=supercache">Holy Shmoly</a>', '<a href="http://inphotos.org/?r=supercache">In Photos.org</a>' ); ?></p>
+	<p><?php printf( __( 'Please say hi to him on %s too!', 'wp-super-cache' ), '<a href="http://twitter.com/donncha/">Twitter</a>' ); ?></p>
+	<h3 align='center'><?php _e( 'Need Help?', 'wp-super-cache' ); ?></h3>
+	<ol>
+	<li><?php printf( __( '<a href="%1$s">Installation Help</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/installation/' ); ?></li>
+	<li><?php printf( __( '<a href="%1$s">Frequently Asked Questions</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></li>
+	<li><?php printf( __( '<a href="%1$s">Support Forum</a>', 'wp-super-cache' ), 'http://wordpress.org/tags/wp-super-cache' ); ?></li>
+	</ol>
+	<h3 align='center'><?php _e( 'Rate This Plugin!', 'wp-super-cache' ); ?></h3>
+	<p><?php printf( __( 'Please <a href="%s">rate</a> this plugin and tell me if it works for you or not. It really helps development.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/' ); ?></p>
+
+	<?php 
+	if ( isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) { 
+		$start_date = get_option( 'wpsupercache_start' );
+		if ( !$start_date ) {
+			$start_date = time();
+		}
+		?>
+		<p><?php printf( __( 'Cached pages since %1$s : <strong>%2$s</strong>', 'wp-super-cache' ), date( 'M j, Y', $start_date ), number_format( get_option( 'wpsupercache_count' ) ) ); ?></p>
+		<p><?php _e( 'Newest Cached Pages:', 'wp-super-cache' ); ?><ol>
+		<?php
+		foreach( array_reverse( (array)get_option( 'supercache_last_cached' ) ) as $url ) {
+			$since = time() - strtotime( $url[ 'date' ] );
+			echo "<li><a title='" . sprintf( __( 'Cached %s seconds ago', 'wp-super-cache' ), $since ) . "' href='" . site_url( $url[ 'url' ] ) . "'>" . substr( $url[ 'url' ], 0, 20 ) . "</a></li>\n";
+		}
+		?></ol>
+		<small><?php _e( '(may not always be accurate on busy sites)', 'wp-super-cache' ); ?></small>
+		</p><?php 
+	} else {
+		$start_date = get_option( 'wpsupercache_start' );
+		if ( $start_date ) {
+			update_option( 'wpsupercache_start', $start_date );
+			update_option( 'wpsupercache_count', 0 );
+		}
+	}
+	?>
+	</div>
+	</td></table>
+
+	<?php
+
+	echo "</div>\n";
+}
+
+function wpsc_plugins_tab() {
+	echo '<p>' . __( '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-super-cache' ) . '</p>';
+	echo '<p>' . __( 'This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them.', 'wp-super-cache' ) . '</p>';
+	ob_start();
+	if( defined( 'WP_CACHE' ) ) {
+		if( function_exists( 'do_cacheaction' ) ) {
+			do_cacheaction( 'cache_admin_page' );
+		}
+	}
+	$out = ob_get_contents();
+	ob_end_clean();
+	if( SUBMITDISABLED == ' ' && $out != '' ) {
+		echo '<h3>' . __( 'Available Plugins', 'wp-super-cache' ) . '</h3>';
+		echo "<ol>";
+		echo $out;
+		echo "</ol>";
+	}
+
+}
+
+function wpsc_admin_tabs( $current = 0 ) {
+	global $wp_db_version;
+	if ( $current == 0 ) {
+		if ( isset( $_GET[ 'tab' ] ) ) {
+			$current = $_GET[ 'tab' ];
+		} else {
+			$current = 'easy';
+		}
+	}
+	$tabs = array( 'easy' => __( 'Easy', 'wp-super-cache' ), 'settings' => __( 'Advanced', 'wp-super-cache' ), 'cdn' => __( 'CDN', 'wp-super-cache' ), 'tester' => __( 'Tester & Contents', 'wp-super-cache' ), 'preload' => __( 'Preload', 'wp-super-cache' ), 'plugins' => __( 'Plugins', 'wp-super-cache' ), 'debug' => __( 'Debug', 'wp-super-cache' ) );
+	$links = array();
+	foreach( $tabs as $tab => $name ) {
+		if ( $current == $tab ) {
+			$links[] = "<a class='nav-tab nav-tab-active' href='?page=wpsupercache&tab=$tab'>$name</a>";
+		} else {
+			$links[] = "<a class='nav-tab' href='?page=wpsupercache&tab=$tab'>$name</a>";
+		}
+	}
+	if ( $wp_db_version >= 15477 ) {
+		echo '<div id="nav"><h2 class="themes-php">';
+		echo implode( "", $links );
+		echo '</h2></div>';
+	} else {
+		echo implode( " | ", $links );
+	}
+}
+
+function wsc_mod_rewrite() {
+	global $cache_enabled, $super_cache_enabled, $valid_nonce, $cache_path, $wp_cache_mod_rewrite, $wpmu_version;
+
+	if ( !$wp_cache_mod_rewrite )
+		return false;
+
+	if ( isset( $wpmu_version ) || function_exists( 'is_multisite' ) && is_multisite() ) {
+		if ( false == wpsupercache_site_admin() )
+			return false;
+		if ( function_exists( "is_main_site" ) && false == is_main_site() || function_exists( 'is_main_blog' ) && false == is_main_blog() ) {
+			global $current_site;
+			$protocol = ( 'on' == strtolower( $_SERVER['HTTPS' ] ) ) ? 'https://' : 'http://';
+			if ( isset( $wpmu_version ) ) {
+				echo '<div id="message" class="updated fade"><p>' .  sprintf( __( 'Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href="%s">the main site</a> of this network.', 'wp-super-cache' ), admin_url( "ms-admin.php?page=wpsupercache" ) ) . '</p></div>';
+			} else {
+				echo '<div id="message" class="updated fade"><p>' .  sprintf( __( 'Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href="%s">on the main site</a> of this network.', 'wp-super-cache' ), admin_url( "wpmu-admin.php?page=wpsupercache" ) ) . '</p></div>';
+			}
+			return false;
+		}
+	}
+
+	if ( function_exists( "is_main_site" ) && false == is_main_site() || function_exists( 'is_main_blog' ) && false == is_main_blog() )
+		return true;
+	?>
+	<a name="modrewrite"></a><fieldset class="options"> 
+	<h3><?php _e( 'Mod Rewrite Rules', 'wp-super-cache' ); ?></h3><?php
+
+	extract( wpsc_get_htaccess_info() );
+	$dohtaccess = true;
+	global $wpmu_version;
+	if( isset( $wpmu_version ) ) {
+		echo "<h4 style='color: #a00'>" . __( 'WordPress MU Detected', 'wp-super-cache' ) . "</h4><p>" . __( "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-super-cache' ) . "</p>";
+	} elseif( !$wprules || $wprules == '' ) {
+		echo "<h4 style='color: #a00'>" . __( 'Mod Rewrite rules cannot be updated!', 'wp-super-cache' ) . "</h4>";
+		echo "<p>" . sprintf( __( "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-super-cache' ), $home_path );
+		echo "<blockquote><pre><em># BEGIN WordPress</em>\n RewriteCond %{REQUEST_FILENAME} !-f\n RewriteCond %{REQUEST_FILENAME} !-d\n RewriteRule . /index.php [L]\n <em># END WordPress</em></pre></blockquote>";
+		_e( 'Refresh this page when you have updated your .htaccess file.', 'wp-super-cache' );
+		echo "</fieldset></div>";
+		return;
+	} elseif( strpos( $wprules, 'wordpressuser' ) ) { // Need to clear out old mod_rewrite rules
+		echo "<p><strong>" . __( 'Thank you for upgrading.', 'wp-super-cache' ) . "</strong> " . sprintf( __( '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.', 'wp-super-cache' ), '<blockquote><code>RewriteCond %{HTTP_COOKIE} !^.*wordpressuser.*$</code></blockquote>', '<blockquote><code>RewriteCond %{HTTP:Cookie} !^.*wordpress.*$</code></blockquote>' ) . "</p>";
+		echo "</fieldset></div>";
+		return;
+	} elseif( $scrules != '' && strpos( $scrules, '%{REQUEST_URI} !^.*[^/]$' ) === false && substr( get_option( 'permalink_structure' ), -1 ) == '/' ) { // permalink structure has a trailing slash, need slash check in rules.
+		echo "<div style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><h4>" . __( 'Trailing slash check required.', 'wp-super-cache' ) . "</h4><p>" . __( '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-super-cache' ) . "</p>";
+		echo "<blockquote><code>RewriteCond %{REQUEST_URI} !^.*[^/]$RewriteCond %{REQUEST_URI} !^.*//.*$</code></blockquote>";
+		echo "<p>" . __( 'You can see where the rules go and examine the complete rules by clicking the "View mod_rewrite rules" link below.', 'wp-super-cache' ) . "</p></div>";
+		$dohtaccess = false;
+	} elseif( strpos( $scrules, 'supercache' ) || strpos( $wprules, 'supercache' ) ) { // only write the rules once
+		$dohtaccess = false;
+	}
+	if( $dohtaccess && !$_POST[ 'updatehtaccess' ] ) {
+		if ( $scrules == '' ) {
+			wpsc_update_htaccess_form( 0 ); // don't hide the update htaccess form
+		} else {
+			wpsc_update_htaccess_form();
+		}
+	} elseif( $valid_nonce && $_POST[ 'updatehtaccess' ] ) {
+		echo "<div style='padding:0 8px;color:#4f8a10;background-color:#dff2bf;border:1px solid #4f8a10;'>";
+		if( wpsc_update_htaccess() ) {
+			echo "<h4>" . __( 'Mod Rewrite rules updated!', 'wp-super-cache' ) . "</h4>";
+			echo "<p><strong>" . sprintf( __( '%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:', 'wp-super-cache' ), $home_path ) . "</strong></p>\n";
+		} else {
+			echo "<h4>" . __( 'Mod Rewrite rules must be updated!', 'wp-super-cache' ) . "</h4>";
+			echo "<p><strong>" . sprintf( __( '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-super-cache' ), $home_path ) . "</strong></p>\n";
+		}
+		echo "<p><pre>" . esc_html( $rules ) . "</pre></p>\n</div>";
+	} else {
+		?>
+		<p><?php printf( __( '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-super-cache' ), $home_path ); ?></p>
+		<?php
+		if ( $rules != $scrules ) {
+			?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><?php _e( '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-super-cache' ); ?></p><?php
+		}
+		?>
+		<a href="javascript:toggleLayer('rewriterules');" class="button"><?php _e( 'View Mod_Rewrite Rules', 'wp-super-cache' ); ?></a>
+		<?php wpsc_update_htaccess_form(); ?>
+		<div id='rewriterules' style='display: none;'>
+		<?php echo "<p><pre># BEGIN WPSuperCache\n" . esc_html( $rules ) . "# END WPSuperCache</pre></p>\n"; 
+		echo "<p>" . sprintf( __( 'Rules must be added to %s too:', 'wp-super-cache' ), WP_CONTENT_DIR . "/cache/.htaccess" ) . "</p>";
+		echo "<pre># BEGIN supercache\n" . esc_html( $gziprules ) . "# END supercache</pre></p>"; ?>
+		</div>
+		<?php
+	}
+	// http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
+	if( !is_file( $cache_path . '.htaccess' ) ) {
+		$gziprules = insert_with_markers( $cache_path . '.htaccess', 'supercache', explode( "\n", $gziprules ) );
+		echo "<h4>" . sprintf( __( 'Gzip encoding rules in %s.htaccess created.', 'wp-super-cache' ), $cache_path ) . "</h4>";
+	}
+
+	?></fieldset><?php
+}
+
+function wp_cache_restore() {
+	echo '<fieldset class="options"><h3>' . __( 'Fix Configuration', 'wp-super-cache' ) . '</h3>';
+	echo '<form name="wp_restore" action="#top" method="post">';
+	echo '<input type="hidden" name="wp_restore_config" />';
+	echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'id="deletepost" value="' . __( 'Restore Default Configuration', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+	echo '</fieldset>';
+
+}
+
+function comment_form_lockdown_message() {
+	?><p><?php _e( "Comment moderation is enabled. Your comment may take some time to appear.", 'wp-super-cache' ); ?></p><?php
+}
+if( defined( 'WPLOCKDOWN' ) && constant( 'WPLOCKDOWN' ) )
+	add_action( 'comment_form', 'comment_form_lockdown_message' );
+
+function wp_lock_down() {
+	global $wpdb, $cache_path, $wp_cache_config_file, $valid_nonce, $cached_direct_pages, $cache_enabled, $super_cache_enabled;
+	global $wp_super_cache_lock_down;
+
+	if(isset($_POST['wp_lock_down']) && $valid_nonce) {
+		$wp_lock_down = $_POST['wp_lock_down'] == '1' ? '1' : '0';
+		wp_cache_replace_line('^.*WPLOCKDOWN', "define( 'WPLOCKDOWN', '$wp_lock_down' );", $wp_cache_config_file);
+		if( $wp_lock_down == '0' && function_exists( 'prune_super_cache' ) )
+			prune_super_cache( $cache_path, true ); // clear the cache after lockdown
+
+	}
+	if( !isset( $wp_lock_down ) ) {
+		if( defined( 'WPLOCKDOWN' ) ) {
+			$wp_lock_down = constant( 'WPLOCKDOWN' );
+		} else {
+			$wp_lock_down = '0';
+		}
+	}
+	?><a name='lockdown'></a>
+	<fieldset class="options"> 
+	<h3><?php _e( 'Lock Down:', 'wp-super-cache' ); ?> <?php echo $wp_lock_down == '0' ? '<span style="color:red">' . __( 'Disabled', 'wp-super-cache' ) . '</span>' : '<span style="color:green">' . __( 'Enabled', 'wp-super-cache' ) . '</span>'; ?></h3>
+	<p><?php _e( '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-super-cache' ); ?></p>
+	<p><?php _e( '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-super-cache' ); ?>
+	<blockquote><code>if( defined( 'WPLOCKDOWN' ) && constant( 'WPLOCKDOWN' ) ) { 
+		&nbsp;&nbsp;&nbsp;&nbsp;echo "<?php _e( 'Sorry. My blog is locked down. Updates will appear shortly', 'wp-super-cache' ); ?>";
+		}</code></blockquote>
+	<?php
+	if( $wp_lock_down == '1' ) {
+		?><p><?php _e( 'WordPress is locked down. Super Cache static files will not be deleted when new comments are made.', 'wp-super-cache' ); ?></p><?php
+	} else {
+		?><p><?php _e( 'WordPress is not locked down. New comments will refresh Super Cache static files as normal.', 'wp-super-cache' ); ?></p><?php
+	}
+	$new_lockdown =  $wp_lock_down == '1' ? '0' : '1';
+	$new_lockdown_desc =  $wp_lock_down == '1' ? __( 'Disable', 'wp-super-cache' ) : __( 'Enable', 'wp-super-cache' );
+	echo '<form name="wp_lock_down" action="#lockdown" method="post">';
+	echo "<input type='hidden' name='wp_lock_down' value='{$new_lockdown}' />";
+	echo "<div class='submit'><input type='submit' " . SUBMITDISABLED . " value='{$new_lockdown_desc} " . __( 'Lock Down', 'wp-super-cache' ) . " &raquo;' /></div>";
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+
+	?></fieldset><?php
+	if( $cache_enabled == true && $super_cache_enabled == true ) {
+		?><a name='direct'></a>
+	<fieldset class="options"> 
+	<h3><?php _e( 'Directly Cached Files', 'wp-super-cache' ); ?></h3><?php
+
+	$out = '';
+	if( $valid_nonce && array_key_exists('direct_pages', $_POST) && is_array( $_POST[ 'direct_pages' ] ) && !empty( $_POST[ 'direct_pages' ] ) ) {
+		$expiredfiles = array_diff( $cached_direct_pages, $_POST[ 'direct_pages' ] );
+		unset( $cached_direct_pages );
+		foreach( $_POST[ 'direct_pages' ] as $page ) {
+			$page = $wpdb->escape( $page );
+			if( $page != '' ) {
+				$cached_direct_pages[] = $page;
+				$out .= "'$page', ";
+			}
+		}
+		if( $out == '' ) {
+			$out = "'', ";
+		}
+	}
+	if( $valid_nonce && array_key_exists('new_direct_page', $_POST) && $_POST[ 'new_direct_page' ] && '' != $_POST[ 'new_direct_page' ] ) {
+		$page = str_replace( get_option( 'siteurl' ), '', $_POST[ 'new_direct_page' ] );
+		if( substr( $page, 0, 1 ) != '/' )
+			$page = '/' . $page;
+		$page = $wpdb->escape( $page );
+		if( in_array( $page, $cached_direct_pages ) == false ) {
+			$cached_direct_pages[] = $page;
+			$out .= "'$page', ";
+		}
+	}
+
+	if( $out != '' ) {
+		$out = substr( $out, 0, -2 );
+		$out = '$cached_direct_pages = array( ' . $out . ' );';
+		wp_cache_replace_line('^ *\$cached_direct_pages', "$out", $wp_cache_config_file);
+		prune_super_cache( $cache_path, true );
+	}
+
+	if( !empty( $expiredfiles ) ) {
+		foreach( $expiredfiles as $file ) {
+			if( $file != '' ) {
+				$firstfolder = explode( '/', $file );
+				$firstfolder = ABSPATH . $firstfolder[1];
+				$file = ABSPATH . $file;
+				@unlink( trailingslashit( $file ) . 'index.html' );
+				@unlink( trailingslashit( $file ) . 'index.html.gz' );
+				RecursiveFolderDelete( trailingslashit( $firstfolder ) );
+			}
+		}
+	}
+
+	if( $valid_nonce && array_key_exists('deletepage', $_POST) && $_POST[ 'deletepage' ] ) {
+		$page = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_POST['deletepage']) );
+		$pagefile = ABSPATH . $page . 'index.html';
+		$firstfolder = explode( '/', $page );
+		$firstfolder = ABSPATH . $firstfolder[1];
+		$page = ABSPATH . $page;
+		if( is_file( $pagefile ) && is_writeable_ACLSafe( $pagefile ) && is_writeable_ACLSafe( $firstfolder ) ) {
+			@unlink( $pagefile );
+			@unlink( $pagefile . '.gz' );
+			RecursiveFolderDelete( $firstfolder );
+			echo "<strong>" . sprintf( __( '%s removed!', 'wp-super-cache' ), $pagefile ) . "</strong>";
+			prune_super_cache( $cache_path, true );
+		}
+	}
+
+	$readonly = '';
+	if( !is_writeable_ACLSafe( ABSPATH ) ) {
+		$readonly = 'READONLY';
+		?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><strong><?php _e( 'Warning!', 'wp-super-cache' ); ?></strong> <?php printf( __( 'You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated.', 'wp-super-cache' ), ABSPATH ); ?></p><?php
+	} else {
+		?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><strong><?php _e( 'Warning!', 'wp-super-cache' ); ?></strong> <?php printf( __( '%s is writable. Please make it readonly after your page is generated as this is a security risk.', 'wp-super-cache' ), ABSPATH ); ?></p><?php
+	}
+	echo '<form name="direct_page" action="#direct" method="post">';
+	if( is_array( $cached_direct_pages ) ) {
+		$out = '';
+		foreach( $cached_direct_pages as $page ) {
+			if( $page == '' )
+				continue;
+			$generated = '';
+			if( is_file( ABSPATH . $page . '/index.html' ) )
+				$generated = '<input type="Submit" name="deletepage" value="' . $page . '">';
+			$out .= "<tr><td><input type='text' $readonly name='direct_pages[]' size='30' value='$page' /></td><td>$generated</td></tr>";
+		}
+		if( $out != '' ) {
+			?><table><tr><th><?php _e( 'Existing direct page', 'wp-super-cache' ); ?></th><th><?php _e( 'Delete cached file', 'wp-super-cache' ); ?></th></tr><?php
+			echo "$out</table>";
+		}
+	}
+	if( $readonly != 'READONLY' )
+		echo __( "Add direct page:", 'wp-super-cache' ) . "<input type='text' $readonly name='new_direct_page' size='30' value='' />";
+
+	echo "<p>" . sprintf( __( "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-super-cache' ), ABSPATH ) . "</p>";
+	if( $readonly != 'READONLY' ) {
+		echo "<p>" . sprintf( __( '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-super-cache' ), trailingslashit( get_option( 'siteurl' ) ) ) . "</p>";
+		echo "<p>" . __( 'Make the textbox blank to remove it from the list of direct pages and delete the cached file.', 'wp-super-cache' ) . "</p>";
+	}
+
+	wp_nonce_field('wp-cache');
+	if( $readonly != 'READONLY' )
+		echo "<div class='submit'><input type='submit' ' . SUBMITDISABLED . 'value='" . __( 'Update Direct Pages', 'wp-super-cache' ) . " &raquo;' /></div>";
+	echo "</form>\n";
+	?></fieldset><?php
+	} // if $super_cache_enabled
+}
+
+function RecursiveFolderDelete ( $folderPath ) { // from http://www.php.net/manual/en/function.rmdir.php
+	if( trailingslashit( constant( 'ABSPATH' ) ) == trailingslashit( $folderPath ) )
+		return false;
+	if ( @is_dir ( $folderPath ) ) {
+		$dh  = @opendir($folderPath);
+		while (false !== ($value = @readdir($dh))) {
+			if ( $value != "." && $value != ".." ) {
+				$value = $folderPath . "/" . $value; 
+				if ( @is_dir ( $value ) ) {
+					RecursiveFolderDelete ( $value );
+				}
+			}
+		}
+		return @rmdir ( $folderPath );
+	} else {
+		return FALSE;
+	}
+}
+
+function wp_cache_edit_max_time () {
+	global $cache_max_time, $wp_cache_config_file, $valid_nonce, $cache_enabled, $super_cache_enabled;
+
+	if( !isset( $cache_max_time ) )
+		$cache_max_time = 3600;
+
+	if(isset($_POST['wp_max_time']) && $valid_nonce) {
+		$max_time = (int)$_POST['wp_max_time'];
+		$cache_max_time = $max_time;
+		wp_cache_replace_line('^ *\$cache_max_time', "\$cache_max_time = $cache_max_time;", $wp_cache_config_file);
+	}
+	?><fieldset class="options"> 
+	<a name='expirytime'></a>
+	<h3><?php _e( 'Expiry Time &amp; Garbage Collection', 'wp-super-cache' ); ?></h3><?php
+	echo '<form name="wp_edit_max_time" action="#expirytime" method="post">';
+	echo '<label for="wp_max_time">' . __( 'Expire time:', 'wp-super-cache' ) . '</label> ';
+	echo "<input type=\"text\" size=6 name=\"wp_max_time\" value=\"$cache_max_time\" /> " . __( "seconds", 'wp-super-cache' );
+	echo "<h4>" . __( 'Garbage Collection', 'wp-super-cache' ) . "</h4><p>" . __( 'If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above.', 'wp-super-cache' ) . "</p>";
+	echo "<p>" . __( '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>300 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-super-cache' ) . "</p>";
+	echo "<p>" . __( 'Set the expiry time to 0 seconds to disable garbage collection.', 'wp-super-cache' ) . "</p>";
+	echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Change Expiration', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+	?></fieldset><?php
+}
+
+function wp_cache_sanitize_value($text, & $array) {
+	$text = esc_html(strip_tags($text));
+	$array = preg_split("/[\s,]+/", chop($text));
+	$text = var_export($array, true);
+	$text = preg_replace('/[\s]+/', ' ', $text);
+	return $text;
+}
+
+// from tehjosh at gamingg dot net http://uk2.php.net/manual/en/function.apache-request-headers.php#73964
+// fixed bug in second substr()
+if( !function_exists('apache_request_headers') ) {
+	function apache_request_headers() {
+		$headers = array();
+		foreach(array_keys($_SERVER) as $skey) {
+			if(substr($skey, 0, 5) == "HTTP_") {
+				$headername = str_replace(" ", "-", ucwords(strtolower(str_replace("_", " ", substr($skey, 5)))));
+				$headers[$headername] = $_SERVER[$skey];
+			}
+		}
+		return $headers;
+	}
+}
+
+function wp_cache_edit_rejected_ua() {
+	global $cache_rejected_user_agent, $wp_cache_config_file, $valid_nonce;
+
+	if ( !function_exists( 'apache_request_headers' ) ) return;
+
+	if ( isset( $_POST[ 'wp_rejected_user_agent' ] ) && $valid_nonce ) {
+		$_POST[ 'wp_rejected_user_agent' ] = str_replace( ' ', '___', $_POST[ 'wp_rejected_user_agent' ] );
+		$text = str_replace( '___', ' ', wp_cache_sanitize_value( $_POST[ 'wp_rejected_user_agent' ], $cache_rejected_user_agent ) );
+		wp_cache_replace_line( '^ *\$cache_rejected_user_agent', "\$cache_rejected_user_agent = $text;", $wp_cache_config_file );
+		foreach( $cache_rejected_user_agent as $k => $ua ) {
+			$cache_rejected_user_agent[ $k ] = str_replace( '___', ' ', $ua );
+		}
+		reset( $cache_rejected_user_agent );
+	}
+
+	echo '<a name="useragents"></a><fieldset class="options"><h3>' . __( 'Rejected User Agents', 'wp-super-cache' ) . '</h3>';
+	echo "<p>" . __( '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.', 'wp-super-cache' ) . "</p>\n";
+	echo '<form name="wp_edit_rejected_user_agent" action="#useragents" method="post">';
+	echo '<textarea name="wp_rejected_user_agent" cols="40" rows="4" style="width: 50%; font-size: 12px;" class="code">';
+	foreach( $cache_rejected_user_agent as $ua ) {
+		echo esc_html( $ua ) . "\n";
+	}
+	echo '</textarea> ';
+	echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save UA Strings', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo '</form>';
+	echo "</fieldset>\n";
+}
+
+function wp_cache_edit_rejected_pages() {
+	global $wp_cache_config_file, $valid_nonce, $wp_cache_pages;
+
+	if ( isset( $_POST[ 'wp_edit_rejected_pages' ] ) && $valid_nonce ) {
+		$pages = array( 'single', 'pages', 'archives', 'tag', 'frontpage', 'home', 'category', 'feed', 'search' );
+		foreach( $pages as $page ) {
+			if ( isset( $_POST[ 'wp_cache_pages' ][ $page ] ) ) {
+				$value = 1;
+			} else {
+				$value = 0;
+			}
+			wp_cache_replace_line('^ *\$wp_cache_pages\[ "' . $page . '" \]', "\$wp_cache_pages[ \"{$page}\" ] = $value;", $wp_cache_config_file);
+			$wp_cache_pages[ $page ] = $value;
+		}
+	}
+
+	echo '<a name="rejectpages"></a>';
+	echo '<p>' . __( '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-super-cache' ) . '</p>';
+	echo '<form name="wp_edit_rejected_pages" action="#rejectpages" method="post">';
+	echo '<input type="hidden" name="wp_edit_rejected_pages" value="1" />';
+	echo '<label><input type="checkbox" value="1" name="wp_cache_pages[single]" ' . checked( 1, $wp_cache_pages[ 'single' ], false ) . ' /> ' . __( 'Single Posts', 'wp-super-cache' ) . ' (is_single)</label><br />';
+	echo '<label><input type="checkbox" value="1" name="wp_cache_pages[pages]" ' . checked( 1, $wp_cache_pages[ 'pages' ], false ) . ' /> ' . __( 'Pages', 'wp-super-cache' ) . ' (is_page)</label><br />';
+	echo '<label><input type="checkbox" value="1" name="wp_cache_pages[frontpage]" ' . checked( 1, $wp_cache_pages[ 'frontpage' ], false ) . ' /> ' . __( 'Front Page', 'wp-super-cache' ) . ' (is_front_page)</label><br />';
+	echo '&nbsp;&nbsp;<label><input type="checkbox" value="1" name="wp_cache_pages[home]" ' . checked( 1, $wp_cache_pages[ 'home' ], false ) . ' /> ' . __( 'Home', 'wp-super-cache' ) . ' (is_home)</label><br />';
+	echo '<label><input type="checkbox" value="1" name="wp_cache_pages[archives]" ' . checked( 1, $wp_cache_pages[ 'archives' ], false ) . ' /> ' . __( 'Archives', 'wp-super-cache' ) . ' (is_archive)</label><br />';
+	echo '&nbsp;&nbsp;<label><input type="checkbox" value="1" name="wp_cache_pages[tag]" ' . checked( 1, $wp_cache_pages[ 'tag' ], false ) . ' /> ' . __( 'Tags', 'wp-super-cache' ) . ' (is_tag)</label><br />';
+	echo '&nbsp;&nbsp;<label><input type="checkbox" value="1" name="wp_cache_pages[category]" ' . checked( 1, $wp_cache_pages[ 'category' ], false ) . ' /> ' . __( 'Category', 'wp-super-cache' ) . ' (is_category)</label><br />';
+	echo '<label><input type="checkbox" value="1" name="wp_cache_pages[feed]" ' . checked( 1, $wp_cache_pages[ 'feed' ], false ) . ' /> ' . __( 'Feeds', 'wp-super-cache' ) . ' (is_feed)</label><br />';
+	echo '<label><input type="checkbox" value="1" name="wp_cache_pages[search]" ' . checked( 1, $wp_cache_pages[ 'search' ], false ) . ' /> ' . __( 'Search Pages', 'wp-super-cache' ) . ' (is_search)</label><br />';
+
+	echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+
+}
+
+function wp_cache_edit_rejected() {
+	global $cache_acceptable_files, $cache_rejected_uri, $wp_cache_config_file, $valid_nonce;
+
+	if(isset($_REQUEST['wp_rejected_uri']) && $valid_nonce) {
+		$text = wp_cache_sanitize_value( str_replace( '\\\\', '\\', $_REQUEST['wp_rejected_uri'] ), $cache_rejected_uri );
+		wp_cache_replace_line('^ *\$cache_rejected_uri', "\$cache_rejected_uri = $text;", $wp_cache_config_file);
+	}
+
+
+	echo '<a name="rejecturi"></a>';
+	echo '<form name="wp_edit_rejected" action="#rejecturi" method="post">';
+	echo "<p>" . __( '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.', 'wp-super-cache' ) . "</p>\n";
+	echo '<textarea name="wp_rejected_uri" cols="40" rows="4" style="width: 50%; font-size: 12px;" class="code">';
+	foreach ($cache_rejected_uri as $file) {
+		echo esc_html( $file ) . "\n";
+	}
+	echo '</textarea> ';
+	echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save Strings', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+}
+
+function wp_cache_edit_accepted() {
+	global $cache_acceptable_files, $cache_rejected_uri, $wp_cache_config_file, $valid_nonce;
+
+	if(isset($_REQUEST['wp_accepted_files']) && $valid_nonce) {
+		$text = wp_cache_sanitize_value($_REQUEST['wp_accepted_files'], $cache_acceptable_files);
+		wp_cache_replace_line('^ *\$cache_acceptable_files', "\$cache_acceptable_files = $text;", $wp_cache_config_file);
+	}
+
+
+	echo '<a name="cancache"></a>';
+	echo '<div style="clear:both"></div><form name="wp_edit_accepted" action="#cancache" method="post">';
+	echo "<p>" . __( 'Add here those filenames that can be cached, even if they match one of the rejected substring specified above.', 'wp-super-cache' ) . "</p>\n";
+	echo '<textarea name="wp_accepted_files" cols="40" rows="8" style="width: 50%; font-size: 12px;" class="code">';
+	foreach ($cache_acceptable_files as $file) {
+		echo esc_html($file) . "\n";
+	}
+	echo '</textarea> ';
+	echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save Files', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+}
+
+function wp_cache_debug_settings() {
+	global $wp_super_cache_debug, $wp_cache_debug_email, $wp_cache_debug_log, $wp_cache_debug_level, $wp_cache_debug_ip, $cache_path, $valid_nonce, $wp_cache_config_file, $wp_cache_debug_to_file;
+	global $wp_super_cache_front_page_check, $wp_super_cache_front_page_clear, $wp_super_cache_front_page_text, $wp_super_cache_front_page_notification, $wp_super_cache_advanced_debug;
+
+	if ( !isset( $wp_cache_debug_level ) )
+		$wp_cache_debug_level = 1;
+	if ( isset( $_POST[ 'wp_cache_debug' ] ) && $valid_nonce ) {
+		$wp_super_cache_debug = intval( $_POST[ 'wp_super_cache_debug' ] );
+		wp_cache_replace_line('^ *\$wp_super_cache_debug', "\$wp_super_cache_debug = '$wp_super_cache_debug';", $wp_cache_config_file);
+		$wp_cache_debug_email = esc_html( $_POST[ 'wp_cache_debug_email' ] );
+		wp_cache_replace_line('^ *\$wp_cache_debug_email', "\$wp_cache_debug_email = '$wp_cache_debug_email';", $wp_cache_config_file);
+		$wp_cache_debug_to_file = intval( $_POST[ 'wp_cache_debug_to_file' ] );
+		if ( $wp_cache_debug_to_file && ( ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log == '' ) || !isset( $wp_cache_debug_log ) ) ) {
+			$wp_cache_debug_log = md5( time() ) . ".txt";
+		} elseif( $wp_cache_debug_to_file == false ) {
+			$wp_cache_debug_log = "";
+		}
+		wp_cache_replace_line('^ *\$wp_cache_debug_to_file', "\$wp_cache_debug_to_file = '$wp_cache_debug_to_file';", $wp_cache_config_file);
+		wp_cache_replace_line('^ *\$wp_cache_debug_log', "\$wp_cache_debug_log = '$wp_cache_debug_log';", $wp_cache_config_file);
+		$wp_cache_debug_ip = esc_html( $_POST[ 'wp_cache_debug_ip' ] );
+		wp_cache_replace_line('^ *\$wp_cache_debug_ip', "\$wp_cache_debug_ip = '$wp_cache_debug_ip';", $wp_cache_config_file);
+		$wp_cache_debug_level = (int)$_POST[ 'wp_cache_debug_level' ];
+		wp_cache_replace_line('^ *\$wp_cache_debug_level', "\$wp_cache_debug_level = '$wp_cache_debug_level';", $wp_cache_config_file);
+		$wp_super_cache_front_page_check = (int)$_POST[ 'wp_super_cache_front_page_check' ];
+		wp_cache_replace_line('^ *\$wp_super_cache_front_page_check', "\$wp_super_cache_front_page_check = '$wp_super_cache_front_page_check';", $wp_cache_config_file);
+		$wp_super_cache_front_page_clear = (int)$_POST[ 'wp_super_cache_front_page_clear' ];
+		wp_cache_replace_line('^ *\$wp_super_cache_front_page_clear', "\$wp_super_cache_front_page_clear = '$wp_super_cache_front_page_clear';", $wp_cache_config_file);
+		$wp_super_cache_front_page_text = esc_html( $_POST[ 'wp_super_cache_front_page_text' ] );
+		wp_cache_replace_line('^ *\$wp_super_cache_front_page_text', "\$wp_super_cache_front_page_text = '$wp_super_cache_front_page_text';", $wp_cache_config_file);
+		$wp_super_cache_front_page_notification = (int)$_POST[ 'wp_super_cache_front_page_notification' ];
+		wp_cache_replace_line('^ *\$wp_super_cache_front_page_notification', "\$wp_super_cache_front_page_notification = '$wp_super_cache_front_page_notification';", $wp_cache_config_file);
+		if ( isset( $wp_super_cache_front_page_check ) && $wp_super_cache_front_page_check == 1 && !wp_next_scheduled( 'wp_cache_check_site_hook' ) ) {
+			wp_schedule_single_event( time() + 360 , 'wp_cache_check_site_hook' );
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_check_site_hook for 360 seconds time.', 2 );
+		}
+	}
+
+	echo '<a name="debug"></a>';
+	echo '<fieldset class="options">';
+	if ( ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) || ( isset( $wp_cache_debug_email ) && $wp_cache_debug_email != '' ) ) {
+		echo "<p>" . __( 'Currently logging to: ', 'wp-super-cache' );
+		if ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) {
+			$url = str_replace( ABSPATH, '', "{$cache_path}{$wp_cache_debug_log}" );
+			echo "<a href='" . site_url( $url ) . "'>$cache_path{$wp_cache_debug_log}</a> ";
+
+		}
+		if ( isset( $wp_cache_debug_email ) )
+			echo " $wp_cache_debug_email ";
+		echo "</p>";
+	}
+	echo '<p>' . __( 'Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory.', 'wp-super-cache' ) . '</p>';
+	echo '<p>' . __( 'Logging to a file is easier but faces the problem that clearing the cache will clear the log file.', 'wp-super-cache' ) . '</p>';
+	echo '<div style="clear:both"></div><form name="wp_cache_debug" action="" method="post">';
+	echo "<input type='hidden' name='wp_cache_debug' value='1' /><br />";
+	echo "<table class='form-table'>";
+	echo "<tr><td>" . __( 'Debugging', 'wp-super-cache' ) . "</td><td><input type='checkbox' name='wp_super_cache_debug' value='1' " . checked( 1, $wp_super_cache_debug, false ) . " /> " . __( 'enabled', 'wp-super-cache' ) . "</td></tr>";
+	echo "<tr><td valign='top' rowspan='2'>" . __( 'Logging Type', 'wp-super-cache' ) . "</td><td> " . __( 'Email', 'wp-super-cache' ) . ": <input type='text' size='30' name='wp_cache_debug_email' value='{$wp_cache_debug_email}' /></td></tr>";
+	echo "<tr><td><input type='checkbox' name='wp_cache_debug_to_file' value='1' " . checked( 1, $wp_cache_debug_to_file, false ) . " /> " . __( 'file', 'wp-super-cache' ) . "</td></tr>";
+	echo "<tr><td>" . __( 'IP Address', 'wp-super-cache' ) . "</td><td> <input type='text' size='20' name='wp_cache_debug_ip' value='{$wp_cache_debug_ip}' /> " . sprintf( __( '(only log requests from this IP address. Your IP is %s)', 'wp-super-cache' ), $_SERVER[ 'REMOTE_ADDR' ] ) . "</td></tr>";
+	echo "<tr><td>" . __( 'Log level', 'wp-super-cache' ) . "</td><td> ";
+	for( $t = 1; $t <= 5; $t++ ) {
+		echo "<input type='radio' name='wp_cache_debug_level' value='$t' ";
+		echo $wp_cache_debug_level == $t ? "checked='checked' " : '';
+		echo "/> $t ";
+	}
+	echo " " . __( '(1 = less, 5 = more, may cause severe server load.)', 'wp-super-cache' ) . "</td></tr>";
+	echo "</table>\n";
+	if ( isset( $wp_super_cache_advanced_debug ) ) {
+	echo "<h4>" . __( 'Advanced', 'wp-super-cache' ) . "</h4><p>" . __( '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-super-cache' ) . '</p>';
+	echo "<p>" . __( '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-super-cache' ) . "</p>";
+	echo "<table class='form-table'>";
+	echo "<tr><td valign='top' colspan='2'><input type='checkbox' name='wp_super_cache_front_page_check' value='1' " . checked( 1, $wp_super_cache_front_page_check, false ) . " /> " . __( 'Check front page every 5 minutes.', 'wp-super-cache' ) . "</td></tr>";
+	echo "<tr><td valign='top'>" . __( 'Front page text', 'wp-super-cache' ) . "</td><td> <input type='text' size='30' name='wp_super_cache_front_page_text' value='{$wp_super_cache_front_page_text}' /> (" . __( 'Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable.', 'wp-super-cache' ) . ")</td></tr>";
+	echo "<tr><td valign='top' colspan='2'><input type='checkbox' name='wp_super_cache_front_page_clear' value='1' " . checked( 1, $wp_super_cache_front_page_clear, false ) . " /> " . __( 'Clear cache on error.', 'wp-super-cache' ) . "</td></tr>";
+	echo "<tr><td valign='top' colspan='2'><input type='checkbox' name='wp_super_cache_front_page_notification' value='1' " . checked( 1, $wp_super_cache_front_page_notification, false ) . " /> " . __( 'Email the blog admin when checks are made. (useful for testing)', 'wp-super-cache' ) . "</td></tr>";
+	
+	echo "</table>\n";
+	}
+	echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+	echo '</fieldset>';
+}
+
+function wp_cache_enable() {
+	global $wp_cache_config_file, $cache_enabled, $supercachedir;
+
+	if(get_option('gzipcompression')) {
+		echo "<strong>" . __( 'Error: GZIP compression is enabled, disable it if you want to enable wp-cache.', 'wp-super-cache' ) . "</strong>";
+		return false;
+	}
+	if( wp_cache_replace_line('^ *\$cache_enabled', '$cache_enabled = true;', $wp_cache_config_file) ) {
+		$cache_enabled = true;
+	}
+	wp_super_cache_enable();
+}
+
+function wp_cache_disable() {
+	global $wp_cache_config_file, $cache_enabled;
+
+	if (wp_cache_replace_line('^ *\$cache_enabled', '$cache_enabled = false;', $wp_cache_config_file)) {
+		$cache_enabled = false;
+	}
+}
+function wp_super_cache_enable() {
+	global $supercachedir, $wp_cache_config_file, $super_cache_enabled;
+
+	if( is_dir( $supercachedir . ".disabled" ) )
+		if( is_dir( $supercachedir ) ) {
+			prune_super_cache( $supercachedir . ".disabled", true );
+			@unlink( $supercachedir . ".disabled" );
+		} else {
+			@rename( $supercachedir . ".disabled", $supercachedir );
+		}
+	wp_cache_replace_line('^ *\$super_cache_enabled', '$super_cache_enabled = true;', $wp_cache_config_file);
+	$super_cache_enabled = true;
+}
+
+function wp_super_cache_disable() {
+	global $cache_path, $supercachedir, $wp_cache_config_file, $super_cache_enabled;
+
+	wp_cache_replace_line('^ *\$super_cache_enabled', '$super_cache_enabled = false;', $wp_cache_config_file);
+	if( is_dir( $supercachedir ) )
+		@rename( $supercachedir, $supercachedir . ".disabled" );
+	$super_cache_enabled = false;
+	sleep( 1 ); // allow existing processes to write to the supercachedir and then delete it
+	if (function_exists ('prune_super_cache') && is_dir( $supercachedir ) ) {
+		prune_super_cache( $cache_path, true );
+	}
+}
+
+function wp_cache_is_enabled() {
+	global $wp_cache_config_file;
+
+	if(get_option('gzipcompression')) {
+		echo "<strong>" . __( 'Warning', 'wp-super-cache' ) . "</strong>: " . __( "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression.", 'wp-super-cache' );
+		return false;
+	}
+	$lines = file($wp_cache_config_file);
+	foreach($lines as $line) {
+	 	if (preg_match('/^ *\$cache_enabled *= *true *;/', $line))
+			return true;
+	}
+	return false;
+}
+
+
+function wp_cache_replace_line($old, $new, $my_file) {
+	if ( @is_file( $my_file ) == false ) {
+		return false;
+	}
+	if (!is_writeable_ACLSafe($my_file)) {
+		echo "Error: file $my_file is not writable.\n";
+		return false;
+	}
+	$found = false;
+	$lines = file($my_file);
+	foreach($lines as $line) {
+	 	if ( preg_match("/$old/", $line)) {
+			$found = true;
+			break;
+		}
+	}
+	if ($found) {
+		$fd = fopen($my_file, 'w');
+		foreach($lines as $line) {
+			if ( !preg_match("/$old/", $line))
+				fputs($fd, $line);
+			else {
+				fputs($fd, "$new //Added by WP-Cache Manager\n");
+			}
+		}
+		fclose($fd);
+		return true;
+	}
+	$fd = fopen($my_file, 'w');
+	$done = false;
+	foreach($lines as $line) {
+		if ( $done || !preg_match('/^(if\ \(\ \!\ )?define|\$|\?>/', $line) ) {
+			fputs($fd, $line);
+		} else {
+			fputs($fd, "$new //Added by WP-Cache Manager\n");
+			fputs($fd, $line);
+			$done = true;
+		}
+	}
+	fclose($fd);
+	return true;
+}
+
+function wp_cache_verify_cache_dir() {
+	global $cache_path, $blog_cache_dir, $blogcacheid;
+
+	$dir = dirname($cache_path);
+	if ( !file_exists($cache_path) ) {
+		if ( !is_writeable_ACLSafe( $dir ) || !($dir = mkdir( $cache_path ) ) ) {
+				echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( 'Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions.', 'wp-super-cache' ), $dir );
+				return false;
+		}
+	}
+	if ( !is_writeable_ACLSafe($cache_path)) {
+		echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( '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-super-cache' ), $cache_path, $dir );
+		return false;
+	}
+
+	if ( '/' != substr($cache_path, -1)) {
+		$cache_path .= '/';
+	}
+
+	if( false == is_dir( $blog_cache_dir ) ) {
+		@mkdir( $cache_path . "blogs" );
+		if( $blog_cache_dir != $cache_path . "blogs/" )
+			@mkdir( $blog_cache_dir );
+	}
+
+	if( false == is_dir( $blog_cache_dir . 'meta' ) )
+		@mkdir( $blog_cache_dir . 'meta' );
+
+	return true;
+}
+
+function wp_cache_verify_config_file() {
+	global $wp_cache_config_file, $wp_cache_config_file_sample, $sem_id, $cache_path;
+
+	$new = false;
+	$dir = dirname($wp_cache_config_file);
+
+	if ( file_exists($wp_cache_config_file) ) {
+		$lines = join( ' ', file( $wp_cache_config_file ) );
+		if( strpos( $lines, 'WPCACHEHOME' ) === false ) {
+			if( is_writeable_ACLSafe( $wp_cache_config_file ) ) {
+				@unlink( $wp_cache_config_file );
+			} else {
+				echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( '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-super-cache' ), $wp_cache_config_file );
+				return false;
+			}
+		}
+	} elseif( !is_writeable_ACLSafe($dir)) {
+		echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( 'Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions.', 'wp-super-cache' ), WP_CONTENT_DIR, $dir );
+		return false;
+	}
+
+	if ( !file_exists($wp_cache_config_file) ) {
+		if ( !file_exists($wp_cache_config_file_sample) ) {
+			echo "<strong>" . __( 'Error', 'wp-super-cache' ) . ":</strong> " . sprintf( __( 'Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation.', 'wp-super-cache' ), $wp_cache_config_file_sample );
+			return false;
+		}
+		copy($wp_cache_config_file_sample, $wp_cache_config_file);
+		$dir = str_replace( str_replace( '\\', '/', WP_CONTENT_DIR ), '', str_replace( '\\', '/', dirname(__FILE__) ) );
+		if( is_file( dirname(__FILE__) . '/wp-cache-config-sample.php' ) ) {
+			wp_cache_replace_line('define\(\ \'WPCACHEHOME', "\tdefine( 'WPCACHEHOME', WP_CONTENT_DIR . \"{$dir}/\" );", $wp_cache_config_file);
+		} elseif( is_file( dirname(__FILE__) . '/wp-super-cache/wp-cache-config-sample.php' ) ) {
+			wp_cache_replace_line('define\(\ \'WPCACHEHOME', "\tdefine( 'WPCACHEHOME', WP_CONTENT_DIR . \"{$dir}/wp-super-cache/\" );", $wp_cache_config_file);
+		}
+		$new = true;
+	}
+	if( $sem_id == 5419 && $cache_path != '' ) {
+		$sem_id = crc32( $_SERVER[ 'HTTP_HOST' ] . $cache_path ) & 0x7fffffff;
+		wp_cache_replace_line('sem_id', '$sem_id = ' . $sem_id . ';', $wp_cache_config_file);
+	}
+	require($wp_cache_config_file);
+	return true;
+}
+
+function wp_cache_create_advanced_cache() {
+	global $wp_cache_link, $wp_cache_file;
+	$ret = true;
+
+	$file = file_get_contents( $wp_cache_file );
+	$file = str_replace( 'CACHEHOME', constant( 'WPCACHEHOME' ), $file );
+	$fp = @fopen( $wp_cache_link, 'w' );
+	if( $fp ) {
+		fputs( $fp, $file );
+		fclose( $fp );
+	} else {
+		$ret = false;
+	}
+	return $ret;
+}
+
+function wp_cache_check_link() {
+	global $wp_cache_link, $wp_cache_file;
+ 
+ 	$ret = true;
+	if( file_exists($wp_cache_link) ) {
+		$file = file_get_contents( $wp_cache_link );
+		if( strpos( $file, "WP SUPER CACHE 0.8.9.1" ) ) {
+			return true;
+		} else {
+			if( !@unlink($wp_cache_link) ) {
+				$ret = false;
+			} else {
+				$ret = wp_cache_create_advanced_cache();
+			}
+		}
+	} else {
+		$ret = wp_cache_create_advanced_cache();
+	}
+
+	if( false == $ret ) {
+		echo '<div id="message" class="updated fade"><h3>' . __( 'Warning', 'wp-super-cache' ) . "! <em>" . sprintf( __( '%s/advanced-cache.php</em> does not exist or cannot be updated.', 'wp-super-cache' ), WP_CONTENT_DIR ) . "</h3>";
+		echo "<p><ul><li>" . __( '1. If it already exists please delete the file first.', 'wp-super-cache' ) . "</li>";
+		echo "<li>" . sprintf( __( '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-super-cache' ), WP_CONTENT_DIR ) . "</li>";
+		echo "<li>" . sprintf( __( '3. Refresh this page to update <em>%s/advanced-cache.php</em>', 'wp-super-cache' ), WP_CONTENT_DIR ) . "</li></ul>";
+		echo sprintf( __( 'If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:', 'wp-super-cache' ), WP_CONTENT_DIR ) . "<ol>";
+		printf( __( '<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-super-cache' ), $wp_cache_file, WPCACHEHOME, $wp_cache_link );
+		echo "</div>";
+		return false;
+	}
+	return true;
+}
+
+function wp_cache_check_global_config() {
+	global $wp_cache_check_wp_config;
+
+	if ( !isset( $wp_cache_check_wp_config ) )
+		return true;
+
+
+	if ( file_exists( ABSPATH . 'wp-config.php') ) {
+		$global = ABSPATH . 'wp-config.php';
+	} else {
+		$global = dirname(ABSPATH) . '/wp-config.php';
+	}
+
+	$line = 'define(\'WP_CACHE\', true);';
+	if (!is_writeable_ACLSafe($global) || !wp_cache_replace_line('define *\( *\'WP_CACHE\'', $line, $global) ) {
+		if ( defined( 'WP_CACHE' ) && constant( 'WP_CACHE' ) == false ) {
+			echo '<div id="message" class="updated fade">' . __( "<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-super-cache' ) . "</div>";
+		} else {
+			echo "<p>" . __( "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it.", 'wp-super-cache' ) . "</p>";;
+			echo "<p>" . sprintf( __( "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-super-cache' ), $global ) . "</p>";
+		}
+		return false;
+	}  else {
+		echo "<div style='border: 1px solid #333; background: #ffffaa; padding: 2px;'>" . __( '<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/extend/plugins/wp-super-cache/faq/">FAQ</a>. The WP_CACHE line must be moved up.', 'wp-super-cache' ) . "</p></div>";
+	}
+	return true;
+}
+
+function wp_cache_files() {
+	global $cache_path, $file_prefix, $cache_max_time, $valid_nonce, $supercachedir, $cache_enabled, $super_cache_enabled, $blog_cache_dir, $cache_compression;
+	global $wp_cache_object_cache, $wp_cache_preload_on;
+
+	if ( '/' != substr($cache_path, -1)) {
+		$cache_path .= '/';
+	}
+
+	if ( $valid_nonce ) {
+		if(isset($_REQUEST['wp_delete_cache'])) {
+			wp_cache_clean_cache($file_prefix);
+		}
+		if(isset($_REQUEST['wp_delete_expired'])) {
+			wp_cache_clean_expired($file_prefix);
+		}
+	}
+	echo "<a name='listfiles'></a>";
+	echo '<fieldset class="options" id="show-this-fieldset"><h3>' . __( 'Cache Contents', 'wp-super-cache' ) . '</h3>';
+
+	if ( $wp_cache_object_cache ) {
+		echo "<p>" . __( "Object cache in use. No cache listing available.", 'wp-super-cache' ) . "</p>";
+		wp_cache_delete_buttons();
+		echo "</fieldset>";
+		return false;
+	}
+
+	$cache_stats = get_option( 'supercache_stats' );
+	if ( !is_array( $cache_stats ) || ( $valid_nonce && array_key_exists('action', $_GET) && $_GET[ 'action' ] == 'regenerate_cache_stats' ) ) {
+	$list_files = false; // it doesn't list supercached files, and removing single pages is buggy
+	$count = 0;
+	$expired = 0;
+	$now = time();
+	if ( ($handle = @opendir( $blog_cache_dir . 'meta/' )) ) { 
+		$wp_cache_fsize = 0;
+		if ( $valid_nonce && isset( $_GET[ 'action' ] ) && $_GET[ 'action' ] == 'deletewpcache' ) {
+			$deleteuri = preg_replace( '/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', base64_decode( $_GET[ 'uri' ] ) ) ) ) );
+			$deleteuri = str_replace( '\\', '', $deleteuri );
+		} else {
+			$deleteuri = '';
+		}
+
+		if ( $valid_nonce && isset( $_GET[ 'action' ] ) && $_GET[ 'action' ] == 'deletesupercache' ) {
+			$supercacheuri = preg_replace( '/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', base64_decode( $_GET[ 'uri' ] ) ) ) ) );
+			$supercacheuri = trailingslashit( str_replace( '\\', '', $supercacheuri ) );
+			printf( __( "Deleting supercache file: <strong>%s</strong><br />", 'wp-super-cache' ), $supercacheuri );
+			@unlink( $cache_path . 'supercache/' . $supercacheuri . 'index.html' );
+			@unlink( $cache_path . 'supercache/' . $supercacheuri . 'index.html.gz' );
+			prune_super_cache( $cache_path . 'supercache/' . $supercacheuri . 'page', true );
+			@rmdir( $cache_path . 'supercache/' . $supercacheuri );
+		}
+		while( false !== ($file = readdir($handle))) {
+			if ( preg_match("/^$file_prefix.*\.meta/", $file) ) {
+				$content_file = preg_replace("/meta$/", "html", $file);
+				$mtime = filemtime( $blog_cache_dir . 'meta/' . $file );
+				if ( ! ( $fsize = @filesize( $blog_cache_dir . $content_file ) ) ) 
+					continue; // .meta does not exists
+
+				$age = $now - $mtime;
+				if ( $valid_nonce && $_GET[ 'listfiles' ] ) {
+					$meta = unserialize( file_get_contents( $blog_cache_dir . 'meta/' . $file ) );
+					if ( $deleteuri != '' && $meta[ 'uri' ] == $deleteuri ) {
+						printf( __( "Deleting wp-cache file: <strong>%s</strong><br />", 'wp-super-cache' ), $deleteuri );
+						@unlink( $blog_cache_dir . 'meta/' . $file );
+						@unlink( $blog_cache_dir . $content_file );
+						continue;
+					}
+					$meta[ 'age' ] = $age;
+					if ( $cache_max_time > 0 && $age > $cache_max_time ) {
+						$expired_list[ $age ][] = $meta;
+					} else {
+						$cached_list[ $age ][] = $meta;
+					}
+				}
+
+				if ( $cache_max_time > 0 && $age > $cache_max_time ) {
+					$expired++;
+				} else {
+					$count++;
+				}
+				$wp_cache_fsize += $fsize;
+				$fsize = intval($fsize/1024);
+			}
+		}
+		closedir($handle);
+	}
+	if( $wp_cache_fsize != 0 ) {
+		$wp_cache_fsize = $wp_cache_fsize/1024;
+	} else {
+		$wp_cache_fsize = 0;
+	}
+	if( $wp_cache_fsize > 1024 ) {
+		$wp_cache_fsize = number_format( $wp_cache_fsize / 1024, 2 ) . "MB";
+	} elseif( $wp_cache_fsize != 0 ) {
+		$wp_cache_fsize = number_format( $wp_cache_fsize, 2 ) . "KB";
+	} else {
+		$wp_cache_fsize = '0KB';
+	}
+	if( $cache_enabled == true && $super_cache_enabled == true ) {
+		$now = time();
+		$sizes = array( 'expired' => 0, 'expired_list' => array(), 'cached' => 0, 'cached_list' => array(), 'ts' => 0 );
+
+		if (is_dir($supercachedir)) {
+			if( $dh = opendir( $supercachedir ) ) {
+				while( ( $entry = readdir( $dh ) ) !== false ) {
+					if ($entry != '.' && $entry != '..') {
+						$sizes = wpsc_dirsize( trailingslashit( $supercachedir ) . $entry, $sizes );
+					}
+				}
+				closedir($dh);
+			}
+		} else {
+			$filem = @filemtime( $supercachedir );
+			if ( false == $wp_cache_preload_on && is_file( $supercachedir ) && $cache_max_time > 0 && $filem + $cache_max_time <= $now ) {
+				$sizes[ 'expired' ] ++;
+				if ( $valid_nonce && $_GET[ 'listfiles' ] )
+					$sizes[ 'expired_list' ][ str_replace( $cache_path . 'supercache/' , '', $supercachedir ) ] = $now - $filem;
+			} else {
+				if ( $valid_nonce && $_GET[ 'listfiles' ] && $filem )
+					$sizes[ 'cached_list' ][ str_replace( $cache_path . 'supercache/' , '', $supercachedir ) ] = $now - $filem;
+			}
+		} 
+		$sizes[ 'ts' ] = time();
+	}
+	$cache_stats = array( 'generated' => time(), 'supercache' => $sizes, 'wpcache' => array( 'cached' => $count, 'expired' => $expired, 'fsize' => $wp_cache_fsize ) );
+	update_option( 'supercache_stats', $cache_stats );
+	} else {
+		echo "<p>" . __( 'Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page.', 'wp-super-cache' ) . "</p>";
+		echo "<a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'tab' => 'tester', 'action' => 'regenerate_cache_stats' ) ), 'wp-cache' ) . "'>" . __( 'Regenerate cache stats', 'wp-super-cache' ) . "</a>";
+		if ( is_array( $cache_stats ) ) {
+			echo "<p>" . sprintf( __( 'Cache stats last generated: %s minutes ago.', 'wp-super-cache' ), number_format( ( time() - $cache_stats[ 'generated' ] ) / 60 ) ) . "</p>";
+		}
+		$cache_stats = get_option( 'supercache_stats' );
+	}// regerate stats cache
+
+	if ( is_array( $cache_stats ) ) {
+	echo "<p><strong>" . __( 'WP-Cache', 'wp-super-cache' ) . " ({$cache_stats[ 'wpcache' ][ 'fsize' ]})</strong></p>";
+	echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'cached' ] ) . "</li>";
+	echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ),    $cache_stats[ 'wpcache' ][ 'expired' ] ) . "</li></ul>";
+	$divisor = $cache_compression == 1 ? 2 : 1;
+	if( $cache_enabled == true && $super_cache_enabled == true ) {
+		if ( array_key_exists('fsize', (array)$cache_stats[ 'supercache' ]) )
+			$fsize = $cache_stats[ 'supercache' ][ 'fsize' ] / 1024;
+		else
+			$fsize = 0;
+		if( $fsize > 1024 ) {
+			$fsize = number_format( $fsize / 1024, 2 ) . "MB";
+		} elseif( $fsize != 0 ) {
+			$fsize = number_format( $fsize, 2 ) . "KB";
+		} else {
+			$fsize = "0KB";
+		}
+		echo "<p><strong>" . __( 'WP-Super-Cache', 'wp-super-cache' ) . " ({$fsize})</strong></p>";
+		echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'cached' ] / $divisor ) ) . "</li>";
+		if (isset($now) && isset($sizes))
+			$age = intval(($now - $sizes['ts'])/60);
+		else
+			$age = 0;
+		echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'expired' ] / $divisor ) ) . "</li></ul>";
+	}
+	if ( $valid_nonce && array_key_exists('listfiles', $_GET) && $_GET[ 'listfiles' ] ) {
+		echo "<div style='padding: 10px; border: 1px solid #333; height: 400px; width: 70%; overflow: auto'>";
+		if ( is_array( $cached_list ) && !empty( $cached_list ) ) {
+			echo "<h4>" . __( 'Fresh WP-Cached Files', 'wp-super-cache' ) . "</h4>";
+			echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
+			$c = 1;
+			$flip = 1;
+			ksort( $cached_list );
+			foreach( $cached_list as $age => $d ) {
+				foreach( $d as $details ) {
+				$bg = $flip ? 'style="background: #EAEAEA;"' : '';
+				echo "<tr $bg><td>$c</td><td> <a href='http://{$details[ 'uri' ]}'>" . $details[ 'uri' ] . "</a></td><td> " . str_replace( $details[ 'uri' ], '', $details[ 'key' ] ) . "</td><td> {$age}</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletewpcache', 'uri' => base64_encode( $details[ 'uri' ] ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
+				$flip = !$flip;
+				$c++;
+				}
+			}
+			echo "</table>";
+		}
+		if ( is_array( $expired_list ) && !empty( $expired_list ) ) {
+			echo "<h4>" . __( 'Stale WP-Cached Files', 'wp-super-cache' ) . "</h4>";
+			echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
+			$c = 1;
+			$flip = 1;
+			ksort( $expired_list );
+			foreach( $expired_list as $age => $d ) {
+				foreach( $d as $details ) {
+				$bg = $flip ? 'style="background: #EAEAEA;"' : '';
+				echo "<tr $bg><td>$c</td><td> <a href='http://{$details[ 'uri' ]}'>" . $details[ 'uri' ] . "</a></td><td> " . str_replace( $details[ 'uri' ], '', $details[ 'key' ] ) . "</td><td> {$age}</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletewpcache', 'uri' => base64_encode( $details[ 'uri' ] ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
+				$flip = !$flip;
+				$c++;
+				}
+			}
+			echo "</table>";
+		}
+		if ( is_array( $sizes[ 'cached_list' ] ) & !empty( $sizes[ 'cached_list' ] ) ) {
+			echo "<h4>" . __( 'Fresh Super Cached Files', 'wp-super-cache' ) . "</h4>";
+			echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
+			$c = 1;
+			$flip = 1;
+			ksort( $sizes[ 'cached_list' ] );
+			foreach( $sizes[ 'cached_list' ] as $age => $d ) {
+				foreach( $d as $uri => $n ) {
+				$bg = $flip ? 'style="background: #EAEAEA;"' : '';
+				echo "<tr $bg><td>$c</td><td> <a href='http://{$uri}'>" . $uri . "</a></td><td>$age</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletesupercache', 'uri' => base64_encode( $uri ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
+				$flip = !$flip;
+				$c++;
+				}
+			}
+			echo "</table>";
+		}
+		if ( is_array( $sizes[ 'expired_list' ] ) && !empty( $sizes[ 'expired_list' ] ) ) {
+			echo "<h4>" . __( 'Stale Super Cached Files', 'wp-super-cache' ) . "</h4>";
+			echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
+			$c = 1;
+			$flip = 1;
+			ksort( $sizes[ 'expired_list' ] );
+			foreach( $sizes[ 'expired_list' ] as $age => $d ) {
+				foreach( $d as $uri => $n ) {
+				$bg = $flip ? 'style="background: #EAEAEA;"' : '';
+				echo "<tr $bg><td>$c</td><td> <a href='http://{$uri}'>" . $uri . "</a></td><td>$age</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletesupercache', 'uri' => base64_encode( $uri ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
+				$flip = !$flip;
+				$c++;
+				}
+			}
+			echo "</table>";
+		}
+		echo "</div>";
+		echo "<p><a href='?page=wpsupercache#top'>" . __( 'Hide file list', 'wp-super-cache' ) . "</a></p>";
+	} elseif ( $cache_stats[ 'supercache' ][ 'cached' ] > 300 || $cache_stats[ 'supercache' ][ 'expired' ] > 300 || ( $cache_stats[ 'wpcache' ][ 'cached' ] / $divisor ) > 300 || ( $cache_stats[ 'wpcache' ][ 'expired' ] / $divisor) > 300 ) {
+		echo "<p><em>" . __( 'Too many cached files, no listing possible.', 'wp-super-cache' ) . "</em></p>";
+	} else {
+		echo "<p><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'listfiles' => '1' ) ), 'wp-cache' ) . "#listfiles'>" . __( 'List all cached files', 'wp-super-cache' ) . "</a></p>";
+	}
+	$last_gc = get_option( "wpsupercache_gc_time" );
+	if ( $cache_max_time > 0 && $last_gc ) {
+		$next_gc = $cache_max_time < 1800 ? $cache_max_time : 600;
+		$next_gc_mins = ( time() - $last_gc );
+		echo "<p>" . sprintf( __( '<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />', 'wp-super-cache' ), date( 'i:s', $next_gc_mins ) );
+		printf( __( "Next GC in <strong>%s</strong> minutes", 'wp-super-cache' ), date( 'i:s', $next_gc - $next_gc_mins ) ) . "</p>";
+	}
+	if ( $cache_max_time > 0 )
+		echo "<p>" . sprintf( __( 'Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.', 'wp-super-cache' ), $cache_max_time ) . "</p>";
+	} // cache_stats
+	wp_cache_delete_buttons();
+
+	echo '</fieldset>';
+}
+
+function wp_cache_delete_buttons() {
+
+	echo '<form name="wp_cache_content_expired" action="#listfiles" method="post">';
+	echo '<input type="hidden" name="wp_delete_expired" />';
+	echo '<div class="submit" style="float:left"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Expired', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+
+	echo '<form name="wp_cache_content_delete" action="#listfiles" method="post">';
+	echo '<input type="hidden" name="wp_delete_cache" />';
+	echo '<div class="submit" style="float:left;margin-left:10px"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' &raquo;" /></div>';
+	wp_nonce_field('wp-cache');
+	echo "</form>\n";
+}
+
+function delete_cache_dashboard() {
+	if ( false == wpsupercache_site_admin() )
+		return false;
+
+	if ( function_exists('current_user_can') && !current_user_can('manage_options') )
+		return false;
+
+	echo "<li><a href='" . wp_nonce_url( 'options-general.php?page=wpsupercache&wp_delete_cache=1', 'wp-cache' ) . "' target='_blank' title='" . __( 'Delete Super Cache cached files (opens in new window)', 'wp-super-cache' ) . "'>" . __( 'Delete Cache', 'wp-super-cache' ) . "</a></li>";
+}
+add_action( 'dashmenu', 'delete_cache_dashboard' );
+
+function wpsc_dirsize($directory, $sizes) {
+	global $cache_max_time, $cache_path, $valid_nonce, $wp_cache_preload_on;
+	$now = time();
+
+	if (is_dir($directory)) {
+		if( $dh = opendir( $directory ) ) {
+			while( ( $entry = readdir( $dh ) ) !== false ) {
+				if ($entry != '.' && $entry != '..') {
+					$sizes = wpsc_dirsize( trailingslashit( $directory ) . $entry, $sizes );
+				}
+			}
+			closedir($dh);
+		}
+	} else {
+		if(is_file($directory) ) {
+			$filem = filemtime( $directory );
+			if ( $wp_cache_preload_on == false && $cache_max_time > 0 && $filem + $cache_max_time <= $now ) {
+				$sizes[ 'expired' ]+=1;
+				if ( $valid_nonce && $_GET[ 'listfiles' ] )
+					$sizes[ 'expired_list' ][ $now - $filem ][ str_replace( $cache_path . 'supercache/' , '', str_replace( 'index.html', '', str_replace( 'index.html.gz', '', $directory ) ) ) ] = 1;
+			} else {
+				$sizes[ 'cached' ]+=1;
+				if ( $valid_nonce && array_key_exists('listfiles', $_GET) && $_GET[ 'listfiles' ] )
+					$sizes[ 'cached_list' ][ $now - $filem ][ str_replace( $cache_path . 'supercache/' , '', str_replace( 'index.html', '', str_replace( 'index.html.gz', '', $directory ) ) ) ] = 1;
+			}
+			if ( ! isset( $sizes[ 'fsize' ] ) )
+				$sizes[ 'fsize' ] = @filesize( $directory );
+			else
+				$sizes[ 'fsize' ] += @filesize( $directory );
+		}
+	}
+	return $sizes;
+}
+
+
+function wp_cache_clean_cache($file_prefix) {
+	global $cache_path, $supercachedir, $blog_cache_dir, $wp_cache_object_cache;
+
+	if ( $wp_cache_object_cache && function_exists( "reset_oc_version" ) )
+		reset_oc_version();
+
+	// If phase2 was compiled, use its function to avoid race-conditions
+	if(function_exists('wp_cache_phase2_clean_cache')) {
+		if (function_exists ('prune_super_cache')) {
+			if( is_dir( $supercachedir ) ) {
+				prune_super_cache( $supercachedir, true );
+			} elseif( is_dir( $supercachedir . '.disabled' ) ) {
+				prune_super_cache( $supercachedir . '.disabled', true );
+			}
+			prune_super_cache( $cache_path, true );
+			$_POST[ 'super_cache_stats' ] = 1; // regenerate super cache stats;
+		} elseif ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Warning! prune_super_cache() not found in wp-cache.php', 1 );
+		return wp_cache_phase2_clean_cache($file_prefix);
+	} elseif ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Warning! wp_cache_phase2_clean_cache() not found in wp-cache.php', 1 );
+
+	$expr = "/^$file_prefix/";
+	if ( ($handle = @opendir( $blog_cache_dir )) ) { 
+		while ( false !== ($file = readdir($handle))) {
+			if ( preg_match($expr, $file) ) {
+				@unlink( $blog_cache_dir . $file);
+				@unlink( $blog_cache_dir . 'meta/' . str_replace( '.html', '.meta', $file ) );
+			}
+		}
+		closedir($handle);
+	}
+}
+
+function wp_cache_clean_expired($file_prefix) {
+	global $cache_path, $cache_max_time, $blog_cache_dir, $wp_cache_preload_on;
+
+	if ( $cache_max_time == 0 ) {
+		return false;
+	}
+
+	// If phase2 was compiled, use its function to avoid race-conditions
+	if(function_exists('wp_cache_phase2_clean_expired')) {
+		if ( $wp_cache_preload_on != 1 && function_exists ('prune_super_cache')) {
+			$dir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '',  $_SERVER["HTTP_HOST"]);
+			if( is_dir( $dir ) ) {
+				prune_super_cache( $dir );
+			} elseif( is_dir( $dir . '.disabled' ) ) {
+				prune_super_cache( $dir . '.disabled' );
+			}
+			$_POST[ 'super_cache_stats' ] = 1; // regenerate super cache stats;
+		}
+		return wp_cache_phase2_clean_expired($file_prefix);
+	}
+
+	$expr = "/^$file_prefix/";
+	$now = time();
+	if ( ($handle = @opendir( $blog_cache_dir )) ) { 
+		while ( false !== ($file = readdir($handle))) {
+			if ( preg_match( $expr, $file )  &&
+				( filemtime( $blog_cache_dir . $file ) + $cache_max_time ) <= $now ) {
+				@unlink( $blog_cache_dir . $file );
+				@unlink( $blog_cache_dir . 'meta/' . str_replace( '.html', '.meta', $file ) );
+			}
+		}
+		closedir($handle);
+	}
+}
+
+function wpsc_remove_marker( $filename, $marker ) {
+	if (!file_exists( $filename ) || is_writeable_ACLSafe( $filename ) ) {
+		if (!file_exists( $filename ) ) {
+			return '';
+		} else {
+			$markerdata = explode( "\n", implode( '', file( $filename ) ) );
+		}
+
+		$f = fopen( $filename, 'w' );
+		$foundit = false;
+		if ( $markerdata ) {
+			$state = true;
+			foreach ( $markerdata as $n => $markerline ) {
+				if (strpos($markerline, '# BEGIN ' . $marker) !== false)
+					$state = false;
+				if ( $state ) {
+					if ( $n + 1 < count( $markerdata ) )
+						fwrite( $f, "{$markerline}\n" );
+					else
+						fwrite( $f, "{$markerline}" );
+				}
+				if (strpos($markerline, '# END ' . $marker) !== false) {
+					$state = true;
+				}
+			}
+		}
+		return true;
+	} else {
+		return false;
+	}
+}
+
+function wp_super_cache_footer() {
+	?><p id='supercache'><?php printf( __( '%1$s is Digg proof thanks to caching by %2$s', 'wp-super-cache' ), bloginfo( 'name' ), '<a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>' ); ?></p><?php
+}
+if( isset( $wp_cache_hello_world ) && $wp_cache_hello_world )
+	add_action( 'wp_footer', 'wp_super_cache_footer' );
+
+if( get_option( 'gzipcompression' ) )
+	update_option( 'gzipcompression', 0 );
+
+// Catch 404 requests. Themes that use query_posts() destroy $wp_query->is_404
+function wp_cache_catch_404() {
+	global $wp_cache_404;
+	$wp_cache_404 = false;
+	if( is_404() )
+		$wp_cache_404 = true;
+}
+add_action( 'template_redirect', 'wp_cache_catch_404' );
+
+function wp_cache_favorite_action( $actions ) {
+	if ( false == wpsupercache_site_admin() ) 
+		return $actions;
+
+	if ( function_exists('current_user_can') && !current_user_can('manage_options') )
+		return $actions;
+
+	$actions[ wp_nonce_url( 'options-general.php?page=wpsupercache&wp_delete_cache=1&tab=tester', 'wp-cache' ) ] = array( __( 'Delete Cache', 'wp-super-cache' ), 'manage_options' );
+
+	return $actions;
+}
+add_filter( 'favorite_actions', 'wp_cache_favorite_action' );
+
+function wp_cache_plugin_notice( $plugin ) {
+	global $cache_enabled;
+ 	if( $plugin == 'wp-super-cache/wp-cache.php' && !$cache_enabled && function_exists( "admin_url" ) )
+		echo '<td colspan="5" class="plugin-update">' . sprintf( __( 'WP Super Cache must be configured. Go to <a href="%s">the admin page</a> to enable and configure the plugin.' ), admin_url( 'options-general.php?page=wpsupercache' ) ) . '</td>';
+}
+add_action( 'after_plugin_row', 'wp_cache_plugin_notice' );
+
+function wp_cache_plugin_actions( $links, $file ) {
+ 	if( $file == 'wp-super-cache/wp-cache.php' && function_exists( "admin_url" ) ) {
+		$settings_link = '<a href="' . admin_url( 'options-general.php?page=wpsupercache' ) . '">' . __('Settings') . '</a>';
+		array_unshift( $links, $settings_link ); // before other links
+	}
+	return $links;
+}
+add_filter( 'plugin_action_links', 'wp_cache_plugin_actions', 10, 2 );
+
+function wp_cache_admin_notice() {
+	global $cache_enabled;
+	if( substr( $_SERVER["PHP_SELF"], -11 ) == 'plugins.php' && !$cache_enabled && function_exists( "admin_url" ) )
+		echo '<div class="error"><p><strong>' . sprintf( __('WP Super Cache is disabled. Please go to the <a href="%s">plugin admin page</a> to enable caching.', 'wp-super-cache' ), admin_url( 'options-general.php?page=wpsupercache' ) ) . '</strong></p></div>';
+
+	if ( defined( 'ADVANCEDCACHEPROBLEM' ) )
+		echo '<div class="error"><p><strong>' . sprintf( __( 'Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct.', 'wp-super-cache' ), WP_CONTENT_DIR, WPCACHEHOME ) . '</strong></p></div>';
+}
+add_action( 'admin_notices', 'wp_cache_admin_notice' );
+
+function wp_cache_check_site() {
+	global $wp_super_cache_front_page_check, $wp_super_cache_front_page_clear, $wp_super_cache_front_page_text, $wp_super_cache_front_page_notification;
+
+	if ( !isset( $wp_super_cache_front_page_check ) || ( isset( $wp_super_cache_front_page_check ) && $wp_super_cache_front_page_check == 0 ) ) {
+		return false;
+	}
+
+	if ( function_exists( "wp_remote_get" ) == false ) {
+		return false;
+	}
+	$front_page = wp_remote_get( site_url(), array('timeout' => 60, 'blocking' => true ) );
+	if( is_array( $front_page ) ) {
+		// Check for gzipped front page
+                if ( $front_page[ 'headers' ][ 'content-type' ] == 'application/x-gzip' ) {
+                        if ( !isset( $wp_super_cache_front_page_clear ) || ( isset( $wp_super_cache_front_page_clear ) && $wp_super_cache_front_page_clear == 0 ) ) {
+                                wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Front page is gzipped! Please clear cache!', 'wp-super-cache' ), site_url() ), sprintf( __( "Please visit %s to clear the cache as the front page of your site is now downloading!", 'wp-super-cache' ), trailingslashit( site_url() ) . "wp-admin/options-general.php?page=wpsupercache" ) );
+                        } else {
+                                wp_cache_clear_cache();
+                                wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Front page is gzipped! Cache Cleared!', 'wp-super-cache' ), site_url() ), sprintf( __( "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-super-cache' ), trailingslashit( site_url() ) . "wp-admin/options-general.php?page=wpsupercache" ) );
+                        }
+                }
+
+		// Check for broken front page
+		if ( isset( $wp_super_cache_front_page_text ) && $wp_super_cache_front_page_text != '' && false === strpos( $front_page[ 'body' ], $wp_super_cache_front_page_text ) ) {
+			if ( !isset( $wp_super_cache_front_page_clear ) || ( isset( $wp_super_cache_front_page_clear ) && $wp_super_cache_front_page_clear == 0 ) ) {
+                                wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Front page is not correct! Please clear cache!', 'wp-super-cache' ), site_url() ), sprintf( __( '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-super-cache' ), trailingslashit( site_url() ) . "wp-admin/options-general.php?page=wpsupercache", $wp_super_cache_front_page_text ) );
+                        } else {
+                                wp_cache_clear_cache();
+                                wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Front page is not correct! Cache Cleared!', 'wp-super-cache' ), site_url() ), sprintf( __( '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-super-cache' ), trailingslashit( site_url() ) . "wp-admin/options-general.php?page=wpsupercache", $wp_super_cache_front_page_text ) );
+			}
+		}
+	}
+	if ( isset( $wp_super_cache_front_page_notification ) && $wp_super_cache_front_page_notification == 1 ) {
+		wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Front page check!', 'wp-super-cache' ), site_url() ), sprintf( __( "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this.", 'wp-super-cache' ) . "\n\n", trailingslashit( site_url() ) . "wp-admin/options-general.php?page=wpsupercache#debug" ) . print_r( $front_page, 1 ) );
+	}
+
+	if ( !wp_next_scheduled( 'wp_cache_check_site_hook' ) ) {
+		wp_schedule_single_event( time() + 360 , 'wp_cache_check_site_hook' );
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_check_site_hook for 360 seconds time.', 2 );
+	}
+}
+add_action( 'wp_cache_check_site_hook', 'wp_cache_check_site' );
+
+function update_cached_mobile_ua_list( $mobile_browsers, $mobile_prefixes = 0, $mobile_groups = 0 ) {
+	global $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_groups;
+	if ( is_array( $mobile_browsers ) ) {
+		$wp_cache_mobile_browsers = $mobile_browsers;
+		wp_cache_replace_line('^ *\$wp_cache_mobile_browsers', "\$wp_cache_mobile_browsers = '" . implode( ', ', $mobile_browsers ) . "';", $wp_cache_config_file);
+	}
+	if ( is_array( $mobile_prefixes ) ) {
+		$wp_cache_mobile_prefixes = $mobile_prefixes;
+		wp_cache_replace_line('^ *\$wp_cache_mobile_prefixes', "\$wp_cache_mobile_prefixes = '" . implode( ', ', $mobile_prefixes ) . "';", $wp_cache_config_file);
+	}
+	if ( is_array( $mobile_groups ) ) {
+		$wp_cache_mobile_groups = $mobile_groups;
+		wp_cache_replace_line('^ *\$wp_cache_mobile_groups', "\$wp_cache_mobile_groups = '" . implode( ', ', $mobile_groups ) . "';", $wp_cache_config_file);
+	}
+	
+	return true;
+}
+
+function wpsc_update_htaccess() {
+	extract( wpsc_get_htaccess_info() );
+	wpsc_remove_marker( $home_path.'.htaccess', 'WordPress' ); // remove original WP rules so SuperCache rules go on top
+	if( insert_with_markers( $home_path.'.htaccess', 'WPSuperCache', explode( "\n", $rules ) ) && insert_with_markers( $home_path.'.htaccess', 'WordPress', explode( "\n", $wprules ) ) ) {
+		return true;
+	} else {
+		return false;
+	}
+}
+
+function wpsc_update_htaccess_form( $short_form = true ) {
+	global $wpmu_version;
+
+	extract( wpsc_get_htaccess_info() );
+	if( !is_writeable_ACLSafe( $home_path . ".htaccess" ) ) {
+		echo "<div style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><h4>" . __( 'Cannot update .htaccess', 'wp-super-cache' ) . "</h4><p>" . sprintf( __( '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-super-cache' ), $home_path ) . "</p><p>" . __( 'Refresh this page when the file permissions have been modified.' ) . "</p><p>" . sprintf( __( 'Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):', 'wp-super-cache' ), $home_path ) . "</p>";
+		echo "<p><pre># BEGIN WPSuperCache\n" . esc_html( $rules ) . "# END WPSuperCache</pre></p></div>";
+	} else {
+		if ( $short_form == false ) {
+			echo "<div style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><p>" . sprintf( __( 'To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>', 'wp-super-cache' ), $home_path ) . " ";
+			_e( "You can edit the file yourself add the following rules.", 'wp-super-cache' );
+			echo __( " Make sure they appear before any existing WordPress rules. ", 'wp-super-cache' ) . "</p>";
+			echo "<pre># BEGIN WPSuperCache\n" . esc_html( $rules ) . "# END WPSuperCache</pre></p>";
+			echo "<p>" . sprintf( __( 'Rules must be added to %s too:', 'wp-super-cache' ), WP_CONTENT_DIR . "/cache/.htaccess" ) . "</p>";
+			echo "<pre># BEGIN supercache\n" . esc_html( $gziprules ) . "# END supercache</pre></p>";
+		}
+		if ( !isset( $wpmu_version ) || $wpmu_version == '' ) {
+			echo '<form name="updatehtaccess" action="#modrewrite" method="post">';
+			echo '<input type="hidden" name="updatehtaccess" value="1" />';
+			echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'id="updatehtaccess" value="' . __( 'Update Mod_Rewrite Rules', 'wp-super-cache' ) . ' &raquo;" /></div>';
+			wp_nonce_field('wp-cache');
+			echo "</form></div>\n";
+		}
+	}
+}
+
+function wpsc_get_htaccess_info() {
+	global $wp_cache_mobile_enabled, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers;
+	if ( isset( $_SERVER[ "PHP_DOCUMENT_ROOT" ] ) ) {
+		$document_root = $_SERVER[ "PHP_DOCUMENT_ROOT" ];
+		$apache_root = $_SERVER[ "PHP_DOCUMENT_ROOT" ];
+	} else {
+		$document_root = $_SERVER[ "DOCUMENT_ROOT" ];
+		$apache_root = '%{DOCUMENT_ROOT}';
+	}
+	$home_path = get_home_path();
+	$home_root = parse_url(get_bloginfo('url'));
+	$home_root = isset( $home_root['path'] ) ? trailingslashit( $home_root['path'] ) : '/';
+	$inst_root = str_replace( '//', '/', '/' . trailingslashit( str_replace( $document_root, '', str_replace( '\\', '/', WP_CONTENT_DIR ) ) ) );
+	$wprules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WordPress' ) );
+	$wprules = str_replace( "RewriteEngine On\n", '', $wprules );
+	$wprules = str_replace( "RewriteBase $home_root\n", '', $wprules );
+	$scrules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WPSuperCache' ) );
+
+	if( substr( get_option( 'permalink_structure' ), -1 ) == '/' ) {
+		$condition_rules[] = "RewriteCond %{REQUEST_URI} !^.*[^/]$";
+		$condition_rules[] = "RewriteCond %{REQUEST_URI} !^.*//.*$";
+	}
+	$condition_rules[] = "RewriteCond %{REQUEST_METHOD} !POST";
+	$condition_rules[] = "RewriteCond %{QUERY_STRING} !.*=.*";
+	$condition_rules[] = "RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$";
+	$condition_rules[] = "RewriteCond %{HTTP:X-Wap-Profile} !^[a-z0-9\\\"]+ [NC]";
+	$condition_rules[] = "RewriteCond %{HTTP:Profile} !^[a-z0-9\\\"]+ [NC]";
+	if ( $wp_cache_mobile_enabled ) {
+		$condition_rules[] = "RewriteCond %{HTTP_USER_AGENT} !^.*(" . addcslashes( implode( '|', $wp_cache_mobile_browsers ), ' ' ) . ").* [NC]";
+		$condition_rules[] = "RewriteCond %{HTTP_user_agent} !^(" . addcslashes( implode( '|', $wp_cache_mobile_prefixes ), ' ' ) . ").* [NC]";
+	}
+	$condition_rules = apply_filters( 'supercacherewriteconditions', $condition_rules );
+
+	$rules = "<IfModule mod_rewrite.c>\n";
+	$rules .= "RewriteEngine On\n";
+	$rules .= "RewriteBase $home_root\n"; // props Chris Messina
+	$charset = get_option('blog_charset') == '' ? 'UTF-8' : get_option('blog_charset');
+	$rules .= "AddDefaultCharset {$charset}\n";
+	$rules .= "CONDITION_RULES";
+	$rules .= "RewriteCond %{HTTP:Accept-Encoding} gzip\n";
+	$rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html.gz -f\n";
+	$rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html.gz\" [L]\n\n";
+
+	$rules .= "CONDITION_RULES";
+	$rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html -f\n";
+	$rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html\" [L]\n";
+	$rules .= "</IfModule>\n";
+	$rules = apply_filters( 'supercacherewriterules', $rules );
+
+	$rules = str_replace( "CONDITION_RULES", implode( "\n", $condition_rules ) . "\n", $rules );
+
+	$gziprules =  "<IfModule mod_mime.c>\n  <FilesMatch \"\\.html\\.gz\$\">\n    ForceType text/html\n    FileETag None\n  </FilesMatch>\n  AddEncoding gzip .gz\n  AddType text/html .gz\n</IfModule>\n";
+	$gziprules .= "<IfModule mod_deflate.c>\n  SetEnvIfNoCase Request_URI \.gz$ no-gzip\n</IfModule>\n";
+	$gziprules .= "<IfModule mod_headers.c>\n  Header set Vary \"Accept-Encoding, Cookie\"\n  Header set Cache-Control 'max-age=300, must-revalidate'\n</IfModule>\n";
+	$gziprules .= "<IfModule mod_expires.c>\n  ExpiresActive On\n  ExpiresByType text/html A300\n</IfModule>\n";
+	return array( "document_root" => $document_root, "apache_root" => $apache_root, "home_path" => $home_path, "home_root" => $home_root, "inst_root" => $inst_root, "wprules" => $wprules, "scrules" => $scrules, "condition_rules" => $condition_rules, "rules" => $rules, "gziprules" => $gziprules );
+}
+
+function clear_post_supercache( $post_id ) {
+	$dir = get_current_url_supercache_dir( $post_id );
+	if ( file_exists( $dir . 'index.html' ) ) {
+		@unlink( $dir . 'index.html' );
+	}
+	if ( file_exists( $dir . 'index.html.gz' ) ) {
+		@unlink( $dir . 'index.html.gz' );
+	}
+}
+
+function wp_cron_preload_cache() {
+	global $wpdb, $wp_cache_preload_interval, $wp_cache_preload_posts, $wp_cache_preload_email_me, $wp_cache_preload_email_volume, $cache_path;
+
+	if ( get_option( 'preload_cache_stop' ) ) {
+		delete_option( 'preload_cache_stop' );
+		return true;
+	}
+	$mutex = $cache_path . "preload_mutex.tmp";
+	sleep( 3 + mt_rand( 1, 5 ) );
+	if ( @file_exists( $mutex ) ) {
+		if ( @filemtime( $mutex ) > ( time() - 600 ) ) {
+			return true;
+		} else {
+			@unlink( $mutex );
+		}
+	}
+	$fp = @fopen( $mutex, 'w' );
+	@fclose( $fp );
+
+	$counter = get_option( 'preload_cache_counter' );
+	$c = $counter[ 'c' ];
+	if ( $wp_cache_preload_posts == 'all' || $c <= $wp_cache_preload_posts ) {
+		$posts = $wpdb->get_col( "SELECT ID FROM {$wpdb->posts} WHERE (post_type = 'post' OR post_type='page') AND post_status = 'publish' ORDER BY post_date DESC LIMIT $c, 100" );
+	} else {
+		$posts = false;
+	}
+	if ( !isset( $wp_cache_preload_email_volume ) )
+		$wp_cache_preload_email_volume = 'medium';
+
+	update_option( 'preload_cache_counter', array( 'c' => ( $c + 100 ), 't' => time() ) );
+	if ( $posts ) {
+		if ( $wp_cache_preload_email_me && $c == 0 )
+			wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Cache Preload Started', 'wp-super-cache' ), site_url(), '' ), '' );
+		if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume == 'many' )
+			wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Refreshing posts from %2$d to %3$d', 'wp-super-cache' ), site_url(), $c, ($c+100) ), '' );
+		$msg = '';
+		$count = $c + 1;
+		$permalink_counter_msg = $cache_path . "preload_permalink.txt";
+		foreach( $posts as $post_id ) {
+			set_time_limit( 60 );
+			clear_post_supercache( $post_id );
+			$url = get_permalink( $post_id );
+			$fp = @fopen( $permalink_counter_msg, 'w' );
+			if ( $fp ) {
+				@fwrite( $fp, $count . " " . $url );
+				@fclose( $fp );
+			}
+			if ( @file_exists( $cache_path . "stop_preload.txt" ) ) {
+				@unlink( $mutex );
+				@unlink( $cache_path . "stop_preload.txt" );
+				update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
+				if ( $wp_cache_preload_email_me )
+					wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Cache Preload Stopped', 'wp-super-cache' ), site_url(), '' ), '' );
+				return true;
+			}
+			$msg .= "$url\n";
+			wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
+			sleep( 1 );
+			$count++;
+		}
+		if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume != 'less' )
+			wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] %2$d posts refreshed', 'wp-super-cache' ), $_SERVER[ 'HTTP_HOST' ], ($c+100) ), __( "Refreshed the following posts:", 'wp-super-cache' ) . "\n$msg" );
+		if ( defined( 'DOING_CRON' ) ) {
+			wp_schedule_single_event( time() + 30, 'wp_cache_preload_hook' );
+		}
+	} else {
+		$msg = '';
+		update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
+		if ( (int)$wp_cache_preload_interval && defined( 'DOING_CRON' ) ) {
+			if ( $wp_cache_preload_email_me )
+				$msg = sprintf( __( 'Scheduling next preload refresh in %d minutes.', 'wp-super-cache' ), (int)$wp_cache_preload_interval );
+			wp_schedule_single_event( time() + ( (int)$wp_cache_preload_interval * 60 ), 'wp_cache_full_preload_hook' );
+		}
+		global $file_prefix, $cache_max_time;
+		if ( $wp_cache_preload_interval > 0 ) {
+			$cache_max_time = (int)$wp_cache_preload_interval * 60; // fool the GC into expiring really old files
+		} else {
+			$cache_max_time = 86400; // fool the GC into expiring really old files
+		}
+		if ( $wp_cache_preload_email_me )
+			wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Cache Preload Completed', 'wp-super-cache' ), site_url() ), __( "Cleaning up old supercache files.", 'wp-super-cache' ) . "\n" . $msg );
+		wp_cache_phase2_clean_expired( $file_prefix, true ); // force cleanup of old files.
+	}
+	@unlink( $mutex );
+}
+add_action( 'wp_cache_preload_hook', 'wp_cron_preload_cache' );
+add_action( 'wp_cache_full_preload_hook', 'wp_cron_preload_cache' );
+
+function next_preload_message( $hook, $text, $limit = 0 ) {
+	global $currently_preloading, $wp_cache_preload_interval;
+	if ( $next_preload = wp_next_scheduled( $hook ) ) {
+		$next_time = $next_preload - time();
+		if ( $limit != 0 && $next_time > $limit )
+			return false;
+		$h = $m = $s = 0;
+		if ( $next_time > 0 ) {
+			// http://bytes.com/topic/php/answers/3917-seconds-converted-hh-mm-ss
+			$m = (int)($next_time / 60);
+			$s = $next_time % 60;
+			$h = (int)($m / 60); $m = $m % 60;
+		}
+		if ( $next_time > 0 && $next_time < ( 60 * $wp_cache_preload_interval ) )
+			echo '<p><strong>' . sprintf( $text, $h, $m, $s ) . '</strong></p>';
+		if ( ( $next_preload - time() ) <= 60 )
+			$currently_preloading = true;
+	}
+}
+
+function option_preload_cache_counter( $value ) {
+	if ( false == is_array( $value ) ) {
+		$ret = array( 'c' => $value, 't' => time(), 'first' => 1 );
+		return $ret;
+	}
+
+	return $value;
+}
+add_filter( 'option_preload_cache_counter', 'option_preload_cache_counter' );
+
+function check_up_on_preloading() {
+	$value = get_option( 'preload_cache_counter' );
+	if ( $value[ 'c' ] > 0 && ( time() - $value[ 't' ] ) > 3600 && false == wp_next_scheduled( 'wp_cache_preload_hook' ) ) {
+		if ( is_admin() )
+			wp_mail( get_option( 'admin_email' ), sprintf( __( '[%s] Preload may have stalled.', 'wp-super-cache' ), get_bloginfo( 'url' ) ), sprintf( __( "Preload has been restarted.\n%s", 'wp-super-cache' ), admin_url( "options-general.php?page=wpsupercache" ) ) );
+		wp_schedule_single_event( time() + 30, 'wp_cache_preload_hook' );
+	}
+}
+add_action( 'init', 'check_up_on_preloading' ); // sometimes preloading stops working. Kickstart it.
+?>
diff --git a/wp-content/plugins/wp-super-cache/wp-super-cache.pot b/wp-content/plugins/wp-super-cache/wp-super-cache.pot
new file mode 100644
index 0000000000000000000000000000000000000000..8f344d5b38aaea803a779b38c315042c19a0f570
--- /dev/null
+++ b/wp-content/plugins/wp-super-cache/wp-super-cache.pot
@@ -0,0 +1,1822 @@
+# Translation of the WordPress plugin   by .
+# Copyright (C) 2010 
+# This file is distributed under the same license as the  package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+#: plugins/badbehaviour.php:65 plugins/domain-mapping.php:62
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version:  \n"
+"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+"POT-Creation-Date: 2010-11-22 17:30+0000\n"
+"PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ossdl-cdn.php:105
+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 ""
+
+#: ossdl-cdn.php:106
+#, php-format
+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 ""
+
+#: ossdl-cdn.php:107
+msgid "You can define different CDN URLs for each site on a multsite network."
+msgstr ""
+
+#: ossdl-cdn.php:134
+msgid "Save Changes"
+msgstr ""
+
+#: ossdl-cdn.php:136
+msgid ""
+"CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
+"ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
+"ossdl.de/\">Mark Kubacki</a>"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr ""
+
+#: plugins/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:63
+#: plugins/domain-mapping.php:60 wp-cache.php:1164
+msgid "Enabled"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:64
+#: plugins/domain-mapping.php:61 wp-cache.php:1164
+msgid "Disabled"
+msgstr ""
+
+#: 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 ""
+
+#: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:69
+#: plugins/domain-mapping.php:66 plugins/searchengine.php:69 wp-cache.php:1523
+msgid "enabled"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:71
+#: plugins/domain-mapping.php:68 plugins/searchengine.php:67
+msgid "disabled"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:43
+#, php-format
+msgid "Awaiting Moderation is now %s"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:74
+#: plugins/domain-mapping.php:71
+msgid "Update"
+msgstr ""
+
+#: plugins/badbehaviour.php:45
+msgid "Bad Behaviour not found. Please check your install."
+msgstr ""
+
+#: plugins/badbehaviour.php:61
+msgid "Bad Behavior"
+msgstr ""
+
+#: plugins/badbehaviour.php:66
+#, php-format
+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 ""
+
+#: plugins/badbehaviour.php:72
+#, php-format
+msgid "Bad Behavior support is now %s"
+msgstr ""
+
+#: plugins/badbehaviour.php:81 wp-cache.php:1254 wp-cache.php:1256
+msgid "Warning!"
+msgstr ""
+
+#: plugins/domain-mapping.php:58
+msgid "Domain Mapping"
+msgstr ""
+
+#: plugins/domain-mapping.php:63
+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 ""
+
+#: plugins/domain-mapping.php:69
+#, php-format
+msgid "Domain Mapping support is now %s"
+msgstr ""
+
+#: plugins/domain-mapping.php:83
+msgid ""
+"Domain Mapping plugin detected! Please go to the Supercache plugins page and "
+"enable the domain mapping helper plugin."
+msgstr ""
+
+#: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:1177
+msgid "Disable"
+msgstr ""
+
+#: plugins/searchengine.php:71
+#, php-format
+msgid ""
+"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for "
+"Friends</a> plugin is %s."
+msgstr ""
+
+#: plugins/searchengine.php:72
+msgid ""
+"(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/"
+"\">friendsadverts.php</a> too) "
+msgstr ""
+
+#: plugins/searchengine.php:74 wp-cache.php:1177
+msgid "Enable"
+msgstr ""
+
+#: wp-cache.php:91
+#, php-format
+msgid ""
+"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
+"sample.php"
+msgstr ""
+
+#: wp-cache.php:146
+msgid "Warning! PHP Safe Mode Enabled!"
+msgstr ""
+
+#: wp-cache.php:147
+msgid ""
+"You may experience problems running this plugin because SAFE MODE is enabled."
+msgstr ""
+
+#: wp-cache.php:151
+msgid ""
+"Your server is set up to check the owner of PHP scripts before allowing them "
+"to read and write files."
+msgstr ""
+
+#: wp-cache.php:152
+#, php-format
+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 ""
+
+#: wp-cache.php:154
+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 ""
+
+#: wp-cache.php:160
+msgid "Permlink Structure Error"
+msgstr ""
+
+#: wp-cache.php:161
+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 ""
+
+#: wp-cache.php:173
+#, php-format
+msgid "Warning! Your hostname \"%s\" resolves to %s"
+msgstr ""
+
+#: wp-cache.php:174
+#, php-format
+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 ""
+
+#: wp-cache.php:175 wp-cache.php:189
+#, php-format
+msgid ""
+"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
+"readme.txt"
+msgstr ""
+
+#: wp-cache.php:188
+msgid ""
+"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
+"required for the the correct operation of garbage collection by this plugin, "
+"WordPress scheduled posts as well as other critical activities."
+msgstr ""
+
+#: wp-cache.php:203
+msgid "Cannot continue... fix previous problems and retry."
+msgstr ""
+
+#: wp-cache.php:212
+msgid "Zlib Output Compression Enabled!"
+msgstr ""
+
+#: wp-cache.php:213
+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 ""
+
+#: wp-cache.php:217
+msgid "Mod rewrite may not be installed!"
+msgstr ""
+
+#: wp-cache.php:218
+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 ""
+
+#: wp-cache.php:223
+msgid "Read Only Mode. Configuration cannot be changed."
+msgstr ""
+
+#: wp-cache.php:224
+#, php-format
+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 webserver to make "
+"any changes."
+msgstr ""
+
+#: wp-cache.php:225
+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 ""
+
+#: wp-cache.php:226
+msgid "Writeable:"
+msgstr ""
+
+#: wp-cache.php:227
+msgid "Readonly:"
+msgstr ""
+
+#: wp-cache.php:239
+#, php-format
+msgid "Warning! %s is writeable!"
+msgstr ""
+
+#: wp-cache.php:240
+#, php-format
+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 ""
+
+#: wp-cache.php:248
+msgid "Mobile rewrite rules detected"
+msgstr ""
+
+#: wp-cache.php:249
+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 ""
+
+#: wp-cache.php:249
+msgid ""
+"This will have no affect on ordinary users but mobile users will see "
+"uncached pages."
+msgstr ""
+
+#: wp-cache.php:255 wp-cache.php:266
+msgid "Rewrite rules must be updated"
+msgstr ""
+
+#: wp-cache.php:256 wp-cache.php:267
+msgid "The rewrite rules required by this plugin have changed or are missing. "
+msgstr ""
+
+#: wp-cache.php:257
+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 ""
+
+#: wp-cache.php:258
+msgid "Set the plugin to legacy mode and enable mobile support."
+msgstr ""
+
+#: wp-cache.php:259 wp-cache.php:268
+msgid ""
+"Scroll down the Advanced Settings page and click the <strong>Update "
+"Mod_Rewrite Rules</strong> button."
+msgstr ""
+
+#: wp-cache.php:260
+#, php-format
+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 ""
+
+#: wp-cache.php:261
+#, php-format
+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_|wordpress_logged_in|wp-postpass_)."
+"*$</code> add these lines: (do it twice, once for each section)"
+msgstr ""
+
+#: wp-cache.php:274
+msgid "Required to serve compressed supercache files properly."
+msgstr ""
+
+#: wp-cache.php:274
+msgid ""
+"Required to set caching information on supercache pages. IE7 users will see "
+"old pages without this module."
+msgstr ""
+
+#: wp-cache.php:274
+msgid ""
+"Set the expiry date on supercached pages. Visitors may not see new pages "
+"when they refresh or leave comments without this module."
+msgstr ""
+
+#: wp-cache.php:281
+msgid "Missing Apache Modules"
+msgstr ""
+
+#: wp-cache.php:282
+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 ""
+
+#: wp-cache.php:433
+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 ""
+
+#: wp-cache.php:524
+msgid "WP Super Cache Settings"
+msgstr ""
+
+#: wp-cache.php:535
+msgid ""
+"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
+"Settings Page by default."
+msgstr ""
+
+#: wp-cache.php:546
+msgid ""
+"Configuration file changed, some values might be wrong. Load the page again "
+"from the \"Settings\" menu to reset them."
+msgstr ""
+
+#: wp-cache.php:566 wp-cache.php:640
+msgid "Caching must be enabled to use this feature"
+msgstr ""
+
+#: wp-cache.php:568
+msgid "Cache Tester"
+msgstr ""
+
+#: wp-cache.php:569
+msgid "Test your cached website by clicking the test button below."
+msgstr ""
+
+#: wp-cache.php:576
+#, php-format
+msgid "Fetching %s to prime cache: "
+msgstr ""
+
+#: wp-cache.php:578 wp-cache.php:585 wp-cache.php:592
+msgid "OK"
+msgstr ""
+
+#: wp-cache.php:583
+#, php-format
+msgid "Fetching first copy of %s: "
+msgstr ""
+
+#: wp-cache.php:590
+#, php-format
+msgid "Fetching second copy of %s: "
+msgstr ""
+
+#: wp-cache.php:596
+msgid "One or more page requests failed:"
+msgstr ""
+
+#: wp-cache.php:615 wp-cache.php:616
+#, php-format
+msgid "Page %d: %d (%s)"
+msgstr ""
+
+#: wp-cache.php:622
+#, php-format
+msgid "Page 1: %s"
+msgstr ""
+
+#: wp-cache.php:623
+#, php-format
+msgid "Page 2: %s"
+msgstr ""
+
+#: wp-cache.php:624
+msgid "The timestamps on both pages match!"
+msgstr ""
+
+#: wp-cache.php:626
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr ""
+
+#: wp-cache.php:632
+msgid "Send non-secure (non https) request for homepage"
+msgstr ""
+
+#: wp-cache.php:633
+msgid "Test Cache"
+msgstr ""
+
+#: wp-cache.php:658 wp-cache.php:789
+msgid "Cancel Cache Preload"
+msgstr ""
+
+#: wp-cache.php:666 wp-cache.php:677
+msgid "Scheduled preloading of cache cancelled."
+msgstr ""
+
+#: wp-cache.php:703 wp-cache.php:787
+msgid "Preload Cache Now"
+msgstr ""
+
+#: wp-cache.php:707
+msgid "Scheduled preloading of cache in 10 seconds."
+msgstr ""
+
+#: wp-cache.php:712
+#, php-format
+msgid "Scheduled preloading of cache in %d minutes"
+msgstr ""
+
+#: wp-cache.php:716
+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 ""
+
+#: wp-cache.php:717
+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 ""
+
+#: wp-cache.php:718
+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 ""
+
+#: wp-cache.php:722
+#, php-format
+msgid ""
+"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
+"minutes.)"
+msgstr ""
+
+#: wp-cache.php:735
+msgid "all"
+msgstr ""
+
+#: wp-cache.php:748
+#, php-format
+msgid "Preload %s posts."
+msgstr ""
+
+#: wp-cache.php:755
+msgid ""
+"Preload mode (garbage collection only on legacy cache files. Recommended.)"
+msgstr ""
+
+#: wp-cache.php:758
+msgid "Send me status emails when files are refreshed."
+msgstr ""
+
+#: wp-cache.php:763
+msgid "Many emails, 2 emails per 100 posts."
+msgstr ""
+
+#: wp-cache.php:766
+msgid "Medium, 1 email per 100 posts."
+msgstr ""
+
+#: wp-cache.php:769
+msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+msgstr ""
+
+#: wp-cache.php:773
+#, php-format
+msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+msgstr ""
+
+#: wp-cache.php:774
+#, php-format
+msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+msgstr ""
+
+#: wp-cache.php:780
+#, php-format
+msgid "Currently caching from post %d to %d."
+msgstr ""
+
+#: wp-cache.php:784
+#, php-format
+msgid "<strong>Page last cached:</strong> %s"
+msgstr ""
+
+#: wp-cache.php:787
+msgid "Update Settings"
+msgstr ""
+
+#: wp-cache.php:795
+msgid ""
+"Preloading of cache disabled. Please disable legacy page caching or talk to "
+"your host administrator."
+msgstr ""
+
+#: wp-cache.php:810 wp-cache.php:904
+msgid "Caching"
+msgstr ""
+
+#: wp-cache.php:814
+msgid "Cache hits to this website for quick access."
+msgstr ""
+
+#: wp-cache.php:814 wp-cache.php:815 wp-cache.php:832 wp-cache.php:837
+#: wp-cache.php:840 wp-cache.php:841 wp-cache.php:907
+msgid "Recommended"
+msgstr ""
+
+#: wp-cache.php:815
+msgid "Use mod_rewrite to serve cache files."
+msgstr ""
+
+#: wp-cache.php:816
+msgid "Use PHP to serve cache files."
+msgstr ""
+
+#: wp-cache.php:817
+msgid "Legacy page caching."
+msgstr ""
+
+#: wp-cache.php:818
+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 ""
+
+#: wp-cache.php:824
+msgid "Miscellaneous"
+msgstr ""
+
+#: wp-cache.php:830
+msgid "Warning! Compression is disabled as gzencode() function not found."
+msgstr ""
+
+#: wp-cache.php:832
+msgid "Compress pages so they&#8217;re served more quickly to visitors."
+msgstr ""
+
+#: wp-cache.php:833
+msgid ""
+"Compression is disabled by default because some hosts have problems with "
+"compressed files. Switching it on and off clears the cache."
+msgstr ""
+
+#: wp-cache.php:837
+msgid ""
+"304 Not Modified browser caching. Indicate when a page has not been modified "
+"since last requested."
+msgstr ""
+
+#: wp-cache.php:838
+msgid ""
+"304 support is disabled by default because in the past GoDaddy had problems "
+"with some of the headers used."
+msgstr ""
+
+#: wp-cache.php:840
+msgid ""
+"Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
+"comment\">known users</acronym>."
+msgstr ""
+
+#: wp-cache.php:841
+msgid ""
+"Cache rebuild. Serve a supercache file to anonymous users while a new file "
+"is being generated."
+msgstr ""
+
+#: wp-cache.php:842
+msgid ""
+"Proudly tell the world your server is Digg proof! (places a message in your "
+"blog&#8217;s footer)"
+msgstr ""
+
+#: wp-cache.php:848 wp-cache.php:1016 wp-cache.php:1536
+msgid "Advanced"
+msgstr ""
+
+#: wp-cache.php:852
+msgid "Mobile device support."
+msgstr ""
+
+#: wp-cache.php:853
+msgid "Clear all cache files when a post or page is published."
+msgstr ""
+
+#: wp-cache.php:854
+msgid "Only refresh current page when comments made."
+msgstr ""
+
+#: wp-cache.php:855
+msgid "List the newest cached pages on this page."
+msgstr ""
+
+#: wp-cache.php:857
+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 ""
+
+#: wp-cache.php:859
+msgid ""
+"Late init. Display cached files after WordPress has loaded. Most useful in "
+"legacy mode."
+msgstr ""
+
+#: wp-cache.php:861
+msgid "Use object cache to store cached files."
+msgstr ""
+
+#: wp-cache.php:861
+msgid "(Experimental)"
+msgstr ""
+
+#: wp-cache.php:868
+msgid "Note:"
+msgstr ""
+
+#: wp-cache.php:870
+#, php-format
+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 too is probably a good idea!)"
+msgstr ""
+
+#: wp-cache.php:871
+#, php-format
+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 ""
+
+#: wp-cache.php:872
+#, php-format
+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 ""
+
+#: wp-cache.php:875 wp-cache.php:922
+msgid "Update Status"
+msgstr ""
+
+#: wp-cache.php:882
+msgid "Accepted Filenames &amp; Rejected URIs"
+msgstr ""
+
+#: wp-cache.php:907
+msgid "Caching On"
+msgstr ""
+
+#: wp-cache.php:908
+msgid "Caching Off"
+msgstr ""
+
+#: wp-cache.php:909
+msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+msgstr ""
+
+#: wp-cache.php:919
+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 or you can edit the .htaccess file in the root of "
+"your install and remove the SuperCache rules."
+msgstr ""
+
+#: wp-cache.php:924
+msgid "Recommended Links and Plugins"
+msgstr ""
+
+#: wp-cache.php:925
+msgid ""
+"Caching is only one part of making a website faster. Here are some other "
+"plugins that will help:"
+msgstr ""
+
+#: wp-cache.php:926
+#, php-format
+msgid ""
+"<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
+"server by joining Javascript and CSS files together. Alternatively you can "
+"use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached "
+"pages. It does not however join JS/CSS files together."
+msgstr ""
+
+#: wp-cache.php:927
+#, php-format
+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 ""
+
+#: wp-cache.php:928
+#, php-format
+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 ""
+
+#: wp-cache.php:929
+#, php-format
+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 ""
+
+#: wp-cache.php:930
+#, php-format
+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 ""
+
+#: wp-cache.php:941
+msgid "Make WordPress Faster"
+msgstr ""
+
+#: wp-cache.php:942
+#, php-format
+msgid ""
+"%1$s is maintained and developed by %2$s with contributions from many others."
+msgstr ""
+
+#: wp-cache.php:943
+#, php-format
+msgid "He blogs at %1$s and posts photos at %2$s."
+msgstr ""
+
+#: wp-cache.php:944
+#, php-format
+msgid "Please say hi to him on %s too!"
+msgstr ""
+
+#: wp-cache.php:945
+msgid "Need Help?"
+msgstr ""
+
+#: wp-cache.php:947
+#, php-format
+msgid "<a href=\"%1$s\">Installation Help</a>"
+msgstr ""
+
+#: wp-cache.php:948
+#, php-format
+msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
+msgstr ""
+
+#: wp-cache.php:949
+#, php-format
+msgid "<a href=\"%1$s\">Support Forum</a>"
+msgstr ""
+
+#: wp-cache.php:951
+msgid "Rate This Plugin!"
+msgstr ""
+
+#: wp-cache.php:952
+#, php-format
+msgid ""
+"Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
+"or not. It really helps development."
+msgstr ""
+
+#: wp-cache.php:961
+#, php-format
+msgid "Cached pages since %1$s : <strong>%2$s</strong>"
+msgstr ""
+
+#: wp-cache.php:962
+msgid "Newest Cached Pages:"
+msgstr ""
+
+#: wp-cache.php:966
+#, php-format
+msgid "Cached %s seconds ago"
+msgstr ""
+
+#: wp-cache.php:969
+msgid "(may not always be accurate on busy sites)"
+msgstr ""
+
+#: wp-cache.php:988
+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 ""
+
+#: wp-cache.php:989
+msgid ""
+"This is strictly an advanced feature only and knowledge of both PHP and "
+"WordPress actions is required to create them."
+msgstr ""
+
+#: wp-cache.php:999
+msgid "Available Plugins"
+msgstr ""
+
+#: wp-cache.php:1016
+msgid "Easy"
+msgstr ""
+
+#: wp-cache.php:1016
+msgid "CDN"
+msgstr ""
+
+#: wp-cache.php:1016
+msgid "Tester & Contents"
+msgstr ""
+
+#: wp-cache.php:1016
+msgid "Preload"
+msgstr ""
+
+#: wp-cache.php:1016
+msgid "Plugins"
+msgstr ""
+
+#: wp-cache.php:1016
+msgid "Debug"
+msgstr ""
+
+#: wp-cache.php:1047
+#, php-format
+msgid ""
+"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
+"href=\"%s\">the main site</a> of this network."
+msgstr ""
+
+#: wp-cache.php:1049
+#, php-format
+msgid ""
+"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
+"href=\"%s\">on the main site</a> of this network."
+msgstr ""
+
+#: wp-cache.php:1059
+msgid "Mod Rewrite Rules"
+msgstr ""
+
+#: wp-cache.php:1065
+msgid "WordPress MU Detected"
+msgstr ""
+
+#: wp-cache.php:1065
+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 ""
+
+#: wp-cache.php:1067
+msgid "Mod Rewrite rules cannot be updated!"
+msgstr ""
+
+#: wp-cache.php:1068
+#, php-format
+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 ""
+
+#: wp-cache.php:1070
+msgid "Refresh this page when you have updated your .htaccess file."
+msgstr ""
+
+#: wp-cache.php:1074
+msgid "Thank you for upgrading."
+msgstr ""
+
+#: wp-cache.php:1074
+#, php-format
+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 ""
+
+#: wp-cache.php:1078
+msgid "Trailing slash check required."
+msgstr ""
+
+#: wp-cache.php:1078
+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 ""
+
+#: wp-cache.php:1080
+msgid ""
+"You can see where the rules go and examine the complete rules by clicking "
+"the \"View mod_rewrite rules\" link below."
+msgstr ""
+
+#: wp-cache.php:1094
+msgid "Mod Rewrite rules updated!"
+msgstr ""
+
+#: wp-cache.php:1095
+#, php-format
+msgid ""
+"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
+"verify they are correct. They should look like this:"
+msgstr ""
+
+#: wp-cache.php:1097
+msgid "Mod Rewrite rules must be updated!"
+msgstr ""
+
+#: wp-cache.php:1098
+#, php-format
+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 ""
+
+#: wp-cache.php:1103
+#, php-format
+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-cache.php:1106
+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 ""
+
+#: wp-cache.php:1109
+msgid "View Mod_Rewrite Rules"
+msgstr ""
+
+#: wp-cache.php:1113 wp-cache.php:2350
+#, php-format
+msgid "Rules must be added to %s too:"
+msgstr ""
+
+#: wp-cache.php:1121
+#, php-format
+msgid "Gzip encoding rules in %s.htaccess created."
+msgstr ""
+
+#: wp-cache.php:1128
+msgid "Fix Configuration"
+msgstr ""
+
+#: wp-cache.php:1131
+msgid "Restore Default Configuration"
+msgstr ""
+
+#: wp-cache.php:1139
+msgid ""
+"Comment moderation is enabled. Your comment may take some time to appear."
+msgstr ""
+
+#: wp-cache.php:1164
+msgid "Lock Down:"
+msgstr ""
+
+#: wp-cache.php:1165
+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 ""
+
+#: wp-cache.php:1166
+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 ""
+
+#: wp-cache.php:1168
+msgid "Sorry. My blog is locked down. Updates will appear shortly"
+msgstr ""
+
+#: wp-cache.php:1172
+msgid ""
+"WordPress is locked down. Super Cache static files will not be deleted when "
+"new comments are made."
+msgstr ""
+
+#: wp-cache.php:1174
+msgid ""
+"WordPress is not locked down. New comments will refresh Super Cache static "
+"files as normal."
+msgstr ""
+
+#: wp-cache.php:1180
+msgid "Lock Down"
+msgstr ""
+
+#: wp-cache.php:1188
+msgid "Directly Cached Files"
+msgstr ""
+
+#: wp-cache.php:1246
+#, php-format
+msgid "%s removed!"
+msgstr ""
+
+#: wp-cache.php:1254
+#, php-format
+msgid ""
+"You must make %s writable to enable this feature. As this is a security risk "
+"please make it readonly after your page is generated."
+msgstr ""
+
+#: wp-cache.php:1256
+#, php-format
+msgid ""
+"%s is writable. Please make it readonly after your page is generated as this "
+"is a security risk."
+msgstr ""
+
+#: wp-cache.php:1270
+msgid "Existing direct page"
+msgstr ""
+
+#: wp-cache.php:1270
+msgid "Delete cached file"
+msgstr ""
+
+#: wp-cache.php:1275
+msgid "Add direct page:"
+msgstr ""
+
+#: wp-cache.php:1277
+#, php-format
+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 ""
+
+#: wp-cache.php:1279
+#, php-format
+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 ""
+
+#: wp-cache.php:1280
+msgid ""
+"Make the textbox blank to remove it from the list of direct pages and delete "
+"the cached file."
+msgstr ""
+
+#: wp-cache.php:1285
+msgid "Update Direct Pages"
+msgstr ""
+
+#: wp-cache.php:1323
+msgid "Expiry Time &amp; Garbage Collection"
+msgstr ""
+
+#: wp-cache.php:1325
+msgid "Expire time:"
+msgstr ""
+
+#: wp-cache.php:1326
+msgid "seconds"
+msgstr ""
+
+#: wp-cache.php:1327
+msgid "Garbage Collection"
+msgstr ""
+
+#: wp-cache.php:1327
+msgid ""
+"If the expiry time is more than 1800 seconds (half an hour), garbage "
+"collection will be done every 10 minutes, otherwise it will happen 10 "
+"seconds after the expiry time above."
+msgstr ""
+
+#: wp-cache.php:1328
+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>300 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 ""
+
+#: wp-cache.php:1329
+msgid "Set the expiry time to 0 seconds to disable garbage collection."
+msgstr ""
+
+#: wp-cache.php:1330
+msgid "Change Expiration"
+msgstr ""
+
+#: wp-cache.php:1374
+msgid "Rejected User Agents"
+msgstr ""
+
+#: wp-cache.php:1375
+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 ""
+
+#: wp-cache.php:1382
+msgid "Save UA Strings"
+msgstr ""
+
+#: wp-cache.php:1405
+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 ""
+
+#: wp-cache.php:1408
+msgid "Single Posts"
+msgstr ""
+
+#: wp-cache.php:1409
+msgid "Pages"
+msgstr ""
+
+#: wp-cache.php:1410
+msgid "Front Page"
+msgstr ""
+
+#: wp-cache.php:1411
+msgid "Home"
+msgstr ""
+
+#: wp-cache.php:1412
+msgid "Archives"
+msgstr ""
+
+#: wp-cache.php:1413
+msgid "Tags"
+msgstr ""
+
+#: wp-cache.php:1414
+msgid "Category"
+msgstr ""
+
+#: wp-cache.php:1415
+msgid "Feeds"
+msgstr ""
+
+#: wp-cache.php:1416
+msgid "Search Pages"
+msgstr ""
+
+#: wp-cache.php:1418 wp-cache.php:1546
+msgid "Save"
+msgstr ""
+
+#: wp-cache.php:1435
+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 ""
+
+#: wp-cache.php:1441
+msgid "Save Strings"
+msgstr ""
+
+#: wp-cache.php:1457
+msgid ""
+"Add here those filenames that can be cached, even if they match one of the "
+"rejected substring specified above."
+msgstr ""
+
+#: wp-cache.php:1463
+msgid "Save Files"
+msgstr ""
+
+#: wp-cache.php:1508
+msgid "Currently logging to: "
+msgstr ""
+
+#: wp-cache.php:1518
+msgid ""
+"Fix problems with the plugin by debugging it here. It can send you debug "
+"emails or log them to a file in your cache directory."
+msgstr ""
+
+#: wp-cache.php:1519
+msgid ""
+"Logging to a file is easier but faces the problem that clearing the cache "
+"will clear the log file."
+msgstr ""
+
+#: wp-cache.php:1523
+msgid "Debugging"
+msgstr ""
+
+#: wp-cache.php:1524
+msgid "Logging Type"
+msgstr ""
+
+#: wp-cache.php:1524
+msgid "Email"
+msgstr ""
+
+#: wp-cache.php:1525
+msgid "file"
+msgstr ""
+
+#: wp-cache.php:1526
+msgid "IP Address"
+msgstr ""
+
+#: wp-cache.php:1526
+#, php-format
+msgid "(only log requests from this IP address. Your IP is %s)"
+msgstr ""
+
+#: wp-cache.php:1527
+msgid "Log level"
+msgstr ""
+
+#: wp-cache.php:1533
+msgid "(1 = less, 5 = more, may cause severe server load.)"
+msgstr ""
+
+#: wp-cache.php:1536
+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 ""
+
+#: wp-cache.php:1537
+#, php-format
+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 ""
+
+#: wp-cache.php:1539
+msgid "Check front page every 5 minutes."
+msgstr ""
+
+#: wp-cache.php:1540
+msgid "Front page text"
+msgstr ""
+
+#: wp-cache.php:1540
+msgid ""
+"Text to search for on your front page. If this text is missing the cache "
+"will be cleared. Leave blank to disable."
+msgstr ""
+
+#: wp-cache.php:1541
+msgid "Clear cache on error."
+msgstr ""
+
+#: wp-cache.php:1542
+msgid "Email the blog admin when checks are made. (useful for testing)"
+msgstr ""
+
+#: wp-cache.php:1556
+msgid ""
+"Error: GZIP compression is enabled, disable it if you want to enable wp-"
+"cache."
+msgstr ""
+
+#: wp-cache.php:1603 wp-cache.php:1765
+msgid "Warning"
+msgstr ""
+
+#: wp-cache.php:1603
+msgid ""
+"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
+"you disable gzip compression."
+msgstr ""
+
+#: wp-cache.php:1661 wp-cache.php:1666 wp-cache.php:1698 wp-cache.php:1703
+#: wp-cache.php:1709
+msgid "Error"
+msgstr ""
+
+#: wp-cache.php:1661
+#, php-format
+msgid ""
+"Your cache directory (<strong>$cache_path</strong>) did not exist and "
+"couldn&#8217;t be created by the web server. Check %s permissions."
+msgstr ""
+
+#: wp-cache.php:1666
+#, php-format
+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 ""
+
+#: wp-cache.php:1698
+#, php-format
+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 ""
+
+#: wp-cache.php:1703
+#, php-format
+msgid ""
+"Configuration file missing and %1$s  directory (<strong>%2$s</strong>) is "
+"not writable by the Web server.Check its permissions."
+msgstr ""
+
+#: wp-cache.php:1709
+#, php-format
+msgid ""
+"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
+"installation."
+msgstr ""
+
+#: wp-cache.php:1765
+#, php-format
+msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
+msgstr ""
+
+#: wp-cache.php:1766
+msgid "1. If it already exists please delete the file first."
+msgstr ""
+
+#: wp-cache.php:1767
+#, php-format
+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 ""
+
+#: wp-cache.php:1768
+#, php-format
+msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
+msgstr ""
+
+#: wp-cache.php:1769
+#, php-format
+msgid ""
+"If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
+"em> doesn&#8217;t exist:"
+msgstr ""
+
+#: wp-cache.php:1770
+#, php-format
+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 ""
+
+#: wp-cache.php:1793
+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 ""
+
+#: wp-cache.php:1795
+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 ""
+
+#: wp-cache.php:1796
+#, php-format
+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 ""
+
+#: wp-cache.php:1800
+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/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be "
+"moved up."
+msgstr ""
+
+#: wp-cache.php:1822
+msgid "Cache Contents"
+msgstr ""
+
+#: wp-cache.php:1825
+msgid "Object cache in use. No cache listing available."
+msgstr ""
+
+#: wp-cache.php:1849
+#, php-format
+msgid "Deleting supercache file: <strong>%s</strong><br />"
+msgstr ""
+
+#: wp-cache.php:1866
+#, php-format
+msgid "Deleting wp-cache file: <strong>%s</strong><br />"
+msgstr ""
+
+#: wp-cache.php:1931
+msgid ""
+"Cache stats are not automatically generated. You must click the link below "
+"to regenerate the stats on this page."
+msgstr ""
+
+#: wp-cache.php:1932
+msgid "Regenerate cache stats"
+msgstr ""
+
+#: wp-cache.php:1934
+#, php-format
+msgid "Cache stats last generated: %s minutes ago."
+msgstr ""
+
+#: wp-cache.php:1940
+msgid "WP-Cache"
+msgstr ""
+
+#: wp-cache.php:1941 wp-cache.php:1957
+#, php-format
+msgid "%s Cached Pages"
+msgstr ""
+
+#: wp-cache.php:1942 wp-cache.php:1962
+#, php-format
+msgid "%s Expired Pages"
+msgstr ""
+
+#: wp-cache.php:1956
+msgid "WP-Super-Cache"
+msgstr ""
+
+#: wp-cache.php:1967
+msgid "Fresh WP-Cached Files"
+msgstr ""
+
+#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
+msgid "URI"
+msgstr ""
+
+#: wp-cache.php:1968 wp-cache.php:1984
+msgid "Key"
+msgstr ""
+
+#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
+msgid "Age"
+msgstr ""
+
+#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
+msgid "Delete"
+msgstr ""
+
+#: wp-cache.php:1983
+msgid "Stale WP-Cached Files"
+msgstr ""
+
+#: wp-cache.php:1999
+msgid "Fresh Super Cached Files"
+msgstr ""
+
+#: wp-cache.php:2015
+msgid "Stale Super Cached Files"
+msgstr ""
+
+#: wp-cache.php:2031
+msgid "Hide file list"
+msgstr ""
+
+#: wp-cache.php:2033
+msgid "Too many cached files, no listing possible."
+msgstr ""
+
+#: wp-cache.php:2035
+msgid "List all cached files"
+msgstr ""
+
+#: wp-cache.php:2041
+#, php-format
+msgid ""
+"<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
+"minutes ago<br />"
+msgstr ""
+
+#: wp-cache.php:2042
+#, php-format
+msgid "Next GC in <strong>%s</strong> minutes"
+msgstr ""
+
+#: wp-cache.php:2045
+#, php-format
+msgid ""
+"Expired files are files older than %s seconds. They are still used by the "
+"plugin and are deleted periodically."
+msgstr ""
+
+#: wp-cache.php:2056
+msgid "Delete Expired"
+msgstr ""
+
+#: wp-cache.php:2062 wp-cache.php:2074 wp-cache.php:2237
+msgid "Delete Cache"
+msgstr ""
+
+#: wp-cache.php:2074
+msgid "Delete Super Cache cached files (opens in new window)"
+msgstr ""
+
+#: wp-cache.php:2213
+#, php-format
+msgid "%1$s is Digg proof thanks to caching by %2$s"
+msgstr ""
+
+#: wp-cache.php:2246
+#, php-format
+msgid ""
+"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
+"to enable and configure the plugin."
+msgstr ""
+
+#: wp-cache.php:2252
+msgid "Settings"
+msgstr ""
+
+#: wp-cache.php:2262
+#, php-format
+msgid ""
+"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
+"page</a> to enable caching."
+msgstr ""
+
+#: wp-cache.php:2281
+#, php-format
+msgid "[%s] Front page is gzipped! Please clear cache!"
+msgstr ""
+
+#: wp-cache.php:2281
+#, php-format
+msgid ""
+"Please visit %s to clear the cache as the front page of your site is now "
+"downloading!"
+msgstr ""
+
+#: wp-cache.php:2284
+#, php-format
+msgid "[%s] Front page is gzipped! Cache Cleared!"
+msgstr ""
+
+#: wp-cache.php:2284
+#, php-format
+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 ""
+
+#: wp-cache.php:2291
+#, php-format
+msgid "[%s] Front page is not correct! Please clear cache!"
+msgstr ""
+
+#: wp-cache.php:2291
+#, php-format
+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 ""
+
+#: wp-cache.php:2294
+#, php-format
+msgid "[%s] Front page is not correct! Cache Cleared!"
+msgstr ""
+
+#: wp-cache.php:2294
+#, php-format
+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 ""
+
+#: wp-cache.php:2299
+#, php-format
+msgid "[%s] Front page check!"
+msgstr ""
+
+#: wp-cache.php:2299
+#, php-format
+msgid ""
+"WP Super Cache has checked the front page of your blog. Please visit %s if "
+"you would like to disable this."
+msgstr ""
+
+#: wp-cache.php:2342
+msgid "Cannot update .htaccess"
+msgstr ""
+
+#: wp-cache.php:2342
+#, php-format
+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 ""
+
+#: wp-cache.php:2342
+msgid "Refresh this page when the file permissions have been modified."
+msgstr ""
+
+#: wp-cache.php:2342
+#, php-format
+msgid ""
+"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
+"add the following code (before any WordPress rules):"
+msgstr ""
+
+#: wp-cache.php:2346
+#, php-format
+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 ""
+
+#: wp-cache.php:2347
+msgid "You can edit the file yourself add the following rules."
+msgstr ""
+
+#: wp-cache.php:2348
+msgid " Make sure they appear before any existing WordPress rules. "
+msgstr ""
+
+#: wp-cache.php:2356
+msgid "Update Mod_Rewrite Rules"
+msgstr ""
+
+#: wp-cache.php:2463
+#, php-format
+msgid "[%1$s] Cache Preload Started"
+msgstr ""
+
+#: wp-cache.php:2465
+#, php-format
+msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+msgstr ""
+
+#: wp-cache.php:2483
+#, php-format
+msgid "[%1$s] Cache Preload Stopped"
+msgstr ""
+
+#: wp-cache.php:2492
+#, php-format
+msgid "[%1$s] %2$d posts refreshed"
+msgstr ""
+
+#: wp-cache.php:2492
+msgid "Refreshed the following posts:"
+msgstr ""
+
+#: wp-cache.php:2501
+#, php-format
+msgid "Scheduling next preload refresh in %d minutes."
+msgstr ""
+
+#: wp-cache.php:2511
+#, php-format
+msgid "[%s] Cache Preload Completed"
+msgstr ""
+
+#: wp-cache.php:2511
+msgid "Cleaning up old supercache files."
+msgstr ""
+
+#: wp-cache.php:2553
+#, php-format
+msgid "[%s] Preload may have stalled."
+msgstr ""
+
+#: wp-cache.php:2553
+#, php-format
+msgid ""
+"Preload has been restarted.\n"
+"%s"
+msgstr ""