diff --git a/wp-content/plugins/wp-super-cache/Changelog.txt b/wp-content/plugins/wp-super-cache/Changelog.txt
index 6f74dc10730c0756fc5f15f37221b5ac3f44fdb5..c4aab3ba5ccd03417149b438848f59b7d642f478 100644
--- a/wp-content/plugins/wp-super-cache/Changelog.txt
+++ b/wp-content/plugins/wp-super-cache/Changelog.txt
@@ -1,3 +1,299 @@
+2011-01-06 17:37  donncha
+
+	* wp-cache.php: Print the text, not __() it, and check if rewrite
+	  rules in .htaccess are present before emailing user about it.
+
+2011-01-06 13:21  donncha
+
+	* Changelog.txt: Updated changelog
+
+2011-01-06 13:13  donncha
+
+	* readme.txt: Updated docs
+
+2011-01-06 12:12  donncha
+
+	* readme.txt: Minor changes to docs
+
+2011-01-06 10:03  donncha
+
+	* readme.txt, wp-cache.php: Tagged version 0.9.9.8
+
+2011-01-05 15:02  donncha
+
+	* Changelog.txt, readme.txt: Updated changelogs
+
+2011-01-05 14:54  donncha
+
+	* wp-super-cache.pot: Updated pot file
+
+2011-01-05 14:51  donncha
+
+	* ossdl-cdn.php, wp-cache.php: Fixed link to CDN Sync support
+	  forum.
+
+2011-01-05 13:37  donncha
+
+	* wp-super-cache.pot: Updated pot file.
+
+2011-01-05 13:32  donncha
+
+	* ossdl-cdn.php, wp-cache.php: Link to the CDN Sync tool from the
+	  Easy settings page too
+
+2011-01-05 13:15  donncha
+
+	* ossdl-cdn.php: Link to CDN Sync Tool on CDN page.
+
+2011-01-05 11:50  donncha
+
+	* Changelog.txt: Updated changelog
+
+2011-01-05 11:46  donncha
+
+	* wp-cache-phase1.php, wp-cache.php: Remove log by email
+	  functionality. It cases problems for users when they get too much
+	  email
+
+2011-01-05 11:45  donncha
+
+	* wp-cache-phase2.php: Warn user by debug log if cache expiry is
+	  zero and therefore no garbage collection
+
+2011-01-04 15:22  donncha
+
+	* languages/wp-super-cache-zh_TW.mo,
+	  languages/wp-super-cache-zh_TW.po: Updated Traditional Chinese
+	  translation
+
+2011-01-04 12:49  donncha
+
+	* wp-cache.php: Added an extra space to make selecting chmod
+	  command easier.
+
+2011-01-04 12:48  donncha
+
+	* wp-cache.php: Flush the rewrite rules after uninstalling. Props
+	  @nacin, http://ocaoimh.ie/uninstall-supercache/
+
+2011-01-04 12:42  donncha
+
+	* wp-cache.php: Make uninstall warnings clearer and easier to read,
+	  hopefully
+
+2010-12-22 16:22  donncha
+
+	* wp-cache.php: Cast $lines as array to avoid warnings arising from
+	  empty config files.
+
+2010-12-22 12:00  donncha
+
+	* wp-cache.php: Remove .htaccess rules if they match the ones in
+	  the plugin, else email the blog admin that there's a problem.
+
+2010-12-21 14:26  donncha
+
+	* readme.txt: Updated docs to reflect changes to caching modes and
+	  uninstall instructions
+
+2010-12-21 12:52  donncha
+
+	* wp-cache.php: Let's tidy up and add some space
+
+2010-12-21 12:44  donncha
+
+	* wp-cache.php: * Added code to remove plugin files when plugin
+	  deactivated.
+	  * Show cache contents even when caching is disabled.
+	  * Minor fixes
+
+2010-12-21 12:17  donncha
+
+	* wp-cache.php: Fixed easy page "Update Status" button, it was
+	  triggering the cache tester
+
+2010-12-20 15:26  donncha
+
+	* wp-cache.php: Put cache tester and delete buttons on the "Easy"
+	  setup page.
+
+2010-12-20 14:43  donncha
+
+	* wp-cache-phase1.php: Allow functions in classes to be used in
+	  cacheactions. Props exz,
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-use-function-in-a-class-with-add_cacheaction?replies=1
+
+2010-12-17 18:32  donncha
+
+	* wp-cache.php: Show Settings->Super Cache page to super admins to
+	  preserve old links
+
+2010-12-17 16:47  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Added option to enable front
+	  page cache checks and enable by default.
+
+2010-12-17 16:04  donncha
+
+	* wp-cache-phase1.php: Print compression comment on cached dynamic
+	  pages
+
+2010-12-17 14:13  donncha
+
+	* wp-cache-phase2.php: Gzip the dynamic cached page before we serve
+	  the first user to visit a page.
+
+2010-12-17 14:10  donncha
+
+	* wp-cache-phase1.php: Use the plugin $cache_compression settings
+	  to determine if gzipped dynamic cached files should be served or
+	  not.
+
+2010-12-17 13:04  donncha
+
+	* wp-cache-phase1.php: Sometimes "zlib.output_compression" is set
+	  to "off" rather than 0, check for "on" to make sure we don't
+	  disable compression accidentally.
+
+2010-12-15 12:42  donncha
+
+	* wp-cache-phase1.php: CHeck if PHP is using zlib compression
+	  already before compressing dynamic pages
+
+2010-12-15 12:37  donncha
+
+	* wp-cache-phase1.php: Use "ob_gzhandler" to compress dynamic pages
+	  on the fly if supported, see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=8#post-1837856
+
+2010-12-15 12:27  donncha
+
+	* wp-cache.php: Updated patch to support 1and1 webhosting, see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting?replies=6#post-1837843
+
+2010-12-15 07:20  donncha
+
+	* wp-cache-phase2.php: oops, left some debug code in!
+
+2010-12-14 14:56  donncha
+
+	* wp-cache.php: Regenerate the cache stats when the cache is
+	  deleted
+
+2010-12-14 14:34  donncha
+
+	* wp-cache.php: Minor typo fixed.
+
+2010-12-14 13:38  donncha
+
+	* wp-cache-phase1.php, wp-cache-phase2.php: First pass at using
+	  supercache files to store "dynamic pages". See
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=5
+
+2010-12-14 10:48  donncha
+
+	* wp-cache.php: Hopefully fix problems with 1and1 hosting as they
+	  use /kunden/ in their path, see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting,
+	  props reviewmylife
+
+2010-12-13 18:52  donncha
+
+	* wp-cache.php: For the purposes of our checks, home is / or
+	  wherever the blog lives, not in the paged content.
+
+2010-12-13 18:38  donncha
+
+	* wp-cache.php: Call the correct function on template_redirect to
+	  set the is_home cache.
+
+2010-12-13 17:30  donncha
+
+	* languages/wp-super-cache-de_DE.mo,
+	  languages/wp-super-cache-de_DE.po: Updated German translation,
+	  props Mathias,
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=11#post-1829165
+
+2010-12-13 15:54  donncha
+
+	* wp-cache-phase2.php, wp-cache.php: Cache is_home and
+	  is_front_page in $wp_cache_is_home because they may not work on
+	  PHP shutdown. See
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-not-writing-another-page-to-front-page-cache?replies=8
+
+2010-12-09 13:34  donncha
+
+	* wp-super-cache.pot: Updated pot file for translation
+
+2010-12-09 13:31  donncha
+
+	* languages/wp-super-cache-de_DE.mo,
+	  languages/wp-super-cache-de_DE.po: Updated German translation,
+	  props Mathias (http://trade-service.biz/)
+
+2010-12-09 12:28  donncha
+
+	* ossdl-cdn.php: Added multiple CNAME support to CDN functionality
+	  (props David Ward) and add translation strings
+
+2010-12-07 16:00  donncha
+
+	* plugins/badbehaviour.php: Fixed admin form on Bad Behavior plugin
+
+2010-11-30 12:08  donncha
+
+	* ossdl-cdn.php, wp-cache-config-sample.php: Allow CDN support to
+	  be switched off, see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-wp_supercache-problem-with-sharedaddy-shareandfollow?replies=6
+
+2010-11-29 15:55  donncha
+
+	* wp-cache.php: Add Supercache menu item on network admin menu,
+	  WordPress 3.1
+
+2010-11-29 11:24  donncha
+
+	* wp-cache.php: Silently fail when the config file is missing and
+	  we try to update it. Only happens when the settings page is first
+	  loaded.
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-warning-invalid-argument-supplied-for-foreach?replies=3
+
+2010-11-26 12:25  donncha
+
+	* wp-cache-phase2.php: There's no need to write meta files when
+	  we're not caching for logged in users!
+
+2010-11-26 11:31  donncha
+
+	* advanced-cache.php, wp-cache.php: Define the constant
+	  "ADVANCEDCACHEPROBLEM" if wp-cache-phase1.php can't be loaded and
+	  report it on the dashboard. See
+	  http://thehoneymonster.com/2010/10/wp-super-cache-oopsiedoodle/
+
+2010-11-26 10:03  donncha
+
+	* wp-cache.php: Fixed translation domain on string, props Priv,
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=6
+
+2010-11-24 09:55  donncha
+
+	* wp-cache.php: Preload pages as well as posts, see
+	  http://wordpress.org/support/topic/plugin-wp-super-cache-pages-are-not-cached-in-preload-mode?replies=2
+
+2010-11-23 20:37  donncha
+
+	* languages/wp-super-cache-it_IT.mo,
+	  languages/wp-super-cache-it_IT.po: Updated Italian translation,
+	  props Gianni
+
+2010-11-23 13:48  donncha
+
+	* readme.txt, wp-cache.php: Bump version to 0.9.9.7
+
+2010-11-23 13:45  donncha
+
+	* Changelog.txt: Updated changelog
+
 2010-11-23 13:38  donncha
 
 	* wp-cache-phase1.php: Check if there are any actions before
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
index 2aaff802a623b137f11c36575df9d92f1912961a..03b22c42a84c625a98b5fc075e083fed9fad3bd8 100644
Binary files a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo 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
index d2f35472d7aa1e2965279ea6663c633ddcc7b889..5531d4c1d36d428c40a1f0da6094e0f9a70c6d89 100644
--- 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
@@ -7,99 +7,176 @@ 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"
+"POT-Creation-Date: 2010-12-09 13:32+0000\n"
+"PO-Revision-Date: 2010-12-09 22:00+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-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"
 
+#: ossdl-cdn.php:133
+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 "Deine Webseite nutzt evtl. viele statische Dateien. Bilder, Javascript- und CSS-Dateien sind normalerweise statische Dateien, die genausogut von einer anderen (Sub-)Domain oder einem <a href=\"http://de.wikipedia.org/wiki/Content_Distribution_Network\" target=\"_blank\">CDN (Content Distribution Network)</a> ausgeliefert werden können. Deshalb ersetzt dieses Plugin alle Pfade in den Verzeichnissen <code>wp-content</code> und <code>wp-includes</code> (ausnahmsweise der PHP-Dateien) deiner Seite mit dem URL, den Du unten eingibst. Auf diese Art können die statischen Inhalte auf einen dedizierten Server kopiert werden, oder die Dateien über ein \"CDN\" via <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a> gespiegelt werden."
+
+#: ossdl-cdn.php:134
+#, 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\">WARNUNG:</strong> Teste erst ein paar statische URLs, z.B.: %s  - um <em>vor</em> dem Speichern deiner Änderungen sicherzustellen, daß dein CDN-Service voll funkionsfähig ist."
+
+#: ossdl-cdn.php:135
+msgid "You can define different CDN URLs for each site on a multsite network."
+msgstr "Du kannst verschiedene CDN-URLs für jede Seite eines Multsite-Blognetzwerks definieren."
+
+#: ossdl-cdn.php:143
+msgid "Enable CDN Support"
+msgstr "Aktiviere  CDN Support"
+
+#: ossdl-cdn.php:146
+msgid "Off-site URL"
+msgstr "Off-site URL"
+
+#: ossdl-cdn.php:149
+#, php-format
+msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
+msgstr "Der neue URL anstelle von %1$s für das Rewriting. Kein führendes Zeichen <code>/</code> bitte.<br />Als Beispiel: <code>%2$s</code>."
+
+#: ossdl-cdn.php:153
+msgid "Include directories"
+msgstr "Schließe Verzeichnisse mit ein"
+
+#: ossdl-cdn.php:156
+msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
+msgstr "Verzeichnisse, die in Static File Matching mit einbezogen werden sollen. Benutze das Komma als Trennzeichen. Die Vorgabe ist <code>wp-content, wp-includes</code>, zwangsläufig eingesetzt, wenn das Feld leer gelassen wird."
+
+#: ossdl-cdn.php:160
+msgid "Exclude if substring"
+msgstr "Verbergen falls Substring"
+
+#: ossdl-cdn.php:163
+msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
+msgstr "Schließt etwas vor Revisionen aus, wenn eine der obengenannten Zeichenketten im Ergebnis gefunden wird. Benutze ein Komma als Trennzeichen, wie hier: <code>.php, .flv, .do</code>, und binde immer <code>.php</code> mit ein (Standard)."
+
+#: ossdl-cdn.php:167
+msgid "Additional CNAMES"
+msgstr "Weitere CNAMES"
+
+#: ossdl-cdn.php:170
+#, php-format
+msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
+msgstr "Diese <a href=\"http://de.wikipedia.org/wiki/CNAME\">CNAMES</a> werden anstatt der %1$s für Rewriting genutzt (als Ergänzung zu dem Off-Site URL weiter oben). Benutze ein Komma als Trennzeichen. Für Seiten mit einer großen Anzahl statischer Dateien kann sich dadurch die Leistung des Browsers verbessern. Es kann sein, das CNAMEs auch in deinem CDN konfiguriert werden müssen.<br />Als Beispiel: %2$s"
+
+#: ossdl-cdn.php:175
+msgid "Save Changes"
+msgstr "Änderungen speichern"
+
+#: ossdl-cdn.php:177
+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-Funktionen bereitgestellt durch <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> von <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>."
+
 #: 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/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+msgstr "Wartet auf Freigabe "
+
+#: plugins/awaitingmoderation.php:34
 #: 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/domain-mapping.php:60
+#: wp-cache.php:1169
+msgid "Enabled"
+msgstr "Aktiviert"
 
-#: plugins/awaitingmoderation.php:29
-#: plugins/badbehaviour.php:55
-#: plugins/domain-mapping.php:53
-#: plugins/searchengine.php:67
-msgid "disabled"
-msgstr "deaktiviert"
+#: plugins/awaitingmoderation.php:35
+#: plugins/badbehaviour.php:66
+#: plugins/domain-mapping.php:61
+#: wp-cache.php:1169
+msgid "Disabled"
+msgstr "Deaktiviert"
+
+#: 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 "Aktiviert oder deaktiviert: Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt. "
 
-#: plugins/awaitingmoderation.php:31
-#: plugins/badbehaviour.php:57
-#: plugins/domain-mapping.php:55
+#: plugins/awaitingmoderation.php:40
+#: plugins/badbehaviour.php:71
+#: plugins/domain-mapping.php:66
 #: plugins/searchengine.php:69
-#: wp-cache.php:1460
+#: wp-cache.php:1528
 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:42
+#: plugins/badbehaviour.php:73
+#: plugins/domain-mapping.php:68
+#: plugins/searchengine.php:67
+msgid "disabled"
+msgstr "deaktiviert"
 
-#: 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:43
+#, php-format
+msgid "Awaiting Moderation is now %s"
+msgstr "\"Awaiting Moderation\"-Plugin ist jetzt %s. "
 
-#: 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/awaitingmoderation.php:45
+#: plugins/badbehaviour.php:76
+#: plugins/domain-mapping.php:71
+msgid "Update"
+msgstr "Aktualisieren"
 
-#: plugins/badbehaviour.php:45
+#: plugins/badbehaviour.php:47
 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:63
+msgid "Bad Behavior"
+msgstr "Schlechtes Verhalten (Bad Behavior)"
 
-#: plugins/badbehaviour.php:61
+#: plugins/badbehaviour.php:68
 #, 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
+#: plugins/badbehaviour.php:74
+#, php-format
+msgid "Bad Behavior support is now %s"
+msgstr "\"Bad Behaviour\"-Support ist jetzt %s. "
+
+#: plugins/badbehaviour.php:83
+#: wp-cache.php:1259
+#: wp-cache.php:1261
 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) "
+msgid "Domain Mapping"
+msgstr "Domain-Mapping"
 
-#: plugins/domain-mapping.php:72
+#: 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 "Unterstützt das <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-Plugin, um verschiedene Domains auf einen Blog einzutragen."
+
+#: plugins/domain-mapping.php:69
+#, php-format
+msgid "Domain Mapping support is now %s"
+msgstr "\"Domain Mapping\"-Support ist %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\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
 
+#: plugins/searchengine.php:61
+#: plugins/searchengine.php:76
+#: wp-cache.php:1182
+msgid "Disable"
+msgstr "Deaktiviere"
+
 #: plugins/searchengine.php:71
 #, php-format
 msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
@@ -109,1320 +186,1402 @@ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Fri
 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
+#: plugins/searchengine.php:74
+#: wp-cache.php:1182
+msgid "Enable"
+msgstr "Aktiviere"
+
+#: wp-cache.php:91
 #, 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
+#: wp-cache.php:151
 msgid "Warning! PHP Safe Mode Enabled!"
 msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
 
-#: wp-cache.php:139
+#: wp-cache.php:152
 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
+#: wp-cache.php:156
 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
+#: wp-cache.php:157
 #, 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
+#: wp-cache.php:159
 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
+#: wp-cache.php:165
 msgid "Permlink Structure Error"
 msgstr "Fehler in Permalink-Struktur"
 
-#: wp-cache.php:153
+#: wp-cache.php:166
 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
+#: wp-cache.php:178
 #, 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
+#: wp-cache.php:179
 #, 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
+#: wp-cache.php:180
+#: wp-cache.php:194
 #, 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
+#: wp-cache.php:193
 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
+#: wp-cache.php:208
 msgid "Cannot continue... fix previous problems and retry."
 msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
 
-#: wp-cache.php:204
+#: wp-cache.php:217
 msgid "Zlib Output Compression Enabled!"
 msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
 
-#: wp-cache.php:205
+#: wp-cache.php:218
 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
+#: wp-cache.php:222
 msgid "Mod rewrite may not be installed!"
 msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
 
-#: wp-cache.php:210
+#: wp-cache.php:223
 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
+#: wp-cache.php:228
 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
+#: wp-cache.php:229
 #, 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
+#: wp-cache.php:230
 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
+#: wp-cache.php:231
 msgid "Writeable:"
 msgstr "Beschreibbar: "
 
-#: wp-cache.php:219
+#: wp-cache.php:232
 msgid "Readonly:"
 msgstr "Nur Leserechte: "
 
-#: wp-cache.php:231
+#: wp-cache.php:244
 #, php-format
 msgid "Warning! %s is writeable!"
 msgstr "Warnung! %s ist beschreibbar!"
 
-#: wp-cache.php:232
+#: wp-cache.php:245
 #, 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
+#: wp-cache.php:253
 msgid "Mobile rewrite rules detected"
 msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
 
-#: wp-cache.php:241
+#: wp-cache.php:254
 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
+#: wp-cache.php:254
 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
+#: wp-cache.php:260
+#: wp-cache.php:271
 msgid "Rewrite rules must be updated"
 msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
 
-#: wp-cache.php:248
-#: wp-cache.php:259
+#: wp-cache.php:261
+#: wp-cache.php:272
 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
+#: wp-cache.php:262
 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
+#: wp-cache.php:263
 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
+#: wp-cache.php:264
+#: wp-cache.php:273
 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
+#: wp-cache.php:265
 #, 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
+#: wp-cache.php:266
 #, 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
+#: wp-cache.php:279
 msgid "Required to serve compressed supercache files properly."
 msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
 
-#: wp-cache.php:266
+#: wp-cache.php:279
 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
+#: wp-cache.php:279
 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
+#: wp-cache.php:286
 msgid "Missing Apache Modules"
 msgstr "Fehlende Apache-Module"
 
-#: wp-cache.php:274
+#: wp-cache.php:287
 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
+#: wp-cache.php:438
 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
+#: wp-cache.php:529
 msgid "WP Super Cache Settings"
 msgstr "WP-Super-Cache Einstellungen"
 
-#: wp-cache.php:512
+#: wp-cache.php:540
 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
+#: wp-cache.php:551
 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
+#: wp-cache.php:571
+#: wp-cache.php:645
 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
+#: wp-cache.php:573
 msgid "Cache Tester"
 msgstr "Cache-Tester"
 
-#: wp-cache.php:543
+#: wp-cache.php:574
 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
+#: wp-cache.php:581
 #, 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
+#: wp-cache.php:583
+#: wp-cache.php:590
+#: wp-cache.php:597
 msgid "OK"
 msgstr "OK"
 
-#: wp-cache.php:557
+#: wp-cache.php:588
 #, php-format
 msgid "Fetching first copy of %s: "
 msgstr "Lädt die erste Kopie von %s: "
 
-#: wp-cache.php:564
+#: wp-cache.php:595
 #, php-format
 msgid "Fetching second copy of %s: "
 msgstr "Lädt die zweite Kopie von %s: "
 
-#: wp-cache.php:570
+#: wp-cache.php:601
 msgid "One or more page requests failed:"
 msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
 
-#: wp-cache.php:589
-#: wp-cache.php:590
+#: wp-cache.php:620
+#: wp-cache.php:621
 #, php-format
 msgid "Page %d: %d (%s)"
 msgstr "Seite %d: %d (%s)"
 
-#: wp-cache.php:596
+#: wp-cache.php:627
 #, php-format
 msgid "Page 1: %s"
 msgstr "Seite 1: %s"
 
-#: wp-cache.php:597
+#: wp-cache.php:628
 #, php-format
 msgid "Page 2: %s"
 msgstr "Seite 2: %s"
 
-#: wp-cache.php:598
+#: wp-cache.php:629
 msgid "The timestamps on both pages match!"
 msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
 
-#: wp-cache.php:600
+#: wp-cache.php:631
 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
+#: wp-cache.php:637
 msgid "Send non-secure (non https) request for homepage"
 msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
 
-#: wp-cache.php:607
+#: wp-cache.php:638
 msgid "Test Cache"
 msgstr "Cache testen"
 
-#: wp-cache.php:632
-#: wp-cache.php:755
+#: wp-cache.php:663
+#: wp-cache.php:794
 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
