WP Super Cache - Version 0.9.9.8

Version Description

CDN code can be switched off, better uninstall process, compress dynamic pages, 1and1 webhosting fix, use Supercache files for dynamic pages

=

Download this release

Release Info

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

Code changes from version 0.9.9.7 to 0.9.9.8

Changelog.txt CHANGED
@@ -1,3 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  2010-11-23 13:38 donncha
2
 
3
  * wp-cache-phase1.php: Check if there are any actions before
1
+ 2011-01-06 17:37 donncha
2
+
3
+ * wp-cache.php: Print the text, not __() it, and check if rewrite
4
+ rules in .htaccess are present before emailing user about it.
5
+
6
+ 2011-01-06 13:21 donncha
7
+
8
+ * Changelog.txt: Updated changelog
9
+
10
+ 2011-01-06 13:13 donncha
11
+
12
+ * readme.txt: Updated docs
13
+
14
+ 2011-01-06 12:12 donncha
15
+
16
+ * readme.txt: Minor changes to docs
17
+
18
+ 2011-01-06 10:03 donncha
19
+
20
+ * readme.txt, wp-cache.php: Tagged version 0.9.9.8
21
+
22
+ 2011-01-05 15:02 donncha
23
+
24
+ * Changelog.txt, readme.txt: Updated changelogs
25
+
26
+ 2011-01-05 14:54 donncha
27
+
28
+ * wp-super-cache.pot: Updated pot file
29
+
30
+ 2011-01-05 14:51 donncha
31
+
32
+ * ossdl-cdn.php, wp-cache.php: Fixed link to CDN Sync support
33
+ forum.
34
+
35
+ 2011-01-05 13:37 donncha
36
+
37
+ * wp-super-cache.pot: Updated pot file.
38
+
39
+ 2011-01-05 13:32 donncha
40
+
41
+ * ossdl-cdn.php, wp-cache.php: Link to the CDN Sync tool from the
42
+ Easy settings page too
43
+
44
+ 2011-01-05 13:15 donncha
45
+
46
+ * ossdl-cdn.php: Link to CDN Sync Tool on CDN page.
47
+
48
+ 2011-01-05 11:50 donncha
49
+
50
+ * Changelog.txt: Updated changelog
51
+
52
+ 2011-01-05 11:46 donncha
53
+
54
+ * wp-cache-phase1.php, wp-cache.php: Remove log by email
55
+ functionality. It cases problems for users when they get too much
56
+ email
57
+
58
+ 2011-01-05 11:45 donncha
59
+
60
+ * wp-cache-phase2.php: Warn user by debug log if cache expiry is
61
+ zero and therefore no garbage collection
62
+
63
+ 2011-01-04 15:22 donncha
64
+
65
+ * languages/wp-super-cache-zh_TW.mo,
66
+ languages/wp-super-cache-zh_TW.po: Updated Traditional Chinese
67
+ translation
68
+
69
+ 2011-01-04 12:49 donncha
70
+
71
+ * wp-cache.php: Added an extra space to make selecting chmod
72
+ command easier.
73
+
74
+ 2011-01-04 12:48 donncha
75
+
76
+ * wp-cache.php: Flush the rewrite rules after uninstalling. Props
77
+ @nacin, http://ocaoimh.ie/uninstall-supercache/
78
+
79
+ 2011-01-04 12:42 donncha
80
+
81
+ * wp-cache.php: Make uninstall warnings clearer and easier to read,
82
+ hopefully
83
+
84
+ 2010-12-22 16:22 donncha
85
+
86
+ * wp-cache.php: Cast $lines as array to avoid warnings arising from
87
+ empty config files.
88
+
89
+ 2010-12-22 12:00 donncha
90
+
91
+ * wp-cache.php: Remove .htaccess rules if they match the ones in
92
+ the plugin, else email the blog admin that there's a problem.
93
+
94
+ 2010-12-21 14:26 donncha
95
+
96
+ * readme.txt: Updated docs to reflect changes to caching modes and
97
+ uninstall instructions
98
+
99
+ 2010-12-21 12:52 donncha
100
+
101
+ * wp-cache.php: Let's tidy up and add some space
102
+
103
+ 2010-12-21 12:44 donncha
104
+
105
+ * wp-cache.php: * Added code to remove plugin files when plugin
106
+ deactivated.
107
+ * Show cache contents even when caching is disabled.
108
+ * Minor fixes
109
+
110
+ 2010-12-21 12:17 donncha
111
+
112
+ * wp-cache.php: Fixed easy page "Update Status" button, it was
113
+ triggering the cache tester
114
+
115
+ 2010-12-20 15:26 donncha
116
+
117
+ * wp-cache.php: Put cache tester and delete buttons on the "Easy"
118
+ setup page.
119
+
120
+ 2010-12-20 14:43 donncha
121
+
122
+ * wp-cache-phase1.php: Allow functions in classes to be used in
123
+ cacheactions. Props exz,
124
+ http://wordpress.org/support/topic/plugin-wp-super-cache-use-function-in-a-class-with-add_cacheaction?replies=1
125
+
126
+ 2010-12-17 18:32 donncha
127
+
128
+ * wp-cache.php: Show Settings->Super Cache page to super admins to
129
+ preserve old links
130
+
131
+ 2010-12-17 16:47 donncha
132
+
133
+ * wp-cache-phase2.php, wp-cache.php: Added option to enable front
134
+ page cache checks and enable by default.
135
+
136
+ 2010-12-17 16:04 donncha
137
+
138
+ * wp-cache-phase1.php: Print compression comment on cached dynamic
139
+ pages
140
+
141
+ 2010-12-17 14:13 donncha
142
+
143
+ * wp-cache-phase2.php: Gzip the dynamic cached page before we serve
144
+ the first user to visit a page.
145
+
146
+ 2010-12-17 14:10 donncha
147
+
148
+ * wp-cache-phase1.php: Use the plugin $cache_compression settings
149
+ to determine if gzipped dynamic cached files should be served or
150
+ not.
151
+
152
+ 2010-12-17 13:04 donncha
153
+
154
+ * wp-cache-phase1.php: Sometimes "zlib.output_compression" is set
155
+ to "off" rather than 0, check for "on" to make sure we don't
156
+ disable compression accidentally.
157
+
158
+ 2010-12-15 12:42 donncha
159
+
160
+ * wp-cache-phase1.php: CHeck if PHP is using zlib compression
161
+ already before compressing dynamic pages
162
+
163
+ 2010-12-15 12:37 donncha
164
+
165
+ * wp-cache-phase1.php: Use "ob_gzhandler" to compress dynamic pages
166
+ on the fly if supported, see
167
+ http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=8#post-1837856
168
+
169
+ 2010-12-15 12:27 donncha
170
+
171
+ * wp-cache.php: Updated patch to support 1and1 webhosting, see
172
+ http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting?replies=6#post-1837843
173
+
174
+ 2010-12-15 07:20 donncha
175
+
176
+ * wp-cache-phase2.php: oops, left some debug code in!
177
+
178
+ 2010-12-14 14:56 donncha
179
+
180
+ * wp-cache.php: Regenerate the cache stats when the cache is
181
+ deleted
182
+
183
+ 2010-12-14 14:34 donncha
184
+
185
+ * wp-cache.php: Minor typo fixed.
186
+
187
+ 2010-12-14 13:38 donncha
188
+
189
+ * wp-cache-phase1.php, wp-cache-phase2.php: First pass at using
190
+ supercache files to store "dynamic pages". See
191
+ http://wordpress.org/support/topic/plugin-wp-super-cache-suggestion-mod_rewrite-mode-with-legacy-fallback?replies=5
192
+
193
+ 2010-12-14 10:48 donncha
194
+
195
+ * wp-cache.php: Hopefully fix problems with 1and1 hosting as they
196
+ use /kunden/ in their path, see
197
+ http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting,
198
+ props reviewmylife
199
+
200
+ 2010-12-13 18:52 donncha
201
+
202
+ * wp-cache.php: For the purposes of our checks, home is / or
203
+ wherever the blog lives, not in the paged content.
204
+
205
+ 2010-12-13 18:38 donncha
206
+
207
+ * wp-cache.php: Call the correct function on template_redirect to
208
+ set the is_home cache.
209
+
210
+ 2010-12-13 17:30 donncha
211
+
212
+ * languages/wp-super-cache-de_DE.mo,
213
+ languages/wp-super-cache-de_DE.po: Updated German translation,
214
+ props Mathias,
215
+ http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=11#post-1829165
216
+
217
+ 2010-12-13 15:54 donncha
218
+
219
+ * wp-cache-phase2.php, wp-cache.php: Cache is_home and
220
+ is_front_page in $wp_cache_is_home because they may not work on
221
+ PHP shutdown. See
222
+ http://wordpress.org/support/topic/plugin-wp-super-cache-not-writing-another-page-to-front-page-cache?replies=8
223
+
224
+ 2010-12-09 13:34 donncha
225
+
226
+ * wp-super-cache.pot: Updated pot file for translation
227
+
228
+ 2010-12-09 13:31 donncha
229
+
230
+ * languages/wp-super-cache-de_DE.mo,
231
+ languages/wp-super-cache-de_DE.po: Updated German translation,
232
+ props Mathias (http://trade-service.biz/)
233
+
234
+ 2010-12-09 12:28 donncha
235
+
236
+ * ossdl-cdn.php: Added multiple CNAME support to CDN functionality
237
+ (props David Ward) and add translation strings
238
+
239
+ 2010-12-07 16:00 donncha
240
+
241
+ * plugins/badbehaviour.php: Fixed admin form on Bad Behavior plugin
242
+
243
+ 2010-11-30 12:08 donncha
244
+
245
+ * ossdl-cdn.php, wp-cache-config-sample.php: Allow CDN support to
246
+ be switched off, see
247
+ http://wordpress.org/support/topic/plugin-wp-super-cache-wp_supercache-problem-with-sharedaddy-shareandfollow?replies=6
248
+
249
+ 2010-11-29 15:55 donncha
250
+
251
+ * wp-cache.php: Add Supercache menu item on network admin menu,
252
+ WordPress 3.1
253
+
254
+ 2010-11-29 11:24 donncha
255
+
256
+ * wp-cache.php: Silently fail when the config file is missing and
257
+ we try to update it. Only happens when the settings page is first
258
+ loaded.
259
+ http://wordpress.org/support/topic/plugin-wp-super-cache-warning-invalid-argument-supplied-for-foreach?replies=3
260
+
261
+ 2010-11-26 12:25 donncha
262
+
263
+ * wp-cache-phase2.php: There's no need to write meta files when
264
+ we're not caching for logged in users!
265
+
266
+ 2010-11-26 11:31 donncha
267
+
268
+ * advanced-cache.php, wp-cache.php: Define the constant
269
+ "ADVANCEDCACHEPROBLEM" if wp-cache-phase1.php can't be loaded and
270
+ report it on the dashboard. See
271
+ http://thehoneymonster.com/2010/10/wp-super-cache-oopsiedoodle/
272
+
273
+ 2010-11-26 10:03 donncha
274
+
275
+ * wp-cache.php: Fixed translation domain on string, props Priv,
276
+ http://wordpress.org/support/topic/plugin-wp-super-cache-can-i-help-to-improve-language-file?replies=6
277
+
278
+ 2010-11-24 09:55 donncha
279
+
280
+ * wp-cache.php: Preload pages as well as posts, see
281
+ http://wordpress.org/support/topic/plugin-wp-super-cache-pages-are-not-cached-in-preload-mode?replies=2
282
+
283
+ 2010-11-23 20:37 donncha
284
+
285
+ * languages/wp-super-cache-it_IT.mo,
286
+ languages/wp-super-cache-it_IT.po: Updated Italian translation,
287
+ props Gianni
288
+
289
+ 2010-11-23 13:48 donncha
290
+
291
+ * readme.txt, wp-cache.php: Bump version to 0.9.9.7
292
+
293
+ 2010-11-23 13:45 donncha
294
+
295
+ * Changelog.txt: Updated changelog
296
+
297
  2010-11-23 13:38 donncha
298
 
299
  * wp-cache-phase1.php: Check if there are any actions before
advanced-cache.php CHANGED
@@ -6,7 +6,9 @@ function wpcache_broken_message() {
6
  }
7
 
8
  if ( !include_once( 'CACHEHOME' . 'wp-cache-phase1.php' ) ) {
9
- if ( !@is_file( 'CACHEHOME' . 'wp-cache-phase1.php' ) )
 
10
  register_shutdown_function( 'wpcache_broken_message' );
 
11
  }
12
  ?>
6
  }
7
 
8
  if ( !include_once( 'CACHEHOME' . 'wp-cache-phase1.php' ) ) {
9
+ if ( !@is_file( 'CACHEHOME' . 'wp-cache-phase1.php' ) ) {
10
+ define( 'ADVANCEDCACHEPROBLEM', 1 );
11
  register_shutdown_function( 'wpcache_broken_message' );
12
+ }
13
  }
14
  ?>
languages/wp-super-cache-de_DE.mo CHANGED
Binary file
languages/wp-super-cache-de_DE.po CHANGED
@@ -7,99 +7,176 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: wp-super-cache 1.2\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
- "POT-Creation-Date: 2010-09-27 13:58+0000\n"
11
- "PO-Revision-Date: 2010-09-28 18:13+0100\n"
12
  "Last-Translator: Mathias Roth <mroth@trade-service.eu>\n"
13
  "Language-Team: Blog-Lounge.org <support@trade-service.eu>\n"
14
  "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Plural-Forms: en, er,\n"
18
  "X-Poedit-Language: German\n"
19
  "X-Poedit-Country: GERMANY\n"
20
  "X-Poedit-SourceCharset: utf-8\n"
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  #: plugins/awaitingmoderation.php:4
23
  msgid "Your comment is awaiting moderation."
24
  msgstr "Dein Kommentar wird vor der Freigabe moderiert."
25
 
26
- #: plugins/awaitingmoderation.php:23
27
- #: plugins/awaitingmoderation.php:38
28
- #: plugins/badbehaviour.php:47
 
 
29
  #: plugins/badbehaviour.php:65
30
- #: plugins/domain-mapping.php:47
31
- #: plugins/domain-mapping.php:62
32
- #: plugins/searchengine.php:61
33
- #: plugins/searchengine.php:76
34
- #: wp-cache.php:1114
35
- msgid "Disable"
36
- msgstr "Deaktiviere"
37
 
38
- #: plugins/awaitingmoderation.php:29
39
- #: plugins/badbehaviour.php:55
40
- #: plugins/domain-mapping.php:53
41
- #: plugins/searchengine.php:67
42
- msgid "disabled"
43
- msgstr "deaktiviert"
 
 
 
 
44
 
45
- #: plugins/awaitingmoderation.php:31
46
- #: plugins/badbehaviour.php:57
47
- #: plugins/domain-mapping.php:55
48
  #: plugins/searchengine.php:69
49
- #: wp-cache.php:1460
50
  msgid "enabled"
51
  msgstr "aktiviert"
52
 
53
- #: plugins/awaitingmoderation.php:33
54
- #, php-format
55
- msgid "Awaiting Moderation plugin is %s"
56
- msgstr "\"Awaiting Moderation\"-Plugin ist %s. "
 
 
57
 
58
- #: plugins/awaitingmoderation.php:34
59
- msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
60
- msgstr "(Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt) "
 
61
 
62
- #: plugins/awaitingmoderation.php:36
63
- #: plugins/badbehaviour.php:63
64
- #: plugins/domain-mapping.php:60
65
- #: plugins/searchengine.php:74
66
- #: wp-cache.php:1114
67
- msgid "Enable"
68
- msgstr "Aktiviere"
69
 
70
- #: plugins/badbehaviour.php:45
71
  msgid "Bad Behaviour not found. Please check your install."
72
  msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
73
 
74
- #: plugins/badbehaviour.php:60
75
- #, php-format
76
- msgid "Bad Behaviour support is %s."
77
- msgstr "\"Bad Behaviour\"-Support ist %s. "
78
 
79
- #: plugins/badbehaviour.php:61
80
  #, php-format
81
  msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
82
  msgstr "(Nur Legacy-Caching wird unterstützt, Komprimierung deaktiviert, und benötigt <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
83
 
84
- #: plugins/badbehaviour.php:69
85
- #: wp-cache.php:1191
86
- #: wp-cache.php:1193
 
 
 
 
 
87
  msgid "Warning!"
88
  msgstr "Warnung!"
89
 
90
- #: plugins/domain-mapping.php:57
91
- #, php-format
92
- msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
93
- msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-Support Plugin ist %s"
94
-
95
  #: plugins/domain-mapping.php:58
96
- msgid "(support for multiple domains on multisite websites) "
97
- msgstr "(unterstützt mehere Domains auf \"Multi-Site\"-Seiten) "
98
 
99
- #: plugins/domain-mapping.php:72
 
 
 
 
 
 
 
 
 
100
  msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
101
  msgstr "\"Domain Mapping\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
102
 
 
 
 
 
 
 
103
  #: plugins/searchengine.php:71
104
  #, php-format
105
  msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
@@ -109,1320 +186,1402 @@ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Fri
109
  msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
110
  msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ebenfalls erforderlich) "
111
 
112
- #: wp-cache.php:87
 
 
 
 
 
113
  #, php-format
114
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
115
  msgstr "Bitte erstelle %s /wp-cache-config.php aus der wp-super-cache/wp-cache-config-sample.php"
116
 
117
- #: wp-cache.php:138
118
  msgid "Warning! PHP Safe Mode Enabled!"
119
  msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
120
 
121
- #: wp-cache.php:139
122
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
123
  msgstr "Kann sein dass es zu Probleme mit diesem Plugin kommt, da SAFE MODE aktiviert ist."
124
 
125
- #: wp-cache.php:143
126
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
127
  msgstr "Dein Server ist so eingestellt, dass erst die Besitzrechte des PHP-Skripts überprüft werden, bevor Schreib- und Lese-Zugriff gestattet wird."
128
 
129
- #: wp-cache.php:144
130
  #, php-format
131
  msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
132
  msgstr "Du oder ein Administrador könnten es ans Laufen kriegen, wenn die Besitzrechte des Plugin-Skripts entsprechend den Einstellungen auf dem Webserver (Gruppe/Besitzer) angepasst werden. Die Besitzergruppe des %s/cache/-Verzeichnisses muss ebenfalls geändert werden. Weitere Details unter <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a>."
133
 
134
- #: wp-cache.php:146
135
  msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
136
  msgstr "Du oder ein Administrator müssen das deaktivieren. Bitte besuche die Seite <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a> für weitere Details. Leider kann das nicht per .htaccess ausgeschaltet werden, sondern muss in der php.ini konfiguriert werden."
137
 
138
- #: wp-cache.php:152
139
  msgid "Permlink Structure Error"
140
  msgstr "Fehler in Permalink-Struktur"
141
 
142
- #: wp-cache.php:153
143
  msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
144
  msgstr "Benutzerdefinierte Struktur oder Permalink-Struktur ist für korrektes Funkionieren des Plugins erforderlich. Bitte gehe zu <a href=\"options-permalink.php\">Einstellungen &#62; Permalinks</a> um deine Permalinks zu konfigurieren."
145
 
146
- #: wp-cache.php:165
147
  #, php-format
148
  msgid "Warning! Your hostname \"%s\" resolves to %s"
149
  msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
150
 
151
- #: wp-cache.php:166
152
  #, php-format
153
  msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
154
  msgstr "Dein Server glaubt, dein Host-Name wird zu %s aufgelöst. Einige Dienste, z.B. die Garbage-Collection dieses Plugins und in WordPress eingebundene Beiträge, werden evtl. nicht korrekt funktionieren."
155
 
156
- #: wp-cache.php:167
157
- #: wp-cache.php:181
158
  #, php-format
159
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
160
  msgstr "Bitte lese den Eintrag Nº16 im <a href=\"%s\">Bereich: Troubleshooting</a> der readme.txt"
161
 
162
- #: wp-cache.php:180
163
  msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
164
  msgstr "Leider kann WordPress die Datei wp-cron.php nicht finden. Dieses Skript wird für einwandfreies Funktionieren der Garbage-Collection dieses Plugins, der zeitlichen Einbindung von Beiträgen in WordPress und andere kritische Aktionen benötigt."
165
 
166
- #: wp-cache.php:195
167
  msgid "Cannot continue... fix previous problems and retry."
168
  msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
169
 
170
- #: wp-cache.php:204
171
  msgid "Zlib Output Compression Enabled!"
172
  msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
173
 
174
- #: wp-cache.php:205
175
  msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
176
  msgstr "PHP komprimiert die Daten, die an die Besucher deiner Seite gesendet werden. Deaktivierung wird hier empfohlen, da das Plugin ansonsten einmalig die komprimierte Ausgabe cached statt die gleiche Seite immer und immer wieder zu cachen. Beachte dazu auch #21 im Bereich \"Troubleshooting\". Lese <a href=\"http://php.net/manual/en/zlib.configuration.php\">diese Seite</a> mit Anweisungen zur Bearbeitung deiner php.ini."
177
 
178
- #: wp-cache.php:209
179
  msgid "Mod rewrite may not be installed!"
180
  msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
181
 
182
- #: wp-cache.php:210
183
  msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
184
  msgstr "Scheint als wäre mod_rewrite nicht installiert. Manchmal ist dieser Check nicht zuverlässig, besonders wenn dein Webserver nicht mit Apache arbeitet. Bitte stelle sicher, dass das Modul mod_rewrite aktiviert ist. Es wird benötigt, um statische Supercache-Dateien zu erstellen. Du kannst dann immer noch Legacy oder PHP-Modi benutzen."
185
 
186
- #: wp-cache.php:215
187
  msgid "Read Only Mode. Configuration cannot be changed."
188
  msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
189
 
190
- #: wp-cache.php:216
191
  #, php-format
192
  msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
193
  msgstr "Die WP-Super-Cache Konfigurationsdatei <code>%s/wp-cache-config.php</code> kann nicht bearbeitet werden. Für jegliche Änderung muss der Webserver Schreibrechte für die Datei besitzen."
194
 
195
- #: wp-cache.php:217
196
  msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writeable and it should be fine."
197
  msgstr "Eine einfache Art das zu tun ist, die Berechtigungen temporär per CHMOD über die Konsole oder mit deinem FTP-Programmm zu ändern. Sorge dafür dass sie global beschreibbar ist, dann soll es wohl klappen."
198
 
199
- #: wp-cache.php:218
200
  msgid "Writeable:"
201
  msgstr "Beschreibbar: "
202
 
203
- #: wp-cache.php:219
204
  msgid "Readonly:"
205
  msgstr "Nur Leserechte: "
206
 
207
- #: wp-cache.php:231
208
  #, php-format
209
  msgid "Warning! %s is writeable!"
210
  msgstr "Warnung! %s ist beschreibbar!"
211
 
212
- #: wp-cache.php:232
213
  #, php-format
214
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
215
  msgstr "Du solltest die Zugriffsrechte in %s ändern, stelle sie etwas restriktiver ein. Benutze dein FTP-Programm, oder die folgende Anweisung um das zu erledigen:"
216
 
217
- #: wp-cache.php:240
218
  msgid "Mobile rewrite rules detected"
219
  msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
220
 
221
- #: wp-cache.php:241
222
  msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
223
  msgstr "Für optimale Performance solltest Du \"Mobile Endgeräte unterstützen\" aktivieren oder die \"Rewrite Rules für mobile Endgeräte\" in der .htaccess löschen. Suche die beiden Zeilen mit dem Text \"2.0\\ MMP|240x320\" und entferne sie."
224
 
225
- #: wp-cache.php:241
226
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
227
  msgstr "Hat keinen Einfluss auf normale Besucher, nur Handy-Benutzer bekommen ungecachede Seiten angezeigt."
228
 
229
- #: wp-cache.php:247
230
- #: wp-cache.php:258
231
  msgid "Rewrite rules must be updated"
232
  msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
233
 
234
- #: wp-cache.php:248
235
- #: wp-cache.php:259
236
  msgid "The rewrite rules required by this plugin have changed or are missing. "
237
  msgstr "Die \"Rewrite Rules\" für dieses Plugin wurden geändert oder sind nicht vorhanden."
238
 
239
- #: wp-cache.php:249
240
  msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
241
  msgstr "Die Unterstützung mobiler Endgeräte benötigt Extra-Regeln in der Datei .htaccess, oder Du setzt das Plugin in den Legacy-Modus. Hier sind deine Oprionen (sortiert nach Schwierigkeitsgrad):"
242
 
243
- #: wp-cache.php:250
244
  msgid "Set the plugin to legacy mode and enable mobile support."
245
  msgstr "Setze das Plugin auf den half-on-Modus und aktiviere \" Unterstützung mobiler Endgeräte\"."
246
 
247
- #: wp-cache.php:251
248
- #: wp-cache.php:260
249
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
250
  msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter <strong>Mod_Rewrite Rules aktualisieren</strong>."
251
 
252
- #: wp-cache.php:252
253
  #, php-format
254
  msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
255
  msgstr "Lösche die mod_rewrite rules des Plugins in %s.htaccess zwischen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code> und lass sie dann vom Plugin neu generieren. Dazu musst Du nur diese Seite im Browser neu laden."
256
 
257
- #: wp-cache.php:253
258
  #, php-format
259
  msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
260
  msgstr "Trage die Regeln selbst ein. Bearbeite %s.htaccess und finde den Block zwischen den Zeilen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code>. Da gibt es zwei Bereiche, die sich sehr ähneln. Direkt unterhalb der Zeile <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> diese Zeilen einfügen: (zweimal, jeweils eine in beiden Bereichen)"
261
 
262
- #: wp-cache.php:266
263
  msgid "Required to serve compressed supercache files properly."
264
  msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
265
 
266
- #: wp-cache.php:266
267
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
268
  msgstr "Erforderlich um Caching-Infos in Supercache-Seiten zu schreiben. IE7-User bekommen ohne dieses Modul nur alte Seiten zu sehen."
269
 
270
- #: wp-cache.php:266
271
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
272
  msgstr "Setzt das Ablaufdatum für Supercache-Seiten. Besucher bekommen unter Umständen ohne diese Modul neue Seiten nicht angezeigt oder verlieren Kommentare, wenn sie den Browser neu laden."
273
 
274
- #: wp-cache.php:273
275
  msgid "Missing Apache Modules"
276
  msgstr "Fehlende Apache-Module"
277
 
278
- #: wp-cache.php:274
279
  msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
280
  msgstr "Folgende Apache-Module fehlen. Das Plugin arbeitet ohne sie im Legacy-Modus. Im vollen Supercache-Modus kann es ansonsten passieren, dass deine Besucher beschädigte Seiten oder veraltete Inhalte sehen."
281
 
282
- #: wp-cache.php:413
283
  msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
284
  msgstr "<strong>Achtung!</strong> Du hast versucht die Datei-Komprimierung zu aktivieren, aber <code>zlib.output_compression</code> ist aktiv. Lese dazu #21 im Bereich Troubleshooting der Datei readme.txt."
285
 
286
- #: wp-cache.php:501
287
  msgid "WP Super Cache Settings"
288
  msgstr "WP-Super-Cache Einstellungen"
289
 
290
- #: wp-cache.php:512
291
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
292
  msgstr "Hinweis: <em>Mod_rewrite oder Legacy-Caching aktiviert</em>. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
293
 
294
- #: wp-cache.php:523
295
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
296
  msgstr "Die Konfigurationsdatei wurde geändert, einige Werte sind vielleicht falsch. Bitte die Seite neu laden im Menü \"Einstellungen\", um sie zurückzusetzen."
297
 
298
- #: wp-cache.php:540
299
- #: wp-cache.php:614
300
  msgid "Caching must be enabled to use this feature"
301
  msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
302
 
303
- #: wp-cache.php:542
304
  msgid "Cache Tester"
305
  msgstr "Cache-Tester"
306
 
307
- #: wp-cache.php:543
308
  msgid "Test your cached website by clicking the test button below."
309
  msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
310
 
311
- #: wp-cache.php:550
312
  #, php-format
313
  msgid "Fetching %s to prime cache: "
314
  msgstr "Lädt %s um den Cache zu priorisieren: "
315
 
316
- #: wp-cache.php:552
317
- #: wp-cache.php:559
318
- #: wp-cache.php:566
319
  msgid "OK"
320
  msgstr "OK"
321
 
322
- #: wp-cache.php:557
323
  #, php-format
324
  msgid "Fetching first copy of %s: "
325
  msgstr "Lädt die erste Kopie von %s: "
326
 
327
- #: wp-cache.php:564
328
  #, php-format
329
  msgid "Fetching second copy of %s: "
330
  msgstr "Lädt die zweite Kopie von %s: "
331
 
332
- #: wp-cache.php:570
333
  msgid "One or more page requests failed:"
334
  msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
335
 
336
- #: wp-cache.php:589
337
- #: wp-cache.php:590
338
  #, php-format
339
  msgid "Page %d: %d (%s)"
340
  msgstr "Seite %d: %d (%s)"
341
 
342
- #: wp-cache.php:596
343
  #, php-format
344
  msgid "Page 1: %s"
345
  msgstr "Seite 1: %s"
346
 
347
- #: wp-cache.php:597
348
  #, php-format
349
  msgid "Page 2: %s"
350
  msgstr "Seite 2: %s"
351
 
352
- #: wp-cache.php:598
353
  msgid "The timestamps on both pages match!"
354
  msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
355
 
356
- #: wp-cache.php:600
357
  msgid "The pages do not match! Timestamps differ or were not found!"
358
  msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
359
 
360
- #: wp-cache.php:606
361
  msgid "Send non-secure (non https) request for homepage"
362
  msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
363
 
364
- #: wp-cache.php:607
365
  msgid "Test Cache"
366
  msgstr "Cache testen"
367
 
368
- #: wp-cache.php:632
369
- #: wp-cache.php:755
370
  msgid "Cancel Cache Preload"
371
  msgstr "Cache-Preload abstellen"
372
 
373
- #: wp-cache.php:638
374
- msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
375
- msgstr "Das angesetzte Vorladen des Cache (Cache-Preload) wurde storniert. Wenn momentan ein Prozess läuft wird dieser nicht abgebrochen, bis die aktuellen 100 Seiten komplett sind."
376
-
377
- #: wp-cache.php:649
378
  msgid "Scheduled preloading of cache cancelled."
379
  msgstr "Planmässiges Vorladen des Cache abgebrochen."
380
 
381
- #: wp-cache.php:675
382
- #: wp-cache.php:753
383
  msgid "Preload Cache Now"
384
  msgstr "Cache jetzt vorladen"
385
 
386
- #: wp-cache.php:678
387
  msgid "Scheduled preloading of cache in 10 seconds."
388
  msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
389
 
390
- #: wp-cache.php:682
391
  #, php-format
392
  msgid "Scheduled preloading of cache in %d minutes"
393
  msgstr "Planmässiges Vorladen des Cache in %d Minuten"
394
 
395
- #: wp-cache.php:686
396
  msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
397
  msgstr "Dadurch werden alle publizierten Seiten und Beiträge gecached. Es werden statische Supercache-Dateien erstellt, so dass anonyme Besucher (inklusive Bots) eine gecachede Seite aufrufen. Das kann möglicherweise dein Google-Ranking verbessern, da kurze Ladezeiten als Maßstab für die Beurteilung von Webseiten relevant sind."
398
 
399
- #: wp-cache.php:687
400
  msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
401
  msgstr "\"Vorladen\" produziert aber auch eine Menge Dateien. Es wird vom ältesten bis zum neuesten Beitrag gecached, also bedenke bitte nur die Neuesten zu cachen, wenn Du viele (10.000+) Einträge hast. Das spielt vor allem auf virtuellen Servern (shared hosting) eine entscheidende Rolle."
402
 
403
- #: wp-cache.php:688
404
  msgid "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
405
  msgstr "Im \"Preload-Modus\" wird die normale \"Garbage Collection\" (Leeren des abgelaufenen Cache) nur alte Legacy-Dateien für schon bekannte Benutzer bereinigen, nicht die vorab geladenen Supercache-Dateien. Das ist die empfohlene Einstellung wenn der Cache vorgeladen wird."
406
 
407
- #: wp-cache.php:692
408
  #, php-format
409
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
410
  msgstr "Erneuere vorab geladene Cache-Dateien alle %s Minuten. (0 zum deaktivieren, Minimum %d Minuten.)"
411
 
412
- #: wp-cache.php:705
413
  msgid "all"
414
  msgstr "Alle"
415
 
416
- #: wp-cache.php:718
417
  #, php-format
418
  msgid "Preload %s posts."
419
  msgstr "Lade %s Beiträge vorab."
420
 
421
- #: wp-cache.php:725
422
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
423
  msgstr "Preload-Modus (Garbage-Collection nur für Legacy Cache-Dateien. Empfohlen.)"
424
 
425
- #: wp-cache.php:728
426
  msgid "Send me status emails when files are refreshed."
427
  msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
428
 
429
- #: wp-cache.php:733
430
  msgid "Many emails, 2 emails per 100 posts."
431
  msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
432
 
433
- #: wp-cache.php:736
434
  msgid "Medium, 1 email per 100 posts."
435
  msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
436
 
437
- #: wp-cache.php:739
438
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
439
  msgstr "Weniger E-Mails, 1 am Anfang und 1 am Ende des Preloads aller Beiträge."
440
 
441
- #: wp-cache.php:743
442
  #, php-format
443
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
444
  msgstr "Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
445
 
446
- #: wp-cache.php:744
447
  #, php-format
448
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
449
  msgstr "Vollständiges Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
450
 
451
- #: wp-cache.php:750
452
  #, php-format
453
  msgid "Currently caching from post %d to %d."
454
  msgstr "Momentan wird von Beitrag %d bis %d gecached."
455
 
456
- #: wp-cache.php:753
 
 
 
 
 
457
  msgid "Update Settings"
458
  msgstr "Einstellungen aktualisieren"
459
 
460
- #: wp-cache.php:761
461
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
462
  msgstr "Cache-Preloading deaktiviert. Bitte deaktiviere Legacy-Caching oder kläre das mit deinem Hosting-Administrator."
463
 
464
- #: wp-cache.php:776
465
- #: wp-cache.php:865
466
  msgid "Caching"
467
  msgstr "Caching"
468
 
469
- #: wp-cache.php:780
470
  msgid "Cache hits to this website for quick access."
471
  msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
472
 
473
- #: wp-cache.php:780
474
- #: wp-cache.php:781
475
- #: wp-cache.php:795
476
- #: wp-cache.php:799
477
- #: wp-cache.php:802
478
- #: wp-cache.php:803
479
- #: wp-cache.php:868
480
  msgid "Recommended"
481
  msgstr "Empfohlen"
482
 
483
- #: wp-cache.php:781
484
  msgid "Use mod_rewrite to serve cache files."
485
  msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
486
 
487
- #: wp-cache.php:782
488
  msgid "Use PHP to serve cache files."
489
  msgstr "Nutze PHP um Cache-Dateien auszuliefern."
490
 
491
- #: wp-cache.php:783
492
  msgid "Legacy page caching."
493
  msgstr "Legacy Page-Caching."
494
 
495
- #: wp-cache.php:784
496
- msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
497
- msgstr "Mod_rewrite ist am schnellsten, PHP ist fast genau so schnell und einfacher ans Laufen zu kriegen, währen Legacy-Caching langsamer läuft, aber flexibler und ebenso leicht ans Laufen zu kriegen ist. Neulinge sollten PHP-Caching nehmen."
498
 
499
- #: wp-cache.php:790
500
  msgid "Miscellaneous"
501
  msgstr "Sonstiges"
502
 
503
- #: wp-cache.php:795
 
 
 
 
504
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
505
  msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
506
 
507
- #: wp-cache.php:796
508
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
509
  msgstr "Die Komprimierung ist standardmässig deaktiviert, da manche Hosts Probleme mit komprimierten Dateien haben. An- und abschalten leert den Cache."
510
 
511
- #: wp-cache.php:799
512
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
513
  msgstr "304 Not Modified Browser Caching. Stelle fest wenn eine Seite seit dem letzten Aufruf nicht modifiziert wurde."
514
 
515
- #: wp-cache.php:800
516
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
517
  msgstr "304-Support ist standardmässig deaktiviert, da \"GoDaddy\" in der Vergangenheit Probleme mit ein paar der eingesetzten Header hatte."
518
 
519
- #: wp-cache.php:802
520
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
521
  msgstr "Seiten für <acronym title=\"Angemeldete Besucher und solche die kommentieren\">bekannte Benutzer</acronym> nicht cachen."
522
 
523
- #: wp-cache.php:803
524
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
525
  msgstr "Cache neu erstellen. Liefert eine Supercache-Datei an anonyme Besucher aus, während eine neue Datei erstellt wird."
526
 
527
- #: wp-cache.php:804
528
  msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
529
  msgstr "Proudly tell the world your server is Digg proof! (zeigt einen kleinen Hinweis im Footer deines Blogs, dass dein Server \"hieb- und stichfest\" ist)"
530
 
531
- #: wp-cache.php:810
532
- #: wp-cache.php:957
533
- #: wp-cache.php:1473
534
  msgid "Advanced"
535
  msgstr "Erweitert"
536
 
537
- #: wp-cache.php:814
538
  msgid "Mobile device support."
539
  msgstr "Unterstützung mobiler Endgeräte."
540
 
541
- #: wp-cache.php:815
542
  msgid "Clear all cache files when a post or page is published."
543
  msgstr "Alle Cache-Dateien bereinigen, wenn ein Beitrag oder eine Seite publiziert wird."
544
 
545
- #: wp-cache.php:816
546
  msgid "Only refresh current page when comments made."
547
  msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
548
 
549
- #: wp-cache.php:817
550
  msgid "List the newest cached pages on this page."
551
  msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
552
 
553
- #: wp-cache.php:819
554
  msgid "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
555
  msgstr "Datei \"stumpf\" sperren. Brauchst Du wahrscheinlich nicht, aber es könnte helfen wenn dein Server schwächelt. Achtung! <em>Kann in seltenen Fällen dazu führen das dein Server abstürzt!</em>"
556
 
557
- #: wp-cache.php:822
 
 
 
 
558
  msgid "Use object cache to store cached files."
559
  msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
560
 
561
- #: wp-cache.php:822
562
  msgid "(Experimental)"
563
  msgstr "(Experimentell)"
564
 
565
- #: wp-cache.php:829
566
  msgid "Note:"
567
  msgstr "Hinweis: "
568
 
569
- #: wp-cache.php:831
570
  #, php-format
571
  msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
572
  msgstr "Wenn Du das Plugin deinstallierst, stelle sicher dass Verzeichnis <em>%s</em> für den Webserver beschreibbar ist, so das die Dateien <em>advanced-cache.php</em> und <em>cache-config.php</em> automatisch entfernt werden können. (..die Dateien ebenfalls beschreibbar zu machen ist dabei eine gute Idee!)"
573
 
574
- #: wp-cache.php:832
575
  #, php-format
576
  msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
577
  msgstr "Bitte werfe einen Blick in <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> für Anleitungen zur Deinstallation dieses Skripts. Suche nach der Überschrift \"How to uninstall WP Super Cache\"."
578
 
579
- #: wp-cache.php:833
580
  #, php-format
581
  msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
582
  msgstr "Hilfe benötigt? Check die Datei <a href=\"%1$s\">Super Cache readme</a>. Sie enthält die Dokumenration zur Installation, FAQ und Troubleshooting-Tipps. Das <a href=\"%2$s\">Supportforum</a> steht ebenso zur Verfügung. Vielleicht ist deine Frage dort schon beantwortet worden."
583
 
584
- #: wp-cache.php:836
585
- #: wp-cache.php:883
586
  msgid "Update Status"
587
  msgstr "Update-Status"
588
 
589
- #: wp-cache.php:843
590
  msgid "Accepted Filenames &amp; Rejected URIs"
591
  msgstr "Akzeptierte Dateinamen &amp; Abgewiesene URIs"
592
 
593
- #: wp-cache.php:868
594
  msgid "Caching On"
595
  msgstr "Caching An"
596
 
597
- #: wp-cache.php:869
598
  msgid "Caching Off"
599
  msgstr "Caching Aus"
600
 
601
- #: wp-cache.php:870
602
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
603
  msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
604
 
605
- #: wp-cache.php:880
606
- msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
607
- msgstr "Hinweis: Supercache mod_rewrite rules gefunden. Cache-Dateien werden nach diesen Regeln erstellt. Bearbeite die Datei .htaccess - auf der \"root\" (oberste Ebene im Webverzeichnis) deiner Installation - und entferne die Supercache-Regeln."
 
 
 
 
 
 
 
 
 
 
 
 
 
608
 
609
- #: wp-cache.php:892
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
610
  msgid "Make WordPress Faster"
611
  msgstr "Mach WordPress schneller!"
612
 
613
- #: wp-cache.php:893
614
  #, php-format
615
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
616
  msgstr "%1$s wurde entwickelt/wird gewartet von %2$s unter Beteiligung vieler Anderer."
617
 
618
- #: wp-cache.php:894
619
  #, php-format
620
  msgid "He blogs at %1$s and posts photos at %2$s."
621
  msgstr "Er bloggt unter %1$s und publiziert Photos in %2$s"
622
 
623
- #: wp-cache.php:895
624
  #, php-format
625
  msgid "Please say hi to him on %s too!"
626
  msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
627
 
628
- #: wp-cache.php:903
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
629
  #, php-format
630
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
631
  msgstr "Cached-Pages seit %1$s : <strong>%2$s</strong>"
632
 
633
- #: wp-cache.php:904
634
  msgid "Newest Cached Pages:"
635
  msgstr "Neueste Cached-Pages: "
636
 
637
- #: wp-cache.php:908
638
  #, php-format
639
  msgid "Cached %s seconds ago"
640
  msgstr "Vor %s Sekunden gecached"
641
 
642
- #: wp-cache.php:911
643
  msgid "(may not always be accurate on busy sites)"
644
  msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
645
 
646
- #: wp-cache.php:930
647
  msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
648
  msgstr "Cache-Plugins sind PHP-Skripte, die sich im Plugin-Verzeichnis innerhalb des Ordners \"wp-super-cache\" befinden. Sie werden zusammen mit Supercache geladen, viel früher als reguläre WordPress-Plugins."
649
 
650
- #: wp-cache.php:931
651
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
652
  msgstr "Das ist definitiv nur eine Option für sehr weit \"Fortgeschrittene\". Kenntnisse sowohl in PHP als auch zu WordPress-Actions sind Vorraussetzung, um sie zu erstellen."
653
 
654
- #: wp-cache.php:941
655
  msgid "Available Plugins"
656
  msgstr "Verfügbare Plugins"
657
 
658
- #: wp-cache.php:957
659
  msgid "Easy"
660
  msgstr "Easy"
661
 
662
- #: wp-cache.php:957
 
 
 
 
663
  msgid "Tester & Contents"
664
- msgstr "Tester & Inhalte"
665
 
666
- #: wp-cache.php:957
667
  msgid "Preload"
668
  msgstr "Preload"
669
 
670
- #: wp-cache.php:957
671
  msgid "Plugins"
672
  msgstr "Plugins"
673
 
674
- #: wp-cache.php:957
675
  msgid "Debug"
676
  msgstr "Debug"
677
 
678
- #: wp-cache.php:984
679
  #, php-format
680
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
681
  msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
682
 
683
- #: wp-cache.php:986
684
  #, php-format
685
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
686
  msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
687
 
688
- #: wp-cache.php:996
689
  msgid "Mod Rewrite Rules"
690
  msgstr "Mod Rewrite Rules"
691
 
692
- #: wp-cache.php:1002
693
  msgid "WordPress MU Detected"
694
  msgstr "WordPress MU (WP Multi-Sites) festgestellt"
695
 
696
- #: wp-cache.php:1002
697
  msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
698
  msgstr "Leider können die \"Rewrite-Rules\" nicht automatisch aktualisiert werden, wenn Du WordPress MU benutzt. Bitte öffne deine .htaccess und füge die folgenden mod_rewrite Regeln oberhalb aller anderen Einträge in die Datei ein."
699
 
700
- #: wp-cache.php:1004
701
  msgid "Mod Rewrite rules cannot be updated!"
702
  msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
703
 
704
- #: wp-cache.php:1005
705
  #, php-format
706
  msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
707
  msgstr "Es müssen die Markierungen <strong>BEGIN</strong> und <strong>END</strong> in %s.htaccess stehen, damit das Auto-Update funktioniert. Sie sehen so aus und umgeben die WordPress mod_rewrite Regeln: "
708
 
709
- #: wp-cache.php:1007
710
  msgid "Refresh this page when you have updated your .htaccess file."
711
  msgstr "Lade die Seite neu, wenn Du die Datei .htaccess aktualisiert hast."
712
 
713
- #: wp-cache.php:1011
714
  msgid "Thank you for upgrading."
715
  msgstr "Danke für das Upgrade."
716
 
717
- #: wp-cache.php:1011
718
  #, php-format
719
  msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
720
  msgstr "Die mod_rewrite-Regeln haben sich verändert, seit Du das Plugin installiert hast. Leider musst Du die alten Supercache-Regeln entfernen, bevor die Neuen aktualisiert werden können. Lade die Seite neu, wenn Du deine .htaccess aktualisiert hast. Wenn Du händisch aktualisieren willst, ändere die folgende Zeile: %1$s so dass sie hinterher so aussieht: %2$s Die einzigen Änderungen: \"HTTP_COOKIE\" wird zu \"HTTP:Cookie\" und \"wordpressuser\" wird zu \"wordpress\". Dies wurde in WordPress 2.5 geändert, ist aber abwärtskompatibel mit älteren Versionen - wenn Du mutig genug bist, sie zu benutzen."
721
 
722
- #: wp-cache.php:1015
723
  msgid "Trailing slash check required."
724
  msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
725
 
726
- #: wp-cache.php:1015
727
  msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
728
  msgstr "Sieht aus als hätte dein Blog URLs, die mit \"/\" aufhören. Dummerweise wurde ein Bug entdeckt, nachdem Du das Plugin installiert hast: URLs, die ohne \"/\" enden liefern den gleichen Inhalt wie URLs mit \"/\", und werden nicht auf den eigentlichen URL weitergeleitet (Dublicate Content). Um das zu beheben, bearbeite deine .htaccess und füge diese beiden Regeln den zwei Super-Cache-Gruppen hinzu: "
729
 
730
- #: wp-cache.php:1017
731
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
732
  msgstr "Du kannst sehen wo die Regeln eingetragen werden, wenn Du den \"View mod_rewrite rules\"-Link hier unten anklickst."
733
 
734
- #: wp-cache.php:1031
735
  msgid "Mod Rewrite rules updated!"
736
  msgstr "Mod Rewrite Rules aktualisiert!"
737
 
738
- #: wp-cache.php:1032
739
  #, php-format
740
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
741
  msgstr "%s.htaccess wurde mit den nötigen mod_rewriteRegeln aktualisiert. Bitte überprüfe, ob sie korrekt sind. So sollten sie aussehen: "
742
 
743
- #: wp-cache.php:1034
744
  msgid "Mod Rewrite rules must be updated!"
745
  msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
746
 
747
- #: wp-cache.php:1035
748
  #, php-format
749
  msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
750
  msgstr "Deine %s.htaccess ist für den Webserver nicht beschreibbar und muss mit den nötigen mod_rewrite rules aktualisiert werden. Die neuen Regeln werden, wie hier im Code angezeigt, oberhalb der regulären WordPress-Regeln eingetragen: "
751
 
752
- #: wp-cache.php:1040
753
  #, php-format
754
  msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
755
  msgstr "WP-Super-Cache mod_rewrite rules in der Datei %s.htaccess gefunden.<br /> Klicke auf den folgenden Link, um die Einträge die dieser Datei hinzugefügt wurden, anzuzeigen. Wenn Du ein Upgrade des Plugins gemacht hast, stelle sicher dass diese Regeln zutreffen."
756
 
757
- #: wp-cache.php:1043
758
  msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
759
  msgstr "Eine Abweichung zwischen den Regeln in deiner .htaccess file und den Rewrite Rules im Plugin wurde festgestellt. Dabei kann es sich nur um unterschiedliche Abstände oder Leerzeichen handeln, Du solltest aber die Regeln in der Datei mit den hier unten angezeigten möglichst bald abgleichen. Klicke den \"Mod_Rewrite Rules\"-Button um die Regeln zu aktualisieren."
760
 
761
- #: wp-cache.php:1046
762
  msgid "View Mod_Rewrite Rules"
763
  msgstr "Mod_Rewrite Rules anzeigen"
764
 
765
- #: wp-cache.php:1050
766
- #: wp-cache.php:2287
767
  #, php-format
768
  msgid "Rules must be added to %s too:"
769
  msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
770
 
771
- #: wp-cache.php:1058
772
  #, php-format
773
  msgid "Gzip encoding rules in %s.htaccess created."
774
  msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
775
 
776
- #: wp-cache.php:1065
777
  msgid "Fix Configuration"
778
  msgstr "Repariere Konfiguration"
779
 
780
- #: wp-cache.php:1068
781
  msgid "Restore Default Configuration"
782
  msgstr "Ursprüngliche Konfiguration wieder herstellen"
783
 
784
- #: wp-cache.php:1076
785
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
786
  msgstr "Kommentare werden moderiert. Es kann etwas dauern, bis dein Kommentar angezeigt wird."
787
 
788
- #: wp-cache.php:1101
789
  msgid "Lock Down:"
790
  msgstr "Sperren: "
791
 
792
- #: wp-cache.php:1101
793
- msgid "Disabled"
794
- msgstr "Deaktiviert"
795
-
796
- #: wp-cache.php:1101
797
- msgid "Enabled"
798
- msgstr "Aktiviert"
799
-
800
- #: wp-cache.php:1102
801
  msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
802
  msgstr "Bereite deinen Server auf eine zu erwartende Höchstlast an Traffic vor, indem Du \"Sperren\" aktivierst. In dieser Einstellung werden die statischen Dateien im Cache nicht erneuert, wenn zu den Beiträgen Kommentare veröffentlicht werden."
803
 
804
- #: wp-cache.php:1103
805
  msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
806
  msgstr "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting: "
807
 
808
- #: wp-cache.php:1105
809
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
810
  msgstr "<br />Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
811
 
812
- #: wp-cache.php:1109
813
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
814
  msgstr "WordPress ist im \"locked down\" Modus. Statische Super-Cache-Dateien werden nicht gelöscht, wenn neue Kommentare geschrieben werden."
815
 
816
- #: wp-cache.php:1111
817
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
818
  msgstr "WordPress ist nicht im \"locked down\" Modus. Neue Kommentare werden ganz normal die statischen Super-Cache-Dateien erneuern."
819
 
820
- #: wp-cache.php:1117
821
  msgid "Lock Down"
822
  msgstr "Sperre"
823
 
824
- #: wp-cache.php:1125
825
  msgid "Directly Cached Files"
826
  msgstr "Direkt gecachede Dateien"
827
 
828
- #: wp-cache.php:1183
829
  #, php-format
830
  msgid "%s removed!"
831
  msgstr "%s entfernt!"
832
 
833
- #: wp-cache.php:1191
834
  #, php-format
835
  msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
836
  msgstr "Du musst %s beschreibbar machen, um diese Option zu nutzen. Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Leserechte\" nachdem die Seite generiert ist."
837
 
838
- #: wp-cache.php:1193
839
  #, php-format
840
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
841
  msgstr "%s ist beschreibbar! Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Lesen\" nachdem die Seite generiert ist."
842
 
843
- #: wp-cache.php:1207
844
  msgid "Existing direct page"
845
  msgstr "Direkt-Seite existiert"
846
 
847
- #: wp-cache.php:1207
848
  msgid "Delete cached file"
849
  msgstr "Lösche gecachede Datei"
850
 
851
- #: wp-cache.php:1212
852
  msgid "Add direct page:"
853
  msgstr "Direkt-Seite hinzufügen: "
854
 
855
- #: wp-cache.php:1214
856
  #, php-format
857
  msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
858
  msgstr "Direkt gecachede Seiten sind Dateien, die direkt in %s erzeugt werden, da wo dein Blog liegt. Diese Option ist nur sinnvoll, wenn Du auf dem Niveau von Facebook oder Digg Traffic auf einer Seite oder auf einem Beitrag erwartest."
859
 
860
- #: wp-cache.php:1216
861
  #, php-format
862
  msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
863
  msgstr "Als Beispiel: Um <em>%1$sabout/</em> zu cachen, würdest Du %1$sabout/ oder /about/ eingeben. Die Cache-Datei wird dann erstellt, sobald ein anonymer Besucher die Seite aufruft."
864
 
865
- #: wp-cache.php:1217
866
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
867
  msgstr "Leere die Textbox, um sie von der Liste der Direkt-Seiten zu entfernen und die Cache-Datei zu löschen."
868
 
869
- #: wp-cache.php:1222
870
  msgid "Update Direct Pages"
871
  msgstr "Direkt-Seiten aktualisieren"
872
 
873
- #: wp-cache.php:1260
874
  msgid "Expiry Time &amp; Garbage Collection"
875
  msgstr "Expiry-Time &amp; Garbage-Collection"
876
 
877
- #: wp-cache.php:1262
878
  msgid "Expire time:"
879
  msgstr "Laufzeitende:"
880
 
881
- #: wp-cache.php:1263
882
  msgid "seconds"
883
  msgstr "Sekunden"
884
 
885
- #: wp-cache.php:1264
886
  msgid "Garbage Collection"
887
  msgstr "Müll-Entsorgung (Garbage-Collection)"
888
 
889
- #: wp-cache.php:1264
890
  msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
891
  msgstr "Wenn die Laufzeit länger als 1800 Sekunden (halbe Stunde) ist, wird \"Garbage Collection\" alle 10 Minuten ausgeführt, andernfalls passiert das 10 Sekunden nach Ablauf der oben angegebenen Zeit."
892
 
893
- #: wp-cache.php:1265
894
  msgid "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
895
  msgstr "Suchen und Entfernen von abgelaufenen Dateien kostet ressourcen, sie einfach da zu belassen aber auch. Auf einer sehr gut besuchten Seite solltest Du die Laufzeit auf <em>300 Sekunden</em> setzen. Experimentiere mit verschiedenen Werten und besuche diese Seite mehrmals um zu überprpüfen, wieviele \"expired\"-Dateien sich zu welcher Zeit im Laufe des Tages ansammeln. Wenn Du Legacy-Caching benutzt, versuche möglich unter 500 Cache-Dateien zu bleiben. Du kannst um ein Vielfaches mehr Dateien haben, wenn Du mod_rewrite oder PHP-Caching einsetzt."
896
 
897
- #: wp-cache.php:1266
898
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
899
  msgstr "Setze die Laufzeit auf 0 Sekunden um die Garbage-Collection zu deaktivieren."
900
 
901
- #: wp-cache.php:1267
902
  msgid "Change Expiration"
903
  msgstr "Laufzeit ändern"
904
 
905
- #: wp-cache.php:1311
906
  msgid "Rejected User Agents"
907
  msgstr "Abgewehrte User-Agents"
908
 
909
- #: wp-cache.php:1312
910
  msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
911
  msgstr "Strings im HTTP \"User Agent\"-Header die WP-Cache davon abhalten, Anfragen von Bots, Spidern und Crawlern zu cachen. Vermerke, das Super-Cache-Dateien weiter an diese Agents ausgeliefert werden wenn sie schon existieren."
912
 
913
- #: wp-cache.php:1319
914
  msgid "Save UA Strings"
915
  msgstr "User-Agenten-Strings speichern"
916
 
917
- #: wp-cache.php:1342
918
  msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
919
  msgstr "Folgende Page-Typen nicht cachen. Studiere zu jedem Typ die ausführliche Diskussion in der Dokumentation <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a>."
920
 
921
- #: wp-cache.php:1345
922
  msgid "Single Posts"
923
  msgstr "Einzelne Beiträge"
924
 
925
- #: wp-cache.php:1346
926
  msgid "Pages"
927
  msgstr "Seiten"
928
 
929
- #: wp-cache.php:1347
930
  msgid "Front Page"
931
  msgstr "Startseite"
932
 
933
- #: wp-cache.php:1348
934
  msgid "Home"
935
  msgstr "Home"
936
 
937
- #: wp-cache.php:1349
938
  msgid "Archives"
939
  msgstr "Archive"
940
 
941
- #: wp-cache.php:1350
942
  msgid "Tags"
943
  msgstr "Suchworte (tags)"
944
 
945
- #: wp-cache.php:1351
946
  msgid "Category"
947
  msgstr "Kategorie"
948
 
949
- #: wp-cache.php:1352
950
  msgid "Feeds"
951
  msgstr "Feeds"
952
 
953
- #: wp-cache.php:1353
954
  msgid "Search Pages"
955
  msgstr "Suchseiten"
956
 
957
- #: wp-cache.php:1355
958
- #: wp-cache.php:1483
959
  msgid "Save"
960
  msgstr "Speichern"
961
 
962
- #: wp-cache.php:1372
963
  msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
964
  msgstr "Hier Strings (Zeichenketten, keine Dateinamen) einfügen, um so dafür zu sorgen dass eine Seite nicht gecached wird. Als Beispiel: Wenn deine URLs das Jahresdatum enthalten und Du die Beiträge vom vergangenen Jahr nicht cachen willst, reicht es das Jahr, z.B. \"/2004/\" anzugeben. WP-Cache wird überprüfen, ob diese Zeichenkette im URI enthalten ist und in dem Fall diese Seite dann nicht cachen."
965
 
966
- #: wp-cache.php:1378
967
  msgid "Save Strings"
968
  msgstr "Strings speichern"
969
 
970
- #: wp-cache.php:1394
971
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
972
  msgstr "Hier die Dateinamen angeben, die gecached werden sollen, auch wenn sie einer oben auszusortierenden Zeichenkette entsprechen."
973
 
974
- #: wp-cache.php:1400
975
  msgid "Save Files"
976
  msgstr "Dateien speichern"
977
 
978
- #: wp-cache.php:1445
979
  msgid "Currently logging to: "
980
  msgstr "Aktuelle Protokolle (Logs) in: "
981
 
982
- #: wp-cache.php:1455
983
  msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
984
  msgstr "Versuche Probleme mit dem Plugin durch den Debugger hier zu lösen. Das System kann dir E-Mail-Benachrichtigungen zum Verlauf schicken, oder sie in eine Log-Datei in deinem Cache-Verzeichnis schreiben."
985
 
986
- #: wp-cache.php:1456
987
  msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
988
  msgstr "Das Protokoll in eine Datei zu schreiben ist einfacher, bringt aber das Problem mit sich, dass die Log-Datei beim Cache-Leeren ebenfalls entfernt wird."
989
 
990
- #: wp-cache.php:1460
991
  msgid "Debugging"
992
  msgstr "Debuggen"
993
 
994
- #: wp-cache.php:1461
995
  msgid "Logging Type"
996
  msgstr "Protokoll-Typ"
997
 
998
- #: wp-cache.php:1461
999
  msgid "Email"
1000
  msgstr "E-Mail"
1001
 
1002
- #: wp-cache.php:1462
1003
  msgid "file"
1004
  msgstr "Datei"
1005
 
1006
- #: wp-cache.php:1463
1007
  msgid "IP Address"
1008
  msgstr "IP-Addresse"
1009
 
1010
- #: wp-cache.php:1463
1011
  #, php-format
1012
  msgid "(only log requests from this IP address. Your IP is %s)"
1013
  msgstr "(nur Abfragen dieser IP protokollieren. Deine IP ist %s)"
1014
 
1015
- #: wp-cache.php:1464
1016
  msgid "Log level"
1017
  msgstr "Log-Level"
1018
 
1019
- #: wp-cache.php:1470
1020
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1021
  msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
1022
 
1023
- #: wp-cache.php:1473
1024
  msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1025
  msgstr "In sehr seltenen Fällen können zwei Probleme auf manchen Blogs auftreten:<ol><li>Die Startseite kann anfangen sich als zip.Archiv herunterzuladen.</li><li>Eine falsche Seite wird nach dem Zufallsprinzip als Startseite gecached, wenn dein Blog eine statische Seite als Startseite benutzt und deine Permalinks mit <em>/%category%/%postname%/</em> strukturiert sind.</li></ol>"
1026
 
1027
- #: wp-cache.php:1474
1028
  #, php-format
1029
  msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
1030
- msgstr "Ich bin zu 99% sicher, dass das keine von WP-Super-Cache verursachten Bugs sind, uns sie kommen nur in extrem seltenen Fällen vor. Du kannst aber alle 5 Minuten einen simplen Check laufen lassen, um sicherzugehen dass deine Seite ok ist, wenn Du dir Sorgen machst. Du bekommst dann eine E-Mail Benachrichtigung, falls ein Problem auftaucht."
1031
 
1032
- #: wp-cache.php:1476
1033
  msgid "Check front page every 5 minutes."
1034
  msgstr "Check die Startseite alle 5 Minuten."
1035
 
1036
- #: wp-cache.php:1477
1037
  msgid "Front page text"
1038
  msgstr "Text der Startseite"
1039
 
1040
- #: wp-cache.php:1477
1041
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1042
  msgstr "Text, um danach auf der Front-Page zu suchen: Wenn nicht gefunden, wird der Cache geleert. Leer lassen um das zu deaktivieren."
1043
 
1044
- #: wp-cache.php:1478
1045
  msgid "Clear cache on error."
1046
  msgstr "Bei \"Error\" Cache leeren."
1047
 
1048
- #: wp-cache.php:1479
1049
  msgid "Email the blog admin when checks are made. (useful for testing)"
1050
  msgstr "E-Mail an den Administrator wenn die Überprüfung beendet. (hilfreich für Tests)"
1051
 
1052
- #: wp-cache.php:1493
1053
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1054
  msgstr "Error: GZIP-Komprimierung ist aktiv, deaktiviere sie wenn Du wp-cache nutzen willst."
1055
 
1056
- #: wp-cache.php:1540
1057
- #: wp-cache.php:1702
1058
  msgid "Warning"
1059
  msgstr "Warnung"
1060
 
1061
- #: wp-cache.php:1540
1062
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1063
  msgstr "GZIP-Komprimierung ist in WordPress aktiviert - wp-cache wird überbrückt, bis Du \"gzip compression\" deaktiviert hast."
1064
 
1065
- #: wp-cache.php:1598
1066
- #: wp-cache.php:1603
1067
- #: wp-cache.php:1635
1068
- #: wp-cache.php:1640
1069
- #: wp-cache.php:1646
1070
  msgid "Error"
1071
  msgstr "Fehler"
1072
 
1073
- #: wp-cache.php:1598
1074
  #, php-format
1075
  msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1076
  msgstr "Dein Cache-Verzeichnis (<strong>$cache_path</strong>) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
1077
 
1078
- #: wp-cache.php:1603
1079
  #, php-format
1080
  msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
1081
  msgstr "Dein Cache-Verzeichnis (<strong>%1$s</strong>) oder <strong>%2$s</strong> muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
1082
 
1083
- #: wp-cache.php:1635
1084
  #, php-format
1085
  msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
1086
  msgstr "Deine WP-Cache Konfigurationsdatei (<strong>%s</strong>) ist nicht aktuell und nicht beschreibbar für den Webserver. Bitte lösche sie und lade diese Seite neu."
1087
 
1088
- #: wp-cache.php:1640
1089
  #, php-format
1090
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1091
  msgstr "Deine WP-Cache Konfigurationsdatei fehlt und %1$s Verzeichnis (<strong>%2$s</strong>) ist nicht beschreibbar für den Webserver. Bitte überprüfe die Berechtigungen für den Webserver."
1092
 
1093
- #: wp-cache.php:1646
1094
  #, php-format
1095
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1096
  msgstr "WP-Cache Konfigurations-Beispieldatei (<strong>%s</strong>) existiert nicht. Überprüfe die Installation."
1097
 
1098
- #: wp-cache.php:1702
1099
  #, php-format
1100
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1101
  msgstr "%s/advanced-cache.php</em> existiert nicht oder kann nicht aktualisiert werden."
1102
 
1103
- #: wp-cache.php:1703
1104
  msgid "1. If it already exists please delete the file first."
1105
  msgstr "1. Wenn es sie schon gibt, bitte die Datei zuerst löschen."
1106
 
1107
- #: wp-cache.php:1704
1108
  #, php-format
1109
  msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
1110
  msgstr "2. Vergebe %1$s Schreibrechte per CHMOD in der Konsole oder mit deinem FTP-Programm. (<em>chmod 777 %1$s</em>) und lade diese Seite neu. Das ist nur eine zeitweilige Massnahme und Du musst sie danach wieder auf \"Nur Lesen\" setzen (ändere 777 zu 755 im vorhergehenden Befehl)."
1111
 
1112
- #: wp-cache.php:1705
1113
  #, php-format
1114
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1115
  msgstr "3. Lade diese Seite neu um <em>%s/advanced-cache.php</em> zu aktualisieren."
1116
 
1117
- #: wp-cache.php:1706
1118
  #, php-format
1119
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1120
  msgstr "Wenn das nicht hilft, stelle sicher dass die Datei <em>%s/advanced-cache.php</em> nicht existiert: "
1121
 
1122
- #: wp-cache.php:1707
1123
  #, php-format
1124
  msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
1125
  msgstr "<li>1. Öffne <em>%1$s$wp_cache_file</em> in einem Texteditor (Notepad++ oder das blaue Teil von Windows..)</li><li>2. Ändere den Text <em>CACHEHOME</em> in <em>%2$s</em></li><li>3. Speichere die Datei, kopiere sie nach <em>%3$s</em> und lade diese Seite neu.</li>"
1126
 
1127
- #: wp-cache.php:1730
1128
  msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1129
  msgstr "<h3>WP_CACHE-Konstante auf \"False\" gesetzt</h3><p>Die WP_CACHE-Konstante wird von WordPress genutzt, um den Code der Cache-Seiten erstellt zu laden. Unglücklicherweise ist das auf \"Nein\" gestellt. Bitte bearbeite deine wp-config.php und ändere bzw. füge die folgende Zeile oberhalb der abschliessenden \"require_once\"-Anweisung dazu:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1130
 
1131
- #: wp-cache.php:1732
1132
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1133
  msgstr "<strong>Fehler: WP_CACHE ist nicht aktiviert</strong> in deiner <code>wp-config.php</code> und ich kann sie nicht modifizieren."
1134
 
1135
- #: wp-cache.php:1733
1136
  #, php-format
1137
  msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
1138
  msgstr "Bearbeite <code>%s</code> und füge folgende Zeile hinzu:<br /> <code>define('WP_CACHE', true);</code><br />Ansonsten wird <strong>WP-Cache nicht ausgeführt</strong> durch Wordpress."
1139
 
1140
- #: wp-cache.php:1737
1141
  msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
1142
  msgstr "<h3>WP_CACHE-Konstante zu wp-config.php hinzugefügt</h3><p>Wenn diese Warnung wiederholt angezeigt wird, lese bitte zu Punkt 5 in den <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> nach. Die WP_CACHE-Zeile muss nach oben verschoben werden.\"</p>"
1143
 
1144
- #: wp-cache.php:1759
1145
  msgid "Cache Contents"
1146
  msgstr "Cache-Inhalte"
1147
 
1148
- #: wp-cache.php:1762
1149
  msgid "Object cache in use. No cache listing available."
1150
  msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
1151
 
1152
- #: wp-cache.php:1786
1153
  #, php-format
1154
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1155
  msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
1156
 
1157
- #: wp-cache.php:1803
1158
  #, php-format
1159
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1160
  msgstr "Datei wp-cache löschen: <strong>%s</strong><br />"
1161
 
1162
- #: wp-cache.php:1868
1163
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1164
  msgstr "Cache-Statistiken werden nicht automatisch erzeugt. Du musst auf den Link hier unten klicken, um die Statistik für diesen Blog neu zu generieren."
1165
 
1166
- #: wp-cache.php:1869
1167
  msgid "Regenerate cache stats"
1168
  msgstr "Regeneriere Cache-Statistik"
1169
 
1170
- #: wp-cache.php:1871
1171
  #, php-format
1172
  msgid "Cache stats last generated: %s minutes ago."
1173
  msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
1174
 
1175
- #: wp-cache.php:1877
1176
  msgid "WP-Cache"
1177
  msgstr "WP-Cache"
1178
 
1179
- #: wp-cache.php:1878
1180
- #: wp-cache.php:1894
1181
  #, php-format
1182
  msgid "%s Cached Pages"
1183
  msgstr "%s Seiten im Cache"
1184
 
1185
- #: wp-cache.php:1879
1186
- #: wp-cache.php:1899
1187
  #, php-format
1188
  msgid "%s Expired Pages"
1189
  msgstr "%s Expired-Pages im Cache"
1190
 
1191
- #: wp-cache.php:1893
1192
  msgid "WP-Super-Cache"
1193
  msgstr "WP-Super-Cache"
1194
 
1195
- #: wp-cache.php:1904
1196
  msgid "Fresh WP-Cached Files"
1197
  msgstr "Neue WP-Cache-Dateien"
1198
 
1199
- #: wp-cache.php:1905
1200
- #: wp-cache.php:1921
1201
- #: wp-cache.php:1937
1202
- #: wp-cache.php:1953
1203
  msgid "URI"
1204
  msgstr "URI"
1205
 
1206
- #: wp-cache.php:1905
1207
- #: wp-cache.php:1921
1208
  msgid "Key"
1209
  msgstr "Schlüssel"
1210
 
1211
- #: wp-cache.php:1905
1212
- #: wp-cache.php:1921
1213
- #: wp-cache.php:1937
1214
- #: wp-cache.php:1953
1215
  msgid "Age"
1216
  msgstr "Alter"
1217
 
1218
- #: wp-cache.php:1905
1219
- #: wp-cache.php:1921
1220
- #: wp-cache.php:1937
1221
- #: wp-cache.php:1953
1222
  msgid "Delete"
1223
  msgstr "Lösche"
1224
 
1225
- #: wp-cache.php:1920
1226
  msgid "Stale WP-Cached Files"
1227
  msgstr "Abgelaufene WP-Cache Dateien"
1228
 
1229
- #: wp-cache.php:1936
1230
  msgid "Fresh Super Cached Files"
1231
  msgstr "Neue Super-Cached Dateien"
1232
 
1233
- #: wp-cache.php:1952
1234
  msgid "Stale Super Cached Files"
1235
  msgstr "Abgelaufene Super-Cached Dateien"
1236
 
1237
- #: wp-cache.php:1968
1238
  msgid "Hide file list"
1239
  msgstr "Datei-Liste verbergen"
1240
 
1241
- #: wp-cache.php:1970
1242
  msgid "Too many cached files, no listing possible."
1243
  msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
1244
 
1245
- #: wp-cache.php:1972
1246
  msgid "List all cached files"
1247
  msgstr "Alle Cache-Dateien auflisten"
1248
 
1249
- #: wp-cache.php:1978
1250
  #, php-format
1251
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1252
  msgstr "<strong>Garbage Collection</strong><br />Letzte \"Entmüllung\" war vor <strong>%s</strong> Minuten<br />"
1253
 
1254
- #: wp-cache.php:1979
1255
  #, php-format
1256
  msgid "Next GC in <strong>%s</strong> minutes"
1257
  msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
1258
 
1259
- #: wp-cache.php:1982
1260
  #, php-format
1261
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1262
  msgstr "Abgelaufene Dateien sind Dateien die älter als %s Sekunden sind. Sie werden noch vom Plugin genutzt und in regelmässigen Abständen gelöscht."
1263
 
1264
- #: wp-cache.php:1993
1265
  msgid "Delete Expired"
1266
  msgstr "Abgelaufene löschen"
1267
 
1268
- #: wp-cache.php:1999
1269
- #: wp-cache.php:2011
1270
- #: wp-cache.php:2174
1271
  msgid "Delete Cache"
1272
  msgstr "Cache leeren"
1273
 
1274
- #: wp-cache.php:2011
1275
  msgid "Delete Super Cache cached files (opens in new window)"
1276
  msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
1277
 
1278
- #: wp-cache.php:2150
1279
  #, php-format
1280
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1281
  msgstr "%1$s ist \"schlag- und rüttelfest\" dank dem Caching von %2$s"
1282
 
1283
- #: wp-cache.php:2183
1284
  #, php-format
1285
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1286
  msgstr "WP-Super-Cache muss konfiguriert werden. Gehe zu den <a href=\"%s\">Einstellungen</a>, um das Plugin zu aktivieren und zu konfigurieren."
1287
 
1288
- #: wp-cache.php:2189
1289
  msgid "Settings"
1290
  msgstr "Einstellungen"
1291
 
1292
- #: wp-cache.php:2199
1293
  #, php-format
1294
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1295
  msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur <a href=\"%s\">Seite der Plugin-Administration</a> um Caching zu aktivieren."
1296
 
1297
- #: wp-cache.php:2218
 
 
 
 
 
1298
  #, php-format
1299
  msgid "[%s] Front page is gzipped! Please clear cache!"
1300
  msgstr "[%s] Startseite mit Gzip komprimiert! Bitte den Cache leeren."
1301
 
1302
- #: wp-cache.php:2218
1303
  #, php-format
1304
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1305
  msgstr "Bitte gehe zu %s um den Cache zu leeren, da die Startseite deiner Website gerade heruntergeladen wird!"
1306
 
1307
- #: wp-cache.php:2221
1308
  #, php-format
1309
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1310
  msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
1311
 
1312
- #: wp-cache.php:2221
1313
  #, php-format
1314
  msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
1315
  msgstr "Der Cache deines Blogs wurde geleert, da die Startseite gerade runterlädt. Bitte gehe zu %s um sicherzustellen, dass der Cache bereinigt ist."
1316
 
1317
- #: wp-cache.php:2228
1318
  #, php-format
1319
  msgid "[%s] Front page is not correct! Please clear cache!"
1320
  msgstr "[%s] Startseite ist nicht in Ordnung! Bitte den Cache leeren!"
1321
 
1322
- #: wp-cache.php:2228
1323
  #, php-format
1324
  msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
1325
  msgstr "Bitte gehe zu %1$s um den Cache zu leeren, da deine Startseite nicht in Ordnung zu sein scheint und der Text fehlt, \"%2$s\"!"
1326
 
1327
- #: wp-cache.php:2231
1328
  #, php-format
1329
  msgid "[%s] Front page is not correct! Cache Cleared!"
1330
  msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
1331
 
1332
- #: wp-cache.php:2231
1333
  #, php-format
1334
  msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
1335
  msgstr "Der Cache deines Blogs wurde geleert, da der Text \"%2$s\" nicht auf der Startseite ist. Bitte gehe zu %1$s um sicherzustellen, dass der Cache bereinigt ist."
1336
 
1337
- #: wp-cache.php:2236
1338
  #, php-format
1339
  msgid "[%s] Front page check!"
1340
  msgstr "[%s] Startseiten-Check!"
1341
 
1342
- #: wp-cache.php:2236
1343
  #, php-format
1344
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1345
  msgstr "WP-Super-Cache hat die Startseite deines Blogs überprüft. Bitte gehe zu %s, wenn Du die Funktion deaktivieren möchtest."
1346
 
1347
- #: wp-cache.php:2279
1348
  msgid "Cannot update .htaccess"
1349
  msgstr "Kann .htaccess nicht aktualisieren"
1350
 
1351
- #: wp-cache.php:2279
1352
  #, php-format
1353
  msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
1354
  msgstr "Die Datei <code>%s.htaccess</code> kann vom Webserver nicht aktualisiert werden. Bitte ändere das per CHMOD-Command oder FTP-Programm."
1355
 
1356
- #: wp-cache.php:2279
1357
  msgid "Refresh this page when the file permissions have been modified."
1358
  msgstr "Lade diese Seite neu, wenn die Datei-Berechtigungen geändert wurden."
1359
 
1360
- #: wp-cache.php:2279
1361
  #, php-format
1362
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1363
  msgstr "Alternativ dazu kannst Du deine <code>%s.htaccess</code> manuell bearbeiten und folgenden Code einfügen (oberhalb aller WordPress-Einträge): "
1364
 
1365
- #: wp-cache.php:2283
1366
  #, php-format
1367
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1368
  msgstr "Um statische HTML-Dateien zu erstellen, benötigt dein Server die korrekten \"mod_rewrite rules\" in der Datei <code>%s.htaccess</code>."
1369
 
1370
- #: wp-cache.php:2284
1371
  msgid "You can edit the file yourself add the following rules."
1372
  msgstr "Du kannst die Datei selbst bearbeiten und folgende Regeln hinzufügen."
1373
 
1374
- #: wp-cache.php:2285
1375
  msgid " Make sure they appear before any existing WordPress rules. "
1376
  msgstr " Stelle sicher dass sie oberhalb sämtlicher WordPress-Regeln stehen. "
1377
 
1378
- #: wp-cache.php:2293
1379
  msgid "Update Mod_Rewrite Rules"
1380
  msgstr "Mod Rewrite Rules aktualisieren"
1381
 
1382
- #: wp-cache.php:2389
1383
  #, php-format
1384
  msgid "[%1$s] Cache Preload Started"
1385
  msgstr "Cache-Preload gestartet"
1386
 
1387
- #: wp-cache.php:2391
1388
  #, php-format
1389
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1390
  msgstr "[%1$s] Beiträge von %2$d bis %3$d werden aktualisiert"
1391
 
1392
- #: wp-cache.php:2402
 
 
 
 
 
1393
  #, php-format
1394
  msgid "[%1$s] %2$d posts refreshed"
1395
  msgstr "[%1$s] %2$d Beiträge aktualisiert"
1396
 
1397
- #: wp-cache.php:2402
1398
  msgid "Refreshed the following posts:"
1399
  msgstr "Folgenende Beiträge aktualisiert: "
1400
 
1401
- #: wp-cache.php:2411
1402
  #, php-format
1403
  msgid "Scheduling next preload refresh in %d minutes."
1404
  msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
1405
 
1406
- #: wp-cache.php:2421
1407
  #, php-format
1408
  msgid "[%s] Cache Preload Completed"
1409
  msgstr "[%s] Cache-Preload abgeschlossen!"
1410
 
1411
- #: wp-cache.php:2421
1412
  msgid "Cleaning up old supercache files."
1413
  msgstr "Alte Supercache-Dateien bereinigen."
1414
 
1415
- #: wp-cache.php:2462
1416
  #, php-format
1417
  msgid "[%s] Preload may have stalled."
1418
  msgstr "\"Preload\" evtl. unterbrochen."
1419
 
1420
- #: wp-cache.php:2462
1421
  #, php-format
1422
  msgid ""
1423
  "Preload has been restarted.\n"
1424
  "%s"
1425
  msgstr ""
1426
  "\"Preload\" wurde neu gestartet \n"
1427
- "%s"
1428
 
7
  msgstr ""
8
  "Project-Id-Version: wp-super-cache 1.2\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
+ "POT-Creation-Date: 2010-12-09 13:32+0000\n"
11
+ "PO-Revision-Date: 2010-12-09 22:00+0100\n"
12
  "Last-Translator: Mathias Roth <mroth@trade-service.eu>\n"
13
  "Language-Team: Blog-Lounge.org <support@trade-service.eu>\n"
14
  "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
  "Plural-Forms: en, er,\n"
18
  "X-Poedit-Language: German\n"
19
  "X-Poedit-Country: GERMANY\n"
20
  "X-Poedit-SourceCharset: utf-8\n"
21
 
22
+ #: ossdl-cdn.php:133
23
+ msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
24
+ msgstr "Deine Webseite nutzt evtl. viele statische Dateien. Bilder, Javascript- und CSS-Dateien sind normalerweise statische Dateien, die genausogut von einer anderen (Sub-)Domain oder einem <a href=\"http://de.wikipedia.org/wiki/Content_Distribution_Network\" target=\"_blank\">CDN (Content Distribution Network)</a> ausgeliefert werden können. Deshalb ersetzt dieses Plugin alle Pfade in den Verzeichnissen <code>wp-content</code> und <code>wp-includes</code> (ausnahmsweise der PHP-Dateien) deiner Seite mit dem URL, den Du unten eingibst. Auf diese Art können die statischen Inhalte auf einen dedizierten Server kopiert werden, oder die Dateien über ein \"CDN\" via <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a> gespiegelt werden."
25
+
26
+ #: ossdl-cdn.php:134
27
+ #, php-format
28
+ msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
29
+ msgstr "<strong style=\"color: red\">WARNUNG:</strong> Teste erst ein paar statische URLs, z.B.: %s - um <em>vor</em> dem Speichern deiner Änderungen sicherzustellen, daß dein CDN-Service voll funkionsfähig ist."
30
+
31
+ #: ossdl-cdn.php:135
32
+ msgid "You can define different CDN URLs for each site on a multsite network."
33
+ msgstr "Du kannst verschiedene CDN-URLs für jede Seite eines Multsite-Blognetzwerks definieren."
34
+
35
+ #: ossdl-cdn.php:143
36
+ msgid "Enable CDN Support"
37
+ msgstr "Aktiviere CDN Support"
38
+
39
+ #: ossdl-cdn.php:146
40
+ msgid "Off-site URL"
41
+ msgstr "Off-site URL"
42
+
43
+ #: ossdl-cdn.php:149
44
+ #, php-format
45
+ msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
46
+ msgstr "Der neue URL anstelle von %1$s für das Rewriting. Kein führendes Zeichen <code>/</code> bitte.<br />Als Beispiel: <code>%2$s</code>."
47
+
48
+ #: ossdl-cdn.php:153
49
+ msgid "Include directories"
50
+ msgstr "Schließe Verzeichnisse mit ein"
51
+
52
+ #: ossdl-cdn.php:156
53
+ msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
54
+ msgstr "Verzeichnisse, die in Static File Matching mit einbezogen werden sollen. Benutze das Komma als Trennzeichen. Die Vorgabe ist <code>wp-content, wp-includes</code>, zwangsläufig eingesetzt, wenn das Feld leer gelassen wird."
55
+
56
+ #: ossdl-cdn.php:160
57
+ msgid "Exclude if substring"
58
+ msgstr "Verbergen falls Substring"
59
+
60
+ #: ossdl-cdn.php:163
61
+ msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
62
+ msgstr "Schließt etwas vor Revisionen aus, wenn eine der obengenannten Zeichenketten im Ergebnis gefunden wird. Benutze ein Komma als Trennzeichen, wie hier: <code>.php, .flv, .do</code>, und binde immer <code>.php</code> mit ein (Standard)."
63
+
64
+ #: ossdl-cdn.php:167
65
+ msgid "Additional CNAMES"
66
+ msgstr "Weitere CNAMES"
67
+
68
+ #: ossdl-cdn.php:170
69
+ #, php-format
70
+ msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
71
+ msgstr "Diese <a href=\"http://de.wikipedia.org/wiki/CNAME\">CNAMES</a> werden anstatt der %1$s für Rewriting genutzt (als Ergänzung zu dem Off-Site URL weiter oben). Benutze ein Komma als Trennzeichen. Für Seiten mit einer großen Anzahl statischer Dateien kann sich dadurch die Leistung des Browsers verbessern. Es kann sein, das CNAMEs auch in deinem CDN konfiguriert werden müssen.<br />Als Beispiel: %2$s"
72
+
73
+ #: ossdl-cdn.php:175
74
+ msgid "Save Changes"
75
+ msgstr "Änderungen speichern"
76
+
77
+ #: ossdl-cdn.php:177
78
+ msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
79
+ msgstr "CDN-Funktionen bereitgestellt durch <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> von <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>."
80
+
81
  #: plugins/awaitingmoderation.php:4
82
  msgid "Your comment is awaiting moderation."
83
  msgstr "Dein Kommentar wird vor der Freigabe moderiert."
84
 
85
+ #: plugins/awaitingmoderation.php:32
86
+ msgid "Awaiting Moderation"
87
+ msgstr "Wartet auf Freigabe "
88
+
89
+ #: plugins/awaitingmoderation.php:34
90
  #: plugins/badbehaviour.php:65
91
+ #: plugins/domain-mapping.php:60
92
+ #: wp-cache.php:1169
93
+ msgid "Enabled"
94
+ msgstr "Aktiviert"
 
 
 
95
 
96
+ #: plugins/awaitingmoderation.php:35
97
+ #: plugins/badbehaviour.php:66
98
+ #: plugins/domain-mapping.php:61
99
+ #: wp-cache.php:1169
100
+ msgid "Disabled"
101
+ msgstr "Deaktiviert"
102
+
103
+ #: plugins/awaitingmoderation.php:36
104
+ msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
105
+ msgstr "Aktiviert oder deaktiviert: Entferne den Text \"Dein Kommentar wird vor der Freigabe moderiert.\" wenn jemand einen zu moderierenden Kommentar hinterlässt. "
106
 
107
+ #: plugins/awaitingmoderation.php:40
108
+ #: plugins/badbehaviour.php:71
109
+ #: plugins/domain-mapping.php:66
110
  #: plugins/searchengine.php:69
111
+ #: wp-cache.php:1528
112
  msgid "enabled"
113
  msgstr "aktiviert"
114
 
115
+ #: plugins/awaitingmoderation.php:42
116
+ #: plugins/badbehaviour.php:73
117
+ #: plugins/domain-mapping.php:68
118
+ #: plugins/searchengine.php:67
119
+ msgid "disabled"
120
+ msgstr "deaktiviert"
121
 
122
+ #: plugins/awaitingmoderation.php:43
123
+ #, php-format
124
+ msgid "Awaiting Moderation is now %s"
125
+ msgstr "\"Awaiting Moderation\"-Plugin ist jetzt %s. "
126
 
127
+ #: plugins/awaitingmoderation.php:45
128
+ #: plugins/badbehaviour.php:76
129
+ #: plugins/domain-mapping.php:71
130
+ msgid "Update"
131
+ msgstr "Aktualisieren"
 
 
132
 
133
+ #: plugins/badbehaviour.php:47
134
  msgid "Bad Behaviour not found. Please check your install."
135
  msgstr "\"Bad Behaviour\" nicht gefunden. Bitte überprüfe deine Installation."
136
 
137
+ #: plugins/badbehaviour.php:63
138
+ msgid "Bad Behavior"
139
+ msgstr "Schlechtes Verhalten (Bad Behavior)"
 
140
 
141
+ #: plugins/badbehaviour.php:68
142
  #, php-format
143
  msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
144
  msgstr "(Nur Legacy-Caching wird unterstützt, Komprimierung deaktiviert, und benötigt <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
145
 
146
+ #: plugins/badbehaviour.php:74
147
+ #, php-format
148
+ msgid "Bad Behavior support is now %s"
149
+ msgstr "\"Bad Behaviour\"-Support ist jetzt %s. "
150
+
151
+ #: plugins/badbehaviour.php:83
152
+ #: wp-cache.php:1259
153
+ #: wp-cache.php:1261
154
  msgid "Warning!"
155
  msgstr "Warnung!"
156
 
 
 
 
 
 
157
  #: plugins/domain-mapping.php:58
158
+ msgid "Domain Mapping"
159
+ msgstr "Domain-Mapping"
160
 
161
+ #: plugins/domain-mapping.php:63
162
+ msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a blog."
163
+ msgstr "Unterstützt das <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>-Plugin, um verschiedene Domains auf einen Blog einzutragen."
164
+
165
+ #: plugins/domain-mapping.php:69
166
+ #, php-format
167
+ msgid "Domain Mapping support is now %s"
168
+ msgstr "\"Domain Mapping\"-Support ist %s. "
169
+
170
+ #: plugins/domain-mapping.php:83
171
  msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
172
  msgstr "\"Domain Mapping\"-Plugin gefunden! Bitte gehe zur Supercache Plugins-Page und aktiviere das \"Domain Mapping\" Hilfs-Plugin."
173
 
174
+ #: plugins/searchengine.php:61
175
+ #: plugins/searchengine.php:76
176
+ #: wp-cache.php:1182
177
+ msgid "Disable"
178
+ msgstr "Deaktiviere"
179
+
180
  #: plugins/searchengine.php:71
181
  #, php-format
182
  msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
186
  msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
187
  msgstr "(<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ebenfalls erforderlich) "
188
 
189
+ #: plugins/searchengine.php:74
190
+ #: wp-cache.php:1182
191
+ msgid "Enable"
192
+ msgstr "Aktiviere"
193
+
194
+ #: wp-cache.php:91
195
  #, php-format
196
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
197
  msgstr "Bitte erstelle %s /wp-cache-config.php aus der wp-super-cache/wp-cache-config-sample.php"
198
 
199
+ #: wp-cache.php:151
200
  msgid "Warning! PHP Safe Mode Enabled!"
201
  msgstr "Achtung! PHP Safe-Modus ist aktiviert!!"
202
 
203
+ #: wp-cache.php:152
204
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
205
  msgstr "Kann sein dass es zu Probleme mit diesem Plugin kommt, da SAFE MODE aktiviert ist."
206
 
207
+ #: wp-cache.php:156
208
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
209
  msgstr "Dein Server ist so eingestellt, dass erst die Besitzrechte des PHP-Skripts überprüft werden, bevor Schreib- und Lese-Zugriff gestattet wird."
210
 
211
+ #: wp-cache.php:157
212
  #, php-format
213
  msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
214
  msgstr "Du oder ein Administrador könnten es ans Laufen kriegen, wenn die Besitzrechte des Plugin-Skripts entsprechend den Einstellungen auf dem Webserver (Gruppe/Besitzer) angepasst werden. Die Besitzergruppe des %s/cache/-Verzeichnisses muss ebenfalls geändert werden. Weitere Details unter <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a>."
215
 
216
+ #: wp-cache.php:159
217
  msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
218
  msgstr "Du oder ein Administrator müssen das deaktivieren. Bitte besuche die Seite <a href=\"http://php.net/features.safe-mode\">Safe-Modus Anleitung</a> für weitere Details. Leider kann das nicht per .htaccess ausgeschaltet werden, sondern muss in der php.ini konfiguriert werden."
219
 
220
+ #: wp-cache.php:165
221
  msgid "Permlink Structure Error"
222
  msgstr "Fehler in Permalink-Struktur"
223
 
224
+ #: wp-cache.php:166
225
  msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
226
  msgstr "Benutzerdefinierte Struktur oder Permalink-Struktur ist für korrektes Funkionieren des Plugins erforderlich. Bitte gehe zu <a href=\"options-permalink.php\">Einstellungen &#62; Permalinks</a> um deine Permalinks zu konfigurieren."
227
 
228
+ #: wp-cache.php:178
229
  #, php-format
230
  msgid "Warning! Your hostname \"%s\" resolves to %s"
231
  msgstr "Achtung! Dein Host-Name \"%s\" wird in %s aufgelöst"
232
 
233
+ #: wp-cache.php:179
234
  #, php-format
235
  msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
236
  msgstr "Dein Server glaubt, dein Host-Name wird zu %s aufgelöst. Einige Dienste, z.B. die Garbage-Collection dieses Plugins und in WordPress eingebundene Beiträge, werden evtl. nicht korrekt funktionieren."
237
 
238
+ #: wp-cache.php:180
239
+ #: wp-cache.php:194
240
  #, php-format
241
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
242
  msgstr "Bitte lese den Eintrag Nº16 im <a href=\"%s\">Bereich: Troubleshooting</a> der readme.txt"
243
 
244
+ #: wp-cache.php:193
245
  msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
246
  msgstr "Leider kann WordPress die Datei wp-cron.php nicht finden. Dieses Skript wird für einwandfreies Funktionieren der Garbage-Collection dieses Plugins, der zeitlichen Einbindung von Beiträgen in WordPress und andere kritische Aktionen benötigt."
247
 
248
+ #: wp-cache.php:208
249
  msgid "Cannot continue... fix previous problems and retry."
250
  msgstr "Geht nicht weiter... vorausgegangene Probleme beheben und noch einmal versuchen."
251
 
252
+ #: wp-cache.php:217
253
  msgid "Zlib Output Compression Enabled!"
254
  msgstr "\"Zlib Output Compression\" (Dateiausgabe komprimiert) ist aktiviert!!"
255
 
256
+ #: wp-cache.php:218
257
  msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
258
  msgstr "PHP komprimiert die Daten, die an die Besucher deiner Seite gesendet werden. Deaktivierung wird hier empfohlen, da das Plugin ansonsten einmalig die komprimierte Ausgabe cached statt die gleiche Seite immer und immer wieder zu cachen. Beachte dazu auch #21 im Bereich \"Troubleshooting\". Lese <a href=\"http://php.net/manual/en/zlib.configuration.php\">diese Seite</a> mit Anweisungen zur Bearbeitung deiner php.ini."
259
 
260
+ #: wp-cache.php:222
261
  msgid "Mod rewrite may not be installed!"
262
  msgstr "Mod Rewrite ist wahrscheinlich nicht installiert!"
263
 
264
+ #: wp-cache.php:223
265
  msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
266
  msgstr "Scheint als wäre mod_rewrite nicht installiert. Manchmal ist dieser Check nicht zuverlässig, besonders wenn dein Webserver nicht mit Apache arbeitet. Bitte stelle sicher, dass das Modul mod_rewrite aktiviert ist. Es wird benötigt, um statische Supercache-Dateien zu erstellen. Du kannst dann immer noch Legacy oder PHP-Modi benutzen."
267
 
268
+ #: wp-cache.php:228
269
  msgid "Read Only Mode. Configuration cannot be changed."
270
  msgstr "Nur Leserechte (Read-Only Modus). Die Konfiguration kann nicht geändert werden."
271
 
272
+ #: wp-cache.php:229
273
  #, php-format
274
  msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
275
  msgstr "Die WP-Super-Cache Konfigurationsdatei <code>%s/wp-cache-config.php</code> kann nicht bearbeitet werden. Für jegliche Änderung muss der Webserver Schreibrechte für die Datei besitzen."
276
 
277
+ #: wp-cache.php:230
278
  msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writeable and it should be fine."
279
  msgstr "Eine einfache Art das zu tun ist, die Berechtigungen temporär per CHMOD über die Konsole oder mit deinem FTP-Programmm zu ändern. Sorge dafür dass sie global beschreibbar ist, dann soll es wohl klappen."
280
 
281
+ #: wp-cache.php:231
282
  msgid "Writeable:"
283
  msgstr "Beschreibbar: "
284
 
285
+ #: wp-cache.php:232
286
  msgid "Readonly:"
287
  msgstr "Nur Leserechte: "
288
 
289
+ #: wp-cache.php:244
290
  #, php-format
291
  msgid "Warning! %s is writeable!"
292
  msgstr "Warnung! %s ist beschreibbar!"
293
 
294
+ #: wp-cache.php:245
295
  #, php-format
296
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
297
  msgstr "Du solltest die Zugriffsrechte in %s ändern, stelle sie etwas restriktiver ein. Benutze dein FTP-Programm, oder die folgende Anweisung um das zu erledigen:"
298
 
299
+ #: wp-cache.php:253
300
  msgid "Mobile rewrite rules detected"
301
  msgstr "\"Rewrite Rules\" für mobile Endgeräte gefunden"
302
 
303
+ #: wp-cache.php:254
304
  msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
305
  msgstr "Für optimale Performance solltest Du \"Mobile Endgeräte unterstützen\" aktivieren oder die \"Rewrite Rules für mobile Endgeräte\" in der .htaccess löschen. Suche die beiden Zeilen mit dem Text \"2.0\\ MMP|240x320\" und entferne sie."
306
 
307
+ #: wp-cache.php:254
308
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
309
  msgstr "Hat keinen Einfluss auf normale Besucher, nur Handy-Benutzer bekommen ungecachede Seiten angezeigt."
310
 
311
+ #: wp-cache.php:260
312
+ #: wp-cache.php:271
313
  msgid "Rewrite rules must be updated"
314
  msgstr "\"Rewrite Rules\" müssen aktualisiert werden!"
315
 
316
+ #: wp-cache.php:261
317
+ #: wp-cache.php:272
318
  msgid "The rewrite rules required by this plugin have changed or are missing. "
319
  msgstr "Die \"Rewrite Rules\" für dieses Plugin wurden geändert oder sind nicht vorhanden."
320
 
321
+ #: wp-cache.php:262
322
  msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
323
  msgstr "Die Unterstützung mobiler Endgeräte benötigt Extra-Regeln in der Datei .htaccess, oder Du setzt das Plugin in den Legacy-Modus. Hier sind deine Oprionen (sortiert nach Schwierigkeitsgrad):"
324
 
325
+ #: wp-cache.php:263
326
  msgid "Set the plugin to legacy mode and enable mobile support."
327
  msgstr "Setze das Plugin auf den half-on-Modus und aktiviere \" Unterstützung mobiler Endgeräte\"."
328
 
329
+ #: wp-cache.php:264
330
+ #: wp-cache.php:273
331
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
332
  msgstr "Scroll zum Ende der \"Erweitere Einstellungen\"-Seite und klicke auf den Schalter <strong>Mod_Rewrite Rules aktualisieren</strong>."
333
 
334
+ #: wp-cache.php:265
335
  #, php-format
336
  msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
337
  msgstr "Lösche die mod_rewrite rules des Plugins in %s.htaccess zwischen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code> und lass sie dann vom Plugin neu generieren. Dazu musst Du nur diese Seite im Browser neu laden."
338
 
339
+ #: wp-cache.php:266
340
  #, php-format
341
  msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
342
  msgstr "Trage die Regeln selbst ein. Bearbeite %s.htaccess und finde den Block zwischen den Zeilen <code># BEGIN WPSuperCache</code> und <code># END WPSuperCache</code>. Da gibt es zwei Bereiche, die sich sehr ähneln. Direkt unterhalb der Zeile <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> diese Zeilen einfügen: (zweimal, jeweils eine in beiden Bereichen)"
343
 
344
+ #: wp-cache.php:279
345
  msgid "Required to serve compressed supercache files properly."
346
  msgstr "Erforderlich um komprimierte Supercache-Dateien sauber zu erstellen."
347
 
348
+ #: wp-cache.php:279
349
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
350
  msgstr "Erforderlich um Caching-Infos in Supercache-Seiten zu schreiben. IE7-User bekommen ohne dieses Modul nur alte Seiten zu sehen."
351
 
352
+ #: wp-cache.php:279
353
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
354
  msgstr "Setzt das Ablaufdatum für Supercache-Seiten. Besucher bekommen unter Umständen ohne diese Modul neue Seiten nicht angezeigt oder verlieren Kommentare, wenn sie den Browser neu laden."
355
 
356
+ #: wp-cache.php:286
357
  msgid "Missing Apache Modules"
358
  msgstr "Fehlende Apache-Module"
359
 
360
+ #: wp-cache.php:287
361
  msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
362
  msgstr "Folgende Apache-Module fehlen. Das Plugin arbeitet ohne sie im Legacy-Modus. Im vollen Supercache-Modus kann es ansonsten passieren, dass deine Besucher beschädigte Seiten oder veraltete Inhalte sehen."
363
 
364
+ #: wp-cache.php:438
365
  msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
366
  msgstr "<strong>Achtung!</strong> Du hast versucht die Datei-Komprimierung zu aktivieren, aber <code>zlib.output_compression</code> ist aktiv. Lese dazu #21 im Bereich Troubleshooting der Datei readme.txt."
367
 
368
+ #: wp-cache.php:529
369
  msgid "WP Super Cache Settings"
370
  msgstr "WP-Super-Cache Einstellungen"
371
 
372
+ #: wp-cache.php:540
373
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
374
  msgstr "Hinweis: <em>Mod_rewrite oder Legacy-Caching aktiviert</em>. Die Seite \"Erweiterte-Einstellungen\" wird standardmässig angezeigt."
375
 
376
+ #: wp-cache.php:551
377
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
378
  msgstr "Die Konfigurationsdatei wurde geändert, einige Werte sind vielleicht falsch. Bitte die Seite neu laden im Menü \"Einstellungen\", um sie zurückzusetzen."
379
 
380
+ #: wp-cache.php:571
381
+ #: wp-cache.php:645
382
  msgid "Caching must be enabled to use this feature"
383
  msgstr "Caching muss aktiviert sein, um diese Option nutzen zu können"
384
 
385
+ #: wp-cache.php:573
386
  msgid "Cache Tester"
387
  msgstr "Cache-Tester"
388
 
389
+ #: wp-cache.php:574
390
  msgid "Test your cached website by clicking the test button below."
391
  msgstr "Teste deine gecachede Webseite durch anklicken des Schalters \"Cache testen\" hier unten."
392
 
393
+ #: wp-cache.php:581
394
  #, php-format
395
  msgid "Fetching %s to prime cache: "
396
  msgstr "Lädt %s um den Cache zu priorisieren: "
397
 
398
+ #: wp-cache.php:583
399
+ #: wp-cache.php:590
400
+ #: wp-cache.php:597
401
  msgid "OK"
402
  msgstr "OK"
403
 
404
+ #: wp-cache.php:588
405
  #, php-format
406
  msgid "Fetching first copy of %s: "
407
  msgstr "Lädt die erste Kopie von %s: "
408
 
409
+ #: wp-cache.php:595
410
  #, php-format
411
  msgid "Fetching second copy of %s: "
412
  msgstr "Lädt die zweite Kopie von %s: "
413
 
414
+ #: wp-cache.php:601
415
  msgid "One or more page requests failed:"
416
  msgstr "Ein oder mehrere Seitenaufrufe fehlgeschlagen: "
417
 
418
+ #: wp-cache.php:620
419
+ #: wp-cache.php:621
420
  #, php-format
421
  msgid "Page %d: %d (%s)"
422
  msgstr "Seite %d: %d (%s)"
423
 
424
+ #: wp-cache.php:627
425
  #, php-format
426
  msgid "Page 1: %s"
427
  msgstr "Seite 1: %s"
428
 
429
+ #: wp-cache.php:628
430
  #, php-format
431
  msgid "Page 2: %s"
432
  msgstr "Seite 2: %s"
433
 
434
+ #: wp-cache.php:629
435
  msgid "The timestamps on both pages match!"
436
  msgstr "Die Zeitstempel auf beiden Seiten stimmen überein!"
437
 
438
+ #: wp-cache.php:631
439
  msgid "The pages do not match! Timestamps differ or were not found!"
440
  msgstr "Die Seiten stimmen nicht überein! Die Zeitstempel sind unterschiedlich oder wurden nicht gefunden!"
441
 
442
+ #: wp-cache.php:637
443
  msgid "Send non-secure (non https) request for homepage"
444
  msgstr "Sende \"Non-Secure\"-Anfrage (kein https) für Homepage"
445
 
446
+ #: wp-cache.php:638
447
  msgid "Test Cache"
448
  msgstr "Cache testen"
449
 
450
+ #: wp-cache.php:663
451
+ #: wp-cache.php:794
452
  msgid "Cancel Cache Preload"
453
  msgstr "Cache-Preload abstellen"
454
 
455
+ #: wp-cache.php:671
456
+ #: wp-cache.php:682
 
 
 
457
  msgid "Scheduled preloading of cache cancelled."
458
  msgstr "Planmässiges Vorladen des Cache abgebrochen."
459
 
460
+ #: wp-cache.php:708
461
+ #: wp-cache.php:792
462
  msgid "Preload Cache Now"
463
  msgstr "Cache jetzt vorladen"
464
 
465
+ #: wp-cache.php:712
466
  msgid "Scheduled preloading of cache in 10 seconds."
467
  msgstr "Planmässiges Vorladen des Cache in 10 Sekunden"
468
 
469
+ #: wp-cache.php:717
470
  #, php-format
471
  msgid "Scheduled preloading of cache in %d minutes"
472
  msgstr "Planmässiges Vorladen des Cache in %d Minuten"
473
 
474
+ #: wp-cache.php:721
475
  msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
476
  msgstr "Dadurch werden alle publizierten Seiten und Beiträge gecached. Es werden statische Supercache-Dateien erstellt, so dass anonyme Besucher (inklusive Bots) eine gecachede Seite aufrufen. Das kann möglicherweise dein Google-Ranking verbessern, da kurze Ladezeiten als Maßstab für die Beurteilung von Webseiten relevant sind."
477
 
478
+ #: wp-cache.php:722
479
  msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
480
  msgstr "\"Vorladen\" produziert aber auch eine Menge Dateien. Es wird vom ältesten bis zum neuesten Beitrag gecached, also bedenke bitte nur die Neuesten zu cachen, wenn Du viele (10.000+) Einträge hast. Das spielt vor allem auf virtuellen Servern (shared hosting) eine entscheidende Rolle."
481
 
482
+ #: wp-cache.php:723
483
  msgid "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
484
  msgstr "Im \"Preload-Modus\" wird die normale \"Garbage Collection\" (Leeren des abgelaufenen Cache) nur alte Legacy-Dateien für schon bekannte Benutzer bereinigen, nicht die vorab geladenen Supercache-Dateien. Das ist die empfohlene Einstellung wenn der Cache vorgeladen wird."
485
 
486
+ #: wp-cache.php:727
487
  #, php-format
488
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
489
  msgstr "Erneuere vorab geladene Cache-Dateien alle %s Minuten. (0 zum deaktivieren, Minimum %d Minuten.)"
490
 
491
+ #: wp-cache.php:740
492
  msgid "all"
493
  msgstr "Alle"
494
 
495
+ #: wp-cache.php:753
496
  #, php-format
497
  msgid "Preload %s posts."
498
  msgstr "Lade %s Beiträge vorab."
499
 
500
+ #: wp-cache.php:760
501
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
502
  msgstr "Preload-Modus (Garbage-Collection nur für Legacy Cache-Dateien. Empfohlen.)"
503
 
504
+ #: wp-cache.php:763
505
  msgid "Send me status emails when files are refreshed."
506
  msgstr "Sende mir E-Mails zum Status, wenn Dateien erneuert wurden."
507
 
508
+ #: wp-cache.php:768
509
  msgid "Many emails, 2 emails per 100 posts."
510
  msgstr "Viele E-Mails, 2 E-Mails pro 100 Beiträge."
511
 
512
+ #: wp-cache.php:771
513
  msgid "Medium, 1 email per 100 posts."
514
  msgstr "Mittel, 1 E-Mail pro 100 Beiträge."
515
 
516
+ #: wp-cache.php:774
517
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
518
  msgstr "Weniger E-Mails, 1 am Anfang und 1 am Ende des Preloads aller Beiträge."
519
 
520
+ #: wp-cache.php:778
521
  #, php-format
522
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
523
  msgstr "Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
524
 
525
+ #: wp-cache.php:779
526
  #, php-format
527
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
528
  msgstr "Vollständiges Erneuern des Cache in %d Stunden %d Minuten und %d Sekunden."
529
 
530
+ #: wp-cache.php:785
531
  #, php-format
532
  msgid "Currently caching from post %d to %d."
533
  msgstr "Momentan wird von Beitrag %d bis %d gecached."
534
 
535
+ #: wp-cache.php:789
536
+ #, php-format
537
+ msgid "<strong>Page last cached:</strong> %s"
538
+ msgstr "<strong>Seite zuletzt gecached:</strong> %s"
539
+
540
+ #: wp-cache.php:792
541
  msgid "Update Settings"
542
  msgstr "Einstellungen aktualisieren"
543
 
544
+ #: wp-cache.php:800
545
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
546
  msgstr "Cache-Preloading deaktiviert. Bitte deaktiviere Legacy-Caching oder kläre das mit deinem Hosting-Administrator."
547
 
548
+ #: wp-cache.php:815
549
+ #: wp-cache.php:909
550
  msgid "Caching"
551
  msgstr "Caching"
552
 
553
+ #: wp-cache.php:819
554
  msgid "Cache hits to this website for quick access."
555
  msgstr "Cache Treffer auf diese Webseite für schnellen Zugriff."
556
 
557
+ #: wp-cache.php:819
558
+ #: wp-cache.php:820
559
+ #: wp-cache.php:837
560
+ #: wp-cache.php:842
561
+ #: wp-cache.php:845
562
+ #: wp-cache.php:846
563
+ #: wp-cache.php:912
564
  msgid "Recommended"
565
  msgstr "Empfohlen"
566
 
567
+ #: wp-cache.php:820
568
  msgid "Use mod_rewrite to serve cache files."
569
  msgstr "Nutze mod_rewrite um Cache-Dateien auszuliefern."
570
 
571
+ #: wp-cache.php:821
572
  msgid "Use PHP to serve cache files."
573
  msgstr "Nutze PHP um Cache-Dateien auszuliefern."
574
 
575
+ #: wp-cache.php:822
576
  msgid "Legacy page caching."
577
  msgstr "Legacy Page-Caching."
578
 
579
+ #: wp-cache.php:823
580
+ msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
581
+ msgstr "Mod_rewrite ist am schnellsten, PHP ist fast genau so schnell und einfacher ans Laufen zu kriegen, währen Legacy-Caching langsamer läuft, aber flexibler und ebenso leicht zu aktivieren. Neulinge sollten PHP-Caching wählen."
582
 
583
+ #: wp-cache.php:829
584
  msgid "Miscellaneous"
585
  msgstr "Sonstiges"
586
 
587
+ #: wp-cache.php:835
588
+ msgid "Warning! Compression is disabled as gzencode() function not found."
589
+ msgstr "Warnung! Komprimierung ist deaktiviert, weil die Funktion gzencode() nicht vorhanden ist."
590
+
591
+ #: wp-cache.php:837
592
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
593
  msgstr "Komprimiere Seiten, so das sie schneller an Besucher ausgeliefert werden."
594
 
595
+ #: wp-cache.php:838
596
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
597
  msgstr "Die Komprimierung ist standardmässig deaktiviert, da manche Hosts Probleme mit komprimierten Dateien haben. An- und abschalten leert den Cache."
598
 
599
+ #: wp-cache.php:842
600
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
601
  msgstr "304 Not Modified Browser Caching. Stelle fest wenn eine Seite seit dem letzten Aufruf nicht modifiziert wurde."
602
 
603
+ #: wp-cache.php:843
604
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
605
  msgstr "304-Support ist standardmässig deaktiviert, da \"GoDaddy\" in der Vergangenheit Probleme mit ein paar der eingesetzten Header hatte."
606
 
607
+ #: wp-cache.php:845
608
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
609
  msgstr "Seiten für <acronym title=\"Angemeldete Besucher und solche die kommentieren\">bekannte Benutzer</acronym> nicht cachen."
610
 
611
+ #: wp-cache.php:846
612
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
613
  msgstr "Cache neu erstellen. Liefert eine Supercache-Datei an anonyme Besucher aus, während eine neue Datei erstellt wird."
614
 
615
+ #: wp-cache.php:847
616
  msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
617
  msgstr "Proudly tell the world your server is Digg proof! (zeigt einen kleinen Hinweis im Footer deines Blogs, dass dein Server \"hieb- und stichfest\" ist)"
618
 
619
+ #: wp-cache.php:853
620
+ #: wp-cache.php:1021
621
+ #: wp-cache.php:1541
622
  msgid "Advanced"
623
  msgstr "Erweitert"
624
 
625
+ #: wp-cache.php:857
626
  msgid "Mobile device support."
627
  msgstr "Unterstützung mobiler Endgeräte."
628
 
629
+ #: wp-cache.php:858
630
  msgid "Clear all cache files when a post or page is published."
631
  msgstr "Alle Cache-Dateien bereinigen, wenn ein Beitrag oder eine Seite publiziert wird."
632
 
633
+ #: wp-cache.php:859
634
  msgid "Only refresh current page when comments made."
635
  msgstr "Aktuelle Seite nur erneuern, wenn Kommentare geschrieben werden."
636
 
637
+ #: wp-cache.php:860
638
  msgid "List the newest cached pages on this page."
639
  msgstr "Auflistung der zuletzt gecacheden Pages auf dieser Seite."
640
 
641
+ #: wp-cache.php:862
642
  msgid "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
643
  msgstr "Datei \"stumpf\" sperren. Brauchst Du wahrscheinlich nicht, aber es könnte helfen wenn dein Server schwächelt. Achtung! <em>Kann in seltenen Fällen dazu führen das dein Server abstürzt!</em>"
644
 
645
+ #: wp-cache.php:864
646
+ msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
647
+ msgstr "Verzögerte Initiierung. Zeige gecachede Dateien nachdem WordPress geladen ist. Meistens nützlich im Legacy-Modus."
648
+
649
+ #: wp-cache.php:866
650
  msgid "Use object cache to store cached files."
651
  msgstr "Nutze Objekt-Cache um gecachede Dateien zu speichern."
652
 
653
+ #: wp-cache.php:866
654
  msgid "(Experimental)"
655
  msgstr "(Experimentell)"
656
 
657
+ #: wp-cache.php:873
658
  msgid "Note:"
659
  msgstr "Hinweis: "
660
 
661
+ #: wp-cache.php:875
662
  #, php-format
663
  msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
664
  msgstr "Wenn Du das Plugin deinstallierst, stelle sicher dass Verzeichnis <em>%s</em> für den Webserver beschreibbar ist, so das die Dateien <em>advanced-cache.php</em> und <em>cache-config.php</em> automatisch entfernt werden können. (..die Dateien ebenfalls beschreibbar zu machen ist dabei eine gute Idee!)"
665
 
666
+ #: wp-cache.php:876
667
  #, php-format
668
  msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
669
  msgstr "Bitte werfe einen Blick in <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> für Anleitungen zur Deinstallation dieses Skripts. Suche nach der Überschrift \"How to uninstall WP Super Cache\"."
670
 
671
+ #: wp-cache.php:877
672
  #, php-format
673
  msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
674
  msgstr "Hilfe benötigt? Check die Datei <a href=\"%1$s\">Super Cache readme</a>. Sie enthält die Dokumenration zur Installation, FAQ und Troubleshooting-Tipps. Das <a href=\"%2$s\">Supportforum</a> steht ebenso zur Verfügung. Vielleicht ist deine Frage dort schon beantwortet worden."
675
 
676
+ #: wp-cache.php:880
677
+ #: wp-cache.php:927
678
  msgid "Update Status"
679
  msgstr "Update-Status"
680
 
681
+ #: wp-cache.php:887
682
  msgid "Accepted Filenames &amp; Rejected URIs"
683
  msgstr "Akzeptierte Dateinamen &amp; Abgewiesene URIs"
684
 
685
+ #: wp-cache.php:912
686
  msgid "Caching On"
687
  msgstr "Caching An"
688
 
689
+ #: wp-cache.php:913
690
  msgid "Caching Off"
691
  msgstr "Caching Aus"
692
 
693
+ #: wp-cache.php:914
694
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
695
  msgstr "Hinweis: aktiviert PHP-Caching, Cache-Rebuild und Mobile-Support"
696
 
697
+ #: wp-cache.php:924
698
+ msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
699
+ msgstr "Hinweis: PHP-Caching ist aktiviert, es wurden aber Supercache mod_rewrite rules gefunden. Cache-Dateien werden nach diesen Regeln erstellt. Wenn deine Seite funkioniert, kannst Du diesen Hinweis gerne ignorieren. Oder bearbeite die Datei .htaccess - auf der \"root\" (oberste Ebene im Webverzeichnis) deiner Installation - und entferne die Supercache-Regeln."
700
+
701
+ #: wp-cache.php:929
702
+ msgid "Recommended Links and Plugins"
703
+ msgstr "Empfohlene Links und Plugins"
704
+
705
+ #: wp-cache.php:930
706
+ msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
707
+ msgstr "Caching ist nir eine Möglichkeit, eine Webseite \"schneller\" zu machen. Hier ein paar weitere hilfreiche Plugins:"
708
+
709
+ #: wp-cache.php:931
710
+ #, php-format
711
+ msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
712
+ msgstr "<a href=\"%s\">WP Minify</a> reduziert die Anzahl der von deinem Webserver ausgelieferten Dateien durch Kombination der Javascript- und CSS-Dateien. Alternativ dazu kannst Du <a href=\"%s\">WPSCMin</a>, ein Supercache-Plugin zur Minimierung gecacheder Seiten nutzen. Dieses bündelt JS/CSS-Dateien in keiner Weise."
713
 
714
+ #: wp-cache.php:932
715
+ #, php-format
716
+ msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
717
+ msgstr "<a href=\"%s\">Yahoo! Yslow</a> ist eine Erweiterung des Firefox add-on Firebug. Sie analysiert Webseiten und bietet Möglichkeiten zur Verbesserung der Performanz an, die auf einer Reihe von Regeln für hoch-performante Webseiten bestehen. Probiere auch die Performance-Online-Tools unter <a href=\"%s\">GTMetrix</a>."
718
+
719
+ #: wp-cache.php:933
720
+ #, php-format
721
+ msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
722
+ msgstr "<a href=\"%s\">Nutze Google-Libraries</a> ermöglicht es, einige der allgemein gebräuchlichen Javascript-Bibliotheken von Google Webservern zu laden. Ironischerweise kann das deine Werte im Yslow-Score verschlechtern."
723
+
724
+ #: wp-cache.php:934
725
+ #, php-format
726
+ msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
727
+ msgstr "<strong>Nur für Fortgeschrittene:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> erklärt, wie deine Seite über Regeln in der .htaccess-Datei cache-fähiger gemacht wird."
728
+
729
+ #: wp-cache.php:935
730
+ #, php-format
731
+ msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
732
+ msgstr "<strong>Nur für Fortgeschrittene:</strong> Installiere einen \"Objekt-Cache\". Wähle <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> und andere."
733
+
734
+ #: wp-cache.php:946
735
  msgid "Make WordPress Faster"
736
  msgstr "Mach WordPress schneller!"
737
 
738
+ #: wp-cache.php:947
739
  #, php-format
740
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
741
  msgstr "%1$s wurde entwickelt/wird gewartet von %2$s unter Beteiligung vieler Anderer."
742
 
743
+ #: wp-cache.php:948
744
  #, php-format
745
  msgid "He blogs at %1$s and posts photos at %2$s."
746
  msgstr "Er bloggt unter %1$s und publiziert Photos in %2$s"
747
 
748
+ #: wp-cache.php:949
749
  #, php-format
750
  msgid "Please say hi to him on %s too!"
751
  msgstr "Bitte sag auch \"Hallo\" zu ihm bei %s!"
752
 
753
+ #: wp-cache.php:950
754
+ msgid "Need Help?"
755
+ msgstr "Hilfe benötigt?"
756
+
757
+ #: wp-cache.php:952
758
+ #, php-format
759
+ msgid "<a href=\"%1$s\">Installation Help</a>"
760
+ msgstr "<a href=\"%1$s\">Hilfe zur Installation</a>"
761
+
762
+ #: wp-cache.php:953
763
+ #, php-format
764
+ msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
765
+ msgstr "<a href=\"%1$s\">Frequently Asked Questions</a>"
766
+
767
+ #: wp-cache.php:954
768
+ #, php-format
769
+ msgid "<a href=\"%1$s\">Support Forum</a>"
770
+ msgstr "<a href=\"%1$s\">Support-Forum</a>"
771
+
772
+ #: wp-cache.php:956
773
+ msgid "Rate This Plugin!"
774
+ msgstr "Bitte bewerte dieses Plugin!"
775
+
776
+ #: wp-cache.php:957
777
+ #, php-format
778
+ msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
779
+ msgstr "Bitte <a href=\"%s\">bewerte</a> dieses Plugin und berichte mir, ob es für dich funktioniert oder nicht. Damit unterstützt Du die Weiterentwicklung wirklich und wahrhaftig."
780
+
781
+ #: wp-cache.php:966
782
  #, php-format
783
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
784
  msgstr "Cached-Pages seit %1$s : <strong>%2$s</strong>"
785
 
786
+ #: wp-cache.php:967
787
  msgid "Newest Cached Pages:"
788
  msgstr "Neueste Cached-Pages: "
789
 
790
+ #: wp-cache.php:971
791
  #, php-format
792
  msgid "Cached %s seconds ago"
793
  msgstr "Vor %s Sekunden gecached"
794
 
795
+ #: wp-cache.php:974
796
  msgid "(may not always be accurate on busy sites)"
797
  msgstr "(auf besucherstarken Seiten vielleicht nicht immer exakt)"
798
 
799
+ #: wp-cache.php:993
800
  msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
801
  msgstr "Cache-Plugins sind PHP-Skripte, die sich im Plugin-Verzeichnis innerhalb des Ordners \"wp-super-cache\" befinden. Sie werden zusammen mit Supercache geladen, viel früher als reguläre WordPress-Plugins."
802
 
803
+ #: wp-cache.php:994
804
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
805
  msgstr "Das ist definitiv nur eine Option für sehr weit \"Fortgeschrittene\". Kenntnisse sowohl in PHP als auch zu WordPress-Actions sind Vorraussetzung, um sie zu erstellen."
806
 
807
+ #: wp-cache.php:1004
808
  msgid "Available Plugins"
809
  msgstr "Verfügbare Plugins"
810
 
811
+ #: wp-cache.php:1021
812
  msgid "Easy"
813
  msgstr "Easy"
814
 
815
+ #: wp-cache.php:1021
816
+ msgid "CDN"
817
+ msgstr "CDN"
818
+
819
+ #: wp-cache.php:1021
820
  msgid "Tester & Contents"
821
+ msgstr "Teste & Cache"
822
 
823
+ #: wp-cache.php:1021
824
  msgid "Preload"
825
  msgstr "Preload"
826
 
827
+ #: wp-cache.php:1021
828
  msgid "Plugins"
829
  msgstr "Plugins"
830
 
831
+ #: wp-cache.php:1021
832
  msgid "Debug"
833
  msgstr "Debug"
834
 
835
+ #: wp-cache.php:1052
836
  #, php-format
837
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
838
  msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
839
 
840
+ #: wp-cache.php:1054
841
  #, php-format
842
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
843
  msgstr "Hinweis: WP-Super-Cache mod_rewrite rule Checks sind deaktiviert, insofern sie nicht auf <a href=\"%s\">der Hauptseite</a> dieses Blog-Netzwerks laufen."
844
 
845
+ #: wp-cache.php:1064
846
  msgid "Mod Rewrite Rules"
847
  msgstr "Mod Rewrite Rules"
848
 
849
+ #: wp-cache.php:1070
850
  msgid "WordPress MU Detected"
851
  msgstr "WordPress MU (WP Multi-Sites) festgestellt"
852
 
853
+ #: wp-cache.php:1070
854
  msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
855
  msgstr "Leider können die \"Rewrite-Rules\" nicht automatisch aktualisiert werden, wenn Du WordPress MU benutzt. Bitte öffne deine .htaccess und füge die folgenden mod_rewrite Regeln oberhalb aller anderen Einträge in die Datei ein."
856
 
857
+ #: wp-cache.php:1072
858
  msgid "Mod Rewrite rules cannot be updated!"
859
  msgstr "Mod Rewrite Rules können nicht aktualisiert werden!"
860
 
861
+ #: wp-cache.php:1073
862
  #, php-format
863
  msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
864
  msgstr "Es müssen die Markierungen <strong>BEGIN</strong> und <strong>END</strong> in %s.htaccess stehen, damit das Auto-Update funktioniert. Sie sehen so aus und umgeben die WordPress mod_rewrite Regeln: "
865
 
866
+ #: wp-cache.php:1075
867
  msgid "Refresh this page when you have updated your .htaccess file."
868
  msgstr "Lade die Seite neu, wenn Du die Datei .htaccess aktualisiert hast."
869
 
870
+ #: wp-cache.php:1079
871
  msgid "Thank you for upgrading."
872
  msgstr "Danke für das Upgrade."
873
 
874
+ #: wp-cache.php:1079
875
  #, php-format
876
  msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
877
  msgstr "Die mod_rewrite-Regeln haben sich verändert, seit Du das Plugin installiert hast. Leider musst Du die alten Supercache-Regeln entfernen, bevor die Neuen aktualisiert werden können. Lade die Seite neu, wenn Du deine .htaccess aktualisiert hast. Wenn Du händisch aktualisieren willst, ändere die folgende Zeile: %1$s so dass sie hinterher so aussieht: %2$s Die einzigen Änderungen: \"HTTP_COOKIE\" wird zu \"HTTP:Cookie\" und \"wordpressuser\" wird zu \"wordpress\". Dies wurde in WordPress 2.5 geändert, ist aber abwärtskompatibel mit älteren Versionen - wenn Du mutig genug bist, sie zu benutzen."
878
 
879
+ #: wp-cache.php:1083
880
  msgid "Trailing slash check required."
881
  msgstr "Überprüfung des \"trailing slash\" (Schrägstrich am Ende des URL) erforderlich."
882
 
883
+ #: wp-cache.php:1083
884
  msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
885
  msgstr "Sieht aus als hätte dein Blog URLs, die mit \"/\" aufhören. Dummerweise wurde ein Bug entdeckt, nachdem Du das Plugin installiert hast: URLs, die ohne \"/\" enden liefern den gleichen Inhalt wie URLs mit \"/\", und werden nicht auf den eigentlichen URL weitergeleitet (Dublicate Content). Um das zu beheben, bearbeite deine .htaccess und füge diese beiden Regeln den zwei Super-Cache-Gruppen hinzu: "
886
 
887
+ #: wp-cache.php:1085
888
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
889
  msgstr "Du kannst sehen wo die Regeln eingetragen werden, wenn Du den \"View mod_rewrite rules\"-Link hier unten anklickst."
890
 
891
+ #: wp-cache.php:1099
892
  msgid "Mod Rewrite rules updated!"
893
  msgstr "Mod Rewrite Rules aktualisiert!"
894
 
895
+ #: wp-cache.php:1100
896
  #, php-format
897
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
898
  msgstr "%s.htaccess wurde mit den nötigen mod_rewriteRegeln aktualisiert. Bitte überprüfe, ob sie korrekt sind. So sollten sie aussehen: "
899
 
900
+ #: wp-cache.php:1102
901
  msgid "Mod Rewrite rules must be updated!"
902
  msgstr "Mod Rewrite Rules müssen aktualisiert werden!"
903
 
904
+ #: wp-cache.php:1103
905
  #, php-format
906
  msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
907
  msgstr "Deine %s.htaccess ist für den Webserver nicht beschreibbar und muss mit den nötigen mod_rewrite rules aktualisiert werden. Die neuen Regeln werden, wie hier im Code angezeigt, oberhalb der regulären WordPress-Regeln eingetragen: "
908
 
909
+ #: wp-cache.php:1108
910
  #, php-format
911
  msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
912
  msgstr "WP-Super-Cache mod_rewrite rules in der Datei %s.htaccess gefunden.<br /> Klicke auf den folgenden Link, um die Einträge die dieser Datei hinzugefügt wurden, anzuzeigen. Wenn Du ein Upgrade des Plugins gemacht hast, stelle sicher dass diese Regeln zutreffen."
913
 
914
+ #: wp-cache.php:1111
915
  msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
916
  msgstr "Eine Abweichung zwischen den Regeln in deiner .htaccess file und den Rewrite Rules im Plugin wurde festgestellt. Dabei kann es sich nur um unterschiedliche Abstände oder Leerzeichen handeln, Du solltest aber die Regeln in der Datei mit den hier unten angezeigten möglichst bald abgleichen. Klicke den \"Mod_Rewrite Rules\"-Button um die Regeln zu aktualisieren."
917
 
918
+ #: wp-cache.php:1114
919
  msgid "View Mod_Rewrite Rules"
920
  msgstr "Mod_Rewrite Rules anzeigen"
921
 
922
+ #: wp-cache.php:1118
923
+ #: wp-cache.php:2361
924
  #, php-format
925
  msgid "Rules must be added to %s too:"
926
  msgstr "Regeln müssen auch noch zu %s hinzugefügt werden: "
927
 
928
+ #: wp-cache.php:1126
929
  #, php-format
930
  msgid "Gzip encoding rules in %s.htaccess created."
931
  msgstr "\"Gzip encoding rules\" in %s.htaccess erstellt."
932
 
933
+ #: wp-cache.php:1133
934
  msgid "Fix Configuration"
935
  msgstr "Repariere Konfiguration"
936
 
937
+ #: wp-cache.php:1136
938
  msgid "Restore Default Configuration"
939
  msgstr "Ursprüngliche Konfiguration wieder herstellen"
940
 
941
+ #: wp-cache.php:1144
942
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
943
  msgstr "Kommentare werden moderiert. Es kann etwas dauern, bis dein Kommentar angezeigt wird."
944
 
945
+ #: wp-cache.php:1169
946
  msgid "Lock Down:"
947
  msgstr "Sperren: "
948
 
949
+ #: wp-cache.php:1170
 
 
 
 
 
 
 
 
950
  msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
951
  msgstr "Bereite deinen Server auf eine zu erwartende Höchstlast an Traffic vor, indem Du \"Sperren\" aktivierst. In dieser Einstellung werden die statischen Dateien im Cache nicht erneuert, wenn zu den Beiträgen Kommentare veröffentlicht werden."
952
 
953
+ #: wp-cache.php:1171
954
  msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
955
  msgstr "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting: "
956
 
957
+ #: wp-cache.php:1173
958
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
959
  msgstr "<br />Entschuldigung. Mein Blog ist im \"Gesperrt\"-Modus. Updates werden in Kürze angezeigt"
960
 
961
+ #: wp-cache.php:1177
962
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
963
  msgstr "WordPress ist im \"locked down\" Modus. Statische Super-Cache-Dateien werden nicht gelöscht, wenn neue Kommentare geschrieben werden."
964
 
965
+ #: wp-cache.php:1179
966
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
967
  msgstr "WordPress ist nicht im \"locked down\" Modus. Neue Kommentare werden ganz normal die statischen Super-Cache-Dateien erneuern."
968
 
969
+ #: wp-cache.php:1185
970
  msgid "Lock Down"
971
  msgstr "Sperre"
972
 
973
+ #: wp-cache.php:1193
974
  msgid "Directly Cached Files"
975
  msgstr "Direkt gecachede Dateien"
976
 
977
+ #: wp-cache.php:1251
978
  #, php-format
979
  msgid "%s removed!"
980
  msgstr "%s entfernt!"
981
 
982
+ #: wp-cache.php:1259
983
  #, php-format
984
  msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
985
  msgstr "Du musst %s beschreibbar machen, um diese Option zu nutzen. Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Leserechte\" nachdem die Seite generiert ist."
986
 
987
+ #: wp-cache.php:1261
988
  #, php-format
989
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
990
  msgstr "%s ist beschreibbar! Da es sich dabei um ein Sicherheitsrisiko handelt, ändere das bitte wieder auf \"Nur Lesen\" nachdem die Seite generiert ist."
991
 
992
+ #: wp-cache.php:1275
993
  msgid "Existing direct page"
994
  msgstr "Direkt-Seite existiert"
995
 
996
+ #: wp-cache.php:1275
997
  msgid "Delete cached file"
998
  msgstr "Lösche gecachede Datei"
999
 
1000
+ #: wp-cache.php:1280
1001
  msgid "Add direct page:"
1002
  msgstr "Direkt-Seite hinzufügen: "
1003
 
1004
+ #: wp-cache.php:1282
1005
  #, php-format
1006
  msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
1007
  msgstr "Direkt gecachede Seiten sind Dateien, die direkt in %s erzeugt werden, da wo dein Blog liegt. Diese Option ist nur sinnvoll, wenn Du auf dem Niveau von Facebook oder Digg Traffic auf einer Seite oder auf einem Beitrag erwartest."
1008
 
1009
+ #: wp-cache.php:1284
1010
  #, php-format
1011
  msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
1012
  msgstr "Als Beispiel: Um <em>%1$sabout/</em> zu cachen, würdest Du %1$sabout/ oder /about/ eingeben. Die Cache-Datei wird dann erstellt, sobald ein anonymer Besucher die Seite aufruft."
1013
 
1014
+ #: wp-cache.php:1285
1015
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
1016
  msgstr "Leere die Textbox, um sie von der Liste der Direkt-Seiten zu entfernen und die Cache-Datei zu löschen."
1017
 
1018
+ #: wp-cache.php:1290
1019
  msgid "Update Direct Pages"
1020
  msgstr "Direkt-Seiten aktualisieren"
1021
 
1022
+ #: wp-cache.php:1328
1023
  msgid "Expiry Time &amp; Garbage Collection"
1024
  msgstr "Expiry-Time &amp; Garbage-Collection"
1025
 
1026
+ #: wp-cache.php:1330
1027
  msgid "Expire time:"
1028
  msgstr "Laufzeitende:"
1029
 
1030
+ #: wp-cache.php:1331
1031
  msgid "seconds"
1032
  msgstr "Sekunden"
1033
 
1034
+ #: wp-cache.php:1332
1035
  msgid "Garbage Collection"
1036
  msgstr "Müll-Entsorgung (Garbage-Collection)"
1037
 
1038
+ #: wp-cache.php:1332
1039
  msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
1040
  msgstr "Wenn die Laufzeit länger als 1800 Sekunden (halbe Stunde) ist, wird \"Garbage Collection\" alle 10 Minuten ausgeführt, andernfalls passiert das 10 Sekunden nach Ablauf der oben angegebenen Zeit."
1041
 
1042
+ #: wp-cache.php:1333
1043
  msgid "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
1044
  msgstr "Suchen und Entfernen von abgelaufenen Dateien kostet ressourcen, sie einfach da zu belassen aber auch. Auf einer sehr gut besuchten Seite solltest Du die Laufzeit auf <em>300 Sekunden</em> setzen. Experimentiere mit verschiedenen Werten und besuche diese Seite mehrmals um zu überprpüfen, wieviele \"expired\"-Dateien sich zu welcher Zeit im Laufe des Tages ansammeln. Wenn Du Legacy-Caching benutzt, versuche möglich unter 500 Cache-Dateien zu bleiben. Du kannst um ein Vielfaches mehr Dateien haben, wenn Du mod_rewrite oder PHP-Caching einsetzt."
1045
 
1046
+ #: wp-cache.php:1334
1047
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1048
  msgstr "Setze die Laufzeit auf 0 Sekunden um die Garbage-Collection zu deaktivieren."
1049
 
1050
+ #: wp-cache.php:1335
1051
  msgid "Change Expiration"
1052
  msgstr "Laufzeit ändern"
1053
 
1054
+ #: wp-cache.php:1379
1055
  msgid "Rejected User Agents"
1056
  msgstr "Abgewehrte User-Agents"
1057
 
1058
+ #: wp-cache.php:1380
1059
  msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
1060
  msgstr "Strings im HTTP \"User Agent\"-Header die WP-Cache davon abhalten, Anfragen von Bots, Spidern und Crawlern zu cachen. Vermerke, das Super-Cache-Dateien weiter an diese Agents ausgeliefert werden wenn sie schon existieren."
1061
 
1062
+ #: wp-cache.php:1387
1063
  msgid "Save UA Strings"
1064
  msgstr "User-Agenten-Strings speichern"
1065
 
1066
+ #: wp-cache.php:1410
1067
  msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
1068
  msgstr "Folgende Page-Typen nicht cachen. Studiere zu jedem Typ die ausführliche Diskussion in der Dokumentation <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a>."
1069
 
1070
+ #: wp-cache.php:1413
1071
  msgid "Single Posts"
1072
  msgstr "Einzelne Beiträge"
1073
 
1074
+ #: wp-cache.php:1414
1075
  msgid "Pages"
1076
  msgstr "Seiten"
1077
 
1078
+ #: wp-cache.php:1415
1079
  msgid "Front Page"
1080
  msgstr "Startseite"
1081
 
1082
+ #: wp-cache.php:1416
1083
  msgid "Home"
1084
  msgstr "Home"
1085
 
1086
+ #: wp-cache.php:1417
1087
  msgid "Archives"
1088
  msgstr "Archive"
1089
 
1090
+ #: wp-cache.php:1418
1091
  msgid "Tags"
1092
  msgstr "Suchworte (tags)"
1093
 
1094
+ #: wp-cache.php:1419
1095
  msgid "Category"
1096
  msgstr "Kategorie"
1097
 
1098
+ #: wp-cache.php:1420
1099
  msgid "Feeds"
1100
  msgstr "Feeds"
1101
 
1102
+ #: wp-cache.php:1421
1103
  msgid "Search Pages"
1104
  msgstr "Suchseiten"
1105
 
1106
+ #: wp-cache.php:1423
1107
+ #: wp-cache.php:1551
1108
  msgid "Save"
1109
  msgstr "Speichern"
1110
 
1111
+ #: wp-cache.php:1440
1112
  msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
1113
  msgstr "Hier Strings (Zeichenketten, keine Dateinamen) einfügen, um so dafür zu sorgen dass eine Seite nicht gecached wird. Als Beispiel: Wenn deine URLs das Jahresdatum enthalten und Du die Beiträge vom vergangenen Jahr nicht cachen willst, reicht es das Jahr, z.B. \"/2004/\" anzugeben. WP-Cache wird überprüfen, ob diese Zeichenkette im URI enthalten ist und in dem Fall diese Seite dann nicht cachen."
1114
 
1115
+ #: wp-cache.php:1446
1116
  msgid "Save Strings"
1117
  msgstr "Strings speichern"
1118
 
1119
+ #: wp-cache.php:1462
1120
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1121
  msgstr "Hier die Dateinamen angeben, die gecached werden sollen, auch wenn sie einer oben auszusortierenden Zeichenkette entsprechen."
1122
 
1123
+ #: wp-cache.php:1468
1124
  msgid "Save Files"
1125
  msgstr "Dateien speichern"
1126
 
1127
+ #: wp-cache.php:1513
1128
  msgid "Currently logging to: "
1129
  msgstr "Aktuelle Protokolle (Logs) in: "
1130
 
1131
+ #: wp-cache.php:1523
1132
  msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
1133
  msgstr "Versuche Probleme mit dem Plugin durch den Debugger hier zu lösen. Das System kann dir E-Mail-Benachrichtigungen zum Verlauf schicken, oder sie in eine Log-Datei in deinem Cache-Verzeichnis schreiben."
1134
 
1135
+ #: wp-cache.php:1524
1136
  msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
1137
  msgstr "Das Protokoll in eine Datei zu schreiben ist einfacher, bringt aber das Problem mit sich, dass die Log-Datei beim Cache-Leeren ebenfalls entfernt wird."
1138
 
1139
+ #: wp-cache.php:1528
1140
  msgid "Debugging"
1141
  msgstr "Debuggen"
1142
 
1143
+ #: wp-cache.php:1529
1144
  msgid "Logging Type"
1145
  msgstr "Protokoll-Typ"
1146
 
1147
+ #: wp-cache.php:1529
1148
  msgid "Email"
1149
  msgstr "E-Mail"
1150
 
1151
+ #: wp-cache.php:1530
1152
  msgid "file"
1153
  msgstr "Datei"
1154
 
1155
+ #: wp-cache.php:1531
1156
  msgid "IP Address"
1157
  msgstr "IP-Addresse"
1158
 
1159
+ #: wp-cache.php:1531
1160
  #, php-format
1161
  msgid "(only log requests from this IP address. Your IP is %s)"
1162
  msgstr "(nur Abfragen dieser IP protokollieren. Deine IP ist %s)"
1163
 
1164
+ #: wp-cache.php:1532
1165
  msgid "Log level"
1166
  msgstr "Log-Level"
1167
 
1168
+ #: wp-cache.php:1538
1169
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1170
  msgstr "(1 = weniger, 5 = mehr, kann heftige Serverlast verursachen)"
1171
 
1172
+ #: wp-cache.php:1541
1173
  msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1174
  msgstr "In sehr seltenen Fällen können zwei Probleme auf manchen Blogs auftreten:<ol><li>Die Startseite kann anfangen sich als zip.Archiv herunterzuladen.</li><li>Eine falsche Seite wird nach dem Zufallsprinzip als Startseite gecached, wenn dein Blog eine statische Seite als Startseite benutzt und deine Permalinks mit <em>/%category%/%postname%/</em> strukturiert sind.</li></ol>"
1175
 
1176
+ #: wp-cache.php:1542
1177
  #, php-format
1178
  msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
1179
+ msgstr "Ich bin zu 99% sicher, dass das keine von WP-Super-Cache verursachten Bugs sind, und sie kommen nur in extrem seltenen Fällen vor. Du kannst aber alle 5 Minuten einen simplen Check laufen lassen, um sicherzugehen dass deine Seite ok ist, wenn Du dir Sorgen machst. Du bekommst dann eine E-Mail Benachrichtigung, falls ein Problem auftaucht."
1180
 
1181
+ #: wp-cache.php:1544
1182
  msgid "Check front page every 5 minutes."
1183
  msgstr "Check die Startseite alle 5 Minuten."
1184
 
1185
+ #: wp-cache.php:1545
1186
  msgid "Front page text"
1187
  msgstr "Text der Startseite"
1188
 
1189
+ #: wp-cache.php:1545
1190
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1191
  msgstr "Text, um danach auf der Front-Page zu suchen: Wenn nicht gefunden, wird der Cache geleert. Leer lassen um das zu deaktivieren."
1192
 
1193
+ #: wp-cache.php:1546
1194
  msgid "Clear cache on error."
1195
  msgstr "Bei \"Error\" Cache leeren."
1196
 
1197
+ #: wp-cache.php:1547
1198
  msgid "Email the blog admin when checks are made. (useful for testing)"
1199
  msgstr "E-Mail an den Administrator wenn die Überprüfung beendet. (hilfreich für Tests)"
1200
 
1201
+ #: wp-cache.php:1561
1202
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1203
  msgstr "Error: GZIP-Komprimierung ist aktiv, deaktiviere sie wenn Du wp-cache nutzen willst."
1204
 
1205
+ #: wp-cache.php:1608
1206
+ #: wp-cache.php:1773
1207
  msgid "Warning"
1208
  msgstr "Warnung"
1209
 
1210
+ #: wp-cache.php:1608
1211
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1212
  msgstr "GZIP-Komprimierung ist in WordPress aktiviert - wp-cache wird überbrückt, bis Du \"gzip compression\" deaktiviert hast."
1213
 
1214
+ #: wp-cache.php:1669
1215
+ #: wp-cache.php:1674
1216
+ #: wp-cache.php:1706
1217
+ #: wp-cache.php:1711
1218
+ #: wp-cache.php:1717
1219
  msgid "Error"
1220
  msgstr "Fehler"
1221
 
1222
+ #: wp-cache.php:1669
1223
  #, php-format
1224
  msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1225
  msgstr "Dein Cache-Verzeichnis (<strong>$cache_path</strong>) existiert nicht und konnte nicht erstellt werden. Prüfe %s Benutzerrechte."
1226
 
1227
+ #: wp-cache.php:1674
1228
  #, php-format
1229
  msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
1230
  msgstr "Dein Cache-Verzeichnis (<strong>%1$s</strong>) oder <strong>%2$s</strong> muss beschreibbar sein, damit das Plugin funktioniert. Doppelt überprüfen."
1231
 
1232
+ #: wp-cache.php:1706
1233
  #, php-format
1234
  msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
1235
  msgstr "Deine WP-Cache Konfigurationsdatei (<strong>%s</strong>) ist nicht aktuell und nicht beschreibbar für den Webserver. Bitte lösche sie und lade diese Seite neu."
1236
 
1237
+ #: wp-cache.php:1711
1238
  #, php-format
1239
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1240
  msgstr "Deine WP-Cache Konfigurationsdatei fehlt und %1$s Verzeichnis (<strong>%2$s</strong>) ist nicht beschreibbar für den Webserver. Bitte überprüfe die Berechtigungen für den Webserver."
1241
 
1242
+ #: wp-cache.php:1717
1243
  #, php-format
1244
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1245
  msgstr "WP-Cache Konfigurations-Beispieldatei (<strong>%s</strong>) existiert nicht. Überprüfe die Installation."
1246
 
1247
+ #: wp-cache.php:1773
1248
  #, php-format
1249
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1250
  msgstr "%s/advanced-cache.php</em> existiert nicht oder kann nicht aktualisiert werden."
1251
 
1252
+ #: wp-cache.php:1774
1253
  msgid "1. If it already exists please delete the file first."
1254
  msgstr "1. Wenn es sie schon gibt, bitte die Datei zuerst löschen."
1255
 
1256
+ #: wp-cache.php:1775
1257
  #, php-format
1258
  msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
1259
  msgstr "2. Vergebe %1$s Schreibrechte per CHMOD in der Konsole oder mit deinem FTP-Programm. (<em>chmod 777 %1$s</em>) und lade diese Seite neu. Das ist nur eine zeitweilige Massnahme und Du musst sie danach wieder auf \"Nur Lesen\" setzen (ändere 777 zu 755 im vorhergehenden Befehl)."
1260
 
1261
+ #: wp-cache.php:1776
1262
  #, php-format
1263
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1264
  msgstr "3. Lade diese Seite neu um <em>%s/advanced-cache.php</em> zu aktualisieren."
1265
 
1266
+ #: wp-cache.php:1777
1267
  #, php-format
1268
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1269
  msgstr "Wenn das nicht hilft, stelle sicher dass die Datei <em>%s/advanced-cache.php</em> nicht existiert: "
1270
 
1271
+ #: wp-cache.php:1778
1272
  #, php-format
1273
  msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
1274
  msgstr "<li>1. Öffne <em>%1$s$wp_cache_file</em> in einem Texteditor (Notepad++ oder das blaue Teil von Windows..)</li><li>2. Ändere den Text <em>CACHEHOME</em> in <em>%2$s</em></li><li>3. Speichere die Datei, kopiere sie nach <em>%3$s</em> und lade diese Seite neu.</li>"
1275
 
1276
+ #: wp-cache.php:1801
1277
  msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1278
  msgstr "<h3>WP_CACHE-Konstante auf \"False\" gesetzt</h3><p>Die WP_CACHE-Konstante wird von WordPress genutzt, um den Code der Cache-Seiten erstellt zu laden. Unglücklicherweise ist das auf \"Nein\" gestellt. Bitte bearbeite deine wp-config.php und ändere bzw. füge die folgende Zeile oberhalb der abschliessenden \"require_once\"-Anweisung dazu:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1279
 
1280
+ #: wp-cache.php:1803
1281
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1282
  msgstr "<strong>Fehler: WP_CACHE ist nicht aktiviert</strong> in deiner <code>wp-config.php</code> und ich kann sie nicht modifizieren."
1283
 
1284
+ #: wp-cache.php:1804
1285
  #, php-format
1286
  msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
1287
  msgstr "Bearbeite <code>%s</code> und füge folgende Zeile hinzu:<br /> <code>define('WP_CACHE', true);</code><br />Ansonsten wird <strong>WP-Cache nicht ausgeführt</strong> durch Wordpress."
1288
 
1289
+ #: wp-cache.php:1808
1290
  msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
1291
  msgstr "<h3>WP_CACHE-Konstante zu wp-config.php hinzugefügt</h3><p>Wenn diese Warnung wiederholt angezeigt wird, lese bitte zu Punkt 5 in den <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> nach. Die WP_CACHE-Zeile muss nach oben verschoben werden.\"</p>"
1292
 
1293
+ #: wp-cache.php:1830
1294
  msgid "Cache Contents"
1295
  msgstr "Cache-Inhalte"
1296
 
1297
+ #: wp-cache.php:1833
1298
  msgid "Object cache in use. No cache listing available."
1299
  msgstr "Objekt-Cache im Gebrauch. Cache-Listing steht nicht zur Verfügung."
1300
 
1301
+ #: wp-cache.php:1857
1302
  #, php-format
1303
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1304
  msgstr "Supercache-Datei löschen: <strong>%s</strong><br />"
1305
 
1306
+ #: wp-cache.php:1874
1307
  #, php-format
1308
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1309
  msgstr "Datei wp-cache löschen: <strong>%s</strong><br />"
1310
 
1311
+ #: wp-cache.php:1939
1312
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1313
  msgstr "Cache-Statistiken werden nicht automatisch erzeugt. Du musst auf den Link hier unten klicken, um die Statistik für diesen Blog neu zu generieren."
1314
 
1315
+ #: wp-cache.php:1940
1316
  msgid "Regenerate cache stats"
1317
  msgstr "Regeneriere Cache-Statistik"
1318
 
1319
+ #: wp-cache.php:1942
1320
  #, php-format
1321
  msgid "Cache stats last generated: %s minutes ago."
1322
  msgstr "Cache-Statistik zuletzt generiert vor %s Minuten."
1323
 
1324
+ #: wp-cache.php:1948
1325
  msgid "WP-Cache"
1326
  msgstr "WP-Cache"
1327
 
1328
+ #: wp-cache.php:1949
1329
+ #: wp-cache.php:1965
1330
  #, php-format
1331
  msgid "%s Cached Pages"
1332
  msgstr "%s Seiten im Cache"
1333
 
1334
+ #: wp-cache.php:1950
1335
+ #: wp-cache.php:1970
1336
  #, php-format
1337
  msgid "%s Expired Pages"
1338
  msgstr "%s Expired-Pages im Cache"
1339
 
1340
+ #: wp-cache.php:1964
1341
  msgid "WP-Super-Cache"
1342
  msgstr "WP-Super-Cache"
1343
 
1344
+ #: wp-cache.php:1975
1345
  msgid "Fresh WP-Cached Files"
1346
  msgstr "Neue WP-Cache-Dateien"
1347
 
1348
+ #: wp-cache.php:1976
1349
+ #: wp-cache.php:1992
1350
+ #: wp-cache.php:2008
1351
+ #: wp-cache.php:2024
1352
  msgid "URI"
1353
  msgstr "URI"
1354
 
1355
+ #: wp-cache.php:1976
1356
+ #: wp-cache.php:1992
1357
  msgid "Key"
1358
  msgstr "Schlüssel"
1359
 
1360
+ #: wp-cache.php:1976
1361
+ #: wp-cache.php:1992
1362
+ #: wp-cache.php:2008
1363
+ #: wp-cache.php:2024
1364
  msgid "Age"
1365
  msgstr "Alter"
1366
 
1367
+ #: wp-cache.php:1976
1368
+ #: wp-cache.php:1992
1369
+ #: wp-cache.php:2008
1370
+ #: wp-cache.php:2024
1371
  msgid "Delete"
1372
  msgstr "Lösche"
1373
 
1374
+ #: wp-cache.php:1991
1375
  msgid "Stale WP-Cached Files"
1376
  msgstr "Abgelaufene WP-Cache Dateien"
1377
 
1378
+ #: wp-cache.php:2007
1379
  msgid "Fresh Super Cached Files"
1380
  msgstr "Neue Super-Cached Dateien"
1381
 
1382
+ #: wp-cache.php:2023
1383
  msgid "Stale Super Cached Files"
1384
  msgstr "Abgelaufene Super-Cached Dateien"
1385
 
1386
+ #: wp-cache.php:2039
1387
  msgid "Hide file list"
1388
  msgstr "Datei-Liste verbergen"
1389
 
1390
+ #: wp-cache.php:2041
1391
  msgid "Too many cached files, no listing possible."
1392
  msgstr "Zu viele Cache-Dateien, Auflistung nicht möglich."
1393
 
1394
+ #: wp-cache.php:2043
1395
  msgid "List all cached files"
1396
  msgstr "Alle Cache-Dateien auflisten"
1397
 
1398
+ #: wp-cache.php:2049
1399
  #, php-format
1400
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1401
  msgstr "<strong>Garbage Collection</strong><br />Letzte \"Entmüllung\" war vor <strong>%s</strong> Minuten<br />"
1402
 
1403
+ #: wp-cache.php:2050
1404
  #, php-format
1405
  msgid "Next GC in <strong>%s</strong> minutes"
1406
  msgstr "Nächste \"Entmüllung\" in <strong>%s</strong> Minuten"
1407
 
1408
+ #: wp-cache.php:2053
1409
  #, php-format
1410
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1411
  msgstr "Abgelaufene Dateien sind Dateien die älter als %s Sekunden sind. Sie werden noch vom Plugin genutzt und in regelmässigen Abständen gelöscht."
1412
 
1413
+ #: wp-cache.php:2064
1414
  msgid "Delete Expired"
1415
  msgstr "Abgelaufene löschen"
1416
 
1417
+ #: wp-cache.php:2070
1418
+ #: wp-cache.php:2082
1419
+ #: wp-cache.php:2245
1420
  msgid "Delete Cache"
1421
  msgstr "Cache leeren"
1422
 
1423
+ #: wp-cache.php:2082
1424
  msgid "Delete Super Cache cached files (opens in new window)"
1425
  msgstr "Lösche Super-Cache gecachede Dateien (öffnet in neuem Fenster)"
1426
 
1427
+ #: wp-cache.php:2221
1428
  #, php-format
1429
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1430
  msgstr "%1$s ist \"schlag- und rüttelfest\" dank dem Caching von %2$s"
1431
 
1432
+ #: wp-cache.php:2254
1433
  #, php-format
1434
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1435
  msgstr "WP-Super-Cache muss konfiguriert werden. Gehe zu den <a href=\"%s\">Einstellungen</a>, um das Plugin zu aktivieren und zu konfigurieren."
1436
 
1437
+ #: wp-cache.php:2260
1438
  msgid "Settings"
1439
  msgstr "Einstellungen"
1440
 
1441
+ #: wp-cache.php:2270
1442
  #, php-format
1443
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1444
  msgstr "WP-Super-Cache ist deaktiviert. Bitte gehe zur <a href=\"%s\">Seite der Plugin-Administration</a> um Caching zu aktivieren."
1445
 
1446
+ #: wp-cache.php:2273
1447
+ #, php-format
1448
+ msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
1449
+ msgstr "Achtung! WP Super-Cache Caching abgebrochenn! Das Skript advanced-cache.php konnte wp-cache-phase1.php nicht aufrufen.<br /><br />Bitte bearbeite %1$s/advanced-cache.php und stelle sicher, daß der Pfad %2$swp-cache-phase1.php korrekt ist."
1450
+
1451
+ #: wp-cache.php:2292
1452
  #, php-format
1453
  msgid "[%s] Front page is gzipped! Please clear cache!"
1454
  msgstr "[%s] Startseite mit Gzip komprimiert! Bitte den Cache leeren."
1455
 
1456
+ #: wp-cache.php:2292
1457
  #, php-format
1458
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1459
  msgstr "Bitte gehe zu %s um den Cache zu leeren, da die Startseite deiner Website gerade heruntergeladen wird!"
1460
 
1461
+ #: wp-cache.php:2295
1462
  #, php-format
1463
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1464
  msgstr "[%s] Startseite mit Gzip komprimiert! Cache geleert!"
1465
 
1466
+ #: wp-cache.php:2295
1467
  #, php-format
1468
  msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
1469
  msgstr "Der Cache deines Blogs wurde geleert, da die Startseite gerade runterlädt. Bitte gehe zu %s um sicherzustellen, dass der Cache bereinigt ist."
1470
 
1471
+ #: wp-cache.php:2302
1472
  #, php-format
1473
  msgid "[%s] Front page is not correct! Please clear cache!"
1474
  msgstr "[%s] Startseite ist nicht in Ordnung! Bitte den Cache leeren!"
1475
 
1476
+ #: wp-cache.php:2302
1477
  #, php-format
1478
  msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
1479
  msgstr "Bitte gehe zu %1$s um den Cache zu leeren, da deine Startseite nicht in Ordnung zu sein scheint und der Text fehlt, \"%2$s\"!"
1480
 
1481
+ #: wp-cache.php:2305
1482
  #, php-format
1483
  msgid "[%s] Front page is not correct! Cache Cleared!"
1484
  msgstr "[%s] Startseite nicht in Ordnung! Cache geleert!"
1485
 
1486
+ #: wp-cache.php:2305
1487
  #, php-format
1488
  msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
1489
  msgstr "Der Cache deines Blogs wurde geleert, da der Text \"%2$s\" nicht auf der Startseite ist. Bitte gehe zu %1$s um sicherzustellen, dass der Cache bereinigt ist."
1490
 
1491
+ #: wp-cache.php:2310
1492
  #, php-format
1493
  msgid "[%s] Front page check!"
1494
  msgstr "[%s] Startseiten-Check!"
1495
 
1496
+ #: wp-cache.php:2310
1497
  #, php-format
1498
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1499
  msgstr "WP-Super-Cache hat die Startseite deines Blogs überprüft. Bitte gehe zu %s, wenn Du die Funktion deaktivieren möchtest."
1500
 
1501
+ #: wp-cache.php:2353
1502
  msgid "Cannot update .htaccess"
1503
  msgstr "Kann .htaccess nicht aktualisieren"
1504
 
1505
+ #: wp-cache.php:2353
1506
  #, php-format
1507
  msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
1508
  msgstr "Die Datei <code>%s.htaccess</code> kann vom Webserver nicht aktualisiert werden. Bitte ändere das per CHMOD-Command oder FTP-Programm."
1509
 
1510
+ #: wp-cache.php:2353
1511
  msgid "Refresh this page when the file permissions have been modified."
1512
  msgstr "Lade diese Seite neu, wenn die Datei-Berechtigungen geändert wurden."
1513
 
1514
+ #: wp-cache.php:2353
1515
  #, php-format
1516
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1517
  msgstr "Alternativ dazu kannst Du deine <code>%s.htaccess</code> manuell bearbeiten und folgenden Code einfügen (oberhalb aller WordPress-Einträge): "
1518
 
1519
+ #: wp-cache.php:2357
1520
  #, php-format
1521
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1522
  msgstr "Um statische HTML-Dateien zu erstellen, benötigt dein Server die korrekten \"mod_rewrite rules\" in der Datei <code>%s.htaccess</code>."
1523
 
1524
+ #: wp-cache.php:2358
1525
  msgid "You can edit the file yourself add the following rules."
1526
  msgstr "Du kannst die Datei selbst bearbeiten und folgende Regeln hinzufügen."
1527
 
1528
+ #: wp-cache.php:2359
1529
  msgid " Make sure they appear before any existing WordPress rules. "
1530
  msgstr " Stelle sicher dass sie oberhalb sämtlicher WordPress-Regeln stehen. "
1531
 
1532
+ #: wp-cache.php:2367
1533
  msgid "Update Mod_Rewrite Rules"
1534
  msgstr "Mod Rewrite Rules aktualisieren"
1535
 
1536
+ #: wp-cache.php:2474
1537
  #, php-format
1538
  msgid "[%1$s] Cache Preload Started"
1539
  msgstr "Cache-Preload gestartet"
1540
 
1541
+ #: wp-cache.php:2476
1542
  #, php-format
1543
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1544
  msgstr "[%1$s] Beiträge von %2$d bis %3$d werden aktualisiert"
1545
 
1546
+ #: wp-cache.php:2494
1547
+ #, php-format
1548
+ msgid "[%1$s] Cache Preload Stopped"
1549
+ msgstr "Cache-Preload abgestellt"
1550
+
1551
+ #: wp-cache.php:2503
1552
  #, php-format
1553
  msgid "[%1$s] %2$d posts refreshed"
1554
  msgstr "[%1$s] %2$d Beiträge aktualisiert"
1555
 
1556
+ #: wp-cache.php:2503
1557
  msgid "Refreshed the following posts:"
1558
  msgstr "Folgenende Beiträge aktualisiert: "
1559
 
1560
+ #: wp-cache.php:2512
1561
  #, php-format
1562
  msgid "Scheduling next preload refresh in %d minutes."
1563
  msgstr "Nächste \"Preload\"-Aktualisierung in %d Minuten eingeplant."
1564
 
1565
+ #: wp-cache.php:2522
1566
  #, php-format
1567
  msgid "[%s] Cache Preload Completed"
1568
  msgstr "[%s] Cache-Preload abgeschlossen!"
1569
 
1570
+ #: wp-cache.php:2522
1571
  msgid "Cleaning up old supercache files."
1572
  msgstr "Alte Supercache-Dateien bereinigen."
1573
 
1574
+ #: wp-cache.php:2564
1575
  #, php-format
1576
  msgid "[%s] Preload may have stalled."
1577
  msgstr "\"Preload\" evtl. unterbrochen."
1578
 
1579
+ #: wp-cache.php:2564
1580
  #, php-format
1581
  msgid ""
1582
  "Preload has been restarted.\n"
1583
  "%s"
1584
  msgstr ""
1585
  "\"Preload\" wurde neu gestartet \n"
1586
+ "\v%s"
1587
 
languages/wp-super-cache-zh_TW.mo CHANGED
Binary file
languages/wp-super-cache-zh_TW.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Super Cache (Traditional Chinese)\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
5
- "POT-Creation-Date: 2010-11-22 17:30+0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Liang, Jih-Kai <privism@gmail.com>\n"
8
  "Language-Team: privism <privism@gmail.com>\n"
@@ -13,24 +13,62 @@ msgstr ""
13
  "X-Poedit-Country: TAIWAN\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
 
16
- #: ossdl-cdn.php:105
17
  msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
18
- msgstr "你的網站可能使用了許多的靜態檔案。圖片、Javascript、CSS檔案通常都是靜態檔案,所以可以很簡單地使用另一個站台或CDN來服務。所以這個外掛會根據你下面所提供的URL,取代你的網站中<code>wp-content</code>和<code>wp-includes</code>目錄下除了PHP檔案以外的任何連結。用這個方式,你可以把所有的靜態內容拷貝到一個專用的主機或或使用<a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>鏡射到CDN上。"
19
 
20
- #: ossdl-cdn.php:106
21
  #, php-format
22
  msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
23
  msgstr "<strong style=\"color: red\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的CDN服務完全正常。"
24
 
25
- #: ossdl-cdn.php:107
26
  msgid "You can define different CDN URLs for each site on a multsite network."
27
  msgstr "你可以為多站台網路中的每個站台定義不同的CDN URL。"
28
 
29
- #: ossdl-cdn.php:134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  msgid "Save Changes"
31
  msgstr "儲存變更"
32
 
33
- #: ossdl-cdn.php:136
34
  msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
35
  msgstr "CDN 功能由<a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a>提供,作者為<a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
36
 
@@ -43,16 +81,16 @@ msgid "Awaiting Moderation"
43
  msgstr "Awaiting Moderation"
44
 
45
  #: plugins/awaitingmoderation.php:34
46
- #: plugins/badbehaviour.php:63
47
  #: plugins/domain-mapping.php:60
48
- #: wp-cache.php:1164
49
  msgid "Enabled"
50
  msgstr "啟用"
51
 
52
  #: plugins/awaitingmoderation.php:35
53
- #: plugins/badbehaviour.php:64
54
  #: plugins/domain-mapping.php:61
55
- #: wp-cache.php:1164
56
  msgid "Disabled"
57
  msgstr "停用"
58
 
@@ -61,15 +99,15 @@ msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting
61
  msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
62
 
63
  #: plugins/awaitingmoderation.php:40
64
- #: plugins/badbehaviour.php:69
65
  #: plugins/domain-mapping.php:66
66
  #: plugins/searchengine.php:69
67
- #: wp-cache.php:1523
68
  msgid "enabled"
69
  msgstr "已啟用"
70
 
71
  #: plugins/awaitingmoderation.php:42
72
- #: plugins/badbehaviour.php:71
73
  #: plugins/domain-mapping.php:68
74
  #: plugins/searchengine.php:67
75
  msgid "disabled"
@@ -81,32 +119,32 @@ msgid "Awaiting Moderation is now %s"
81
  msgstr "Awaiting Moderation 外掛模組 %s"
82
 
83
  #: plugins/awaitingmoderation.php:45
84
- #: plugins/badbehaviour.php:74
85
  #: plugins/domain-mapping.php:71
86
  msgid "Update"
87
  msgstr "更新"
88
 
89
- #: plugins/badbehaviour.php:45
90
  msgid "Bad Behaviour not found. Please check your install."
91
  msgstr "找不到 Bad Behaviour. 請檢查你的安裝。"
92
 
93
- #: plugins/badbehaviour.php:61
94
  msgid "Bad Behavior"
95
  msgstr "Bad Behavior"
96
 
97
- #: plugins/badbehaviour.php:66
98
  #, php-format
99
  msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
100
  msgstr "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")"
101
 
102
- #: plugins/badbehaviour.php:72
103
  #, php-format
104
  msgid "Bad Behavior support is now %s"
105
  msgstr "Bad Behaviour 外掛模組 %s"
106
 
107
- #: plugins/badbehaviour.php:81
108
- #: wp-cache.php:1254
109
- #: wp-cache.php:1256
110
  msgid "Warning!"
111
  msgstr "警告!"
112
 
@@ -129,7 +167,7 @@ msgstr "Domain Mapping外掛模組已被偵測到!請到Supercache外掛頁面
129
 
130
  #: plugins/searchengine.php:61
131
  #: plugins/searchengine.php:76
132
- #: wp-cache.php:1177
133
  msgid "Disable"
134
  msgstr "停用"
135
 
@@ -143,7 +181,7 @@ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsad
143
  msgstr "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
144
 
145
  #: plugins/searchengine.php:74
146
- #: wp-cache.php:1177
147
  msgid "Enable"
148
  msgstr "啟用"
149
 
@@ -152,1382 +190,1387 @@ msgstr "啟用"
152
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
153
  msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
154
 
155
- #: wp-cache.php:146
156
  msgid "Warning! PHP Safe Mode Enabled!"
157
  msgstr "警告!PHP 安全模式已啟用!"
158
 
159
- #: wp-cache.php:147
160
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
161
  msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
162
 
163
- #: wp-cache.php:151
164
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
165
  msgstr "你的伺服器設定為先檢查 PHP 程式擁有者才可以存取檔案。"
166
 
167
- #: wp-cache.php:152
168
  #, php-format
169
  msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
170
  msgstr "你或管理員可以透過變更外掛程式群組的所有者使其與伺服器使用者一致,進而讓其運作。%s/cache/ 目錄的所有者也必須變更。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。"
171
 
172
- #: wp-cache.php:154
173
  msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
174
  msgstr "你或管理員必須先停用此項目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。很抱歉,這無法在 .htaccess 檔案裡停用。它必須在 php.ini 設定檔中完成。"
175
 
176
- #: wp-cache.php:160
177
  msgid "Permlink Structure Error"
178
  msgstr "固定網址結構錯誤"
179
 
180
- #: wp-cache.php:161
181
  msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
182
  msgstr "外掛要正常運作,必須有自定url或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。"
183
 
184
- #: wp-cache.php:173
185
  #, php-format
186
  msgid "Warning! Your hostname \"%s\" resolves to %s"
187
  msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
188
 
189
- #: wp-cache.php:174
190
  #, php-format
191
  msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
192
  msgstr "你的伺服器認為你的主機名稱解析到 %s. WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。"
193
 
194
- #: wp-cache.php:175
195
- #: wp-cache.php:189
196
  #, php-format
197
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
198
  msgstr "請參閱readme.txt第16項<a href=\"%s\">錯誤排除段落</a>"
199
 
200
- #: wp-cache.php:188
201
  msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
202
  msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
203
 
204
- #: wp-cache.php:203
205
  msgid "Cannot continue... fix previous problems and retry."
206
  msgstr "無法繼續... 解決前述問題然後重試。"
207
 
208
- #: wp-cache.php:212
209
  msgid "Zlib Output Compression Enabled!"
210
  msgstr "Zlib輸出壓縮已被啟用!"
211
 
212
- #: wp-cache.php:213
213
  msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
214
  msgstr "PHP頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改你的php.ini的說明。"
215
 
216
- #: wp-cache.php:217
217
  msgid "Mod rewrite may not be installed!"
218
  msgstr "Mod rewrite 可能沒有安裝!"
219
 
220
- #: wp-cache.php:218
221
  msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
222
  msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。"
223
 
224
- #: wp-cache.php:223
225
  msgid "Read Only Mode. Configuration cannot be changed."
226
  msgstr "唯讀模式。設定無法變更。"
227
 
228
- #: wp-cache.php:224
229
  #, php-format
230
  msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
231
  msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須可以從伺服器端進行寫入。"
232
 
233
- #: wp-cache.php:225
234
  msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writeable and it should be fine."
235
  msgstr "最簡單的方式是使用CHMOD指令或透過FTP程式來變更權限。請確保它們正確並可以寫入。"
236
 
237
- #: wp-cache.php:226
238
  msgid "Writeable:"
239
  msgstr "可寫入:"
240
 
241
- #: wp-cache.php:227
242
  msgid "Readonly:"
243
  msgstr "唯讀:"
244
 
245
- #: wp-cache.php:239
246
  #, php-format
247
  msgid "Warning! %s is writeable!"
248
  msgstr "警告!%s 可寫入!"
249
 
250
- #: wp-cache.php:240
251
  #, php-format
252
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
253
  msgstr "你應該變更 %s 權限使其更加嚴密。使用你的FTP程式,或是按照以下指令來解決:"
254
 
255
- #: wp-cache.php:248
256
  msgid "Mobile rewrite rules detected"
257
  msgstr "行動裝置重寫規則檢測"
258
 
259
- #: wp-cache.php:249
260
  msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
261
  msgstr "為了獲得最好的效能,你應該啟用\"行動裝置支援\",或從你的 .htaccess 刪除行動裝置重寫規則。尋找包含 \"2.0\\ MMP|240x320\" 字串的兩行並刪除它們。"
262
 
263
- #: wp-cache.php:249
264
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
265
  msgstr "不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。"
266
 
267
- #: wp-cache.php:255
268
- #: wp-cache.php:266
269
  msgid "Rewrite rules must be updated"
270
  msgstr "Mod Rewrite 規則必須更新!"
271
 
272
- #: wp-cache.php:256
273
- #: wp-cache.php:267
274
  msgid "The rewrite rules required by this plugin have changed or are missing. "
275
  msgstr "這個外掛所需的rewrite規則已被變更或不存在。"
276
 
277
- #: wp-cache.php:257
278
  msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
279
  msgstr "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(根據個人需求):"
280
 
281
- #: wp-cache.php:258
282
  msgid "Set the plugin to legacy mode and enable mobile support."
283
  msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
284
 
285
- #: wp-cache.php:259
286
- #: wp-cache.php:268
287
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
288
  msgstr "捲動到進階選項頁面的下方並點擊<strong>更新Mod_Rewrite規則</strong>按鈕。"
289
 
290
- #: wp-cache.php:260
291
  #, php-format
292
  msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
293
  msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段的 mod_rewrite 規則,重新載入頁面讓外掛可以再次產生它們。"
294
 
295
- #: wp-cache.php:261
296
  #, php-format
297
  msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
298
  msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段。這兩部分看起來非常相似。只要在 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增這一行(這動作要做兩次,一個區段一次):"
299
 
300
- #: wp-cache.php:274
301
  msgid "Required to serve compressed supercache files properly."
302
  msgstr "需要正確的supercache壓縮檔案。"
303
 
304
- #: wp-cache.php:274
305
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
306
  msgstr "需要在supercache頁面設定快取訊息。IE7使用者將會看到沒有這個模組的舊頁面。"
307
 
308
- #: wp-cache.php:274
309
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
310
  msgstr "設定supercached快取過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。"
311
 
312
- #: wp-cache.php:281
313
  msgid "Missing Apache Modules"
314
  msgstr "Apache 模組遺失"
315
 
316
- #: wp-cache.php:282
317
  msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
318
  msgstr "以下的Apache模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的Supercache模式,你的訪客可能會看到損壞的網頁或是過時的內容。"
319
 
320
- #: wp-cache.php:433
321
  msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
322
  msgstr "<strong>警告!</strong> 你試著要開啟壓縮,但是<code>zlib.output_compression</code>已被啟用。 參見讀我檔案裡錯誤排除段落第21條。"
323
 
324
- #: wp-cache.php:524
325
  msgid "WP Super Cache Settings"
326
  msgstr "WP Super Cache 狀態"
327
 
328
- #: wp-cache.php:535
329
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
330
  msgstr "注意:<em>Mod_rewrite或傳統快取已被開啟。</em> 預設顯示進階選項頁面。"
331
 
332
- #: wp-cache.php:546
333
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
334
  msgstr "設定檔已變更。某些數值可能錯誤。再次從\"設定\"選單讀取頁面後重設它們。"
335
 
336
- #: wp-cache.php:566
337
- #: wp-cache.php:640
338
  msgid "Caching must be enabled to use this feature"
339
  msgstr "必須啟用快取才能使用這個功能"
340
 
341
- #: wp-cache.php:568
342
  msgid "Cache Tester"
343
  msgstr "快取測試"
344
 
345
- #: wp-cache.php:569
346
  msgid "Test your cached website by clicking the test button below."
347
  msgstr "請按下面的測試按鈕以測試你的網站快取。"
348
 
349
- #: wp-cache.php:576
350
  #, php-format
351
  msgid "Fetching %s to prime cache: "
352
  msgstr "抓取 %s 至主要快取:"
353
 
354
- #: wp-cache.php:578
355
- #: wp-cache.php:585
356
- #: wp-cache.php:592
357
  msgid "OK"
358
  msgstr "完成"
359
 
360
- #: wp-cache.php:583
361
  #, php-format
362
  msgid "Fetching first copy of %s: "
363
  msgstr "抓取第一份%s:"
364
 
365
- #: wp-cache.php:590
366
  #, php-format
367
  msgid "Fetching second copy of %s: "
368
  msgstr "抓取第二份%s:"
369
 
370
- #: wp-cache.php:596
371
  msgid "One or more page requests failed:"
372
  msgstr "一個或以上的頁面要求失敗:"
373
 
374
- #: wp-cache.php:615
375
- #: wp-cache.php:616
376
  #, php-format
377
  msgid "Page %d: %d (%s)"
378
  msgstr "頁面 %d: %d (%s)"
379
 
380
- #: wp-cache.php:622
381
  #, php-format
382
  msgid "Page 1: %s"
383
  msgstr "頁面1: %s"
384
 
385
- #: wp-cache.php:623
386
  #, php-format
387
  msgid "Page 2: %s"
388
  msgstr "頁面2: %s"
389
 
390
- #: wp-cache.php:624
391
  msgid "The timestamps on both pages match!"
392
  msgstr "頁面時間標籤相符!"
393
 
394
- #: wp-cache.php:626
395
  msgid "The pages do not match! Timestamps differ or were not found!"
396
  msgstr "無頁面時間標籤或標籤不相符"
397
 
398
- #: wp-cache.php:632
399
  msgid "Send non-secure (non https) request for homepage"
400
  msgstr "要非加密(非https)傳輸要求首頁"
401
 
402
- #: wp-cache.php:633
403
  msgid "Test Cache"
404
  msgstr "測試快取"
405
 
406
- #: wp-cache.php:658
407
- #: wp-cache.php:789
408
  msgid "Cancel Cache Preload"
409
  msgstr "取消快取預先載入"
410
 
411
- #: wp-cache.php:666
412
- #: wp-cache.php:677
413
  msgid "Scheduled preloading of cache cancelled."
414
  msgstr "預載快取排程已被取消。"
415
 
416
- #: wp-cache.php:703
417
- #: wp-cache.php:787
418
  msgid "Preload Cache Now"
419
  msgstr "馬上開始預先載入"
420
 
421
- #: wp-cache.php:707
422
  msgid "Scheduled preloading of cache in 10 seconds."
423
  msgstr "預載快取將在十秒之後開始。"
424
 
425
- #: wp-cache.php:712
426
  #, php-format
427
  msgid "Scheduled preloading of cache in %d minutes"
428
  msgstr "下次預載快取排程時間:%d分鐘後"
429
 
430
- #: wp-cache.php:716
431
  msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
432
  msgstr "這會快取你網站上所有已發布的文章和頁面。它會產生supercache靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的Google排名有幫助,因為他們也將網站速度納入衡量項目之一。"
433
 
434
- #: wp-cache.php:717
435
  msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
436
  msgstr "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多(10,000+)文章的時候,可能只會有新文章被快取到。這在分享主機上特別重要。"
437
 
438
- #: wp-cache.php:718
439
  msgid "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
440
  msgstr "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的supercache檔案。這是預先載入的建議設定。"
441
 
442
- #: wp-cache.php:722
443
  #, php-format
444
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
445
  msgstr "每%s分鐘更新預載快取檔案。(0關閉,最低%d分鐘。)"
446
 
447
- #: wp-cache.php:735
448
  msgid "all"
449
  msgstr "所有"
450
 
451
- #: wp-cache.php:748
452
  #, php-format
453
  msgid "Preload %s posts."
454
  msgstr "預先載入 %s 篇文章。"
455
 
456
- #: wp-cache.php:755
457
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
458
  msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
459
 
460
- #: wp-cache.php:758
461
  msgid "Send me status emails when files are refreshed."
462
  msgstr "當檔案被更新的時候寄信給我。"
463
 
464
- #: wp-cache.php:763
465
  msgid "Many emails, 2 emails per 100 posts."
466
  msgstr "很多信件,每一百篇文章二封信。"
467
 
468
- #: wp-cache.php:766
469
  msgid "Medium, 1 email per 100 posts."
470
  msgstr "中等,每一百篇文章一封信。"
471
 
472
- #: wp-cache.php:769
473
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
474
  msgstr "較少信件,開始的時候一封還有結束的時候一封。"
475
 
476
- #: wp-cache.php:773
477
  #, php-format
478
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
479
  msgstr "在%d小時%d分鐘%d秒之後更新快取。"
480
 
481
- #: wp-cache.php:774
482
  #, php-format
483
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
484
  msgstr "完整更新快取,耗費了%d小時%d分鐘%d秒。"
485
 
486
- #: wp-cache.php:780
487
  #, php-format
488
  msgid "Currently caching from post %d to %d."
489
  msgstr "目前正在快取第%d到%d篇文章。"
490
 
491
- #: wp-cache.php:784
492
  #, php-format
493
  msgid "<strong>Page last cached:</strong> %s"
494
  msgstr "<strong>最新快取頁面:</strong> %s"
495
 
496
- #: wp-cache.php:787
497
  msgid "Update Settings"
498
  msgstr "更新狀態"
499
 
500
- #: wp-cache.php:795
501
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
502
  msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。"
503
 
504
- #: wp-cache.php:810
505
- #: wp-cache.php:904
506
  msgid "Caching"
507
  msgstr "快取"
508
 
509
- #: wp-cache.php:814
510
  msgid "Cache hits to this website for quick access."
511
  msgstr "啟用快取以加速對本網站的存取"
512
 
513
- #: wp-cache.php:814
514
- #: wp-cache.php:815
515
- #: wp-cache.php:832
516
  #: wp-cache.php:837
517
- #: wp-cache.php:840
518
- #: wp-cache.php:841
519
- #: wp-cache.php:907
 
520
  msgid "Recommended"
521
  msgstr "建議選項"
522
 
523
- #: wp-cache.php:815
524
  msgid "Use mod_rewrite to serve cache files."
525
  msgstr "使用mod_rewrite快取"
526
 
527
- #: wp-cache.php:816
528
  msgid "Use PHP to serve cache files."
529
  msgstr "使用PHP快取"
530
 
531
- #: wp-cache.php:817
532
  msgid "Legacy page caching."
533
  msgstr "傳統快取模式"
534
 
535
- #: wp-cache.php:818
536
  msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
537
  msgstr "Mod_rewrite快取是最快的,PHP快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的調性且同樣容易上手。新使用者應該使用PHP快取。"
538
 
539
- #: wp-cache.php:824
540
  msgid "Miscellaneous"
541
  msgstr "雜項"
542
 
543
- #: wp-cache.php:830
544
  msgid "Warning! Compression is disabled as gzencode() function not found."
545
  msgstr "警告!因為找不到gzencode()函式,壓縮已被停用。"
546
 
547
- #: wp-cache.php:832
548
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
549
  msgstr "壓縮網頁,讓使用者能更快觀看"
550
 
551
- #: wp-cache.php:833
552
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
553
  msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
554
 
555
- #: wp-cache.php:837
556
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
557
  msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
558
 
559
- #: wp-cache.php:838
560
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
561
  msgstr "304支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。"
562
 
563
- #: wp-cache.php:840
564
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
565
  msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。"
566
 
567
- #: wp-cache.php:841
568
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
569
  msgstr "重建快取。當新檔案重建的時候,提供supercache檔案給匿名使用者。"
570
 
571
- #: wp-cache.php:842
572
  msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
573
  msgstr "告訴全世界你的伺服器已使用快取!(在你的部落格底部放置一段訊息)"
574
 
575
- #: wp-cache.php:848
576
- #: wp-cache.php:1016
577
- #: wp-cache.php:1536
578
  msgid "Advanced"
579
  msgstr "進階選項"
580
 
581
- #: wp-cache.php:852
582
  msgid "Mobile device support."
583
  msgstr "行動裝置支援。"
584
 
585
- #: wp-cache.php:853
586
  msgid "Clear all cache files when a post or page is published."
587
  msgstr "當有文章或網誌分頁發佈時清除所有快取。"
588
 
589
- #: wp-cache.php:854
590
  msgid "Only refresh current page when comments made."
591
  msgstr "當迴響發佈時,只更新目前頁面。"
592
 
593
- #: wp-cache.php:855
594
  msgid "List the newest cached pages on this page."
595
  msgstr "在本頁列出最新的快取頁面。"
596
 
597
- #: wp-cache.php:857
598
  msgid "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
599
  msgstr "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>"
600
 
601
- #: wp-cache.php:859
602
  msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
603
  msgstr "延遲初始化,在WordPress載入之後再顯示快取。通常使用在傳統模式。"
604
 
605
- #: wp-cache.php:861
606
  msgid "Use object cache to store cached files."
607
  msgstr "使用object快取來儲存快取檔案。"
608
 
609
- #: wp-cache.php:861
610
  msgid "(Experimental)"
611
  msgstr "(實驗選項)"
612
 
613
- #: wp-cache.php:868
614
  msgid "Note:"
615
  msgstr "備註:"
616
 
617
- #: wp-cache.php:870
618
  #, php-format
619
  msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
620
  msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)"
621
 
622
- #: wp-cache.php:871
623
  #, php-format
624
  msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
625
  msgstr "反安裝資訊請參見<a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找\"How to uninstall WP Super Cache\"標題。"
626
 
627
- #: wp-cache.php:872
628
  #, php-format
629
  msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
630
  msgstr "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。"
631
 
632
- #: wp-cache.php:875
633
- #: wp-cache.php:922
634
  msgid "Update Status"
635
  msgstr "更新狀態"
636
 
637
- #: wp-cache.php:882
638
  msgid "Accepted Filenames &amp; Rejected URIs"
639
  msgstr "接受的檔案名稱和拒絕的URI"
640
 
641
- #: wp-cache.php:907
642
  msgid "Caching On"
643
  msgstr "開啟快取"
644
 
645
- #: wp-cache.php:908
646
  msgid "Caching Off"
647
  msgstr "關閉快取"
648
 
649
- #: wp-cache.php:909
650
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
651
  msgstr "啟用PHP快取,重建快取,以及行動裝置支援"
652
 
653
- #: wp-cache.php:919
654
  msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
655
  msgstr "注意:PHP快取已被啟用,但偵測到Supercache mod_rewrite規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的.htaccess檔以移除SuperCache規則。"
656
 
657
- #: wp-cache.php:924
658
  msgid "Recommended Links and Plugins"
659
  msgstr "建議連結及外掛"
660
 
661
- #: wp-cache.php:925
662
  msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
663
  msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
664
 
665
- #: wp-cache.php:926
666
  #, php-format
667
  msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
668
- msgstr "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a> 一個減少快取面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
669
 
670
- #: wp-cache.php:927
671
  #, php-format
672
  msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
673
  msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是Firefox附加元件Firebug的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。"
674
 
675
- #: wp-cache.php:928
676
  #, php-format
677
  msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
678
- msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從Google的服務器上載入一些常用的Javascript函式庫。很諷刺的是它會降低你的Yslow分數。"
679
 
680
- #: wp-cache.php:929
681
  #, php-format
682
  msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
683
  msgstr "<strong>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用.htaccess規則來進行快取。"
684
 
685
- #: wp-cache.php:930
686
  #, php-format
687
  msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
688
- msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從<a href=\"%s\">Memcached</a>,<a href=\"%s\">XCache</a>,<a href=\"%s\">eAcccelerator</a>或其它的加速器中選擇一個。"
689
 
690
- #: wp-cache.php:941
691
  msgid "Make WordPress Faster"
692
  msgstr "讓 WordPress 更快速"
693
 
694
- #: wp-cache.php:942
695
  #, php-format
696
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
697
  msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。"
698
 
699
- #: wp-cache.php:943
700
  #, php-format
701
  msgid "He blogs at %1$s and posts photos at %2$s."
702
  msgstr "我的部落格在 %1$s,相簿在 %2$s."
703
 
704
- #: wp-cache.php:944
705
  #, php-format
706
  msgid "Please say hi to him on %s too!"
707
  msgstr "在%s上向我問好!"
708
 
709
- #: wp-cache.php:945
710
  msgid "Need Help?"
711
  msgstr "需要幫助?"
712
 
713
- #: wp-cache.php:947
714
  #, php-format
715
  msgid "<a href=\"%1$s\">Installation Help</a>"
716
  msgstr "<a href=\"%1$s\">安裝指南</a>"
717
 
718
- #: wp-cache.php:948
719
  #, php-format
720
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
721
  msgstr "<a href=\"%1$s\">常見問題</a>"
722
 
723
- #: wp-cache.php:949
724
  #, php-format
725
  msgid "<a href=\"%1$s\">Support Forum</a>"
726
  msgstr "<a href=\"%1$s\">支援論壇</a>"
727
 
728
- #: wp-cache.php:951
729
  msgid "Rate This Plugin!"
730
  msgstr "為這個外掛評分!"
731
 
732
- #: wp-cache.php:952
733
  #, php-format
734
  msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
735
- msgstr "請為這個外掛<a href=\"%s\">評份</a>,並告訴我它正不正常。這對開發非常有幫助。"
736
 
737
- #: wp-cache.php:961
738
  #, php-format
739
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
740
  msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
741
 
742
- #: wp-cache.php:962
743
  msgid "Newest Cached Pages:"
744
  msgstr "最新的快取頁面:"
745
 
746
- #: wp-cache.php:966
747
  #, php-format
748
  msgid "Cached %s seconds ago"
749
  msgstr "已快取 %s 秒"
750
 
751
- #: wp-cache.php:969
752
  msgid "(may not always be accurate on busy sites)"
753
  msgstr "(在忙碌的網站上未必準確)"
754
 
755
- #: wp-cache.php:988
756
  msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
757
  msgstr "快取外掛是wp-super-cache裡plugin資料夾中的一些PHP程式。它們在Supercache載入的時候就會被載入,比一般的WordPress plugin要早得多。"
758
 
759
- #: wp-cache.php:989
760
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
761
  msgstr "這是一個非常進階的功能,只有對PHP和Wordpress動作都非常了解的人才能撰寫。"
762
 
763
- #: wp-cache.php:999
764
  msgid "Available Plugins"
765
  msgstr "可使用的外掛"
766
 
767
- #: wp-cache.php:1016
768
  msgid "Easy"
769
  msgstr "簡易模式"
770
 
771
- #: wp-cache.php:1016
772
  msgid "CDN"
773
  msgstr "CDN"
774
 
775
- #: wp-cache.php:1016
776
  msgid "Tester & Contents"
777
  msgstr "測試及內容"
778
 
779
- #: wp-cache.php:1016
780
  msgid "Preload"
781
  msgstr "預先載入"
782
 
783
- #: wp-cache.php:1016
784
  msgid "Plugins"
785
  msgstr "外掛"
786
 
787
- #: wp-cache.php:1016
788
  msgid "Debug"
789
  msgstr "除錯設定"
790
 
791
- #: wp-cache.php:1047
792
  #, php-format
793
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
794
  msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。s"
795
 
796
- #: wp-cache.php:1049
797
  #, php-format
798
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
799
  msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。"
800
 
801
- #: wp-cache.php:1059
802
  msgid "Mod Rewrite Rules"
803
  msgstr "Mod Rewrite 規則"
804
 
805
- #: wp-cache.php:1065
806
  msgid "WordPress MU Detected"
807
  msgstr "WordPress MU 檢測"
808
 
809
- #: wp-cache.php:1065
810
  msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
811
  msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
812
 
813
- #: wp-cache.php:1067
814
  msgid "Mod Rewrite rules cannot be updated!"
815
  msgstr "Mod Rewrite 規則無法更新!"
816
 
817
- #: wp-cache.php:1068
818
  #, php-format
819
  msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
820
  msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的 mod_rewrite 規則:"
821
 
822
- #: wp-cache.php:1070
823
  msgid "Refresh this page when you have updated your .htaccess file."
824
  msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
825
 
826
- #: wp-cache.php:1074
827
  msgid "Thank you for upgrading."
828
  msgstr "感謝升級。"
829
 
830
- #: wp-cache.php:1074
831
  #, php-format
832
  msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
833
  msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的supercache規則更新前,你必須先刪除舊的supercache規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
834
 
835
- #: wp-cache.php:1078
836
  msgid "Trailing slash check required."
837
  msgstr "尾端斜線的檢查是必須的。"
838
 
839
- #: wp-cache.php:1078
840
  msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
841
  msgstr "看起來你的部落格有以\"/\"結束的URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的bug,也就是相同的內容卻不是被指向正確的URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
842
 
843
- #: wp-cache.php:1080
844
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
845
  msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則"
846
 
847
- #: wp-cache.php:1094
848
  msgid "Mod Rewrite rules updated!"
849
  msgstr "Mod Rewrite 規則已更新!"
850
 
851
- #: wp-cache.php:1095
852
  #, php-format
853
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
854
  msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
855
 
856
- #: wp-cache.php:1097
857
  msgid "Mod Rewrite rules must be updated!"
858
  msgstr "Mod Rewrite 規則必須更新!"
859
 
860
- #: wp-cache.php:1098
861
  #, php-format
862
  msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
863
  msgstr "你的%s.htaccess無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:"
864
 
865
- #: wp-cache.php:1103
866
  #, php-format
867
  msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
868
  msgstr "在你的%s.htaccess檔案中已經檢測到WP Super Cache重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
869
 
870
- #: wp-cache.php:1106
871
  msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
872
  msgstr "發現.htaccess的rewrite規則和外掛rewrite規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新Mod_Rewrite規則」按鈕以更新規則。"
873
 
874
- #: wp-cache.php:1109
875
  msgid "View Mod_Rewrite Rules"
876
  msgstr "查看 Mod_Rewrite 規則"
877
 
878
- #: wp-cache.php:1113
879
- #: wp-cache.php:2350
880
  #, php-format
881
  msgid "Rules must be added to %s too:"
882
  msgstr "也必須新增到%s的規則:"
883
 
884
- #: wp-cache.php:1121
885
  #, php-format
886
  msgid "Gzip encoding rules in %s.htaccess created."
887
  msgstr "%s.htaccess上Gzip規則建立。"
888
 
889
- #: wp-cache.php:1128
890
  msgid "Fix Configuration"
891
  msgstr "修復設定"
892
 
893
- #: wp-cache.php:1131
894
  msgid "Restore Default Configuration"
895
  msgstr "還原到預設選項"
896
 
897
- #: wp-cache.php:1139
898
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
899
  msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
900
 
901
- #: wp-cache.php:1164
902
  msgid "Lock Down:"
903
  msgstr "鎖定:"
904
 
905
- #: wp-cache.php:1165
906
  msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
907
  msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。"
908
 
909
- #: wp-cache.php:1166
910
  msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
911
  msgstr "開發者:透過檢查\"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守WPLOCKDOWN設定。"
912
 
913
- #: wp-cache.php:1168
914
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
915
  msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
916
 
917
- #: wp-cache.php:1172
918
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
919
  msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。"
920
 
921
- #: wp-cache.php:1174
922
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
923
  msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
924
 
925
- #: wp-cache.php:1180
926
  msgid "Lock Down"
927
  msgstr "鎖定"
928
 
929
- #: wp-cache.php:1188
930
  msgid "Directly Cached Files"
931
  msgstr "直接快取檔案"
932
 
933
- #: wp-cache.php:1246
934
  #, php-format
935
  msgid "%s removed!"
936
  msgstr "%s 已移除!"
937
 
938
- #: wp-cache.php:1254
939
  #, php-format
940
  msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
941
  msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
942
 
943
- #: wp-cache.php:1256
944
  #, php-format
945
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
946
  msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
947
 
948
- #: wp-cache.php:1270
949
  msgid "Existing direct page"
950
  msgstr "已存在的直接頁面"
951
 
952
- #: wp-cache.php:1270
953
  msgid "Delete cached file"
954
  msgstr "刪除快取檔案"
955
 
956
- #: wp-cache.php:1275
957
  msgid "Add direct page:"
958
  msgstr "新增直接頁面:"
959
 
960
- #: wp-cache.php:1277
961
  #, php-format
962
  msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
963
  msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
964
 
965
- #: wp-cache.php:1279
966
  #, php-format
967
  msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
968
  msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
969
 
970
- #: wp-cache.php:1280
971
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
972
  msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
973
 
974
- #: wp-cache.php:1285
975
  msgid "Update Direct Pages"
976
  msgstr "更新直接頁面"
977
 
978
- #: wp-cache.php:1323
979
  msgid "Expiry Time &amp; Garbage Collection"
980
  msgstr "過期時間 &amp; 垃圾收集"
981
 
982
- #: wp-cache.php:1325
983
  msgid "Expire time:"
984
  msgstr "過期時間:"
985
 
986
- #: wp-cache.php:1326
987
  msgid "seconds"
988
  msgstr "秒"
989
 
990
- #: wp-cache.php:1327
991
  msgid "Garbage Collection"
992
  msgstr "垃圾收集"
993
 
994
- #: wp-cache.php:1327
995
  msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
996
  msgstr "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在設定到期時間的10秒後進行清理。"
997
 
998
- #: wp-cache.php:1328
999
  msgid "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
1000
  msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>300 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果可能的話盡量不讓快取文件數多於500個。"
1001
 
1002
- #: wp-cache.php:1329
1003
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1004
  msgstr "把過期時間設定為0以關閉垃圾回收功能"
1005
 
1006
- #: wp-cache.php:1330
1007
  msgid "Change Expiration"
1008
  msgstr "變更過期時間"
1009
 
1010
- #: wp-cache.php:1374
1011
  msgid "Rejected User Agents"
1012
  msgstr "被拒絕的使用者代理(User Agents)"
1013
 
1014
- #: wp-cache.php:1375
1015
  msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
1016
  msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
1017
 
1018
- #: wp-cache.php:1382
1019
  msgid "Save UA Strings"
1020
  msgstr "儲存UA字串"
1021
 
1022
- #: wp-cache.php:1405
1023
  msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
1024
- msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">附加標籤</a>文件對每個類型的完整討論。"
1025
 
1026
- #: wp-cache.php:1408
1027
  msgid "Single Posts"
1028
  msgstr "單篇文章"
1029
 
1030
- #: wp-cache.php:1409
1031
  msgid "Pages"
1032
  msgstr "網誌分頁"
1033
 
1034
- #: wp-cache.php:1410
1035
  msgid "Front Page"
1036
  msgstr "首頁"
1037
 
1038
- #: wp-cache.php:1411
1039
  msgid "Home"
1040
  msgstr "主頁"
1041
 
1042
- #: wp-cache.php:1412
1043
  msgid "Archives"
1044
  msgstr "存檔"
1045
 
1046
- #: wp-cache.php:1413
1047
  msgid "Tags"
1048
  msgstr "標籤"
1049
 
1050
- #: wp-cache.php:1414
1051
  msgid "Category"
1052
  msgstr "分類"
1053
 
1054
- #: wp-cache.php:1415
1055
  msgid "Feeds"
1056
  msgstr "訂閱"
1057
 
1058
- #: wp-cache.php:1416
1059
  msgid "Search Pages"
1060
  msgstr "搜尋頁面"
1061
 
1062
- #: wp-cache.php:1418
1063
- #: wp-cache.php:1546
1064
  msgid "Save"
1065
  msgstr "儲存"
1066
 
1067
- #: wp-cache.php:1435
1068
  msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
1069
  msgstr "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的URL中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
1070
 
1071
- #: wp-cache.php:1441
1072
  msgid "Save Strings"
1073
  msgstr "儲存字串"
1074
 
1075
- #: wp-cache.php:1457
1076
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1077
  msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
1078
 
1079
- #: wp-cache.php:1463
1080
  msgid "Save Files"
1081
  msgstr "儲存檔案"
1082
 
1083
- #: wp-cache.php:1508
1084
  msgid "Currently logging to: "
1085
  msgstr "當前記錄到:"
1086
 
1087
- #: wp-cache.php:1518
1088
  msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
1089
  msgstr "在這裡使用外掛除錯模式解決問題。它可以寄發給你除錯電子郵件或在你的快取目錄內產生的紀錄檔。"
1090
 
1091
- #: wp-cache.php:1519
1092
  msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
1093
  msgstr "記錄到一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。"
1094
 
1095
- #: wp-cache.php:1523
1096
  msgid "Debugging"
1097
  msgstr "除錯"
1098
 
1099
- #: wp-cache.php:1524
1100
  msgid "Logging Type"
1101
  msgstr "記錄種類"
1102
 
1103
- #: wp-cache.php:1524
1104
  msgid "Email"
1105
  msgstr "電子郵件"
1106
 
1107
- #: wp-cache.php:1525
1108
  msgid "file"
1109
  msgstr "檔案"
1110
 
1111
- #: wp-cache.php:1526
1112
  msgid "IP Address"
1113
  msgstr "IP位址"
1114
 
1115
- #: wp-cache.php:1526
1116
  #, php-format
1117
  msgid "(only log requests from this IP address. Your IP is %s)"
1118
  msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
1119
 
1120
- #: wp-cache.php:1527
1121
  msgid "Log level"
1122
  msgstr "記錄等級"
1123
 
1124
- #: wp-cache.php:1533
1125
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1126
  msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
1127
 
1128
- #: wp-cache.php:1536
1129
  msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1130
  msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定連結架構的話,那麼錯誤的頁面有時候會變成首頁的快取畫面。</li></ol>"
1131
 
1132
- #: wp-cache.php:1537
1133
  #, php-format
1134
  msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
1135
  msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
1136
 
1137
- #: wp-cache.php:1539
1138
  msgid "Check front page every 5 minutes."
1139
  msgstr "每五分鐘檢查首頁"
1140
 
1141
- #: wp-cache.php:1540
1142
  msgid "Front page text"
1143
  msgstr "首頁文字"
1144
 
1145
- #: wp-cache.php:1540
1146
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1147
  msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
1148
 
1149
- #: wp-cache.php:1541
1150
  msgid "Clear cache on error."
1151
  msgstr "清除快取時發生錯誤。"
1152
 
1153
- #: wp-cache.php:1542
1154
  msgid "Email the blog admin when checks are made. (useful for testing)"
1155
  msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
1156
 
1157
- #: wp-cache.php:1556
1158
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1159
  msgstr "錯誤:GZIP壓縮已啟用,如果你想啟用wp-cache,請停用它。"
1160
 
1161
- #: wp-cache.php:1603
1162
- #: wp-cache.php:1765
1163
  msgid "Warning"
1164
  msgstr "警告"
1165
 
1166
- #: wp-cache.php:1603
1167
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1168
  msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
1169
 
1170
- #: wp-cache.php:1661
1171
- #: wp-cache.php:1666
1172
- #: wp-cache.php:1698
1173
- #: wp-cache.php:1703
1174
- #: wp-cache.php:1709
1175
  msgid "Error"
1176
  msgstr "錯誤"
1177
 
1178
- #: wp-cache.php:1661
1179
  #, php-format
1180
  msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1181
  msgstr "你的快取目錄(<strong>$cache_path</strong>)不存在,且無法從伺服器端建立。請檢查 %s 權限。"
1182
 
1183
- #: wp-cache.php:1666
1184
  #, php-format
1185
  msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
1186
  msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
1187
 
1188
- #: wp-cache.php:1698
1189
  #, php-format
1190
  msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
1191
  msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
1192
 
1193
- #: wp-cache.php:1703
1194
  #, php-format
1195
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1196
  msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
1197
 
1198
- #: wp-cache.php:1709
1199
  #, php-format
1200
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1201
  msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
1202
 
1203
- #: wp-cache.php:1765
1204
  #, php-format
1205
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1206
  msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
1207
 
1208
- #: wp-cache.php:1766
1209
  msgid "1. If it already exists please delete the file first."
1210
  msgstr "1. 如果它已經存在,請先刪除。"
1211
 
1212
- #: wp-cache.php:1767
1213
  #, php-format
1214
  msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
1215
  msgstr "2. 請使用你的FTP程式或伺服器軟體,以chmod指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須在把它變更為唯讀。(使用前面的指令將權限從 777 變更為 755)"
1216
 
1217
- #: wp-cache.php:1768
1218
  #, php-format
1219
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1220
  msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
1221
 
1222
- #: wp-cache.php:1769
1223
  #, php-format
1224
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1225
  msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
1226
 
1227
- #: wp-cache.php:1770
1228
  #, php-format
1229
  msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
1230
  msgstr "<li>1. 以文字編輯器開啟 <em>%1$s$wp_cache_file</em>。</li><li>2. 將 <em>CACHEHOME</em> 變更為 <em>%2$s</em></li><li>3. 儲存檔案並複製為 <em>%3$s</em>,然後重新整理此頁面。</li>"
1231
 
1232
- #: wp-cache.php:1793
1233
  msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1234
  msgstr "<h3>WP_CACHE變數被設為false</h3><p>WP_CACHE變數被WordPress用來載入快取程式,可是它被設為false(關閉)。請編輯你的wp-config.php檔並把以下的內容放在最後的require_once命令之前。<br /><br /><code>define('WP_CACHE', true);</code></p>"
1235
 
1236
- #: wp-cache.php:1795
1237
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1238
  msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
1239
 
1240
- #: wp-cache.php:1796
1241
  #, php-format
1242
  msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
1243
  msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
1244
 
1245
- #: wp-cache.php:1800
1246
  msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
1247
  msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五點。WP_CACHE 原始碼必須往前移動。"
1248
 
1249
- #: wp-cache.php:1822
1250
  msgid "Cache Contents"
1251
  msgstr "快取內容"
1252
 
1253
- #: wp-cache.php:1825
1254
  msgid "Object cache in use. No cache listing available."
1255
  msgstr "正在使用Object快取。無法顯示快取清單。"
1256
 
1257
- #: wp-cache.php:1849
1258
  #, php-format
1259
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1260
  msgstr "刪除supercache檔案:<strong>%s</strong><br />"
1261
 
1262
- #: wp-cache.php:1866
1263
  #, php-format
1264
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1265
  msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
1266
 
1267
- #: wp-cache.php:1931
1268
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1269
  msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。"
1270
 
1271
- #: wp-cache.php:1932
1272
  msgid "Regenerate cache stats"
1273
  msgstr "重新產生快取統計"
1274
 
1275
- #: wp-cache.php:1934
1276
  #, php-format
1277
  msgid "Cache stats last generated: %s minutes ago."
1278
  msgstr "快取統計最後產生時間:%s分鐘以前。"
1279
 
1280
- #: wp-cache.php:1940
1281
  msgid "WP-Cache"
1282
  msgstr "WP-Cache"
1283
 
1284
- #: wp-cache.php:1941
1285
- #: wp-cache.php:1957
1286
  #, php-format
1287
  msgid "%s Cached Pages"
1288
  msgstr "%s 個頁面已快取"
1289
 
1290
- #: wp-cache.php:1942
1291
- #: wp-cache.php:1962
1292
  #, php-format
1293
  msgid "%s Expired Pages"
1294
  msgstr "%s 個頁面已過期"
1295
 
1296
- #: wp-cache.php:1956
1297
  msgid "WP-Super-Cache"
1298
  msgstr "WP-Super-Cache"
1299
 
1300
- #: wp-cache.php:1967
1301
  msgid "Fresh WP-Cached Files"
1302
  msgstr "新的 WP-Cached 檔案"
1303
 
1304
- #: wp-cache.php:1968
1305
- #: wp-cache.php:1984
1306
- #: wp-cache.php:2000
1307
- #: wp-cache.php:2016
1308
  msgid "URI"
1309
  msgstr "URI 網址"
1310
 
1311
- #: wp-cache.php:1968
1312
- #: wp-cache.php:1984
1313
  msgid "Key"
1314
  msgstr "關鍵字"
1315
 
1316
- #: wp-cache.php:1968
1317
- #: wp-cache.php:1984
1318
- #: wp-cache.php:2000
1319
- #: wp-cache.php:2016
1320
  msgid "Age"
1321
  msgstr "時間(秒)"
1322
 
1323
- #: wp-cache.php:1968
1324
- #: wp-cache.php:1984
1325
- #: wp-cache.php:2000
1326
- #: wp-cache.php:2016
1327
  msgid "Delete"
1328
  msgstr "刪除"
1329
 
1330
- #: wp-cache.php:1983
1331
  msgid "Stale WP-Cached Files"
1332
  msgstr "舊的 WP-Cached 檔案"
1333
 
1334
- #: wp-cache.php:1999
1335
  msgid "Fresh Super Cached Files"
1336
  msgstr "新的 Super Cached 檔案"
1337
 
1338
- #: wp-cache.php:2015
1339
  msgid "Stale Super Cached Files"
1340
  msgstr "舊的 Super Cached 檔案"
1341
 
1342
- #: wp-cache.php:2031
1343
  msgid "Hide file list"
1344
  msgstr "隱藏檔案清單"
1345
 
1346
- #: wp-cache.php:2033
1347
  msgid "Too many cached files, no listing possible."
1348
  msgstr "快取檔案過多,無法列出。"
1349
 
1350
- #: wp-cache.php:2035
1351
  msgid "List all cached files"
1352
  msgstr "列出所有快取檔案"
1353
 
1354
- #: wp-cache.php:2041
1355
  #, php-format
1356
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1357
  msgstr "<strong>垃圾收集</strong><br />上次垃圾收集於 <strong>%s</strong> 分鐘前<br />"
1358
 
1359
- #: wp-cache.php:2042
1360
  #, php-format
1361
  msgid "Next GC in <strong>%s</strong> minutes"
1362
  msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
1363
 
1364
- #: wp-cache.php:2045
1365
  #, php-format
1366
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1367
  msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
1368
 
1369
- #: wp-cache.php:2056
1370
  msgid "Delete Expired"
1371
  msgstr "刪除過期檔案"
1372
 
1373
- #: wp-cache.php:2062
1374
- #: wp-cache.php:2074
1375
- #: wp-cache.php:2237
1376
  msgid "Delete Cache"
1377
  msgstr "刪除快取"
1378
 
1379
- #: wp-cache.php:2074
1380
  msgid "Delete Super Cache cached files (opens in new window)"
1381
  msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
1382
 
1383
- #: wp-cache.php:2213
1384
  #, php-format
1385
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1386
  msgstr "%1$s 使用的快取程式為 %2$s"
1387
 
1388
- #: wp-cache.php:2246
1389
  #, php-format
1390
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1391
  msgstr "WP Super Cache 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
1392
 
1393
- #: wp-cache.php:2252
1394
  msgid "Settings"
1395
  msgstr "設定"
1396
 
1397
- #: wp-cache.php:2262
1398
  #, php-format
1399
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1400
  msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
1401
 
1402
- #: wp-cache.php:2281
 
 
 
 
 
1403
  #, php-format
1404
  msgid "[%s] Front page is gzipped! Please clear cache!"
1405
  msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
1406
 
1407
- #: wp-cache.php:2281
1408
  #, php-format
1409
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1410
  msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
1411
 
1412
- #: wp-cache.php:2284
1413
  #, php-format
1414
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1415
  msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
1416
 
1417
- #: wp-cache.php:2284
1418
  #, php-format
1419
  msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
1420
  msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
1421
 
1422
- #: wp-cache.php:2291
1423
  #, php-format
1424
  msgid "[%s] Front page is not correct! Please clear cache!"
1425
  msgstr "[%s] 首頁不正確!請清除快取!"
1426
 
1427
- #: wp-cache.php:2291
1428
  #, php-format
1429
  msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
1430
  msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,遺失文字,\"%2$s\"!"
1431
 
1432
- #: wp-cache.php:2294
1433
  #, php-format
1434
  msgid "[%s] Front page is not correct! Cache Cleared!"
1435
  msgstr "[%s] 首頁不正確!快取已清除!"
1436
 
1437
- #: wp-cache.php:2294
1438
  #, php-format
1439
  msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
1440
  msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
1441
 
1442
- #: wp-cache.php:2299
1443
  #, php-format
1444
  msgid "[%s] Front page check!"
1445
  msgstr "[%s] 首頁檢查!"
1446
 
1447
- #: wp-cache.php:2299
1448
  #, php-format
1449
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1450
  msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
1451
 
1452
- #: wp-cache.php:2342
1453
  msgid "Cannot update .htaccess"
1454
  msgstr "無法更新 .htaccess"
1455
 
1456
- #: wp-cache.php:2342
1457
  #, php-format
1458
  msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
1459
  msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
1460
 
1461
- #: wp-cache.php:2342
1462
  msgid "Refresh this page when the file permissions have been modified."
1463
  msgstr "在權限修改後請重新整理這個頁面。"
1464
 
1465
- #: wp-cache.php:2342
1466
  #, php-format
1467
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1468
  msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
1469
 
1470
- #: wp-cache.php:2346
1471
  #, php-format
1472
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1473
  msgstr "為了使用靜態的HTML檔案,你的伺服器上必須有正確的mod_rewrite規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
1474
 
1475
- #: wp-cache.php:2347
1476
  msgid "You can edit the file yourself add the following rules."
1477
  msgstr "你可以自行編輯並新增以下規則。"
1478
 
1479
- #: wp-cache.php:2348
1480
  msgid " Make sure they appear before any existing WordPress rules. "
1481
  msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
1482
 
1483
- #: wp-cache.php:2356
1484
  msgid "Update Mod_Rewrite Rules"
1485
  msgstr "更新 Mod_Rewrite 規則"
1486
 
1487
- #: wp-cache.php:2463
1488
  #, php-format
1489
  msgid "[%1$s] Cache Preload Started"
1490
  msgstr "[%1$s] 快取預載已經開始"
1491
 
1492
- #: wp-cache.php:2465
1493
  #, php-format
1494
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1495
  msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
1496
 
1497
- #: wp-cache.php:2483
1498
  #, php-format
1499
  msgid "[%1$s] Cache Preload Stopped"
1500
  msgstr "[%1$s] 快取預載已停止"
1501
 
1502
- #: wp-cache.php:2492
1503
  #, php-format
1504
  msgid "[%1$s] %2$d posts refreshed"
1505
  msgstr "[%1$s]%2$d 篇文章已被更新"
1506
 
1507
- #: wp-cache.php:2492
1508
  msgid "Refreshed the following posts:"
1509
  msgstr "已更新下列文章:"
1510
 
1511
- #: wp-cache.php:2501
1512
  #, php-format
1513
  msgid "Scheduling next preload refresh in %d minutes."
1514
  msgstr "下次更新預載快取時間:%d分鐘後"
1515
 
1516
- #: wp-cache.php:2511
1517
  #, php-format
1518
  msgid "[%s] Cache Preload Completed"
1519
  msgstr "[%s] 預載快取完成"
1520
 
1521
- #: wp-cache.php:2511
1522
  msgid "Cleaning up old supercache files."
1523
  msgstr "清除舊的supercache檔案。"
1524
 
1525
- #: wp-cache.php:2553
1526
  #, php-format
1527
  msgid "[%s] Preload may have stalled."
1528
  msgstr "[%s] 預先載入可能已經停止"
1529
 
1530
- #: wp-cache.php:2553
1531
  #, php-format
1532
  msgid ""
1533
  "Preload has been restarted.\n"
2
  msgstr ""
3
  "Project-Id-Version: WP Super Cache (Traditional Chinese)\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
5
+ "POT-Creation-Date: 2010-12-09 13:32+0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Liang, Jih-Kai <privism@gmail.com>\n"
8
  "Language-Team: privism <privism@gmail.com>\n"
13
  "X-Poedit-Country: TAIWAN\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
 
16
+ #: ossdl-cdn.php:133
17
  msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
18
+ msgstr "你的網站可能使用了許多的靜態檔案。圖片、Javascript、CSS檔案通常都是靜態檔案,可以很簡單地使用另一個站台或CDN來服務。所以這個外掛會根據你下面所提供的URL,取代你的網站中<code>wp-content</code>和<code>wp-includes</code>目錄下除了PHP檔案以外的任何連結。用這個方式,你可以把所有的靜態內容拷貝到一個專用的主機或或使用<a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>鏡射到CDN上。"
19
 
20
+ #: ossdl-cdn.php:134
21
  #, php-format
22
  msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
23
  msgstr "<strong style=\"color: red\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的CDN服務完全正常。"
24
 
25
+ #: ossdl-cdn.php:135
26
  msgid "You can define different CDN URLs for each site on a multsite network."
27
  msgstr "你可以為多站台網路中的每個站台定義不同的CDN URL。"
28
 
29
+ #: ossdl-cdn.php:143
30
+ msgid "Enable CDN Support"
31
+ msgstr "啟用CDN支援"
32
+
33
+ #: ossdl-cdn.php:146
34
+ msgid "Off-site URL"
35
+ msgstr "站外URL"
36
+
37
+ #: ossdl-cdn.php:149
38
+ #, php-format
39
+ msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
40
+ msgstr "這個新的 URL 在會重寫 (rewriting) 時用來取代 %1$s。請不要加上結尾的 <code>/</code>。 <br /> 例: <code>%2$s</code>"
41
+
42
+ #: ossdl-cdn.php:153
43
+ msgid "Include directories"
44
+ msgstr "包含以下目錄"
45
+
46
+ #: ossdl-cdn.php:156
47
+ msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
48
+ msgstr "靜態檔案比對包含的目錄。使用逗號作為分隔符號。預設為 <code>wp-content, wp-includes</code> ,當這個欄位空白時會強制套用。"
49
+
50
+ #: ossdl-cdn.php:160
51
+ msgid "Exclude if substring"
52
+ msgstr "若含有以下字串則排除"
53
+
54
+ #: ossdl-cdn.php:163
55
+ msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
56
+ msgstr "若網址中包含以上的字串,則不會被重寫。使用逗號作為分隔符號,像這樣:<code>.php, .flv, .do</code>,並請永遠包含<code>.php</code> (預設值)。"
57
+
58
+ #: ossdl-cdn.php:167
59
+ msgid "Additional CNAMES"
60
+ msgstr "額外的正規名稱(CNAMES)"
61
+
62
+ #: ossdl-cdn.php:170
63
+ #, php-format
64
+ msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
65
+ msgstr "這些 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">正規名稱記錄(CNAMES)</a> 會在重寫時用來取代 %1$s (和上面的站外URL一起)。 使用逗號作為分隔符號。 在有大量靜態檔案的網頁中,這可以增進瀏覽器效能。 這些CNAME可能也需要在你的CDN被設定。<br />例: %2$s"
66
+
67
+ #: ossdl-cdn.php:175
68
  msgid "Save Changes"
69
  msgstr "儲存變更"
70
 
71
+ #: ossdl-cdn.php:177
72
  msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
73
  msgstr "CDN 功能由<a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a>提供,作者為<a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
74
 
81
  msgstr "Awaiting Moderation"
82
 
83
  #: plugins/awaitingmoderation.php:34
84
+ #: plugins/badbehaviour.php:65
85
  #: plugins/domain-mapping.php:60
86
+ #: wp-cache.php:1169
87
  msgid "Enabled"
88
  msgstr "啟用"
89
 
90
  #: plugins/awaitingmoderation.php:35
91
+ #: plugins/badbehaviour.php:66
92
  #: plugins/domain-mapping.php:61
93
+ #: wp-cache.php:1169
94
  msgid "Disabled"
95
  msgstr "停用"
96
 
99
  msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
100
 
101
  #: plugins/awaitingmoderation.php:40
102
+ #: plugins/badbehaviour.php:71
103
  #: plugins/domain-mapping.php:66
104
  #: plugins/searchengine.php:69
105
+ #: wp-cache.php:1528
106
  msgid "enabled"
107
  msgstr "已啟用"
108
 
109
  #: plugins/awaitingmoderation.php:42
110
+ #: plugins/badbehaviour.php:73
111
  #: plugins/domain-mapping.php:68
112
  #: plugins/searchengine.php:67
113
  msgid "disabled"
119
  msgstr "Awaiting Moderation 外掛模組 %s"
120
 
121
  #: plugins/awaitingmoderation.php:45
122
+ #: plugins/badbehaviour.php:76
123
  #: plugins/domain-mapping.php:71
124
  msgid "Update"
125
  msgstr "更新"
126
 
127
+ #: plugins/badbehaviour.php:47
128
  msgid "Bad Behaviour not found. Please check your install."
129
  msgstr "找不到 Bad Behaviour. 請檢查你的安裝。"
130
 
131
+ #: plugins/badbehaviour.php:63
132
  msgid "Bad Behavior"
133
  msgstr "Bad Behavior"
134
 
135
+ #: plugins/badbehaviour.php:68
136
  #, php-format
137
  msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
138
  msgstr "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")"
139
 
140
+ #: plugins/badbehaviour.php:74
141
  #, php-format
142
  msgid "Bad Behavior support is now %s"
143
  msgstr "Bad Behaviour 外掛模組 %s"
144
 
145
+ #: plugins/badbehaviour.php:83
146
+ #: wp-cache.php:1259
147
+ #: wp-cache.php:1261
148
  msgid "Warning!"
149
  msgstr "警告!"
150
 
167
 
168
  #: plugins/searchengine.php:61
169
  #: plugins/searchengine.php:76
170
+ #: wp-cache.php:1182
171
  msgid "Disable"
172
  msgstr "停用"
173
 
181
  msgstr "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
182
 
183
  #: plugins/searchengine.php:74
184
+ #: wp-cache.php:1182
185
  msgid "Enable"
186
  msgstr "啟用"
187
 
190
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
191
  msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
192
 
193
+ #: wp-cache.php:151
194
  msgid "Warning! PHP Safe Mode Enabled!"
195
  msgstr "警告!PHP 安全模式已啟用!"
196
 
197
+ #: wp-cache.php:152
198
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
199
  msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
200
 
201
+ #: wp-cache.php:156
202
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
203
  msgstr "你的伺服器設定為先檢查 PHP 程式擁有者才可以存取檔案。"
204
 
205
+ #: wp-cache.php:157
206
  #, php-format
207
  msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
208
  msgstr "你或管理員可以透過變更外掛程式群組的所有者使其與伺服器使用者一致,進而讓其運作。%s/cache/ 目錄的所有者也必須變更。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。"
209
 
210
+ #: wp-cache.php:159
211
  msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
212
  msgstr "你或管理員必須先停用此項目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。很抱歉,這無法在 .htaccess 檔案裡停用。它必須在 php.ini 設定檔中完成。"
213
 
214
+ #: wp-cache.php:165
215
  msgid "Permlink Structure Error"
216
  msgstr "固定網址結構錯誤"
217
 
218
+ #: wp-cache.php:166
219
  msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
220
  msgstr "外掛要正常運作,必須有自定url或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。"
221
 
222
+ #: wp-cache.php:178
223
  #, php-format
224
  msgid "Warning! Your hostname \"%s\" resolves to %s"
225
  msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
226
 
227
+ #: wp-cache.php:179
228
  #, php-format
229
  msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
230
  msgstr "你的伺服器認為你的主機名稱解析到 %s. WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。"
231
 
232
+ #: wp-cache.php:180
233
+ #: wp-cache.php:194
234
  #, php-format
235
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
236
  msgstr "請參閱readme.txt第16項<a href=\"%s\">錯誤排除段落</a>"
237
 
238
+ #: wp-cache.php:193
239
  msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
240
  msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
241
 
242
+ #: wp-cache.php:208
243
  msgid "Cannot continue... fix previous problems and retry."
244
  msgstr "無法繼續... 解決前述問題然後重試。"
245
 
246
+ #: wp-cache.php:217
247
  msgid "Zlib Output Compression Enabled!"
248
  msgstr "Zlib輸出壓縮已被啟用!"
249
 
250
+ #: wp-cache.php:218
251
  msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
252
  msgstr "PHP頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改你的php.ini的說明。"
253
 
254
+ #: wp-cache.php:222
255
  msgid "Mod rewrite may not be installed!"
256
  msgstr "Mod rewrite 可能沒有安裝!"
257
 
258
+ #: wp-cache.php:223
259
  msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
260
  msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。"
261
 
262
+ #: wp-cache.php:228
263
  msgid "Read Only Mode. Configuration cannot be changed."
264
  msgstr "唯讀模式。設定無法變更。"
265
 
266
+ #: wp-cache.php:229
267
  #, php-format
268
  msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
269
  msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須可以從伺服器端進行寫入。"
270
 
271
+ #: wp-cache.php:230
272
  msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writeable and it should be fine."
273
  msgstr "最簡單的方式是使用CHMOD指令或透過FTP程式來變更權限。請確保它們正確並可以寫入。"
274
 
275
+ #: wp-cache.php:231
276
  msgid "Writeable:"
277
  msgstr "可寫入:"
278
 
279
+ #: wp-cache.php:232
280
  msgid "Readonly:"
281
  msgstr "唯讀:"
282
 
283
+ #: wp-cache.php:244
284
  #, php-format
285
  msgid "Warning! %s is writeable!"
286
  msgstr "警告!%s 可寫入!"
287
 
288
+ #: wp-cache.php:245
289
  #, php-format
290
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
291
  msgstr "你應該變更 %s 權限使其更加嚴密。使用你的FTP程式,或是按照以下指令來解決:"
292
 
293
+ #: wp-cache.php:253
294
  msgid "Mobile rewrite rules detected"
295
  msgstr "行動裝置重寫規則檢測"
296
 
297
+ #: wp-cache.php:254
298
  msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
299
  msgstr "為了獲得最好的效能,你應該啟用\"行動裝置支援\",或從你的 .htaccess 刪除行動裝置重寫規則。尋找包含 \"2.0\\ MMP|240x320\" 字串的兩行並刪除它們。"
300
 
301
+ #: wp-cache.php:254
302
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
303
  msgstr "不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。"
304
 
305
+ #: wp-cache.php:260
306
+ #: wp-cache.php:271
307
  msgid "Rewrite rules must be updated"
308
  msgstr "Mod Rewrite 規則必須更新!"
309
 
310
+ #: wp-cache.php:261
311
+ #: wp-cache.php:272
312
  msgid "The rewrite rules required by this plugin have changed or are missing. "
313
  msgstr "這個外掛所需的rewrite規則已被變更或不存在。"
314
 
315
+ #: wp-cache.php:262
316
  msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
317
  msgstr "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(根據個人需求):"
318
 
319
+ #: wp-cache.php:263
320
  msgid "Set the plugin to legacy mode and enable mobile support."
321
  msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
322
 
323
+ #: wp-cache.php:264
324
+ #: wp-cache.php:273
325
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
326
  msgstr "捲動到進階選項頁面的下方並點擊<strong>更新Mod_Rewrite規則</strong>按鈕。"
327
 
328
+ #: wp-cache.php:265
329
  #, php-format
330
  msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
331
  msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段的 mod_rewrite 規則,重新載入頁面讓外掛可以再次產生它們。"
332
 
333
+ #: wp-cache.php:266
334
  #, php-format
335
  msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
336
  msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段。這兩部分看起來非常相似。只要在 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增這一行(這動作要做兩次,一個區段一次):"
337
 
338
+ #: wp-cache.php:279
339
  msgid "Required to serve compressed supercache files properly."
340
  msgstr "需要正確的supercache壓縮檔案。"
341
 
342
+ #: wp-cache.php:279
343
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
344
  msgstr "需要在supercache頁面設定快取訊息。IE7使用者將會看到沒有這個模組的舊頁面。"
345
 
346
+ #: wp-cache.php:279
347
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
348
  msgstr "設定supercached快取過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。"
349
 
350
+ #: wp-cache.php:286
351
  msgid "Missing Apache Modules"
352
  msgstr "Apache 模組遺失"
353
 
354
+ #: wp-cache.php:287
355
  msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
356
  msgstr "以下的Apache模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的Supercache模式,你的訪客可能會看到損壞的網頁或是過時的內容。"
357
 
358
+ #: wp-cache.php:438
359
  msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
360
  msgstr "<strong>警告!</strong> 你試著要開啟壓縮,但是<code>zlib.output_compression</code>已被啟用。 參見讀我檔案裡錯誤排除段落第21條。"
361
 
362
+ #: wp-cache.php:529
363
  msgid "WP Super Cache Settings"
364
  msgstr "WP Super Cache 狀態"
365
 
366
+ #: wp-cache.php:540
367
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
368
  msgstr "注意:<em>Mod_rewrite或傳統快取已被開啟。</em> 預設顯示進階選項頁面。"
369
 
370
+ #: wp-cache.php:551
371
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
372
  msgstr "設定檔已變更。某些數值可能錯誤。再次從\"設定\"選單讀取頁面後重設它們。"
373
 
374
+ #: wp-cache.php:571
375
+ #: wp-cache.php:645
376
  msgid "Caching must be enabled to use this feature"
377
  msgstr "必須啟用快取才能使用這個功能"
378
 
379
+ #: wp-cache.php:573
380
  msgid "Cache Tester"
381
  msgstr "快取測試"
382
 
383
+ #: wp-cache.php:574
384
  msgid "Test your cached website by clicking the test button below."
385
  msgstr "請按下面的測試按鈕以測試你的網站快取。"
386
 
387
+ #: wp-cache.php:581
388
  #, php-format
389
  msgid "Fetching %s to prime cache: "
390
  msgstr "抓取 %s 至主要快取:"
391
 
392
+ #: wp-cache.php:583
393
+ #: wp-cache.php:590
394
+ #: wp-cache.php:597
395
  msgid "OK"
396
  msgstr "完成"
397
 
398
+ #: wp-cache.php:588
399
  #, php-format
400
  msgid "Fetching first copy of %s: "
401
  msgstr "抓取第一份%s:"
402
 
403
+ #: wp-cache.php:595
404
  #, php-format
405
  msgid "Fetching second copy of %s: "
406
  msgstr "抓取第二份%s:"
407
 
408
+ #: wp-cache.php:601
409
  msgid "One or more page requests failed:"
410
  msgstr "一個或以上的頁面要求失敗:"
411
 
412
+ #: wp-cache.php:620
413
+ #: wp-cache.php:621
414
  #, php-format
415
  msgid "Page %d: %d (%s)"
416
  msgstr "頁面 %d: %d (%s)"
417
 
418
+ #: wp-cache.php:627
419
  #, php-format
420
  msgid "Page 1: %s"
421
  msgstr "頁面1: %s"
422
 
423
+ #: wp-cache.php:628
424
  #, php-format
425
  msgid "Page 2: %s"
426
  msgstr "頁面2: %s"
427
 
428
+ #: wp-cache.php:629
429
  msgid "The timestamps on both pages match!"
430
  msgstr "頁面時間標籤相符!"
431
 
432
+ #: wp-cache.php:631
433
  msgid "The pages do not match! Timestamps differ or were not found!"
434
  msgstr "無頁面時間標籤或標籤不相符"
435
 
436
+ #: wp-cache.php:637
437
  msgid "Send non-secure (non https) request for homepage"
438
  msgstr "要非加密(非https)傳輸要求首頁"
439
 
440
+ #: wp-cache.php:638
441
  msgid "Test Cache"
442
  msgstr "測試快取"
443
 
444
+ #: wp-cache.php:663
445
+ #: wp-cache.php:794
446
  msgid "Cancel Cache Preload"
447
  msgstr "取消快取預先載入"
448
 
449
+ #: wp-cache.php:671
450
+ #: wp-cache.php:682
451
  msgid "Scheduled preloading of cache cancelled."
452
  msgstr "預載快取排程已被取消。"
453
 
454
+ #: wp-cache.php:708
455
+ #: wp-cache.php:792
456
  msgid "Preload Cache Now"
457
  msgstr "馬上開始預先載入"
458
 
459
+ #: wp-cache.php:712
460
  msgid "Scheduled preloading of cache in 10 seconds."
461
  msgstr "預載快取將在十秒之後開始。"
462
 
463
+ #: wp-cache.php:717
464
  #, php-format
465
  msgid "Scheduled preloading of cache in %d minutes"
466
  msgstr "下次預載快取排程時間:%d分鐘後"
467
 
468
+ #: wp-cache.php:721
469
  msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
470
  msgstr "這會快取你網站上所有已發布的文章和頁面。它會產生supercache靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的Google排名有幫助,因為他們也將網站速度納入衡量項目之一。"
471
 
472
+ #: wp-cache.php:722
473
  msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
474
  msgstr "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多(10,000+)文章的時候,可能只會有新文章被快取到。這在分享主機上特別重要。"
475
 
476
+ #: wp-cache.php:723
477
  msgid "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
478
  msgstr "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的supercache檔案。這是預先載入的建議設定。"
479
 
480
+ #: wp-cache.php:727
481
  #, php-format
482
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
483
  msgstr "每%s分鐘更新預載快取檔案。(0關閉,最低%d分鐘。)"
484
 
485
+ #: wp-cache.php:740
486
  msgid "all"
487
  msgstr "所有"
488
 
489
+ #: wp-cache.php:753
490
  #, php-format
491
  msgid "Preload %s posts."
492
  msgstr "預先載入 %s 篇文章。"
493
 
494
+ #: wp-cache.php:760
495
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
496
  msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
497
 
498
+ #: wp-cache.php:763
499
  msgid "Send me status emails when files are refreshed."
500
  msgstr "當檔案被更新的時候寄信給我。"
501
 
502
+ #: wp-cache.php:768
503
  msgid "Many emails, 2 emails per 100 posts."
504
  msgstr "很多信件,每一百篇文章二封信。"
505
 
506
+ #: wp-cache.php:771
507
  msgid "Medium, 1 email per 100 posts."
508
  msgstr "中等,每一百篇文章一封信。"
509
 
510
+ #: wp-cache.php:774
511
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
512
  msgstr "較少信件,開始的時候一封還有結束的時候一封。"
513
 
514
+ #: wp-cache.php:778
515
  #, php-format
516
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
517
  msgstr "在%d小時%d分鐘%d秒之後更新快取。"
518
 
519
+ #: wp-cache.php:779
520
  #, php-format
521
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
522
  msgstr "完整更新快取,耗費了%d小時%d分鐘%d秒。"
523
 
524
+ #: wp-cache.php:785
525
  #, php-format
526
  msgid "Currently caching from post %d to %d."
527
  msgstr "目前正在快取第%d到%d篇文章。"
528
 
529
+ #: wp-cache.php:789
530
  #, php-format
531
  msgid "<strong>Page last cached:</strong> %s"
532
  msgstr "<strong>最新快取頁面:</strong> %s"
533
 
534
+ #: wp-cache.php:792
535
  msgid "Update Settings"
536
  msgstr "更新狀態"
537
 
538
+ #: wp-cache.php:800
539
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
540
  msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。"
541
 
542
+ #: wp-cache.php:815
543
+ #: wp-cache.php:909
544
  msgid "Caching"
545
  msgstr "快取"
546
 
547
+ #: wp-cache.php:819
548
  msgid "Cache hits to this website for quick access."
549
  msgstr "啟用快取以加速對本網站的存取"
550
 
551
+ #: wp-cache.php:819
552
+ #: wp-cache.php:820
 
553
  #: wp-cache.php:837
554
+ #: wp-cache.php:842
555
+ #: wp-cache.php:845
556
+ #: wp-cache.php:846
557
+ #: wp-cache.php:912
558
  msgid "Recommended"
559
  msgstr "建議選項"
560
 
561
+ #: wp-cache.php:820
562
  msgid "Use mod_rewrite to serve cache files."
563
  msgstr "使用mod_rewrite快取"
564
 
565
+ #: wp-cache.php:821
566
  msgid "Use PHP to serve cache files."
567
  msgstr "使用PHP快取"
568
 
569
+ #: wp-cache.php:822
570
  msgid "Legacy page caching."
571
  msgstr "傳統快取模式"
572
 
573
+ #: wp-cache.php:823
574
  msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
575
  msgstr "Mod_rewrite快取是最快的,PHP快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的調性且同樣容易上手。新使用者應該使用PHP快取。"
576
 
577
+ #: wp-cache.php:829
578
  msgid "Miscellaneous"
579
  msgstr "雜項"
580
 
581
+ #: wp-cache.php:835
582
  msgid "Warning! Compression is disabled as gzencode() function not found."
583
  msgstr "警告!因為找不到gzencode()函式,壓縮已被停用。"
584
 
585
+ #: wp-cache.php:837
586
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
587
  msgstr "壓縮網頁,讓使用者能更快觀看"
588
 
589
+ #: wp-cache.php:838
590
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
591
  msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
592
 
593
+ #: wp-cache.php:842
594
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
595
  msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
596
 
597
+ #: wp-cache.php:843
598
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
599
  msgstr "304支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。"
600
 
601
+ #: wp-cache.php:845
602
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
603
  msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。"
604
 
605
+ #: wp-cache.php:846
606
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
607
  msgstr "重建快取。當新檔案重建的時候,提供supercache檔案給匿名使用者。"
608
 
609
+ #: wp-cache.php:847
610
  msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
611
  msgstr "告訴全世界你的伺服器已使用快取!(在你的部落格底部放置一段訊息)"
612
 
613
+ #: wp-cache.php:853
614
+ #: wp-cache.php:1021
615
+ #: wp-cache.php:1541
616
  msgid "Advanced"
617
  msgstr "進階選項"
618
 
619
+ #: wp-cache.php:857
620
  msgid "Mobile device support."
621
  msgstr "行動裝置支援。"
622
 
623
+ #: wp-cache.php:858
624
  msgid "Clear all cache files when a post or page is published."
625
  msgstr "當有文章或網誌分頁發佈時清除所有快取。"
626
 
627
+ #: wp-cache.php:859
628
  msgid "Only refresh current page when comments made."
629
  msgstr "當迴響發佈時,只更新目前頁面。"
630
 
631
+ #: wp-cache.php:860
632
  msgid "List the newest cached pages on this page."
633
  msgstr "在本頁列出最新的快取頁面。"
634
 
635
+ #: wp-cache.php:862
636
  msgid "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
637
  msgstr "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>"
638
 
639
+ #: wp-cache.php:864
640
  msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
641
  msgstr "延遲初始化,在WordPress載入之後再顯示快取。通常使用在傳統模式。"
642
 
643
+ #: wp-cache.php:866
644
  msgid "Use object cache to store cached files."
645
  msgstr "使用object快取來儲存快取檔案。"
646
 
647
+ #: wp-cache.php:866
648
  msgid "(Experimental)"
649
  msgstr "(實驗選項)"
650
 
651
+ #: wp-cache.php:873
652
  msgid "Note:"
653
  msgstr "備註:"
654
 
655
+ #: wp-cache.php:875
656
  #, php-format
657
  msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
658
  msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)"
659
 
660
+ #: wp-cache.php:876
661
  #, php-format
662
  msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
663
  msgstr "反安裝資訊請參見<a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找\"How to uninstall WP Super Cache\"標題。"
664
 
665
+ #: wp-cache.php:877
666
  #, php-format
667
  msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
668
  msgstr "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。"
669
 
670
+ #: wp-cache.php:880
671
+ #: wp-cache.php:927
672
  msgid "Update Status"
673
  msgstr "更新狀態"
674
 
675
+ #: wp-cache.php:887
676
  msgid "Accepted Filenames &amp; Rejected URIs"
677
  msgstr "接受的檔案名稱和拒絕的URI"
678
 
679
+ #: wp-cache.php:912
680
  msgid "Caching On"
681
  msgstr "開啟快取"
682
 
683
+ #: wp-cache.php:913
684
  msgid "Caching Off"
685
  msgstr "關閉快取"
686
 
687
+ #: wp-cache.php:914
688
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
689
  msgstr "啟用PHP快取,重建快取,以及行動裝置支援"
690
 
691
+ #: wp-cache.php:924
692
  msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
693
  msgstr "注意:PHP快取已被啟用,但偵測到Supercache mod_rewrite規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的.htaccess檔以移除SuperCache規則。"
694
 
695
+ #: wp-cache.php:929
696
  msgid "Recommended Links and Plugins"
697
  msgstr "建議連結及外掛"
698
 
699
+ #: wp-cache.php:930
700
  msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
701
  msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
702
 
703
+ #: wp-cache.php:931
704
  #, php-format
705
  msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
706
+ msgstr "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a>,一個減少快取面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
707
 
708
+ #: wp-cache.php:932
709
  #, php-format
710
  msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
711
  msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是Firefox附加元件Firebug的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。"
712
 
713
+ #: wp-cache.php:933
714
  #, php-format
715
  msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
716
+ msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從Google的伺服器上載入一些常用的Javascript函式庫。很諷刺的是它會降低你的Yslow分數。"
717
 
718
+ #: wp-cache.php:934
719
  #, php-format
720
  msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
721
  msgstr "<strong>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用.htaccess規則來進行快取。"
722
 
723
+ #: wp-cache.php:935
724
  #, php-format
725
  msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
726
+ msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從<a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a>或其它的加速器中選擇一個。"
727
 
728
+ #: wp-cache.php:946
729
  msgid "Make WordPress Faster"
730
  msgstr "讓 WordPress 更快速"
731
 
732
+ #: wp-cache.php:947
733
  #, php-format
734
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
735
  msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。"
736
 
737
+ #: wp-cache.php:948
738
  #, php-format
739
  msgid "He blogs at %1$s and posts photos at %2$s."
740
  msgstr "我的部落格在 %1$s,相簿在 %2$s."
741
 
742
+ #: wp-cache.php:949
743
  #, php-format
744
  msgid "Please say hi to him on %s too!"
745
  msgstr "在%s上向我問好!"
746
 
747
+ #: wp-cache.php:950
748
  msgid "Need Help?"
749
  msgstr "需要幫助?"
750
 
751
+ #: wp-cache.php:952
752
  #, php-format
753
  msgid "<a href=\"%1$s\">Installation Help</a>"
754
  msgstr "<a href=\"%1$s\">安裝指南</a>"
755
 
756
+ #: wp-cache.php:953
757
  #, php-format
758
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
759
  msgstr "<a href=\"%1$s\">常見問題</a>"
760
 
761
+ #: wp-cache.php:954
762
  #, php-format
763
  msgid "<a href=\"%1$s\">Support Forum</a>"
764
  msgstr "<a href=\"%1$s\">支援論壇</a>"
765
 
766
+ #: wp-cache.php:956
767
  msgid "Rate This Plugin!"
768
  msgstr "為這個外掛評分!"
769
 
770
+ #: wp-cache.php:957
771
  #, php-format
772
  msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
773
+ msgstr "請為這個外掛<a href=\"%s\">評分</a>,並告訴我它是否運作正常。這對開發非常有幫助。"
774
 
775
+ #: wp-cache.php:966
776
  #, php-format
777
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
778
  msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
779
 
780
+ #: wp-cache.php:967
781
  msgid "Newest Cached Pages:"
782
  msgstr "最新的快取頁面:"
783
 
784
+ #: wp-cache.php:971
785
  #, php-format
786
  msgid "Cached %s seconds ago"
787
  msgstr "已快取 %s 秒"
788
 
789
+ #: wp-cache.php:974
790
  msgid "(may not always be accurate on busy sites)"
791
  msgstr "(在忙碌的網站上未必準確)"
792
 
793
+ #: wp-cache.php:993
794
  msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
795
  msgstr "快取外掛是wp-super-cache裡plugin資料夾中的一些PHP程式。它們在Supercache載入的時候就會被載入,比一般的WordPress plugin要早得多。"
796
 
797
+ #: wp-cache.php:994
798
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
799
  msgstr "這是一個非常進階的功能,只有對PHP和Wordpress動作都非常了解的人才能撰寫。"
800
 
801
+ #: wp-cache.php:1004
802
  msgid "Available Plugins"
803
  msgstr "可使用的外掛"
804
 
805
+ #: wp-cache.php:1021
806
  msgid "Easy"
807
  msgstr "簡易模式"
808
 
809
+ #: wp-cache.php:1021
810
  msgid "CDN"
811
  msgstr "CDN"
812
 
813
+ #: wp-cache.php:1021
814
  msgid "Tester & Contents"
815
  msgstr "測試及內容"
816
 
817
+ #: wp-cache.php:1021
818
  msgid "Preload"
819
  msgstr "預先載入"
820
 
821
+ #: wp-cache.php:1021
822
  msgid "Plugins"
823
  msgstr "外掛"
824
 
825
+ #: wp-cache.php:1021
826
  msgid "Debug"
827
  msgstr "除錯設定"
828
 
829
+ #: wp-cache.php:1052
830
  #, php-format
831
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
832
  msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。s"
833
 
834
+ #: wp-cache.php:1054
835
  #, php-format
836
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
837
  msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。"
838
 
839
+ #: wp-cache.php:1064
840
  msgid "Mod Rewrite Rules"
841
  msgstr "Mod Rewrite 規則"
842
 
843
+ #: wp-cache.php:1070
844
  msgid "WordPress MU Detected"
845
  msgstr "WordPress MU 檢測"
846
 
847
+ #: wp-cache.php:1070
848
  msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
849
  msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
850
 
851
+ #: wp-cache.php:1072
852
  msgid "Mod Rewrite rules cannot be updated!"
853
  msgstr "Mod Rewrite 規則無法更新!"
854
 
855
+ #: wp-cache.php:1073
856
  #, php-format
857
  msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
858
  msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的 mod_rewrite 規則:"
859
 
860
+ #: wp-cache.php:1075
861
  msgid "Refresh this page when you have updated your .htaccess file."
862
  msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
863
 
864
+ #: wp-cache.php:1079
865
  msgid "Thank you for upgrading."
866
  msgstr "感謝升級。"
867
 
868
+ #: wp-cache.php:1079
869
  #, php-format
870
  msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
871
  msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的supercache規則更新前,你必須先刪除舊的supercache規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
872
 
873
+ #: wp-cache.php:1083
874
  msgid "Trailing slash check required."
875
  msgstr "尾端斜線的檢查是必須的。"
876
 
877
+ #: wp-cache.php:1083
878
  msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
879
  msgstr "看起來你的部落格有以\"/\"結束的URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的bug,也就是相同的內容卻不是被指向正確的URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
880
 
881
+ #: wp-cache.php:1085
882
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
883
  msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則"
884
 
885
+ #: wp-cache.php:1099
886
  msgid "Mod Rewrite rules updated!"
887
  msgstr "Mod Rewrite 規則已更新!"
888
 
889
+ #: wp-cache.php:1100
890
  #, php-format
891
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
892
  msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
893
 
894
+ #: wp-cache.php:1102
895
  msgid "Mod Rewrite rules must be updated!"
896
  msgstr "Mod Rewrite 規則必須更新!"
897
 
898
+ #: wp-cache.php:1103
899
  #, php-format
900
  msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
901
  msgstr "你的%s.htaccess無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:"
902
 
903
+ #: wp-cache.php:1108
904
  #, php-format
905
  msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
906
  msgstr "在你的%s.htaccess檔案中已經檢測到WP Super Cache重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
907
 
908
+ #: wp-cache.php:1111
909
  msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
910
  msgstr "發現.htaccess的rewrite規則和外掛rewrite規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新Mod_Rewrite規則」按鈕以更新規則。"
911
 
912
+ #: wp-cache.php:1114
913
  msgid "View Mod_Rewrite Rules"
914
  msgstr "查看 Mod_Rewrite 規則"
915
 
916
+ #: wp-cache.php:1118
917
+ #: wp-cache.php:2361
918
  #, php-format
919
  msgid "Rules must be added to %s too:"
920
  msgstr "也必須新增到%s的規則:"
921
 
922
+ #: wp-cache.php:1126
923
  #, php-format
924
  msgid "Gzip encoding rules in %s.htaccess created."
925
  msgstr "%s.htaccess上Gzip規則建立。"
926
 
927
+ #: wp-cache.php:1133
928
  msgid "Fix Configuration"
929
  msgstr "修復設定"
930
 
931
+ #: wp-cache.php:1136
932
  msgid "Restore Default Configuration"
933
  msgstr "還原到預設選項"
934
 
935
+ #: wp-cache.php:1144
936
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
937
  msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
938
 
939
+ #: wp-cache.php:1169
940
  msgid "Lock Down:"
941
  msgstr "鎖定:"
942
 
943
+ #: wp-cache.php:1170
944
  msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
945
  msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。"
946
 
947
+ #: wp-cache.php:1171
948
  msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
949
  msgstr "開發者:透過檢查\"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守WPLOCKDOWN設定。"
950
 
951
+ #: wp-cache.php:1173
952
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
953
  msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
954
 
955
+ #: wp-cache.php:1177
956
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
957
  msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。"
958
 
959
+ #: wp-cache.php:1179
960
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
961
  msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
962
 
963
+ #: wp-cache.php:1185
964
  msgid "Lock Down"
965
  msgstr "鎖定"
966
 
967
+ #: wp-cache.php:1193
968
  msgid "Directly Cached Files"
969
  msgstr "直接快取檔案"
970
 
971
+ #: wp-cache.php:1251
972
  #, php-format
973
  msgid "%s removed!"
974
  msgstr "%s 已移除!"
975
 
976
+ #: wp-cache.php:1259
977
  #, php-format
978
  msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
979
  msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
980
 
981
+ #: wp-cache.php:1261
982
  #, php-format
983
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
984
  msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
985
 
986
+ #: wp-cache.php:1275
987
  msgid "Existing direct page"
988
  msgstr "已存在的直接頁面"
989
 
990
+ #: wp-cache.php:1275
991
  msgid "Delete cached file"
992
  msgstr "刪除快取檔案"
993
 
994
+ #: wp-cache.php:1280
995
  msgid "Add direct page:"
996
  msgstr "新增直接頁面:"
997
 
998
+ #: wp-cache.php:1282
999
  #, php-format
1000
  msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
1001
  msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
1002
 
1003
+ #: wp-cache.php:1284
1004
  #, php-format
1005
  msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
1006
  msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
1007
 
1008
+ #: wp-cache.php:1285
1009
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
1010
  msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
1011
 
1012
+ #: wp-cache.php:1290
1013
  msgid "Update Direct Pages"
1014
  msgstr "更新直接頁面"
1015
 
1016
+ #: wp-cache.php:1328
1017
  msgid "Expiry Time &amp; Garbage Collection"
1018
  msgstr "過期時間 &amp; 垃圾收集"
1019
 
1020
+ #: wp-cache.php:1330
1021
  msgid "Expire time:"
1022
  msgstr "過期時間:"
1023
 
1024
+ #: wp-cache.php:1331
1025
  msgid "seconds"
1026
  msgstr "秒"
1027
 
1028
+ #: wp-cache.php:1332
1029
  msgid "Garbage Collection"
1030
  msgstr "垃圾收集"
1031
 
1032
+ #: wp-cache.php:1332
1033
  msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
1034
  msgstr "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在設定到期時間的10秒後進行清理。"
1035
 
1036
+ #: wp-cache.php:1333
1037
  msgid "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
1038
  msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>300 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果可能的話盡量不讓快取文件數多於500個。"
1039
 
1040
+ #: wp-cache.php:1334
1041
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1042
  msgstr "把過期時間設定為0以關閉垃圾回收功能"
1043
 
1044
+ #: wp-cache.php:1335
1045
  msgid "Change Expiration"
1046
  msgstr "變更過期時間"
1047
 
1048
+ #: wp-cache.php:1379
1049
  msgid "Rejected User Agents"
1050
  msgstr "被拒絕的使用者代理(User Agents)"
1051
 
1052
+ #: wp-cache.php:1380
1053
  msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
1054
  msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
1055
 
1056
+ #: wp-cache.php:1387
1057
  msgid "Save UA Strings"
1058
  msgstr "儲存UA字串"
1059
 
1060
+ #: wp-cache.php:1410
1061
  msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
1062
+ msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">條件標籤</a>文件中對每個類型的完整探討。"
1063
 
1064
+ #: wp-cache.php:1413
1065
  msgid "Single Posts"
1066
  msgstr "單篇文章"
1067
 
1068
+ #: wp-cache.php:1414
1069
  msgid "Pages"
1070
  msgstr "網誌分頁"
1071
 
1072
+ #: wp-cache.php:1415
1073
  msgid "Front Page"
1074
  msgstr "首頁"
1075
 
1076
+ #: wp-cache.php:1416
1077
  msgid "Home"
1078
  msgstr "主頁"
1079
 
1080
+ #: wp-cache.php:1417
1081
  msgid "Archives"
1082
  msgstr "存檔"
1083
 
1084
+ #: wp-cache.php:1418
1085
  msgid "Tags"
1086
  msgstr "標籤"
1087
 
1088
+ #: wp-cache.php:1419
1089
  msgid "Category"
1090
  msgstr "分類"
1091
 
1092
+ #: wp-cache.php:1420
1093
  msgid "Feeds"
1094
  msgstr "訂閱"
1095
 
1096
+ #: wp-cache.php:1421
1097
  msgid "Search Pages"
1098
  msgstr "搜尋頁面"
1099
 
1100
+ #: wp-cache.php:1423
1101
+ #: wp-cache.php:1551
1102
  msgid "Save"
1103
  msgstr "儲存"
1104
 
1105
+ #: wp-cache.php:1440
1106
  msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
1107
  msgstr "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的URL中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
1108
 
1109
+ #: wp-cache.php:1446
1110
  msgid "Save Strings"
1111
  msgstr "儲存字串"
1112
 
1113
+ #: wp-cache.php:1462
1114
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1115
  msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
1116
 
1117
+ #: wp-cache.php:1468
1118
  msgid "Save Files"
1119
  msgstr "儲存檔案"
1120
 
1121
+ #: wp-cache.php:1513
1122
  msgid "Currently logging to: "
1123
  msgstr "當前記錄到:"
1124
 
1125
+ #: wp-cache.php:1523
1126
  msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
1127
  msgstr "在這裡使用外掛除錯模式解決問題。它可以寄發給你除錯電子郵件或在你的快取目錄內產生的紀錄檔。"
1128
 
1129
+ #: wp-cache.php:1524
1130
  msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
1131
  msgstr "記錄到一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。"
1132
 
1133
+ #: wp-cache.php:1528
1134
  msgid "Debugging"
1135
  msgstr "除錯"
1136
 
1137
+ #: wp-cache.php:1529
1138
  msgid "Logging Type"
1139
  msgstr "記錄種類"
1140
 
1141
+ #: wp-cache.php:1529
1142
  msgid "Email"
1143
  msgstr "電子郵件"
1144
 
1145
+ #: wp-cache.php:1530
1146
  msgid "file"
1147
  msgstr "檔案"
1148
 
1149
+ #: wp-cache.php:1531
1150
  msgid "IP Address"
1151
  msgstr "IP位址"
1152
 
1153
+ #: wp-cache.php:1531
1154
  #, php-format
1155
  msgid "(only log requests from this IP address. Your IP is %s)"
1156
  msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
1157
 
1158
+ #: wp-cache.php:1532
1159
  msgid "Log level"
1160
  msgstr "記錄等級"
1161
 
1162
+ #: wp-cache.php:1538
1163
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1164
  msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
1165
 
1166
+ #: wp-cache.php:1541
1167
  msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1168
  msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定連結架構的話,那麼錯誤的頁面有時候會變成首頁的快取畫面。</li></ol>"
1169
 
1170
+ #: wp-cache.php:1542
1171
  #, php-format
1172
  msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
1173
  msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
1174
 
1175
+ #: wp-cache.php:1544
1176
  msgid "Check front page every 5 minutes."
1177
  msgstr "每五分鐘檢查首頁"
1178
 
1179
+ #: wp-cache.php:1545
1180
  msgid "Front page text"
1181
  msgstr "首頁文字"
1182
 
1183
+ #: wp-cache.php:1545
1184
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1185
  msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
1186
 
1187
+ #: wp-cache.php:1546
1188
  msgid "Clear cache on error."
1189
  msgstr "清除快取時發生錯誤。"
1190
 
1191
+ #: wp-cache.php:1547
1192
  msgid "Email the blog admin when checks are made. (useful for testing)"
1193
  msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
1194
 
1195
+ #: wp-cache.php:1561
1196
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1197
  msgstr "錯誤:GZIP壓縮已啟用,如果你想啟用wp-cache,請停用它。"
1198
 
1199
+ #: wp-cache.php:1608
1200
+ #: wp-cache.php:1773
1201
  msgid "Warning"
1202
  msgstr "警告"
1203
 
1204
+ #: wp-cache.php:1608
1205
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1206
  msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
1207
 
1208
+ #: wp-cache.php:1669
1209
+ #: wp-cache.php:1674
1210
+ #: wp-cache.php:1706
1211
+ #: wp-cache.php:1711
1212
+ #: wp-cache.php:1717
1213
  msgid "Error"
1214
  msgstr "錯誤"
1215
 
1216
+ #: wp-cache.php:1669
1217
  #, php-format
1218
  msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1219
  msgstr "你的快取目錄(<strong>$cache_path</strong>)不存在,且無法從伺服器端建立。請檢查 %s 權限。"
1220
 
1221
+ #: wp-cache.php:1674
1222
  #, php-format
1223
  msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
1224
  msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
1225
 
1226
+ #: wp-cache.php:1706
1227
  #, php-format
1228
  msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
1229
  msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
1230
 
1231
+ #: wp-cache.php:1711
1232
  #, php-format
1233
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1234
  msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
1235
 
1236
+ #: wp-cache.php:1717
1237
  #, php-format
1238
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1239
  msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
1240
 
1241
+ #: wp-cache.php:1773
1242
  #, php-format
1243
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1244
  msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
1245
 
1246
+ #: wp-cache.php:1774
1247
  msgid "1. If it already exists please delete the file first."
1248
  msgstr "1. 如果它已經存在,請先刪除。"
1249
 
1250
+ #: wp-cache.php:1775
1251
  #, php-format
1252
  msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
1253
  msgstr "2. 請使用你的FTP程式或伺服器軟體,以chmod指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須在把它變更為唯讀。(使用前面的指令將權限從 777 變更為 755)"
1254
 
1255
+ #: wp-cache.php:1776
1256
  #, php-format
1257
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1258
  msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
1259
 
1260
+ #: wp-cache.php:1777
1261
  #, php-format
1262
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1263
  msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
1264
 
1265
+ #: wp-cache.php:1778
1266
  #, php-format
1267
  msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
1268
  msgstr "<li>1. 以文字編輯器開啟 <em>%1$s$wp_cache_file</em>。</li><li>2. 將 <em>CACHEHOME</em> 變更為 <em>%2$s</em></li><li>3. 儲存檔案並複製為 <em>%3$s</em>,然後重新整理此頁面。</li>"
1269
 
1270
+ #: wp-cache.php:1801
1271
  msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1272
  msgstr "<h3>WP_CACHE變數被設為false</h3><p>WP_CACHE變數被WordPress用來載入快取程式,可是它被設為false(關閉)。請編輯你的wp-config.php檔並把以下的內容放在最後的require_once命令之前。<br /><br /><code>define('WP_CACHE', true);</code></p>"
1273
 
1274
+ #: wp-cache.php:1803
1275
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1276
  msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
1277
 
1278
+ #: wp-cache.php:1804
1279
  #, php-format
1280
  msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
1281
  msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
1282
 
1283
+ #: wp-cache.php:1808
1284
  msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
1285
  msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五點。WP_CACHE 原始碼必須往前移動。"
1286
 
1287
+ #: wp-cache.php:1830
1288
  msgid "Cache Contents"
1289
  msgstr "快取內容"
1290
 
1291
+ #: wp-cache.php:1833
1292
  msgid "Object cache in use. No cache listing available."
1293
  msgstr "正在使用Object快取。無法顯示快取清單。"
1294
 
1295
+ #: wp-cache.php:1857
1296
  #, php-format
1297
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1298
  msgstr "刪除supercache檔案:<strong>%s</strong><br />"
1299
 
1300
+ #: wp-cache.php:1874
1301
  #, php-format
1302
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1303
  msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
1304
 
1305
+ #: wp-cache.php:1939
1306
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1307
  msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。"
1308
 
1309
+ #: wp-cache.php:1940
1310
  msgid "Regenerate cache stats"
1311
  msgstr "重新產生快取統計"
1312
 
1313
+ #: wp-cache.php:1942
1314
  #, php-format
1315
  msgid "Cache stats last generated: %s minutes ago."
1316
  msgstr "快取統計最後產生時間:%s分鐘以前。"
1317
 
1318
+ #: wp-cache.php:1948
1319
  msgid "WP-Cache"
1320
  msgstr "WP-Cache"
1321
 
1322
+ #: wp-cache.php:1949
1323
+ #: wp-cache.php:1965
1324
  #, php-format
1325
  msgid "%s Cached Pages"
1326
  msgstr "%s 個頁面已快取"
1327
 
1328
+ #: wp-cache.php:1950
1329
+ #: wp-cache.php:1970
1330
  #, php-format
1331
  msgid "%s Expired Pages"
1332
  msgstr "%s 個頁面已過期"
1333
 
1334
+ #: wp-cache.php:1964
1335
  msgid "WP-Super-Cache"
1336
  msgstr "WP-Super-Cache"
1337
 
1338
+ #: wp-cache.php:1975
1339
  msgid "Fresh WP-Cached Files"
1340
  msgstr "新的 WP-Cached 檔案"
1341
 
1342
+ #: wp-cache.php:1976
1343
+ #: wp-cache.php:1992
1344
+ #: wp-cache.php:2008
1345
+ #: wp-cache.php:2024
1346
  msgid "URI"
1347
  msgstr "URI 網址"
1348
 
1349
+ #: wp-cache.php:1976
1350
+ #: wp-cache.php:1992
1351
  msgid "Key"
1352
  msgstr "關鍵字"
1353
 
1354
+ #: wp-cache.php:1976
1355
+ #: wp-cache.php:1992
1356
+ #: wp-cache.php:2008
1357
+ #: wp-cache.php:2024
1358
  msgid "Age"
1359
  msgstr "時間(秒)"
1360
 
1361
+ #: wp-cache.php:1976
1362
+ #: wp-cache.php:1992
1363
+ #: wp-cache.php:2008
1364
+ #: wp-cache.php:2024
1365
  msgid "Delete"
1366
  msgstr "刪除"
1367
 
1368
+ #: wp-cache.php:1991
1369
  msgid "Stale WP-Cached Files"
1370
  msgstr "舊的 WP-Cached 檔案"
1371
 
1372
+ #: wp-cache.php:2007
1373
  msgid "Fresh Super Cached Files"
1374
  msgstr "新的 Super Cached 檔案"
1375
 
1376
+ #: wp-cache.php:2023
1377
  msgid "Stale Super Cached Files"
1378
  msgstr "舊的 Super Cached 檔案"
1379
 
1380
+ #: wp-cache.php:2039
1381
  msgid "Hide file list"
1382
  msgstr "隱藏檔案清單"
1383
 
1384
+ #: wp-cache.php:2041
1385
  msgid "Too many cached files, no listing possible."
1386
  msgstr "快取檔案過多,無法列出。"
1387
 
1388
+ #: wp-cache.php:2043
1389
  msgid "List all cached files"
1390
  msgstr "列出所有快取檔案"
1391
 
1392
+ #: wp-cache.php:2049
1393
  #, php-format
1394
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1395
  msgstr "<strong>垃圾收集</strong><br />上次垃圾收集於 <strong>%s</strong> 分鐘前<br />"
1396
 
1397
+ #: wp-cache.php:2050
1398
  #, php-format
1399
  msgid "Next GC in <strong>%s</strong> minutes"
1400
  msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
1401
 
1402
+ #: wp-cache.php:2053
1403
  #, php-format
1404
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1405
  msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
1406
 
1407
+ #: wp-cache.php:2064
1408
  msgid "Delete Expired"
1409
  msgstr "刪除過期檔案"
1410
 
1411
+ #: wp-cache.php:2070
1412
+ #: wp-cache.php:2082
1413
+ #: wp-cache.php:2245
1414
  msgid "Delete Cache"
1415
  msgstr "刪除快取"
1416
 
1417
+ #: wp-cache.php:2082
1418
  msgid "Delete Super Cache cached files (opens in new window)"
1419
  msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
1420
 
1421
+ #: wp-cache.php:2221
1422
  #, php-format
1423
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1424
  msgstr "%1$s 使用的快取程式為 %2$s"
1425
 
1426
+ #: wp-cache.php:2254
1427
  #, php-format
1428
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1429
  msgstr "WP Super Cache 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
1430
 
1431
+ #: wp-cache.php:2260
1432
  msgid "Settings"
1433
  msgstr "設定"
1434
 
1435
+ #: wp-cache.php:2270
1436
  #, php-format
1437
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1438
  msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
1439
 
1440
+ #: wp-cache.php:2273
1441
+ #, php-format
1442
+ msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
1443
+ msgstr "警告! WP Super Cache快取毀損! advanced-cache.php 腳本無法載入 wp-cache-phase1.php。<br /><br />請編輯 %1$s/advanced-cache.php 並且確認指向 %2$swp-cache-phase1.php 的路徑是正確的。"
1444
+
1445
+ #: wp-cache.php:2292
1446
  #, php-format
1447
  msgid "[%s] Front page is gzipped! Please clear cache!"
1448
  msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
1449
 
1450
+ #: wp-cache.php:2292
1451
  #, php-format
1452
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1453
  msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
1454
 
1455
+ #: wp-cache.php:2295
1456
  #, php-format
1457
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1458
  msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
1459
 
1460
+ #: wp-cache.php:2295
1461
  #, php-format
1462
  msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
1463
  msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
1464
 
1465
+ #: wp-cache.php:2302
1466
  #, php-format
1467
  msgid "[%s] Front page is not correct! Please clear cache!"
1468
  msgstr "[%s] 首頁不正確!請清除快取!"
1469
 
1470
+ #: wp-cache.php:2302
1471
  #, php-format
1472
  msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
1473
  msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,遺失文字,\"%2$s\"!"
1474
 
1475
+ #: wp-cache.php:2305
1476
  #, php-format
1477
  msgid "[%s] Front page is not correct! Cache Cleared!"
1478
  msgstr "[%s] 首頁不正確!快取已清除!"
1479
 
1480
+ #: wp-cache.php:2305
1481
  #, php-format
1482
  msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
1483
  msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
1484
 
1485
+ #: wp-cache.php:2310
1486
  #, php-format
1487
  msgid "[%s] Front page check!"
1488
  msgstr "[%s] 首頁檢查!"
1489
 
1490
+ #: wp-cache.php:2310
1491
  #, php-format
1492
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1493
  msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
1494
 
1495
+ #: wp-cache.php:2353
1496
  msgid "Cannot update .htaccess"
1497
  msgstr "無法更新 .htaccess"
1498
 
1499
+ #: wp-cache.php:2353
1500
  #, php-format
1501
  msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
1502
  msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
1503
 
1504
+ #: wp-cache.php:2353
1505
  msgid "Refresh this page when the file permissions have been modified."
1506
  msgstr "在權限修改後請重新整理這個頁面。"
1507
 
1508
+ #: wp-cache.php:2353
1509
  #, php-format
1510
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1511
  msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
1512
 
1513
+ #: wp-cache.php:2357
1514
  #, php-format
1515
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1516
  msgstr "為了使用靜態的HTML檔案,你的伺服器上必須有正確的mod_rewrite規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
1517
 
1518
+ #: wp-cache.php:2358
1519
  msgid "You can edit the file yourself add the following rules."
1520
  msgstr "你可以自行編輯並新增以下規則。"
1521
 
1522
+ #: wp-cache.php:2359
1523
  msgid " Make sure they appear before any existing WordPress rules. "
1524
  msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
1525
 
1526
+ #: wp-cache.php:2367
1527
  msgid "Update Mod_Rewrite Rules"
1528
  msgstr "更新 Mod_Rewrite 規則"
1529
 
1530
+ #: wp-cache.php:2474
1531
  #, php-format
1532
  msgid "[%1$s] Cache Preload Started"
1533
  msgstr "[%1$s] 快取預載已經開始"
1534
 
1535
+ #: wp-cache.php:2476
1536
  #, php-format
1537
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1538
  msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
1539
 
1540
+ #: wp-cache.php:2494
1541
  #, php-format
1542
  msgid "[%1$s] Cache Preload Stopped"
1543
  msgstr "[%1$s] 快取預載已停止"
1544
 
1545
+ #: wp-cache.php:2503
1546
  #, php-format
1547
  msgid "[%1$s] %2$d posts refreshed"
1548
  msgstr "[%1$s]%2$d 篇文章已被更新"
1549
 
1550
+ #: wp-cache.php:2503
1551
  msgid "Refreshed the following posts:"
1552
  msgstr "已更新下列文章:"
1553
 
1554
+ #: wp-cache.php:2512
1555
  #, php-format
1556
  msgid "Scheduling next preload refresh in %d minutes."
1557
  msgstr "下次更新預載快取時間:%d分鐘後"
1558
 
1559
+ #: wp-cache.php:2522
1560
  #, php-format
1561
  msgid "[%s] Cache Preload Completed"
1562
  msgstr "[%s] 預載快取完成"
1563
 
1564
+ #: wp-cache.php:2522
1565
  msgid "Cleaning up old supercache files."
1566
  msgstr "清除舊的supercache檔案。"
1567
 
1568
+ #: wp-cache.php:2564
1569
  #, php-format
1570
  msgid "[%s] Preload may have stalled."
1571
  msgstr "[%s] 預先載入可能已經停止"
1572
 
1573
+ #: wp-cache.php:2564
1574
  #, php-format
1575
  msgid ""
1576
  "Preload has been restarted.\n"
ossdl-cdn.php CHANGED
@@ -15,6 +15,12 @@ if ( get_option( 'ossdl_off_exclude' ) == false )
15
  $ossdl_off_exclude = trim(get_option('ossdl_off_exclude'));
16
  $arr_of_excludes = array_map('trim', explode(',', $ossdl_off_exclude));
17
 
 
 
 
 
 
 
18
  /**
19
  * Determines whether to exclude a match.
20
  *
@@ -37,13 +43,20 @@ function scossdl_off_exclude_match($match, $excludes) {
37
  * Called by #scossdl_off_filter.
38
  */
39
  function scossdl_off_rewriter($match) {
40
- global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes;
 
 
 
 
 
41
  if (scossdl_off_exclude_match($match[0], $arr_of_excludes)) {
42
  return $match[0];
43
  } else {
44
  $include_dirs = scossdl_off_additional_directories();
45
  if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
46
- return str_replace($ossdl_off_blog_url, $ossdl_off_cdn_url, $match[0]);
 
 
47
  } else {
48
  return $match[0];
49
  }
@@ -88,45 +101,74 @@ function do_scossdl_off_ob_start() {
88
  add_filter( 'wp_cache_ob_callback_filter', 'scossdl_off_filter' );
89
  }
90
  }
91
- add_action('init', 'do_scossdl_off_ob_start');
 
 
 
92
 
93
  function scossdl_off_options() {
 
 
94
  $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
95
  if ( $valid_nonce && isset($_POST['action']) && ( $_POST['action'] == 'update_ossdl_off' )){
96
  update_option('ossdl_off_cdn_url', $_POST['ossdl_off_cdn_url']);
97
  update_option('ossdl_off_include_dirs', $_POST['ossdl_off_include_dirs'] == '' ? 'wp-content,wp-includes' : $_POST['ossdl_off_include_dirs']);
98
  update_option('ossdl_off_exclude', $_POST['ossdl_off_exclude']);
 
 
 
 
 
 
 
99
  }
100
- $example_cdn_uri = str_replace('http://', 'http://cdn.', str_replace('www.', '', get_option('siteurl')));
 
 
 
101
 
102
  $example_cdn_uri = get_option('ossdl_off_cdn_url') == get_option('siteurl') ? $example_cdn_uri : get_option('ossdl_off_cdn_url');
103
  $example_cdn_uri .= '/wp-includes/js/prototype.js';
104
  ?>
105
  <p><?php _e( 'Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href="http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F" target="_blank">origin pull</a>.', 'wp-super-cache' ); ?></p>
 
106
  <p><?php printf( __( '<strong style="color: red">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes.', 'wp-super-cache' ), '<code>' . $example_cdn_uri . '</code>' ); ?></p>
107
  <p><?php _e( 'You can define different CDN URLs for each site on a multsite network.', 'wp-super-cache' ); ?></p>
108
  <p><form method="post" action="">
109
  <?php wp_nonce_field('wp-cache'); ?>
110
  <table class="form-table"><tbod>
111
  <tr valign="top">
112
- <th scope="row"><label for="ossdl_off_cdn_url">off-site URL</label></th>
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  <td>
114
- <input type="text" name="ossdl_off_cdn_url" value="<?php echo(get_option('ossdl_off_cdn_url')); ?>" size="64" class="regular-text code" />
115
- <span class="description">The new URL to be used in place of <?php echo(get_option('siteurl')); ?> for rewriting. No trailing <code>/</code> please. E.g. <code><?php echo($example_cdn_uri); ?></code>.</span>
116
  </td>
117
  </tr>
118
  <tr valign="top">
119
- <th scope="row"><label for="ossdl_off_include_dirs">include dirs</label></th>
120
  <td>
121
- <input type="text" name="ossdl_off_include_dirs" value="<?php echo(get_option('ossdl_off_include_dirs')); ?>" size="64" class="regular-text code" />
122
- <span class="description">Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty.</span>
123
  </td>
124
  </tr>
125
  <tr valign="top">
126
- <th scope="row"><label for="ossdl_off_exclude">exclude if substring</label></th>
127
  <td>
128
- <input type="text" name="ossdl_off_exclude" value="<?php echo(get_option('ossdl_off_exclude')); ?>" size="64" class="regular-text code" />
129
- <span class="description">Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter. E.g. <code>.php, .flv, .do</code>, always include <code>.php</code> (default).</span>
130
  </td>
131
  </tr>
132
  </tbody></table>
15
  $ossdl_off_exclude = trim(get_option('ossdl_off_exclude'));
16
  $arr_of_excludes = array_map('trim', explode(',', $ossdl_off_exclude));
17
 
18
+ if ( get_option( 'ossdl_cname' ) == false )
19
+ add_option('ossdl_cname', '');
20
+ $ossdl_cname = trim(get_option('ossdl_cname'));
21
+ $arr_of_cnames = array_map('trim', explode(',', $ossdl_cname));
22
+ if ($arr_of_cnames[0] == '') $arr_of_cnames = array();
23
+
24
  /**
25
  * Determines whether to exclude a match.
26
  *
43
  * Called by #scossdl_off_filter.
44
  */
45
  function scossdl_off_rewriter($match) {
46
+ static $offset = -1;
47
+ global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes, $arr_of_cnames;
48
+
49
+ if ( false == in_array( $ossdl_off_cdn_url, $arr_of_cnames ) )
50
+ $arr_of_cnames[] = $ossdl_off_cdn_url;
51
+
52
  if (scossdl_off_exclude_match($match[0], $arr_of_excludes)) {
53
  return $match[0];
54
  } else {
55
  $include_dirs = scossdl_off_additional_directories();
56
  if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
57
+ $offset++;
58
+ $offset %= count($arr_of_cnames);
59
+ return str_replace($ossdl_off_blog_url, $arr_of_cnames[$offset], $match[0]);
60
  } else {
61
  return $match[0];
62
  }
101
  add_filter( 'wp_cache_ob_callback_filter', 'scossdl_off_filter' );
102
  }
103
  }
104
+ if ( false == isset( $ossdlcdn ) )
105
+ $ossdlcdn = 1; // have to default to on for existing users.
106
+ if ( $ossdlcdn == 1 )
107
+ add_action('init', 'do_scossdl_off_ob_start');
108
 
109
  function scossdl_off_options() {
110
+ global $ossdlcdn, $wp_cache_config_file;
111
+
112
  $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
113
  if ( $valid_nonce && isset($_POST['action']) && ( $_POST['action'] == 'update_ossdl_off' )){
114
  update_option('ossdl_off_cdn_url', $_POST['ossdl_off_cdn_url']);
115
  update_option('ossdl_off_include_dirs', $_POST['ossdl_off_include_dirs'] == '' ? 'wp-content,wp-includes' : $_POST['ossdl_off_include_dirs']);
116
  update_option('ossdl_off_exclude', $_POST['ossdl_off_exclude']);
117
+ update_option('ossdl_cname', $_POST['ossdl_cname']);
118
+ if ( isset( $_POST[ 'ossdlcdn' ] ) ) {
119
+ $ossdlcdn = 1;
120
+ } else {
121
+ $ossdlcdn = 0;
122
+ }
123
+ wp_cache_replace_line('^ *\$ossdlcdn', "\$ossdlcdn = $ossdlcdn;", $wp_cache_config_file);
124
  }
125
+ $example_cdn_uri = str_replace( 'http://', 'http://cdn.', str_replace( 'www.', '', get_option( 'siteurl' ) ) );
126
+ $example_cnames = str_replace( 'http://cdn.', 'http://cdn1.', $example_cdn_uri );
127
+ $example_cnames .= ',' . str_replace( 'http://cdn.', 'http://cdn2.', $example_cdn_uri );
128
+ $example_cnames .= ',' . str_replace( 'http://cdn.', 'http://cdn3.', $example_cdn_uri );
129
 
130
  $example_cdn_uri = get_option('ossdl_off_cdn_url') == get_option('siteurl') ? $example_cdn_uri : get_option('ossdl_off_cdn_url');
131
  $example_cdn_uri .= '/wp-includes/js/prototype.js';
132
  ?>
133
  <p><?php _e( 'Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href="http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F" target="_blank">origin pull</a>.', 'wp-super-cache' ); ?></p>
134
+ <p><?php printf( __( 'The <a href="%1$s">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href="%2$s">plugin support forum</a> if you have any queries about this plugin.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/cdn-sync-tool/', 'http://wordpress.org/tags/cdn-sync-tool?forum_id=10' ); ?></p>
135
  <p><?php printf( __( '<strong style="color: red">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes.', 'wp-super-cache' ), '<code>' . $example_cdn_uri . '</code>' ); ?></p>
136
  <p><?php _e( 'You can define different CDN URLs for each site on a multsite network.', 'wp-super-cache' ); ?></p>
137
  <p><form method="post" action="">
138
  <?php wp_nonce_field('wp-cache'); ?>
139
  <table class="form-table"><tbod>
140
  <tr valign="top">
141
+ <td style='text-align: right'>
142
+ <input id='ossdlcdn' type="checkbox" name="ossdlcdn" value="1" <?php if ( $ossdlcdn ) echo "checked=1"; ?> />
143
+ </td>
144
+ <th scope="row"><label for="ossdlcdn"><?php _e( 'Enable CDN Support', 'wp-super-cache' ); ?></label></th>
145
+ </tr>
146
+ <tr valign="top">
147
+ <th scope="row"><label for="ossdl_off_cdn_url"><?php _e( 'Off-site URL', 'wp-super-cache' ); ?></label></th>
148
+ <td>
149
+ <input type="text" name="ossdl_off_cdn_url" value="<?php echo(get_option('ossdl_off_cdn_url')); ?>" size="64" class="regular-text code" /><br />
150
+ <span class="description"><?php printf( __( 'The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>.', 'wp-super-cache' ), get_option( 'siteurl' ), $example_cdn_uri ); ?></span>
151
+ </td>
152
+ </tr>
153
+ <tr valign="top">
154
+ <th scope="row"><label for="ossdl_off_include_dirs"><?php _e( 'Include directories', 'wp-super-cache' ); ?></label></th>
155
  <td>
156
+ <input type="text" name="ossdl_off_include_dirs" value="<?php echo esc_attr( get_option( 'ossdl_off_include_dirs' ) ); ?>" size="64" class="regular-text code" /><br />
157
+ <span class="description"><?php _e( 'Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty.', 'wp-super-cache' ); ?></span>
158
  </td>
159
  </tr>
160
  <tr valign="top">
161
+ <th scope="row"><label for="ossdl_off_exclude"><?php _e( 'Exclude if substring', 'wp-super-cache' ); ?></label></th>
162
  <td>
163
+ <input type="text" name="ossdl_off_exclude" value="<?php echo esc_attr( get_option( 'ossdl_off_exclude' ) ); ?>" size="64" class="regular-text code" /><br />
164
+ <span class="description"><?php _e( 'Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default).', 'wp-super-cache' ); ?></span>
165
  </td>
166
  </tr>
167
  <tr valign="top">
168
+ <th scope="row"><label for="ossdl_cname"><?php _e( 'Additional CNAMES', 'wp-super-cache' ); ?></label></th>
169
  <td>
170
+ <input type="text" name="ossdl_cname" value="<?php echo esc_attr( get_option( 'ossdl_cname' ) ); ?>" size="64" class="regular-text code" /><br />
171
+ <span class="description"><?php printf( __( 'These <a href="http://en.wikipedia.org/wiki/CNAME_record">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s', 'wp-super-cache' ), get_option( 'siteurl' ), $example_cnames ); ?></span>
172
  </td>
173
  </tr>
174
  </tbody></table>
plugins/badbehaviour.php CHANGED
@@ -34,20 +34,22 @@ function get_bb_file_loc() {
34
  function wp_supercache_badbehaviour_admin() {
35
  global $cache_badbehaviour, $wp_cache_config_file, $valid_nonce;
36
 
37
- $cache_badbehaviour = $cache_badbehaviour == '' ? 'no' : $cache_badbehaviour;
 
 
38
 
39
  $err = false;
40
 
41
- if(isset($_POST['cache_badbehaviour']) && $valid_nonce) {
42
  $bbfile = get_bb_file_loc();
43
  if( !$bbfile ) {
44
  $_POST[ 'cache_badbehaviour' ] = 0;
45
  $err = __( 'Bad Behaviour not found. Please check your install.', 'wp-super-cache' );
46
  }
47
  if ( $cache_badbehaviour == (int)$_POST['cache_badbehaviour'] ) {
48
- $changed = $false;
49
- } else {
50
  $changed = false;
 
 
51
  }
52
  $cache_badbehaviour = (int)$_POST['cache_badbehaviour'];
53
  wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = 0;", $wp_cache_config_file);
34
  function wp_supercache_badbehaviour_admin() {
35
  global $cache_badbehaviour, $wp_cache_config_file, $valid_nonce;
36
 
37
+ $cache_badbehaviour = $cache_badbehaviour == '' ? 0 : $cache_badbehaviour;
38
+ if ( $cache_badbehaviour == 'no' )
39
+ $cache_badbehaviour = 0;
40
 
41
  $err = false;
42
 
43
+ if ( isset( $_POST['cache_badbehaviour'] ) && $valid_nonce ) {
44
  $bbfile = get_bb_file_loc();
45
  if( !$bbfile ) {
46
  $_POST[ 'cache_badbehaviour' ] = 0;
47
  $err = __( 'Bad Behaviour not found. Please check your install.', 'wp-super-cache' );
48
  }
49
  if ( $cache_badbehaviour == (int)$_POST['cache_badbehaviour'] ) {
 
 
50
  $changed = false;
51
+ } else {
52
+ $changed = true;
53
  }
54
  $cache_badbehaviour = (int)$_POST['cache_badbehaviour'];
55
  wp_cache_replace_line('^ *\$cache_compression', "\$cache_compression = 0;", $wp_cache_config_file);
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === WP Super Cache ===
2
  Contributors: donncha, automattic
3
  Tags: performance,caching,wp-cache,wp-super-cache,cache
4
- Tested up to: 3.0.1
5
- Stable tag: 0.9.9.7
6
  Requires at least: 2.9.2
7
 
8
  A very fast caching engine for WordPress that produces static html files.
@@ -16,7 +16,7 @@ The static html files will be served to the vast majority of your users, but bec
16
  2. Users who have not left a comment on your blog.
17
  3. Or users who have not viewed a password protected post.
18
 
19
- 99% of your visitors will be served static html files. Those users who don't see the static files will still benefit because they will see regular WP-Cache cached files and your server won't be as busy as before. This plugin will help your server cope with a front page appearance on digg.com or other social networking site.
20
 
21
  If for some reason "supercaching" doesn't work on your server then don't worry. Caching will still be performed, but every request will require loading the PHP engine. In normal circumstances this isn't bad at all. Visitors to your site will notice no slowdown or difference. Supercache really comes into it's own if your server is underpowered, or you're experiencing heavy traffic.
22
  Super Cached html files will be served more quickly than PHP generated cached files but in every day use, the difference isn't noticeable.
@@ -24,10 +24,10 @@ Super Cached html files will be served more quickly than PHP generated cached fi
24
  The plugin serves cached files in 3 ways (ranked by speed):
25
 
26
  1. Mod_Rewrite. The fastest method is by using Apache mod_rewrite (or whatever similar module your web server supports) to serve "supercached" static html files. This completely bypasses PHP and is extremely quick. If your server is hit by a deluge of traffic it is more likely to cope as the requests are "lighter". This does require the Apache mod_rewrite module (which is probably installed if you have custom permalinks) and a modification of your .htaccess file. Visits by anonymous or unknown users will be served this way.
27
- 2. PHP. Supercached static files can now be served by PHP. The plugin will serve a "supercached" file if it exists and it's almost as fast as the mod_rewrite method. It's easier to configure as the .htaccess file doesn't need to be changed. You still need a custom permalink. Your server may not cope as well with a really large amount of traffic. (You're gaming Digg aren't you? You'll need mod_rewrite, the rest of us are ok with PHP!)
28
- 3. Legacy caching. This is mainly used to cache pages for known users. These are logged in users, visitors who leave comments or those who should be shown custom per-user data. It's the most flexible caching method but also the slowest. As each page is different it's often better not to cache pages for these users at all and avoid legacy caching. Legacy caching will also cache visits by unknown users if this caching mode is selected. See the FAQ, "How do I make certain parts of the page stay dynamic?" for the main reason to use legacy caching.
29
 
30
- If you're new to caching use PHP caching. It's easy to set up and very fast. Avoid legacy caching unless you want to have highly customised pages.
31
 
32
  = Recommended Settings =
33
  Advanced users will probably want to use mod_rewrite caching, but PHP caching is almost as good and recommended for everyone else. Enable the following:
@@ -37,10 +37,11 @@ Advanced users will probably want to use mod_rewrite caching, but PHP caching is
37
  3. Don't cache pages for known users.
38
  4. Cache rebuild.
39
  5. CDN support.
 
40
 
41
  Garbage collection is the act of cleaning up cache files that are out of date and stale. There's no correct value for the expiry time but a good starting point is 1800 seconds if you're not using legacy mode. If you are using that mode start with an expiry time of 600 seconds.
42
 
43
- If you are not using legacy mode caching consider deleting the contents of the "Rejected User Agents" text box and allow search engines create supercache static files.
44
 
45
  Likewise, preload as many posts as you can and enable "Preload Mode". Garbage collection will still occur but it won't affect the preloaded files. If you don't care about sidebar widgets updating often set the preload interval to 2880 minutes (2 days) so all your posts aren't recached very often. When the preload occurs the cache files for the post being refreshed is deleted and then regenerated. Afterwards a garbage collection of all old files is performed to clean out stale cache files.
46
  With preloading on cached files will still be deleted when posts are made or edited or comments made.
@@ -53,11 +54,19 @@ Interested in translating WP Super Cache to your language? Grab the [development
53
 
54
  == Upgrade Notice ==
55
 
56
- = 0.9.9.6 =
57
- Fixed problem serving cached files with PHP, added support for 304 "file not modified" browser caching, French & German and updated Italian translations
58
 
59
  == Changelog ==
60
 
 
 
 
 
 
 
 
 
61
  = 0.9.9.6 =
62
  * Fixed problem serving cached files with PHP
63
  * Added support for 304 "file not modified" header to help browser caching. (PHP caching only)
@@ -243,18 +252,17 @@ Fixed problem serving cached files with PHP, added support for 304 "file not mod
243
 
244
  == How to uninstall WP Super Cache ==
245
 
246
- Copy uninstall.php from where you have WP Super Cache installed to where your site is installed. The file wp-load.php is in this directory. Open your browser and load uninstall.php directly.
247
- You must be logged in to uninstall the plugin and there's one final step after the script runs. You have to remove the WP_CACHE define from your wp-config.php.
248
- After runing the script please delete it as it's not safe to leaving unused code around.
249
 
250
  To manually uninstall:
251
 
252
- 1. Remove the WP_CACHE define from wp-config.php. It looks like `define( 'WP_CACHE', true );`
253
- 2. Clear the cache in the backend page and then deactivate the plugin on the plugins page.
254
- 3. Remove the Super Cache mod_rewrite rules from your .htaccess file.
255
- 4. Remove the files wp-content/advanced-cache.php and wp-content/wp-cache-config.php
256
- 5. Remove the directory wp-content/cache/
257
- 6. Remove the directory wp-super-cache from your plugins directory.
 
258
 
259
  == If all else fails and your site is broken ==
260
  1. Remove the WP_CACHE define from wp-config.php. It looks like `define( 'WP_CACHE', true );`
@@ -266,7 +274,7 @@ To manually uninstall:
266
 
267
  = How do I know my blog is being cached? =
268
 
269
- 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.
270
  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.
271
  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.
272
 
@@ -277,7 +285,7 @@ Supercache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTN
277
 
278
  = Why is WP-Super-Cache better than WP-Cache? =
279
 
280
- This plugin is based on the excellent WP-Cache plugin and therefore brings all the benefits of that plugin to WordPress. On top of that it creates copies of every page that is accessed on a blog in a form that is quickly served by the web server. It's almost as quick as if the you had saved a page in your browser and uploaded it to replace your homepage.
281
 
282
  = Will comments and other dynamic parts of my blog update immediately? =
283
 
@@ -289,12 +297,14 @@ No, it will do the opposite. Super Cache files are compressed and stored that wa
289
 
290
  = How do I make certain parts of the page stay dynamic? =
291
 
292
- WP Super Cache retains the dynamic loading code of WP Cache but only works in legacy caching mode.
293
 
294
  There are a few ways to do this, you can have functions that stay dynamic or you can include other files on every page load. To execute PHP code on every page load you can use either the "dynamic-cached-content", "mfunc", or "mclude" tags. The "dynamic-cached-content" tag is easier to use but the other tags can still be used. Make sure you duplicate the PHP code when using these tags. The first code is executed when the page is cached, while the second chunk of code is executed when the cached page is served to the next visitor.
295
  To execute WordPress functions you must define $wp_super_cache_late_init in your config file.
296
 
297
- 1. This code will include the file adverts.php and will execute the functions "print_sidebar_ad()" and "do_more_stuff()". Make sure there's no space before or after the PHP tags.
 
 
298
 
299
  `<!--dynamic-cached-content--><?php
300
  include_once( ABSPATH . '/scripts/adverts.php' );
@@ -306,13 +316,16 @@ print_sidebar_ad();
306
  do_more_stuff();
307
  --><!--/dynamic-cached-content-->`
308
 
309
- 2. To execute the function "function_name()":
 
 
310
 
311
  `<!--mfunc function_name( 'parameter', 'another_parameter' ) -->
312
  <?php function_name( 'parameter', 'another_parameter' ) ?>
313
  <!--/mfunc-->`
314
 
315
- 3. To include another file:
 
316
 
317
  `<!--mclude file.php-->
318
  <?php include_once( ABSPATH . 'file.php' ); ?>
@@ -325,17 +338,21 @@ Example:
325
  <?php date( 'Y-m-d H:i:s' ) ?>
326
  <!--/mfunc-->`
327
 
 
 
 
 
328
  = How do I delay serving the cache until the "init" action fires? =
329
 
330
  Cached files are served before almost all of WordPress is loaded. While that's great for performance it's a pain when you want to extend the plugin using a core part of WordPress. Set $wp_super_cache_late_init to "1" in wp-content/wp-cache-config.php and cached files will be served when "init" fires. WordPress and it's plugins will be loaded now. This is very useful when you are using the mfunc tag in your theme.
331
 
332
  = Why don't WP UserOnline, Popularity Contest, WP Postratings or plugin X not work or update on my blog now? =
333
 
334
- This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the mfunc/mclude code described in the previous answer to update or display dynamic information.
335
 
336
  = Why doesn't the plugin cache requests by search engine bots by default? =
337
 
338
- Those bots usually only visit each page once and if the page is not popular there's no point creating a cache file that will sit idle on your server.
339
 
340
  = A category page is showing instead of my homepage =
341
 
@@ -344,15 +361,14 @@ A tiny proportion of websites will have problems with the following configuratio
344
  1. Uses a static page for the front page.
345
  2. Uses /%category%/%postname%/ permalink structure.
346
 
347
- Sometimes a category page is cached as the homepage of the site instead of the static page. I can't [replicate the problem](http://wordpress.org/support/topic/237415/page/2?replies=38) but a simple solution is to switch the plugin to PHP mode. For normal traffic you will see no difference in the speed of your site.
348
 
349
  = Why do I get warnings about caching from http://ismyblogworking.com/ =
350
 
351
  "Your blog doesn't support client caching (no 304 response to If-modified-since)."
352
  "Your feed doesn't support caching (no 304 response to If-modified-since)"
353
 
354
- Supercache doesn't support 304 header checks. This is caching done by your browser, not your server. It is a check your browser does to ask the server if an updated version of the current page is available. If not, it doesn't download the old version again.
355
- The page is still cached by your server, just not by the browsers of your visitors. WordPress doesn't support 304 caching either so you're not losing out.
356
  Try the Cacheability Engine at http://www.ircache.net/cgi-bin/cacheability.py or http://redbot.org/ for further analysis.
357
 
358
  = How should I best use the utm_source tracking tools in Google Analytics with this plugin? =
@@ -376,7 +392,7 @@ Load your desktop ftp client and connect to your site. You may need to enable "S
376
  If things don't work when you installed the plugin here are a few things to check:
377
 
378
  1. Is wp-content writable by the web server?
379
- 2. Is there a wp-content/wp-cache-config.php ? If not, copy the file wp-super-cache/wp-cache-config-sample.php to wp-content/wp-cache-config.php and make sure WPCACHEHOME points at the right place. "plugins" should be "mu-plugins" if you're using WordPress MU.
380
  3. Is there a wp-content/advanced-cache.php ? If not, then you must copy wp-super-cache/advanced-cache.php into wp-content/. You must edit the file and change the path so it points at the wp-super-cache folder.
381
  4. If pages are not cached at all, remove wp-content/advanced-cache.php and recreate it, following the advice above.
382
  5. Make sure the following line is in wp-config.php and it is ABOVE the "require_once(ABSPATH.'wp-settings.php');" line:
@@ -433,7 +449,7 @@ There is one regular WordPress filter too. Use the "do_createsupercache" filter
433
  to customize the checks made before caching. The filter accepts one parameter.
434
  The output of WP-Cache's wp_cache_get_cookies_values() function.
435
 
436
- See plugins/searchengine.php as an example I use for my [No Adverts for Friends](plugin at http://ocaoimh.ie/no-adverts-for-friends/)
437
 
438
  == Links ==
439
  [WP Widget Cache](http://wordpress.org/extend/plugins/wp-widget-cache/) is another caching plugin for WordPress. This plugin caches the output of widgets and may significantly speed up dynamic page generation times.
1
  === WP Super Cache ===
2
  Contributors: donncha, automattic
3
  Tags: performance,caching,wp-cache,wp-super-cache,cache
4
+ Tested up to: 3.0.4
5
+ Stable tag: 0.9.9.8
6
  Requires at least: 2.9.2
7
 
8
  A very fast caching engine for WordPress that produces static html files.
16
  2. Users who have not left a comment on your blog.
17
  3. Or users who have not viewed a password protected post.
18
 
19
+ 99% of your visitors will be served static html files. Those users who don't see the static files will still benefit because they will see different cached files that aren't quite as efficient but still better than uncached. This plugin will help your server cope with a front page appearance on digg.com or other social networking site.
20
 
21
  If for some reason "supercaching" doesn't work on your server then don't worry. Caching will still be performed, but every request will require loading the PHP engine. In normal circumstances this isn't bad at all. Visitors to your site will notice no slowdown or difference. Supercache really comes into it's own if your server is underpowered, or you're experiencing heavy traffic.
22
  Super Cached html files will be served more quickly than PHP generated cached files but in every day use, the difference isn't noticeable.
24
  The plugin serves cached files in 3 ways (ranked by speed):
25
 
26
  1. Mod_Rewrite. The fastest method is by using Apache mod_rewrite (or whatever similar module your web server supports) to serve "supercached" static html files. This completely bypasses PHP and is extremely quick. If your server is hit by a deluge of traffic it is more likely to cope as the requests are "lighter". This does require the Apache mod_rewrite module (which is probably installed if you have custom permalinks) and a modification of your .htaccess file. Visits by anonymous or unknown users will be served this way.
27
+ 2. PHP. Supercached static files can now be served by PHP. The plugin will serve a "supercached" file if it exists and it's almost as fast as the mod_rewrite method. It's easier to configure as the .htaccess file doesn't need to be changed. You still need a custom permalink. You can keep portions of your page dynamic in this caching mode. Your server may not cope as well with a really large amount of traffic. (You're gaming Digg aren't you? You'll need mod_rewrite, the rest of us are ok with PHP!)
28
+ 3. Legacy caching. This is mainly used to cache pages for known users. These are logged in users, visitors who leave comments or those who should be shown custom per-user data. It's the most flexible caching method but also the slowest. As each page is different it's often better not to cache pages for these users at all and avoid legacy caching. Legacy caching will also cache visits by unknown users if this caching mode is selected. You can have dynamic parts to your page in this mode too.
29
 
30
+ If you're new to caching use PHP caching. It's easy to set up and very fast. Avoid legacy caching if you can.
31
 
32
  = Recommended Settings =
33
  Advanced users will probably want to use mod_rewrite caching, but PHP caching is almost as good and recommended for everyone else. Enable the following:
37
  3. Don't cache pages for known users.
38
  4. Cache rebuild.
39
  5. CDN support.
40
+ 6. Extra homepage checks.
41
 
42
  Garbage collection is the act of cleaning up cache files that are out of date and stale. There's no correct value for the expiry time but a good starting point is 1800 seconds if you're not using legacy mode. If you are using that mode start with an expiry time of 600 seconds.
43
 
44
+ If you are not using legacy mode caching consider deleting the contents of the "Rejected User Agents" text box and allow search engines to create supercache static files.
45
 
46
  Likewise, preload as many posts as you can and enable "Preload Mode". Garbage collection will still occur but it won't affect the preloaded files. If you don't care about sidebar widgets updating often set the preload interval to 2880 minutes (2 days) so all your posts aren't recached very often. When the preload occurs the cache files for the post being refreshed is deleted and then regenerated. Afterwards a garbage collection of all old files is performed to clean out stale cache files.
47
  With preloading on cached files will still be deleted when posts are made or edited or comments made.
54
 
55
  == Upgrade Notice ==
56
 
57
+ = 0.9.9.8 =
58
+ CDN code can be switched off, better uninstall process, compress dynamic pages, 1and1 webhosting fix, use Supercache files for dynamic pages
59
 
60
  == Changelog ==
61
 
62
+ = 0.9.9.8 =
63
+ * CDN updates: can be switched off, multiple CNAMEs.
64
+ * Uninstall process improved. It removes generated files and fixes edited files.
65
+ * Cached dynamic pages can now be stored in Supercache files and compressed.
66
+ * 1and1 Webhosting fix (/kunden/)
67
+ * Remove log by email functionality as it caused problems for users who were inundated by email
68
+ * Many more minor fixes and changes.
69
+
70
  = 0.9.9.6 =
71
  * Fixed problem serving cached files with PHP
72
  * Added support for 304 "file not modified" header to help browser caching. (PHP caching only)
252
 
253
  == How to uninstall WP Super Cache ==
254
 
255
+ Almost all you have to do is deactivate the plugin on the plugins page. The plugin should clean up most of the files it created and modified, but it doesn't as yet remove the mod_rewrite rules from the .htaccess file. Look for the section in that file marked by SuperCache BEGIN and END tags. The plugin doesn't remove those because some people add the WordPress rules in that block too.
 
 
256
 
257
  To manually uninstall:
258
 
259
+ 1. Turn off caching on the plugin settings page and clear the cache.
260
+ 2. Deactivate the plugin on the plugins page.
261
+ 3. Remove the WP_CACHE define from wp-config.php. It looks like `define( 'WP_CACHE', true );`
262
+ 4. Remove the Super Cache mod_rewrite rules from your .htaccess file.
263
+ 5. Remove the files wp-content/advanced-cache.php and wp-content/wp-cache-config.php
264
+ 6. Remove the directory wp-content/cache/
265
+ 7. Remove the directory wp-super-cache from your plugins directory.
266
 
267
  == If all else fails and your site is broken ==
268
  1. Remove the WP_CACHE define from wp-config.php. It looks like `define( 'WP_CACHE', true );`
274
 
275
  = How do I know my blog is being cached? =
276
 
277
+ 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.
278
  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.
279
  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.
280
 
285
 
286
  = Why is WP-Super-Cache better than WP-Cache? =
287
 
288
+ This plugin is based on the excellent WP-Cache plugin. Besides the caching WP-Cache did this plugin creates copies of every page that is accessed on a blog in a form that is quickly served by the web server. It's almost as quick as if the you had saved a html page in your browser and uploaded it to replace your homepage.
289
 
290
  = Will comments and other dynamic parts of my blog update immediately? =
291
 
297
 
298
  = How do I make certain parts of the page stay dynamic? =
299
 
300
+ There are 2 ways of doing this. You can use Javascript to draw the part of the page you want to keep dynamic. That's what Google Adsense and many widgets from external sites do. Or you can use a WP Super Cache tag to do the job but you can't use mod_rewrite mode caching. You have to switch to PHP or legacy caching.
301
 
302
  There are a few ways to do this, you can have functions that stay dynamic or you can include other files on every page load. To execute PHP code on every page load you can use either the "dynamic-cached-content", "mfunc", or "mclude" tags. The "dynamic-cached-content" tag is easier to use but the other tags can still be used. Make sure you duplicate the PHP code when using these tags. The first code is executed when the page is cached, while the second chunk of code is executed when the cached page is served to the next visitor.
303
  To execute WordPress functions you must define $wp_super_cache_late_init in your config file.
304
 
305
+ = dynamic-cached-content example =
306
+
307
+ This code will include the file adverts.php and will execute the functions "print_sidebar_ad()" and "do_more_stuff()". Make sure there's no space before or after the PHP tags.
308
 
309
  `<!--dynamic-cached-content--><?php
310
  include_once( ABSPATH . '/scripts/adverts.php' );
316
  do_more_stuff();
317
  --><!--/dynamic-cached-content-->`
318
 
319
+ = mfunc example =
320
+
321
+ To execute the function "function_name()":
322
 
323
  `<!--mfunc function_name( 'parameter', 'another_parameter' ) -->
324
  <?php function_name( 'parameter', 'another_parameter' ) ?>
325
  <!--/mfunc-->`
326
 
327
+ = mclude example =
328
+ To include another file:
329
 
330
  `<!--mclude file.php-->
331
  <?php include_once( ABSPATH . 'file.php' ); ?>
338
  <?php date( 'Y-m-d H:i:s' ) ?>
339
  <!--/mfunc-->`
340
 
341
+ = How do I use WordPress functions in cached dynamic pages? =
342
+
343
+ See the next qestion, you have to load WordPress before the cached file is served.
344
+
345
  = How do I delay serving the cache until the "init" action fires? =
346
 
347
  Cached files are served before almost all of WordPress is loaded. While that's great for performance it's a pain when you want to extend the plugin using a core part of WordPress. Set $wp_super_cache_late_init to "1" in wp-content/wp-cache-config.php and cached files will be served when "init" fires. WordPress and it's plugins will be loaded now. This is very useful when you are using the mfunc tag in your theme.
348
 
349
  = Why don't WP UserOnline, Popularity Contest, WP Postratings or plugin X not work or update on my blog now? =
350
 
351
+ This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the dynamic-cached-content/mfunc/mclude code described in the previous answer to update or display dynamic information.
352
 
353
  = Why doesn't the plugin cache requests by search engine bots by default? =
354
 
355
+ Those bots usually only visit each page once and if the page is not popular there's no point creating a cache file that will sit idle on your server. However if you're not using legacy caching you can allow these visits to be cached by removing the list of bots from "Rejected User Agents" on the Advanced settings page.
356
 
357
  = A category page is showing instead of my homepage =
358
 
361
  1. Uses a static page for the front page.
362
  2. Uses /%category%/%postname%/ permalink structure.
363
 
364
+ Sometimes a category page is cached as the homepage of the site instead of the static page. I can't [replicate the problem](http://wordpress.org/support/topic/237415/page/2?replies=38) but a simple solution is to switch the plugin to PHP mode. For normal traffic you will see no difference in the speed of your site. You can also enable "Extra homepage checks" on the Advanced Settings page.
365
 
366
  = Why do I get warnings about caching from http://ismyblogworking.com/ =
367
 
368
  "Your blog doesn't support client caching (no 304 response to If-modified-since)."
369
  "Your feed doesn't support caching (no 304 response to If-modified-since)"
370
 
371
+ Supercache doesn't support 304 header checks in mod_rewrite mode but does support it in PHP mode. This is caching done by your browser, not the server. It is a check your browser does to ask the server if an updated version of the current page is available. If not, it doesn't download the old version again. The page is still cached by your server, just not by your visitors' browsers.
 
372
  Try the Cacheability Engine at http://www.ircache.net/cgi-bin/cacheability.py or http://redbot.org/ for further analysis.
373
 
374
  = How should I best use the utm_source tracking tools in Google Analytics with this plugin? =
392
  If things don't work when you installed the plugin here are a few things to check:
393
 
394
  1. Is wp-content writable by the web server?
395
+ 2. Is there a wp-content/wp-cache-config.php ? If not, copy the file wp-super-cache/wp-cache-config-sample.php to wp-content/wp-cache-config.php and make sure WPCACHEHOME points at the right place.
396
  3. Is there a wp-content/advanced-cache.php ? If not, then you must copy wp-super-cache/advanced-cache.php into wp-content/. You must edit the file and change the path so it points at the wp-super-cache folder.
397
  4. If pages are not cached at all, remove wp-content/advanced-cache.php and recreate it, following the advice above.
398
  5. Make sure the following line is in wp-config.php and it is ABOVE the "require_once(ABSPATH.'wp-settings.php');" line:
449
  to customize the checks made before caching. The filter accepts one parameter.
450
  The output of WP-Cache's wp_cache_get_cookies_values() function.
451
 
452
+ See plugins/searchengine.php as an example I use for my [No Adverts for Friends](http://ocaoimh.ie/no-adverts-for-friends/) plugin.
453
 
454
  == Links ==
455
  [WP Widget Cache](http://wordpress.org/extend/plugins/wp-widget-cache/) is another caching plugin for WordPress. This plugin caches the output of widgets and may significantly speed up dynamic page generation times.
uninstall.php DELETED
@@ -1,97 +0,0 @@
1
- <html>
2
- <head>
3
- <title>WP Super Cache Uninstall Script</title>
4
- </head>
5
- <body>
6
- <?php
7
- /** Include the bootstrap for setting up WordPress environment */
8
- if ( false == file_exists( './wp-load.php' ) ) {
9
- die( 'This file must be copied into the same directory where WordPress is installed. The file wp-load.php is in this directory' );
10
- }
11
- include( './wp-load.php' );
12
-
13
- if ( !is_user_logged_in() )
14
- wp_die( 'You must be logged in to run this script.' );
15
-
16
- if ( !current_user_can( 'install_plugins' ) )
17
- wp_die( 'You do not have permission to run this script.' );
18
-
19
- ?>
20
- <p>This script will uninstall the files and directories created by <a href='http://ocaoimh.ie/wp-super-cache/'>WP Super Cache</a>.</p>
21
- <?php
22
- function uninstall_supercache( $folderPath ) { // from http://www.php.net/manual/en/function.rmdir.php
23
- if ( trailingslashit( constant( 'ABSPATH' ) ) == trailingslashit( $folderPath ) )
24
- return false;
25
- if ( @is_dir ( $folderPath ) ) {
26
- $dh = @opendir($folderPath);
27
- while( false !== ( $value = @readdir( $dh ) ) ) {
28
- if ( $value != "." && $value != ".." ) {
29
- $value = $folderPath . "/" . $value;
30
- if ( @is_dir ( $value ) ) {
31
- uninstall_supercache( $value );
32
- } else {
33
- @unlink( $value );
34
- }
35
- }
36
- }
37
- return @rmdir( $folderPath );
38
- } else {
39
- return false;
40
- }
41
- }
42
-
43
- if ( $_POST[ 'uninstall' ] ) {
44
- $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce( $_REQUEST['_wpnonce'], 'wp-cache' . $current_user->ID ) : false;
45
- $plugins = (array)get_option( 'active_plugins' );
46
- $key = array_search( 'wp-super-cache/wp-cache.php', $plugins );
47
- if ( $key !== false ) {
48
- unset( $plugins[ $key ] );
49
- update_option( 'active_plugins', $plugins );
50
- echo "Disabled WP Super Cache plugin : <strong>DONE</strong><br />";
51
- }
52
-
53
- if ( in_array( 'wp-super-cache/wp-cache.php', get_option( 'active_plugins' ) ) )
54
- wp_die( 'WP Super Cache is still active. Please disable it on your plugins page first.' );
55
- echo "Removing " . WP_CONTENT_DIR . "/cache/ :";
56
- uninstall_supercache( WP_CONTENT_DIR . '/cache' );
57
- echo " <strong>DONE</strong><br />";
58
- $permission_problem = false;
59
- echo "Removing " . WP_CONTENT_DIR . "/advanced-cache.php :";
60
- if ( false == @unlink( WP_CONTENT_DIR . "/advanced-cache.php" ) ) {
61
- $permission_problem = true;
62
- echo " <strong>FAILED</strong><br />";
63
- } else {
64
- echo " <strong>DONE</strong><br />";
65
- }
66
- echo "Removing " . WP_CONTENT_DIR . "/wp-cache-config.php :";
67
- if ( false == unlink( WP_CONTENT_DIR . "/wp-cache-config.php" ) ) {
68
- $permission_problem = true;
69
- echo " <strong>FAILED</strong><br />";
70
- } else {
71
- echo " <strong>DONE</strong><br />";
72
- }
73
- if ( $permission_problem ) {
74
- wp_die( "One or more files could not be deleted. " . WP_CONTENT_DIR . " must be made writeable:<br /><code>chmod 777 " . WP_CONTENT_DIR . "</code><br /><br /> and don't forgot to fix things later:<br /><code>chmod 755 " . WP_CONTENT_DIR . "</code><br /><br />" );
75
- }
76
- echo "<p>Make sure you remove the following line from " . ABSPATH . "wp-config.php too.</p>";
77
- echo "<blockquote><code>define('WP_CACHE', true);</code></blockquote>";
78
- wp_mail( $current_user->user_email, 'WP Super Cache Uninstalled', '' );
79
- } else {
80
- ?>
81
- <form action='uninstall.php' method='POST'>
82
- <p>Click UNINSTALL to delete the following files and directories:
83
- <ol>
84
- <li> <?php echo WP_CONTENT_DIR . "/advanced-cache.php"; ?></li>
85
- <li> <?php echo WP_CONTENT_DIR . "/wp-cache-config.php"; ?></li>
86
- <li> <?php echo WP_CONTENT_DIR . '/cache'; ?></li>
87
- </ol>
88
- <?php wp_nonce_field( 'wp-cache' . $current_user->ID ); ?>
89
- <input type='hidden' name='uninstall' value='1' />
90
- <input type='submit' value='UNINSTALL' />
91
- </form>
92
- <?php
93
- }
94
-
95
- ?>
96
- </body>
97
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
wp-cache-config-sample.php CHANGED
@@ -15,6 +15,7 @@ $cache_max_time = 3600; //in seconds
15
  //$use_flock = true; // Set it true or false if you know what to use
16
  $cache_path = WP_CONTENT_DIR . '/cache/';
17
  $file_prefix = 'wp-cache-';
 
18
 
19
  // We want to be able to identify each blog in a WordPress MU install
20
  $blogcacheid = '';
15
  //$use_flock = true; // Set it true or false if you know what to use
16
  $cache_path = WP_CONTENT_DIR . '/cache/';
17
  $file_prefix = 'wp-cache-';
18
+ $ossdlcdn = 0;
19
 
20
  // We want to be able to identify each blog in a WordPress MU install
21
  $blogcacheid = '';
wp-cache-phase1.php CHANGED
@@ -46,7 +46,7 @@ $gzipped = 0;
46
  $gzsize = 0;
47
 
48
  function gzip_accepted(){
49
- if( ini_get( 'zlib.output_compression' ) ) // don't compress WP-Cache data files when PHP is already doing it
50
  return false;
51
 
52
  if (strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') === false) return false;
@@ -147,13 +147,20 @@ function wp_cache_serve_cache_file() {
147
  } else {
148
  // last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
149
  $file = get_current_url_supercache_dir() . "index.html";
 
 
 
 
 
 
 
150
  if (
151
  (
152
  $wp_cache_request_uri == '/' ||
153
  ( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) ||
154
  ( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' )
155
  ) &&
156
- ( wp_cache_get_cookies_values() == '' && empty( $_GET ) && file_exists( $file ) ) )
157
  {
158
  header( "Content-type: text/html; charset=UTF-8" ); // UTF-8 hard coded is bad but we don't know what it is this early in the process
159
  header( "Vary: Accept-Encoding, Cookie" );
@@ -163,11 +170,11 @@ function wp_cache_serve_cache_file() {
163
  $file = $file . '.gz';
164
  header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
165
  header( 'Content-Length: ' . filesize( $file ) );
166
- } elseif ( $wp_supercache_304 ) {
167
  header( 'Content-Length: ' . filesize( $file ) );
168
  }
169
 
170
- if ( $wp_supercache_304 ) {
171
  if ( function_exists( 'apache_request_headers' ) ) {
172
  $request = apache_request_headers();
173
  $remote_mod_time = $request[ 'If-Modified-Since' ];
@@ -181,9 +188,24 @@ function wp_cache_serve_cache_file() {
181
  }
182
  header( 'Last-Modified: ' . $local_mod_time );
183
  }
184
- readfile( $file );
185
- if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served page from supercache file using PHP.", 5 );
186
- exit();
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  } else {
188
  if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file exists. Must generate a new one.", 5 );
189
  return false;
@@ -334,7 +356,11 @@ function do_cacheaction( $action, $value = '' ) {
334
  if( array_key_exists($action, $wp_supercache_actions) && is_array( $wp_supercache_actions[ $action ] ) ) {
335
  $actions = $wp_supercache_actions[ $action ];
336
  foreach( $actions as $func ) {
337
- $value = $func( $value );
 
 
 
 
338
  }
339
  }
340
 
@@ -398,12 +424,12 @@ function wp_cache_check_mobile( $cache_key ) {
398
  }
399
 
400
  function wp_cache_debug( $message, $level = 1 ) {
401
- global $wp_cache_debug_level, $wp_cache_debug_log, $wp_cache_debug_email, $cache_path, $wp_cache_debug_ip, $wp_super_cache_debug;
402
 
403
  if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug == false )
404
  return false;
405
 
406
- if ( isset( $wp_cache_debug_email ) == false && isset( $wp_cache_debug_log ) == false )
407
  return false;
408
 
409
  if ( isset( $wp_cache_debug_level ) == false )
@@ -417,11 +443,6 @@ function wp_cache_debug( $message, $level = 1 ) {
417
  if ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) {
418
  error_log( date( 'H:i:s' ) . " " . $_SERVER[ 'REQUEST_URI' ] . " " . $message . "\n", 3, $cache_path . str_replace( '/', '', str_replace( '..', '', $wp_cache_debug_log ) ) );
419
  }
420
-
421
- if ( isset( $wp_cache_debug_email ) && $wp_cache_debug_email != '' ) {
422
- $message .= "\n\nDisable these emails by commenting out or deleting the line containing\n\$wp_cache_debug_email in wp-content/wp-cache-config.php on your server.\n";
423
- mail( $wp_cache_debug_email, '[' . addslashes( $_SERVER[ 'HTTP_HOST' ] ) . "] WP Super Cache Debug", $message );
424
- }
425
  }
426
 
427
  function wp_cache_user_agent_is_rejected() {
46
  $gzsize = 0;
47
 
48
  function gzip_accepted(){
49
+ if ( 1 == ini_get( 'zlib.output_compression' ) || "on" == strtolower( ini_get( 'zlib.output_compression' ) ) ) // don't compress WP-Cache data files when PHP is already doing it
50
  return false;
51
 
52
  if (strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') === false) return false;
147
  } else {
148
  // last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
149
  $file = get_current_url_supercache_dir() . "index.html";
150
+ $phpfile = get_current_url_supercache_dir() . "index.html.php";
151
+ $serving_supercache = false;
152
+ if ( file_exists( $file ) ) {
153
+ $serving_supercache = 'html';
154
+ } elseif ( file_exists( $phpfile ) ) {
155
+ $serving_supercache = 'php';
156
+ }
157
  if (
158
  (
159
  $wp_cache_request_uri == '/' ||
160
  ( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) ||
161
  ( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' )
162
  ) &&
163
+ ( wp_cache_get_cookies_values() == '' && empty( $_GET ) && $serving_supercache ) )
164
  {
165
  header( "Content-type: text/html; charset=UTF-8" ); // UTF-8 hard coded is bad but we don't know what it is this early in the process
166
  header( "Vary: Accept-Encoding, Cookie" );
170
  $file = $file . '.gz';
171
  header( 'Content-Encoding: ' . $wp_cache_gzip_encoding );
172
  header( 'Content-Length: ' . filesize( $file ) );
173
+ } elseif ( $serving_supercache == 'html' && $wp_supercache_304 ) {
174
  header( 'Content-Length: ' . filesize( $file ) );
175
  }
176
 
177
+ if ( $serving_supercache == 'html' && $wp_supercache_304 ) {
178
  if ( function_exists( 'apache_request_headers' ) ) {
179
  $request = apache_request_headers();
180
  $remote_mod_time = $request[ 'If-Modified-Since' ];
188
  }
189
  header( 'Last-Modified: ' . $local_mod_time );
190
  }
191
+ if ( $serving_supercache == 'html' ) {
192
+ readfile( $file );
193
+ if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served page from supercache file using PHP.", 5 );
194
+ exit();
195
+ } elseif ( $serving_supercache == 'php' ) {
196
+ $cachefiledata = file_get_contents($phpfile);
197
+ if ( $cache_compression and $wp_cache_gzip_encoding ) {
198
+ ob_start("ob_gzhandler");
199
+ eval( '?>' . $cachefiledata . '<?php ' );
200
+ echo "\n<!-- Compression = gzip -->\n";
201
+ ob_end_flush();
202
+ if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served compressed dynamic page from supercache file using PHP. File: $file", 5 );
203
+ } else {
204
+ eval( '?>' . $cachefiledata . '<?php ' );
205
+ if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "Served dynamic page from supercache file using PHP. File: $file", 5 );
206
+ }
207
+ exit();
208
+ }
209
  } else {
210
  if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug ) wp_cache_debug( "No wp-cache file exists. Must generate a new one.", 5 );
211
  return false;
356
  if( array_key_exists($action, $wp_supercache_actions) && is_array( $wp_supercache_actions[ $action ] ) ) {
357
  $actions = $wp_supercache_actions[ $action ];
358
  foreach( $actions as $func ) {
359
+ if ( is_array( $func ) ) {
360
+ $value = $func[0]->{$func[1]}( $value );
361
+ } else {
362
+ $value = $func( $value );
363
+ }
364
  }
365
  }
366
 
424
  }
425
 
426
  function wp_cache_debug( $message, $level = 1 ) {
427
+ global $wp_cache_debug_level, $wp_cache_debug_log, $cache_path, $wp_cache_debug_ip, $wp_super_cache_debug;
428
 
429
  if ( isset( $wp_super_cache_debug ) && $wp_super_cache_debug == false )
430
  return false;
431
 
432
+ if ( isset( $wp_cache_debug_log ) == false )
433
  return false;
434
 
435
  if ( isset( $wp_cache_debug_level ) == false )
443
  if ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) {
444
  error_log( date( 'H:i:s' ) . " " . $_SERVER[ 'REQUEST_URI' ] . " " . $message . "\n", 3, $cache_path . str_replace( '/', '', str_replace( '..', '', $wp_cache_debug_log ) ) );
445
  }
 
 
 
 
 
446
  }
447
 
448
  function wp_cache_user_agent_is_rejected() {
wp-cache-phase2.php CHANGED
@@ -86,7 +86,7 @@ function wp_cache_phase2() {
86
  $do_cache = apply_filters( 'do_createsupercache', $user_info );
87
  if( $user_info == '' || $do_cache === true ) {
88
  $dir = get_current_url_supercache_dir();
89
- $files_to_check = array( $dir . 'index.html', $dir . 'index.html.gz' );
90
  foreach( $files_to_check as $cache_file ) {
91
  if( !@file_exists( $cache_file . '.needs-rebuild' ) )
92
  continue;
@@ -308,6 +308,7 @@ function wp_cache_get_ob(&$buffer) {
308
  global $wp_cache_404, $gzsize, $supercacheonly;
309
  global $blog_cache_dir, $wp_cache_request_uri, $wp_supercache_cache_list;
310
  global $wp_cache_not_logged_in, $wp_cache_object_cache, $cache_max_time;
 
311
 
312
  $new_cache = true;
313
  $wp_cache_meta = '';
@@ -464,11 +465,30 @@ function wp_cache_get_ob(&$buffer) {
464
  $buffer .= '<!-- Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details. -->';
465
 
466
  if ( false == $wp_cache_object_cache ) {
467
- if( $fr )
468
  fputs($fr, $store);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
469
  } else {
470
  wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time );
471
  }
 
 
 
 
 
472
  } else {
473
  $buffer = apply_filters( 'wpsupercache_buffer', $buffer );
474
  // Append WP Super Cache or Live page comment tag
@@ -533,7 +553,7 @@ function wp_cache_get_ob(&$buffer) {
533
  }
534
  if( $fr2 ) {
535
  fclose($fr2);
536
- if ( $cache_fname == $supercachedir . $home_url[ 'path' ] . 'index.html' && !( is_front_page() || is_home() ) ) {
537
  wp_cache_writers_exit();
538
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
539
  return $buffer;
@@ -549,6 +569,24 @@ function wp_cache_get_ob(&$buffer) {
549
  $added_cache = 1;
550
  }
551
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
552
  if( $gz ) {
553
  fclose($gz);
554
  if ( filesize( $tmp_cache_filename . '.gz' ) == 0 ) {
@@ -714,7 +752,7 @@ function wp_cache_phase2_clean_expired( $file_prefix, $force = false ) {
714
 
715
  function wp_cache_shutdown_callback() {
716
  global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
717
- global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled, $wp_cache_blog_charset;
718
 
719
  $wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
720
  $wp_cache_meta[ 'blog_id' ] = $blog_id;
@@ -766,7 +804,7 @@ function wp_cache_shutdown_callback() {
766
  $wp_cache_meta[ 'headers' ][ 'Content-Type' ] = "Content-Type: $value";
767
  }
768
 
769
- if ( ! $supercacheonly && $new_cache ) {
770
  if( !isset( $wp_cache_meta[ 'dynamic' ] ) && $wp_cache_gzip_encoding && !in_array( 'Content-Encoding: ' . $wp_cache_gzip_encoding, $wp_cache_meta[ 'headers' ] ) ) {
771
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending gzip headers.", 2 );
772
  $wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
@@ -781,13 +819,17 @@ function wp_cache_shutdown_callback() {
781
  $fr = @fopen( $tmp_meta_filename, 'w');
782
  if( !$fr )
783
  @mkdir( $blog_cache_dir . 'meta' );
784
- $fr = fopen( $tmp_meta_filename, 'w');
785
- fputs($fr, $serial);
786
- fclose($fr);
787
- @chmod( $tmp_meta_filename, 0666 & ~umask());
788
- if( !@rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file ) ) {
789
- @unlink( $blog_cache_dir . 'meta/' . $meta_file );
790
- @rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file );
 
 
 
 
791
  }
792
  } elseif ( $cache_enabled ) {
793
  $oc_key = get_oc_key() . ".meta";
@@ -902,6 +944,7 @@ function wp_cache_post_id_gc( $siteurl, $post_id, $all = 'all' ) {
902
  } else {
903
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cached index.html(.gz) in $dir{$permalink}.", 4 );
904
  prune_super_cache( $dir . $permalink . 'index.html', true, true );
 
905
  prune_super_cache( $dir . $permalink . 'index.html.gz', true, true );
906
  do_action( 'gc_cache', 'prune', $permalink );
907
  }
@@ -942,6 +985,7 @@ function wp_cache_post_change( $post_id ) {
942
  if ( $all == true ) {
943
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting cache files in " . $cache_path . 'supercache/' . $siteurl, 4 );
944
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html', true, true );
 
945
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html.gz', true, true );
946
  do_action( 'gc_cache', 'prune', 'homepage' );
947
  }
@@ -952,6 +996,7 @@ function wp_cache_post_change( $post_id ) {
952
  wp_cache_post_id_gc( $siteurl, get_option( 'page_on_front' ), 'single' );
953
  $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( get_option( 'page_for_posts' ) ) ) );
954
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html', true, true );
 
955
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html.gz', true, true );
956
  do_action( 'gc_cache', 'prune', $permalink );
957
  }
@@ -977,6 +1022,7 @@ function wp_cache_post_change( $post_id ) {
977
  @unlink($content_pathname);
978
  if ( $super_cache_enabled == true ) {
979
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
 
980
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
981
  do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
982
  }
@@ -987,6 +1033,7 @@ function wp_cache_post_change( $post_id ) {
987
  @unlink($content_pathname);
988
  if ( $super_cache_enabled == true ) {
989
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
 
990
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
991
  do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
992
  }
@@ -1020,8 +1067,10 @@ function wp_cache_post_id() {
1020
  function wp_cache_gc_cron() {
1021
  global $file_prefix, $cache_max_time;
1022
 
1023
- if ( $cache_max_time == 0 )
 
1024
  return false;
 
1025
 
1026
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
1027
 
86
  $do_cache = apply_filters( 'do_createsupercache', $user_info );
87
  if( $user_info == '' || $do_cache === true ) {
88
  $dir = get_current_url_supercache_dir();
89
+ $files_to_check = array( $dir . 'index.html', $dir . 'index.html.php', $dir . 'index.html.gz' );
90
  foreach( $files_to_check as $cache_file ) {
91
  if( !@file_exists( $cache_file . '.needs-rebuild' ) )
92
  continue;
308
  global $wp_cache_404, $gzsize, $supercacheonly;
309
  global $blog_cache_dir, $wp_cache_request_uri, $wp_supercache_cache_list;
310
  global $wp_cache_not_logged_in, $wp_cache_object_cache, $cache_max_time;
311
+ global $wp_cache_is_home, $wp_cache_front_page_checks;
312
 
313
  $new_cache = true;
314
  $wp_cache_meta = '';
465
  $buffer .= '<!-- Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details. -->';
466
 
467
  if ( false == $wp_cache_object_cache ) {
468
+ if( $fr ) { // legacy caching
469
  fputs($fr, $store);
470
+ } elseif ( isset( $fr2 ) ) { // supercache active
471
+ $php_fname = "{$dir}index.html.php";
472
+ $tmp_php_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
473
+ $php_fd = @fopen( $tmp_php_filename, 'w' );
474
+ if ( !$php_fd ) {
475
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_php_filename ), 1 );
476
+ $buffer .= "<!-- File not cached! Super Cache couldn't write to: " . str_replace( ABSPATH, '', $tmp_php_filename ) . " -->\n";
477
+ @fclose( $php_fd );
478
+ @unlink( $tmp_php_filename );
479
+ wp_cache_writers_exit();
480
+ return $buffer;
481
+ }
482
+ fputs( $php_fd, $store );
483
+ }
484
  } else {
485
  wp_cache_set( $oc_key, $store, 'supercache', $cache_max_time );
486
  }
487
+ if ( $cache_compression && $wp_cache_gzip_encoding ) {
488
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer.", 5 );
489
+ $gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
490
+ $gzsize = strlen($gzdata);
491
+ }
492
  } else {
493
  $buffer = apply_filters( 'wpsupercache_buffer', $buffer );
494
  // Append WP Super Cache or Live page comment tag
553
  }
554
  if( $fr2 ) {
555
  fclose($fr2);
556
+ if ( $wp_cache_front_page_checks && $cache_fname == $supercachedir . $home_url[ 'path' ] . 'index.html' && !( $wp_cache_is_home ) ) {
557
  wp_cache_writers_exit();
558
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
559
  return $buffer;
569
  $added_cache = 1;
570
  }
571
  }
572
+ if( $php_fd ) {
573
+ fclose( $php_fd );
574
+ if ( $php_fname == $supercachedir . $home_url[ 'path' ] . 'index.html.php' && !( $wp_cache_is_home ) ) {
575
+ wp_cache_writers_exit();
576
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
577
+ return $buffer;
578
+ } elseif ( filesize( $tmp_php_filename ) == 0 ) {
579
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! The file $tmp_php_filename was empty. Did not rename to {$php_fname}", 5 );
580
+ @unlink( $tmp_php_filename );
581
+ } else {
582
+ if ( !@rename( $tmp_php_filename, $php_fname ) ) {
583
+ @unlink( $php_fname );
584
+ @rename( $tmp_php_filename, $php_fname );
585
+ }
586
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Renamed temp supercache file to $php_fname", 5 );
587
+ $added_cache = 1;
588
+ }
589
+ }
590
  if( $gz ) {
591
  fclose($gz);
592
  if ( filesize( $tmp_cache_filename . '.gz' ) == 0 ) {
752
 
753
  function wp_cache_shutdown_callback() {
754
  global $cache_path, $cache_max_time, $file_expired, $file_prefix, $meta_file, $new_cache, $wp_cache_meta, $known_headers, $blog_id, $wp_cache_gzip_encoding, $gzsize, $cache_filename, $supercacheonly, $blog_cache_dir;
755
+ global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled, $wp_cache_blog_charset, $wp_cache_not_logged_in;
756
 
757
  $wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
758
  $wp_cache_meta[ 'blog_id' ] = $blog_id;
804
  $wp_cache_meta[ 'headers' ][ 'Content-Type' ] = "Content-Type: $value";
805
  }
806
 
807
+ if ( !$supercacheonly && !$wp_cache_not_logged_in && $new_cache ) {
808
  if( !isset( $wp_cache_meta[ 'dynamic' ] ) && $wp_cache_gzip_encoding && !in_array( 'Content-Encoding: ' . $wp_cache_gzip_encoding, $wp_cache_meta[ 'headers' ] ) ) {
809
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Sending gzip headers.", 2 );
810
  $wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
819
  $fr = @fopen( $tmp_meta_filename, 'w');
820
  if( !$fr )
821
  @mkdir( $blog_cache_dir . 'meta' );
822
+ $fr = @fopen( $tmp_meta_filename, 'w');
823
+ if ( $fr ) {
824
+ fputs($fr, $serial);
825
+ fclose($fr);
826
+ @chmod( $tmp_meta_filename, 0666 & ~umask());
827
+ if( !@rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file ) ) {
828
+ @unlink( $blog_cache_dir . 'meta/' . $meta_file );
829
+ @rename( $tmp_meta_filename, $blog_cache_dir . 'meta/' . $meta_file );
830
+ }
831
+ } else {
832
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Problem writing meta file: {$blog_cache_dir}meta/{$meta_file}", 2 );
833
  }
834
  } elseif ( $cache_enabled ) {
835
  $oc_key = get_oc_key() . ".meta";
944
  } else {
945
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cached index.html(.gz) in $dir{$permalink}.", 4 );
946
  prune_super_cache( $dir . $permalink . 'index.html', true, true );
947
+ prune_super_cache( $dir . $permalink . 'index.html.php', true, true );
948
  prune_super_cache( $dir . $permalink . 'index.html.gz', true, true );
949
  do_action( 'gc_cache', 'prune', $permalink );
950
  }
985
  if ( $all == true ) {
986
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting cache files in " . $cache_path . 'supercache/' . $siteurl, 4 );
987
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html', true, true );
988
+ prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html.php', true, true );
989
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html.gz', true, true );
990
  do_action( 'gc_cache', 'prune', 'homepage' );
991
  }
996
  wp_cache_post_id_gc( $siteurl, get_option( 'page_on_front' ), 'single' );
997
  $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( get_option( 'page_for_posts' ) ) ) );
998
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html', true, true );
999
+ prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html.php', true, true );
1000
  prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html.gz', true, true );
1001
  do_action( 'gc_cache', 'prune', $permalink );
1002
  }
1022
  @unlink($content_pathname);
1023
  if ( $super_cache_enabled == true ) {
1024
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
1025
+ @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.php');
1026
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
1027
  do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
1028
  }
1033
  @unlink($content_pathname);
1034
  if ( $super_cache_enabled == true ) {
1035
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
1036
+ @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.php');
1037
  @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
1038
  do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
1039
  }
1067
  function wp_cache_gc_cron() {
1068
  global $file_prefix, $cache_max_time;
1069
 
1070
+ if ( $cache_max_time == 0 ) {
1071
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection disabled because cache expiry time is zero.', 5 );
1072
  return false;
1073
+ }
1074
 
1075
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
1076
 
wp-cache.php CHANGED
@@ -3,13 +3,13 @@
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
  Description: Very fast caching plugin for WordPress.
6
- Version: 0.9.9.7
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
10
 
11
  /* Copyright 2005-2006 Ricardo Galli Granada (email : gallir@uib.es)
12
- Copyright 2007-2010 Donncha O Caoimh (http://ocaoimh.ie/) and many others.
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License as published by
@@ -57,6 +57,14 @@ function wp_super_cache_text_domain() {
57
  }
58
  add_action( 'init', 'wp_super_cache_text_domain' );
59
 
 
 
 
 
 
 
 
 
60
 
61
  // OSSDL CDN plugin (http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/)
62
  include_once( WPCACHEHOME . 'ossdl-cdn.php' );
@@ -107,6 +115,7 @@ function wpsupercache_deactivate() {
107
  @unlink( $cache_path . 'meta' );
108
  @unlink( $cache_path . 'supercache' );
109
  wp_clear_scheduled_hook( 'wp_cache_check_site_hook' );
 
110
  }
111
  register_deactivation_hook( __FILE__, 'wpsupercache_deactivate' );
112
 
@@ -130,12 +139,19 @@ function wp_cache_add_pages() {
130
  add_submenu_page( 'ms-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
131
  } elseif ( isset( $wpmu_version ) && wpsupercache_site_admin() ) {
132
  add_submenu_page( 'wpmu-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
133
- } else {
 
 
134
  add_options_page( 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
135
  }
136
  }
137
  add_action('admin_menu', 'wp_cache_add_pages');
138
 
 
 
 
 
 
139
  function wp_cache_manager_error_checks() {
140
  global $wpmu_version, $wp_cache_debug, $wp_cache_cron_check, $cache_enabled, $super_cache_enabled, $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers, $wp_cache_mobile_enabled, $wp_cache_mod_rewrite;
141
 
@@ -237,7 +253,7 @@ function wp_cache_manager_error_checks() {
237
  $wp_content_mode = ( $wp_content_stat[ 'mode' ] & 0777 );
238
  if( $wp_content_mode != 0755 ) {
239
  ?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
240
- <p><?php printf( __( 'You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:', 'wp-super-cache' ), WP_CONTENT_DIR ); ?><code>chmod 755 <?php echo WP_CONTENT_DIR; ?>/</code></p></div><?php
241
  }
242
  }
243
 
@@ -295,7 +311,7 @@ function wp_cache_manager_error_checks() {
295
  add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
296
 
297
  function wp_cache_manager_updates() {
298
- global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init;
299
 
300
  if ( !wpsupercache_site_admin() )
301
  return false;
@@ -304,7 +320,7 @@ function wp_cache_manager_updates() {
304
  if ( $valid_nonce == false )
305
  return false;
306
 
307
- if( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'easysetup' ) {
308
  $_POST[ 'action' ] = 'scupdates';
309
  if( isset( $_POST[ 'wp_cache_easy_on' ] ) && $_POST[ 'wp_cache_easy_on' ] == 1 ) {
310
  $_POST[ 'wp_cache_mobile_enabled' ] = 1;
@@ -341,6 +357,13 @@ function wp_cache_manager_updates() {
341
  }
342
  wp_cache_replace_line('^ *\$wp_cache_mobile_enabled', "\$wp_cache_mobile_enabled = " . $wp_cache_mobile_enabled . ";", $wp_cache_config_file);
343
 
 
 
 
 
 
 
 
344
  $wp_supercache_cache_list = $_POST[ 'wp_supercache_cache_list' ] == 1 ? 1 : 0;
345
  wp_cache_replace_line('^ *\$wp_supercache_cache_list', "\$wp_supercache_cache_list = " . $wp_supercache_cache_list . ";", $wp_cache_config_file);
346
 
@@ -451,7 +474,7 @@ function wp_cache_manager() {
451
  global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
452
  global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
453
  global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
454
- global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init;
455
 
456
  if ( !wpsupercache_site_admin() )
457
  return false;
@@ -562,77 +585,8 @@ jQuery(document).ready(function(){
562
  scossdl_off_options();
563
  break;
564
  case "tester":
565
- if ( !$cache_enabled )
566
- wp_die( __( 'Caching must be enabled to use this feature', 'wp-super-cache' ) );
567
  echo '<a name="test"></a>';
568
- echo "<h3>" . __( 'Cache Tester', 'wp-super-cache' ) . "</h3>";
569
- echo '<p>' . __( 'Test your cached website by clicking the test button below.', 'wp-super-cache' ) . '</p>';
570
- if ( array_key_exists('action', $_POST) && $_POST[ 'action' ] == 'test' && $valid_nonce ) {
571
- $url = trailingslashit( get_bloginfo( 'url' ) );
572
- if ( isset( $_POST[ 'httponly' ] ) )
573
- $url = str_replace( 'https://', 'http://', $url );
574
- // Prime the cache
575
- echo "<p>";
576
- printf( __( 'Fetching %s to prime cache: ', 'wp-super-cache' ), $url );
577
- $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
578
- echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong>';
579
- echo "</p>";
580
- sleep( 1 );
581
- // Get the first copy
582
- echo "<p>";
583
- printf( __( 'Fetching first copy of %s: ', 'wp-super-cache' ), $url );
584
- $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
585
- echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong>';
586
- echo "</p>";
587
- sleep( 1 );
588
- // Get the second copy
589
- echo "<p>";
590
- printf( __( 'Fetching second copy of %s: ', 'wp-super-cache' ), $url );
591
- $page2 = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
592
- echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong>';
593
- echo "</p>";
594
-
595
- if ( is_wp_error( $page ) || is_wp_error( $page2 ) || $page[ 'response' ][ 'code' ] != 200 || $page2[ 'response' ][ 'code' ] != 200 ) {
596
- echo '<p><strong>' . __( 'One or more page requests failed:', 'wp-super-cache' ) . '</strong></p>';
597
- $error = false;
598
- if ( is_wp_error( $page ) ) {
599
- $error = $page;
600
- } elseif ( is_wp_error( $page2 ) ) {
601
- $error = $page2;
602
- }
603
- if ( $error ) {
604
- $errors = '';
605
- $messages = '';
606
- foreach ( $error->get_error_codes() as $code ) {
607
- $severity = $error->get_error_data($code);
608
- foreach ( $error->get_error_messages( $code ) as $err ) {
609
- $errors .= ' ' . $err . "<br />\n";
610
- }
611
- }
612
- if ( !empty($err) )
613
- echo '<div class="updated fade">' . $errors . "</div>\n";
614
- } else {
615
- echo '<ul><li>' . sprintf( __( 'Page %d: %d (%s)', 'wp-super-cache' ), 1, $page[ 'response' ][ 'code' ], $page[ 'response' ][ 'message' ] ) . '</li>';
616
- echo '<li>' . sprintf( __( 'Page %d: %d (%s)', 'wp-super-cache' ), 2, $page2[ 'response' ][ 'code' ], $page2[ 'response' ][ 'message' ] ) . '</li></ul>';
617
- }
618
- }
619
-
620
- if ( preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page[ 'body' ], $matches1 ) &&
621
- preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page2[ 'body' ], $matches2 ) && $matches1[2] == $matches2[2] ) {
622
- echo '<p>' . sprintf( __( 'Page 1: %s', 'wp-super-cache' ), $matches1[ 2 ] ) . '</p>';
623
- echo '<p>' . sprintf( __( 'Page 2: %s', 'wp-super-cache' ), $matches2[ 2 ] ) . '</p>';
624
- echo '<p><strong>' . __( 'The timestamps on both pages match!', 'wp-super-cache' ) . '</strong></p>';
625
- } else {
626
- echo '<p><strong>' . __( 'The pages do not match! Timestamps differ or were not found!', 'wp-super-cache' ) . '</strong></p>';
627
- }
628
- }
629
- echo '<form name="cache_tester" action="" method="post">';
630
- echo '<input type="hidden" name="action" value="test" />';
631
- if ( 'on' == strtolower( $_SERVER['HTTPS' ] ) )
632
- echo "<input type='checkbox' name='httponly' checked='checked' value='1' /> " . __( 'Send non-secure (non https) request for homepage', 'wp-super-cache' );
633
- echo '<div class="submit"><input type="submit" name="test" value="' . __( 'Test Cache', 'wp-super-cache' ) . '" /></div>';
634
- wp_nonce_field('wp-cache');
635
- echo '</form>';
636
  wp_cache_files();
637
  break;
638
  case "preload":
@@ -802,6 +756,8 @@ jQuery(document).ready(function(){
802
  wp_cache_debug_settings();
803
  break;
804
  case 'settings':
 
 
805
  echo '<form name="wp_manager" action="' . add_query_arg( array( 'page' => 'wpsupercache', 'tab' => 'settings' ) ) . '" method="post">';
806
  wp_nonce_field('wp-cache');
807
  echo '<input type="hidden" name="action" value="scupdates" />';
@@ -851,6 +807,7 @@ jQuery(document).ready(function(){
851
  <legend class="hidden">Advanced</legend>
852
  <label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php _e( 'Mobile device support.', 'wp-super-cache' ); ?></label><br />
853
  <label><input type='checkbox' name='wp_cache_clear_on_post_edit' <?php if( $wp_cache_clear_on_post_edit ) echo "checked"; ?> value='1'> <?php _e( 'Clear all cache files when a post or page is published.', 'wp-super-cache' ); ?></label><br />
 
854
  <label><input type='checkbox' name='wp_cache_refresh_single_only' <?php if( $wp_cache_refresh_single_only ) echo "checked"; ?> value='1'> <?php _e( 'Only refresh current page when comments made.', 'wp-super-cache' ); ?></label><br />
855
  <label><input type='checkbox' name='wp_supercache_cache_list' <?php if( $wp_supercache_cache_list ) echo "checked"; ?> value='1'> <?php _e( 'List the newest cached pages on this page.', 'wp-super-cache' ); ?></label><br />
856
  <?php if( false == defined( 'WPSC_DISABLE_LOCKING' ) ) { ?>
@@ -867,6 +824,7 @@ jQuery(document).ready(function(){
867
  </table>
868
  <h3><?php _e( 'Note:', 'wp-super-cache' ); ?></h3>
869
  <ol>
 
870
  <li><?php printf( __( 'If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></li>
871
  <li><?php printf( __( 'Please see the <a href="%1$s/wp-super-cache/readme.txt">readme.txt</a> for instructions on uninstalling this script. Look for the heading, "How to uninstall WP Super Cache".', 'wp-super-cache' ), WP_PLUGIN_URL ); ?></li><?php
872
  echo "<li><em>" . sprintf( __( 'Need help? Check the <a href="%1$s">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href="%2$s">support forum</a> is also available. Your question may already have been answered.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/', 'http://wordpress.org/tags/wp-super-cache?forum_id=10' ) . "</em></li>";
@@ -913,19 +871,98 @@ jQuery(document).ready(function(){
913
  </tr>
914
  </table>
915
  <?php
916
- if( $cache_enabled && !$wp_cache_mod_rewrite ) {
917
  $scrules = trim( implode( "\n", extract_from_markers( trailingslashit( get_home_path() ) . '.htaccess', 'WPSuperCache' ) ) );
918
  if ( $scrules != '' ) {
919
  echo "<p><strong>" . __( 'Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules.', 'wp-super-cache' ) . '</strong></p>';
920
  }
921
  }
922
- echo "<div class='submit'><input class='button-primary' type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " &raquo;' /></div>";?>
923
- </form>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
924
  <h3><?php _e( 'Recommended Links and Plugins', 'wp-super-cache' ); ?></h3>
925
  <p><?php _e( 'Caching is only one part of making a website faster. Here are some other plugins that will help:', 'wp-super-cache' ); ?></p>
926
  <ol><li><?php printf( __( '<a href="%s">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href="%s">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-minify/', 'http://lyncd.com/wpscmin/' ); ?></li>
927
  <li><?php printf( __( '<a href="%s">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href="%s">GTMetrix</a>.', 'wp-super-cache' ), 'http://developer.yahoo.com/yslow/', 'http://gtmetrix.com/' ); ?></li>
928
  <li><?php printf( __( '<a href="%s">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/use-google-libraries/' ); ?></li>
 
929
  <li><?php printf( __( '<strong>Advanced users only:</strong> <a href="%s">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules.', 'wp-super-cache' ), 'http://www.askapache.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html' ); ?></li>
930
  <li><?php printf( __( '<strong>Advanced users only:</strong> Install an object cache. Choose from <a href="%s">Memcached</a>, <a href="%s">XCache</a>, <a href="%s">eAcccelerator</a> and others.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/memcached/', 'http://neosmart.net/dl.php?id=12', 'http://neosmart.net/dl.php?id=13' ); ?></li>
931
  </ol>
@@ -1013,7 +1050,7 @@ function wpsc_admin_tabs( $current = 0 ) {
1013
  $current = 'easy';
1014
  }
1015
  }
1016
- $tabs = array( 'easy' => __( 'Easy', 'wp-super-cache' ), 'settings' => __( 'Advanced', 'wp-super-cache' ), 'cdn' => __( 'CDN', 'wp-super-cache' ), 'tester' => __( 'Tester & Contents', 'wp-super-cache' ), 'preload' => __( 'Preload', 'wp-super-cache' ), 'plugins' => __( 'Plugins', 'wp-super-cache' ), 'debug' => __( 'Debug', 'wp-super-cache' ) );
1017
  $links = array();
1018
  foreach( $tabs as $tab => $name ) {
1019
  if ( $current == $tab ) {
@@ -1466,7 +1503,7 @@ function wp_cache_edit_accepted() {
1466
  }
1467
 
1468
  function wp_cache_debug_settings() {
1469
- global $wp_super_cache_debug, $wp_cache_debug_email, $wp_cache_debug_log, $wp_cache_debug_level, $wp_cache_debug_ip, $cache_path, $valid_nonce, $wp_cache_config_file, $wp_cache_debug_to_file;
1470
  global $wp_super_cache_front_page_check, $wp_super_cache_front_page_clear, $wp_super_cache_front_page_text, $wp_super_cache_front_page_notification, $wp_super_cache_advanced_debug;
1471
 
1472
  if ( !isset( $wp_cache_debug_level ) )
@@ -1474,15 +1511,11 @@ function wp_cache_debug_settings() {
1474
  if ( isset( $_POST[ 'wp_cache_debug' ] ) && $valid_nonce ) {
1475
  $wp_super_cache_debug = intval( $_POST[ 'wp_super_cache_debug' ] );
1476
  wp_cache_replace_line('^ *\$wp_super_cache_debug', "\$wp_super_cache_debug = '$wp_super_cache_debug';", $wp_cache_config_file);
1477
- $wp_cache_debug_email = esc_html( $_POST[ 'wp_cache_debug_email' ] );
1478
- wp_cache_replace_line('^ *\$wp_cache_debug_email', "\$wp_cache_debug_email = '$wp_cache_debug_email';", $wp_cache_config_file);
1479
- $wp_cache_debug_to_file = intval( $_POST[ 'wp_cache_debug_to_file' ] );
1480
- if ( $wp_cache_debug_to_file && ( ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log == '' ) || !isset( $wp_cache_debug_log ) ) ) {
1481
  $wp_cache_debug_log = md5( time() ) . ".txt";
1482
- } elseif( $wp_cache_debug_to_file == false ) {
1483
  $wp_cache_debug_log = "";
1484
  }
1485
- wp_cache_replace_line('^ *\$wp_cache_debug_to_file', "\$wp_cache_debug_to_file = '$wp_cache_debug_to_file';", $wp_cache_config_file);
1486
  wp_cache_replace_line('^ *\$wp_cache_debug_log', "\$wp_cache_debug_log = '$wp_cache_debug_log';", $wp_cache_config_file);
1487
  $wp_cache_debug_ip = esc_html( $_POST[ 'wp_cache_debug_ip' ] );
1488
  wp_cache_replace_line('^ *\$wp_cache_debug_ip', "\$wp_cache_debug_ip = '$wp_cache_debug_ip';", $wp_cache_config_file);
@@ -1504,25 +1537,15 @@ function wp_cache_debug_settings() {
1504
 
1505
  echo '<a name="debug"></a>';
1506
  echo '<fieldset class="options">';
1507
- if ( ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) || ( isset( $wp_cache_debug_email ) && $wp_cache_debug_email != '' ) ) {
1508
- echo "<p>" . __( 'Currently logging to: ', 'wp-super-cache' );
1509
- if ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' ) {
1510
- $url = str_replace( ABSPATH, '', "{$cache_path}{$wp_cache_debug_log}" );
1511
- echo "<a href='" . site_url( $url ) . "'>$cache_path{$wp_cache_debug_log}</a> ";
1512
 
1513
- }
1514
- if ( isset( $wp_cache_debug_email ) )
1515
- echo " $wp_cache_debug_email ";
1516
- echo "</p>";
1517
- }
1518
- echo '<p>' . __( 'Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory.', 'wp-super-cache' ) . '</p>';
1519
- echo '<p>' . __( 'Logging to a file is easier but faces the problem that clearing the cache will clear the log file.', 'wp-super-cache' ) . '</p>';
1520
  echo '<div style="clear:both"></div><form name="wp_cache_debug" action="" method="post">';
1521
  echo "<input type='hidden' name='wp_cache_debug' value='1' /><br />";
1522
  echo "<table class='form-table'>";
1523
  echo "<tr><td>" . __( 'Debugging', 'wp-super-cache' ) . "</td><td><input type='checkbox' name='wp_super_cache_debug' value='1' " . checked( 1, $wp_super_cache_debug, false ) . " /> " . __( 'enabled', 'wp-super-cache' ) . "</td></tr>";
1524
- echo "<tr><td valign='top' rowspan='2'>" . __( 'Logging Type', 'wp-super-cache' ) . "</td><td> " . __( 'Email', 'wp-super-cache' ) . ": <input type='text' size='30' name='wp_cache_debug_email' value='{$wp_cache_debug_email}' /></td></tr>";
1525
- echo "<tr><td><input type='checkbox' name='wp_cache_debug_to_file' value='1' " . checked( 1, $wp_cache_debug_to_file, false ) . " /> " . __( 'file', 'wp-super-cache' ) . "</td></tr>";
1526
  echo "<tr><td>" . __( 'IP Address', 'wp-super-cache' ) . "</td><td> <input type='text' size='20' name='wp_cache_debug_ip' value='{$wp_cache_debug_ip}' /> " . sprintf( __( '(only log requests from this IP address. Your IP is %s)', 'wp-super-cache' ), $_SERVER[ 'REMOTE_ADDR' ] ) . "</td></tr>";
1527
  echo "<tr><td>" . __( 'Log level', 'wp-super-cache' ) . "</td><td> ";
1528
  for( $t = 1; $t <= 5; $t++ ) {
@@ -1613,13 +1636,17 @@ function wp_cache_is_enabled() {
1613
 
1614
 
1615
  function wp_cache_replace_line($old, $new, $my_file) {
 
 
 
1616
  if (!is_writeable_ACLSafe($my_file)) {
1617
  echo "Error: file $my_file is not writable.\n";
1618
  return false;
1619
  }
 
1620
  $found = false;
1621
  $lines = file($my_file);
1622
- foreach($lines as $line) {
1623
  if ( preg_match("/$old/", $line)) {
1624
  $found = true;
1625
  break;
@@ -1627,7 +1654,7 @@ function wp_cache_replace_line($old, $new, $my_file) {
1627
  }
1628
  if ($found) {
1629
  $fd = fopen($my_file, 'w');
1630
- foreach($lines as $line) {
1631
  if ( !preg_match("/$old/", $line))
1632
  fputs($fd, $line);
1633
  else {
@@ -1639,7 +1666,7 @@ function wp_cache_replace_line($old, $new, $my_file) {
1639
  }
1640
  $fd = fopen($my_file, 'w');
1641
  $done = false;
1642
- foreach($lines as $line) {
1643
  if ( $done || !preg_match('/^(if\ \(\ \!\ )?define|\$|\?>/', $line) ) {
1644
  fputs($fd, $line);
1645
  } else {
@@ -1813,9 +1840,11 @@ function wp_cache_files() {
1813
  if ( $valid_nonce ) {
1814
  if(isset($_REQUEST['wp_delete_cache'])) {
1815
  wp_cache_clean_cache($file_prefix);
 
1816
  }
1817
  if(isset($_REQUEST['wp_delete_expired'])) {
1818
  wp_cache_clean_expired($file_prefix);
 
1819
  }
1820
  }
1821
  echo "<a name='listfiles'></a>";
@@ -1899,37 +1928,37 @@ function wp_cache_files() {
1899
  } else {
1900
  $wp_cache_fsize = '0KB';
1901
  }
1902
- if( $cache_enabled == true && $super_cache_enabled == true ) {
1903
- $now = time();
1904
- $sizes = array( 'expired' => 0, 'expired_list' => array(), 'cached' => 0, 'cached_list' => array(), 'ts' => 0 );
1905
-
1906
- if (is_dir($supercachedir)) {
1907
- if( $dh = opendir( $supercachedir ) ) {
1908
- while( ( $entry = readdir( $dh ) ) !== false ) {
1909
- if ($entry != '.' && $entry != '..') {
1910
- $sizes = wpsc_dirsize( trailingslashit( $supercachedir ) . $entry, $sizes );
1911
- }
1912
  }
1913
- closedir($dh);
1914
  }
 
 
 
 
 
 
 
 
1915
  } else {
1916
- $filem = @filemtime( $supercachedir );
1917
- if ( false == $wp_cache_preload_on && is_file( $supercachedir ) && $cache_max_time > 0 && $filem + $cache_max_time <= $now ) {
1918
- $sizes[ 'expired' ] ++;
1919
- if ( $valid_nonce && $_GET[ 'listfiles' ] )
1920
- $sizes[ 'expired_list' ][ str_replace( $cache_path . 'supercache/' , '', $supercachedir ) ] = $now - $filem;
1921
- } else {
1922
- if ( $valid_nonce && $_GET[ 'listfiles' ] && $filem )
1923
- $sizes[ 'cached_list' ][ str_replace( $cache_path . 'supercache/' , '', $supercachedir ) ] = $now - $filem;
1924
- }
1925
- }
1926
- $sizes[ 'ts' ] = time();
1927
- }
1928
  $cache_stats = array( 'generated' => time(), 'supercache' => $sizes, 'wpcache' => array( 'cached' => $count, 'expired' => $expired, 'fsize' => $wp_cache_fsize ) );
1929
  update_option( 'supercache_stats', $cache_stats );
1930
  } else {
1931
  echo "<p>" . __( 'Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page.', 'wp-super-cache' ) . "</p>";
1932
- echo "<a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'tab' => 'tester', 'action' => 'regenerate_cache_stats' ) ), 'wp-cache' ) . "'>" . __( 'Regenerate cache stats' ) . "</a>";
1933
  if ( is_array( $cache_stats ) ) {
1934
  echo "<p>" . sprintf( __( 'Cache stats last generated: %s minutes ago.', 'wp-super-cache' ), number_format( ( time() - $cache_stats[ 'generated' ] ) / 60 ) ) . "</p>";
1935
  }
@@ -1937,11 +1966,10 @@ function wp_cache_files() {
1937
  }// regerate stats cache
1938
 
1939
  if ( is_array( $cache_stats ) ) {
1940
- echo "<p><strong>" . __( 'WP-Cache', 'wp-super-cache' ) . " ({$cache_stats[ 'wpcache' ][ 'fsize' ]})</strong></p>";
1941
- echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'cached' ] ) . "</li>";
1942
- echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'expired' ] ) . "</li></ul>";
1943
- $divisor = $cache_compression == 1 ? 2 : 1;
1944
- if( $cache_enabled == true && $super_cache_enabled == true ) {
1945
  if ( array_key_exists('fsize', (array)$cache_stats[ 'supercache' ]) )
1946
  $fsize = $cache_stats[ 'supercache' ][ 'fsize' ] / 1024;
1947
  else
@@ -1960,89 +1988,88 @@ function wp_cache_files() {
1960
  else
1961
  $age = 0;
1962
  echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'expired' ] / $divisor ) ) . "</li></ul>";
1963
- }
1964
- if ( $valid_nonce && array_key_exists('listfiles', $_GET) && $_GET[ 'listfiles' ] ) {
1965
- echo "<div style='padding: 10px; border: 1px solid #333; height: 400px; width: 70%; overflow: auto'>";
1966
- if ( is_array( $cached_list ) && !empty( $cached_list ) ) {
1967
- echo "<h4>" . __( 'Fresh WP-Cached Files', 'wp-super-cache' ) . "</h4>";
1968
- echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
1969
- $c = 1;
1970
- $flip = 1;
1971
- ksort( $cached_list );
1972
- foreach( $cached_list as $age => $d ) {
1973
- foreach( $d as $details ) {
1974
- $bg = $flip ? 'style="background: #EAEAEA;"' : '';
1975
- echo "<tr $bg><td>$c</td><td> <a href='http://{$details[ 'uri' ]}'>" . $details[ 'uri' ] . "</a></td><td> " . str_replace( $details[ 'uri' ], '', $details[ 'key' ] ) . "</td><td> {$age}</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletewpcache', 'uri' => base64_encode( $details[ 'uri' ] ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
1976
- $flip = !$flip;
1977
- $c++;
1978
  }
 
1979
  }
1980
- echo "</table>";
1981
- }
1982
- if ( is_array( $expired_list ) && !empty( $expired_list ) ) {
1983
- echo "<h4>" . __( 'Stale WP-Cached Files', 'wp-super-cache' ) . "</h4>";
1984
- echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
1985
- $c = 1;
1986
- $flip = 1;
1987
- ksort( $expired_list );
1988
- foreach( $expired_list as $age => $d ) {
1989
- foreach( $d as $details ) {
1990
- $bg = $flip ? 'style="background: #EAEAEA;"' : '';
1991
- echo "<tr $bg><td>$c</td><td> <a href='http://{$details[ 'uri' ]}'>" . $details[ 'uri' ] . "</a></td><td> " . str_replace( $details[ 'uri' ], '', $details[ 'key' ] ) . "</td><td> {$age}</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletewpcache', 'uri' => base64_encode( $details[ 'uri' ] ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
1992
- $flip = !$flip;
1993
- $c++;
1994
  }
 
1995
  }
1996
- echo "</table>";
1997
- }
1998
- if ( is_array( $sizes[ 'cached_list' ] ) & !empty( $sizes[ 'cached_list' ] ) ) {
1999
- echo "<h4>" . __( 'Fresh Super Cached Files', 'wp-super-cache' ) . "</h4>";
2000
- echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
2001
- $c = 1;
2002
- $flip = 1;
2003
- ksort( $sizes[ 'cached_list' ] );
2004
- foreach( $sizes[ 'cached_list' ] as $age => $d ) {
2005
- foreach( $d as $uri => $n ) {
2006
- $bg = $flip ? 'style="background: #EAEAEA;"' : '';
2007
- echo "<tr $bg><td>$c</td><td> <a href='http://{$uri}'>" . $uri . "</a></td><td>$age</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletesupercache', 'uri' => base64_encode( $uri ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
2008
- $flip = !$flip;
2009
- $c++;
2010
  }
 
2011
  }
2012
- echo "</table>";
2013
- }
2014
- if ( is_array( $sizes[ 'expired_list' ] ) && !empty( $sizes[ 'expired_list' ] ) ) {
2015
- echo "<h4>" . __( 'Stale Super Cached Files', 'wp-super-cache' ) . "</h4>";
2016
- echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
2017
- $c = 1;
2018
- $flip = 1;
2019
- ksort( $sizes[ 'expired_list' ] );
2020
- foreach( $sizes[ 'expired_list' ] as $age => $d ) {
2021
- foreach( $d as $uri => $n ) {
2022
- $bg = $flip ? 'style="background: #EAEAEA;"' : '';
2023
- echo "<tr $bg><td>$c</td><td> <a href='http://{$uri}'>" . $uri . "</a></td><td>$age</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletesupercache', 'uri' => base64_encode( $uri ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
2024
- $flip = !$flip;
2025
- $c++;
2026
  }
 
2027
  }
2028
- echo "</table>";
 
 
 
 
 
2029
  }
2030
- echo "</div>";
2031
- echo "<p><a href='?page=wpsupercache#top'>" . __( 'Hide file list', 'wp-super-cache' ) . "</a></p>";
2032
- } elseif ( $cache_stats[ 'supercache' ][ 'cached' ] > 300 || $cache_stats[ 'supercache' ][ 'expired' ] > 300 || ( $cache_stats[ 'wpcache' ][ 'cached' ] / $divisor ) > 300 || ( $cache_stats[ 'wpcache' ][ 'expired' ] / $divisor) > 300 ) {
2033
- echo "<p><em>" . __( 'Too many cached files, no listing possible.', 'wp-super-cache' ) . "</em></p>";
2034
- } else {
2035
- echo "<p><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'listfiles' => '1' ) ), 'wp-cache' ) . "#listfiles'>" . __( 'List all cached files', 'wp-super-cache' ) . "</a></p>";
2036
- }
2037
- $last_gc = get_option( "wpsupercache_gc_time" );
2038
- if ( $cache_max_time > 0 && $last_gc ) {
2039
- $next_gc = $cache_max_time < 1800 ? $cache_max_time : 600;
2040
- $next_gc_mins = ( time() - $last_gc );
2041
- echo "<p>" . sprintf( __( '<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />', 'wp-super-cache' ), date( 'i:s', $next_gc_mins ) );
2042
- printf( __( "Next GC in <strong>%s</strong> minutes", 'wp-super-cache' ), date( 'i:s', $next_gc - $next_gc_mins ) ) . "</p>";
2043
- }
2044
- if ( $cache_max_time > 0 )
2045
- echo "<p>" . sprintf( __( 'Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.', 'wp-super-cache' ), $cache_max_time ) . "</p>";
2046
  } // cache_stats
2047
  wp_cache_delete_buttons();
2048
 
@@ -2234,7 +2261,7 @@ function wp_cache_favorite_action( $actions ) {
2234
  if ( function_exists('current_user_can') && !current_user_can('manage_options') )
2235
  return $actions;
2236
 
2237
- $actions[ wp_nonce_url( 'options-general.php?page=wpsupercache&wp_delete_cache=1&tab=tester', 'wp-cache' ) ] = array( __( 'Delete Cache', 'wp-super-cache' ), 'manage_options' );
2238
 
2239
  return $actions;
2240
  }
@@ -2260,6 +2287,9 @@ function wp_cache_admin_notice() {
2260
  global $cache_enabled;
2261
  if( substr( $_SERVER["PHP_SELF"], -11 ) == 'plugins.php' && !$cache_enabled && function_exists( "admin_url" ) )
2262
  echo '<div class="error"><p><strong>' . sprintf( __('WP Super Cache is disabled. Please go to the <a href="%s">plugin admin page</a> to enable caching.', 'wp-super-cache' ), admin_url( 'options-general.php?page=wpsupercache' ) ) . '</strong></p></div>';
 
 
 
2263
  }
2264
  add_action( 'admin_notices', 'wp_cache_admin_notice' );
2265
 
@@ -2369,10 +2399,28 @@ function wpsc_get_htaccess_info() {
2369
  $document_root = $_SERVER[ "DOCUMENT_ROOT" ];
2370
  $apache_root = '%{DOCUMENT_ROOT}';
2371
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2372
  $home_path = get_home_path();
2373
  $home_root = parse_url(get_bloginfo('url'));
2374
  $home_root = isset( $home_root['path'] ) ? trailingslashit( $home_root['path'] ) : '/';
2375
- $inst_root = str_replace( '//', '/', '/' . trailingslashit( str_replace( $document_root, '', str_replace( '\\', '/', WP_CONTENT_DIR ) ) ) );
2376
  $wprules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WordPress' ) );
2377
  $wprules = str_replace( "RewriteEngine On\n", '', $wprules );
2378
  $wprules = str_replace( "RewriteBase $home_root\n", '', $wprules );
@@ -2555,4 +2603,66 @@ function check_up_on_preloading() {
2555
  }
2556
  }
2557
  add_action( 'init', 'check_up_on_preloading' ); // sometimes preloading stops working. Kickstart it.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2558
  ?>
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
  Description: Very fast caching plugin for WordPress.
6
+ Version: 0.9.9.8
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
10
 
11
  /* Copyright 2005-2006 Ricardo Galli Granada (email : gallir@uib.es)
12
+ Copyright 2007-2011 Donncha O Caoimh (http://ocaoimh.ie/) and many others.
13
 
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License as published by
57
  }
58
  add_action( 'init', 'wp_super_cache_text_domain' );
59
 
60
+ function wp_cache_set_home() {
61
+ global $wp_cache_is_home;
62
+ $wp_cache_is_home = ( is_front_page || is_home() );
63
+ if ( $wp_cache_is_home && is_paged() )
64
+ $wp_cache_is_home = false;
65
+ }
66
+ add_action( 'template_redirect', 'wp_cache_set_home' );
67
+
68
 
69
  // OSSDL CDN plugin (http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/)
70
  include_once( WPCACHEHOME . 'ossdl-cdn.php' );
115
  @unlink( $cache_path . 'meta' );
116
  @unlink( $cache_path . 'supercache' );
117
  wp_clear_scheduled_hook( 'wp_cache_check_site_hook' );
118
+ wp_cache_disable_plugin();
119
  }
120
  register_deactivation_hook( __FILE__, 'wpsupercache_deactivate' );
121
 
139
  add_submenu_page( 'ms-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
140
  } elseif ( isset( $wpmu_version ) && wpsupercache_site_admin() ) {
141
  add_submenu_page( 'wpmu-admin.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager' );
142
+ }
143
+
144
+ if ( wpsupercache_site_admin() ) { // in single or MS mode add this menu item too, but only for superadmins in MS mode.
145
  add_options_page( 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
146
  }
147
  }
148
  add_action('admin_menu', 'wp_cache_add_pages');
149
 
150
+ function wp_cache_network_pages() {
151
+ add_submenu_page('settings.php', 'WP Super Cache', 'WP Super Cache', 'manage_options', 'wpsupercache', 'wp_cache_manager');
152
+ }
153
+ add_action( 'network_admin_menu', 'wp_cache_network_pages' );
154
+
155
  function wp_cache_manager_error_checks() {
156
  global $wpmu_version, $wp_cache_debug, $wp_cache_cron_check, $cache_enabled, $super_cache_enabled, $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers, $wp_cache_mobile_enabled, $wp_cache_mod_rewrite;
157
 
253
  $wp_content_mode = ( $wp_content_stat[ 'mode' ] & 0777 );
254
  if( $wp_content_mode != 0755 ) {
255
  ?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
256
+ <p><?php printf( __( 'You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:', 'wp-super-cache' ), WP_CONTENT_DIR ); ?> <code>chmod 755 <?php echo WP_CONTENT_DIR; ?>/</code></p></div><?php
257
  }
258
  }
259
 
311
  add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
312
 
313
  function wp_cache_manager_updates() {
314
+ global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init, $wp_cache_front_page_checks;
315
 
316
  if ( !wpsupercache_site_admin() )
317
  return false;
320
  if ( $valid_nonce == false )
321
  return false;
322
 
323
+ if ( isset( $_POST[ 'action' ] ) && $_POST[ 'action' ] == 'easysetup' ) {
324
  $_POST[ 'action' ] = 'scupdates';
325
  if( isset( $_POST[ 'wp_cache_easy_on' ] ) && $_POST[ 'wp_cache_easy_on' ] == 1 ) {
326
  $_POST[ 'wp_cache_mobile_enabled' ] = 1;
357
  }
358
  wp_cache_replace_line('^ *\$wp_cache_mobile_enabled', "\$wp_cache_mobile_enabled = " . $wp_cache_mobile_enabled . ";", $wp_cache_config_file);
359
 
360
+ if( isset( $_POST[ 'wp_cache_front_page_checks' ] ) ) {
361
+ $wp_cache_front_page_checks = 1;
362
+ } else {
363
+ $wp_cache_front_page_checks = 0;
364
+ }
365
+ wp_cache_replace_line('^ *\$wp_cache_front_page_checks', "\$wp_cache_front_page_checks = " . $wp_cache_front_page_checks . ";", $wp_cache_config_file);
366
+
367
  $wp_supercache_cache_list = $_POST[ 'wp_supercache_cache_list' ] == 1 ? 1 : 0;
368
  wp_cache_replace_line('^ *\$wp_supercache_cache_list', "\$wp_supercache_cache_list = " . $wp_supercache_cache_list . ";", $wp_cache_config_file);
369
 
474
  global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
475
  global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
476
  global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
477
+ global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init, $wp_cache_front_page_checks;
478
 
479
  if ( !wpsupercache_site_admin() )
480
  return false;
585
  scossdl_off_options();
586
  break;
587
  case "tester":
588
+ case "contents":
 
589
  echo '<a name="test"></a>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
590
  wp_cache_files();
591
  break;
592
  case "preload":
756
  wp_cache_debug_settings();
757
  break;
758
  case 'settings':
759
+ if ( isset( $wp_cache_front_page_checks ) == false )
760
+ $wp_cache_front_page_checks = true;
761
  echo '<form name="wp_manager" action="' . add_query_arg( array( 'page' => 'wpsupercache', 'tab' => 'settings' ) ) . '" method="post">';
762
  wp_nonce_field('wp-cache');
763
  echo '<input type="hidden" name="action" value="scupdates" />';
807
  <legend class="hidden">Advanced</legend>
808
  <label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php _e( 'Mobile device support.', 'wp-super-cache' ); ?></label><br />
809
  <label><input type='checkbox' name='wp_cache_clear_on_post_edit' <?php if( $wp_cache_clear_on_post_edit ) echo "checked"; ?> value='1'> <?php _e( 'Clear all cache files when a post or page is published.', 'wp-super-cache' ); ?></label><br />
810
+ <label><input type='checkbox' name='wp_cache_front_page_checks' <?php if( $wp_cache_front_page_checks ) echo "checked"; ?> value='1'> <?php _e( 'Extra homepage checks. (Very occasionally stops homepage caching)', 'wp-super-cache' ); ?></label><?php echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?><br />
811
  <label><input type='checkbox' name='wp_cache_refresh_single_only' <?php if( $wp_cache_refresh_single_only ) echo "checked"; ?> value='1'> <?php _e( 'Only refresh current page when comments made.', 'wp-super-cache' ); ?></label><br />
812
  <label><input type='checkbox' name='wp_supercache_cache_list' <?php if( $wp_supercache_cache_list ) echo "checked"; ?> value='1'> <?php _e( 'List the newest cached pages on this page.', 'wp-super-cache' ); ?></label><br />
813
  <?php if( false == defined( 'WPSC_DISABLE_LOCKING' ) ) { ?>
824
  </table>
825
  <h3><?php _e( 'Note:', 'wp-super-cache' ); ?></h3>
826
  <ol>
827
+ <li><?php _e( 'Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided.', 'wp-super-cache' ); ?></li>
828
  <li><?php printf( __( 'If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></li>
829
  <li><?php printf( __( 'Please see the <a href="%1$s/wp-super-cache/readme.txt">readme.txt</a> for instructions on uninstalling this script. Look for the heading, "How to uninstall WP Super Cache".', 'wp-super-cache' ), WP_PLUGIN_URL ); ?></li><?php
830
  echo "<li><em>" . sprintf( __( 'Need help? Check the <a href="%1$s">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href="%2$s">support forum</a> is also available. Your question may already have been answered.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/', 'http://wordpress.org/tags/wp-super-cache?forum_id=10' ) . "</em></li>";
871
  </tr>
872
  </table>
873
  <?php
874
+ if ( $cache_enabled && !$wp_cache_mod_rewrite ) {
875
  $scrules = trim( implode( "\n", extract_from_markers( trailingslashit( get_home_path() ) . '.htaccess', 'WPSuperCache' ) ) );
876
  if ( $scrules != '' ) {
877
  echo "<p><strong>" . __( 'Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules.', 'wp-super-cache' ) . '</strong></p>';
878
  }
879
  }
880
+ echo "<div class='submit'><input class='button-primary' type='submit' " . SUBMITDISABLED . " value='" . __( 'Update Status', 'wp-super-cache' ) . " &raquo;' /></div></form>";
881
+ if ( $cache_enabled ) {
882
+ echo "<h3>" . __( 'Cache Tester', 'wp-super-cache' ) . "</h3>";
883
+ echo '<p>' . __( 'Test your cached website by clicking the test button below.', 'wp-super-cache' ) . '</p>';
884
+ if ( array_key_exists('action', $_POST) && $_POST[ 'action' ] == 'test' && $valid_nonce ) {
885
+ $url = trailingslashit( get_bloginfo( 'url' ) );
886
+ if ( isset( $_POST[ 'httponly' ] ) )
887
+ $url = str_replace( 'https://', 'http://', $url );
888
+ // Prime the cache
889
+ echo "<p>" . sprintf( __( 'Fetching %s to prime cache: ', 'wp-super-cache' ), $url );
890
+ $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
891
+ echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong></p>';
892
+ sleep( 1 );
893
+ // Get the first copy
894
+ echo "<p>" . sprintf( __( 'Fetching first copy of %s: ', 'wp-super-cache' ), $url );
895
+ $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
896
+ $fp = fopen( $cache_path . "1.html", "w" );
897
+ fwrite( $fp, $page[ 'body' ] );
898
+ fclose( $fp );
899
+ echo '<strong>' . __( 'OK', 'wp-super-cache' ) . "</strong> (<a href='" . WP_CONTENT_URL . "/cache/1.html'>1.html</a>)</p>";
900
+ sleep( 1 );
901
+ // Get the second copy
902
+ echo "<p>" . sprintf( __( 'Fetching second copy of %s: ', 'wp-super-cache' ), $url );
903
+ $page2 = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
904
+ $fp = fopen( $cache_path . "2.html", "w" );
905
+ fwrite( $fp, $page2[ 'body' ] );
906
+ fclose( $fp );
907
+ echo '<strong>' . __( 'OK', 'wp-super-cache' ) . "</strong> (<a href='" . WP_CONTENT_URL . "/cache/2.html'>2.html</a>)</p>";
908
+
909
+ if ( is_wp_error( $page ) || is_wp_error( $page2 ) || $page[ 'response' ][ 'code' ] != 200 || $page2[ 'response' ][ 'code' ] != 200 ) {
910
+ echo '<p><strong>' . __( 'One or more page requests failed:', 'wp-super-cache' ) . '</strong></p>';
911
+ $error = false;
912
+ if ( is_wp_error( $page ) ) {
913
+ $error = $page;
914
+ } elseif ( is_wp_error( $page2 ) ) {
915
+ $error = $page2;
916
+ }
917
+ if ( $error ) {
918
+ $errors = '';
919
+ $messages = '';
920
+ foreach ( $error->get_error_codes() as $code ) {
921
+ $severity = $error->get_error_data($code);
922
+ foreach ( $error->get_error_messages( $code ) as $err ) {
923
+ $errors .= ' ' . $err . "<br />\n";
924
+ }
925
+ }
926
+ if ( !empty($err) )
927
+ echo '<div class="updated fade">' . $errors . "</div>\n";
928
+ } else {
929
+ echo '<ul><li>' . sprintf( __( 'Page %d: %d (%s)', 'wp-super-cache' ), 1, $page[ 'response' ][ 'code' ], $page[ 'response' ][ 'message' ] ) . '</li>';
930
+ echo '<li>' . sprintf( __( 'Page %d: %d (%s)', 'wp-super-cache' ), 2, $page2[ 'response' ][ 'code' ], $page2[ 'response' ][ 'message' ] ) . '</li></ul>';
931
+ }
932
+ }
933
+
934
+ if ( preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page[ 'body' ], $matches1 ) &&
935
+ preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page2[ 'body' ], $matches2 ) && $matches1[2] == $matches2[2] ) {
936
+ echo '<p>' . sprintf( __( 'Page 1: %s', 'wp-super-cache' ), $matches1[ 2 ] ) . '</p>';
937
+ echo '<p>' . sprintf( __( 'Page 2: %s', 'wp-super-cache' ), $matches2[ 2 ] ) . '</p>';
938
+ echo '<p><strong>' . __( 'The timestamps on both pages match!', 'wp-super-cache' ) . '</strong></p>';
939
+ } else {
940
+ echo '<p><strong>' . __( 'The pages do not match! Timestamps differ or were not found!', 'wp-super-cache' ) . '</strong></p>';
941
+
942
+ }
943
+ }
944
+ echo '<form name="cache_tester" action="" method="post">';
945
+ echo '<input type="hidden" name="action" value="test" />';
946
+ if ( 'on' == strtolower( $_SERVER['HTTPS' ] ) )
947
+ echo "<input type='checkbox' name='httponly' checked='checked' value='1' /> " . __( 'Send non-secure (non https) request for homepage', 'wp-super-cache' );
948
+ echo '<div class="submit"><input type="submit" name="test" value="' . __( 'Test Cache', 'wp-super-cache' ) . '" /></div>';
949
+ wp_nonce_field('wp-cache');
950
+ echo '</form>';
951
+ }
952
+ echo "<h3>" . __( "Delete Cached Pages", 'wp-super-cache' ) . "</h3>";
953
+ echo "<p>" . __( "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below.", 'wp-super-cache' ) . "</p>";
954
+ echo '<form name="wp_cache_content_delete" action="?page=wpsupercache&tab=contents" method="post">';
955
+ echo '<input type="hidden" name="wp_delete_cache" />';
956
+ echo '<div class="submit"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' &raquo;" /></div>';
957
+ wp_nonce_field('wp-cache');
958
+ echo "</form>\n";
959
+ ?>
960
  <h3><?php _e( 'Recommended Links and Plugins', 'wp-super-cache' ); ?></h3>
961
  <p><?php _e( 'Caching is only one part of making a website faster. Here are some other plugins that will help:', 'wp-super-cache' ); ?></p>
962
  <ol><li><?php printf( __( '<a href="%s">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href="%s">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-minify/', 'http://lyncd.com/wpscmin/' ); ?></li>
963
  <li><?php printf( __( '<a href="%s">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href="%s">GTMetrix</a>.', 'wp-super-cache' ), 'http://developer.yahoo.com/yslow/', 'http://gtmetrix.com/' ); ?></li>
964
  <li><?php printf( __( '<a href="%s">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/use-google-libraries/' ); ?></li>
965
+ <li><?php printf( __( 'The <a href="%1$s">CDN Sync Tool</a> plugin will help upload files to Amazon S3/Cloudfront if you would rather not depend on origin pull. See the <a href="%2$s">plugin support forum</a> if you have any queries about this plugin.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/cdn-sync-tool/', 'http://wordpress.org/tags/cdn-sync-tool?forum_id=10' ); ?></li>
966
  <li><?php printf( __( '<strong>Advanced users only:</strong> <a href="%s">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules.', 'wp-super-cache' ), 'http://www.askapache.com/htaccess/speed-up-your-site-with-caching-and-cache-control.html' ); ?></li>
967
  <li><?php printf( __( '<strong>Advanced users only:</strong> Install an object cache. Choose from <a href="%s">Memcached</a>, <a href="%s">XCache</a>, <a href="%s">eAcccelerator</a> and others.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/memcached/', 'http://neosmart.net/dl.php?id=12', 'http://neosmart.net/dl.php?id=13' ); ?></li>
968
  </ol>
1050
  $current = 'easy';
1051
  }
1052
  }
1053
+ $tabs = array( 'easy' => __( 'Easy', 'wp-super-cache' ), 'settings' => __( 'Advanced', 'wp-super-cache' ), 'cdn' => __( 'CDN', 'wp-super-cache' ), 'contents' => __( 'Contents', 'wp-super-cache' ), 'preload' => __( 'Preload', 'wp-super-cache' ), 'plugins' => __( 'Plugins', 'wp-super-cache' ), 'debug' => __( 'Debug', 'wp-super-cache' ) );
1054
  $links = array();
1055
  foreach( $tabs as $tab => $name ) {
1056
  if ( $current == $tab ) {
1503
  }
1504
 
1505
  function wp_cache_debug_settings() {
1506
+ global $wp_super_cache_debug, $wp_cache_debug_log, $wp_cache_debug_level, $wp_cache_debug_ip, $cache_path, $valid_nonce, $wp_cache_config_file;
1507
  global $wp_super_cache_front_page_check, $wp_super_cache_front_page_clear, $wp_super_cache_front_page_text, $wp_super_cache_front_page_notification, $wp_super_cache_advanced_debug;
1508
 
1509
  if ( !isset( $wp_cache_debug_level ) )
1511
  if ( isset( $_POST[ 'wp_cache_debug' ] ) && $valid_nonce ) {
1512
  $wp_super_cache_debug = intval( $_POST[ 'wp_super_cache_debug' ] );
1513
  wp_cache_replace_line('^ *\$wp_super_cache_debug', "\$wp_super_cache_debug = '$wp_super_cache_debug';", $wp_cache_config_file);
1514
+ if ( $wp_super_cache_debug && ( ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log == '' ) || !isset( $wp_cache_debug_log ) ) ) {
 
 
 
1515
  $wp_cache_debug_log = md5( time() ) . ".txt";
1516
+ } else {
1517
  $wp_cache_debug_log = "";
1518
  }
 
1519
  wp_cache_replace_line('^ *\$wp_cache_debug_log', "\$wp_cache_debug_log = '$wp_cache_debug_log';", $wp_cache_config_file);
1520
  $wp_cache_debug_ip = esc_html( $_POST[ 'wp_cache_debug_ip' ] );
1521
  wp_cache_replace_line('^ *\$wp_cache_debug_ip', "\$wp_cache_debug_ip = '$wp_cache_debug_ip';", $wp_cache_config_file);
1537
 
1538
  echo '<a name="debug"></a>';
1539
  echo '<fieldset class="options">';
1540
+ if ( isset( $wp_cache_debug_log ) && $wp_cache_debug_log != '' )
1541
+ echo "<p>" . sprintf( __( 'Currently logging to: %s', 'wp-super-cache' ), "<a href='" . site_url( str_replace( ABSPATH, '', "{$cache_path}{$wp_cache_debug_log}" ) ) . "'>$cache_path{$wp_cache_debug_log}</a>" ) . "</p>";
 
 
 
1542
 
1543
+
1544
+ echo '<p>' . __( 'Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory.', 'wp-super-cache' ) . '</p>';
 
 
 
 
 
1545
  echo '<div style="clear:both"></div><form name="wp_cache_debug" action="" method="post">';
1546
  echo "<input type='hidden' name='wp_cache_debug' value='1' /><br />";
1547
  echo "<table class='form-table'>";
1548
  echo "<tr><td>" . __( 'Debugging', 'wp-super-cache' ) . "</td><td><input type='checkbox' name='wp_super_cache_debug' value='1' " . checked( 1, $wp_super_cache_debug, false ) . " /> " . __( 'enabled', 'wp-super-cache' ) . "</td></tr>";
 
 
1549
  echo "<tr><td>" . __( 'IP Address', 'wp-super-cache' ) . "</td><td> <input type='text' size='20' name='wp_cache_debug_ip' value='{$wp_cache_debug_ip}' /> " . sprintf( __( '(only log requests from this IP address. Your IP is %s)', 'wp-super-cache' ), $_SERVER[ 'REMOTE_ADDR' ] ) . "</td></tr>";
1550
  echo "<tr><td>" . __( 'Log level', 'wp-super-cache' ) . "</td><td> ";
1551
  for( $t = 1; $t <= 5; $t++ ) {
1636
 
1637
 
1638
  function wp_cache_replace_line($old, $new, $my_file) {
1639
+ if ( @is_file( $my_file ) == false ) {
1640
+ return false;
1641
+ }
1642
  if (!is_writeable_ACLSafe($my_file)) {
1643
  echo "Error: file $my_file is not writable.\n";
1644
  return false;
1645
  }
1646
+
1647
  $found = false;
1648
  $lines = file($my_file);
1649
+ foreach( (array)$lines as $line ) {
1650
  if ( preg_match("/$old/", $line)) {
1651
  $found = true;
1652
  break;
1654
  }
1655
  if ($found) {
1656
  $fd = fopen($my_file, 'w');
1657
+ foreach( (array)$lines as $line ) {
1658
  if ( !preg_match("/$old/", $line))
1659
  fputs($fd, $line);
1660
  else {
1666
  }
1667
  $fd = fopen($my_file, 'w');
1668
  $done = false;
1669
+ foreach( (array)$lines as $line ) {
1670
  if ( $done || !preg_match('/^(if\ \(\ \!\ )?define|\$|\?>/', $line) ) {
1671
  fputs($fd, $line);
1672
  } else {
1840
  if ( $valid_nonce ) {
1841
  if(isset($_REQUEST['wp_delete_cache'])) {
1842
  wp_cache_clean_cache($file_prefix);
1843
+ $_GET[ 'action' ] = 'regenerate_cache_stats';
1844
  }
1845
  if(isset($_REQUEST['wp_delete_expired'])) {
1846
  wp_cache_clean_expired($file_prefix);
1847
+ $_GET[ 'action' ] = 'regenerate_cache_stats';
1848
  }
1849
  }
1850
  echo "<a name='listfiles'></a>";
1928
  } else {
1929
  $wp_cache_fsize = '0KB';
1930
  }
1931
+
1932
+ // Supercache files
1933
+ $now = time();
1934
+ $sizes = array( 'expired' => 0, 'expired_list' => array(), 'cached' => 0, 'cached_list' => array(), 'ts' => 0 );
1935
+
1936
+ if (is_dir($supercachedir)) {
1937
+ if( $dh = opendir( $supercachedir ) ) {
1938
+ while( ( $entry = readdir( $dh ) ) !== false ) {
1939
+ if ($entry != '.' && $entry != '..') {
1940
+ $sizes = wpsc_dirsize( trailingslashit( $supercachedir ) . $entry, $sizes );
1941
  }
 
1942
  }
1943
+ closedir($dh);
1944
+ }
1945
+ } else {
1946
+ $filem = @filemtime( $supercachedir );
1947
+ if ( false == $wp_cache_preload_on && is_file( $supercachedir ) && $cache_max_time > 0 && $filem + $cache_max_time <= $now ) {
1948
+ $sizes[ 'expired' ] ++;
1949
+ if ( $valid_nonce && $_GET[ 'listfiles' ] )
1950
+ $sizes[ 'expired_list' ][ str_replace( $cache_path . 'supercache/' , '', $supercachedir ) ] = $now - $filem;
1951
  } else {
1952
+ if ( $valid_nonce && $_GET[ 'listfiles' ] && $filem )
1953
+ $sizes[ 'cached_list' ][ str_replace( $cache_path . 'supercache/' , '', $supercachedir ) ] = $now - $filem;
1954
+ }
1955
+ }
1956
+ $sizes[ 'ts' ] = time();
 
 
 
 
 
 
 
1957
  $cache_stats = array( 'generated' => time(), 'supercache' => $sizes, 'wpcache' => array( 'cached' => $count, 'expired' => $expired, 'fsize' => $wp_cache_fsize ) );
1958
  update_option( 'supercache_stats', $cache_stats );
1959
  } else {
1960
  echo "<p>" . __( 'Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page.', 'wp-super-cache' ) . "</p>";
1961
+ echo "<a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'tab' => 'contents', 'action' => 'regenerate_cache_stats' ) ), 'wp-cache' ) . "'>" . __( 'Regenerate cache stats', 'wp-super-cache' ) . "</a>";
1962
  if ( is_array( $cache_stats ) ) {
1963
  echo "<p>" . sprintf( __( 'Cache stats last generated: %s minutes ago.', 'wp-super-cache' ), number_format( ( time() - $cache_stats[ 'generated' ] ) / 60 ) ) . "</p>";
1964
  }
1966
  }// regerate stats cache
1967
 
1968
  if ( is_array( $cache_stats ) ) {
1969
+ echo "<p><strong>" . __( 'WP-Cache', 'wp-super-cache' ) . " ({$cache_stats[ 'wpcache' ][ 'fsize' ]})</strong></p>";
1970
+ echo "<ul><li>" . sprintf( __( '%s Cached Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'cached' ] ) . "</li>";
1971
+ echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), $cache_stats[ 'wpcache' ][ 'expired' ] ) . "</li></ul>";
1972
+ $divisor = $cache_compression == 1 ? 2 : 1;
 
1973
  if ( array_key_exists('fsize', (array)$cache_stats[ 'supercache' ]) )
1974
  $fsize = $cache_stats[ 'supercache' ][ 'fsize' ] / 1024;
1975
  else
1988
  else
1989
  $age = 0;
1990
  echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'expired' ] / $divisor ) ) . "</li></ul>";
1991
+ if ( $valid_nonce && array_key_exists('listfiles', $_GET) && $_GET[ 'listfiles' ] ) {
1992
+ echo "<div style='padding: 10px; border: 1px solid #333; height: 400px; width: 70%; overflow: auto'>";
1993
+ if ( is_array( $cached_list ) && !empty( $cached_list ) ) {
1994
+ echo "<h4>" . __( 'Fresh WP-Cached Files', 'wp-super-cache' ) . "</h4>";
1995
+ echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
1996
+ $c = 1;
1997
+ $flip = 1;
1998
+ ksort( $cached_list );
1999
+ foreach( $cached_list as $age => $d ) {
2000
+ foreach( $d as $details ) {
2001
+ $bg = $flip ? 'style="background: #EAEAEA;"' : '';
2002
+ echo "<tr $bg><td>$c</td><td> <a href='http://{$details[ 'uri' ]}'>" . $details[ 'uri' ] . "</a></td><td> " . str_replace( $details[ 'uri' ], '', $details[ 'key' ] ) . "</td><td> {$age}</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletewpcache', 'uri' => base64_encode( $details[ 'uri' ] ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
2003
+ $flip = !$flip;
2004
+ $c++;
2005
+ }
2006
  }
2007
+ echo "</table>";
2008
  }
2009
+ if ( is_array( $expired_list ) && !empty( $expired_list ) ) {
2010
+ echo "<h4>" . __( 'Stale WP-Cached Files', 'wp-super-cache' ) . "</h4>";
2011
+ echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
2012
+ $c = 1;
2013
+ $flip = 1;
2014
+ ksort( $expired_list );
2015
+ foreach( $expired_list as $age => $d ) {
2016
+ foreach( $d as $details ) {
2017
+ $bg = $flip ? 'style="background: #EAEAEA;"' : '';
2018
+ echo "<tr $bg><td>$c</td><td> <a href='http://{$details[ 'uri' ]}'>" . $details[ 'uri' ] . "</a></td><td> " . str_replace( $details[ 'uri' ], '', $details[ 'key' ] ) . "</td><td> {$age}</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletewpcache', 'uri' => base64_encode( $details[ 'uri' ] ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
2019
+ $flip = !$flip;
2020
+ $c++;
2021
+ }
 
2022
  }
2023
+ echo "</table>";
2024
  }
2025
+ if ( is_array( $sizes[ 'cached_list' ] ) & !empty( $sizes[ 'cached_list' ] ) ) {
2026
+ echo "<h4>" . __( 'Fresh Super Cached Files', 'wp-super-cache' ) . "</h4>";
2027
+ echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
2028
+ $c = 1;
2029
+ $flip = 1;
2030
+ ksort( $sizes[ 'cached_list' ] );
2031
+ foreach( $sizes[ 'cached_list' ] as $age => $d ) {
2032
+ foreach( $d as $uri => $n ) {
2033
+ $bg = $flip ? 'style="background: #EAEAEA;"' : '';
2034
+ echo "<tr $bg><td>$c</td><td> <a href='http://{$uri}'>" . $uri . "</a></td><td>$age</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletesupercache', 'uri' => base64_encode( $uri ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
2035
+ $flip = !$flip;
2036
+ $c++;
2037
+ }
 
2038
  }
2039
+ echo "</table>";
2040
  }
2041
+ if ( is_array( $sizes[ 'expired_list' ] ) && !empty( $sizes[ 'expired_list' ] ) ) {
2042
+ echo "<h4>" . __( 'Stale Super Cached Files', 'wp-super-cache' ) . "</h4>";
2043
+ echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
2044
+ $c = 1;
2045
+ $flip = 1;
2046
+ ksort( $sizes[ 'expired_list' ] );
2047
+ foreach( $sizes[ 'expired_list' ] as $age => $d ) {
2048
+ foreach( $d as $uri => $n ) {
2049
+ $bg = $flip ? 'style="background: #EAEAEA;"' : '';
2050
+ echo "<tr $bg><td>$c</td><td> <a href='http://{$uri}'>" . $uri . "</a></td><td>$age</td><td><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'action' => 'deletesupercache', 'uri' => base64_encode( $uri ) ) ), 'wp-cache' ) . "#listfiles'>X</a></td></tr>\n";
2051
+ $flip = !$flip;
2052
+ $c++;
2053
+ }
 
2054
  }
2055
+ echo "</table>";
2056
  }
2057
+ echo "</div>";
2058
+ echo "<p><a href='?page=wpsupercache#top'>" . __( 'Hide file list', 'wp-super-cache' ) . "</a></p>";
2059
+ } elseif ( $cache_stats[ 'supercache' ][ 'cached' ] > 300 || $cache_stats[ 'supercache' ][ 'expired' ] > 300 || ( $cache_stats[ 'wpcache' ][ 'cached' ] / $divisor ) > 300 || ( $cache_stats[ 'wpcache' ][ 'expired' ] / $divisor) > 300 ) {
2060
+ echo "<p><em>" . __( 'Too many cached files, no listing possible.', 'wp-super-cache' ) . "</em></p>";
2061
+ } else {
2062
+ echo "<p><a href='" . wp_nonce_url( add_query_arg( array( 'page' => 'wpsupercache', 'listfiles' => '1' ) ), 'wp-cache' ) . "#listfiles'>" . __( 'List all cached files', 'wp-super-cache' ) . "</a></p>";
2063
  }
2064
+ $last_gc = get_option( "wpsupercache_gc_time" );
2065
+ if ( $cache_max_time > 0 && $last_gc ) {
2066
+ $next_gc = $cache_max_time < 1800 ? $cache_max_time : 600;
2067
+ $next_gc_mins = ( time() - $last_gc );
2068
+ echo "<p>" . sprintf( __( '<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />', 'wp-super-cache' ), date( 'i:s', $next_gc_mins ) );
2069
+ printf( __( "Next GC in <strong>%s</strong> minutes", 'wp-super-cache' ), date( 'i:s', $next_gc - $next_gc_mins ) ) . "</p>";
2070
+ }
2071
+ if ( $cache_max_time > 0 )
2072
+ echo "<p>" . sprintf( __( 'Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically.', 'wp-super-cache' ), $cache_max_time ) . "</p>";
 
 
 
 
 
 
 
2073
  } // cache_stats
2074
  wp_cache_delete_buttons();
2075
 
2261
  if ( function_exists('current_user_can') && !current_user_can('manage_options') )
2262
  return $actions;
2263
 
2264
+ $actions[ wp_nonce_url( 'options-general.php?page=wpsupercache&wp_delete_cache=1&tab=contents', 'wp-cache' ) ] = array( __( 'Delete Cache', 'wp-super-cache' ), 'manage_options' );
2265
 
2266
  return $actions;
2267
  }
2287
  global $cache_enabled;
2288
  if( substr( $_SERVER["PHP_SELF"], -11 ) == 'plugins.php' && !$cache_enabled && function_exists( "admin_url" ) )
2289
  echo '<div class="error"><p><strong>' . sprintf( __('WP Super Cache is disabled. Please go to the <a href="%s">plugin admin page</a> to enable caching.', 'wp-super-cache' ), admin_url( 'options-general.php?page=wpsupercache' ) ) . '</strong></p></div>';
2290
+
2291
+ if ( defined( 'ADVANCEDCACHEPROBLEM' ) )
2292
+ echo '<div class="error"><p><strong>' . sprintf( __( 'Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct.', 'wp-super-cache' ), WP_CONTENT_DIR, WPCACHEHOME ) . '</strong></p></div>';
2293
  }
2294
  add_action( 'admin_notices', 'wp_cache_admin_notice' );
2295
 
2399
  $document_root = $_SERVER[ "DOCUMENT_ROOT" ];
2400
  $apache_root = '%{DOCUMENT_ROOT}';
2401
  }
2402
+ $content_dir_root = $document_root;
2403
+ if ( strpos( $document_root, '/kunden/' ) === 0 ) {
2404
+ // http://wordpress.org/support/topic/plugin-wp-super-cache-how-to-get-mod_rewrite-working-on-1and1-shared-hosting?replies=1
2405
+ // On 1and1, PHP's directory structure starts with '/homepages'. The
2406
+ // Apache directory structure has an extra '/kunden' before it.
2407
+ // Also 1and1 does not support the %{DOCUMENT_ROOT} variable in
2408
+ // .htaccess files.
2409
+ // This prevents the $inst_root from being calculated correctly and
2410
+ // means that the $apache_root is wrong.
2411
+ //
2412
+ // e.g. This is an example of how Apache and PHP see the directory
2413
+ // structure on 1and1:
2414
+ // Apache: /kunden/homepages/xx/dxxxxxxxx/htdocs/site1/index.html
2415
+ // PHP: /homepages/xx/dxxxxxxxx/htdocs/site1/index.html
2416
+ // Here we fix up the paths to make mode_rewrite work on 1and1 shared hosting.
2417
+ $content_dir_root = substr( $content_dir_root, 7 );
2418
+ $apache_root = $document_root;
2419
+ }
2420
  $home_path = get_home_path();
2421
  $home_root = parse_url(get_bloginfo('url'));
2422
  $home_root = isset( $home_root['path'] ) ? trailingslashit( $home_root['path'] ) : '/';
2423
+ $inst_root = str_replace( '//', '/', '/' . trailingslashit( str_replace( $content_dir_root, '', str_replace( '\\', '/', WP_CONTENT_DIR ) ) ) );
2424
  $wprules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WordPress' ) );
2425
  $wprules = str_replace( "RewriteEngine On\n", '', $wprules );
2426
  $wprules = str_replace( "RewriteBase $home_root\n", '', $wprules );
2603
  }
2604
  }
2605
  add_action( 'init', 'check_up_on_preloading' ); // sometimes preloading stops working. Kickstart it.
2606
+
2607
+ function wp_cache_disable_plugin() {
2608
+ global $wp_cache_config_file, $wp_rewrite;
2609
+ if ( file_exists( ABSPATH . 'wp-config.php') ) {
2610
+ $global_config_file = ABSPATH . 'wp-config.php';
2611
+ } else {
2612
+ $global_config_file = dirname(ABSPATH) . '/wp-config.php';
2613
+ }
2614
+ $line = 'define(\'WP_CACHE\', true);';
2615
+ if ( strpos( file_get_contents( $global_config_file ), $line ) && ( !is_writeable_ACLSafe( $global_config_file ) || !wp_cache_replace_line( 'define *\( *\'WP_CACHE\'', '//' . $line, $global_config_file ) ) )
2616
+ wp_die( "Could not remove WP_CACHE define from $global_config_file. Please edit that file and remove the line containing the text 'WP_CACHE'. Then refresh this page." );
2617
+
2618
+ uninstall_supercache( WP_CONTENT_DIR . '/cache' );
2619
+ $file_not_deleted = false;
2620
+ if ( @file_exists( WP_CONTENT_DIR . "/advanced-cache.php" ) ) {
2621
+ if ( false == @unlink( WP_CONTENT_DIR . "/advanced-cache.php" ) )
2622
+ $file_not_deleted[] = 'advanced-cache.php';
2623
+ }
2624
+ if ( @file_exists( WP_CONTENT_DIR . "/wp-cache-config.php" ) ) {
2625
+ if ( false == unlink( WP_CONTENT_DIR . "/wp-cache-config.php" ) )
2626
+ $file_not_deleted[] = 'wp-cache-config.php';
2627
+ }
2628
+ if ( $file_not_deleted ) {
2629
+ $msg = "<p>One or more files could not be deleted. These files and directories must be made writeable:</p>\n <ol><li>" . WP_CONTENT_DIR . "</li>\n";
2630
+ $code = "<ul>\n";
2631
+ foreach( (array)$file_not_deleted as $filename ) {
2632
+ $msg .= "<li>" . WP_CONTENT_DIR . "/{$filename}</li>";
2633
+ $code .= "<li><code>chmod 666 " . WP_CONTENT_DIR . "/{$filename}</code></li>\n";
2634
+ }
2635
+ $code .= "</ul>\n";
2636
+
2637
+ $msg .= "</ol>\n<p>First try fixing the directory permissions with this command and refresh this page:<br /><br /><code>chmod 777 " . WP_CONTENT_DIR . "</code><br /><br />If you still see this error, you have to fix the permissions on the files themselves and refresh this page again:</p> {$code}\n<p>Don't forgot to fix things later:<br /><code>chmod 755 " . WP_CONTENT_DIR . "</code></p><p>If you don't know what <strong>chmod</strong> is use <a href='http://www.google.ie/search?hl=en&q=ftp+chmod+777'>this Google search</a> to find out all about it.</p><p>Please refresh this page when the permissions have been modified.</p>";
2638
+ wp_die( $msg );
2639
+ }
2640
+ extract( wpsc_get_htaccess_info() );
2641
+ if ( $scrules != '' && insert_with_markers( $home_path.'.htaccess', 'WPSuperCache', array() ) ) {
2642
+ $wp_rewrite->flush_rules();
2643
+ } elseif( $scrules != '' ) {
2644
+ wp_mail( get_option( 'admin_email' ), __( 'Supercache Uninstall Problems', 'wp-super-cache' ), sprintf( __( "Dear User,\n\nWP Super Cache was removed from your blog but the mod_rewrite rules\nin your .htaccess were not.\n\nPlease edit the following file and remove the code\nbetween 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n\n%s\n\nRegards,\nWP Super Cache Plugin\nhttp://wordpress.org/extend/plugins/wp-super-cache/", 'wp-super-cache' ), ABSPATH . '/.htaccess' ) );
2645
+ }
2646
+ }
2647
+
2648
+ function uninstall_supercache( $folderPath ) { // from http://www.php.net/manual/en/function.rmdir.php
2649
+ if ( trailingslashit( constant( 'ABSPATH' ) ) == trailingslashit( $folderPath ) )
2650
+ return false;
2651
+ if ( @is_dir ( $folderPath ) ) {
2652
+ $dh = @opendir($folderPath);
2653
+ while( false !== ( $value = @readdir( $dh ) ) ) {
2654
+ if ( $value != "." && $value != ".." ) {
2655
+ $value = $folderPath . "/" . $value;
2656
+ if ( @is_dir ( $value ) ) {
2657
+ uninstall_supercache( $value );
2658
+ } else {
2659
+ @unlink( $value );
2660
+ }
2661
+ }
2662
+ }
2663
+ return @rmdir( $folderPath );
2664
+ } else {
2665
+ return false;
2666
+ }
2667
+ }
2668
  ?>
wp-super-cache.pot CHANGED
@@ -1,23 +1,18 @@
1
- # Translation of the WordPress plugin by .
2
  # Copyright (C) 2010
3
  # This file is distributed under the same license as the package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
- #
6
- #: plugins/badbehaviour.php:65 plugins/domain-mapping.php:62
7
- #, fuzzy
8
  msgid ""
9
  msgstr ""
10
  "Project-Id-Version: \n"
11
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
12
- "POT-Creation-Date: 2010-11-22 17:30+0000\n"
 
 
 
13
  "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
14
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
  "Language-Team: LANGUAGE <LL@li.org>\n"
16
- "MIME-Version: 1.0\n"
17
- "Content-Type: text/plain; charset=utf-8\n"
18
- "Content-Transfer-Encoding: 8bit\n"
19
 
20
- #: ossdl-cdn.php:105
21
  msgid ""
22
  "Your website probably uses lots of static files. Image, Javascript and CSS "
23
  "files are usually static files that could just as easily be served from "
@@ -29,164 +24,106 @@ msgid ""
29
  "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
30
  msgstr ""
31
 
32
- #: ossdl-cdn.php:106
33
- #, php-format
34
  msgid ""
35
- "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %"
36
- "s to ensure your CDN service is fully working before saving changes."
37
- msgstr ""
38
-
39
- #: ossdl-cdn.php:107
40
- msgid "You can define different CDN URLs for each site on a multsite network."
41
- msgstr ""
42
-
43
- #: ossdl-cdn.php:134
44
- msgid "Save Changes"
45
  msgstr ""
46
 
47
- #: ossdl-cdn.php:136
48
  msgid ""
49
- "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
50
- "ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
51
- "ossdl.de/\">Mark Kubacki</a>"
52
- msgstr ""
53
-
54
- #: plugins/awaitingmoderation.php:4
55
- msgid "Your comment is awaiting moderation."
56
  msgstr ""
57
 
58
- #: plugins/awaitingmoderation.php:32
59
- msgid "Awaiting Moderation"
60
  msgstr ""
61
 
62
- #: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:63
63
- #: plugins/domain-mapping.php:60 wp-cache.php:1164
64
- msgid "Enabled"
65
  msgstr ""
66
 
67
- #: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:64
68
- #: plugins/domain-mapping.php:61 wp-cache.php:1164
69
- msgid "Disabled"
70
  msgstr ""
71
 
72
- #: plugins/awaitingmoderation.php:36
73
  msgid ""
74
- "Enables or disables plugin to Remove the text \"Your comment is awaiting "
75
- "moderation.\" when someone leaves a moderated comment."
76
- msgstr ""
77
-
78
- #: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:69
79
- #: plugins/domain-mapping.php:66 plugins/searchengine.php:69 wp-cache.php:1523
80
- msgid "enabled"
81
- msgstr ""
82
-
83
- #: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:71
84
- #: plugins/domain-mapping.php:68 plugins/searchengine.php:67
85
- msgid "disabled"
86
- msgstr ""
87
-
88
- #: plugins/awaitingmoderation.php:43
89
- #, php-format
90
- msgid "Awaiting Moderation is now %s"
91
- msgstr ""
92
-
93
- #: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:74
94
- #: plugins/domain-mapping.php:71
95
- msgid "Update"
96
- msgstr ""
97
-
98
- #: plugins/badbehaviour.php:45
99
- msgid "Bad Behaviour not found. Please check your install."
100
  msgstr ""
101
 
102
- #: plugins/badbehaviour.php:61
103
- msgid "Bad Behavior"
104
  msgstr ""
105
 
106
- #: plugins/badbehaviour.php:66
107
- #, php-format
108
  msgid ""
109
- "(Only legacy caching supported, disabled compression and requires <a href="
110
- "\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-"
111
- "behavior/\") "
112
  msgstr ""
113
 
114
- #: plugins/badbehaviour.php:72
115
- #, php-format
116
- msgid "Bad Behavior support is now %s"
117
- msgstr ""
118
-
119
- #: plugins/badbehaviour.php:81 wp-cache.php:1254 wp-cache.php:1256
120
- msgid "Warning!"
121
  msgstr ""
122
 
123
- #: plugins/domain-mapping.php:58
124
- msgid "Domain Mapping"
125
- msgstr ""
126
-
127
- #: plugins/domain-mapping.php:63
128
  msgid ""
129
- "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-"
130
- "mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a "
131
- "blog."
132
  msgstr ""
133
 
134
- #: plugins/domain-mapping.php:69
135
- #, php-format
136
- msgid "Domain Mapping support is now %s"
137
  msgstr ""
138
 
139
- #: plugins/domain-mapping.php:83
140
  msgid ""
141
- "Domain Mapping plugin detected! Please go to the Supercache plugins page and "
142
- "enable the domain mapping helper plugin."
 
 
 
143
  msgstr ""
144
 
145
- #: plugins/searchengine.php:61 plugins/searchengine.php:76 wp-cache.php:1177
146
- msgid "Disable"
147
- msgstr ""
148
-
149
- #: plugins/searchengine.php:71
150
- #, php-format
151
- msgid ""
152
- "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for "
153
- "Friends</a> plugin is %s."
154
  msgstr ""
155
 
156
- #: plugins/searchengine.php:72
157
  msgid ""
158
- "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/"
159
- "\">friendsadverts.php</a> too) "
160
- msgstr ""
161
-
162
- #: plugins/searchengine.php:74 wp-cache.php:1177
163
- msgid "Enable"
164
  msgstr ""
165
 
166
- #: wp-cache.php:91
167
- #, php-format
168
  msgid ""
169
  "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
170
  "sample.php"
171
  msgstr ""
172
 
173
- #: wp-cache.php:146
174
  msgid "Warning! PHP Safe Mode Enabled!"
175
  msgstr ""
176
 
177
- #: wp-cache.php:147
178
  msgid ""
179
  "You may experience problems running this plugin because SAFE MODE is enabled."
180
  msgstr ""
181
 
182
- #: wp-cache.php:151
183
  msgid ""
184
  "Your server is set up to check the owner of PHP scripts before allowing them "
185
  "to read and write files."
186
  msgstr ""
187
 
188
- #: wp-cache.php:152
189
- #, php-format
190
  msgid ""
191
  "You or an administrator may be able to make it work by changing the group "
192
  "owner of the plugin scripts to match that of the web server user. The group "
@@ -195,7 +132,7 @@ msgid ""
195
  "details."
196
  msgstr ""
197
 
198
- #: wp-cache.php:154
199
  msgid ""
200
  "You or an administrator must disable this. See the <a href=\"http://php.net/"
201
  "features.safe-mode\">safe mode manual page</a> for further details. This "
@@ -203,53 +140,50 @@ msgid ""
203
  "php.ini config file."
204
  msgstr ""
205
 
206
- #: wp-cache.php:160
207
  msgid "Permlink Structure Error"
208
  msgstr ""
209
 
210
- #: wp-cache.php:161
211
  msgid ""
212
  "A custom url or permalink structure is required for this plugin to work "
213
  "correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
214
  "Options Page</a> to configure your permalinks."
215
  msgstr ""
216
 
217
- #: wp-cache.php:173
218
- #, php-format
219
  msgid "Warning! Your hostname \"%s\" resolves to %s"
220
  msgstr ""
221
 
222
- #: wp-cache.php:174
223
- #, php-format
224
  msgid ""
225
  "Your server thinks your hostname resolves to %s. Some services such as "
226
  "garbage collection by this plugin, and WordPress scheduled posts may not "
227
  "operate correctly."
228
  msgstr ""
229
 
230
- #: wp-cache.php:175 wp-cache.php:189
231
- #, php-format
232
  msgid ""
233
  "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
234
  "readme.txt"
235
  msgstr ""
236
 
237
- #: wp-cache.php:188
238
  msgid ""
239
  "Unfortunately WordPress cannot find the file wp-cron.php. This script is "
240
  "required for the the correct operation of garbage collection by this plugin, "
241
  "WordPress scheduled posts as well as other critical activities."
242
  msgstr ""
243
 
244
- #: wp-cache.php:203
245
  msgid "Cannot continue... fix previous problems and retry."
246
  msgstr ""
247
 
248
- #: wp-cache.php:212
249
  msgid "Zlib Output Compression Enabled!"
250
  msgstr ""
251
 
252
- #: wp-cache.php:213
253
  msgid ""
254
  "PHP is compressing the data sent to the visitors of your site. Disabling "
255
  "this is recommended as the plugin caches the compressed output once instead "
@@ -258,11 +192,11 @@ msgid ""
258
  "configuration.php\">this page</a> for instructions on modifying your php.ini."
259
  msgstr ""
260
 
261
- #: wp-cache.php:217
262
  msgid "Mod rewrite may not be installed!"
263
  msgstr ""
264
 
265
- #: wp-cache.php:218
266
  msgid ""
267
  "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;"
268
  "t 100% reliable, especially if you are not using Apache. Please verify that "
@@ -270,96 +204,91 @@ msgid ""
270
  "static files. You will still be able to use legacy or PHP modes."
271
  msgstr ""
272
 
273
- #: wp-cache.php:223
274
  msgid "Read Only Mode. Configuration cannot be changed."
275
  msgstr ""
276
 
277
- #: wp-cache.php:224
278
- #, php-format
279
  msgid ""
280
  "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
281
  "and cannot be modified. That file must be writeable by the webserver to make "
282
  "any changes."
283
  msgstr ""
284
 
285
- #: wp-cache.php:225
286
  msgid ""
287
  "A simple way of doing that is by changing the permissions temporarily using "
288
  "the CHMOD command or through your ftp client. Make sure it&#8217;s globally "
289
  "writeable and it should be fine."
290
  msgstr ""
291
 
292
- #: wp-cache.php:226
293
  msgid "Writeable:"
294
  msgstr ""
295
 
296
- #: wp-cache.php:227
297
  msgid "Readonly:"
298
  msgstr ""
299
 
300
- #: wp-cache.php:239
301
- #, php-format
302
  msgid "Warning! %s is writeable!"
303
  msgstr ""
304
 
305
- #: wp-cache.php:240
306
- #, php-format
307
  msgid ""
308
  "You should change the permissions on %s and make it more restrictive. Use "
309
  "your ftp client, or the following command to fix things:"
310
  msgstr ""
311
 
312
- #: wp-cache.php:248
313
  msgid "Mobile rewrite rules detected"
314
  msgstr ""
315
 
316
- #: wp-cache.php:249
317
  msgid ""
318
  "For best performance you should enable \"Mobile device support\" or delete "
319
  "the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
320
  "text \"2.0\\ MMP|240x320\" and delete those."
321
  msgstr ""
322
 
323
- #: wp-cache.php:249
324
  msgid ""
325
  "This will have no affect on ordinary users but mobile users will see "
326
  "uncached pages."
327
  msgstr ""
328
 
329
- #: wp-cache.php:255 wp-cache.php:266
330
  msgid "Rewrite rules must be updated"
331
  msgstr ""
332
 
333
- #: wp-cache.php:256 wp-cache.php:267
334
  msgid "The rewrite rules required by this plugin have changed or are missing. "
335
  msgstr ""
336
 
337
- #: wp-cache.php:257
338
  msgid ""
339
  "Mobile support requires extra rules in your .htaccess file, or you can set "
340
  "the plugin to legacy mode. Here are your options (in order of difficulty):"
341
  msgstr ""
342
 
343
- #: wp-cache.php:258
344
  msgid "Set the plugin to legacy mode and enable mobile support."
345
  msgstr ""
346
 
347
- #: wp-cache.php:259 wp-cache.php:268
348
  msgid ""
349
  "Scroll down the Advanced Settings page and click the <strong>Update "
350
  "Mod_Rewrite Rules</strong> button."
351
  msgstr ""
352
 
353
- #: wp-cache.php:260
354
- #, php-format
355
  msgid ""
356
  "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
357
  "WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
358
  "regenerate them by reloading this page."
359
  msgstr ""
360
 
361
- #: wp-cache.php:261
362
- #, php-format
363
  msgid ""
364
  "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
365
  "by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
@@ -368,144 +297,81 @@ msgid ""
368
  "*$</code> add these lines: (do it twice, once for each section)"
369
  msgstr ""
370
 
371
- #: wp-cache.php:274
372
  msgid "Required to serve compressed supercache files properly."
373
  msgstr ""
374
 
375
- #: wp-cache.php:274
376
  msgid ""
377
  "Required to set caching information on supercache pages. IE7 users will see "
378
  "old pages without this module."
379
  msgstr ""
380
 
381
- #: wp-cache.php:274
382
  msgid ""
383
  "Set the expiry date on supercached pages. Visitors may not see new pages "
384
  "when they refresh or leave comments without this module."
385
  msgstr ""
386
 
387
- #: wp-cache.php:281
388
  msgid "Missing Apache Modules"
389
  msgstr ""
390
 
391
- #: wp-cache.php:282
392
  msgid ""
393
  "The following Apache modules are missing. The plugin will work in legacy "
394
  "mode without them. In full Supercache mode, your visitors may see corrupted "
395
  "pages or out of date content however."
396
  msgstr ""
397
 
398
- #: wp-cache.php:433
399
  msgid ""
400
  "<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
401
  "output_compression</code> is enabled. See #21 in the Troubleshooting section "
402
  "of the readme file."
403
  msgstr ""
404
 
405
- #: wp-cache.php:524
406
  msgid "WP Super Cache Settings"
407
  msgstr ""
408
 
409
- #: wp-cache.php:535
410
  msgid ""
411
  "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
412
  "Settings Page by default."
413
  msgstr ""
414
 
415
- #: wp-cache.php:546
416
  msgid ""
417
  "Configuration file changed, some values might be wrong. Load the page again "
418
  "from the \"Settings\" menu to reset them."
419
  msgstr ""
420
 
421
- #: wp-cache.php:566 wp-cache.php:640
422
  msgid "Caching must be enabled to use this feature"
423
  msgstr ""
424
 
425
- #: wp-cache.php:568
426
- msgid "Cache Tester"
427
- msgstr ""
428
-
429
- #: wp-cache.php:569
430
- msgid "Test your cached website by clicking the test button below."
431
- msgstr ""
432
-
433
- #: wp-cache.php:576
434
- #, php-format
435
- msgid "Fetching %s to prime cache: "
436
- msgstr ""
437
-
438
- #: wp-cache.php:578 wp-cache.php:585 wp-cache.php:592
439
- msgid "OK"
440
- msgstr ""
441
-
442
- #: wp-cache.php:583
443
- #, php-format
444
- msgid "Fetching first copy of %s: "
445
- msgstr ""
446
-
447
- #: wp-cache.php:590
448
- #, php-format
449
- msgid "Fetching second copy of %s: "
450
- msgstr ""
451
-
452
- #: wp-cache.php:596
453
- msgid "One or more page requests failed:"
454
- msgstr ""
455
-
456
- #: wp-cache.php:615 wp-cache.php:616
457
- #, php-format
458
- msgid "Page %d: %d (%s)"
459
- msgstr ""
460
-
461
- #: wp-cache.php:622
462
- #, php-format
463
- msgid "Page 1: %s"
464
- msgstr ""
465
-
466
- #: wp-cache.php:623
467
- #, php-format
468
- msgid "Page 2: %s"
469
- msgstr ""
470
-
471
- #: wp-cache.php:624
472
- msgid "The timestamps on both pages match!"
473
- msgstr ""
474
-
475
- #: wp-cache.php:626
476
- msgid "The pages do not match! Timestamps differ or were not found!"
477
- msgstr ""
478
-
479
- #: wp-cache.php:632
480
- msgid "Send non-secure (non https) request for homepage"
481
- msgstr ""
482
-
483
- #: wp-cache.php:633
484
- msgid "Test Cache"
485
- msgstr ""
486
-
487
- #: wp-cache.php:658 wp-cache.php:789
488
  msgid "Cancel Cache Preload"
489
  msgstr ""
490
 
491
- #: wp-cache.php:666 wp-cache.php:677
492
  msgid "Scheduled preloading of cache cancelled."
493
  msgstr ""
494
 
495
- #: wp-cache.php:703 wp-cache.php:787
496
  msgid "Preload Cache Now"
497
  msgstr ""
498
 
499
- #: wp-cache.php:707
500
  msgid "Scheduled preloading of cache in 10 seconds."
501
  msgstr ""
502
 
503
- #: wp-cache.php:712
504
- #, php-format
505
  msgid "Scheduled preloading of cache in %d minutes"
506
  msgstr ""
507
 
508
- #: wp-cache.php:716
509
  msgid ""
510
  "This will cache every published post and page on your site. It will create "
511
  "supercache static files so unknown visitors (including bots) will hit a "
@@ -513,214 +379,218 @@ msgid ""
513
  "speed as a metric when judging websites now."
514
  msgstr ""
515
 
516
- #: wp-cache.php:717
517
  msgid ""
518
  "Preloading creates lots of files however. Caching is done from the newest "
519
  "post to the oldest so please consider only caching the newest if you have "
520
  "lots (10,000+) of posts. This is especially important on shared hosting."
521
  msgstr ""
522
 
523
- #: wp-cache.php:718
524
  msgid ""
525
  "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out "
526
  "old legacy files for known users, not the preloaded supercache files. This "
527
  "is a recommended setting when the cache is preloaded."
528
  msgstr ""
529
 
530
- #: wp-cache.php:722
531
- #, php-format
532
  msgid ""
533
  "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
534
  "minutes.)"
535
  msgstr ""
536
 
537
- #: wp-cache.php:735
538
  msgid "all"
539
  msgstr ""
540
 
541
- #: wp-cache.php:748
542
- #, php-format
543
  msgid "Preload %s posts."
544
  msgstr ""
545
 
546
- #: wp-cache.php:755
547
  msgid ""
548
  "Preload mode (garbage collection only on legacy cache files. Recommended.)"
549
  msgstr ""
550
 
551
- #: wp-cache.php:758
552
  msgid "Send me status emails when files are refreshed."
553
  msgstr ""
554
 
555
- #: wp-cache.php:763
556
  msgid "Many emails, 2 emails per 100 posts."
557
  msgstr ""
558
 
559
- #: wp-cache.php:766
560
  msgid "Medium, 1 email per 100 posts."
561
  msgstr ""
562
 
563
- #: wp-cache.php:769
564
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
565
  msgstr ""
566
 
567
- #: wp-cache.php:773
568
- #, php-format
569
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
570
  msgstr ""
571
 
572
- #: wp-cache.php:774
573
- #, php-format
574
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
575
  msgstr ""
576
 
577
- #: wp-cache.php:780
578
- #, php-format
579
  msgid "Currently caching from post %d to %d."
580
  msgstr ""
581
 
582
- #: wp-cache.php:784
583
- #, php-format
584
  msgid "<strong>Page last cached:</strong> %s"
585
  msgstr ""
586
 
587
- #: wp-cache.php:787
588
  msgid "Update Settings"
589
  msgstr ""
590
 
591
- #: wp-cache.php:795
592
  msgid ""
593
  "Preloading of cache disabled. Please disable legacy page caching or talk to "
594
  "your host administrator."
595
  msgstr ""
596
 
597
- #: wp-cache.php:810 wp-cache.php:904
598
  msgid "Caching"
599
  msgstr ""
600
 
601
- #: wp-cache.php:814
602
  msgid "Cache hits to this website for quick access."
603
  msgstr ""
604
 
605
- #: wp-cache.php:814 wp-cache.php:815 wp-cache.php:832 wp-cache.php:837
606
- #: wp-cache.php:840 wp-cache.php:841 wp-cache.php:907
607
  msgid "Recommended"
608
  msgstr ""
609
 
610
- #: wp-cache.php:815
611
  msgid "Use mod_rewrite to serve cache files."
612
  msgstr ""
613
 
614
- #: wp-cache.php:816
615
  msgid "Use PHP to serve cache files."
616
  msgstr ""
617
 
618
- #: wp-cache.php:817
619
  msgid "Legacy page caching."
620
  msgstr ""
621
 
622
- #: wp-cache.php:818
623
  msgid ""
624
  "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
625
  "while legacy caching is slower again, but more flexible and also easy to get "
626
  "working. New users should use PHP caching."
627
  msgstr ""
628
 
629
- #: wp-cache.php:824
630
  msgid "Miscellaneous"
631
  msgstr ""
632
 
633
- #: wp-cache.php:830
634
  msgid "Warning! Compression is disabled as gzencode() function not found."
635
  msgstr ""
636
 
637
- #: wp-cache.php:832
638
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
639
  msgstr ""
640
 
641
- #: wp-cache.php:833
642
  msgid ""
643
  "Compression is disabled by default because some hosts have problems with "
644
  "compressed files. Switching it on and off clears the cache."
645
  msgstr ""
646
 
647
- #: wp-cache.php:837
648
  msgid ""
649
  "304 Not Modified browser caching. Indicate when a page has not been modified "
650
  "since last requested."
651
  msgstr ""
652
 
653
- #: wp-cache.php:838
654
  msgid ""
655
  "304 support is disabled by default because in the past GoDaddy had problems "
656
  "with some of the headers used."
657
  msgstr ""
658
 
659
- #: wp-cache.php:840
660
  msgid ""
661
  "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
662
  "comment\">known users</acronym>."
663
  msgstr ""
664
 
665
- #: wp-cache.php:841
666
  msgid ""
667
  "Cache rebuild. Serve a supercache file to anonymous users while a new file "
668
  "is being generated."
669
  msgstr ""
670
 
671
- #: wp-cache.php:842
672
  msgid ""
673
  "Proudly tell the world your server is Digg proof! (places a message in your "
674
  "blog&#8217;s footer)"
675
  msgstr ""
676
 
677
- #: wp-cache.php:848 wp-cache.php:1016 wp-cache.php:1536
678
  msgid "Advanced"
679
  msgstr ""
680
 
681
- #: wp-cache.php:852
682
  msgid "Mobile device support."
683
  msgstr ""
684
 
685
- #: wp-cache.php:853
686
  msgid "Clear all cache files when a post or page is published."
687
  msgstr ""
688
 
689
- #: wp-cache.php:854
 
 
 
 
690
  msgid "Only refresh current page when comments made."
691
  msgstr ""
692
 
693
- #: wp-cache.php:855
694
  msgid "List the newest cached pages on this page."
695
  msgstr ""
696
 
697
- #: wp-cache.php:857
698
  msgid ""
699
  "Coarse file locking. You probably don&#8217;t need this but it may help if "
700
  "your server is underpowered. Warning! <em>May cause your server to lock up "
701
  "in very rare cases!</em>"
702
  msgstr ""
703
 
704
- #: wp-cache.php:859
705
  msgid ""
706
  "Late init. Display cached files after WordPress has loaded. Most useful in "
707
  "legacy mode."
708
  msgstr ""
709
 
710
- #: wp-cache.php:861
711
  msgid "Use object cache to store cached files."
712
  msgstr ""
713
 
714
- #: wp-cache.php:861
715
  msgid "(Experimental)"
716
  msgstr ""
717
 
718
- #: wp-cache.php:868
719
  msgid "Note:"
720
  msgstr ""
721
 
722
- #: wp-cache.php:870
723
- #, php-format
 
 
 
 
 
 
724
  msgid ""
725
  "If uninstalling this plugin, make sure the directory <em>%s</em> is "
726
  "writeable by the webserver so the files <em>advanced-cache.php</em> and "
@@ -728,16 +598,14 @@ msgid ""
728
  "files are writeable too is probably a good idea!)"
729
  msgstr ""
730
 
731
- #: wp-cache.php:871
732
- #, php-format
733
  msgid ""
734
  "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
735
  "instructions on uninstalling this script. Look for the heading, \"How to "
736
  "uninstall WP Super Cache\"."
737
  msgstr ""
738
 
739
- #: wp-cache.php:872
740
- #, php-format
741
  msgid ""
742
  "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
743
  "includes installation documentation, a FAQ and Troubleshooting tips. The <a "
@@ -745,27 +613,27 @@ msgid ""
745
  "have been answered."
746
  msgstr ""
747
 
748
- #: wp-cache.php:875 wp-cache.php:922
749
  msgid "Update Status"
750
  msgstr ""
751
 
752
- #: wp-cache.php:882
753
  msgid "Accepted Filenames &amp; Rejected URIs"
754
  msgstr ""
755
 
756
- #: wp-cache.php:907
757
  msgid "Caching On"
758
  msgstr ""
759
 
760
- #: wp-cache.php:908
761
  msgid "Caching Off"
762
  msgstr ""
763
 
764
- #: wp-cache.php:909
765
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
766
  msgstr ""
767
 
768
- #: wp-cache.php:919
769
  msgid ""
770
  "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
771
  "Cached files will be served using those rules. If your site is working ok "
@@ -773,18 +641,87 @@ msgid ""
773
  "your install and remove the SuperCache rules."
774
  msgstr ""
775
 
776
- #: wp-cache.php:924
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
777
  msgid "Recommended Links and Plugins"
778
  msgstr ""
779
 
780
- #: wp-cache.php:925
781
  msgid ""
782
  "Caching is only one part of making a website faster. Here are some other "
783
  "plugins that will help:"
784
  msgstr ""
785
 
786
- #: wp-cache.php:926
787
- #, php-format
788
  msgid ""
789
  "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
790
  "server by joining Javascript and CSS files together. Alternatively you can "
@@ -792,8 +729,7 @@ msgid ""
792
  "pages. It does not however join JS/CSS files together."
793
  msgstr ""
794
 
795
- #: wp-cache.php:927
796
- #, php-format
797
  msgid ""
798
  "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
799
  "Firebug. It analyzes web pages and suggests ways to improve their "
@@ -801,190 +737,174 @@ msgid ""
801
  "the performance tools online at <a href=\"%s\">GTMetrix</a>."
802
  msgstr ""
803
 
804
- #: wp-cache.php:928
805
- #, php-format
806
  msgid ""
807
  "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
808
  "used Javascript libraries from Google webservers. Ironically it may reduce "
809
  "your Yslow score."
810
  msgstr ""
811
 
812
- #: wp-cache.php:929
813
- #, php-format
814
  msgid ""
815
  "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
816
  "Caching and cache-control</a> explains how to make your site more cacheable "
817
  "with .htaccess rules."
818
  msgstr ""
819
 
820
- #: wp-cache.php:930
821
- #, php-format
822
  msgid ""
823
  "<strong>Advanced users only:</strong> Install an object cache. Choose from "
824
  "<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
825
  "\">eAcccelerator</a> and others."
826
  msgstr ""
827
 
828
- #: wp-cache.php:941
829
  msgid "Make WordPress Faster"
830
  msgstr ""
831
 
832
- #: wp-cache.php:942
833
- #, php-format
834
  msgid ""
835
  "%1$s is maintained and developed by %2$s with contributions from many others."
836
  msgstr ""
837
 
838
- #: wp-cache.php:943
839
- #, php-format
840
  msgid "He blogs at %1$s and posts photos at %2$s."
841
  msgstr ""
842
 
843
- #: wp-cache.php:944
844
- #, php-format
845
  msgid "Please say hi to him on %s too!"
846
  msgstr ""
847
 
848
- #: wp-cache.php:945
849
  msgid "Need Help?"
850
  msgstr ""
851
 
852
- #: wp-cache.php:947
853
- #, php-format
854
  msgid "<a href=\"%1$s\">Installation Help</a>"
855
  msgstr ""
856
 
857
- #: wp-cache.php:948
858
- #, php-format
859
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
860
  msgstr ""
861
 
862
- #: wp-cache.php:949
863
- #, php-format
864
  msgid "<a href=\"%1$s\">Support Forum</a>"
865
  msgstr ""
866
 
867
- #: wp-cache.php:951
868
  msgid "Rate This Plugin!"
869
  msgstr ""
870
 
871
- #: wp-cache.php:952
872
- #, php-format
873
  msgid ""
874
  "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
875
  "or not. It really helps development."
876
  msgstr ""
877
 
878
- #: wp-cache.php:961
879
- #, php-format
880
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
881
  msgstr ""
882
 
883
- #: wp-cache.php:962
884
  msgid "Newest Cached Pages:"
885
  msgstr ""
886
 
887
- #: wp-cache.php:966
888
- #, php-format
889
  msgid "Cached %s seconds ago"
890
  msgstr ""
891
 
892
- #: wp-cache.php:969
893
  msgid "(may not always be accurate on busy sites)"
894
  msgstr ""
895
 
896
- #: wp-cache.php:988
897
  msgid ""
898
  "Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
899
  "super-cache folder. They are loaded when Supercache loads, much sooner than "
900
  "regular WordPress plugins."
901
  msgstr ""
902
 
903
- #: wp-cache.php:989
904
  msgid ""
905
  "This is strictly an advanced feature only and knowledge of both PHP and "
906
  "WordPress actions is required to create them."
907
  msgstr ""
908
 
909
- #: wp-cache.php:999
910
  msgid "Available Plugins"
911
  msgstr ""
912
 
913
- #: wp-cache.php:1016
914
  msgid "Easy"
915
  msgstr ""
916
 
917
- #: wp-cache.php:1016
918
  msgid "CDN"
919
  msgstr ""
920
 
921
- #: wp-cache.php:1016
922
- msgid "Tester & Contents"
923
  msgstr ""
924
 
925
- #: wp-cache.php:1016
926
  msgid "Preload"
927
  msgstr ""
928
 
929
- #: wp-cache.php:1016
930
  msgid "Plugins"
931
  msgstr ""
932
 
933
- #: wp-cache.php:1016
934
  msgid "Debug"
935
  msgstr ""
936
 
937
- #: wp-cache.php:1047
938
- #, php-format
939
  msgid ""
940
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
941
  "href=\"%s\">the main site</a> of this network."
942
  msgstr ""
943
 
944
- #: wp-cache.php:1049
945
- #, php-format
946
  msgid ""
947
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
948
  "href=\"%s\">on the main site</a> of this network."
949
  msgstr ""
950
 
951
- #: wp-cache.php:1059
952
  msgid "Mod Rewrite Rules"
953
  msgstr ""
954
 
955
- #: wp-cache.php:1065
956
  msgid "WordPress MU Detected"
957
  msgstr ""
958
 
959
- #: wp-cache.php:1065
960
  msgid ""
961
  "Unfortunately the rewrite rules cannot be updated automatically when running "
962
  "WordPress MU. Please open your .htaccess and add the following mod_rewrite "
963
  "rules above any other rules in that file."
964
  msgstr ""
965
 
966
- #: wp-cache.php:1067
967
  msgid "Mod Rewrite rules cannot be updated!"
968
  msgstr ""
969
 
970
- #: wp-cache.php:1068
971
- #, php-format
972
  msgid ""
973
  "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
974
  "htaccess for the auto update to work. They look like this and surround the "
975
  "main WordPress mod_rewrite rules:"
976
  msgstr ""
977
 
978
- #: wp-cache.php:1070
979
  msgid "Refresh this page when you have updated your .htaccess file."
980
  msgstr ""
981
 
982
- #: wp-cache.php:1074
983
  msgid "Thank you for upgrading."
984
  msgstr ""
985
 
986
- #: wp-cache.php:1074
987
- #, php-format
988
  msgid ""
989
  "The mod_rewrite rules changed since you last installed this plugin. "
990
  "Unfortunately you must remove the old supercache rules before the new ones "
@@ -996,11 +916,11 @@ msgid ""
996
  "brave enough to use them."
997
  msgstr ""
998
 
999
- #: wp-cache.php:1078
1000
  msgid "Trailing slash check required."
1001
  msgstr ""
1002
 
1003
- #: wp-cache.php:1078
1004
  msgid ""
1005
  "It looks like your blog has URLs that end with a \"/\". Unfortunately since "
1006
  "you installed this plugin a duplicate content bug has been found where URLs "
@@ -1009,44 +929,41 @@ msgid ""
1009
  "and add these two rules to the two groups of Super Cache rules:"
1010
  msgstr ""
1011
 
1012
- #: wp-cache.php:1080
1013
  msgid ""
1014
  "You can see where the rules go and examine the complete rules by clicking "
1015
  "the \"View mod_rewrite rules\" link below."
1016
  msgstr ""
1017
 
1018
- #: wp-cache.php:1094
1019
  msgid "Mod Rewrite rules updated!"
1020
  msgstr ""
1021
 
1022
- #: wp-cache.php:1095
1023
- #, php-format
1024
  msgid ""
1025
  "%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
1026
  "verify they are correct. They should look like this:"
1027
  msgstr ""
1028
 
1029
- #: wp-cache.php:1097
1030
  msgid "Mod Rewrite rules must be updated!"
1031
  msgstr ""
1032
 
1033
- #: wp-cache.php:1098
1034
- #, php-format
1035
  msgid ""
1036
  "Your %s.htaccess is not writable by the webserver and must be updated with "
1037
  "the necessary mod_rewrite rules. The new rules go above the regular "
1038
  "WordPress rules as shown in the code below:"
1039
  msgstr ""
1040
 
1041
- #: wp-cache.php:1103
1042
- #, php-format
1043
  msgid ""
1044
  "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
1045
  "> Click the following link to see the lines added to that file. If you have "
1046
  "upgraded the plugin make sure these rules match."
1047
  msgstr ""
1048
 
1049
- #: wp-cache.php:1106
1050
  msgid ""
1051
  "A difference between the rules in your .htaccess file and the plugin rewrite "
1052
  "rules has been found. This could be simple whitespace differences but you "
@@ -1054,156 +971,171 @@ msgid ""
1054
  "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
1055
  msgstr ""
1056
 
1057
- #: wp-cache.php:1109
1058
  msgid "View Mod_Rewrite Rules"
1059
  msgstr ""
1060
 
1061
- #: wp-cache.php:1113 wp-cache.php:2350
1062
- #, php-format
1063
  msgid "Rules must be added to %s too:"
1064
  msgstr ""
1065
 
1066
- #: wp-cache.php:1121
1067
- #, php-format
1068
  msgid "Gzip encoding rules in %s.htaccess created."
1069
  msgstr ""
1070
 
1071
- #: wp-cache.php:1128
1072
  msgid "Fix Configuration"
1073
  msgstr ""
1074
 
1075
- #: wp-cache.php:1131
1076
  msgid "Restore Default Configuration"
1077
  msgstr ""
1078
 
1079
- #: wp-cache.php:1139
1080
  msgid ""
1081
  "Comment moderation is enabled. Your comment may take some time to appear."
1082
  msgstr ""
1083
 
1084
- #: wp-cache.php:1164
1085
  msgid "Lock Down:"
1086
  msgstr ""
1087
 
1088
- #: wp-cache.php:1165
 
 
 
 
 
 
 
 
 
 
1089
  msgid ""
1090
  "Prepare your server for an expected spike in traffic by enabling the lock "
1091
  "down. When this is enabled, new comments on a post will not refresh the "
1092
  "cached static files."
1093
  msgstr ""
1094
 
1095
- #: wp-cache.php:1166
1096
  msgid ""
1097
  "Developers: Make your plugin lock down compatible by checking the "
1098
  "\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
1099
  "respects the WPLOCKDOWN setting."
1100
  msgstr ""
1101
 
1102
- #: wp-cache.php:1168
1103
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
1104
  msgstr ""
1105
 
1106
- #: wp-cache.php:1172
1107
  msgid ""
1108
  "WordPress is locked down. Super Cache static files will not be deleted when "
1109
  "new comments are made."
1110
  msgstr ""
1111
 
1112
- #: wp-cache.php:1174
1113
  msgid ""
1114
  "WordPress is not locked down. New comments will refresh Super Cache static "
1115
  "files as normal."
1116
  msgstr ""
1117
 
1118
- #: wp-cache.php:1180
 
 
 
 
 
 
 
 
1119
  msgid "Lock Down"
1120
  msgstr ""
1121
 
1122
- #: wp-cache.php:1188
1123
  msgid "Directly Cached Files"
1124
  msgstr ""
1125
 
1126
- #: wp-cache.php:1246
1127
- #, php-format
1128
  msgid "%s removed!"
1129
  msgstr ""
1130
 
1131
- #: wp-cache.php:1254
1132
- #, php-format
 
 
 
1133
  msgid ""
1134
  "You must make %s writable to enable this feature. As this is a security risk "
1135
  "please make it readonly after your page is generated."
1136
  msgstr ""
1137
 
1138
- #: wp-cache.php:1256
1139
- #, php-format
1140
  msgid ""
1141
  "%s is writable. Please make it readonly after your page is generated as this "
1142
  "is a security risk."
1143
  msgstr ""
1144
 
1145
- #: wp-cache.php:1270
1146
  msgid "Existing direct page"
1147
  msgstr ""
1148
 
1149
- #: wp-cache.php:1270
1150
  msgid "Delete cached file"
1151
  msgstr ""
1152
 
1153
- #: wp-cache.php:1275
1154
  msgid "Add direct page:"
1155
  msgstr ""
1156
 
1157
- #: wp-cache.php:1277
1158
- #, php-format
1159
  msgid ""
1160
  "Directly cached files are files created directly off %s where your blog "
1161
  "lives. This feature is only useful if you are expecting a major Digg or "
1162
  "Slashdot level of traffic to one post or page."
1163
  msgstr ""
1164
 
1165
- #: wp-cache.php:1279
1166
- #, php-format
1167
  msgid ""
1168
  "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
1169
  "about/. The cached file will be generated the next time an anonymous user "
1170
  "visits that page."
1171
  msgstr ""
1172
 
1173
- #: wp-cache.php:1280
1174
  msgid ""
1175
  "Make the textbox blank to remove it from the list of direct pages and delete "
1176
  "the cached file."
1177
  msgstr ""
1178
 
1179
- #: wp-cache.php:1285
1180
  msgid "Update Direct Pages"
1181
  msgstr ""
1182
 
1183
- #: wp-cache.php:1323
1184
  msgid "Expiry Time &amp; Garbage Collection"
1185
  msgstr ""
1186
 
1187
- #: wp-cache.php:1325
1188
  msgid "Expire time:"
1189
  msgstr ""
1190
 
1191
- #: wp-cache.php:1326
1192
  msgid "seconds"
1193
  msgstr ""
1194
 
1195
- #: wp-cache.php:1327
1196
  msgid "Garbage Collection"
1197
  msgstr ""
1198
 
1199
- #: wp-cache.php:1327
1200
  msgid ""
1201
  "If the expiry time is more than 1800 seconds (half an hour), garbage "
1202
  "collection will be done every 10 minutes, otherwise it will happen 10 "
1203
  "seconds after the expiry time above."
1204
  msgstr ""
1205
 
1206
- #: wp-cache.php:1328
1207
  msgid ""
1208
  "Checking for and deleting expired files is expensive, but it&#8217;s "
1209
  "expensive leaving them there too. On a very busy site you should set the "
@@ -1214,77 +1146,77 @@ msgid ""
1214
  "using mod_rewrite or PHP caching."
1215
  msgstr ""
1216
 
1217
- #: wp-cache.php:1329
1218
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1219
  msgstr ""
1220
 
1221
- #: wp-cache.php:1330
1222
  msgid "Change Expiration"
1223
  msgstr ""
1224
 
1225
- #: wp-cache.php:1374
1226
  msgid "Rejected User Agents"
1227
  msgstr ""
1228
 
1229
- #: wp-cache.php:1375
1230
  msgid ""
1231
  "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache "
1232
  "from caching bot, spiders, and crawlers&#8217; requests. Note that super "
1233
  "cached files are still sent to these agents if they already exists."
1234
  msgstr ""
1235
 
1236
- #: wp-cache.php:1382
1237
  msgid "Save UA Strings"
1238
  msgstr ""
1239
 
1240
- #: wp-cache.php:1405
1241
  msgid ""
1242
  "Do not cache the following page types. See the <a href=\"http://codex."
1243
  "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
1244
  "complete discussion on each type."
1245
  msgstr ""
1246
 
1247
- #: wp-cache.php:1408
1248
  msgid "Single Posts"
1249
  msgstr ""
1250
 
1251
- #: wp-cache.php:1409
1252
  msgid "Pages"
1253
  msgstr ""
1254
 
1255
- #: wp-cache.php:1410
1256
  msgid "Front Page"
1257
  msgstr ""
1258
 
1259
- #: wp-cache.php:1411
1260
  msgid "Home"
1261
  msgstr ""
1262
 
1263
- #: wp-cache.php:1412
1264
  msgid "Archives"
1265
  msgstr ""
1266
 
1267
- #: wp-cache.php:1413
1268
  msgid "Tags"
1269
  msgstr ""
1270
 
1271
- #: wp-cache.php:1414
1272
  msgid "Category"
1273
  msgstr ""
1274
 
1275
- #: wp-cache.php:1415
1276
  msgid "Feeds"
1277
  msgstr ""
1278
 
1279
- #: wp-cache.php:1416
1280
  msgid "Search Pages"
1281
  msgstr ""
1282
 
1283
- #: wp-cache.php:1418 wp-cache.php:1546
1284
  msgid "Save"
1285
  msgstr ""
1286
 
1287
- #: wp-cache.php:1435
1288
  msgid ""
1289
  "Add here strings (not a filename) that forces a page not to be cached. For "
1290
  "example, if your URLs include year and you dont want to cache last year "
@@ -1293,70 +1225,57 @@ msgid ""
1293
  "cache that page."
1294
  msgstr ""
1295
 
1296
- #: wp-cache.php:1441
1297
  msgid "Save Strings"
1298
  msgstr ""
1299
 
1300
- #: wp-cache.php:1457
1301
  msgid ""
1302
  "Add here those filenames that can be cached, even if they match one of the "
1303
  "rejected substring specified above."
1304
  msgstr ""
1305
 
1306
- #: wp-cache.php:1463
1307
  msgid "Save Files"
1308
  msgstr ""
1309
 
1310
- #: wp-cache.php:1508
1311
- msgid "Currently logging to: "
1312
- msgstr ""
1313
-
1314
- #: wp-cache.php:1518
1315
- msgid ""
1316
- "Fix problems with the plugin by debugging it here. It can send you debug "
1317
- "emails or log them to a file in your cache directory."
1318
  msgstr ""
1319
 
1320
- #: wp-cache.php:1519
1321
  msgid ""
1322
- "Logging to a file is easier but faces the problem that clearing the cache "
1323
- "will clear the log file."
1324
  msgstr ""
1325
 
1326
- #: wp-cache.php:1523
1327
  msgid "Debugging"
1328
  msgstr ""
1329
 
1330
- #: wp-cache.php:1524
1331
- msgid "Logging Type"
1332
- msgstr ""
1333
-
1334
- #: wp-cache.php:1524
1335
- msgid "Email"
1336
- msgstr ""
1337
-
1338
- #: wp-cache.php:1525
1339
- msgid "file"
1340
  msgstr ""
1341
 
1342
- #: wp-cache.php:1526
1343
  msgid "IP Address"
1344
  msgstr ""
1345
 
1346
- #: wp-cache.php:1526
1347
- #, php-format
1348
  msgid "(only log requests from this IP address. Your IP is %s)"
1349
  msgstr ""
1350
 
1351
- #: wp-cache.php:1527
1352
  msgid "Log level"
1353
  msgstr ""
1354
 
1355
- #: wp-cache.php:1533
1356
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1357
  msgstr ""
1358
 
1359
- #: wp-cache.php:1536
1360
  msgid ""
1361
  "In very rare cases two problems may arise on some blogs:<ol><li> The front "
1362
  "page may start downloading as a zip file.</li><li> The wrong page is "
@@ -1364,8 +1283,7 @@ msgid ""
1364
  "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1365
  msgstr ""
1366
 
1367
- #: wp-cache.php:1537
1368
- #, php-format
1369
  msgid ""
1370
  "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they "
1371
  "only happen in very rare cases but you can run a simple check once every 5 "
@@ -1373,95 +1291,88 @@ msgid ""
1373
  "emailed if there is a problem."
1374
  msgstr ""
1375
 
1376
- #: wp-cache.php:1539
1377
  msgid "Check front page every 5 minutes."
1378
  msgstr ""
1379
 
1380
- #: wp-cache.php:1540
1381
  msgid "Front page text"
1382
  msgstr ""
1383
 
1384
- #: wp-cache.php:1540
1385
  msgid ""
1386
  "Text to search for on your front page. If this text is missing the cache "
1387
  "will be cleared. Leave blank to disable."
1388
  msgstr ""
1389
 
1390
- #: wp-cache.php:1541
1391
  msgid "Clear cache on error."
1392
  msgstr ""
1393
 
1394
- #: wp-cache.php:1542
1395
  msgid "Email the blog admin when checks are made. (useful for testing)"
1396
  msgstr ""
1397
 
1398
- #: wp-cache.php:1556
1399
  msgid ""
1400
  "Error: GZIP compression is enabled, disable it if you want to enable wp-"
1401
  "cache."
1402
  msgstr ""
1403
 
1404
- #: wp-cache.php:1603 wp-cache.php:1765
1405
  msgid "Warning"
1406
  msgstr ""
1407
 
1408
- #: wp-cache.php:1603
1409
  msgid ""
1410
  "GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
1411
  "you disable gzip compression."
1412
  msgstr ""
1413
 
1414
- #: wp-cache.php:1661 wp-cache.php:1666 wp-cache.php:1698 wp-cache.php:1703
1415
- #: wp-cache.php:1709
1416
  msgid "Error"
1417
  msgstr ""
1418
 
1419
- #: wp-cache.php:1661
1420
- #, php-format
1421
  msgid ""
1422
  "Your cache directory (<strong>$cache_path</strong>) did not exist and "
1423
  "couldn&#8217;t be created by the web server. Check %s permissions."
1424
  msgstr ""
1425
 
1426
- #: wp-cache.php:1666
1427
- #, php-format
1428
  msgid ""
1429
  "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
1430
  "to be writable for this plugin to work. Double-check it."
1431
  msgstr ""
1432
 
1433
- #: wp-cache.php:1698
1434
- #, php-format
1435
  msgid ""
1436
  "Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
1437
  "writable by the Web server.Please delete it and refresh this page."
1438
  msgstr ""
1439
 
1440
- #: wp-cache.php:1703
1441
- #, php-format
1442
  msgid ""
1443
  "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
1444
  "not writable by the Web server.Check its permissions."
1445
  msgstr ""
1446
 
1447
- #: wp-cache.php:1709
1448
- #, php-format
1449
  msgid ""
1450
  "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
1451
  "installation."
1452
  msgstr ""
1453
 
1454
- #: wp-cache.php:1765
1455
- #, php-format
1456
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1457
  msgstr ""
1458
 
1459
- #: wp-cache.php:1766
1460
  msgid "1. If it already exists please delete the file first."
1461
  msgstr ""
1462
 
1463
- #: wp-cache.php:1767
1464
- #, php-format
1465
  msgid ""
1466
  "2. Make %1$s writable using the chmod command through your ftp or server "
1467
  "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
@@ -1469,27 +1380,24 @@ msgid ""
1469
  "again. (Change 777 to 755 in the previous command)"
1470
  msgstr ""
1471
 
1472
- #: wp-cache.php:1768
1473
- #, php-format
1474
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1475
  msgstr ""
1476
 
1477
- #: wp-cache.php:1769
1478
- #, php-format
1479
  msgid ""
1480
  "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
1481
  "em> doesn&#8217;t exist:"
1482
  msgstr ""
1483
 
1484
- #: wp-cache.php:1770
1485
- #, php-format
1486
  msgid ""
1487
  "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
1488
  "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
1489
  "copy it to <em>%3$s</em> and refresh this page.</li>"
1490
  msgstr ""
1491
 
1492
- #: wp-cache.php:1793
1493
  msgid ""
1494
  "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
1495
  "WordPress to load the code that serves cached pages. Unfortunately it is set "
@@ -1498,21 +1406,20 @@ msgid ""
1498
  "true);</code></p>"
1499
  msgstr ""
1500
 
1501
- #: wp-cache.php:1795
1502
  msgid ""
1503
  "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
1504
  "code> file and I couldn&#8217;t modify it."
1505
  msgstr ""
1506
 
1507
- #: wp-cache.php:1796
1508
- #, php-format
1509
  msgid ""
1510
  "Edit <code>%s</code> and add the following line:<br /> <code>define"
1511
  "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
1512
  "executed</strong> by WordPress core. "
1513
  msgstr ""
1514
 
1515
- #: wp-cache.php:1800
1516
  msgid ""
1517
  "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
1518
  "this warning message please see point 5 of the <a href=\"http://wordpress."
@@ -1520,303 +1427,376 @@ msgid ""
1520
  "moved up."
1521
  msgstr ""
1522
 
1523
- #: wp-cache.php:1822
1524
  msgid "Cache Contents"
1525
  msgstr ""
1526
 
1527
- #: wp-cache.php:1825
1528
  msgid "Object cache in use. No cache listing available."
1529
  msgstr ""
1530
 
1531
- #: wp-cache.php:1849
1532
- #, php-format
1533
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1534
  msgstr ""
1535
 
1536
- #: wp-cache.php:1866
1537
- #, php-format
1538
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1539
  msgstr ""
1540
 
1541
- #: wp-cache.php:1931
1542
  msgid ""
1543
  "Cache stats are not automatically generated. You must click the link below "
1544
  "to regenerate the stats on this page."
1545
  msgstr ""
1546
 
1547
- #: wp-cache.php:1932
1548
  msgid "Regenerate cache stats"
1549
  msgstr ""
1550
 
1551
- #: wp-cache.php:1934
1552
- #, php-format
1553
  msgid "Cache stats last generated: %s minutes ago."
1554
  msgstr ""
1555
 
1556
- #: wp-cache.php:1940
1557
  msgid "WP-Cache"
1558
  msgstr ""
1559
 
1560
- #: wp-cache.php:1941 wp-cache.php:1957
1561
- #, php-format
1562
  msgid "%s Cached Pages"
1563
  msgstr ""
1564
 
1565
- #: wp-cache.php:1942 wp-cache.php:1962
1566
- #, php-format
1567
  msgid "%s Expired Pages"
1568
  msgstr ""
1569
 
1570
- #: wp-cache.php:1956
1571
  msgid "WP-Super-Cache"
1572
  msgstr ""
1573
 
1574
- #: wp-cache.php:1967
1575
  msgid "Fresh WP-Cached Files"
1576
  msgstr ""
1577
 
1578
- #: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
1579
  msgid "URI"
1580
  msgstr ""
1581
 
1582
- #: wp-cache.php:1968 wp-cache.php:1984
1583
  msgid "Key"
1584
  msgstr ""
1585
 
1586
- #: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
1587
  msgid "Age"
1588
  msgstr ""
1589
 
1590
- #: wp-cache.php:1968 wp-cache.php:1984 wp-cache.php:2000 wp-cache.php:2016
1591
  msgid "Delete"
1592
  msgstr ""
1593
 
1594
- #: wp-cache.php:1983
1595
  msgid "Stale WP-Cached Files"
1596
  msgstr ""
1597
 
1598
- #: wp-cache.php:1999
1599
  msgid "Fresh Super Cached Files"
1600
  msgstr ""
1601
 
1602
- #: wp-cache.php:2015
1603
  msgid "Stale Super Cached Files"
1604
  msgstr ""
1605
 
1606
- #: wp-cache.php:2031
1607
  msgid "Hide file list"
1608
  msgstr ""
1609
 
1610
- #: wp-cache.php:2033
1611
  msgid "Too many cached files, no listing possible."
1612
  msgstr ""
1613
 
1614
- #: wp-cache.php:2035
1615
  msgid "List all cached files"
1616
  msgstr ""
1617
 
1618
- #: wp-cache.php:2041
1619
- #, php-format
1620
  msgid ""
1621
  "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
1622
  "minutes ago<br />"
1623
  msgstr ""
1624
 
1625
- #: wp-cache.php:2042
1626
- #, php-format
1627
  msgid "Next GC in <strong>%s</strong> minutes"
1628
  msgstr ""
1629
 
1630
- #: wp-cache.php:2045
1631
- #, php-format
1632
  msgid ""
1633
  "Expired files are files older than %s seconds. They are still used by the "
1634
  "plugin and are deleted periodically."
1635
  msgstr ""
1636
 
1637
- #: wp-cache.php:2056
1638
  msgid "Delete Expired"
1639
  msgstr ""
1640
 
1641
- #: wp-cache.php:2062 wp-cache.php:2074 wp-cache.php:2237
1642
- msgid "Delete Cache"
1643
- msgstr ""
1644
-
1645
- #: wp-cache.php:2074
1646
  msgid "Delete Super Cache cached files (opens in new window)"
1647
  msgstr ""
1648
 
1649
- #: wp-cache.php:2213
1650
- #, php-format
1651
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1652
  msgstr ""
1653
 
1654
- #: wp-cache.php:2246
1655
- #, php-format
1656
  msgid ""
1657
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1658
  "to enable and configure the plugin."
1659
  msgstr ""
1660
 
1661
- #: wp-cache.php:2252
1662
  msgid "Settings"
1663
  msgstr ""
1664
 
1665
- #: wp-cache.php:2262
1666
- #, php-format
1667
  msgid ""
1668
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1669
  "page</a> to enable caching."
1670
  msgstr ""
1671
 
1672
- #: wp-cache.php:2281
1673
- #, php-format
 
 
 
 
 
 
1674
  msgid "[%s] Front page is gzipped! Please clear cache!"
1675
  msgstr ""
1676
 
1677
- #: wp-cache.php:2281
1678
- #, php-format
1679
  msgid ""
1680
  "Please visit %s to clear the cache as the front page of your site is now "
1681
  "downloading!"
1682
  msgstr ""
1683
 
1684
- #: wp-cache.php:2284
1685
- #, php-format
1686
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1687
  msgstr ""
1688
 
1689
- #: wp-cache.php:2284
1690
- #, php-format
1691
  msgid ""
1692
  "The cache on your blog has been cleared because the front page of your site "
1693
  "is now downloading. Please visit %s to verify the cache has been cleared."
1694
  msgstr ""
1695
 
1696
- #: wp-cache.php:2291
1697
- #, php-format
1698
  msgid "[%s] Front page is not correct! Please clear cache!"
1699
  msgstr ""
1700
 
1701
- #: wp-cache.php:2291
1702
- #, php-format
1703
  msgid ""
1704
  "Please visit %1$s to clear the cache as the front page of your site is not "
1705
  "correct and missing the text, \"%2$s\"!"
1706
  msgstr ""
1707
 
1708
- #: wp-cache.php:2294
1709
- #, php-format
1710
  msgid "[%s] Front page is not correct! Cache Cleared!"
1711
  msgstr ""
1712
 
1713
- #: wp-cache.php:2294
1714
- #, php-format
1715
  msgid ""
1716
  "The cache on your blog has been cleared because the front page of your site "
1717
  "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
1718
  "cleared."
1719
  msgstr ""
1720
 
1721
- #: wp-cache.php:2299
1722
- #, php-format
1723
  msgid "[%s] Front page check!"
1724
  msgstr ""
1725
 
1726
- #: wp-cache.php:2299
1727
- #, php-format
1728
  msgid ""
1729
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
1730
  "you would like to disable this."
1731
  msgstr ""
1732
 
1733
- #: wp-cache.php:2342
1734
  msgid "Cannot update .htaccess"
1735
  msgstr ""
1736
 
1737
- #: wp-cache.php:2342
1738
- #, php-format
1739
  msgid ""
1740
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
1741
  "Please correct this using the chmod command or your ftp client."
1742
  msgstr ""
1743
 
1744
- #: wp-cache.php:2342
1745
  msgid "Refresh this page when the file permissions have been modified."
1746
  msgstr ""
1747
 
1748
- #: wp-cache.php:2342
1749
- #, php-format
1750
  msgid ""
1751
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
1752
  "add the following code (before any WordPress rules):"
1753
  msgstr ""
1754
 
1755
- #: wp-cache.php:2346
1756
- #, php-format
1757
  msgid ""
1758
  "To serve static html files your server must have the correct mod_rewrite "
1759
  "rules added to a file called <code>%s.htaccess</code>"
1760
  msgstr ""
1761
 
1762
- #: wp-cache.php:2347
1763
  msgid "You can edit the file yourself add the following rules."
1764
  msgstr ""
1765
 
1766
- #: wp-cache.php:2348
1767
  msgid " Make sure they appear before any existing WordPress rules. "
1768
  msgstr ""
1769
 
1770
- #: wp-cache.php:2356
1771
  msgid "Update Mod_Rewrite Rules"
1772
  msgstr ""
1773
 
1774
- #: wp-cache.php:2463
1775
- #, php-format
1776
  msgid "[%1$s] Cache Preload Started"
1777
  msgstr ""
1778
 
1779
- #: wp-cache.php:2465
1780
- #, php-format
1781
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1782
  msgstr ""
1783
 
1784
- #: wp-cache.php:2483
1785
- #, php-format
1786
  msgid "[%1$s] Cache Preload Stopped"
1787
  msgstr ""
1788
 
1789
- #: wp-cache.php:2492
1790
- #, php-format
1791
  msgid "[%1$s] %2$d posts refreshed"
1792
  msgstr ""
1793
 
1794
- #: wp-cache.php:2492
1795
  msgid "Refreshed the following posts:"
1796
  msgstr ""
1797
 
1798
- #: wp-cache.php:2501
1799
- #, php-format
1800
  msgid "Scheduling next preload refresh in %d minutes."
1801
  msgstr ""
1802
 
1803
- #: wp-cache.php:2511
1804
- #, php-format
1805
  msgid "[%s] Cache Preload Completed"
1806
  msgstr ""
1807
 
1808
- #: wp-cache.php:2511
1809
  msgid "Cleaning up old supercache files."
1810
  msgstr ""
1811
 
1812
- #: wp-cache.php:2553
1813
- #, php-format
1814
  msgid "[%s] Preload may have stalled."
1815
  msgstr ""
1816
 
1817
- #: wp-cache.php:2553
1818
- #, php-format
1819
  msgid ""
1820
  "Preload has been restarted.\n"
1821
  "%s"
1822
  msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Copyright (C) 2010
2
  # This file is distributed under the same license as the package.
 
 
 
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
7
+ "POT-Creation-Date: 2011-01-05 14:52:03+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: 2010-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
 
 
 
14
 
15
+ #: ossdl-cdn.php:133
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 "
24
  "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
25
  msgstr ""
26
 
27
+ #: ossdl-cdn.php:134 wp-cache.php:965
 
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:135
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:136
42
+ msgid "You can define different CDN URLs for each site on a multsite network."
43
  msgstr ""
44
 
45
+ #: ossdl-cdn.php:144
46
+ msgid "Enable CDN Support"
 
47
  msgstr ""
48
 
49
+ #: ossdl-cdn.php:147
50
+ msgid "Off-site URL"
 
51
  msgstr ""
52
 
53
+ #: ossdl-cdn.php:150
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:154
60
+ msgid "Include directories"
61
  msgstr ""
62
 
63
+ #: ossdl-cdn.php:157
 
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:161
71
+ msgid "Exclude if substring"
 
 
 
 
 
72
  msgstr ""
73
 
74
+ #: ossdl-cdn.php:164
 
 
 
 
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:168
82
+ msgid "Additional CNAMES"
 
83
  msgstr ""
84
 
85
+ #: ossdl-cdn.php:171
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 "
89
+ "above). Use a comma as the delimiter. For pages with a large number of "
90
+ "static files, this can improve browser performance. CNAMEs may also need to "
91
+ "be configured on your CDN.<br />Example: %2$s"
92
  msgstr ""
93
 
94
+ #: ossdl-cdn.php:176
95
+ msgid "Save Changes"
 
 
 
 
 
 
 
96
  msgstr ""
97
 
98
+ #: ossdl-cdn.php:178
99
  msgid ""
100
+ "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
101
+ "ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
102
+ "ossdl.de/\">Mark Kubacki</a>"
 
 
 
103
  msgstr ""
104
 
105
+ #: wp-cache.php:99
 
106
  msgid ""
107
  "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
108
  "sample.php"
109
  msgstr ""
110
 
111
+ #: wp-cache.php:162
112
  msgid "Warning! PHP Safe Mode Enabled!"
113
  msgstr ""
114
 
115
+ #: wp-cache.php:163
116
  msgid ""
117
  "You may experience problems running this plugin because SAFE MODE is enabled."
118
  msgstr ""
119
 
120
+ #: wp-cache.php:167
121
  msgid ""
122
  "Your server is set up to check the owner of PHP scripts before allowing them "
123
  "to read and write files."
124
  msgstr ""
125
 
126
+ #: wp-cache.php:168
 
127
  msgid ""
128
  "You or an administrator may be able to make it work by changing the group "
129
  "owner of the plugin scripts to match that of the web server user. The group "
132
  "details."
133
  msgstr ""
134
 
135
+ #: wp-cache.php:170
136
  msgid ""
137
  "You or an administrator must disable this. See the <a href=\"http://php.net/"
138
  "features.safe-mode\">safe mode manual page</a> for further details. This "
140
  "php.ini config file."
141
  msgstr ""
142
 
143
+ #: wp-cache.php:176
144
  msgid "Permlink Structure Error"
145
  msgstr ""
146
 
147
+ #: wp-cache.php:177
148
  msgid ""
149
  "A custom url or permalink structure is required for this plugin to work "
150
  "correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
151
  "Options Page</a> to configure your permalinks."
152
  msgstr ""
153
 
154
+ #: wp-cache.php:189
 
155
  msgid "Warning! Your hostname \"%s\" resolves to %s"
156
  msgstr ""
157
 
158
+ #: wp-cache.php:190
 
159
  msgid ""
160
  "Your server thinks your hostname resolves to %s. Some services such as "
161
  "garbage collection by this plugin, and WordPress scheduled posts may not "
162
  "operate correctly."
163
  msgstr ""
164
 
165
+ #: wp-cache.php:191 wp-cache.php:205
 
166
  msgid ""
167
  "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
168
  "readme.txt"
169
  msgstr ""
170
 
171
+ #: wp-cache.php:204
172
  msgid ""
173
  "Unfortunately WordPress cannot find the file wp-cron.php. This script is "
174
  "required for the the correct operation of garbage collection by this plugin, "
175
  "WordPress scheduled posts as well as other critical activities."
176
  msgstr ""
177
 
178
+ #: wp-cache.php:219
179
  msgid "Cannot continue... fix previous problems and retry."
180
  msgstr ""
181
 
182
+ #: wp-cache.php:228
183
  msgid "Zlib Output Compression Enabled!"
184
  msgstr ""
185
 
186
+ #: wp-cache.php:229
187
  msgid ""
188
  "PHP is compressing the data sent to the visitors of your site. Disabling "
189
  "this is recommended as the plugin caches the compressed output once instead "
192
  "configuration.php\">this page</a> for instructions on modifying your php.ini."
193
  msgstr ""
194
 
195
+ #: wp-cache.php:233
196
  msgid "Mod rewrite may not be installed!"
197
  msgstr ""
198
 
199
+ #: wp-cache.php:234
200
  msgid ""
201
  "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;"
202
  "t 100% reliable, especially if you are not using Apache. Please verify that "
204
  "static files. You will still be able to use legacy or PHP modes."
205
  msgstr ""
206
 
207
+ #: wp-cache.php:239
208
  msgid "Read Only Mode. Configuration cannot be changed."
209
  msgstr ""
210
 
211
+ #: wp-cache.php:240
 
212
  msgid ""
213
  "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
214
  "and cannot be modified. That file must be writeable by the webserver to make "
215
  "any changes."
216
  msgstr ""
217
 
218
+ #: wp-cache.php:241
219
  msgid ""
220
  "A simple way of doing that is by changing the permissions temporarily using "
221
  "the CHMOD command or through your ftp client. Make sure it&#8217;s globally "
222
  "writeable and it should be fine."
223
  msgstr ""
224
 
225
+ #: wp-cache.php:242
226
  msgid "Writeable:"
227
  msgstr ""
228
 
229
+ #: wp-cache.php:243
230
  msgid "Readonly:"
231
  msgstr ""
232
 
233
+ #: wp-cache.php:255
 
234
  msgid "Warning! %s is writeable!"
235
  msgstr ""
236
 
237
+ #: wp-cache.php:256
 
238
  msgid ""
239
  "You should change the permissions on %s and make it more restrictive. Use "
240
  "your ftp client, or the following command to fix things:"
241
  msgstr ""
242
 
243
+ #: wp-cache.php:264
244
  msgid "Mobile rewrite rules detected"
245
  msgstr ""
246
 
247
+ #: wp-cache.php:265
248
  msgid ""
249
  "For best performance you should enable \"Mobile device support\" or delete "
250
  "the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
251
  "text \"2.0\\ MMP|240x320\" and delete those."
252
  msgstr ""
253
 
254
+ #: wp-cache.php:265
255
  msgid ""
256
  "This will have no affect on ordinary users but mobile users will see "
257
  "uncached pages."
258
  msgstr ""
259
 
260
+ #: wp-cache.php:271 wp-cache.php:282
261
  msgid "Rewrite rules must be updated"
262
  msgstr ""
263
 
264
+ #: wp-cache.php:272 wp-cache.php:283
265
  msgid "The rewrite rules required by this plugin have changed or are missing. "
266
  msgstr ""
267
 
268
+ #: wp-cache.php:273
269
  msgid ""
270
  "Mobile support requires extra rules in your .htaccess file, or you can set "
271
  "the plugin to legacy mode. Here are your options (in order of difficulty):"
272
  msgstr ""
273
 
274
+ #: wp-cache.php:274
275
  msgid "Set the plugin to legacy mode and enable mobile support."
276
  msgstr ""
277
 
278
+ #: wp-cache.php:275 wp-cache.php:284
279
  msgid ""
280
  "Scroll down the Advanced Settings page and click the <strong>Update "
281
  "Mod_Rewrite Rules</strong> button."
282
  msgstr ""
283
 
284
+ #: wp-cache.php:276
 
285
  msgid ""
286
  "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
287
  "WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
288
  "regenerate them by reloading this page."
289
  msgstr ""
290
 
291
+ #: wp-cache.php:277
 
292
  msgid ""
293
  "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
294
  "by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
297
  "*$</code> add these lines: (do it twice, once for each section)"
298
  msgstr ""
299
 
300
+ #: wp-cache.php:290
301
  msgid "Required to serve compressed supercache files properly."
302
  msgstr ""
303
 
304
+ #: wp-cache.php:290
305
  msgid ""
306
  "Required to set caching information on supercache pages. IE7 users will see "
307
  "old pages without this module."
308
  msgstr ""
309
 
310
+ #: wp-cache.php:290
311
  msgid ""
312
  "Set the expiry date on supercached pages. Visitors may not see new pages "
313
  "when they refresh or leave comments without this module."
314
  msgstr ""
315
 
316
+ #: wp-cache.php:297
317
  msgid "Missing Apache Modules"
318
  msgstr ""
319
 
320
+ #: wp-cache.php:298
321
  msgid ""
322
  "The following Apache modules are missing. The plugin will work in legacy "
323
  "mode without them. In full Supercache mode, your visitors may see corrupted "
324
  "pages or out of date content however."
325
  msgstr ""
326
 
327
+ #: wp-cache.php:456
328
  msgid ""
329
  "<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
330
  "output_compression</code> is enabled. See #21 in the Troubleshooting section "
331
  "of the readme file."
332
  msgstr ""
333
 
334
+ #: wp-cache.php:547
335
  msgid "WP Super Cache Settings"
336
  msgstr ""
337
 
338
+ #: wp-cache.php:558
339
  msgid ""
340
  "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
341
  "Settings Page by default."
342
  msgstr ""
343
 
344
+ #: wp-cache.php:569
345
  msgid ""
346
  "Configuration file changed, some values might be wrong. Load the page again "
347
  "from the \"Settings\" menu to reset them."
348
  msgstr ""
349
 
350
+ #: wp-cache.php:594
351
  msgid "Caching must be enabled to use this feature"
352
  msgstr ""
353
 
354
+ #: wp-cache.php:612 wp-cache.php:743
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
355
  msgid "Cancel Cache Preload"
356
  msgstr ""
357
 
358
+ #: wp-cache.php:620 wp-cache.php:631
359
  msgid "Scheduled preloading of cache cancelled."
360
  msgstr ""
361
 
362
+ #: wp-cache.php:657 wp-cache.php:741
363
  msgid "Preload Cache Now"
364
  msgstr ""
365
 
366
+ #: wp-cache.php:661
367
  msgid "Scheduled preloading of cache in 10 seconds."
368
  msgstr ""
369
 
370
+ #: wp-cache.php:666
 
371
  msgid "Scheduled preloading of cache in %d minutes"
372
  msgstr ""
373
 
374
+ #: wp-cache.php:670
375
  msgid ""
376
  "This will cache every published post and page on your site. It will create "
377
  "supercache static files so unknown visitors (including bots) will hit a "
379
  "speed as a metric when judging websites now."
380
  msgstr ""
381
 
382
+ #: wp-cache.php:671
383
  msgid ""
384
  "Preloading creates lots of files however. Caching is done from the newest "
385
  "post to the oldest so please consider only caching the newest if you have "
386
  "lots (10,000+) of posts. This is especially important on shared hosting."
387
  msgstr ""
388
 
389
+ #: wp-cache.php:672
390
  msgid ""
391
  "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out "
392
  "old legacy files for known users, not the preloaded supercache files. This "
393
  "is a recommended setting when the cache is preloaded."
394
  msgstr ""
395
 
396
+ #: wp-cache.php:676
 
397
  msgid ""
398
  "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
399
  "minutes.)"
400
  msgstr ""
401
 
402
+ #: wp-cache.php:689
403
  msgid "all"
404
  msgstr ""
405
 
406
+ #: wp-cache.php:702
 
407
  msgid "Preload %s posts."
408
  msgstr ""
409
 
410
+ #: wp-cache.php:709
411
  msgid ""
412
  "Preload mode (garbage collection only on legacy cache files. Recommended.)"
413
  msgstr ""
414
 
415
+ #: wp-cache.php:712
416
  msgid "Send me status emails when files are refreshed."
417
  msgstr ""
418
 
419
+ #: wp-cache.php:717
420
  msgid "Many emails, 2 emails per 100 posts."
421
  msgstr ""
422
 
423
+ #: wp-cache.php:720
424
  msgid "Medium, 1 email per 100 posts."
425
  msgstr ""
426
 
427
+ #: wp-cache.php:723
428
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
429
  msgstr ""
430
 
431
+ #: wp-cache.php:727
 
432
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
433
  msgstr ""
434
 
435
+ #: wp-cache.php:728
 
436
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
437
  msgstr ""
438
 
439
+ #: wp-cache.php:734
 
440
  msgid "Currently caching from post %d to %d."
441
  msgstr ""
442
 
443
+ #: wp-cache.php:738
 
444
  msgid "<strong>Page last cached:</strong> %s"
445
  msgstr ""
446
 
447
+ #: wp-cache.php:741
448
  msgid "Update Settings"
449
  msgstr ""
450
 
451
+ #: wp-cache.php:749
452
  msgid ""
453
  "Preloading of cache disabled. Please disable legacy page caching or talk to "
454
  "your host administrator."
455
  msgstr ""
456
 
457
+ #: wp-cache.php:766 wp-cache.php:862
458
  msgid "Caching"
459
  msgstr ""
460
 
461
+ #: wp-cache.php:770
462
  msgid "Cache hits to this website for quick access."
463
  msgstr ""
464
 
465
+ #: wp-cache.php:770 wp-cache.php:771 wp-cache.php:788 wp-cache.php:793
466
+ #: wp-cache.php:796 wp-cache.php:797 wp-cache.php:810 wp-cache.php:865
467
  msgid "Recommended"
468
  msgstr ""
469
 
470
+ #: wp-cache.php:771
471
  msgid "Use mod_rewrite to serve cache files."
472
  msgstr ""
473
 
474
+ #: wp-cache.php:772
475
  msgid "Use PHP to serve cache files."
476
  msgstr ""
477
 
478
+ #: wp-cache.php:773
479
  msgid "Legacy page caching."
480
  msgstr ""
481
 
482
+ #: wp-cache.php:774
483
  msgid ""
484
  "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
485
  "while legacy caching is slower again, but more flexible and also easy to get "
486
  "working. New users should use PHP caching."
487
  msgstr ""
488
 
489
+ #: wp-cache.php:780
490
  msgid "Miscellaneous"
491
  msgstr ""
492
 
493
+ #: wp-cache.php:786
494
  msgid "Warning! Compression is disabled as gzencode() function not found."
495
  msgstr ""
496
 
497
+ #: wp-cache.php:788
498
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
499
  msgstr ""
500
 
501
+ #: wp-cache.php:789
502
  msgid ""
503
  "Compression is disabled by default because some hosts have problems with "
504
  "compressed files. Switching it on and off clears the cache."
505
  msgstr ""
506
 
507
+ #: wp-cache.php:793
508
  msgid ""
509
  "304 Not Modified browser caching. Indicate when a page has not been modified "
510
  "since last requested."
511
  msgstr ""
512
 
513
+ #: wp-cache.php:794
514
  msgid ""
515
  "304 support is disabled by default because in the past GoDaddy had problems "
516
  "with some of the headers used."
517
  msgstr ""
518
 
519
+ #: wp-cache.php:796
520
  msgid ""
521
  "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
522
  "comment\">known users</acronym>."
523
  msgstr ""
524
 
525
+ #: wp-cache.php:797
526
  msgid ""
527
  "Cache rebuild. Serve a supercache file to anonymous users while a new file "
528
  "is being generated."
529
  msgstr ""
530
 
531
+ #: wp-cache.php:798
532
  msgid ""
533
  "Proudly tell the world your server is Digg proof! (places a message in your "
534
  "blog&#8217;s footer)"
535
  msgstr ""
536
 
537
+ #: wp-cache.php:804 wp-cache.php:1053 wp-cache.php:1559
538
  msgid "Advanced"
539
  msgstr ""
540
 
541
+ #: wp-cache.php:808
542
  msgid "Mobile device support."
543
  msgstr ""
544
 
545
+ #: wp-cache.php:809
546
  msgid "Clear all cache files when a post or page is published."
547
  msgstr ""
548
 
549
+ #: wp-cache.php:810
550
+ msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
551
+ msgstr ""
552
+
553
+ #: wp-cache.php:811
554
  msgid "Only refresh current page when comments made."
555
  msgstr ""
556
 
557
+ #: wp-cache.php:812
558
  msgid "List the newest cached pages on this page."
559
  msgstr ""
560
 
561
+ #: wp-cache.php:814
562
  msgid ""
563
  "Coarse file locking. You probably don&#8217;t need this but it may help if "
564
  "your server is underpowered. Warning! <em>May cause your server to lock up "
565
  "in very rare cases!</em>"
566
  msgstr ""
567
 
568
+ #: wp-cache.php:816
569
  msgid ""
570
  "Late init. Display cached files after WordPress has loaded. Most useful in "
571
  "legacy mode."
572
  msgstr ""
573
 
574
+ #: wp-cache.php:818
575
  msgid "Use object cache to store cached files."
576
  msgstr ""
577
 
578
+ #: wp-cache.php:818
579
  msgid "(Experimental)"
580
  msgstr ""
581
 
582
+ #: wp-cache.php:825
583
  msgid "Note:"
584
  msgstr ""
585
 
586
+ #: wp-cache.php:827
587
+ msgid ""
588
+ "Uninstall this plugin on the plugins page. It will automatically clean up "
589
+ "after itself. If manual intervention is required then simple instructions "
590
+ "are provided."
591
+ msgstr ""
592
+
593
+ #: wp-cache.php:828
594
  msgid ""
595
  "If uninstalling this plugin, make sure the directory <em>%s</em> is "
596
  "writeable by the webserver so the files <em>advanced-cache.php</em> and "
598
  "files are writeable too is probably a good idea!)"
599
  msgstr ""
600
 
601
+ #: wp-cache.php:829
 
602
  msgid ""
603
  "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
604
  "instructions on uninstalling this script. Look for the heading, \"How to "
605
  "uninstall WP Super Cache\"."
606
  msgstr ""
607
 
608
+ #: wp-cache.php:830
 
609
  msgid ""
610
  "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
611
  "includes installation documentation, a FAQ and Troubleshooting tips. The <a "
613
  "have been answered."
614
  msgstr ""
615
 
616
+ #: wp-cache.php:833 wp-cache.php:880
617
  msgid "Update Status"
618
  msgstr ""
619
 
620
+ #: wp-cache.php:840
621
  msgid "Accepted Filenames &amp; Rejected URIs"
622
  msgstr ""
623
 
624
+ #: wp-cache.php:865
625
  msgid "Caching On"
626
  msgstr ""
627
 
628
+ #: wp-cache.php:866
629
  msgid "Caching Off"
630
  msgstr ""
631
 
632
+ #: wp-cache.php:867
633
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
634
  msgstr ""
635
 
636
+ #: wp-cache.php:877
637
  msgid ""
638
  "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
639
  "Cached files will be served using those rules. If your site is working ok "
641
  "your install and remove the SuperCache rules."
642
  msgstr ""
643
 
644
+ #: wp-cache.php:882
645
+ msgid "Cache Tester"
646
+ msgstr ""
647
+
648
+ #: wp-cache.php:883
649
+ msgid "Test your cached website by clicking the test button below."
650
+ msgstr ""
651
+
652
+ #: wp-cache.php:889
653
+ msgid "Fetching %s to prime cache: "
654
+ msgstr ""
655
+
656
+ #: wp-cache.php:891 wp-cache.php:899 wp-cache.php:907
657
+ msgid "OK"
658
+ msgstr ""
659
+
660
+ #: wp-cache.php:894
661
+ msgid "Fetching first copy of %s: "
662
+ msgstr ""
663
+
664
+ #: wp-cache.php:902
665
+ msgid "Fetching second copy of %s: "
666
+ msgstr ""
667
+
668
+ #: wp-cache.php:910
669
+ msgid "One or more page requests failed:"
670
+ msgstr ""
671
+
672
+ #: wp-cache.php:929 wp-cache.php:930
673
+ msgid "Page %d: %d (%s)"
674
+ msgstr ""
675
+
676
+ #: wp-cache.php:936
677
+ msgid "Page 1: %s"
678
+ msgstr ""
679
+
680
+ #: wp-cache.php:937
681
+ msgid "Page 2: %s"
682
+ msgstr ""
683
+
684
+ #: wp-cache.php:938
685
+ msgid "The timestamps on both pages match!"
686
+ msgstr ""
687
+
688
+ #: wp-cache.php:940
689
+ msgid "The pages do not match! Timestamps differ or were not found!"
690
+ msgstr ""
691
+
692
+ #: wp-cache.php:947
693
+ msgid "Send non-secure (non https) request for homepage"
694
+ msgstr ""
695
+
696
+ #: wp-cache.php:948
697
+ msgid "Test Cache"
698
+ msgstr ""
699
+
700
+ #: wp-cache.php:952
701
+ msgid "Delete Cached Pages"
702
+ msgstr ""
703
+
704
+ #: wp-cache.php:953
705
+ msgid ""
706
+ "Cached pages are stored on your server as html and PHP files. If you need to "
707
+ "delete them use the button below."
708
+ msgstr ""
709
+
710
+ #: wp-cache.php:956 wp-cache.php:2089 wp-cache.php:2101 wp-cache.php:2264
711
+ msgid "Delete Cache"
712
+ msgstr ""
713
+
714
+ #: wp-cache.php:960
715
  msgid "Recommended Links and Plugins"
716
  msgstr ""
717
 
718
+ #: wp-cache.php:961
719
  msgid ""
720
  "Caching is only one part of making a website faster. Here are some other "
721
  "plugins that will help:"
722
  msgstr ""
723
 
724
+ #: wp-cache.php:962
 
725
  msgid ""
726
  "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
727
  "server by joining Javascript and CSS files together. Alternatively you can "
729
  "pages. It does not however join JS/CSS files together."
730
  msgstr ""
731
 
732
+ #: wp-cache.php:963
 
733
  msgid ""
734
  "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
735
  "Firebug. It analyzes web pages and suggests ways to improve their "
737
  "the performance tools online at <a href=\"%s\">GTMetrix</a>."
738
  msgstr ""
739
 
740
+ #: wp-cache.php:964
 
741
  msgid ""
742
  "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
743
  "used Javascript libraries from Google webservers. Ironically it may reduce "
744
  "your Yslow score."
745
  msgstr ""
746
 
747
+ #: wp-cache.php:966
 
748
  msgid ""
749
  "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
750
  "Caching and cache-control</a> explains how to make your site more cacheable "
751
  "with .htaccess rules."
752
  msgstr ""
753
 
754
+ #: wp-cache.php:967
 
755
  msgid ""
756
  "<strong>Advanced users only:</strong> Install an object cache. Choose from "
757
  "<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
758
  "\">eAcccelerator</a> and others."
759
  msgstr ""
760
 
761
+ #: wp-cache.php:978
762
  msgid "Make WordPress Faster"
763
  msgstr ""
764
 
765
+ #: wp-cache.php:979
 
766
  msgid ""
767
  "%1$s is maintained and developed by %2$s with contributions from many others."
768
  msgstr ""
769
 
770
+ #: wp-cache.php:980
 
771
  msgid "He blogs at %1$s and posts photos at %2$s."
772
  msgstr ""
773
 
774
+ #: wp-cache.php:981
 
775
  msgid "Please say hi to him on %s too!"
776
  msgstr ""
777
 
778
+ #: wp-cache.php:982
779
  msgid "Need Help?"
780
  msgstr ""
781
 
782
+ #: wp-cache.php:984
 
783
  msgid "<a href=\"%1$s\">Installation Help</a>"
784
  msgstr ""
785
 
786
+ #: wp-cache.php:985
 
787
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
788
  msgstr ""
789
 
790
+ #: wp-cache.php:986
 
791
  msgid "<a href=\"%1$s\">Support Forum</a>"
792
  msgstr ""
793
 
794
+ #: wp-cache.php:988
795
  msgid "Rate This Plugin!"
796
  msgstr ""
797
 
798
+ #: wp-cache.php:989
 
799
  msgid ""
800
  "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
801
  "or not. It really helps development."
802
  msgstr ""
803
 
804
+ #: wp-cache.php:998
 
805
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
806
  msgstr ""
807
 
808
+ #: wp-cache.php:999
809
  msgid "Newest Cached Pages:"
810
  msgstr ""
811
 
812
+ #: wp-cache.php:1003
 
813
  msgid "Cached %s seconds ago"
814
  msgstr ""
815
 
816
+ #: wp-cache.php:1006
817
  msgid "(may not always be accurate on busy sites)"
818
  msgstr ""
819
 
820
+ #: wp-cache.php:1025
821
  msgid ""
822
  "Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
823
  "super-cache folder. They are loaded when Supercache loads, much sooner than "
824
  "regular WordPress plugins."
825
  msgstr ""
826
 
827
+ #: wp-cache.php:1026
828
  msgid ""
829
  "This is strictly an advanced feature only and knowledge of both PHP and "
830
  "WordPress actions is required to create them."
831
  msgstr ""
832
 
833
+ #: wp-cache.php:1036
834
  msgid "Available Plugins"
835
  msgstr ""
836
 
837
+ #: wp-cache.php:1053
838
  msgid "Easy"
839
  msgstr ""
840
 
841
+ #: wp-cache.php:1053
842
  msgid "CDN"
843
  msgstr ""
844
 
845
+ #: wp-cache.php:1053
846
+ msgid "Contents"
847
  msgstr ""
848
 
849
+ #: wp-cache.php:1053
850
  msgid "Preload"
851
  msgstr ""
852
 
853
+ #: wp-cache.php:1053
854
  msgid "Plugins"
855
  msgstr ""
856
 
857
+ #: wp-cache.php:1053
858
  msgid "Debug"
859
  msgstr ""
860
 
861
+ #: wp-cache.php:1084
 
862
  msgid ""
863
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
864
  "href=\"%s\">the main site</a> of this network."
865
  msgstr ""
866
 
867
+ #: wp-cache.php:1086
 
868
  msgid ""
869
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
870
  "href=\"%s\">on the main site</a> of this network."
871
  msgstr ""
872
 
873
+ #: wp-cache.php:1096
874
  msgid "Mod Rewrite Rules"
875
  msgstr ""
876
 
877
+ #: wp-cache.php:1102
878
  msgid "WordPress MU Detected"
879
  msgstr ""
880
 
881
+ #: wp-cache.php:1102
882
  msgid ""
883
  "Unfortunately the rewrite rules cannot be updated automatically when running "
884
  "WordPress MU. Please open your .htaccess and add the following mod_rewrite "
885
  "rules above any other rules in that file."
886
  msgstr ""
887
 
888
+ #: wp-cache.php:1104
889
  msgid "Mod Rewrite rules cannot be updated!"
890
  msgstr ""
891
 
892
+ #: wp-cache.php:1105
 
893
  msgid ""
894
  "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
895
  "htaccess for the auto update to work. They look like this and surround the "
896
  "main WordPress mod_rewrite rules:"
897
  msgstr ""
898
 
899
+ #: wp-cache.php:1107
900
  msgid "Refresh this page when you have updated your .htaccess file."
901
  msgstr ""
902
 
903
+ #: wp-cache.php:1111
904
  msgid "Thank you for upgrading."
905
  msgstr ""
906
 
907
+ #: wp-cache.php:1111
 
908
  msgid ""
909
  "The mod_rewrite rules changed since you last installed this plugin. "
910
  "Unfortunately you must remove the old supercache rules before the new ones "
916
  "brave enough to use them."
917
  msgstr ""
918
 
919
+ #: wp-cache.php:1115
920
  msgid "Trailing slash check required."
921
  msgstr ""
922
 
923
+ #: wp-cache.php:1115
924
  msgid ""
925
  "It looks like your blog has URLs that end with a \"/\". Unfortunately since "
926
  "you installed this plugin a duplicate content bug has been found where URLs "
929
  "and add these two rules to the two groups of Super Cache rules:"
930
  msgstr ""
931
 
932
+ #: wp-cache.php:1117
933
  msgid ""
934
  "You can see where the rules go and examine the complete rules by clicking "
935
  "the \"View mod_rewrite rules\" link below."
936
  msgstr ""
937
 
938
+ #: wp-cache.php:1131
939
  msgid "Mod Rewrite rules updated!"
940
  msgstr ""
941
 
942
+ #: wp-cache.php:1132
 
943
  msgid ""
944
  "%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
945
  "verify they are correct. They should look like this:"
946
  msgstr ""
947
 
948
+ #: wp-cache.php:1134
949
  msgid "Mod Rewrite rules must be updated!"
950
  msgstr ""
951
 
952
+ #: wp-cache.php:1135
 
953
  msgid ""
954
  "Your %s.htaccess is not writable by the webserver and must be updated with "
955
  "the necessary mod_rewrite rules. The new rules go above the regular "
956
  "WordPress rules as shown in the code below:"
957
  msgstr ""
958
 
959
+ #: wp-cache.php:1140
 
960
  msgid ""
961
  "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
962
  "> Click the following link to see the lines added to that file. If you have "
963
  "upgraded the plugin make sure these rules match."
964
  msgstr ""
965
 
966
+ #: wp-cache.php:1143
967
  msgid ""
968
  "A difference between the rules in your .htaccess file and the plugin rewrite "
969
  "rules has been found. This could be simple whitespace differences but you "
971
  "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
972
  msgstr ""
973
 
974
+ #: wp-cache.php:1146
975
  msgid "View Mod_Rewrite Rules"
976
  msgstr ""
977
 
978
+ #: wp-cache.php:1150 wp-cache.php:2380
 
979
  msgid "Rules must be added to %s too:"
980
  msgstr ""
981
 
982
+ #: wp-cache.php:1158
 
983
  msgid "Gzip encoding rules in %s.htaccess created."
984
  msgstr ""
985
 
986
+ #: wp-cache.php:1165
987
  msgid "Fix Configuration"
988
  msgstr ""
989
 
990
+ #: wp-cache.php:1168
991
  msgid "Restore Default Configuration"
992
  msgstr ""
993
 
994
+ #: wp-cache.php:1176
995
  msgid ""
996
  "Comment moderation is enabled. Your comment may take some time to appear."
997
  msgstr ""
998
 
999
+ #: wp-cache.php:1201
1000
  msgid "Lock Down:"
1001
  msgstr ""
1002
 
1003
+ #: wp-cache.php:1201 plugins/awaitingmoderation.php:35
1004
+ #: plugins/badbehaviour.php:66 plugins/domain-mapping.php:61
1005
+ msgid "Disabled"
1006
+ msgstr ""
1007
+
1008
+ #: wp-cache.php:1201 plugins/awaitingmoderation.php:34
1009
+ #: plugins/badbehaviour.php:65 plugins/domain-mapping.php:60
1010
+ msgid "Enabled"
1011
+ msgstr ""
1012
+
1013
+ #: wp-cache.php:1202
1014
  msgid ""
1015
  "Prepare your server for an expected spike in traffic by enabling the lock "
1016
  "down. When this is enabled, new comments on a post will not refresh the "
1017
  "cached static files."
1018
  msgstr ""
1019
 
1020
+ #: wp-cache.php:1203
1021
  msgid ""
1022
  "Developers: Make your plugin lock down compatible by checking the "
1023
  "\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
1024
  "respects the WPLOCKDOWN setting."
1025
  msgstr ""
1026
 
1027
+ #: wp-cache.php:1205
1028
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
1029
  msgstr ""
1030
 
1031
+ #: wp-cache.php:1209
1032
  msgid ""
1033
  "WordPress is locked down. Super Cache static files will not be deleted when "
1034
  "new comments are made."
1035
  msgstr ""
1036
 
1037
+ #: wp-cache.php:1211
1038
  msgid ""
1039
  "WordPress is not locked down. New comments will refresh Super Cache static "
1040
  "files as normal."
1041
  msgstr ""
1042
 
1043
+ #: wp-cache.php:1214 plugins/searchengine.php:61 plugins/searchengine.php:76
1044
+ msgid "Disable"
1045
+ msgstr ""
1046
+
1047
+ #: wp-cache.php:1214 plugins/searchengine.php:74
1048
+ msgid "Enable"
1049
+ msgstr ""
1050
+
1051
+ #: wp-cache.php:1217
1052
  msgid "Lock Down"
1053
  msgstr ""
1054
 
1055
+ #: wp-cache.php:1225
1056
  msgid "Directly Cached Files"
1057
  msgstr ""
1058
 
1059
+ #: wp-cache.php:1283
 
1060
  msgid "%s removed!"
1061
  msgstr ""
1062
 
1063
+ #: wp-cache.php:1291 wp-cache.php:1293 plugins/badbehaviour.php:83
1064
+ msgid "Warning!"
1065
+ msgstr ""
1066
+
1067
+ #: wp-cache.php:1291
1068
  msgid ""
1069
  "You must make %s writable to enable this feature. As this is a security risk "
1070
  "please make it readonly after your page is generated."
1071
  msgstr ""
1072
 
1073
+ #: wp-cache.php:1293
 
1074
  msgid ""
1075
  "%s is writable. Please make it readonly after your page is generated as this "
1076
  "is a security risk."
1077
  msgstr ""
1078
 
1079
+ #: wp-cache.php:1307
1080
  msgid "Existing direct page"
1081
  msgstr ""
1082
 
1083
+ #: wp-cache.php:1307
1084
  msgid "Delete cached file"
1085
  msgstr ""
1086
 
1087
+ #: wp-cache.php:1312
1088
  msgid "Add direct page:"
1089
  msgstr ""
1090
 
1091
+ #: wp-cache.php:1314
 
1092
  msgid ""
1093
  "Directly cached files are files created directly off %s where your blog "
1094
  "lives. This feature is only useful if you are expecting a major Digg or "
1095
  "Slashdot level of traffic to one post or page."
1096
  msgstr ""
1097
 
1098
+ #: wp-cache.php:1316
 
1099
  msgid ""
1100
  "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
1101
  "about/. The cached file will be generated the next time an anonymous user "
1102
  "visits that page."
1103
  msgstr ""
1104
 
1105
+ #: wp-cache.php:1317
1106
  msgid ""
1107
  "Make the textbox blank to remove it from the list of direct pages and delete "
1108
  "the cached file."
1109
  msgstr ""
1110
 
1111
+ #: wp-cache.php:1322
1112
  msgid "Update Direct Pages"
1113
  msgstr ""
1114
 
1115
+ #: wp-cache.php:1360
1116
  msgid "Expiry Time &amp; Garbage Collection"
1117
  msgstr ""
1118
 
1119
+ #: wp-cache.php:1362
1120
  msgid "Expire time:"
1121
  msgstr ""
1122
 
1123
+ #: wp-cache.php:1363
1124
  msgid "seconds"
1125
  msgstr ""
1126
 
1127
+ #: wp-cache.php:1364
1128
  msgid "Garbage Collection"
1129
  msgstr ""
1130
 
1131
+ #: wp-cache.php:1364
1132
  msgid ""
1133
  "If the expiry time is more than 1800 seconds (half an hour), garbage "
1134
  "collection will be done every 10 minutes, otherwise it will happen 10 "
1135
  "seconds after the expiry time above."
1136
  msgstr ""
1137
 
1138
+ #: wp-cache.php:1365
1139
  msgid ""
1140
  "Checking for and deleting expired files is expensive, but it&#8217;s "
1141
  "expensive leaving them there too. On a very busy site you should set the "
1146
  "using mod_rewrite or PHP caching."
1147
  msgstr ""
1148
 
1149
+ #: wp-cache.php:1366
1150
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1151
  msgstr ""
1152
 
1153
+ #: wp-cache.php:1367
1154
  msgid "Change Expiration"
1155
  msgstr ""
1156
 
1157
+ #: wp-cache.php:1411
1158
  msgid "Rejected User Agents"
1159
  msgstr ""
1160
 
1161
+ #: wp-cache.php:1412
1162
  msgid ""
1163
  "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache "
1164
  "from caching bot, spiders, and crawlers&#8217; requests. Note that super "
1165
  "cached files are still sent to these agents if they already exists."
1166
  msgstr ""
1167
 
1168
+ #: wp-cache.php:1419
1169
  msgid "Save UA Strings"
1170
  msgstr ""
1171
 
1172
+ #: wp-cache.php:1442
1173
  msgid ""
1174
  "Do not cache the following page types. See the <a href=\"http://codex."
1175
  "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
1176
  "complete discussion on each type."
1177
  msgstr ""
1178
 
1179
+ #: wp-cache.php:1445
1180
  msgid "Single Posts"
1181
  msgstr ""
1182
 
1183
+ #: wp-cache.php:1446
1184
  msgid "Pages"
1185
  msgstr ""
1186
 
1187
+ #: wp-cache.php:1447
1188
  msgid "Front Page"
1189
  msgstr ""
1190
 
1191
+ #: wp-cache.php:1448
1192
  msgid "Home"
1193
  msgstr ""
1194
 
1195
+ #: wp-cache.php:1449
1196
  msgid "Archives"
1197
  msgstr ""
1198
 
1199
+ #: wp-cache.php:1450
1200
  msgid "Tags"
1201
  msgstr ""
1202
 
1203
+ #: wp-cache.php:1451
1204
  msgid "Category"
1205
  msgstr ""
1206
 
1207
+ #: wp-cache.php:1452
1208
  msgid "Feeds"
1209
  msgstr ""
1210
 
1211
+ #: wp-cache.php:1453
1212
  msgid "Search Pages"
1213
  msgstr ""
1214
 
1215
+ #: wp-cache.php:1455 wp-cache.php:1569
1216
  msgid "Save"
1217
  msgstr ""
1218
 
1219
+ #: wp-cache.php:1472
1220
  msgid ""
1221
  "Add here strings (not a filename) that forces a page not to be cached. For "
1222
  "example, if your URLs include year and you dont want to cache last year "
1225
  "cache that page."
1226
  msgstr ""
1227
 
1228
+ #: wp-cache.php:1478
1229
  msgid "Save Strings"
1230
  msgstr ""
1231
 
1232
+ #: wp-cache.php:1494
1233
  msgid ""
1234
  "Add here those filenames that can be cached, even if they match one of the "
1235
  "rejected substring specified above."
1236
  msgstr ""
1237
 
1238
+ #: wp-cache.php:1500
1239
  msgid "Save Files"
1240
  msgstr ""
1241
 
1242
+ #: wp-cache.php:1541
1243
+ msgid "Currently logging to: %s"
 
 
 
 
 
 
1244
  msgstr ""
1245
 
1246
+ #: wp-cache.php:1544
1247
  msgid ""
1248
+ "Fix problems with the plugin by debugging it here. It can log them to a file "
1249
+ "in your cache directory."
1250
  msgstr ""
1251
 
1252
+ #: wp-cache.php:1548
1253
  msgid "Debugging"
1254
  msgstr ""
1255
 
1256
+ #: wp-cache.php:1548 plugins/awaitingmoderation.php:40
1257
+ #: plugins/badbehaviour.php:71 plugins/searchengine.php:69
1258
+ #: plugins/domain-mapping.php:66
1259
+ msgid "enabled"
 
 
 
 
 
 
1260
  msgstr ""
1261
 
1262
+ #: wp-cache.php:1549
1263
  msgid "IP Address"
1264
  msgstr ""
1265
 
1266
+ #: wp-cache.php:1549
 
1267
  msgid "(only log requests from this IP address. Your IP is %s)"
1268
  msgstr ""
1269
 
1270
+ #: wp-cache.php:1550
1271
  msgid "Log level"
1272
  msgstr ""
1273
 
1274
+ #: wp-cache.php:1556
1275
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1276
  msgstr ""
1277
 
1278
+ #: wp-cache.php:1559
1279
  msgid ""
1280
  "In very rare cases two problems may arise on some blogs:<ol><li> The front "
1281
  "page may start downloading as a zip file.</li><li> The wrong page is "
1283
  "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1284
  msgstr ""
1285
 
1286
+ #: wp-cache.php:1560
 
1287
  msgid ""
1288
  "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they "
1289
  "only happen in very rare cases but you can run a simple check once every 5 "
1291
  "emailed if there is a problem."
1292
  msgstr ""
1293
 
1294
+ #: wp-cache.php:1562
1295
  msgid "Check front page every 5 minutes."
1296
  msgstr ""
1297
 
1298
+ #: wp-cache.php:1563
1299
  msgid "Front page text"
1300
  msgstr ""
1301
 
1302
+ #: wp-cache.php:1563
1303
  msgid ""
1304
  "Text to search for on your front page. If this text is missing the cache "
1305
  "will be cleared. Leave blank to disable."
1306
  msgstr ""
1307
 
1308
+ #: wp-cache.php:1564
1309
  msgid "Clear cache on error."
1310
  msgstr ""
1311
 
1312
+ #: wp-cache.php:1565
1313
  msgid "Email the blog admin when checks are made. (useful for testing)"
1314
  msgstr ""
1315
 
1316
+ #: wp-cache.php:1579
1317
  msgid ""
1318
  "Error: GZIP compression is enabled, disable it if you want to enable wp-"
1319
  "cache."
1320
  msgstr ""
1321
 
1322
+ #: wp-cache.php:1626 wp-cache.php:1792
1323
  msgid "Warning"
1324
  msgstr ""
1325
 
1326
+ #: wp-cache.php:1626
1327
  msgid ""
1328
  "GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
1329
  "you disable gzip compression."
1330
  msgstr ""
1331
 
1332
+ #: wp-cache.php:1688 wp-cache.php:1693 wp-cache.php:1725 wp-cache.php:1730
1333
+ #: wp-cache.php:1736
1334
  msgid "Error"
1335
  msgstr ""
1336
 
1337
+ #: wp-cache.php:1688
 
1338
  msgid ""
1339
  "Your cache directory (<strong>$cache_path</strong>) did not exist and "
1340
  "couldn&#8217;t be created by the web server. Check %s permissions."
1341
  msgstr ""
1342
 
1343
+ #: wp-cache.php:1693
 
1344
  msgid ""
1345
  "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
1346
  "to be writable for this plugin to work. Double-check it."
1347
  msgstr ""
1348
 
1349
+ #: wp-cache.php:1725
 
1350
  msgid ""
1351
  "Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
1352
  "writable by the Web server.Please delete it and refresh this page."
1353
  msgstr ""
1354
 
1355
+ #: wp-cache.php:1730
 
1356
  msgid ""
1357
  "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
1358
  "not writable by the Web server.Check its permissions."
1359
  msgstr ""
1360
 
1361
+ #: wp-cache.php:1736
 
1362
  msgid ""
1363
  "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
1364
  "installation."
1365
  msgstr ""
1366
 
1367
+ #: wp-cache.php:1792
 
1368
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1369
  msgstr ""
1370
 
1371
+ #: wp-cache.php:1793
1372
  msgid "1. If it already exists please delete the file first."
1373
  msgstr ""
1374
 
1375
+ #: wp-cache.php:1794
 
1376
  msgid ""
1377
  "2. Make %1$s writable using the chmod command through your ftp or server "
1378
  "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
1380
  "again. (Change 777 to 755 in the previous command)"
1381
  msgstr ""
1382
 
1383
+ #: wp-cache.php:1795
 
1384
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1385
  msgstr ""
1386
 
1387
+ #: wp-cache.php:1796
 
1388
  msgid ""
1389
  "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
1390
  "em> doesn&#8217;t exist:"
1391
  msgstr ""
1392
 
1393
+ #: wp-cache.php:1797
 
1394
  msgid ""
1395
  "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
1396
  "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
1397
  "copy it to <em>%3$s</em> and refresh this page.</li>"
1398
  msgstr ""
1399
 
1400
+ #: wp-cache.php:1820
1401
  msgid ""
1402
  "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
1403
  "WordPress to load the code that serves cached pages. Unfortunately it is set "
1406
  "true);</code></p>"
1407
  msgstr ""
1408
 
1409
+ #: wp-cache.php:1822
1410
  msgid ""
1411
  "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
1412
  "code> file and I couldn&#8217;t modify it."
1413
  msgstr ""
1414
 
1415
+ #: wp-cache.php:1823
 
1416
  msgid ""
1417
  "Edit <code>%s</code> and add the following line:<br /> <code>define"
1418
  "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
1419
  "executed</strong> by WordPress core. "
1420
  msgstr ""
1421
 
1422
+ #: wp-cache.php:1827
1423
  msgid ""
1424
  "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
1425
  "this warning message please see point 5 of the <a href=\"http://wordpress."
1427
  "moved up."
1428
  msgstr ""
1429
 
1430
+ #: wp-cache.php:1851
1431
  msgid "Cache Contents"
1432
  msgstr ""
1433
 
1434
+ #: wp-cache.php:1854
1435
  msgid "Object cache in use. No cache listing available."
1436
  msgstr ""
1437
 
1438
+ #: wp-cache.php:1878
 
1439
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1440
  msgstr ""
1441
 
1442
+ #: wp-cache.php:1895
 
1443
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1444
  msgstr ""
1445
 
1446
+ #: wp-cache.php:1960
1447
  msgid ""
1448
  "Cache stats are not automatically generated. You must click the link below "
1449
  "to regenerate the stats on this page."
1450
  msgstr ""
1451
 
1452
+ #: wp-cache.php:1961
1453
  msgid "Regenerate cache stats"
1454
  msgstr ""
1455
 
1456
+ #: wp-cache.php:1963
 
1457
  msgid "Cache stats last generated: %s minutes ago."
1458
  msgstr ""
1459
 
1460
+ #: wp-cache.php:1969
1461
  msgid "WP-Cache"
1462
  msgstr ""
1463
 
1464
+ #: wp-cache.php:1970 wp-cache.php:1985
 
1465
  msgid "%s Cached Pages"
1466
  msgstr ""
1467
 
1468
+ #: wp-cache.php:1971 wp-cache.php:1990
 
1469
  msgid "%s Expired Pages"
1470
  msgstr ""
1471
 
1472
+ #: wp-cache.php:1984
1473
  msgid "WP-Super-Cache"
1474
  msgstr ""
1475
 
1476
+ #: wp-cache.php:1994
1477
  msgid "Fresh WP-Cached Files"
1478
  msgstr ""
1479
 
1480
+ #: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
1481
  msgid "URI"
1482
  msgstr ""
1483
 
1484
+ #: wp-cache.php:1995 wp-cache.php:2011
1485
  msgid "Key"
1486
  msgstr ""
1487
 
1488
+ #: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
1489
  msgid "Age"
1490
  msgstr ""
1491
 
1492
+ #: wp-cache.php:1995 wp-cache.php:2011 wp-cache.php:2027 wp-cache.php:2043
1493
  msgid "Delete"
1494
  msgstr ""
1495
 
1496
+ #: wp-cache.php:2010
1497
  msgid "Stale WP-Cached Files"
1498
  msgstr ""
1499
 
1500
+ #: wp-cache.php:2026
1501
  msgid "Fresh Super Cached Files"
1502
  msgstr ""
1503
 
1504
+ #: wp-cache.php:2042
1505
  msgid "Stale Super Cached Files"
1506
  msgstr ""
1507
 
1508
+ #: wp-cache.php:2058
1509
  msgid "Hide file list"
1510
  msgstr ""
1511
 
1512
+ #: wp-cache.php:2060
1513
  msgid "Too many cached files, no listing possible."
1514
  msgstr ""
1515
 
1516
+ #: wp-cache.php:2062
1517
  msgid "List all cached files"
1518
  msgstr ""
1519
 
1520
+ #: wp-cache.php:2068
 
1521
  msgid ""
1522
  "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
1523
  "minutes ago<br />"
1524
  msgstr ""
1525
 
1526
+ #: wp-cache.php:2069
 
1527
  msgid "Next GC in <strong>%s</strong> minutes"
1528
  msgstr ""
1529
 
1530
+ #: wp-cache.php:2072
 
1531
  msgid ""
1532
  "Expired files are files older than %s seconds. They are still used by the "
1533
  "plugin and are deleted periodically."
1534
  msgstr ""
1535
 
1536
+ #: wp-cache.php:2083
1537
  msgid "Delete Expired"
1538
  msgstr ""
1539
 
1540
+ #: wp-cache.php:2101
 
 
 
 
1541
  msgid "Delete Super Cache cached files (opens in new window)"
1542
  msgstr ""
1543
 
1544
+ #: wp-cache.php:2240
 
1545
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1546
  msgstr ""
1547
 
1548
+ #: wp-cache.php:2273
 
1549
  msgid ""
1550
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1551
  "to enable and configure the plugin."
1552
  msgstr ""
1553
 
1554
+ #: wp-cache.php:2279
1555
  msgid "Settings"
1556
  msgstr ""
1557
 
1558
+ #: wp-cache.php:2289
 
1559
  msgid ""
1560
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1561
  "page</a> to enable caching."
1562
  msgstr ""
1563
 
1564
+ #: wp-cache.php:2292
1565
+ msgid ""
1566
+ "Warning! WP Super Cache caching broken! The script advanced-cache.php could "
1567
+ "not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php "
1568
+ "and make sure the path to %2$swp-cache-phase1.php is correct."
1569
+ msgstr ""
1570
+
1571
+ #: wp-cache.php:2311
1572
  msgid "[%s] Front page is gzipped! Please clear cache!"
1573
  msgstr ""
1574
 
1575
+ #: wp-cache.php:2311
 
1576
  msgid ""
1577
  "Please visit %s to clear the cache as the front page of your site is now "
1578
  "downloading!"
1579
  msgstr ""
1580
 
1581
+ #: wp-cache.php:2314
 
1582
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1583
  msgstr ""
1584
 
1585
+ #: wp-cache.php:2314
 
1586
  msgid ""
1587
  "The cache on your blog has been cleared because the front page of your site "
1588
  "is now downloading. Please visit %s to verify the cache has been cleared."
1589
  msgstr ""
1590
 
1591
+ #: wp-cache.php:2321
 
1592
  msgid "[%s] Front page is not correct! Please clear cache!"
1593
  msgstr ""
1594
 
1595
+ #: wp-cache.php:2321
 
1596
  msgid ""
1597
  "Please visit %1$s to clear the cache as the front page of your site is not "
1598
  "correct and missing the text, \"%2$s\"!"
1599
  msgstr ""
1600
 
1601
+ #: wp-cache.php:2324
 
1602
  msgid "[%s] Front page is not correct! Cache Cleared!"
1603
  msgstr ""
1604
 
1605
+ #: wp-cache.php:2324
 
1606
  msgid ""
1607
  "The cache on your blog has been cleared because the front page of your site "
1608
  "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
1609
  "cleared."
1610
  msgstr ""
1611
 
1612
+ #: wp-cache.php:2329
 
1613
  msgid "[%s] Front page check!"
1614
  msgstr ""
1615
 
1616
+ #: wp-cache.php:2329
 
1617
  msgid ""
1618
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
1619
  "you would like to disable this."
1620
  msgstr ""
1621
 
1622
+ #: wp-cache.php:2372
1623
  msgid "Cannot update .htaccess"
1624
  msgstr ""
1625
 
1626
+ #: wp-cache.php:2372
 
1627
  msgid ""
1628
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
1629
  "Please correct this using the chmod command or your ftp client."
1630
  msgstr ""
1631
 
1632
+ #: wp-cache.php:2372
1633
  msgid "Refresh this page when the file permissions have been modified."
1634
  msgstr ""
1635
 
1636
+ #: wp-cache.php:2372
 
1637
  msgid ""
1638
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
1639
  "add the following code (before any WordPress rules):"
1640
  msgstr ""
1641
 
1642
+ #: wp-cache.php:2376
 
1643
  msgid ""
1644
  "To serve static html files your server must have the correct mod_rewrite "
1645
  "rules added to a file called <code>%s.htaccess</code>"
1646
  msgstr ""
1647
 
1648
+ #: wp-cache.php:2377
1649
  msgid "You can edit the file yourself add the following rules."
1650
  msgstr ""
1651
 
1652
+ #: wp-cache.php:2378
1653
  msgid " Make sure they appear before any existing WordPress rules. "
1654
  msgstr ""
1655
 
1656
+ #: wp-cache.php:2386
1657
  msgid "Update Mod_Rewrite Rules"
1658
  msgstr ""
1659
 
1660
+ #: wp-cache.php:2511
 
1661
  msgid "[%1$s] Cache Preload Started"
1662
  msgstr ""
1663
 
1664
+ #: wp-cache.php:2513
 
1665
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1666
  msgstr ""
1667
 
1668
+ #: wp-cache.php:2531
 
1669
  msgid "[%1$s] Cache Preload Stopped"
1670
  msgstr ""
1671
 
1672
+ #: wp-cache.php:2540
 
1673
  msgid "[%1$s] %2$d posts refreshed"
1674
  msgstr ""
1675
 
1676
+ #: wp-cache.php:2540
1677
  msgid "Refreshed the following posts:"
1678
  msgstr ""
1679
 
1680
+ #: wp-cache.php:2549
 
1681
  msgid "Scheduling next preload refresh in %d minutes."
1682
  msgstr ""
1683
 
1684
+ #: wp-cache.php:2559
 
1685
  msgid "[%s] Cache Preload Completed"
1686
  msgstr ""
1687
 
1688
+ #: wp-cache.php:2559
1689
  msgid "Cleaning up old supercache files."
1690
  msgstr ""
1691
 
1692
+ #: wp-cache.php:2601
 
1693
  msgid "[%s] Preload may have stalled."
1694
  msgstr ""
1695
 
1696
+ #: wp-cache.php:2601
 
1697
  msgid ""
1698
  "Preload has been restarted.\n"
1699
  "%s"
1700
  msgstr ""
1701
+
1702
+ #: wp-cache.php:2644
1703
+ msgid "Supercache Uninstall Problems"
1704
+ msgstr ""
1705
+
1706
+ #: wp-cache.php:2644
1707
+ msgid ""
1708
+ "Dear User,\n"
1709
+ "\n"
1710
+ "WP Super Cache was removed from your blog but the mod_rewrite rules\n"
1711
+ "in your .htaccess were not.\n"
1712
+ "\n"
1713
+ "Please edit the following file and remove the code\n"
1714
+ "between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file "
1715
+ "first!\n"
1716
+ "\n"
1717
+ "%s\n"
1718
+ "\n"
1719
+ "Regards,\n"
1720
+ "WP Super Cache Plugin\n"
1721
+ "http://wordpress.org/extend/plugins/wp-super-cache/"
1722
+ msgstr ""
1723
+
1724
+ #: plugins/awaitingmoderation.php:4
1725
+ msgid "Your comment is awaiting moderation."
1726
+ msgstr ""
1727
+
1728
+ #: plugins/awaitingmoderation.php:32
1729
+ msgid "Awaiting Moderation"
1730
+ msgstr ""
1731
+
1732
+ #: plugins/awaitingmoderation.php:36
1733
+ msgid ""
1734
+ "Enables or disables plugin to Remove the text \"Your comment is awaiting "
1735
+ "moderation.\" when someone leaves a moderated comment."
1736
+ msgstr ""
1737
+
1738
+ #: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:73
1739
+ #: plugins/searchengine.php:67 plugins/domain-mapping.php:68
1740
+ msgid "disabled"
1741
+ msgstr ""
1742
+
1743
+ #: plugins/awaitingmoderation.php:43
1744
+ msgid "Awaiting Moderation is now %s"
1745
+ msgstr ""
1746
+
1747
+ #: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76
1748
+ #: plugins/domain-mapping.php:71
1749
+ msgid "Update"
1750
+ msgstr ""
1751
+
1752
+ #: plugins/badbehaviour.php:47
1753
+ msgid "Bad Behaviour not found. Please check your install."
1754
+ msgstr ""
1755
+
1756
+ #: plugins/badbehaviour.php:63
1757
+ msgid "Bad Behavior"
1758
+ msgstr ""
1759
+
1760
+ #: plugins/badbehaviour.php:68
1761
+ msgid ""
1762
+ "(Only legacy caching supported, disabled compression and requires <a href="
1763
+ "\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-"
1764
+ "behavior/\") "
1765
+ msgstr ""
1766
+
1767
+ #: plugins/badbehaviour.php:74
1768
+ msgid "Bad Behavior support is now %s"
1769
+ msgstr ""
1770
+
1771
+ #: plugins/searchengine.php:71
1772
+ msgid ""
1773
+ "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for "
1774
+ "Friends</a> plugin is %s."
1775
+ msgstr ""
1776
+
1777
+ #: plugins/searchengine.php:72
1778
+ msgid ""
1779
+ "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/"
1780
+ "\">friendsadverts.php</a> too) "
1781
+ msgstr ""
1782
+
1783
+ #: plugins/domain-mapping.php:58
1784
+ msgid "Domain Mapping"
1785
+ msgstr ""
1786
+
1787
+ #: plugins/domain-mapping.php:63
1788
+ msgid ""
1789
+ "Provides support for <a href=\"http://wordpress.org/extend/plugins/wordpress-"
1790
+ "mu-domain-mapping/\">Domain Mapping</a> plugin to map multiple domains to a "
1791
+ "blog."
1792
+ msgstr ""
1793
+
1794
+ #: plugins/domain-mapping.php:69
1795
+ msgid "Domain Mapping support is now %s"
1796
+ msgstr ""
1797
+
1798
+ #: plugins/domain-mapping.php:83
1799
+ msgid ""
1800
+ "Domain Mapping plugin detected! Please go to the Supercache plugins page and "
1801
+ "enable the domain mapping helper plugin."
1802
+ msgstr ""