WP Super Cache - Version 0.9.9.3

Version Description

Fix division by zero error in half-on mode, always show "delete cache" button, fix "Update mod_rewrite rules" button.

=

Download this release

Release Info

Developer donncha
Plugin Icon 128x128 WP Super Cache
Version 0.9.9.3
Comparing to
See all releases

Code changes from version 0.9.9.2 to 0.9.9.3

Files changed (4) hide show
  1. Changelog.txt +52 -0
  2. readme.txt +12 -3
  3. wp-cache.php +13 -10
  4. wp-super-cache.pot +68 -60
Changelog.txt CHANGED
@@ -1,3 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  2010-06-15 13:19 donncha
2
 
3
  * readme.txt: Bump version to 0.9.9.1
1
+ 2010-06-16 10:26 donncha
2
+
3
+ * wp-super-cache.pot: Updated translation file for 0.9.9.3
4
+
5
+ 2010-06-16 10:24 donncha
6
+
7
+ * readme.txt, wp-cache.php: Bump version to 0.9.9.3
8
+
9
+ 2010-06-16 10:20 donncha
10
+
11
+ * wp-cache.php: Minor mod to preloading text
12
+
13
+ 2010-06-16 10:18 donncha
14
+
15
+ * wp-cache.php: If cache stats are not cached then do so, and also
16
+ include an explanation of caching stats.
17
+
18
+ 2010-06-16 10:11 donncha
19
+
20
+ * wp-cache.php: Minor mod to preloading text
21
+
22
+ 2010-06-16 10:07 donncha
23
+
24
+ * wp-cache.php: Slight change in "preload mode" description and
25
+ donation link
26
+
27
+ 2010-06-16 09:14 donncha
28
+
29
+ * wp-cache.php: Minor change to "about" text on admin page.
30
+
31
+ 2010-06-15 22:55 donncha
32
+
33
+ * wp-cache.php: Avoid division by zero error when plugin is
34
+ "half-on" and always show "delete cache" button.
35
+
36
+ 2010-06-15 15:59 donncha
37
+
38
+ * wp-cache.php: Check if $wpmu_version is set rather than if
39
+ is_site_admin() exists to detect MU
40
+
41
+ 2010-06-15 13:34 donncha
42
+
43
+ * readme.txt, wp-cache.php: Version 0.9.9.2
44
+
45
+ 2010-06-15 13:27 donncha
46
+
47
+ * wp-super-cache.pot: Updated pot translation file
48
+
49
+ 2010-06-15 13:22 donncha
50
+
51
+ * Changelog.txt: Updated changelog, version 0.9.9.1
52
+
53
  2010-06-15 13:19 donncha
54
 
55
  * readme.txt: Bump version to 0.9.9.1
readme.txt CHANGED
@@ -2,7 +2,7 @@
2
  Contributors: donncha
3
  Tags: performance,caching,wp-cache,wp-super-cache,cache
4
  Tested up to: 3.0
5
- Stable tag: 0.9.9.2
6
  Requires at least: 2.6
7
  Donate link: http://ocaoimh.ie/gad/
8
 