+#: wp-cache.php:671
+#: wp-cache.php:682
 msgid "Scheduled preloading of cache cancelled."
 msgstr "Planmässiges Vorladen des Cache abgebrochen."
 
-#: wp-cache.php:675
-#: wp-cache.php:753
+#: wp-cache.php:708
+#: wp-cache.php:792
 msgid "Preload Cache Now"
 msgstr "Cache jetzt vorladen"
 
-#: wp-cache.php:678
+#: wp-cache.php:712
 msgid "Scheduled preloading of cache in 10 seconds."
 msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
 
-#: wp-cache.php:682
+#: wp-cache.php:717
 #, php-format
 msgid "Scheduled preloading of cache in %d minutes"
 msgstr "Planmässiges Vorladen des Cache in %d Minuten"
 
-#: wp-cache.php:686
+#: wp-cache.php:721
 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
+#: wp-cache.php:722
 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
+#: wp-cache.php:723
 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
+#: wp-cache.php:727
 #, 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
+#: wp-cache.php:740
 msgid "all"
 msgstr "Alle"
 
-#: wp-cache.php:718
+#: wp-cache.php:753
 #, php-format
 msgid "Preload %s posts."
 msgstr "Lade %s Beiträge vorab."
 
-#: wp-cache.php:725
+#: wp-cache.php:760
 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
+#: wp-cache.php:763
 msgid "Send me status emails when files are refreshed."
 msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
 
-#: wp-cache.php:733
+#: wp-cache.php:768
 msgid "Many emails, 2 emails per 100 posts."
 msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
 
-#: wp-cache.php:736
+#: wp-cache.php:771
 msgid "Medium, 1 email per 100 posts."
 msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
 
-#: wp-cache.php:739
+#: wp-cache.php:774
 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
+#: wp-cache.php:778
 #, 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
+#: wp-cache.php:779
 #, 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
+#: wp-cache.php:785
 #, php-format
 msgid "Currently caching from post %d to %d."
 msgstr "Momentan wird von Beitrag %d bis %d  gecached."
 
-#: wp-cache.php:753
+#: wp-cache.php:789
+#, php-format
+msgid "<strong>Page last cached:</strong> %s"
+msgstr "<strong>Seite zuletzt gecached:</strong> %s"
+
+#: wp-cache.php:792
 msgid "Update Settings"
 msgstr "Einstellungen aktualisieren"
 
-#: wp-cache.php:761
+#: wp-cache.php:800
 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
+#: wp-cache.php:815
+#: wp-cache.php:909
 msgid "Caching"
 msgstr "Caching"
 
-#: wp-cache.php:780
+#: wp-cache.php:819
 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
+#: wp-cache.php:819
+#: wp-cache.php:820
+#: wp-cache.php:837
+#: wp-cache.php:842
+#: wp-cache.php:845
+#: wp-cache.php:846
+#: wp-cache.php:912
 msgid "Recommended"
 msgstr "Empfohlen"
 
-#: wp-cache.php:781
+#: wp-cache.php:820
 msgid "Use mod_rewrite to serve cache files."
 msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
 
-#: wp-cache.php:782
+#: wp-cache.php:821
 msgid "Use PHP to serve cache files."
 msgstr "Nutze PHP um Cache-Dateien auszuliefern."
 
-#: wp-cache.php:783
+#: wp-cache.php:822
 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:823
+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 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  zu aktivieren. Neulinge sollten PHP-Caching wählen."
 
-#: wp-cache.php:790
+#: wp-cache.php:829
 msgid "Miscellaneous"
 msgstr "Sonstiges"
 
-#: wp-cache.php:795
+#: wp-cache.php:835
+msgid "Warning! Compression is disabled as gzencode() function not found."
+msgstr "Warnung! Komprimierung ist deaktiviert, weil die Funktion gzencode() nicht vorhanden ist."
+
+#: wp-cache.php:837
 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
+#: wp-cache.php:838
 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
+#: wp-cache.php:842
 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
+#: wp-cache.php:843
 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
+#: wp-cache.php:845
 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
+#: wp-cache.php:846
 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
+#: wp-cache.php:847
 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
+#: wp-cache.php:853
+#: wp-cache.php:1021
+#: wp-cache.php:1541
 msgid "Advanced"
 msgstr "Erweitert"
 
-#: wp-cache.php:814
+#: wp-cache.php:857
 msgid "Mobile device support."
 msgstr "Unterstützung mobiler Endgeräte."
 
-#: wp-cache.php:815
+#: wp-cache.php:858
 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
+#: wp-cache.php:859
 msgid "Only refresh current page when comments made."
 msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
 
-#: wp-cache.php:817
+#: wp-cache.php:860
 msgid "List the newest cached pages on this page."
 msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
 
-#: wp-cache.php:819
+#: wp-cache.php:862
 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
+#: wp-cache.php:864
+msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
+msgstr "Verzögerte Initiierung. Zeige gecachede Dateien nachdem WordPress geladen ist. Meistens nützlich im Legacy-Modus."
+
+#: wp-cache.php:866
 msgid "Use object cache to store cached files."
 msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
 
-#: wp-cache.php:822
+#: wp-cache.php:866
 msgid "(Experimental)"
 msgstr "(Experimentell)"
 
-#: wp-cache.php:829
+#: wp-cache.php:873
 msgid "Note:"
 msgstr "Hinweis: "
 
-#: wp-cache.php:831
+#: wp-cache.php:875
 #, 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
+#: wp-cache.php:876
 #, 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
+#: wp-cache.php:877
 #, 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
+#: wp-cache.php:880
+#: wp-cache.php:927
 msgid "Update Status"
 msgstr "Update-Status"
 
-#: wp-cache.php:843
+#: wp-cache.php:887
 msgid "Accepted Filenames &amp; Rejected URIs"
 msgstr "Akzeptierte Dateinamen &amp; Abgewiesene URIs"
 
-#: wp-cache.php:868
+#: wp-cache.php:912
 msgid "Caching On"
 msgstr "Caching An"
 
-#: wp-cache.php:869
+#: wp-cache.php:913
 msgid "Caching Off"
 msgstr "Caching Aus"
 
-#: wp-cache.php:870
+#: wp-cache.php:914
 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:924
+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 "Hinweis: PHP-Caching ist aktiviert, es wurden aber Supercache mod_rewrite rules gefunden. Cache-Dateien werden nach diesen Regeln erstellt. Wenn deine Seite funkioniert, kannst Du diesen Hinweis gerne ignorieren. Oder bearbeite die Datei .htaccess - auf der \"root\" (oberste Ebene im Webverzeichnis) deiner Installation - und entferne die Supercache-Regeln."
+
+#: wp-cache.php:929
+msgid "Recommended Links and Plugins"
+msgstr "Empfohlene Links und Plugins"
+
+#: wp-cache.php:930
+msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
+msgstr "Caching ist nir eine Möglichkeit, eine Webseite \"schneller\" zu machen. Hier ein paar weitere hilfreiche Plugins:"
+
+#: wp-cache.php:931
+#, 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> reduziert die Anzahl der von deinem Webserver ausgelieferten Dateien durch Kombination der Javascript- und CSS-Dateien. Alternativ dazu kannst Du <a href=\"%s\">WPSCMin</a>, ein Supercache-Plugin zur Minimierung gecacheder Seiten nutzen. Dieses bündelt JS/CSS-Dateien in keiner Weise."
 
-#: wp-cache.php:892
+#: wp-cache.php:932
+#, 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> ist eine Erweiterung des Firefox add-on Firebug. Sie analysiert Webseiten und bietet Möglichkeiten zur Verbesserung der Performanz an, die auf einer Reihe von Regeln für hoch-performante Webseiten bestehen. Probiere auch die Performance-Online-Tools unter <a href=\"%s\">GTMetrix</a>."
+
+#: wp-cache.php:933
+#, 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\">Nutze Google-Libraries</a> ermöglicht es, einige der allgemein gebräuchlichen Javascript-Bibliotheken von Google Webservern zu laden. Ironischerweise kann das deine Werte im Yslow-Score verschlechtern."
+
+#: wp-cache.php:934
+#, 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>Nur für Fortgeschrittene:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> erklärt, wie deine Seite über Regeln in der .htaccess-Datei cache-fähiger gemacht wird."
+
+#: wp-cache.php:935
+#, 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>Nur für Fortgeschrittene:</strong> Installiere einen \"Objekt-Cache\". Wähle <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> und andere."
+
+#: wp-cache.php:946
 msgid "Make WordPress Faster"
 msgstr "Mach WordPress schneller!"
 
-#: wp-cache.php:893
+#: wp-cache.php:947
 #, 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
+#: wp-cache.php:948
 #, 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
+#: wp-cache.php:949
 #, php-format
 msgid "Please say hi to him on %s too!"
 msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
 
-#: wp-cache.php:903
+#: wp-cache.php:950
+msgid "Need Help?"
+msgstr "Hilfe benötigt?"
+
+#: wp-cache.php:952
+#, php-format
+msgid "<a href=\"%1$s\">Installation Help</a>"
+msgstr "<a href=\"%1$s\">Hilfe zur Installation</a>"
+
+#: wp-cache.php:953
+#, php-format
+msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
+msgstr "<a href=\"%1$s\">Frequently Asked Questions</a>"
+
+#: wp-cache.php:954
+#, php-format
+msgid "<a href=\"%1$s\">Support Forum</a>"
+msgstr "<a href=\"%1$s\">Support-Forum</a>"
+
+#: wp-cache.php:956
+msgid "Rate This Plugin!"
+msgstr "Bitte bewerte dieses Plugin!"
+
+#: wp-cache.php:957
+#, 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 "Bitte <a href=\"%s\">bewerte</a> dieses Plugin und berichte mir, ob es für dich funktioniert oder nicht. Damit unterstützt Du die Weiterentwicklung wirklich und wahrhaftig."
+
+#: wp-cache.php:966
 #, 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
+#: wp-cache.php:967
 msgid "Newest Cached Pages:"
 msgstr "Neueste Cached-Pages: "
 
-#: wp-cache.php:908
+#: wp-cache.php:971
 #, php-format
 msgid "Cached %s seconds ago"
 msgstr "Vor %s Sekunden gecached"
 
-#: wp-cache.php:911
+#: wp-cache.php:974
 msgid "(may not always be accurate on busy sites)"
 msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
 
-#: wp-cache.php:930
+#: wp-cache.php:993
 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
+#: wp-cache.php:994
 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
+#: wp-cache.php:1004
 msgid "Available Plugins"
 msgstr "Verfügbare Plugins"
 
-#: wp-cache.php:957
+#: wp-cache.php:1021
 msgid "Easy"
 msgstr "Easy"
 
-#: wp-cache.php:957
+#: wp-cache.php:1021
+msgid "CDN"
+msgstr "CDN"
+
+#: wp-cache.php:1021
 msgid "Tester & Contents"
-msgstr "Tester & Inhalte"
+msgstr "Teste & Cache"
 
-#: wp-cache.php:957
+#: wp-cache.php:1021
 msgid "Preload"
 msgstr "Preload"
 
-#: wp-cache.php:957
+#: wp-cache.php:1021
 msgid "Plugins"
 msgstr "Plugins"
 
-#: wp-cache.php:957
+#: wp-cache.php:1021
 msgid "Debug"
 msgstr "Debug"
 
-#: wp-cache.php:984
+#: wp-cache.php:1052
 #, 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
+#: wp-cache.php:1054
 #, 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
+#: wp-cache.php:1064
 msgid "Mod Rewrite Rules"
 msgstr "Mod Rewrite Rules"
 
-#: wp-cache.php:1002
+#: wp-cache.php:1070
 msgid "WordPress MU Detected"
 msgstr "WordPress MU (WP Multi-Sites) festgestellt"
 
-#: wp-cache.php:1002
+#: wp-cache.php:1070
 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
+#: wp-cache.php:1072
 msgid "Mod Rewrite rules cannot be updated!"
 msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
 
-#: wp-cache.php:1005
+#: wp-cache.php:1073
 #, 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
+#: wp-cache.php:1075
 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
+#: wp-cache.php:1079
 msgid "Thank you for upgrading."
 msgstr "Danke für das Upgrade."
 
-#: wp-cache.php:1011
+#: wp-cache.php:1079
 #, 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
+#: wp-cache.php:1083
 msgid "Trailing slash check required."
 msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
 
-#: wp-cache.php:1015
+#: wp-cache.php:1083
 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
+#: wp-cache.php:1085
 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
+#: wp-cache.php:1099
 msgid "Mod Rewrite rules updated!"
 msgstr "Mod Rewrite Rules aktualisiert!"
 
-#: wp-cache.php:1032
+#: wp-cache.php:1100
 #, 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
+#: wp-cache.php:1102
 msgid "Mod Rewrite rules must be updated!"
 msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
 
-#: wp-cache.php:1035
+#: wp-cache.php:1103
 #, 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
+#: wp-cache.php:1108
 #, 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
+#: wp-cache.php:1111
 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
+#: wp-cache.php:1114
 msgid "View Mod_Rewrite Rules"
 msgstr "Mod_Rewrite Rules anzeigen"
 
-#: wp-cache.php:1050
-#: wp-cache.php:2287
+#: wp-cache.php:1118
+#: wp-cache.php:2361
 #, 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
+#: wp-cache.php:1126
 #, php-format
 msgid "Gzip encoding rules in %s.htaccess created."
 msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
 
-#: wp-cache.php:1065
+#: wp-cache.php:1133
 msgid "Fix Configuration"
 msgstr "Repariere Konfiguration"
 
-#: wp-cache.php:1068
+#: wp-cache.php:1136
 msgid "Restore Default Configuration"
 msgstr "Ursprüngliche Konfiguration wieder herstellen"
 
-#: wp-cache.php:1076
+#: wp-cache.php:1144
 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
+#: wp-cache.php:1169
 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
+#: wp-cache.php:1170
 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
+#: wp-cache.php:1171
 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
+#: wp-cache.php:1173
 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
+#: wp-cache.php:1177
 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
+#: wp-cache.php:1179
 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
+#: wp-cache.php:1185
 msgid "Lock Down"
 msgstr "Sperre"
 
-#: wp-cache.php:1125
+#: wp-cache.php:1193
 msgid "Directly Cached Files"
 msgstr "Direkt gecachede Dateien"
 
-#: wp-cache.php:1183
+#: wp-cache.php:1251
 #, php-format
 msgid "%s removed!"
 msgstr "%s entfernt!"
 
-#: wp-cache.php:1191
+#: wp-cache.php:1259
 #, 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
+#: wp-cache.php:1261
 #, 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
+#: wp-cache.php:1275
 msgid "Existing direct page"
 msgstr "Direkt-Seite existiert"
 
-#: wp-cache.php:1207
+#: wp-cache.php:1275
 msgid "Delete cached file"
 msgstr "Lösche gecachede Datei"
 
-#: wp-cache.php:1212
+#: wp-cache.php:1280
 msgid "Add direct page:"
 msgstr "Direkt-Seite hinzufügen: "
 
-#: wp-cache.php:1214
+#: wp-cache.php:1282
 #, 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
+#: wp-cache.php:1284
 #, 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
+#: wp-cache.php:1285
 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
+#: wp-cache.php:1290
 msgid "Update Direct Pages"
 msgstr "Direkt-Seiten aktualisieren"
 
-#: wp-cache.php:1260
+#: wp-cache.php:1328
 msgid "Expiry Time &amp; Garbage Collection"
 msgstr "Expiry-Time &amp; Garbage-Collection"
 
-#: wp-cache.php:1262
+#: wp-cache.php:1330
 msgid "Expire time:"
 msgstr "Laufzeitende:"
 
-#: wp-cache.php:1263
+#: wp-cache.php:1331
 msgid "seconds"
 msgstr "Sekunden"
 
-#: wp-cache.php:1264
+#: wp-cache.php:1332
 msgid "Garbage Collection"
 msgstr "Müll-Entsorgung (Garbage-Collection)"
 
-#: wp-cache.php:1264
+#: wp-cache.php:1332
 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
+#: wp-cache.php:1333
 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
+#: wp-cache.php:1334
 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
+#: wp-cache.php:1335
 msgid "Change Expiration"
 msgstr "Laufzeit ändern"
 
-#: wp-cache.php:1311
+#: wp-cache.php:1379
 msgid "Rejected User Agents"
 msgstr "Abgewehrte User-Agents"
 
-#: wp-cache.php:1312
+#: wp-cache.php:1380
 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
+#: wp-cache.php:1387
 msgid "Save UA Strings"
 msgstr "User-Agenten-Strings speichern"
 
-#: wp-cache.php:1342
+#: wp-cache.php:1410
 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
+#: wp-cache.php:1413
 msgid "Single Posts"
 msgstr "Einzelne Beiträge"
 
-#: wp-cache.php:1346
+#: wp-cache.php:1414
 msgid "Pages"
 msgstr "Seiten"
 
-#: wp-cache.php:1347
+#: wp-cache.php:1415
 msgid "Front Page"
 msgstr "Startseite"
 
-#: wp-cache.php:1348
+#: wp-cache.php:1416
 msgid "Home"
 msgstr "Home"
 
-#: wp-cache.php:1349
+#: wp-cache.php:1417
 msgid "Archives"
 msgstr "Archive"
 
-#: wp-cache.php:1350
+#: wp-cache.php:1418
 msgid "Tags"
 msgstr "Suchworte (tags)"
 
-#: wp-cache.php:1351
+#: wp-cache.php:1419
 msgid "Category"
 msgstr "Kategorie"
 
-#: wp-cache.php:1352
+#: wp-cache.php:1420
 msgid "Feeds"
 msgstr "Feeds"
 
-#: wp-cache.php:1353
+#: wp-cache.php:1421
 msgid "Search Pages"
 msgstr "Suchseiten"
 
-#: wp-cache.php:1355
-#: wp-cache.php:1483
+#: wp-cache.php:1423
+#: wp-cache.php:1551
 msgid "Save"
 msgstr "Speichern"
 
-#: wp-cache.php:1372
+#: wp-cache.php:1440
 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
+#: wp-cache.php:1446
 msgid "Save Strings"
 msgstr "Strings speichern"
 
-#: wp-cache.php:1394
+#: wp-cache.php:1462
 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
+#: wp-cache.php:1468
 msgid "Save Files"
 msgstr "Dateien speichern"
 
-#: wp-cache.php:1445
+#: wp-cache.php:1513
 msgid "Currently logging to: "
 msgstr "Aktuelle Protokolle (Logs) in: "
 
-#: wp-cache.php:1455
+#: wp-cache.php:1523
 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
+#: wp-cache.php:1524
 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
+#: wp-cache.php:1528
 msgid "Debugging"
 msgstr "Debuggen"
 
-#: wp-cache.php:1461
+#: wp-cache.php:1529
 msgid "Logging Type"
 msgstr "Protokoll-Typ"
 
-#: wp-cache.php:1461
+#: wp-cache.php:1529
 msgid "Email"
 msgstr "E-Mail"
 
-#: wp-cache.php:1462
+#: wp-cache.php:1530
 msgid "file"
 msgstr "Datei"
 
-#: wp-cache.php:1463
+#: wp-cache.php:1531
 msgid "IP Address"
 msgstr "IP-Addresse"
 
-#: wp-cache.php:1463
+#: wp-cache.php:1531
 #, 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
+#: wp-cache.php:1532
 msgid "Log level"
 msgstr "Log-Level"
 
-#: wp-cache.php:1470
+#: wp-cache.php:1538
 msgid "(1 = less, 5 = more, may cause severe server load.)"
 msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
 
-#: wp-cache.php:1473
+#: wp-cache.php:1541
 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
+#: wp-cache.php:1542
 #, 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."
+msgstr "Ich bin zu 99% sicher, dass das keine von WP-Super-Cache verursachten Bugs sind, und 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
+#: wp-cache.php:1544
 msgid "Check front page every 5 minutes."
 msgstr "Check die Startseite alle 5 Minuten."
 
-#: wp-cache.php:1477
+#: wp-cache.php:1545
 msgid "Front page text"
 msgstr "Text der Startseite"
 
-#: wp-cache.php:1477
+#: wp-cache.php:1545
 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
+#: wp-cache.php:1546
 msgid "Clear cache on error."
 msgstr "Bei \"Error\" Cache leeren."
 
-#: wp-cache.php:1479
+#: wp-cache.php:1547
 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
+#: wp-cache.php:1561
 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
+#: wp-cache.php:1608
+#: wp-cache.php:1773
 msgid "Warning"
 msgstr "Warnung"
 
-#: wp-cache.php:1540
+#: wp-cache.php:1608
 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
+#: wp-cache.php:1669
+#: wp-cache.php:1674
+#: wp-cache.php:1706
+#: wp-cache.php:1711
+#: wp-cache.php:1717
 msgid "Error"
 msgstr "Fehler"
 
-#: wp-cache.php:1598
+#: wp-cache.php:1669
 #, 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
+#: wp-cache.php:1674
 #, 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
+#: wp-cache.php:1706
 #, 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
+#: wp-cache.php:1711
 #, 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
+#: wp-cache.php:1717
 #, 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
+#: wp-cache.php:1773
 #, 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
+#: wp-cache.php:1774
 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
+#: wp-cache.php:1775
 #, 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
+#: wp-cache.php:1776
 #, 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
+#: wp-cache.php:1777
 #, 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
+#: wp-cache.php:1778
 #, 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
+#: wp-cache.php:1801
 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
+#: wp-cache.php:1803
 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
+#: wp-cache.php:1804
 #, 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
+#: wp-cache.php:1808
 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
+#: wp-cache.php:1830
 msgid "Cache Contents"
 msgstr "Cache-Inhalte"
 
-#: wp-cache.php:1762
+#: wp-cache.php:1833
 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
+#: wp-cache.php:1857
 #, php-format
 msgid "Deleting supercache file: <strong>%s</strong><br />"
 msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
 
-#: wp-cache.php:1803
+#: wp-cache.php:1874
 #, 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
+#: wp-cache.php:1939
 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
+#: wp-cache.php:1940
 msgid "Regenerate cache stats"
 msgstr "Regeneriere Cache-Statistik"
 
-#: wp-cache.php:1871
+#: wp-cache.php:1942
 #, php-format
 msgid "Cache stats last generated: %s minutes ago."
 msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
 
-#: wp-cache.php:1877
+#: wp-cache.php:1948
 msgid "WP-Cache"
 msgstr "WP-Cache"
 
-#: wp-cache.php:1878
-#: wp-cache.php:1894
+#: wp-cache.php:1949
+#: wp-cache.php:1965
 #, php-format
 msgid "%s Cached Pages"
 msgstr "%s Seiten im Cache"
 
