diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-admin/includes/update-core.php /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-admin/includes/update-core.php
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-admin/includes/update-core.php 2012-08-30 12:42:13.000000000 -0500
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-admin/includes/update-core.php 2012-10-29 12:35:30.000000000 -0500
***************
*** 477,483 ****
$mysql_version = $wpdb->db_version();
$required_php_version = '5.2.4';
$required_mysql_version = '5.0';
! $wp_version = '3.4.1';
$php_compat = version_compare( $php_version, $required_php_version, '>=' );
if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) )
$mysql_compat = true;
--- 477,483 ----
$mysql_version = $wpdb->db_version();
$required_php_version = '5.2.4';
$required_mysql_version = '5.0';
! $wp_version = '3.4.2';
$php_compat = version_compare( $php_version, $required_php_version, '>=' );
if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) )
$mysql_compat = true;
***************
*** 680,686 ****
function _redirect_to_about_wordpress( $new_version ) {
global $wp_version, $pagenow, $action;
! if ( version_compare( $wp_version, '3.4-RC1', '>=' ) )
return;
// Ensure we only run this on the update-core.php page. wp_update_core() could be called in other contexts.
--- 680,686 ----
function _redirect_to_about_wordpress( $new_version ) {
global $wp_version, $pagenow, $action;
! if ( version_compare( $wp_version, '3.5-alpha', '>=' ) )
return;
// Ensure we only run this on the update-core.php page. wp_update_core() could be called in other contexts.
***************
*** 695,706 ****
// See do_core_upgrade()
show_message( __('WordPress updated successfully') );
! show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. You will be redirected to the About WordPress screen. If not, click here.' ), $new_version, esc_url( self_admin_url( 'about.php?updated' ) ) ) . '' );
! show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. Learn more.' ), $new_version, esc_url( self_admin_url( 'about.php?updated' ) ) ) . '' );
echo '
';
?>
here.' );
! $js_message = str_replace( '"%s"', '"%2$s"', $js_message ); // in lieu of breaking the string.
!
! // self_admin_url() won't exist when upgrading from <= 3.0, so relative URLs are intentional.
! show_message( '' . sprintf( $js_message, $new_version, 'about.php?updated' ) . '' );
! show_message( '' . sprintf( __( 'Welcome to WordPress %1$s. Learn more.' ), $new_version, 'about.php?updated' ) . '' );
echo '
';
?>
' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.' ) . '';
! get_current_screen()->add_help_tab( array(
'id' => 'overview',
'title' => __( 'Overview' ),
'content' => $help,
--- 34,43 ----
$help = '
' . __( 'Welcome to your WordPress Dashboard! This is the screen you will see when you log in to your site, and gives you access to all the site management features of WordPress. You can get help for any screen by clicking the Help tab in the upper corner.' ) . '
';
! // Not using chaining here, so as to be parseable by PHP4.
! $screen = get_current_screen();
!
! $screen->add_help_tab( array(
'id' => 'overview',
'title' => __( 'Overview' ),
'content' => $help,
***************
*** 43,49 ****
$help = '
' . __('The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.') . '
';
$help .= '
' . __('Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.') . '
' . __('The left-hand navigation menu provides links to all of the WordPress administration screens, with submenu items displayed on hover. You can minimize this menu to a narrow icon strip by clicking on the Collapse Menu arrow at the bottom.') . '
';
$help .= '
' . __('Links in the Toolbar at the top of the screen connect your dashboard and the front end of your site, and provide access to your profile and helpful WordPress information.') . '
' . __('Drag and Drop - To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.') . '
';
$help .= '
' . __('Box Controls - Click the title bar of the box to expand or collapse it. In addition, some box have configurable content, and will show a “Configure” link in the title bar if you hover over it.') . '
' . __('Drag and Drop - To rearrange the boxes, drag and drop by clicking on the title bar of the selected box and releasing when you see a gray dotted-line rectangle appear in the location you want to place the box.') . '
';
$help .= '
' . __('Box Controls - Click the title bar of the box to expand or collapse it. In addition, some box have configurable content, and will show a “Configure” link in the title bar if you hover over it.') . '
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:
"
+
+ #~ msgid "You must edit the file yourself add the following rules."
+ #~ msgstr ""
+ #~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
Binary files /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo and /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.mo differ
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-de_DE.po 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,1547 ----
+ # Translation of the WordPress plugin by .
+ # Copyright (C) 2010
+ # This file is distributed under the same license as the package.
+ # FIRST AUTHOR , 2010.
+ #
+ msgid ""
+ msgstr ""
+ "Project-Id-Version: wp-super-cache 1.2\n"
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+ "POT-Creation-Date: 2011-02-23 17:57:46+00:00\n"
+ "PO-Revision-Date: 2011-02-24 16:42+0100\n"
+ "Last-Translator: \n"
+ "Language-Team: Blog-Lounge.org \n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+ "Plural-Forms: en, er,\n"
+ "X-Poedit-Language: German\n"
+ "X-Poedit-Country: GERMANY\n"
+ "X-Poedit-SourceCharset: utf-8\n"
+
+ #: plugins/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:63
+ msgid "Bad Behavior"
+ msgstr "Schlechtes Verhalten (Bad Behavior)"
+
+ #: plugins/badbehaviour.php:65
+ #: plugins/awaitingmoderation.php:34
+ #: plugins/domain-mapping.php:60
+ #: wp-cache.php:1205
+ msgid "Enabled"
+ msgstr "Aktiviert"
+
+ #: plugins/badbehaviour.php:66
+ #: plugins/awaitingmoderation.php:35
+ #: plugins/domain-mapping.php:61
+ #: wp-cache.php:1205
+ msgid "Disabled"
+ msgstr "Deaktiviert"
+
+ #: plugins/badbehaviour.php:68
+ msgid "(Only legacy caching supported, disabled compression and requires Bad Behavior in \"%s/plugins/bad-behavior/\") "
+ msgstr "(Nur Legacy-Caching wird unterstützt, Komprimierung deaktiviert, und benötigt Bad Behavior in \"%s/plugins/bad-behavior/\") "
+
+ #: plugins/badbehaviour.php:71
+ #: plugins/awaitingmoderation.php:40
+ #: plugins/searchengine.php:69
+ #: plugins/domain-mapping.php:66
+ #: wp-cache.php:1552
+ msgid "enabled"
+ msgstr "aktiviert"
+
+ #: plugins/badbehaviour.php:73
+ #: plugins/awaitingmoderation.php:42
+ #: plugins/searchengine.php:67
+ #: plugins/domain-mapping.php:68
+ msgid "disabled"
+ msgstr "deaktiviert"
+
+ #: plugins/badbehaviour.php:74
+ msgid "Bad Behavior support is now %s"
+ msgstr "\"Bad Behaviour\"-Support ist jetzt %s. "
+
+ #: plugins/badbehaviour.php:76
+ #: plugins/awaitingmoderation.php:45
+ #: plugins/domain-mapping.php:71
+ msgid "Update"
+ msgstr "Aktualisieren"
+
+ #: plugins/badbehaviour.php:83
+ #: wp-cache.php:1295
+ #: wp-cache.php:1297
+ msgid "Warning!"
+ msgstr "Warnung!"
+
+ #: plugins/awaitingmoderation.php:4
+ msgid "Your comment is awaiting moderation."
+ msgstr "Dein Kommentar wird vor der Freigabe moderiert."
+
+ #: plugins/awaitingmoderation.php:32
+ msgid "Awaiting Moderation"
+ msgstr "Wartet auf Freigabe "
+
+ #: 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:43
+ msgid "Awaiting Moderation is now %s"
+ msgstr "\"Awaiting Moderation\"-Plugin ist jetzt %s. "
+
+ #: plugins/searchengine.php:61
+ #: plugins/searchengine.php:76
+ #: wp-cache.php:1218
+ msgid "Disable"
+ msgstr "Deaktiviere"
+
+ #: plugins/searchengine.php:71
+ msgid "No Adverts for Friends plugin is %s."
+ msgstr "No Adverts for Friends-Plugin ist %s. "
+
+ #: plugins/searchengine.php:72
+ msgid "(requires friendsadverts.php too) "
+ msgstr "(friendsadverts.php ebenfalls erforderlich) "
+
+ #: plugins/searchengine.php:74
+ #: wp-cache.php:1218
+ msgid "Enable"
+ msgstr "Aktiviere"
+
+ #: plugins/domain-mapping.php:58
+ msgid "Domain Mapping"
+ msgstr "Domain-Mapping"
+
+ #: plugins/domain-mapping.php:63
+ msgid "Provides support for Domain Mapping plugin to map multiple domains to a blog."
+ msgstr "Unterstützt das Domain Mapping-Plugin, um verschiedene Domains auf einen Blog einzutragen."
+
+ #: plugins/domain-mapping.php:69
+ 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."
+
+ #: ossdl-cdn.php:146
+ 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 wp-content and wp-includes 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 origin pull."
+ 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 CDN (Content Distribution Network) ausgeliefert werden können. Deshalb ersetzt dieses Plugin alle Pfade in den Verzeichnissen wp-content und wp-includes (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 origin pull gespiegelt werden."
+
+ #: ossdl-cdn.php:147
+ #: wp-cache.php:968
+ msgid "The CDN Sync Tool plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the plugin support forum if you have any queries about this plugin."
+ msgstr "Das CDN Sync-Tool Plugin wird den Dateiupload zu Amazon S3/Cloudfront unterstützen, wenn Du lieber vom Orginalzugriff unabhängig bist. Lies das plugin support forum, wenn Du zu diesem Plugin irgendwelche Fragen hast."
+
+ #: ossdl-cdn.php:148
+ msgid "WARNING: Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
+ msgstr "WARNUNG: Teste erst ein paar statische URLs, z.B.: %s - um vor dem Speichern deiner Änderungen sicherzustellen, daß dein CDN-Service voll funkionsfähig ist."
+
+ #: ossdl-cdn.php:149
+ 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:157
+ msgid "Enable CDN Support"
+ msgstr "Aktiviere CDN Support"
+
+ #: ossdl-cdn.php:160
+ msgid "Off-site URL"
+ msgstr "Off-site URL"
+
+ #: ossdl-cdn.php:163
+ msgid "The new URL to be used in place of %1$s for rewriting. No trailing / please. Example: %2$s."
+ msgstr "Der neue URL anstelle von %1$s für das Rewriting. Kein führendes Zeichen / bitte. Als Beispiel: %2$s."
+
+ #: ossdl-cdn.php:167
+ msgid "Include directories"
+ msgstr "Schließe Verzeichnisse mit ein"
+
+ #: ossdl-cdn.php:170
+ msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is wp-content, wp-includes, 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 wp-content, wp-includes, zwangsläufig eingesetzt, wenn das Feld leer gelassen wird."
+
+ #: ossdl-cdn.php:174
+ msgid "Exclude if substring"
+ msgstr "Verbergen falls Substring"
+
+ #: ossdl-cdn.php:177
+ 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, .php, .flv, .do, and always include .php (default)."
+ msgstr "Schließt etwas vor Revisionen aus, wenn eine der obengenannten Zeichenketten im Ergebnis gefunden wird. Benutze ein Komma als Trennzeichen, wie hier: .php, .flv, .do, und binde immer .php mit ein (Standard)."
+
+ #: ossdl-cdn.php:181
+ msgid "Additional CNAMES"
+ msgstr "Weitere CNAMES"
+
+ #: ossdl-cdn.php:184
+ msgid "These CNAMES 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. Example: %2$s"
+ msgstr "Diese CNAMES 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. Als Beispiel: %2$s"
+
+ #: ossdl-cdn.php:188
+ msgid "Skip https URLs to avoid \"mixed content\" errors"
+ msgstr "Überspringt https URLs um \"mixed content\" Fehler zu vermeiden"
+
+ #: ossdl-cdn.php:192
+ msgid "Save Changes"
+ msgstr "Änderungen speichern"
+
+ #: ossdl-cdn.php:194
+ msgid "CDN functionality provided by OSSDL CDN Off Linker by Mark Kubacki"
+ msgstr "CDN-Funktionen bereitgestellt durch OSSDL CDN Off Linker von Mark Kubacki."
+
+ #: wp-cache.php:99
+ 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:162
+ msgid "Warning! PHP Safe Mode Enabled!"
+ msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
+
+ #: wp-cache.php:163
+ 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:167
+ 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: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 owner of the %s/cache/ directory must also be changed. See the safe mode manual page 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 Safe-Modus Anleitung."
+
+ #: wp-cache.php:170
+ msgid "You or an administrator must disable this. See the safe mode manual page 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 Safe-Modus Anleitung für weitere Details. Leider kann das nicht per .htaccess ausgeschaltet werden, sondern muss in der php.ini konfiguriert werden."
+
+ #: wp-cache.php:176
+ msgid "Permlink Structure Error"
+ msgstr "Fehler in Permalink-Struktur"
+
+ #: wp-cache.php:177
+ msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks."
+ msgstr "Benutzerdefinierte Struktur oder Permalink-Struktur ist für korrektes Funkionieren des Plugins erforderlich. Bitte gehe zu Einstellungen > Permalinks um deine Permalinks zu konfigurieren."
+
+ #: wp-cache.php:189
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
+ msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
+
+ #: 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 "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:191
+ #: wp-cache.php:205
+ msgid "Please see entry 16 in the Troubleshooting section of the readme.txt"
+ msgstr "Bitte lese den Eintrag Nº16 im Bereich: Troubleshooting der readme.txt"
+
+ #: 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 "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:219
+ msgid "Cannot continue... fix previous problems and retry."
+ msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
+
+ #: wp-cache.php:228
+ msgid "Zlib Output Compression Enabled!"
+ msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
+
+ #: 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 of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See this page 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 diese Seite mit Anweisungen zur Bearbeitung deiner php.ini."
+
+ #: wp-cache.php:233
+ msgid "Mod rewrite may not be installed!"
+ msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
+
+ #: wp-cache.php:234
+ msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’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:239
+ msgid "Read Only Mode. Configuration cannot be changed."
+ msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
+
+ #: wp-cache.php:240
+ msgid "The WP Super Cache configuration file is %s/wp-cache-config.php and cannot be modified. That file must be writeable by the webserver to make any changes."
+ msgstr "Die WP-Super-Cache Konfigurationsdatei %s/wp-cache-config.php kann nicht bearbeitet werden. Für jegliche Änderung muss der Webserver Schreibrechte für die Datei besitzen."
+
+ #: 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’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:242
+ #: wp-cache.php:258
+ msgid "This page explains how to change file permissions."
+ msgstr "Diese Seite erklärt, wie Datei-Zugriffsrechte geändert werden können (Englisch)."
+
+ #: wp-cache.php:243
+ msgid "Writeable:"
+ msgstr "Beschreibbar: "
+
+ #: wp-cache.php:244
+ msgid "Readonly:"
+ msgstr "Nur Leserechte: "
+
+ #: wp-cache.php:256
+ msgid "Warning! %s is writeable!"
+ msgstr "Warnung! %s ist beschreibbar!"
+
+ #: wp-cache.php:257
+ 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:267
+ msgid "Mobile rewrite rules detected"
+ msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
+
+ #: wp-cache.php:268
+ 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:268
+ 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:274
+ #: wp-cache.php:285
+ msgid "Rewrite rules must be updated"
+ msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
+
+ #: wp-cache.php:275
+ #: wp-cache.php:286
+ 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:276
+ 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:277
+ 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:278
+ #: wp-cache.php:287
+ msgid "Scroll down the Advanced Settings page and click the Update Mod_Rewrite Rules button."
+ msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter Mod_Rewrite Rules aktualisieren."
+
+ #: wp-cache.php:279
+ msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by # BEGIN WPSuperCache and # END WPSuperCache and let the plugin regenerate them by reloading this page."
+ msgstr "Lösche die mod_rewrite rules des Plugins in %s.htaccess zwischen # BEGIN WPSuperCache und # END WPSuperCache und lass sie dann vom Plugin neu generieren. Dazu musst Du nur diese Seite im Browser neu laden."
+
+ #: wp-cache.php:280
+ msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines # BEGIN WPSuperCache and # END WPSuperCache. There are two sections that look very similar. Just below the line %%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ 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 # BEGIN WPSuperCache und # END WPSuperCache. Da gibt es zwei Bereiche, die sich sehr ähneln. Direkt unterhalb der Zeile %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ diese Zeilen einfügen: (zweimal, jeweils eine in beiden Bereichen)"
+
+ #: wp-cache.php:293
+ msgid "Required to serve compressed supercache files properly."
+ msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
+
+ #: wp-cache.php:293
+ 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:293
+ 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:300
+ msgid "Missing Apache Modules"
+ msgstr "Fehlende Apache-Module"
+
+ #: wp-cache.php:301
+ 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:459
+ msgid "Warning! You attempted to enable compression but zlib.output_compression is enabled. See #21 in the Troubleshooting section of the readme file."
+ msgstr "Achtung! Du hast versucht die Datei-Komprimierung zu aktivieren, aber zlib.output_compression ist aktiv. Lese dazu #21 im Bereich Troubleshooting der Datei readme.txt."
+
+ #: wp-cache.php:550
+ msgid "WP Super Cache Settings"
+ msgstr "WP-Super-Cache Einstellungen"
+
+ #: wp-cache.php:561
+ msgid "Notice: Mod_rewrite or Legacy caching enabled. Showing Advanced Settings Page by default."
+ msgstr "Hinweis: Mod_rewrite oder Legacy-Caching aktiviert. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
+
+ #: wp-cache.php:572
+ 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:597
+ msgid "Caching must be enabled to use this feature"
+ msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
+
+ #: wp-cache.php:615
+ #: wp-cache.php:746
+ msgid "Cancel Cache Preload"
+ msgstr "Cache-Preload abstellen"
+
+ #: wp-cache.php:623
+ #: wp-cache.php:634
+ msgid "Scheduled preloading of cache cancelled."
+ msgstr "Planmässiges Vorladen des Cache abgebrochen."
+
+ #: wp-cache.php:660
+ #: wp-cache.php:744
+ msgid "Preload Cache Now"
+ msgstr "Cache jetzt vorladen"
+
+ #: wp-cache.php:664
+ msgid "Scheduled preloading of cache in 10 seconds."
+ msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
+
+ #: wp-cache.php:669
+ msgid "Scheduled preloading of cache in %d minutes"
+ msgstr "Planmässiges Vorladen des Cache in %d Minuten"
+
+ #: wp-cache.php:673
+ 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:674
+ 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:675
+ msgid "In ’Preload Mode’ 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:679
+ 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:692
+ msgid "all"
+ msgstr "Alle"
+
+ #: wp-cache.php:705
+ msgid "Preload %s posts."
+ msgstr "Lade %s Beiträge vorab."
+
+ #: wp-cache.php:712
+ 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:715
+ msgid "Send me status emails when files are refreshed."
+ msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
+
+ #: wp-cache.php:720
+ msgid "Many emails, 2 emails per 100 posts."
+ msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
+
+ #: wp-cache.php:723
+ msgid "Medium, 1 email per 100 posts."
+ msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
+
+ #: wp-cache.php:726
+ 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:730
+ 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:731
+ 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:737
+ msgid "Currently caching from post %d to %d."
+ msgstr "Momentan wird von Beitrag %d bis %d gecached."
+
+ #: wp-cache.php:741
+ msgid "Page last cached: %s"
+ msgstr "Seite zuletzt gecached: %s"
+
+ #: wp-cache.php:744
+ msgid "Update Settings"
+ msgstr "Einstellungen aktualisieren"
+
+ #: wp-cache.php:752
+ 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:769
+ #: wp-cache.php:865
+ msgid "Caching"
+ msgstr "Caching"
+
+ #: wp-cache.php:773
+ msgid "Cache hits to this website for quick access."
+ msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
+
+ #: wp-cache.php:773
+ #: wp-cache.php:774
+ #: wp-cache.php:791
+ #: wp-cache.php:796
+ #: wp-cache.php:799
+ #: wp-cache.php:800
+ #: wp-cache.php:813
+ #: wp-cache.php:868
+ msgid "Recommended"
+ msgstr "Empfohlen"
+
+ #: wp-cache.php:774
+ msgid "Use mod_rewrite to serve cache files."
+ msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
+
+ #: wp-cache.php:775
+ msgid "Use PHP to serve cache files."
+ msgstr "Nutze PHP um Cache-Dateien auszuliefern."
+
+ #: wp-cache.php:776
+ msgid "Legacy page caching."
+ msgstr "Legacy Page-Caching."
+
+ #: wp-cache.php:777
+ msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should 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:783
+ msgid "Miscellaneous"
+ msgstr "Sonstiges"
+
+ #: wp-cache.php:789
+ 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:791
+ msgid "Compress pages so they’re served more quickly to visitors."
+ msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
+
+ #: wp-cache.php:792
+ 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:796
+ 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:797
+ 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:799
+ msgid "Don’t cache pages for known users."
+ msgstr "Seiten für bekannte Benutzer nicht cachen."
+
+ #: wp-cache.php:800
+ 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:801
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’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:807
+ #: wp-cache.php:1056
+ #: wp-cache.php:1563
+ msgid "Advanced"
+ msgstr "Erweitert"
+
+ #: wp-cache.php:811
+ msgid "Mobile device support."
+ msgstr "Unterstützung mobiler Endgeräte."
+
+ #: wp-cache.php:812
+ 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:813
+ msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
+ msgstr "Extra Startseiten-Checks. (Stoppt in sehr seltenen Fällen Startseiten-Caching)"
+
+ #: wp-cache.php:814
+ msgid "Only refresh current page when comments made."
+ msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
+
+ #: wp-cache.php:815
+ msgid "List the newest cached pages on this page."
+ msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
+
+ #: wp-cache.php:817
+ msgid "Coarse file locking. You probably don’t need this but it may help if your server is underpowered. Warning! May cause your server to lock up in very rare cases!"
+ msgstr "Datei \"stumpf\" sperren. Brauchst Du wahrscheinlich nicht, aber es könnte helfen wenn dein Server schwächelt. Achtung! Kann in seltenen Fällen dazu führen das dein Server abstürzt!"
+
+ #: wp-cache.php:819
+ 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:821
+ msgid "Use object cache to store cached files."
+ msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
+
+ #: wp-cache.php:821
+ msgid "(Experimental)"
+ msgstr "(Experimentell)"
+
+ #: wp-cache.php:828
+ msgid "Note:"
+ msgstr "Hinweis: "
+
+ #: wp-cache.php:830
+ 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 "Deinstalliere das Plugin in der Plugins-Verwaltung. Es wird dabei automatisch hinter sich aufräumen. Wenn ein manueller Eingriff nötig ist, gibt es einfache Anweisungen."
+
+ #: wp-cache.php:831
+ msgid "If uninstalling this plugin, make sure the directory %s is writeable by the webserver so the files advanced-cache.php and cache-config.php 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 %s für den Webserver beschreibbar ist, so das die Dateien advanced-cache.php und cache-config.php automatisch entfernt werden können. (..die Dateien ebenfalls beschreibbar zu machen ist dabei eine gute Idee!)"
+
+ #: wp-cache.php:832
+ msgid "Please see the readme.txt for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
+ msgstr "Bitte werfe einen Blick in readme.txt für Anleitungen zur Deinstallation dieses Skripts. Suche nach der Überschrift \"How to uninstall WP Super Cache\"."
+
+ #: wp-cache.php:833
+ msgid "Need help? Check the Super Cache readme file. It includes installation documentation, a FAQ and Troubleshooting tips. The support forum is also available. Your question may already have been answered."
+ msgstr "Hilfe benötigt? Check die Datei Super Cache readme. Sie enthält die Dokumenration zur Installation, FAQ und Troubleshooting-Tipps. Das Supportforum steht ebenso zur Verfügung. Vielleicht ist deine Frage dort schon beantwortet worden."
+
+ #: wp-cache.php:836
+ #: wp-cache.php:883
+ msgid "Update Status"
+ msgstr "Update-Status"
+
+ #: wp-cache.php:843
+ msgid "Accepted Filenames & Rejected URIs"
+ msgstr "Akzeptierte Dateinamen & Abgewiesene URIs"
+
+ #: wp-cache.php:868
+ msgid "Caching On"
+ msgstr "Caching An"
+
+ #: wp-cache.php:869
+ msgid "Caching Off"
+ msgstr "Caching Aus"
+
+ #: wp-cache.php:870
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+ msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
+
+ #: wp-cache.php:880
+ msgid "Notice: 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:885
+ msgid "Cache Tester"
+ msgstr "Cache-Tester"
+
+ #: wp-cache.php:886
+ 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:892
+ msgid "Fetching %s to prime cache: "
+ msgstr "Lädt %s um den Cache zu priorisieren: "
+
+ #: wp-cache.php:894
+ #: wp-cache.php:902
+ #: wp-cache.php:910
+ msgid "OK"
+ msgstr "OK"
+
+ #: wp-cache.php:897
+ msgid "Fetching first copy of %s: "
+ msgstr "Lädt die erste Kopie von %s: "
+
+ #: wp-cache.php:905
+ msgid "Fetching second copy of %s: "
+ msgstr "Lädt die zweite Kopie von %s: "
+
+ #: wp-cache.php:913
+ msgid "One or more page requests failed:"
+ msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
+
+ #: wp-cache.php:932
+ #: wp-cache.php:933
+ msgid "Page %d: %d (%s)"
+ msgstr "Seite %d: %d (%s)"
+
+ #: wp-cache.php:939
+ msgid "Page 1: %s"
+ msgstr "Seite 1: %s"
+
+ #: wp-cache.php:940
+ msgid "Page 2: %s"
+ msgstr "Seite 2: %s"
+
+ #: wp-cache.php:941
+ msgid "The timestamps on both pages match!"
+ msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
+
+ #: wp-cache.php:943
+ 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:950
+ msgid "Send non-secure (non https) request for homepage"
+ msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
+
+ #: wp-cache.php:951
+ msgid "Test Cache"
+ msgstr "Cache testen"
+
+ #: wp-cache.php:955
+ msgid "Delete Cached Pages"
+ msgstr "Lösche gecachede Seiten"
+
+ #: wp-cache.php:956
+ msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
+ msgstr "Gecachede Seiten werden auf deinem Server als HTML- und PHP-Dateien gespeichert. Wenn Du sie löschen mußt, nutze den Button hier unten."
+
+ #: wp-cache.php:959
+ #: wp-cache.php:2093
+ #: wp-cache.php:2105
+ #: wp-cache.php:2268
+ msgid "Delete Cache"
+ msgstr "Cache leeren"
+
+ #: wp-cache.php:963
+ msgid "Recommended Links and Plugins"
+ msgstr "Empfohlene Links und Plugins"
+
+ #: wp-cache.php:964
+ msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
+ msgstr "Caching ist nur eine Möglichkeit, eine Webseite \"schneller\" zu machen. Hier ein paar weitere hilfreiche Plugins:"
+
+ #: wp-cache.php:965
+ msgid "WP Minify reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use WPSCMin, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
+ msgstr "WP Minify reduziert die Anzahl der von deinem Webserver ausgelieferten Dateien durch Kombination der Javascript- und CSS-Dateien. Alternativ dazu kannst Du WPSCMin, ein Supercache-Plugin zur Minimierung gecacheder Seiten nutzen. Dieses bündelt JS/CSS-Dateien in keiner Weise."
+
+ #: wp-cache.php:966
+ msgid "Yahoo! Yslow 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 GTMetrix."
+ msgstr "Yahoo! Yslow 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 GTMetrix."
+
+ #: wp-cache.php:967
+ msgid "Use Google Libraries allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
+ msgstr "Nutze Google-Libraries 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:969
+ msgid "Advanced users only:Speed up your site with Caching and cache-control explains how to make your site more cacheable with .htaccess rules."
+ msgstr "Nur für Fortgeschrittene:Speed up your site with Caching and cache-control erklärt, wie deine Seite über Regeln in der .htaccess-Datei cache-fähiger gemacht wird."
+
+ #: wp-cache.php:970
+ msgid "Advanced users only: Install an object cache. Choose from Memcached, XCache, eAcccelerator and others."
+ msgstr "Nur für Fortgeschrittene: Installiere einen \"Objekt-Cache\". Wähle Memcached, XCache, eAcccelerator und andere."
+
+ #: wp-cache.php:981
+ msgid "Make WordPress Faster"
+ msgstr "Mach WordPress schneller!"
+
+ #: wp-cache.php:982
+ 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:983
+ 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:984
+ msgid "Please say hi to him on %s too!"
+ msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
+
+ #: wp-cache.php:985
+ msgid "Need Help?"
+ msgstr "Hilfe benötigt?"
+
+ #: wp-cache.php:987
+ msgid "Installation Help"
+ msgstr "Hilfe zur Installation"
+
+ #: wp-cache.php:988
+ msgid "Frequently Asked Questions"
+ msgstr "Frequently Asked Questions"
+
+ #: wp-cache.php:989
+ msgid "Support Forum"
+ msgstr "Support-Forum"
+
+ #: wp-cache.php:991
+ msgid "Rate This Plugin!"
+ msgstr "Bitte bewerte dieses Plugin!"
+
+ #: wp-cache.php:992
+ msgid "Please rate this plugin and tell me if it works for you or not. It really helps development."
+ msgstr "Bitte bewerte 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:1001
+ msgid "Cached pages since %1$s : %2$s"
+ msgstr "Cached-Pages seit %1$s : %2$s"
+
+ #: wp-cache.php:1002
+ msgid "Newest Cached Pages:"
+ msgstr "Neueste Cached-Pages: "
+
+ #: wp-cache.php:1006
+ msgid "Cached %s seconds ago"
+ msgstr "Vor %s Sekunden gecached"
+
+ #: wp-cache.php:1009
+ msgid "(may not always be accurate on busy sites)"
+ msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
+
+ #: wp-cache.php:1028
+ 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:1029
+ 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:1039
+ msgid "Available Plugins"
+ msgstr "Verfügbare Plugins"
+
+ #: wp-cache.php:1056
+ msgid "Easy"
+ msgstr "Easy"
+
+ #: wp-cache.php:1056
+ msgid "CDN"
+ msgstr "CDN"
+
+ #: wp-cache.php:1056
+ msgid "Contents"
+ msgstr "Inhalte"
+
+ #: wp-cache.php:1056
+ msgid "Preload"
+ msgstr "Preload"
+
+ #: wp-cache.php:1056
+ msgid "Plugins"
+ msgstr "Plugins"
+
+ #: wp-cache.php:1056
+ msgid "Debug"
+ msgstr "Debug"
+
+ #: wp-cache.php:1091
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on the main site of this network."
+ msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf der Hauptseite dieses Blog-Netzwerks laufen."
+
+ #: wp-cache.php:1100
+ msgid "Mod Rewrite Rules"
+ msgstr "Mod Rewrite Rules"
+
+ #: wp-cache.php:1106
+ msgid "WordPress MU Detected"
+ msgstr "WordPress MU (WP Multi-Sites) festgestellt"
+
+ #: wp-cache.php:1106
+ 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:1108
+ msgid "Mod Rewrite rules cannot be updated!"
+ msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
+
+ #: wp-cache.php:1109
+ msgid "You must have BEGIN and END 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 BEGIN und END in %s.htaccess stehen, damit das Auto-Update funktioniert. Sie sehen so aus und umgeben die WordPress mod_rewrite Regeln: "
+
+ #: wp-cache.php:1111
+ 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:1115
+ msgid "Thank you for upgrading."
+ msgstr "Danke für das Upgrade."
+
+ #: wp-cache.php:1115
+ 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’s backwards compatible with older versions if you’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:1119
+ msgid "Trailing slash check required."
+ msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
+
+ #: wp-cache.php:1119
+ 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:1121
+ 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:1135
+ msgid "Mod Rewrite rules updated!"
+ msgstr "Mod Rewrite Rules aktualisiert!"
+
+ #: wp-cache.php:1136
+ 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:1138
+ msgid "Mod Rewrite rules must be updated!"
+ msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
+
+ #: wp-cache.php:1139
+ 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:1144
+ msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file. 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. 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:1147
+ 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 ’Update Mod_Rewrite Rules’ 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:1150
+ msgid "View Mod_Rewrite Rules"
+ msgstr "Mod_Rewrite Rules anzeigen"
+
+ #: wp-cache.php:1154
+ #: wp-cache.php:2384
+ msgid "Rules must be added to %s too:"
+ msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
+
+ #: wp-cache.php:1162
+ msgid "Gzip encoding rules in %s.htaccess created."
+ msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
+
+ #: wp-cache.php:1169
+ msgid "Fix Configuration"
+ msgstr "Repariere Konfiguration"
+
+ #: wp-cache.php:1172
+ msgid "Restore Default Configuration"
+ msgstr "Ursprüngliche Konfiguration wieder herstellen"
+
+ #: wp-cache.php:1180
+ 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:1205
+ msgid "Lock Down:"
+ msgstr "Sperren: "
+
+ #: wp-cache.php:1206
+ 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:1207
+ 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:1209
+ msgid "Sorry. My blog is locked down. Updates will appear shortly"
+ msgstr " Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
+
+ #: wp-cache.php:1213
+ 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:1215
+ 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:1221
+ msgid "Lock Down"
+ msgstr "Sperre"
+
+ #: wp-cache.php:1229
+ msgid "Directly Cached Files"
+ msgstr "Direkt gecachede Dateien"
+
+ #: wp-cache.php:1287
+ msgid "%s removed!"
+ msgstr "%s entfernt!"
+
+ #: wp-cache.php:1295
+ 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:1297
+ 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:1311
+ msgid "Existing direct page"
+ msgstr "Direkt-Seite existiert"
+
+ #: wp-cache.php:1311
+ msgid "Delete cached file"
+ msgstr "Lösche gecachede Datei"
+
+ #: wp-cache.php:1316
+ msgid "Add direct page:"
+ msgstr "Direkt-Seite hinzufügen: "
+
+ #: wp-cache.php:1318
+ 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:1320
+ msgid "For example: to cache %1$sabout/, 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 %1$sabout/ 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:1321
+ 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:1326
+ msgid "Update Direct Pages"
+ msgstr "Direkt-Seiten aktualisieren"
+
+ #: wp-cache.php:1364
+ msgid "Expiry Time & Garbage Collection"
+ msgstr "Expiry-Time & Garbage-Collection"
+
+ #: wp-cache.php:1366
+ msgid "Expire time:"
+ msgstr "Laufzeitende:"
+
+ #: wp-cache.php:1367
+ msgid "seconds"
+ msgstr "Sekunden"
+
+ #: wp-cache.php:1368
+ msgid "Garbage Collection"
+ msgstr "Müll-Entsorgung (Garbage-Collection)"
+
+ #: wp-cache.php:1368
+ 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:1369
+ msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to 300 seconds. 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 300 Sekunden 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:1370
+ 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:1371
+ msgid "Change Expiration"
+ msgstr "Laufzeit ändern"
+
+ #: wp-cache.php:1415
+ msgid "Rejected User Agents"
+ msgstr "Abgewehrte User-Agents"
+
+ #: wp-cache.php:1416
+ msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ 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:1423
+ msgid "Save UA Strings"
+ msgstr "User-Agenten-Strings speichern"
+
+ #: wp-cache.php:1446
+ msgid "Do not cache the following page types. See the Conditional Tags 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 Conditional Tags."
+
+ #: wp-cache.php:1449
+ msgid "Single Posts"
+ msgstr "Einzelne Beiträge"
+
+ #: wp-cache.php:1450
+ msgid "Pages"
+ msgstr "Seiten"
+
+ #: wp-cache.php:1451
+ msgid "Front Page"
+ msgstr "Startseite"
+
+ #: wp-cache.php:1452
+ msgid "Home"
+ msgstr "Home"
+
+ #: wp-cache.php:1453
+ msgid "Archives"
+ msgstr "Archive"
+
+ #: wp-cache.php:1454
+ msgid "Tags"
+ msgstr "Suchworte (tags)"
+
+ #: wp-cache.php:1455
+ msgid "Category"
+ msgstr "Kategorie"
+
+ #: wp-cache.php:1456
+ msgid "Feeds"
+ msgstr "Feeds"
+
+ #: wp-cache.php:1457
+ msgid "Search Pages"
+ msgstr "Suchseiten"
+
+ #: wp-cache.php:1459
+ #: wp-cache.php:1573
+ msgid "Save"
+ msgstr "Speichern"
+
+ #: wp-cache.php:1476
+ 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’s enough to specify the year, i.e. ’/2004/’. 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:1482
+ msgid "Save Strings"
+ msgstr "Strings speichern"
+
+ #: wp-cache.php:1498
+ 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:1504
+ msgid "Save Files"
+ msgstr "Dateien speichern"
+
+ #: wp-cache.php:1545
+ msgid "Currently logging to: %s"
+ msgstr "Aktuelle Protokolle (Logs) in: %s"
+
+ #: wp-cache.php:1548
+ msgid "Fix problems with the plugin by debugging it here. It can 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 sie in eine Log-Datei in deinem Cache-Verzeichnis schreiben."
+
+ #: wp-cache.php:1552
+ msgid "Debugging"
+ msgstr "Debuggen"
+
+ #: wp-cache.php:1553
+ msgid "IP Address"
+ msgstr "IP-Addresse"
+
+ #: wp-cache.php:1553
+ 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:1554
+ msgid "Log level"
+ msgstr "Log-Level"
+
+ #: wp-cache.php:1560
+ msgid "(1 = less, 5 = more, may cause severe server load.)"
+ msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
+
+ #: wp-cache.php:1563
+ msgid "In very rare cases two problems may arise on some blogs:
The front page may start downloading as a zip file.
The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is /%category%/%postname%/.
"
+ msgstr "In sehr seltenen Fällen können zwei Probleme auf manchen Blogs auftreten:
Die Startseite kann anfangen sich als zip.Archiv herunterzuladen.
Eine falsche Seite wird nach dem Zufallsprinzip als Startseite gecached, wenn dein Blog eine statische Seite als Startseite benutzt und deine Permalinks mit /%category%/%postname%/ strukturiert sind.
"
+
+ #: wp-cache.php:1564
+ msgid "I’m 99% certain that they aren’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’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, 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:1566
+ msgid "Check front page every 5 minutes."
+ msgstr "Check die Startseite alle 5 Minuten."
+
+ #: wp-cache.php:1567
+ msgid "Front page text"
+ msgstr "Text der Startseite"
+
+ #: wp-cache.php:1567
+ 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:1568
+ msgid "Clear cache on error."
+ msgstr "Bei \"Error\" Cache leeren."
+
+ #: wp-cache.php:1569
+ 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:1583
+ 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:1630
+ #: wp-cache.php:1796
+ msgid "Warning"
+ msgstr "Warnung"
+
+ #: wp-cache.php:1630
+ 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:1692
+ #: wp-cache.php:1697
+ #: wp-cache.php:1729
+ #: wp-cache.php:1734
+ #: wp-cache.php:1740
+ msgid "Error"
+ msgstr "Fehler"
+
+ #: wp-cache.php:1692
+ msgid "Your cache directory ($cache_path) did not exist and couldn’t be created by the web server. Check %s permissions."
+ msgstr "Dein Cache-Verzeichnis ($cache_path) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
+
+ #: wp-cache.php:1697
+ msgid "Your cache directory (%1$s) or %2$s need to be writable for this plugin to work. Double-check it."
+ msgstr "Dein Cache-Verzeichnis (%1$s) oder %2$s muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
+
+ #: wp-cache.php:1729
+ msgid "Your WP-Cache config file (%s) is out of date and not writable by the Web server.Please delete it and refresh this page."
+ msgstr "Deine WP-Cache Konfigurationsdatei (%s) ist nicht aktuell und nicht beschreibbar für den Webserver. Bitte lösche sie und lade diese Seite neu."
+
+ #: wp-cache.php:1734
+ msgid "Configuration file missing and %1$s directory (%2$s) is not writable by the Web server.Check its permissions."
+ msgstr "Deine WP-Cache Konfigurationsdatei fehlt und %1$s Verzeichnis (%2$s) ist nicht beschreibbar für den Webserver. Bitte überprüfe die Berechtigungen für den Webserver."
+
+ #: wp-cache.php:1740
+ msgid "Sample WP-Cache config file (%s) does not exist.Verify you installation."
+ msgstr "WP-Cache Konfigurations-Beispieldatei (%s) existiert nicht. Überprüfe die Installation."
+
+ #: wp-cache.php:1796
+ msgid "%s/advanced-cache.php does not exist or cannot be updated."
+ msgstr "%s/advanced-cache.php existiert nicht oder kann nicht aktualisiert werden."
+
+ #: wp-cache.php:1797
+ 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:1798
+ msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (chmod 777 %1$s) and refresh this page. This is only a temporary measure and you’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. (chmod 777 %1$s) 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:1799
+ msgid "3. Refresh this page to update %s/advanced-cache.php"
+ msgstr "3. Lade diese Seite neu um %s/advanced-cache.php zu aktualisieren."
+
+ #: wp-cache.php:1800
+ msgid "If that doesn’t work, make sure the file %s/advanced-cache.php doesn’t exist:"
+ msgstr "Wenn das nicht hilft, stelle sicher dass die Datei %s/advanced-cache.php nicht existiert: "
+
+ #: wp-cache.php:1801
+ msgid "
1. Open %1$s$wp_cache_file in a text editor.
2. Change the text CACHEHOME to %2$s
3. Save the file and copy it to %3$s and refresh this page.
"
+ msgstr "
1. Öffne %1$s$wp_cache_file in einem Texteditor (Notepad++ oder das blaue Teil von Windows..)
2. Ändere den Text CACHEHOME in %2$s
3. Speichere die Datei, kopiere sie nach %3$s und lade diese Seite neu.
"
+
+ #: wp-cache.php:1824
+ msgid "
WP_CACHE constant set to false
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:
define('WP_CACHE', true);
"
+ msgstr "
WP_CACHE-Konstante auf \"False\" gesetzt
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:
define('WP_CACHE', true);
"
+
+ #: wp-cache.php:1826
+ msgid "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it."
+ msgstr "Fehler: WP_CACHE ist nicht aktiviert in deiner wp-config.php und ich kann sie nicht modifizieren."
+
+ #: wp-cache.php:1827
+ msgid "Edit %s and add the following line: define('WP_CACHE', true); Otherwise, WP-Cache will not be executed by WordPress core. "
+ msgstr "Bearbeite %s und füge folgende Zeile hinzu: define('WP_CACHE', true); Ansonsten wird WP-Cache nicht ausgeführt durch Wordpress."
+
+ #: wp-cache.php:1831
+ msgid "
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the FAQ. The WP_CACHE line must be moved up."
+ msgstr "
WP_CACHE-Konstante zu wp-config.php hinzugefügt
Wenn diese Warnung wiederholt angezeigt wird, lese bitte zu Punkt 5 in den FAQ nach. Die WP_CACHE-Zeile muss nach oben verschoben werden.\"
"
+
+ #: wp-cache.php:1855
+ msgid "Cache Contents"
+ msgstr "Cache-Inhalte"
+
+ #: wp-cache.php:1858
+ msgid "Object cache in use. No cache listing available."
+ msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
+
+ #: wp-cache.php:1882
+ msgid "Deleting supercache file: %s "
+ msgstr "Supercache-Datei löschen: %s "
+
+ #: wp-cache.php:1899
+ msgid "Deleting wp-cache file: %s "
+ msgstr "Datei wp-cache löschen: %s "
+
+ #: wp-cache.php:1964
+ 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:1965
+ msgid "Regenerate cache stats"
+ msgstr "Regeneriere Cache-Statistik"
+
+ #: wp-cache.php:1967
+ msgid "Cache stats last generated: %s minutes ago."
+ msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
+
+ #: wp-cache.php:1973
+ msgid "WP-Cache"
+ msgstr "WP-Cache"
+
+ #: wp-cache.php:1974
+ #: wp-cache.php:1989
+ msgid "%s Cached Pages"
+ msgstr "%s Seiten im Cache"
+
+ #: wp-cache.php:1975
+ #: wp-cache.php:1994
+ msgid "%s Expired Pages"
+ msgstr "%s Expired-Pages im Cache"
+
+ #: wp-cache.php:1988
+ msgid "WP-Super-Cache"
+ msgstr "WP-Super-Cache"
+
+ #: wp-cache.php:1998
+ msgid "Fresh WP-Cached Files"
+ msgstr "Neue WP-Cache-Dateien"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ #: wp-cache.php:2031
+ #: wp-cache.php:2047
+ msgid "URI"
+ msgstr "URI"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ msgid "Key"
+ msgstr "Schlüssel"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ #: wp-cache.php:2031
+ #: wp-cache.php:2047
+ msgid "Age"
+ msgstr "Alter"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ #: wp-cache.php:2031
+ #: wp-cache.php:2047
+ msgid "Delete"
+ msgstr "Lösche"
+
+ #: wp-cache.php:2014
+ msgid "Stale WP-Cached Files"
+ msgstr "Abgelaufene WP-Cache Dateien"
+
+ #: wp-cache.php:2030
+ msgid "Fresh Super Cached Files"
+ msgstr "Neue Super-Cached Dateien"
+
+ #: wp-cache.php:2046
+ msgid "Stale Super Cached Files"
+ msgstr "Abgelaufene Super-Cached Dateien"
+
+ #: wp-cache.php:2062
+ msgid "Hide file list"
+ msgstr "Datei-Liste verbergen"
+
+ #: wp-cache.php:2064
+ msgid "Too many cached files, no listing possible."
+ msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
+
+ #: wp-cache.php:2066
+ msgid "List all cached files"
+ msgstr "Alle Cache-Dateien auflisten"
+
+ #: wp-cache.php:2072
+ msgid "Garbage Collection Last GC was %s minutes ago "
+ msgstr "Garbage Collection Letzte \"Entmüllung\" war vor %s Minuten "
+
+ #: wp-cache.php:2073
+ msgid "Next GC in %s minutes"
+ msgstr "Nächste \"Entmüllung\" in %s Minuten"
+
+ #: wp-cache.php:2076
+ 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:2087
+ msgid "Delete Expired"
+ msgstr "Abgelaufene löschen"
+
+ #: wp-cache.php:2105
+ msgid "Delete Super Cache cached files (opens in new window)"
+ msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
+
+ #: wp-cache.php:2244
+ 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:2277
+ msgid "WP Super Cache must be configured. Go to the admin page to enable and configure the plugin."
+ msgstr "WP-Super-Cache muss konfiguriert werden. Gehe zu den Einstellungen, um das Plugin zu aktivieren und zu konfigurieren."
+
+ #: wp-cache.php:2283
+ msgid "Settings"
+ msgstr "Einstellungen"
+
+ #: wp-cache.php:2293
+ msgid "WP Super Cache is disabled. Please go to the plugin admin page to enable caching."
+ msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur Seite der Plugin-Administration um Caching zu aktivieren."
+
+ #: wp-cache.php:2296
+ msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.
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.
3. Save the file and copy it to %3$s and refresh this page.
"
+ msgstr "
1. Abra el fichero %1$s$wp_cache_file en un editor de texto.
2. Cambie el texto CACHEHOME por %2$s
3. Guarde los cambios y salve el fichero en %3$s; luego recargue esta página.
"
+
+ #: wp-cache.php:1318
+ msgid "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it."
+ msgstr "Error: WP_CACHE no está activo en su fichero wp-config.php y no puedo modificarlo."
+
+ #: wp-cache.php:1319
+ #, php-format
+ msgid "Edit %s and add the following line: define('WP_CACHE', true); Otherwise, WP-Cache will not be executed by Wordpress core. "
+ msgstr "Edite el fichero %s y añada la siguiente lÃnea: define('WP_CACHE', true); En caso contrario, WP-Cache no será ejecutado por el núcleo de Wordpress."
+
+ #: wp-cache.php:1322
+ msgid "
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the FAQ. The WP_CACHE line must be moved up."
+ msgstr "
Constante WP_CACHE añadida al fichero wp-config.php
Une mauvaise page est parfois mise en cache en tant que page de garde si votre blog utilise une page de garde statique et que la structure des permaliens est /%category%/%postname%/.
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:
La front page potrebbe giungere come download di un file zip.
La pagina errata può essere in certi casi custodita nella cache quale front page qualora il tuo blog facesse uso di una front page statica e la struttura del permalink fosse /%category%/%postname%/.
3. Save the file and copy it to %3$s and refresh this page.
"
+ msgstr "
1. Apri %1$s$wp_cache_file con un editor di testo.
2. Modifica il testo da CACHEHOME a %2$s
3. Salva il file e copialo in %3$s quindi, ricarica questa pagina.
"
+
+ #: wp-cache.php:1793
+ msgid "
WP_CACHE constant set to false
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:
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:
Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
+ msgstr "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.
The front page may start downloading as a zip file.
The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is /%category%/%postname%/.
"
+ msgstr "YpaÄ retais atvÄ—jais bloge gali iÅ¡kilti dvi problemos:
Vietoj pradinio puslapio vartotojai gali matyti siūlymą įkrauti su ja .zip archyvą
Vietoj pradinio puslapio į talpyklÄ… gali bÅ«ti įdÄ—tas visiÅ¡kai kitas (tik tuo atvÄ—ju, jeigu blogas naudoja sekanÄiÄ… nuorodų struktÅ«rÄ… /%category%/%postname%/).
"
+
+ #: wp-cache.php:1474
+ #, php-format
+ msgid "I’m 99% certain that they aren’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’re worried. You will be emailed if there is a problem."
+ msgstr "I’m 99% certain! Kalidos, kurios gali iÅ¡kilti dirbant su WP Super Cache, nesusijusios su paÄiu įskiepiu. Jos atsiranda retais atvÄ—jais, bet jÅ«s galite apsisaugoti, paleidžiant kas 5 min automatinį blogo tikrinimÄ…. Atsiradus klaidai, jums apie tai bus praneÅ¡ta per email."
+
+ #: wp-cache.php:1476
+ msgid "Check front page every 5 minutes."
+ msgstr "Patikrinkite pirmąjį puslapį kas 5 minutes."
+
+ #: wp-cache.php:1477
+ msgid "Front page text"
+ msgstr "Pirmo puslapio tekstas"
+
+ #: wp-cache.php:1477
+ msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+ msgstr "Ä®veskite tekstÄ…, kurį ieÅ¡kos įskiepis pagrindiniame puslapyje. Jeigu tekstas nebus rastas, tuomet talpykla automatiÅ¡kai iÅ¡sivalys. Palikite laukelį tuÅ¡ÄiÄ…, kad atjungti Å¡iÄ… parinktį."
+
+ #: wp-cache.php:1478
+ msgid "Clear cache on error."
+ msgstr "Valyti talpyklÄ… klaidos metu."
+
+ #: wp-cache.php:1479
+ msgid "Email the blog admin when checks are made. (useful for testing)"
+ msgstr "Praneškite blogo administratoriui po patikrinimo (naudinga testuojant)."
+
+ #: wp-cache.php:1493
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+ msgstr "Klaida: GZIP suspaudimas įjungtas, atjunkite jį, jeigu norite pajungti wp-cache."
+
+ #: wp-cache.php:1540
+ #: wp-cache.php:1702
+ msgid "Warning"
+ msgstr "DÄ—mesio"
+
+ #: wp-cache.php:1540
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+ msgstr "Suspaudimas GZIP įjungtas WordPress nustatymuose, įskiepis nedirbs tol, kol neatjungsite suspaudimą."
+
+ #: wp-cache.php:1598
+ #: wp-cache.php:1603
+ #: wp-cache.php:1635
+ #: wp-cache.php:1640
+ #: wp-cache.php:1646
+ msgid "Error"
+ msgstr "Klaida"
+
+ #: wp-cache.php:1598
+ #, php-format
+ msgid "Your cache directory ($cache_path) did not exist and couldn’t be created by the web server. Check %s permissions."
+ msgstr "Katalogas ($cache_path) neegzistuoja ir negali būti sukūrtas serveryje. Patikrinkite %s teises."
+
+ #: wp-cache.php:1603
+ #, php-format
+ msgid "Your cache directory (%1$s) or %2$s need to be writable for this plugin to work. Double-check it."
+ msgstr "Aplankas (%1$s) arba %2$s turi būti įrašomi, kad šis įskiepis veiktų. Pertikrinkite juos."
+
+ #: wp-cache.php:1635
+ #, php-format
+ msgid "Your WP-Cache config file (%s) is out of date and not writable by the Web server.Please delete it and refresh this page."
+ msgstr "Konfiguracijos WP-Cache failas (%s) negaliojantis ir negali būti įrašomas. Prašome pašalinti jį ir perkrauti puslapį."
+
+ #: wp-cache.php:1640
+ #, php-format
+ msgid "Configuration file missing and %1$s directory (%2$s) is not writable by the Web server.Check its permissions."
+ msgstr "Konfiguracijos failas nerastas ir katalogas %1$s (%2$s) nėra įrašomas į serverį. Patikrinkite teises."
+
+ #: wp-cache.php:1646
+ #, php-format
+ msgid "Sample WP-Cache config file (%s) does not exist.Verify you installation."
+ msgstr "Failas WP-Cache (%s) nerastas. Patikrinkite jūsų įdiegimą."
+
+ #: wp-cache.php:1702
+ #, php-format
+ msgid "%s/advanced-cache.php does not exist or cannot be updated."
+ msgstr "%s/advanced-cache.php neegzistuoja arba negali būti atnaujintas."
+
+ #: wp-cache.php:1703
+ msgid "1. If it already exists please delete the file first."
+ msgstr "1. Jeigu jau egzistuoja, prašome pirmą pašalinti failą."
+
+ #: wp-cache.php:1704
+ #, php-format
+ msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (chmod 777 %1$s) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
+ msgstr "2. Pakeiskite prieigos teises į %1$s, kad galima būtų šrašyti duomenis auto režimu (teisės turi būti: chmod 777 %1$s), patikrinkite teises ir atnaujinkite puslapį. Tai laikina taisyklė, po puslapio atnaujinimo teises reikės grąžinti į pradinius nustatymus (iš 777 į 755)."
+
+ #: wp-cache.php:1705
+ #, php-format
+ msgid "3. Refresh this page to update %s/advanced-cache.php"
+ msgstr "3. Atnaujinkite puslapį, failas %s/advanced-cache.php atsinaujins pats"
+
+ #: wp-cache.php:1706
+ #, php-format
+ msgid "If that doesn’t work, make sure the file %s/advanced-cache.php doesn’t exist:"
+ msgstr "Jei tai neveikia, įsitikinkite, kad failas %s/advanced-cache.php neegzistuoja:"
+
+ #: wp-cache.php:1707
+ #, php-format
+ msgid "
1. Open %1$s$wp_cache_file in a text editor.
2. Change the text CACHEHOME to %2$s
3. Save the file and copy it to %3$s and refresh this page.
3. Išsaugokite failą ir nukopijuokite jį į %3$s ir perkraukite šį puslapį.
"
+
+ #: wp-cache.php:1730
+ msgid "
WP_CACHE constant set to false
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:
define('WP_CACHE', true);
"
+ msgstr "
WP_CACHE konstanta nustatyta į false
WP_CACHE konstanta naudojama WordPress kodo įkelimui, kuris tarnauja puslapių talpyklai. Deja, tai klaidinga. Prašome redaguoti savo wp-config.php ir pridėti arba redaguoti šią eilutę virš galutinės require_once komandos:
define('WP_CACHE', true);
"
+
+ #: wp-cache.php:1732
+ msgid "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it."
+ msgstr "Klaida: WP_CACHE nėra įjungtas jūsų wp-config.php faile ir aš negalėjau jį pakeisti."
+
+ #: wp-cache.php:1733
+ #, php-format
+ msgid "Edit %s and add the following line: define('WP_CACHE', true); Otherwise, WP-Cache will not be executed by WordPress core. "
+ msgstr "Redaguoti %s ir pridėti šią eilutę: apibrėžti('WP_CACHE', true); Priešingu atveju, WP-cache negali būti vykdomas WordPress Core ."
+
+ #: wp-cache.php:1737
+ msgid "
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the FAQ. The WP_CACHE line must be moved up."
+ msgstr "
WP_CACHE konstanta pridėta į wp-config.php
Jei ir toliau matysite šį įspėjamąjį pranešimą, prašome žiūrėti 5 punkteDUK. WP_CACHE linija turi būti perkelta."
+
+ #: wp-cache.php:1759
+ msgid "Cache Contents"
+ msgstr "Talpyklos turiniai"
+
+ #: wp-cache.php:1762
+ msgid "Object cache in use. No cache listing available."
+ msgstr "Talpyklos objektas naudojamas. Talpyklos sąrašas nėpasiekiamas."
+
+ #: wp-cache.php:1786
+ #, php-format
+ msgid "Deleting supercache file: %s "
+ msgstr "Ištrinamas supercache failas: %s "
+
+ #: wp-cache.php:1803
+ #, php-format
+ msgid "Deleting wp-cache file: %s "
+ msgstr "Ištrynamas wp-cache failas: %s "
+
+ #: wp-cache.php:1868
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+ msgstr "Cache statistika nėra automatiškai sugeneruojama. Jūs turite paspausti nuorodą žemiau, kad šiame puslapyje regeneruotusi statistika."
+
+ #: wp-cache.php:1869
+ msgid "Regenerate cache stats"
+ msgstr "Atnaujinti talpyklos statistikÄ…"
+
+ #: wp-cache.php:1871
+ #, php-format
+ msgid "Cache stats last generated: %s minutes ago."
+ msgstr "Talpyklos statistika sugeneruota: %s min atgal."
+
+ #: wp-cache.php:1877
+ msgid "WP-Cache"
+ msgstr "WP-Cache"
+
+ #: wp-cache.php:1878
+ #: wp-cache.php:1894
+ #, php-format
+ msgid "%s Cached Pages"
+ msgstr "%s talpykliniai puslapiai"
+
+ #: wp-cache.php:1879
+ #: wp-cache.php:1899
+ #, php-format
+ msgid "%s Expired Pages"
+ msgstr "%s pasibaigÄ™ puslapiai"
+
+ #: wp-cache.php:1893
+ msgid "WP-Super-Cache"
+ msgstr "WP-Super-Cache"
+
+ #: wp-cache.php:1904
+ msgid "Fresh WP-Cached Files"
+ msgstr "Šviežia WP-failų talpykla"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "URI"
+ msgstr "URI"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ msgid "Key"
+ msgstr "Raktas"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "Age"
+ msgstr "Amžius"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "Delete"
+ msgstr "Panaikinti"
+
+ #: wp-cache.php:1920
+ msgid "Stale WP-Cached Files"
+ msgstr "Pasenusi WP-failų talpykla"
+
+ #: wp-cache.php:1936
+ msgid "Fresh Super Cached Files"
+ msgstr "Šviežia Super failų talpykla"
+
+ #: wp-cache.php:1952
+ msgid "Stale Super Cached Files"
+ msgstr "Pasenusi Super failų talpykla"
+
+ #: wp-cache.php:1968
+ msgid "Hide file list"
+ msgstr "Slėpti failų sąrašą"
+
+ #: wp-cache.php:1970
+ msgid "Too many cached files, no listing possible."
+ msgstr "Per daug failų talpykloje, juos dėti į sąrašą nebegalima."
+
+ #: wp-cache.php:1972
+ msgid "List all cached files"
+ msgstr "Visų talpyklos failų sąrašas"
+
+ #: wp-cache.php:1978
+ #, php-format
+ msgid "Garbage Collection Last GC was %s minutes ago "
+ msgstr "Šiukšlių valymas Paskutinis šiukšlių valymas buvo prieš %s min "
+
+ #: wp-cache.php:1979
+ #, php-format
+ msgid "Next GC in %s minutes"
+ msgstr "Sekantis Šiukšlių valymas bus po %s min"
+
+ #: wp-cache.php:1982
+ #, php-format
+ msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+ msgstr "Pasibaigęs failai - tai failai, senesni nei %s sekundžių. Jie vis dar naudojami įskiepio ir trinami periodiškai."
+
+ #: wp-cache.php:1993
+ msgid "Delete Expired"
+ msgstr "Ištrinti pasibaigusį"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2011
+ #: wp-cache.php:2174
+ msgid "Delete Cache"
+ msgstr "Ištrinti talpyklą"
+
+ #: wp-cache.php:2011
+ msgid "Delete Super Cache cached files (opens in new window)"
+ msgstr "Pašalinti Super Cache talpyklos failus (atsidarys naujam lange)"
+
+ #: wp-cache.php:2150
+ #, php-format
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
+ msgstr "%1$s dėkingas įskiepiui %2$s už atliktą darbą"
+
+ #: wp-cache.php:2183
+ #, php-format
+ msgid "WP Super Cache must be configured. Go to the admin page to enable and configure the plugin."
+ msgstr "WP Super Cache turi būti sukonfiguruotas! Prašome apsilankyti įskiepio admino puslapyje."
+
+ #: wp-cache.php:2189
+ msgid "Settings"
+ msgstr "Nustatymai"
+
+ #: wp-cache.php:2199
+ #, php-format
+ msgid "WP Super Cache is disabled. Please go to the plugin admin page to enable caching."
+ msgstr "WP Super Cache išjungtas. Prašome apsilankyti įskiepio admino puslapyje, kad įjungti talpinimą."
+
+ #: wp-cache.php:2218
+ #, php-format
+ msgid "[%s] Front page is gzipped! Please clear cache!"
+ msgstr "[%s] Pradinis puslapis suspaustas! Išvalykite talpyklą!"
+
+ #: wp-cache.php:2218
+ #, php-format
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+ msgstr "PraÅ¡ome apsilankyti %s, kad iÅ¡valyti talpyklÄ…, nes jÅ«sų svetainÄ—s pradinis puslapis dabar siunÄiamas!"
+
+ #: wp-cache.php:2221
+ #, php-format
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
+ msgstr "[%s] Pradinis puslapis buvo suspaustas! Talpykla išvalyta!"
+
+ #: wp-cache.php:2221
+ #, php-format
+ msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
+ msgstr "JÅ«sų blogo talpykla buvo iÅ¡valyta, kadangi jÅ«sų svetainÄ—s pradinis puslapis Å¡iuo metu siunÄiamas. PraÅ¡ome apsilankyti %s, kad patikrinti, ar talpykla buvo iÅ¡valyta."
+
+ #: wp-cache.php:2228
+ #, php-format
+ msgid "[%s] Front page is not correct! Please clear cache!"
+ msgstr "[%s] Pradinis puslapis nėra korektiškas! Prašome išvalyti talpyklą!"
+
+ #: wp-cache.php:2228
+ #, php-format
+ msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
+ msgstr "Prašome apsilankyti %1$s, kad išvalyti talpyklą, nes jūsų svetainės pradinis puslapis nėra korektiškas ir trūksta teksto - \"%2$s\"!"
+
+ #: wp-cache.php:2231
+ #, php-format
+ msgid "[%s] Front page is not correct! Cache Cleared!"
+ msgstr "[%s] Pradinis puslapis nėra korektiškas! Talpykla išvalyta!"
+
+ #: wp-cache.php:2231
+ #, php-format
+ msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
+ msgstr "Jūsų blogo talpykla buvo išvalyta, kadangi jūsų blogo pradinis puslapis neturi teksto \"%2$s\"! Prašome aplanakyti %1$s, kad patikrinti, ar talpykla yra išvalyta."
+
+ #: wp-cache.php:2236
+ #, php-format
+ msgid "[%s] Front page check!"
+ msgstr "[%s] Pradinis puslapis patikrintas!"
+
+ #: wp-cache.php:2236
+ #, php-format
+ msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
+ msgstr "WP Super Cache patikrino jÅ«sų pradinį dienoraÅ¡Äio puslapį. PraÅ¡ome aplankyti %s, jeigu norite atjungti tai."
+
+ #: wp-cache.php:2279
+ msgid "Cannot update .htaccess"
+ msgstr "Negali atnaujinti .htaccess"
+
+ #: wp-cache.php:2279
+ #, php-format
+ msgid "The file %s.htaccess cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
+ msgstr "Failas %s.htaccess negali būti atnaujintas automatiniu būdu. Prašome pataisyti jį, naudojant chmod komandą arba ftp klientą."
+
+ #: wp-cache.php:2279
+ msgid "Refresh this page when the file permissions have been modified."
+ msgstr "Atnaujinkite šį puslapį, kai failo prieigos teisės bus modifikuoti."
+
+ #: wp-cache.php:2279
+ #, php-format
+ msgid "Alternatively, you can edit your %s.htaccess file manually and add the following code (before any WordPress rules):"
+ msgstr "JÅ«s taip pat galite redaguoti failÄ… %s.htaccess rankiniu bÅ«du ir asmeniÅ¡kai įraÅ¡yti reikalingas taisykles (iki esanÄių ten WordPress taisyklių):"
+
+ #: wp-cache.php:2283
+ #, php-format
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called %s.htaccess"
+ msgstr "Kad įskiepis galėtų teisingai dirbti su statiniais html failais, jūs turite įrašyti į failą %s.htaccess įskiepio mod_rewrite taisykles"
+
+ #: wp-cache.php:2284
+ msgid "You can edit the file yourself add the following rules."
+ msgstr "JÅ«s galite redaguoti failÄ…, savarankiÅ¡kai pridedant sekanÄias taisykles."
+
+ #: wp-cache.php:2285
+ msgid " Make sure they appear before any existing WordPress rules. "
+ msgstr "Ä®sitikinkite, kad jie eina prieÅ¡ bet kuriÄ… WordPress egzistuojanÄiÄ… taisyklÄ™. "
+
+ #: wp-cache.php:2293
+ msgid "Update Mod_Rewrite Rules"
+ msgstr "Atnaujinti mod_rewrite teises"
+
+ #: wp-cache.php:2389
+ #, php-format
+ msgid "[%1$s] Cache Preload Started"
+ msgstr "[%1$s] Bendrasis talpinimas prasidÄ—jo"
+
+ #: wp-cache.php:2391
+ #, php-format
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+ msgstr "[%1$s] Atnaujinamos žinutės nuo %2$d iki %3$d"
+
+ #: wp-cache.php:2402
+ #, php-format
+ msgid "[%1$s] %2$d posts refreshed"
+ msgstr "[%1$s] %2$d žinuÄių atnaujinta"
+
+ #: wp-cache.php:2402
+ msgid "Refreshed the following posts:"
+ msgstr "Atnaujintos sekanÄios žinutÄ™s:"
+
+ #: wp-cache.php:2411
+ #, php-format
+ msgid "Scheduling next preload refresh in %d minutes."
+ msgstr "Sekantis planinis bendros talpyklos atnaujinimas įvyks po:% d minuÄių."
+
+ #: wp-cache.php:2421
+ #, php-format
+ msgid "[%s] Cache Preload Completed"
+ msgstr "[%s] Talpyklos prieškrūvis baigtas"
+
+ #: wp-cache.php:2421
+ msgid "Cleaning up old supercache files."
+ msgstr "Valymas senų supercache failų."
+
+ #: wp-cache.php:2462
+ #, php-format
+ msgid "[%s] Preload may have stalled."
+ msgstr "[%s] Prieškrūvis gali būti vilkinamas."
+
+ #: wp-cache.php:2462
+ #, php-format
+ msgid ""
+ "Preload has been restarted.\n"
+ "%s"
+ msgstr ""
+ "Išankstinė apkrova turi būti iš naujo paleista.\n"
+ "%s"
+
+ #~ msgid ""
+ #~ "Scroll down this page and click the Update Mod_Rewrite Rules"
+ #~ "strong> button."
+ #~ msgstr ""
+ #~ "ПролиÑтайте Ñтраницу вних и нажмите кнопку Обновить правила "
+ #~ "Mod_Rewrite."
+
+ #~ msgid "WP Super Cache Manager"
+ #~ msgstr "Управление плагином WP Super Cache"
+
+ #~ msgid "Why your configuration may not be changed"
+ #~ msgstr "Почему конфигурации не могут быть изменены"
+
+ #~ msgid "Why"
+ #~ msgstr "Почему"
+
+ #~ msgid "ON"
+ #~ msgstr "ВКЛ"
+
+ #~ msgid "WP Cache and Super Cache enabled"
+ #~ msgstr "Плагины WP Cache и Super Cache включены"
+
+ #~ msgid "HALF ON"
+ #~ msgstr "Ð ÐБОТÐЕТ ÐÐПОЛОВИÐУ"
+
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+ #~ msgstr "Плагин Super Cache отключен, работает только кÑшировани WP-Cache"
+
+ #~ msgid "OFF"
+ #~ msgstr "ВЫКЛ"
+
+ #~ msgid "WP Cache and Super Cache disabled"
+ #~ msgstr "Плагины WP Cache и Super Cache отключены"
+
+ #~ msgid ""
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+ #~ "file is being generated. Recommended for very busy websites with "
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+ #~ "obsolete."
+ #~ msgstr ""
+ #~ "ВоÑÑтановление кÑша. При включенной опции, гоÑти Ñайта будут получать "
+ #~ "Ñтарые Ñтраницы из плагина Super Cache, пока формируютÑÑ Ð½Ð¾Ð²Ñ‹Ðµ. "
+ #~ "РекомендуетÑÑ Ð¸Ñпользовать данную опцию только Ð´Ð»Ñ Ð¾Ñ‡ÐµÐ½ÑŒ "
+ #~ "поÑещаемых блогов, где много комментариев. ПоÑле Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð¾Ð¿Ñ†Ð¸Ð¸ в "
+ #~ "наÑтройках \"прÑмое кÑширование Ñтраниц\" и \"закрытый режим\" нет нужды "
+ #~ "(они уÑтаревают)"
+
+ #~ msgid ""
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
+ #~ "with caution.)"
+ #~ msgstr ""
+ #~ "Создавать ÑпиÑок новых кÑшированных Ñтраниц (иÑпользовать на Ñвой Ñтрах и "
+ #~ "риÑк, может затормозить Ñайты Ñ Ð±Ð¾Ð»ÑŒÑˆÐ¸Ð¼ количеÑтвом поÑетителей)"
+
+ #~ msgid ""
+ #~ "%1$s really makes your blog go faster. Make it go faster* by "
+ #~ "buying me an Amazon gift card! Make it out to \"%3$s"
+ #~ "\" for whatever amount you want. Every penny helps!"
+ #~ msgstr ""
+ #~ "%1$s дейÑтвительно уÑкорÑет Ваш блог. Ð’Ñ‹ можете Ñделать его еще "
+ #~ "быÑтрее*, купив мне подарочную карту ÑервиÑа "
+ #~ "Amazon! Можете выбрать \"%3$s\" любое значение, какое хотите. ÐšÐ°Ð¶Ð´Ð°Ñ "
+ #~ "копейка поможет мне!"
+
+ #~ msgid ""
+ #~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
+ #~ "\"Donate\" button below or take a quick peek at my wishlist."
+ #~ msgstr ""
+ #~ "ЕÑли Ð’Ñ‹ не хотите иметь дело Ñ Amazon , то можно Ñделать пожертвование "
+ #~ "через PayPal. Ðажмите кнопку \"Пожертвовать\" или выберите подарок Ð´Ð»Ñ "
+ #~ "Ð¼ÐµÐ½Ñ Ð¸Ð· моего ÑпиÑка желаний."
+
+ #~ msgid "Thanks in advance!"
+ #~ msgstr "Заранее благодарю!"
+
+ #~ msgid ""
+ #~ "Ok, it won’t go any faster but you’ll make this plugin author "
+ #~ "very happy!"
+ #~ msgstr ""
+ #~ "Ладно, он не будет быÑтрее, но Ð’Ñ‹ вÑе равно Ñделаете автора плагина очень "
+ #~ "ÑчаÑтливым!"
+
+ #~ msgid "Don’t show me this again."
+ #~ msgstr "Ðе показывать больше Ñто Ñообщение."
+
+ #~ msgid "Hide"
+ #~ msgstr "СпрÑтать"
+
+ #~ msgid ""
+ #~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
+ #~ "donation to encourage development of this plugin."
+ #~ " Even a penny will help."
+ #~ msgstr ""
+ #~ "Блог автора - %1$s, фотоблог - %2$s. Ðвтор плагина будет благодарен любой "
+ #~ "поддержке от ВаÑ. Даже копейка может помочь в "
+ #~ "его работе."
+
+ #~ msgid "Super Cache Compression"
+ #~ msgstr "Сжатие кÑша Super Cache"
+
+ #~ msgid "Compression is enabled by default when in HALF ON mode."
+ #~ msgstr ""
+ #~ "Сжатие кÑша отключено по умолчанию в режиме Ð ÐБОТÐЕТ ÐÐПОЛОВИÐУ."
+
+ #~ msgid "Super Cache compression is now disabled."
+ #~ msgstr "Сжатие кÑша Super Cache теперь отключено."
+
+ #~ msgid "Super Cache compression is now enabled."
+ #~ msgstr "Сжатие кÑша Super Cache теперь включено."
+
+ #~ msgid "Update Compression"
+ #~ msgstr "Обновить наÑтройки ÑжатиÑ"
+
+ #~ msgid "Debug Settings"
+ #~ msgstr "Параметры отладки"
+
+ #~ msgid ""
+ #~ "
WP_CACHE constant in wp-config.php set to false
The WP_CACHE "
+ #~ "constant is defined in your wp-config.php but must be set to true, not "
+ #~ "false for this plugin to work correctly.
"
+
+ #~ msgid "You must edit the file yourself add the following rules."
+ #~ msgstr ""
+ #~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
Binary files /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo and /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.mo differ
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-ro_RO.po 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,1555 ----
+ # Translation of the WordPress plugin by .
+ # Copyright (C) 2010
+ # This file is distributed under the same license as the package.
+ # FIRST AUTHOR , 2010.
+ #
+ msgid ""
+ msgstr ""
+ "Project-Id-Version: WP Super Cache\n"
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+ "POT-Creation-Date: 2010-09-27 13:58+0000\n"
+ "PO-Revision-Date: 2011-06-13 18:44+0200\n"
+ "Last-Translator: Alexandr K.\n"
+ "Language-Team: Michail Bogdanov \n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+ "X-Poedit-Language: Romanian\n"
+ "X-Poedit-Country: MOLDOVA, REPUBLIC OF\n"
+
+ #: plugins/awaitingmoderation.php:4
+ msgid "Your comment is awaiting moderation."
+ msgstr "Comentariul dvs. este în aşteptarea moderaţie."
+
+ #: plugins/awaitingmoderation.php:23
+ #: plugins/awaitingmoderation.php:38
+ #: plugins/badbehaviour.php:47
+ #: plugins/badbehaviour.php:65
+ #: plugins/domain-mapping.php:47
+ #: plugins/domain-mapping.php:62
+ #: plugins/searchengine.php:61
+ #: plugins/searchengine.php:76
+ #: wp-cache.php:1114
+ msgid "Disable"
+ msgstr "Off"
+
+ #: plugins/awaitingmoderation.php:29
+ #: plugins/badbehaviour.php:55
+ #: plugins/domain-mapping.php:53
+ #: plugins/searchengine.php:67
+ msgid "disabled"
+ msgstr "off"
+
+ #: plugins/awaitingmoderation.php:31
+ #: plugins/badbehaviour.php:57
+ #: plugins/domain-mapping.php:55
+ #: plugins/searchengine.php:69
+ #: wp-cache.php:1460
+ msgid "enabled"
+ msgstr "activat"
+
+ #: plugins/awaitingmoderation.php:33
+ #, php-format
+ msgid "Awaiting Moderation plugin is %s"
+ msgstr "Aşteaptă moderarea plug-in este %s"
+
+ #: plugins/awaitingmoderation.php:34
+ msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
+ msgstr "(Scoateţi textul \"Comentariul dvs. este în aşteptarea moderaţie.\", atunci când cineva lasă un comentariu moderat.)"
+
+ #: plugins/awaitingmoderation.php:36
+ #: plugins/badbehaviour.php:63
+ #: plugins/domain-mapping.php:60
+ #: plugins/searchengine.php:74
+ #: wp-cache.php:1114
+ msgid "Enable"
+ msgstr "Activat"
+
+ #: plugins/badbehaviour.php:45
+ msgid "Bad Behaviour not found. Please check your install."
+ msgstr "Bad Comportamentul nu a fost găsită. Vă rugăm să verificaţi a vă instala."
+
+ #: plugins/badbehaviour.php:60
+ #, php-format
+ msgid "Bad Behaviour support is %s."
+ msgstr "Sprijin Bad Behaviour este %s."
+
+ #: plugins/badbehaviour.php:61
+ #, php-format
+ msgid "(Only legacy caching supported, disabled compression and requires Bad Behavior in \"%s/plugins/bad-behavior/\") "
+ msgstr "(Numai cache moştenire a sprijinit, de compresie cu handicap şi necesită Bad Behavior în \"%s/plugins/bad-behavior/\")"
+
+ #: plugins/badbehaviour.php:69
+ #: wp-cache.php:1191
+ #: wp-cache.php:1193
+ msgid "Warning!"
+ msgstr "Atenţie!"
+
+ #: plugins/domain-mapping.php:57
+ #, php-format
+ msgid "Domain Mapping support plugin is %s"
+ msgstr "Domeniu Mapping suport plug-in este %s"
+
+ #: plugins/domain-mapping.php:58
+ msgid "(support for multiple domains on multisite websites) "
+ msgstr "(suport pentru mai multe domenii pe site-uri multisite)"
+
+ #: plugins/domain-mapping.php:72
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+ msgstr "Domeniu Mapping plugin detectate Vă rugăm să mergeţi la pagina Supercache plugin-uri şi pentru a permite helper cartografiere domeniu plugin."
+
+ #: plugins/searchengine.php:71
+ #, php-format
+ msgid "No Adverts for Friends plugin is %s."
+ msgstr "Nu Anunţuri pentru prietenii plug-in este %s."
+
+ #: plugins/searchengine.php:72
+ msgid "(requires friendsadverts.php too) "
+ msgstr "(Necesită friendsadverts.php prea) "
+
+ #: wp-cache.php:87
+ #, php-format
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+ msgstr "Vă rugăm să creaţi %s /wp-cache-config.php din wp-super-cache/wp-cache-config-sample.php"
+
+ #: wp-cache.php:138
+ msgid "Warning! PHP Safe Mode Enabled!"
+ msgstr "Avertisment PHP Safe Mode Enabled!"
+
+ #: wp-cache.php:139
+ msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+ msgstr "Este posibil să apară probleme de funcţionare, deoarece acest plug-in Safe Mode este activat."
+
+ #: wp-cache.php:143
+ msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
+ msgstr "Serverul este configurat pentru a verifica proprietarul de scripturi PHP înainte de a le permite să citească şi să scrie fişiere."
+
+ #: wp-cache.php:144
+ #, php-format
+ msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the safe mode manual page for further details."
+ msgstr "Ai sau un administrator ar putea să facem să funcţioneze prin schimbarea proprietar al grupului de plugin-ul script-uri pentru a se potrivi cel al utilizatorului server de web. Proprietar al grupului de %s/cache/ dosar trebuie să fie, de asemenea, schimbat. Se vedea modul de siguranţă pagina de manual pentru detalii suplimentare."
+
+ #: wp-cache.php:146
+ msgid "You or an administrator must disable this. See the safe mode manual page for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
+ msgstr "Ai sau un administrator trebuie să dezactivaţi această. Consultaţi pagina de siguranţă modul manual pentru detalii suplimentare. Acest lucru nu poate fi dezactivat într-un fişier. htaccess, din păcate. Aceasta trebuie să fie în fişierul de configurare php.ini. "
+
+ #: wp-cache.php:152
+ msgid "Permlink Structure Error"
+ msgstr "Permlink Structura Error"
+
+ #: wp-cache.php:153
+ msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks."
+ msgstr "Un URL-ul personalizat sau structura Permalink este necesar pentru acest plug-in pentru a funcţiona corect. Vă rugăm să mergeţi la Permalinks pagina Opţiuni pentru a configura permalinks dumneavoastră."
+
+ #: wp-cache.php:165
+ #, php-format
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
+ msgstr "Avertisment! Hostname \"%s\" rezolvă la %s"
+
+ #: wp-cache.php:166
+ #, php-format
+ msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
+ msgstr "Serverul crede hostname rezolvă la %s. Unele servicii, cum ar fi colectarea gunoiului de acest plugin, şi WordPress posturi programate să nu funcţioneze corect."
+
+ #: wp-cache.php:167
+ #: wp-cache.php:181
+ #, php-format
+ msgid "Please see entry 16 in the Troubleshooting section of the readme.txt"
+ msgstr "Vă rugăm să consultaţi de intrare 16 în secţiunea Rezolvare Probleme de readme.txt"
+
+ #: wp-cache.php:180
+ msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
+ msgstr "Din pacate WordPress nu poate găsi fişierul wp-cron.php Acest script este necesar pentru funcţionarea corectă de colectare a gunoiului de acest plug-in, WordPress posturi programate, precum şi alte activităţi critice."
+
+ #: wp-cache.php:195
+ msgid "Cannot continue... fix previous problems and retry."
+ msgstr "Nu se poate continua... rezolva problemele anterioare şi încercaţi din nou."
+
+ #: wp-cache.php:204
+ msgid "Zlib Output Compression Enabled!"
+ msgstr "Compresie de ieÅŸire Zlib Enabled!"
+
+ #: wp-cache.php:205
+ msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See this page for instructions on modifying your php.ini."
+ msgstr "PHP este comprimarea datelor trimise de vizitatorii site-ului. Dezactivarea acest lucru este recomandat ca plugin-ul cache de ieşire comprimat o dată în loc de comprimare aceeaşi pagină de peste si peste din nou. Vedea, de asemenea #21 în secţiunea Depanare. Consultaţi această pagină pentru instrucţiuni referitoare la modificarea fişierul php.ini."
+
+ #: wp-cache.php:209
+ msgid "Mod rewrite may not be installed!"
+ msgstr "Mod rescrie nu poate fi instalat!"
+
+ #: wp-cache.php:210
+ msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’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 "Se pare că mod_rewrite nu este instalat. Uneori, această verificare nu este 100% de încredere, mai ales dacă nu sunteţi folosind Apache. Vă rugăm să verificaţi că mod_rewrite modulul este încărcat. Este necesar pentru a servi fişiere statice Super Cache. Veţi fi în continuare posibilitatea de a utiliza moduri de moştenire sau PHP."
+
+ #: wp-cache.php:215
+ msgid "Read Only Mode. Configuration cannot be changed."
+ msgstr "Doar în citire Mode. Configurare nu poate fi schimbat."
+
+ #: wp-cache.php:216
+ #, php-format
+ msgid "The WP Super Cache configuration file is %s/wp-cache-config.php and cannot be modified. That file must be writeable by the webserver to make any changes."
+ msgstr "WP Super Cache fişier de configurare este de %s/wp-cache-config.php şi nu pot fi modificate. Acest dosar trebuie să fie inscriptibile de către webserver să facă orice modificări."
+
+ #: wp-cache.php:217
+ msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it’s globally writeable and it should be fine."
+ msgstr "Un mod simplu de a face asta este de a schimba permisiunile utilizând comanda chmod temporar sau prin intermediul dvs. de client FTP. Asiguraţi-vă că la nivel global inscriptibile şi ar trebui să fie bine."
+
+ #: wp-cache.php:218
+ msgid "Writeable:"
+ msgstr "Inscriptibile:"
+
+ #: wp-cache.php:219
+ msgid "Readonly:"
+ msgstr "Readonly:"
+
+ #: wp-cache.php:231
+ #, php-format
+ msgid "Warning! %s is writeable!"
+ msgstr "Atenţie: %s este inscriptibile!"
+
+ #: wp-cache.php:232
+ #, php-format
+ msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
+ msgstr "Ar trebui să schimbaţi permisiunile pe% s şi să-l mai restrictive utilizarea clientului de FTP, sau următoarea comandă pentru a remedia lucrurile:"
+
+ #: wp-cache.php:240
+ msgid "Mobile rewrite rules detected"
+ msgstr "Mobile regulile de rescriere detectat"
+
+ #: wp-cache.php:241
+ msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
+ msgstr "Pentru cele mai bune performanţe ar trebui să permită \"Mobile sprijin dispozitiv de\" sau şterge mobil rescrie regulile în dumneavoastră htaccess Uita-te pentru cele 2 linii cu textul \" 2.0\\MMP|240x320\" şi ştergeţi-le."
+
+ #: wp-cache.php:241
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+ msgstr "Acest lucru va avea nici o afecta pe utilizatorii obişnuiţi, dar utilizatorii de telefonie mobilă vor vedea paginile uncached."
+
+ #: wp-cache.php:247
+ #: wp-cache.php:258
+ msgid "Rewrite rules must be updated"
+ msgstr "Regulile de rescriere trebuie să fie actualizate"
+
+ #: wp-cache.php:248
+ #: wp-cache.php:259
+ msgid "The rewrite rules required by this plugin have changed or are missing. "
+ msgstr "Rescriere normele impuse de acest plugin-au schimbat sau lipsesc."
+
+ #: wp-cache.php:249
+ msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
+ msgstr "Suport pentru dispozitive mobile necesită norme suplimentare în fişierul htaccess, sau puteţi seta modul de plug-in pentru moştenirea Aici sunt opţiunile dumneavoastră (în ordine de dificultate):"
+
+ #: wp-cache.php:250
+ msgid "Set the plugin to legacy mode and enable mobile support."
+ msgstr "Setaţi plug-in pentru modul de moştenire şi pentru a permite suport mobil."
+
+ #: wp-cache.php:251
+ #: wp-cache.php:260
+ msgid "Scroll down the Advanced Settings page and click the Update Mod_Rewrite Rules button."
+ msgstr "Derulaţi în jos pagina Setări avansate şi faceţi clic pe butonul Update mod_rewrite Reguli."
+
+ #: wp-cache.php:252
+ #, php-format
+ msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by # BEGIN WPSuperCache and # END WPSuperCache and let the plugin regenerate them by reloading this page."
+ msgstr "Şterge plugin mod_rewrite normele în %s.htaccess închise de către # BEGIN WPSuperCache şi # END WPSuperCache şi lăsaţi plugin-ul regenera le reîncărcaţi această pagină."
+
+ #: wp-cache.php:253
+ #, php-format
+ msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines # BEGIN WPSuperCache and # END WPSuperCache. There are two sections that look very similar. Just below the line %%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ add these lines: (do it twice, once for each section)"
+ msgstr "Adăugaţi regulile de tine liniile. Editare %s.htaccess şi pentru a găsi bloc de cod închisă de # BEGIN WPSuperCache şi # END WPSuperCache. Există două secţiuni, care arata foarte similar linie. Doar sub %%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ adăugaţi aceste linii: (o fac de două ori, o dată pentru fiecare secţiune) "
+
+ #: wp-cache.php:266
+ msgid "Required to serve compressed supercache files properly."
+ msgstr "Necesar pentru a servi fişiere comprimate supercache în mod corespunzător."
+
+ #: wp-cache.php:266
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+ msgstr "Necesare pentru a seta informaţii cache de pe paginile supercache IE7 utilizatorii vor vedea paginile vechi, fără acest modul."
+
+ #: wp-cache.php:266
+ msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
+ msgstr "Setaţi data de expirare de pe paginile supercached Vizitatorii nu pot vedea noi pagini atunci când reîmprospătare sau lăsaţi comentarii, fără acest modul."
+
+ #: wp-cache.php:273
+ msgid "Missing Apache Modules"
+ msgstr "Missing Module Apache"
+
+ #: wp-cache.php:274
+ msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
+ msgstr "Următoarele module Apache lipsesc plugin va. Lucra în modul de moştenire fără ele. În modul complet Supercache, vizitatorii dvs. pot vedea paginile corupt sau din data de conţinut cu toate acestea."
+
+ #: wp-cache.php:413
+ msgid "Warning! You attempted to enable compression but zlib.output_compression is enabled. See #21 in the Troubleshooting section of the readme file."
+ msgstr "Atenţie încercat! Puteţi să activaţi de compresie, dar zlib.output_compression este activată. Vedea în secţiunea Troubleshooting (#21) din fişierul readme."
+
+ #: wp-cache.php:501
+ msgid "WP Super Cache Settings"
+ msgstr "Setări WP Super Cache"
+
+ #: wp-cache.php:512
+ msgid "Notice: Mod_rewrite or Legacy caching enabled. Showing Advanced Settings Page by default."
+ msgstr "Nota: mod_rewrite activat sau caching Legacy. Rezultate Advanced Settings Page implicit."
+
+ #: wp-cache.php:523
+ msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
+ msgstr "Fişier de configurare schimbat, unele valori ar putea fi greşită Încărcaţi a doua pagină din nou. De la \"Settings\" meniu pentru a le reseta."
+
+ #: wp-cache.php:540
+ #: wp-cache.php:614
+ msgid "Caching must be enabled to use this feature"
+ msgstr "Stocarea trebuie să fie activată pentru a utiliza această funcţie"
+
+ #: wp-cache.php:542
+ msgid "Cache Tester"
+ msgstr "Cache Tester"
+
+ #: wp-cache.php:543
+ msgid "Test your cached website by clicking the test button below."
+ msgstr "Testaţi-vă site-ul cache făcând clic pe butonul de test de mai jos."
+
+ #: wp-cache.php:550
+ #, php-format
+ msgid "Fetching %s to prime cache: "
+ msgstr "Se preiau %s la cache prim:"
+
+ #: wp-cache.php:552
+ #: wp-cache.php:559
+ #: wp-cache.php:566
+ msgid "OK"
+ msgstr "OK"
+
+ #: wp-cache.php:557
+ #, php-format
+ msgid "Fetching first copy of %s: "
+ msgstr "Exemplar preiau primul %s:"
+
+ #: wp-cache.php:564
+ #, php-format
+ msgid "Fetching second copy of %s: "
+ msgstr "Copie preiau doilea lui %s:"
+
+ #: wp-cache.php:570
+ msgid "One or more page requests failed:"
+ msgstr "Una sau mai multe cereri de start a eÅŸuat:"
+
+ #: wp-cache.php:589
+ #: wp-cache.php:590
+ #, php-format
+ msgid "Page %d: %d (%s)"
+ msgstr "Pagina %d: %d (%s)"
+
+ #: wp-cache.php:596
+ #, php-format
+ msgid "Page 1: %s"
+ msgstr "Pagina 1: %s"
+
+ #: wp-cache.php:597
+ #, php-format
+ msgid "Page 2: %s"
+ msgstr "Pagina 2: %s"
+
+ #: wp-cache.php:598
+ msgid "The timestamps on both pages match!"
+ msgstr "Marcajele de timp pe ambele pagini meci!"
+
+ #: wp-cache.php:600
+ msgid "The pages do not match! Timestamps differ or were not found!"
+ msgstr "Paginile nu se potrivesc sau marcajele de timp diferă! Nu au fost găsit!"
+
+ #: wp-cache.php:606
+ msgid "Send non-secure (non https) request for homepage"
+ msgstr "Trimite non-sigură (https non) cererea pentru pagina de start"
+
+ #: wp-cache.php:607
+ msgid "Test Cache"
+ msgstr "Test Cache"
+
+ #: wp-cache.php:632
+ #: wp-cache.php:755
+ msgid "Cancel Cache Preload"
+ msgstr "Cancel Cache preîncărcate"
+
+ #: 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 "Preîncărcându programate de cache anulat cazul în care un loc de muncă este în prezent rulează acesta nu va shutdown până când curentul 100 de pagini sunt complete."
+
+ #: wp-cache.php:649
+ msgid "Scheduled preloading of cache cancelled."
+ msgstr "Preîncărcându programate de cache anulate."
+
+ #: wp-cache.php:675
+ #: wp-cache.php:753
+ msgid "Preload Cache Now"
+ msgstr "Preîncărcate Cache Now"
+
+ #: wp-cache.php:678
+ msgid "Scheduled preloading of cache in 10 seconds."
+ msgstr "Preîncărcându programate de cache în 10 secunde."
+
+ #: wp-cache.php:682
+ #, php-format
+ msgid "Scheduled preloading of cache in %d minutes"
+ msgstr "Preîncărcându programate de cache în %d minute"
+
+ #: wp-cache.php:686
+ msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
+ msgstr "Acest lucru va cache fiecare post publicat şi pe pagina site-ul dvs. Acesta va crea fişiere supercache statice astfel vizitatori necunoscut (inclusiv roboţi) va lovi o pagina din cache. Acest lucru va ajuta, probabil, rang dvs. Google ca le folosesc de viteză, ca metric atunci când judecă site-uri web acum."
+
+ #: wp-cache.php:687
+ msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
+ msgstr "Preincarcarea creează o mulţime de fişiere cu toate acestea. Caching se face de la cel mai nou post la cea mai veche deci vă rugăm să ia în considerare numai caching mai nou, dacă aveţi o mulţime (10.000 +) de posturi. Acest lucru este important mai ales pe shared hosting."
+
+ #: wp-cache.php:688
+ msgid "In ’Preload Mode’ 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 "ÃŽn ’General caching’ colectare a gunoiului regulat va curata doar la fiÅŸierele vechi moÅŸtenire pentru utilizatorii cunoscuÅ£i nu, fiÅŸierele preîncărcate supercache. Aceasta este o setare recomandată atunci când memoria cache este preîncărcate."
+
+ #: wp-cache.php:692
+ #, php-format
+ msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+ msgstr "Reîmprospătare cache preîncărcat fişiere minute la fiecare %s (0 dezactiva, minim %d minute.)"
+
+ #: wp-cache.php:705
+ msgid "all"
+ msgstr "toate"
+
+ #: wp-cache.php:718
+ #, php-format
+ msgid "Preload %s posts."
+ msgstr "Preîncărcate mesaje %s."
+
+ #: wp-cache.php:725
+ msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+ msgstr "Preîncărcate modul (de colectare a gunoiului numai pe fisiere cache moştenirea recomandate.)"
+
+ #: wp-cache.php:728
+ msgid "Send me status emails when files are refreshed."
+ msgstr "Trimite-mi email-uri de stare atunci când fişierele sunt actualizate."
+
+ #: wp-cache.php:733
+ msgid "Many emails, 2 emails per 100 posts."
+ msgstr "Multe e-mailuri, 2 email-uri la 100 de posturi."
+
+ #: wp-cache.php:736
+ msgid "Medium, 1 email per 100 posts."
+ msgstr "Medium, 1 e-mail la 100 de posturi."
+
+ #: wp-cache.php:739
+ msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+ msgstr "Mai e-mailuri, 1 la începutul şi 1 la sfârşitul preîncărcarea toate mesajele."
+
+ #: wp-cache.php:743
+ #, php-format
+ msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+ msgstr "Reîmprospătare de cache în %d ore %d minute şi %d secunde."
+
+ #: wp-cache.php:744
+ #, php-format
+ msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+ msgstr "Refresh completă a memoriei cache în ore %d %d minute şi %d secunde."
+
+ #: wp-cache.php:750
+ #, php-format
+ msgid "Currently caching from post %d to %d."
+ msgstr "ÃŽn prezent, caching de la post %d la %d."
+
+ #: wp-cache.php:753
+ msgid "Update Settings"
+ msgstr "Setări de update"
+
+ #: wp-cache.php:761
+ msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+ msgstr "Preincarcarea de cache cu handicap. Vă rugăm să dezactivaţi memorarea paginilor în cache moştenire sau vorbiti cu administratorul gazdă."
+
+ #: wp-cache.php:776
+ #: wp-cache.php:865
+ msgid "Caching"
+ msgstr "Caching"
+
+ #: wp-cache.php:780
+ msgid "Cache hits to this website for quick access."
+ msgstr "Cache hit-uri la acest site pentru acces rapid."
+
+ #: wp-cache.php:780
+ #: wp-cache.php:781
+ #: wp-cache.php:795
+ #: wp-cache.php:799
+ #: wp-cache.php:802
+ #: wp-cache.php:803
+ #: wp-cache.php:868
+ msgid "Recommended"
+ msgstr "Recomandat"
+
+ #: wp-cache.php:781
+ msgid "Use mod_rewrite to serve cache files."
+ msgstr "Foloseste mod_rewrite pentru a servi fiÅŸiere cache."
+
+ #: wp-cache.php:782
+ msgid "Use PHP to serve cache files."
+ msgstr "Utilizarea PHP pentru a servi fiÅŸiere cache."
+
+ #: wp-cache.php:783
+ msgid "Legacy page caching."
+ msgstr "Legacy caching pagina."
+
+ #: 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 este cel mai rapid, PHP este aproape la fel de rapid şi mai uşor de lucru pentru a obţine, în timp ce caching moştenirea este mai lent din nou, dar este mai flexibilă şi, de asemenea, uşor pentru a obţine de lucru. Utilizatorii noi ar trebui să meargă cu caching PHP."
+
+ #: wp-cache.php:790
+ msgid "Miscellaneous"
+ msgstr "Diverse"
+
+ #: wp-cache.php:795
+ msgid "Compress pages so they’re served more quickly to visitors."
+ msgstr "Comprimare fiÅŸiere cache pentru a accelera de lucru."
+
+ #: wp-cache.php:796
+ msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
+ msgstr "Compresia este dezactivată în mod implicit, deoarece unele gazdele au probleme cu fişiere comprimate. Pornirea-l pe şi în afara şterge memoria cache."
+
+ #: wp-cache.php:799
+ msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+ msgstr "304 Not Modified browser caching. Indice când o pagină nu a fost modificat de la ultima solicitate."
+
+ #: wp-cache.php:800
+ msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
+ msgstr "Sprijin pentru eroarea 304 este dezactivată în mod implicit (din cauza unei probleme de unele servicii)."
+
+ #: wp-cache.php:802
+ msgid "Don’t cache pages for known users."
+ msgstr "Nu paginile în cache pentru utilizatorii cunoscuţi."
+
+ #: wp-cache.php:803
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+ msgstr "Cache reconstrui servesc un fişier supercache. Utilizatorilor anonimi în timp ce un fişier nou este generat."
+
+ #: wp-cache.php:804
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
+ msgstr "Spune cu mândrie lumea server-ul dvs. este dovada Digg! (Locuri un mesaj în subsol blog-ului dvs.)"
+
+ #: wp-cache.php:810
+ #: wp-cache.php:957
+ #: wp-cache.php:1473
+ msgid "Advanced"
+ msgstr "Advanced"
+
+ #: wp-cache.php:814
+ msgid "Mobile device support."
+ msgstr "Mobile sprijin dispozitiv."
+
+ #: wp-cache.php:815
+ msgid "Clear all cache files when a post or page is published."
+ msgstr "Ştergeţi toate fişierele cache atunci când un post sau pagină se publică."
+
+ #: wp-cache.php:816
+ msgid "Only refresh current page when comments made."
+ msgstr "Numai reincarca pagina curentă atunci când observaţiile făcute."
+
+ #: wp-cache.php:817
+ msgid "List the newest cached pages on this page."
+ msgstr "Lista de cele mai noi paginile stocate în cache de pe această pagină."
+
+ #: wp-cache.php:819
+ msgid "Coarse file locking. You probably don’t need this but it may help if your server is underpowered. Warning! May cause your server to lock up in very rare cases!"
+ msgstr "Fişier de blocare grosier. Ai face, probabil, nu este necesar acest lucru, dar ar putea ajuta dacă serverul este underpowered Atenţie! Poate provoca server-ul dvs. pentru a bloca in cazuri foarte rare!"
+
+ #: wp-cache.php:822
+ msgid "Use object cache to store cached files."
+ msgstr "Utilizarea cache obiect pentru a stoca fiÅŸierele din cache."
+
+ #: wp-cache.php:822
+ msgid "(Experimental)"
+ msgstr "(Experimental)"
+
+ #: wp-cache.php:829
+ msgid "Note:"
+ msgstr "Notă:"
+
+ #: wp-cache.php:831
+ #, php-format
+ msgid "If uninstalling this plugin, make sure the directory %s is writeable by the webserver so the files advanced-cache.php and cache-config.php can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
+ msgstr "În cazul în dezinstalarea acest plug-in, asiguraţi-vă că %s dosar este inscriptibile de către serverul web astfel încât fişierele avansate-cache.php şi config.php cache-pot fi şterse în mod automat idee. (Asigurându-vă că aceste fişiere sunt inscriptibile prea este, probabil, un bun.)."
+
+ #: wp-cache.php:832
+ #, php-format
+ msgid "Please see the readme.txt for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
+ msgstr "Vă rugăm să citiţi readme.txt pentru instrucţiuni privind dezinstalarea acest script. Uita-te pentru rubrica, \"Cum să dezinstalaţi WP Super Cache\"."
+
+ #: wp-cache.php:833
+ #, php-format
+ msgid "Need help? Check the Super Cache readme file. It includes installation documentation, a FAQ and Troubleshooting tips. The support forum is also available. Your question may already have been answered."
+ msgstr "Aveti nevoie de ajutor? Verificaţi Super Cache fişier Readme. Acesta include documentaţia de instalare, o şi depanare sfaturi FAQ. forum de suport este de asemenea disponibil. întrebarea dvs. poate au fost deja răspuns."
+
+ #: wp-cache.php:836
+ #: wp-cache.php:883
+ msgid "Update Status"
+ msgstr "Status Update"
+
+ #: wp-cache.php:843
+ msgid "Accepted Filenames & Rejected URIs"
+ msgstr "Nume de fiÅŸiere acceptate & URI respins"
+
+ #: wp-cache.php:868
+ msgid "Caching On"
+ msgstr "Cache On"
+
+ #: wp-cache.php:869
+ msgid "Caching Off"
+ msgstr "Cache Off"
+
+ #: wp-cache.php:870
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+ msgstr "Notă: PHP permite caching, reconstrui cache, şi suport mobil"
+
+ #: 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 "Nota: Supercache mod_rewrite normele detectate fişierele din cache va fi servite cu aceste norme. Editaţi fişierul htaccess în rădăcina dvs. de a instala şi de a elimina normele SuperCache."
+
+ #: wp-cache.php:892
+ msgid "Make WordPress Faster"
+ msgstr "A face WordPress mai repede"
+
+ #: wp-cache.php:893
+ #, php-format
+ msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+ msgstr "%1$s este menţinut şi dezvoltat de %2$s, cu contribuţii de la multe altele."
+
+ #: wp-cache.php:894
+ #, php-format
+ msgid "He blogs at %1$s and posts photos at %2$s."
+ msgstr "El a blog-uri la %1$s ÅŸi fotografii de mesaje de la %2$s."
+
+ #: wp-cache.php:895
+ #, php-format
+ msgid "Please say hi to him on %s too!"
+ msgstr "Vă rugăm să-l salut pe %s prea!"
+
+ #: wp-cache.php:903
+ #, php-format
+ msgid "Cached pages since %1$s : %2$s"
+ msgstr "Paginile stocate în cache de la %1$s : %2$s"
+
+ #: wp-cache.php:904
+ msgid "Newest Cached Pages:"
+ msgstr "Cele mai noi Pagini cache:"
+
+ #: wp-cache.php:908
+ #, php-format
+ msgid "Cached %s seconds ago"
+ msgstr "Cache %s secunde în urmă"
+
+ #: wp-cache.php:911
+ msgid "(may not always be accurate on busy sites)"
+ msgstr "(Pot să nu fie întotdeauna exacte pe site-urile ocupat)"
+
+ #: wp-cache.php:930
+ msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
+ msgstr "Cache plugin-uri sunt scripturi PHP care trăiesc într-un folder plugin-uri în interiorul folderul wp-super-cache. Ele sunt încărcate atunci când încarcă Supercache, mult mai devreme decât regulate WordPress plugin-uri."
+
+ #: wp-cache.php:931
+ msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
+ msgstr "Acest lucru este strict o funcţie avansată doar şi cunoştinţe atât de PHP şi acţiuni WordPress este obligată să le creeze."
+
+ #: wp-cache.php:941
+ msgid "Available Plugins"
+ msgstr "Plugin-uri disponibile"
+
+ #: wp-cache.php:957
+ msgid "Easy"
+ msgstr "Easy"
+
+ #: wp-cache.php:957
+ msgid "Tester & Contents"
+ msgstr "Tester & Continut"
+
+ #: wp-cache.php:957
+ msgid "Preload"
+ msgstr "Preîncărcate"
+
+ #: wp-cache.php:957
+ msgid "Plugins"
+ msgstr "Plugin-uri"
+
+ #: wp-cache.php:957
+ msgid "Debug"
+ msgstr "Debug"
+
+ #: wp-cache.php:984
+ #, php-format
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on the main site of this network."
+ msgstr "Nota: WP Super Cache mod_rewrite controale regulă cu handicap cu excepţia cazului în care rulează pe site-ul principal al acestei reţele."
+
+ #: wp-cache.php:986
+ #, php-format
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on on the main site of this network."
+ msgstr "Nota: WP Super Cache mod_rewrite controale regulă cu handicap cu excepţia cazului în care rulează pe pe site-ul principal al acestei reţele."
+
+ #: wp-cache.php:996
+ msgid "Mod Rewrite Rules"
+ msgstr "Mod Reguli de rescriere"
+
+ #: wp-cache.php:1002
+ msgid "WordPress MU Detected"
+ msgstr "WordPress MU Detected"
+
+ #: wp-cache.php:1002
+ msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
+ msgstr "Din păcate, rescrie regulile nu pot fi actualizate automat atunci când rulează WordPress UM. Vă rugăm să vă deschide htaccess şi. Se adaugă următoarele mod_rewrite regulile de mai sus a oricăror alte norme în acel fişier."
+
+ #: wp-cache.php:1004
+ msgid "Mod Rewrite rules cannot be updated!"
+ msgstr "Mod Regulile de rescriere nu poate fi actualizat!"
+
+ #: wp-cache.php:1005
+ #, php-format
+ msgid "You must have BEGIN and END markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
+ msgstr "Trebuie să aveţi şi END markeri incepe in %s.htaccess pentru auto update la locul de muncă. Acestea arata ca acest lucru şi surround principal WordPress mod_rewrite normele:"
+
+ #: wp-cache.php:1007
+ msgid "Refresh this page when you have updated your .htaccess file."
+ msgstr "Reîmprospătare această pagină atunci când aţi actualizat fişierul htaccess."
+
+ #: wp-cache.php:1011
+ msgid "Thank you for upgrading."
+ msgstr "Vă mulţumim pentru upgrade."
+
+ #: wp-cache.php:1011
+ #, php-format
+ msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them."
+ msgstr "Mod_rewrite normele modificate de la ultima ta instalat acest plug-in. Din păcate, trebuie să eliminaţi vechile reguli supercache înainte de cele noi sunt actualizate reîmprospăta această pagină. După ce aţi editat fişierul .htaccess. Dacă doriţi să faceţi upgrade manual, modificaţi următoarea linie: %1$s astfel se pare ca aceasta: %2$s. Singurele modificări sunt \"HTTP_COOKIE\"devine\"HTTP:Cookie\" şi \"wordpressuser\"devine\"WordPress\". Acesta este un WordPress 2.5. schimbare, dar este compatibil cu versiunile mai vechi daca esti destul de curajos să le folosească."
+
+ #: wp-cache.php:1015
+ msgid "Trailing slash check required."
+ msgstr "Trailing slash verifica necesare."
+
+ #: wp-cache.php:1015
+ msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
+ msgstr "Se pare ca blog-ul dvs. are adresele URL care se termină cu o \"/\". Din păcate, din moment ce ai instalat acest plug-un duplicat bug conţinut a fost găsit în cazul în care nu adresele URL se termină într-o \"/\" sfârşitul servesc acelaşi conţinut ca şi cele cu \"/\" şi nu redirecţionare a URL-ul propriu Pentru a repara, trebuie să editaţi fişierul htaccess şi adăugaţi aceste două reguli pentru cele două grupe de reguli Super Cache:"
+
+ #: wp-cache.php:1017
+ msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
+ msgstr "Puteţi vedea în cazul în care normele de du-te şi să examineze normele complet, făcând clic pe \"View mod_rewrite normele\" link-ul de mai jos."
+
+ #: wp-cache.php:1031
+ msgid "Mod Rewrite rules updated!"
+ msgstr "Mod Regulile de rescriere actualizate!"
+
+ #: wp-cache.php:1032
+ #, php-format
+ msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
+ msgstr "%s.htaccess a fost actualizat cu normele necesare mod_rewrite. Va rugam a verifica dacă sunt corecte ar trebui să arate acest lucru:"
+
+ #: wp-cache.php:1034
+ msgid "Mod Rewrite rules must be updated!"
+ msgstr "Mod Regulile de rescriere trebuie să fie actualizate!"
+
+ #: wp-cache.php:1035
+ #, php-format
+ msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
+ msgstr "%s.htaccess ta nu poate fi scris de serverul web şi trebuie să fie actualizate cu normele necesare mod_rewrite. Noile norme du-te mai presus de reguli WordPress regulate aşa cum se arată în codul de mai jos:"
+
+ #: wp-cache.php:1040
+ #, php-format
+ msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file. 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 regulile de rescriere au fost detectate în fişierul% s.htaccess. Faceţi clic pe link-ul următor pentru a vedea liniile de adăugat la acel fişier. Dacă aţi actualizat plugin-ul asiguraţi-vă că aceste reguli se potrivesc."
+
+ #: wp-cache.php:1043
+ msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
+ msgstr "O diferenţă între normele în fiÅŸierul htaccess. Åži plugin-ul regulile de rescriere a fost găsit Acest lucru ar putea fi diferenÅ£ele de simplu, dar spaÅ£iu. Ar trebui să comparaÅ£i normele în dosarul cu cele de mai jos cât mai curând posibil. FaceÅ£i clic pe ’Update normele Mod_Rewrite’, pentru a face acest lucru în mod automat."
+
+ #: wp-cache.php:1046
+ msgid "View Mod_Rewrite Rules"
+ msgstr "Vezi mod_rewrite Reguli"
+
+ #: wp-cache.php:1050
+ #: wp-cache.php:2287
+ #, php-format
+ msgid "Rules must be added to %s too:"
+ msgstr "Regulile trebuie să fie adăugată la %s prea:"
+
+ #: wp-cache.php:1058
+ #, php-format
+ msgid "Gzip encoding rules in %s.htaccess created."
+ msgstr "Gzip reguli de codare în %s.htacces creat."
+
+ #: wp-cache.php:1065
+ msgid "Fix Configuration"
+ msgstr "Fix de configurare"
+
+ #: wp-cache.php:1068
+ msgid "Restore Default Configuration"
+ msgstr "Restore de configurare implicite"
+
+ #: wp-cache.php:1076
+ msgid "Comment moderation is enabled. Your comment may take some time to appear."
+ msgstr "Este activată moderarea comentariilor. Comentariul dvs. poate lua ceva timp să apară."
+
+ #: wp-cache.php:1101
+ msgid "Lock Down:"
+ msgstr "Lock Down:"
+
+ #: wp-cache.php:1101
+ msgid "Disabled"
+ msgstr "Disabled"
+
+ #: wp-cache.php:1101
+ msgid "Enabled"
+ msgstr "Enabled"
+
+ #: wp-cache.php:1102
+ msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
+ msgstr "Pregătiţi-server-ul dvs. pentru un vârf aşteptată a traficului prin activarea blocare în jos. Cand este activat, noi comentarii pe un post care nu va actualiza fişierele cache static."
+
+ #: wp-cache.php:1103
+ msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
+ msgstr "Dezvoltatorii: Asiguraţi-vă plugin bloca compatibil prin verificarea \"WPLOCKDOWN\". Constanta urmatorul cod va asiguraţi-vă că plugin respectă setarea WPLOCKDOWN."
+
+ #: wp-cache.php:1105
+ msgid "Sorry. My blog is locked down. Updates will appear shortly"
+ msgstr "Imi pare rau. Blog-ul meu este blocat. Actualizări va apărea în scurt timp"
+
+ #: wp-cache.php:1109
+ msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+ msgstr "WordPress este blocat. Super fişiere statice Cache nu vor fi şterse atunci când noi comentarii sunt făcute."
+
+ #: wp-cache.php:1111
+ msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+ msgstr "WordPress nu este blocat în jos comentariile noi vor reîmprospăta Super Cache fişiere statice, ca de obicei."
+
+ #: wp-cache.php:1117
+ msgid "Lock Down"
+ msgstr "Lock Down"
+
+ #: wp-cache.php:1125
+ msgid "Directly Cached Files"
+ msgstr "FiÅŸiere direct cache"
+
+ #: wp-cache.php:1183
+ #, php-format
+ msgid "%s removed!"
+ msgstr "%s eliminat!"
+
+ #: wp-cache.php:1191
+ #, php-format
+ msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
+ msgstr "Trebuie să facă %s writable pentru a activa această facilitate. Deoarece acesta este un risc de securitate vă rugăm să-l doar în citire după ce pagina este generat."
+
+ #: wp-cache.php:1193
+ #, php-format
+ msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+ msgstr "%s este writable Vă rugăm să-l doar în citire după ce pagina este generat ca acesta este un risc de securitate."
+
+ #: wp-cache.php:1207
+ msgid "Existing direct page"
+ msgstr "Directe existente pagina"
+
+ #: wp-cache.php:1207
+ msgid "Delete cached file"
+ msgstr "Åžterge cache file"
+
+ #: wp-cache.php:1212
+ msgid "Add direct page:"
+ msgstr "Adauga pagina direct:"
+
+ #: wp-cache.php:1214
+ #, php-format
+ msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
+ msgstr "Fişiere direct din cache sunt fişiere create direct de pe %s în cazul în care locuieşte blog-ul dvs. Această caracteristică este. Util numai dacă se asteapta la o Digg majore sau Slashdot nivel de trafic pentru un post sau pagină."
+
+ #: wp-cache.php:1216
+ #, php-format
+ msgid "For example: to cache %1$sabout/, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
+ msgstr "De exemplu: pentru cache %1$sabout/ ar trebui să introduceţ %1$sabout/ or /about/. Cache la dosar va fi generat în următorii un timp anonim vizite că pagina utilizatorului."
+
+ #: wp-cache.php:1217
+ msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+ msgstr "Asiguraţi-casuta necompletat pentru a-l scoate din lista de pagini directe şi a şterge fişierul cache."
+
+ #: wp-cache.php:1222
+ msgid "Update Direct Pages"
+ msgstr "Update Pagini Direct"
+
+ #: wp-cache.php:1260
+ msgid "Expiry Time & Garbage Collection"
+ msgstr "Expirat pagina & Clar de moloz"
+
+ #: wp-cache.php:1262
+ msgid "Expire time:"
+ msgstr "Expirare timp:"
+
+ #: wp-cache.php:1263
+ msgid "seconds"
+ msgstr "secunde"
+
+ #: wp-cache.php:1264
+ msgid "Garbage Collection"
+ msgstr "Clar de moloz"
+
+ #: wp-cache.php:1264
+ msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
+ msgstr "În cazul în care ora de expirare este mai mare de 1800 secunde (o jumătate de oră), de colectare a gunoiului se va face la fiecare 10 minute, altfel se va întâmpla 10 secunde după ora de expirare de mai sus."
+
+ #: wp-cache.php:1265
+ msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to 300 seconds. 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 "Verificarea şi ştergerea fişierelor expirat este scump, dar e scump lasandu-le acolo. Pe foarte ocupat un site care ar trebui să stabilească expirarea timp pentru 300 secunde. Experiment cu valori diferite şi să vizitaţi această pagină pentru a vedea modul în care a expirat mai multe fişiere rămân la diferite ori în timpul zilei. Dacă folosiţi caching scopul de moştenire să aibă mai puţin de 500 de fişiere cache, dacă este posibil. Puteţi avea fişiere de multe ori mai mult cache atunci când se utilizează mod_rewrite sau caching PHP."
+
+ #: wp-cache.php:1266
+ msgid "Set the expiry time to 0 seconds to disable garbage collection."
+ msgstr "Seta ora de expirare la 0 de secunde pentru a dezactiva colectare a gunoiului."
+
+ #: wp-cache.php:1267
+ msgid "Change Expiration"
+ msgstr "Schimbarea de expirare"
+
+ #: wp-cache.php:1311
+ msgid "Rejected User Agents"
+ msgstr "Respins de agenţi de utilizare"
+
+ #: wp-cache.php:1312
+ msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
+ msgstr "Pentru a preveni plug-in pentru interogări cache-ul de la roboţii motoarelor de căutare şi altor roboţi în reţea, introduceţi numele acestora în caseta de mai jos (câte unul pe linie). În cazul în care o copie a paginii există deja în cache, Super Cache, acesta va fi trimis la bot."
+
+ #: wp-cache.php:1319
+ msgid "Save UA Strings"
+ msgstr "Salvaţi Strings UA"
+
+ #: wp-cache.php:1342
+ msgid "Do not cache the following page types. See the Conditional Tags documentation for a complete discussion on each type."
+ msgstr "Nu cache pagina de următoarele tipuri. Consultaţi Condiţionat Tag-uri documentaţia pentru o discuţie completă pentru fiecare tip."
+
+ #: wp-cache.php:1345
+ msgid "Single Posts"
+ msgstr "Posturi Single"
+
+ #: wp-cache.php:1346
+ msgid "Pages"
+ msgstr "Pagini"
+
+ #: wp-cache.php:1347
+ msgid "Front Page"
+ msgstr "Home"
+
+ #: wp-cache.php:1348
+ msgid "Home"
+ msgstr "Home"
+
+ #: wp-cache.php:1349
+ msgid "Archives"
+ msgstr "Arhivele"
+
+ #: wp-cache.php:1350
+ msgid "Tags"
+ msgstr "Tag-uri"
+
+ #: wp-cache.php:1351
+ msgid "Category"
+ msgstr "Categorie"
+
+ #: wp-cache.php:1352
+ msgid "Feeds"
+ msgstr "Feeds"
+
+ #: wp-cache.php:1353
+ msgid "Search Pages"
+ msgstr "Paginile de căutare"
+
+ #: wp-cache.php:1355
+ #: wp-cache.php:1483
+ msgid "Save"
+ msgstr "Salvare"
+
+ #: wp-cache.php:1372
+ msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
+ msgstr "AdăugaÅ£i aici siruri de caractere (nu un nume de fisier) că forÅ£ele o pagină nu trebuie să fie în cache. De exemplu, dacă URL-urile includ an ÅŸi tu dont doriÅ£i să cache posturi de anul trecut, este suficient să se precizeze an, adică ’/2011/’. WP-Cache va căuta în cazul în care ÅŸir este parte a URI ÅŸi, dacă acest lucru nu, se va cache acea pagină."
+
+ #: wp-cache.php:1378
+ msgid "Save Strings"
+ msgstr "Salvaţi Strings"
+
+ #: wp-cache.php:1394
+ msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
+ msgstr "Adăugaţi aici acele numele de fişiere care pot fi memorate în cache, chiar dacă acestea se potrivesc unul dintre respins subşir specificate mai sus."
+
+ #: wp-cache.php:1400
+ msgid "Save Files"
+ msgstr "Salvaţi Files"
+
+ #: wp-cache.php:1445
+ msgid "Currently logging to: "
+ msgstr "ÃŽn prezent, logare la:"
+
+ #: wp-cache.php:1455
+ msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
+ msgstr "Fix probleme cu plugin-ul de depanare-l aici poate trimite e-mailuri sau debug log-le într-un fişier în directorul cache-ul dumneavoastră."
+
+ #: wp-cache.php:1456
+ msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
+ msgstr "Conectarea la un fişier este mai uşor, dar se confruntă cu problema că golirea memoriei cache va şterge fişierul jurnal."
+
+ #: wp-cache.php:1460
+ msgid "Debugging"
+ msgstr "Debugging"
+
+ #: wp-cache.php:1461
+ msgid "Logging Type"
+ msgstr "Logging Tipul"
+
+ #: wp-cache.php:1461
+ msgid "Email"
+ msgstr "Email"
+
+ #: wp-cache.php:1462
+ msgid "file"
+ msgstr "file"
+
+ #: wp-cache.php:1463
+ msgid "IP Address"
+ msgstr "Adresa IP"
+
+ #: wp-cache.php:1463
+ #, php-format
+ msgid "(only log requests from this IP address. Your IP is %s)"
+ msgstr "(jurnal numai cereri de la această adresă IP. IP-ul tau este - %s)"
+
+ #: wp-cache.php:1464
+ msgid "Log level"
+ msgstr "Jurnal nivel"
+
+ #: wp-cache.php:1470
+ msgid "(1 = less, 5 = more, may cause severe server load.)"
+ msgstr "(1 = mai puţin, 5 = mai mult, poate provoca de încărcare server severe.)"
+
+ #: wp-cache.php:1473
+ msgid "In very rare cases two problems may arise on some blogs:
The front page may start downloading as a zip file.
The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is /%category%/%postname%/.
"
+ msgstr "În cazuri foarte rare pot apărea două probleme pe unele blog-uri:
Pagina de faţă poate începe descărcarea ca un fişier zip.
Pagina este greşit ocazional cache ca pagina de faţă dacă blog-ul dvs. foloseşte o pagină statică şi structura Permalink este /%category%/%postname%/.
"
+
+ #: wp-cache.php:1474
+ #, php-format
+ msgid "I’m 99% certain that they aren’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’re worried. You will be emailed if there is a problem."
+ msgstr "I’m 99% certain that they aren’t Bug-uri în WP Super Cache ÅŸi ele se întâmplă numai în cazuri foarte rare, dar puteÅ£i rula o verificare simplă o dată la fiecare 5 minute pentru a verifica dacă site-ul dvs. este ok, dacă sunteÅ£i îngrijorat. Tu va fi trimisă în cazul în care există o problemă."
+
+ #: wp-cache.php:1476
+ msgid "Check front page every 5 minutes."
+ msgstr "Check prima pagina la fiecare 5 minute."
+
+ #: wp-cache.php:1477
+ msgid "Front page text"
+ msgstr "Prima pagină text"
+
+ #: wp-cache.php:1477
+ msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+ msgstr "Text pentru a căuta pe pagina dvs. Dacă acest text lipseşte cache va fi şters. Lăsaţi necompletat pentru a dezactiva."
+
+ #: wp-cache.php:1478
+ msgid "Clear cache on error."
+ msgstr "Clear cache la eroare."
+
+ #: wp-cache.php:1479
+ msgid "Email the blog admin when checks are made. (useful for testing)"
+ msgstr "Email blog-ul admin, atunci când controalele sunt efectuate. (util pentru testarea)"
+
+ #: wp-cache.php:1493
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+ msgstr "Eroare: compresie gzip este activat, dezactivati-l dacă doriţi să activaţi wp-cache."
+
+ #: wp-cache.php:1540
+ #: wp-cache.php:1702
+ msgid "Warning"
+ msgstr "Atenţie"
+
+ #: wp-cache.php:1540
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+ msgstr "GZIP compresie este activată în WordPress, WP-cache vor fi ocolite până când compresie gzip dezactivaţi."
+
+ #: wp-cache.php:1598
+ #: wp-cache.php:1603
+ #: wp-cache.php:1635
+ #: wp-cache.php:1640
+ #: wp-cache.php:1646
+ msgid "Error"
+ msgstr "Eroare"
+
+ #: wp-cache.php:1598
+ #, php-format
+ msgid "Your cache directory ($cache_path) did not exist and couldn’t be created by the web server. Check %s permissions."
+ msgstr "Cache director ($ cache_path) nu există şi nu poate fi creat de către serverul de web. Verificarea %s permisiunilor."
+
+ #: wp-cache.php:1603
+ #, php-format
+ msgid "Your cache directory (%1$s) or %2$s need to be writable for this plugin to work. Double-check it."
+ msgstr "Cache dosar (%1$s) sau %2$s trebuie să fie writable pentru acest plugin pentru a lucra. Double-check."
+
+ #: wp-cache.php:1635
+ #, php-format
+ msgid "Your WP-Cache config file (%s) is out of date and not writable by the Web server.Please delete it and refresh this page."
+ msgstr "Your WP-Cache fişier de configurare (%s) este de actualitate şi nu poate fi scris de către server. Please Web ştergeţi-l şi a reîmprospăta această pagină."
+
+ #: wp-cache.php:1640
+ #, php-format
+ msgid "Configuration file missing and %1$s directory (%2$s) is not writable by the Web server.Check its permissions."
+ msgstr "Fişier de configurare lipsă şi %1$s dosar (%2$s) nu poate fi scris de server. Check Web permisiunile sale."
+
+ #: wp-cache.php:1646
+ #, php-format
+ msgid "Sample WP-Cache config file (%s) does not exist.Verify you installation."
+ msgstr "Exemplu de WP-Cache fişier de configurare (%s) nu exista. Va rugam sa verificati vă de instalare."
+
+ #: wp-cache.php:1702
+ #, php-format
+ msgid "%s/advanced-cache.php does not exist or cannot be updated."
+ msgstr "%s/advanced-cache.php nu există sau nu pot fi actualizate."
+
+ #: wp-cache.php:1703
+ msgid "1. If it already exists please delete the file first."
+ msgstr "1. În cazul în care există deja vă rugăm să ştergeţi primul fişier."
+
+ #: wp-cache.php:1704
+ #, php-format
+ msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (chmod 777 %1$s) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
+ msgstr "2. Asiguraţi %1$s scriere utilizând comanda chmod prin ftp sau software de tip server şi. (Chmod 777 %1$s) reîmprospăta această pagină. Aceasta este doar o măsură temporară şi va trebui să-l citesc numai ulterior din nou. (Schimbaţi 777-755 în comenzii precedente) "
+
+ #: wp-cache.php:1705
+ #, php-format
+ msgid "3. Refresh this page to update %s/advanced-cache.php"
+ msgstr "3. Refresh această pagină pentru a actualiza %s/avansat-cache.php"
+
+ #: wp-cache.php:1706
+ #, php-format
+ msgid "If that doesn’t work, make sure the file %s/advanced-cache.php doesn’t exist:"
+ msgstr "Dacă acest lucru nu funcţionează, asiguraţi-vă că %s/avansat-cache.php em> doar nu există:"
+
+ #: wp-cache.php:1707
+ #, php-format
+ msgid "
1. Open %1$s$wp_cache_file in a text editor.
2. Change the text CACHEHOME to %2$s
3. Save the file and copy it to %3$s and refresh this page.
"
+ msgstr "
1. Deschideţi fişierul %1$s$wp_cache_file într-un editor de text.
2. Schimbaţi linia CACHEHOME pe %2$s
3. Salvaţi fişierul şi copiaţi %3$s, apoi reîmprospătaţi pagina.
"
+
+ #: wp-cache.php:1730
+ msgid "
WP_CACHE constant set to false
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:
define('WP_CACHE', true);
"
+ msgstr "
WP_CACHE opţiune nu este activată
Această opţiune trebuie să fie activat pentru a WordPress poate lucra corect cu fişierul cache. In acest moment este dezactivat. Pentru a activa aceasta, deschideţi fişierul wp-config.php şi adăugaţi următoarea linie:
define('WP_CACHE', true);
"
+
+ #: wp-cache.php:1732
+ msgid "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it."
+ msgstr "Eroare: WP_CACHE Variabila nu fie activate în comun configuraţiile wp-config.php."
+
+ #: wp-cache.php:1733
+ #, php-format
+ msgid "Edit %s and add the following line: define('WP_CACHE', true); Otherwise, WP-Cache will not be executed by WordPress core. "
+ msgstr "Editare codul %s şi adăugaţi următoarele: define('WP_CACHE', true); . În caz contrar, WP-Cachenu va porni."
+
+ #: wp-cache.php:1737
+ msgid "
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the FAQ. The WP_CACHE line must be moved up."
+ msgstr "
Parţial WP_CACHE adăugat la fişierul de configurare wp-config.php
Dacă vedeţi în continuare acest mesaj, apoi verificaţi cu punctul 5 din FAQ (în limba engleză). Rând cu WP_CACHE ar trebui să fie plasat mai mare."
+
+ #: wp-cache.php:1759
+ msgid "Cache Contents"
+ msgstr "Cache Cuprins"
+
+ #: wp-cache.php:1762
+ msgid "Object cache in use. No cache listing available."
+ msgstr "Lista de caching disponibile."
+
+ #: wp-cache.php:1786
+ #, php-format
+ msgid "Deleting supercache file: %s "
+ msgstr "Åžtergerea supercache fiÅŸier: %s "
+
+ #: wp-cache.php:1803
+ #, php-format
+ msgid "Deleting wp-cache file: %s "
+ msgstr "Åžtergerea wp-cache fiÅŸier: %s "
+
+ #: wp-cache.php:1868
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+ msgstr "Cache statisticile nu sunt generate automat. Trebuie să faceţi clic pe link-ul de mai jos pentru a regenera statisticile de pe aceasta pagina."
+
+ #: wp-cache.php:1869
+ msgid "Regenerate cache stats"
+ msgstr "Stats Regenerare cache"
+
+ #: wp-cache.php:1871
+ #, php-format
+ msgid "Cache stats last generated: %s minutes ago."
+ msgstr "Cache statistici ultima generat: %s minute în urmă."
+
+ #: wp-cache.php:1877
+ msgid "WP-Cache"
+ msgstr "WP-Cache Status"
+
+ #: wp-cache.php:1878
+ #: wp-cache.php:1894
+ #, php-format
+ msgid "%s Cached Pages"
+ msgstr "%s pagini cached"
+
+ #: wp-cache.php:1879
+ #: wp-cache.php:1899
+ #, php-format
+ msgid "%s Expired Pages"
+ msgstr "%s pagini expirat"
+
+ #: wp-cache.php:1893
+ msgid "WP-Super-Cache"
+ msgstr "WP-Super-Cache"
+
+ #: wp-cache.php:1904
+ msgid "Fresh WP-Cached Files"
+ msgstr "Fresh Files WP-Cache"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "URI"
+ msgstr "URI"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ msgid "Key"
+ msgstr "Cheie"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "Age"
+ msgstr "Age"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "Delete"
+ msgstr "Delete"
+
+ #: wp-cache.php:1920
+ msgid "Stale WP-Cached Files"
+ msgstr "Viciat Files WP-Cache"
+
+ #: wp-cache.php:1936
+ msgid "Fresh Super Cached Files"
+ msgstr "Fresh Super fiÅŸierele din cache"
+
+ #: wp-cache.php:1952
+ msgid "Stale Super Cached Files"
+ msgstr "Viciat Super fiÅŸierele din cache"
+
+ #: wp-cache.php:1968
+ msgid "Hide file list"
+ msgstr "Ascunde listă de fişiere"
+
+ #: wp-cache.php:1970
+ msgid "Too many cached files, no listing possible."
+ msgstr "Prea multe fişiere cache, nici un anunţ este posibil."
+
+ #: wp-cache.php:1972
+ msgid "List all cached files"
+ msgstr "Lista toate fiÅŸierele din cache"
+
+ #: wp-cache.php:1978
+ #, php-format
+ msgid "Garbage Collection Last GC was %s minutes ago "
+ msgstr "Garbage Collection Ultima GC a fost %s minute în urmă "
+
+ #: wp-cache.php:1979
+ #, php-format
+ msgid "Next GC in %s minutes"
+ msgstr "Next GC în câteva minute %s"
+
+ #: wp-cache.php:1982
+ #, php-format
+ msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+ msgstr "Expirate fişiere sunt fişierele mai vechi %s secunde. Ele sunt încă utilizate de către plugin-ul şi se elimină periodic."
+
+ #: wp-cache.php:1993
+ msgid "Delete Expired"
+ msgstr "Åžterge expirat"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2011
+ #: wp-cache.php:2174
+ msgid "Delete Cache"
+ msgstr "Delete Cache"
+
+ #: wp-cache.php:2011
+ msgid "Delete Super Cache cached files (opens in new window)"
+ msgstr "Şterge Super Cache cache fişierele (se deschide într-o fereastră nouă)"
+
+ #: wp-cache.php:2150
+ #, php-format
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
+ msgstr "%1$s să-i mulţumesc %2$s pentru munca lor"
+
+ #: wp-cache.php:2183
+ #, php-format
+ msgid "WP Super Cache must be configured. Go to the admin page to enable and configure the plugin."
+ msgstr "Plugin WP Super Cache ar trebui să fie configurat: Pentru a activa şi configura, du-te la pagina de management plug-in."
+
+ #: wp-cache.php:2189
+ msgid "Settings"
+ msgstr "Setări"
+
+ #: wp-cache.php:2199
+ #, php-format
+ msgid "WP Super Cache is disabled. Please go to the plugin admin page to enable caching."
+ msgstr "Plugin WP Super Cache nu este activat. Pentru a activa aceasta, mergeţi la pagina de management plug-in."
+
+ #: wp-cache.php:2218
+ #, php-format
+ msgid "[%s] Front page is gzipped! Please clear cache!"
+ msgstr "[%s] Home comprimate folosind gzip. Delete Cache!"
+
+ #: wp-cache.php:2218
+ #, php-format
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+ msgstr "Eroare!\" Vizita %s pentru a elimina cache!"
+
+ #: wp-cache.php:2221
+ #, php-format
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
+ msgstr "[%s] Home comprimate folosind gzip. Cache eliminat!"
+
+ #: wp-cache.php:2221
+ #, php-format
+ msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
+ msgstr "Cache tot blog-ul dvs. a fost eliminat, ca plugin-ul observat o eroare pe pagina principală (aceasta descărcări arhivă). Pentru a verifica cache-ul, vă rugăm să vizitaţi această strnitsu %s."
+
+ #: wp-cache.php:2228
+ #, php-format
+ msgid "[%s] Front page is not correct! Please clear cache!"
+ msgstr "[%s] Pagina Prima nu este corect. Vă rugăm să goliţi memoria cache!"
+
+ #: wp-cache.php:2228
+ #, php-format
+ msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
+ msgstr "A apărut o eroare pe pagina principală a blog-ul dvs. nu a fost detectat text cheie \"%2$s\". Pentru a corecta o greşeală, puteţi vizita această pagină %1$s şi clar manual memoria cache."
+
+ #: wp-cache.php:2231
+ #, php-format
+ msgid "[%s] Front page is not correct! Cache Cleared!"
+ msgstr "[%s] Prima pagină este afişată cu o eroare! Cache eliminat!"
+
+ #: wp-cache.php:2231
+ #, php-format
+ msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
+ msgstr "A apărut o eroare pe pagina principală a blog-ul dvs. nu a fost detectat text cheie \"%2$s\". Vizitaţi această pagină %1$s pentru a verifica cache."
+
+ #: wp-cache.php:2236
+ #, php-format
+ msgid "[%s] Front page check!"
+ msgstr "[%s] Prima pagina a verifica!"
+
+ #: wp-cache.php:2236
+ #, php-format
+ msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
+ msgstr "WP Super Cache a verificat prima pagină a blog-ul dvs. Vă rugăm să vizitaţi %s dacă doriţi să dezactivaţi acest lucru."
+
+ #: wp-cache.php:2279
+ msgid "Cannot update .htaccess"
+ msgstr "Nu se poate actualiza. Htaccess"
+
+ #: wp-cache.php:2279
+ #, php-format
+ msgid "The file %s.htaccess cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
+ msgstr "Fişier %s.htaccess nu poate fi modificat de către Web Server. Vă rugăm să corectaţi acest lucru, folosind chmod sau comanda dvs. client FTP."
+
+ #: wp-cache.php:2279
+ msgid "Refresh this page when the file permissions have been modified."
+ msgstr "Reîmprospătare această pagină atunci când permisiunile pentru fisiere au fost modificate."
+
+ #: wp-cache.php:2279
+ #, php-format
+ msgid "Alternatively, you can edit your %s.htaccess file manually and add the following code (before any WordPress rules):"
+ msgstr "Alternativ, puteţi edita %s.htaccess fişier manual şi adăugaţi următorul cod (înainte de orice reguli WordPress):"
+
+ #: wp-cache.php:2283
+ #, php-format
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called %s.htaccess"
+ msgstr "Pentru a servi statice HTML server de fişiere dvs. trebuie să aibă corect mod_rewrite normele adăugat într-un fişier numit %s.htaccess"
+
+ #: wp-cache.php:2284
+ msgid "You can edit the file yourself add the following rules."
+ msgstr "Aveţi posibilitatea să editaţi fişierul singur adăuga următoarele reguli."
+
+ #: wp-cache.php:2285
+ msgid " Make sure they appear before any existing WordPress rules. "
+ msgstr "Asiguraţi-vă că ele apar înainte de orice reguli WordPress existent."
+
+ #: wp-cache.php:2293
+ msgid "Update Mod_Rewrite Rules"
+ msgstr "Update mod_rewrite reguli"
+
+ #: wp-cache.php:2389
+ #, php-format
+ msgid "[%1$s] Cache Preload Started"
+ msgstr "[%1$s] Cache preîncărcate începute"
+
+ #: wp-cache.php:2391
+ #, php-format
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+ msgstr "[%1$s] Refreshing mesajele de la %2$d la %3$d"
+
+ #: wp-cache.php:2402
+ #, php-format
+ msgid "[%1$s] %2$d posts refreshed"
+ msgstr "[%1$s] %2$d mesaje împrospătat"
+
+ #: wp-cache.php:2402
+ msgid "Refreshed the following posts:"
+ msgstr "Actualizat următoarele posturi:"
+
+ #: wp-cache.php:2411
+ #, php-format
+ msgid "Scheduling next preload refresh in %d minutes."
+ msgstr "Programarea minute refresh preload următoare în %d."
+
+ #: wp-cache.php:2421
+ #, php-format
+ msgid "[%s] Cache Preload Completed"
+ msgstr "[%s] Cache preîncărcate Completed"
+
+ #: wp-cache.php:2421
+ msgid "Cleaning up old supercache files."
+ msgstr "Curăţarea fişierele vechi supercache."
+
+ #: wp-cache.php:2462
+ #, php-format
+ msgid "[%s] Preload may have stalled."
+ msgstr "[%s] preîncărcate poate fi stagnat."
+
+ #: wp-cache.php:2462
+ #, php-format
+ msgid ""
+ "Preload has been restarted.\n"
+ "%s"
+ msgstr ""
+ "Preîncărcate a fost repornit.\n"
+ "%s"
+
+ #~ msgid ""
+ #~ "Scroll down this page and click the Update Mod_Rewrite Rules"
+ #~ "strong> button."
+ #~ msgstr ""
+ #~ "ПролиÑтайте Ñтраницу вних и нажмите кнопку Обновить правила "
+ #~ "Mod_Rewrite."
+
+ #~ msgid "WP Super Cache Manager"
+ #~ msgstr "Управление плагином WP Super Cache"
+
+ #~ msgid "Why your configuration may not be changed"
+ #~ msgstr "Почему конфигурации не могут быть изменены"
+
+ #~ msgid "Why"
+ #~ msgstr "Почему"
+
+ #~ msgid "ON"
+ #~ msgstr "ВКЛ"
+
+ #~ msgid "WP Cache and Super Cache enabled"
+ #~ msgstr "Плагины WP Cache и Super Cache включены"
+
+ #~ msgid "HALF ON"
+ #~ msgstr "Ð ÐБОТÐЕТ ÐÐПОЛОВИÐУ"
+
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+ #~ msgstr "Плагин Super Cache отключен, работает только кÑшировани WP-Cache"
+
+ #~ msgid "OFF"
+ #~ msgstr "ВЫКЛ"
+
+ #~ msgid "WP Cache and Super Cache disabled"
+ #~ msgstr "Плагины WP Cache и Super Cache отключены"
+
+ #~ msgid ""
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+ #~ "file is being generated. Recommended for very busy websites with "
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+ #~ "obsolete."
+ #~ msgstr ""
+ #~ "ВоÑÑтановление кÑша. При включенной опции, гоÑти Ñайта будут получать "
+ #~ "Ñтарые Ñтраницы из плагина Super Cache, пока формируютÑÑ Ð½Ð¾Ð²Ñ‹Ðµ. "
+ #~ "РекомендуетÑÑ Ð¸Ñпользовать данную опцию только Ð´Ð»Ñ Ð¾Ñ‡ÐµÐ½ÑŒ "
+ #~ "поÑещаемых блогов, где много комментариев. ПоÑле Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð¾Ð¿Ñ†Ð¸Ð¸ в "
+ #~ "наÑтройках \"прÑмое кÑширование Ñтраниц\" и \"закрытый режим\" нет нужды "
+ #~ "(они уÑтаревают)"
+
+ #~ msgid ""
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
+ #~ "with caution.)"
+ #~ msgstr ""
+ #~ "Создавать ÑпиÑок новых кÑшированных Ñтраниц (иÑпользовать на Ñвой Ñтрах и "
+ #~ "риÑк, может затормозить Ñайты Ñ Ð±Ð¾Ð»ÑŒÑˆÐ¸Ð¼ количеÑтвом поÑетителей)"
+
+ #~ msgid ""
+ #~ "%1$s really makes your blog go faster. Make it go faster* by "
+ #~ "buying me an Amazon gift card! Make it out to \"%3$s"
+ #~ "\" for whatever amount you want. Every penny helps!"
+ #~ msgstr ""
+ #~ "%1$s дейÑтвительно уÑкорÑет Ваш блог. Ð’Ñ‹ можете Ñделать его еще "
+ #~ "быÑтрее*, купив мне подарочную карту ÑервиÑа "
+ #~ "Amazon! Можете выбрать \"%3$s\" любое значение, какое хотите. ÐšÐ°Ð¶Ð´Ð°Ñ "
+ #~ "копейка поможет мне!"
+
+ #~ msgid ""
+ #~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
+ #~ "\"Donate\" button below or take a quick peek at my wishlist."
+ #~ msgstr ""
+ #~ "ЕÑли Ð’Ñ‹ не хотите иметь дело Ñ Amazon , то можно Ñделать пожертвование "
+ #~ "через PayPal. Ðажмите кнопку \"Пожертвовать\" или выберите подарок Ð´Ð»Ñ "
+ #~ "Ð¼ÐµÐ½Ñ Ð¸Ð· моего ÑпиÑка желаний."
+
+ #~ msgid "Thanks in advance!"
+ #~ msgstr "Заранее благодарю!"
+
+ #~ msgid ""
+ #~ "Ok, it won’t go any faster but you’ll make this plugin author "
+ #~ "very happy!"
+ #~ msgstr ""
+ #~ "Ладно, он не будет быÑтрее, но Ð’Ñ‹ вÑе равно Ñделаете автора плагина очень "
+ #~ "ÑчаÑтливым!"
+
+ #~ msgid "Don’t show me this again."
+ #~ msgstr "Ðе показывать больше Ñто Ñообщение."
+
+ #~ msgid "Hide"
+ #~ msgstr "СпрÑтать"
+
+ #~ msgid ""
+ #~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
+ #~ "donation to encourage development of this plugin."
+ #~ " Even a penny will help."
+ #~ msgstr ""
+ #~ "Блог автора - %1$s, фотоблог - %2$s. Ðвтор плагина будет благодарен любой "
+ #~ "поддержке от ВаÑ. Даже копейка может помочь в "
+ #~ "его работе."
+
+ #~ msgid "Super Cache Compression"
+ #~ msgstr "Сжатие кÑша Super Cache"
+
+ #~ msgid "Compression is enabled by default when in HALF ON mode."
+ #~ msgstr ""
+ #~ "Сжатие кÑша отключено по умолчанию в режиме Ð ÐБОТÐЕТ ÐÐПОЛОВИÐУ."
+
+ #~ msgid "Super Cache compression is now disabled."
+ #~ msgstr "Сжатие кÑша Super Cache теперь отключено."
+
+ #~ msgid "Super Cache compression is now enabled."
+ #~ msgstr "Сжатие кÑша Super Cache теперь включено."
+
+ #~ msgid "Update Compression"
+ #~ msgstr "Обновить наÑтройки ÑжатиÑ"
+
+ #~ msgid "Debug Settings"
+ #~ msgstr "Параметры отладки"
+
+ #~ msgid ""
+ #~ "
WP_CACHE constant in wp-config.php set to false
The WP_CACHE "
+ #~ "constant is defined in your wp-config.php but must be set to true, not "
+ #~ "false for this plugin to work correctly.
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:
Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
+ msgstr "Ð’ÐИМÐÐИЕ! КÑширование отключено, плагин поврежден! WP Super Cache не может загрузить Ñкрипт wp-cache-phase1.php.
Чтобы иÑправить ошибку, откройте файл %1$s/advanced-cache.php и проверьте Ñтрочку, указывающую на %2$swp-cache-phase1.php."
+
+ #: wp-cache.php:2315
+ msgid "[%s] Front page is gzipped! Please clear cache!"
+ msgstr "[%s] Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñтраница Ñжата Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ gzipped! Удалите кÑш!"
+
+ #: wp-cache.php:2315
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+ msgstr "Произошла ошибка! ПоÑетите %s чтобы удалить кÑш!"
+
+ #: wp-cache.php:2318
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
+ msgstr "[%s] Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñтраница Ñжата Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ gzipped! КÑш удален!"
+
+ #: wp-cache.php:2318
+ 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:2325
+ msgid "[%s] Front page is not correct! Please clear cache!"
+ msgstr "[%s] КÑш главной Ñтраницы Ñодержит ошибку! Удалите кÑш!"
+
+ #: wp-cache.php:2325
+ msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
+ msgstr "Произошла ошибка, на главной Ñтранице Вашего блога не был обнаружен ключевой текÑÑ‚ \"%2$s\"! Чтобы иÑправить ошибку, поÑетите Ñту Ñтраницу %1$s и вручную очиÑтие кÑш."
+
+ #: wp-cache.php:2328
+ msgid "[%s] Front page is not correct! Cache Cleared!"
+ msgstr "[%s] Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñтраница отображаетÑÑ Ñ Ð¾ÑˆÐ¸Ð±ÐºÐ¾Ð¹! КÑш удален!"
+
+ #: wp-cache.php:2328
+ 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:2333
+ msgid "[%s] Front page check!"
+ msgstr "[%s] Ð“Ð»Ð°Ð²Ð½Ð°Ñ Ñтраница проверена!"
+
+ #: wp-cache.php:2333
+ 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:2376
+ msgid "Cannot update .htaccess"
+ msgstr "Ðе могу обновить файл .htaccess"
+
+ #: wp-cache.php:2376
+ msgid "The file %s.htaccess cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
+ msgstr "Файл %s.htaccess не может быть обновлен в автоматичеÑком режиме. Чтобы иÑправить Ñто задайте необходимые Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи права доÑтупа к нему."
+
+ #: wp-cache.php:2376
+ msgid "Refresh this page when the file permissions have been modified."
+ msgstr "Обновите Ñтраницу когда необходимые права доÑтупа будут заданы."
+
+ #: wp-cache.php:2376
+ msgid "Alternatively, you can edit your %s.htaccess file manually and add the following code (before any WordPress rules):"
+ msgstr "Вы также можете отредактировать файл %s.htaccess вручную и лично добавить необходимые правила:"
+
+ #: wp-cache.php:2380
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called %s.htaccess"
+ msgstr "Чтобы плагин мог правильно работать Ñо Ñтатичными html файлами, Ð’Ñ‹ должны добавить в файл %s.htaccess правила Ð¼Ð¾Ð´ÑƒÐ»Ñ mod_rewrite"
+
+ #: wp-cache.php:2381
+ msgid "You can edit the file yourself add the following rules."
+ msgstr "Вы можете вручную отредактировать файл и добавить необходимые правила."
+
+ #: wp-cache.php:2382
+ msgid " Make sure they appear before any existing WordPress rules. "
+ msgstr " УбедитеÑÑŒ что они идут перед вÑеми уже ÑущеÑтвующими в документе правилами WordPress. "
+
+ #: wp-cache.php:2390
+ msgid "Update Mod_Rewrite Rules"
+ msgstr "Обновить правила mod_rewrite"
+
+ #: wp-cache.php:2515
+ msgid "[%1$s] Cache Preload Started"
+ msgstr "[%1$s] Общее кÑширование началоÑÑŒ"
+
+ #: wp-cache.php:2517
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+ msgstr "[%1$s] Обновление кÑша запиÑей Ñ %2$d по %3$d"
+
+ #: wp-cache.php:2535
+ msgid "[%1$s] Cache Preload Stopped"
+ msgstr "[%1$s] Общее кÑширование оÑтановлено"
+
+ #: wp-cache.php:2544
+ msgid "[%1$s] %2$d posts refreshed"
+ msgstr "[%1$s] %2$d кÑш запиÑей обновлен"
+
+ #: wp-cache.php:2544
+ msgid "Refreshed the following posts:"
+ msgstr "Следующие запиÑи обновлены:"
+
+ #: wp-cache.php:2553
+ msgid "Scheduling next preload refresh in %d minutes."
+ msgstr "Следующее запланированное обновление общего кÑша через %d минут."
+
+ #: wp-cache.php:2563
+ msgid "[%s] Cache Preload Completed"
+ msgstr "[%s] Общее кÑширование завершено"
+
+ #: wp-cache.php:2563
+ msgid "Cleaning up old supercache files."
+ msgstr "УдалÑть Ñтарые файлы из кÑша Super Cache."
+
+ #: wp-cache.php:2605
+ msgid "[%s] Preload may have stalled."
+ msgstr "[%s] Общее кÑширование могло быть прервано."
+
+ #: wp-cache.php:2605
+ msgid ""
+ "Preload has been restarted.\n"
+ "%s"
+ msgstr ""
+ "Общее кÑширование было перезапущено.\n"
+ "%s"
+
+ #: wp-cache.php:2648
+ msgid "Supercache Uninstall Problems"
+ msgstr "Проблемы при удалении плагина"
+
+ #: wp-cache.php:2648
+ 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 ""
+ "Уважаемый пользователь,\n"
+ "\n"
+ "плагин WP Super Cache был уÑпешно удален Ñ Ð’Ð°ÑˆÐµÐ³Ð¾ блога, но правила mod_rewrite\n"
+ "в файле .htaccess не были приведены в иÑходное ÑоÑтоÑние.\n"
+ "\n"
+ "ПожалуйÑта, отредактируйте даный файл вручную, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñ‚ÐµÐºÑтовый редактор,\n"
+ "удалив Ñтрочки между 'BEGIN WPSuperCache' и 'END WPSuperCache'. Ðо Ñначала Ñоздайте резервную копию файла!\n"
+ "\n"
+ "%s\n"
+ "\n"
+ "УÑпехов,\n"
+ "WP Super Cache Plugin\n"
+ "http://wordpress.org/extend/plugins/wp-super-cache/"
+
+ #: plugins/awaitingmoderation.php:4
+ msgid "Your comment is awaiting moderation."
+ msgstr "Ваш комментарий ожидает подтверждениÑ."
+
+ #: plugins/awaitingmoderation.php:32
+ msgid "Awaiting Moderation"
+ msgstr "Плагин \"Awaiting Moderation\""
+
+ #: 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 "Плагин \"Awaiting Moderation\" ÑÐµÐ¹Ñ‡Ð°Ñ %s"
+
+ #: 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 "Плагин \"Bad Behaviour\" не был найден. Проверьте, завершили ли Ð’Ñ‹ его уÑтановку."
+
+ #: plugins/badbehaviour.php:63
+ msgid "Bad Behavior"
+ msgstr "Плагин \"Bad Behaviour\" "
+
+ #: plugins/badbehaviour.php:68
+ msgid "(Only legacy caching supported, disabled compression and requires Bad Behavior in \"%s/plugins/bad-behavior/\") "
+ msgstr " (данный плагин может работать только в режиме Ñреднего кÑшированиÑ, отключите Ñжатие и уÑтановите плагин \"Bad Behavior\" в \"%s/plugins/bad-behavior/\") "
+
+ #: plugins/badbehaviour.php:74
+ msgid "Bad Behavior support is now %s"
+ msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° \"Bad Behaviour\": %s. "
+
+ #: plugins/searchengine.php:71
+ msgid "No Adverts for Friends plugin is %s."
+ msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° \"No Adverts for Friends\": %s."
+
+ #: plugins/searchengine.php:72
+ msgid "(requires friendsadverts.php too) "
+ msgstr "(требуетÑÑ ÑƒÑтановка friendsadverts.php) "
+
+ #: plugins/domain-mapping.php:58
+ msgid "Domain Mapping"
+ msgstr "Плагин \"МультиБлог\""
+
+ #: plugins/domain-mapping.php:63
+ msgid "Provides support for Domain Mapping plugin to map multiple domains to a blog."
+ msgstr "Помогите улучшить плагин \"Domain Mapping\"!"
+
+ #: plugins/domain-mapping.php:69
+ msgid "Domain Mapping support is now %s"
+ msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð¿Ð»Ð°Ð³Ð¸Ð½Ð° \"Domain Mapping\": %s. "
+
+ #: plugins/domain-mapping.php:83
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
+ msgstr "Обнаружен плагин \"Domain Mapping\"! Чтобы облегчить и уÑкорить его работу, Вам нужно включить поддержку мультиблогов в наÑтройках."
+
+ #~ msgid ""
+ #~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on "
+ #~ "on the main site of this network."
+ #~ msgstr ""
+ #~ "Внимание: Проверка правил WP Super Cache mod_rewrite отключена Ð´Ð»Ñ Ð±Ð»Ð¾Ð³Ð¾Ð² "
+ #~ "Ñети пока не будет запущена на главном блоге."
+
+ #~ msgid "Tester & Contents"
+ #~ msgstr "Проверка"
+
+ #~ msgid ""
+ #~ "Logging to a file is easier but faces the problem that clearing the cache "
+ #~ "will clear the log file."
+ #~ msgstr ""
+ #~ "Получить доÑтуп к файлу лога проÑто, но при очиÑтке кÑша лог также будет "
+ #~ "удален."
+
+ #~ msgid "Logging Type"
+ #~ msgstr "Тип входа"
+
+ #~ msgid "Email"
+ #~ msgstr "Email"
+
+ #~ msgid "file"
+ #~ msgstr "файл"
+
+ #~ msgid "(support for multiple domains on multisite websites) "
+ #~ msgstr "(поддержка Ð´Ð»Ñ MU - ÑервиÑа блогов)"
+
+ #~ msgid ""
+ #~ "Scheduled preloading of cache cancelled. If a job is currently running it "
+ #~ "will not shutdown until the current 100 pages are complete."
+ #~ msgstr ""
+ #~ "Общее кÑширование по раÑпиÑанию отключено. ЕÑли Ñлужба ÑÐµÐ¹Ñ‡Ð°Ñ Ð·Ð°Ð¿ÑƒÑ‰ÐµÐ½Ð°, "
+ #~ "она не будет завершена пока текущие 100 Ñтраниц не кÑшированы."
+
+ #~ msgid ""
+ #~ "Scroll down this page and click the Update Mod_Rewrite Rules"
+ #~ "strong> button."
+ #~ msgstr ""
+ #~ "ПролиÑтайте Ñтраницу вних и нажмите кнопку Обновить правила "
+ #~ "Mod_Rewrite."
+
+ #~ msgid "WP Super Cache Manager"
+ #~ msgstr "Управление плагином WP Super Cache"
+
+ #~ msgid "Why your configuration may not be changed"
+ #~ msgstr "Почему конфигурации не могут быть изменены"
+
+ #~ msgid "Why"
+ #~ msgstr "Почему"
+
+ #~ msgid "ON"
+ #~ msgstr "ВКЛ"
+
+ #~ msgid "WP Cache and Super Cache enabled"
+ #~ msgstr "Плагины WP Cache и Super Cache включены"
+
+ #~ msgid "HALF ON"
+ #~ msgstr "Ð ÐБОТÐЕТ ÐÐПОЛОВИÐУ"
+
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+ #~ msgstr "Плагин Super Cache отключен, работает только кÑшировани WP-Cache"
+
+ #~ msgid "OFF"
+ #~ msgstr "ВЫКЛ"
+
+ #~ msgid "WP Cache and Super Cache disabled"
+ #~ msgstr "Плагины WP Cache и Super Cache отключены"
+
+ #~ msgid ""
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+ #~ "file is being generated. Recommended for very busy websites with "
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+ #~ "obsolete."
+ #~ msgstr ""
+ #~ "ВоÑÑтановление кÑша. При включенной опции, гоÑти Ñайта будут получать "
+ #~ "Ñтарые Ñтраницы из плагина Super Cache, пока формируютÑÑ Ð½Ð¾Ð²Ñ‹Ðµ. "
+ #~ "РекомендуетÑÑ Ð¸Ñпользовать данную опцию только Ð´Ð»Ñ Ð¾Ñ‡ÐµÐ½ÑŒ "
+ #~ "поÑещаемых блогов, где много комментариев. ПоÑле Ð²ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð¾Ð¿Ñ†Ð¸Ð¸ в "
+ #~ "наÑтройках \"прÑмое кÑширование Ñтраниц\" и \"закрытый режим\" нет нужды "
+ #~ "(они уÑтаревают)"
+
+ #~ msgid ""
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
+ #~ "with caution.)"
+ #~ msgstr ""
+ #~ "Создавать ÑпиÑок новых кÑшированных Ñтраниц (иÑпользовать на Ñвой Ñтрах и "
+ #~ "риÑк, может затормозить Ñайты Ñ Ð±Ð¾Ð»ÑŒÑˆÐ¸Ð¼ количеÑтвом поÑетителей)"
+
+ #~ msgid ""
+ #~ "%1$s really makes your blog go faster. Make it go faster* by "
+ #~ "buying me an Amazon gift card! Make it out to \"%3$s"
+ #~ "\" for whatever amount you want. Every penny helps!"
+ #~ msgstr ""
+ #~ "%1$s дейÑтвительно уÑкорÑет Ваш блог. Ð’Ñ‹ можете Ñделать его еще "
+ #~ "быÑтрее*, купив мне подарочную карту ÑервиÑа "
+ #~ "Amazon! Можете выбрать \"%3$s\" любое значение, какое хотите. ÐšÐ°Ð¶Ð´Ð°Ñ "
+ #~ "копейка поможет мне!"
+
+ #~ msgid ""
+ #~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
+ #~ "\"Donate\" button below or take a quick peek at my wishlist."
+ #~ msgstr ""
+ #~ "ЕÑли Ð’Ñ‹ не хотите иметь дело Ñ Amazon , то можно Ñделать пожертвование "
+ #~ "через PayPal. Ðажмите кнопку \"Пожертвовать\" или выберите подарок Ð´Ð»Ñ "
+ #~ "Ð¼ÐµÐ½Ñ Ð¸Ð· моего ÑпиÑка желаний."
+
+ #~ msgid "Thanks in advance!"
+ #~ msgstr "Заранее благодарю!"
+
+ #~ msgid ""
+ #~ "Ok, it won’t go any faster but you’ll make this plugin author "
+ #~ "very happy!"
+ #~ msgstr ""
+ #~ "Ладно, он не будет быÑтрее, но Ð’Ñ‹ вÑе равно Ñделаете автора плагина очень "
+ #~ "ÑчаÑтливым!"
+
+ #~ msgid "Don’t show me this again."
+ #~ msgstr "Ðе показывать больше Ñто Ñообщение."
+
+ #~ msgid "Hide"
+ #~ msgstr "СпрÑтать"
+
+ #~ msgid ""
+ #~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
+ #~ "donation to encourage development of this plugin."
+ #~ " Even a penny will help."
+ #~ msgstr ""
+ #~ "Блог автора - %1$s, фотоблог - %2$s. Ðвтор плагина будет благодарен любой "
+ #~ "поддержке от ВаÑ. Даже копейка может помочь в "
+ #~ "его работе."
+
+ #~ msgid "Super Cache Compression"
+ #~ msgstr "Сжатие кÑша Super Cache"
+
+ #~ msgid "Compression is enabled by default when in HALF ON mode."
+ #~ msgstr ""
+ #~ "Сжатие кÑша отключено по умолчанию в режиме Ð ÐБОТÐЕТ ÐÐПОЛОВИÐУ."
+
+ #~ msgid "Super Cache compression is now disabled."
+ #~ msgstr "Сжатие кÑша Super Cache теперь отключено."
+
+ #~ msgid "Super Cache compression is now enabled."
+ #~ msgstr "Сжатие кÑша Super Cache теперь включено."
+
+ #~ msgid "Update Compression"
+ #~ msgstr "Обновить наÑтройки ÑжатиÑ"
+
+ #~ msgid "Debug Settings"
+ #~ msgstr "Параметры отладки"
+
+ #~ msgid ""
+ #~ "
WP_CACHE constant in wp-config.php set to false
The WP_CACHE "
+ #~ "constant is defined in your wp-config.php but must be set to true, not "
+ #~ "false for this plugin to work correctly.
The front page may start downloading as a zip file.
The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is /%category%/%postname%/.
"
+ msgstr "I väldigt ovanliga fall kan två problem dyka upp på vissa bloggar:
Framsidan kan börja laddas ner som en zip fil.
Fel sida blir ibland cachad som framsidan om din blogg använder en statisk framsida och permalänk strukturen är /%category%/%postname%/.
"
+
+ #: wp-cache.php:1474
+ #, php-format
+ msgid "I’m 99% certain that they aren’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’re worried. You will be emailed if there is a problem."
+ msgstr "Jag är 99% säker på att det inte är några buggar i WP Super Cache och dom händer bara i undantagsfall men du kan köra en enkel kontroll var 5:e minut för att kontrollera att din sida är ok om du är orolig. Du kommer få ett e-mail om det är några problem."
+
+ #: wp-cache.php:1476
+ msgid "Check front page every 5 minutes."
+ msgstr "Kontrollera framsidan var 5:e minut."
+
+ #: wp-cache.php:1477
+ msgid "Front page text"
+ msgstr "Framsides text"
+
+ #: wp-cache.php:1477
+ msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
+ msgstr "Text att leta efter på din framsida. Om den här texten fattas kommer cachen att rensas. Lämna tomt för att inaktivera."
+
+ #: wp-cache.php:1478
+ msgid "Clear cache on error."
+ msgstr "Rensa cache vid fel."
+
+ #: wp-cache.php:1479
+ msgid "Email the blog admin when checks are made. (useful for testing)"
+ msgstr "Skicka e-mail till blogg administratören när kontroller görs. (användbart för testning)"
+
+ #: wp-cache.php:1493
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+ msgstr "Fel: GZIP komprimering är aktiverad, inaktivera det om du vill aktivera wp-cache."
+
+ #: wp-cache.php:1540
+ #: wp-cache.php:1702
+ msgid "Warning"
+ msgstr "Varning"
+
+ #: wp-cache.php:1540
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+ msgstr "GZIP-komprimering är aktiverat i WordPress, wp-cache kommer bli kringgått tills du har inaktiverat gzip-komprimering."
+
+ #: wp-cache.php:1598
+ #: wp-cache.php:1603
+ #: wp-cache.php:1635
+ #: wp-cache.php:1640
+ #: wp-cache.php:1646
+ msgid "Error"
+ msgstr "Fel"
+
+ #: wp-cache.php:1598
+ #, php-format
+ msgid "Your cache directory ($cache_path) did not exist and couldn’t be created by the web server. Check %s permissions."
+ msgstr "Din cache katalog ($cache_path) fanns inte och kunde inte skapas av web servern. Kontrollera %s rättigheter."
+
+ #: wp-cache.php:1603
+ #, php-format
+ msgid "Your cache directory (%1$s) or %2$s need to be writable for this plugin to work. Double-check it."
+ msgstr "Din cache katalog (%1$s) eller %2$s måste vara skrivbar för att det här tillägget ska fungera. Dubbel-kontrollera det."
+
+ #: wp-cache.php:1635
+ #, php-format
+ msgid "Your WP-Cache config file (%s) is out of date and not writable by the Web server.Please delete it and refresh this page."
+ msgstr "Din WP-Cache konfigurations fil (%s) är för gammal och inte skrivbar av web servern. Var vänlig radera den och uppdatera den här sidan."
+
+ #: wp-cache.php:1640
+ #, php-format
+ msgid "Configuration file missing and %1$s directory (%2$s) is not writable by the Web server.Check its permissions."
+ msgstr "Konfigurations fil saknas och %1$s katalogen (%2$s) är inte skrivbar av web servern. Kontrollera dess rättigheter."
+
+ #: wp-cache.php:1646
+ #, php-format
+ msgid "Sample WP-Cache config file (%s) does not exist.Verify you installation."
+ msgstr "Exempel WP-Cache konfigurations fil (%s) finns inte. Kontrollera din installation."
+
+ #: wp-cache.php:1702
+ #, php-format
+ msgid "%s/advanced-cache.php does not exist or cannot be updated."
+ msgstr "%s/advanced-cache.php finns inte eller kan inte uppdateras."
+
+ #: wp-cache.php:1703
+ msgid "1. If it already exists please delete the file first."
+ msgstr "1. Om den redan finns var vänlig radera filen först."
+
+ #: wp-cache.php:1704
+ #, php-format
+ msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (chmod 777 %1$s) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
+ msgstr "2. Gör %1$s skrivbar genom att använda chmod kommandot genom din ftp eller server programvara. (chmod 777 %1$s) och uppdatera den här sidan. Det här är endast en tillfällig åtgärd och du måste göra den read only igen efteråt. (Ändra 777 till 755 i det föregående kommandot)"
+
+ #: wp-cache.php:1705
+ #, php-format
+ msgid "3. Refresh this page to update %s/advanced-cache.php"
+ msgstr "3. Ladda om den här sidan för att uppdatera %s/advanced-cache.php"
+
+ #: wp-cache.php:1706
+ #, php-format
+ msgid "If that doesn’t work, make sure the file %s/advanced-cache.php doesn’t exist:"
+ msgstr "Om det inte fungerar, kontrollera att filen %s/advanced-cache.php inte finns:"
+
+ #: wp-cache.php:1707
+ #, php-format
+ msgid "
1. Open %1$s$wp_cache_file in a text editor.
2. Change the text CACHEHOME to %2$s
3. Save the file and copy it to %3$s and refresh this page.
"
+ msgstr "
1. Öppna %1$s$wp_cache_file i en text redigerare.
2. Ändra texten CACHEHOME till %2$s
3. Spara filen och kopiera den till %3$s och ladda om den här sidan.
"
+
+ #: wp-cache.php:1730
+ msgid "
WP_CACHE constant set to false
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:
define('WP_CACHE', true);
"
+ msgstr "
WP_CACHE-konstanten är sat till falskt
WP_CACHE-konstanten används av WordPress för att ladda koden som presenteras cachade sidor. Tyvärr är den satt till falskt. Var vänlig redigera din wp-config.php och lägg till eller redigera följande rad ovanför det sista require_once-kommandot:
define('WP_CACHE', true);
"
+
+ #: wp-cache.php:1732
+ msgid "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it."
+ msgstr "Fel: WP_CACHE är inte aktiverad i din wp-config.php fil och jag kunde inte ändra den."
+
+ #: wp-cache.php:1733
+ #, php-format
+ msgid "Edit %s and add the following line: define('WP_CACHE', true); Otherwise, WP-Cache will not be executed by WordPress core. "
+ msgstr "Redigera %s och lägg till följande rad: define('WP_CACHE', true); Annars kommer inte WP-Cache köras av WordPresskärnan."
+
+ #: wp-cache.php:1737
+ msgid "
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the FAQ. The WP_CACHE line must be moved up."
+ msgstr "
WP_CACHE konstant tillagd i wp-config.php
Om du fortsätter att se det här varningsmeddelandetvar vänlig läs punkt 5 i FAQ. WP_CACHE raden måste flyttas upp."
+
+ #: wp-cache.php:1759
+ msgid "Cache Contents"
+ msgstr "Cache innehåll"
+
+ #: wp-cache.php:1762
+ msgid "Object cache in use. No cache listing available."
+ msgstr "Objektcache används. Ingen cachelistning möjlig."
+
+ #: wp-cache.php:1786
+ #, php-format
+ msgid "Deleting supercache file: %s "
+ msgstr "Raderar supercache filen: %s "
+
+ #: wp-cache.php:1803
+ #, php-format
+ msgid "Deleting wp-cache file: %s "
+ msgstr "Raderar wp-cache filen: %s "
+
+ #: wp-cache.php:1868
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+ msgstr "Cachestatistik genereras inte automatiskt. Du måste klicka på länken nedan för att generera statistiken på den här sidan."
+
+ #: wp-cache.php:1869
+ msgid "Regenerate cache stats"
+ msgstr "Regenerera cachestatistik"
+
+ #: wp-cache.php:1871
+ #, php-format
+ msgid "Cache stats last generated: %s minutes ago."
+ msgstr "Cachestatistik genererades senast för %s minuter sedan."
+
+ #: wp-cache.php:1877
+ msgid "WP-Cache"
+ msgstr "WP-Cache"
+
+ #: wp-cache.php:1878
+ #: wp-cache.php:1894
+ #, php-format
+ msgid "%s Cached Pages"
+ msgstr "%s Cachade sidor"
+
+ #: wp-cache.php:1879
+ #: wp-cache.php:1899
+ #, php-format
+ msgid "%s Expired Pages"
+ msgstr "%s Utgågna sidor"
+
+ #: wp-cache.php:1893
+ msgid "WP-Super-Cache"
+ msgstr "WP-Super-Cache"
+
+ #: wp-cache.php:1904
+ msgid "Fresh WP-Cached Files"
+ msgstr "Färska WP-Cachade filer"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "URI"
+ msgstr "URI"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ msgid "Key"
+ msgstr "Nyckel"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "Age"
+ msgstr "Ã…lder"
+
+ #: wp-cache.php:1905
+ #: wp-cache.php:1921
+ #: wp-cache.php:1937
+ #: wp-cache.php:1953
+ msgid "Delete"
+ msgstr "Radera"
+
+ #: wp-cache.php:1920
+ msgid "Stale WP-Cached Files"
+ msgstr "Gamla WP-Cachade filer"
+
+ #: wp-cache.php:1936
+ msgid "Fresh Super Cached Files"
+ msgstr "Färska Super Cachade filer"
+
+ #: wp-cache.php:1952
+ msgid "Stale Super Cached Files"
+ msgstr "Gamla Super Cachade filer"
+
+ #: wp-cache.php:1968
+ msgid "Hide file list"
+ msgstr "Dölj fil-lista"
+
+ #: wp-cache.php:1970
+ msgid "Too many cached files, no listing possible."
+ msgstr "För många cachade filer, listning ej möjlig."
+
+ #: wp-cache.php:1972
+ msgid "List all cached files"
+ msgstr "Lista alla cachade filer"
+
+ #: wp-cache.php:1978
+ #, php-format
+ msgid "Garbage Collection Last GC was %s minutes ago "
+ msgstr "Garbage Collection Senaste GC gjordes %s minuter sedan "
+
+ #: wp-cache.php:1979
+ #, php-format
+ msgid "Next GC in %s minutes"
+ msgstr "Nästa GC om %s minuter"
+
+ #: wp-cache.php:1982
+ #, php-format
+ msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
+ msgstr "Utgångna filer är filer äldre än %s sekunder. Dom används fortfarande av tillägget och raderas periodvis."
+
+ #: wp-cache.php:1993
+ msgid "Delete Expired"
+ msgstr "Radera utgångna"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2011
+ #: wp-cache.php:2174
+ msgid "Delete Cache"
+ msgstr "Radera Cache"
+
+ #: wp-cache.php:2011
+ msgid "Delete Super Cache cached files (opens in new window)"
+ msgstr "Radera Super Cache cachade filer (öppnas i nytt fönster)"
+
+ #: wp-cache.php:2150
+ #, php-format
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
+ msgstr "%1$s är Digg säker tack vare cachning av %2$s"
+
+ #: wp-cache.php:2183
+ #, php-format
+ msgid "WP Super Cache must be configured. Go to the admin page to enable and configure the plugin."
+ msgstr "WP Super Cache måste ställas in. Gå till administrations sidan för att aktivera och konfigurera tillägget."
+
+ #: wp-cache.php:2189
+ msgid "Settings"
+ msgstr "Inställningar"
+
+ #: wp-cache.php:2199
+ #, php-format
+ msgid "WP Super Cache is disabled. Please go to the plugin admin page to enable caching."
+ msgstr "WP Super Cache är inaktiverat. Var vänlig gå till tilläggets administrations sida för att aktivera cachning."
+
+ #: wp-cache.php:2218
+ #, php-format
+ msgid "[%s] Front page is gzipped! Please clear cache!"
+ msgstr "[%s] Fram sidan är gzippad! Var vänlig rensa cachen!"
+
+ #: wp-cache.php:2218
+ #, php-format
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
+ msgstr "Var vänlig gå till %s för att rensa cachen eftersom framsidan av din sida nu laddas ner!"
+
+ #: wp-cache.php:2221
+ #, php-format
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
+ msgstr "[%s] Framsidan är gzippad! Cachen rensad!"
+
+ #: wp-cache.php:2221
+ #, php-format
+ msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
+ msgstr "Cachen till din blogg har rensats för framsidan av din sida laddas nu ner. Var vänlig gå till %s för att bekräfta att cachen har rensats."
+
+ #: wp-cache.php:2228
+ #, php-format
+ msgid "[%s] Front page is not correct! Please clear cache!"
+ msgstr "[%s] Framsidan är inte rätt! Var vänlig rensa cachen!"
+
+ #: wp-cache.php:2228
+ #, php-format
+ msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
+ msgstr "Var vänlig gå till %1$s för att rensa cachen eftersom framsidan på din sida inte är rätt och saknar texten, \"%2$s\"!"
+
+ #: wp-cache.php:2231
+ #, php-format
+ msgid "[%s] Front page is not correct! Cache Cleared!"
+ msgstr "[%s] Framsidan är inte rätt! Cachen är rensad!"
+
+ #: wp-cache.php:2231
+ #, php-format
+ msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
+ msgstr "Cachen till din blogg har rensats för framsidan på din sida saknar texten \"%2$s\". Var vänlig gå till %1$s för att bekräfta att cachen har rensats."
+
+ #: wp-cache.php:2236
+ #, php-format
+ msgid "[%s] Front page check!"
+ msgstr "[%s] Framsida kontrollerad!"
+
+ #: wp-cache.php:2236
+ #, php-format
+ msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
+ msgstr "WP Super Cache har kontrollerat framsidan på din blogg. Var vänlig gå till %s om du vill inaktivera detta."
+
+ #: wp-cache.php:2279
+ msgid "Cannot update .htaccess"
+ msgstr "Kan inte uppdatera .htaccess"
+
+ #: wp-cache.php:2279
+ #, php-format
+ msgid "The file %s.htaccess cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
+ msgstr "Filen %s.htaccess kan inte ändras av webservern. Var vänlig rätta till detta genom att använda chmod kommandot eller din ftp klient."
+
+ #: wp-cache.php:2279
+ msgid "Refresh this page when the file permissions have been modified."
+ msgstr "Uppdatera den här sidan när filrättigheterna har ändrats."
+
+ #: wp-cache.php:2279
+ #, php-format
+ msgid "Alternatively, you can edit your %s.htaccess file manually and add the following code (before any WordPress rules):"
+ msgstr "Alternativt, du kan redigera din %s.htaccess fil manuellt och lägga till följande kod (före alla WordPress regler):"
+
+ #: wp-cache.php:2283
+ #, php-format
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called %s.htaccess"
+ msgstr "För att visa statiska html filer måste din server ha korrekta mod_rewrite regler tillagda i en fil som heter %s.htaccess"
+
+ #: wp-cache.php:2284
+ msgid "You can edit the file yourself add the following rules."
+ msgstr "Du kan redigera filen själv och lägga till följande regler."
+
+ #: wp-cache.php:2285
+ msgid " Make sure they appear before any existing WordPress rules. "
+ msgstr "Kontrollera att de syns före alla existerande WordPress regler."
+
+ #: wp-cache.php:2293
+ msgid "Update Mod_Rewrite Rules"
+ msgstr "Uppdatera Mod_Rewrite Reglerna"
+
+ #: wp-cache.php:2389
+ #, php-format
+ msgid "[%1$s] Cache Preload Started"
+ msgstr "[%1$s] Cacheförladdning startad"
+
+ #: wp-cache.php:2391
+ #, php-format
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
+ msgstr "[%1$s] Uppdaterar inlägg från %2$d till %3$d"
+
+ #: wp-cache.php:2402
+ #, php-format
+ msgid "[%1$s] %2$d posts refreshed"
+ msgstr "[%1$s] %2$d inlägg uppdaterade"
+
+ #: wp-cache.php:2402
+ msgid "Refreshed the following posts:"
+ msgstr "Uppdaterade följande inlägg:"
+
+ #: wp-cache.php:2411
+ #, php-format
+ msgid "Scheduling next preload refresh in %d minutes."
+ msgstr "Schemalägger nästa uppdatering av förladdning om %d minuter."
+
+ #: wp-cache.php:2421
+ #, php-format
+ msgid "[%s] Cache Preload Completed"
+ msgstr "[%s] cacheförladdning färdig."
+
+ #: wp-cache.php:2421
+ msgid "Cleaning up old supercache files."
+ msgstr "Rensar upp gamla supercachefiler."
+
+ #: wp-cache.php:2462
+ #, php-format
+ msgid "[%s] Preload may have stalled."
+ msgstr "[%s] Förladdning kan ha hängt sig."
+
+ #: wp-cache.php:2462
+ #, php-format
+ msgid ""
+ "Preload has been restarted.\n"
+ "%s"
+ msgstr ""
+ "Förladdning har startats om.\n"
+ "%s"
+
+ #~ msgid "WP Super Cache Manager"
+ #~ msgstr "WP Super Cache Manager"
+
+ #~ msgid "Why your configuration may not be changed"
+ #~ msgstr "Varför din konfiguration inte kan ändras"
+
+ #~ msgid "Why"
+ #~ msgstr "Varför"
+
+ #~ msgid "ON"
+ #~ msgstr "PÃ…"
+
+ #~ msgid "WP Cache and Super Cache enabled"
+ #~ msgstr "WP Cache och Super Cache aktiverat"
+
+ #~ msgid "HALF ON"
+ #~ msgstr "HALV PÃ…"
+
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
+ #~ msgstr "Super Cache inaktiverad, endast ärvd WP-Cache cachning."
+
+ #~ msgid "OFF"
+ #~ msgstr "AV"
+
+ #~ msgid "WP Cache and Super Cache disabled"
+ #~ msgstr "WP Cache och Super Cache inaktiverat"
+
+ #~ msgid "Don’t cache pages for logged in users."
+ #~ msgstr "Cacha inte sidor för inloggade användare."
+
+ #~ msgid ""
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
+ #~ "file is being generated. Recommended for very busy websites with "
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
+ #~ "obsolete."
+ #~ msgstr ""
+ #~ "Återbygg cache. Visa en supercachad fil till anonyma användare medan en "
+ #~ "ny fil genereras. Rekommenderas för väldigt upptagna hemsidor "
+ #~ "med många kommentarer. Gör \"direkt cachade sidor\" och \"Lockdown mode\" "
+ #~ "förlegade."
+
+ #~ msgid ""
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
+ #~ "with caution.)"
+ #~ msgstr ""
+ #~ "Visa de nyast cachade sidorna (kan vara tungt att köra på belastade "
+ #~ "sidor, använd med försiktighet.)"
+
+ #~ msgid ""
+ #~ "Uninstall using the uninstall script to remove files and directories created by the "
+ #~ "plugin. (Please see readme."
+ #~ "txt for instructions on uninstalling this script.)"
+ #~ msgstr ""
+ #~ "Avinstallera genom att använda avinstallations skriptet för att ta bort filer och kataloger "
+ #~ "skapade av tillägget. (Var vänlig läs readme.txt för instruktioner om hur du avinstallerar det "
+ #~ "här skriptet.)"
+
+ #~ msgid ""
+ #~ "%1$s really makes your blog go faster. Make it go faster* by "
+ #~ "buying me an Amazon gift card! Make it out to \"%3$s"
+ #~ "\" for whatever amount you want. Every penny helps!"
+ #~ msgstr ""
+ #~ "%1$s gör verkligen din blogg snabbare. Gör den ännu snabbare * "
+ #~ "genom att köpa mig ett Amazon presentkort! Ställ ut "
+ #~ "det till \"%3$s\" på vilken summa du vill. Varje penny hjälper!"
+
+ #~ msgid ""
+ #~ "If Amazon isn’t your thing, there’s also PayPal. Click the "
+ #~ "\"Donate\" button below or take a quick peek at my wishlist."
+ #~ msgstr ""
+ #~ "Om Amazon inte är din grej, finns det även PayPal. Klicka på \"Donate\" "
+ #~ "knappen nedan eller ta en snabb titt på min önskelista."
+
+ #~ msgid "Thanks in advance!"
+ #~ msgstr "Tack på förhand!"
+
+ #~ msgid ""
+ #~ "Ok, it won’t go any faster but you’ll make this plugin author "
+ #~ "very happy!"
+ #~ msgstr ""
+ #~ "Ok, det kommer inte gå ännu snabbare, men du kommer göra det här "
+ #~ "tilläggets skapare väldigt glad!"
+
+ #~ msgid "Don’t show me this again."
+ #~ msgstr "Visa mig inte det här igen."
+
+ #~ msgid "Hide"
+ #~ msgstr "Dölj"
+
+ #~ msgid ""
+ #~ "He blogs at %1$s, posts photos at %2$s and wishes he "
+ #~ "had more time to read and relax."
+ #~ msgstr ""
+ #~ "Han bloggar på %1$s, postar bilder på %2$s och önskar"
+ #~ "a> han hade mer tid att läsa och koppla av."
+
+ #~ msgid "Super Cache Compression"
+ #~ msgstr "Super Cache komprimering"
+
+ #~ msgid "Compression is enabled by default when in HALF ON mode."
+ #~ msgstr "Komprimering är aktiverat som standard i HALV PÅ läge."
+
+ #~ msgid "Super Cache compression is now disabled."
+ #~ msgstr "Super Cache komprimering är nu inaktiverat."
+
+ #~ msgid "Super Cache compression is now enabled."
+ #~ msgstr "Super Cache komprimering är nu aktiverat."
+
+ #~ msgid "Update Compression"
+ #~ msgstr "Updatera komprimering"
+
+ #~ msgid "You must edit the file yourself add the following rules."
+ #~ msgstr "Du måste redigera filen själv och lägga till följande regler."
+
+ #~ msgid "Debug Settings"
+ #~ msgstr "Felsöknings inställningar"
Binary files /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo and /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.mo differ
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/languages/wp-super-cache-tr_TR.po 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,1617 ----
+ msgid ""
+ msgstr ""
+ "Project-Id-Version: WP Super Cache\n"
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
+ "POT-Creation-Date: 2011-01-05 14:52:03+00:00\n"
+ "PO-Revision-Date: \n"
+ "Last-Translator: Baris Unver \n"
+ "Language-Team: Baris Unver \n"
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=utf-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+ "X-Poedit-Language: Turkish\n"
+ "X-Poedit-Country: TURKEY\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 wp-content and wp-includes 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 origin pull."
+ msgstr "Siteniz muhtemelen çok fazla statik dosya kullanıyordur. Görsel, JavaScript ve CSS dosyaları genellikle başka bir siteden veya bir CDN sisteminden kolayca sunabileceğiniz statik dosyalardır. Bu yüzden bu eklenti wp-content ve wp-includes dizinleri içerisindeki (PHP dosyaları haricindeki) tüm bağlantıları, aşağıda belirleyeceğiniz URL üzerinden sunacaktır. Bu şekilde tüm statik dosyalarınız sanal sunucunuza veya satın aldığınız CDN sistemine \"origin pull\" tekniğiyle aktarılacaktır."
+
+ #: ossdl-cdn.php:134
+ #: wp-cache.php:965
+ msgid "The CDN Sync Tool plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the plugin support forum if you have any queries about this plugin."
+ msgstr "CDN Eşleme Aracı eklentisi, eğer \"origin pull\" yöntemini istemezseniz Amazon S3/Cloudfront sistemlerine dosyaları otomatik olarak yükleyecektir. Yardıma ihtiyacınız olursa, eklenti destek forumunu kullanabilirsiniz (İngilizcedir)."
+
+ #: ossdl-cdn.php:135
+ msgid "WARNING: Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
+ msgstr "UYARI: CDN hizmetinizin düzgün şekilde çalışıp çalışmadığını, %s gibi statik dosyaları önce bir test ederek anlayabilirsiniz."
+
+ #: ossdl-cdn.php:136
+ msgid "You can define different CDN URLs for each site on a multsite network."
+ msgstr "Çok siteli bir yapıya sahipseniz, her site için farklı CDN adresleri verebilirsiniz."
+
+ #: ossdl-cdn.php:144
+ msgid "Enable CDN Support"
+ msgstr "CDN DesteÄŸini EtkinleÅŸtir"
+
+ #: ossdl-cdn.php:147
+ msgid "Off-site URL"
+ msgstr "Site dışı URL"
+
+ #: ossdl-cdn.php:150
+ msgid "The new URL to be used in place of %1$s for rewriting. No trailing / please. Example: %2$s."
+ msgstr "Yeniden yazım için %1$s yerine kullanılacak yeni adres. Adresin sonuna taksim (/ karakteri) koymayın lütfen.. Örnek: %2$s."
+
+ #: ossdl-cdn.php:154
+ msgid "Include directories"
+ msgstr "Dizinleri dahil et"
+
+ #: ossdl-cdn.php:157
+ msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is wp-content, wp-includes, which will be enforced if this field is left empty."
+ msgstr "Statik dosya eşlemesinde kullanılacak dizinler. Dizinleri virgüllerle ayırabilirsiniz. Varsayılan wp-content, wp-includes şeklindedir, kutu boş bırakılırsa bunlar kullanılacaktır."
+
+ #: ossdl-cdn.php:161
+ msgid "Exclude if substring"
+ msgstr "Hariç tutulacaklar"
+
+ #: ossdl-cdn.php:164
+ 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, .php, .flv, .do, and always include .php (default)."
+ msgstr "Hariç tutulacak dosyaların uzantılarını buraya girin ve uzantıları virgülle ayırın. (örn. .php, .flv, .do) .php her zaman olmalıdır (ve varsayılandır)."
+
+ #: ossdl-cdn.php:168
+ msgid "Additional CNAMES"
+ msgstr "Ek CNAME'ler"
+
+ #: ossdl-cdn.php:171
+ msgid "These CNAMES 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. Example: %2$s"
+ msgstr "Bu CNAME'ler, yeniden yazım için %1$s yerine kullanılacaktır (yukarıda belirlediğiniz site dışı adrese ek olarak). Virgülle ayırın. Fazlaca statik dosyaya sahip sayfalar için bu seçenek tarayıcı performansını artırabilir. CNAME'lerin bazen CDN hizmetiniz için de ayarlanması gerekebilir. Example: %2$s"
+
+ #: ossdl-cdn.php:176
+ msgid "Save Changes"
+ msgstr "DeÄŸiÅŸiklikleri Kaydet"
+
+ #: ossdl-cdn.php:178
+ msgid "CDN functionality provided by OSSDL CDN Off Linker by Mark Kubacki"
+ msgstr "CDN kullanımı, Mark Kubacki tarafından yazılan OSSDL CDN Off Linker ile sağlanmaktadır"
+
+ #: wp-cache.php:99
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
+ msgstr "Lütfen wp-super-cache/wp-cache-config-sample.php dosyasından %s /wp-cache-config.php dosyasını oluşturun."
+
+ #: wp-cache.php:162
+ msgid "Warning! PHP Safe Mode Enabled!"
+ msgstr "Uyarı! PHP Güvenli Mod (Safe Mode) Etkin!"
+
+ #: wp-cache.php:163
+ msgid "You may experience problems running this plugin because SAFE MODE is enabled."
+ msgstr "SAFE MODE açık olduğu için bu eklentiyi kullanırken sorunlarla karşılaşabilirsiniz."
+
+ #: 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 "Sunucunuz, dosya okuma/yazma işlemlerine izin verilmeden önce PHP betiğinin sahibini kontrol edecek şekilde ayarlanmış."
+
+ #: 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 owner of the %s/cache/ directory must also be changed. See the safe mode manual page for further details."
+ msgstr "Siz veya bir yönetici, eklenti betiklerini çalıştıran kullanıcıyı sunucu kullanıcısıyla aynı yaparak sorunu çözebilirsiniz. %s/cache/ dizininin grup sahibi de aynı şekilde değişmelidir. Güvenli Mod yardım sayfasına bakarak ayrıntılı bilgi edinebilirsiniz."
+
+ #: wp-cache.php:170
+ msgid "You or an administrator must disable this. See the safe mode manual page for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
+ msgstr "Siz veya başka bir yönetici bunu etkisizleştirmeli. \"güvenli mod\" bilgilendirme sayfasına gidip ayrıntılı bilgi alabilirsiniz. Ne yazık ki, bu ayar .htaccess ile etkisizleştirilemez; php.ini ayar dosyasının düzenlenmesi gerekiyor."
+
+ #: wp-cache.php:176
+ msgid "Permlink Structure Error"
+ msgstr "Kalıcı Bağlantı Yapısı Hatası"
+
+ #: wp-cache.php:177
+ msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks."
+ msgstr "Bu eklentinin çalışabilmesi için özel bir adres sisteminin ayarlı olması gerekiyor. Kalıcı Bağlantı Ayarları sayfasına gidip adres sisteminizi ayarlamalısınız."
+
+ #: wp-cache.php:189
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
+ msgstr "Warning! Your hostname \"%s\" resolves to %s"
+
+ #: 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 "Sunucunuz, hostname'inizin %s şeklinde çözümlendiğini sanıyor. Bu eklentinin çöp toplama gibi bazı işlevleri (ve WordPress'in yazı zamanlama işlevi) bu şekilde düzgün çalışmayabilir."
+
+ #: wp-cache.php:191
+ #: wp-cache.php:205
+ msgid "Please see entry 16 in the Troubleshooting section of the readme.txt"
+ msgstr "Lütfen readme.txt dosyasında, hata çözme bölümündeki 16. girdiyi okuyun."
+
+ #: 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 "Ne yazık ki WordPress, wp-cron.php dosyasını bulamadı. Bu dosya, çöp toplama, yazı zamanlama gibi işlevleri yerine getirmesi için şarttır."
+
+ #: wp-cache.php:219
+ msgid "Cannot continue... fix previous problems and retry."
+ msgstr "Devam edilemiyor... önceki sorunları çözün ve tekrar deneyin."
+
+ #: wp-cache.php:228
+ msgid "Zlib Output Compression Enabled!"
+ msgstr "Zlib Çıktı Sıkıştırma Etkin!"
+
+ #: 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 of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See this page for instructions on modifying your php.ini."
+ msgstr "PHP, ziyaretçilerinizin gördüğü verileri sıkıştırıyor. Bunu devre dışı bırakmak, eklentinin önbelleğe aldığı sayfaların tekrar tekrar sıkıştırılmaması için tavsiye edilir. (Hata Giderme bölümünde 21. maddeyi okuyun.) PHP.ini dosyanızı düzenleme yönergeleri için bu sayfayı okuyun."
+
+ #: wp-cache.php:233
+ msgid "Mod rewrite may not be installed!"
+ msgstr "Mod rewrite yüklenmemiş olabilir!"
+
+ #: wp-cache.php:234
+ msgid "It appears that mod_rewrite is not installed. Sometimes this check isn’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 yüklü değil gibi gözüküyor. Bazen bu kontrol kesin değildir, özellikle Apache kullanmıyorsanız. Lütfen mümkünse mod_rewrite'ın yüklü olup olmadığını doğrulayın. Eklentinin önbellek dosyalarını sunabilmesi için bu özelliğin bulunması şarttır ama yoksa, eski tarz önbelleklemeyi veya PHP ile önbelleklemeyi de kullanabilirsiniz."
+
+ #: wp-cache.php:239
+ msgid "Read Only Mode. Configuration cannot be changed."
+ msgstr "Salt Okunur Mod. Ayarlar deÄŸiÅŸtirilemez."
+
+ #: wp-cache.php:240
+ msgid "The WP Super Cache configuration file is %s/wp-cache-config.php and cannot be modified. That file must be writeable by the webserver to make any changes."
+ msgstr "WP Super Cache ayar dosyası %s/wp-cache-config.php düzenlenemiyor. Düzenleme yapılabilmesi için dosyanın sunucu tarafından yazılabilir olması gerekiyor."
+
+ #: 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’s globally writeable and it should be fine."
+ msgstr "Bunu yapmanın basit bir yolu, dosyanın CHMOD izinlerini kısa bir süreliğine değiştirmektir. CHMOD 777 yapmanız yeterlidir ama sonrasında işlemi geri almayı, izinleri eski haline getirmeyi unutmayın."
+
+ #: wp-cache.php:242
+ msgid "Writeable:"
+ msgstr "Yazılabilir:"
+
+ #: wp-cache.php:243
+ msgid "Readonly:"
+ msgstr "Salt Okunur:"
+
+ #: wp-cache.php:255
+ msgid "Warning! %s is writeable!"
+ msgstr "Uyarı! %s yazılabilir!"
+
+ #: 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 "%s izinlerini düzenlemeli ve daha kısıtlayıcı hale getirmelisiniz. FTP istemcinizi kullanın veya aşağıdaki komutu uygulayın:"
+
+ #: wp-cache.php:264
+ msgid "Mobile rewrite rules detected"
+ msgstr "Tespit edilen mobil yeniden yazım kuralları (rewrite rules)"
+
+ #: 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 "En iyi performans için \"Mobil cihaz desteği\"ni etkinleştirin veya .htaccess dosyasındaki mobil cihazlarla ilgili satırları kaldırın. Bunu yapmak için \"2.0\\ MMP|240x320\" ile başlayan iki satırı silmeniz yeterlidir."
+
+ #: wp-cache.php:265
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
+ msgstr "Normal ziyaretçilere bir etkisi olmayacaktır ama mobil kullanıcılar önbelleklenmemiş sayfaları göreceklerdir."
+
+ #: wp-cache.php:271
+ #: wp-cache.php:282
+ msgid "Rewrite rules must be updated"
+ msgstr "Mod_Rewrite kuralları güncellenmeli"
+
+ #: wp-cache.php:272
+ #: wp-cache.php:283
+ msgid "The rewrite rules required by this plugin have changed or are missing. "
+ msgstr "Bu eklentinin ihtiyaç duyduğum yeniden yazım kuralları değişmiş veya yok olmuş."
+
+ #: 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 "Mobil cihaz desteği, .htaccess dosyanıza fazladan kural eklenmesini gerektirir. Veya eski tarz önbelleklemeyi kullanabilirsiniz. Seçenekleriniz (zorluk sırasına göre) şunlar:"
+
+ #: wp-cache.php:274
+ msgid "Set the plugin to legacy mode and enable mobile support."
+ msgstr "Eklentiyi Eski Tarz moduna getirin ve mobil cihaz desteÄŸini aktifleÅŸtirin."
+
+ #: wp-cache.php:275
+ #: wp-cache.php:284
+ msgid "Scroll down the Advanced Settings page and click the Update Mod_Rewrite Rules button."
+ msgstr "Gelişmiş Ayarlar sayfasında aşağılara doğru gidin ve Mod_Rewrite Kurallarını Güncelle düğmesine tıkayın."
+
+ #: wp-cache.php:276
+ msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by # BEGIN WPSuperCache and # END WPSuperCache and let the plugin regenerate them by reloading this page."
+ msgstr "%s.htaccess dosyanızda, # BEGIN WPSuperCache ile # END WPSuperCache arasındaki satırları (bu iki satır da dahil olmak üzere) silerek eklentinin ürettiği mod_rewrite kurallarını silebilirsiniz. Sayfayı yenilediğinizde eklenti yenisini üretecektir."
+
+ #: wp-cache.php:277
+ msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines # BEGIN WPSuperCache and # END WPSuperCache. There are two sections that look very similar. Just below the line %%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ add these lines: (do it twice, once for each section)"
+ msgstr "Kuralları kendiniz ekleyin. %s.htaccess dosyasını düzenlemek için açın ve # BEGIN WPSuperCache ile # END WPSuperCache arasındaki satırları bulun. Birbirine çok benzeyen iki bölüm olacaktır. %%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ satırının hemen altına şu satırları ekleyin: (iki bölüm için de birer defa yapmayı unutmayın)"
+
+ #: wp-cache.php:290
+ msgid "Required to serve compressed supercache files properly."
+ msgstr "Sıkıştırılmış supercache dosyalarını sunabilmek için gereklidir."
+
+ #: wp-cache.php:290
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
+ msgstr "Super Cache ile önbelleklenmiş sayfalarda, önbellekleme bilgilerinin girilmesi için gereklidir. IE7 kullanıcıları bu olmadan, önbelleğe alınmamış sayfaları görüntülemeye devam ederler."
+
+ #: 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 "Super Cache ile önbelleklenmiş sayfalarda son kullanma tarihini belirleyin. Bu modül olmadan ziyaretçiler, sayfayı yenilediklerinde veya yorum bıraktıklarında yeni sayfayı göremeyebilirler."
+
+ #: wp-cache.php:297
+ msgid "Missing Apache Modules"
+ msgstr "Kayıp Apache Modülleri"
+
+ #: 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 "Aşağıdaki Apache modülleri eksik. Onlar olmadan eklenti eski tarz önbelleklemeyle çalışacaktır. Super Cache modunda ziyaretçileriniz, eski içerikle veya bozuk veriyle karşılaşabilir."
+
+ #: wp-cache.php:456
+ msgid "Warning! You attempted to enable compression but zlib.output_compression is enabled. See #21 in the Troubleshooting section of the readme file."
+ msgstr "Dikkat! Sıkıştırmayı etkinleştirmek istediniz fakat zlib.output_compression etkin durumda. Beni Oku dosyasının 'Hata Giderme' sayfasında 21 numaralı maddeye göz atın."
+
+ #: wp-cache.php:547
+ msgid "WP Super Cache Settings"
+ msgstr "WP Super Cache Ayarları"
+
+ #: wp-cache.php:558
+ msgid "Notice: Mod_rewrite or Legacy caching enabled. Showing Advanced Settings Page by default."
+ msgstr "Not: Mod_rewrite veya eski tarz önbellekleme etkin. Varsayılan olarak Gelişmiş Ayarlar görüntüleniyor."
+
+ #: 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 "Ayarların bulunduğu dosya değiştirildi, bazı değerler yanlış olabilir. \"Ayarlar\" menüsünden sayfayı tekrar yükleyip ayarları sıfırlayın."
+
+ #: wp-cache.php:594
+ msgid "Caching must be enabled to use this feature"
+ msgstr "Bu özelliği kullanabilmeniz için önbellekleme etkin olmalıdır."
+
+ #: wp-cache.php:612
+ #: wp-cache.php:743
+ msgid "Cancel Cache Preload"
+ msgstr "Önbellek Önyüklemesi'ni Devre Dışı Bırak"
+
+ #: wp-cache.php:620
+ #: wp-cache.php:631
+ msgid "Scheduled preloading of cache cancelled."
+ msgstr "Önbellek önyüklemesinin zamanlanması iptal edildi."
+
+ #: wp-cache.php:657
+ #: wp-cache.php:741
+ msgid "Preload Cache Now"
+ msgstr "Önbellek Önyüklemesi'ni Şimdi Çalıştır"
+
+ #: wp-cache.php:661
+ msgid "Scheduled preloading of cache in 10 seconds."
+ msgstr "Önbellek önyüklemesinin zamanlanması 10 saniye içinde başlıyor."
+
+ #: wp-cache.php:666
+ msgid "Scheduled preloading of cache in %d minutes"
+ msgstr "Önbellek önyüklemesinin zamanlanması %d dakika içinde başlıyor"
+
+ #: 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 cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
+ msgstr "Bu, site içerisindeki tüm yazı ve sayfaları tek tek önbelleğe alacaktır ve (botlar da dahil olmak üzere) ziyaretçiler bu oluşturulmuş Super Cache'li sayfaları görecektir. Google'daki sıralamanızı yükseltme açısından hız da önemli olduğu için bu seçenek faydalı olabilir."
+
+ #: 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 "Yalnız önyükleme çok sayıda dosya oluşturur. Önbellekleme de en yeni yazıdan en eskisine kadar yapılır, dolayısıyla lütfen çok fazla (10 binden fazla) yazınız varsa yalnızca en yeni yazıları önyüklemeye alın. Paylaşımlı hosting'lerde bu özellikle önemlidir."
+
+ #: wp-cache.php:672
+ msgid "In ’Preload Mode’ 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 "Önyükleme Modu'nda düzenli çöp toplama yalnızca bilinen kullanıcılar için eski önbellek dosyalarını temizlemede kullanılır, Super Cache'li dosyalar etkilenmez. Önbellek önyüklemesi yapıldığında bu seçeneğin etkinleştirilmesi önerilir."
+
+ #: wp-cache.php:676
+ msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
+ msgstr "Önyüklenmiş önbelleği her %s dakikada bir yenile. (0 devre dışı bırakır, en az %d dakika yazılmalıdır.)"
+
+ #: wp-cache.php:689
+ msgid "all"
+ msgstr "tümü"
+
+ #: wp-cache.php:702
+ msgid "Preload %s posts."
+ msgstr "%s yazıyı önyüklemeye al."
+
+ #: wp-cache.php:709
+ msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
+ msgstr "Önyükleme modu (çöp toplama yalnızca eski tarz önbelleklemede. Önerilir.)"
+
+ #: wp-cache.php:712
+ msgid "Send me status emails when files are refreshed."
+ msgstr "Dosyalar yenilendiğinde bana durum e-postaları gönder."
+
+ #: wp-cache.php:717
+ msgid "Many emails, 2 emails per 100 posts."
+ msgstr "Çok: 100 yazı önyüklemesi başına 2 e-posta."
+
+ #: wp-cache.php:720
+ msgid "Medium, 1 email per 100 posts."
+ msgstr "Orta: 100 yazı önyüklemesi başına bir e-posta."
+
+ #: wp-cache.php:723
+ msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
+ msgstr "Az: Önyüklemenin başında ve sonunda 1'er e-posta."
+
+ #: wp-cache.php:727
+ msgid "Refresh of cache in %d hours %d minutes and %d seconds."
+ msgstr "Önbellek %d saat, %d dakika ve %d saniye sonra yenilenecek."
+
+ #: wp-cache.php:728
+ msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
+ msgstr "Önbelleğin tamamı %d saat, %d dakika ve %d saniye sonra yenilenecek."
+
+ #: wp-cache.php:734
+ msgid "Currently caching from post %d to %d."
+ msgstr "Şu anda %d ile %d arasındaki yazılar önbelleğe alınıyor."
+
+ #: wp-cache.php:738
+ msgid "Page last cached: %s"
+ msgstr "Son önbelleğe alınan sayfa: %s"
+
+ #: wp-cache.php:741
+ msgid "Update Settings"
+ msgstr "Ayarları Güncelle"
+
+ #: wp-cache.php:749
+ msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
+ msgstr "Önbellek önyüklemesi devre dışı. Lütfen eski tarz önbellekleme seçeneğini etkisizleştirin veya barındırıcı firmanızla görüşün."
+
+ #: wp-cache.php:766
+ #: wp-cache.php:862
+ msgid "Caching"
+ msgstr "Önbellekleme"
+
+ #: wp-cache.php:770
+ msgid "Cache hits to this website for quick access."
+ msgstr "Bu siteye gelen ziyaretleri, daha hızlı erişim için önbelleğe alın."
+
+ #: 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 "Önerilen"
+
+ #: wp-cache.php:771
+ msgid "Use mod_rewrite to serve cache files."
+ msgstr "Önbellek dosyalarını sunmak için mod_rewrite kullan."
+
+ #: wp-cache.php:772
+ msgid "Use PHP to serve cache files."
+ msgstr "Önbellek dosyalarını sunmak için PHP kullan."
+
+ #: wp-cache.php:773
+ msgid "Legacy page caching."
+ msgstr "Eski tarz sayfa önbellekleme"
+
+ #: 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 "Mod_rewrite en hızlısıdır. PHP önbellekleme de çok hızlıdır ve kullanımı kolaydır. Eski tarz önbellekleme daha yavaştır ama daha esnektir ve bunun da kullanımı kolaydır. Yeni kullanıcılar PHP önbelleklemeyi denemelidir."
+
+ #: wp-cache.php:780
+ msgid "Miscellaneous"
+ msgstr "DiÄŸer"
+
+ #: wp-cache.php:786
+ msgid "Warning! Compression is disabled as gzencode() function not found."
+ msgstr "Uyarı! Sıkıştırma devre dışı ve gzencode() fonksiyonu bulunamadı."
+
+ #: wp-cache.php:788
+ msgid "Compress pages so they’re served more quickly to visitors."
+ msgstr "Sayfalar daha hızlı yüklensin diye sayfaları sıkıştır."
+
+ #: 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 "Sıkıştırma varsayılan olarak devre dışıdır çünkü bazı barındırıcılar (hosting firmaları) sıkıştırılmış dosyalarla sorun yaşarlar. Bu özelliği açmak veya kapamak önbelleği temizler."
+
+ #: wp-cache.php:793
+ msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
+ msgstr "304 Not Modified tarayıcı önbelleklemesi. Son gösterimden beri sayfada bir değişiklik olmadıysa belirtir."
+
+ #: 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 "304 desteği varsayılan olarak devre dışıdır çünkü geçmişte GoDaddy, kullanılan header'larla ilgili sorun çıkarıyordu."
+
+ #: wp-cache.php:796
+ msgid "Don’t cache pages for known users."
+ msgstr "Giriş yapmış kullanıcılar veya düzenli yorumcular için sayfaların önbellekleme."
+
+ #: wp-cache.php:797
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
+ msgstr "Önbellek yenileme. Yeni bir önbellek dosyası oluşturulurken ziyaretçilere eskisi gösterilir."
+
+ # Digg is not commonly used in our language, thus it's irrevelant to translate the "Digg-proof" expression. I translated this entry as "Tell your visitors that how durable this blog is!" (Baris Unver, translator.)
+ #: wp-cache.php:798
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog’s footer)"
+ msgstr "Ziyaretçilerinize bu blog'un ne kadar dayanıklı olduğunu duyurun! (blog'un footer kısmına bir mesaj eklenir.)"
+
+ #: wp-cache.php:804
+ #: wp-cache.php:1053
+ #: wp-cache.php:1559
+ msgid "Advanced"
+ msgstr "GeliÅŸmiÅŸ"
+
+ #: wp-cache.php:808
+ msgid "Mobile device support."
+ msgstr "Mobil aygıt desteği."
+
+ #: wp-cache.php:809
+ msgid "Clear all cache files when a post or page is published."
+ msgstr "Bir yazı veya sayfa yayınlandığında önbelleği temizle."
+
+ #: wp-cache.php:810
+ msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
+ msgstr "Fazladan anasayfa kontrolü. (Sık sık anasayfa önbelleklenmesi durur.)"
+
+ #: wp-cache.php:811
+ msgid "Only refresh current page when comments made."
+ msgstr "Sadece yorum yapıldığında sayfayı güncelle."
+
+ #: wp-cache.php:812
+ msgid "List the newest cached pages on this page."
+ msgstr "Bu sayfada son önbelleklenen sayfaları listele."
+
+ #: wp-cache.php:814
+ msgid "Coarse file locking. You probably don’t need this but it may help if your server is underpowered. Warning! May cause your server to lock up in very rare cases!"
+ msgstr "Kabaca dosya kilitleme. Muhtemelen buna ihtiyacınız olmayacaktır ama eğer sunucunuz güçsüzse yardımcı olabilir. UYARI: Çok nadir de olsa sunucunuzu kilitleyebilir!"
+
+ #: wp-cache.php:816
+ msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
+ msgstr "Geç başlatma: WordPress yüklendikten sonra önbellek dosyalarını gösterme. Eski tarz önbelleklemede çok işe yarar."
+
+ #: wp-cache.php:818
+ msgid "Use object cache to store cached files."
+ msgstr "Önbellek dosyalarını depolamak için \"object cache\"yi kullan."
+
+ #: wp-cache.php:818
+ msgid "(Experimental)"
+ msgstr "(Deneysel)"
+
+ #: wp-cache.php:825
+ msgid "Note:"
+ msgstr "Not:"
+
+ #: 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 "Bu eklentiyi kaldır: Otomatik olarak kendi artıklarını temizler. Eğer elle müdahale gerektirirse, basit bir yönerge ile yol gösterir."
+
+ #: wp-cache.php:828
+ msgid "If uninstalling this plugin, make sure the directory %s is writeable by the webserver so the files advanced-cache.php and cache-config.php can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
+ msgstr "Bu eklentiyi kaldırıyorsanız, %sadvanced-cache.php ve cache-config.php dosyaları otomatik olarak kaldırılabilsin. (O dosyaların da yazılabilirliğini kontrol etmek de iyi olur!)"
+
+ #: wp-cache.php:829
+ msgid "Please see the readme.txt for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
+ msgstr "Lütfen eklentiyi kaldırmak için readme.txt dosyasındaki yönergelere başvurun. \"How to uninstall WP Super Cache\" bölümünü arayın."
+
+ #: wp-cache.php:830
+ msgid "Need help? Check the Super Cache readme file. It includes installation documentation, a FAQ and Troubleshooting tips. The support forum is also available. Your question may already have been answered."
+ msgstr "Yardıma ihtiyacınız mı var? Super Cache BeniOku dosyasını inceleyin. Bu belge; eklentiyi yüklemek için gerekli dokümantasyonu, Sık Sorulan Sorular'ı ve Hata Anlama ipuçlarını içerir. Yardım forumu (İngilizce) de mevcuttur, burada sorununuzun çözümünü bulabilirsiniz."
+
+ #: wp-cache.php:833
+ #: wp-cache.php:880
+ msgid "Update Status"
+ msgstr "Durumu Güncelle"
+
+ #: wp-cache.php:840
+ msgid "Accepted Filenames & Rejected URIs"
+ msgstr "Kabul Edilecek Dosyalar & Reddedilecek Adresler"
+
+ #: wp-cache.php:865
+ msgid "Caching On"
+ msgstr "Önbellekleme Açık"
+
+ #: wp-cache.php:866
+ msgid "Caching Off"
+ msgstr "Önbellekleme Kapalı"
+
+ #: wp-cache.php:867
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
+ msgstr "Not: PHP önbelleklemeyi, önbelleğin yenilemeyi ve mobil tarayıcı desteğini etkinleştirir"
+
+ #: 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 please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
+ msgstr "Not: PHP önbellekleme aktif durumda ama Super Cache için var olan mod_rewrite kuralları mevcut ve önbelleklenen sayfalar bu kurallara göre sunulacak. Eğer siteniz düzgün çalışıyorsa bu mesajı dikkate almanıza gerek yok ama .htaccess dosyasından Super Cache önbelleklemeyi sağlayan kuralları kaldırmanızda fayda var."
+
+ #: wp-cache.php:882
+ msgid "Cache Tester"
+ msgstr "Önbellek Testi"
+
+ #: wp-cache.php:883
+ msgid "Test your cached website by clicking the test button below."
+ msgstr "Önbelleklenmiş sitenizi aşağıdaki test düğmesine basarak sınayın."
+
+ #: wp-cache.php:889
+ msgid "Fetching %s to prime cache: "
+ msgstr "Fetching %s to prime cache: "
+
+ #: wp-cache.php:891
+ #: wp-cache.php:899
+ #: wp-cache.php:907
+ msgid "OK"
+ msgstr "Tamam"
+
+ #: wp-cache.php:894
+ msgid "Fetching first copy of %s: "
+ msgstr "%s dosyasının ilk kopyası alınıyor:"
+
+ #: wp-cache.php:902
+ msgid "Fetching second copy of %s: "
+ msgstr "%s dosyasının ikinci kopyası alınıyor:"
+
+ #: wp-cache.php:910
+ msgid "One or more page requests failed:"
+ msgstr "Bir veya birden fazla sayfa sorgusu başarısız:"
+
+ #: wp-cache.php:929
+ #: wp-cache.php:930
+ msgid "Page %d: %d (%s)"
+ msgstr "Sayfa %d: %d (%s)"
+
+ #: wp-cache.php:936
+ msgid "Page 1: %s"
+ msgstr "Sayfa 1: %s"
+
+ #: wp-cache.php:937
+ msgid "Page 2: %s"
+ msgstr "Sayfa 2: %s"
+
+ #: wp-cache.php:938
+ msgid "The timestamps on both pages match!"
+ msgstr "İki sayfanın zaman damgaları uyuşuyor!"
+
+ #: wp-cache.php:940
+ msgid "The pages do not match! Timestamps differ or were not found!"
+ msgstr "Sayfalar birbirini tutmuyor! Zaman damgaları birbirinden farklı veya bulunamadı!"
+
+ #: wp-cache.php:947
+ msgid "Send non-secure (non https) request for homepage"
+ msgstr "Güvenliksiz (https'siz) anasayfa sorgusu gönder"
+
+ #: wp-cache.php:948
+ msgid "Test Cache"
+ msgstr "Önbelleği Test Et"
+
+ #: wp-cache.php:952
+ msgid "Delete Cached Pages"
+ msgstr "Önbelleğe Alınan Sayfaları Sil"
+
+ #: 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 "Önbelleklenen sayfalar, sunucunuzda HTML ve PHP sayfaları halinde depolanır. Bunları silmek isterseniz aşağıdaki düğmeye tıklayın."
+
+ #: wp-cache.php:956
+ #: wp-cache.php:2089
+ #: wp-cache.php:2101
+ #: wp-cache.php:2264
+ msgid "Delete Cache"
+ msgstr "Önbelleği Temizle"
+
+ #: wp-cache.php:960
+ msgid "Recommended Links and Plugins"
+ msgstr "Tavsiye Edilen Bağlantılar ve Eklentiler"
+
+ #: wp-cache.php:961
+ msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
+ msgstr "Önbellekleme, bir siteyi hızlandırmak için atılan adımlardan yalnızca bir tanesidir. Sitenizi hızlandırmaya yardımcı olacak başka eklentiler de mevcuttur:"
+
+ #: wp-cache.php:962
+ msgid "WP Minify reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use WPSCMin, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
+ msgstr "WP Minify, CSS ve JavaScript dosyalarını birleştirerek sitenize yapılan HTTP sorgularını azaltır. Alternatif olarak, önbelleklenen sayfaları sıkıştıran bir Super Cache eklentisi olan WPSCMin'i kullanabilirsiniz. Ama bu eklenti JS ve CSS dosyalarını birleştirmez."
+
+ #: wp-cache.php:963
+ msgid "Yahoo! Yslow 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 GTMetrix."
+ msgstr "Yahoo! Yslow, Firefox'un Firebug eklentisinin bir alt eklentisidir. Sayfaları analiz etmeye yarar ve yüksek performanslı sayfalarda kullanılan bazı kurallara dayanarak sitenizi hızlandırmak için öneriler sunar. Alternatif olarak, YSlow testi de içeren GTMetrix performans araçlarını deneyebilirsiniz."
+
+ #: wp-cache.php:964
+ msgid "Use Google Libraries allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
+ msgstr "Google Kütüphanelerini kullanarak sık kullanılan JavaScript kütüphanelerini oradan yükletebilirsiniz. İlginçtir, bu YSlow skorunuzu düşürebilir."
+
+ #: wp-cache.php:966
+ msgid "Advanced users only:Speed up your site with Caching and cache-control explains how to make your site more cacheable with .htaccess rules."
+ msgstr "Yalnızca ileri düzey kullanıcılar için:\"Speed up your site with Caching and cache-control\" isimli belge (İngilizce), sitenizin önbelleklenme sürecini geliştirmek için .htaccess önerileri barındırıyor."
+
+ #: wp-cache.php:967
+ msgid "Advanced users only: Install an object cache. Choose from Memcached, XCache, eAcccelerator and others."
+ msgstr "Yalnızca ileri düzey kullanıcılar için: Bir obje önbellekleme yöntemi kullanın. Memcached, XCache, eAcccelerator ve benzeri örnekler mevcuttur."
+
+ #: wp-cache.php:978
+ msgid "Make WordPress Faster"
+ msgstr "WordPress'i hızlandır!"
+
+ #: wp-cache.php:979
+ msgid "%1$s is maintained and developed by %2$s with contributions from many others."
+ msgstr "%1$s, %2$s tarafından geliştirilmiştir ve diğer birçok kullanıcının katkısıyla hala gelişmektedir."
+
+ #: wp-cache.php:980
+ msgid "He blogs at %1$s and posts photos at %2$s."
+ msgstr "Blogu %1$s ve fotoğrafları %2$s adreslerindedir."
+
+ #: wp-cache.php:981
+ msgid "Please say hi to him on %s too!"
+ msgstr "%s adresinden bi' selam çakmayı da unutmayın!"
+
+ #: wp-cache.php:982
+ msgid "Need Help?"
+ msgstr "Yardıma mı İhtiyacınız Var?"
+
+ #: wp-cache.php:984
+ msgid "Installation Help"
+ msgstr "Kurulum Yardımı"
+
+ #: wp-cache.php:985
+ msgid "Frequently Asked Questions"
+ msgstr "Sık Sorulan Sorular"
+
+ #: wp-cache.php:986
+ msgid "Support Forum"
+ msgstr "Destek Forumu"
+
+ #: wp-cache.php:988
+ msgid "Rate This Plugin!"
+ msgstr "Bu Eklentiyi Derecelendirin!"
+
+ #: wp-cache.php:989
+ msgid "Please rate this plugin and tell me if it works for you or not. It really helps development."
+ msgstr "Lütfen eklentinin işinize yarayıp yaramadığını derecelendirin. Eklentinin gelişimine katkıda bulunmuş olacaksınız."
+
+ #: wp-cache.php:998
+ msgid "Cached pages since %1$s : %2$s"
+ msgstr "%1$s 'den/'dan beri önbelleklenen sayfalar: %2$s"
+
+ #: wp-cache.php:999
+ msgid "Newest Cached Pages:"
+ msgstr "Son Önbelleklenen Sayfalar:"
+
+ #: wp-cache.php:1003
+ msgid "Cached %s seconds ago"
+ msgstr "%s saniye önce önbelleklendi"
+
+ #: wp-cache.php:1006
+ msgid "(may not always be accurate on busy sites)"
+ msgstr "(çok ziyaret edilen sitelerde tam olarak doğru olmayabilir)"
+
+ #: 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 "Bu eklentiler, WP Super Cache eklenti dizininin içerisinde bir başka eklentiler klasöründe bulunan PHP betikleridir. Etkinleştirildiğinde, WP Super Cache yüklendikten hemen sonra yüklenirler."
+
+ #: 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 "Bu ileri düzey bir özelliktir ve PHP ile WordPress konusunda engin bilgi ve tecrübeye sahip kişiler tarafından yaratılmalıdır."
+
+ #: wp-cache.php:1036
+ msgid "Available Plugins"
+ msgstr "Mevcut Eklentiler"
+
+ #: wp-cache.php:1053
+ msgid "Easy"
+ msgstr "Kolay"
+
+ #: wp-cache.php:1053
+ msgid "CDN"
+ msgstr "CDN"
+
+ #: wp-cache.php:1053
+ msgid "Contents"
+ msgstr "İçerik"
+
+ #: wp-cache.php:1053
+ msgid "Preload"
+ msgstr "Önyükleme"
+
+ #: wp-cache.php:1053
+ msgid "Plugins"
+ msgstr "Eklentiler"
+
+ #: wp-cache.php:1053
+ msgid "Debug"
+ msgstr "Hata Ayıklama"
+
+ #: wp-cache.php:1084
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on the main site of this network."
+ msgstr "Not: WP Super Cache mod_rewrite kural kontrolleri, blog ağının ana sitesi haricinde devre dışıdır."
+
+ #: wp-cache.php:1086
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on on the main site of this network."
+ msgstr "Not: WP Super Cache mod_rewrite kural kontrolleri, blog ağının ana sitesi haricinde devre dışıdır."
+
+ #: wp-cache.php:1096
+ msgid "Mod Rewrite Rules"
+ msgstr "Mod_Rewrite Kuralları"
+
+ #: wp-cache.php:1102
+ msgid "WordPress MU Detected"
+ msgstr "WordPress MU Saptandı"
+
+ #: 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 "Ne yazık ki, WordPress MU ile çalışırken mod_rewrite kuralları otomatik olarak güncellenememektedir. Lütfen .htaccess dosyanızı açın ve aşağıdaki mod_rewrite kurallarını, diğer kuralların üstüne yerleştirin."
+
+ #: wp-cache.php:1104
+ msgid "Mod Rewrite rules cannot be updated!"
+ msgstr "Mod_Rewrite kuralları güncellenemiyor!"
+
+ #: wp-cache.php:1105
+ msgid "You must have BEGIN and END markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
+ msgstr "Kuralların otomatik olarak güncellenebilmesi için %s.htaccess dosyası içerisindeki kurallar BEGIN ve END yorum satırlarının arasında bulunmalıdır. Aşağıdaki gibi gözükürler ve WordPress'in kendi mod_rewrite kurallarının üstündedirler:"
+
+ #: wp-cache.php:1107
+ msgid "Refresh this page when you have updated your .htaccess file."
+ msgstr ".htaccess dosyanızı güncelledikten sonra bu sayfayı yenileyin."
+
+ #: wp-cache.php:1111
+ msgid "Thank you for upgrading."
+ msgstr "Yükselttiğiniz için teşekkürler."
+
+ #: 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 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’s backwards compatible with older versions if you’re brave enough to use them."
+ msgstr "Eklentiyi yüklediğinizden beri mod_rewrite kuralları değişti. Yenilerinin konabilmesi için öncekileri kaldırmanız gerekiyor. .htaccess dosyanızı düzenledikten sonra bu sayfayı yenileyin. Elle düzenlemek isterseniz, şu satırı şu şekilde değiştirin: %1$s ki şu şekilde gözüksün: %2$s Yapılan değişiklikler şöyle: \"HTTP_COOKIE\" yerine \"HTTP:Cookie\" yazılıyor ve \"wordpressuser\" yerine de \"wordpress\" geliyor. Bu WordPress 2.5 ile ilgili bir değişikliktir ama kendinizi cesur hissediyorsanız önceki sürümlerle de uyumludur."
+
+ #: wp-cache.php:1115
+ msgid "Trailing slash check required."
+ msgstr "Son taksim (/ karakteri) kontrolü gerekli."
+
+ #: 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 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 "Anlaşılan blog sayfalarınızın adreslerinin sonu \"/\" ile bitiyor (buna son taksim denir). Maalesef siz bu eklentiyi yükledikten sonra WordPress içerisinde, \"/\" ile bitmeyen adreslerin \"/\" ile biten sayfalara yönlenmediği bir bug bulundu. Bunu düzeltmek için, .htaccess dosyanızı açıp aşağıdaki kuralları, orada iki grup halinde bulunan Super Cache kurallarına eklemelisiniz:"
+
+ #: 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 "Kuralların nereye konacağını ve tüm kuralları, aşağıdaki \"mod_rewrite kurallarını görüntüle\" düğmesine tıklayarak görebilirsiniz."
+
+ #: wp-cache.php:1131
+ msgid "Mod Rewrite rules updated!"
+ msgstr "Mod_Rewrite kuralları güncellendi!"
+
+ #: 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 "%s.htaccess dosyası, uygun mod_rewrite kuralları eklenecek şekilde düzenlendi. Lütfen aşağıdakiyle karşılaştırıp doğru olduğunu kontrol edin:"
+
+ #: wp-cache.php:1134
+ msgid "Mod Rewrite rules must be updated!"
+ msgstr "Mod_Rewrite kuralları güncellenmeli!"
+
+ #: 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 "%s.htaccess dosyanız sunucunuz tarafından düzenlenemiyor ama gerekli mod_rewrite kurallarının düzenlenmesi şart. Dosya içerisindeki normal WordPress kurallarının üstüne yazılması gereken kodlar şu şekilde:"
+
+ #: wp-cache.php:1140
+ msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file. 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 dosyanızda WP Super Cache'nin mod_rewrite kuralları saptandı. Aşağıdaki bağlantıya tıklayarak dosyaya hangi satırların eklendiğini görüntüleyebilirsiniz. Eğer eklentinin sürümünü güncellediyseniz, bu kuralların eklenip eklenmediğini kontrol etmelisiniz."
+
+ #: 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 should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
+ msgstr "Eklentinin yazmış olması gereken ile .htaccess dosyanızda var olan mod_rewrite kurallarının birbirinden farklı olduğu saptandı. Arada boşluk veya boş satır farkları da olsa, dosyada yazılı kurallarla olması gereken kuralları karşılaştırmanızı öneririz. \"Mod_rewrite Kurallarını Güncelle\" düğmesine tıklayıp kuralları güncelleyebilirsiniz."
+
+ #: wp-cache.php:1146
+ msgid "View Mod_Rewrite Rules"
+ msgstr "Mod_Rewrite Kurallarını Görüntüle"
+
+ #: wp-cache.php:1150
+ #: wp-cache.php:2380
+ msgid "Rules must be added to %s too:"
+ msgstr "Kurallar %s dosyasına da eklenmeli:"
+
+ #: wp-cache.php:1158
+ msgid "Gzip encoding rules in %s.htaccess created."
+ msgstr "%s.htaccess dosyasında gzip'leme kuralları oluşturuldu."
+
+ #: wp-cache.php:1165
+ msgid "Fix Configuration"
+ msgstr "Ayarları Düzelt"
+
+ #: wp-cache.php:1168
+ msgid "Restore Default Configuration"
+ msgstr "Varsayılan Ayarları Geri Yükle"
+
+ #: wp-cache.php:1176
+ msgid "Comment moderation is enabled. Your comment may take some time to appear."
+ msgstr "Yorum onaylama sistemi etkin; yorumunuzun yayınlanması biraz zaman alabilir."
+
+ #: wp-cache.php:1201
+ msgid "Lock Down:"
+ msgstr "Tecrit:"
+
+ #: wp-cache.php:1201
+ #: plugins/awaitingmoderation.php:35
+ #: plugins/badbehaviour.php:66
+ #: plugins/domain-mapping.php:61
+ msgid "Disabled"
+ msgstr "Etkisiz"
+
+ #: wp-cache.php:1201
+ #: plugins/awaitingmoderation.php:34
+ #: plugins/badbehaviour.php:65
+ #: plugins/domain-mapping.php:60
+ msgid "Enabled"
+ msgstr "Etkin"
+
+ #: 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 "Büyük ziyaretçi akınları için tecrit modunu etkinleştirebilirsiniz. Etkinleştirildiğinde; yeni yorum girilse bile sayfa, önbellekli haliyle sunulur yani yeni yorumlar gözükmez, önbellekteki sabit dosya görüntülenir."
+
+ #: 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 "Eklenti Geliştiricilerine: Eklentinizin tecrit moduyla uyum sağlaması için \"WPLOCKDOWN\" sabitini inceleyin. Aşağıdaki kodu eklentinize eklediğinizde eklentiniz WPLOCKDOWN ayarlarıyla uyumlu davranacaktır."
+
+ #: wp-cache.php:1205
+ msgid "Sorry. My blog is locked down. Updates will appear shortly"
+ msgstr "Üzgünüm; blog'umu kilit altına aldım. Güncellemeler sonra görüntülenebilecek."
+
+ #: wp-cache.php:1209
+ msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
+ msgstr "Blog'unuz tecrit moduna alındı. Yeni yorumlar gelse bile yalnızca Super Cache'nin önbellekli sayfaları görüntülenecek."
+
+ #: wp-cache.php:1211
+ msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
+ msgstr "Blog'unuz tecrit modunda değil. Yeni yorumlar her zamanki gibi Super Cache önbellek dosyalarını yenileyecek."
+
+ #: wp-cache.php:1214
+ #: plugins/searchengine.php:61
+ #: plugins/searchengine.php:76
+ msgid "Disable"
+ msgstr "EtksizileÅŸtir"
+
+ #: wp-cache.php:1214
+ #: plugins/searchengine.php:74
+ msgid "Enable"
+ msgstr "EtkinleÅŸtir"
+
+ #: wp-cache.php:1217
+ msgid "Lock Down"
+ msgstr "Tecrit"
+
+ #: wp-cache.php:1225
+ msgid "Directly Cached Files"
+ msgstr "Direkt Önbelleklenen Dosyalar"
+
+ #: wp-cache.php:1283
+ msgid "%s removed!"
+ msgstr "%s kaldırıldı!"
+
+ #: wp-cache.php:1291
+ #: wp-cache.php:1293
+ #: plugins/badbehaviour.php:83
+ msgid "Warning!"
+ msgstr "Uyarı!"
+
+ #: 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 "Bu ayarı etkinleştirebilmeniz için %s yazılabilir olmalı. Güvenlik açısından sayfanız oluşturulduğunda lütfen yazma ayarlarını geri alın."
+
+ #: wp-cache.php:1293
+ msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
+ msgstr "%s yazılabilir durumda. Güvenlik açısından sayfanız oluşturulduktan sonra yazılabilirlik ayarlarını geri almanız önerilir."
+
+ #: wp-cache.php:1307
+ msgid "Existing direct page"
+ msgstr "Var olan direkt sayfa"
+
+ #: wp-cache.php:1307
+ msgid "Delete cached file"
+ msgstr "Önbellekli dosyayı sil"
+
+ #: wp-cache.php:1312
+ msgid "Add direct page:"
+ msgstr "Direkt sayfa ekle:"
+
+ #: 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 "Direkt olarak önbelleklenen dosyalar %s dizininden, blogunuzun yaşadığı yerden yaratılmıştır. Bu özellik sadece bir anda çok yüksek trafik almayı beklediğiniz zamanlarda işe yarar. (örn. Ekşi Sözlük, İnci Sözlük gibi yerlerden gelen toplu ziyaretler)"
+
+ #: wp-cache.php:1316
+ msgid "For example: to cache %1$sabout/, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
+ msgstr "Örnek: %1$sabout/ sayfasını önbelleklemek için, %1$shakkinda/ veya /hakkinda/ yazmalısınız. Sayfa, bir sonraki ziyaretçinin ziyaretinde önbelleğe alınacaktır."
+
+ #: wp-cache.php:1317
+ msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
+ msgstr "Direkt sayfaları silmek ve önbelleği boşaltmak için metin kutusunu boş bırakın."
+
+ #: wp-cache.php:1322
+ msgid "Update Direct Pages"
+ msgstr "Direkt Sayfaları Güncelle"
+
+ #: wp-cache.php:1360
+ msgid "Expiry Time & Garbage Collection"
+ msgstr "Zaman Aşımı & Çöp Toplama"
+
+ #: wp-cache.php:1362
+ msgid "Expire time:"
+ msgstr "Önbelleklenen dosyaların zaman aşımı:"
+
+ #: wp-cache.php:1363
+ msgid "seconds"
+ msgstr "saniye"
+
+ #: wp-cache.php:1364
+ msgid "Garbage Collection"
+ msgstr "Çöp Toplama"
+
+ #: 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 "Zaman aşımını 1800 saniyeden (yarım saat) fazla olacak şekilde ayarladıysanız, çöp toplama 10 dakikada bir yapılır. Yarım saatten daha az ise, zaman aşımı süresinden 10 saniye sonra yapılır."
+
+ #: wp-cache.php:1365
+ msgid "Checking for and deleting expired files is expensive, but it’s expensive leaving them there too. On a very busy site you should set the expiry time to 300 seconds. 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 "Süresi dolmuş önbellek sayfalarının silinmesi sunucuyu biraz yorar ama silinmemesi de yorar. Kalabalık bir sitede 300 saniye değeri uygundur. Farklı farklı süreleri test edip, süresi dolan sayfaların ne kadar durduğunu görebilirsiniz. Eski tarz önbelleklemeyi kullanıyorsanız, 500 önbellek sayfasını aşmamaya dikkat edin. PHP veya mod_rewrite ile önbellekleme yapıyorsanız, birkaç kat daha fazla dosya olmasının bir önemi yoktur."
+
+ #: wp-cache.php:1366
+ msgid "Set the expiry time to 0 seconds to disable garbage collection."
+ msgstr "Çöp toplamayı devre dışı bırakmak için bitiş süresini 0 yapın."
+
+ #: wp-cache.php:1367
+ msgid "Change Expiration"
+ msgstr "Zaman Aşımını Değiştir"
+
+ #: wp-cache.php:1411
+ msgid "Rejected User Agents"
+ msgstr "Reddedilecek Kullanıcı Temsilcisi (User Agent)"
+
+ #: wp-cache.php:1412
+ msgid "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
+ msgstr "Strings in the HTTP ’User Agent’ header that prevent WP-Cache from caching bot, spiders, and crawlers’ requests. Note that super cached files are still sent to these agents if they already exists."
+
+ #: wp-cache.php:1419
+ msgid "Save UA Strings"
+ msgstr "KT Dizgilerini Kaydet"
+
+ #: wp-cache.php:1442
+ msgid "Do not cache the following page types. See the Conditional Tags documentation for a complete discussion on each type."
+ msgstr "Aşağıdaki sayfa türlerini hiçbir zaman önbellekleme. (Koşul Etiketleri (İngilizce) sayfasını ziyaret ederek tüm sayfa türleri hakkında bilgi edinebilirsiniz.)"
+
+ #: wp-cache.php:1445
+ msgid "Single Posts"
+ msgstr "Tekil yazı sayfaları"
+
+ #: wp-cache.php:1446
+ msgid "Pages"
+ msgstr "Sayfalar"
+
+ #: wp-cache.php:1447
+ msgid "Front Page"
+ msgstr "Ön Sayfa"
+
+ #: wp-cache.php:1448
+ msgid "Home"
+ msgstr "Anasayfa"
+
+ #: wp-cache.php:1449
+ msgid "Archives"
+ msgstr "ArÅŸivler"
+
+ #: wp-cache.php:1450
+ msgid "Tags"
+ msgstr "Etiketler"
+
+ #: wp-cache.php:1451
+ msgid "Category"
+ msgstr "Kategori sayfaları"
+
+ #: wp-cache.php:1452
+ msgid "Feeds"
+ msgstr "Beslemeler"
+
+ #: wp-cache.php:1453
+ msgid "Search Pages"
+ msgstr "Arama sayfaları"
+
+ #: wp-cache.php:1455
+ #: wp-cache.php:1569
+ msgid "Save"
+ msgstr "Kaydet"
+
+ #: 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 posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
+ msgstr "Buraya, içeren sayfaları önbelleğe alınmamasını sağlayacak metinler (dosyalar DEĞİL) ekleyin. Örneğin, kalıcı bağlantı yapınızda yıl değişkeni kullandıysanız (yani yazı adreslerinizde yıllar varsa) ve geçen yılın yazılarını önbelleğe almak istemiyorsanız, örneğin '2004' yazmanız yeterli olacaktır. Eklenti, adresin içerisinde bu metinlerin varlığını kontrol edecek ve varsa o sayfayı önbelleğe almayacaktır."
+
+ #: wp-cache.php:1478
+ msgid "Save Strings"
+ msgstr "Dizgileri Kaydet"
+
+ #: 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 "Yukarıda belirtilen kurallara uysa da önbelleklenebilmesi için buraya dosya isimleri ekleyebilirsiniz."
+
+ #: wp-cache.php:1500
+ msgid "Save Files"
+ msgstr "Dosyaları kaydet"
+
+ #: wp-cache.php:1541
+ msgid "Currently logging to: %s"
+ msgstr "Şuraya kayıt yapılıyor: %s"
+
+ #: wp-cache.php:1544
+ msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
+ msgstr "Eklentiyle ilgili sorunları, hata ayıklama modunu açarak buraya kaydettirebilirsiniz. Önbellek dizininizde oluşturulacak bir dosyaya kayıt yapılacaktır."
+
+ #: wp-cache.php:1548
+ msgid "Debugging"
+ msgstr "Hata Ayıklama"
+
+ #: wp-cache.php:1548
+ #: plugins/awaitingmoderation.php:40
+ #: plugins/badbehaviour.php:71
+ #: plugins/searchengine.php:69
+ #: plugins/domain-mapping.php:66
+ msgid "enabled"
+ msgstr "etkin"
+
+ #: wp-cache.php:1549
+ msgid "IP Address"
+ msgstr "IP Adresi"
+
+ #: wp-cache.php:1549
+ msgid "(only log requests from this IP address. Your IP is %s)"
+ msgstr "(yalnızca bu IP adresinden yapılan raporlama isteklerini kabul et. Şu anki IP adresiniz %s)"
+
+ #: wp-cache.php:1550
+ msgid "Log level"
+ msgstr "Raporlama aşaması"
+
+ #: wp-cache.php:1556
+ msgid "(1 = less, 5 = more, may cause severe server load.)"
+ msgstr "(1 = hafif, 5 = ağır - sunucuya yük bindirebilir)"
+
+ #: wp-cache.php:1559
+ msgid "In very rare cases two problems may arise on some blogs:
The front page may start downloading as a zip file.
The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is /%category%/%postname%/.
"
+ msgstr "Çok nadir durumlarda, bloglarda iki farklı problem baş gösterebiliyor:
Anasayfanın bir zip dosyası halinde inebilir.
Anasayfa olarak sabit bir sayfa göstermeyi seçtiyseniz ve kalıcı bağlantı yapınız /%category%/%postname%/ şeklindeyse, anasayfa diye başka bir sayfa önbelleklenebilir.
"
+
+ #: wp-cache.php:1560
+ msgid "I’m 99% certain that they aren’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’re worried. You will be emailed if there is a problem."
+ msgstr "WP Super Cache eklentisinde hata bulunmadığından aşağı yukarı eminim, varsa da çok nadir durumlarda görülüyordur ama bu konuda endişeleriniz varsa 5 dakikada bir kontrol edip sitenizin çalışır durumda olduğunu görebilirsiniz. Bir sorun çıkarsa size e-posta yollanacaktır."
+
+ #: wp-cache.php:1562
+ msgid "Check front page every 5 minutes."
+ msgstr "5 dakikada bir ön sayfayı kontrol edin."
+
+ #: wp-cache.php:1563
+ msgid "Front page text"
+ msgstr "Ön sayfa yazısı"
+
+ #: 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 "Anasayfanızda aranacak metin - eğer bu metin anasayfada bulunamazsa önbellek temizlenir. Devre dışı bırakmak için boş bırakın."
+
+ #: wp-cache.php:1564
+ msgid "Clear cache on error."
+ msgstr "Bir hatayla karşılaşıldığında önbelleği temizle."
+
+ #: wp-cache.php:1565
+ msgid "Email the blog admin when checks are made. (useful for testing)"
+ msgstr "Kontroller yapıldığında blog sahibine e-posta gönder. (test etmek için yararlı bir özellik)"
+
+ #: wp-cache.php:1579
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
+ msgstr "Hata: GZIP sıkıştırması etkin; wp-cache'i kullanabilmek için lütfen bu ayarı etkisizleştirin."
+
+ #: wp-cache.php:1626
+ #: wp-cache.php:1792
+ msgid "Warning"
+ msgstr "Uyarı"
+
+ #: wp-cache.php:1626
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
+ msgstr "GZIP sıkıştırması Wordpress için etkin durumda, onu etkisizleştirene kadar wp-cache atlanacak."
+
+ #: wp-cache.php:1688
+ #: wp-cache.php:1693
+ #: wp-cache.php:1725
+ #: wp-cache.php:1730
+ #: wp-cache.php:1736
+ msgid "Error"
+ msgstr "Hata"
+
+ #: wp-cache.php:1688
+ msgid "Your cache directory ($cache_path) did not exist and couldn’t be created by the web server. Check %s permissions."
+ msgstr "Önbellek dizininiz ($cache_path) bulunamadı ve sunucu tarafından da oluşturulamadı. %s dosya izinlerini kontrol edin."
+
+ #: wp-cache.php:1693
+ msgid "Your cache directory (%1$s) or %2$s need to be writable for this plugin to work. Double-check it."
+ msgstr "Önbellek dizininiz (%1$s) veya %2$s, eklentinin çalışabilmesi için yazılabilir olmalıdır. Lütfen tekrar kontrol edin."
+
+ #: wp-cache.php:1725
+ msgid "Your WP-Cache config file (%s) is out of date and not writable by the Web server.Please delete it and refresh this page."
+ msgstr "WP-Cache ayar dosyanız (%s) çok eski ve yenisi de sunucu tarafından oluşturulamıyor. Lütfen dosyayı silip bu sayfayı yenileyin."
+
+ #: wp-cache.php:1730
+ msgid "Configuration file missing and %1$s directory (%2$s) is not writable by the Web server.Check its permissions."
+ msgstr "Ayar dosyası bulunamıyor ve %1$s dizini (%2$s) sunucu tarafından yazılamıyor. Lütfen izinleri kontrol edin."
+
+ #: wp-cache.php:1736
+ msgid "Sample WP-Cache config file (%s) does not exist.Verify you installation."
+ msgstr "Örnek WP-Cache ayar dosyası (%s) yerinde yok. Lütfen yüklemenizi gözden geçirin."
+
+ #: wp-cache.php:1792
+ msgid "%s/advanced-cache.php does not exist or cannot be updated."
+ msgstr "%s/advanced-cache.php bulunamadı veya güncellenemiyor."
+
+ #: wp-cache.php:1793
+ msgid "1. If it already exists please delete the file first."
+ msgstr "1. Eğer hala varsa lütfen ilk satırı silin."
+
+ #: wp-cache.php:1794
+ msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (chmod 777 %1$s) and refresh this page. This is only a temporary measure and you’ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
+ msgstr "2. %1$s dizinini, FTP veya sunucu yazılımınızla yazılabilir hale getirin (chmod 777 %1$s) ve sayfayı yenileyin. Bu yalnızca geçici bir işlem; sonrasında ayarı geri almanız gerekecek (bu sefer 777 yerine 755 ile chmod'layın)"
+
+ #: wp-cache.php:1795
+ msgid "3. Refresh this page to update %s/advanced-cache.php"
+ msgstr "3. %s/advanced-cache.php dosyasını güncellemek için bu sayfayı yenileyin."
+
+ #: wp-cache.php:1796
+ msgid "If that doesn’t work, make sure the file %s/advanced-cache.php doesn’t exist:"
+ msgstr "Eğer bu çalışmazsa, %s/advanced-cache.php dosyasının var olmadığından emin olun:"
+
+ #: wp-cache.php:1797
+ msgid "
1. Open %1$s$wp_cache_file in a text editor.
2. Change the text CACHEHOME to %2$s
3. Save the file and copy it to %3$s and refresh this page.
"
+ msgstr "
1. %1$s$wp_cache_file dosyasını bir düzenleyicide açın.
2. CACHEHOME metnini %2$s ile deÄŸiÅŸtirin.
3. Dosyayı kaydedin ve %3$s dizinine aktarın; sonra sayfayı yenileyin.
"
+
+ #: wp-cache.php:1820
+ msgid "
WP_CACHE constant set to false
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:
define('WP_CACHE', true);
"
+ msgstr "
WP_CACHE sabiti 'false' deÄŸerinde
WP_CACHE sabiti, önbelleklenmiş dosyaları sunmak için gerekli kodun sağlanıp sağlanmayacağına karar verir. Ne yazık ki bu şu anda 'false' konumunda. Lütfen wp-config.php dosyanızı açın ve require_once diye başlayan son satırdan hemen önce bu kodu ekleyin (veya bu kodun bir benzeri varsa onu bu şekilde düzenleyin) :
define('WP_CACHE', true);
"
+
+ #: wp-cache.php:1822
+ msgid "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it."
+ msgstr "Hata: WP_CACHE, wp-config.php dosyanızda etkin değil ve ben dosyayı düzenleyemiyorum."
+
+ #: wp-cache.php:1823
+ msgid "Edit %s and add the following line: define('WP_CACHE', true); Otherwise, WP-Cache will not be executed by WordPress core. "
+ msgstr "%s kodunu düzenleyin ve şu satırı ekleyin: define('WP_CACHE', true); Bu olmadan, WP-Cache çalışmayacaktır."
+
+ #: wp-cache.php:1827
+ msgid "
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the FAQ. The WP_CACHE line must be moved up."
+ msgstr "
WP_CACHE sabiti, wp-config.php dosyasına eklendi
Bu uyarı mesajını görmeye devam ederseniz lütfen FAQ sayfasındaki 5. maddeye bakın. WP_CACHE ile ilgili satır yukarı kaymış olmalı."
+
+ #: wp-cache.php:1851
+ msgid "Cache Contents"
+ msgstr "Önbellek İçeriği"
+
+ #: wp-cache.php:1854
+ msgid "Object cache in use. No cache listing available."
+ msgstr "Nesne önbellekleme devrede, listelenecek önbellek yok."
+
+ #: wp-cache.php:1878
+ msgid "Deleting supercache file: %s "
+ msgstr "Şu supercache dosyası siliniyor: %s "
+
+ #: wp-cache.php:1895
+ msgid "Deleting wp-cache file: %s "
+ msgstr "Şu wp-cache dosyası siliniyor: %s "
+
+ #: 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 "Önbellek istatistikleri otomatik olarak üretilmez. Aşağıdaki bağlantıya tıklayarak istatistikleri bu sayfaya yeniden yüklemelisiniz."
+
+ #: wp-cache.php:1961
+ msgid "Regenerate cache stats"
+ msgstr "Önbellek istatistiklerini güncelle"
+
+ #: wp-cache.php:1963
+ msgid "Cache stats last generated: %s minutes ago."
+ msgstr "Önbellek istatistiklerinin son güncellenişi: %s dakika önce."
+
+ #: wp-cache.php:1969
+ msgid "WP-Cache"
+ msgstr "WP-Cache"
+
+ #: wp-cache.php:1970
+ #: wp-cache.php:1985
+ msgid "%s Cached Pages"
+ msgstr "%s Önbellekli Dosya"
+
+ #: wp-cache.php:1971
+ #: wp-cache.php:1990
+ msgid "%s Expired Pages"
+ msgstr "%s Süresi Dolmuş Sayfa"
+
+ #: wp-cache.php:1984
+ msgid "WP-Super-Cache"
+ msgstr "WP-Super-Cache"
+
+ #: wp-cache.php:1994
+ msgid "Fresh WP-Cached Files"
+ msgstr "Yeni Önbellekli Dosyalar"
+
+ #: wp-cache.php:1995
+ #: wp-cache.php:2011
+ #: wp-cache.php:2027
+ #: wp-cache.php:2043
+ msgid "URI"
+ msgstr "Adres"
+
+ #: wp-cache.php:1995
+ #: wp-cache.php:2011
+ msgid "Key"
+ msgstr "Anahtar"
+
+ #: wp-cache.php:1995
+ #: wp-cache.php:2011
+ #: wp-cache.php:2027
+ #: wp-cache.php:2043
+ msgid "Age"
+ msgstr "YaÅŸ"
+
+ #: wp-cache.php:1995
+ #: wp-cache.php:2011
+ #: wp-cache.php:2027
+ #: wp-cache.php:2043
+ msgid "Delete"
+ msgstr "Sil"
+
+ #: wp-cache.php:2010
+ msgid "Stale WP-Cached Files"
+ msgstr "Süresi Dolmuş Önbellekli Dosyalar"
+
+ #: wp-cache.php:2026
+ msgid "Fresh Super Cached Files"
+ msgstr "Yeni Süper-Önbellekli Dosyalar"
+
+ #: wp-cache.php:2042
+ msgid "Stale Super Cached Files"
+ msgstr "Süresi Dolmuş Süper-Önbellekli Dosyalar"
+
+ #: wp-cache.php:2058
+ msgid "Hide file list"
+ msgstr "Dosya listesini gizle"
+
+ #: wp-cache.php:2060
+ msgid "Too many cached files, no listing possible."
+ msgstr "Çok fazla önbelleklenen sayfa var, listeleme yapılamaz."
+
+ #: wp-cache.php:2062
+ msgid "List all cached files"
+ msgstr "Önbelleğe alınmış tüm dosyaları göster"
+
+ #: wp-cache.php:2068
+ msgid "Garbage Collection Last GC was %s minutes ago "
+ msgstr "Çöp Toplama Son çöp toplama %s dakika önce yapıldı "
+
+ #: wp-cache.php:2069
+ msgid "Next GC in %s minutes"
+ msgstr "Sonraki çöp toplama %s dakika sonra"
+
+ #: 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 "Zaman aşımına uğrayan sayfalar %s saniyeden daha eski. Hala eklenti tarafından kullanılıyorlar ve düzenli aralıklarla siliniyor."
+
+ #: wp-cache.php:2083
+ msgid "Delete Expired"
+ msgstr "Süresi Dolan Önbelleği Temizle"
+
+ #: wp-cache.php:2101
+ msgid "Delete Super Cache cached files (opens in new window)"
+ msgstr "Super Cache ile önbelleklenmiş dosyaları silin (yeni pencerede açılır)"
+
+ #: wp-cache.php:2240
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
+ msgstr "%1$s, %2$s eklentisi sayesinde daÄŸ gibi saÄŸlam!"
+
+ #: wp-cache.php:2273
+ msgid "WP Super Cache must be configured. Go to the admin page to enable and configure the plugin."
+ msgstr "WP Super Cache ayarları yapılmamış. Ayarlar sayfasına gidip ayarlarını yapmalısınız."
+
+ #: wp-cache.php:2279
+ msgid "Settings"
+ msgstr "Ayarlar"
+
+ #: wp-cache.php:2289
+ msgid "WP Super Cache is disabled. Please go to the plugin admin page to enable caching."
+ msgstr "WP Super Cache pasif durumda. Önbelleklemeye devam etmek için lütfen ayarlar sayfasına gidip etkinleştirin."
+
+ #: wp-cache.php:2292
+ msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.
Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
+ msgstr "Uyarı! WP Super Cache önbellekleme bozuk! advanced-cache.php betiği wp-cache-phase1.php dosyasını yükleyemiyor.
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:
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:
"
+
+ #: wp-cache.php:1826
+ msgid "Error: WP_CACHE is not enabled in your wp-config.php file and I couldn’t modify it."
+ msgstr "éŒ¯èª¤ï¼šåœ¨ä½ çš„ wp-config.php 檔案裡 WP_CACHE 是åœç”¨ç‹€æ…‹ï¼Œä¸”無法修改。"
+
+ #: wp-cache.php:1827
+ msgid "Edit %s and add the following line: define('WP_CACHE', true); Otherwise, WP-Cache will not be executed by WordPress core. "
+ msgstr "編輯 %s ä¸¦åŠ å…¥ä»¥ä¸‹åŽŸå§‹ç¢¼ï¼š define('WP_CACHE', true); å¦å‰‡ï¼ŒWP-Cache 將無法被 WordPress æ ¸å¿ƒåŸ·è¡Œã€‚"
+
+ #: wp-cache.php:1831
+ msgid "
WP_CACHE constant added to wp-config.php
If you continue to see this warning message please see point 5 of the FAQ. The WP_CACHE line must be moved up."
+ msgstr "
WP_CACHE 䏿–·è¢«æ–°å¢žåˆ° wp-config.php
å¦‚æžœä½ æŒçºŒçœ‹åˆ°æ¤è¦å‘Šè¨Šæ¯ï¼Œè«‹åƒé–± FAQ 第五點。WP_CACHE åŽŸå§‹ç¢¼å¿…é ˆå¾€å‰ç§»å‹•。"
+
+ #: wp-cache.php:1855
+ msgid "Cache Contents"
+ msgstr "å¿«å–內容"
+
+ #: wp-cache.php:1858
+ msgid "Object cache in use. No cache listing available."
+ msgstr "æ£åœ¨ä½¿ç”¨Objectå¿«å–ã€‚ç„¡æ³•é¡¯ç¤ºå¿«å–æ¸…單。"
+
+ #: wp-cache.php:1882
+ msgid "Deleting supercache file: %s "
+ msgstr "刪除supercache檔案:%s "
+
+ #: wp-cache.php:1899
+ msgid "Deleting wp-cache file: %s "
+ msgstr "刪除wp-cache檔案:%s "
+
+ #: wp-cache.php:1964
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
+ msgstr "å¿«å–çµ±è¨ˆä¸æœƒè‡ªå‹•ç”¢ç”Ÿï¼Œä½ å¿…é ˆé»žæ“Šä»¥ä¸‹çš„é€£çµï¼Œæœ¬é çš„çµ±è¨ˆè³‡æ–™æ‰æœƒé‡æ–°ç”¢ç”Ÿã€‚"
+
+ #: wp-cache.php:1965
+ msgid "Regenerate cache stats"
+ msgstr "釿–°ç”¢ç”Ÿå¿«å–統計"
+
+ #: wp-cache.php:1967
+ msgid "Cache stats last generated: %s minutes ago."
+ msgstr "å¿«å–統計最後產生時間:%s分é˜ä»¥å‰ã€‚"
+
+ #: wp-cache.php:1973
+ msgid "WP-Cache"
+ msgstr "WP-Cache"
+
+ #: wp-cache.php:1974
+ #: wp-cache.php:1989
+ msgid "%s Cached Pages"
+ msgstr "%s 個é é¢å·²å¿«å–"
+
+ #: wp-cache.php:1975
+ #: wp-cache.php:1994
+ msgid "%s Expired Pages"
+ msgstr "%s 個é é¢å·²éŽæœŸ"
+
+ #: wp-cache.php:1988
+ msgid "WP-Super-Cache"
+ msgstr "WP-Super-Cache"
+
+ #: wp-cache.php:1998
+ msgid "Fresh WP-Cached Files"
+ msgstr "新的 WP-Cached 檔案"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ #: wp-cache.php:2031
+ #: wp-cache.php:2047
+ msgid "URI"
+ msgstr "URI ç¶²å€"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ msgid "Key"
+ msgstr "é—œéµå—"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ #: wp-cache.php:2031
+ #: wp-cache.php:2047
+ msgid "Age"
+ msgstr "時間(秒)"
+
+ #: wp-cache.php:1999
+ #: wp-cache.php:2015
+ #: wp-cache.php:2031
+ #: wp-cache.php:2047
+ msgid "Delete"
+ msgstr "刪除"
+
+ #: wp-cache.php:2014
+ msgid "Stale WP-Cached Files"
+ msgstr "舊的 WP-Cached 檔案"
+
+ #: wp-cache.php:2030
+ msgid "Fresh Super Cached Files"
+ msgstr "新的 Super Cached 檔案"
+
+ #: wp-cache.php:2046
+ msgid "Stale Super Cached Files"
+ msgstr "舊的 Super Cached 檔案"
+
+ #: wp-cache.php:2062
+ msgid "Hide file list"
+ msgstr "éš±è—æª”案清單"
+
+ #: wp-cache.php:2064
+ msgid "Too many cached files, no listing possible."
+ msgstr "å¿«å–æª”案éŽå¤šï¼Œç„¡æ³•列出。"
+
+ #: wp-cache.php:2066
+ msgid "List all cached files"
+ msgstr "åˆ—å‡ºæ‰€æœ‰å¿«å–æª”案"
+
+ #: wp-cache.php:2072
+ msgid "Garbage Collection Last GC was %s minutes ago "
+ msgstr "垃圾收集 上次垃圾收集於 %s 分é˜å‰ "
+
+ #: wp-cache.php:2073
+ msgid "Next GC in %s minutes"
+ msgstr "下次垃圾收集於 %s 分é˜å¾Œ"
+
+ #: wp-cache.php:2076
+ 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:2087
+ msgid "Delete Expired"
+ msgstr "åˆªé™¤éŽæœŸæª”案"
+
+ #: wp-cache.php:2105
+ msgid "Delete Super Cache cached files (opens in new window)"
+ msgstr "刪除 Super Cache å¿«å–æª”案(在新視窗打開)"
+
+ #: wp-cache.php:2244
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
+ msgstr "%1$s 使用的快å–程å¼ç‚º %2$s"
+
+ #: wp-cache.php:2277
+ msgid "WP Super Cache must be configured. Go to the admin page to enable and configure the plugin."
+ msgstr "WP Super Cache å¿…é ˆè¨å®šã€‚è«‹å‰å¾€ç®¡ç†å¾Œå°å•Ÿç”¨å’Œè¨å®šå¤–掛。"
+
+ #: wp-cache.php:2283
+ msgid "Settings"
+ msgstr "è¨å®š"
+
+ #: wp-cache.php:2293
+ msgid "WP Super Cache is disabled. Please go to the plugin admin page to enable caching."
+ msgstr "WP Super Cache åœç”¨ã€‚è«‹å‰å¾€ 外掛管ç†å“¡å•Ÿç”¨å¿«å–。"
+
+ #: wp-cache.php:2296
+ msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.
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。
wp-content and wp-includes 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 origin pull.', 'wp-super-cache' ); ?>
+
CDN Sync Tool
plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the plugin support forum 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' ); ?>
+
WARNING:
Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes.', 'wp-super-cache' ), '' . $example_cdn_uri . '' ); ?>
+
+
+
OSSDL CDN Off Linker by Mark Kubacki', 'wp-super-cache' ); ?>
' . __('WPTouch plugin detected! Please go to the Supercache plugins page and enable the WPTouch helper plugin.', 'wp-super-cache' ) . '
';
+ }
+ function wp_super_cache_wptouch_exists() {
+ global $cache_wptouch;
+ if ( $cache_wptouch == 1 )
+ return false;
+
+ if ( is_admin() && function_exists( 'wptouch_get_plugin_dir_name' ) )
+ add_action( 'admin_notices', 'wp_super_cache_wptouch_notice' );
+ }
+
+ if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wpsupercache' ) {
+ add_cacheaction( 'add_cacheaction', 'wp_super_cache_wptouch_exists' );
+ }
+
+ // disable mobile checking if
+ function wp_super_cache_maybe_disable_wptouch( $t ) {
+ global $cache_wptouch, $wptouch_exclude_ua;
+ if ( $cache_wptouch != 1 )
+ return false;
+
+ if ( isset( $_COOKIE[ 'wptouch_switch_toggle' ] ) && $_COOKIE['wptouch_switch_toggle'] == 'normal' )
+ return true;
+
+ $ua = explode( ",", $wptouch_exclude_ua );
+ foreach( $ua as $agent ) {
+ if ( preg_match( "#$agent#i", $_SERVER[ 'HTTP_HOST' ] ) )
+ return true; // disable mobile ua check if matches the exclude list in wptouch
+ }
+
+ return false;
+
+ }
+
+ add_cacheaction( 'disable_mobile_check', 'wp_super_cache_maybe_disable_wptouch' );
+
+ function wp_super_cache_wptouch_browsers( $browsers ) {
+ global $cache_wptouch, $wptouch_exclude_ua, $wp_cache_config_file;
+
+ if ( false == function_exists( 'bnc_wptouch_get_exclude_user_agents' ) || false == function_exists( 'bnc_wptouch_get_user_agents' ) )
+ return $browsers;
+
+ $browsers = implode( ',', bnc_wptouch_get_exclude_user_agents() ); // hack, support exclude agents too
+ if ( $browsers != $wptouch_exclude_ua ) {
+ wp_cache_replace_line('^ *\$wptouch_exclude_ua', "\$wptouch_exclude_ua = '$browsers';", $wp_cache_config_file);
+ $wptouch_exclude_ua = $browsers;
+ }
+
+ return bnc_wptouch_get_user_agents();
+ }
+
+ function wp_super_cache_wptouch_prefixes( $prefixes ) {
+ return array(); // wptouch doesn't support UA prefixes
+ }
+
+ function wp_super_cache_wptouch_cookie_check( $cache_key ) {
+ if ( false == isset( $_COOKIE[ 'wptouch_switch_toggle' ] ) )
+ return $cache_key;
+ if ( $_COOKIE[ 'wptouch_switch_toggle' ] == 'normal' || $_COOKIE[ 'wptouch_switch_toggle' ] == 'mobile' )
+ return $_COOKIE[ 'wptouch_switch_toggle' ];
+
+ return $cache_key;
+ }
+
+ if ( $cache_wptouch == 1 ) {
+ add_cacheaction( 'wp_super_cache_mobile_browsers', 'wp_super_cache_wptouch_browsers' );
+ add_cacheaction( 'wp_super_cache_mobile_prefixes', 'wp_super_cache_wptouch_prefixes' );
+ add_cacheaction( 'wp_cache_check_mobile', 'wp_super_cache_wptouch_cookie_check' );
+ }
+ ?>
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/readme.txt /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/readme.txt
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/readme.txt 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/readme.txt 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,563 ----
+ === WP Super Cache ===
+ Contributors: donncha, automattic
+ Tags: performance,caching,wp-cache,wp-super-cache,cache
+ Tested up to: 3.4
+ Stable tag: 1.1
+ Requires at least: 3.0
+
+ A very fast caching engine for WordPress that produces static html files.
+
+ == Description ==
+ This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.
+
+ The static html files will be served to the vast majority of your users, but because a user's details are displayed in the comment form after they leave a comment those requests are handled by the legacy caching engine. Static files are served to:
+
+ 1. Users who are not logged in.
+ 2. Users who have not left a comment on your blog.
+ 3. Or users who have not viewed a password protected post.
+
+ 99% of your visitors will be served static html files. Those users who don't see the static files will still benefit because they will see 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.
+
+ 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. 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 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:
+
+ 1. PHP caching.
+ 2. Compress pages.
+ 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 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.
+
+ See the [WP Super Cache homepage](http://ocaoimh.ie/wp-super-cache/) for further information. [Developer documentation](http://ocaoimh.ie/wp-super-cache-developers/) is also available for those who need to interact with the cache or write plugins.
+
+ The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is a good place to start if you want to know what has changed since you last downloaded the plugin.
+
+ Interested in translating WP Super Cache to your language? Grab the [development version](http://downloads.wordpress.org/plugin/wp-super-cache.zip) where you will find an up to date wp-super-cache.pot. Send any translation files to donncha @ ocaoimh.ie and thank you!
+
+ The cache directory, usually wp-content/cache/ is only for temporary files. Do not ever put important files or symlinks to important files or directories in that directory. They will be deleted if the plugin has write access to them.
+
+ == Upgrade Notice ==
+
+ = 1.1 =
+ Lots of bugfixes
+
+ == Changelog ==
+
+ = 1.1 =
+ * Use $_SERVER[ 'SERVER_NAME' ] to create cache directories.
+ * Only create blogs cached directories if valid requests and blogs exist.
+ * Only clear current blog's cache files if navigation menu is modified
+ * Added clean_post_cache action to clear cache on post actions
+ * Removed garbage collection details on Contents tab
+ * Added wp_cache_check_mobile cacheaction filter to shortcircuit mobile device check.
+ * Don't delete cache files for draft posts
+ * Added action on wp_trash_post to clear the cache when trashed posts are deleted
+ * Show a warning when 304 browser caching is disabled (because mod_rewrite caching is on)
+ * New check for safe mode if using less that PHP 5.3.0
+ * Added wp_supercache_remove_cookies filter to disable anonymous browsing mode.
+ * Fixed garbage collection schedule dropdown
+ * Fixed preload problem clearing site's cache on "page on front" sites.
+ * Fix for PHP variable not defined warnings
+ * Fixed problem refreshing cache when comments made as siteurl() sometimes didn't work
+ * Preloading of taxonomies is now optional
+ * Domain mapping fixes.
+ * Better support for https sites. Remove https:// to get cache paths.
+ * Added AddDefaultCharset .htaccess rule back in and added an option to remove it if required.
+ * Added multisite plugin that adds a "Cached" column to Network->Sites to disable caching on a per site basis.
+ * Added WPTouch plugin to modify browser and prefix list in mobile detection code. Added support for that plugin's exclude list.
+ * Fixed cache tester
+ * Filter the tags that are used to detect end-of-page using the wp_cache_eof_tags filter.
+ * Removed debug level from logging as it wasn't helpful.
+ * Removed mention of wp-minify.
+
+ = 1.0 =
+ * Removed AddDefaultCharset .htaccess rule
+ * Fixed problem with blogs in a folder and don't have a trailing slash
+ * New scheduling of garbage collection
+ * Added a "Delete cache" link to admin bar to delete cache of current page.
+ * Updated documentation
+ * Sorry Digg, Stephen Fry power now!
+ * Updated translations
+ * Preload taxonomies and all post types except revisionsand nav menu items
+ * Fixed previews by logged in users.
+ * Added option to make logged in users anonymous
+ * Use WP 3.0 variables to detect multisite installs
+ * Hash filenames so files are served from the same CDNs
+
+ = 0.9.9.9 =
+ * Fixed typo, is_front_page.
+ * Serve repeated static files from the same CDN hostname.
+ * Updated translations.
+ * Make supercache dir lowercase to avoid problems with unicode URLs.
+ * Add option to skip https loaded static content.
+ * Remove 5 second check on age of existing cache files. Should help with posts that get lots of comments and traffic.
+ * Lots of bugs fixed.
+
+ = 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)
+ * Added French & German translations, updated Italian translation and fixed translation strings.
+ * Sleep 4 seconds between preload urls to reduce load on the server
+ * Updated docs and FAQs.
+
+ = 0.9.9.5 =
+ * Disable compression on on easy setup page. Still causes problems on some hosts.
+ * Remove footerlink on easy setup page.
+ * Don't delete mod_rewrite rules when caching is disabled.
+ * Don't stop users using settings page when in safe mode.
+
+ = 0.9.9.4 =
+ * Settings page split into tabbed pages.
+ * Added new "Easy" settings page for new users.
+ * New PHP caching mode to serve supercached files.
+ * Mobile support fixes.
+ * Added Domain mapping support plugin.
+ * Added "awaiting moderation" plugin that removes that text from posts.
+ * Terminology change. Changed "half on" to "legacy caching".
+ * Fixed cache tester on some installs of WordPress.
+ * Updated documentation
+ * Added $wp_super_cache_lock_down config variable to hide lockdown and directly cached pages admin items.
+ * Preloaded checks if it has stalled and reschedules the job to continue.
+ * Serve the gzipped page when first cached if the client supports compression.
+ * Lots more bug fixes..
+
+ = 0.9.9.3 =
+ * Fixed division by zero error in half on mode.
+ * Always show "delete cache" button.
+ * Fixed "Update mod_rewrite rules" button.
+ * Minor text changes to admin page.
+
+ = 0.9.9.2 =
+ * Forgot to change version number in wp-cache.php
+
+ = 0.9.9.1 =
+ * Added preloading of static cache.
+ * Better mobile plugin support
+ * .htaccess rules can be updated now. Added wpsc_update_htaccess().
+ * Fixed "page on front" cache clearing bug.
+ * Check for wordpress_logged_in cookie so test cookie isn't detected.
+ * Added clear_post_supercache() to clear supercache for a single post.
+ * Put quotes around rewrite rules in case paths have spaces.
+
+ = 0.9.9 =
+ * Added experimental object cache support.
+ * Added Chinese(Traditional) translation by Pseric.
+ * Added FAQ on WP-Cache vs Supercache files.
+ * Use Supercache file if WP-Cache file not found. Useful if mod_rewrite rules are broken or not working.
+ * Get mobile browser list from WP Mobile Edition if found. Warn user if .htaccess out of date.
+ * Make sure writer lock is unlocked after writing cache files.
+ * Added link to developer docs in readme.
+ * Added Ukranian translation by Vitaly Mylo.
+ * Added Upgrade Notice section to readme.
+ * Warn if zlib compression in PHP is enabled.
+ * Added compression troubleshooting answer. Props Vladimir (http://blog.sjinks.pro/)
+ * Added Japanese translation by Tai (http://tekapo.com/)
+ * Updated Italian translation.
+ * Link to WP Mobile Edition from admin page for mobile support.
+
+ = 0.9.8 =
+ * Added Spanish translation by Omi.
+ * Added Italian translation by Gianni Diurno.
+ * Addded advanced debug code to check front page for category problem. Enable by setting $wp_super_cache_advanced_debug to 1 in the config file.
+ * Fixed wordpress vs wordpress_logged_in cookie mismatch in cookie checking function.
+ * Correctly check if WP_CACHE is set or not. PHP is weird.
+ * Added wp_cache_clear_cache() to clear out cache directory.
+ * Only show logged in message when debugging enabled.
+ * Added troubleshooting point 20. PHP vs Apache user.
+ * Fixed problem deleting cache file.
+ * Don't delete cache files when moderated comments are deleted.
+
+
+ = 0.9.7 =
+ * Fixed problem with blogs in folders.
+ * Added cache file listing and delete links to admin page.
+ * Added "Newest Cached Pages" listing in sidebox.
+ * Made admin page translatable.
+ * Added "How do I make certain parts of the page stay dynamic?" to FAQ.
+ * Advanced: added "late init" feature so that plugin activates on "init". Set $wp_super_cache_late_init to true in config file to use.
+ * Disable supercaching when GET parameters present instead of disabling all caching. Disable on POST (as normal) and preview.
+ * Fixed problem with cron job and mutex filename.
+ * Warn users they must enable mobile device support if rewrite rules detected. Better detection of when to warn that .htaccess rules must be updated (no need when rewrite rules not present)
+ * Advanced: Added "wpsupercache_404" filter. Return true to cache 404 error pages.
+ * Use the wordpress_test_cookie in the cache key.
+ * Show correct number of cache files when compression off.
+ * Fixed problem with PHP safe_mode detection.
+ * Various bugfixes and documentation updates. See Changelog.txt
+
+ = 0.9.6.1 =
+ * Move "not logged in" message init below check for POST.
+ * Add is_admin() check so plugin definitely can't cache the backend.
+ * Add "do not cache" page type to admin page.
+
+ = 0.9.6 =
+ * Add uninstall.php uninstall script.
+ * Updated cache/.htaccess rules (option to upgrade that)
+ * Added FAQ about category and static homepage problem.
+ * Add wp_cache_user_agent_is_rejected() back to wp-cache-phase2.php
+ * Show message for logged in users when caching disable for them.
+ * Check filemtime on correct supercache file
+
+ = 0.9.5 =
+ * Show next and last GC times in minutes, not local time.
+ * Don't serve wp_cache cache files to rejected user agents. Supercache files are still served to them.
+ * If enabled, mobile support now serves php cached files to mobile clients and static cached files to everyone else.
+ * Added checks for "WPSC_DISABLE_COMPRESSION" and "WPSC_DISABLE_LOCKING" constants to disable compression and file locking. For hosting companies primarily.
+ * Added check for DONOTCACHEPAGE constant to avoid caching a page.
+ * Use PHP_DOCUMENT_ROOT when creating .htaccess if necessary.
+
+ = 0.9.4.3 =
+ 1. Added "Don't cache for logged in users" option.
+ 2. Display file size stats on admin page.
+ 3. Clear the cache when profile page is updated.
+ 4. Don't cache post previews.
+ 5. Added backslashes to rejected URI regex list.
+ 6. Fixed problems with posts and comments not refreshing.
+
+ == Installation ==
+ 1. You should have the Apache mod mime and mod rewrite modules installed and WordPress custom permalinks (Settings->Permalinks) enabled. PHP safe mode should be disabled. If any of those are missing or off you can still use PHP or legacy caching.
+ 2. If you have WP-Cache installed already, please disable it. Edit wp-config.php and make sure the WP_CACHE define is deleted, and remove the files wp-content/wp-cache-config.php and wp-content/advanced-cache.php. These will be recreated when you install this plugin.
+ 3. Upload this directory to your plugins directory. It will create a 'wp-content/plugins/wp-super-cache/' directory.
+ 4. If you are using WordPress MU or WordPress Multisite you can install the plugin in the ordinary plugins folder and activate it "network wide".
+ 5. WordPress users should go to their Plugins page and activate "WP Super Cache".
+ 6. Now go to Settings->WP Super Cache and enable caching. If you see an error message or a blank screen see the "FAQ" section later in this readme for instructions.
+ 7. If you choose "Mod Rewrite caching", mod_rewrite rules will be inserted into your .htaccess file. Look in your web root directory for this file. It should look similar to this:
+
+ `-----------------.htaccess-----------------`
+ `RewriteEngine On`
+ `RewriteBase /`
+
+ `RewriteCond %{REQUEST_METHOD} !=POST`
+ `RewriteCond %{QUERY_STRING} !.*=.*`
+ `RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
+ `RewriteCond %{HTTP:Accept-Encoding} gzip`
+ `RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*`
+ `RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f`
+ `RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]`
+
+ `RewriteCond %{REQUEST_METHOD} !=POST`
+ `RewriteCond %{QUERY_STRING} !.*=.*`
+ `RewriteCond %{QUERY_STRING} !.*attachment_id=.*`
+ `RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
+ `RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).*`
+ `RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f`
+ `RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]`
+
+ `RewriteCond %{REQUEST_FILENAME} !-f`
+ `RewriteCond %{REQUEST_FILENAME} !-d`
+ `RewriteRule . /index.php [L]`
+ `-----------------.htaccess-----------------`
+ 8. After you have enabled the plugin, look for the file "wp-content/cache/.htaccess". If it's not there you must create it. It should read:
+
+ `# BEGIN supercache`
+ ``
+ ` `
+ ` ForceType text/html`
+ ` FileETag None`
+ ` `
+ ` AddEncoding gzip .gz`
+ ` AddType text/html .gz`
+ ``
+ ``
+ ` SetEnvIfNoCase Request_URI \.gz$ no-gzip`
+ ``
+ ``
+ ` Header set Cache-Control 'max-age=3, must-revalidate'`
+ ``
+ ``
+ ` ExpiresActive On`
+ ` ExpiresByType text/html A3`
+ ``
+ ``
+ `# END supercache`
+ 9. Apache must be configured to allow the modules above. If you receive a "500 internal error" when serving requests to anonymous users you need to dig into your Apache configuration. This configuration in my virtual host works for me:
+
+ ``
+ `AllowOverride All`
+ ``
+ 10. wp-content/advanced-cache.php loads the caching engine. This file is generated by the plugin. Make sure the path in the include_once() is correct.
+
+ == How to uninstall WP Super Cache ==
+
+ 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. 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 );`
+ 2. Remove the rules (see above) that the plugin wrote to the .htaccess file in your root directory.
+ 3. Delete the wp-super-cache folder in the plugins folder.
+ 4. Optionally delete advanced-cache.php, wp-cache-config.php and the cache folder in wp-content/.
+
+ == Frequently Asked Questions ==
+
+ = How do I know my blog is being cached? =
+
+ 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 Live HTTP Headers 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.
+
+ = Legacy (WP-Cache) vs Supercache files =
+
+ WP-Cache files are stored in wp-content/cache/ (or on MU sites in a blogs sub directory) and are named wp-cache-XXXXXXXXXXXXXXXXX.html. Associated meta files are stored in a meta sub directory. Those files contain information about the cached file. These files are generated by the "legacy caching" code in the plugin.
+ Supercache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTNAME is your domain name. The files are stored in directories matching your site's permalink structure.
+
+ = Why is WP-Super-Cache better than WP-Cache? =
+
+ This plugin is based on the excellent WP-Cache plugin. 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? =
+
+ Comments will show as soon as they are moderated, depending on the comment policy of the blog owner. Other dynamic elements on a page may not update unless they are written in Javascript, Flash, Java or another client side browser language. The plugin really produces static html pages. No PHP is executed when those pages are served. "Popularity Contest" is one such plugin that will not work.
+
+ = Will the Super Cache compression slow down my server? =
+
+ No, it will do the opposite. Super Cache files are compressed and stored that way so the heavy compression is done only once. These files are generally much smaller and are sent to a visitor's browser much more quickly than uncompressed html. As a result, your server spends less time talking over the network which saves CPU time and bandwidth, and can also serve the next request much more quickly.
+
+ = How do I make certain parts of the page stay dynamic? =
+
+ 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.
+
+ = 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.
+
+ ``
+
+ = mfunc example =
+
+ To execute the function "function_name()":
+
+ `
+
+ `
+
+ = mclude example =
+ To include another file:
+
+ `
+
+ `
+
+ That will include file.php under the ABSPATH directory, which is the same as where your wp-config.php file is located.
+
+ Example:
+ `
+
+ `
+
+ = 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 dynamic-cached-content/mfunc/mclude code described in the previous answer to update or display dynamic information.
+
+ = What does the Cache Rebuild feature do? =
+
+ When a visitor leaves a comment the cached file for that page is deleted and the next visitor recreates the cached page. A page takes time to load so what happens if it receives 100 visitors during this time? There won't be a cached page so WordPress will serve a fresh page for each user and the plugin will try to create a cached page for each of those 100 visitors causing a huge load on your server. This feature stops this happening. The cached page is not cleared when a comment is left. It is marked for rebuilding instead. The next visitor will regenerate the cached page while the old page is served to the other 99 visitors. The page is eventually loaded by the first visitor and the cached page updated. See [this post](http://ocaoimh.ie/2009/01/23/wp-super-cache-089/) for more.
+
+ = 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. 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 =
+
+ A tiny proportion of websites will have problems with the following configuration:
+
+ 1. Uses a static page for the front page.
+ 2. Uses /%category%/%postname%/ permalink structure.
+
+ Sometimes a category page is cached as the homepage of the site instead of the static page. I can't [replicate the problem](http://wordpress.org/support/topic/237415/page/2?replies=38) but a simple solution is to switch the plugin to PHP mode. For normal traffic you will see no difference in the speed of your site. 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 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? =
+
+ That tracking adds a query string to each url linked from various sources like Twitter and feedreaders. Unfortunately it stops pages being supercached. See [Joost's comment here](http://ocaoimh.ie/remove-unused-utmsource-urls/#comment-672813) for how to turn it into an anchor tag which can be supercached.
+
+ = The plugin complains that wp-content is writable! htdocs is writable! =
+
+ It's not good when the web server can write to these directories but sometimes shared hosting accounts are set up in this way to make administration easier. Use `chmod 755 directory` to fix the permissions or find the permissions section of your ftp client. This [Google search](http://www.google.ie/search?sourceid=chrome&ie=UTF-8&q=ftp+fix+directory+permissions+755) will lead you to more information on this topic and there's also [this codex page](http://codex.wordpress.org/Changing_File_Permissions) too. Unfortunately some hosts require that those directories be writable. If that's the case just ignore this warning.
+
+ = How do I delete the WP_CACHE define from wp-config.php? =
+
+ Load your desktop ftp client and connect to your site. Navigate to the root (or the directory below it) of your site where you'll find wp-config.php. Download that file and edit it in a text editor. Delete the line `define( 'WP_CACHE', true );` and save the file. Now upload it, overwriting the wp-config.php on your server.
+
+ = How do I delete the Super Cache rules from the .htaccess file? =
+
+ Load your desktop ftp client and connect to your site. You may need to enable "Show hidden files" in the preferences of the ftp client. Navigate to the root of your site where you'll find the .htaccess file. Download that file and edit it in a text editor. Delete the lines between "# BEGIN WPSuperCache" and "# END WPSuperCache" and save the file. Now upload it, overwriting the .htaccess file on your server.
+
+ = How do I change file permissions? =
+
+ This [page](http://codex.wordpress.org/Changing_File_Permissions) on the WordPress Codex explains everything you need to know about file permissions on your server and various ways of changing them.
+
+ = Why do I get load spikes when new posts are made? =
+
+ You may have the "clear all cached files when new posts are made" option set. Clearing those files can take time plus your visitors will now be visiting uncached pages. Are you using Google Analytics campaign tracking with utm_source in the url? Those pages aren't cached. See the question, "How should I best use the utm_source tracking tools in Google Analytics with this plugin" above for how to use them properly.
+ Cached pages have to be refreshed when posts are made. Perhaps your server just isn't up to the job of serving the amount of traffic you get. Enable the "cache rebuild" feature as that may help.
+
+ = How many pages can I cache? =
+
+ The only real limit are limits defined by your server. For example, EXT2 and EXT3 allow a maximum of 31,999 sub directories so if you have a flat permalink structure (like /%POSTNAME%/) and more than 32,000 posts you may run into problems. Likewise, if you run a multisite network and have more than 31,999 sites (blogs) you won't be able to cache all of them. Realistically if you had that many active sites you wouldn't be running on one server.
+
+ = How do I serve cached mobile pages to clients on small screens like phones and tablets? =
+
+ You'll have to use a separate mobile plugin to render a page formatted for those visitors. The following plugins have been tested but YMMV depending on mobile client.
+ * [WPTouch] (http://wordpress.org/extend/plugins/wptouch/)
+ * [WordPress Mobile Edition] (http://wordpress.org/extend/plugins/wordpress-mobile-edition/)
+ * [WordPress Mobile Pack] (http://wordpress.org/extend/plugins/wordpress-mobile-pack/) (can't have "Don't cache pages for known users." enabled)
+
+
+ = Troubleshooting =
+
+ If things don't work when you installed the plugin here are a few things to check:
+
+ 1. Is wp-content writable by the web server?
+ 2. Is there a wp-content/wp-cache-config.php ? If not, copy the file wp-super-cache/wp-cache-config-sample.php to wp-content/wp-cache-config.php and make sure WPCACHEHOME points at the right place.
+ 3. Is there a wp-content/advanced-cache.php ? If not, then you must copy wp-super-cache/advanced-cache.php into wp-content/. You must edit the file and change the path so it points at the wp-super-cache folder.
+ 4. If pages are not cached at all, remove wp-content/advanced-cache.php and recreate it, following the advice above.
+ 5. Make sure the following line is in wp-config.php and it is ABOVE the "require_once(ABSPATH.'wp-settings.php');" line:
+
+ `define( 'WP_CACHE', true );`
+ 6. Try the Settings->WP Super Cache page again and enable cache.
+ 7. Look in wp-content/cache/supercache/. Are there directories and files there?
+ 8. Anything in your php error_log?
+ 9. If your browser keeps asking you to save the file after the super cache is installed you must disable Super Cache compression. Go to the Settings->WP Super Cache page and disable it there.
+ 10. The plugin does not work very well when PHP's safe mode is active. This must be disabled by your administrator.
+ 11. If pages are randomly super cached and sometimes not, your blog can probably be viewed with and without the "www" prefix on the URL. You should choose one way and install the [Enforce www preference](http://txfx.net/code/wordpress/enforce-www-preference/) plugin if you are using an old WordPress install. The latest versions redirect themselves (you should always be running the latest version of WordPress anyway!)
+ 12. Private Server users at Dreamhost should edit wp-content/wp-cache-config.php and set the cache dir to "/tmp/" if they are getting errors about increasing CPU usage. See this [discussion](http://wordpress.org/support/topic/145895?replies=42) for more.
+ 13. File locking errors such as "failed to acquire key 0x152b: Permission denied in..." or "Page not cached by WP Super Cache. Could not get mutex lock." are a sign that you may have to use file locking. Edit wp-content/wp-cache-config.php and uncomment "$use_flock = true" or set $sem_id to a different value. You can also disable file locking from the Admin screen as a last resort.
+ 14. Make sure cache/wp_cache_mutex.lock is writable by the web server if using coarse file locking.
+ 15. The cache folder cannot be put on an NFS or Samba or NAS share. It has to be on a local disk. File locking and deleting expired files will not work properly unless the cache folder is on the local machine.
+ 16. Garbage collection of old cache files won't work if WordPress can't find wp-cron.php. If your hostname resolves to 127.0.0.1 it could be preventing the garbage collection from working. Check your access_logs for wp-cron.php entries. Do they return a 404 (file not found) or 200 code? If it's 404 or you don't see wp-cron.php anywhere WordPress may be looking for that script in the wrong place. You should speak to your server administator to correct this or edit /etc/hosts on Unix servers and remove the following line. Your hostname must resolve to the external IP address other servers on the network/Internet use. See http://yoast.com/wp-cron-issues/ for more. A line like "127.0.0.1 localhost localhost.localdomain" is ok.
+
+ `127.0.0.1 myhostname.com`
+ 17. If old pages are being served to your visitors via the supercache, you may be missing Apache modules (or their equivalents if you don't use Apache). 3 modules are required: mod_mime, mod_headers and mod_expires. The last two are especially important for making sure browsers load new versions of existing pages on your site.
+ 18. The error message, "WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed!" appears at the end of every page. Open the file wp-content/advanced-cache.php in your favourite editor. Is the path to wp-cache-phase1.php correct? This file will normally be in wp-content/plugins/wp-super-cache/. If it is not correct the caching engine will not load.
+ 19. Caching doesn't work. The timestamp on my blog keeps changing when I reload. Check that the path in your .htaccess rules matches where the supercache directory is. You may have to hardcode it. Or use the plugin in PHP or legacy caching mode.
+ 20. If supercache cache files are generated but not served, check the permissions on all your wp-content/cache/supercache folders (and each of wp-content cache and supercache folders) and wp-content/cache/.htaccess. If your PHP runs as a different user to Apache and permissions are strict Apache may not be able to read the PHP generated cache files. To fix you must add the following line to your wp-config.php (Add it above the WP_CACHE define.) Then clear your cache.
+
+ `umask( 0022 );`
+ 21. If you see garbage in your browser after enabling compression in the plugin, compression may already be enabled in your web server. In Apache you must disable mod_deflate, or in PHP zlib compression may be enabled. You can disable that in three ways. If you have root access, edit your php.ini and find the zlib.output_compression setting and make sure it's "Off" or add this line to your .htaccess:
+
+ `php_flag zlib.output_compression off`
+ If that doesn't work, add this line to your wp-config.php:
+
+ `ini_set('zlib.output_compression', 0);`
+ 22. The "white screen of death" or a blank page when you visit your site is almost always caused by a PHP error but [it may also be caused by APC](http://www.johnberns.com/2010/03/19/wp-super-cache-blank-page-problem-fixed/). Disable that PHP extension if you have trouble and replace with eAccelerator or Xcache.
+ 23. After uninstalling, your permalinks may break if you remove the WordPress mod_rewrite rules too. Regenerate those rules by visiting the Settings->Permalink page and saving that form again.
+ 24. If your blog refuses to load make sure your wp-config.php is correct. Are you missing an opening or closing PHP tag?
+ 25. Your front page is ok but posts and pages give a 404? Go to Settings->permalinks and click "Save" once you've selected a custom permalink structure. You may need to manually update your .htaccess file.
+ 26. If certain characters do not appear correctly on your website your server may not be configured correctly. You need to tell visitors what character set is used. Go to Settings->Reading and copy the 'Encoding for pages and feeds' value. Edit the .htaccess file with all your Supercache and WordPress rewrite rules and add this at the top, replacing CHARSET with the copied value. (for example, 'UTF-8')
+
+ `AddDefaultCharset CHARSET`
+ 27. Use [Cron View](http://wordpress.org/extend/plugins/cron-view/) to help diagnose garbage collection and preload problems. Use the plugin to make sure jobs are scheduled and for what time. Look for the wp_cache_gc and wp_cache_full_preload_hook jobs.
+
+
+ == CDN ==
+
+ A Content Delivery Network (CDN) is usually a network of computers situated around the world that will serve the content of your website faster by using servers close to you. Static files like images, Javascript and CSS files can be served through these networks to speed up how fast your site loads. You can also create a "poor man's CDN" by using a sub domain of your domain to serve static files too.
+
+ [OSSDL CDN off-linker](http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/) has been integrated into WP Super Cache to provide basic CDN support. It works by rewriting the URLs of files (excluding .php files) in wp-content and wp-includes on your server so they point at a different hostname. Many CDNs support [origin pull](http://www.google.com/search?hl=en&q=%22origin+pull%22). This means the CDN will download the file automatically from your server when it's first requested, and will continue to serve it for a configurable length of time before downloading it again from your server.
+
+ Configure this on the "CDN" tab of the plugin settings page. This is an advanced technique and requires a basic understanding of how your webserver or CDNs work. Please be sure to clear the file cache after you configure the CDN.
+
+ == Custom Caching ==
+ It is now possible to hook into the caching process using the add_cacheaction() function.
+
+ Three hooks are available:
+
+ 1. 'wp_cache_get_cookies_values' - modify the key used by WP Cache.
+ 2. 'add_cacheaction' - runs in phase2. Allows a plugin to add WordPress hooks.
+ 3. 'cache_admin_page' - runs in the admin page. Use it to modify that page, perhaps by adding new configuration options.
+
+ There is one regular WordPress filter too. Use the "do_createsupercache" filter
+ to customize the checks made before caching. The filter accepts one parameter.
+ The output of WP-Cache's wp_cache_get_cookies_values() function.
+
+ See plugins/searchengine.php as an example I use for my [No Adverts for Friends](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.
+
+ == Updates ==
+ Updates to the plugin will be posted here, to [Holy Shmoly!](http://ocaoimh.ie/) and the [WP Super Cache homepage](http://ocaoimh.ie/wp-super-cache/) will always link to the newest version.
+
+ == Thanks ==
+ I would sincerely like to thank [John Pozadzides](http://onemansblog.com/) for giving me the idea for this, for writing the "How it works" section and for testing the plugin through 2 front page appearances on digg.com
+
+ Thanks to James Farmer and Andrew Billits of [Edu Blogs](http://edublogs.org/) fame who helped me make this more WordPress MU friendly.
+
+ Translators who did a great job converting the text of the plugin to their native language. Thank you!
+
+ * [Gianni Diurno](http://gidibao.net/) (Italian)
+ * [Omi](http://equipajedemano.info/) (Spanish)
+ * [tomchen1989](http://emule-fans.com/) (Simplified Chinese)
+ * Tai (Japanese)
+ * [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
+ * [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
+ * [Maître Mô](http://maitremo.fr/) (French)
+ * [Mathias Roth](http://trade-service.eu/) (German)
+ * Bar¿¿ Ünver (Turkish)
+ * [Elvis Fweb](http://wp.turkenichev.ru/) (Russian)
+ * Fredrik Forséll (Swedish)
+ * [Alyona Lompar](http://wwww.webhostinggeeks.com/) (Ukranian)
+ * [Nata Strazda](http://www.webhostingrating.com/) (Lithuanian)
+ * [Alexander Alexandrov](http://www.designcontest.com/) (Belarusian)
+ * [Michail Bogdanov](http://www.webhostinghub.com/) (Romanian)
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-base.php /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-base.php
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-base.php 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-base.php 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,35 ----
+ \'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) );
+ if( strpos( $request_uri, '/', 1 ) ) {
+ if( $base == '/' ) {
+ $blogcacheid = substr( $request_uri, 1, strpos( $request_uri, '/', 1 ) - 1 );
+ } else {
+ $blogcacheid = str_replace( $base, '', $request_uri );
+ $blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) );
+ }
+ if ( '/' == substr($blogcacheid, -1))
+ $blogcacheid = substr($blogcacheid, 0, -1);
+ }
+ $blogcacheid = str_replace( '/', '', $blogcacheid );
+ }
+ }
+
+ ?>
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-config-sample.php 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,81 ----
+ 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider', 5 => 'Yandex' );
+
+ $cache_rebuild_files = 1;
+
+ // Disable the file locking system.
+ // If you are experiencing problems with clearing or creating cache files
+ // uncommenting this may help.
+ $wp_cache_mutex_disabled = 1;
+
+ // Just modify it if you have conflicts with semaphores
+ $sem_id = 5419;
+
+ if ( '/' != substr($cache_path, -1)) {
+ $cache_path .= '/';
+ }
+
+ $wp_cache_mobile = 0;
+ $wp_cache_mobile_whitelist = 'Stand Alone/QNws';
+ $wp_cache_mobile_browsers = 'Android, 2.0 MMP, 240x320, AvantGo, BlackBerry, Blazer, Cellphone, Danger, DoCoMo, Elaine/3.0, EudoraWeb, hiptop, IEMobile, iPhone, iPod, KYOCERA/WX310K, LG/U990, MIDP-2.0, MMEF20, MOT-V, NetFront, Newt, Nintendo Wii, Nitro, Nokia, Opera Mini, Palm, Playstation Portable, portalmmm, Proxinet, ProxiNet, SHARP-TQ-GX10, Small, SonyEricsson, Symbian OS, SymbianOS, TS21i-10, UP.Browser, UP.Link, Windows CE, WinWAP';
+
+ // change to relocate the supercache plugins directory
+ $wp_cache_plugins_dir = WPCACHEHOME . 'plugins';
+ // set to 1 to do garbage collection during normal process shutdown instead of wp-cron
+ $wp_cache_shutdown_gc = 0;
+ $wp_super_cache_late_init = 0;
+
+ // uncomment the next line to enable advanced debugging features
+ $wp_super_cache_advanced_debug = 0;
+ $wp_super_cache_front_page_text = '';
+ $wp_super_cache_front_page_clear = 0;
+ $wp_super_cache_front_page_check = 0;
+ $wp_super_cache_front_page_notification = '0';
+
+ $wp_cache_object_cache = 0;
+ $wp_cache_anon_only = 0;
+ $wp_supercache_cache_list = 0;
+ $wp_cache_debug_to_file = 0;
+ $wp_super_cache_debug = 0;
+ $wp_cache_debug_level = 5;
+ $wp_cache_debug_ip = '';
+ $wp_cache_debug_log = '';
+ $wp_cache_debug_email = '';
+ $wp_cache_pages[ "search" ] = 0;
+ $wp_cache_pages[ "feed" ] = 0;
+ $wp_cache_pages[ "category" ] = 0;
+ $wp_cache_pages[ "home" ] = 0;
+ $wp_cache_pages[ "frontpage" ] = 0;
+ $wp_cache_pages[ "tag" ] = 0;
+ $wp_cache_pages[ "archives" ] = 0;
+ $wp_cache_pages[ "pages" ] = 0;
+ $wp_cache_pages[ "single" ] = 0;
+ $wp_cache_hide_donation = 0;
+ $wp_cache_not_logged_in = 0;
+ $wp_cache_clear_on_post_edit = 0;
+ $wp_cache_hello_world = 0;
+ $wp_cache_mobile_enabled = 0;
+ $wp_cache_cron_check = 0;
+ ?>
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-phase1.php /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-phase1.php
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-phase1.php 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-phase1.php 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,644 ----
+ ' . $cachefiledata . '\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 . ' $header) {
+ // godaddy fix, via http://blog.gneu.org/2008/05/wp-supercache-on-godaddy/ and http://www.littleredrails.com/blog/2007/09/08/using-wp-cache-on-godaddy-500-error/
+ if( strpos( $header, 'Last-Modified:' ) === false )
+ header($header);
+ }
+ header( 'WP-Super-Cache: Served legacy cache file' );
+ if ( $wp_cache_object_cache ) {
+ if ( $cache ) {
+ if ( $ungzip ) {
+ $uncompressed = gzuncompress( $cache );
+ if ( $uncompressed ) {
+ if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Uncompressed gzipped cache file from object cache", 1 );
+ $cache = $uncompressed;
+ unset( $uncompressed );
+ }
+ }
+ if ( isset( $meta[ 'dynamic' ] ) && $meta[ 'dynamic' ] ) {
+ if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Serving wp-cache dynamic file from object cache", 5 );
+ eval( '?>' . $cache . '' . $uncompressed . '' . $cache . '{$func[1]}( $value );
+ } else {
+ $value = $func( $value );
+ }
+ }
+ }
+
+ return $value;
+ }
+
+ function wp_cache_mobile_group( $user_agent ) {
+ global $wp_cache_mobile_groups;
+ foreach( (array)$wp_cache_mobile_groups as $name => $group ) {
+ foreach( (array)$group as $browser ) {
+ $browser = trim( strtolower( $browser ) );
+ if ( $browser != '' && strstr( $user_agent, $browser ) ) {
+ return $browser;
+ }
+ }
+ }
+ return "mobile";
+ }
+
+ // From http://wordpress.org/extend/plugins/wordpress-mobile-edition/ by Alex King
+ function wp_cache_check_mobile( $cache_key ) {
+ global $wp_cache_mobile_enabled, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes;
+ if ( !isset( $wp_cache_mobile_enabled ) || false == $wp_cache_mobile_enabled )
+ return $cache_key;
+
+ // allow plugins to short circuit mobile check. Cookie, extra UA checks?
+ switch( do_cacheaction( 'wp_cache_check_mobile', $cache_key ) ) {
+ case "normal":
+ return $cache_key;
+ break;
+ case "mobile":
+ return $cache_key . "_mobile";
+ break;
+ }
+
+ if ( !isset( $_SERVER[ "HTTP_USER_AGENT" ] ) ) {
+ return $cache_key;
+ }
+
+ if ( do_cacheaction( 'disable_mobile_check', false ) )
+ return $cache_key;
+
+ $browsers = explode( ',', $wp_cache_mobile_browsers );
+ $user_agent = strtolower( $_SERVER['HTTP_USER_AGENT'] );
+ foreach ($browsers as $browser) {
+ if ( strstr( $user_agent, trim( strtolower( $browser ) ) ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "mobile browser detected: " . $_SERVER[ "HTTP_USER_AGENT" ], 5 );
+ return $cache_key . '-' . wp_cache_mobile_group( $user_agent );
+ }
+ }
+ if (isset($_SERVER['HTTP_X_WAP_PROFILE']) )
+ return $cache_key . '-' . $_SERVER['HTTP_X_WAP_PROFILE'];
+ if (isset($_SERVER['HTTP_PROFILE']) )
+ return $cache_key . '-' . $_SERVER['HTTP_PROFILE'];
+
+ if ( isset( $wp_cache_mobile_prefixes ) ) {
+ $browsers = explode( ',', $wp_cache_mobile_prefixes );
+ foreach ($browsers as $browser_prefix) {
+ if ( substr($user_agent, 0, 4) == $browser_prefix ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "mobile browser (prefix) detected: " . $_SERVER[ "HTTP_USER_AGENT" ], 5 );
+ return $cache_key . '-' . $browser_prefix;
+ }
+ }
+ }
+ $accept = isset( $_SERVER[ 'HTTP_ACCEPT' ] ) ? strtolower( $_SERVER[ 'HTTP_ACCEPT' ] ) : '';
+ if (strpos($accept, 'wap') !== false) {
+ return $cache_key . '-' . 'wap';
+ }
+
+ if (isset($_SERVER['ALL_HTTP']) && strpos(strtolower($_SERVER['ALL_HTTP']), 'operamini') !== false) {
+ return $cache_key . '-' . 'operamini';
+ }
+
+ return $cache_key;
+ }
+
+ function wp_cache_debug( $message, $level = 1 ) {
+ global $wp_cache_debug_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_log ) == false )
+ return false;
+
+ if ( isset( $wp_cache_debug_ip ) && $wp_cache_debug_ip != '' && $wp_cache_debug_ip != $_SERVER[ 'REMOTE_ADDR' ] )
+ return false;
+
+ if ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) {
+ error_log( date( 'H:i:s' ) . " " . $_SERVER[ 'REQUEST_URI' ] . " " . $message . "\n", 3, $cache_path . str_replace( '/', '', str_replace( '..', '', $wp_cache_debug_log ) ) );
+ }
+ }
+
+ function wp_cache_user_agent_is_rejected() {
+ global $cache_rejected_user_agent;
+
+ if (!function_exists('apache_request_headers')) return false;
+ $headers = apache_request_headers();
+ if (!isset($headers["User-Agent"])) return false;
+ if ( false == is_array( $cache_rejected_user_agent ) )
+ return false;
+ foreach ($cache_rejected_user_agent as $expr) {
+ if (strlen($expr) > 0 && stristr($headers["User-Agent"], $expr))
+ return true;
+ }
+ return false;
+ }
+
+ function get_supercache_dir( $blog_id = 0 ) {
+ global $cache_path;
+ if ( $blog_id == 0 ) {
+ $home = get_option( 'home' );
+ } else {
+ $home = get_blog_option( $blog_id, 'home' );
+ }
+ return apply_filters( 'wp_super_cache_supercachedir', $cache_path . 'supercache/' . trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', str_replace( 'https://', '', $home ) ) ) ) ) );
+ }
+ function get_current_url_supercache_dir( $post_id = 0 ) {
+ global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
+ static $saved_supercache_dir = array();
+
+ if ( isset( $saved_supercache_dir[ $post_id ] ) ) {
+ return $saved_supercache_dir[ $post_id ];
+ }
+
+ $DONOTREMEMBER = 0;
+ if ( $post_id != 0 ) {
+ $site_url = site_url();
+ $permalink = get_permalink( $post_id );
+ if ( false === strpos( $permalink, $site_url ) ) {
+ /*
+ * Sometimes site_url doesn't return the siteurl. See http://wordpress.org/support/topic/wp-super-cache-not-refreshing-post-after-comments-made
+ */
+ $DONOTREMEMBER = 1;
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: warning! site_url ($site_url) not found in permalink ($permalink).", 1 );
+ if ( false === strpos( $permalink, $_SERVER[ 'SERVER_NAME' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: WARNING! SERVER_NAME ({$_SERVER[ 'SERVER_NAME' ]}) not found in permalink ($permalink). ", 1 );
+ $p = parse_url( $permalink );
+ if ( is_array( $p ) ) {
+ $uri = $p[ 'path' ];
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: WARNING! Using $uri as permalink. Used parse_url.", 1 );
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: WARNING! Permalink ($permalink) could not be understood by parse_url. Using front page.", 1 );
+ $uri = '';
+ }
+ } else {
+ if ( isset( $_SERVER[ 'HTTPS' ] ) )
+ $protocol = ( 'on' == strtolower( $_SERVER[ 'HTTPS' ] ) ) ? 'https://' : 'http://';
+ else
+ $protocol = 'http://';
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: Removing SERVER_NAME ({$_SERVER[ 'SERVER_NAME' ]}) and $protocol from permalink ($permalink). Is the url right?", 1 );
+ $uri = str_replace( $_SERVER[ 'SERVER_NAME' ], '', $permalink );
+ $uri = str_replace( $protocol, '', $uri );
+ }
+ } else {
+ $uri = str_replace( $site_url, '', $permalink );
+ }
+ } else {
+ $uri = strtolower( $wp_cache_request_uri );
+ }
+ $uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
+ $uri = str_replace( '\\', '', $uri );
+ $dir = preg_replace( '/:.*$/', '', $_SERVER["SERVER_NAME"] ) . $uri; // To avoid XSS attacks
+ if ( function_exists( "apply_filters" ) ) {
+ $dir = apply_filters( 'supercache_dir', $dir );
+ } else {
+ $dir = do_cacheaction( 'supercache_dir', $dir );
+ }
+ $dir = $cache_path . 'supercache/' . $dir . '/';
+ if( is_array( $cached_direct_pages ) && in_array( $_SERVER[ 'REQUEST_URI' ], $cached_direct_pages ) ) {
+ $dir = ABSPATH . $uri . '/';
+ }
+ $dir = str_replace( '//', '/', $dir );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "supercache dir: $dir", 5 );
+ if ( $DONOTREMEMBER == 0 )
+ $saved_supercache_dir[ $post_id ] = $dir;
+ return $dir;
+ }
+
+ function get_all_supercache_filenames( $dir = '' ) {
+ global $wp_cache_mobile_enabled;
+
+ $filenames = array( 'index.html', 'index-https.html', 'index.html.php' );
+
+ if ( $dir != '' && isset( $wp_cache_mobile_enabled ) && $wp_cache_mobile_enabled ) {
+ // open directory and look for index-*.html files
+ if ( is_dir( $dir ) && $dh = opendir( $dir ) ) {
+ while ( ( $file = readdir( $dh ) ) !== false ) {
+ if ( substr( $file, 0, 6 ) == 'index-' && strpos( $file, '.html' ) )
+ $filenames[] = $file;
+ }
+ closedir( $dh );
+ }
+ }
+
+ if ( function_exists( "apply_filters" ) ) {
+ $filenames = apply_filters( 'all_supercache_filenames', $filenames );
+ } else {
+ $filenames = do_cacheaction( 'all_supercache_filenames', $filenames );
+ }
+
+ foreach( $filenames as $file ) {
+ $out[] = $file;
+ $out[] = $file . '.gz';
+ }
+
+ return $out;
+ }
+
+ function supercache_filename() {
+ //Add support for https and http caching
+ $is_https = ( ( isset( $_SERVER[ 'HTTPS' ] ) && 'on' == strtolower( $_SERVER[ 'HTTPS' ] ) ) || ( isset( $_SERVER[ 'HTTP_X_FORWARDED_PROTO' ] ) && 'https' == strtolower( $_SERVER[ 'HTTP_X_FORWARDED_PROTO' ] ) ) ); //Also supports https requests coming from an nginx reverse proxy
+ $extra_str = $is_https ? '-https' : '';
+
+ if ( function_exists( "apply_filters" ) ) {
+ $extra_str = apply_filters( 'supercache_filename_str', $extra_str );
+ } else {
+ $extra_str = do_cacheaction( 'supercache_filename_str', $extra_str );
+ }
+ $filename = 'index' . $extra_str . '.html';
+
+ return $filename;
+ }
+
+ function get_oc_version() {
+ $wp_cache_oc_key = wp_cache_get( "wp_cache_oc_key" );
+ if ( ! $wp_cache_oc_key ) {
+ $wp_cache_oc_key[ 'key' ] = reset_oc_version();
+ } elseif ( $wp_cache_oc_key[ 'ts' ] < time() - 600 )
+ wp_cache_set( "wp_cache_oc_key", array( 'ts' => time(), 'key' => $wp_cache_oc_key[ 'key' ] ) );
+ return $wp_cache_oc_key[ 'key' ];
+ }
+
+ function reset_oc_version( $version = 1 ) {
+ if ( $version == 1 )
+ $version = mt_rand();
+ wp_cache_set( "wp_cache_oc_key", array( 'ts' => time(), 'key' => $version ) );
+
+ return $version;
+ }
+
+ function get_oc_key( $url = false ) {
+ global $wp_cache_gzip_encoding;
+
+ if ( $url ) {
+ $key = intval( $_SERVER[ 'SERVER_PORT' ] ) . strtolower( preg_replace( '/:.*$/', '', $_SERVER[ "SERVER_NAME" ] ) ) . $url;
+ } else {
+ $key = get_current_url_supercache_dir();
+ }
+ return $key . $wp_cache_gzip_encoding . get_oc_version();
+ }
+
+ function wp_supercache_cache_for_admins() {
+ if ( isset( $_GET[ 'preview' ] ) || function_exists( "is_admin" ) && is_admin() )
+ return $cookies;
+
+ if ( false == apply_filters( 'wp_supercache_remove_cookies', true ) )
+ return true;
+
+ $cookie_keys = array( 'wordpress_logged_in', 'comment_author_' );
+ reset( $_COOKIE );
+ foreach( $_COOKIE as $cookie => $val ) {
+ reset( $cookie_keys );
+ foreach( $cookie_keys as $key ) {
+ if ( strpos( $cookie, $key ) !== FALSE ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Removing auth from $_COOKIE to allow caching for logged user (' . $cookie . ')', 5 );
+ unset( $_COOKIE[ $cookie ] );
+ }
+ }
+ }
+ }
+
+ ?>
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-phase2.php /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-phase2.php
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache-phase2.php 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache-phase2.php 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,1235 ----
+ ';
+ }
+
+ if ( !function_exists( 'wp_cache_user_agent_is_rejected' ) ) {
+ function wp_cache_user_agent_is_rejected() {
+ global $cache_rejected_user_agent;
+
+ if (!function_exists('apache_request_headers')) return false;
+ $headers = apache_request_headers();
+ if (!isset($headers["User-Agent"])) return false;
+ if ( false == is_array( $cache_rejected_user_agent ) )
+ return false;
+ foreach ($cache_rejected_user_agent as $expr) {
+ if (strlen($expr) > 0 && stristr($headers["User-Agent"], $expr))
+ return true;
+ }
+ return false;
+ }
+ }
+
+ function wp_cache_get_response_headers() {
+ if(function_exists('apache_response_headers')) {
+ flush();
+ $headers = apache_response_headers();
+ } else if(function_exists('headers_list')) {
+ $headers = array();
+ foreach(headers_list() as $hdr) {
+ list($header_name, $header_value) = explode(': ', $hdr, 2);
+ $headers[$header_name] = $header_value;
+ }
+ } else
+ $headers = null;
+
+ return $headers;
+ }
+
+ function wp_cache_is_rejected($uri) {
+ global $cache_rejected_uri;
+
+ $auto_rejected = array( '/wp-admin/', 'xmlrpc.php', 'wp-app.php' );
+ foreach( $auto_rejected as $u ) {
+ if( strstr( $uri, $u ) )
+ return true; // we don't allow caching of wp-admin for security reasons
+ }
+ if ( false == is_array( $cache_rejected_uri ) )
+ return false;
+ foreach ( $cache_rejected_uri as $expr ) {
+ if( $expr != '' && @preg_match( "~$expr~", $uri ) )
+ return true;
+ }
+ return false;
+ }
+
+ function wp_cache_mutex_init() {
+ global $mutex, $wp_cache_mutex_disabled, $use_flock, $blog_cache_dir, $mutex_filename, $sem_id;
+
+ if( isset( $wp_cache_mutex_disabled) && $wp_cache_mutex_disabled )
+ return true;
+
+ if( !is_bool( $use_flock ) ) {
+ if(function_exists('sem_get'))
+ $use_flock = false;
+ else
+ $use_flock = true;
+ }
+
+ $mutex = false;
+ if ($use_flock ) {
+ setup_blog_cache_dir();
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on filename: {$blog_cache_dir}{$mutex_filename}", 5 );
+ $mutex = @fopen( $blog_cache_dir . $mutex_filename, 'w' );
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Created mutex lock on semaphore: {$sem_id}", 5 );
+ $mutex = @sem_get( $sem_id, 1, 0644 | IPC_CREAT, 1 );
+ }
+ }
+
+ function wp_cache_writers_entry() {
+ global $mutex, $wp_cache_mutex_disabled, $use_flock;
+
+ if( isset( $wp_cache_mutex_disabled ) && $wp_cache_mutex_disabled )
+ return true;
+
+ if( !$mutex ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "(writers entry) mutex lock not created. not caching.", 2 );
+ return false;
+ }
+
+ if ( $use_flock ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "grabbing lock using flock()", 5 );
+ flock($mutex, LOCK_EX);
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "grabbing lock using sem_acquire()", 5 );
+ sem_acquire($mutex);
+ }
+
+ return true;
+ }
+
+ function wp_cache_writers_exit() {
+ global $mutex, $wp_cache_mutex_disabled, $use_flock;
+
+ if( isset( $wp_cache_mutex_disabled ) && $wp_cache_mutex_disabled )
+ return true;
+
+ if( !$mutex ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "(writers exit) mutex lock not created. not caching.", 2 );
+ return false;
+ }
+
+ if ( $use_flock ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "releasing lock using flock()", 5 );
+ flock($mutex, LOCK_UN);
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "releasing lock using sem_release()", 5 );
+ sem_release($mutex);
+ }
+ }
+
+ function wp_super_cache_query_vars() {
+ global $wp_super_cache_query;
+ if ( is_search() )
+ $wp_super_cache_query[ 'is_search' ] = 1;
+ if ( is_page() )
+ $wp_super_cache_query[ 'is_page' ] = 1;
+ if ( is_archive() )
+ $wp_super_cache_query[ 'is_archive' ] = 1;
+ if ( is_tag() )
+ $wp_super_cache_query[ 'is_tag' ] = 1;
+ if ( is_single() )
+ $wp_super_cache_query[ 'is_single' ] = 1;
+ if ( is_category() )
+ $wp_super_cache_query[ 'is_category' ] = 1;
+ if ( is_front_page() )
+ $wp_super_cache_query[ 'is_front_page' ] = 1;
+ if ( is_home() )
+ $wp_super_cache_query[ 'is_home' ] = 1;
+ if ( is_author() )
+ $wp_super_cache_query[ 'is_author' ] = 1;
+ if ( is_feed() )
+ $wp_super_cache_query[ 'is_feed' ] = 1;
+ }
+
+ function wp_cache_ob_callback( $buffer ) {
+ global $wp_cache_pages, $wp_query, $wp_super_cache_query;
+ $buffer = apply_filters( 'wp_cache_ob_callback_filter', $buffer );
+ if( defined( 'DONOTCACHEPAGE' ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'DONOTCACHEPAGE defined. Caching disabled.', 2 );
+ return $buffer;
+ }
+
+ if ( isset( $wp_cache_pages[ 'single' ] ) && $wp_cache_pages[ 'single' ] == 1 && isset( $wp_super_cache_query[ 'is_single' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching single post.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'pages' ] ) && $wp_cache_pages[ 'pages' ] == 1 && isset( $wp_super_cache_query[ 'is_page' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching single page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'archives' ] ) && $wp_cache_pages[ 'archives' ] == 1 && isset( $wp_super_cache_query[ 'is_archive' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching archive page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'tag' ] ) && $wp_cache_pages[ 'tag' ] == 1 && isset( $wp_super_cache_query[ 'is_tag' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching tag page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'category' ] ) && $wp_cache_pages[ 'category' ] == 1 && isset( $wp_super_cache_query[ 'is_category' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching category page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'frontpage' ] ) && $wp_cache_pages[ 'frontpage' ] == 1 && isset( $wp_super_cache_query[ 'is_front_page' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching front page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'home' ] ) && $wp_cache_pages[ 'home' ] == 1 && isset( $wp_super_cache_query[ 'is_home' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching home page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'search' ] ) && $wp_cache_pages[ 'search' ] == 1 && isset( $wp_super_cache_query[ 'is_search' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching search page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'author' ] ) && $wp_cache_pages[ 'author' ] == 1 && isset( $wp_super_cache_query[ 'is_author' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching author page.', 2 );
+ return $buffer;
+ } elseif ( isset( $wp_cache_pages[ 'feed' ] ) && $wp_cache_pages[ 'feed' ] == 1 && isset( $wp_super_cache_query[ 'is_feed' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching feed.', 2 );
+ return $buffer;
+ }
+
+ if ( !isset( $wp_query ) )
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'wp_cache_ob_callback: WARNING! $query not defined but the plugin has worked around that problem.', 4 );
+
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Output buffer callback', 4 );
+
+ $buffer = &wp_cache_get_ob( $buffer );
+ wp_cache_shutdown_callback();
+ return $buffer;
+ }
+
+ function wp_cache_append_tag( &$buffer ) {
+ global $wp_cache_gmt_offset;
+ global $cache_enabled, $super_cache_enabled;
+ $timestamp = gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600)));
+ if ( $cache_enabled || $super_cache_enabled ) {
+ $buffer .= "\n";
+ } else {
+ $buffer .= "\n";
+ }
+ }
+
+ function wp_cache_get_ob(&$buffer) {
+ global $cache_enabled, $cache_path, $cache_filename, $meta_file, $wp_start_time, $supercachedir;
+ global $new_cache, $wp_cache_meta, $file_expired, $blog_id, $cache_compression;
+ global $wp_cache_gzip_encoding, $super_cache_enabled, $cached_direct_pages;
+ global $wp_cache_404, $gzsize, $supercacheonly;
+ global $blog_cache_dir, $wp_cache_request_uri, $wp_supercache_cache_list;
+ global $wp_cache_not_logged_in, $wp_cache_object_cache, $cache_max_time;
+ global $wp_cache_is_home, $wp_cache_front_page_checks;
+
+ $new_cache = true;
+ $wp_cache_meta = '';
+
+ /* Mode paranoic, check for closing tags
+ * we avoid caching incomplete files */
+ if ( $buffer == '' ) {
+ $new_cache = false;
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
+ wp_cache_debug( "Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text 'ob_start' in the files of your plugins directory.", 2 );
+ $buffer .= "\n\n";
+ }
+ }
+
+ if ( $wp_cache_404 && false == apply_filters( 'wpsupercache_404', false ) ) {
+ $new_cache = false;
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
+ wp_cache_debug( "404 file not found not cached", 2 );
+ $buffer .= "\n\n";
+ }
+ }
+
+ if ( !preg_match( apply_filters( 'wp_cache_eof_tags', '/(<\/html>|<\/rss>|<\/feed>|<\/urlset|<\?xml)/i' ), $buffer ) ) {
+ $new_cache = false;
+ if( false === strpos( $_SERVER[ 'REQUEST_URI' ], 'robots.txt' ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
+ wp_cache_debug( "No closing html tag. Not caching.", 2 );
+ $buffer .= "\n\n";
+ }
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "robots.txt detected. Not caching.", 2 );
+ }
+ }
+
+ if( !$new_cache )
+ return $buffer;
+
+ $duration = wp_cache_microtime_diff($wp_start_time, microtime());
+ $duration = sprintf("%0.3f", $duration);
+ $buffer .= "\n\n";
+
+ if( !wp_cache_writers_entry() ) {
+ $buffer .= "\n\n";
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Could not get mutex lock. Not caching.", 1 );
+ return $buffer;
+ }
+
+ if ( $wp_cache_not_logged_in && is_feed() ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Feed detected. Writing legacy cache files.", 5 );
+ $wp_cache_not_logged_in = false;
+ }
+
+ $home_url = parse_url( trailingslashit( get_bloginfo( 'url' ) ) );
+
+ $dir = get_current_url_supercache_dir();
+ $supercachedir = $cache_path . 'supercache/' . preg_replace('/:.*$/', '', $home_url[ 'host' ]);
+ if( !empty( $_GET ) || is_feed() || ( $super_cache_enabled == true && is_dir( substr( $supercachedir, 0, -1 ) . '.disabled' ) ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Supercache disabled: GET or feed detected or disabled by config.", 2 );
+ $super_cache_enabled = false;
+ }
+
+ $tmp_wpcache_filename = $cache_path . uniqid( mt_rand(), true ) . '.tmp';
+
+ $supercacheonly = false;
+ if( $super_cache_enabled ) {
+ if ( wp_cache_get_cookies_values() == '' && empty( $_GET ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Anonymous user detected. Only creating Supercache file.", 3 );
+ $supercacheonly = true;
+ }
+ }
+
+ $cache_error = '';
+ if ( $wp_cache_not_logged_in && wp_cache_get_cookies_values() != '' ) {
+ $super_cache_enabled = false;
+ $cache_enabled = false;
+ $cache_error = 'Not caching requests by known users. (See Advanced Settings page)';
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching for known user.', 5 );
+ }
+
+ if ( $wp_cache_object_cache ) { // half on mode when using the object cache
+ if ( wp_cache_get_cookies_values() != '' ) {
+ $cache_enabled = false;
+ $cache_error = 'Known User and using object. Only anonymous users cached.';
+ }
+ $super_cache_enabled = false;
+ $supercacheonly = false;
+ wp_cache_init(); // PHP5 destroys objects during shutdown
+ }
+
+ if ( !$cache_enabled ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache is not enabled. Sending buffer to browser.', 5 );
+ wp_cache_writers_exit();
+ return $buffer . "\n";
+ }
+
+ if( @is_dir( $dir ) == false )
+ @wp_mkdir_p( $dir );
+
+ $fr = $fr2 = $gz = false;
+ // Open wp-cache cache file
+ if ( !$supercacheonly ) {
+ if ( false == $wp_cache_object_cache ) {
+ $fr = @fopen($tmp_wpcache_filename, 'w');
+ if (!$fr) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename, 1 );
+ $buffer .= "\n";
+ wp_cache_writers_exit();
+ return $buffer;
+ }
+ }
+ } else {
+ $user_info = wp_cache_get_cookies_values();
+ $do_cache = apply_filters( 'do_createsupercache', $user_info );
+ if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
+
+ $cache_fname = $dir . supercache_filename();
+ $tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
+ $fr2 = @fopen( $tmp_cache_filename, 'w' );
+ if ( !$fr2 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ), 1 );
+ $buffer .= "\n";
+ @fclose( $fr );
+ @unlink( $tmp_wpcache_filename );
+ wp_cache_writers_exit();
+ return $buffer;
+ } elseif ( $cache_compression ) {
+ $gz = @fopen( $tmp_cache_filename . ".gz", 'w');
+ if (!$gz) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
+ $buffer .= "\n";
+ @fclose( $fr );
+ @unlink( $tmp_wpcache_filename );
+ @fclose( $fr2 );
+ @unlink( $tmp_cache_filename );
+ wp_cache_writers_exit();
+ return $buffer;
+ }
+ }
+ }
+ }
+
+ $added_cache = 0;
+ $oc_key = get_oc_key();
+ if ( preg_match( '//', $buffer ) ) { //Dynamic content
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Dynamic content found in buffer.", 4 );
+ $store = preg_replace('|(.*?)|is',
+ "\n\n", $buffer);
+ $store = preg_replace('|(.*?)|is',
+ "\n\n", $store);
+ $store = preg_replace('|(.*?)|is',
+ "\n\n", $store);
+ $wp_cache_meta[ 'dynamic' ] = true;
+ /* Clean function calls in tag */
+ $buffer = preg_replace('||is', '', $buffer);
+ $buffer = preg_replace('||is', '', $buffer);
+ $buffer = preg_replace('|(.*?)|is',
+ "$1", $buffer);
+ $store = apply_filters( 'wpsupercache_buffer', $store );
+ // Append WP Super Cache or Live page comment tag
+ wp_cache_append_tag($buffer);
+ wp_cache_append_tag($store);
+ global $wp_super_cache_late_init;
+ if ( false == isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && $wp_super_cache_late_init == 0 ) )
+ $buffer .= '';
+
+ if ( false == $wp_cache_object_cache ) {
+ if( $fr ) { // legacy caching
+ fputs($fr, $store);
+ } elseif ( isset( $fr2 ) ) { // supercache active
+ $php_fname = "{$dir}" . supercache_filename() . ".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 .= "\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 . "", 6, FORCE_GZIP );
+ $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
+ }
+ } else {
+ $buffer = apply_filters( 'wpsupercache_buffer', $buffer );
+ // Append WP Super Cache or Live page comment tag
+ wp_cache_append_tag($buffer);
+ if( $gz || $wp_cache_gzip_encoding ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
+ $gzdata = gzencode( $buffer . "", 6, FORCE_GZIP );
+ $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
+ }
+ if ($wp_cache_gzip_encoding) {
+ $wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
+ $wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie';
+ // Return uncompressed data & store compressed for later use
+ if ( false == $wp_cache_object_cache ) {
+ if( $fr ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to wp-cache cache file.", 5 );
+ fputs($fr, $gzdata);
+ }
+ } elseif ( $cache_enabled ) {
+ wp_cache_set( $oc_key . ".gz", $gzdata, 'supercache', $cache_max_time );
+ $added_cache = 1;
+ }
+ } else { // no compression
+ $wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Cookie';
+ if ( false == $wp_cache_object_cache ) {
+ if( $fr ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to wp-cache cache file.", 5 );
+ fputs($fr, $buffer);
+ }
+ } elseif ( $cache_enabled ) {
+ wp_cache_set( $oc_key, $buffer, 'supercache', $cache_max_time );
+ $added_cache = 1;
+ }
+ }
+ if ( false == $wp_cache_object_cache ) {
+ if( $fr2 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to supercache file.", 5 );
+ fputs($fr2, $buffer . '' );
+ }
+ if( $gz ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to supercache file.", 5 );
+ fwrite($gz, $gzdata );
+ }
+ }
+ }
+ $new_cache = true;
+ if ( false == $wp_cache_object_cache ) {
+ if( $fr ) {
+ $supercacheonly = false;
+ fclose($fr);
+ if ( filesize( $tmp_wpcache_filename ) == 0 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_wpcache_filename was empty. Did not rename to {$blog_cache_dir}{$cache_filename}", 5 );
+ @unlink( $tmp_wpcache_filename );
+ } else {
+ if ( !rename( $tmp_wpcache_filename, $blog_cache_dir . $cache_filename ) ) {
+ if ( false == is_dir( $blog_cache_dir ) )
+ @wp_mkdir_p( $blog_cache_dir );
+ unlink( $blog_cache_dir . $cache_filename );
+ rename( $tmp_wpcache_filename, $blog_cache_dir . $cache_filename );
+ }
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp wp-cache file to {$blog_cache_dir}$cache_filename", 5 );
+ $added_cache = 1;
+ }
+ }
+ if( $fr2 ) {
+ fclose($fr2);
+ if ( $wp_cache_front_page_checks && $cache_fname == $supercachedir . $home_url[ 'path' ] . supercache_filename() && !( $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_cache_filename ) == 0 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_cache_filename was empty. Did not rename to {$cache_fname}", 5 );
+ @unlink( $tmp_cache_filename );
+ } else {
+ if ( !@rename( $tmp_cache_filename, $cache_fname ) ) {
+ @unlink( $cache_fname );
+ @rename( $tmp_cache_filename, $cache_fname );
+ }
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache file to $cache_fname", 5 );
+ $added_cache = 1;
+ }
+ }
+ if ( isset( $php_fd ) ) {
+ fclose( $php_fd );
+ if ( $php_fname == $supercachedir . $home_url[ 'path' ] . supercache_filename() . '.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 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file {$tmp_cache_filename}.gz was empty. Did not rename to {$cache_fname}.gz", 5 );
+ @unlink( $tmp_cache_filename . '.gz' );
+ } else {
+ if ( !@rename( $tmp_cache_filename . '.gz', $cache_fname . '.gz' ) ) {
+ @unlink( $cache_fname . '.gz' );
+ @rename( $tmp_cache_filename . '.gz', $cache_fname . '.gz' );
+ }
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache gz file to {$cache_fname}.gz", 5 );
+ $added_cache = 1;
+ }
+ }
+ }
+ if ( $added_cache && isset( $wp_supercache_cache_list ) && $wp_supercache_cache_list ) {
+ update_option( 'wpsupercache_count', ( get_option( 'wpsupercache_count' ) + 1 ) );
+ $last_urls = (array)get_option( 'supercache_last_cached' );
+ if ( count( $last_urls ) >= 10 )
+ $last_urls = array_slice( $last_urls, 1, 9 );
+ $last_urls[] = array( 'url' => $_SERVER[ 'REQUEST_URI' ], 'date' => date( 'Y-m-d H:i:s' ) );
+ update_option( 'supercache_last_cached', $last_urls );
+ }
+ wp_cache_writers_exit();
+ if ( !headers_sent() && $wp_cache_gzip_encoding && $gzdata) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzip content headers. Sending buffer to browser", 5 );
+ header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
+ header( 'Vary: Accept-Encoding, Cookie' );
+ header( 'Content-Length: ' . $gzsize );
+ return $gzdata;
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending buffer to browser", 5 );
+ return $buffer;
+ }
+ }
+
+ function wp_cache_phase2_clean_cache($file_prefix) {
+ global $cache_path, $blog_cache_dir;
+
+ if( !wp_cache_writers_entry() )
+ return false;
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cleaning cache in $blog_cache_dir", 3 );
+ if ( ( $handle = @opendir( $blog_cache_dir ) ) ) {
+ while ( false !== ($file = @readdir($handle))) {
+ if ( preg_match("/^$file_prefix/", $file) ) {
+ $meta = unserialize( file_get_contents( $blog_cache_dir . 'meta/' . $file ) );
+ if ( $meta[ 'blog_id' ] == $wpdb->blogid ) {
+ @unlink( $blog_cache_dir . $file );
+ @unlink( $blog_cache_dir . 'meta/' . str_replace( '.html', '.meta', $file ) );
+ }
+ }
+ }
+ closedir($handle);
+ }
+ wp_cache_writers_exit();
+ }
+
+ function prune_super_cache( $directory, $force = false, $rename = false ) {
+ global $cache_max_time, $cache_path, $cache_rebuild_files, $blog_cache_dir;
+ static $log = 0;
+
+ if( !isset( $cache_max_time ) )
+ $cache_max_time = 3600;
+
+ $now = time();
+
+ $protected_directories = array( $cache_path . '.htaccess', $cache_path . $blog_cache_dir . 'meta', $cache_path . 'supercache' );
+
+ $oktodelete = false;
+ if (is_dir($directory)) {
+ if( $dh = @opendir( $directory ) ) {
+ $directory = trailingslashit( $directory );
+ while( ( $entry = @readdir( $dh ) ) !== false ) {
+ if ($entry == '.' || $entry == '..')
+ continue;
+ $entry = $directory . $entry;
+ prune_super_cache( $entry, $force, $rename );
+ // If entry is a directory, AND it's not a protected one, AND we're either forcing the delete, OR the file is out of date,
+ if( is_dir( $entry ) && !in_array( $entry, $protected_directories ) && ( $force || @filemtime( $entry ) + $cache_max_time <= $now ) ) {
+ // if the directory isn't empty can't delete it
+ if( $handle = @opendir( $entry ) ) {
+ $donotdelete = false;
+ while( !$donotdelete && ( $file = @readdir( $handle ) ) !== false ) {
+ if ($file == '.' || $file == '..')
+ continue;
+ $donotdelete = true;
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "gc: could not delete $entry as it's not empty: $file", 2 );
+ }
+ closedir($handle);
+ }
+ if( $donotdelete )
+ continue;
+ if( !$rename ) {
+ @rmdir( $entry );
+ $log++;
+ if ( $force ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "gc: deleted $entry, forced delete", 2 );
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "gc: deleted $entry, older than $cache_max_time seconds", 2 );
+ }
+ }
+ }
+ }
+ closedir($dh);
+ }
+ } elseif( is_file($directory) && ($force || @filemtime( $directory ) + $cache_max_time <= $now ) ) {
+ $oktodelete = true;
+ if( in_array( $directory, $protected_directories ) )
+ $oktodelete = false;
+ if( $oktodelete && !$rename ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "prune_super_cache: deleted $directory", 5 );
+ @unlink( $directory );
+ $log++;
+ } elseif( $oktodelete && $rename ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "prune_super_cache: wp_cache_rebuild_or_delete( $directory )", 5 );
+ wp_cache_rebuild_or_delete( $directory );
+ $log++;
+ }
+ }
+ return $log;
+ }
+
+ function wp_cache_rebuild_or_delete( $file ) {
+ global $cache_rebuild_files;
+ if( strpos( $file, '?' ) !== false )
+ $file = substr( $file, 0, strpos( $file, '?' ) );
+ if( $cache_rebuild_files && substr( $file, -14 ) != '.needs-rebuild' ) {
+ if( @rename($file, $file . '.needs-rebuild') ) {
+ @touch( $file . '.needs-rebuild' );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "rebuild_or_gc: rename to {$file}.needs-rebuild", 2 );
+ } else {
+ @unlink( $file );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "rebuild_or_gc: deleted $file", 2 );
+ }
+ } else {
+ @unlink( $file );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "rebuild_or_gc: deleted $file", 2 );
+ }
+ }
+
+ function wp_cache_phase2_clean_expired( $file_prefix, $force = false ) {
+ global $cache_path, $cache_max_time, $blog_cache_dir, $wp_cache_preload_on;
+
+ clearstatcache();
+ if( !wp_cache_writers_entry() )
+ return false;
+ $now = time();
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cleaning expired cache files in $blog_cache_dir", 2 );
+ if ( ( $handle = @opendir( $blog_cache_dir ) ) ) {
+ while ( false !== ($file = readdir($handle))) {
+ if ( preg_match("/^$file_prefix/", $file) &&
+ (@filemtime( $blog_cache_dir . $file) + $cache_max_time) <= $now ) {
+ @unlink( $blog_cache_dir . $file );
+ @unlink( $blog_cache_dir . 'meta/' . str_replace( '.html', '.meta', $file ) );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Deleting $blog_cache_dir{$file} (plus meta)", 5 );
+ continue;
+ }
+ if($file != '.' && $file != '..') {
+ if( is_dir( $blog_cache_dir . $file ) == false && (@filemtime($blog_cache_dir . $file) + $cache_max_time) <= $now ) {
+ if( substr( $file, -9 ) != '.htaccess' ) {
+ @unlink($blog_cache_dir . $file);
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Deleting $blog_cache_dir{$file}, older than $cache_max_time seconds", 5 );
+ }
+ }
+ }
+ }
+ closedir($handle);
+ if ( false == $wp_cache_preload_on || true == $force ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Doing GC on supercache dir: {$cache_path}supercache", 2 );
+ $deleted = prune_super_cache( $cache_path . 'supercache', false, false );
+ }
+ }
+
+ wp_cache_writers_exit();
+ return $deleted;
+ }
+
+ function wp_cache_shutdown_callback() {
+ global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
+ global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled, $wp_cache_blog_charset, $wp_cache_not_logged_in;
+
+ $wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
+ $wp_cache_meta[ 'blog_id' ] = $blog_id;
+ $wp_cache_meta[ 'post' ] = wp_cache_post_id();
+ $wp_cache_meta[ 'key' ] = $wp_cache_key;
+ $wp_cache_meta = apply_filters( 'wp_cache_meta', $wp_cache_meta );
+
+ $response = wp_cache_get_response_headers();
+ foreach ($known_headers as $key) {
+ if(isset($response[$key])) {
+ $wp_cache_meta[ 'headers' ][ $key ] = "$key: " . $response[$key];
+ }
+ }
+
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_shutdown_callback: collecting meta data.", 2 );
+
+ if (!isset( $response['Last-Modified'] )) {
+ $value = gmdate('D, d M Y H:i:s') . ' GMT';
+ /* Dont send this the first time */
+ /* @header('Last-Modified: ' . $value); */
+ $wp_cache_meta[ 'headers' ][ 'Last-Modified' ] = "Last-Modified: $value";
+ }
+ if ( !isset( $response[ 'Content-Type' ] ) && !isset( $response[ 'Content-type' ] ) ) {
+ // On some systems, headers set by PHP can't be fetched from
+ // the output buffer. This is a last ditch effort to set the
+ // correct Content-Type header for feeds, if we didn't see
+ // it in the response headers already. -- dougal
+ if (is_feed()) {
+ $type = get_query_var('feed');
+ $type = str_replace('/','',$type);
+ switch ($type) {
+ case 'atom':
+ $value = "application/atom+xml";
+ break;
+ case 'rdf':
+ $value = "application/rdf+xml";
+ break;
+ case 'rss':
+ case 'rss2':
+ default:
+ $value = "application/rss+xml";
+ }
+ } else { // not a feed
+ $value = get_option( 'html_type' );
+ if( $value == '' )
+ $value = 'text/html';
+ }
+ $value .= "; charset=\"" . $wp_cache_blog_charset . "\"";
+
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending 'Content-Type: $value' header.", 2 );
+ @header("Content-Type: $value");
+ $wp_cache_meta[ 'headers' ][ 'Content-Type' ] = "Content-Type: $value";
+ }
+
+ if ( $cache_enabled && !$supercacheonly && $new_cache ) {
+ if( !isset( $wp_cache_meta[ 'dynamic' ] ) && $wp_cache_gzip_encoding && !in_array( 'Content-Encoding: ' . $wp_cache_gzip_encoding, $wp_cache_meta[ 'headers' ] ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending gzip headers.", 2 );
+ $wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
+ $wp_cache_meta[ 'headers' ][ 'Vary' ] = 'Vary: Accept-Encoding, Cookie';
+ }
+
+ $serial = serialize($wp_cache_meta);
+ if( wp_cache_writers_entry() ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing meta file: {$blog_cache_dir}meta/{$meta_file}", 2 );
+ if ( false == $wp_cache_object_cache ) {
+ $tmp_meta_filename = $blog_cache_dir . 'meta/' . uniqid( mt_rand(), true ) . '.tmp';
+ $fr = @fopen( $tmp_meta_filename, 'w');
+ if( !$fr )
+ @wp_mkdir_p( $blog_cache_dir . 'meta' );
+ $fr = @fopen( $tmp_meta_filename, 'w');
+ if ( $fr ) {
+ fputs($fr, $serial);
+ fclose($fr);
+ @chmod( $tmp_meta_filename, 0666 & ~umask());
+ if( !@rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file ) ) {
+ @unlink( $blog_cache_dir . 'meta/' . $meta_file );
+ @rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file );
+ }
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Problem writing meta file: {$blog_cache_dir}meta/{$meta_file}", 2 );
+ }
+ } elseif ( $cache_enabled ) {
+ $oc_key = get_oc_key() . ".meta";
+ if ( gzip_accepted() )
+ $oc_key .= ".gz";
+ wp_cache_set( $oc_key, $serial, 'supercache', $cache_max_time );
+ }
+ wp_cache_writers_exit();
+ }
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Did not write meta file: $meta_file *$supercacheonly* *$wp_cache_not_logged_in* *$new_cache*", 2 );
+ }
+ global $time_to_gc_cache;
+ if( isset( $time_to_gc_cache ) && $time_to_gc_cache == 1 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Executing wp_cache_gc action.", 3 );
+ do_action( 'wp_cache_gc' );
+ }
+ }
+
+ function wp_cache_no_postid($id) {
+ return wp_cache_post_change(wp_cache_post_id());
+ }
+
+ function wp_cache_get_postid_from_comment( $comment_id, $status = 'NA' ) {
+ global $super_cache_enabled, $wp_cache_request_uri;
+ $comment = get_comment($comment_id, ARRAY_A);
+ if ( $status != 'NA' ) {
+ $comment[ 'old_comment_approved' ] = $comment[ 'comment_approved' ];
+ $comment[ 'comment_approved' ] = $status;
+ }
+
+ if ( ( $status == 'trash' || $status == 'spam' ) && $comment[ 'old_comment_approved' ] != 1 ) {
+ // don't modify cache if moderated comments are trashed or spammed
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated comment deleted or spammed. Don't delete any cache files.", 4 );
+ define( 'DONOTDELETECACHE', 1 );
+ return wp_cache_post_id();
+ }
+ $postid = $comment['comment_post_ID'];
+ // Do nothing if comment is not moderated
+ // http://ocaoimh.ie/2006/12/05/caching-wordpress-with-wp-cache-in-a-spam-filled-world
+ if ( !preg_match('/wp-admin\//', $wp_cache_request_uri) ) {
+ if ( $comment['comment_approved'] == 'delete' && ( isset( $comment[ 'old_comment_approved' ] ) && $comment[ 'old_comment_approved' ] == 0 ) ) { // do nothing if moderated comments are deleted
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated comment deleted. Don't delete any cache files.", 4 );
+ define( 'DONOTDELETECACHE', 1 );
+ return $postid;
+ } elseif ( $comment['comment_approved'] == 'spam' ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Spam comment. Don't delete any cache files.", 4 );
+ define( 'DONOTDELETECACHE', 1 );
+ return $postid;
+ } elseif( $comment['comment_approved'] == '0' ) {
+ if ( $comment[ 'content_type' ] == '' ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated comment. Don't delete supercache file until comment approved.", 4 );
+ $super_cache_enabled = 0; // don't remove the super cache static file until comment is approved
+ define( 'DONOTDELETECACHE', 1 );
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Moderated ping or trackback. Not deleting cache files..", 4 );
+ define( 'DONOTDELETECACHE', 1 );
+ return $postid;
+ }
+ }
+ }
+ // We must check it up again due to WP bugs calling two different actions
+ // for delete, for example both wp_set_comment_status and delete_comment
+ // are called when deleting a comment
+ if ($postid > 0) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post $postid changed. Update cache.", 4 );
+ return wp_cache_post_change( $postid );
+ } elseif ( $_GET[ 'delete_all' ] != 'Empty Trash' && $_GET[ 'delete_all2' ] != 'Empty Spam' ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Unknown post changed. Update cache.", 4 );
+ return wp_cache_post_change( wp_cache_post_id() );
+ }
+ }
+
+ /* Used by wp_update_nav_menu action to clear current blog's cache files when navigation menu is modified */
+ function wp_cache_clear_cache_on_menu() {
+ global $wpdb;
+ wp_cache_clear_cache( $wpdb->blogid );
+ }
+
+ /* Clear out the cache directory. */
+ function wp_cache_clear_cache( $blog_id = 0 ) {
+ global $cache_path, $wp_cache_object_cache;
+ if ( $wp_cache_object_cache ) {
+ reset_oc_version();
+ } else {
+ if ( $blog_id == 0 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing all cached files in wp_cache_clear_cache()", 4 );
+ prune_super_cache( $cache_path . 'supercache/', true );
+ prune_super_cache( $cache_path, true );
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing all cached files for blog $blog_id in wp_cache_clear_cache()", 4 );
+ prune_super_cache( get_supercache_dir( $blog_id ), true );
+ prune_super_cache( $cache_path . 'blogs/', true );
+ }
+ }
+ }
+
+ /* check if we want to clear out all cached files on post updates, otherwise call standard wp_cache_post_change() */
+ function wp_cache_post_edit($post_id) {
+ global $wp_cache_clear_on_post_edit, $cache_path, $blog_cache_dir;
+ static $last_post_edited = -1;
+
+ if ( $post_id == $last_post_edited ) return $post_id;
+ $last_post_edited = $post_id;
+
+ $post = get_post( $post_id );
+ if ( $post->post_status != 'publish' ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_edit: draft post, not deleting any cache files.", 4 );
+ return $post_id;
+ }
+ if( $wp_cache_clear_on_post_edit ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache $blog_cache_dir and {$cache_path}supercache/ on post edit per config.", 2 );
+ if ( $wp_cache_object_cache ) {
+ reset_oc_version();
+ } else {
+ prune_super_cache( $blog_cache_dir, true );
+ prune_super_cache( get_supercache_dir(), true );
+ }
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache for post $post_id on post edit.", 2 );
+ wp_cache_post_change( $post_id );
+ }
+ }
+
+ function wp_cache_post_id_gc( $siteurl, $post_id, $all = 'all' ) {
+ global $cache_path, $wp_cache_object_cache, $wp_cache_refresh_single_only;
+
+ if ( $wp_cache_object_cache )
+ reset_oc_version();
+
+ $post_id = intval( $post_id );
+ if( $post_id == 0 )
+ return;
+
+ $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( $post_id ) ) );
+ $dir = get_current_url_supercache_dir( $post_id );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc post_id: $post_id " . post_permalink( $post_id ) . " clearing cache in $dir.", 4 );
+ if ( $all == 'all' ) {
+ prune_super_cache( $dir, true, true );
+ do_action( 'gc_cache', 'prune', $permalink );
+ @rmdir( $dir );
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cached index files in $dir.", 4 );
+ prune_super_cache( $dir, true, true );
+ do_action( 'gc_cache', 'prune', $permalink );
+ }
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$dir}/page/.", 4 );
+ prune_super_cache( $dir . '/page/', true );
+ $supercache_home = get_supercache_dir();
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$supercache_home}/page/.", 4 );
+ prune_super_cache( $supercache_home . '/page/', true );
+ do_action( 'gc_cache', 'prune', '/page/' );
+ }
+
+ function wp_cache_post_change( $post_id ) {
+ global $file_prefix, $cache_path, $blog_id, $super_cache_enabled, $blog_cache_dir, $blogcacheid, $wp_cache_refresh_single_only;
+ static $last_processed = -1;
+
+ if ($post_id == $last_processed) return $post_id;
+ $last_processed = $post_id;
+ $post = get_post( $post_id );
+ if( $post->post_status != 'publish' ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: draft post, not deleting any cache files.", 4 );
+ return $post_id;
+ }
+
+ if( !wp_cache_writers_entry() )
+ return $post_id;
+
+ if ( isset( $wp_cache_refresh_single_only ) && $wp_cache_refresh_single_only && ( strpos( $_SERVER[ 'HTTP_REFERER' ], 'edit-comments.php' ) || strpos( $_SERVER[ 'REQUEST_URI' ], 'wp-comments-post.php' ) ) ) {
+ if ( defined( 'DONOTDELETECACHE' ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: comment detected and it's moderated or spam. Not deleting cached files.", 4 );
+ return $post_id;
+ } else {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: comment detected. only deleting post page.", 4 );
+ $all = false;
+ }
+ } else {
+ $all = true;
+ }
+
+ if ( $wp_cache_object_cache )
+ reset_oc_version();
+
+ $permalink = trailingslashit( str_replace( get_option( 'siteurl' ), '', post_permalink( $post_id ) ) );
+ if( $super_cache_enabled ) {
+ $dir = get_supercache_dir();
+ $siteurl = trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', get_option( 'home' ) ) ) ) );
+ // make sure the front page has a rebuild file
+ wp_cache_post_id_gc( $siteurl, $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 );
+ $files_to_check = get_all_supercache_filenames( $dir );
+ foreach( $files_to_check as $cache_file ) {
+ prune_super_cache( $dir . $cache_file, true, true );
+ }
+ do_action( 'gc_cache', 'prune', 'homepage' );
+ }
+ if( $all == true && get_option( 'show_on_front' ) == 'page' ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting page_on_front and page_for_posts pages.", 4 );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: page_on_front " . get_option( 'page_on_front' ), 4 );
+ wp_cache_post_id_gc( $siteurl, get_option( 'page_on_front' ), 'single' );
+ $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( get_option( 'page_for_posts' ) ) ) );
+ $files_to_check = get_all_supercache_filenames( $dir . $permalink );
+ foreach( $files_to_check as $cache_file ) {
+ prune_super_cache( $dir . $permalink . $cache_file, true, true );
+ }
+ do_action( 'gc_cache', 'prune', $permalink );
+ }
+ }
+
+ $matches = array();
+ if ( ($handle = @opendir( $blog_cache_dir . 'meta/' )) ) {
+ while ( false !== ($file = readdir($handle))) {
+ if ( preg_match("/^({$file_prefix}{$blogcacheid}.*)\.meta/", $file, $matches) ) {
+ $meta_pathname = $blog_cache_dir . 'meta/' . $file;
+ $content_pathname = $blog_cache_dir . $matches[1] . ".html";
+ $meta = unserialize(@file_get_contents($meta_pathname));
+ if( false == is_array( $meta ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change cleaning up stray file: $content_pathname", 4 );
+ @unlink($meta_pathname);
+ @unlink($content_pathname);
+ continue;
+ }
+ if ($post_id > 0 && $meta) {
+ $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( $post_id ) ) );
+ if ( $meta[ 'blog_id' ] == $blog_id && ( ( $all == true && !$meta[ 'post' ] ) || $meta[ 'post' ] == $post_id) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting post cache files for {$meta[ 'uri' ]}: $content_pathname", 4 );
+ @unlink($meta_pathname);
+ @unlink($content_pathname);
+ if ( $super_cache_enabled == true ) {
+ @prune_super_cache( $dir . $permalink, true, true );
+ do_action( 'gc_cache', 'rebuild', $permalink );
+ }
+ }
+ } elseif ($meta[ 'blog_id' ] == $blog_id) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting cache files for {$meta[ 'uri' ]}: $content_pathname", 4 );
+ @unlink($meta_pathname);
+ @unlink($content_pathname);
+ if ( $super_cache_enabled == true ) {
+ $files_to_check = get_all_supercache_filenames( $dir . $meta[ 'uri' ] );
+ foreach( $files_to_check as $cache_file ) {
+ @wp_cache_rebuild_or_delete( $dir . trailingslashit( $meta[ 'uri' ] ) . $cache_file );
+ }
+ do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
+ }
+ }
+
+ }
+ }
+ closedir($handle);
+ }
+ wp_cache_writers_exit();
+ return $post_id;
+ }
+
+ function wp_cache_microtime_diff($a, $b) {
+ list($a_dec, $a_sec) = explode(' ', $a);
+ list($b_dec, $b_sec) = explode(' ', $b);
+ return $b_sec - $a_sec + $b_dec - $a_dec;
+ }
+
+ function wp_cache_post_id() {
+ global $posts, $comment_post_ID, $post_ID;
+ // We try hard all options. More frequent first.
+ if ($post_ID > 0 ) return $post_ID;
+ if ($comment_post_ID > 0 ) return $comment_post_ID;
+ if (is_single() || is_page()) return $posts[0]->ID;
+ if (isset( $_GET[ 'p' ] ) && $_GET['p'] > 0) return $_GET['p'];
+ if (isset( $_POST[ 'p' ] ) && $_POST['p'] > 0) return $_POST['p'];
+ return 0;
+ }
+
+ function wp_cache_gc_cron() {
+ global $file_prefix, $cache_max_time, $cache_gc_email_me, $cache_time_interval;
+
+ $msg = '';
+ 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;
+ }
+ update_option( 'wpsupercache_gc_time', time() );
+
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
+
+ if( !isset( $cache_max_time ) )
+ $cache_max_time = 600;
+
+ $start = time();
+ $num = 0;
+ if( false === ( $num = wp_cache_phase2_clean_expired( $file_prefix ) ) ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache Expiry cron job failed. Probably mutex locked.', 1 );
+ update_option( 'wpsupercache_gc_time', time() - ( $cache_time_interval - 10 ) ); // if GC failed then run it again in one minute
+ $msg .= __( 'Cache expiry cron job failed. Job will run again in 10 seconds.', 'wp-super-cache' ) . "\n";
+ }
+ if( time() - $start > 30 ) {
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cache Expiry cron job took more than 30 seconds to execute.\nYou should reduce the Expiry Time in the WP Super Cache admin page\nas you probably have more cache files than your server can handle efficiently.", 1 );
+ $msg .= __( 'Cache expiry cron job took more than 30 seconds. You should probably run the garbage collector more often.', 'wp-super-cache' ) . "\n";
+ }
+
+ if ( $cache_gc_email_me ) {
+ if ( $msg != '' )
+ $msg = "The following warnings were generated by the WP Super Cache Garbage Collector:\n" . $msg;
+
+ $msg = "Hi,\n\nThe WP Super Cache Garbage Collector has now run, deleting " . (int)$num . " files and directories.\nIf you want to switch off these emails please see the WP Super Cache Advanced Settings\npage on your blog.\n\n{$msg}\nRegards,\nThe Garbage Collector.";
+
+ wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] WP Super Cache GC Report', 'wp-super-cache' ), site_url() ), $msg );
+ }
+ schedule_wp_gc( 1 );
+ }
+
+ function schedule_wp_gc( $forced = 0 ) {
+ global $cache_schedule_type, $cache_max_time, $cache_time_interval, $cache_scheduled_time, $cache_schedule_interval;
+
+ if ( false == isset( $cache_schedule_type ) ) {
+ $cache_schedule_type = 'interval';
+ $cache_schedule_interval = $cache_max_time;
+ }
+ if ( $cache_schedule_type == 'interval' ) {
+ if ( $cache_max_time == 0 )
+ return false;
+ if ( !isset( $cache_max_time ) )
+ $cache_max_time = 600;
+ $last_gc = get_option( "wpsupercache_gc_time" );
+
+ if ( !$last_gc ) {
+ update_option( 'wpsupercache_gc_time', time() );
+ $last_gc = get_option( "wpsupercache_gc_time" );
+ }
+ if ( $forced || ( $last_gc < ( time() - 60 ) ) ) { // Allow up to 60 seconds for the previous job to run
+ global $wp_cache_shutdown_gc;
+ if ( !isset( $wp_cache_shutdown_gc ) || $wp_cache_shutdown_gc == 0 ) {
+ if ( !($t = wp_next_scheduled( 'wp_cache_gc' ) ) ) {
+ wp_clear_scheduled_hook( 'wp_cache_gc' );
+ wp_schedule_single_event( time() + $cache_time_interval, 'wp_cache_gc' );
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_gc for 10 seconds time.', 5 );
+ }
+ } else {
+ global $time_to_gc_cache;
+ $time_to_gc_cache = 1; // tell the "shutdown gc" to run!
+ }
+ }
+ } elseif ( $cache_schedule_type == 'time' && !wp_next_scheduled( 'wp_cache_gc' ) ) {
+ wp_schedule_event( strtotime( $cache_scheduled_time ), $cache_schedule_interval, 'wp_cache_gc' );
+ }
+ return true;
+ }
+
+ ?>
diff -crBPN --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=wordpress.sql --exclude=wp-config.php --exclude=.htaccess-dist --exclude=advanced-cache.php --exclude=wp-cache-config.php --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.4.2.pl /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache.php /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache.php
*** /home/packages/code/qi/SOURCES/wordpress-3.4.1/wp-content/plugins/wp-super-cache/wp-cache.php 1969-12-31 17:00:00.000000000 -0700
--- /home/packages/code/qi/SOURCES/wordpress-3.4.2/wp-content/plugins/wp-super-cache/wp-cache.php 2012-10-29 12:35:33.000000000 -0500
***************
*** 0 ****
--- 1,3010 ----
+
' .
+ __( 'You may experience problems running this plugin because SAFE MODE is enabled.', 'wp-super-cache' ) . ' ';
+
+
+ if( !ini_get( 'safe_mode_gid' ) ) {
+ _e( 'Your server is set up to check the owner of PHP scripts before allowing them to read and write files.', 'wp-super-cache' ) . " ";
+ printf( __( 'You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the safe mode manual page for further details.', 'wp-super-cache' ), WP_CONTENT_DIR );
+ } else {
+ _e( 'You or an administrator must disable this. See the safe mode manual page for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file.', 'wp-super-cache' );
+ }
+ echo '
" . __( 'A custom url or permalink structure is required for this plugin to work correctly. Please go to the Permalinks Options Page to configure your permalinks.' ) . "
this page for instructions on modifying your php.ini.', 'wp-super-cache' ); ?>
+
+
%s/wp-cache-config.php and cannot be modified. That file must be writeable by the webserver to make any changes.', 'wp-super-cache' ), WP_CONTENT_DIR ); ?>
+
+
This page explains how to change file permissions.', 'wp-super-cache' ); ?>
" . __( 'For best performance you should enable "Mobile device support" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text "2.0\ MMP|240x320" and delete those.', 'wp-super-cache' ) . "
" . __( 'This will have no affect on ordinary users but mobile users will see uncached pages.', 'wp-super-cache' ) . "
# BEGIN WPSuperCache and # END WPSuperCache and let the plugin regenerate them by reloading this page.', 'wp-super-cache' ), $home_path ); ?>
+
# BEGIN WPSuperCache and # END WPSuperCache. There are two sections that look very similar. Just below the line %%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$ add these lines: (do it twice, once for each section)', 'wp-super-cache' ), $home_path ); ?>
+
__( 'Required to serve compressed supercache files properly.', 'wp-super-cache' ), 'mod_headers' => __( 'Required to set caching information on supercache pages. IE7 users will see old pages without this module.', 'wp-super-cache' ), 'mod_expires' => __( 'Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module.', 'wp-super-cache' ) );
+ foreach( $required_modules as $req => $desc ) {
+ if( !in_array( $req, $mods ) ) {
+ $missing_mods[ $req ] = $desc;
+ }
+ }
+ if( isset( $missing_mods) && is_array( $missing_mods ) ) {
+ ?>
' . __( "Warning! You attempted to enable compression but zlib.output_compression is enabled. See #21 in the Troubleshooting section of the readme file.", 'wp-super-cache' ) . '
" . sprintf( __( 'Scheduled preloading of cache in %d minutes', 'wp-super-cache' ), (int)$_POST[ 'custom_preload_interval' ] ) . "
";
+ }
+ }
+ }
+ echo '
' . __( 'This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now.', 'wp-super-cache' ) . '
';
+ echo '
' . __( 'Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting.', 'wp-super-cache' ) . '
';
+ echo '
' . __( 'In ’Preload Mode’ regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded.', 'wp-super-cache' ) . '
';
+ echo '';
+ } else {
+ echo '
' . __( 'Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator.', 'wp-super-cache' ) . '
' . __( 'The timestamps on both pages match!', 'wp-super-cache' ) . '
';
+ } else {
+ echo '
' . __( 'The pages do not match! Timestamps differ or were not found!', 'wp-super-cache' ) . '
';
+ echo '
' . __( 'Things you can do:', 'wp-super-cache' ) . '
';
+ echo '
' . __( 'Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match.', 'wp-super-cache' ) . '
';
+ echo '
' . __( 'Enable logging on the Debug page here. That should help you track down the problem.', 'wp-super-cache' ) . '
';
+ echo '
' . __( 'You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself.', 'wp-super-cache' ) . '
Support Forum', 'wp-super-cache' ), 'http://wordpress.org/tags/wp-super-cache' ); ?>
+
+
+
rate this plugin and tell me if it works for you or not. It really helps development.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/' ); ?>
' . __( 'Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins.', 'wp-super-cache' ) . '
';
+ echo '
' . __( 'This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them.', 'wp-super-cache' ) . '
' . sprintf( __( 'Notice: WP Super Cache mod_rewrite rule checks disabled unless running on the main site of this network.', 'wp-super-cache' ), $link_to_admin ) . '
" . __( 'Thank you for upgrading.', 'wp-super-cache' ) . " " . sprintf( __( 'The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are "HTTP_COOKIE" becomes "HTTP:Cookie" and "wordpressuser" becomes "wordpress". This is a WordPress 2.5 change but it’s backwards compatible with older versions if you’re brave enough to use them.', 'wp-super-cache' ), '
" . __( 'It looks like your blog has URLs that end with a "/". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a "/" end serve the same content as those with the "/" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:', 'wp-super-cache' ) . "
" . sprintf( __( '%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:', 'wp-super-cache' ), $home_path ) . "
\n";
+ } else {
+ echo "
" . __( 'Mod Rewrite rules must be updated!', 'wp-super-cache' ) . "
";
+ echo "
" . sprintf( __( 'Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:', 'wp-super-cache' ), $home_path ) . "
\n";
+ }
+ echo "
" . esc_html( $rules ) . "
\n
";
+ } else {
+ ?>
+
Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match.', 'wp-super-cache' ), $home_path ); ?>