@@ -28,11 +28,20 @@ The [changelog](http://svn.wp-plugins.org/wp-super-cache/trunk/Changelog.txt) is
28
 
29
  == Upgrade Notice ==
30
 
31
- = 0.9.9.1 =
32
- Preloading of cache, better mobile plugin support, lots of bugfixes.
33
 
34
  == Changelog ==
35
 
 
 
 
 
 
 
 
 
 
36
  = 0.9.9.1 =
37
  * Added preloading of static cache.
38
  * Better mobile plugin support
2
  Contributors: donncha
3
  Tags: performance,caching,wp-cache,wp-super-cache,cache
4
  Tested up to: 3.0
5
+ Stable tag: 0.9.9.3
6
  Requires at least: 2.6
7
  Donate link: http://ocaoimh.ie/gad/
8
 
28
 
29
  == Upgrade Notice ==
30
 
31
+ = 0.9.9.3 =
32
+ Fix division by zero error in half-on mode, always show "delete cache" button, fix "Update mod_rewrite rules" button.
33
 
34
  == Changelog ==
35
 
36
+ = 0.9.9.3 =
37
+ * Fixed division by zero error in half on mode.
38
+ * Always show "delete cache" button.
39
+ * Fixed "Update mod_rewrite rules" button.
40
+ * Minor text changes to admin page.
41
+
42
+ = 0.9.9.2 =
43
+ * Forgot to change version number in wp-cache.php
44
+
45
  = 0.9.9.1 =
46
  * Added preloading of static cache.
47
  * Better mobile plugin support
wp-cache.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
  Description: Very fast caching plugin for WordPress.
6
- Version: 0.9.9.2
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
@@ -113,7 +113,7 @@ register_activation_hook( __FILE__, 'wpsupercache_activate' );
113
  function wp_cache_add_pages() {
114
  if( function_exists( 'is_site_admin' ) ) {
115
  if( is_site_admin() ) {
116
- add_submenu_page('wpmu-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
117
  add_options_page('WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
118
  }
119
  } else {
@@ -558,8 +558,8 @@ RewriteCond %{HTTP_user_agent} !^(<?php echo addcslashes( implode( '|', $wp_cach
558
  }
559
  }
560
  echo '<p>' . __( 'This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now.', 'wp-super-cache' ) . '</p>';
561
- echo '<p>' . __( 'Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots of posts. This is especially important on shared hosting.', 'wp-super-cache' ) . '</p>';
562
- echo '<p>' . __( 'In &#8217;Preload Mode&#8217; garbage collection will only clean out old half-on files for known users, not the preloaded supercache files. Otherwise, garbage collection will work on both types of file.', 'wp-super-cache' ) . '</p>';
563
  echo '<form name="cache_filler" action="#preload" method="POST">';
564
  echo '<input type="hidden" name="action" value="preload" />';
565
  echo '<input type="hidden" name="page" value="wpsupercache" />';
@@ -596,7 +596,7 @@ RewriteCond %{HTTP_user_agent} !^(<?php echo addcslashes( implode( '|', $wp_cach
596
 
597
  echo '<input type="checkbox" name="preload_on" value="1" ';
598
  echo $wp_cache_preload_on == 1 ? 'checked=1' : '';
599
- echo ' /> ' . __( 'Preload mode (garbage collection only on half-on cache files)', 'wp-super-cache' ) . '<br />';
600
  echo '<input type="checkbox" name="preload_email_me" value="1" ';
601
  echo $wp_cache_preload_email_me == 1 ? 'checked=1' : '';
602
  echo ' /> ' . __( 'Send me status emails when files are refreshed.', 'wp-super-cache' ) . '<br />';
@@ -672,7 +672,7 @@ RewriteCond %{HTTP_user_agent} !^(<?php echo addcslashes( implode( '|', $wp_cach
672
  </div>
673
  <?php } else { ?>
674
  <p><?php printf( __( '%1$s is maintained and developed by %2$s with contributions from many others.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/wp-super-cache/?r=supercache">WP Super Cache</a>', '<a href="http://ocaoimh.ie/?r=supercache">Donncha O Caoimh</a>' ); ?></p>
675
- <p><?php printf( __( 'He blogs at %1$s, posts photos at %2$s and <a href="%3$s">wishes</a> he had more time to read and relax.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/?r=supercache">Holy Shmoly</a>', '<a href="http://inphotos.org/?r=supercache">In Photos.org</a>', 'http://ocaoimh.ie/gad' ); ?></p>
676
  <p><?php printf( __( 'Please say hi to him on %s too!', 'wp-super-cache' ), '<a href="http://twitter.com/donncha/">Twitter</a>' ); ?></p>
677
  <?php
678
  }
@@ -1549,7 +1549,7 @@ function wp_cache_files() {
1549
  }
1550
 
1551
  $cache_stats = get_option( 'supercache_stats' );
1552
- if ( $valid_nonce && $_GET[ 'action' ] == 'regenerate_cache_stats' ) {
1553
  $list_files = false; // it doesn't list supercached files, and removing single pages is buggy
1554
  $count = 0;
1555
  $expired = 0;
@@ -1648,6 +1648,7 @@ function wp_cache_files() {
1648
  $cache_stats = array( 'generated' => time(), 'supercache' => $sizes, 'wpcache' => array( 'cached' => $count, 'expired' => $expired, 'fsize' => $wp_cache_fsize ) );
1649
  update_option( 'supercache_stats', $cache_stats );
1650
  } else {
 
1651
  echo "<a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'regenerate_cache_stats' ) ), 'wp-cache' ) . "'>" . __( 'Regenerate cache stats' ) . "</a>";
1652
  if ( is_array( $cache_stats ) ) {
1653
  echo "<p>" . sprintf( __( 'Cache stats last generated: %s minutes ago.', 'wp-super-cache' ), number_format( ( time() - $cache_stats[ 'generated' ] ) / 60 ) ) . "</p>";
@@ -1659,6 +1660,7 @@ function wp_cache_files() {
1659
  echo "<p><strong>" . __( 'WP-Cache', 'wp-super-cache' ) . " ({$cache_stats[ 'wpcache' ][ 'fsize' ]})</strong></p>";
1660
  echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'cached' ] ) . "</li>";
1661
  echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'expired' ] ) . "</li></ul>";
 
1662
  if( $cache_enabled == true && $super_cache_enabled == true ) {
1663
  $fsize = $cache_stats[ 'supercache' ][ 'fsize' ] / 1024;
1664
  if( $fsize > 1024 ) {
@@ -1668,7 +1670,6 @@ function wp_cache_files() {
1668
  } else {
1669
  $fsize = "0KB";
1670
  }
1671
- $divisor = $cache_compression == 1 ? 2 : 1;
1672
  echo "<p><strong>" . __( 'WP-Super-Cache', 'wp-super-cache' ) . " ({$fsize})</strong></p>";
1673
  echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'cached' ] / $divisor ) ) . "</li>";
1674
  $age = intval(($now - $sizes['ts'])/60);
@@ -1754,8 +1755,8 @@ function wp_cache_files() {
1754
  }
1755
  if ( $cache_max_time > 0 )
1756
  echo "<p>" . sprintf( __( 'Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.', 'wp-super-cache' ), $cache_max_time ) . "</p>";
1757
- wp_cache_delete_buttons();
1758
  } // cache_stats
 
1759
 
1760
  echo '</fieldset>';
1761
  }
@@ -2046,6 +2047,8 @@ function wpsc_update_htaccess() {
2046
  }
2047
 
2048
  function wpsc_update_htaccess_form( $short_form = true ) {
 
 
2049
  extract( wpsc_get_htaccess_info() );
2050
  if( !is_writeable_ACLSafe( $home_path . ".htaccess" ) ) {
2051
  echo "<div style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><h4>" . __( 'Cannot update .htaccess', 'wp-super-cache' ) . "</h4><p>" . sprintf( __( 'The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client.', 'wp-super-cache' ), $home_path ) . "</p><p>" . __( 'Refresh this page when the file permissions have been modified.' ) . "</p><p>" . sprintf( __( 'Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):', 'wp-super-cache' ), $home_path ) . "</p>";
@@ -2063,7 +2066,7 @@ function wpsc_update_htaccess_form( $short_form = true ) {
2063
  echo "<p>" . sprintf( __( 'Rules must be added to %s too:', 'wp-super-cache' ), WP_CONTENT_DIR . "/cache/.htaccess" ) . "</p>";
2064
  echo "<pre># BEGIN supercache\n" . wp_specialchars( $gziprules ) . "# END supercache</pre></p>";
2065
  }
2066
- if( !function_exists( 'is_site_admin' ) ) {
2067
  echo '<form name="updatehtaccess" action="#modrewrite" method="post">';
2068
  echo '<input type="hidden" name="updatehtaccess" value="1" />';
2069
  echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'id="updatehtaccess" value="' . __( 'Update Mod_Rewrite Rules', 'wp-super-cache' ) . ' &raquo;" /></div>';
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
  Description: Very fast caching plugin for WordPress.
6
+ Version: 0.9.9.3
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
113
  function wp_cache_add_pages() {
114
  if( function_exists( 'is_site_admin' ) ) {
115
  if( is_site_admin() ) {
116
+ add_submenu_page( 'ms-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
117
  add_options_page('WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
118
  }
119
  } else {
558
  }
559
  }
560
  echo '<p>' . __( 'This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now.', 'wp-super-cache' ) . '</p>';
561
+ echo '<p>' . __( 'Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting.', 'wp-super-cache' ) . '</p>';
562
+ echo '<p>' . __( 'In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old half-on files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded.', 'wp-super-cache' ) . '</p>';
563
  echo '<form name="cache_filler" action="#preload" method="POST">';
564
  echo '<input type="hidden" name="action" value="preload" />';
565
  echo '<input type="hidden" name="page" value="wpsupercache" />';
596
 
597
  echo '<input type="checkbox" name="preload_on" value="1" ';
598
  echo $wp_cache_preload_on == 1 ? 'checked=1' : '';
599
+ echo ' /> ' . __( 'Preload mode (garbage collection only on half-on cache files. Recommended.)', 'wp-super-cache' ) . '<br />';
600
  echo '<input type="checkbox" name="preload_email_me" value="1" ';
601
  echo $wp_cache_preload_email_me == 1 ? 'checked=1' : '';
602
  echo ' /> ' . __( 'Send me status emails when files are refreshed.', 'wp-super-cache' ) . '<br />';
672
  </div>
673
  <?php } else { ?>
674
  <p><?php printf( __( '%1$s is maintained and developed by %2$s with contributions from many others.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/wp-super-cache/?r=supercache">WP Super Cache</a>', '<a href="http://ocaoimh.ie/?r=supercache">Donncha O Caoimh</a>' ); ?></p>
675
+ <p><?php printf( __( 'He blogs at %1$s and posts photos at %2$s. He would really appreciate a <a href="%3$s">donation</a> to encourage development of this plugin.<br />Even a penny will help.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/?r=supercache">Holy Shmoly</a>', '<a href="http://inphotos.org/?r=supercache">In Photos.org</a>', 'http://ocaoimh.ie/gad' ); ?></p>
676
  <p><?php printf( __( 'Please say hi to him on %s too!', 'wp-super-cache' ), '<a href="http://twitter.com/donncha/">Twitter</a>' ); ?></p>
677
  <?php
678
  }
1549
  }
1550
 
1551
  $cache_stats = get_option( 'supercache_stats' );
1552
+ if ( !is_array( $cache_stats ) || ( $valid_nonce && $_GET[ 'action' ] == 'regenerate_cache_stats' ) ) {
1553
  $list_files = false; // it doesn't list supercached files, and removing single pages is buggy
1554
  $count = 0;
1555
  $expired = 0;
1648
  $cache_stats = array( 'generated' => time(), 'supercache' => $sizes, 'wpcache' => array( 'cached' => $count, 'expired' => $expired, 'fsize' => $wp_cache_fsize ) );
1649
  update_option( 'supercache_stats', $cache_stats );
1650
  } else {
1651
+ echo "<p>" . __( 'Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page.', 'wp-super-cache' ) . "</p>";
1652
  echo "<a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'regenerate_cache_stats' ) ), 'wp-cache' ) . "'>" . __( 'Regenerate cache stats' ) . "</a>";
1653
  if ( is_array( $cache_stats ) ) {
1654
  echo "<p>" . sprintf( __( 'Cache stats last generated: %s minutes ago.', 'wp-super-cache' ), number_format( ( time() - $cache_stats[ 'generated' ] ) / 60 ) ) . "</p>";
1660
  echo "<p><strong>" . __( 'WP-Cache', 'wp-super-cache' ) . " ({$cache_stats[ 'wpcache' ][ 'fsize' ]})</strong></p>";
1661
  echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'cached' ] ) . "</li>";
1662
  echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'expired' ] ) . "</li></ul>";
1663
+ $divisor = $cache_compression == 1 ? 2 : 1;
1664
  if( $cache_enabled == true && $super_cache_enabled == true ) {
1665
  $fsize = $cache_stats[ 'supercache' ][ 'fsize' ] / 1024;
1666
  if( $fsize > 1024 ) {
1670
  } else {
1671
  $fsize = "0KB";
1672
  }
 
1673
  echo "<p><strong>" . __( 'WP-Super-Cache', 'wp-super-cache' ) . " ({$fsize})</strong></p>";
1674
  echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'cached' ] / $divisor ) ) . "</li>";
1675
  $age = intval(($now - $sizes['ts'])/60);
1755
  }
1756
  if ( $cache_max_time > 0 )
1757
  echo "<p>" . sprintf( __( 'Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.', 'wp-super-cache' ), $cache_max_time ) . "</p>";
 
1758
  } // cache_stats
1759
+ wp_cache_delete_buttons();
1760
 
1761
  echo '</fieldset>';
1762
  }
2047
  }
2048
 
2049
  function wpsc_update_htaccess_form( $short_form = true ) {
2050
+ global $wpmu_version;
2051
+
2052
  extract( wpsc_get_htaccess_info() );
2053
  if( !is_writeable_ACLSafe( $home_path . ".htaccess" ) ) {
2054
  echo "<div style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><h4>" . __( 'Cannot update .htaccess', 'wp-super-cache' ) . "</h4><p>" . sprintf( __( 'The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client.', 'wp-super-cache' ), $home_path ) . "</p><p>" . __( 'Refresh this page when the file permissions have been modified.' ) . "</p><p>" . sprintf( __( 'Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):', 'wp-super-cache' ), $home_path ) . "</p>";
2066
  echo "<p>" . sprintf( __( 'Rules must be added to %s too:', 'wp-super-cache' ), WP_CONTENT_DIR . "/cache/.htaccess" ) . "</p>";
2067
  echo "<pre># BEGIN supercache\n" . wp_specialchars( $gziprules ) . "# END supercache</pre></p>";
2068
  }
2069
+ if ( !isset( $wpmu_version ) || $wpmu_version == '' ) {
2070
  echo '<form name="updatehtaccess" action="#modrewrite" method="post">';
2071
  echo '<input type="hidden" name="updatehtaccess" value="1" />';
2072
  echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'id="updatehtaccess" value="' . __( 'Update Mod_Rewrite Rules', 'wp-super-cache' ) . ' &raquo;" /></div>';
wp-super-cache.pot CHANGED
@@ -8,7 +8,7 @@ msgid ""
8
  msgstr ""
9
  "Project-Id-Version: \n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
11
- "POT-Creation-Date: 2010-06-15 13:25+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -505,14 +505,14 @@ msgstr ""
505
  msgid ""
506
  "Preloading creates lots of files however. Caching is done from the newest "
507
  "post to the oldest so please consider only caching the newest if you have "
508
- "lots of posts. This is especially important on shared hosting."
509
  msgstr ""
510
 
511
  #: wp-cache.php:562
512
  msgid ""
513
- "In &#8217;Preload Mode&#8217; garbage collection will only clean out old "
514
- "half-on files for known users, not the preloaded supercache files. "
515
- "Otherwise, garbage collection will work on both types of file."
516
  msgstr ""
517
 
518
  #: wp-cache.php:566
@@ -532,7 +532,8 @@ msgid "Preload %s posts."
532
  msgstr ""
533
 
534
  #: wp-cache.php:599
535
- msgid "Preload mode (garbage collection only on half-on cache files)"
 
536
  msgstr ""
537
 
538
  #: wp-cache.php:602
@@ -640,8 +641,9 @@ msgstr ""
640
  #: wp-cache.php:675
641
  #, php-format
642
  msgid ""
643
- "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he "
644
- "had more time to read and relax."
 
645
  msgstr ""
646
 
647
  #: wp-cache.php:676
@@ -819,7 +821,7 @@ msgstr ""
819
  msgid "View Mod_Rewrite Rules"
820
  msgstr ""
821
 
822
- #: wp-cache.php:833 wp-cache.php:2063
823
  #, php-format
824
  msgid "Rules must be added to %s too:"
825
  msgstr ""
@@ -1304,168 +1306,174 @@ msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1304
  msgstr ""
1305
 
1306
  #: wp-cache.php:1651
 
 
 
 
 
 
1307
  msgid "Regenerate cache stats"
1308
  msgstr ""
1309
 
1310
- #: wp-cache.php:1653
1311
  #, php-format
1312
  msgid "Cache stats last generated: %s minutes ago."
1313
  msgstr ""
1314
 
1315
- #: wp-cache.php:1659
1316
  msgid "WP-Cache"
1317
  msgstr ""
1318
 
1319
- #: wp-cache.php:1660 wp-cache.php:1673
1320
  #, php-format
1321
  msgid "%s Cached Pages"
1322
  msgstr ""
1323
 
1324
- #: wp-cache.php:1661 wp-cache.php:1675
1325
  #, php-format
1326
  msgid "%s Expired Pages"
1327
  msgstr ""
1328
 
1329
- #: wp-cache.php:1672
1330
  msgid "WP-Super-Cache"
1331
  msgstr ""
1332
 
1333
- #: wp-cache.php:1680
1334
  msgid "Fresh WP-Cached Files"
1335
  msgstr ""
1336
 
1337
- #: wp-cache.php:1681 wp-cache.php:1697 wp-cache.php:1713 wp-cache.php:1729
1338
  msgid "URI"
1339
  msgstr ""
1340
 
1341
- #: wp-cache.php:1681 wp-cache.php:1697
1342
  msgid "Key"
1343
  msgstr ""
1344
 
1345
- #: wp-cache.php:1681 wp-cache.php:1697 wp-cache.php:1713 wp-cache.php:1729
1346
  msgid "Age"
1347
  msgstr ""
1348
 
1349
- #: wp-cache.php:1681 wp-cache.php:1697 wp-cache.php:1713 wp-cache.php:1729
1350
  msgid "Delete"
1351
  msgstr ""
1352
 
1353
- #: wp-cache.php:1696
1354
  msgid "Stale WP-Cached Files"
1355
  msgstr ""
1356
 
1357
- #: wp-cache.php:1712
1358
  msgid "Fresh Super Cached Files"
1359
  msgstr ""
1360
 
1361
- #: wp-cache.php:1728
1362
  msgid "Stale Super Cached Files"
1363
  msgstr ""
1364
 
1365
- #: wp-cache.php:1744
1366
  msgid "Hide file list"
1367
  msgstr ""
1368
 
1369
- #: wp-cache.php:1746
1370
  msgid "Too many cached files, no listing possible."
1371
  msgstr ""
1372
 
1373
- #: wp-cache.php:1752
1374
  #, php-format
1375
  msgid ""
1376
  "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
1377
  "minutes ago<br />"
1378
  msgstr ""
1379
 
1380
- #: wp-cache.php:1753
1381
  #, php-format
1382
  msgid "Next GC in <strong>%s</strong> minutes"
1383
  msgstr ""
1384
 
1385
- #: wp-cache.php:1756
1386
  #, php-format
1387
  msgid ""
1388
  "Expired files are files older than %s seconds. They are still used by the "
1389
  "plugin and are deleted periodically."
1390
  msgstr ""
1391
 
1392
- #: wp-cache.php:1767
1393
  msgid "Delete Expired"
1394
  msgstr ""
1395
 
1396
- #: wp-cache.php:1773 wp-cache.php:1785 wp-cache.php:1948
1397
  msgid "Delete Cache"
1398
  msgstr ""
1399
 
1400
- #: wp-cache.php:1785
1401
  msgid "Delete Super Cache cached files (opens in new window)"
1402
  msgstr ""
1403
 
1404
- #: wp-cache.php:1924
1405
  #, php-format
1406
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1407
  msgstr ""
1408
 
1409
- #: wp-cache.php:1957
1410
  #, php-format
1411
  msgid ""
1412
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1413
  "to enable and configure the plugin."
1414
  msgstr ""
1415
 
1416
- #: wp-cache.php:1963
1417
  msgid "Settings"
1418
  msgstr ""
1419
 
1420
- #: wp-cache.php:1973
1421
  #, php-format
1422
  msgid ""
1423
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1424
  "page</a> to enable caching."
1425
  msgstr ""
1426
 
1427
- #: wp-cache.php:1992
1428
  #, php-format
1429
  msgid "[%s] Front page is gzipped! Please clear cache!"
1430
  msgstr ""
1431
 
1432
- #: wp-cache.php:1992
1433
  #, php-format
1434
  msgid ""
1435
  "Please visit %s to clear the cache as the front page of your site is now "
1436
  "downloading!"
1437
  msgstr ""
1438
 
1439
- #: wp-cache.php:1995
1440
  #, php-format
1441
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1442
  msgstr ""
1443
 
1444
- #: wp-cache.php:1995
1445
  #, php-format
1446
  msgid ""
1447
  "The cache on your blog has been cleared because the front page of your site "
1448
  "is now downloading. Please visit %s to verify the cache has been cleared."
1449
  msgstr ""
1450
 
1451
- #: wp-cache.php:2002
1452
  #, php-format
1453
  msgid "[%s] Front page is not correct! Please clear cache!"
1454
  msgstr ""
1455
 
1456
- #: wp-cache.php:2002
1457
  #, php-format
1458
  msgid ""
1459
  "Please visit %1$s to clear the cache as the front page of your site is not "
1460
  "correct and missing the text, \"%2$s\"!"
1461
  msgstr ""
1462
 
1463
- #: wp-cache.php:2005
1464
  #, php-format
1465
  msgid "[%s] Front page is not correct! Cache Cleared!"
1466
  msgstr ""
1467
 
1468
- #: wp-cache.php:2005
1469
  #, php-format
1470
  msgid ""
1471
  "The cache on your blog has been cleared because the front page of your site "
@@ -1473,92 +1481,92 @@ msgid ""
1473
  "cleared."
1474
  msgstr ""
1475
 
1476
- #: wp-cache.php:2010
1477
  #, php-format
1478
  msgid "[%s] Front page check!"
1479
  msgstr ""
1480
 
1481
- #: wp-cache.php:2010
1482
  #, php-format
1483
  msgid ""
1484
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
1485
  "you would like to disable this."
1486
  msgstr ""
1487
 
1488
- #: wp-cache.php:2051
1489
  msgid "Cannot update .htaccess"
1490
  msgstr ""
1491
 
1492
- #: wp-cache.php:2051
1493
  #, php-format
1494
  msgid ""
1495
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
1496
  "Please correct this using the chmod command or your ftp client."
1497
  msgstr ""
1498
 
1499
- #: wp-cache.php:2051
1500
  msgid "Refresh this page when the file permissions have been modified."
1501
  msgstr ""
1502
 
1503
- #: wp-cache.php:2051
1504
  #, php-format
1505
  msgid ""
1506
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
1507
  "add the following code (before any WordPress rules):"
1508
  msgstr ""
1509
 
1510
- #: wp-cache.php:2055
1511
  #, php-format
1512
  msgid ""
1513
  "To serve static html files your server must have the correct mod_rewrite "
1514
  "rules added to a file called <code>%s.htaccess</code>"
1515
  msgstr ""
1516
 
1517
- #: wp-cache.php:2057
1518
  msgid "You must edit the file yourself add the following rules."
1519
  msgstr ""
1520
 
1521
- #: wp-cache.php:2059
1522
  msgid "You can edit the file yourself add the following rules."
1523
  msgstr ""
1524
 
1525
- #: wp-cache.php:2061
1526
  msgid " Make sure they appear before any existing WordPress rules. "
1527
  msgstr ""
1528
 
1529
- #: wp-cache.php:2069
1530
  msgid "Update Mod_Rewrite Rules"
1531
  msgstr ""
1532
 
1533
- #: wp-cache.php:2162
1534
  #, php-format
1535
  msgid "[%1$s] Cache Preload Started"
1536
  msgstr ""
1537
 
1538
- #: wp-cache.php:2164
1539
  #, php-format
1540
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1541
  msgstr ""
1542
 
1543
- #: wp-cache.php:2175
1544
  #, php-format
1545
  msgid "[%1$s] %2$d posts refreshed"
1546
  msgstr ""
1547
 
1548
- #: wp-cache.php:2175
1549
  msgid "Refreshed the following posts:"
1550
  msgstr ""
1551
 
1552
- #: wp-cache.php:2184
1553
  #, php-format
1554
  msgid "Scheduling next preload refresh in %d minutes."
1555
  msgstr ""
1556
 
1557
- #: wp-cache.php:2194
1558
  #, php-format
1559
  msgid "[%s] Cache Preload Completed"
1560
  msgstr ""
1561
 
1562
- #: wp-cache.php:2194
1563
  msgid "Cleaning up old supercache files."
1564
  msgstr ""
8
  msgstr ""
9
  "Project-Id-Version: \n"
10
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
11
+ "POT-Creation-Date: 2010-06-16 10:25+0000\n"
12
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
505
  msgid ""
506
  "Preloading creates lots of files however. Caching is done from the newest "
507
  "post to the oldest so please consider only caching the newest if you have "
508
+ "lots (10,000+) of posts. This is especially important on shared hosting."
509
  msgstr ""
510
 
511
  #: wp-cache.php:562
512
  msgid ""
513
+ "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out "
514
+ "old half-on files for known users, not the preloaded supercache files. This "
515
+ "is a recommended setting when the cache is preloaded."
516
  msgstr ""
517
 
518
  #: wp-cache.php:566
532
  msgstr ""
533
 
534
  #: wp-cache.php:599
535
+ msgid ""
536
+ "Preload mode (garbage collection only on half-on cache files. Recommended.)"
537
  msgstr ""
538
 
539
  #: wp-cache.php:602
641
  #: wp-cache.php:675
642
  #, php-format
643
  msgid ""
644
+ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a <a "
645
+ "href=\"%3$s\">donation</a> to encourage development of this plugin.<br /"
646
+ ">Even a penny will help."
647
  msgstr ""
648
 
649
  #: wp-cache.php:676
821
  msgid "View Mod_Rewrite Rules"
822
  msgstr ""
823
 
824
+ #: wp-cache.php:833 wp-cache.php:2066
825
  #, php-format
826
  msgid "Rules must be added to %s too:"
827
  msgstr ""
1306
  msgstr ""
1307
 
1308
  #: wp-cache.php:1651
1309
+ msgid ""
1310
+ "Cache stats are not automatically generated. You must click the link below "
1311
+ "to regenerate the stats on this page."
1312
+ msgstr ""
1313
+
1314
+ #: wp-cache.php:1652
1315
  msgid "Regenerate cache stats"
1316
  msgstr ""
1317
 
1318
+ #: wp-cache.php:1654
1319
  #, php-format
1320
  msgid "Cache stats last generated: %s minutes ago."
1321
  msgstr ""
1322
 
1323
+ #: wp-cache.php:1660
1324
  msgid "WP-Cache"
1325
  msgstr ""
1326
 
1327
+ #: wp-cache.php:1661 wp-cache.php:1674
1328
  #, php-format
1329
  msgid "%s Cached Pages"
1330
  msgstr ""
1331
 
1332
+ #: wp-cache.php:1662 wp-cache.php:1676
1333
  #, php-format
1334
  msgid "%s Expired Pages"
1335
  msgstr ""
1336
 
1337
+ #: wp-cache.php:1673
1338
  msgid "WP-Super-Cache"
1339
  msgstr ""
1340
 
1341
+ #: wp-cache.php:1681
1342
  msgid "Fresh WP-Cached Files"
1343
  msgstr ""
1344
 
1345
+ #: wp-cache.php:1682 wp-cache.php:1698 wp-cache.php:1714 wp-cache.php:1730
1346
  msgid "URI"
1347
  msgstr ""
1348
 
1349
+ #: wp-cache.php:1682 wp-cache.php:1698
1350
  msgid "Key"
1351
  msgstr ""
1352
 
1353
+ #: wp-cache.php:1682 wp-cache.php:1698 wp-cache.php:1714 wp-cache.php:1730
1354
  msgid "Age"
1355
  msgstr ""
1356
 
1357
+ #: wp-cache.php:1682 wp-cache.php:1698 wp-cache.php:1714 wp-cache.php:1730
1358
  msgid "Delete"
1359
  msgstr ""
1360
 
1361
+ #: wp-cache.php:1697
1362
  msgid "Stale WP-Cached Files"
1363
  msgstr ""
1364
 
1365
+ #: wp-cache.php:1713
1366
  msgid "Fresh Super Cached Files"
1367
  msgstr ""
1368
 
1369
+ #: wp-cache.php:1729
1370
  msgid "Stale Super Cached Files"
1371
  msgstr ""
1372
 
1373
+ #: wp-cache.php:1745
1374
  msgid "Hide file list"
1375
  msgstr ""
1376
 
1377
+ #: wp-cache.php:1747
1378
  msgid "Too many cached files, no listing possible."
1379
  msgstr ""
1380
 
1381
+ #: wp-cache.php:1753
1382
  #, php-format
1383
  msgid ""
1384
  "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
1385
  "minutes ago<br />"
1386
  msgstr ""
1387
 
1388
+ #: wp-cache.php:1754
1389
  #, php-format
1390
  msgid "Next GC in <strong>%s</strong> minutes"
1391
  msgstr ""
1392
 
1393
+ #: wp-cache.php:1757
1394
  #, php-format
1395
  msgid ""
1396
  "Expired files are files older than %s seconds. They are still used by the "
1397
  "plugin and are deleted periodically."
1398
  msgstr ""
1399
 
1400
+ #: wp-cache.php:1768
1401
  msgid "Delete Expired"
1402
  msgstr ""
1403
 
1404
+ #: wp-cache.php:1774 wp-cache.php:1786 wp-cache.php:1949
1405
  msgid "Delete Cache"
1406
  msgstr ""
1407
 
1408
+ #: wp-cache.php:1786
1409
  msgid "Delete Super Cache cached files (opens in new window)"
1410
  msgstr ""
1411
 
1412
+ #: wp-cache.php:1925
1413
  #, php-format
1414
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1415
  msgstr ""
1416
 
1417
+ #: wp-cache.php:1958
1418
  #, php-format
1419
  msgid ""
1420
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1421
  "to enable and configure the plugin."
1422
  msgstr ""
1423
 
1424
+ #: wp-cache.php:1964
1425
  msgid "Settings"
1426
  msgstr ""
1427
 
1428
+ #: wp-cache.php:1974
1429
  #, php-format
1430
  msgid ""
1431
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1432
  "page</a> to enable caching."
1433
  msgstr ""
1434
 
1435
+ #: wp-cache.php:1993
1436
  #, php-format
1437
  msgid "[%s] Front page is gzipped! Please clear cache!"
1438
  msgstr ""
1439
 
1440
+ #: wp-cache.php:1993
1441
  #, php-format
1442
  msgid ""
1443
  "Please visit %s to clear the cache as the front page of your site is now "
1444
  "downloading!"
1445
  msgstr ""
1446
 
1447
+ #: wp-cache.php:1996
1448
  #, php-format
1449
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1450
  msgstr ""
1451
 
1452
+ #: wp-cache.php:1996
1453
  #, php-format
1454
  msgid ""
1455
  "The cache on your blog has been cleared because the front page of your site "
1456
  "is now downloading. Please visit %s to verify the cache has been cleared."
1457
  msgstr ""
1458
 
1459
+ #: wp-cache.php:2003
1460
  #, php-format
1461
  msgid "[%s] Front page is not correct! Please clear cache!"
1462
  msgstr ""
1463
 
1464
+ #: wp-cache.php:2003
1465
  #, php-format
1466
  msgid ""
1467
  "Please visit %1$s to clear the cache as the front page of your site is not "
1468
  "correct and missing the text, \"%2$s\"!"
1469
  msgstr ""
1470
 
1471
+ #: wp-cache.php:2006
1472
  #, php-format
1473
  msgid "[%s] Front page is not correct! Cache Cleared!"
1474
  msgstr ""
1475
 
1476
+ #: wp-cache.php:2006
1477
  #, php-format
1478
  msgid ""
1479
  "The cache on your blog has been cleared because the front page of your site "
1481
  "cleared."
1482
  msgstr ""
1483
 
1484
+ #: wp-cache.php:2011
1485
  #, php-format
1486
  msgid "[%s] Front page check!"
1487
  msgstr ""
1488
 
1489
+ #: wp-cache.php:2011
1490
  #, php-format
1491
  msgid ""
1492
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
1493
  "you would like to disable this."
1494
  msgstr ""
1495
 
1496
+ #: wp-cache.php:2054
1497
  msgid "Cannot update .htaccess"
1498
  msgstr ""
1499
 
1500
+ #: wp-cache.php:2054
1501
  #, php-format
1502
  msgid ""
1503
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
1504
  "Please correct this using the chmod command or your ftp client."
1505
  msgstr ""
1506
 
1507
+ #: wp-cache.php:2054
1508
  msgid "Refresh this page when the file permissions have been modified."
1509
  msgstr ""
1510
 
1511
+ #: wp-cache.php:2054
1512
  #, php-format
1513
  msgid ""
1514
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
1515
  "add the following code (before any WordPress rules):"
1516
  msgstr ""
1517
 
1518
+ #: wp-cache.php:2058
1519
  #, php-format
1520
  msgid ""
1521
  "To serve static html files your server must have the correct mod_rewrite "
1522
  "rules added to a file called <code>%s.htaccess</code>"
1523
  msgstr ""
1524
 
1525
+ #: wp-cache.php:2060
1526
  msgid "You must edit the file yourself add the following rules."
1527
  msgstr ""
1528
 
1529
+ #: wp-cache.php:2062
1530
  msgid "You can edit the file yourself add the following rules."
1531
  msgstr ""
1532
 
1533
+ #: wp-cache.php:2064
1534
  msgid " Make sure they appear before any existing WordPress rules. "
1535
  msgstr ""
1536
 
1537
+ #: wp-cache.php:2072
1538
  msgid "Update Mod_Rewrite Rules"
1539
  msgstr ""
1540
 
1541
+ #: wp-cache.php:2165
1542
  #, php-format
1543
  msgid "[%1$s] Cache Preload Started"
1544
  msgstr ""
1545
 
1546
+ #: wp-cache.php:2167
1547
  #, php-format
1548
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1549
  msgstr ""
1550
 
1551
+ #: wp-cache.php:2178
1552
  #, php-format
1553
  msgid "[%1$s] %2$d posts refreshed"
1554
  msgstr ""
1555
 
1556
+ #: wp-cache.php:2178
1557
  msgid "Refreshed the following posts:"
1558
  msgstr ""
1559
 
1560
+ #: wp-cache.php:2187
1561
  #, php-format
1562
  msgid "Scheduling next preload refresh in %d minutes."
1563
  msgstr ""
1564
 
1565
+ #: wp-cache.php:2197
1566
  #, php-format
1567
  msgid "[%s] Cache Preload Completed"
1568
  msgstr ""
1569
 
1570
+ #: wp-cache.php:2197
1571
  msgid "Cleaning up old supercache files."
1572
  msgstr ""