-#: wp-cache.php:1879
-#: wp-cache.php:1899
+#: wp-cache.php:1950
+#: wp-cache.php:1970
 #, php-format
 msgid "%s Expired Pages"
 msgstr "%s Expired-Pages im Cache"
 
-#: wp-cache.php:1893
+#: wp-cache.php:1964
 msgid "WP-Super-Cache"
 msgstr "WP-Super-Cache"
 
-#: wp-cache.php:1904
+#: wp-cache.php:1975
 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
+#: wp-cache.php:1976
+#: wp-cache.php:1992
+#: wp-cache.php:2008
+#: wp-cache.php:2024
 msgid "URI"
 msgstr "URI"
 
-#: wp-cache.php:1905
-#: wp-cache.php:1921
+#: wp-cache.php:1976
+#: wp-cache.php:1992
 msgid "Key"
 msgstr "Schlüssel"
 
-#: wp-cache.php:1905
-#: wp-cache.php:1921
-#: wp-cache.php:1937
-#: wp-cache.php:1953
+#: wp-cache.php:1976
+#: wp-cache.php:1992
+#: wp-cache.php:2008
+#: wp-cache.php:2024
 msgid "Age"
 msgstr "Alter"
 
-#: wp-cache.php:1905
-#: wp-cache.php:1921
-#: wp-cache.php:1937
-#: wp-cache.php:1953
+#: wp-cache.php:1976
+#: wp-cache.php:1992
+#: wp-cache.php:2008
+#: wp-cache.php:2024
 msgid "Delete"
 msgstr "Lösche"
 
-#: wp-cache.php:1920
+#: wp-cache.php:1991
 msgid "Stale WP-Cached Files"
 msgstr "Abgelaufene WP-Cache Dateien"
 
-#: wp-cache.php:1936
+#: wp-cache.php:2007
 msgid "Fresh Super Cached Files"
 msgstr "Neue Super-Cached Dateien"
 
-#: wp-cache.php:1952
+#: wp-cache.php:2023
 msgid "Stale Super Cached Files"
 msgstr "Abgelaufene Super-Cached Dateien"
 
-#: wp-cache.php:1968
+#: wp-cache.php:2039
 msgid "Hide file list"
 msgstr "Datei-Liste verbergen"
 
-#: wp-cache.php:1970
+#: wp-cache.php:2041
 msgid "Too many cached files, no listing possible."
 msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
 
-#: wp-cache.php:1972
+#: wp-cache.php:2043
 msgid "List all cached files"
 msgstr "Alle Cache-Dateien auflisten"
 
-#: wp-cache.php:1978
+#: wp-cache.php:2049
 #, 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
+#: wp-cache.php:2050
 #, php-format
 msgid "Next GC in <strong>%s</strong> minutes"
 msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
 
-#: wp-cache.php:1982
+#: wp-cache.php:2053
 #, 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
+#: wp-cache.php:2064
 msgid "Delete Expired"
 msgstr "Abgelaufene löschen"
 
-#: wp-cache.php:1999
-#: wp-cache.php:2011
-#: wp-cache.php:2174
+#: wp-cache.php:2070
+#: wp-cache.php:2082
+#: wp-cache.php:2245
 msgid "Delete Cache"
 msgstr "Cache leeren"
 
-#: wp-cache.php:2011
+#: wp-cache.php:2082
 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
+#: wp-cache.php:2221
 #, 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
+#: wp-cache.php:2254
 #, 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
+#: wp-cache.php:2260
 msgid "Settings"
 msgstr "Einstellungen"
 
-#: wp-cache.php:2199
+#: wp-cache.php:2270
 #, 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
+#: wp-cache.php:2273
+#, php-format
+msgid "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."
+msgstr "Achtung! WP Super-Cache Caching abgebrochenn! Das Skript advanced-cache.php konnte wp-cache-phase1.php nicht aufrufen.<br /><br />Bitte bearbeite %1$s/advanced-cache.php und stelle sicher, daß der Pfad %2$swp-cache-phase1.php korrekt ist."
+
+#: wp-cache.php:2292
 #, 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
+#: wp-cache.php:2292
 #, 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
+#: wp-cache.php:2295
 #, php-format
 msgid "[%s] Front page is gzipped! Cache Cleared!"
 msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
 
-#: wp-cache.php:2221
+#: wp-cache.php:2295
 #, 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
+#: wp-cache.php:2302
 #, 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
+#: wp-cache.php:2302
 #, 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
+#: wp-cache.php:2305
 #, php-format
 msgid "[%s] Front page is not correct! Cache Cleared!"
 msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
 
-#: wp-cache.php:2231
+#: wp-cache.php:2305
 #, 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
+#: wp-cache.php:2310
 #, php-format
 msgid "[%s] Front page check!"
 msgstr "[%s] Startseiten-Check!"
 
-#: wp-cache.php:2236
+#: wp-cache.php:2310
 #, 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
+#: wp-cache.php:2353
 msgid "Cannot update .htaccess"
 msgstr "Kann .htaccess nicht aktualisieren"
 
-#: wp-cache.php:2279
+#: wp-cache.php:2353
 #, 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
+#: wp-cache.php:2353
 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
+#: wp-cache.php:2353
 #, 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
+#: wp-cache.php:2357
 #, 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
+#: wp-cache.php:2358
 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
+#: wp-cache.php:2359
 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
+#: wp-cache.php:2367
 msgid "Update Mod_Rewrite Rules"
 msgstr "Mod Rewrite Rules aktualisieren"
 
-#: wp-cache.php:2389
+#: wp-cache.php:2474
 #, php-format
 msgid "[%1$s] Cache Preload Started"
 msgstr "Cache-Preload gestartet"
 
-#: wp-cache.php:2391
+#: wp-cache.php:2476
 #, 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
+#: wp-cache.php:2494
+#, php-format
+msgid "[%1$s] Cache Preload Stopped"
+msgstr "Cache-Preload abgestellt"
+
+#: wp-cache.php:2503
 #, php-format
 msgid "[%1$s] %2$d posts refreshed"
 msgstr "[%1$s] %2$d Beiträge aktualisiert"
 
-#: wp-cache.php:2402
+#: wp-cache.php:2503
 msgid "Refreshed the following posts:"
 msgstr "Folgenende Beiträge aktualisiert: "
 
-#: wp-cache.php:2411
+#: wp-cache.php:2512
 #, php-format
 msgid "Scheduling next preload refresh in %d minutes."
 msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
 
-#: wp-cache.php:2421
+#: wp-cache.php:2522
 #, php-format
 msgid "[%s] Cache Preload Completed"
 msgstr "[%s] Cache-Preload abgeschlossen!"
 
-#: wp-cache.php:2421
+#: wp-cache.php:2522
 msgid "Cleaning up old supercache files."
 msgstr "Alte Supercache-Dateien bereinigen."
 
-#: wp-cache.php:2462
+#: wp-cache.php:2564
 #, php-format
 msgid "[%s] Preload may have stalled."
 msgstr "\"Preload\" evtl. unterbrochen."
 
-#: wp-cache.php:2462
+#: wp-cache.php:2564
 #, php-format
 msgid ""
 "Preload has been restarted.\n"
 "%s"
 msgstr ""
 "\"Preload\"  wurde neu gestartet \n"
-"%s"
+"\v%s"
 
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
index 2f00b14baf6815aba22f2649b0ee8b12eb18b433..9f5de17b400c56b6fac5993ecfd32cb96166161a 100644
Binary files a/wp-content/plugins/wp-super-cache/languages/wp-super-cache-zh_TW.mo 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
index fc1cb87621f1e89db601905be55b4e9388e7a80c..a7a7c9a532f8f52dc7ff962a00f474e030c5b532 100644
--- 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
@@ -2,7 +2,7 @@ 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"
+"POT-Creation-Date: 2010-12-09 13:32+0000\n"
 "PO-Revision-Date: \n"
 "Last-Translator: Liang, Jih-Kai <privism@gmail.com>\n"
 "Language-Team: privism <privism@gmail.com>\n"
@@ -13,24 +13,62 @@ msgstr ""
 "X-Poedit-Country: TAIWAN\n"
 "X-Poedit-SourceCharset: utf-8\n"
 
-#: ossdl-cdn.php:105
+#: ossdl-cdn.php:133
 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上。"
+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
+#: ossdl-cdn.php:134
 #, 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
+#: ossdl-cdn.php:135
 msgid "You can define different CDN URLs for each site on a multsite network."
 msgstr "你可以為多站台網路中的每個站台定義不同的CDN URL。"
 
-#: ossdl-cdn.php:134
+#: ossdl-cdn.php:143
+msgid "Enable CDN Support"
+msgstr "啟用CDN支援"
+
+#: ossdl-cdn.php:146
+msgid "Off-site URL"
+msgstr "站外URL"
+
+#: ossdl-cdn.php:149
+#, php-format
+msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
+msgstr "這個新的 URL 在會重寫 (rewriting) 時用來取代 %1$s。請不要加上結尾的 <code>/</code>。 <br /> 例: <code>%2$s</code>"
+
+#: ossdl-cdn.php:153
+msgid "Include directories"
+msgstr "包含以下目錄"
+
+#: ossdl-cdn.php:156
+msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
+msgstr "靜態檔案比對包含的目錄。使用逗號作為分隔符號。預設為 <code>wp-content, wp-includes</code> ,當這個欄位空白時會強制套用。"
+
+#: ossdl-cdn.php:160
+msgid "Exclude if substring"
+msgstr "若含有以下字串則排除"
+
+#: ossdl-cdn.php:163
+msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
+msgstr "若網址中包含以上的字串,則不會被重寫。使用逗號作為分隔符號,像這樣:<code>.php, .flv, .do</code>,並請永遠包含<code>.php</code> (預設值)。"
+
+#: ossdl-cdn.php:167
+msgid "Additional CNAMES"
+msgstr "額外的正規名稱(CNAMES)"
+
+#: ossdl-cdn.php:170
+#, php-format
+msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
+msgstr "這些 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">正規名稱記錄(CNAMES)</a> 會在重寫時用來取代 %1$s (和上面的站外URL一起)。 使用逗號作為分隔符號。 在有大量靜態檔案的網頁中,這可以增進瀏覽器效能。 這些CNAME可能也需要在你的CDN被設定。<br />例: %2$s"
+
+#: ossdl-cdn.php:175
 msgid "Save Changes"
 msgstr "儲存變更"
 
-#: ossdl-cdn.php:136
+#: ossdl-cdn.php:177
 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>"
 
@@ -43,16 +81,16 @@ msgid "Awaiting Moderation"
 msgstr "Awaiting Moderation"
 
 #: plugins/awaitingmoderation.php:34
-#: plugins/badbehaviour.php:63
+#: plugins/badbehaviour.php:65
 #: plugins/domain-mapping.php:60
-#: wp-cache.php:1164
+#: wp-cache.php:1169
 msgid "Enabled"
 msgstr "啟用"
 
 #: plugins/awaitingmoderation.php:35
-#: plugins/badbehaviour.php:64
+#: plugins/badbehaviour.php:66
 #: plugins/domain-mapping.php:61
-#: wp-cache.php:1164
+#: wp-cache.php:1169
 msgid "Disabled"
 msgstr "停用"
 
@@ -61,15 +99,15 @@ msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting
 msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
 
 #: plugins/awaitingmoderation.php:40
-#: plugins/badbehaviour.php:69
+#: plugins/badbehaviour.php:71
 #: plugins/domain-mapping.php:66
 #: plugins/searchengine.php:69
-#: wp-cache.php:1523
+#: wp-cache.php:1528
 msgid "enabled"
 msgstr "已啟用"
 
 #: plugins/awaitingmoderation.php:42
-#: plugins/badbehaviour.php:71
+#: plugins/badbehaviour.php:73
 #: plugins/domain-mapping.php:68
 #: plugins/searchengine.php:67
 msgid "disabled"
@@ -81,32 +119,32 @@ msgid "Awaiting Moderation is now %s"
 msgstr "Awaiting Moderation 外掛模組 %s"
 
 #: plugins/awaitingmoderation.php:45
-#: plugins/badbehaviour.php:74
+#: plugins/badbehaviour.php:76
 #: plugins/domain-mapping.php:71
 msgid "Update"
 msgstr "更新"
 
-#: plugins/badbehaviour.php:45
+#: plugins/badbehaviour.php:47
 msgid "Bad Behaviour not found. Please check your install."
 msgstr "找不到 Bad Behaviour. 請檢查你的安裝。"
 
-#: plugins/badbehaviour.php:61
+#: plugins/badbehaviour.php:63
 msgid "Bad Behavior"
 msgstr "Bad Behavior"
 
-#: plugins/badbehaviour.php:66
+#: plugins/badbehaviour.php:68
 #, 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
+#: plugins/badbehaviour.php:74
 #, 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
+#: plugins/badbehaviour.php:83
+#: wp-cache.php:1259
+#: wp-cache.php:1261
 msgid "Warning!"
 msgstr "警告!"
 
@@ -129,7 +167,7 @@ msgstr "Domain Mapping外掛模組已被偵測到!請到Supercache外掛頁面
 
 #: plugins/searchengine.php:61
 #: plugins/searchengine.php:76
-#: wp-cache.php:1177
+#: wp-cache.php:1182
 msgid "Disable"
 msgstr "停用"
 
@@ -143,7 +181,7 @@ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsad
 msgstr "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
 
 #: plugins/searchengine.php:74
-#: wp-cache.php:1177
+#: wp-cache.php:1182
 msgid "Enable"
 msgstr "啟用"
 
@@ -152,1382 +190,1387 @@ msgstr "啟用"
 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
+#: wp-cache.php:151
 msgid "Warning! PHP Safe Mode Enabled!"
 msgstr "警告!PHP 安全模式已啟用!"
 
-#: wp-cache.php:147
+#: wp-cache.php:152
 msgid "You may experience problems running this plugin because SAFE MODE is enabled."
 msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
 
-#: wp-cache.php:151
+#: wp-cache.php:156
 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
+#: wp-cache.php:157
 #, 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
+#: wp-cache.php:159
 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
+#: wp-cache.php:165
 msgid "Permlink Structure Error"
 msgstr "固定網址結構錯誤"
 
-#: wp-cache.php:161
+#: wp-cache.php:166
 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
+#: wp-cache.php:178
 #, php-format
 msgid "Warning! Your hostname \"%s\" resolves to %s"
 msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
 
-#: wp-cache.php:174
+#: wp-cache.php:179
 #, 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
+#: wp-cache.php:180
+#: wp-cache.php:194
 #, 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
+#: wp-cache.php:193
 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
+#: wp-cache.php:208
 msgid "Cannot continue... fix previous problems and retry."
 msgstr "無法繼續... 解決前述問題然後重試。"
 
-#: wp-cache.php:212
+#: wp-cache.php:217
 msgid "Zlib Output Compression Enabled!"
 msgstr "Zlib輸出壓縮已被啟用!"
 
-#: wp-cache.php:213
+#: wp-cache.php:218
 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
+#: wp-cache.php:222
 msgid "Mod rewrite may not be installed!"
 msgstr "Mod rewrite 可能沒有安裝!"
 
-#: wp-cache.php:218
+#: wp-cache.php:223
 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
+#: wp-cache.php:228
 msgid "Read Only Mode. Configuration cannot be changed."
 msgstr "唯讀模式。設定無法變更。"
 
-#: wp-cache.php:224
+#: wp-cache.php:229
 #, 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
+#: wp-cache.php:230
 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
+#: wp-cache.php:231
 msgid "Writeable:"
 msgstr "可寫入:"
 
-#: wp-cache.php:227
+#: wp-cache.php:232
 msgid "Readonly:"
 msgstr "唯讀:"
 
-#: wp-cache.php:239
+#: wp-cache.php:244
 #, php-format
 msgid "Warning! %s is writeable!"
 msgstr "警告!%s 可寫入!"
 
-#: wp-cache.php:240
+#: wp-cache.php:245
 #, 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
+#: wp-cache.php:253
 msgid "Mobile rewrite rules detected"
 msgstr "行動裝置重寫規則檢測"
 
-#: wp-cache.php:249
+#: wp-cache.php:254
 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
+#: wp-cache.php:254
 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
+#: wp-cache.php:260
+#: wp-cache.php:271
 msgid "Rewrite rules must be updated"
 msgstr "Mod Rewrite 規則必須更新!"
 
-#: wp-cache.php:256
-#: wp-cache.php:267
+#: wp-cache.php:261
+#: wp-cache.php:272
 msgid "The rewrite rules required by this plugin have changed or are missing. "
 msgstr "這個外掛所需的rewrite規則已被變更或不存在。"
 
-#: wp-cache.php:257
+#: wp-cache.php:262
 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
+#: wp-cache.php:263
 msgid "Set the plugin to legacy mode and enable mobile support."
 msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
 
-#: wp-cache.php:259
-#: wp-cache.php:268
+#: wp-cache.php:264
+#: wp-cache.php:273
 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
+#: wp-cache.php:265
 #, 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
+#: wp-cache.php:266
 #, 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
+#: wp-cache.php:279
 msgid "Required to serve compressed supercache files properly."
 msgstr "需要正確的supercache壓縮檔案。"
 
-#: wp-cache.php:274
+#: wp-cache.php:279
 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
+#: wp-cache.php:279
 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
+#: wp-cache.php:286
 msgid "Missing Apache Modules"
 msgstr "Apache 模組遺失"
 
-#: wp-cache.php:282
+#: wp-cache.php:287
 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
+#: wp-cache.php:438
 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
+#: wp-cache.php:529
 msgid "WP Super Cache Settings"
 msgstr "WP Super Cache 狀態"
 
-#: wp-cache.php:535
+#: wp-cache.php:540
 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
+#: wp-cache.php:551
 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
+#: wp-cache.php:571
+#: wp-cache.php:645
 msgid "Caching must be enabled to use this feature"
 msgstr "必須啟用快取才能使用這個功能"
 
-#: wp-cache.php:568
+#: wp-cache.php:573
 msgid "Cache Tester"
 msgstr "快取測試"
 
-#: wp-cache.php:569
+#: wp-cache.php:574
 msgid "Test your cached website by clicking the test button below."
 msgstr "請按下面的測試按鈕以測試你的網站快取。"
 
-#: wp-cache.php:576
+#: wp-cache.php:581
 #, php-format
 msgid "Fetching %s to prime cache: "
 msgstr "抓取 %s 至主要快取:"
 
-#: wp-cache.php:578
-#: wp-cache.php:585
-#: wp-cache.php:592
+#: wp-cache.php:583
+#: wp-cache.php:590
+#: wp-cache.php:597
 msgid "OK"
 msgstr "完成"
 
-#: wp-cache.php:583
+#: wp-cache.php:588
 #, php-format
 msgid "Fetching first copy of %s: "
 msgstr "抓取第一份%s:"
 
-#: wp-cache.php:590
+#: wp-cache.php:595
 #, php-format
 msgid "Fetching second copy of %s: "
 msgstr "抓取第二份%s:"
 
-#: wp-cache.php:596
+#: wp-cache.php:601
 msgid "One or more page requests failed:"
 msgstr "一個或以上的頁面要求失敗:"
 
-#: wp-cache.php:615
-#: wp-cache.php:616
+#: wp-cache.php:620
+#: wp-cache.php:621
 #, php-format
 msgid "Page %d: %d (%s)"
 msgstr "頁面 %d: %d (%s)"
 
-#: wp-cache.php:622
+#: wp-cache.php:627
 #, php-format
 msgid "Page 1: %s"
 msgstr "頁面1: %s"
 
-#: wp-cache.php:623
+#: wp-cache.php:628
 #, php-format
 msgid "Page 2: %s"
 msgstr "頁面2: %s"
 
-#: wp-cache.php:624
+#: wp-cache.php:629
 msgid "The timestamps on both pages match!"
 msgstr "頁面時間標籤相符!"
 
-#: wp-cache.php:626
+#: wp-cache.php:631
 msgid "The pages do not match! Timestamps differ or were not found!"
 msgstr "無頁面時間標籤或標籤不相符"
 
-#: wp-cache.php:632
+#: wp-cache.php:637
 msgid "Send non-secure (non https) request for homepage"
 msgstr "要非加密(非https)傳輸要求首頁"
 
-#: wp-cache.php:633
+#: wp-cache.php:638
 msgid "Test Cache"
 msgstr "測試快取"
 
-#: wp-cache.php:658
-#: wp-cache.php:789
+#: wp-cache.php:663
+#: wp-cache.php:794
 msgid "Cancel Cache Preload"
 msgstr "取消快取預先載入"
 
-#: wp-cache.php:666
-#: wp-cache.php:677
+#: wp-cache.php:671
+#: wp-cache.php:682
 msgid "Scheduled preloading of cache cancelled."
 msgstr "預載快取排程已被取消。"
 
-#: wp-cache.php:703
-#: wp-cache.php:787
+#: wp-cache.php:708
+#: wp-cache.php:792
 msgid "Preload Cache Now"
 msgstr "馬上開始預先載入"
 
-#: wp-cache.php:707
+#: wp-cache.php:712
 msgid "Scheduled preloading of cache in 10 seconds."
 msgstr "預載快取將在十秒之後開始。"
 
-#: wp-cache.php:712
+#: wp-cache.php:717
 #, php-format
 msgid "Scheduled preloading of cache in %d minutes"
 msgstr "下次預載快取排程時間:%d分鐘後"
 
-#: wp-cache.php:716
+#: wp-cache.php:721
 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
+#: wp-cache.php:722
 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
+#: wp-cache.php:723
 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
+#: wp-cache.php:727
 #, php-format
 msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
 msgstr "每%s分鐘更新預載快取檔案。(0關閉,最低%d分鐘。)"
 
-#: wp-cache.php:735
+#: wp-cache.php:740
 msgid "all"
 msgstr "所有"
 
-#: wp-cache.php:748
+#: wp-cache.php:753
 #, php-format
 msgid "Preload %s posts."
 msgstr "預先載入 %s 篇文章。"
 
-#: wp-cache.php:755
+#: wp-cache.php:760
 msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
 msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
 
-#: wp-cache.php:758
+#: wp-cache.php:763
 msgid "Send me status emails when files are refreshed."
 msgstr "當檔案被更新的時候寄信給我。"
 
-#: wp-cache.php:763
+#: wp-cache.php:768
 msgid "Many emails, 2 emails per 100 posts."
 msgstr "很多信件,每一百篇文章二封信。"
 
