Version Description
Removed malware URL in a code comment.
=
Download this release
Release Info
Developer | dbtlr |
Plugin | WP Super Cache |
Version | 1.4.8 |
Comparing to | |
See all releases |
Code changes from version 1.4.7 to 1.4.8
- readme.txt +20 -16
- wp-cache.php +1 -2
- wp-super-cache.pot +577 -479
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: donncha, automattic, kraftbj
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
Tested up to: 4.7
|
5 |
-
Stable tag: 1.4.
|
6 |
Requires at least: 3.0
|
7 |
|
8 |
A very fast caching engine for WordPress that produces static html files.
|
@@ -58,11 +58,15 @@ The cache directory, usually wp-content/cache/ is only for temporary files. Do n
|
|
58 |
|
59 |
== Upgrade Notice ==
|
60 |
|
61 |
-
= 1.4.
|
62 |
-
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
66 |
= 1.4.7 =
|
67 |
* Update the settings page for WordPress 4.4. layout changes.
|
68 |
|
@@ -183,7 +187,7 @@ Bugfix for layout changes on settings pages in WordPress 4.4.
|
|
183 |
* Serve repeated static files from the same CDN hostname.
|
184 |
* Updated translations.
|
185 |
* Make supercache dir lowercase to avoid problems with unicode URLs.
|
186 |
-
* Add option to skip https loaded static content.
|
187 |
* Remove 5 second check on age of existing cache files. Should help with posts that get lots of comments and traffic.
|
188 |
* Lots of bugs fixed.
|
189 |
|
@@ -274,7 +278,7 @@ Bugfix for layout changes on settings pages in WordPress 4.4.
|
|
274 |
* Fixed problem with blogs in folders.
|
275 |
* Added cache file listing and delete links to admin page.
|
276 |
* Added "Newest Cached Pages" listing in sidebox.
|
277 |
-
* Made admin page translatable.
|
278 |
* Added "How do I make certain parts of the page stay dynamic?" to FAQ.
|
279 |
* Advanced: added "late init" feature so that plugin activates on "init". Set $wp_super_cache_late_init to true in config file to use.
|
280 |
* Disable supercaching when GET parameters present instead of disabling all caching. Disable on POST (as normal) and preview.
|
@@ -295,7 +299,7 @@ Bugfix for layout changes on settings pages in WordPress 4.4.
|
|
295 |
* Add uninstall.php uninstall script.
|
296 |
* Updated cache/.htaccess rules (option to upgrade that)
|
297 |
* Added FAQ about category and static homepage problem.
|
298 |
-
* Add wp_cache_user_agent_is_rejected() back to wp-cache-phase2.php
|
299 |
* Show message for logged in users when caching disable for them.
|
300 |
* Check filemtime on correct supercache file
|
301 |
|
@@ -327,7 +331,7 @@ Bugfix for layout changes on settings pages in WordPress 4.4.
|
|
327 |
`-----------------.htaccess-----------------`
|
328 |
`RewriteEngine On`
|
329 |
`RewriteBase /`
|
330 |
-
|
331 |
`RewriteCond %{REQUEST_METHOD} !=POST`
|
332 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
333 |
`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
|
@@ -335,7 +339,7 @@ Bugfix for layout changes on settings pages in WordPress 4.4.
|
|
335 |
`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).*`
|
336 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f`
|
337 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]`
|
338 |
-
|
339 |
`RewriteCond %{REQUEST_METHOD} !=POST`
|
340 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
341 |
`RewriteCond %{QUERY_STRING} !.*attachment_id=.*`
|
@@ -343,7 +347,7 @@ Bugfix for layout changes on settings pages in WordPress 4.4.
|
|
343 |
`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).*`
|
344 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f`
|
345 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]`
|
346 |
-
|
347 |
`RewriteCond %{REQUEST_FILENAME} !-f`
|
348 |
`RewriteCond %{REQUEST_FILENAME} !-d`
|
349 |
`RewriteRule . /index.php [L]`
|
@@ -402,7 +406,7 @@ To manually uninstall:
|
|
402 |
|
403 |
= How do I know my blog is being cached? =
|
404 |
|
405 |
-
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.
|
406 |
In legacy caching mode, if you have compression enabled, the text "Compression = gzip" will be added. If compression is disabled and the page is served as a static html file, the text "super cache" will be added. The only other way to check if your cached file was served by PHP script or from the static cache is by looking at the HTTP headers. PHP cached pages will have the header "WP-Super-Cache: Served supercache file from PHP". Legacy cached files will have the header, "WP-Super-Cache: Served legacy cache file". I used the <a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP Headers</a> extension for Firefox to examine the headers. You should also check your cache directory in wp-content/cache/supercache/hostname/ for static cache files.
|
407 |
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.
|
408 |
|
@@ -417,7 +421,7 @@ This plugin is based on the excellent WP-Cache plugin. Besides the caching WP-Ca
|
|
417 |
|
418 |
= Will comments and other dynamic parts of my blog update immediately? =
|
419 |
|
420 |
-
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.
|
421 |
|
422 |
= Will the Super Cache compression slow down my server? =
|
423 |
|
@@ -574,8 +578,8 @@ Three hooks are available:
|
|
574 |
2. 'add_cacheaction' - runs in phase2. Allows a plugin to add WordPress hooks.
|
575 |
3. 'cache_admin_page' - runs in the admin page. Use it to modify that page, perhaps by adding new configuration options.
|
576 |
|
577 |
-
There is one regular WordPress filter too. Use the "do_createsupercache" filter
|
578 |
-
to customize the checks made before caching. The filter accepts one parameter.
|
579 |
The output of WP-Cache's wp_cache_get_cookies_values() function.
|
580 |
|
581 |
See plugins/searchengine.php as an example I use for my [No Adverts for Friends](http://z9.io/no-adverts-for-friends/) plugin.
|
@@ -599,11 +603,11 @@ Translators who did a great job converting the text of the plugin to their nativ
|
|
599 |
* Tai (Japanese)
|
600 |
* [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
|
601 |
* [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
|
602 |
-
* [Ma�tre M�](http://maitremo.fr/) (French)
|
603 |
* [Mathias Roth](http://trade-service.eu/) (German)
|
604 |
-
* Bar�� �nver (Turkish)
|
605 |
* [Elvis Fweb](http://wp.turkenichev.ru/) (Russian)
|
606 |
-
* Fredrik Fors�ll (Swedish)
|
607 |
* [Alyona Lompar](http://wwww.webhostinggeeks.com/) (Ukranian)
|
608 |
* [Nata Strazda](http://www.webhostingrating.com/) (Lithuanian)
|
609 |
* [Alexander Alexandrov](http://www.designcontest.com/) (Belarusian)
|
2 |
Contributors: donncha, automattic, kraftbj
|
3 |
Tags: performance,caching,wp-cache,wp-super-cache,cache
|
4 |
Tested up to: 4.7
|
5 |
+
Stable tag: 1.4.8
|
6 |
Requires at least: 3.0
|
7 |
|
8 |
A very fast caching engine for WordPress that produces static html files.
|
58 |
|
59 |
== Upgrade Notice ==
|
60 |
|
61 |
+
= 1.4.8 =
|
62 |
+
Removed malware URL in a code comment.
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.4.8 =
|
67 |
+
* Removed malware URL in a code comment. (harmless to operation of plugin but gets flagged by A/V software)
|
68 |
+
* Updated translation file.
|
69 |
+
|
70 |
= 1.4.7 =
|
71 |
* Update the settings page for WordPress 4.4. layout changes.
|
72 |
|
187 |
* Serve repeated static files from the same CDN hostname.
|
188 |
* Updated translations.
|
189 |
* Make supercache dir lowercase to avoid problems with unicode URLs.
|
190 |
+
* Add option to skip https loaded static content.
|
191 |
* Remove 5 second check on age of existing cache files. Should help with posts that get lots of comments and traffic.
|
192 |
* Lots of bugs fixed.
|
193 |
|
278 |
* Fixed problem with blogs in folders.
|
279 |
* Added cache file listing and delete links to admin page.
|
280 |
* Added "Newest Cached Pages" listing in sidebox.
|
281 |
+
* Made admin page translatable.
|
282 |
* Added "How do I make certain parts of the page stay dynamic?" to FAQ.
|
283 |
* Advanced: added "late init" feature so that plugin activates on "init". Set $wp_super_cache_late_init to true in config file to use.
|
284 |
* Disable supercaching when GET parameters present instead of disabling all caching. Disable on POST (as normal) and preview.
|
299 |
* Add uninstall.php uninstall script.
|
300 |
* Updated cache/.htaccess rules (option to upgrade that)
|
301 |
* Added FAQ about category and static homepage problem.
|
302 |
+
* Add wp_cache_user_agent_is_rejected() back to wp-cache-phase2.php
|
303 |
* Show message for logged in users when caching disable for them.
|
304 |
* Check filemtime on correct supercache file
|
305 |
|
331 |
`-----------------.htaccess-----------------`
|
332 |
`RewriteEngine On`
|
333 |
`RewriteBase /`
|
334 |
+
|
335 |
`RewriteCond %{REQUEST_METHOD} !=POST`
|
336 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
337 |
`RewriteCond %{HTTP_COOKIE} !^.*(comment_author_|wordpress|wp-postpass_).*$`
|
339 |
`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).*`
|
340 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f`
|
341 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L]`
|
342 |
+
|
343 |
`RewriteCond %{REQUEST_METHOD} !=POST`
|
344 |
`RewriteCond %{QUERY_STRING} !.*=.*`
|
345 |
`RewriteCond %{QUERY_STRING} !.*attachment_id=.*`
|
347 |
`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).*`
|
348 |
`RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f`
|
349 |
`RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]`
|
350 |
+
|
351 |
`RewriteCond %{REQUEST_FILENAME} !-f`
|
352 |
`RewriteCond %{REQUEST_FILENAME} !-d`
|
353 |
`RewriteRule . /index.php [L]`
|
406 |
|
407 |
= How do I know my blog is being cached? =
|
408 |
|
409 |
+
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.
|
410 |
In legacy caching mode, if you have compression enabled, the text "Compression = gzip" will be added. If compression is disabled and the page is served as a static html file, the text "super cache" will be added. The only other way to check if your cached file was served by PHP script or from the static cache is by looking at the HTTP headers. PHP cached pages will have the header "WP-Super-Cache: Served supercache file from PHP". Legacy cached files will have the header, "WP-Super-Cache: Served legacy cache file". I used the <a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP Headers</a> extension for Firefox to examine the headers. You should also check your cache directory in wp-content/cache/supercache/hostname/ for static cache files.
|
411 |
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.
|
412 |
|
421 |
|
422 |
= Will comments and other dynamic parts of my blog update immediately? =
|
423 |
|
424 |
+
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.
|
425 |
|
426 |
= Will the Super Cache compression slow down my server? =
|
427 |
|
578 |
2. 'add_cacheaction' - runs in phase2. Allows a plugin to add WordPress hooks.
|
579 |
3. 'cache_admin_page' - runs in the admin page. Use it to modify that page, perhaps by adding new configuration options.
|
580 |
|
581 |
+
There is one regular WordPress filter too. Use the "do_createsupercache" filter
|
582 |
+
to customize the checks made before caching. The filter accepts one parameter.
|
583 |
The output of WP-Cache's wp_cache_get_cookies_values() function.
|
584 |
|
585 |
See plugins/searchengine.php as an example I use for my [No Adverts for Friends](http://z9.io/no-adverts-for-friends/) plugin.
|
603 |
* Tai (Japanese)
|
604 |
* [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
|
605 |
* [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
|
606 |
+
* [Ma�tre M�](http://maitremo.fr/) (French)
|
607 |
* [Mathias Roth](http://trade-service.eu/) (German)
|
608 |
+
* Bar�� �nver (Turkish)
|
609 |
* [Elvis Fweb](http://wp.turkenichev.ru/) (Russian)
|
610 |
+
* Fredrik Fors�ll (Swedish)
|
611 |
* [Alyona Lompar](http://wwww.webhostinggeeks.com/) (Ukranian)
|
612 |
* [Nata Strazda](http://www.webhostingrating.com/) (Lithuanian)
|
613 |
* [Alexander Alexandrov](http://www.designcontest.com/) (Belarusian)
|
wp-cache.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: https://wordpress.org/plugins/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
-
Version: 1.4.
|
7 |
Author: Automattic
|
8 |
Author URI: https://automattic.com/
|
9 |
License: GPL2+
|
@@ -3330,7 +3330,6 @@ function next_preload_message( $hook, $text, $limit = 0 ) {
|
|
3330 |
return false;
|
3331 |
$h = $m = $s = 0;
|
3332 |
if ( $next_time > 0 ) {
|
3333 |
-
// http://bytes.com/topic/php/answers/3917-seconds-converted-hh-mm-ss
|
3334 |
$m = (int)($next_time / 60);
|
3335 |
$s = $next_time % 60;
|
3336 |
$h = (int)($m / 60); $m = $m % 60;
|
3 |
Plugin Name: WP Super Cache
|
4 |
Plugin URI: https://wordpress.org/plugins/wp-super-cache/
|
5 |
Description: Very fast caching plugin for WordPress.
|
6 |
+
Version: 1.4.8
|
7 |
Author: Automattic
|
8 |
Author URI: https://automattic.com/
|
9 |
License: GPL2+
|
3330 |
return false;
|
3331 |
$h = $m = $s = 0;
|
3332 |
if ( $next_time > 0 ) {
|
|
|
3333 |
$m = (int)($next_time / 60);
|
3334 |
$s = $next_time % 60;
|
3335 |
$h = (int)($m / 60); $m = $m % 60;
|
wp-super-cache.pot
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
2 |
-
# This file is distributed under the same license as the
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version:
|
6 |
-
"Report-Msgid-Bugs-To:
|
7 |
-
"POT-Creation-Date:
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"PO-Revision-Date:
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
@@ -16,7 +16,7 @@ msgstr ""
|
|
16 |
msgid ""
|
17 |
"Your website probably uses lots of static files. Image, Javascript and CSS "
|
18 |
"files are usually static files that could just as easily be served from "
|
19 |
-
"another site or CDN. Therefore this plugin replaces any links in the "
|
20 |
"<code>wp-content</code> and <code>wp-includes</code> directories (except for "
|
21 |
"PHP files) on your site with the URL you provide below. That way you can "
|
22 |
"either copy all the static content to a dedicated host or mirror the files "
|
@@ -24,65 +24,57 @@ msgid ""
|
|
24 |
"+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ossdl-cdn.php:152
|
28 |
-
msgid ""
|
29 |
-
"The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to "
|
30 |
-
"Amazon S3/Cloudfront if you would rather not depend on origin pull. See the "
|
31 |
-
"<a href=\"%2$s\">plugin support forum</a> if you have any queries about this "
|
32 |
-
"plugin."
|
33 |
-
msgstr ""
|
34 |
-
|
35 |
-
#: ossdl-cdn.php:153
|
36 |
msgid ""
|
37 |
"<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., "
|
38 |
"%s to ensure your CDN service is fully working before saving changes."
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: ossdl-cdn.php:
|
42 |
msgid "You can define different CDN URLs for each site on a multsite network."
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: ossdl-cdn.php:
|
46 |
msgid "Enable CDN Support"
|
47 |
msgstr ""
|
48 |
|
49 |
-
#: ossdl-cdn.php:
|
50 |
msgid "Off-site URL"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: ossdl-cdn.php:
|
54 |
msgid ""
|
55 |
"The new URL to be used in place of %1$s for rewriting. No trailing <code>/</"
|
56 |
"code> please.<br />Example: <code>%2$s</code>."
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: ossdl-cdn.php:
|
60 |
msgid "Include directories"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: ossdl-cdn.php:
|
64 |
msgid ""
|
65 |
"Directories to include in static file matching. Use a comma as the "
|
66 |
"delimiter. Default is <code>wp-content, wp-includes</code>, which will be "
|
67 |
"enforced if this field is left empty."
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: ossdl-cdn.php:
|
71 |
msgid "Exclude if substring"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: ossdl-cdn.php:
|
75 |
msgid ""
|
76 |
"Excludes something from being rewritten if one of the above strings is found "
|
77 |
"in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</"
|
78 |
"code>, and always include <code>.php</code> (default)."
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ossdl-cdn.php:
|
82 |
msgid "Additional CNAMES"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ossdl-cdn.php:
|
86 |
msgid ""
|
87 |
"These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will "
|
88 |
"be used in place of %1$s for rewriting (in addition to the off-site URL "
|
@@ -91,19 +83,19 @@ msgid ""
|
|
91 |
"be configured on your CDN.<br />Example: %2$s"
|
92 |
msgstr ""
|
93 |
|
94 |
-
#: ossdl-cdn.php:
|
95 |
msgid "Skip https URLs to avoid \"mixed content\" errors"
|
96 |
msgstr ""
|
97 |
|
98 |
-
#: ossdl-cdn.php:
|
99 |
msgid "Save Changes"
|
100 |
msgstr ""
|
101 |
|
102 |
-
#: ossdl-cdn.php:
|
103 |
msgid ""
|
104 |
-
"CDN functionality provided by <a href=\"http://wordpress.org/
|
105 |
-
"
|
106 |
-
"
|
107 |
msgstr ""
|
108 |
|
109 |
#: plugins/awaitingmoderation.php:4
|
@@ -116,13 +108,13 @@ msgstr ""
|
|
116 |
|
117 |
#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65
|
118 |
#: plugins/domain-mapping.php:75 plugins/jetpack.php:31
|
119 |
-
#: plugins/searchengine.php:69 plugins/wptouch.php:22 wp-cache.php:
|
120 |
msgid "Enabled"
|
121 |
msgstr ""
|
122 |
|
123 |
#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66
|
124 |
#: plugins/domain-mapping.php:76 plugins/jetpack.php:32
|
125 |
-
#: plugins/searchengine.php:70 plugins/wptouch.php:23 wp-cache.php:
|
126 |
msgid "Disabled"
|
127 |
msgstr ""
|
128 |
|
@@ -134,8 +126,8 @@ msgstr ""
|
|
134 |
|
135 |
#: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71
|
136 |
#: plugins/domain-mapping.php:81 plugins/jetpack.php:37
|
137 |
-
#: plugins/searchengine.php:75 plugins/wptouch.php:28 wp-cache.php:
|
138 |
-
#: wp-cache.php:
|
139 |
msgid "enabled"
|
140 |
msgstr ""
|
141 |
|
@@ -174,7 +166,7 @@ msgstr ""
|
|
174 |
msgid "Bad Behavior support is now %s"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: plugins/badbehaviour.php:83 wp-cache.php:
|
178 |
msgid "Warning!"
|
179 |
msgstr ""
|
180 |
|
@@ -224,11 +216,11 @@ msgstr ""
|
|
224 |
msgid "Cached"
|
225 |
msgstr ""
|
226 |
|
227 |
-
#: plugins/multisite.php:31 wp-cache.php:
|
228 |
msgid "Enable"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:
|
232 |
msgid "Disable"
|
233 |
msgstr ""
|
234 |
|
@@ -270,42 +262,42 @@ msgid ""
|
|
270 |
"the WPTouch helper plugin."
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: wp-cache-phase2.php:
|
274 |
msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: wp-cache-phase2.php:
|
278 |
msgid ""
|
279 |
"Cache expiry cron job took more than 30 seconds. You should probably run the "
|
280 |
"garbage collector more often."
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: wp-cache-phase2.php:
|
284 |
msgid "[%1$s] WP Super Cache GC Report"
|
285 |
msgstr ""
|
286 |
|
287 |
-
#: wp-cache.php:
|
288 |
msgid ""
|
289 |
"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
|
290 |
"sample.php"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: wp-cache.php:
|
294 |
msgid "Warning! PHP Safe Mode Enabled!"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: wp-cache.php:
|
298 |
msgid ""
|
299 |
"You may experience problems running this plugin because SAFE MODE is enabled."
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: wp-cache.php:
|
303 |
msgid ""
|
304 |
"Your server is set up to check the owner of PHP scripts before allowing them "
|
305 |
"to read and write files."
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: wp-cache.php:
|
309 |
msgid ""
|
310 |
"You or an administrator may be able to make it work by changing the group "
|
311 |
"owner of the plugin scripts to match that of the web server user. The group "
|
@@ -314,7 +306,7 @@ msgid ""
|
|
314 |
"details."
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: wp-cache.php:
|
318 |
msgid ""
|
319 |
"You or an administrator must disable this. See the <a href=\"http://php.net/"
|
320 |
"features.safe-mode\">safe mode manual page</a> for further details. This "
|
@@ -322,50 +314,50 @@ msgid ""
|
|
322 |
"php.ini config file."
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: wp-cache.php:
|
326 |
msgid "Permlink Structure Error"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: wp-cache.php:
|
330 |
msgid ""
|
331 |
"A custom url or permalink structure is required for this plugin to work "
|
332 |
"correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
|
333 |
"Options Page</a> to configure your permalinks."
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: wp-cache.php:
|
337 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: wp-cache.php:
|
341 |
msgid ""
|
342 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
343 |
"garbage collection by this plugin, and WordPress scheduled posts may not "
|
344 |
"operate correctly."
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: wp-cache.php:
|
348 |
msgid ""
|
349 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
350 |
"readme.txt"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: wp-cache.php:
|
354 |
msgid ""
|
355 |
-
"Unfortunately WordPress cannot find the file wp-cron.php. This script is "
|
356 |
-
"required for the
|
357 |
"WordPress scheduled posts as well as other critical activities."
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: wp-cache.php:
|
361 |
msgid "Cannot continue... fix previous problems and retry."
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: wp-cache.php:
|
365 |
msgid "Zlib Output Compression Enabled!"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: wp-cache.php:
|
369 |
msgid ""
|
370 |
"PHP is compressing the data sent to the visitors of your site. Disabling "
|
371 |
"this is recommended as the plugin caches the compressed output once instead "
|
@@ -374,11 +366,11 @@ msgid ""
|
|
374 |
"configuration.php\">this page</a> for instructions on modifying your php.ini."
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: wp-cache.php:
|
378 |
msgid "Mod rewrite may not be installed!"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: wp-cache.php:
|
382 |
msgid ""
|
383 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
384 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
@@ -386,111 +378,111 @@ msgid ""
|
|
386 |
"static files. You will still be able to use legacy or PHP modes."
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: wp-cache.php:
|
390 |
msgid "Read Only Mode. Configuration cannot be changed."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: wp-cache.php:
|
394 |
msgid ""
|
395 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
396 |
-
"and cannot be modified. That file must be writeable by the
|
397 |
-
"any changes."
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: wp-cache.php:
|
401 |
msgid ""
|
402 |
"A simple way of doing that is by changing the permissions temporarily using "
|
403 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
404 |
"writeable and it should be fine."
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: wp-cache.php:
|
408 |
msgid ""
|
409 |
"<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</"
|
410 |
"a> explains how to change file permissions."
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: wp-cache.php:
|
414 |
msgid "Writeable:"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: wp-cache.php:
|
418 |
-
msgid "
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: wp-cache.php:
|
422 |
msgid "Warning! Garbage collection is not scheduled!"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: wp-cache.php:
|
426 |
msgid ""
|
427 |
"Garbage collection by this plugin clears out expired and old cached pages on "
|
428 |
"a regular basis. Use <a href=\"#expirytime\">this form</a> to enable it."
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: wp-cache.php:
|
432 |
msgid "Dismiss"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: wp-cache.php:
|
436 |
msgid "Warning! %s is writeable!"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: wp-cache.php:
|
440 |
msgid ""
|
441 |
"You should change the permissions on %s and make it more restrictive. Use "
|
442 |
"your ftp client, or the following command to fix things:"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: wp-cache.php:
|
446 |
msgid "Mobile rewrite rules detected"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: wp-cache.php:
|
450 |
msgid ""
|
451 |
"For best performance you should enable \"Mobile device support\" or delete "
|
452 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
453 |
"text \"2.0\\ MMP|240x320\" and delete those."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: wp-cache.php:
|
457 |
msgid ""
|
458 |
"This will have no affect on ordinary users but mobile users will see "
|
459 |
"uncached pages."
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: wp-cache.php:
|
463 |
msgid "Rewrite rules must be updated"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: wp-cache.php:
|
467 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: wp-cache.php:
|
471 |
msgid ""
|
472 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
473 |
"the plugin to legacy mode. Here are your options (in order of difficulty):"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: wp-cache.php:
|
477 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
478 |
msgstr ""
|
479 |
|
480 |
-
#: wp-cache.php:
|
481 |
msgid ""
|
482 |
"Scroll down the Advanced Settings page and click the <strong>Update "
|
483 |
"Mod_Rewrite Rules</strong> button."
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: wp-cache.php:
|
487 |
msgid ""
|
488 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
489 |
"WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
|
490 |
"regenerate them by reloading this page."
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: wp-cache.php:
|
494 |
msgid ""
|
495 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
496 |
"by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
|
@@ -499,101 +491,101 @@ msgid ""
|
|
499 |
"these lines: (do it twice, once for each section)"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: wp-cache.php:
|
503 |
msgid "Required to serve compressed supercache files properly."
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: wp-cache.php:
|
507 |
msgid ""
|
508 |
"Required to set caching information on supercache pages. IE7 users will see "
|
509 |
"old pages without this module."
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: wp-cache.php:
|
513 |
msgid ""
|
514 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
515 |
"when they refresh or leave comments without this module."
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: wp-cache.php:
|
519 |
msgid "Missing Apache Modules"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: wp-cache.php:
|
523 |
msgid ""
|
524 |
"The following Apache modules are missing. The plugin will work in legacy "
|
525 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
526 |
"pages or out of date content however."
|
527 |
msgstr ""
|
528 |
|
529 |
-
#: wp-cache.php:
|
530 |
msgid ".htaccess file may need to be moved"
|
531 |
msgstr ""
|
532 |
|
533 |
-
#: wp-cache.php:
|
534 |
msgid ""
|
535 |
"It appears you have WordPress installed in a sub directory as described <a "
|
536 |
"href=\"http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">here</"
|
537 |
-
"a>. Unfortunately WordPress writes to the .htaccess in the install "
|
538 |
"directory, not where your site is served from.<br />When you update the "
|
539 |
"rewrite rules in this plugin you will have to copy the file to where your "
|
540 |
"site is hosted. This will be fixed in the future."
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: wp-cache.php:
|
544 |
msgid ""
|
545 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
546 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
547 |
"of the readme file."
|
548 |
msgstr ""
|
549 |
|
550 |
-
#: wp-cache.php:
|
551 |
msgid "WP Super Cache Settings"
|
552 |
msgstr ""
|
553 |
|
554 |
-
#: wp-cache.php:
|
555 |
msgid ""
|
556 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
557 |
"Settings Page by default."
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: wp-cache.php:
|
561 |
msgid ""
|
562 |
"Configuration file changed, some values might be wrong. Load the page again "
|
563 |
"from the \"Settings\" menu to reset them."
|
564 |
msgstr ""
|
565 |
|
566 |
-
#: wp-cache.php:
|
567 |
msgid "Caching must be enabled to use this feature"
|
568 |
msgstr ""
|
569 |
|
570 |
-
#: wp-cache.php:
|
571 |
msgid "Cancel Cache Preload"
|
572 |
msgstr ""
|
573 |
|
574 |
-
#: wp-cache.php:
|
575 |
msgid ""
|
576 |
"Scheduled preloading of cache almost cancelled. It may take up to a minute "
|
577 |
"for it to cancel completely."
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: wp-cache.php:
|
581 |
msgid "Scheduled preloading of cache cancelled."
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: wp-cache.php:
|
585 |
msgid "Preload Cache Now"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: wp-cache.php:
|
589 |
msgid "Scheduled preloading of cache in 10 seconds."
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: wp-cache.php:
|
593 |
msgid "Scheduled preloading of cache in %d minutes"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: wp-cache.php:
|
597 |
msgid ""
|
598 |
"This will cache every published post and page on your site. It will create "
|
599 |
"supercache static files so unknown visitors (including bots) will hit a "
|
@@ -601,281 +593,345 @@ msgid ""
|
|
601 |
"speed as a metric when judging websites now."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: wp-cache.php:
|
605 |
msgid ""
|
606 |
"Preloading creates lots of files however. Caching is done from the newest "
|
607 |
"post to the oldest so please consider only caching the newest if you have "
|
608 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: wp-cache.php:
|
612 |
msgid ""
|
613 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
614 |
"old legacy files for known users, not the preloaded supercache files. This "
|
615 |
"is a recommended setting when the cache is preloaded."
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: wp-cache.php:
|
619 |
msgid ""
|
620 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
621 |
"minutes.)"
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: wp-cache.php:
|
625 |
msgid "all"
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: wp-cache.php:
|
629 |
msgid "Preload %s posts."
|
630 |
msgstr ""
|
631 |
|
632 |
-
#: wp-cache.php:
|
633 |
msgid ""
|
634 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
635 |
msgstr ""
|
636 |
|
637 |
-
#: wp-cache.php:
|
638 |
msgid "Preload tags, categories and other taxonomies."
|
639 |
msgstr ""
|
640 |
|
641 |
-
#: wp-cache.php:
|
642 |
msgid "Send me status emails when files are refreshed."
|
643 |
msgstr ""
|
644 |
|
645 |
-
#: wp-cache.php:
|
646 |
msgid "Many emails, 2 emails per 100 posts."
|
647 |
msgstr ""
|
648 |
|
649 |
-
#: wp-cache.php:
|
650 |
msgid "Medium, 1 email per 100 posts."
|
651 |
msgstr ""
|
652 |
|
653 |
-
#: wp-cache.php:
|
654 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
655 |
msgstr ""
|
656 |
|
657 |
-
#: wp-cache.php:
|
658 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
659 |
msgstr ""
|
660 |
|
661 |
-
#: wp-cache.php:
|
662 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
663 |
msgstr ""
|
664 |
|
665 |
-
#: wp-cache.php:
|
666 |
msgid "Currently caching from post %d to %d."
|
667 |
msgstr ""
|
668 |
|
669 |
-
#: wp-cache.php:
|
670 |
msgid "<strong>Page last cached:</strong> %s"
|
671 |
msgstr ""
|
672 |
|
673 |
-
#: wp-cache.php:
|
674 |
msgid "Update Settings"
|
675 |
msgstr ""
|
676 |
|
677 |
-
#: wp-cache.php:
|
678 |
msgid ""
|
679 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
680 |
"your host administrator."
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: wp-cache.php:
|
684 |
msgid "Caching"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: wp-cache.php:
|
688 |
msgid "Cache hits to this website for quick access."
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: wp-cache.php:
|
692 |
-
#: wp-cache.php:
|
693 |
msgid "Recommended"
|
694 |
msgstr ""
|
695 |
|
696 |
-
#: wp-cache.php:
|
697 |
msgid "Use mod_rewrite to serve cache files."
|
698 |
msgstr ""
|
699 |
|
700 |
-
#: wp-cache.php:
|
701 |
msgid "Use PHP to serve cache files."
|
702 |
msgstr ""
|
703 |
|
704 |
-
#: wp-cache.php:
|
705 |
msgid "Legacy page caching."
|
706 |
msgstr ""
|
707 |
|
708 |
-
#: wp-cache.php:
|
709 |
msgid ""
|
710 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
711 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
712 |
"working. New users should use PHP caching."
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: wp-cache.php:
|
716 |
msgid "Miscellaneous"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: wp-cache.php:
|
720 |
-
msgid "Warning! Compression is disabled as gzencode() function not found."
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: wp-cache.php:
|
724 |
msgid "Compress pages so they’re served more quickly to visitors."
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: wp-cache.php:
|
728 |
msgid ""
|
729 |
"Compression is disabled by default because some hosts have problems with "
|
730 |
"compressed files. Switching it on and off clears the cache."
|
731 |
msgstr ""
|
732 |
|
733 |
-
#: wp-cache.php:
|
734 |
msgid ""
|
735 |
"304 Not Modified browser caching. Indicate when a page has not been modified "
|
736 |
-
"since last requested."
|
737 |
msgstr ""
|
738 |
|
739 |
-
#: wp-cache.php:
|
740 |
msgid ""
|
741 |
-
"Warning! 304 browser caching is only supported when
|
742 |
-
"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: wp-cache.php:
|
746 |
msgid ""
|
747 |
"304 support is disabled by default because some hosts have had problems with "
|
748 |
"the headers used in the past."
|
749 |
msgstr ""
|
750 |
|
751 |
-
#: wp-cache.php:
|
752 |
msgid ""
|
753 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
754 |
"comment\">known users</acronym>."
|
755 |
msgstr ""
|
756 |
|
757 |
-
#: wp-cache.php:
|
758 |
msgid "Don’t cache pages with GET parameters. (?x=y at the end of a url)"
|
759 |
msgstr ""
|
760 |
|
761 |
-
#: wp-cache.php:
|
762 |
msgid ""
|
763 |
"Make known users anonymous so they’re served supercached static files."
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: wp-cache.php:
|
767 |
msgid ""
|
768 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
769 |
"is being generated."
|
770 |
msgstr ""
|
771 |
|
772 |
-
#: wp-cache.php:
|
773 |
msgid ""
|
774 |
"Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! "
|
775 |
"(places a message in your blog’s footer)"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: wp-cache.php:
|
779 |
msgid "Advanced"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: wp-cache.php:
|
783 |
msgid ""
|
784 |
"Enable dynamic caching. Requires PHP or legacy caching. (See <a href="
|
785 |
-
"\"http://wordpress.org/
|
786 |
-
"
|
787 |
msgstr ""
|
788 |
|
789 |
-
#: wp-cache.php:
|
790 |
msgid ""
|
791 |
"Mobile device support. (External plugin or theme required. See the <a href="
|
792 |
-
"\"http://wordpress.org/
|
793 |
-
"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: wp-cache.php:
|
797 |
msgid "Mobile Browsers"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: wp-cache.php:
|
801 |
msgid "Mobile Prefixes"
|
802 |
msgstr ""
|
803 |
|
804 |
-
#: wp-cache.php:
|
805 |
msgid ""
|
806 |
"Remove UTF8/blog charset support from .htaccess file. Only necessary if you "
|
807 |
"see odd characters or punctuation looks incorrect. Requires rewrite rules "
|
808 |
"update."
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: wp-cache.php:
|
812 |
msgid "Clear all cache files when a post or page is published or updated."
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: wp-cache.php:
|
816 |
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: wp-cache.php:
|
820 |
msgid "Only refresh current page when comments made."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: wp-cache.php:
|
824 |
msgid "List the newest cached pages on this page."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: wp-cache.php:
|
828 |
msgid ""
|
829 |
"Coarse file locking. You probably don’t need this but it may help if "
|
830 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
831 |
"in very rare cases!</em>"
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: wp-cache.php:
|
835 |
msgid ""
|
836 |
"Late init. Display cached files after WordPress has loaded. Most useful in "
|
837 |
"legacy mode."
|
838 |
msgstr ""
|
839 |
|
840 |
-
#: wp-cache.php:
|
841 |
msgid "Use object cache to store cached files."
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: wp-cache.php:
|
845 |
msgid "(Experimental)"
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: wp-cache.php:
|
849 |
msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
|
850 |
msgstr ""
|
851 |
|
852 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
853 |
msgid "Note:"
|
854 |
msgstr ""
|
855 |
|
856 |
-
#: wp-cache.php:
|
857 |
msgid ""
|
858 |
"Uninstall this plugin on the plugins page. It will automatically clean up "
|
859 |
-
"after itself. If manual intervention is required then simple instructions "
|
860 |
"are provided."
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: wp-cache.php:
|
864 |
msgid ""
|
865 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
866 |
"writeable by the webserver so the files <em>advanced-cache.php</em> and "
|
867 |
"<em>cache-config.php</em> can be deleted automatically. (Making sure those "
|
868 |
-
"files are writeable
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: wp-cache.php:
|
872 |
msgid ""
|
873 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
874 |
"instructions on uninstalling this script. Look for the heading, \"How to "
|
875 |
"uninstall WP Super Cache\"."
|
876 |
msgstr ""
|
877 |
|
878 |
-
#: wp-cache.php:
|
879 |
msgid ""
|
880 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
881 |
"includes installation documentation, a FAQ and Troubleshooting tips. The <a "
|
@@ -883,153 +939,147 @@ msgid ""
|
|
883 |
"have been answered."
|
884 |
msgstr ""
|
885 |
|
886 |
-
#: wp-cache.php:
|
887 |
msgid "Update Status"
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: wp-cache.php:
|
891 |
msgid "Accepted Filenames & Rejected URIs"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: wp-cache.php:
|
895 |
msgid "Caching On"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: wp-cache.php:
|
899 |
msgid "Caching Off"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: wp-cache.php:
|
903 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: wp-cache.php:
|
907 |
msgid ""
|
908 |
"Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
|
909 |
-
"Cached files will be served using those rules. If your site is working ok "
|
910 |
-
"please ignore this message
|
911 |
-
"your install and remove the SuperCache rules."
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: wp-cache.php:
|
915 |
msgid "Cache Tester"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: wp-cache.php:
|
919 |
msgid "Test your cached website by clicking the test button below."
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: wp-cache.php:
|
923 |
msgid "Fetching %s to prime cache: "
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: wp-cache.php:
|
927 |
msgid "OK"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: wp-cache.php:
|
931 |
msgid "Fetching first copy of %s: "
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: wp-cache.php:
|
935 |
msgid "FAILED"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: wp-cache.php:
|
939 |
msgid "Fetching second copy of %s: "
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: wp-cache.php:
|
943 |
msgid "One or more page requests failed:"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: wp-cache.php:
|
947 |
msgid "Page %d: %d (%s)"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: wp-cache.php:
|
951 |
msgid "Page 1: %s"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: wp-cache.php:
|
955 |
msgid "Page 2: %s"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: wp-cache.php:
|
959 |
msgid "The timestamps on both pages match!"
|
960 |
msgstr ""
|
961 |
|
962 |
-
#: wp-cache.php:
|
963 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
964 |
msgstr ""
|
965 |
|
966 |
-
#: wp-cache.php:
|
967 |
msgid "Things you can do:"
|
968 |
msgstr ""
|
969 |
|
970 |
-
#: wp-cache.php:
|
971 |
msgid ""
|
972 |
"Load your homepage in a logged out browser, check the timestamp at the end "
|
973 |
"of the html source. Load the page again and compare the timestamp. Caching "
|
974 |
"is working if the timestamps match."
|
975 |
msgstr ""
|
976 |
|
977 |
-
#: wp-cache.php:
|
978 |
msgid ""
|
979 |
"Enable logging on the Debug page here. That should help you track down the "
|
980 |
"problem."
|
981 |
msgstr ""
|
982 |
|
983 |
-
#: wp-cache.php:
|
984 |
msgid ""
|
985 |
"You should check Page 1 and Page 2 above for errors. Your local server "
|
986 |
"configuration may not allow your website to access itself."
|
987 |
msgstr ""
|
988 |
|
989 |
-
#: wp-cache.php:
|
990 |
msgid "Send non-secure (non https) request for homepage"
|
991 |
msgstr ""
|
992 |
|
993 |
-
#: wp-cache.php:
|
994 |
msgid "Test Cache"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: wp-cache.php:
|
998 |
msgid "Delete Cached Pages"
|
999 |
msgstr ""
|
1000 |
|
1001 |
-
#: wp-cache.php:
|
1002 |
msgid ""
|
1003 |
"Cached pages are stored on your server as html and PHP files. If you need to "
|
1004 |
-
"delete them use the button below."
|
1005 |
msgstr ""
|
1006 |
|
1007 |
-
#: wp-cache.php:
|
1008 |
-
#: wp-cache.php:
|
1009 |
msgid "Delete Cache"
|
1010 |
msgstr ""
|
1011 |
|
1012 |
-
#: wp-cache.php:
|
1013 |
msgid "Delete Cache On All Blogs"
|
1014 |
msgstr ""
|
1015 |
|
1016 |
-
#: wp-cache.php:
|
1017 |
msgid "Recommended Links and Plugins"
|
1018 |
msgstr ""
|
1019 |
|
1020 |
-
#: wp-cache.php:
|
1021 |
msgid ""
|
1022 |
"Caching is only one part of making a website faster. Here are some other "
|
1023 |
"plugins that will help:"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
-
#: wp-cache.php:
|
1027 |
-
msgid ""
|
1028 |
-
"<a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages "
|
1029 |
-
"by removing whitespaces and extra characters "
|
1030 |
-
msgstr ""
|
1031 |
-
|
1032 |
-
#: wp-cache.php:1175
|
1033 |
msgid ""
|
1034 |
"<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
|
1035 |
"Firebug. It analyzes web pages and suggests ways to improve their "
|
@@ -1037,118 +1087,101 @@ msgid ""
|
|
1037 |
"the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
1038 |
msgstr ""
|
1039 |
|
1040 |
-
#: wp-cache.php:
|
1041 |
msgid ""
|
1042 |
"<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
|
1043 |
-
"used Javascript libraries from Google webservers. Ironically it may reduce "
|
1044 |
"your Yslow score."
|
1045 |
msgstr ""
|
1046 |
|
1047 |
-
#: wp-cache.php:
|
1048 |
msgid ""
|
1049 |
"<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
|
1050 |
"Caching and cache-control</a> explains how to make your site more cacheable "
|
1051 |
"with .htaccess rules."
|
1052 |
msgstr ""
|
1053 |
|
1054 |
-
#: wp-cache.php:
|
1055 |
msgid ""
|
1056 |
"<strong>Advanced users only:</strong> Install an object cache. Choose from "
|
1057 |
"<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
|
1058 |
"\">eAcccelerator</a> and others."
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: wp-cache.php:
|
1062 |
msgid ""
|
1063 |
"<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug "
|
1064 |
"garbage collection and preload problems."
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: wp-cache.php:
|
1068 |
-
msgid "Make WordPress Faster"
|
1069 |
-
msgstr ""
|
1070 |
-
|
1071 |
-
#: wp-cache.php:1192
|
1072 |
-
msgid ""
|
1073 |
-
"%1$s is maintained and developed by %2$s with contributions from many others."
|
1074 |
-
msgstr ""
|
1075 |
-
|
1076 |
-
#: wp-cache.php:1193
|
1077 |
-
msgid "He blogs at %1$s and posts photos at %2$s."
|
1078 |
-
msgstr ""
|
1079 |
-
|
1080 |
-
#: wp-cache.php:1194
|
1081 |
-
msgid "Please say hi to him on %s too!"
|
1082 |
-
msgstr ""
|
1083 |
-
|
1084 |
-
#: wp-cache.php:1195
|
1085 |
msgid "Need Help?"
|
1086 |
msgstr ""
|
1087 |
|
1088 |
-
#: wp-cache.php:
|
1089 |
msgid ""
|
1090 |
"Use the debug system in the Debug tab above. It will tell you what the "
|
1091 |
"plugin is doing."
|
1092 |
msgstr ""
|
1093 |
|
1094 |
-
#: wp-cache.php:
|
1095 |
msgid "<a href=\"%1$s\">Installation Help</a>"
|
1096 |
msgstr ""
|
1097 |
|
1098 |
-
#: wp-cache.php:
|
1099 |
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
1100 |
msgstr ""
|
1101 |
|
1102 |
-
#: wp-cache.php:
|
1103 |
msgid "<a href=\"%1$s\">Support Forum</a>"
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: wp-cache.php:
|
1107 |
msgid "<a href=\"%1$s\">Development Version</a>"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: wp-cache.php:
|
1111 |
msgid "Rate This Plugin!"
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: wp-cache.php:
|
1115 |
msgid ""
|
1116 |
"Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
|
1117 |
"or not. It really helps development."
|
1118 |
msgstr ""
|
1119 |
|
1120 |
-
#: wp-cache.php:
|
1121 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
-
#: wp-cache.php:
|
1125 |
msgid "Newest Cached Pages:"
|
1126 |
msgstr ""
|
1127 |
|
1128 |
-
#: wp-cache.php:
|
1129 |
msgid "Cached %s seconds ago"
|
1130 |
msgstr ""
|
1131 |
|
1132 |
-
#: wp-cache.php:
|
1133 |
msgid "(may not always be accurate on busy sites)"
|
1134 |
msgstr ""
|
1135 |
|
1136 |
-
#: wp-cache.php:
|
1137 |
msgid ""
|
1138 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
1139 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
1140 |
"regular WordPress plugins."
|
1141 |
msgstr ""
|
1142 |
|
1143 |
-
#: wp-cache.php:
|
1144 |
msgid ""
|
1145 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
1146 |
"WordPress actions is required to create them."
|
1147 |
msgstr ""
|
1148 |
|
1149 |
-
#: wp-cache.php:
|
1150 |
msgid ""
|
1151 |
-
"<strong>Warning</strong>! Due to the way WordPress upgrades plugins the "
|
1152 |
"plugins you upload to wp-super-cache/plugins/ will be deleted when you "
|
1153 |
"upgrade WP Super Cache. You can avoid this by loading the plugins from "
|
1154 |
"elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in "
|
@@ -1157,78 +1190,78 @@ msgid ""
|
|
1157 |
"\">developer documentation</a>."
|
1158 |
msgstr ""
|
1159 |
|
1160 |
-
#: wp-cache.php:
|
1161 |
msgid "Available Plugins"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: wp-cache.php:
|
1165 |
msgid "Easy"
|
1166 |
msgstr ""
|
1167 |
|
1168 |
-
#: wp-cache.php:
|
1169 |
msgid "CDN"
|
1170 |
msgstr ""
|
1171 |
|
1172 |
-
#: wp-cache.php:
|
1173 |
msgid "Contents"
|
1174 |
msgstr ""
|
1175 |
|
1176 |
-
#: wp-cache.php:
|
1177 |
msgid "Preload"
|
1178 |
msgstr ""
|
1179 |
|
1180 |
-
#: wp-cache.php:
|
1181 |
msgid "Plugins"
|
1182 |
msgstr ""
|
1183 |
|
1184 |
-
#: wp-cache.php:
|
1185 |
msgid "Debug"
|
1186 |
msgstr ""
|
1187 |
|
1188 |
-
#: wp-cache.php:
|
1189 |
msgid ""
|
1190 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
1191 |
"href=\"%s\">the main site</a> of this network."
|
1192 |
msgstr ""
|
1193 |
|
1194 |
-
#: wp-cache.php:
|
1195 |
msgid "Mod Rewrite Rules"
|
1196 |
msgstr ""
|
1197 |
|
1198 |
-
#: wp-cache.php:
|
1199 |
msgid "WordPress MU Detected"
|
1200 |
msgstr ""
|
1201 |
|
1202 |
-
#: wp-cache.php:
|
1203 |
msgid ""
|
1204 |
-
"Unfortunately the rewrite rules cannot be updated automatically when
|
1205 |
-
"WordPress MU. Please open your .htaccess and add the following
|
1206 |
-
"rules above any other rules in that file."
|
1207 |
msgstr ""
|
1208 |
|
1209 |
-
#: wp-cache.php:
|
1210 |
msgid "Mod Rewrite rules cannot be updated!"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: wp-cache.php:
|
1214 |
msgid ""
|
1215 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
1216 |
"htaccess for the auto update to work. They look like this and surround the "
|
1217 |
"main WordPress mod_rewrite rules:"
|
1218 |
msgstr ""
|
1219 |
|
1220 |
-
#: wp-cache.php:
|
1221 |
msgid "Refresh this page when you have updated your .htaccess file."
|
1222 |
msgstr ""
|
1223 |
|
1224 |
-
#: wp-cache.php:
|
1225 |
msgid "Thank you for upgrading."
|
1226 |
msgstr ""
|
1227 |
|
1228 |
-
#: wp-cache.php:
|
1229 |
msgid ""
|
1230 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
1231 |
-
"Unfortunately you must remove the old supercache rules before the new ones "
|
1232 |
"are updated. Refresh this page when you have edited your .htaccess file. If "
|
1233 |
"you wish to manually upgrade, change the following line: %1$s so it looks "
|
1234 |
"like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" "
|
@@ -1237,11 +1270,11 @@ msgid ""
|
|
1237 |
"brave enough to use them."
|
1238 |
msgstr ""
|
1239 |
|
1240 |
-
#: wp-cache.php:
|
1241 |
msgid "Trailing slash check required."
|
1242 |
msgstr ""
|
1243 |
|
1244 |
-
#: wp-cache.php:
|
1245 |
msgid ""
|
1246 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
1247 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
@@ -1250,414 +1283,418 @@ msgid ""
|
|
1250 |
"and add these two rules to the two groups of Super Cache rules:"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
-
#: wp-cache.php:
|
1254 |
msgid ""
|
1255 |
"You can see where the rules go and examine the complete rules by clicking "
|
1256 |
"the \"View mod_rewrite rules\" link below."
|
1257 |
msgstr ""
|
1258 |
|
1259 |
-
#: wp-cache.php:
|
1260 |
msgid "Mod Rewrite rules updated!"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
-
#: wp-cache.php:
|
1264 |
msgid ""
|
1265 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
1266 |
"verify they are correct. They should look like this:"
|
1267 |
msgstr ""
|
1268 |
|
1269 |
-
#: wp-cache.php:
|
1270 |
msgid "Mod Rewrite rules must be updated!"
|
1271 |
msgstr ""
|
1272 |
|
1273 |
-
#: wp-cache.php:
|
1274 |
msgid ""
|
1275 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
1276 |
"the necessary mod_rewrite rules. The new rules go above the regular "
|
1277 |
"WordPress rules as shown in the code below:"
|
1278 |
msgstr ""
|
1279 |
|
1280 |
-
#: wp-cache.php:
|
1281 |
msgid ""
|
1282 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
1283 |
"> Click the following link to see the lines added to that file. If you have "
|
1284 |
-
"upgraded the plugin make sure these rules match."
|
1285 |
msgstr ""
|
1286 |
|
1287 |
-
#: wp-cache.php:
|
1288 |
msgid ""
|
1289 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
1290 |
-
"rules has been found. This could be simple whitespace differences but you "
|
1291 |
"should compare the rules in the file with those below as soon as possible. "
|
1292 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
1293 |
msgstr ""
|
1294 |
|
1295 |
-
#: wp-cache.php:
|
1296 |
msgid "View Mod_Rewrite Rules"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
-
#: wp-cache.php:
|
1300 |
msgid "Rules must be added to %s too:"
|
1301 |
msgstr ""
|
1302 |
|
1303 |
-
#: wp-cache.php:
|
1304 |
msgid "Gzip encoding rules in %s.htaccess created."
|
1305 |
msgstr ""
|
1306 |
|
1307 |
-
#: wp-cache.php:
|
1308 |
msgid "Fix Configuration"
|
1309 |
msgstr ""
|
1310 |
|
1311 |
-
#: wp-cache.php:
|
1312 |
msgid "Restore Default Configuration"
|
1313 |
msgstr ""
|
1314 |
|
1315 |
-
#: wp-cache.php:
|
1316 |
msgid ""
|
1317 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
1318 |
msgstr ""
|
1319 |
|
1320 |
-
#: wp-cache.php:
|
1321 |
msgid "Lock Down:"
|
1322 |
msgstr ""
|
1323 |
|
1324 |
-
#: wp-cache.php:
|
1325 |
msgid ""
|
1326 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
1327 |
"down. When this is enabled, new comments on a post will not refresh the "
|
1328 |
"cached static files."
|
1329 |
msgstr ""
|
1330 |
|
1331 |
-
#: wp-cache.php:
|
1332 |
msgid ""
|
1333 |
"Developers: Make your plugin lock down compatible by checking the "
|
1334 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
1335 |
"respects the WPLOCKDOWN setting."
|
1336 |
msgstr ""
|
1337 |
|
1338 |
-
#: wp-cache.php:
|
1339 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
1340 |
msgstr ""
|
1341 |
|
1342 |
-
#: wp-cache.php:
|
1343 |
msgid ""
|
1344 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
1345 |
"new comments are made."
|
1346 |
msgstr ""
|
1347 |
|
1348 |
-
#: wp-cache.php:
|
1349 |
msgid ""
|
1350 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
1351 |
"files as normal."
|
1352 |
msgstr ""
|
1353 |
|
1354 |
-
#: wp-cache.php:
|
1355 |
msgid "Lock Down"
|
1356 |
msgstr ""
|
1357 |
|
1358 |
-
#: wp-cache.php:
|
1359 |
msgid "Directly Cached Files"
|
1360 |
msgstr ""
|
1361 |
|
1362 |
-
#: wp-cache.php:
|
|
|
|
|
|
|
|
|
1363 |
msgid "%s removed!"
|
1364 |
msgstr ""
|
1365 |
|
1366 |
-
#: wp-cache.php:
|
1367 |
msgid ""
|
1368 |
-
"You must make %s writable to enable this feature. As this is a security
|
1369 |
-
"please make it
|
1370 |
msgstr ""
|
1371 |
|
1372 |
-
#: wp-cache.php:
|
1373 |
msgid ""
|
1374 |
"%s is writable. Please make it readonly after your page is generated as this "
|
1375 |
"is a security risk."
|
1376 |
msgstr ""
|
1377 |
|
1378 |
-
#: wp-cache.php:
|
1379 |
msgid "Existing direct page"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
-
#: wp-cache.php:
|
1383 |
msgid "Delete cached file"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
-
#: wp-cache.php:
|
1387 |
msgid "Add direct page:"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
-
#: wp-cache.php:
|
1391 |
msgid ""
|
1392 |
"Directly cached files are files created directly off %s where your blog "
|
1393 |
"lives. This feature is only useful if you are expecting a major Digg or "
|
1394 |
"Slashdot level of traffic to one post or page."
|
1395 |
msgstr ""
|
1396 |
|
1397 |
-
#: wp-cache.php:
|
1398 |
msgid ""
|
1399 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
1400 |
"about/. The cached file will be generated the next time an anonymous user "
|
1401 |
"visits that page."
|
1402 |
msgstr ""
|
1403 |
|
1404 |
-
#: wp-cache.php:
|
1405 |
msgid ""
|
1406 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1407 |
"the cached file."
|
1408 |
msgstr ""
|
1409 |
|
1410 |
-
#: wp-cache.php:
|
1411 |
msgid "Update Direct Pages"
|
1412 |
msgstr ""
|
1413 |
|
1414 |
-
#: wp-cache.php:
|
1415 |
msgctxt "timezone date format"
|
1416 |
msgid "Y-m-d G:i:s"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
-
#: wp-cache.php:
|
1420 |
msgid "Expiry Time & Garbage Collection"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
-
#: wp-cache.php:
|
1424 |
msgid ""
|
1425 |
"<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"
|
1426 |
msgstr ""
|
1427 |
|
1428 |
-
#: wp-cache.php:
|
1429 |
msgid "Local time is <code>%1$s</code>"
|
1430 |
msgstr ""
|
1431 |
|
1432 |
-
#: wp-cache.php:
|
1433 |
msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>"
|
1434 |
msgstr ""
|
1435 |
|
1436 |
-
#: wp-cache.php:
|
1437 |
msgid ""
|
1438 |
"Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not "
|
1439 |
"be deleted regardless of age."
|
1440 |
msgstr ""
|
1441 |
|
1442 |
-
#: wp-cache.php:
|
1443 |
msgid "Cache Timeout"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
-
#: wp-cache.php:
|
1447 |
msgid "seconds"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
-
#: wp-cache.php:
|
1451 |
msgid ""
|
1452 |
"How long should cached pages remain fresh? Set to 0 to disable garbage "
|
1453 |
"collection. A good starting point is 3600 seconds."
|
1454 |
msgstr ""
|
1455 |
|
1456 |
-
#: wp-cache.php:
|
1457 |
msgid "Scheduler"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
-
#: wp-cache.php:
|
1461 |
msgid "Timer:"
|
1462 |
msgstr ""
|
1463 |
|
1464 |
-
#: wp-cache.php:
|
1465 |
msgid "Check for stale cached files every <em>interval</em> seconds."
|
1466 |
msgstr ""
|
1467 |
|
1468 |
-
#: wp-cache.php:
|
1469 |
msgid "Clock:"
|
1470 |
msgstr ""
|
1471 |
|
1472 |
-
#: wp-cache.php:
|
1473 |
msgid "HH:MM"
|
1474 |
msgstr ""
|
1475 |
|
1476 |
-
#: wp-cache.php:
|
1477 |
msgid ""
|
1478 |
"Check for stale cached files at this time <strong>(UTC)</strong> or starting "
|
1479 |
"at this time every <em>interval</em> below."
|
1480 |
msgstr ""
|
1481 |
|
1482 |
-
#: wp-cache.php:
|
1483 |
msgid "Interval:"
|
1484 |
msgstr ""
|
1485 |
|
1486 |
-
#: wp-cache.php:
|
1487 |
msgid "Notification Emails"
|
1488 |
msgstr ""
|
1489 |
|
1490 |
-
#: wp-cache.php:
|
1491 |
msgid "Email me when the garbage collection runs."
|
1492 |
msgstr ""
|
1493 |
|
1494 |
-
#: wp-cache.php:
|
1495 |
msgid "Garbage Collection"
|
1496 |
msgstr ""
|
1497 |
|
1498 |
-
#: wp-cache.php:
|
1499 |
msgid ""
|
1500 |
"<em>Garbage collection</em> is the simple act of throwing out your garbage. "
|
1501 |
"For this plugin that would be old or <em>stale</em> cached files that may be "
|
1502 |
"out of date. New cached files are described as <em>fresh</em>."
|
1503 |
msgstr ""
|
1504 |
|
1505 |
-
#: wp-cache.php:
|
1506 |
msgid ""
|
1507 |
"Cached files are fresh for a limited length of time. You can set that time "
|
1508 |
"in the <em>Cache Timeout</em> text box on this page."
|
1509 |
msgstr ""
|
1510 |
|
1511 |
-
#: wp-cache.php:
|
1512 |
msgid ""
|
1513 |
"Stale cached files are not removed as soon as they become stale. They have "
|
1514 |
"to be removed by the garbage collecter. That is why you have to tell the "
|
1515 |
"plugin when the garbage collector should run."
|
1516 |
msgstr ""
|
1517 |
|
1518 |
-
#: wp-cache.php:
|
1519 |
msgid ""
|
1520 |
"Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the "
|
1521 |
"garbage collector should run."
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: wp-cache.php:
|
1525 |
msgid ""
|
1526 |
"The <em>Timer</em> scheduler tells the plugin to run the garbage collector "
|
1527 |
"at regular intervals. When one garbage collection is done, the next run is "
|
1528 |
"scheduled."
|
1529 |
msgstr ""
|
1530 |
|
1531 |
-
#: wp-cache.php:
|
1532 |
msgid ""
|
1533 |
"Or, the <em>Clock</em> scheduler allows the garbage collection to run at "
|
1534 |
-
"specific times. If set to run hourly or
|
1535 |
"will be first scheduled for the time you enter here. It will then run again "
|
1536 |
-
"at the indicated interval. If set to run daily it will run once a day at
|
1537 |
-
"time specified."
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: wp-cache.php:
|
1541 |
msgid ""
|
1542 |
"There are no best garbage collection settings but here are a few scenarios. "
|
1543 |
"Garbage collection is separate to other actions that clear our cached files "
|
1544 |
"like leaving a comment or publishing a post."
|
1545 |
msgstr ""
|
1546 |
|
1547 |
-
#: wp-cache.php:
|
1548 |
msgid ""
|
1549 |
"Sites that want to serve lots of newly generated data should set the "
|
1550 |
"<em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 "
|
1551 |
"seconds."
|
1552 |
msgstr ""
|
1553 |
|
1554 |
-
#: wp-cache.php:
|
1555 |
msgid ""
|
1556 |
"Sites with widgets and rss feeds in their sidebar should probably use a "
|
1557 |
"timeout of 3600 seconds and set the timer to 600 seconds. Stale files will "
|
1558 |
"be caught within 10 minutes of going stale."
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: wp-cache.php:
|
1562 |
msgid ""
|
1563 |
"Sites with lots of static content, no widgets or rss feeds in their sidebar "
|
1564 |
"can use a timeout of 86400 seconds or even more and set the timer to "
|
1565 |
"something equally long."
|
1566 |
msgstr ""
|
1567 |
|
1568 |
-
#: wp-cache.php:
|
1569 |
msgid ""
|
1570 |
"Sites where an external data source updates at a particular time every day "
|
1571 |
"should set the timeout to 86400 seconds and use the Clock scheduler set "
|
1572 |
"appropriately."
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: wp-cache.php:
|
1576 |
msgid ""
|
1577 |
"Checking for and deleting expired files is expensive, but it’s "
|
1578 |
-
"expensive leaving them there too. On a very busy site you should set the "
|
1579 |
"expiry time to <em>600 seconds</em>. Experiment with different values and "
|
1580 |
"visit this page to see how many expired files remain at different times "
|
1581 |
-
"during the day. If you are using legacy caching aim to have less than 500 "
|
1582 |
"cached files if possible. You can have many times more cached files when "
|
1583 |
"using mod_rewrite or PHP caching."
|
1584 |
msgstr ""
|
1585 |
|
1586 |
-
#: wp-cache.php:
|
1587 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1588 |
msgstr ""
|
1589 |
|
1590 |
-
#: wp-cache.php:
|
1591 |
msgid "Change Expiration"
|
1592 |
msgstr ""
|
1593 |
|
1594 |
-
#: wp-cache.php:
|
1595 |
msgid "Rejected User Agents"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
-
#: wp-cache.php:
|
1599 |
msgid ""
|
1600 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1601 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1602 |
"cached files are still sent to these agents if they already exists."
|
1603 |
msgstr ""
|
1604 |
|
1605 |
-
#: wp-cache.php:
|
1606 |
msgid "Save UA Strings"
|
1607 |
msgstr ""
|
1608 |
|
1609 |
-
#: wp-cache.php:
|
1610 |
msgid ""
|
1611 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1612 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1613 |
"complete discussion on each type."
|
1614 |
msgstr ""
|
1615 |
|
1616 |
-
#: wp-cache.php:
|
1617 |
msgid "Single Posts"
|
1618 |
msgstr ""
|
1619 |
|
1620 |
-
#: wp-cache.php:
|
1621 |
msgid "Pages"
|
1622 |
msgstr ""
|
1623 |
|
1624 |
-
#: wp-cache.php:
|
1625 |
msgid "Front Page"
|
1626 |
msgstr ""
|
1627 |
|
1628 |
-
#: wp-cache.php:
|
1629 |
msgid "Home"
|
1630 |
msgstr ""
|
1631 |
|
1632 |
-
#: wp-cache.php:
|
1633 |
msgid "Archives"
|
1634 |
msgstr ""
|
1635 |
|
1636 |
-
#: wp-cache.php:
|
1637 |
msgid "Tags"
|
1638 |
msgstr ""
|
1639 |
|
1640 |
-
#: wp-cache.php:
|
1641 |
msgid "Category"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
-
#: wp-cache.php:
|
1645 |
msgid "Feeds"
|
1646 |
msgstr ""
|
1647 |
|
1648 |
-
#: wp-cache.php:
|
1649 |
msgid "Search Pages"
|
1650 |
msgstr ""
|
1651 |
|
1652 |
-
#: wp-cache.php:
|
1653 |
msgid "Author Pages"
|
1654 |
msgstr ""
|
1655 |
|
1656 |
-
#: wp-cache.php:
|
1657 |
msgid "Save"
|
1658 |
msgstr ""
|
1659 |
|
1660 |
-
#: wp-cache.php:
|
1661 |
msgid ""
|
1662 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1663 |
"example, if your URLs include year and you dont want to cache last year "
|
@@ -1666,51 +1703,51 @@ msgid ""
|
|
1666 |
"cache that page."
|
1667 |
msgstr ""
|
1668 |
|
1669 |
-
#: wp-cache.php:
|
1670 |
msgid "Save Strings"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
-
#: wp-cache.php:
|
1674 |
msgid ""
|
1675 |
"Add here those filenames that can be cached, even if they match one of the "
|
1676 |
"rejected substring specified above."
|
1677 |
msgstr ""
|
1678 |
|
1679 |
-
#: wp-cache.php:
|
1680 |
msgid "Save Files"
|
1681 |
msgstr ""
|
1682 |
|
1683 |
-
#: wp-cache.php:
|
1684 |
msgid "Currently logging to: %s"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
-
#: wp-cache.php:
|
1688 |
msgid ""
|
1689 |
"Fix problems with the plugin by debugging it here. It can log them to a file "
|
1690 |
"in your cache directory."
|
1691 |
msgstr ""
|
1692 |
|
1693 |
-
#: wp-cache.php:
|
1694 |
msgid "Debugging"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
-
#: wp-cache.php:
|
1698 |
msgid "IP Address"
|
1699 |
msgstr ""
|
1700 |
|
1701 |
-
#: wp-cache.php:
|
1702 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1703 |
msgstr ""
|
1704 |
|
1705 |
-
#: wp-cache.php:
|
1706 |
msgid "Cache Status Messages"
|
1707 |
msgstr ""
|
1708 |
|
1709 |
-
#: wp-cache.php:
|
1710 |
msgid "Display comments at the end of every page like this:"
|
1711 |
msgstr ""
|
1712 |
|
1713 |
-
#: wp-cache.php:
|
1714 |
msgid ""
|
1715 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1716 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
@@ -1718,7 +1755,7 @@ msgid ""
|
|
1718 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1719 |
msgstr ""
|
1720 |
|
1721 |
-
#: wp-cache.php:
|
1722 |
msgid ""
|
1723 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
1724 |
"only happen in very rare cases but you can run a simple check once every 5 "
|
@@ -1726,92 +1763,133 @@ msgid ""
|
|
1726 |
"emailed if there is a problem."
|
1727 |
msgstr ""
|
1728 |
|
1729 |
-
#: wp-cache.php:
|
1730 |
msgid "Check front page every 5 minutes."
|
1731 |
msgstr ""
|
1732 |
|
1733 |
-
#: wp-cache.php:
|
1734 |
msgid "Front page text"
|
1735 |
msgstr ""
|
1736 |
|
1737 |
-
#: wp-cache.php:
|
1738 |
msgid ""
|
1739 |
-
"Text to search for on your front page. If this text is missing the cache "
|
1740 |
"will be cleared. Leave blank to disable."
|
1741 |
msgstr ""
|
1742 |
|
1743 |
-
#: wp-cache.php:
|
1744 |
msgid "Clear cache on error."
|
1745 |
msgstr ""
|
1746 |
|
1747 |
-
#: wp-cache.php:
|
1748 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1749 |
msgstr ""
|
1750 |
|
1751 |
-
#: wp-cache.php:
|
1752 |
msgid ""
|
1753 |
-
"Error: GZIP compression is enabled
|
1754 |
"cache."
|
1755 |
msgstr ""
|
1756 |
|
1757 |
-
#: wp-cache.php:
|
1758 |
msgid "Warning"
|
1759 |
msgstr ""
|
1760 |
|
1761 |
-
#: wp-cache.php:
|
1762 |
msgid ""
|
1763 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1764 |
"you disable gzip compression."
|
1765 |
msgstr ""
|
1766 |
|
1767 |
-
#: wp-cache.php:
|
1768 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1769 |
msgid "Error"
|
1770 |
msgstr ""
|
1771 |
|
1772 |
-
#: wp-cache.php:
|
1773 |
msgid ""
|
1774 |
"Your cache directory (<strong>%1$s</strong>) did not exist and couldn’"
|
1775 |
"t be created by the web server. Check %1$s permissions."
|
1776 |
msgstr ""
|
1777 |
|
1778 |
-
#: wp-cache.php:
|
1779 |
msgid ""
|
1780 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1781 |
"to be writable for this plugin to work. Double-check it."
|
1782 |
msgstr ""
|
1783 |
|
1784 |
-
#: wp-cache.php:
|
1785 |
msgid ""
|
1786 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1787 |
-
"writable by the Web server.Please delete it and refresh this page."
|
1788 |
msgstr ""
|
1789 |
|
1790 |
-
#: wp-cache.php:
|
1791 |
msgid ""
|
1792 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1793 |
-
"not writable by the
|
1794 |
msgstr ""
|
1795 |
|
1796 |
-
#: wp-cache.php:
|
1797 |
msgid ""
|
1798 |
-
"Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify
|
1799 |
-
"installation."
|
1800 |
msgstr ""
|
1801 |
|
1802 |
-
#: wp-cache.php:
|
1803 |
msgid "Could not update %s!</em> WPCACHEHOME must be set in config file."
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: wp-cache.php:
|
1807 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1808 |
msgstr ""
|
1809 |
|
1810 |
-
#: wp-cache.php:
|
1811 |
-
msgid "1. If it already exists please delete the file first."
|
1812 |
msgstr ""
|
1813 |
|
1814 |
-
#: wp-cache.php:
|
1815 |
msgid ""
|
1816 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
1817 |
"software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
|
@@ -1819,178 +1897,178 @@ msgid ""
|
|
1819 |
"again. (Change 777 to 755 in the previous command)"
|
1820 |
msgstr ""
|
1821 |
|
1822 |
-
#: wp-cache.php:
|
1823 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1824 |
msgstr ""
|
1825 |
|
1826 |
-
#: wp-cache.php:
|
1827 |
msgid ""
|
1828 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1829 |
"em> doesn’t exist:"
|
1830 |
msgstr ""
|
1831 |
|
1832 |
-
#: wp-cache.php:
|
1833 |
msgid ""
|
1834 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
1835 |
"the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
|
1836 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1837 |
msgstr ""
|
1838 |
|
1839 |
-
#: wp-cache.php:
|
1840 |
msgid ""
|
1841 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1842 |
-
"WordPress to load the code that serves cached pages. Unfortunately it is
|
1843 |
-
"to false. Please edit your wp-config.php and add or edit the following
|
1844 |
-
"above the final require_once command:<br /><br /><code>define
|
1845 |
-
"true);</code></p>"
|
1846 |
msgstr ""
|
1847 |
|
1848 |
-
#: wp-cache.php:
|
1849 |
msgid ""
|
1850 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1851 |
"code> file and I couldn’t modify it."
|
1852 |
msgstr ""
|
1853 |
|
1854 |
-
#: wp-cache.php:
|
1855 |
msgid ""
|
1856 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1857 |
"('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
|
1858 |
"executed</strong> by WordPress core. "
|
1859 |
msgstr ""
|
1860 |
|
1861 |
-
#: wp-cache.php:
|
1862 |
msgid ""
|
1863 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1864 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
1865 |
-
"org/
|
1866 |
-
"
|
1867 |
msgstr ""
|
1868 |
|
1869 |
-
#: wp-cache.php:
|
1870 |
msgid "Cache Contents"
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: wp-cache.php:
|
1874 |
msgid "Object cache in use. No cache listing available."
|
1875 |
msgstr ""
|
1876 |
|
1877 |
-
#: wp-cache.php:
|
1878 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1879 |
msgstr ""
|
1880 |
|
1881 |
-
#: wp-cache.php:
|
1882 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1883 |
msgstr ""
|
1884 |
|
1885 |
-
#: wp-cache.php:
|
1886 |
msgid ""
|
1887 |
"Cache stats are not automatically generated. You must click the link below "
|
1888 |
"to regenerate the stats on this page."
|
1889 |
msgstr ""
|
1890 |
|
1891 |
-
#: wp-cache.php:
|
1892 |
msgid "Regenerate cache stats"
|
1893 |
msgstr ""
|
1894 |
|
1895 |
-
#: wp-cache.php:
|
1896 |
msgid "Cache stats last generated: %s minutes ago."
|
1897 |
msgstr ""
|
1898 |
|
1899 |
-
#: wp-cache.php:
|
1900 |
msgid "WP-Cache"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
-
#: wp-cache.php:
|
1904 |
msgid "%s Cached Pages"
|
1905 |
msgstr ""
|
1906 |
|
1907 |
-
#: wp-cache.php:
|
1908 |
msgid "%s Expired Pages"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
-
#: wp-cache.php:
|
1912 |
msgid "WP-Super-Cache"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
-
#: wp-cache.php:
|
1916 |
msgid "Fresh WP-Cached Files"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
-
#: wp-cache.php:
|
1920 |
msgid "URI"
|
1921 |
msgstr ""
|
1922 |
|
1923 |
-
#: wp-cache.php:
|
1924 |
msgid "Key"
|
1925 |
msgstr ""
|
1926 |
|
1927 |
-
#: wp-cache.php:
|
1928 |
msgid "Age"
|
1929 |
msgstr ""
|
1930 |
|
1931 |
-
#: wp-cache.php:
|
1932 |
msgid "Delete"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
-
#: wp-cache.php:
|
1936 |
msgid "Stale WP-Cached Files"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
-
#: wp-cache.php:
|
1940 |
msgid "Fresh Super Cached Files"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
-
#: wp-cache.php:
|
1944 |
msgid "Stale Super Cached Files"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
-
#: wp-cache.php:
|
1948 |
msgid "Hide file list"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
-
#: wp-cache.php:
|
1952 |
msgid "Too many cached files, no listing possible."
|
1953 |
msgstr ""
|
1954 |
|
1955 |
-
#: wp-cache.php:
|
1956 |
msgid "List all cached files"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
-
#: wp-cache.php:
|
1960 |
msgid ""
|
1961 |
"Expired files are files older than %s seconds. They are still used by the "
|
1962 |
"plugin and are deleted periodically."
|
1963 |
msgstr ""
|
1964 |
|
1965 |
-
#: wp-cache.php:
|
1966 |
msgid "Delete Expired"
|
1967 |
msgstr ""
|
1968 |
|
1969 |
-
#: wp-cache.php:
|
1970 |
msgid "Delete Super Cache cached files (opens in new window)"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
-
#: wp-cache.php:
|
1974 |
msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
-
#: wp-cache.php:
|
1978 |
msgid ""
|
1979 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
1980 |
"to enable and configure the plugin."
|
1981 |
msgstr ""
|
1982 |
|
1983 |
-
#: wp-cache.php:
|
1984 |
msgid "Settings"
|
1985 |
msgstr ""
|
1986 |
|
1987 |
-
#: wp-cache.php:
|
1988 |
msgid ""
|
1989 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
1990 |
"page</a> to enable caching."
|
1991 |
msgstr ""
|
1992 |
|
1993 |
-
#: wp-cache.php:
|
1994 |
msgid ""
|
1995 |
"Warning! WP Super Cache caching <strong>was</strong> broken but has been "
|
1996 |
"<strong>fixed</strong>! The script advanced-cache.php could not load wp-"
|
@@ -1999,146 +2077,146 @@ msgid ""
|
|
1999 |
"message."
|
2000 |
msgstr ""
|
2001 |
|
2002 |
-
#: wp-cache.php:
|
2003 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
2004 |
msgstr ""
|
2005 |
|
2006 |
-
#: wp-cache.php:
|
2007 |
msgid ""
|
2008 |
"Please visit %s to clear the cache as the front page of your site is now "
|
2009 |
"downloading!"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: wp-cache.php:
|
2013 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
-
#: wp-cache.php:
|
2017 |
msgid ""
|
2018 |
"The cache on your blog has been cleared because the front page of your site "
|
2019 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
2020 |
msgstr ""
|
2021 |
|
2022 |
-
#: wp-cache.php:
|
2023 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
-
#: wp-cache.php:
|
2027 |
msgid ""
|
2028 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
2029 |
"correct and missing the text, \"%2$s\"!"
|
2030 |
msgstr ""
|
2031 |
|
2032 |
-
#: wp-cache.php:
|
2033 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
-
#: wp-cache.php:
|
2037 |
msgid ""
|
2038 |
"The cache on your blog has been cleared because the front page of your site "
|
2039 |
"is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
|
2040 |
"cleared."
|
2041 |
msgstr ""
|
2042 |
|
2043 |
-
#: wp-cache.php:
|
2044 |
msgid "[%s] Front page check!"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
-
#: wp-cache.php:
|
2048 |
msgid ""
|
2049 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
2050 |
"you would like to disable this."
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: wp-cache.php:
|
2054 |
msgid "Cannot update .htaccess"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: wp-cache.php:
|
2058 |
msgid ""
|
2059 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
2060 |
"Please correct this using the chmod command or your ftp client."
|
2061 |
msgstr ""
|
2062 |
|
2063 |
-
#: wp-cache.php:
|
2064 |
msgid "Refresh this page when the file permissions have been modified."
|
2065 |
msgstr ""
|
2066 |
|
2067 |
-
#: wp-cache.php:
|
2068 |
msgid ""
|
2069 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
2070 |
"add the following code (before any WordPress rules):"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: wp-cache.php:
|
2074 |
msgid ""
|
2075 |
"To serve static html files your server must have the correct mod_rewrite "
|
2076 |
"rules added to a file called <code>%s.htaccess</code>"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
-
#: wp-cache.php:
|
2080 |
-
msgid "You can edit the file yourself
|
2081 |
msgstr ""
|
2082 |
|
2083 |
-
#: wp-cache.php:
|
2084 |
msgid " Make sure they appear before any existing WordPress rules. "
|
2085 |
msgstr ""
|
2086 |
|
2087 |
-
#: wp-cache.php:
|
2088 |
msgid "Update Mod_Rewrite Rules"
|
2089 |
msgstr ""
|
2090 |
|
2091 |
-
#: wp-cache.php:
|
2092 |
msgid "[%1$s] Cache Preload Started"
|
2093 |
msgstr ""
|
2094 |
|
2095 |
-
#: wp-cache.php:
|
2096 |
msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
|
2097 |
msgstr ""
|
2098 |
|
2099 |
-
#: wp-cache.php:
|
2100 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
2101 |
msgstr ""
|
2102 |
|
2103 |
-
#: wp-cache.php:
|
2104 |
msgid "[%1$s] Cache Preload Stopped"
|
2105 |
msgstr ""
|
2106 |
|
2107 |
-
#: wp-cache.php:
|
2108 |
msgid "[%1$s] %2$d posts refreshed"
|
2109 |
msgstr ""
|
2110 |
|
2111 |
-
#: wp-cache.php:
|
2112 |
msgid "Refreshed the following posts:"
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: wp-cache.php:
|
2116 |
msgid "Scheduling next preload refresh in %d minutes."
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: wp-cache.php:
|
2120 |
msgid "[%s] Cache Preload Completed"
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: wp-cache.php:
|
2124 |
msgid "Cleaning up old supercache files."
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: wp-cache.php:
|
2128 |
msgid "[%s] Preload may have stalled."
|
2129 |
msgstr ""
|
2130 |
|
2131 |
-
#: wp-cache.php:
|
2132 |
msgid ""
|
2133 |
"Preload has been restarted.\n"
|
2134 |
"%s"
|
2135 |
msgstr ""
|
2136 |
|
2137 |
-
#: wp-cache.php:
|
2138 |
msgid "Supercache Uninstall Problems"
|
2139 |
msgstr ""
|
2140 |
|
2141 |
-
#: wp-cache.php:
|
2142 |
msgid ""
|
2143 |
"Dear User,\n"
|
2144 |
"\n"
|
@@ -2153,9 +2231,29 @@ msgid ""
|
|
2153 |
"\n"
|
2154 |
"Regards,\n"
|
2155 |
"WP Super Cache Plugin\n"
|
2156 |
-
"http://wordpress.org/
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: wp-cache.php:
|
2160 |
msgid "Delete cache of the current page"
|
2161 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2016 WP Super Cache
|
2 |
+
# This file is distributed under the same license as the WP Super Cache package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WP Super Cache 1.4.7\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-super-cache\n"
|
7 |
+
"POT-Creation-Date: 2016-03-07 13:27:41+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2016-MO-DA HO:MI+ZONE\n"
|
12 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
|
16 |
msgid ""
|
17 |
"Your website probably uses lots of static files. Image, Javascript and CSS "
|
18 |
"files are usually static files that could just as easily be served from "
|
19 |
+
"another site or CDN. Therefore, this plugin replaces any links in the "
|
20 |
"<code>wp-content</code> and <code>wp-includes</code> directories (except for "
|
21 |
"PHP files) on your site with the URL you provide below. That way you can "
|
22 |
"either copy all the static content to a dedicated host or mirror the files "
|
24 |
"+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: ossdl-cdn.php:152
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
msgid ""
|
29 |
"<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., "
|
30 |
"%s to ensure your CDN service is fully working before saving changes."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: ossdl-cdn.php:153
|
34 |
msgid "You can define different CDN URLs for each site on a multsite network."
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: ossdl-cdn.php:161
|
38 |
msgid "Enable CDN Support"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: ossdl-cdn.php:164
|
42 |
msgid "Off-site URL"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: ossdl-cdn.php:167
|
46 |
msgid ""
|
47 |
"The new URL to be used in place of %1$s for rewriting. No trailing <code>/</"
|
48 |
"code> please.<br />Example: <code>%2$s</code>."
|
49 |
msgstr ""
|
50 |
|
51 |
+
#: ossdl-cdn.php:171
|
52 |
msgid "Include directories"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: ossdl-cdn.php:174
|
56 |
msgid ""
|
57 |
"Directories to include in static file matching. Use a comma as the "
|
58 |
"delimiter. Default is <code>wp-content, wp-includes</code>, which will be "
|
59 |
"enforced if this field is left empty."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: ossdl-cdn.php:178
|
63 |
msgid "Exclude if substring"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: ossdl-cdn.php:181
|
67 |
msgid ""
|
68 |
"Excludes something from being rewritten if one of the above strings is found "
|
69 |
"in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</"
|
70 |
"code>, and always include <code>.php</code> (default)."
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: ossdl-cdn.php:185
|
74 |
msgid "Additional CNAMES"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: ossdl-cdn.php:188
|
78 |
msgid ""
|
79 |
"These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will "
|
80 |
"be used in place of %1$s for rewriting (in addition to the off-site URL "
|
83 |
"be configured on your CDN.<br />Example: %2$s"
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: ossdl-cdn.php:192
|
87 |
msgid "Skip https URLs to avoid \"mixed content\" errors"
|
88 |
msgstr ""
|
89 |
|
90 |
+
#: ossdl-cdn.php:196
|
91 |
msgid "Save Changes"
|
92 |
msgstr ""
|
93 |
|
94 |
+
#: ossdl-cdn.php:198
|
95 |
msgid ""
|
96 |
+
"CDN functionality provided by <a href=\"http://wordpress.org/plugins/ossdl-"
|
97 |
+
"cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/"
|
98 |
+
"\">Mark Kubacki</a>"
|
99 |
msgstr ""
|
100 |
|
101 |
#: plugins/awaitingmoderation.php:4
|
108 |
|
109 |
#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65
|
110 |
#: plugins/domain-mapping.php:75 plugins/jetpack.php:31
|
111 |
+
#: plugins/searchengine.php:69 plugins/wptouch.php:22 wp-cache.php:1500
|
112 |
msgid "Enabled"
|
113 |
msgstr ""
|
114 |
|
115 |
#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66
|
116 |
#: plugins/domain-mapping.php:76 plugins/jetpack.php:32
|
117 |
+
#: plugins/searchengine.php:70 plugins/wptouch.php:23 wp-cache.php:1500
|
118 |
msgid "Disabled"
|
119 |
msgstr ""
|
120 |
|
126 |
|
127 |
#: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71
|
128 |
#: plugins/domain-mapping.php:81 plugins/jetpack.php:37
|
129 |
+
#: plugins/searchengine.php:75 plugins/wptouch.php:28 wp-cache.php:1973
|
130 |
+
#: wp-cache.php:1975
|
131 |
msgid "enabled"
|
132 |
msgstr ""
|
133 |
|
166 |
msgid "Bad Behavior support is now %s"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: plugins/badbehaviour.php:83 wp-cache.php:1593 wp-cache.php:1598
|
170 |
msgid "Warning!"
|
171 |
msgstr ""
|
172 |
|
216 |
msgid "Cached"
|
217 |
msgstr ""
|
218 |
|
219 |
+
#: plugins/multisite.php:31 wp-cache.php:1513
|
220 |
msgid "Enable"
|
221 |
msgstr ""
|
222 |
|
223 |
+
#: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1513
|
224 |
msgid "Disable"
|
225 |
msgstr ""
|
226 |
|
262 |
"the WPTouch helper plugin."
|
263 |
msgstr ""
|
264 |
|
265 |
+
#: wp-cache-phase2.php:1334
|
266 |
msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: wp-cache-phase2.php:1338
|
270 |
msgid ""
|
271 |
"Cache expiry cron job took more than 30 seconds. You should probably run the "
|
272 |
"garbage collector more often."
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: wp-cache-phase2.php:1347
|
276 |
msgid "[%1$s] WP Super Cache GC Report"
|
277 |
msgstr ""
|
278 |
|
279 |
+
#: wp-cache.php:111
|
280 |
msgid ""
|
281 |
"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
|
282 |
"sample.php"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: wp-cache.php:203
|
286 |
msgid "Warning! PHP Safe Mode Enabled!"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: wp-cache.php:204
|
290 |
msgid ""
|
291 |
"You may experience problems running this plugin because SAFE MODE is enabled."
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: wp-cache.php:208
|
295 |
msgid ""
|
296 |
"Your server is set up to check the owner of PHP scripts before allowing them "
|
297 |
"to read and write files."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: wp-cache.php:209
|
301 |
msgid ""
|
302 |
"You or an administrator may be able to make it work by changing the group "
|
303 |
"owner of the plugin scripts to match that of the web server user. The group "
|
306 |
"details."
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: wp-cache.php:211
|
310 |
msgid ""
|
311 |
"You or an administrator must disable this. See the <a href=\"http://php.net/"
|
312 |
"features.safe-mode\">safe mode manual page</a> for further details. This "
|
314 |
"php.ini config file."
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: wp-cache.php:217
|
318 |
msgid "Permlink Structure Error"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: wp-cache.php:218
|
322 |
msgid ""
|
323 |
"A custom url or permalink structure is required for this plugin to work "
|
324 |
"correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
|
325 |
"Options Page</a> to configure your permalinks."
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: wp-cache.php:230
|
329 |
msgid "Warning! Your hostname \"%s\" resolves to %s"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: wp-cache.php:231
|
333 |
msgid ""
|
334 |
"Your server thinks your hostname resolves to %s. Some services such as "
|
335 |
"garbage collection by this plugin, and WordPress scheduled posts may not "
|
336 |
"operate correctly."
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: wp-cache.php:232 wp-cache.php:246
|
340 |
msgid ""
|
341 |
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
|
342 |
"readme.txt"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: wp-cache.php:245
|
346 |
msgid ""
|
347 |
+
"Unfortunately, WordPress cannot find the file wp-cron.php. This script is "
|
348 |
+
"required for the correct operation of garbage collection by this plugin, "
|
349 |
"WordPress scheduled posts as well as other critical activities."
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: wp-cache.php:259
|
353 |
msgid "Cannot continue... fix previous problems and retry."
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: wp-cache.php:268
|
357 |
msgid "Zlib Output Compression Enabled!"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: wp-cache.php:269
|
361 |
msgid ""
|
362 |
"PHP is compressing the data sent to the visitors of your site. Disabling "
|
363 |
"this is recommended as the plugin caches the compressed output once instead "
|
366 |
"configuration.php\">this page</a> for instructions on modifying your php.ini."
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: wp-cache.php:273
|
370 |
msgid "Mod rewrite may not be installed!"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: wp-cache.php:274
|
374 |
msgid ""
|
375 |
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
|
376 |
"t 100% reliable, especially if you are not using Apache. Please verify that "
|
378 |
"static files. You will still be able to use legacy or PHP modes."
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: wp-cache.php:280
|
382 |
msgid "Read Only Mode. Configuration cannot be changed."
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: wp-cache.php:281
|
386 |
msgid ""
|
387 |
"The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
|
388 |
+
"and cannot be modified. That file must be writeable by the web server to "
|
389 |
+
"make any changes."
|
390 |
msgstr ""
|
391 |
|
392 |
+
#: wp-cache.php:282
|
393 |
msgid ""
|
394 |
"A simple way of doing that is by changing the permissions temporarily using "
|
395 |
"the CHMOD command or through your ftp client. Make sure it’s globally "
|
396 |
"writeable and it should be fine."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: wp-cache.php:283 wp-cache.php:332
|
400 |
msgid ""
|
401 |
"<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</"
|
402 |
"a> explains how to change file permissions."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: wp-cache.php:284
|
406 |
msgid "Writeable:"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: wp-cache.php:285
|
410 |
+
msgid "Read-only:"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: wp-cache.php:303
|
414 |
msgid "Warning! Garbage collection is not scheduled!"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: wp-cache.php:304
|
418 |
msgid ""
|
419 |
"Garbage collection by this plugin clears out expired and old cached pages on "
|
420 |
"a regular basis. Use <a href=\"#expirytime\">this form</a> to enable it."
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: wp-cache.php:309 wp-cache.php:337 wp-cache.php:409 wp-cache.php:2165
|
424 |
msgid "Dismiss"
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: wp-cache.php:330
|
428 |
msgid "Warning! %s is writeable!"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: wp-cache.php:331
|
432 |
msgid ""
|
433 |
"You should change the permissions on %s and make it more restrictive. Use "
|
434 |
"your ftp client, or the following command to fix things:"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: wp-cache.php:349
|
438 |
msgid "Mobile rewrite rules detected"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: wp-cache.php:350
|
442 |
msgid ""
|
443 |
"For best performance you should enable \"Mobile device support\" or delete "
|
444 |
"the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
|
445 |
"text \"2.0\\ MMP|240x320\" and delete those."
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: wp-cache.php:350
|
449 |
msgid ""
|
450 |
"This will have no affect on ordinary users but mobile users will see "
|
451 |
"uncached pages."
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: wp-cache.php:356 wp-cache.php:367
|
455 |
msgid "Rewrite rules must be updated"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: wp-cache.php:357 wp-cache.php:368
|
459 |
msgid "The rewrite rules required by this plugin have changed or are missing. "
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: wp-cache.php:358
|
463 |
msgid ""
|
464 |
"Mobile support requires extra rules in your .htaccess file, or you can set "
|
465 |
"the plugin to legacy mode. Here are your options (in order of difficulty):"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: wp-cache.php:359
|
469 |
msgid "Set the plugin to legacy mode and enable mobile support."
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: wp-cache.php:360 wp-cache.php:369
|
473 |
msgid ""
|
474 |
"Scroll down the Advanced Settings page and click the <strong>Update "
|
475 |
"Mod_Rewrite Rules</strong> button."
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: wp-cache.php:361
|
479 |
msgid ""
|
480 |
"Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
|
481 |
"WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
|
482 |
"regenerate them by reloading this page."
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: wp-cache.php:362
|
486 |
msgid ""
|
487 |
"Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
|
488 |
"by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
|
491 |
"these lines: (do it twice, once for each section)"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: wp-cache.php:375
|
495 |
msgid "Required to serve compressed supercache files properly."
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: wp-cache.php:375
|
499 |
msgid ""
|
500 |
"Required to set caching information on supercache pages. IE7 users will see "
|
501 |
"old pages without this module."
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: wp-cache.php:375
|
505 |
msgid ""
|
506 |
"Set the expiry date on supercached pages. Visitors may not see new pages "
|
507 |
"when they refresh or leave comments without this module."
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: wp-cache.php:382
|
511 |
msgid "Missing Apache Modules"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: wp-cache.php:383
|
515 |
msgid ""
|
516 |
"The following Apache modules are missing. The plugin will work in legacy "
|
517 |
"mode without them. In full Supercache mode, your visitors may see corrupted "
|
518 |
"pages or out of date content however."
|
519 |
msgstr ""
|
520 |
|
521 |
+
#: wp-cache.php:403
|
522 |
msgid ".htaccess file may need to be moved"
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: wp-cache.php:404
|
526 |
msgid ""
|
527 |
"It appears you have WordPress installed in a sub directory as described <a "
|
528 |
"href=\"http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">here</"
|
529 |
+
"a>. Unfortunately, WordPress writes to the .htaccess in the install "
|
530 |
"directory, not where your site is served from.<br />When you update the "
|
531 |
"rewrite rules in this plugin you will have to copy the file to where your "
|
532 |
"site is hosted. This will be fixed in the future."
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: wp-cache.php:665
|
536 |
msgid ""
|
537 |
"<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
|
538 |
"output_compression</code> is enabled. See #21 in the Troubleshooting section "
|
539 |
"of the readme file."
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: wp-cache.php:764
|
543 |
msgid "WP Super Cache Settings"
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: wp-cache.php:778
|
547 |
msgid ""
|
548 |
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
|
549 |
"Settings Page by default."
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: wp-cache.php:789
|
553 |
msgid ""
|
554 |
"Configuration file changed, some values might be wrong. Load the page again "
|
555 |
"from the \"Settings\" menu to reset them."
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: wp-cache.php:821
|
559 |
msgid "Caching must be enabled to use this feature"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: wp-cache.php:839 wp-cache.php:979
|
563 |
msgid "Cancel Cache Preload"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: wp-cache.php:847
|
567 |
msgid ""
|
568 |
"Scheduled preloading of cache almost cancelled. It may take up to a minute "
|
569 |
"for it to cancel completely."
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: wp-cache.php:858
|
573 |
msgid "Scheduled preloading of cache cancelled."
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: wp-cache.php:890 wp-cache.php:977
|
577 |
msgid "Preload Cache Now"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: wp-cache.php:894
|
581 |
msgid "Scheduled preloading of cache in 10 seconds."
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: wp-cache.php:899
|
585 |
msgid "Scheduled preloading of cache in %d minutes"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: wp-cache.php:903
|
589 |
msgid ""
|
590 |
"This will cache every published post and page on your site. It will create "
|
591 |
"supercache static files so unknown visitors (including bots) will hit a "
|
593 |
"speed as a metric when judging websites now."
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: wp-cache.php:904
|
597 |
msgid ""
|
598 |
"Preloading creates lots of files however. Caching is done from the newest "
|
599 |
"post to the oldest so please consider only caching the newest if you have "
|
600 |
"lots (10,000+) of posts. This is especially important on shared hosting."
|
601 |
msgstr ""
|
602 |
|
603 |
+
#: wp-cache.php:905
|
604 |
msgid ""
|
605 |
"In ’Preload Mode’ regular garbage collection will only clean out "
|
606 |
"old legacy files for known users, not the preloaded supercache files. This "
|
607 |
"is a recommended setting when the cache is preloaded."
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: wp-cache.php:909
|
611 |
msgid ""
|
612 |
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
|
613 |
"minutes.)"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: wp-cache.php:922
|
617 |
msgid "all"
|
618 |
msgstr ""
|
619 |
|
620 |
+
#: wp-cache.php:935
|
621 |
msgid "Preload %s posts."
|
622 |
msgstr ""
|
623 |
|
624 |
+
#: wp-cache.php:942
|
625 |
msgid ""
|
626 |
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: wp-cache.php:945
|
630 |
msgid "Preload tags, categories and other taxonomies."
|
631 |
msgstr ""
|
632 |
|
633 |
+
#: wp-cache.php:948
|
634 |
msgid "Send me status emails when files are refreshed."
|
635 |
msgstr ""
|
636 |
|
637 |
+
#: wp-cache.php:953
|
638 |
msgid "Many emails, 2 emails per 100 posts."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: wp-cache.php:956
|
642 |
msgid "Medium, 1 email per 100 posts."
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: wp-cache.php:959
|
646 |
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
|
647 |
msgstr ""
|
648 |
|
649 |
+
#: wp-cache.php:963
|
650 |
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
|
651 |
msgstr ""
|
652 |
|
653 |
+
#: wp-cache.php:964
|
654 |
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
|
655 |
msgstr ""
|
656 |
|
657 |
+
#: wp-cache.php:970
|
658 |
msgid "Currently caching from post %d to %d."
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: wp-cache.php:974
|
662 |
msgid "<strong>Page last cached:</strong> %s"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: wp-cache.php:977
|
666 |
msgid "Update Settings"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: wp-cache.php:985
|
670 |
msgid ""
|
671 |
"Preloading of cache disabled. Please disable legacy page caching or talk to "
|
672 |
"your host administrator."
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: wp-cache.php:1002 wp-cache.php:1143
|
676 |
msgid "Caching"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: wp-cache.php:1006
|
680 |
msgid "Cache hits to this website for quick access."
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: wp-cache.php:1006 wp-cache.php:1008 wp-cache.php:1024 wp-cache.php:1033
|
684 |
+
#: wp-cache.php:1040 wp-cache.php:1043 wp-cache.php:1061 wp-cache.php:1146
|
685 |
msgid "Recommended"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: wp-cache.php:1007
|
689 |
msgid "Use mod_rewrite to serve cache files."
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: wp-cache.php:1008
|
693 |
msgid "Use PHP to serve cache files."
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: wp-cache.php:1009
|
697 |
msgid "Legacy page caching."
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: wp-cache.php:1010
|
701 |
msgid ""
|
702 |
"Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
|
703 |
"while legacy caching is slower again, but more flexible and also easy to get "
|
704 |
"working. New users should use PHP caching."
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: wp-cache.php:1016
|
708 |
msgid "Miscellaneous"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: wp-cache.php:1022
|
712 |
+
msgid "Warning! Compression is disabled as gzencode() function was not found."
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: wp-cache.php:1024
|
716 |
msgid "Compress pages so they’re served more quickly to visitors."
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: wp-cache.php:1025
|
720 |
msgid ""
|
721 |
"Compression is disabled by default because some hosts have problems with "
|
722 |
"compressed files. Switching it on and off clears the cache."
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: wp-cache.php:1033
|
726 |
msgid ""
|
727 |
"304 Not Modified browser caching. Indicate when a page has not been modified "
|
728 |
+
"since it was last requested."
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: wp-cache.php:1036
|
732 |
msgid ""
|
733 |
+
"Warning! 304 browser caching is only supported when mod_rewrite caching is "
|
734 |
+
"not used."
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: wp-cache.php:1038
|
738 |
msgid ""
|
739 |
"304 support is disabled by default because some hosts have had problems with "
|
740 |
"the headers used in the past."
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: wp-cache.php:1040
|
744 |
msgid ""
|
745 |
"Don’t cache pages for <acronym title=\"Logged in users and those that "
|
746 |
"comment\">known users</acronym>."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: wp-cache.php:1041
|
750 |
msgid "Don’t cache pages with GET parameters. (?x=y at the end of a url)"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: wp-cache.php:1042
|
754 |
msgid ""
|
755 |
"Make known users anonymous so they’re served supercached static files."
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: wp-cache.php:1043
|
759 |
msgid ""
|
760 |
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
|
761 |
"is being generated."
|
762 |
msgstr ""
|
763 |
|
764 |
+
#: wp-cache.php:1044
|
765 |
msgid ""
|
766 |
"Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! "
|
767 |
"(places a message in your blog’s footer)"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: wp-cache.php:1050 wp-cache.php:1350 wp-cache.php:1982
|
771 |
msgid "Advanced"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: wp-cache.php:1054
|
775 |
msgid ""
|
776 |
"Enable dynamic caching. Requires PHP or legacy caching. (See <a href="
|
777 |
+
"\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> or wp-super-"
|
778 |
+
"cache/plugins/dynamic-cache-test.php for example code.)"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: wp-cache.php:1055
|
782 |
msgid ""
|
783 |
"Mobile device support. (External plugin or theme required. See the <a href="
|
784 |
+
"\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> for further "
|
785 |
+
"details.)"
|
786 |
msgstr ""
|
787 |
|
788 |
+
#: wp-cache.php:1057
|
789 |
msgid "Mobile Browsers"
|
790 |
msgstr ""
|
791 |
|
792 |
+
#: wp-cache.php:1057
|
793 |
msgid "Mobile Prefixes"
|
794 |
msgstr ""
|
795 |
|
796 |
+
#: wp-cache.php:1059
|
797 |
msgid ""
|
798 |
"Remove UTF8/blog charset support from .htaccess file. Only necessary if you "
|
799 |
"see odd characters or punctuation looks incorrect. Requires rewrite rules "
|
800 |
"update."
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: wp-cache.php:1060
|
804 |
msgid "Clear all cache files when a post or page is published or updated."
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: wp-cache.php:1061
|
808 |
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: wp-cache.php:1062
|
812 |
msgid "Only refresh current page when comments made."
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: wp-cache.php:1063
|
816 |
msgid "List the newest cached pages on this page."
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: wp-cache.php:1065
|
820 |
msgid ""
|
821 |
"Coarse file locking. You probably don’t need this but it may help if "
|
822 |
"your server is underpowered. Warning! <em>May cause your server to lock up "
|
823 |
"in very rare cases!</em>"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: wp-cache.php:1067
|
827 |
msgid ""
|
828 |
"Late init. Display cached files after WordPress has loaded. Most useful in "
|
829 |
"legacy mode."
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: wp-cache.php:1069
|
833 |
msgid "Use object cache to store cached files."
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: wp-cache.php:1069
|
837 |
msgid "(Experimental)"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: wp-cache.php:1071
|
841 |
msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: wp-cache.php:1076
|
845 |
+
msgid "Cache Location"
|
846 |
+
msgstr ""
|
847 |
+
|
848 |
+
#: wp-cache.php:1081
|
849 |
+
msgid ""
|
850 |
+
"Change the location of your cache files. The default is WP_CONTENT_DIR . /"
|
851 |
+
"cache/ which translates to %s."
|
852 |
+
msgstr ""
|
853 |
+
|
854 |
+
#: wp-cache.php:1082
|
855 |
+
msgid "You must give the full path to the directory."
|
856 |
+
msgstr ""
|
857 |
+
|
858 |
+
#: wp-cache.php:1083
|
859 |
+
msgid ""
|
860 |
+
"If the directory does not exist, it will be created. Please make sure your "
|
861 |
+
"web server user has write access to the parent directory. The parent "
|
862 |
+
"directory must exist."
|
863 |
+
msgstr ""
|
864 |
+
|
865 |
+
#: wp-cache.php:1084
|
866 |
+
msgid ""
|
867 |
+
"If the new cache directory does not exist, it will be created and the "
|
868 |
+
"contents of the old cache directory will be moved there. Otherwise, the old "
|
869 |
+
"cache directory will be left where it is."
|
870 |
+
msgstr ""
|
871 |
+
|
872 |
+
#: wp-cache.php:1085
|
873 |
+
msgid ""
|
874 |
+
"Submit a blank entry to set it to the default directory, WP_CONTENT_DIR . /"
|
875 |
+
"cache/."
|
876 |
+
msgstr ""
|
877 |
+
|
878 |
+
#: wp-cache.php:1087
|
879 |
+
msgid ""
|
880 |
+
"The plugin detected a bare directory index in your cache directory, which "
|
881 |
+
"would let visitors see your cache files directly and might expose private "
|
882 |
+
"posts."
|
883 |
+
msgstr ""
|
884 |
+
|
885 |
+
#: wp-cache.php:1089
|
886 |
+
msgid ""
|
887 |
+
"You are using mod_rewrite to serve cache files so the plugin has added "
|
888 |
+
"<q>Options -Indexes</q> to the .htaccess file in the cache directory to "
|
889 |
+
"disable indexes. However, if that does not work, you should contact your "
|
890 |
+
"system administrator or support and ask for them to be disabled, or use PHP "
|
891 |
+
"mode and move the cache outside of the web root."
|
892 |
+
msgstr ""
|
893 |
+
|
894 |
+
#: wp-cache.php:1091
|
895 |
+
msgid ""
|
896 |
+
"index.html files have been added in key directories, but unless directory "
|
897 |
+
"indexes are disabled, it is probably better to store the cache files outside "
|
898 |
+
"of the web root of %s"
|
899 |
+
msgstr ""
|
900 |
+
|
901 |
+
#: wp-cache.php:1098
|
902 |
+
msgid ""
|
903 |
+
"Since you are using mod_rewrite to serve cache files, you must choose a "
|
904 |
+
"directory in your web root which is <q>%s</q> and update the mod_rewrite "
|
905 |
+
"rules in the .htaccess file."
|
906 |
+
msgstr ""
|
907 |
+
|
908 |
+
#: wp-cache.php:1106
|
909 |
msgid "Note:"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: wp-cache.php:1108
|
913 |
msgid ""
|
914 |
"Uninstall this plugin on the plugins page. It will automatically clean up "
|
915 |
+
"after itself. If manual intervention is required, then simple instructions "
|
916 |
"are provided."
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: wp-cache.php:1109
|
920 |
msgid ""
|
921 |
"If uninstalling this plugin, make sure the directory <em>%s</em> is "
|
922 |
"writeable by the webserver so the files <em>advanced-cache.php</em> and "
|
923 |
"<em>cache-config.php</em> can be deleted automatically. (Making sure those "
|
924 |
+
"files are writeable is probably a good idea!)"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: wp-cache.php:1110
|
928 |
msgid ""
|
929 |
"Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
|
930 |
"instructions on uninstalling this script. Look for the heading, \"How to "
|
931 |
"uninstall WP Super Cache\"."
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: wp-cache.php:1111
|
935 |
msgid ""
|
936 |
"Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
|
937 |
"includes installation documentation, a FAQ and Troubleshooting tips. The <a "
|
939 |
"have been answered."
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: wp-cache.php:1114 wp-cache.php:1161
|
943 |
msgid "Update Status"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: wp-cache.php:1121
|
947 |
msgid "Accepted Filenames & Rejected URIs"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: wp-cache.php:1146
|
951 |
msgid "Caching On"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: wp-cache.php:1147
|
955 |
msgid "Caching Off"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: wp-cache.php:1148
|
959 |
msgid "Note: enables PHP caching, cache rebuild, and mobile support"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: wp-cache.php:1158
|
963 |
msgid ""
|
964 |
"Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
|
965 |
+
"Cached files will be served using those rules. If your site is working ok, "
|
966 |
+
"please ignore this message. Otherwise, you can edit the .htaccess file in "
|
967 |
+
"the root of your install and remove the SuperCache rules."
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: wp-cache.php:1163
|
971 |
msgid "Cache Tester"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: wp-cache.php:1164
|
975 |
msgid "Test your cached website by clicking the test button below."
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: wp-cache.php:1170
|
979 |
msgid "Fetching %s to prime cache: "
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: wp-cache.php:1172 wp-cache.php:1181 wp-cache.php:1193
|
983 |
msgid "OK"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: wp-cache.php:1175
|
987 |
msgid "Fetching first copy of %s: "
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: wp-cache.php:1184 wp-cache.php:1195
|
991 |
msgid "FAILED"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: wp-cache.php:1187
|
995 |
msgid "Fetching second copy of %s: "
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: wp-cache.php:1199
|
999 |
msgid "One or more page requests failed:"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: wp-cache.php:1218 wp-cache.php:1219
|
1003 |
msgid "Page %d: %d (%s)"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: wp-cache.php:1225
|
1007 |
msgid "Page 1: %s"
|
1008 |
msgstr ""
|
1009 |
|
1010 |
+
#: wp-cache.php:1226
|
1011 |
msgid "Page 2: %s"
|
1012 |
msgstr ""
|
1013 |
|
1014 |
+
#: wp-cache.php:1227
|
1015 |
msgid "The timestamps on both pages match!"
|
1016 |
msgstr ""
|
1017 |
|
1018 |
+
#: wp-cache.php:1229
|
1019 |
msgid "The pages do not match! Timestamps differ or were not found!"
|
1020 |
msgstr ""
|
1021 |
|
1022 |
+
#: wp-cache.php:1230
|
1023 |
msgid "Things you can do:"
|
1024 |
msgstr ""
|
1025 |
|
1026 |
+
#: wp-cache.php:1231
|
1027 |
msgid ""
|
1028 |
"Load your homepage in a logged out browser, check the timestamp at the end "
|
1029 |
"of the html source. Load the page again and compare the timestamp. Caching "
|
1030 |
"is working if the timestamps match."
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: wp-cache.php:1232
|
1034 |
msgid ""
|
1035 |
"Enable logging on the Debug page here. That should help you track down the "
|
1036 |
"problem."
|
1037 |
msgstr ""
|
1038 |
|
1039 |
+
#: wp-cache.php:1233
|
1040 |
msgid ""
|
1041 |
"You should check Page 1 and Page 2 above for errors. Your local server "
|
1042 |
"configuration may not allow your website to access itself."
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: wp-cache.php:1241
|
1046 |
msgid "Send non-secure (non https) request for homepage"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: wp-cache.php:1242
|
1050 |
msgid "Test Cache"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: wp-cache.php:1246
|
1054 |
msgid "Delete Cached Pages"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: wp-cache.php:1247
|
1058 |
msgid ""
|
1059 |
"Cached pages are stored on your server as html and PHP files. If you need to "
|
1060 |
+
"delete them, use the button below."
|
1061 |
msgstr ""
|
1062 |
|
1063 |
+
#: wp-cache.php:1250 wp-cache.php:2688 wp-cache.php:2707 wp-cache.php:2898
|
1064 |
+
#: wp-cache.php:3437
|
1065 |
msgid "Delete Cache"
|
1066 |
msgstr ""
|
1067 |
|
1068 |
+
#: wp-cache.php:1257 wp-cache.php:2694
|
1069 |
msgid "Delete Cache On All Blogs"
|
1070 |
msgstr ""
|
1071 |
|
1072 |
+
#: wp-cache.php:1262
|
1073 |
msgid "Recommended Links and Plugins"
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: wp-cache.php:1263
|
1077 |
msgid ""
|
1078 |
"Caching is only one part of making a website faster. Here are some other "
|
1079 |
"plugins that will help:"
|
1080 |
msgstr ""
|
1081 |
|
1082 |
+
#: wp-cache.php:1264
|
|
|
|
|
|
|
|
|
|
|
|
|
1083 |
msgid ""
|
1084 |
"<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
|
1085 |
"Firebug. It analyzes web pages and suggests ways to improve their "
|
1087 |
"the performance tools online at <a href=\"%s\">GTMetrix</a>."
|
1088 |
msgstr ""
|
1089 |
|
1090 |
+
#: wp-cache.php:1265
|
1091 |
msgid ""
|
1092 |
"<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
|
1093 |
+
"used Javascript libraries from Google webservers. Ironically, it may reduce "
|
1094 |
"your Yslow score."
|
1095 |
msgstr ""
|
1096 |
|
1097 |
+
#: wp-cache.php:1266
|
1098 |
msgid ""
|
1099 |
"<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
|
1100 |
"Caching and cache-control</a> explains how to make your site more cacheable "
|
1101 |
"with .htaccess rules."
|
1102 |
msgstr ""
|
1103 |
|
1104 |
+
#: wp-cache.php:1267
|
1105 |
msgid ""
|
1106 |
"<strong>Advanced users only:</strong> Install an object cache. Choose from "
|
1107 |
"<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
|
1108 |
"\">eAcccelerator</a> and others."
|
1109 |
msgstr ""
|
1110 |
|
1111 |
+
#: wp-cache.php:1268
|
1112 |
msgid ""
|
1113 |
"<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug "
|
1114 |
"garbage collection and preload problems."
|
1115 |
msgstr ""
|
1116 |
|
1117 |
+
#: wp-cache.php:1279
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1118 |
msgid "Need Help?"
|
1119 |
msgstr ""
|
1120 |
|
1121 |
+
#: wp-cache.php:1281
|
1122 |
msgid ""
|
1123 |
"Use the debug system in the Debug tab above. It will tell you what the "
|
1124 |
"plugin is doing."
|
1125 |
msgstr ""
|
1126 |
|
1127 |
+
#: wp-cache.php:1282
|
1128 |
msgid "<a href=\"%1$s\">Installation Help</a>"
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: wp-cache.php:1283
|
1132 |
msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: wp-cache.php:1284
|
1136 |
msgid "<a href=\"%1$s\">Support Forum</a>"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
+
#: wp-cache.php:1285
|
1140 |
msgid "<a href=\"%1$s\">Development Version</a>"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
+
#: wp-cache.php:1287
|
1144 |
msgid "Rate This Plugin!"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: wp-cache.php:1288
|
1148 |
msgid ""
|
1149 |
"Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
|
1150 |
"or not. It really helps development."
|
1151 |
msgstr ""
|
1152 |
|
1153 |
+
#: wp-cache.php:1297
|
1154 |
msgid "Cached pages since %1$s : <strong>%2$s</strong>"
|
1155 |
msgstr ""
|
1156 |
|
1157 |
+
#: wp-cache.php:1298
|
1158 |
msgid "Newest Cached Pages:"
|
1159 |
msgstr ""
|
1160 |
|
1161 |
+
#: wp-cache.php:1302
|
1162 |
msgid "Cached %s seconds ago"
|
1163 |
msgstr ""
|
1164 |
|
1165 |
+
#: wp-cache.php:1305
|
1166 |
msgid "(may not always be accurate on busy sites)"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
+
#: wp-cache.php:1321
|
1170 |
msgid ""
|
1171 |
"Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
|
1172 |
"super-cache folder. They are loaded when Supercache loads, much sooner than "
|
1173 |
"regular WordPress plugins."
|
1174 |
msgstr ""
|
1175 |
|
1176 |
+
#: wp-cache.php:1322
|
1177 |
msgid ""
|
1178 |
"This is strictly an advanced feature only and knowledge of both PHP and "
|
1179 |
"WordPress actions is required to create them."
|
1180 |
msgstr ""
|
1181 |
|
1182 |
+
#: wp-cache.php:1323
|
1183 |
msgid ""
|
1184 |
+
"<strong>Warning</strong>! Due to the way WordPress upgrades plugins, the "
|
1185 |
"plugins you upload to wp-super-cache/plugins/ will be deleted when you "
|
1186 |
"upgrade WP Super Cache. You can avoid this by loading the plugins from "
|
1187 |
"elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in "
|
1190 |
"\">developer documentation</a>."
|
1191 |
msgstr ""
|
1192 |
|
1193 |
+
#: wp-cache.php:1333
|
1194 |
msgid "Available Plugins"
|
1195 |
msgstr ""
|
1196 |
|
1197 |
+
#: wp-cache.php:1350
|
1198 |
msgid "Easy"
|
1199 |
msgstr ""
|
1200 |
|
1201 |
+
#: wp-cache.php:1350
|
1202 |
msgid "CDN"
|
1203 |
msgstr ""
|
1204 |
|
1205 |
+
#: wp-cache.php:1350
|
1206 |
msgid "Contents"
|
1207 |
msgstr ""
|
1208 |
|
1209 |
+
#: wp-cache.php:1350
|
1210 |
msgid "Preload"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
+
#: wp-cache.php:1350
|
1214 |
msgid "Plugins"
|
1215 |
msgstr ""
|
1216 |
|
1217 |
+
#: wp-cache.php:1350
|
1218 |
msgid "Debug"
|
1219 |
msgstr ""
|
1220 |
|
1221 |
+
#: wp-cache.php:1388
|
1222 |
msgid ""
|
1223 |
"Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
|
1224 |
"href=\"%s\">the main site</a> of this network."
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: wp-cache.php:1397
|
1228 |
msgid "Mod Rewrite Rules"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: wp-cache.php:1403
|
1232 |
msgid "WordPress MU Detected"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: wp-cache.php:1403
|
1236 |
msgid ""
|
1237 |
+
"Unfortunately, the rewrite rules cannot be updated automatically when "
|
1238 |
+
"running WordPress MU. Please open your .htaccess and add the following "
|
1239 |
+
"mod_rewrite rules above any other rules in that file."
|
1240 |
msgstr ""
|
1241 |
|
1242 |
+
#: wp-cache.php:1405
|
1243 |
msgid "Mod Rewrite rules cannot be updated!"
|
1244 |
msgstr ""
|
1245 |
|
1246 |
+
#: wp-cache.php:1406
|
1247 |
msgid ""
|
1248 |
"You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
|
1249 |
"htaccess for the auto update to work. They look like this and surround the "
|
1250 |
"main WordPress mod_rewrite rules:"
|
1251 |
msgstr ""
|
1252 |
|
1253 |
+
#: wp-cache.php:1408
|
1254 |
msgid "Refresh this page when you have updated your .htaccess file."
|
1255 |
msgstr ""
|
1256 |
|
1257 |
+
#: wp-cache.php:1412
|
1258 |
msgid "Thank you for upgrading."
|
1259 |
msgstr ""
|
1260 |
|
1261 |
+
#: wp-cache.php:1412
|
1262 |
msgid ""
|
1263 |
"The mod_rewrite rules changed since you last installed this plugin. "
|
1264 |
+
"Unfortunately, you must remove the old supercache rules before the new ones "
|
1265 |
"are updated. Refresh this page when you have edited your .htaccess file. If "
|
1266 |
"you wish to manually upgrade, change the following line: %1$s so it looks "
|
1267 |
"like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" "
|
1270 |
"brave enough to use them."
|
1271 |
msgstr ""
|
1272 |
|
1273 |
+
#: wp-cache.php:1416
|
1274 |
msgid "Trailing slash check required."
|
1275 |
msgstr ""
|
1276 |
|
1277 |
+
#: wp-cache.php:1416
|
1278 |
msgid ""
|
1279 |
"It looks like your blog has URLs that end with a \"/\". Unfortunately since "
|
1280 |
"you installed this plugin a duplicate content bug has been found where URLs "
|
1283 |
"and add these two rules to the two groups of Super Cache rules:"
|
1284 |
msgstr ""
|
1285 |
|
1286 |
+
#: wp-cache.php:1418
|
1287 |
msgid ""
|
1288 |
"You can see where the rules go and examine the complete rules by clicking "
|
1289 |
"the \"View mod_rewrite rules\" link below."
|
1290 |
msgstr ""
|
1291 |
|
1292 |
+
#: wp-cache.php:1432
|
1293 |
msgid "Mod Rewrite rules updated!"
|
1294 |
msgstr ""
|
1295 |
|
1296 |
+
#: wp-cache.php:1433
|
1297 |
msgid ""
|
1298 |
"%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
|
1299 |
"verify they are correct. They should look like this:"
|
1300 |
msgstr ""
|
1301 |
|
1302 |
+
#: wp-cache.php:1435
|
1303 |
msgid "Mod Rewrite rules must be updated!"
|
1304 |
msgstr ""
|
1305 |
|
1306 |
+
#: wp-cache.php:1436
|
1307 |
msgid ""
|
1308 |
"Your %s.htaccess is not writable by the webserver and must be updated with "
|
1309 |
"the necessary mod_rewrite rules. The new rules go above the regular "
|
1310 |
"WordPress rules as shown in the code below:"
|
1311 |
msgstr ""
|
1312 |
|
1313 |
+
#: wp-cache.php:1441
|
1314 |
msgid ""
|
1315 |
"WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
|
1316 |
"> Click the following link to see the lines added to that file. If you have "
|
1317 |
+
"upgraded the plugin, make sure these rules match."
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: wp-cache.php:1444
|
1321 |
msgid ""
|
1322 |
"A difference between the rules in your .htaccess file and the plugin rewrite "
|
1323 |
+
"rules has been found. This could be simple whitespace differences, but you "
|
1324 |
"should compare the rules in the file with those below as soon as possible. "
|
1325 |
"Click the ’Update Mod_Rewrite Rules’ button to update the rules."
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: wp-cache.php:1446
|
1329 |
msgid "View Mod_Rewrite Rules"
|
1330 |
msgstr ""
|
1331 |
|
1332 |
+
#: wp-cache.php:1452 wp-cache.php:3016
|
1333 |
msgid "Rules must be added to %s too:"
|
1334 |
msgstr ""
|
1335 |
|
1336 |
+
#: wp-cache.php:1458
|
1337 |
msgid "Gzip encoding rules in %s.htaccess created."
|
1338 |
msgstr ""
|
1339 |
|
1340 |
+
#: wp-cache.php:1464
|
1341 |
msgid "Fix Configuration"
|
1342 |
msgstr ""
|
1343 |
|
1344 |
+
#: wp-cache.php:1467
|
1345 |
msgid "Restore Default Configuration"
|
1346 |
msgstr ""
|
1347 |
|
1348 |
+
#: wp-cache.php:1475
|
1349 |
msgid ""
|
1350 |
"Comment moderation is enabled. Your comment may take some time to appear."
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: wp-cache.php:1500
|
1354 |
msgid "Lock Down:"
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: wp-cache.php:1501
|
1358 |
msgid ""
|
1359 |
"Prepare your server for an expected spike in traffic by enabling the lock "
|
1360 |
"down. When this is enabled, new comments on a post will not refresh the "
|
1361 |
"cached static files."
|
1362 |
msgstr ""
|
1363 |
|
1364 |
+
#: wp-cache.php:1502
|
1365 |
msgid ""
|
1366 |
"Developers: Make your plugin lock down compatible by checking the "
|
1367 |
"\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
|
1368 |
"respects the WPLOCKDOWN setting."
|
1369 |
msgstr ""
|
1370 |
|
1371 |
+
#: wp-cache.php:1504
|
1372 |
msgid "Sorry. My blog is locked down. Updates will appear shortly"
|
1373 |
msgstr ""
|
1374 |
|
1375 |
+
#: wp-cache.php:1508
|
1376 |
msgid ""
|
1377 |
"WordPress is locked down. Super Cache static files will not be deleted when "
|
1378 |
"new comments are made."
|
1379 |
msgstr ""
|
1380 |
|
1381 |
+
#: wp-cache.php:1510
|
1382 |
msgid ""
|
1383 |
"WordPress is not locked down. New comments will refresh Super Cache static "
|
1384 |
"files as normal."
|
1385 |
msgstr ""
|
1386 |
|
1387 |
+
#: wp-cache.php:1516
|
1388 |
msgid "Lock Down"
|
1389 |
msgstr ""
|
1390 |
|
1391 |
+
#: wp-cache.php:1524
|
1392 |
msgid "Directly Cached Files"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: wp-cache.php:1576
|
1396 |
+
msgid "Cannot delete directory"
|
1397 |
+
msgstr ""
|
1398 |
+
|
1399 |
+
#: wp-cache.php:1585
|
1400 |
msgid "%s removed!"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: wp-cache.php:1593
|
1404 |
msgid ""
|
1405 |
+
"You must make %s writable to enable this feature. As this is a security "
|
1406 |
+
"risk, please make it read-only after your page is generated."
|
1407 |
msgstr ""
|
1408 |
|
1409 |
+
#: wp-cache.php:1598
|
1410 |
msgid ""
|
1411 |
"%s is writable. Please make it readonly after your page is generated as this "
|
1412 |
"is a security risk."
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: wp-cache.php:1613
|
1416 |
msgid "Existing direct page"
|
1417 |
msgstr ""
|
1418 |
|
1419 |
+
#: wp-cache.php:1613
|
1420 |
msgid "Delete cached file"
|
1421 |
msgstr ""
|
1422 |
|
1423 |
+
#: wp-cache.php:1618
|
1424 |
msgid "Add direct page:"
|
1425 |
msgstr ""
|
1426 |
|
1427 |
+
#: wp-cache.php:1620
|
1428 |
msgid ""
|
1429 |
"Directly cached files are files created directly off %s where your blog "
|
1430 |
"lives. This feature is only useful if you are expecting a major Digg or "
|
1431 |
"Slashdot level of traffic to one post or page."
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: wp-cache.php:1622
|
1435 |
msgid ""
|
1436 |
"For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
|
1437 |
"about/. The cached file will be generated the next time an anonymous user "
|
1438 |
"visits that page."
|
1439 |
msgstr ""
|
1440 |
|
1441 |
+
#: wp-cache.php:1623
|
1442 |
msgid ""
|
1443 |
"Make the textbox blank to remove it from the list of direct pages and delete "
|
1444 |
"the cached file."
|
1445 |
msgstr ""
|
1446 |
|
1447 |
+
#: wp-cache.php:1628
|
1448 |
msgid "Update Direct Pages"
|
1449 |
msgstr ""
|
1450 |
|
1451 |
+
#: wp-cache.php:1656
|
1452 |
msgctxt "timezone date format"
|
1453 |
msgid "Y-m-d G:i:s"
|
1454 |
msgstr ""
|
1455 |
|
1456 |
+
#: wp-cache.php:1724
|
1457 |
msgid "Expiry Time & Garbage Collection"
|
1458 |
msgstr ""
|
1459 |
|
1460 |
+
#: wp-cache.php:1726
|
1461 |
msgid ""
|
1462 |
"<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"
|
1463 |
msgstr ""
|
1464 |
|
1465 |
+
#: wp-cache.php:1729
|
1466 |
msgid "Local time is <code>%1$s</code>"
|
1467 |
msgstr ""
|
1468 |
|
1469 |
+
#: wp-cache.php:1733
|
1470 |
msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>"
|
1471 |
msgstr ""
|
1472 |
|
1473 |
+
#: wp-cache.php:1737
|
1474 |
msgid ""
|
1475 |
"Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not "
|
1476 |
"be deleted regardless of age."
|
1477 |
msgstr ""
|
1478 |
|
1479 |
+
#: wp-cache.php:1755
|
1480 |
msgid "Cache Timeout"
|
1481 |
msgstr ""
|
1482 |
|
1483 |
+
#: wp-cache.php:1756 wp-cache.php:1759
|
1484 |
msgid "seconds"
|
1485 |
msgstr ""
|
1486 |
|
1487 |
+
#: wp-cache.php:1757
|
1488 |
msgid ""
|
1489 |
"How long should cached pages remain fresh? Set to 0 to disable garbage "
|
1490 |
"collection. A good starting point is 3600 seconds."
|
1491 |
msgstr ""
|
1492 |
|
1493 |
+
#: wp-cache.php:1758
|
1494 |
msgid "Scheduler"
|
1495 |
msgstr ""
|
1496 |
|
1497 |
+
#: wp-cache.php:1758
|
1498 |
msgid "Timer:"
|
1499 |
msgstr ""
|
1500 |
|
1501 |
+
#: wp-cache.php:1759
|
1502 |
msgid "Check for stale cached files every <em>interval</em> seconds."
|
1503 |
msgstr ""
|
1504 |
|
1505 |
+
#: wp-cache.php:1760
|
1506 |
msgid "Clock:"
|
1507 |
msgstr ""
|
1508 |
|
1509 |
+
#: wp-cache.php:1761
|
1510 |
msgid "HH:MM"
|
1511 |
msgstr ""
|
1512 |
|
1513 |
+
#: wp-cache.php:1761
|
1514 |
msgid ""
|
1515 |
"Check for stale cached files at this time <strong>(UTC)</strong> or starting "
|
1516 |
"at this time every <em>interval</em> below."
|
1517 |
msgstr ""
|
1518 |
|
1519 |
+
#: wp-cache.php:1763
|
1520 |
msgid "Interval:"
|
1521 |
msgstr ""
|
1522 |
|
1523 |
+
#: wp-cache.php:1769
|
1524 |
msgid "Notification Emails"
|
1525 |
msgstr ""
|
1526 |
|
1527 |
+
#: wp-cache.php:1770
|
1528 |
msgid "Email me when the garbage collection runs."
|
1529 |
msgstr ""
|
1530 |
|
1531 |
+
#: wp-cache.php:1772
|
1532 |
msgid "Garbage Collection"
|
1533 |
msgstr ""
|
1534 |
|
1535 |
+
#: wp-cache.php:1773
|
1536 |
msgid ""
|
1537 |
"<em>Garbage collection</em> is the simple act of throwing out your garbage. "
|
1538 |
"For this plugin that would be old or <em>stale</em> cached files that may be "
|
1539 |
"out of date. New cached files are described as <em>fresh</em>."
|
1540 |
msgstr ""
|
1541 |
|
1542 |
+
#: wp-cache.php:1774
|
1543 |
msgid ""
|
1544 |
"Cached files are fresh for a limited length of time. You can set that time "
|
1545 |
"in the <em>Cache Timeout</em> text box on this page."
|
1546 |
msgstr ""
|
1547 |
|
1548 |
+
#: wp-cache.php:1775
|
1549 |
msgid ""
|
1550 |
"Stale cached files are not removed as soon as they become stale. They have "
|
1551 |
"to be removed by the garbage collecter. That is why you have to tell the "
|
1552 |
"plugin when the garbage collector should run."
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: wp-cache.php:1776
|
1556 |
msgid ""
|
1557 |
"Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the "
|
1558 |
"garbage collector should run."
|
1559 |
msgstr ""
|
1560 |
|
1561 |
+
#: wp-cache.php:1777
|
1562 |
msgid ""
|
1563 |
"The <em>Timer</em> scheduler tells the plugin to run the garbage collector "
|
1564 |
"at regular intervals. When one garbage collection is done, the next run is "
|
1565 |
"scheduled."
|
1566 |
msgstr ""
|
1567 |
|
1568 |
+
#: wp-cache.php:1778
|
1569 |
msgid ""
|
1570 |
"Or, the <em>Clock</em> scheduler allows the garbage collection to run at "
|
1571 |
+
"specific times. If set to run hourly or twice daily, the garbage collector "
|
1572 |
"will be first scheduled for the time you enter here. It will then run again "
|
1573 |
+
"at the indicated interval. If set to run daily, it will run once a day at "
|
1574 |
+
"the time specified."
|
1575 |
msgstr ""
|
1576 |
|
1577 |
+
#: wp-cache.php:1780
|
1578 |
msgid ""
|
1579 |
"There are no best garbage collection settings but here are a few scenarios. "
|
1580 |
"Garbage collection is separate to other actions that clear our cached files "
|
1581 |
"like leaving a comment or publishing a post."
|
1582 |
msgstr ""
|
1583 |
|
1584 |
+
#: wp-cache.php:1782
|
1585 |
msgid ""
|
1586 |
"Sites that want to serve lots of newly generated data should set the "
|
1587 |
"<em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 "
|
1588 |
"seconds."
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: wp-cache.php:1783
|
1592 |
msgid ""
|
1593 |
"Sites with widgets and rss feeds in their sidebar should probably use a "
|
1594 |
"timeout of 3600 seconds and set the timer to 600 seconds. Stale files will "
|
1595 |
"be caught within 10 minutes of going stale."
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: wp-cache.php:1784
|
1599 |
msgid ""
|
1600 |
"Sites with lots of static content, no widgets or rss feeds in their sidebar "
|
1601 |
"can use a timeout of 86400 seconds or even more and set the timer to "
|
1602 |
"something equally long."
|
1603 |
msgstr ""
|
1604 |
|
1605 |
+
#: wp-cache.php:1785
|
1606 |
msgid ""
|
1607 |
"Sites where an external data source updates at a particular time every day "
|
1608 |
"should set the timeout to 86400 seconds and use the Clock scheduler set "
|
1609 |
"appropriately."
|
1610 |
msgstr ""
|
1611 |
|
1612 |
+
#: wp-cache.php:1787
|
1613 |
msgid ""
|
1614 |
"Checking for and deleting expired files is expensive, but it’s "
|
1615 |
+
"expensive leaving them there too. On a very busy site, you should set the "
|
1616 |
"expiry time to <em>600 seconds</em>. Experiment with different values and "
|
1617 |
"visit this page to see how many expired files remain at different times "
|
1618 |
+
"during the day. If you are using legacy caching, aim to have less than 500 "
|
1619 |
"cached files if possible. You can have many times more cached files when "
|
1620 |
"using mod_rewrite or PHP caching."
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: wp-cache.php:1788
|
1624 |
msgid "Set the expiry time to 0 seconds to disable garbage collection."
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: wp-cache.php:1789
|
1628 |
msgid "Change Expiration"
|
1629 |
msgstr ""
|
1630 |
|
1631 |
+
#: wp-cache.php:1833
|
1632 |
msgid "Rejected User Agents"
|
1633 |
msgstr ""
|
1634 |
|
1635 |
+
#: wp-cache.php:1834
|
1636 |
msgid ""
|
1637 |
"Strings in the HTTP ’User Agent’ header that prevent WP-Cache "
|
1638 |
"from caching bot, spiders, and crawlers’ requests. Note that super "
|
1639 |
"cached files are still sent to these agents if they already exists."
|
1640 |
msgstr ""
|
1641 |
|
1642 |
+
#: wp-cache.php:1841
|
1643 |
msgid "Save UA Strings"
|
1644 |
msgstr ""
|
1645 |
|
1646 |
+
#: wp-cache.php:1864
|
1647 |
msgid ""
|
1648 |
"Do not cache the following page types. See the <a href=\"http://codex."
|
1649 |
"wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
|
1650 |
"complete discussion on each type."
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: wp-cache.php:1867
|
1654 |
msgid "Single Posts"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: wp-cache.php:1868
|
1658 |
msgid "Pages"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: wp-cache.php:1869
|
1662 |
msgid "Front Page"
|
1663 |
msgstr ""
|
1664 |
|
1665 |
+
#: wp-cache.php:1870
|
1666 |
msgid "Home"
|
1667 |
msgstr ""
|
1668 |
|
1669 |
+
#: wp-cache.php:1871
|
1670 |
msgid "Archives"
|
1671 |
msgstr ""
|
1672 |
|
1673 |
+
#: wp-cache.php:1872
|
1674 |
msgid "Tags"
|
1675 |
msgstr ""
|
1676 |
|
1677 |
+
#: wp-cache.php:1873
|
1678 |
msgid "Category"
|
1679 |
msgstr ""
|
1680 |
|
1681 |
+
#: wp-cache.php:1874
|
1682 |
msgid "Feeds"
|
1683 |
msgstr ""
|
1684 |
|
1685 |
+
#: wp-cache.php:1875
|
1686 |
msgid "Search Pages"
|
1687 |
msgstr ""
|
1688 |
|
1689 |
+
#: wp-cache.php:1876
|
1690 |
msgid "Author Pages"
|
1691 |
msgstr ""
|
1692 |
|
1693 |
+
#: wp-cache.php:1878 wp-cache.php:1992
|
1694 |
msgid "Save"
|
1695 |
msgstr ""
|
1696 |
|
1697 |
+
#: wp-cache.php:1895
|
1698 |
msgid ""
|
1699 |
"Add here strings (not a filename) that forces a page not to be cached. For "
|
1700 |
"example, if your URLs include year and you dont want to cache last year "
|
1703 |
"cache that page."
|
1704 |
msgstr ""
|
1705 |
|
1706 |
+
#: wp-cache.php:1901
|
1707 |
msgid "Save Strings"
|
1708 |
msgstr ""
|
1709 |
|
1710 |
+
#: wp-cache.php:1917
|
1711 |
msgid ""
|
1712 |
"Add here those filenames that can be cached, even if they match one of the "
|
1713 |
"rejected substring specified above."
|
1714 |
msgstr ""
|
1715 |
|
1716 |
+
#: wp-cache.php:1923
|
1717 |
msgid "Save Files"
|
1718 |
msgstr ""
|
1719 |
|
1720 |
+
#: wp-cache.php:1966
|
1721 |
msgid "Currently logging to: %s"
|
1722 |
msgstr ""
|
1723 |
|
1724 |
+
#: wp-cache.php:1969
|
1725 |
msgid ""
|
1726 |
"Fix problems with the plugin by debugging it here. It can log them to a file "
|
1727 |
"in your cache directory."
|
1728 |
msgstr ""
|
1729 |
|
1730 |
+
#: wp-cache.php:1973
|
1731 |
msgid "Debugging"
|
1732 |
msgstr ""
|
1733 |
|
1734 |
+
#: wp-cache.php:1974
|
1735 |
msgid "IP Address"
|
1736 |
msgstr ""
|
1737 |
|
1738 |
+
#: wp-cache.php:1974
|
1739 |
msgid "(only log requests from this IP address. Your IP is %s)"
|
1740 |
msgstr ""
|
1741 |
|
1742 |
+
#: wp-cache.php:1975
|
1743 |
msgid "Cache Status Messages"
|
1744 |
msgstr ""
|
1745 |
|
1746 |
+
#: wp-cache.php:1976
|
1747 |
msgid "Display comments at the end of every page like this:"
|
1748 |
msgstr ""
|
1749 |
|
1750 |
+
#: wp-cache.php:1982
|
1751 |
msgid ""
|
1752 |
"In very rare cases two problems may arise on some blogs:<ol><li> The front "
|
1753 |
"page may start downloading as a zip file.</li><li> The wrong page is "
|
1755 |
"and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
|
1756 |
msgstr ""
|
1757 |
|
1758 |
+
#: wp-cache.php:1983
|
1759 |
msgid ""
|
1760 |
"I’m 99% certain that they aren’t bugs in WP Super Cache and they "
|
1761 |
"only happen in very rare cases but you can run a simple check once every 5 "
|
1763 |
"emailed if there is a problem."
|
1764 |
msgstr ""
|
1765 |
|
1766 |
+
#: wp-cache.php:1985
|
1767 |
msgid "Check front page every 5 minutes."
|
1768 |
msgstr ""
|
1769 |
|
1770 |
+
#: wp-cache.php:1986
|
1771 |
msgid "Front page text"
|
1772 |
msgstr ""
|
1773 |
|
1774 |
+
#: wp-cache.php:1986
|
1775 |
msgid ""
|
1776 |
+
"Text to search for on your front page. If this text is missing, the cache "
|
1777 |
"will be cleared. Leave blank to disable."
|
1778 |
msgstr ""
|
1779 |
|
1780 |
+
#: wp-cache.php:1987
|
1781 |
msgid "Clear cache on error."
|
1782 |
msgstr ""
|
1783 |
|
1784 |
+
#: wp-cache.php:1988
|
1785 |
msgid "Email the blog admin when checks are made. (useful for testing)"
|
1786 |
msgstr ""
|
1787 |
|
1788 |
+
#: wp-cache.php:2002
|
1789 |
msgid ""
|
1790 |
+
"Error: GZIP compression is enabled. Disable it if you want to enable wp-"
|
1791 |
"cache."
|
1792 |
msgstr ""
|
1793 |
|
1794 |
+
#: wp-cache.php:2052 wp-cache.php:2351 wp-cache.php:2387
|
1795 |
msgid "Warning"
|
1796 |
msgstr ""
|
1797 |
|
1798 |
+
#: wp-cache.php:2052
|
1799 |
msgid ""
|
1800 |
"GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
|
1801 |
"you disable gzip compression."
|
1802 |
msgstr ""
|
1803 |
|
1804 |
+
#: wp-cache.php:2149 wp-cache.php:2155
|
1805 |
+
msgid "WP Super Cache Warning!"
|
1806 |
+
msgstr ""
|
1807 |
+
|
1808 |
+
#: wp-cache.php:2150
|
1809 |
+
msgid ""
|
1810 |
+
"All users of this site have been logged out to refresh their login cookies."
|
1811 |
+
msgstr ""
|
1812 |
+
|
1813 |
+
#: wp-cache.php:2156
|
1814 |
+
msgid ""
|
1815 |
+
"Your server is configured to show files and directories, which may expose "
|
1816 |
+
"sensitive data such as login cookies to attackers in the cache directories. "
|
1817 |
+
"That has been fixed by adding a file named index.html to each directory. If "
|
1818 |
+
"you use PHP or legacy caching, consider moving the location of the cache "
|
1819 |
+
"directory on the Advanced Settings page."
|
1820 |
+
msgstr ""
|
1821 |
+
|
1822 |
+
#: wp-cache.php:2158
|
1823 |
+
msgid ""
|
1824 |
+
"If you just installed WP Super Cache for the first time, you can dismiss "
|
1825 |
+
"this message. Otherwise, you should probably refresh the login cookies of "
|
1826 |
+
"all logged in WordPress users here by clicking the logout link below."
|
1827 |
+
msgstr ""
|
1828 |
+
|
1829 |
+
#: wp-cache.php:2161
|
1830 |
+
msgid ""
|
1831 |
+
"Your site is using a very old version of WordPress. When you update to the "
|
1832 |
+
"latest version everyone will be logged out and cookie information updated."
|
1833 |
+
msgstr ""
|
1834 |
+
|
1835 |
+
#: wp-cache.php:2163
|
1836 |
+
msgid ""
|
1837 |
+
"The logout link will log out all WordPress users on this site except you. "
|
1838 |
+
"Your authentication cookie will be updated, but you will not be logged out."
|
1839 |
+
msgstr ""
|
1840 |
+
|
1841 |
+
#: wp-cache.php:2167
|
1842 |
+
msgid "Logout"
|
1843 |
+
msgstr ""
|
1844 |
+
|
1845 |
+
#: wp-cache.php:2271 wp-cache.php:2276 wp-cache.php:2310 wp-cache.php:2315
|
1846 |
+
#: wp-cache.php:2321
|
1847 |
msgid "Error"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: wp-cache.php:2271
|
1851 |
msgid ""
|
1852 |
"Your cache directory (<strong>%1$s</strong>) did not exist and couldn’"
|
1853 |
"t be created by the web server. Check %1$s permissions."
|
1854 |
msgstr ""
|
1855 |
|
1856 |
+
#: wp-cache.php:2276
|
1857 |
msgid ""
|
1858 |
"Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
|
1859 |
"to be writable for this plugin to work. Double-check it."
|
1860 |
msgstr ""
|
1861 |
|
1862 |
+
#: wp-cache.php:2310
|
1863 |
msgid ""
|
1864 |
"Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
|
1865 |
+
"writable by the Web server. Please delete it and refresh this page."
|
1866 |
msgstr ""
|
1867 |
|
1868 |
+
#: wp-cache.php:2315
|
1869 |
msgid ""
|
1870 |
"Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
|
1871 |
+
"not writable by the web server. Check its permissions."
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: wp-cache.php:2321
|
1875 |
msgid ""
|
1876 |
+
"Sample WP-Cache config file (<strong>%s</strong>) does not exist. Verify "
|
1877 |
+
"your installation."
|
1878 |
msgstr ""
|
1879 |
|
1880 |
+
#: wp-cache.php:2351
|
1881 |
msgid "Could not update %s!</em> WPCACHEHOME must be set in config file."
|
1882 |
msgstr ""
|
1883 |
|
1884 |
+
#: wp-cache.php:2387
|
1885 |
msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
|
1886 |
msgstr ""
|
1887 |
|
1888 |
+
#: wp-cache.php:2388
|
1889 |
+
msgid "1. If it already exists, please delete the file first."
|
1890 |
msgstr ""
|
1891 |
|
1892 |
+
#: wp-cache.php:2389
|
1893 |
msgid ""
|
1894 |
"2. Make %1$s writable using the chmod command through your ftp or server "
|
1895 |
"software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
|
1897 |
"again. (Change 777 to 755 in the previous command)"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
+
#: wp-cache.php:2390
|
1901 |
msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
+
#: wp-cache.php:2391
|
1905 |
msgid ""
|
1906 |
"If that doesn’t work, make sure the file <em>%s/advanced-cache.php</"
|
1907 |
"em> doesn’t exist:"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
+
#: wp-cache.php:2392
|
1911 |
msgid ""
|
1912 |
"<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
|
1913 |
"the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
|
1914 |
"copy it to <em>%3$s</em> and refresh this page.</li>"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
+
#: wp-cache.php:2415
|
1918 |
msgid ""
|
1919 |
"<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
|
1920 |
+
"WordPress to load the code that serves cached pages. Unfortunately, it is "
|
1921 |
+
"set to false. Please edit your wp-config.php and add or edit the following "
|
1922 |
+
"line above the final require_once command:<br /><br /><code>define"
|
1923 |
+
"('WP_CACHE', true);</code></p>"
|
1924 |
msgstr ""
|
1925 |
|
1926 |
+
#: wp-cache.php:2417
|
1927 |
msgid ""
|
1928 |
"<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
|
1929 |
"code> file and I couldn’t modify it."
|
1930 |
msgstr ""
|
1931 |
|
1932 |
+
#: wp-cache.php:2418
|
1933 |
msgid ""
|
1934 |
"Edit <code>%s</code> and add the following line:<br /> <code>define"
|
1935 |
"('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
|
1936 |
"executed</strong> by WordPress core. "
|
1937 |
msgstr ""
|
1938 |
|
1939 |
+
#: wp-cache.php:2422
|
1940 |
msgid ""
|
1941 |
"<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
|
1942 |
"this warning message please see point 5 of the <a href=\"http://wordpress."
|
1943 |
+
"org/plugins/wp-super-cache/faq/\">Troubleshooting Guide</a>. The WP_CACHE "
|
1944 |
+
"line must be moved up."
|
1945 |
msgstr ""
|
1946 |
|
1947 |
+
#: wp-cache.php:2450
|
1948 |
msgid "Cache Contents"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
+
#: wp-cache.php:2453
|
1952 |
msgid "Object cache in use. No cache listing available."
|
1953 |
msgstr ""
|
1954 |
|
1955 |
+
#: wp-cache.php:2477
|
1956 |
msgid "Deleting supercache file: <strong>%s</strong><br />"
|
1957 |
msgstr ""
|
1958 |
|
1959 |
+
#: wp-cache.php:2499
|
1960 |
msgid "Deleting wp-cache file: <strong>%s</strong><br />"
|
1961 |
msgstr ""
|
1962 |
|
1963 |
+
#: wp-cache.php:2566
|
1964 |
msgid ""
|
1965 |
"Cache stats are not automatically generated. You must click the link below "
|
1966 |
"to regenerate the stats on this page."
|
1967 |
msgstr ""
|
1968 |
|
1969 |
+
#: wp-cache.php:2567
|
1970 |
msgid "Regenerate cache stats"
|
1971 |
msgstr ""
|
1972 |
|
1973 |
+
#: wp-cache.php:2569
|
1974 |
msgid "Cache stats last generated: %s minutes ago."
|
1975 |
msgstr ""
|
1976 |
|
1977 |
+
#: wp-cache.php:2575
|
1978 |
msgid "WP-Cache"
|
1979 |
msgstr ""
|
1980 |
|
1981 |
+
#: wp-cache.php:2576 wp-cache.php:2591
|
1982 |
msgid "%s Cached Pages"
|
1983 |
msgstr ""
|
1984 |
|
1985 |
+
#: wp-cache.php:2577 wp-cache.php:2596
|
1986 |
msgid "%s Expired Pages"
|
1987 |
msgstr ""
|
1988 |
|
1989 |
+
#: wp-cache.php:2590
|
1990 |
msgid "WP-Super-Cache"
|
1991 |
msgstr ""
|
1992 |
|
1993 |
+
#: wp-cache.php:2600
|
1994 |
msgid "Fresh WP-Cached Files"
|
1995 |
msgstr ""
|
1996 |
|
1997 |
+
#: wp-cache.php:2601 wp-cache.php:2617 wp-cache.php:2633 wp-cache.php:2649
|
1998 |
msgid "URI"
|
1999 |
msgstr ""
|
2000 |
|
2001 |
+
#: wp-cache.php:2601 wp-cache.php:2617
|
2002 |
msgid "Key"
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: wp-cache.php:2601 wp-cache.php:2617 wp-cache.php:2633 wp-cache.php:2649
|
2006 |
msgid "Age"
|
2007 |
msgstr ""
|
2008 |
|
2009 |
+
#: wp-cache.php:2601 wp-cache.php:2617 wp-cache.php:2633 wp-cache.php:2649
|
2010 |
msgid "Delete"
|
2011 |
msgstr ""
|
2012 |
|
2013 |
+
#: wp-cache.php:2616
|
2014 |
msgid "Stale WP-Cached Files"
|
2015 |
msgstr ""
|
2016 |
|
2017 |
+
#: wp-cache.php:2632
|
2018 |
msgid "Fresh Super Cached Files"
|
2019 |
msgstr ""
|
2020 |
|
2021 |
+
#: wp-cache.php:2648
|
2022 |
msgid "Stale Super Cached Files"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
+
#: wp-cache.php:2664
|
2026 |
msgid "Hide file list"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
+
#: wp-cache.php:2666
|
2030 |
msgid "Too many cached files, no listing possible."
|
2031 |
msgstr ""
|
2032 |
|
2033 |
+
#: wp-cache.php:2668
|
2034 |
msgid "List all cached files"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
+
#: wp-cache.php:2671
|
2038 |
msgid ""
|
2039 |
"Expired files are files older than %s seconds. They are still used by the "
|
2040 |
"plugin and are deleted periodically."
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: wp-cache.php:2682
|
2044 |
msgid "Delete Expired"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: wp-cache.php:2707
|
2048 |
msgid "Delete Super Cache cached files (opens in new window)"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: wp-cache.php:2874
|
2052 |
msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: wp-cache.php:2907
|
2056 |
msgid ""
|
2057 |
"WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
|
2058 |
"to enable and configure the plugin."
|
2059 |
msgstr ""
|
2060 |
|
2061 |
+
#: wp-cache.php:2913
|
2062 |
msgid "Settings"
|
2063 |
msgstr ""
|
2064 |
|
2065 |
+
#: wp-cache.php:2923
|
2066 |
msgid ""
|
2067 |
"WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
|
2068 |
"page</a> to enable caching."
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: wp-cache.php:2926
|
2072 |
msgid ""
|
2073 |
"Warning! WP Super Cache caching <strong>was</strong> broken but has been "
|
2074 |
"<strong>fixed</strong>! The script advanced-cache.php could not load wp-"
|
2077 |
"message."
|
2078 |
msgstr ""
|
2079 |
|
2080 |
+
#: wp-cache.php:2947
|
2081 |
msgid "[%s] Front page is gzipped! Please clear cache!"
|
2082 |
msgstr ""
|
2083 |
|
2084 |
+
#: wp-cache.php:2947
|
2085 |
msgid ""
|
2086 |
"Please visit %s to clear the cache as the front page of your site is now "
|
2087 |
"downloading!"
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: wp-cache.php:2950
|
2091 |
msgid "[%s] Front page is gzipped! Cache Cleared!"
|
2092 |
msgstr ""
|
2093 |
|
2094 |
+
#: wp-cache.php:2950
|
2095 |
msgid ""
|
2096 |
"The cache on your blog has been cleared because the front page of your site "
|
2097 |
"is now downloading. Please visit %s to verify the cache has been cleared."
|
2098 |
msgstr ""
|
2099 |
|
2100 |
+
#: wp-cache.php:2957
|
2101 |
msgid "[%s] Front page is not correct! Please clear cache!"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: wp-cache.php:2957
|
2105 |
msgid ""
|
2106 |
"Please visit %1$s to clear the cache as the front page of your site is not "
|
2107 |
"correct and missing the text, \"%2$s\"!"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
+
#: wp-cache.php:2960
|
2111 |
msgid "[%s] Front page is not correct! Cache Cleared!"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
+
#: wp-cache.php:2960
|
2115 |
msgid ""
|
2116 |
"The cache on your blog has been cleared because the front page of your site "
|
2117 |
"is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
|
2118 |
"cleared."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: wp-cache.php:2965
|
2122 |
msgid "[%s] Front page check!"
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: wp-cache.php:2965
|
2126 |
msgid ""
|
2127 |
"WP Super Cache has checked the front page of your blog. Please visit %s if "
|
2128 |
"you would like to disable this."
|
2129 |
msgstr ""
|
2130 |
|
2131 |
+
#: wp-cache.php:3008
|
2132 |
msgid "Cannot update .htaccess"
|
2133 |
msgstr ""
|
2134 |
|
2135 |
+
#: wp-cache.php:3008
|
2136 |
msgid ""
|
2137 |
"The file <code>%s.htaccess</code> cannot be modified by the web server. "
|
2138 |
"Please correct this using the chmod command or your ftp client."
|
2139 |
msgstr ""
|
2140 |
|
2141 |
+
#: wp-cache.php:3008
|
2142 |
msgid "Refresh this page when the file permissions have been modified."
|
2143 |
msgstr ""
|
2144 |
|
2145 |
+
#: wp-cache.php:3008
|
2146 |
msgid ""
|
2147 |
"Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
|
2148 |
"add the following code (before any WordPress rules):"
|
2149 |
msgstr ""
|
2150 |
|
2151 |
+
#: wp-cache.php:3012
|
2152 |
msgid ""
|
2153 |
"To serve static html files your server must have the correct mod_rewrite "
|
2154 |
"rules added to a file called <code>%s.htaccess</code>"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: wp-cache.php:3013
|
2158 |
+
msgid "You can edit the file yourself. Add the following rules."
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: wp-cache.php:3014
|
2162 |
msgid " Make sure they appear before any existing WordPress rules. "
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: wp-cache.php:3022
|
2166 |
msgid "Update Mod_Rewrite Rules"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: wp-cache.php:3185
|
2170 |
msgid "[%1$s] Cache Preload Started"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: wp-cache.php:3215
|
2174 |
msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: wp-cache.php:3264
|
2178 |
msgid "[%1$s] Refreshing posts from %2$d to %3$d"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: wp-cache.php:3285
|
2182 |
msgid "[%1$s] Cache Preload Stopped"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: wp-cache.php:3295
|
2186 |
msgid "[%1$s] %2$d posts refreshed"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: wp-cache.php:3295
|
2190 |
msgid "Refreshed the following posts:"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: wp-cache.php:3305
|
2194 |
msgid "Scheduling next preload refresh in %d minutes."
|
2195 |
msgstr ""
|
2196 |
|
2197 |
+
#: wp-cache.php:3316
|
2198 |
msgid "[%s] Cache Preload Completed"
|
2199 |
msgstr ""
|
2200 |
|
2201 |
+
#: wp-cache.php:3316
|
2202 |
msgid "Cleaning up old supercache files."
|
2203 |
msgstr ""
|
2204 |
|
2205 |
+
#: wp-cache.php:3358
|
2206 |
msgid "[%s] Preload may have stalled."
|
2207 |
msgstr ""
|
2208 |
|
2209 |
+
#: wp-cache.php:3358
|
2210 |
msgid ""
|
2211 |
"Preload has been restarted.\n"
|
2212 |
"%s"
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: wp-cache.php:3401
|
2216 |
msgid "Supercache Uninstall Problems"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: wp-cache.php:3401
|
2220 |
msgid ""
|
2221 |
"Dear User,\n"
|
2222 |
"\n"
|
2231 |
"\n"
|
2232 |
"Regards,\n"
|
2233 |
"WP Super Cache Plugin\n"
|
2234 |
+
"http://wordpress.org/plugins/wp-super-cache/"
|
2235 |
msgstr ""
|
2236 |
|
2237 |
+
#: wp-cache.php:3438
|
2238 |
msgid "Delete cache of the current page"
|
2239 |
msgstr ""
|
2240 |
+
|
2241 |
+
#. Plugin Name of the plugin/theme
|
2242 |
+
msgid "WP Super Cache"
|
2243 |
+
msgstr ""
|
2244 |
+
|
2245 |
+
#. Plugin URI of the plugin/theme
|
2246 |
+
msgid "https://wordpress.org/plugins/wp-super-cache/"
|
2247 |
+
msgstr ""
|
2248 |
+
|
2249 |
+
#. Description of the plugin/theme
|
2250 |
+
msgid "Very fast caching plugin for WordPress."
|
2251 |
+
msgstr ""
|
2252 |
+
|
2253 |
+
#. Author of the plugin/theme
|
2254 |
+
msgid "Automattic"
|
2255 |
+
msgstr ""
|
2256 |
+
|
2257 |
+
#. Author URI of the plugin/theme
|
2258 |
+
msgid "https://automattic.com/"
|
2259 |
+
msgstr ""
|