-#: wp-cache.php:766
+#: wp-cache.php:771
 msgid "Medium, 1 email per 100 posts."
 msgstr "中等,每一百篇文章一封信。"
 
-#: wp-cache.php:769
+#: wp-cache.php:774
 msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
 msgstr "較少信件,開始的時候一封還有結束的時候一封。"
 
-#: wp-cache.php:773
+#: wp-cache.php:778
 #, php-format
 msgid "Refresh of cache in %d hours %d minutes and %d seconds."
 msgstr "在%d小時%d分鐘%d秒之後更新快取。"
 
-#: wp-cache.php:774
+#: wp-cache.php:779
 #, php-format
 msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
 msgstr "完整更新快取,耗費了%d小時%d分鐘%d秒。"
 
-#: wp-cache.php:780
+#: wp-cache.php:785
 #, php-format
 msgid "Currently caching from post %d to %d."
 msgstr "目前正在快取第%d到%d篇文章。"
 
-#: wp-cache.php:784
+#: wp-cache.php:789
 #, php-format
 msgid "<strong>Page last cached:</strong> %s"
 msgstr "<strong>最新快取頁面:</strong> %s"
 
-#: wp-cache.php:787
+#: wp-cache.php:792
 msgid "Update Settings"
 msgstr "更新狀態"
 
-#: wp-cache.php:795
+#: wp-cache.php:800
 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
+#: wp-cache.php:815
+#: wp-cache.php:909
 msgid "Caching"
 msgstr "快取"
 
-#: wp-cache.php:814
+#: wp-cache.php:819
 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:819
+#: wp-cache.php:820
 #: wp-cache.php:837
-#: wp-cache.php:840
-#: wp-cache.php:841
-#: wp-cache.php:907
+#: wp-cache.php:842
+#: wp-cache.php:845
+#: wp-cache.php:846
+#: wp-cache.php:912
 msgid "Recommended"
 msgstr "建議選項"
 
-#: wp-cache.php:815
+#: wp-cache.php:820
 msgid "Use mod_rewrite to serve cache files."
 msgstr "使用mod_rewrite快取"
 
-#: wp-cache.php:816
+#: wp-cache.php:821
 msgid "Use PHP to serve cache files."
 msgstr "使用PHP快取"
 
-#: wp-cache.php:817
+#: wp-cache.php:822
 msgid "Legacy page caching."
 msgstr "傳統快取模式"
 
-#: wp-cache.php:818
+#: wp-cache.php:823
 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
+#: wp-cache.php:829
 msgid "Miscellaneous"
 msgstr "雜項"
 
-#: wp-cache.php:830
+#: wp-cache.php:835
 msgid "Warning! Compression is disabled as gzencode() function not found."
 msgstr "警告!因為找不到gzencode()函式,壓縮已被停用。"
 
-#: wp-cache.php:832
+#: wp-cache.php:837
 msgid "Compress pages so they&#8217;re served more quickly to visitors."
 msgstr "壓縮網頁,讓使用者能更快觀看"
 
-#: wp-cache.php:833
+#: wp-cache.php:838
 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
+#: wp-cache.php:842
 msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
 msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
 
-#: wp-cache.php:838
+#: wp-cache.php:843
 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
+#: wp-cache.php:845
 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
+#: wp-cache.php:846
 msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
 msgstr "重建快取。當新檔案重建的時候,提供supercache檔案給匿名使用者。"
 
-#: wp-cache.php:842
+#: wp-cache.php:847
 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
+#: wp-cache.php:853
+#: wp-cache.php:1021
+#: wp-cache.php:1541
 msgid "Advanced"
 msgstr "進階選項"
 
-#: wp-cache.php:852
+#: wp-cache.php:857
 msgid "Mobile device support."
 msgstr "行動裝置支援。"
 
-#: wp-cache.php:853
+#: wp-cache.php:858
 msgid "Clear all cache files when a post or page is published."
 msgstr "當有文章或網誌分頁發佈時清除所有快取。"
 
-#: wp-cache.php:854
+#: wp-cache.php:859
 msgid "Only refresh current page when comments made."
 msgstr "當迴響發佈時,只更新目前頁面。"
 
-#: wp-cache.php:855
+#: wp-cache.php:860
 msgid "List the newest cached pages on this page."
 msgstr "在本頁列出最新的快取頁面。"
 
-#: wp-cache.php:857
+#: wp-cache.php:862
 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
+#: wp-cache.php:864
 msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
 msgstr "延遲初始化,在WordPress載入之後再顯示快取。通常使用在傳統模式。"
 
-#: wp-cache.php:861
+#: wp-cache.php:866
 msgid "Use object cache to store cached files."
 msgstr "使用object快取來儲存快取檔案。"
 
-#: wp-cache.php:861
+#: wp-cache.php:866
 msgid "(Experimental)"
 msgstr "(實驗選項)"
 
-#: wp-cache.php:868
+#: wp-cache.php:873
 msgid "Note:"
 msgstr "備註:"
 
-#: wp-cache.php:870
+#: wp-cache.php:875
 #, 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
+#: wp-cache.php:876
 #, 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
+#: wp-cache.php:877
 #, 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
+#: wp-cache.php:880
+#: wp-cache.php:927
 msgid "Update Status"
 msgstr "更新狀態"
 
-#: wp-cache.php:882
+#: wp-cache.php:887
 msgid "Accepted Filenames &amp; Rejected URIs"
 msgstr "接受的檔案名稱和拒絕的URI"
 
-#: wp-cache.php:907
+#: wp-cache.php:912
 msgid "Caching On"
 msgstr "開啟快取"
 
-#: wp-cache.php:908
+#: wp-cache.php:913
 msgid "Caching Off"
 msgstr "關閉快取"
 
-#: wp-cache.php:909
+#: wp-cache.php:914
 msgid "Note: enables PHP caching, cache rebuild, and mobile support"
 msgstr "啟用PHP快取,重建快取,以及行動裝置支援"
 
-#: wp-cache.php:919
+#: wp-cache.php:924
 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
+#: wp-cache.php:929
 msgid "Recommended Links and Plugins"
 msgstr "建議連結及外掛"
 
-#: wp-cache.php:925
+#: wp-cache.php:930
 msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
 msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
 
-#: wp-cache.php:926
+#: wp-cache.php:931
 #, 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檔案)"
+msgstr "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a>,一個減少快取面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
 
-#: wp-cache.php:927
+#: wp-cache.php:932
 #, 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
+#: wp-cache.php:933
 #, 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分數。"
+msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從Google的伺服器上載入一些常用的Javascript函式庫。很諷刺的是它會降低你的Yslow分數。"
 
-#: wp-cache.php:929
+#: wp-cache.php:934
 #, 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
+#: wp-cache.php:935
 #, 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>或其它的加速器中選擇一個。"
+msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從<a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a>或其它的加速器中選擇一個。"
 
-#: wp-cache.php:941
+#: wp-cache.php:946
 msgid "Make WordPress Faster"
 msgstr "讓 WordPress 更快速"
 
-#: wp-cache.php:942
+#: wp-cache.php:947
 #, 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
+#: wp-cache.php:948
 #, php-format
 msgid "He blogs at %1$s and posts photos at %2$s."
 msgstr "我的部落格在 %1$s,相簿在 %2$s."
 
-#: wp-cache.php:944
+#: wp-cache.php:949
 #, php-format
 msgid "Please say hi to him on %s too!"
 msgstr "在%s上向我問好!"
 
-#: wp-cache.php:945
+#: wp-cache.php:950
 msgid "Need Help?"
 msgstr "需要幫助?"
 
-#: wp-cache.php:947
+#: wp-cache.php:952
 #, php-format
 msgid "<a href=\"%1$s\">Installation Help</a>"
 msgstr "<a href=\"%1$s\">安裝指南</a>"
 
-#: wp-cache.php:948
+#: wp-cache.php:953
 #, php-format
 msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
 msgstr "<a href=\"%1$s\">常見問題</a>"
 
-#: wp-cache.php:949
+#: wp-cache.php:954
 #, php-format
 msgid "<a href=\"%1$s\">Support Forum</a>"
 msgstr "<a href=\"%1$s\">支援論壇</a>"
 
-#: wp-cache.php:951
+#: wp-cache.php:956
 msgid "Rate This Plugin!"
 msgstr "為這個外掛評分!"
 
-#: wp-cache.php:952
+#: wp-cache.php:957
 #, 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>,並告訴我它正不正常。這對開發非常有幫助。"
+msgstr "請為這個外掛<a href=\"%s\">評分</a>,並告訴我它是否運作正常。這對開發非常有幫助。"
 
-#: wp-cache.php:961
+#: wp-cache.php:966
 #, php-format
 msgid "Cached pages since %1$s : <strong>%2$s</strong>"
 msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
 
-#: wp-cache.php:962
+#: wp-cache.php:967
 msgid "Newest Cached Pages:"
 msgstr "最新的快取頁面:"
 
-#: wp-cache.php:966
+#: wp-cache.php:971
 #, php-format
 msgid "Cached %s seconds ago"
 msgstr "已快取 %s 秒"
 
-#: wp-cache.php:969
+#: wp-cache.php:974
 msgid "(may not always be accurate on busy sites)"
 msgstr "(在忙碌的網站上未必準確)"
 
-#: wp-cache.php:988
+#: wp-cache.php:993
 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
+#: wp-cache.php:994
 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
+#: wp-cache.php:1004
 msgid "Available Plugins"
 msgstr "可使用的外掛"
 
-#: wp-cache.php:1016
+#: wp-cache.php:1021
 msgid "Easy"
 msgstr "簡易模式"
 
-#: wp-cache.php:1016
+#: wp-cache.php:1021
 msgid "CDN"
 msgstr "CDN"
 
-#: wp-cache.php:1016
+#: wp-cache.php:1021
 msgid "Tester & Contents"
 msgstr "測試及內容"
 
-#: wp-cache.php:1016
+#: wp-cache.php:1021
 msgid "Preload"
 msgstr "預先載入"
 
-#: wp-cache.php:1016
+#: wp-cache.php:1021
 msgid "Plugins"
 msgstr "外掛"
 
-#: wp-cache.php:1016
+#: wp-cache.php:1021
 msgid "Debug"
 msgstr "除錯設定"
 
-#: wp-cache.php:1047
+#: wp-cache.php:1052
 #, 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
+#: wp-cache.php:1054
 #, 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
+#: wp-cache.php:1064
 msgid "Mod Rewrite Rules"
 msgstr "Mod Rewrite 規則"
 
-#: wp-cache.php:1065
+#: wp-cache.php:1070
 msgid "WordPress MU Detected"
 msgstr "WordPress MU 檢測"
 
-#: wp-cache.php:1065
+#: wp-cache.php:1070
 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
+#: wp-cache.php:1072
 msgid "Mod Rewrite rules cannot be updated!"
 msgstr "Mod Rewrite 規則無法更新!"
 
-#: wp-cache.php:1068
+#: wp-cache.php:1073
 #, 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
+#: wp-cache.php:1075
 msgid "Refresh this page when you have updated your .htaccess file."
 msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
 
-#: wp-cache.php:1074
+#: wp-cache.php:1079
 msgid "Thank you for upgrading."
 msgstr "感謝升級。"
 
-#: wp-cache.php:1074
+#: wp-cache.php:1079
 #, 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
+#: wp-cache.php:1083
 msgid "Trailing slash check required."
 msgstr "尾端斜線的檢查是必須的。"
 
-#: wp-cache.php:1078
+#: wp-cache.php:1083
 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
+#: wp-cache.php:1085
 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
+#: wp-cache.php:1099
 msgid "Mod Rewrite rules updated!"
 msgstr "Mod Rewrite 規則已更新!"
 
-#: wp-cache.php:1095
+#: wp-cache.php:1100
 #, 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
+#: wp-cache.php:1102
 msgid "Mod Rewrite rules must be updated!"
 msgstr "Mod Rewrite 規則必須更新!"
 
-#: wp-cache.php:1098
+#: wp-cache.php:1103
 #, 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
+#: wp-cache.php:1108
 #, 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
+#: wp-cache.php:1111
 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
+#: wp-cache.php:1114
 msgid "View Mod_Rewrite Rules"
 msgstr "查看 Mod_Rewrite 規則"
 
-#: wp-cache.php:1113
-#: wp-cache.php:2350
+#: wp-cache.php:1118
+#: wp-cache.php:2361
 #, php-format
 msgid "Rules must be added to %s too:"
 msgstr "也必須新增到%s的規則:"
 
-#: wp-cache.php:1121
+#: wp-cache.php:1126
 #, php-format
 msgid "Gzip encoding rules in %s.htaccess created."
 msgstr "%s.htaccess上Gzip規則建立。"
 
-#: wp-cache.php:1128
+#: wp-cache.php:1133
 msgid "Fix Configuration"
 msgstr "修復設定"
 
-#: wp-cache.php:1131
+#: wp-cache.php:1136
 msgid "Restore Default Configuration"
 msgstr "還原到預設選項"
 
-#: wp-cache.php:1139
+#: wp-cache.php:1144
 msgid "Comment moderation is enabled. Your comment may take some time to appear."
 msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
 
-#: wp-cache.php:1164
+#: wp-cache.php:1169
 msgid "Lock Down:"
 msgstr "鎖定:"
 
-#: wp-cache.php:1165
+#: wp-cache.php:1170
 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
+#: wp-cache.php:1171
 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
+#: wp-cache.php:1173
 msgid "Sorry. My blog is locked down. Updates will appear shortly"
 msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
 
-#: wp-cache.php:1172
+#: wp-cache.php:1177
 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
+#: wp-cache.php:1179
 msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
 msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
 
-#: wp-cache.php:1180
+#: wp-cache.php:1185
 msgid "Lock Down"
 msgstr "鎖定"
 
-#: wp-cache.php:1188
+#: wp-cache.php:1193
 msgid "Directly Cached Files"
 msgstr "直接快取檔案"
 
-#: wp-cache.php:1246
+#: wp-cache.php:1251
 #, php-format
 msgid "%s removed!"
 msgstr "%s 已移除!"
 
-#: wp-cache.php:1254
+#: wp-cache.php:1259
 #, 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
+#: wp-cache.php:1261
 #, 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
+#: wp-cache.php:1275
 msgid "Existing direct page"
 msgstr "已存在的直接頁面"
 
-#: wp-cache.php:1270
+#: wp-cache.php:1275
 msgid "Delete cached file"
 msgstr "刪除快取檔案"
 
-#: wp-cache.php:1275
+#: wp-cache.php:1280
 msgid "Add direct page:"
 msgstr "新增直接頁面:"
 
-#: wp-cache.php:1277
+#: wp-cache.php:1282
 #, 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
+#: wp-cache.php:1284
 #, 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
+#: wp-cache.php:1285
 msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
 msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
 
-#: wp-cache.php:1285
+#: wp-cache.php:1290
 msgid "Update Direct Pages"
 msgstr "更新直接頁面"
 
-#: wp-cache.php:1323
+#: wp-cache.php:1328
 msgid "Expiry Time &amp; Garbage Collection"
 msgstr "過期時間 &amp; 垃圾收集"
 
-#: wp-cache.php:1325
+#: wp-cache.php:1330
 msgid "Expire time:"
 msgstr "過期時間:"
 
-#: wp-cache.php:1326
+#: wp-cache.php:1331
 msgid "seconds"
 msgstr "秒"
 
-#: wp-cache.php:1327
+#: wp-cache.php:1332
 msgid "Garbage Collection"
 msgstr "垃圾收集"
 
-#: wp-cache.php:1327
+#: wp-cache.php:1332
 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
+#: wp-cache.php:1333
 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
+#: wp-cache.php:1334
 msgid "Set the expiry time to 0 seconds to disable garbage collection."
 msgstr "把過期時間設定為0以關閉垃圾回收功能"
 
-#: wp-cache.php:1330
+#: wp-cache.php:1335
 msgid "Change Expiration"
 msgstr "變更過期時間"
 
-#: wp-cache.php:1374
+#: wp-cache.php:1379
 msgid "Rejected User Agents"
 msgstr "被拒絕的使用者代理(User Agents)"
 
-#: wp-cache.php:1375
+#: wp-cache.php:1380
 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
+#: wp-cache.php:1387
 msgid "Save UA Strings"
 msgstr "儲存UA字串"
 
-#: wp-cache.php:1405
+#: wp-cache.php:1410
 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>文件對每個類型的完整討論。"
+msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">條件標籤</a>文件中對每個類型的完整探討。"
 
-#: wp-cache.php:1408
+#: wp-cache.php:1413
 msgid "Single Posts"
 msgstr "單篇文章"
 
-#: wp-cache.php:1409
+#: wp-cache.php:1414
 msgid "Pages"
 msgstr "網誌分頁"
 
-#: wp-cache.php:1410
+#: wp-cache.php:1415
 msgid "Front Page"
 msgstr "首頁"
 
-#: wp-cache.php:1411
+#: wp-cache.php:1416
 msgid "Home"
 msgstr "主頁"
 
-#: wp-cache.php:1412
+#: wp-cache.php:1417
 msgid "Archives"
 msgstr "存檔"
 
-#: wp-cache.php:1413
+#: wp-cache.php:1418
 msgid "Tags"
 msgstr "標籤"
 
-#: wp-cache.php:1414
+#: wp-cache.php:1419
 msgid "Category"
 msgstr "分類"
 
-#: wp-cache.php:1415
+#: wp-cache.php:1420
 msgid "Feeds"
 msgstr "訂閱"
 
-#: wp-cache.php:1416
+#: wp-cache.php:1421
 msgid "Search Pages"
 msgstr "搜尋頁面"
 
-#: wp-cache.php:1418
-#: wp-cache.php:1546
+#: wp-cache.php:1423
+#: wp-cache.php:1551
 msgid "Save"
 msgstr "儲存"
 
-#: wp-cache.php:1435
+#: wp-cache.php:1440
 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
+#: wp-cache.php:1446
 msgid "Save Strings"
 msgstr "儲存字串"
 
-#: wp-cache.php:1457
+#: wp-cache.php:1462
 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
+#: wp-cache.php:1468
 msgid "Save Files"
 msgstr "儲存檔案"
 
-#: wp-cache.php:1508
+#: wp-cache.php:1513
 msgid "Currently logging to: "
 msgstr "當前記錄到:"
 
-#: wp-cache.php:1518
+#: wp-cache.php:1523
 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
+#: wp-cache.php:1524
 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
+#: wp-cache.php:1528
 msgid "Debugging"
 msgstr "除錯"
 
-#: wp-cache.php:1524
+#: wp-cache.php:1529
 msgid "Logging Type"
 msgstr "記錄種類"
 
-#: wp-cache.php:1524
+#: wp-cache.php:1529
 msgid "Email"
 msgstr "電子郵件"
 
-#: wp-cache.php:1525
+#: wp-cache.php:1530
 msgid "file"
 msgstr "檔案"
 
-#: wp-cache.php:1526
+#: wp-cache.php:1531
 msgid "IP Address"
 msgstr "IP位址"
 
-#: wp-cache.php:1526
+#: wp-cache.php:1531
 #, php-format
 msgid "(only log requests from this IP address. Your IP is %s)"
 msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
 
-#: wp-cache.php:1527
+#: wp-cache.php:1532
 msgid "Log level"
 msgstr "記錄等級"
 
-#: wp-cache.php:1533
+#: wp-cache.php:1538
 msgid "(1 = less, 5 = more, may cause severe server load.)"
 msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
 
-#: wp-cache.php:1536
+#: wp-cache.php:1541
 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
+#: wp-cache.php:1542
 #, 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
+#: wp-cache.php:1544
 msgid "Check front page every 5 minutes."
 msgstr "每五分鐘檢查首頁"
 
-#: wp-cache.php:1540
+#: wp-cache.php:1545
 msgid "Front page text"
 msgstr "首頁文字"
 
-#: wp-cache.php:1540
+#: wp-cache.php:1545
 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
+#: wp-cache.php:1546
 msgid "Clear cache on error."
 msgstr "清除快取時發生錯誤。"
 
-#: wp-cache.php:1542
+#: wp-cache.php:1547
 msgid "Email the blog admin when checks are made. (useful for testing)"
 msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
 
-#: wp-cache.php:1556
+#: wp-cache.php:1561
 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
+#: wp-cache.php:1608
+#: wp-cache.php:1773
 msgid "Warning"
 msgstr "警告"
 
-#: wp-cache.php:1603
+#: wp-cache.php:1608
 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
+#: wp-cache.php:1669
+#: wp-cache.php:1674
+#: wp-cache.php:1706
+#: wp-cache.php:1711
+#: wp-cache.php:1717
 msgid "Error"
 msgstr "錯誤"
 
-#: wp-cache.php:1661
+#: wp-cache.php:1669
 #, 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
+#: wp-cache.php:1674
 #, 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
+#: wp-cache.php:1706
 #, 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
+#: wp-cache.php:1711
 #, 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
+#: wp-cache.php:1717
 #, 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
+#: wp-cache.php:1773
 #, 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
+#: wp-cache.php:1774
 msgid "1. If it already exists please delete the file first."
 msgstr "1. 如果它已經存在,請先刪除。"
 
-#: wp-cache.php:1767
+#: wp-cache.php:1775
 #, 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
+#: wp-cache.php:1776
 #, 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
+#: wp-cache.php:1777
 #, 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
+#: wp-cache.php:1778
 #, 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
+#: wp-cache.php:1801
 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
+#: wp-cache.php:1803
 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
+#: wp-cache.php:1804
 #, 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
+#: wp-cache.php:1808
 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
+#: wp-cache.php:1830
 msgid "Cache Contents"
 msgstr "快取內容"
 
-#: wp-cache.php:1825
+#: wp-cache.php:1833
 msgid "Object cache in use. No cache listing available."
 msgstr "正在使用Object快取。無法顯示快取清單。"
 
-#: wp-cache.php:1849
+#: wp-cache.php:1857
 #, php-format
 msgid "Deleting supercache file: <strong>%s</strong><br />"
 msgstr "刪除supercache檔案:<strong>%s</strong><br />"
 
-#: wp-cache.php:1866
+#: wp-cache.php:1874
 #, php-format
 msgid "Deleting wp-cache file: <strong>%s</strong><br />"
 msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
 
-#: wp-cache.php:1931
+#: wp-cache.php:1939
 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
+#: wp-cache.php:1940
 msgid "Regenerate cache stats"
 msgstr "重新產生快取統計"
 
-#: wp-cache.php:1934
+#: wp-cache.php:1942
 #, php-format
 msgid "Cache stats last generated: %s minutes ago."
 msgstr "快取統計最後產生時間:%s分鐘以前。"
 
-#: wp-cache.php:1940
+#: wp-cache.php:1948
 msgid "WP-Cache"
 msgstr "WP-Cache"
 
-#: wp-cache.php:1941
-#: wp-cache.php:1957
+#: wp-cache.php:1949
+#: wp-cache.php:1965
 #, php-format
 msgid "%s Cached Pages"
 msgstr "%s 個頁面已快取"
 
-#: wp-cache.php:1942
-#: wp-cache.php:1962
+#: wp-cache.php:1950
+#: wp-cache.php:1970
 #, php-format
 msgid "%s Expired Pages"
 msgstr "%s 個頁面已過期"
 
-#: wp-cache.php:1956
+#: wp-cache.php:1964
 msgid "WP-Super-Cache"
 msgstr "WP-Super-Cache"
 
-#: wp-cache.php:1967
+#: wp-cache.php:1975
 msgid "Fresh WP-Cached Files"
 msgstr "新的 WP-Cached 檔案"
 
-#: wp-cache.php:1968
-#: wp-cache.php:1984
-#: wp-cache.php:2000
-#: wp-cache.php:2016
+#: wp-cache.php:1976
+#: wp-cache.php:1992
+#: wp-cache.php:2008
+#: wp-cache.php:2024
 msgid "URI"
 msgstr "URI 網址"
 
-#: wp-cache.php:1968
-#: wp-cache.php:1984
+#: wp-cache.php:1976
+#: wp-cache.php:1992
 msgid "Key"
 msgstr "關鍵字"
 
-#: wp-cache.php:1968
-#: wp-cache.php:1984
-#: wp-cache.php:2000
-#: wp-cache.php:2016
+#: wp-cache.php:1976
+#: wp-cache.php:1992
+#: wp-cache.php:2008
+#: wp-cache.php:2024
 msgid "Age"
 msgstr "時間(秒)"
 
-#: wp-cache.php:1968
-#: wp-cache.php:1984
-#: wp-cache.php:2000
-#: wp-cache.php:2016
+#: wp-cache.php:1976
+#: wp-cache.php:1992
+#: wp-cache.php:2008
+#: wp-cache.php:2024
 msgid "Delete"
 msgstr "刪除"
 
-#: wp-cache.php:1983
+#: wp-cache.php:1991
 msgid "Stale WP-Cached Files"
 msgstr "舊的 WP-Cached 檔案"
 
-#: wp-cache.php:1999
+#: wp-cache.php:2007
 msgid "Fresh Super Cached Files"
 msgstr "新的 Super Cached 檔案"
 
-#: wp-cache.php:2015
+#: wp-cache.php:2023
 msgid "Stale Super Cached Files"
 msgstr "舊的 Super Cached 檔案"
 
-#: wp-cache.php:2031
+#: wp-cache.php:2039
 msgid "Hide file list"
 msgstr "隱藏檔案清單"
 
-#: wp-cache.php:2033
+#: wp-cache.php:2041
 msgid "Too many cached files, no listing possible."
 msgstr "快取檔案過多,無法列出。"
 
-#: wp-cache.php:2035
+#: wp-cache.php:2043
 msgid "List all cached files"
 msgstr "列出所有快取檔案"
 
-#: wp-cache.php:2041
+#: wp-cache.php:2049
 #, 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
+#: wp-cache.php:2050
 #, php-format
 msgid "Next GC in <strong>%s</strong> minutes"
 msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
 
-#: wp-cache.php:2045
+#: wp-cache.php:2053
 #, 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
+#: wp-cache.php:2064
 msgid "Delete Expired"
 msgstr "刪除過期檔案"
 
-#: wp-cache.php:2062
-#: wp-cache.php:2074
-#: wp-cache.php:2237
+#: wp-cache.php:2070
+#: wp-cache.php:2082
+#: wp-cache.php:2245
 msgid "Delete Cache"
 msgstr "刪除快取"
 
-#: wp-cache.php:2074
+#: wp-cache.php:2082
 msgid "Delete Super Cache cached files (opens in new window)"
 msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
 
-#: wp-cache.php:2213
+#: wp-cache.php:2221
 #, php-format
 msgid "%1$s is Digg proof thanks to caching by %2$s"
 msgstr "%1$s 使用的快取程式為 %2$s"
 
-#: wp-cache.php:2246
+#: wp-cache.php:2254
 #, 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
+#: wp-cache.php:2260
 msgid "Settings"
 msgstr "設定"
 
-#: wp-cache.php:2262
+#: wp-cache.php:2270
 #, 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
+#: wp-cache.php:2273
+#, php-format
+msgid "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."
+msgstr "警告! WP Super Cache快取毀損! advanced-cache.php 腳本無法載入 wp-cache-phase1.php。<br /><br />請編輯 %1$s/advanced-cache.php 並且確認指向 %2$swp-cache-phase1.php 的路徑是正確的。"
+
+#: wp-cache.php:2292
 #, php-format
 msgid "[%s] Front page is gzipped! Please clear cache!"
 msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
 
-#: wp-cache.php:2281
+#: wp-cache.php:2292
 #, 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
+#: wp-cache.php:2295
 #, php-format
 msgid "[%s] Front page is gzipped! Cache Cleared!"
 msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
 
-#: wp-cache.php:2284
+#: wp-cache.php:2295
 #, 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
+#: wp-cache.php:2302
 #, php-format
 msgid "[%s] Front page is not correct! Please clear cache!"
 msgstr "[%s] 首頁不正確!請清除快取!"
 
-#: wp-cache.php:2291
+#: wp-cache.php:2302
 #, 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
+#: wp-cache.php:2305
 #, php-format
 msgid "[%s] Front page is not correct! Cache Cleared!"
 msgstr "[%s] 首頁不正確!快取已清除!"
 
-#: wp-cache.php:2294
+#: wp-cache.php:2305
 #, 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
+#: wp-cache.php:2310
 #, php-format
 msgid "[%s] Front page check!"
 msgstr "[%s] 首頁檢查!"
 
-#: wp-cache.php:2299
+#: wp-cache.php:2310
 #, 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
+#: wp-cache.php:2353
 msgid "Cannot update .htaccess"
 msgstr "無法更新 .htaccess"
 
-#: wp-cache.php:2342
+#: wp-cache.php:2353
 #, 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
+#: wp-cache.php:2353
 msgid "Refresh this page when the file permissions have been modified."
 msgstr "在權限修改後請重新整理這個頁面。"
 
-#: wp-cache.php:2342
+#: wp-cache.php:2353
 #, 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
+#: wp-cache.php:2357
 #, 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
+#: wp-cache.php:2358
 msgid "You can edit the file yourself add the following rules."
 msgstr "你可以自行編輯並新增以下規則。"
 
-#: wp-cache.php:2348
+#: wp-cache.php:2359
 msgid " Make sure they appear before any existing WordPress rules. "
 msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
 
-#: wp-cache.php:2356
+#: wp-cache.php:2367
 msgid "Update Mod_Rewrite Rules"
 msgstr "更新 Mod_Rewrite 規則"
 
-#: wp-cache.php:2463
+#: wp-cache.php:2474
 #, php-format
 msgid "[%1$s] Cache Preload Started"
 msgstr "[%1$s] 快取預載已經開始"
 
-#: wp-cache.php:2465
+#: wp-cache.php:2476
 #, php-format
 msgid "[%1$s] Refreshing posts from %2$d to %3$d"
 msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
 
-#: wp-cache.php:2483
+#: wp-cache.php:2494
 #, php-format
 msgid "[%1$s] Cache Preload Stopped"
 msgstr "[%1$s] 快取預載已停止"
 
-#: wp-cache.php:2492
+#: wp-cache.php:2503
 #, php-format
 msgid "[%1$s] %2$d posts refreshed"
 msgstr "[%1$s]%2$d 篇文章已被更新"
 
-#: wp-cache.php:2492
+#: wp-cache.php:2503
 msgid "Refreshed the following posts:"
 msgstr "已更新下列文章:"
 
-#: wp-cache.php:2501
+#: wp-cache.php:2512
 #, php-format
 msgid "Scheduling next preload refresh in %d minutes."
 msgstr "下次更新預載快取時間:%d分鐘後"
 
-#: wp-cache.php:2511
+#: wp-cache.php:2522
 #, php-format
 msgid "[%s] Cache Preload Completed"
 msgstr "[%s] 預載快取完成"
 
-#: wp-cache.php:2511
+#: wp-cache.php:2522
 msgid "Cleaning up old supercache files."
 msgstr "清除舊的supercache檔案。"
 
-#: wp-cache.php:2553
+#: wp-cache.php:2564
 #, php-format
 msgid "[%s] Preload may have stalled."
 msgstr "[%s] 預先載入可能已經停止"
 
-#: wp-cache.php:2553
+#: wp-cache.php:2564
 #, php-format
 msgid ""
 "Preload has been restarted.\n"
diff --git a/wp-content/plugins/wp-super-cache/ossdl-cdn.php b/wp-content/plugins/wp-super-cache/ossdl-cdn.php
index e769f4d9c67a37f97843fff0d3cecde8290cfd50..cc6f1f6ef866d8a2f65f8f590c38451fce9c561d 100644
--- a/wp-content/plugins/wp-super-cache/ossdl-cdn.php
+++ b/wp-content/plugins/wp-super-cache/ossdl-cdn.php
@@ -15,6 +15,12 @@ if ( get_option( 'ossdl_off_exclude' ) == false )
 $ossdl_off_exclude = trim(get_option('ossdl_off_exclude'));
 $arr_of_excludes = array_map('trim', explode(',', $ossdl_off_exclude));
 
+if ( get_option( 'ossdl_cname' ) == false )
+	add_option('ossdl_cname', '');
+$ossdl_cname = trim(get_option('ossdl_cname'));
+$arr_of_cnames = array_map('trim', explode(',', $ossdl_cname));
+if ($arr_of_cnames[0] == '') $arr_of_cnames = array();
+
 /**
  * Determines whether to exclude a match.
  *
@@ -37,13 +43,20 @@ function scossdl_off_exclude_match($match, $excludes) {
  * Called by #scossdl_off_filter.
  */
 function scossdl_off_rewriter($match) {
-	global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes;
+	static $offset = -1;
+	global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes, $arr_of_cnames;
+
+	if ( false == in_array( $ossdl_off_cdn_url, $arr_of_cnames ) )
+		$arr_of_cnames[] = $ossdl_off_cdn_url;
+
 	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]);
+			$offset++;
+   			$offset %= count($arr_of_cnames);
+			return str_replace($ossdl_off_blog_url, $arr_of_cnames[$offset], $match[0]);
 		} else {
 			return $match[0];
 		}
@@ -101,6 +114,7 @@ function scossdl_off_options() {
 		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']);
+		update_option('ossdl_cname', $_POST['ossdl_cname']);
 		if ( isset( $_POST[ 'ossdlcdn' ] ) ) {
 			$ossdlcdn = 1;
 		} else {
@@ -108,12 +122,16 @@ function scossdl_off_options() {
 		}
 		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 = str_replace( 'http://', 'http://cdn.', str_replace( 'www.', '', get_option( 'siteurl' ) ) );
+	$example_cnames  = str_replace( 'http://cdn.', 'http://cdn1.', $example_cdn_uri );
+	$example_cnames .= ',' . str_replace( 'http://cdn.', 'http://cdn2.', $example_cdn_uri );
+	$example_cnames .= ',' . str_replace( 'http://cdn.', 'http://cdn3.', $example_cdn_uri );
 
 	$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( __( 'The <a href="%1$s">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href="%2$s">plugin support forum</a> if you have any queries about this plugin.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/cdn-sync-tool/', 'http://wordpress.org/tags/cdn-sync-tool?forum_id=10' ); ?></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="">
@@ -126,24 +144,31 @@ function scossdl_off_options() {
 				<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>
+				<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" /><br />
+					<span class="description"><?php printf( __( 'The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>.', 'wp-super-cache' ), get_option( 'siteurl' ), $example_cdn_uri ); ?></span>
+				</td>
+			</tr>
+			<tr valign="top">
+				<th scope="row"><label for="ossdl_off_include_dirs"><?php _e( 'Include directories', '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>
+					<input type="text" name="ossdl_off_include_dirs" value="<?php echo esc_attr( get_option( 'ossdl_off_include_dirs' ) ); ?>" size="64" class="regular-text code" /><br />
+					<span class="description"><?php _e( '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.', 'wp-super-cache' ); ?></span>
 				</td>
 			</tr>
 			<tr valign="top">
-				<th scope="row"><label for="ossdl_off_include_dirs">include dirs</label></th>
+				<th scope="row"><label for="ossdl_off_exclude"><?php _e( 'Exclude if substring', 'wp-super-cache' ); ?></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>
+					<input type="text" name="ossdl_off_exclude" value="<?php echo esc_attr( get_option( 'ossdl_off_exclude' ) ); ?>" size="64" class="regular-text code" /><br />
+					<span class="description"><?php _e( 'Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default).', 'wp-super-cache' ); ?></span>
 				</td>
 			</tr>
 			<tr valign="top">
-				<th scope="row"><label for="ossdl_off_exclude">exclude if substring</label></th>
+				<th scope="row"><label for="ossdl_cname"><?php _e( 'Additional CNAMES', 'wp-super-cache' ); ?></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>
+					<input type="text" name="ossdl_cname" value="<?php echo esc_attr( get_option( 'ossdl_cname' ) ); ?>" size="64" class="regular-text code" /><br />
+					<span class="description"><?php printf( __( 'These <a href="http://en.wikipedia.org/wiki/CNAME_record">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s', 'wp-super-cache' ), get_option( 'siteurl' ), $example_cnames ); ?></span>
 				</td>
 			</tr>
 		</tbody></table>
diff --git a/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php b/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php
index 353b6cc89cb3e954d4f948bf823fd83ac505e0a3..6c07488a0067cf85a9aed7f33ce5a98f0587525c 100644
--- a/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php
+++ b/wp-content/plugins/wp-super-cache/plugins/badbehaviour.php
@@ -34,20 +34,22 @@ function get_bb_file_loc() {
 function wp_supercache_badbehaviour_admin() {
 	global $cache_badbehaviour, $wp_cache_config_file, $valid_nonce;
 	
-	$cache_badbehaviour = $cache_badbehaviour == '' ? 'no' : $cache_badbehaviour;
+	$cache_badbehaviour = $cache_badbehaviour == '' ? 0 : $cache_badbehaviour;
+	if ( $cache_badbehaviour == 'no' )
+		$cache_badbehaviour = 0;
 
 	$err = false;
 
-	if(isset($_POST['cache_badbehaviour']) && $valid_nonce) {
+	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;
+		} else {
+			$changed = true;
 		}
 		$cache_badbehaviour = (int)$_POST['cache_badbehaviour'];
 		wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = 0;", $wp_cache_config_file);
diff --git a/wp-content/plugins/wp-super-cache/readme.txt b/wp-content/plugins/wp-super-cache/readme.txt
index 81954f7614c29ccbece340220608ea2543ef5366..f223dc93031168f96e5c15515fa35df73054b78e 100644
--- a/wp-content/plugins/wp-super-cache/readme.txt
+++ b/wp-content/plugins/wp-super-cache/readme.txt
@@ -1,8 +1,8 @@
 === 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
+Tested up to: 3.0.4
+Stable tag: 0.9.9.8
 Requires at least: 2.9.2
 
 A very fast caching engine for WordPress that produces static html files.
@@ -16,7 +16,7 @@ The static html files will be served to the vast majority of your users, but bec
 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.
+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 different cached files that aren't quite as efficient but still better than uncached. 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.
@@ -24,10 +24,10 @@ Super Cached html files will be served more quickly than PHP generated cached fi
 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.
+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. You can keep portions of your page dynamic in this caching mode. 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. You can have dynamic parts to your page in this mode too.
 
-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.
+If you're new to caching use PHP caching. It's easy to set up and very fast. Avoid legacy caching if you can.
 
 = 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:
@@ -37,10 +37,11 @@ Advanced users will probably want to use mod_rewrite caching, but PHP caching is
 3. Don't cache pages for known users.
 4. Cache rebuild.
 5. CDN support.
+6. Extra homepage checks.
 
 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.
+If you are not using legacy mode caching consider deleting the contents of the "Rejected User Agents" text box and allow search engines to 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.
@@ -53,11 +54,19 @@ Interested in translating WP Super Cache to your language? Grab the [development
 
 == 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
+= 0.9.9.8 =
+CDN code can be switched off, better uninstall process, compress dynamic pages, 1and1 webhosting fix, use Supercache files for dynamic pages
 
 == Changelog ==
 
+= 0.9.9.8 =
+* CDN updates: can be switched off, multiple CNAMEs.
+* Uninstall process improved. It removes generated files and fixes edited files.
+* Cached dynamic pages can now be stored in Supercache files and compressed.
+* 1and1 Webhosting fix (/kunden/)
+* Remove log by email functionality as it caused problems for users who were inundated by email
+* Many more minor fixes and changes.
+
 = 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)
@@ -243,18 +252,17 @@ Fixed problem serving cached files with PHP, added support for 304 "file not mod
 
 == 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.
+Almost all you have to do is deactivate the plugin on the plugins page. The plugin should clean up most of the files it created and modified, but it doesn't as yet remove the mod_rewrite rules from the .htaccess file. Look for the section in that file marked by SuperCache BEGIN and END tags. The plugin doesn't remove those because some people add the WordPress rules in that block too.
 
 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.
+1. Turn off caching on the plugin settings page and clear the cache.
+2. Deactivate the plugin on the plugins page.
+3. Remove the WP_CACHE define from wp-config.php. It looks like `define( 'WP_CACHE', true );`
+4. Remove the Super Cache mod_rewrite rules from your .htaccess file.
+5. Remove the files wp-content/advanced-cache.php and wp-content/wp-cache-config.php
+6. Remove the directory wp-content/cache/
+7. 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 );`
@@ -266,7 +274,7 @@ To manually uninstall:
 
 = 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. 
+Enable debugging in the plugin settings page and load the log file in a new browser tab. Then view your blog while logged in and logged out. You should see activity in the log. 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.
 
@@ -277,7 +285,7 @@ Supercache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTN
 
 = 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.
+This plugin is based on the excellent WP-Cache plugin. Besides the caching WP-Cache did this plugin 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 html page in your browser and uploaded it to replace your homepage.
 
 = Will comments and other dynamic parts of my blog update immediately? =
 
@@ -289,12 +297,14 @@ No, it will do the opposite. Super Cache files are compressed and stored that wa
 
 = 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 2 ways of doing this. You can use Javascript to draw the part of the page you want to keep dynamic. That's what Google Adsense and many widgets from external sites do. Or you can use a WP Super Cache tag to do the job but you can't use mod_rewrite mode caching. You have to switch to PHP or legacy caching.
 
 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 example =
+
+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' );
@@ -306,13 +316,16 @@ print_sidebar_ad();
 do_more_stuff();
 --><!--/dynamic-cached-content-->`
 
-2. To execute the function "function_name()":
+= mfunc example =
+
+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 example =
+To include another file:
 
 `<!--mclude file.php-->
 <?php include_once( ABSPATH . 'file.php' ); ?>
@@ -325,17 +338,21 @@ Example:
 <?php date( 'Y-m-d H:i:s' ) ?>
 <!--/mfunc-->`
 
+= How do I use WordPress functions in cached dynamic pages? =
+
+See the next qestion, you have to load WordPress before the cached file is served.
+
 = 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.
+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 dynamic-cached-content/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.
+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. However if you're not using legacy caching you can allow these visits to be cached by removing the list of bots from "Rejected User Agents" on the Advanced settings page.
 
 = A category page is showing instead of my homepage =
 
@@ -344,15 +361,14 @@ A tiny proportion of websites will have problems with the following configuratio
 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.
+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. You can also enable "Extra homepage checks" on the Advanced Settings page.
 
 = 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.
+Supercache doesn't support 304 header checks in mod_rewrite mode but does support it in PHP mode. This is caching done by your browser, not the 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 your visitors' browsers.
 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? =
@@ -376,7 +392,7 @@ Load your desktop ftp client and connect to your site. You may need to enable "S
 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.
+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.
 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:
@@ -433,7 +449,7 @@ 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/)
+See plugins/searchengine.php as an example I use for my [No Adverts for Friends](http://ocaoimh.ie/no-adverts-for-friends/) plugin.
 
 == 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.
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-phase1.php b/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
index 49820b7a70885fcb38db2d73b31756717f4d510b..38adfee9b7d376d72a34507ce565c725d108f58a 100644
--- a/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
+++ b/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
@@ -46,7 +46,7 @@ $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
+	if ( 1 == ini_get( 'zlib.output_compression' ) || "on" == strtolower( 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;
@@ -147,13 +147,20 @@ function wp_cache_serve_cache_file() {
 	} 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";
+		$phpfile = get_current_url_supercache_dir() . "index.html.php";
+		$serving_supercache = false;
+		if ( file_exists( $file ) ) {
+			$serving_supercache = 'html';
+		} elseif ( file_exists( $phpfile ) ) {
+			$serving_supercache = 'php';
+		}
 		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 ) ) ) 
+			( wp_cache_get_cookies_values() == '' && empty( $_GET ) && $serving_supercache ) )
 		{
 			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" );
@@ -163,11 +170,11 @@ function wp_cache_serve_cache_file() {
 				$file = $file . '.gz';
 				header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
 				header( 'Content-Length: ' . filesize( $file ) );
-			} elseif ( $wp_supercache_304 ) {
+			} elseif ( $serving_supercache == 'html' && $wp_supercache_304 ) {
 				header( 'Content-Length: ' . filesize( $file ) );
 			}
 
-			if ( $wp_supercache_304 ) {
+			if ( $serving_supercache == 'html' && $wp_supercache_304 ) {
 				if ( function_exists( 'apache_request_headers' ) ) {
 					$request = apache_request_headers();
 					$remote_mod_time = $request[ 'If-Modified-Since' ];
@@ -181,9 +188,24 @@ function wp_cache_serve_cache_file() {
 				}
 				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();
+			if ( $serving_supercache == 'html' ) {
+				readfile( $file );
+				if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served page from supercache file using PHP.", 5 );
+				exit();
+			} elseif ( $serving_supercache == 'php' ) {
+				$cachefiledata = file_get_contents($phpfile); 
+				if ( $cache_compression and $wp_cache_gzip_encoding ) {
+					ob_start("ob_gzhandler");
+					eval( '?>' . $cachefiledata . '<?php ' ); 
+					echo "\n<!-- Compression = gzip -->\n";
+					ob_end_flush();
+					if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served compressed dynamic page from supercache file using PHP. File: $file", 5 ); 
+				} else {
+					eval( '?>' . $cachefiledata . '<?php ' ); 
+					if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served dynamic page from supercache file using PHP. File: $file", 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;
@@ -334,7 +356,11 @@ function do_cacheaction( $action, $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 );
+			if ( is_array( $func ) ) {
+				$value = $func[0]->{$func[1]}( $value );
+			} else {
+				$value = $func( $value ); 
+			}
 		}
 	}
 
@@ -398,12 +424,12 @@ function wp_cache_check_mobile( $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;
+	global $wp_cache_debug_level, $wp_cache_debug_log, $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 )
+	if ( isset( $wp_cache_debug_log ) == false )
 		return false;
 
 	if ( isset( $wp_cache_debug_level ) == false )
@@ -417,11 +443,6 @@ function wp_cache_debug( $message, $level = 1 ) {
 	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() {
diff --git a/wp-content/plugins/wp-super-cache/wp-cache-phase2.php b/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
index 31d421cce8936f5d46f29cef7b1f3be9fcd3d234..5454f3eb4a77d981af95790c2f4e3d8677d93a64 100644
--- a/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
+++ b/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
@@ -86,7 +86,7 @@ function wp_cache_phase2() {
 		$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' );
+			$files_to_check = array( $dir . 'index.html', $dir . 'index.html.php', $dir . 'index.html.gz' );
 			foreach( $files_to_check as $cache_file ) {
 				if( !@file_exists( $cache_file . '.needs-rebuild' ) )
 					continue;
@@ -308,6 +308,7 @@ function wp_cache_get_ob(&$buffer) {
 	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;
+	global $wp_cache_is_home, $wp_cache_front_page_checks;
 
 	$new_cache = true;
 	$wp_cache_meta = '';
@@ -464,11 +465,30 @@ function wp_cache_get_ob(&$buffer) {
 			$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 )
+			if( $fr ) { // legacy caching
 				fputs($fr, $store);
+			} elseif ( isset( $fr2 ) ) { // supercache active
+				$php_fname = "{$dir}index.html.php";
+				$tmp_php_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
+				$php_fd = @fopen( $tmp_php_filename, 'w' );
+				if ( !$php_fd ) {
+					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_php_filename ), 1 );
+					$buffer .= "<!-- File not cached! Super Cache couldn't write to: " . str_replace( ABSPATH, '', $tmp_php_filename ) . " -->\n";
+					@fclose( $php_fd );
+					@unlink( $tmp_php_filename );
+					wp_cache_writers_exit();
+					return $buffer;
+				}
+				fputs( $php_fd, $store );
+			}
 		} else {
 			wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time );
 		}
+		if ( $cache_compression && $wp_cache_gzip_encoding ) {
+			if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer.", 5 );
+			$gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
+			$gzsize = strlen($gzdata);
+		}
 	} else {
 		$buffer = apply_filters( 'wpsupercache_buffer', $buffer );
 		// Append WP Super Cache or Live page comment tag
@@ -533,7 +553,7 @@ function wp_cache_get_ob(&$buffer) {
 		}
 		if( $fr2 ) {
 			fclose($fr2);
-			if ( $cache_fname == $supercachedir . $home_url[ 'path' ] . 'index.html' && !( is_front_page() || is_home() ) ) {
+			if ( $wp_cache_front_page_checks && $cache_fname == $supercachedir . $home_url[ 'path' ] . 'index.html' && !( $wp_cache_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;
@@ -549,6 +569,24 @@ function wp_cache_get_ob(&$buffer) {
 				$added_cache = 1;
 			}
 		}
+		if( $php_fd ) {
+			fclose( $php_fd );
+			if ( $php_fname == $supercachedir . $home_url[ 'path' ] . 'index.html.php' && !( $wp_cache_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_php_filename ) == 0 ) {
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_php_filename was empty. Did not rename to {$php_fname}", 5 );
+				@unlink( $tmp_php_filename );
+			} else {
+				if ( !@rename( $tmp_php_filename, $php_fname ) ) {
+					@unlink( $php_fname );
+					@rename( $tmp_php_filename, $php_fname );
+				}
+				if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache file to $php_fname", 5 );
+				$added_cache = 1;
+			}
+		}
 		if( $gz ) {
 			fclose($gz);
 			if ( filesize( $tmp_cache_filename . '.gz' ) == 0 ) {
@@ -906,6 +944,7 @@ function wp_cache_post_id_gc( $siteurl, $post_id, $all = 'all' ) {
 	} 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.php', true, true );
 		prune_super_cache( $dir . $permalink . 'index.html.gz', true, true );
 		do_action( 'gc_cache', 'prune', $permalink );
 	}
@@ -946,6 +985,7 @@ function wp_cache_post_change( $post_id ) {
 		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.php', true, true ); 
 			prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html.gz', true, true );
 			do_action( 'gc_cache', 'prune', 'homepage' );
 		}
@@ -956,6 +996,7 @@ function wp_cache_post_change( $post_id ) {
 			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.php', true, true ); 
 			prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html.gz', true, true );
 			do_action( 'gc_cache', 'prune', $permalink );
 		}
@@ -981,6 +1022,7 @@ function wp_cache_post_change( $post_id ) {
 						@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.php');
 							@wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
 							do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
 						}
@@ -991,6 +1033,7 @@ function wp_cache_post_change( $post_id ) {
 					@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.php');
 						@wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
 						do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
 					}
@@ -1024,8 +1067,10 @@ function wp_cache_post_id() {
 function wp_cache_gc_cron() {
 	global $file_prefix, $cache_max_time;
 
-	if ( $cache_max_time == 0 )
+	if ( $cache_max_time == 0 ) {
+		if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection disabled because cache expiry time is zero.', 5 );
 		return false;
+	}
 
 	if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
 
diff --git a/wp-content/plugins/wp-super-cache/wp-cache.php b/wp-content/plugins/wp-super-cache/wp-cache.php
index 9fb9d9185206ce6cddc558bd488d5ec9b44ca34d..f095a857cc0b1ecad34fab2df0ac5b6d1c2c2a56 100644
--- a/wp-content/plugins/wp-super-cache/wp-cache.php
+++ b/wp-content/plugins/wp-super-cache/wp-cache.php
@@ -3,13 +3,13 @@
 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
+Version: 0.9.9.8
 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.
+    Copyright 2007-2011 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
@@ -57,6 +57,14 @@ function wp_super_cache_text_domain() {
 }
 add_action( 'init', 'wp_super_cache_text_domain' );
 
+function wp_cache_set_home() {
+	global $wp_cache_is_home;
+	$wp_cache_is_home = ( is_front_page || is_home() );
+	if ( $wp_cache_is_home && is_paged() )
+		$wp_cache_is_home = false;
+}
+add_action( 'template_redirect', 'wp_cache_set_home' );
+
 
 // OSSDL CDN plugin (http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/)
 include_once( WPCACHEHOME . 'ossdl-cdn.php' );
@@ -107,6 +115,7 @@ function wpsupercache_deactivate() {
 	@unlink( $cache_path . 'meta' );
 	@unlink( $cache_path . 'supercache' );
 	wp_clear_scheduled_hook( 'wp_cache_check_site_hook' );
+	wp_cache_disable_plugin();
 }
 register_deactivation_hook( __FILE__, 'wpsupercache_deactivate' );
 
@@ -130,7 +139,9 @@ function wp_cache_add_pages() {
 		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 {
+	}
+
+	if ( wpsupercache_site_admin() ) { // in single or MS mode add this menu item too, but only for superadmins in MS mode.
 		add_options_page( 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
 	}
 }
@@ -242,7 +253,7 @@ function wp_cache_manager_error_checks() {
 		$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
+			<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
 		}
 	}
 
@@ -300,7 +311,7 @@ function wp_cache_manager_error_checks() {
 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;
+	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, $wp_cache_front_page_checks;
 
 	if ( !wpsupercache_site_admin() )
 		return false;
@@ -309,7 +320,7 @@ function wp_cache_manager_updates() {
 	if ( $valid_nonce == false )
 		return false;
 
-	if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'easysetup' ) {
+	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;
@@ -346,6 +357,13 @@ function wp_cache_manager_updates() {
 		}
 		wp_cache_replace_line('^ *\$wp_cache_mobile_enabled', "\$wp_cache_mobile_enabled = " . $wp_cache_mobile_enabled . ";", $wp_cache_config_file);
 
+		if( isset( $_POST[ 'wp_cache_front_page_checks' ] ) ) {
+			$wp_cache_front_page_checks = 1;
+		} else {
+			$wp_cache_front_page_checks = 0;
+		}
+		wp_cache_replace_line('^ *\$wp_cache_front_page_checks', "\$wp_cache_front_page_checks = " . $wp_cache_front_page_checks . ";", $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);
 
@@ -456,7 +474,7 @@ function wp_cache_manager() {
 	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;
+	global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init, $wp_cache_front_page_checks;
 
 	if ( !wpsupercache_site_admin() )
 		return false;
@@ -567,77 +585,8 @@ jQuery(document).ready(function(){
 		scossdl_off_options();
 		break;
 		case "tester":
-		if ( !$cache_enabled )
-			wp_die( __( 'Caching must be enabled to use this feature', 'wp-super-cache' ) );
+		case "contents":
 		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":
@@ -807,6 +756,8 @@ jQuery(document).ready(function(){
 		wp_cache_debug_settings();
 		break;
 		case 'settings':
+		if ( isset( $wp_cache_front_page_checks ) == false )
+			$wp_cache_front_page_checks = true;
 		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" />';
@@ -856,6 +807,7 @@ jQuery(document).ready(function(){
 				<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_front_page_checks' <?php if( $wp_cache_front_page_checks ) echo "checked"; ?> value='1'> <?php _e( 'Extra homepage checks. (Very occasionally stops homepage caching)', 'wp-super-cache' ); ?></label><?php echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?><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' ) ) { ?>
@@ -872,6 +824,7 @@ jQuery(document).ready(function(){
 		</table>
 		<h3><?php _e( 'Note:', 'wp-super-cache' ); ?></h3>
 		<ol>
+		<li><?php _e( 'Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided.', 'wp-super-cache' ); ?></li>
 		<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>";
@@ -918,19 +871,98 @@ jQuery(document).ready(function(){
 				</tr>
 				</table>
 			<?php
-			if( $cache_enabled && !$wp_cache_mod_rewrite ) {
+			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>
+			echo "<div class='submit'><input class='button-primary' type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " &raquo;' /></div></form>";
+			if ( $cache_enabled ) {
+				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>" . sprintf(  __( '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></p>';
+					sleep( 1 );
+					// Get the first copy
+					echo "<p>" . sprintf(  __( 'Fetching first copy of %s: ', 'wp-super-cache' ), $url );
+					$page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
+					$fp = fopen( $cache_path . "1.html", "w" );
+					fwrite( $fp, $page[ 'body' ] );
+					fclose( $fp );
+					echo '<strong>' . __( 'OK', 'wp-super-cache' ) . "</strong> (<a href='" . WP_CONTENT_URL . "/cache/1.html'>1.html</a>)</p>";
+					sleep( 1 );
+					// Get the second copy
+					echo "<p>" . sprintf(  __( 'Fetching second copy of %s: ', 'wp-super-cache' ), $url );
+					$page2 = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
+					$fp = fopen( $cache_path . "2.html", "w" );
+					fwrite( $fp, $page2[ 'body' ] );
+					fclose( $fp );
+					echo '<strong>' . __( 'OK', 'wp-super-cache' ) . "</strong> (<a href='" . WP_CONTENT_URL . "/cache/2.html'>2.html</a>)</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>';
+			}
+			echo "<h3>" . __( "Delete Cached Pages", 'wp-super-cache' ) . "</h3>";
+			echo "<p>" . __( "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below.", 'wp-super-cache' ) . "</p>";
+			echo '<form name="wp_cache_content_delete" action="?page=wpsupercache&tab=contents" method="post">';
+			echo '<input type="hidden" name="wp_delete_cache" />';
+			echo '<div class="submit"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' &raquo;" /></div>';
+			wp_nonce_field('wp-cache');
+			echo "</form>\n";
+			?>
 			<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( __( 'The <a href="%1$s">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href="%2$s">plugin support forum</a> if you have any queries about this plugin.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/cdn-sync-tool/', 'http://wordpress.org/tags/cdn-sync-tool?forum_id=10' ); ?></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>
@@ -1018,7 +1050,7 @@ function wpsc_admin_tabs( $current = 0 ) {
 			$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' ) );
+	$tabs = array( 'easy' => __( 'Easy', 'wp-super-cache' ), 'settings' => __( 'Advanced', 'wp-super-cache' ), 'cdn' => __( 'CDN', 'wp-super-cache' ), 'contents' => __( '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 ) {
@@ -1471,7 +1503,7 @@ function wp_cache_edit_accepted() {
 }
 
 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_debug, $wp_cache_debug_log, $wp_cache_debug_level, $wp_cache_debug_ip, $cache_path, $valid_nonce, $wp_cache_config_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 ) )
@@ -1479,15 +1511,11 @@ function wp_cache_debug_settings() {
 	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 ) ) ) {
+		if ( $wp_super_cache_debug && ( ( 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 ) {
+		} else {
 			$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);
@@ -1509,25 +1537,15 @@ function wp_cache_debug_settings() {
 
 	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_log ) && $wp_cache_debug_log != '' )
+		echo "<p>" . sprintf( __( 'Currently logging to: %s', 'wp-super-cache' ), "<a href='" . site_url( str_replace( ABSPATH, '', "{$cache_path}{$wp_cache_debug_log}" ) ) . "'>$cache_path{$wp_cache_debug_log}</a>" ) . "</p>";
 
-		}
-		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 '<p>' . __( 'Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory.', '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++ ) {
@@ -1625,9 +1643,10 @@ function wp_cache_replace_line($old, $new, $my_file) {
 		echo "Error: file $my_file is not writable.\n";
 		return false;
 	}
+
 	$found = false;
 	$lines = file($my_file);
-	foreach($lines as $line) {
+	foreach( (array)$lines as $line ) {
 	 	if ( preg_match("/$old/", $line)) {
 			$found = true;
 			break;
@@ -1635,7 +1654,7 @@ function wp_cache_replace_line($old, $new, $my_file) {
 	}
 	if ($found) {
 		$fd = fopen($my_file, 'w');
-		foreach($lines as $line) {
+		foreach( (array)$lines as $line ) {
 			if ( !preg_match("/$old/", $line))
 				fputs($fd, $line);
 			else {
@@ -1647,7 +1666,7 @@ function wp_cache_replace_line($old, $new, $my_file) {
 	}
 	$fd = fopen($my_file, 'w');
 	$done = false;
-	foreach($lines as $line) {
+	foreach( (array)$lines as $line ) {
 		if ( $done || !preg_match('/^(if\ \(\ \!\ )?define|\$|\?>/', $line) ) {
 			fputs($fd, $line);
 		} else {
@@ -1821,9 +1840,11 @@ function wp_cache_files() {
 	if ( $valid_nonce ) {
 		if(isset($_REQUEST['wp_delete_cache'])) {
 			wp_cache_clean_cache($file_prefix);
+			$_GET[ 'action' ] = 'regenerate_cache_stats';
 		}
 		if(isset($_REQUEST['wp_delete_expired'])) {
 			wp_cache_clean_expired($file_prefix);
+			$_GET[ 'action' ] = 'regenerate_cache_stats';
 		}
 	}
 	echo "<a name='listfiles'></a>";
@@ -1907,37 +1928,37 @@ function wp_cache_files() {
 	} 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 );
-					}
+
+	// Supercache files
+	$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);
 			}
+			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 {
-			$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();
-	}
+			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>";
+		echo "<a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'tab' => 'contents', '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>";
 		}
@@ -1945,11 +1966,10 @@ function wp_cache_files() {
 	}// 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 ) {
+		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 ( array_key_exists('fsize', (array)$cache_stats[ 'supercache' ]) )
 			$fsize = $cache_stats[ 'supercache' ][ 'fsize' ] / 1024;
 		else
@@ -1968,89 +1988,88 @@ function wp_cache_files() {
 		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++;
+		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>";
 			}
-			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++;
+			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>";
 			}
-			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++;
+			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>";
 			}
-			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++;
+			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 "</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>";
 		}
-		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>";
+		$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();
 
@@ -2242,7 +2261,7 @@ function wp_cache_favorite_action( $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' );
+	$actions[ wp_nonce_url( 'options-general.php?page=wpsupercache&wp_delete_cache=1&tab=contents', 'wp-cache' ) ] = array( __( 'Delete Cache', 'wp-super-cache' ), 'manage_options' );
 
 	return $actions;
 }
@@ -2380,10 +2399,28 @@ function wpsc_get_htaccess_info() {
 		$document_root = $_SERVER[ "DOCUMENT_ROOT" ];
 		$apache_root = '%{DOCUMENT_ROOT}';
 	}
+	$content_dir_root = $document_root;
+	if ( strpos( $document_root, '/kunden/' ) === 0 ) {
+		// http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting?replies=1
+		// On 1and1, PHP's directory structure starts with '/homepages'. The
+		// Apache directory structure has an extra '/kunden' before it.
+		// Also 1and1 does not support the %{DOCUMENT_ROOT} variable in
+		// .htaccess files.
+		// This prevents the $inst_root from being calculated correctly and
+		// means that the $apache_root is wrong.
+		//
+		// e.g. This is an example of how Apache and PHP see the directory
+		// structure on	1and1:
+		// Apache: /kunden/homepages/xx/dxxxxxxxx/htdocs/site1/index.html
+		// PHP:           /homepages/xx/dxxxxxxxx/htdocs/site1/index.html
+		// Here we fix up the paths to make mode_rewrite work on 1and1 shared hosting.
+		$content_dir_root = substr( $content_dir_root, 7 );
+		$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 ) ) ) );
+	$inst_root = str_replace( '//', '/', '/' . trailingslashit( str_replace( $content_dir_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 );
@@ -2566,4 +2603,66 @@ function check_up_on_preloading() {
 	}
 }
 add_action( 'init', 'check_up_on_preloading' ); // sometimes preloading stops working. Kickstart it.
+
+function wp_cache_disable_plugin() {
+	global $wp_cache_config_file, $wp_rewrite;
+	if ( file_exists( ABSPATH . 'wp-config.php') ) {
+		$global_config_file = ABSPATH . 'wp-config.php';
+	} else {
+		$global_config_file = dirname(ABSPATH) . '/wp-config.php';
+	}
+	$line = 'define(\'WP_CACHE\', true);';
+	if ( strpos( file_get_contents( $global_config_file ), $line ) && ( !is_writeable_ACLSafe( $global_config_file ) || !wp_cache_replace_line( 'define *\( *\'WP_CACHE\'', '//' . $line, $global_config_file ) ) )
+		wp_die( "Could not remove WP_CACHE define from $global_config_file. Please edit that file and remove the line containing the text 'WP_CACHE'. Then refresh this page." );
+
+	uninstall_supercache( WP_CONTENT_DIR . '/cache' );
+	$file_not_deleted = false;
+	if ( @file_exists( WP_CONTENT_DIR . "/advanced-cache.php" ) ) {
+		if ( false == @unlink( WP_CONTENT_DIR . "/advanced-cache.php" ) )
+			$file_not_deleted[] = 'advanced-cache.php';
+	}
+	if ( @file_exists( WP_CONTENT_DIR . "/wp-cache-config.php" ) ) {
+		if ( false == unlink( WP_CONTENT_DIR . "/wp-cache-config.php" ) )
+			$file_not_deleted[] = 'wp-cache-config.php';
+	}
+	if ( $file_not_deleted ) {
+		$msg = "<p>One or more files could not be deleted. These files and directories must be made writeable:</p>\n <ol><li>" . WP_CONTENT_DIR . "</li>\n";
+		$code = "<ul>\n";
+		foreach( (array)$file_not_deleted as $filename ) {
+			$msg .= "<li>" . WP_CONTENT_DIR . "/{$filename}</li>";
+			$code .= "<li><code>chmod 666 " . WP_CONTENT_DIR . "/{$filename}</code></li>\n";
+		}
+		$code .= "</ul>\n";
+		
+		$msg .= "</ol>\n<p>First try fixing the directory permissions with this command and refresh this page:<br /><br /><code>chmod 777 " . WP_CONTENT_DIR . "</code><br /><br />If you still see this error, you have to fix the permissions on the files themselves and refresh this page again:</p> {$code}\n<p>Don't forgot to fix things later:<br /><code>chmod 755 " . WP_CONTENT_DIR . "</code></p><p>If you don't know what <strong>chmod</strong> is use <a href='http://www.google.ie/search?hl=en&q=ftp+chmod+777'>this Google search</a> to find out all about it.</p><p>Please refresh this page when the permissions have been modified.</p>";
+		wp_die( $msg );
+	}
+	extract( wpsc_get_htaccess_info() );
+	if ( $scrules != '' && insert_with_markers( $home_path.'.htaccess', 'WPSuperCache', array() ) ) {
+		$wp_rewrite->flush_rules();
+	} elseif( $scrules != '' ) {
+		wp_mail( get_option( 'admin_email' ), __( 'Supercache Uninstall Problems', 'wp-super-cache' ), sprintf( __( "Dear User,\n\nWP Super Cache was removed from your blog but the mod_rewrite rules\nin your .htaccess were not.\n\nPlease edit the following file and remove the code\nbetween 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n\n%s\n\nRegards,\nWP Super Cache Plugin\nhttp://wordpress.org/extend/plugins/wp-super-cache/", 'wp-super-cache' ), ABSPATH . '/.htaccess' ) );
+	}
+}
+
+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;
+	}
+}
 ?>
diff --git a/wp-content/plugins/wp-super-cache/wp-super-cache.pot b/wp-content/plugins/wp-super-cache/wp-super-cache.pot
index 8f344d5b38aaea803a779b38c315042c19a0f570..952e38a582799832a1ef0d3edb6a6a357fd57887 100644
--- a/wp-content/plugins/wp-super-cache/wp-super-cache.pot
+++ b/wp-content/plugins/wp-super-cache/wp-super-cache.pot
@@ -1,23 +1,18 @@
-# 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"
+"POT-Creation-Date: 2011-01-05 14:52:03+00:00\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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
+#: ossdl-cdn.php:133
 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 "
@@ -29,164 +24,106 @@ msgid ""
 "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
 msgstr ""
 
-#: ossdl-cdn.php:106
-#, php-format
+#: ossdl-cdn.php:134 wp-cache.php:965
 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"
+"The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to "
+"Amazon S3/Cloudfront if you would rather not depend on origin pull. See the "
+"<a href=\"%2$s\">plugin support forum</a> if you have any queries about this "
+"plugin."
 msgstr ""
 
-#: ossdl-cdn.php:136
+#: ossdl-cdn.php:135
 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."
+"<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 ""
 
-#: plugins/awaitingmoderation.php:32
-msgid "Awaiting Moderation"
+#: ossdl-cdn.php:136
+msgid "You can define different CDN URLs for each site on a multsite network."
 msgstr ""
 
-#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:63
-#: plugins/domain-mapping.php:60 wp-cache.php:1164
-msgid "Enabled"
+#: ossdl-cdn.php:144
+msgid "Enable CDN Support"
 msgstr ""
 
-#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:64
-#: plugins/domain-mapping.php:61 wp-cache.php:1164
-msgid "Disabled"
+#: ossdl-cdn.php:147
+msgid "Off-site URL"
 msgstr ""
 
-#: plugins/awaitingmoderation.php:36
+#: ossdl-cdn.php:150
 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."
+"The new URL to be used in place of %1$s for rewriting. No trailing <code>/</"
+"code> please.<br />Example: <code>%2$s</code>."
 msgstr ""
 
-#: plugins/badbehaviour.php:61
-msgid "Bad Behavior"
+#: ossdl-cdn.php:154
+msgid "Include directories"
 msgstr ""
 
-#: plugins/badbehaviour.php:66
-#, php-format
+#: ossdl-cdn.php:157
 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/\") "
+"Directories to include in static file matching. Use a comma as the "
+"delimiter. Default is <code>wp-content, wp-includes</code>, which will be "
+"enforced if this field is left empty."
 msgstr ""
 
-#: 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!"
+#: ossdl-cdn.php:161
+msgid "Exclude if substring"
 msgstr ""
 
-#: plugins/domain-mapping.php:58
-msgid "Domain Mapping"
-msgstr ""
-
-#: plugins/domain-mapping.php:63
+#: ossdl-cdn.php:164
 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."
+"Excludes something from being rewritten if one of the above strings is found "
+"in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</"
+"code>, and always include <code>.php</code> (default)."
 msgstr ""
 
-#: plugins/domain-mapping.php:69
-#, php-format
-msgid "Domain Mapping support is now %s"
+#: ossdl-cdn.php:168
+msgid "Additional CNAMES"
 msgstr ""
 
-#: plugins/domain-mapping.php:83
+#: ossdl-cdn.php:171
 msgid ""
-"Domain Mapping plugin detected! Please go to the Supercache plugins page and "
-"enable the domain mapping helper plugin."
+"These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will "
+"be used in place of %1$s for rewriting (in addition to the off-site URL "
+"above). Use a comma as the delimiter. For pages with a large number of "
+"static files, this can improve browser performance. CNAMEs may also need to "
+"be configured on your CDN.<br />Example: %2$s"
 msgstr ""
 
-#: 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."
+#: ossdl-cdn.php:176
+msgid "Save Changes"
 msgstr ""
 
-#: plugins/searchengine.php:72
+#: ossdl-cdn.php:178
 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"
+"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 ""
 
-#: wp-cache.php:91
-#, php-format
+#: wp-cache.php:99
 msgid ""
 "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
 "sample.php"
 msgstr ""
 
-#: wp-cache.php:146
+#: wp-cache.php:162
 msgid "Warning! PHP Safe Mode Enabled!"
 msgstr ""
 
-#: wp-cache.php:147
+#: wp-cache.php:163
 msgid ""
 "You may experience problems running this plugin because SAFE MODE is enabled."
 msgstr ""
 
-#: wp-cache.php:151
+#: wp-cache.php:167
 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
+#: wp-cache.php:168
 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 "
@@ -195,7 +132,7 @@ msgid ""
 "details."
 msgstr ""
 
-#: wp-cache.php:154
+#: wp-cache.php:170
 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 "
@@ -203,53 +140,50 @@ msgid ""
 "php.ini config file."
 msgstr ""
 
-#: wp-cache.php:160
+#: wp-cache.php:176
 msgid "Permlink Structure Error"
 msgstr ""
 
-#: wp-cache.php:161
+#: wp-cache.php:177
 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
+#: wp-cache.php:189
 msgid "Warning! Your hostname \"%s\" resolves to %s"
 msgstr ""
 
-#: wp-cache.php:174
-#, php-format
+#: wp-cache.php:190
 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
+#: wp-cache.php:191 wp-cache.php:205
 msgid ""
 "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
 "readme.txt"
 msgstr ""
 
-#: wp-cache.php:188
+#: wp-cache.php:204
 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
+#: wp-cache.php:219
 msgid "Cannot continue... fix previous problems and retry."
 msgstr ""
 
-#: wp-cache.php:212
+#: wp-cache.php:228
 msgid "Zlib Output Compression Enabled!"
 msgstr ""
 
-#: wp-cache.php:213
+#: wp-cache.php:229
 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 "
@@ -258,11 +192,11 @@ msgid ""
 "configuration.php\">this page</a> for instructions on modifying your php.ini."
 msgstr ""
 
-#: wp-cache.php:217
+#: wp-cache.php:233
 msgid "Mod rewrite may not be installed!"
 msgstr ""
 
-#: wp-cache.php:218
+#: wp-cache.php:234
 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 "
@@ -270,96 +204,91 @@ msgid ""
 "static files. You will still be able to use legacy or PHP modes."
 msgstr ""
 
-#: wp-cache.php:223
+#: wp-cache.php:239
 msgid "Read Only Mode. Configuration cannot be changed."
 msgstr ""
 
-#: wp-cache.php:224
-#, php-format
+#: wp-cache.php:240
 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
+#: wp-cache.php:241
 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
+#: wp-cache.php:242
 msgid "Writeable:"
 msgstr ""
 
-#: wp-cache.php:227
+#: wp-cache.php:243
 msgid "Readonly:"
 msgstr ""
 
-#: wp-cache.php:239
-#, php-format
+#: wp-cache.php:255
 msgid "Warning! %s is writeable!"
 msgstr ""
 
-#: wp-cache.php:240
-#, php-format
+#: wp-cache.php:256
 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
+#: wp-cache.php:264
 msgid "Mobile rewrite rules detected"
 msgstr ""
 
-#: wp-cache.php:249
+#: wp-cache.php:265
 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
+#: wp-cache.php:265
 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
+#: wp-cache.php:271 wp-cache.php:282
 msgid "Rewrite rules must be updated"
 msgstr ""
 
-#: wp-cache.php:256 wp-cache.php:267
+#: wp-cache.php:272 wp-cache.php:283
 msgid "The rewrite rules required by this plugin have changed or are missing. "
 msgstr ""
 
-#: wp-cache.php:257
+#: wp-cache.php:273
 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
+#: wp-cache.php:274
 msgid "Set the plugin to legacy mode and enable mobile support."
 msgstr ""
 
-#: wp-cache.php:259 wp-cache.php:268
+#: wp-cache.php:275 wp-cache.php:284
 msgid ""
 "Scroll down the Advanced Settings page and click the <strong>Update "
 "Mod_Rewrite Rules</strong> button."
 msgstr ""
 
-#: wp-cache.php:260
-#, php-format
+#: wp-cache.php:276
 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
+#: wp-cache.php:277
 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</"
@@ -368,144 +297,81 @@ msgid ""
 "*$</code> add these lines: (do it twice, once for each section)"
 msgstr ""
 
-#: wp-cache.php:274
+#: wp-cache.php:290
 msgid "Required to serve compressed supercache files properly."
 msgstr ""
 
-#: wp-cache.php:274
+#: wp-cache.php:290
 msgid ""
 "Required to set caching information on supercache pages. IE7 users will see "
 "old pages without this module."
 msgstr ""
 
-#: wp-cache.php:274
+#: wp-cache.php:290
 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
+#: wp-cache.php:297
 msgid "Missing Apache Modules"
 msgstr ""
 
-#: wp-cache.php:282
+#: wp-cache.php:298
 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
+#: wp-cache.php:456
 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
+#: wp-cache.php:547
 msgid "WP Super Cache Settings"
 msgstr ""
 
-#: wp-cache.php:535
+#: wp-cache.php:558
 msgid ""
 "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
 "Settings Page by default."
 msgstr ""
 
-#: wp-cache.php:546
+#: wp-cache.php:569
 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
+#: wp-cache.php:594
 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
+#: wp-cache.php:612 wp-cache.php:743
 msgid "Cancel Cache Preload"
 msgstr ""
 
-#: wp-cache.php:666 wp-cache.php:677
+#: wp-cache.php:620 wp-cache.php:631
 msgid "Scheduled preloading of cache cancelled."
 msgstr ""
 
-#: wp-cache.php:703 wp-cache.php:787
+#: wp-cache.php:657 wp-cache.php:741
 msgid "Preload Cache Now"
 msgstr ""
 
-#: wp-cache.php:707
+#: wp-cache.php:661
 msgid "Scheduled preloading of cache in 10 seconds."
 msgstr ""
 
-#: wp-cache.php:712
-#, php-format
+#: wp-cache.php:666
 msgid "Scheduled preloading of cache in %d minutes"
 msgstr ""
 
-#: wp-cache.php:716
+#: wp-cache.php:670
 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 "
@@ -513,214 +379,218 @@ msgid ""
 "speed as a metric when judging websites now."
 msgstr ""
 
-#: wp-cache.php:717
+#: wp-cache.php:671
 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
+#: wp-cache.php:672
 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
+#: wp-cache.php:676
 msgid ""
 "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
 "minutes.)"
 msgstr ""
 
-#: wp-cache.php:735
+#: wp-cache.php:689
 msgid "all"
 msgstr ""
 
-#: wp-cache.php:748
-#, php-format
+#: wp-cache.php:702
 msgid "Preload %s posts."
 msgstr ""
 
-#: wp-cache.php:755
+#: wp-cache.php:709
 msgid ""
 "Preload mode (garbage collection only on legacy cache files. Recommended.)"
 msgstr ""
 
-#: wp-cache.php:758
+#: wp-cache.php:712
 msgid "Send me status emails when files are refreshed."
 msgstr ""
 
-#: wp-cache.php:763
+#: wp-cache.php:717
 msgid "Many emails, 2 emails per 100 posts."
 msgstr ""
 
-#: wp-cache.php:766
+#: wp-cache.php:720
 msgid "Medium, 1 email per 100 posts."
 msgstr ""
 
-#: wp-cache.php:769
+#: wp-cache.php:723
 msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
 msgstr ""
 
-#: wp-cache.php:773
-#, php-format
+#: wp-cache.php:727
 msgid "Refresh of cache in %d hours %d minutes and %d seconds."
 msgstr ""
 
-#: wp-cache.php:774
-#, php-format
+#: wp-cache.php:728
 msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
 msgstr ""
 
-#: wp-cache.php:780
-#, php-format
+#: wp-cache.php:734
 msgid "Currently caching from post %d to %d."
 msgstr ""
 
-#: wp-cache.php:784
-#, php-format
+#: wp-cache.php:738
 msgid "<strong>Page last cached:</strong> %s"
 msgstr ""
 
-#: wp-cache.php:787
+#: wp-cache.php:741
 msgid "Update Settings"
 msgstr ""
 
-#: wp-cache.php:795
+#: wp-cache.php:749
 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
+#: wp-cache.php:766 wp-cache.php:862
 msgid "Caching"
 msgstr ""
 
-#: wp-cache.php:814
+#: wp-cache.php:770
 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
+#: wp-cache.php:770 wp-cache.php:771 wp-cache.php:788 wp-cache.php:793
+#: wp-cache.php:796 wp-cache.php:797 wp-cache.php:810 wp-cache.php:865
 msgid "Recommended"
 msgstr ""
 
-#: wp-cache.php:815
+#: wp-cache.php:771
 msgid "Use mod_rewrite to serve cache files."
 msgstr ""
 
-#: wp-cache.php:816
+#: wp-cache.php:772
 msgid "Use PHP to serve cache files."
 msgstr ""
 
-#: wp-cache.php:817
+#: wp-cache.php:773
 msgid "Legacy page caching."
 msgstr ""
 
-#: wp-cache.php:818
+#: wp-cache.php:774
 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
+#: wp-cache.php:780
 msgid "Miscellaneous"
 msgstr ""
 
-#: wp-cache.php:830
+#: wp-cache.php:786
 msgid "Warning! Compression is disabled as gzencode() function not found."
 msgstr ""
 
-#: wp-cache.php:832
+#: wp-cache.php:788
 msgid "Compress pages so they&#8217;re served more quickly to visitors."
 msgstr ""
 
-#: wp-cache.php:833
+#: 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 ""
 
-#: wp-cache.php:837
+#: wp-cache.php:793
 msgid ""
 "304 Not Modified browser caching. Indicate when a page has not been modified "
 "since last requested."
 msgstr ""
 
-#: wp-cache.php:838
+#: wp-cache.php:794
 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
+#: wp-cache.php:796
 msgid ""
 "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
 "comment\">known users</acronym>."
 msgstr ""
 
-#: wp-cache.php:841
+#: wp-cache.php:797
 msgid ""
 "Cache rebuild. Serve a supercache file to anonymous users while a new file "
 "is being generated."
 msgstr ""
 
-#: wp-cache.php:842
+#: wp-cache.php:798
 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
+#: wp-cache.php:804 wp-cache.php:1053 wp-cache.php:1559
 msgid "Advanced"
 msgstr ""
 
-#: wp-cache.php:852
+#: wp-cache.php:808
 msgid "Mobile device support."
 msgstr ""
 
-#: wp-cache.php:853
+#: wp-cache.php:809
 msgid "Clear all cache files when a post or page is published."
 msgstr ""
 
-#: wp-cache.php:854
+#: wp-cache.php:810
+msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
+msgstr ""
+
+#: wp-cache.php:811
 msgid "Only refresh current page when comments made."
 msgstr ""
 
-#: wp-cache.php:855
+#: wp-cache.php:812
 msgid "List the newest cached pages on this page."
 msgstr ""
 
-#: wp-cache.php:857
+#: wp-cache.php:814
 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
+#: wp-cache.php:816
 msgid ""
 "Late init. Display cached files after WordPress has loaded. Most useful in "
 "legacy mode."
 msgstr ""
 
-#: wp-cache.php:861
+#: wp-cache.php:818
 msgid "Use object cache to store cached files."
 msgstr ""
 
-#: wp-cache.php:861
+#: wp-cache.php:818
 msgid "(Experimental)"
 msgstr ""
 
-#: wp-cache.php:868
+#: wp-cache.php:825
 msgid "Note:"
 msgstr ""
 
-#: wp-cache.php:870
-#, php-format
+#: wp-cache.php:827
+msgid ""
+"Uninstall this plugin on the plugins page. It will automatically clean up "
+"after itself. If manual intervention is required then simple instructions "
+"are provided."
+msgstr ""
+
+#: wp-cache.php:828
 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 "
@@ -728,16 +598,14 @@ msgid ""
 "files are writeable too is probably a good idea!)"
 msgstr ""
 
-#: wp-cache.php:871
-#, php-format
+#: wp-cache.php:829
 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
+#: wp-cache.php:830
 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 "
@@ -745,27 +613,27 @@ msgid ""
 "have been answered."
 msgstr ""
 
-#: wp-cache.php:875 wp-cache.php:922
+#: wp-cache.php:833 wp-cache.php:880
 msgid "Update Status"
 msgstr ""
 
-#: wp-cache.php:882
+#: wp-cache.php:840
 msgid "Accepted Filenames &amp; Rejected URIs"
 msgstr ""
 
-#: wp-cache.php:907
+#: wp-cache.php:865
 msgid "Caching On"
 msgstr ""
 
-#: wp-cache.php:908
+#: wp-cache.php:866
 msgid "Caching Off"
 msgstr ""
 
-#: wp-cache.php:909
+#: wp-cache.php:867
 msgid "Note: enables PHP caching, cache rebuild, and mobile support"
 msgstr ""
 
-#: wp-cache.php:919
+#: wp-cache.php:877
 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 "
@@ -773,18 +641,87 @@ msgid ""
 "your install and remove the SuperCache rules."
 msgstr ""
 
-#: wp-cache.php:924
+#: wp-cache.php:882
+msgid "Cache Tester"
+msgstr ""
+
+#: wp-cache.php:883
+msgid "Test your cached website by clicking the test button below."
+msgstr ""
+
+#: wp-cache.php:889
+msgid "Fetching %s to prime cache: "
+msgstr ""
+
+#: wp-cache.php:891 wp-cache.php:899 wp-cache.php:907
+msgid "OK"
+msgstr ""
+
+#: wp-cache.php:894
+msgid "Fetching first copy of %s: "
+msgstr ""
+
+#: wp-cache.php:902
+msgid "Fetching second copy of %s: "
+msgstr ""
+
+#: wp-cache.php:910
+msgid "One or more page requests failed:"
+msgstr ""
+
+#: wp-cache.php:929 wp-cache.php:930
+msgid "Page %d: %d (%s)"
+msgstr ""
+
+#: wp-cache.php:936
+msgid "Page 1: %s"
+msgstr ""
+
+#: wp-cache.php:937
+msgid "Page 2: %s"
+msgstr ""
+
+#: wp-cache.php:938
+msgid "The timestamps on both pages match!"
+msgstr ""
+
+#: wp-cache.php:940
+msgid "The pages do not match! Timestamps differ or were not found!"
+msgstr ""
+
+#: wp-cache.php:947
+msgid "Send non-secure (non https) request for homepage"
+msgstr ""
+
+#: wp-cache.php:948
+msgid "Test Cache"
+msgstr ""
+
+#: wp-cache.php:952
+msgid "Delete Cached Pages"
+msgstr ""
+
+#: wp-cache.php:953
+msgid ""
+"Cached pages are stored on your server as html and PHP files. If you need to "
+"delete them use the button below."
+msgstr ""
+
+#: wp-cache.php:956 wp-cache.php:2089 wp-cache.php:2101 wp-cache.php:2264
+msgid "Delete Cache"
+msgstr ""
+
+#: wp-cache.php:960
 msgid "Recommended Links and Plugins"
 msgstr ""
 
-#: wp-cache.php:925
+#: wp-cache.php:961
 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
+#: wp-cache.php:962
 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 "
@@ -792,8 +729,7 @@ msgid ""
 "pages. It does not however join JS/CSS files together."
 msgstr ""
 
-#: wp-cache.php:927
-#, php-format
+#: wp-cache.php:963
 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 "
@@ -801,190 +737,174 @@ msgid ""
 "the performance tools online at <a href=\"%s\">GTMetrix</a>."
 msgstr ""
 
-#: wp-cache.php:928
-#, php-format
+#: wp-cache.php:964
 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
+#: wp-cache.php:966
 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
+#: wp-cache.php:967
 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
+#: wp-cache.php:978
 msgid "Make WordPress Faster"
 msgstr ""
 
-#: wp-cache.php:942
-#, php-format
+#: wp-cache.php:979
 msgid ""
 "%1$s is maintained and developed by %2$s with contributions from many others."
 msgstr ""
 
-#: wp-cache.php:943
-#, php-format
+#: wp-cache.php:980
 msgid "He blogs at %1$s and posts photos at %2$s."
 msgstr ""
 
-#: wp-cache.php:944
-#, php-format
+#: wp-cache.php:981
 msgid "Please say hi to him on %s too!"
 msgstr ""
 
-#: wp-cache.php:945
+#: wp-cache.php:982
 msgid "Need Help?"
 msgstr ""
 
-#: wp-cache.php:947
-#, php-format
+#: wp-cache.php:984
 msgid "<a href=\"%1$s\">Installation Help</a>"
 msgstr ""
 
-#: wp-cache.php:948
-#, php-format
+#: wp-cache.php:985
 msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
 msgstr ""
 
-#: wp-cache.php:949
-#, php-format
+#: wp-cache.php:986
 msgid "<a href=\"%1$s\">Support Forum</a>"
 msgstr ""
 
-#: wp-cache.php:951
+#: wp-cache.php:988
 msgid "Rate This Plugin!"
 msgstr ""
 
-#: wp-cache.php:952
-#, php-format
+#: wp-cache.php:989
 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
+#: wp-cache.php:998
 msgid "Cached pages since %1$s : <strong>%2$s</strong>"
 msgstr ""
 
-#: wp-cache.php:962
+#: wp-cache.php:999
 msgid "Newest Cached Pages:"
 msgstr ""
 
-#: wp-cache.php:966
-#, php-format
+#: wp-cache.php:1003
 msgid "Cached %s seconds ago"
 msgstr ""
 
-#: wp-cache.php:969
+#: wp-cache.php:1006
 msgid "(may not always be accurate on busy sites)"
 msgstr ""
 
-#: wp-cache.php:988
+#: wp-cache.php:1025
 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
+#: wp-cache.php:1026
 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
+#: wp-cache.php:1036
 msgid "Available Plugins"
 msgstr ""
 
-#: wp-cache.php:1016
+#: wp-cache.php:1053
 msgid "Easy"
 msgstr ""
 
-#: wp-cache.php:1016
+#: wp-cache.php:1053
 msgid "CDN"
 msgstr ""
 
-#: wp-cache.php:1016
-msgid "Tester & Contents"
+#: wp-cache.php:1053
+msgid "Contents"
 msgstr ""
 
-#: wp-cache.php:1016
+#: wp-cache.php:1053
 msgid "Preload"
 msgstr ""
 
-#: wp-cache.php:1016
+#: wp-cache.php:1053
 msgid "Plugins"
 msgstr ""
 
-#: wp-cache.php:1016
+#: wp-cache.php:1053
 msgid "Debug"
 msgstr ""
 
-#: wp-cache.php:1047
-#, php-format
+#: wp-cache.php:1084
 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
+#: wp-cache.php:1086
 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
+#: wp-cache.php:1096
 msgid "Mod Rewrite Rules"
 msgstr ""
 
-#: wp-cache.php:1065
+#: wp-cache.php:1102
 msgid "WordPress MU Detected"
 msgstr ""
 
-#: wp-cache.php:1065
+#: wp-cache.php:1102
 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
+#: wp-cache.php:1104
 msgid "Mod Rewrite rules cannot be updated!"
 msgstr ""
 
-#: wp-cache.php:1068
-#, php-format
+#: wp-cache.php:1105
 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
+#: wp-cache.php:1107
 msgid "Refresh this page when you have updated your .htaccess file."
 msgstr ""
 
-#: wp-cache.php:1074
+#: wp-cache.php:1111
 msgid "Thank you for upgrading."
 msgstr ""
 
-#: wp-cache.php:1074
-#, php-format
+#: wp-cache.php:1111
 msgid ""
 "The mod_rewrite rules changed since you last installed this plugin. "
 "Unfortunately you must remove the old supercache rules before the new ones "
@@ -996,11 +916,11 @@ msgid ""
 "brave enough to use them."
 msgstr ""
 
-#: wp-cache.php:1078
+#: wp-cache.php:1115
 msgid "Trailing slash check required."
 msgstr ""
 
-#: wp-cache.php:1078
+#: wp-cache.php:1115
 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 "
@@ -1009,44 +929,41 @@ msgid ""
 "and add these two rules to the two groups of Super Cache rules:"
 msgstr ""
 
-#: wp-cache.php:1080
+#: wp-cache.php:1117
 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
+#: wp-cache.php:1131
 msgid "Mod Rewrite rules updated!"
 msgstr ""
 
-#: wp-cache.php:1095
-#, php-format
+#: wp-cache.php:1132
 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
+#: wp-cache.php:1134
 msgid "Mod Rewrite rules must be updated!"
 msgstr ""
 
-#: wp-cache.php:1098
-#, php-format
+#: wp-cache.php:1135
 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
+#: wp-cache.php:1140
 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
+#: wp-cache.php:1143
 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 "
@@ -1054,156 +971,171 @@ msgid ""
 "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
 msgstr ""
 
-#: wp-cache.php:1109
+#: wp-cache.php:1146
 msgid "View Mod_Rewrite Rules"
 msgstr ""
 
-#: wp-cache.php:1113 wp-cache.php:2350
-#, php-format
+#: wp-cache.php:1150 wp-cache.php:2380
 msgid "Rules must be added to %s too:"
 msgstr ""
 
-#: wp-cache.php:1121
-#, php-format
+#: wp-cache.php:1158
 msgid "Gzip encoding rules in %s.htaccess created."
 msgstr ""
 
-#: wp-cache.php:1128
+#: wp-cache.php:1165
 msgid "Fix Configuration"
 msgstr ""
 
-#: wp-cache.php:1131
+#: wp-cache.php:1168
 msgid "Restore Default Configuration"
 msgstr ""
 
-#: wp-cache.php:1139
+#: wp-cache.php:1176
 msgid ""
 "Comment moderation is enabled. Your comment may take some time to appear."
 msgstr ""
 
-#: wp-cache.php:1164
+#: wp-cache.php:1201
 msgid "Lock Down:"
 msgstr ""
 
-#: wp-cache.php:1165
+#: wp-cache.php:1201 plugins/awaitingmoderation.php:35
+#: plugins/badbehaviour.php:66 plugins/domain-mapping.php:61
+msgid "Disabled"
+msgstr ""
+
+#: wp-cache.php:1201 plugins/awaitingmoderation.php:34
+#: plugins/badbehaviour.php:65 plugins/domain-mapping.php:60
+msgid "Enabled"
+msgstr ""
+
+#: wp-cache.php:1202
 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
+#: wp-cache.php:1203
 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
+#: wp-cache.php:1205
 msgid "Sorry. My blog is locked down. Updates will appear shortly"
 msgstr ""
 
-#: wp-cache.php:1172
+#: wp-cache.php:1209
 msgid ""
 "WordPress is locked down. Super Cache static files will not be deleted when "
 "new comments are made."
 msgstr ""
 
-#: wp-cache.php:1174
+#: wp-cache.php:1211
 msgid ""
 "WordPress is not locked down. New comments will refresh Super Cache static "
 "files as normal."
 msgstr ""
 
-#: wp-cache.php:1180
+#: wp-cache.php:1214 plugins/searchengine.php:61 plugins/searchengine.php:76
+msgid "Disable"
+msgstr ""
+
+#: wp-cache.php:1214 plugins/searchengine.php:74
+msgid "Enable"
+msgstr ""
+
+#: wp-cache.php:1217
 msgid "Lock Down"
 msgstr ""
 
-#: wp-cache.php:1188
+#: wp-cache.php:1225
 msgid "Directly Cached Files"
 msgstr ""
 
-#: wp-cache.php:1246
-#, php-format
+#: wp-cache.php:1283
 msgid "%s removed!"
 msgstr ""
 
-#: wp-cache.php:1254
-#, php-format
+#: wp-cache.php:1291 wp-cache.php:1293 plugins/badbehaviour.php:83
+msgid "Warning!"
+msgstr ""
+
+#: wp-cache.php:1291
 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
+#: wp-cache.php:1293
 msgid ""
 "%s is writable. Please make it readonly after your page is generated as this "
 "is a security risk."
 msgstr ""
 
-#: wp-cache.php:1270
+#: wp-cache.php:1307
 msgid "Existing direct page"
 msgstr ""
 
-#: wp-cache.php:1270
+#: wp-cache.php:1307
 msgid "Delete cached file"
 msgstr ""
 
-#: wp-cache.php:1275
+#: wp-cache.php:1312
 msgid "Add direct page:"
 msgstr ""
 
-#: wp-cache.php:1277
-#, php-format
+#: wp-cache.php:1314
 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
+#: wp-cache.php:1316
 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
+#: wp-cache.php:1317
 msgid ""
 "Make the textbox blank to remove it from the list of direct pages and delete "
 "the cached file."
 msgstr ""
 
-#: wp-cache.php:1285
+#: wp-cache.php:1322
 msgid "Update Direct Pages"
 msgstr ""
 
-#: wp-cache.php:1323
+#: wp-cache.php:1360
 msgid "Expiry Time &amp; Garbage Collection"
 msgstr ""
 
-#: wp-cache.php:1325
+#: wp-cache.php:1362
 msgid "Expire time:"
 msgstr ""
 
-#: wp-cache.php:1326
+#: wp-cache.php:1363
 msgid "seconds"
 msgstr ""
 
-#: wp-cache.php:1327
+#: wp-cache.php:1364
 msgid "Garbage Collection"
 msgstr ""
 
-#: wp-cache.php:1327
+#: wp-cache.php:1364
 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
+#: wp-cache.php:1365
 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 "
@@ -1214,77 +1146,77 @@ msgid ""
 "using mod_rewrite or PHP caching."
 msgstr ""
 
-#: wp-cache.php:1329
+#: wp-cache.php:1366
 msgid "Set the expiry time to 0 seconds to disable garbage collection."
 msgstr ""
 
-#: wp-cache.php:1330
+#: wp-cache.php:1367
 msgid "Change Expiration"
 msgstr ""
 
-#: wp-cache.php:1374
+#: wp-cache.php:1411
 msgid "Rejected User Agents"
 msgstr ""
 
-#: wp-cache.php:1375
+#: wp-cache.php:1412
 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
+#: wp-cache.php:1419
 msgid "Save UA Strings"
 msgstr ""
 
-#: wp-cache.php:1405
+#: wp-cache.php:1442
 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
+#: wp-cache.php:1445
 msgid "Single Posts"
 msgstr ""
 
-#: wp-cache.php:1409
+#: wp-cache.php:1446
 msgid "Pages"
 msgstr ""
 
-#: wp-cache.php:1410
+#: wp-cache.php:1447
 msgid "Front Page"
 msgstr ""
 
-#: wp-cache.php:1411
+#: wp-cache.php:1448
 msgid "Home"
 msgstr ""
 
-#: wp-cache.php:1412
+#: wp-cache.php:1449
 msgid "Archives"
 msgstr ""
 
-#: wp-cache.php:1413
+#: wp-cache.php:1450
 msgid "Tags"
 msgstr ""
 
-#: wp-cache.php:1414
+#: wp-cache.php:1451
 msgid "Category"
 msgstr ""
 
-#: wp-cache.php:1415
+#: wp-cache.php:1452
 msgid "Feeds"
 msgstr ""
 
-#: wp-cache.php:1416
+#: wp-cache.php:1453
 msgid "Search Pages"
 msgstr ""
 
-#: wp-cache.php:1418 wp-cache.php:1546
+#: wp-cache.php:1455 wp-cache.php:1569
 msgid "Save"
 msgstr ""
 
-#: wp-cache.php:1435
+#: wp-cache.php:1472
 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 "
@@ -1293,70 +1225,57 @@ msgid ""
 "cache that page."
 msgstr ""
 
-#: wp-cache.php:1441
+#: wp-cache.php:1478
 msgid "Save Strings"
 msgstr ""
 
-#: wp-cache.php:1457
+#: wp-cache.php:1494
 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
+#: wp-cache.php:1500
 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."
+#: wp-cache.php:1541
+msgid "Currently logging to: %s"
 msgstr ""
 
-#: wp-cache.php:1519
+#: wp-cache.php:1544
 msgid ""
-"Logging to a file is easier but faces the problem that clearing the cache "
-"will clear the log file."
+"Fix problems with the plugin by debugging it here. It can log them to a file "
+"in your cache directory."
 msgstr ""
 
-#: wp-cache.php:1523
+#: wp-cache.php:1548
 msgid "Debugging"
 msgstr ""
 
-#: wp-cache.php:1524
-msgid "Logging Type"
-msgstr ""
-
-#: wp-cache.php:1524
-msgid "Email"
-msgstr ""
-
-#: wp-cache.php:1525
-msgid "file"
+#: wp-cache.php:1548 plugins/awaitingmoderation.php:40
+#: plugins/badbehaviour.php:71 plugins/searchengine.php:69
+#: plugins/domain-mapping.php:66
+msgid "enabled"
 msgstr ""
 
-#: wp-cache.php:1526
+#: wp-cache.php:1549
 msgid "IP Address"
 msgstr ""
 
-#: wp-cache.php:1526
-#, php-format
+#: wp-cache.php:1549
 msgid "(only log requests from this IP address. Your IP is %s)"
 msgstr ""
 
-#: wp-cache.php:1527
+#: wp-cache.php:1550
 msgid "Log level"
 msgstr ""
 
-#: wp-cache.php:1533
+#: wp-cache.php:1556
 msgid "(1 = less, 5 = more, may cause severe server load.)"
 msgstr ""
 
-#: wp-cache.php:1536
+#: wp-cache.php:1559
 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 "
@@ -1364,8 +1283,7 @@ msgid ""
 "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
 msgstr ""
 
-#: wp-cache.php:1537
-#, php-format
+#: wp-cache.php:1560
 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 "
@@ -1373,95 +1291,88 @@ msgid ""
 "emailed if there is a problem."
 msgstr ""
 
-#: wp-cache.php:1539
+#: wp-cache.php:1562
 msgid "Check front page every 5 minutes."
 msgstr ""
 
-#: wp-cache.php:1540
+#: wp-cache.php:1563
 msgid "Front page text"
 msgstr ""
 
-#: wp-cache.php:1540
+#: wp-cache.php:1563
 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
+#: wp-cache.php:1564
 msgid "Clear cache on error."
 msgstr ""
 
-#: wp-cache.php:1542
+#: wp-cache.php:1565
 msgid "Email the blog admin when checks are made. (useful for testing)"
 msgstr ""
 
-#: wp-cache.php:1556
+#: wp-cache.php:1579
 msgid ""
 "Error: GZIP compression is enabled, disable it if you want to enable wp-"
 "cache."
 msgstr ""
 
-#: wp-cache.php:1603 wp-cache.php:1765
+#: wp-cache.php:1626 wp-cache.php:1792
 msgid "Warning"
 msgstr ""
 
-#: wp-cache.php:1603
+#: wp-cache.php:1626
 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
+#: wp-cache.php:1688 wp-cache.php:1693 wp-cache.php:1725 wp-cache.php:1730
+#: wp-cache.php:1736
 msgid "Error"
 msgstr ""
 
-#: wp-cache.php:1661
-#, php-format
+#: wp-cache.php:1688
 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
+#: wp-cache.php:1693
 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
+#: wp-cache.php:1725
 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
+#: wp-cache.php:1730
 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
+#: wp-cache.php:1736
 msgid ""
 "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
 "installation."
 msgstr ""
 
-#: wp-cache.php:1765
-#, php-format
+#: wp-cache.php:1792
 msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
 msgstr ""
 
-#: wp-cache.php:1766
+#: wp-cache.php:1793
 msgid "1. If it already exists please delete the file first."
 msgstr ""
 
-#: wp-cache.php:1767
-#, php-format
+#: wp-cache.php:1794
 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 "
@@ -1469,27 +1380,24 @@ msgid ""
 "again. (Change 777 to 755 in the previous command)"
 msgstr ""
 
-#: wp-cache.php:1768
-#, php-format
+#: wp-cache.php:1795
 msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
 msgstr ""
 
-#: wp-cache.php:1769
-#, php-format
+#: wp-cache.php:1796
 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
+#: wp-cache.php:1797
 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
+#: wp-cache.php:1820
 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 "
@@ -1498,21 +1406,20 @@ msgid ""
 "true);</code></p>"
 msgstr ""
 
-#: wp-cache.php:1795
+#: wp-cache.php:1822
 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
+#: wp-cache.php:1823
 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
+#: wp-cache.php:1827
 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."
@@ -1520,303 +1427,376 @@ msgid ""
 "moved up."
 msgstr ""
 
-#: wp-cache.php:1822
+#: wp-cache.php:1851
 msgid "Cache Contents"
 msgstr ""
 
-#: wp-cache.php:1825
+#: wp-cache.php:1854
 msgid "Object cache in use. No cache listing available."
 msgstr ""
 
-#: wp-cache.php:1849
-#, php-format
+#: wp-cache.php:1878
 msgid "Deleting supercache file: <strong>%s</strong><br />"
 msgstr ""
 
-#: wp-cache.php:1866
-#, php-format
+#: wp-cache.php:1895
 msgid "Deleting wp-cache file: <strong>%s</strong><br />"
 msgstr ""
 
-#: wp-cache.php:1931
+#: wp-cache.php:1960
 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
+#: wp-cache.php:1961
 msgid "Regenerate cache stats"
 msgstr ""
 
-#: wp-cache.php:1934
-#, php-format
+#: wp-cache.php:1963
 msgid "Cache stats last generated: %s minutes ago."
 msgstr ""
 
-#: wp-cache.php:1940
+#: wp-cache.php:1969
 msgid "WP-Cache"
 msgstr ""
 
-#: wp-cache.php:1941 wp-cache.php:1957
-#, php-format
+#: wp-cache.php:1970 wp-cache.php:1985
 msgid "%s Cached Pages"
 msgstr ""
 
-#: wp-cache.php:1942 wp-cache.php:1962
-#, php-format
+#: wp-cache.php:1971 wp-cache.php:1990
 msgid "%s Expired Pages"
 msgstr ""
 
-#: wp-cache.php:1956
+#: wp-cache.php:1984
 msgid "WP-Super-Cache"
 msgstr ""
 
-#: wp-cache.php:1967
+#: wp-cache.php:1994
 msgid "Fresh WP-Cached Files"
 msgstr ""
 
-#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
+#: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
 msgid "URI"
 msgstr ""
 
-#: wp-cache.php:1968 wp-cache.php:1984
+#: wp-cache.php:1995 wp-cache.php:2011
 msgid "Key"
 msgstr ""
 
-#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
+#: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
 msgid "Age"
 msgstr ""
 
-#: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
+#: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
 msgid "Delete"
 msgstr ""
 
-#: wp-cache.php:1983
+#: wp-cache.php:2010
 msgid "Stale WP-Cached Files"
 msgstr ""
 
-#: wp-cache.php:1999
+#: wp-cache.php:2026
 msgid "Fresh Super Cached Files"
 msgstr ""
 
-#: wp-cache.php:2015
+#: wp-cache.php:2042
 msgid "Stale Super Cached Files"
 msgstr ""
 
-#: wp-cache.php:2031
+#: wp-cache.php:2058
 msgid "Hide file list"
 msgstr ""
 
-#: wp-cache.php:2033
+#: wp-cache.php:2060
 msgid "Too many cached files, no listing possible."
 msgstr ""
 
-#: wp-cache.php:2035
+#: wp-cache.php:2062
 msgid "List all cached files"
 msgstr ""
 
-#: wp-cache.php:2041
-#, php-format
+#: wp-cache.php:2068
 msgid ""
 "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
 "minutes ago<br />"
 msgstr ""
 
-#: wp-cache.php:2042
-#, php-format
+#: wp-cache.php:2069
 msgid "Next GC in <strong>%s</strong> minutes"
 msgstr ""
 
-#: wp-cache.php:2045
-#, php-format
+#: wp-cache.php:2072
 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
+#: wp-cache.php:2083
 msgid "Delete Expired"
 msgstr ""
 
-#: wp-cache.php:2062 wp-cache.php:2074 wp-cache.php:2237
-msgid "Delete Cache"
-msgstr ""
-
-#: wp-cache.php:2074
+#: wp-cache.php:2101
 msgid "Delete Super Cache cached files (opens in new window)"
 msgstr ""
 
-#: wp-cache.php:2213
-#, php-format
+#: wp-cache.php:2240
 msgid "%1$s is Digg proof thanks to caching by %2$s"
 msgstr ""
 
-#: wp-cache.php:2246
-#, php-format
+#: wp-cache.php:2273
 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
+#: wp-cache.php:2279
 msgid "Settings"
 msgstr ""
 
-#: wp-cache.php:2262
-#, php-format
+#: wp-cache.php:2289
 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
+#: wp-cache.php:2292
+msgid ""
+"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."
+msgstr ""
+
+#: wp-cache.php:2311
 msgid "[%s] Front page is gzipped! Please clear cache!"
 msgstr ""
 
-#: wp-cache.php:2281
-#, php-format
+#: wp-cache.php:2311
 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
+#: wp-cache.php:2314
 msgid "[%s] Front page is gzipped! Cache Cleared!"
 msgstr ""
 
-#: wp-cache.php:2284
-#, php-format
+#: wp-cache.php:2314
 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
+#: wp-cache.php:2321
 msgid "[%s] Front page is not correct! Please clear cache!"
 msgstr ""
 
-#: wp-cache.php:2291
-#, php-format
+#: wp-cache.php:2321
 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
+#: wp-cache.php:2324
 msgid "[%s] Front page is not correct! Cache Cleared!"
 msgstr ""
 
-#: wp-cache.php:2294
-#, php-format
+#: wp-cache.php:2324
 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
+#: wp-cache.php:2329
 msgid "[%s] Front page check!"
 msgstr ""
 
-#: wp-cache.php:2299
-#, php-format
+#: wp-cache.php:2329
 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
+#: wp-cache.php:2372
 msgid "Cannot update .htaccess"
 msgstr ""
 
-#: wp-cache.php:2342
-#, php-format
+#: wp-cache.php:2372
 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
+#: wp-cache.php:2372
 msgid "Refresh this page when the file permissions have been modified."
 msgstr ""
 
-#: wp-cache.php:2342
-#, php-format
+#: wp-cache.php:2372
 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
+#: wp-cache.php:2376
 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
+#: wp-cache.php:2377
 msgid "You can edit the file yourself add the following rules."
 msgstr ""
 
-#: wp-cache.php:2348
+#: wp-cache.php:2378
 msgid " Make sure they appear before any existing WordPress rules. "
 msgstr ""
 
-#: wp-cache.php:2356
+#: wp-cache.php:2386
 msgid "Update Mod_Rewrite Rules"
 msgstr ""
 
-#: wp-cache.php:2463
-#, php-format
+#: wp-cache.php:2511
 msgid "[%1$s] Cache Preload Started"
 msgstr ""
 
-#: wp-cache.php:2465
-#, php-format
+#: wp-cache.php:2513
 msgid "[%1$s] Refreshing posts from %2$d to %3$d"
 msgstr ""
 
-#: wp-cache.php:2483
-#, php-format
+#: wp-cache.php:2531
 msgid "[%1$s] Cache Preload Stopped"
 msgstr ""
 
-#: wp-cache.php:2492
-#, php-format
+#: wp-cache.php:2540
 msgid "[%1$s] %2$d posts refreshed"
 msgstr ""
 
-#: wp-cache.php:2492
+#: wp-cache.php:2540
 msgid "Refreshed the following posts:"
 msgstr ""
 
-#: wp-cache.php:2501
-#, php-format
+#: wp-cache.php:2549
 msgid "Scheduling next preload refresh in %d minutes."
 msgstr ""
 
-#: wp-cache.php:2511
-#, php-format
+#: wp-cache.php:2559
 msgid "[%s] Cache Preload Completed"
 msgstr ""
 
-#: wp-cache.php:2511
+#: wp-cache.php:2559
 msgid "Cleaning up old supercache files."
 msgstr ""
 
-#: wp-cache.php:2553
-#, php-format
+#: wp-cache.php:2601
 msgid "[%s] Preload may have stalled."
 msgstr ""
 
-#: wp-cache.php:2553
-#, php-format
+#: wp-cache.php:2601
 msgid ""
 "Preload has been restarted.\n"
 "%s"
 msgstr ""
+
+#: wp-cache.php:2644
+msgid "Supercache Uninstall Problems"
+msgstr ""
+
+#: wp-cache.php:2644
+msgid ""
+"Dear User,\n"
+"\n"
+"WP Super Cache was removed from your blog but the mod_rewrite rules\n"
+"in your .htaccess were not.\n"
+"\n"
+"Please edit the following file and remove the code\n"
+"between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file "
+"first!\n"
+"\n"
+"%s\n"
+"\n"
+"Regards,\n"
+"WP Super Cache Plugin\n"
+"http://wordpress.org/extend/plugins/wp-super-cache/"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:4
+msgid "Your comment is awaiting moderation."
+msgstr ""
+
+#: plugins/awaitingmoderation.php:32
+msgid "Awaiting Moderation"
+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:42 plugins/badbehaviour.php:73
+#: plugins/searchengine.php:67 plugins/domain-mapping.php:68
+msgid "disabled"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:43
+msgid "Awaiting Moderation is now %s"
+msgstr ""
+
+#: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76
+#: plugins/domain-mapping.php:71
+msgid "Update"
+msgstr ""
+
+#: plugins/badbehaviour.php:47
+msgid "Bad Behaviour not found. Please check your install."
+msgstr ""
+
+#: plugins/badbehaviour.php:63
+msgid "Bad Behavior"
+msgstr ""
+
+#: plugins/badbehaviour.php:68
+msgid ""
+"(Only legacy caching supported, disabled compression and requires <a href="
+"\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-"
+"behavior/\") "
+msgstr ""
+
+#: plugins/badbehaviour.php:74
+msgid "Bad Behavior support is now %s"
+msgstr ""
+
+#: plugins/searchengine.php:71
+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/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
+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 ""