WP Super Cache - Version 1.2.1

Version Description

Backported fix for XSS in settings page.

=

Download this release

Release Info

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

Code changes from version 1.1.1 to 1.2.1

Changelog.txt CHANGED
@@ -1,3 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  2012-05-23 10:17 donncha
2
 
3
  * wp-super-cache.pot: Updated translation file
1
+ 2012-10-05 11:36 donncha
2
+
3
+ * readme.txt, wp-cache.php: * Updated version to 1.2 and bumped
4
+ tested version.
5
+ * Added changelog for 1.2
6
+
7
+ 2012-10-04 20:31 donncha
8
+
9
+ * wp-super-cache.pot: Updated translation file
10
+
11
+ 2012-10-04 20:27 donncha
12
+
13
+ * wp-cache-phase1.php: Check for $wp_cache_disable_utf8 when
14
+ serving supercache files from PHP, like it affects mod_rewrite
15
+ served files.
16
+
17
+ 2012-09-21 16:04 donncha
18
+
19
+ * wp-cache.php: Oops, fixed a minor typo
20
+
21
+ 2012-09-21 16:01 donncha
22
+
23
+ * wp-cache.php: Set up the cached pages counter correctly, see
24
+ http://wordpress.org/support/topic/plugin-wp-super-cache-confusing-information-in-cached-pages-since?replies=2
25
+
26
+ 2012-09-19 21:15 donncha
27
+
28
+ * wp-cache.php: Fixed term link when preloading, props Stefan
29
+ Parmark
30
+
31
+ 2012-08-30 11:53 donncha
32
+
33
+ * wp-cache.php: Remove is_main_blog() calls, requires 3.0 already.
34
+ Props angelxas.
35
+ http://wordpress.org/support/topic/plugin-wp-super-cache-crashes-wp-341-multisite?replies=2
36
+
37
+ 2012-08-30 10:59 donncha
38
+
39
+ * wp-cache.php: Very minor whitespace fix
40
+
41
+ 2012-08-30 10:39 donncha
42
+
43
+ * wp-cache-phase2.php: Make sure sites that upgrade to 1.0 don't
44
+ schedule the GC too often, props tigertech, fixed #1569.
45
+ http://wordpress.org/support/topic/wp-super-cache-causes-high-doing_wp_cron-load?replies=3
46
+
47
+ 2012-08-30 10:32 donncha
48
+
49
+ * wp-cache.php: Allow editors to delete cached files for specific
50
+ pages via the admin bar. See
51
+ http://wordpress.org/support/topic/plugin-wp-super-cache-allow-editor-role-to-delete-cache?replies=8
52
+
53
+ 2012-08-03 09:57 donncha
54
+
55
+ * wp-cache.php: * Added warning if garbage collection wasn't
56
+ enabled
57
+ * schedule watcher job when GC form is submitted
58
+ * Enable GC when using the easy settings page
59
+
60
+ 2012-08-03 09:53 donncha
61
+
62
+ * wp-cache-phase2.php: Added function to create garbage collection
63
+ flag filename.
64
+
65
+ 2012-07-30 09:01 donncha
66
+
67
+ * wp-cache-phase2.php: Use GC flag wp_cache_gc.txt in cache
68
+ directory so watcher job doesn't schedule a GC when it's already
69
+ running
70
+
71
+ 2012-07-30 08:58 donncha
72
+
73
+ * wp-cache-phase2.php: If wp_cache_gc job is NOT scheduled then we
74
+ need to schedule a new one in the watcher job
75
+
76
+ 2012-07-27 10:20 donncha
77
+
78
+ * wp-super-cache.pot: Updated translation pot file
79
+
80
+ 2012-07-27 10:17 donncha
81
+
82
+ * languages/wp-super-cache-zh_CN.po: Updated translation, props
83
+ Christopher Meng
84
+
85
+ 2012-07-27 09:48 donncha
86
+
87
+ * readme.txt: Updated docs on late init, props Storm.
88
+ http://wordpress.org/support/topic/plugin-wp-super-cache-mfunc-issue?replies=4#post-3018123
89
+
90
+ 2012-07-27 09:39 donncha
91
+
92
+ * wp-cache-phase2.php, wp-cache.php: * Added a garbage collection
93
+ watcher job to restart GC if it somehow fails.
94
+ * Clear gc hooks when uninstalling
95
+ * Added a check for shutdown gc when scheduling default gc
96
+
97
+ 2012-07-27 09:14 donncha
98
+
99
+ * wp-cache.php: Enable garbage collection when activating caching
100
+
101
+ 2012-07-24 08:56 donncha
102
+
103
+ * wp-cache.php: Fix some links and add a link to the development
104
+ version
105
+
106
+ 2012-07-17 19:16 donncha
107
+
108
+ * wp-cache-phase1.php: Use the supercached mobile files, props
109
+ turtlehat,
110
+ http://wordpress.org/support/topic/plugin-wp-super-cache-why-_mobile-instead-of-mobile-after-wp_cache_check_mobile-action?replies=2
111
+
112
+ 2012-07-16 13:04 donncha
113
+
114
+ * wp-cache-phase1.php: Move call to
115
+ wp_supercache_cache_for_admins() down after loading supercache
116
+ plugins. Props rapidstrider,
117
+ http://wordpress.org/support/topic/plugin-wp-super-cache-wp_supercache_remove_cookies-not-working
118
+
119
+ 2012-07-16 12:59 donncha
120
+
121
+ * wp-cache-phase1.php: Added support for LOGGED_IN_COOKIE constant,
122
+ props Askapache
123
+
124
+ 2012-07-12 16:47 donncha
125
+
126
+ * wp-cache-phase1.php: Fixes problems updating cache files on
127
+ directory installs. Props Naki-BoT,
128
+ http://wordpress.org/support/topic/plugin-wp-super-cache-wordpress-in-directory-and-cache-on-post-edit-not-removed
129
+
130
+ 2012-07-10 13:37 donncha
131
+
132
+ * wp-cache.php: * Added warning if WordPress is installed in a
133
+ folder and served from root
134
+ * Added Dismiss buttons on htaccess and readable wp-content
135
+ warnings.
136
+
137
+ 2012-07-10 07:50 donncha
138
+
139
+ * wp-cache.php: Change deactivate hook to uninstall hook so updates
140
+ don't delete the old configuration
141
+
142
+ 2012-06-27 10:14 donncha
143
+
144
+ * languages/wp-super-cache-zh_TW.mo,
145
+ languages/wp-super-cache-zh_TW.po: Updated translation, props
146
+ priv
147
+
148
+ 2012-06-26 12:21 donncha
149
+
150
+ * plugins/wptouch.php: Check WPTouch Pro cookies here too
151
+
152
+ 2012-06-26 10:26 donncha
153
+
154
+ * plugins/wptouch.php: Support WPTouch Pro switch to desktop,
155
+ hopefully.
156
+
157
+ 2012-06-22 16:19 donncha
158
+
159
+ * Changelog.txt: Updated changelog
160
+
161
+ 2012-06-21 15:14 donncha
162
+
163
+ * wp-cache-phase2.php: Added new constant, "WPSCFORCEUPDATE" that
164
+ will disable the draft post check if defined
165
+
166
+ 2012-06-21 15:08 donncha
167
+
168
+ * wp-cache-phase2.php: Only check dupe posts after the post has
169
+ been published
170
+
171
+ 2012-06-21 09:46 donncha
172
+
173
+ * wp-super-cache.pot: Updated translation file
174
+
175
+ 2012-06-21 09:37 donncha
176
+
177
+ * readme.txt: Updated credits for translations
178
+
179
+ 2012-06-21 09:25 donncha
180
+
181
+ * languages/wp-super-cache-zh_CN.mo,
182
+ languages/wp-super-cache-zh_CN.po: Updated translation, props
183
+ Christopher Meng.
184
+
185
+ 2012-06-21 09:21 donncha
186
+
187
+ * languages/wp-super-cache-zh_TW.mo,
188
+ languages/wp-super-cache-zh_TW.po: Updated translation, props
189
+ Priv
190
+
191
+ 2012-06-21 08:53 donncha
192
+
193
+ * wp-cache-phase2.php: wp_cache_post_edit() checks if the current
194
+ post has been processed already. Now that check only happens
195
+ after a post is published. Possibly fixes scheduled posts
196
+ problems for some users.
197
+
198
+ 2012-06-20 09:32 donncha
199
+
200
+ * wp-cache-base.php: Avoid raising a warning on strpos, see
201
+ http://wordpress.org/support/topic/plugin-wp-super-cache-wp-super-cache-warning-strpos-functionstrpos-offset-not-contained-in-stri?replies=2
202
+
203
+ 2012-06-13 21:55 donncha
204
+
205
+ * readme.txt: Bump tested version
206
+
207
+ 2012-06-12 12:52 donncha
208
+
209
+ * wp-cache.php: No need to schedule a single job if it's going to
210
+ be scheduled for a particular time.
211
+
212
+ 2012-06-12 11:37 donncha
213
+
214
+ * wp-cache-base.php, wp-cache-phase1.php, wp-cache-phase2.php,
215
+ wp-cache.php: Use HTTP_HOST instead of SERVER_NAME because nginx
216
+ has problems with it.
217
+
218
+ 2012-06-11 16:00 donncha
219
+
220
+ * advanced-cache.php, readme.txt, wp-cache.php: Move
221
+ advanced-cache.php path into wp-config.php by defining
222
+ WPCACHEHOME there.
223
+
224
+ 2012-06-11 13:40 donncha
225
+
226
+ * wp-cache.php: Fixed DO NOT CACHE PAGE url, props netrival,
227
+ http://wordpress.org/support/topic/plugin-wp-super-cache-possible-low-priority-bug-do-not-cache-page-secret-key-showing-wrong-link?replies=1
228
+
229
+ 2012-06-11 13:39 donncha
230
+
231
+ * wp-cache.php: Hide another variable warning
232
+
233
+ 2012-06-11 13:23 donncha
234
+
235
+ * wp-cache.php: Hide "tab" variable warning
236
+
237
+ 2012-06-11 12:06 donncha
238
+
239
+ * wp-cache-phase2.php: Forgot these carriage returns in the debug
240
+ messages
241
+
242
+ 2012-06-11 11:56 donncha
243
+
244
+ * wp-cache-phase1.php: Remove warning if this isn't set
245
+
246
+ 2012-06-08 15:05 donncha
247
+
248
+ * wp-cache-phase1.php: Fixed serving of gzipped content to clients
249
+ who who don't tell us either way. Fixes #1528. Props pioto
250
+
251
+ 2012-06-07 16:04 donncha
252
+
253
+ * plugins/badbehaviour.php, plugins/domain-mapping.php,
254
+ plugins/searchengine.php, plugins/wptouch.php,
255
+ wp-cache-config-sample.php, wp-cache.php: Get rid of PHP notices,
256
+ props @simonwheatley
257
+
258
+ 2012-06-05 14:34 donncha
259
+
260
+ * wp-cache.php: Don't stop processing form input because
261
+ wp-cron.php isn't found. We should still inform the user though.
262
+
263
+ 2012-05-30 16:22 donncha
264
+
265
+ * wp-cache-phase2.php, wp-cache.php: Added option on Debug page to
266
+ disable caching comments on public pages.
267
+
268
+ 2012-05-28 08:46 donncha
269
+
270
+ * wp-cache-phase1.php: Fix fatal error when "make known users
271
+ anonymous" is selected
272
+
273
+ 2012-05-23 14:35 donncha
274
+
275
+ * wp-cache.php: Check that get_supercache_dir exists before calling
276
+ it. Props @hewsut
277
+
278
+ 2012-05-23 12:16 donncha
279
+
280
+ * wp-cache.php: Added note about moving supercache plugins.
281
+
282
+ 2012-05-23 10:26 donncha
283
+
284
+ * readme.txt, wp-cache.php: Bump version and stable versions for
285
+ new release
286
+
287
+ 2012-05-23 10:24 donncha
288
+
289
+ * Changelog.txt, readme.txt: Updated changelog
290
+
291
  2012-05-23 10:17 donncha
292
 
293
  * wp-super-cache.pot: Updated translation file
advanced-cache.php CHANGED
@@ -1,14 +1,17 @@
1
  <?php
2
- # WP SUPER CACHE 0.8.9.1
3
  function wpcache_broken_message() {
4
  if ( false == strpos( $_SERVER[ 'REQUEST_URI' ], 'wp-admin' ) )
5
- echo "<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->";
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
  ?>
1
  <?php
2
+ # WP SUPER CACHE 1.2
3
  function wpcache_broken_message() {
4
  if ( false == strpos( $_SERVER[ 'REQUEST_URI' ], 'wp-admin' ) )
5
+ echo "<!-- WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory. -->";
6
  }
7
 
8
+ if ( false == defined( 'WPCACHEHOME' ) ) {
9
+ define( 'ADVANCEDCACHEPROBLEM', 1 );
10
+ } elseif ( !include_once( WPCACHEHOME . 'wp-cache-phase1.php' ) ) {
11
+ if ( !@is_file( WPCACHEHOME . 'wp-cache-phase1.php' ) ) {
12
  define( 'ADVANCEDCACHEPROBLEM', 1 );
 
13
  }
14
  }
15
+ if ( defined( 'ADVANCEDCACHEPROBLEM' ) )
16
+ register_shutdown_function( 'wpcache_broken_message' );
17
  ?>
languages/wp-super-cache-zh_CN.mo CHANGED
Binary file
languages/wp-super-cache-zh_CN.po CHANGED
@@ -1,1116 +1,1753 @@
 
 
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Super Cache\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
5
- "POT-Creation-Date: 2010-02-08 14:22+0000\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: tomchen1989 <tomchen1989@gmail.com>\n"
8
- "Language-Team: tomchen1989 <tomchen1989@gmail.com>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
  "X-Poedit-Language: Chinese\n"
13
  "X-Poedit-Country: CHINA\n"
14
- "X-Poedit-SourceCharset: utf-8\n"
15
 
16
- #: plugins/badbehaviour.php:45
17
- msgid "Bad Behaviour not found. Please check your install."
18
- msgstr "找不到 Bad Behaviour. 请检查您的安装。"
19
 
20
- #: plugins/badbehaviour.php:47
21
- #: plugins/badbehaviour.php:65
22
- #: plugins/searchengine.php:61
23
- #: plugins/searchengine.php:76
24
- #: wp-cache.php:742
25
- msgid "Disable"
26
- msgstr "停用"
27
 
28
- #: plugins/badbehaviour.php:55
29
- #: plugins/searchengine.php:67
30
- msgid "disabled"
31
- msgstr "已停用"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
- #: plugins/badbehaviour.php:57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  #: plugins/searchengine.php:69
35
- #: wp-cache.php:1085
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  msgid "enabled"
37
  msgstr "已启用"
38
 
39
- #: plugins/badbehaviour.php:60
40
- #, php-format
41
- msgid "Bad Behaviour support is %s."
42
- msgstr "Bad Behaviour 插件支持为 %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
 
44
- #: plugins/badbehaviour.php:61
45
- #, php-format
46
- msgid "(Only half-on caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
47
- msgstr "(只支持半启用缓存,停用压缩,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路径必须为 \"%s/plugins/bad-behavior/\")"
48
 
49
  #: plugins/badbehaviour.php:63
50
- #: plugins/searchengine.php:74
51
- #: wp-cache.php:742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  msgid "Enable"
53
  msgstr "启用"
54
 
55
- #: plugins/badbehaviour.php:69
56
- #: wp-cache.php:819
57
- #: wp-cache.php:821
58
- msgid "Warning!"
59
- msgstr "警告!"
60
 
61
- #: plugins/searchengine.php:71
62
- #, php-format
63
- msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
64
- msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 插件 %s"
 
 
 
65
 
66
  #: plugins/searchengine.php:72
67
- msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
68
- msgstr "(必须有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
69
 
70
- #: wp-cache.php:87
71
- #, php-format
72
- msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
73
- msgstr "请以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
74
 
75
- #: wp-cache.php:170
76
- msgid "WP Super Cache Manager"
77
- msgstr "WP Super Cache 管理"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
 
79
- #: wp-cache.php:172
 
 
 
 
80
  msgid "Warning! PHP Safe Mode Enabled!"
81
  msgstr "警告!PHP 安全模式已启用!"
82
 
83
- #: wp-cache.php:173
84
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
85
- msgstr "在安全模式下,您的插件可能会遇到错误。"
86
 
87
- #: wp-cache.php:175
88
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
89
- msgstr "您的服务器设置为先检查 PHP 程序拥有者才可以存取文件。"
90
 
91
- #: wp-cache.php:176
92
- #, php-format
93
  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."
94
- msgstr "您或网站管理员可以通过更改插件程序群组的所有者使其与服务器用户一致,进而让其工作。%s/cache/ 目录的所有者也必须更改。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手册</a>以取得更多说明。"
95
 
96
- #: wp-cache.php:178
97
  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."
98
- msgstr "您或网站管理员必须先停用此项目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手册</a>以取得更多说明。很抱歉,这无法在 .htaccess 文件里停用。它必须在 php.ini 设置文件中完成。"
99
 
100
- #: wp-cache.php:183
101
  msgid "Permlink Structure Error"
102
- msgstr "固定链接结构错误"
103
 
104
- #: wp-cache.php:184
105
  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."
106
- msgstr "插件需要一个自定义的URL或固定链接结构方可运行正确。请至 <a href=\"options-permalink.php\">固定链接设置页</a> 来设置您的固定链接。"
107
-
108
- #: wp-cache.php:194
109
- msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
110
- msgstr "设置文件已更改。某些数值可能错误。再次从\"设置\"选单读取页面后重设它们。"
111
-
112
- #: wp-cache.php:200
113
- msgid "Cannot continue... fix previous problems and retry."
114
- msgstr "无法继续… 请先解决前面的问题然后重试。"
115
 
116
- #: wp-cache.php:216
117
- #, php-format
118
  msgid "Warning! Your hostname \"%s\" resolves to %s"
119
- msgstr "警告!您的主机名称 \"%s\" 解析到 %s"
120
 
121
- #: wp-cache.php:218
122
- #, php-format
123
  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."
124
- msgstr "您的服务器认为您的主机名称解析到 %s. WP Super Cache 插件的某些服务,例如垃圾回收、WordPress 定时发布文章可能无法正常执行。"
125
 
126
- #: wp-cache.php:219
127
- #: wp-cache.php:233
128
- #, php-format
129
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
130
- msgstr "请参阅readme.txt第16项<a href=\"%s\">疑难详解部分</a>"
131
 
132
- #: wp-cache.php:232
133
  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."
134
- msgstr "很抱歉,WordPress 找不到 wp-cron.php 文件。插件必须要有这个程序才能正确执行垃圾回收、定时发布文章及其他重要活动。"
135
 
136
- #: wp-cache.php:243
 
 
 
 
137
  msgid "Zlib Output Compression Enabled!"
138
- msgstr "Zlib 输出压缩功能已启用!"
139
 
140
- #: wp-cache.php:244
141
  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."
142
- msgstr "PHP 正在压缩发送给您网站访客的数据。建议停用此功能,因为插件会压缩一遍页面,而不是一遍又一遍压缩相同的页面。同样参见 readme 文件的 #21 疑难详解部分。参见 <a href=\"http://php.net/manual/en/zlib.configuration.php\">此页面</a> 了解如何修改您的 php.ini 文件。"
143
 
144
- #: wp-cache.php:248
145
  msgid "Mod rewrite may not be installed!"
146
- msgstr "Mod rewrite 可能没有安装!"
147
 
148
- #: wp-cache.php:249
149
- 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 half-on mode."
150
- msgstr "看来 mod_rewrite 没有安装。有时候这种检查并非 100% 可信,特别是当您不是使用 Apache 时。请重新检查 mod_rewrite 模组已经加载。执行 Super Cache 静态文件时必须要有它。但您仍然可以使用半启用模式。"
151
 
152
- #: wp-cache.php:254
153
  msgid "Read Only Mode. Configuration cannot be changed."
154
  msgstr "只读模式。设置无法更改。"
155
 
156
- #: wp-cache.php:254
157
- msgid "Why your configuration may not be changed"
158
- msgstr "为什么您的设置可能不会更改"
159
-
160
- #: wp-cache.php:254
161
- msgid "Why"
162
- msgstr "原因"
163
-
164
- #: wp-cache.php:256
165
- #, php-format
166
  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."
167
- msgstr "WP Super Cache 设置文件 <code>%s/wp-cache-config.php</code> 无法修改。该文件必须可以从服务器端进行写入。"
168
 
169
- #: wp-cache.php:257
170
  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."
171
- msgstr "最简单的方式是使用CHMOD指令或通过FTP程序来更改权限。请确保它们正确并可以写入。"
172
 
 
173
  #: wp-cache.php:258
 
 
 
 
174
  msgid "Writeable:"
175
- msgstr "可写入:"
176
 
177
- #: wp-cache.php:259
178
  msgid "Readonly:"
179
  msgstr "只读:"
180
 
181
- #: wp-cache.php:271
182
- #, php-format
183
  msgid "Warning! %s is writeable!"
184
- msgstr "警告!%s 可写入!"
185
 
186
- #: wp-cache.php:272
187
- #, php-format
188
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
189
- msgstr "您应该更改 %s 权限使其更加严密。使用您的FTP程序,或是按照以下指令来解决:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
 
191
- #: wp-cache.php:361
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
192
  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."
193
- msgstr "<strong>警告!</strong> 您尝试启用压缩,但是 <code>zlib.output_compression</code> 已启用。参见 readme 文件的 #21 疑难详解部分。"
194
 
195
- #: wp-cache.php:380
196
- msgid "WP Super Cache Status"
197
- msgstr "WP Super Cache 状态"
198
 
199
- #: wp-cache.php:383
200
- msgid "ON"
201
- msgstr "启动"
202
 
203
- #: wp-cache.php:383
204
- msgid "WP Cache and Super Cache enabled"
205
- msgstr "启用 WP Cache 与 Super Cache"
206
 
207
- #: wp-cache.php:384
208
- msgid "HALF ON"
209
- msgstr "半启用"
210
 
211
- #: wp-cache.php:384
212
- msgid "Super Cache Disabled, only legacy WP-Cache caching."
213
- msgstr "停用 Super Cache,只保留 WP-Cache 缓存。"
 
214
 
215
- #: wp-cache.php:385
216
- msgid "OFF"
217
- msgstr "关闭"
218
 
219
- #: wp-cache.php:385
220
- msgid "WP Cache and Super Cache disabled"
221
- msgstr "停用 WP Cache 与 Super Cache"
222
 
223
- #: wp-cache.php:386
224
- msgid "Don&#8217;t cache pages for logged in users."
225
- msgstr "不为已登录用户缓存页面。"
 
226
 
227
- #: wp-cache.php:387
228
- msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
229
- msgstr "自豪地告诉全世界您的服务器已使用缓存!(在您的博客底部放置一段文字)"
230
 
231
- #: wp-cache.php:388
232
- msgid "Clear all cache files when a post or page is published. (This may significantly slow down saving of posts.)"
233
- msgstr "当有文章或页面发布时清除所有缓存。(可能会加重博客的负担)"
234
 
235
- #: wp-cache.php:389
236
- msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated. Recommended for <em>very</em> busy websites with lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" obsolete."
237
- msgstr "缓存重建。当一个新文件正在产生时传送 suprecache 文件给未登录用户。推荐评论<em>非常多</em>或非常繁忙的网站使用。这个选项会让\"直接缓存网页\"和\"锁定模式\"失效。"
238
 
239
- #: wp-cache.php:391
240
- 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>"
241
- msgstr "粗略文件锁定。估计您不会用到这个功能,但如果您的服务器效能较差,开启后可能会有所帮助。警告!<em>可能在少数情况下锁死您的服务器!</em>"
242
 
243
- #: wp-cache.php:393
244
- msgid "List the newest cached pages (may be expensive to run on busy sites, use with caution.)"
245
- msgstr "列出最新缓存页面(可能会使忙碌的网站更加繁忙,谨慎使用)"
246
 
247
- #: wp-cache.php:394
248
- #, php-format
249
- msgid "Mobile device support using <a href=\"%s\">WordPress Mobile Edition</a>."
250
- msgstr "使用 <a href=\"%s\">WordPress Mobile Edition</a> 来支持移动设备。"
251
 
252
- #: wp-cache.php:399
253
- msgid "Mobile rewrite rules detected"
254
- msgstr "移动设备重写规则检测"
255
 
256
- #: wp-cache.php:400
257
- 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."
258
- msgstr "为了获得最好的效能,您应该启用\"移动设备支持\",或从您的 .htaccess 删除移动设备重写规则。找到包含 \"2.0\\ MMP|240x320\" 的两行代码并将它们删除。"
259
 
260
- #: wp-cache.php:400
261
- msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
262
- msgstr "不会对一般用户造成任何影响,但移动设备用户将会看到未缓存的页面。"
263
 
264
- #: wp-cache.php:403
265
- msgid "Rewrite rules must be updated"
266
- msgstr "Rewrite 规则必须更新"
267
 
268
- #: wp-cache.php:404
269
- msgid "The rewrite rules required by this plugin have changed or are missing. "
270
- msgstr "插件需要的 rewrite 规则被改动或已遗失。"
271
 
272
- #: wp-cache.php:405
273
- msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to half-on mode. Here are your options (in order of difficulty):"
274
- msgstr "移动设备支持必须在您的 .htaccess 文件里新增额外规则,或是您可以将插件设置为半启用模式。这是您的选择(根据个人需求):"
275
 
276
- #: wp-cache.php:406
277
- msgid "Set the plugin to half on mode and enable mobile support."
278
- msgstr "将插件设为半启用模式并开启移动设备支持。"
279
 
280
- #: wp-cache.php:407
281
- #, php-format
282
- 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."
283
- msgstr "从 %s.htaccess 内删除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 源代码区段的 mod_rewrite 规则,重新加载页面让插件可以再次产生它们。"
284
 
285
- #: wp-cache.php:408
286
- 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|wp-postpass_).*$</code> add this line: (do it twice, once for each section)"
287
- msgstr "自行加入规则。编辑 %s.htaccess 并找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 源代码区段。这两部分看起来非常相似。只要在 <code>%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增这一行(这动作要做两次,一个区段一次):"
288
 
289
- #: wp-cache.php:411
290
- msgid "Note:"
291
- msgstr "备注:"
292
 
293
- #: wp-cache.php:411
294
- #, php-format
295
- 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!)"
296
- msgstr "如果卸载这个插件,请确认目录 <em>%s</em> 可以被服务器写入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 文件会自动删除。(确认这些文件也可写入,这样也不错)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
297
 
298
- #: wp-cache.php:412
299
- #, php-format
300
- msgid "Uninstall using the <a href=\"%1$s/wp-super-cache/uninstall.php\">uninstall script</a> to remove files and directories created by the plugin. (Please see <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script.)"
301
- msgstr "使用<a href=\"%1$s/wp-super-cache/uninstall.php\">卸载程序</a>来移除插件所建立的文件和文件夹。(请参考 <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> 以了解如何卸载此插件。)"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
302
 
303
- #: wp-cache.php:414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
  msgid "Use object cache to store cached files."
305
- msgstr "使用缓存对象来储存缓存的文件。"
306
 
307
- #: wp-cache.php:414
308
  msgid "(Experimental)"
309
- msgstr "(测试版)"
 
 
 
 
 
 
 
 
310
 
311
- #: wp-cache.php:417
312
- #, php-format
 
 
 
 
 
 
 
 
 
 
 
313
  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."
314
- msgstr "需要帮助?请查看 <a href=\"%1$s\">Super Cache readme 文件</a>。里面包含有安装文档、FAQ和疑难详解。您也可上 <a href=\"%2$s\">技术支持论坛</a> 求助。我们会解答您的问题。"
315
 
316
- #: wp-cache.php:419
 
317
  msgid "Update Status"
318
- msgstr "更新状态"
319
 
320
- #: wp-cache.php:426
321
- msgid "Required to serve compressed supercache files properly."
322
- msgstr "需要正确的supercache压缩文件。"
323
 
324
- #: wp-cache.php:426
325
- msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
326
- msgstr "需要在supercache页面设置缓存讯息。IE7用户将会看到没有这个模块的旧页面。"
327
 
328
- #: wp-cache.php:426
329
- msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
330
- msgstr "设置supercached缓存过期时限。没有这个模块,访客在刷新或留言时可能看不到新页面。"
331
 
332
- #: wp-cache.php:433
333
- msgid "Missing Apache Modules"
334
- msgstr "Apache 模块遗失"
335
 
336
- #: wp-cache.php:434
337
- msgid "The following Apache modules are missing. The plugin will work in half-on mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
338
- msgstr "下方的Apache模块遗失。没有它们插件将在半启用模式下工作。若在完整的Supercache模式,您的访客可能会看到损坏的网页或是过时的内容。"
339
 
340
- #: wp-cache.php:446
341
- msgid "Make WordPress Faster"
342
- msgstr "让 WordPress 更快速"
343
 
344
- #: wp-cache.php:448
345
- #, php-format
346
- msgid "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s\" for whatever amount you want. Every penny helps!"
347
- msgstr "%1$s 真的让您的博客更快。<sup>*</sup>通过购买 <a href=\"%2$s\">Amazon Gift Card</a> 并把它捐赠给 \"%3$s\",让您的博客变得更快!那怕只是一分钱的帮助!"
348
 
349
- #: wp-cache.php:449
350
- #, php-format
351
- msgid "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the \"Donate\" button below or take a quick peek at my <a href=\"%s\">wishlist</a>."
352
- msgstr "如果您不使用 Amazon,也可以用 PayPal。点击下方的\"捐赠\"按钮或是瞟一眼我的<a href=\"%s\">愿望清单</a>。"
353
 
354
- #: wp-cache.php:450
355
- msgid "Thanks in advance!"
356
- msgstr "由衷感谢您!"
 
 
357
 
358
- #: wp-cache.php:451
359
- msgid "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author very happy!"
360
- msgstr "好吧,它没有让我的博客变快,但是您让插件的作者感到很高兴!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
361
 
362
- #: wp-cache.php:459
363
- msgid "Don&#8217;t show me this again."
364
- msgstr "不再显示此提示"
 
 
 
 
 
 
 
 
365
 
366
- #: wp-cache.php:459
367
- msgid "Hide"
368
- msgstr "隐藏"
369
 
370
- #: wp-cache.php:462
371
- #, php-format
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
372
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
373
- msgstr "%1$s 的开发者是 %2$s ,来自各方的捐赠使得插件得以维持和继续开发。"
374
 
375
- #: wp-cache.php:463
376
- #, php-format
377
- msgid "He blogs at %1$s, posts photos at %2$s and <a href=\"%3$s\">wishes</a> he had more time to read and relax."
378
- msgstr "开发者的博客为%1$s,相册在%2$s,<a href=\"%3$s\">希望</a>他有更多的时间来放松及阅读。"
379
 
380
- #: wp-cache.php:464
381
- #, php-format
382
  msgid "Please say hi to him on %s too!"
383
- msgstr "在%s上向我问好!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
384
 
385
- #: wp-cache.php:473
386
- #, php-format
 
 
 
387
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
388
- msgstr "缓存页面自 %1$s :<strong>%2$s</strong>"
389
 
390
- #: wp-cache.php:474
391
  msgid "Newest Cached Pages:"
392
- msgstr "最新的缓存页面:"
393
 
394
- #: wp-cache.php:478
395
- #, php-format
396
  msgid "Cached %s seconds ago"
397
- msgstr "%s 秒前缓存"
398
 
399
- #: wp-cache.php:481
400
  msgid "(may not always be accurate on busy sites)"
401
- msgstr "(在忙碌的网站上未必准确)"
402
 
403
- #: wp-cache.php:502
404
- msgid "Accepted Filenames &amp; Rejected URIs"
405
- msgstr "接受的文件名称 &amp; 拒绝的URI"
406
 
407
- #: wp-cache.php:527
408
- msgid "Cache Plugins"
409
- msgstr "缓存插件"
410
 
411
- #: wp-cache.php:538
412
- #: wp-cache.php:549
413
- msgid "Super Cache Compression"
414
- msgstr "Super Cache 压缩"
415
 
416
- #: wp-cache.php:539
417
- msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
418
- msgstr "在<em>半启用</em>模式下,压缩默认为启用。"
419
 
420
- #: wp-cache.php:551
421
- #: wp-cache.php:729
422
- msgid "Enabled"
423
- msgstr "启用"
424
 
425
- #: wp-cache.php:552
426
- #: wp-cache.php:729
427
- msgid "Disabled"
428
- msgstr "停用"
429
 
430
- #: wp-cache.php:553
431
- msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching this on and off clears the cache."
432
- msgstr "压缩默认为停用,因为某些主机在压缩文件时可能发生问题。启用或停用这项功能会清除缓存。"
433
 
434
- #: wp-cache.php:556
435
- msgid "Super Cache compression is now disabled."
436
- msgstr "Super Cache 压缩目前停用。"
437
 
438
- #: wp-cache.php:558
439
- msgid "Super Cache compression is now enabled."
440
- msgstr "Super Cache 压缩目前已启用。"
441
 
442
- #: wp-cache.php:560
443
- msgid "Update Compression"
444
- msgstr "更新压缩"
445
 
446
- #: wp-cache.php:567
 
 
 
 
447
  msgid "Mod Rewrite Rules"
448
  msgstr "Mod Rewrite 规则"
449
 
450
- #: wp-cache.php:614
451
  msgid "WordPress MU Detected"
452
- msgstr "WordPress MU 检测"
453
 
454
- #: wp-cache.php:614
455
  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."
456
- msgstr "抱歉,当执行 WordPress MU 时重写规则无法自动更新。请开启您的 .htaccess,并在上述文件中任何位置加入下方的 mod_rewrite 规则。"
457
 
458
- #: wp-cache.php:616
459
  msgid "Mod Rewrite rules cannot be updated!"
460
- msgstr "Mod Rewrite 规则无法更新!"
461
 
462
- #: wp-cache.php:617
463
- #, php-format
464
  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:"
465
- msgstr "要让它自动工作,您必须在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 标记,它们看起来像这样,围绕 WordPress 的 mod_rewrite 规则:"
466
 
467
- #: wp-cache.php:619
468
  msgid "Refresh this page when you have updated your .htaccess file."
469
- msgstr "当您已更新您的 .htaccess 文件后刷新此页。"
470
 
471
- #: wp-cache.php:623
472
  msgid "Thank you for upgrading."
473
- msgstr "感谢升级。"
474
 
475
- #: wp-cache.php:623
476
- #, php-format
477
  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."
478
- msgstr "从您上次安装此插件,mod_rewrite 规则已经更改。在新的supercache规则更新前,您必须先删除旧的supercache规则。在您修改您的 .htaccess 文件后刷新此页。如果您希望手动更新,更改以下几行:%1$s 使它看起来像这样:%2$s ,唯一改变的地方是 \"HTTP_COOKIE\" 变成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 变成 \"wordpress\"。这是 WordPress 2.5 的改变,但如果您敢使用,它与旧版本相容。"
479
 
480
- #: wp-cache.php:627
481
  msgid "Trailing slash check required."
482
- msgstr "尾端斜线的检查是必须的。"
483
 
484
- #: wp-cache.php:627
485
  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:"
486
- msgstr "看起来您的博客URLs以\"/\"结束。不幸地在您安装这个插件后,在URLs不是以\"/\"结束的页面,发现了一个重复内容的bug,也就是相同的内容却不是被指向正确的URL。您必须修改您的 .htaccess 文件以修复这个问题,在两个 Super Cache 规则区段内新增下面两个规则:"
487
 
488
- #: wp-cache.php:629
489
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
490
- msgstr "您可以看到规则去向,通过点选下方的\"查看 mod_rewrite 规则\"链接来看到完整的规则"
491
-
492
- #: wp-cache.php:641
493
- msgid "Cannot update .htaccess"
494
- msgstr "无法更新 .htaccess"
495
-
496
- #: wp-cache.php:641
497
- #, php-format
498
- 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."
499
- msgstr "<code>%s.htaccess</code> 文件无法被网页服务器更新。请使用 chmod 指令或通过 FTP 程序修正。"
500
-
501
- #: wp-cache.php:641
502
- msgid "Refresh this page when the file permissions have been modified."
503
- msgstr "在权限修改后请刷新这个页面。"
504
-
505
- #: wp-cache.php:641
506
- #, php-format
507
- msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
508
- msgstr "或者,您可以手动编辑 <code>%s.htaccess</code> 文件并加入以下源代码(在任何 WordPress 规则前):"
509
-
510
- #: wp-cache.php:644
511
- #, php-format
512
- msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
513
- msgstr "为了使用静态的HTML文件,您的服务器上必须有正确的mod_rewrite规则,新增到一个名为 <code>%s.htaccess</code> 的文件。"
514
-
515
- #: wp-cache.php:646
516
- msgid "You must edit the file yourself add the following rules."
517
- msgstr "您必须自行编辑并新增以下规则。"
518
-
519
- #: wp-cache.php:648
520
- msgid "You can edit the file yourself add the following rules."
521
- msgstr "您可以自行编辑并新增以下规则。"
522
-
523
- #: wp-cache.php:650
524
- msgid " Make sure they appear before any existing WordPress rules. "
525
- msgstr "确认它们出现在任何已存在的 WordPress 规则之前。"
526
 
527
- #: wp-cache.php:652
528
- #: wp-cache.php:679
529
- #, php-format
530
- msgid "Rules must be added to %s too:"
531
- msgstr "规则也必须新增到%s:"
532
-
533
- #: wp-cache.php:657
534
- msgid "Update Mod_Rewrite Rules"
535
- msgstr "更新 Mod_Rewrite 规则"
536
-
537
- #: wp-cache.php:666
538
  msgid "Mod Rewrite rules updated!"
539
  msgstr "Mod Rewrite 规则已更新!"
540
 
541
- #: wp-cache.php:667
542
- #, php-format
543
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
544
- msgstr "%s.htaccess 已更新必要的 mod_rewrite 规则。请确保它们是正确的。它们应该像这样:"
545
 
546
- #: wp-cache.php:669
547
  msgid "Mod Rewrite rules must be updated!"
548
- msgstr "Mod Rewrite 规则必须更新!"
549
 
550
- #: wp-cache.php:670
551
- #, php-format
552
  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:"
553
- msgstr "您的%s.htaccess无法由服务器写入,必须更新 mod_rewrite 规则。新的规则必须在 WordPress 规则之上,如下面的源代码所示:"
554
 
555
- #: wp-cache.php:675
556
- #, php-format
557
  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."
558
- msgstr "在您的%s.htaccess文件中已经检测到WP Super Cache重写规则。<br />点选以下链接,查看新增到该文件的内容。如果您已经升级插件,请确保与这些规则相同。"
 
 
 
 
559
 
560
- #: wp-cache.php:676
561
  msgid "View Mod_Rewrite Rules"
562
  msgstr "查看 Mod_Rewrite 规则"
563
 
564
- #: wp-cache.php:687
565
- #, php-format
 
 
 
 
566
  msgid "Gzip encoding rules in %s.htaccess created."
567
- msgstr "%s.htaccess上Gzip规则建立。"
568
 
569
- #: wp-cache.php:694
570
  msgid "Fix Configuration"
571
  msgstr "修复设置"
572
 
573
- #: wp-cache.php:697
574
  msgid "Restore Default Configuration"
575
- msgstr "还原到默认选项"
576
 
577
- #: wp-cache.php:705
578
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
579
- msgstr "评论审核已启用。您的评论可能需要一些时间才会显示。"
580
 
581
- #: wp-cache.php:729
582
  msgid "Lock Down:"
583
  msgstr "锁定:"
584
 
585
- #: wp-cache.php:730
586
  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."
587
- msgstr "如果您预测会有流量高峰到来时,可以启用锁定功能。当这个功能启用时,在文章里发布新评论将不会更新静态缓存文件。"
588
 
589
- #: wp-cache.php:731
590
  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."
591
- msgstr "开发者:通过检查\"WPLOCKDOWN\",让您的插件与锁定功能相容。下面的源代码将确保您的插件遵守WPLOCKDOWN设置。"
592
 
593
- #: wp-cache.php:733
594
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
595
- msgstr "抱歉。我的博客已经锁定。将会在短时间后更新。"
596
 
597
- #: wp-cache.php:737
598
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
599
- msgstr "WordPress 已锁定。新的评论产生时将不会删除 Super Cache 静态缓存文件。"
600
 
601
- #: wp-cache.php:739
602
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
603
- msgstr "WordPress 未锁定。新的评论产生时将会正常更新 Super Cache 静态缓存文件。"
604
 
605
- #: wp-cache.php:745
606
  msgid "Lock Down"
607
  msgstr "锁定"
608
 
609
- #: wp-cache.php:753
610
  msgid "Directly Cached Files"
611
- msgstr "直接缓存文件"
612
 
613
- #: wp-cache.php:811
614
- #, php-format
615
  msgid "%s removed!"
616
  msgstr "%s 已移除!"
617
 
618
- #: wp-cache.php:819
619
- #, php-format
620
  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."
621
- msgstr "启用这项功能前必须确认 %s 是可写入状态。由于这牵涉到一个安全风险,请在您的网页产生后把它设为只读。"
622
 
623
- #: wp-cache.php:821
624
- #, php-format
625
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
626
- msgstr "%s 可写入。由于这牵涉到一个安全风险,请在您的网页产生后把它设为只读。"
627
 
628
- #: wp-cache.php:835
629
  msgid "Existing direct page"
630
- msgstr "已存在的直接页面"
631
 
632
- #: wp-cache.php:835
633
  msgid "Delete cached file"
634
- msgstr "删除缓存文件"
635
 
636
- #: wp-cache.php:840
637
  msgid "Add direct page:"
638
- msgstr "新增直接页面:"
639
 
640
- #: wp-cache.php:842
641
- #, php-format
642
  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."
643
- msgstr "直接缓存文件是从您的博客目录 %s 直接产生的文件。这项功能仅当您预测到将会有从像 Digg 或 Slashdot 等的热门站点给某篇文章或页面带来大量流量时才有用。"
644
 
645
- #: wp-cache.php:844
646
- #, php-format
647
  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."
648
- msgstr "举例来说:缓存 <em>%1$sabout/</em>,您应输入 %1$sabout/ 或 /about/ 。缓存文件将在下一个未登录用户访问该页面时产生。"
649
 
650
- #: wp-cache.php:845
651
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
652
- msgstr "清空输入框,就能将它从直接页面清单中移除并删除缓存文件。"
653
 
654
- #: wp-cache.php:850
655
  msgid "Update Direct Pages"
656
- msgstr "更新直接页面"
657
 
658
- #: wp-cache.php:890
 
 
 
 
 
659
  msgid "Expiry Time &amp; Garbage Collection"
660
- msgstr "过期时限 &amp; 垃圾收集"
661
 
662
- #: wp-cache.php:892
663
- msgid "Expire time:"
664
- msgstr "过期时限:"
665
 
666
- #: wp-cache.php:893
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
667
  msgid "seconds"
668
  msgstr "秒"
669
 
670
- #: wp-cache.php:894
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
671
  msgid "Garbage Collection"
672
- msgstr "垃圾收集"
673
 
674
- #: wp-cache.php:894
675
- msgid "If 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."
676
- msgstr "如果过期时限大于1800秒(半个小时),垃圾回收会每10分钟进行一次,否则就会在默认到期时间的10秒后进行清理。"
677
 
678
- #: wp-cache.php:895
679
- 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. Aim to have less than 500 cached files if possible."
680
- msgstr "检查和删除过期文件代价高昂,但把这些文件留在那里一样不是个好办法。在非常忙碌的网站,您应该将过期时限设置为 <em>300 秒</em>。尝试使用不同的数值,并注意这些页面一天里在不同时段产生多少过期文件,如果可能的话尽量不让缓存文件数多于500个。"
681
 
682
- #: wp-cache.php:896
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
683
  msgid "Change Expiration"
684
- msgstr "更改过期时限"
685
 
686
- #: wp-cache.php:935
687
  msgid "Rejected User Agents"
688
- msgstr "被拒绝的User Agent"
689
 
690
- #: wp-cache.php:936
691
  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."
692
- msgstr "HTTP User Agent;防止缓存机器人、蜘蛛或抓取器对于 WP-Cache 的请求。请注意,如果缓存文件已经存在,仍然会发送给这些代理。"
693
 
694
- #: wp-cache.php:943
695
  msgid "Save UA Strings"
696
- msgstr "保存UA字串"
697
 
698
- #: wp-cache.php:966
699
  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."
700
- msgstr "不缓存以下页面类型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">附加标签</a>文件对每个类型的完整讨论。"
701
 
702
- #: wp-cache.php:969
703
  msgid "Single Posts"
704
- msgstr "单篇文章"
705
 
706
- #: wp-cache.php:970
707
  msgid "Pages"
708
  msgstr "页面"
709
 
710
- #: wp-cache.php:971
711
  msgid "Front Page"
712
  msgstr "首页"
713
 
714
- #: wp-cache.php:972
715
  msgid "Home"
716
  msgstr "主页"
717
 
718
- #: wp-cache.php:973
719
  msgid "Archives"
720
  msgstr "存档"
721
 
722
- #: wp-cache.php:974
723
  msgid "Tags"
724
  msgstr "标签"
725
 
726
- #: wp-cache.php:975
727
  msgid "Category"
728
  msgstr "分类"
729
 
730
- #: wp-cache.php:976
731
  msgid "Feeds"
732
- msgstr "Feed"
733
 
734
- #: wp-cache.php:977
735
  msgid "Search Pages"
736
- msgstr "搜索页"
737
 
738
- #: wp-cache.php:979
739
- #: wp-cache.php:1108
 
 
 
 
740
  msgid "Save"
741
  msgstr "保存"
742
 
743
- #: wp-cache.php:996
744
  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."
745
- msgstr "在下方输入框内新增字串(不是文件名称),控制页面是否被缓存。例如,如果您的URL中包含年份,且您不想缓存去年的文章,那么就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 将会搜索这个字串是否包含在URL之中,如果是的话则不缓存这个页面。"
746
 
747
- #: wp-cache.php:1002
748
  msgid "Save Strings"
749
- msgstr "保存字串"
750
 
751
- #: wp-cache.php:1018
752
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
753
- msgstr "这里是可以被缓存的文件名,即使它们与上方设置的拒绝字串相符时也仍将被缓存。"
754
 
755
- #: wp-cache.php:1024
756
  msgid "Save Files"
757
  msgstr "保存文件"
758
 
759
- #: wp-cache.php:1068
760
- msgid "Debug Settings"
761
- msgstr "Debug 设置"
762
-
763
- #: wp-cache.php:1070
764
- msgid "Currently logging to: "
765
- msgstr "当前记录到:"
766
-
767
- #: wp-cache.php:1080
768
- 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."
769
- msgstr "在这里使用插件Debug模式解决问题。它可以发送给您Debug电子邮件或在您的缓存目录内产生的日志文件。"
770
 
771
- #: wp-cache.php:1081
772
- msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
773
- msgstr "记录日志的话更容易些,但问题是:清除缓存将会同时清除日志文件。"
774
 
775
- #: wp-cache.php:1085
776
  msgid "Debugging"
777
- msgstr "正在 Debug"
778
-
779
- #: wp-cache.php:1086
780
- msgid "Logging Type"
781
- msgstr "记录种类"
782
 
783
- #: wp-cache.php:1086
784
- msgid "Email"
785
- msgstr "电子邮件"
786
-
787
- #: wp-cache.php:1087
788
- msgid "file"
789
- msgstr "文件"
790
-
791
- #: wp-cache.php:1088
792
  msgid "IP Address"
793
- msgstr "IP地址"
794
 
795
- #: wp-cache.php:1088
796
- #, php-format
797
  msgid "(only log requests from this IP address. Your IP is %s)"
798
- msgstr "(仅记录来自此IP地址的请求。您的 IP 是 %s"
799
 
800
- #: wp-cache.php:1089
801
- msgid "Log level"
802
- msgstr "记录等级"
803
-
804
- #: wp-cache.php:1095
805
- msgid "(1 = less, 5 = more, may cause severe server load.)"
806
- msgstr "(1 = 低,5 = 更多,可能会导致严重的服务器负载)"
807
 
808
- #: wp-cache.php:1098
809
- msgid "Advanced"
810
- msgstr "高级选项"
811
 
812
- #: wp-cache.php:1098
813
  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>"
814
- msgstr "在极少数的博客上可能会出现两个问题:<ol><li>在首页可能会以一个 zip 文件开始下载。</li><li>如果您的博客使用一个静态的首页,或以 <em>/%category%/%postname%/</em> 作为固定链接架构的话,那么错误的页面有时候会变成首页的缓存画面。</li></ol>"
815
 
816
- #: wp-cache.php:1099
817
  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."
818
- msgstr "99%地肯定,它们不是 WP Super Cache 的错误。它只会发生在极少数的情况下,但如果您担心的话,您可以每5分钟进行一次简单的检查,以确保您的网站是正常的。如果有问题,您将会收到电子邮件。"
819
 
820
- #: wp-cache.php:1101
821
  msgid "Check front page every 5 minutes."
822
- msgstr "每五分钟检查一次首页"
823
 
824
- #: wp-cache.php:1102
825
  msgid "Front page text"
826
  msgstr "首页文字"
827
 
828
- #: wp-cache.php:1102
829
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
830
- msgstr "在您的首页里要搜索的文字。如果缺少这些文字,缓存将被清除。留空将停用此功能。"
831
 
832
- #: wp-cache.php:1103
833
  msgid "Clear cache on error."
834
- msgstr "清除缓存时发生错误。"
835
 
836
- #: wp-cache.php:1104
837
  msgid "Email the blog admin when checks are made. (useful for testing)"
838
- msgstr "当检查时发送电子邮件给网站管理员。(仅供测试)"
839
 
840
- #: wp-cache.php:1118
841
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
842
- msgstr "错误:GZIP压缩已启用,如果您想启用wp-cache,请停用它。"
843
 
844
- #: wp-cache.php:1166
845
- #: wp-cache.php:1328
 
846
  msgid "Warning"
847
  msgstr "警告"
848
 
849
- #: wp-cache.php:1166
850
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
851
- msgstr "WordPress GZIP压缩已启用,wp-cache将被绕过,除非您停用gzip压缩。"
852
 
853
- #: wp-cache.php:1224
854
- #: wp-cache.php:1229
855
- #: wp-cache.php:1261
856
- #: wp-cache.php:1266
857
- #: wp-cache.php:1272
858
  msgid "Error"
859
  msgstr "错误"
860
 
861
- #: wp-cache.php:1224
862
- #, php-format
863
- msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
864
- msgstr "您的缓存目录(<strong>$cache_path</strong>)不存在,且无法从服务器端建立。请检查 %s 权限。"
865
 
866
- #: wp-cache.php:1229
867
- #, php-format
868
  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."
869
- msgstr "您的缓存目录(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必须使插件可写入才能正常工作。请重新检查。"
870
 
871
- #: wp-cache.php:1261
872
- #, php-format
873
  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."
874
- msgstr "您的 WP-Cache 设置文件(<strong>%s</strong>)已经过期,且无法由服务器端写入,请删除它并刷新此页面。"
875
 
876
- #: wp-cache.php:1266
877
- #, php-format
878
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
879
- msgstr "设置文件遗失,%1$s 目录(<strong>%2$s</strong>)也无法被服务器写入。请检查权限。"
880
 
881
- #: wp-cache.php:1272
882
- #, php-format
883
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
884
- msgstr "WP-Cache 设置文件范例(<strong>%s</strong>)不存在。请确认您的安装是否正确。"
 
 
 
 
885
 
886
- #: wp-cache.php:1328
887
- #, php-format
888
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
889
- msgstr "%s/advanced-cache.php</em> 文件不存在或是无法更新。"
890
 
891
- #: wp-cache.php:1329
892
  msgid "1. If it already exists please delete the file first."
893
- msgstr "1. 如果它已经存在,请先删除。"
894
 
895
- #: wp-cache.php:1330
896
- #, php-format
897
  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)"
898
- msgstr "2. 请使用您的FTP程序或服务器软件,以chmod指令使%1$s可写入。(<em>chmod 777 %1$s</em>),并刷新此页面。这只是暂时这样做,您之后需在把它更改为只读。(使用前面的指令将权限从 777 更改为 755"
899
 
900
- #: wp-cache.php:1331
901
- #, php-format
902
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
903
- msgstr "3. 刷新此页面以更新 <em>%s/advanced-cache.php</em>"
904
 
905
- #: wp-cache.php:1332
906
- #, php-format
907
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
908
- msgstr "如果无法工作,请确认 <em>%s/advanced-cache.php</em> 文件不存在:"
909
 
910
- #: wp-cache.php:1333
911
- #, php-format
912
  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>"
913
- 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>"
 
 
 
 
914
 
915
- #: wp-cache.php:1353
916
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
917
- msgstr "<strong>错误:</strong>在您的 <code>wp-config.php</code> 文件里 <strong>WP_CACHE 是停用状态</strong>,且无法修改。"
918
 
919
- #: wp-cache.php:1354
920
- #, php-format
921
  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. "
922
- msgstr "编辑 <code>%s</code> 并加入以下源代码:<br /> <code>define('WP_CACHE', true);</code><br />否则,<strong>WP-Cache 将无法被 WordPress 核心执行</strong>。"
923
 
924
- #: wp-cache.php:1357
925
- 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."
926
- msgstr "<h3>WP_CACHE 不断被新增到 wp-config.php</h3><p>如果您一直都能看到这条警告讯息,请参阅 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五条。源代码中 WP_CACHE 所在行必须前移。"
927
 
928
- #: wp-cache.php:1379
929
  msgid "Cache Contents"
930
  msgstr "缓存内容"
931
 
932
- #: wp-cache.php:1382
933
  msgid "Object cache in use. No cache listing available."
934
- msgstr "正在使用缓存对象。无法列出缓存的页面。"
935
 
936
- #: wp-cache.php:1405
937
- #, php-format
938
  msgid "Deleting supercache file: <strong>%s</strong><br />"
939
- msgstr "删除supercache文件:<strong>%s</strong><br />"
940
 
941
- #: wp-cache.php:1422
942
- #, php-format
943
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
944
- msgstr "删除wp-cache文件:<strong>%s</strong><br />"
 
 
 
 
945
 
946
- #: wp-cache.php:1486
 
 
 
 
 
 
 
 
947
  msgid "WP-Cache"
948
  msgstr "WP-Cache"
949
 
950
- #: wp-cache.php:1487
951
- #: wp-cache.php:1500
952
- #, php-format
953
  msgid "%s Cached Pages"
954
- msgstr "%s 个页面已缓存"
955
 
956
- #: wp-cache.php:1488
957
- #: wp-cache.php:1502
958
- #, php-format
959
  msgid "%s Expired Pages"
960
- msgstr "%s 个页面已过期"
961
 
962
- #: wp-cache.php:1499
963
  msgid "WP-Super-Cache"
964
  msgstr "WP-Super-Cache"
965
 
966
- #: wp-cache.php:1507
967
  msgid "Fresh WP-Cached Files"
968
- msgstr " WP-Cached 文件"
969
 
970
- #: wp-cache.php:1508
971
- #: wp-cache.php:1524
972
- #: wp-cache.php:1540
973
- #: wp-cache.php:1556
974
  msgid "URI"
975
- msgstr "URI 网址"
976
 
977
- #: wp-cache.php:1508
978
- #: wp-cache.php:1524
979
  msgid "Key"
980
- msgstr "关键字"
981
 
982
- #: wp-cache.php:1508
983
- #: wp-cache.php:1524
984
- #: wp-cache.php:1540
985
- #: wp-cache.php:1556
986
  msgid "Age"
987
- msgstr ""
988
 
989
- #: wp-cache.php:1508
990
- #: wp-cache.php:1524
991
- #: wp-cache.php:1540
992
- #: wp-cache.php:1556
993
  msgid "Delete"
994
  msgstr "删除"
995
 
996
- #: wp-cache.php:1523
997
  msgid "Stale WP-Cached Files"
998
- msgstr " WP-Cached 文件"
999
 
1000
- #: wp-cache.php:1539
1001
  msgid "Fresh Super Cached Files"
1002
- msgstr " Super Cached 文件"
1003
 
1004
- #: wp-cache.php:1555
1005
  msgid "Stale Super Cached Files"
1006
- msgstr " Super Cached 文件"
1007
 
1008
- #: wp-cache.php:1571
1009
  msgid "Hide file list"
1010
- msgstr "隐藏文件清单"
1011
-
1012
- #: wp-cache.php:1573
1013
- msgid "List all cached files"
1014
- msgstr "列出所有缓存文件"
1015
 
1016
- #: wp-cache.php:1579
1017
- #, php-format
1018
- msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1019
- msgstr "<strong>垃圾收集</strong><br />上次垃圾收集于 <strong>%s</strong> 分钟前<br />"
1020
 
1021
- #: wp-cache.php:1580
1022
- #, php-format
1023
- msgid "Next GC in <strong>%s</strong> minutes"
1024
- msgstr "下次垃圾收集于 <strong>%s</strong> 分钟后"
1025
 
1026
- #: wp-cache.php:1582
1027
- #, php-format
1028
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1029
- msgstr "过期文件指存在超过 %s 秒钟的文件。它们仍然会被插件使用但是会定期删除。"
1030
 
1031
- #: wp-cache.php:1592
1032
  msgid "Delete Expired"
1033
- msgstr "删除过期文件"
1034
-
1035
- #: wp-cache.php:1598
1036
- #: wp-cache.php:1610
1037
- #: wp-cache.php:1769
1038
- msgid "Delete Cache"
1039
- msgstr "删除缓存"
1040
 
1041
- #: wp-cache.php:1610
1042
  msgid "Delete Super Cache cached files (opens in new window)"
1043
- msgstr "删除 Super Cache 缓存文件(在新视窗打开)"
1044
 
1045
- #: wp-cache.php:1745
1046
- #, php-format
1047
- msgid "%1$s is Digg proof thanks to caching by %2$s"
1048
- msgstr "%1$s 使用的缓存程序为 %2$s"
1049
 
1050
- #: wp-cache.php:1778
1051
- #, php-format
1052
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1053
- msgstr "WP Super Cache 必须设置。请前往<a href=\"%s\">管理后台</a>启用和设置插件。"
1054
 
1055
- #: wp-cache.php:1784
1056
  msgid "Settings"
1057
  msgstr "设置"
1058
 
1059
- #: wp-cache.php:1794
1060
- #, php-format
1061
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1062
- msgstr "WP Super Cache 停用。请前往 <a href=\"%s\">插件管理页</a>启用缓存。"
 
 
 
 
1063
 
1064
- #: wp-cache.php:1813
1065
- #, php-format
1066
  msgid "[%s] Front page is gzipped! Please clear cache!"
1067
- msgstr "[%s] 首页已使用gzip压缩!请清除缓存!"
1068
 
1069
- #: wp-cache.php:1813
1070
- #, php-format
1071
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1072
- msgstr "请前往 %s 清除缓存,网站的首页正在下载!"
1073
 
1074
- #: wp-cache.php:1816
1075
- #, php-format
1076
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1077
- msgstr "[%s] 首页已使用gzip压缩!缓存已清除!"
1078
 
1079
- #: wp-cache.php:1816
1080
- #, php-format
1081
  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."
1082
- msgstr "您的博客缓存已被清除。因为您的博客首页正在下载,请前往 %s 确认缓存已被清除。"
1083
 
1084
- #: wp-cache.php:1823
1085
- #, php-format
1086
  msgid "[%s] Front page is not correct! Please clear cache!"
1087
  msgstr "[%s] 首页不正确!请清除缓存!"
1088
 
1089
- #: wp-cache.php:1823
1090
- #, php-format
1091
  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\"!"
1092
- msgstr "请前往 %1$s 清除缓存,博客的首页不正确,遗失文字,\"%2$s\"!"
1093
 
1094
- #: wp-cache.php:1826
1095
- #, php-format
1096
  msgid "[%s] Front page is not correct! Cache Cleared!"
1097
  msgstr "[%s] 首页不正确!缓存已清除!"
1098
 
1099
- #: wp-cache.php:1826
1100
- #, php-format
1101
  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."
1102
- msgstr "您的博客已被清除缓存,因为您的博客首页缺少文字 \"%2$s\"。请前往 %1$s 确认缓存已被清除。"
1103
 
1104
- #: wp-cache.php:1831
1105
- #, php-format
1106
  msgid "[%s] Front page check!"
1107
  msgstr "[%s] 首页检查!"
1108
 
1109
- #: wp-cache.php:1831
1110
- #, php-format
1111
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1112
- msgstr "WP Super Cache 已检查过您博客的首页。如果您想停用这项功能,请前往 %s 。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1113
 
1114
- #~ msgid "Mobile device support."
1115
- #~ msgstr "移动设备支持。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1116
 
1
+ # Copyright (C) 2012
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: 2012-06-21 09:44:46+00:00\n"
8
+ "PO-Revision-Date: 2012-07-16 18:14+0800\n"
9
+ "Last-Translator: \n"
10
+ "Language-Team: Christopher Meng <cickumqt@gmail.com>\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-Language: Chinese\n"
15
  "X-Poedit-Country: CHINA\n"
 
16
 
17
+ #: ossdl-cdn.php:151
18
+ 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>."
19
+ msgstr "您的网站可能使用了大量的静态文件。图像,Javascript CSS 文件通常都是可供其他站点或者 CDN 方便调用的静态文件。因此,本插件使用下方您提供的地址替换了站点的所有 <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\">文件自动传输到 CDN 功能</a> 为文件做镜像到 CDN。"
20
 
21
+ #: ossdl-cdn.php:152
22
+ #: wp-cache.php:1071
23
+ msgid "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."
24
+ msgstr "如果您不需要文件自动传输到 CDN 功能(origin pull),<a href=\"%1$s\">CDN Sync Tool</a> 插件将会帮助有关文件上传至 Amazon S3/Cloudfront 。如果您有意见或者需求,请访问<a href=\"%2$s\">插件支持论坛</a>。"
 
 
 
25
 
26
+ #: ossdl-cdn.php:153
27
+ 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."
28
+ msgstr "<strong style=\"color: red\">警告:</strong> 请测试一些静态地址比如 %s 以便确保您的 CDN 服务在保存设置前正在工作。"
29
+
30
+ #: ossdl-cdn.php:154
31
+ msgid "You can define different CDN URLs for each site on a multsite network."
32
+ msgstr "您可以对多站点中的每个站点定义不同的 CDN 服务地址。"
33
+
34
+ #: ossdl-cdn.php:162
35
+ msgid "Enable CDN Support"
36
+ msgstr "开启 CDN 支持"
37
+
38
+ #: ossdl-cdn.php:165
39
+ msgid "Off-site URL"
40
+ msgstr "Off-site URL"
41
+
42
+ #: ossdl-cdn.php:168
43
+ 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>."
44
+ msgstr ""
45
+
46
+ #: ossdl-cdn.php:172
47
+ msgid "Include directories"
48
+ msgstr "包含目录"
49
 
50
+ #: ossdl-cdn.php:175
51
+ 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."
52
+ msgstr "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."
53
+
54
+ #: ossdl-cdn.php:179
55
+ msgid "Exclude if substring"
56
+ msgstr "如果是之前有则排除"
57
+
58
+ #: ossdl-cdn.php:182
59
+ 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)."
60
+ msgstr "如果以上的字符串中有任何一个符合,那么将不会被写入至重写规则中。请使用半角逗号隔开,例如 <code>.php, .flv, .do</code>,,并且无论如何不要删去 <code>.php</code> (默认)。"
61
+
62
+ #: ossdl-cdn.php:186
63
+ msgid "Additional CNAMES"
64
+ msgstr "附加 CNAME 记录"
65
+
66
+ #: ossdl-cdn.php:189
67
+ 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"
68
+ msgstr ""
69
+
70
+ #: ossdl-cdn.php:193
71
+ msgid "Skip https URLs to avoid \"mixed content\" errors"
72
+ msgstr "忽略 https 地址以避免 \"mixed content\" 错误"
73
+
74
+ #: ossdl-cdn.php:197
75
+ msgid "Save Changes"
76
+ msgstr "保存修改"
77
+
78
+ #: ossdl-cdn.php:199
79
+ 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>"
80
+ msgstr "CDN 功能由 <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a> 编写的 <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> 插件提供。"
81
+
82
+ #: plugins/awaitingmoderation.php:4
83
+ msgid "Your comment is awaiting moderation."
84
+ msgstr "您的评论正在等待审核。"
85
+
86
+ #: plugins/awaitingmoderation.php:32
87
+ msgid "Awaiting Moderation"
88
+ msgstr "Awaiting Moderation"
89
+
90
+ #: plugins/awaitingmoderation.php:34
91
+ #: plugins/badbehaviour.php:65
92
+ #: plugins/domain-mapping.php:75
93
  #: plugins/searchengine.php:69
94
+ #: plugins/wptouch.php:22
95
+ #: wp-cache.php:1311
96
+ msgid "Enabled"
97
+ msgstr "已启用"
98
+
99
+ #: plugins/awaitingmoderation.php:35
100
+ #: plugins/badbehaviour.php:66
101
+ #: plugins/domain-mapping.php:76
102
+ #: plugins/searchengine.php:70
103
+ #: plugins/wptouch.php:23
104
+ #: wp-cache.php:1311
105
+ msgid "Disabled"
106
+ msgstr "已禁用"
107
+
108
+ #: plugins/awaitingmoderation.php:36
109
+ msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
110
+ msgstr "启用或禁用该插件以便移除当新的待审核评论产生时的 \"您的评论正在等待审核。\" 提示。"
111
+
112
+ #: plugins/awaitingmoderation.php:40
113
+ #: plugins/badbehaviour.php:71
114
+ #: plugins/domain-mapping.php:81
115
+ #: plugins/searchengine.php:75
116
+ #: plugins/wptouch.php:28
117
+ #: wp-cache.php:1769
118
+ #: wp-cache.php:1771
119
  msgid "enabled"
120
  msgstr "已启用"
121
 
122
+ #: plugins/awaitingmoderation.php:42
123
+ #: plugins/badbehaviour.php:73
124
+ #: plugins/domain-mapping.php:83
125
+ #: plugins/searchengine.php:77
126
+ #: plugins/wptouch.php:30
127
+ msgid "disabled"
128
+ msgstr "已禁用"
129
+
130
+ #: plugins/awaitingmoderation.php:43
131
+ msgid "Awaiting Moderation is now %s"
132
+ msgstr "Awaiting Moderation %s"
133
+
134
+ #: plugins/awaitingmoderation.php:45
135
+ #: plugins/badbehaviour.php:76
136
+ #: plugins/domain-mapping.php:86
137
+ #: plugins/searchengine.php:80
138
+ #: plugins/wptouch.php:33
139
+ msgid "Update"
140
+ msgstr "更新"
141
 
142
+ #: plugins/badbehaviour.php:47
143
+ msgid "Bad Behaviour not found. Please check your install."
144
+ msgstr "没有找到 Bad Behavior 插件。请检查您的安装。"
 
145
 
146
  #: plugins/badbehaviour.php:63
147
+ msgid "Bad Behavior"
148
+ msgstr "Bad Behavior"
149
+
150
+ #: plugins/badbehaviour.php:68
151
+ 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/\") "
152
+ msgstr "(仅支持传统模式,并且需要禁用压缩以及确保 <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 插件在 \"%s/plugins/bad-behavior/\" 目录中) "
153
+
154
+ #: plugins/badbehaviour.php:74
155
+ msgid "Bad Behavior support is now %s"
156
+ msgstr "Bad Behavior 兼容%s"
157
+
158
+ #: plugins/badbehaviour.php:83
159
+ #: wp-cache.php:1401
160
+ #: wp-cache.php:1406
161
+ msgid "Warning!"
162
+ msgstr "警告!"
163
+
164
+ #: plugins/domain-mapping.php:73
165
+ msgid "Domain Mapping"
166
+ msgstr "Domain Mapping"
167
+
168
+ #: plugins/domain-mapping.php:78
169
+ 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."
170
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">点击查看 Domain Mapping 插件对同主机多站点的支持</a>。"
171
+
172
+ #: plugins/domain-mapping.php:84
173
+ msgid "Domain Mapping support is now %s"
174
+ msgstr "Domain Mapping 兼容%s"
175
+
176
+ #: plugins/domain-mapping.php:98
177
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
178
+ msgstr "已检测到 Domain Mapping 插件!请前往本插件的设置首页启用 Domain Mapping 插件支持。"
179
+
180
+ #: plugins/multisite.php:13
181
+ msgid "Cached"
182
+ msgstr "已缓存"
183
+
184
+ #: plugins/multisite.php:31
185
+ #: wp-cache.php:1324
186
  msgid "Enable"
187
  msgstr "启用"
188
 
189
+ #: plugins/multisite.php:33
190
+ #: plugins/searchengine.php:61
191
+ #: wp-cache.php:1324
192
+ msgid "Disable"
193
+ msgstr "禁用"
194
 
195
+ #: plugins/multisite.php:39
196
+ msgid "Caching has been disabled on this blog on the Network Admin Sites page."
197
+ msgstr "在该博客的站点网络管理页面上缓存功能已被禁用。"
198
+
199
+ #: plugins/searchengine.php:67
200
+ msgid "No Adverts for Friends"
201
+ msgstr "No Adverts for Friends"
202
 
203
  #: plugins/searchengine.php:72
204
+ msgid "Provides support for <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>."
205
+ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">点击查看 No Adverts for Friends 插件的支持</a>。"
206
 
207
+ #: plugins/searchengine.php:78
208
+ msgid "No Adverts for Friends support is now %s"
209
+ msgstr "No Adverts for Friends 兼容%s"
 
210
 
211
+ #: plugins/wptouch.php:20
212
+ msgid "WPTouch"
213
+ msgstr "WPTouch"
214
+
215
+ #: plugins/wptouch.php:25
216
+ msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPTouch</a> mobile theme and plugin."
217
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/wptouch/\">点击查看 WPTouch 的手机主题和插件本身的支持</a>。"
218
+
219
+ #: plugins/wptouch.php:31
220
+ msgid "WPTouch support is now %s"
221
+ msgstr "WPTouch 兼容%s"
222
+
223
+ #: plugins/wptouch.php:45
224
+ msgid "WPTouch plugin detected! Please go to the Supercache plugins page and enable the WPTouch helper plugin."
225
+ msgstr "已检测到 WPTouch 插件!请前往插件设置首页启用 WPTouch 插件支持。"
226
+
227
+ #: wp-cache-phase2.php:1209
228
+ msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
229
+ msgstr "清理到期缓存计划任务执行失败,将会在10秒后重试。"
230
+
231
+ #: wp-cache-phase2.php:1213
232
+ msgid "Cache expiry cron job took more than 30 seconds. You should probably run the garbage collector more often."
233
+ msgstr "缓存到期检查任务已经执行了不少于30秒。您可能需要更经常地运行垃圾回收期。"
234
+
235
+ #: wp-cache-phase2.php:1222
236
+ msgid "[%1$s] WP Super Cache GC Report"
237
+ msgstr "[%1$s] [%1$s] WP Super Cache 垃圾回收器报告"
238
 
239
+ #: wp-cache.php:99
240
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
241
+ msgstr "请把 wp-super-cache/wp-cache-config-sample.php 改为 %s /wp-cache-config.php"
242
+
243
+ #: wp-cache.php:162
244
  msgid "Warning! PHP Safe Mode Enabled!"
245
  msgstr "警告!PHP 安全模式已启用!"
246
 
247
+ #: wp-cache.php:163
248
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
249
+ msgstr "由于启用了安全模式,在插件运行时您可能会遇到问题。"
250
 
251
+ #: wp-cache.php:167
252
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
253
+ msgstr " PHP 代码读取或者写入文件之前,您的服务器程序将会检查其属主。"
254
 
255
+ #: wp-cache.php:168
 
256
  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."
257
+ msgstr "您或者管理员也许能通过修改插件的用户组属主为服务器软件用户来使得插件正常工作。%s/cache/ 目录的用户组属主同样需要修改。更多信息请访问 <a href=\"http://php.net/features.safe-mode\">PHP 安全模式手册</a> 页面。"
258
 
259
+ #: wp-cache.php:170
260
  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."
261
+ msgstr "您或者管理员必须禁用该功能。更多信息请访问 <a href=\"http://php.net/features.safe-mode\">PHP 安全模式手册</a> 。很遗憾这个操作不能在 .htaccess 文件中修改,您必须修改 php.ini 文件。"
262
 
263
+ #: wp-cache.php:176
264
  msgid "Permlink Structure Error"
265
+ msgstr "固定链接结构出错"
266
 
267
+ #: wp-cache.php:177
268
  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."
269
+ msgstr "本插件需要正确的自定义链接或者固定链接结构才能正常工作。请前往 <a href=\"options-permalink.php\">固定链接设置</a> 页面进行配置。"
 
 
 
 
 
 
 
 
270
 
271
+ #: wp-cache.php:189
 
272
  msgid "Warning! Your hostname \"%s\" resolves to %s"
273
+ msgstr "警告!您的主机 \"%s\" 被解析至 %s"
274
 
275
+ #: wp-cache.php:190
 
276
  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."
277
+ msgstr "您的服务器认为您的主机解析至 %s。有些服务比如垃圾回收器和定时发布功能将无法正常工作。"
278
 
279
+ #: wp-cache.php:191
280
+ #: wp-cache.php:205
 
281
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
282
+ msgstr "请查看 readme.txt 中 <a href=\"%s\">疑难问题解决部分</a> 的第16号问题"
283
 
284
+ #: wp-cache.php:204
285
  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."
286
+ msgstr "很遗憾,找不到 wp-cron.php。该文件是垃圾回收器正常工作,WordPress 定时发布任务以及其他活动的关键。"
287
 
288
+ #: wp-cache.php:218
289
+ msgid "Cannot continue... fix previous problems and retry."
290
+ msgstr "无法继续... 清修复之前遇到的问题然后重试。"
291
+
292
+ #: wp-cache.php:227
293
  msgid "Zlib Output Compression Enabled!"
294
+ msgstr "Zlib 输出压缩已启用!"
295
 
296
+ #: wp-cache.php:228
297
  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."
298
+ msgstr "PHP 正在压缩发送到来访者的数据。建议禁用该功能,因为本插件已经缓存了压缩后的输出数据而不是重复压缩多次它们。同时请查看 readme 文件的疑难问题解决部分的第21号问题。查看 <a href=\"http://php.net/manual/en/zlib.configuration.php\">这个页面</a> 以了解配置 php.ini 的介绍。"
299
 
300
+ #: wp-cache.php:232
301
  msgid "Mod rewrite may not be installed!"
302
+ msgstr "Mod rewrite 模块可能未安装!"
303
 
304
+ #: wp-cache.php:233
305
+ 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."
306
+ msgstr "貌似 mod_rewrite 模块尚未安装。也许情况并不是这样,尤其是当您不使用 Apache 作为服务器程序的时候。请检查 mod_rewrite 模块是否被加载。这对于 Super Cache 的静态文件的调用是必需的。不过您可以使用 PHP 缓存模式或者传统模式运行本插件。"
307
 
308
+ #: wp-cache.php:239
309
  msgid "Read Only Mode. Configuration cannot be changed."
310
  msgstr "只读模式。设置无法更改。"
311
 
312
+ #: wp-cache.php:240
 
 
 
 
 
 
 
 
 
313
  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."
314
+ msgstr "WP Super Cache 的设置文件 <code>%s/wp-cache-config.php</code> 无法被变更。这个文件必须被设置为可被写入权限才能正常工作。"
315
 
316
+ #: wp-cache.php:241
317
  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."
318
+ msgstr "最简单的方法就是通过 ftp 客户端使用 CHMOD 命令临时修改文件权限。请确保文件全局可被写入,然后就可以了。"
319
 
320
+ #: wp-cache.php:242
321
  #: wp-cache.php:258
322
+ msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
323
+ msgstr "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">这个页面</a> 讲述了如何修改文件权限。"
324
+
325
+ #: wp-cache.php:243
326
  msgid "Writeable:"
327
+ msgstr "可写的:"
328
 
329
+ #: wp-cache.php:244
330
  msgid "Readonly:"
331
  msgstr "只读:"
332
 
333
+ #: wp-cache.php:256
 
334
  msgid "Warning! %s is writeable!"
335
+ msgstr "警告! %s 可被写入!"
336
 
337
+ #: wp-cache.php:257
 
338
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
339
+ msgstr "您应该通过 ftp 客户端或者以下命令更改 %s 的权限并确保它被严格限制:"
340
+
341
+ #: wp-cache.php:267
342
+ msgid "Mobile rewrite rules detected"
343
+ msgstr "检测到针对手机的重写规则"
344
+
345
+ #: wp-cache.php:268
346
+ 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."
347
+ msgstr "为了更好的访问体验,您应该启用 \"手机设备支持\" 或者删除 .htaccess. 文件中的手机重写规则。请查找 \"2.0\\ MMP|240x320\" 文本并删除它们。"
348
+
349
+ #: wp-cache.php:268
350
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
351
+ msgstr "这将不会影响电脑用户,但是手机用户将会访问未缓存的页面。"
352
+
353
+ #: wp-cache.php:274
354
+ #: wp-cache.php:285
355
+ msgid "Rewrite rules must be updated"
356
+ msgstr "重写规则必须被更新"
357
 
358
+ #: wp-cache.php:275
359
+ #: wp-cache.php:286
360
+ msgid "The rewrite rules required by this plugin have changed or are missing. "
361
+ msgstr "插件需要的重写规则已被更改或者缺失。"
362
+
363
+ #: wp-cache.php:276
364
+ 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):"
365
+ msgstr "若要对手机用户进行配置,需要额外添加规则到 .htaccess 文件中,或者您启用传统模式。这是您的选择(有些困难):"
366
+
367
+ #: wp-cache.php:277
368
+ msgid "Set the plugin to legacy mode and enable mobile support."
369
+ msgstr "设置插件为传统模式并且启用手机支持。"
370
+
371
+ #: wp-cache.php:278
372
+ #: wp-cache.php:287
373
+ msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
374
+ msgstr "滚动查看高级选项卡,找到并点击 <strong>更新 Mod_Rewrite 规则</strong> 按钮。"
375
+
376
+ #: wp-cache.php:279
377
+ 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."
378
+ msgstr "删除插件的 mod_rewrite 规则,它们是 %s.htaccess 文件中从 <code># BEGIN WPSuperCache</code> 开始到 <code># END WPSuperCache</code> 结束的代码块,随后请刷新本页来重建规则。"
379
+
380
+ #: wp-cache.php:280
381
+ 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)"
382
+ msgstr "请自行添加规则。编辑 %s.htaccess 并找到从 <code># BEGIN WPSuperCache</code> 开始到 <code># END WPSuperCache</code> 结束的这部分代码。请注意有两部分很相似,请在 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> 下方添加这些规则: (请执行该操作两次,每一部分一次)"
383
+
384
+ #: wp-cache.php:293
385
+ msgid "Required to serve compressed supercache files properly."
386
+ msgstr "这是必需的以便能够正确调用缓存文件。"
387
+
388
+ #: wp-cache.php:293
389
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
390
+ msgstr "该模块的作用是设定 supercache 页面的缓存信息。没有该模块,IE7用户将只会看见旧页面。"
391
+
392
+ #: wp-cache.php:293
393
+ msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
394
+ msgstr "设定缓存文件的到期时间。没有该模块时,当来访者刷新或者留下评论时可能不会看到新页面。"
395
+
396
+ #: wp-cache.php:300
397
+ msgid "Missing Apache Modules"
398
+ msgstr "找不到 Apache 模块"
399
+
400
+ #: wp-cache.php:301
401
+ 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."
402
+ msgstr "由于下列 Apache 模块的缺失,本插件只能运行于传统模式。如果强制在完整的运行模式下运行,来访者可能会浏览异常的页面。"
403
+
404
+ #: wp-cache.php:502
405
  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."
406
+ msgstr "<strong>警告!</strong>您尝试启用压缩但是 <code>zlib.output_compression</code> 参数已被启用。请查看 readme 文件的疑难问题解决部分的第21号解答。"
407
 
408
+ #: wp-cache.php:598
409
+ msgid "WP Super Cache Settings"
410
+ msgstr "WP Super Cache 设置"
411
 
412
+ #: wp-cache.php:612
413
+ msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
414
+ msgstr "注意:由于 <em>Mod_rewrite 模式或者传统模式已启用</em>,默认将显示高级设置选项卡。"
415
 
416
+ #: wp-cache.php:623
417
+ msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
418
+ msgstr "设置文件已变更,有些数值可能是错误的。请通过 \"设置\" 菜单重新加载。"
419
 
420
+ #: wp-cache.php:655
421
+ msgid "Caching must be enabled to use this feature"
422
+ msgstr "这项功能必须在启用缓存功能后方可使用。"
423
 
424
+ #: wp-cache.php:673
425
+ #: wp-cache.php:813
426
+ msgid "Cancel Cache Preload"
427
+ msgstr "取消预加载缓存"
428
 
429
+ #: wp-cache.php:681
430
+ msgid "Scheduled preloading of cache almost cancelled. It may take up to a minute for it to cancel completely."
431
+ msgstr "预缓存计划任务马上就会被取消,这可能需要花费一点时间。"
432
 
433
+ #: wp-cache.php:692
434
+ msgid "Scheduled preloading of cache cancelled."
435
+ msgstr "预缓存计划任务已取消"
436
 
437
+ #: wp-cache.php:724
438
+ #: wp-cache.php:811
439
+ msgid "Preload Cache Now"
440
+ msgstr "立即预加载缓存"
441
 
442
+ #: wp-cache.php:728
443
+ msgid "Scheduled preloading of cache in 10 seconds."
444
+ msgstr "预缓存任务在10秒后启动。"
445
 
446
+ #: wp-cache.php:733
447
+ msgid "Scheduled preloading of cache in %d minutes"
448
+ msgstr "预缓存任务在%d秒后启动。"
449
 
450
+ #: wp-cache.php:737
451
+ 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."
452
+ msgstr "预缓存的功能是缓存所有已发布的页面和文章。它会创建 supercache 静态文件,这样的话,未知用户(包括搜索引擎蜘蛛)将会获得缓存后的页面。这将帮助您的站点的 Google PR 提升,因为 Google 会把网站的响应速度作为评判网站的标准。"
453
 
454
+ #: wp-cache.php:738
455
+ 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."
456
+ msgstr "预缓存将会创建大量新文件,并且会将所有文章进行缓存。如果您有10000篇以上文章,不建议您使用该功能,尤其是在共享主机上。"
457
 
458
+ #: wp-cache.php:739
459
+ 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."
460
+ msgstr "在预缓存模式下,垃圾回收器将只会对已知用户清理传统模式产生的旧文件,而不是预缓存的 supercache 文件。当缓存被预缓存时,本功能建议启用。"
461
 
462
+ #: wp-cache.php:743
463
+ msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
464
+ msgstr "每%s分钟刷新预缓存文件(设置为0则禁用,至少%d分钟。)"
 
465
 
466
+ #: wp-cache.php:756
467
+ msgid "all"
468
+ msgstr "全部"
469
 
470
+ #: wp-cache.php:769
471
+ msgid "Preload %s posts."
472
+ msgstr "预缓存 %s 篇文章。"
473
 
474
+ #: wp-cache.php:776
475
+ msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
476
+ msgstr "预缓存模式(垃圾回收器只会在传统模式上生效。推荐。)"
477
 
478
+ #: wp-cache.php:779
479
+ msgid "Preload tags, categories and other taxonomies."
480
+ msgstr "预缓存标签,分类以及其他。"
481
 
482
+ #: wp-cache.php:782
483
+ msgid "Send me status emails when files are refreshed."
484
+ msgstr "当缓存文件刷新完毕后发送邮件通知。"
485
 
486
+ #: wp-cache.php:787
487
+ msgid "Many emails, 2 emails per 100 posts."
488
+ msgstr "大量邮件,每100篇文章发送2封邮件。"
489
 
490
+ #: wp-cache.php:790
491
+ msgid "Medium, 1 email per 100 posts."
492
+ msgstr "适量邮件,每100篇文章发送1封邮件。"
493
 
494
+ #: wp-cache.php:793
495
+ msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
496
+ msgstr "少量邮件,缓存第一篇发送1封邮件,缓存结束时发送再1封邮件。"
 
497
 
498
+ #: wp-cache.php:797
499
+ msgid "Refresh of cache in %d hours %d minutes and %d seconds."
500
+ msgstr "缓存将会在 %d小时%d分%d秒后刷新。"
501
 
502
+ #: wp-cache.php:798
503
+ msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
504
+ msgstr "缓存全部刷新将会在%d小时%d分%d秒后开始。"
505
 
506
+ #: wp-cache.php:804
507
+ msgid "Currently caching from post %d to %d."
508
+ msgstr "正在缓存文章 %d 到文章 %d。"
509
+
510
+ #: wp-cache.php:808
511
+ msgid "<strong>Page last cached:</strong> %s"
512
+ msgstr "<strong>页面最后缓存:</strong> %s"
513
+
514
+ #: wp-cache.php:811
515
+ msgid "Update Settings"
516
+ msgstr "更新设置"
517
+
518
+ #: wp-cache.php:819
519
+ msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
520
+ msgstr "预缓存功能已禁用。请禁用传统模式或者与您的主机管理员联系。"
521
+
522
+ #: wp-cache.php:836
523
+ #: wp-cache.php:947
524
+ msgid "Caching"
525
+ msgstr "缓存功能"
526
+
527
+ #: wp-cache.php:840
528
+ msgid "Cache hits to this website for quick access."
529
+ msgstr "启用缓存以便加快访问。"
530
+
531
+ #: wp-cache.php:840
532
+ #: wp-cache.php:841
533
+ #: wp-cache.php:858
534
+ #: wp-cache.php:867
535
+ #: wp-cache.php:874
536
+ #: wp-cache.php:877
537
+ #: wp-cache.php:894
538
+ #: wp-cache.php:950
539
+ msgid "Recommended"
540
+ msgstr "推荐"
541
+
542
+ #: wp-cache.php:841
543
+ msgid "Use mod_rewrite to serve cache files."
544
+ msgstr "mod_rewrite 缓存模式。"
545
+
546
+ #: wp-cache.php:842
547
+ msgid "Use PHP to serve cache files."
548
+ msgstr "PHP 缓存模式。"
549
+
550
+ #: wp-cache.php:843
551
+ msgid "Legacy page caching."
552
+ msgstr "传统缓存模式。"
553
+
554
+ #: wp-cache.php:844
555
+ 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."
556
+ msgstr "Mod_rewrite 方式最快;PHP 方式几乎与前者一样快并且容易部署;传统模式比它们稍慢,但是更灵活且部署简单。建议新用户使用 PHP 缓存模式。"
557
+
558
+ #: wp-cache.php:850
559
+ msgid "Miscellaneous"
560
+ msgstr "杂项"
561
+
562
+ #: wp-cache.php:856
563
+ msgid "Warning! Compression is disabled as gzencode() function not found."
564
+ msgstr "警告!由于未找到 gzencode() 函数,压缩已被禁用。"
565
+
566
+ #: wp-cache.php:858
567
+ msgid "Compress pages so they&#8217;re served more quickly to visitors."
568
+ msgstr "压缩页面以便让来访者更快浏览。"
569
+
570
+ #: wp-cache.php:859
571
+ msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
572
+ msgstr "压缩默认已禁用,因为有些主机对压缩过的文件处理有问题。勾选或取消勾选该功能会清除缓存。"
573
+
574
+ #: wp-cache.php:867
575
+ msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
576
+ msgstr "304 Not Modified 浏览器缓存。声明一个页面自从上一次被请求后还未被变更。"
577
+
578
+ #: wp-cache.php:870
579
+ msgid "Warning! 304 browser caching is only supported when not using mod_rewrite caching."
580
+ msgstr "警告!304浏览器缓存功能只有不使用 mod_rewrite 缓存模式时生效。"
581
+
582
+ #: wp-cache.php:872
583
+ msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
584
+ msgstr "304支持默认已禁用,因为 GoDaddy 对有些网页头部处理有问题。"
585
+
586
+ #: wp-cache.php:874
587
+ msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
588
+ msgstr "不要为<acronym title=\"已登录用户和评论者\">已知用户</acronym>缓存。"
589
+
590
+ #: wp-cache.php:875
591
+ msgid "Don&#8217;t cache pages with GET parameters. (?x=y at the end of a url)"
592
+ msgstr "不要为 GET 请求缓存。(地址结尾为?x=y)"
593
+
594
+ #: wp-cache.php:876
595
+ msgid "Make known users anonymous so they&#8217;re served supercached static files."
596
+ msgstr "让已知用户匿名使他们浏览的内容是缓存文件。"
597
+
598
+ #: wp-cache.php:877
599
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
600
+ msgstr "缓存重建。当新缓存生成时调用缓存文件给匿名用户。"
601
 
602
+ #: wp-cache.php:878
603
+ msgid "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! (places a message in your blog&#8217;s footer)"
604
+ msgstr "自豪地告诉世界<a href=\"%s\">Stephen Fry proof</a>!(在您的博客底部显示一行感谢作者信息)"
605
+
606
+ #: wp-cache.php:884
607
+ #: wp-cache.php:1162
608
+ #: wp-cache.php:1778
609
+ msgid "Advanced"
610
+ msgstr "高级"
611
+
612
+ #: wp-cache.php:888
613
+ msgid "Mobile device support. (External plugin or theme required. See the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> for further details.)"
614
+ msgstr "移动设备支持。(需要第三方插件或主题,请访问 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 页面以了解更多信息。)"
615
+
616
+ #: wp-cache.php:890
617
+ msgid "Mobile Browsers"
618
+ msgstr "手机浏览器"
619
+
620
+ #: wp-cache.php:890
621
+ msgid "Mobile Prefixes"
622
+ msgstr "手机号段"
623
+
624
+ #: wp-cache.php:892
625
+ msgid "Remove UTF8/blog charset support from .htaccess file. Only necessary if you see odd characters or punctuation looks incorrect. Requires rewrite rules update."
626
+ msgstr "移除 .htaccess 文件中的 UTF8/blog 字符集。这个功能只适用于当您发现文件中字符不正确时。本功能需要更新重写规则。"
627
+
628
+ #: wp-cache.php:893
629
+ msgid "Clear all cache files when a post or page is published or updated."
630
+ msgstr "当有新文章或页面的发布或更新时清除之前的缓存文件。"
631
 
632
+ #: wp-cache.php:894
633
+ msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
634
+ msgstr "首页额外检查。 (极少数情况下会停止对首页的缓存)"
635
+
636
+ #: wp-cache.php:895
637
+ msgid "Only refresh current page when comments made."
638
+ msgstr "当某页面有新评论时,只刷新该页面的缓存。"
639
+
640
+ #: wp-cache.php:896
641
+ msgid "List the newest cached pages on this page."
642
+ msgstr "在该页列出所有最新的缓存页面。"
643
+
644
+ #: wp-cache.php:898
645
+ 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>"
646
+ msgstr "粗略文件锁定。您可能不需要该功能,但是它对小型站点很有帮助。警告!<em>某些情况下您的服务器会被锁住!</em>"
647
+
648
+ #: wp-cache.php:900
649
+ msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
650
+ msgstr "延迟初始化。该功能是指在 WordPress 加载后显示已缓存的文件。在传统模式下很有用。"
651
+
652
+ #: wp-cache.php:902
653
  msgid "Use object cache to store cached files."
654
+ msgstr "使用对象缓存系统来存储缓存文件。"
655
 
656
+ #: wp-cache.php:902
657
  msgid "(Experimental)"
658
+ msgstr "(实验室功能)"
659
+
660
+ #: wp-cache.php:904
661
+ msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
662
+ msgstr "<strong>访问这个链接将不会显示缓存内容</strong>: <a href=\"%s\">%s</a>"
663
+
664
+ #: wp-cache.php:910
665
+ msgid "Note:"
666
+ msgstr "提示:"
667
 
668
+ #: wp-cache.php:912
669
+ msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided."
670
+ msgstr "请前往插件管理页面卸载本插件,插件会自动清除。如果需要您的手动操作,稍后会有提示。"
671
+
672
+ #: wp-cache.php:913
673
+ 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!)"
674
+ msgstr "如果要卸载该插件,请确保 <em>%s</em> 目录可被服务器程序写入,这样的话 <em>advanced-cache.php</em> 和 <em>cache-config.php</em> 可被自动删除。(当然也请确保这两个文件可被写入!)"
675
+
676
+ #: wp-cache.php:914
677
+ 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\"."
678
+ msgstr "请查看 <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> 以了解卸载流程。请在文件中搜索 \"How to uninstall WP Super Cache\"以便快速浏览。"
679
+
680
+ #: wp-cache.php:915
681
  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."
682
+ msgstr "需要帮助?请查看 <a href=\"%1$s\">Super Cache readme 文件</a>。它包含了安装文档,常见问题解答以及某些故障排除提示。还有建议您查看<a href=\"%2$s\">论坛支持</a>,您的问题也许已经被解答过了。"
683
 
684
+ #: wp-cache.php:918
685
+ #: wp-cache.php:965
686
  msgid "Update Status"
687
+ msgstr "更新"
688
 
689
+ #: wp-cache.php:925
690
+ msgid "Accepted Filenames &amp; Rejected URIs"
691
+ msgstr "已被接受的文件名和拒绝的 URI"
692
 
693
+ #: wp-cache.php:950
694
+ msgid "Caching On"
695
+ msgstr "启用缓存功能"
696
 
697
+ #: wp-cache.php:951
698
+ msgid "Caching Off"
699
+ msgstr "禁用缓存功能"
700
 
701
+ #: wp-cache.php:952
702
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
703
+ msgstr "提示:将会启用 PHP 缓存模式,缓存重建和手机支持"
704
 
705
+ #: wp-cache.php:962
706
+ 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."
707
+ msgstr "注意:PHP 缓存模式已启用,但是检测到遗留的 mod_rewrite 规则。已缓存的文件将会被这些规则调用。如果您的站点运行正常,请忽略本提示,否则请自行编辑 .htaccess 文件。"
708
 
709
+ #: wp-cache.php:967
710
+ msgid "Cache Tester"
711
+ msgstr "缓存测试"
712
 
713
+ #: wp-cache.php:968
714
+ msgid "Test your cached website by clicking the test button below."
715
+ msgstr "点击下面的测试按钮测试缓存效果。"
 
716
 
717
+ #: wp-cache.php:974
718
+ msgid "Fetching %s to prime cache: "
719
+ msgstr "正在抓取 %s 的初始缓存:"
 
720
 
721
+ #: wp-cache.php:976
722
+ #: wp-cache.php:985
723
+ #: wp-cache.php:997
724
+ msgid "OK"
725
+ msgstr "OK"
726
 
727
+ #: wp-cache.php:979
728
+ msgid "Fetching first copy of %s: "
729
+ msgstr "抓取 %s 的第一份缓存拷贝:"
730
+
731
+ #: wp-cache.php:988
732
+ #: wp-cache.php:999
733
+ msgid "FAILED"
734
+ msgstr "失败"
735
+
736
+ #: wp-cache.php:991
737
+ msgid "Fetching second copy of %s: "
738
+ msgstr "抓取 %s 的第二份缓存拷贝:"
739
+
740
+ #: wp-cache.php:1003
741
+ msgid "One or more page requests failed:"
742
+ msgstr "1个或多个页面的请求失败:"
743
+
744
+ #: wp-cache.php:1022
745
+ #: wp-cache.php:1023
746
+ msgid "Page %d: %d (%s)"
747
+ msgstr "页面 %d: %d (%s)"
748
+
749
+ #: wp-cache.php:1029
750
+ msgid "Page 1: %s"
751
+ msgstr "第一页: %s"
752
+
753
+ #: wp-cache.php:1030
754
+ msgid "Page 2: %s"
755
+ msgstr "第二页: %s"
756
+
757
+ #: wp-cache.php:1031
758
+ msgid "The timestamps on both pages match!"
759
+ msgstr "两个页面的时间戳相符!"
760
+
761
+ #: wp-cache.php:1033
762
+ msgid "The pages do not match! Timestamps differ or were not found!"
763
+ msgstr "页面不相符!时间戳有差异或者不存在!"
764
+
765
+ #: wp-cache.php:1034
766
+ msgid "Things you can do:"
767
+ msgstr "您可以做的:"
768
+
769
+ #: wp-cache.php:1035
770
+ msgid "Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match."
771
+ msgstr "它会在一个已经登出的浏览器环境中加载首页并检查 html 文件结尾的时间戳,然后再次加载页面并对比时间戳。如果时间戳相符则缓存正在工作。"
772
+
773
+ #: wp-cache.php:1036
774
+ msgid "Enable logging on the Debug page here. That should help you track down the problem."
775
+ msgstr "在这里启用调试页面的日志记录。这会帮助您跟踪问题。"
776
+
777
+ #: wp-cache.php:1037
778
+ msgid "You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself."
779
+ msgstr "您应该在出错前检查页面1和页面2。您的本地服务器设置可能不允许您的网站读取。"
780
+
781
+ #: wp-cache.php:1045
782
+ msgid "Send non-secure (non https) request for homepage"
783
+ msgstr "发送不安全的(非 https) 首页请求"
784
+
785
+ #: wp-cache.php:1046
786
+ msgid "Test Cache"
787
+ msgstr "测试缓存"
788
+
789
+ #: wp-cache.php:1050
790
+ msgid "Delete Cached Pages"
791
+ msgstr "删除已缓存页面"
792
+
793
+ #: wp-cache.php:1051
794
+ msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
795
+ msgstr "已缓存的页面以 html 页面或者 PHP 文件的形式存储在您的服务器上。如果您需要删除它们,请使用下方按钮来完成。"
796
+
797
+ #: wp-cache.php:1054
798
+ #: wp-cache.php:2316
799
+ #: wp-cache.php:2335
800
+ #: wp-cache.php:2506
801
+ #: wp-cache.php:3030
802
+ msgid "Delete Cache"
803
+ msgstr "删除缓存"
804
+
805
+ #: wp-cache.php:1061
806
+ #: wp-cache.php:2322
807
+ msgid "Delete Cache On All Blogs"
808
+ msgstr "删除所有博客上的缓存"
809
 
810
+ #: wp-cache.php:1066
811
+ msgid "Recommended Links and Plugins"
812
+ msgstr "有用的链接和插件"
813
+
814
+ #: wp-cache.php:1067
815
+ msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
816
+ msgstr "缓存只是让站点运行更快的一种方法,这里有一些其它插件提供类似功能:"
817
+
818
+ #: wp-cache.php:1068
819
+ msgid "<a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages by removing whitespaces and extra characters "
820
+ msgstr "<a href=\"%s\">WPSCMin</a>,一个可以通过移除空白部分和不必要的字符来缩小缓存页面大小的 Supercache 插件"
821
 
822
+ #: wp-cache.php:1069
823
+ 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>."
824
+ msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是一款火狐浏览器扩展 Firebug 的插件。它会通过一组高性能网页来分析网页的表现并给您改善网页的建议。您也可以在线使用表现检查工具 <a href=\"%s\">GTMetrix</a>。"
825
 
826
+ #: wp-cache.php:1070
827
+ 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."
828
+ msgstr "<a href=\"%s\">使用 Google Libraries</a> 允许您从 Google 的服务器加载某些流行 Javascript 库。不过这很荒谬,会降低您的 Yslow 评估分数。"
829
+
830
+ #: wp-cache.php:1072
831
+ 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."
832
+ msgstr "<strong>只允许高级用户:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> 讲述了如何使您的网站通过 .htaccess 规则更容易被缓存。"
833
+
834
+ #: wp-cache.php:1073
835
+ 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."
836
+ msgstr "<strong>只允许高级用户:</strong> 安装对象缓存系统。您可以选择 <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> 或更多。"
837
+
838
+ #: wp-cache.php:1074
839
+ msgid "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug garbage collection and preload problems."
840
+ msgstr "<a href=\"%s\">Cron View</a> 是一款调试垃圾回收器和预缓存问题的利器。"
841
+
842
+ #: wp-cache.php:1085
843
+ msgid "Make WordPress Faster"
844
+ msgstr "让 WordPress 更快"
845
+
846
+ #: wp-cache.php:1086
847
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
848
+ msgstr "%1$s %2$s 与众多贡献人员一同开发并维护。"
849
 
850
+ #: wp-cache.php:1087
851
+ msgid "He blogs at %1$s and posts photos at %2$s."
852
+ msgstr "他有一个博客 %1$s 并会把自己的照片放在 %2$s"
 
853
 
854
+ #: wp-cache.php:1088
 
855
  msgid "Please say hi to him on %s too!"
856
+ msgstr "欢迎您在 %s 上与他交流!"
857
+
858
+ #: wp-cache.php:1089
859
+ msgid "Need Help?"
860
+ msgstr "需要帮助?"
861
+
862
+ #: wp-cache.php:1091
863
+ msgid "Use the debug system in the Debug tab above. It will tell you what the plugin is doing."
864
+ msgstr "在调试选项卡中使用调试工具。这将会告诉您插件正在如何工作。"
865
+
866
+ #: wp-cache.php:1092
867
+ msgid "<a href=\"%1$s\">Installation Help</a>"
868
+ msgstr "<a href=\"%1$s\">安装帮助</a>"
869
+
870
+ #: wp-cache.php:1093
871
+ msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
872
+ msgstr "<a href=\"%1$s\">常见问题解答</a>"
873
+
874
+ #: wp-cache.php:1094
875
+ msgid "<a href=\"%1$s\">Support Forum</a>"
876
+ msgstr "<a href=\"%1$s\">论坛支持</a>"
877
+
878
+ #: wp-cache.php:1096
879
+ msgid "Rate This Plugin!"
880
+ msgstr "给插件评个分吧!"
881
 
882
+ #: wp-cache.php:1097
883
+ msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
884
+ msgstr "请 <a href=\"%s\">对这个插件评分</a> 并告诉我您的需求。这对我们的开发真的十分有用。"
885
+
886
+ #: wp-cache.php:1106
887
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
888
+ msgstr " %1$s 已缓存的页面:<strong>%2$s</strong>"
889
 
890
+ #: wp-cache.php:1107
891
  msgid "Newest Cached Pages:"
892
+ msgstr "最新的已缓存页面:"
893
 
894
+ #: wp-cache.php:1111
 
895
  msgid "Cached %s seconds ago"
896
+ msgstr "%s秒前已缓存"
897
 
898
+ #: wp-cache.php:1114
899
  msgid "(may not always be accurate on busy sites)"
900
+ msgstr "(在某些繁忙的大型站点上可能会不准确)"
901
 
902
+ #: wp-cache.php:1133
903
+ 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."
904
+ msgstr "这些对第三方插件的兼容本质都是位于 wp-super-cache 目录内 plugins 子目录内的 PHP 文件,它们在 Supercache 运行时即被加载,比这些第三方插件本身被加载稍微提前。"
905
 
906
+ #: wp-cache.php:1134
907
+ msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
908
+ msgstr "严格意义上讲这是一个高级功能,您必须十分了解 PHP 和 WordPress 才能正确使用。"
909
 
910
+ #: wp-cache.php:1135
911
+ msgid "<strong>Warning</strong>! Due to the way WordPress upgrades plugins the plugins you upload to wp-super-cache/plugins/ will be deleted when you upgrade WP Super Cache. You can avoid this by loading the plugins from elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in wp-config.php and WP Super Cache will look there instead.<br />More info available in the <a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">developer documentation</a>."
912
+ msgstr "<strong>警告</strong>!由于 WordPress 升级插件的方法,您之前上传至 wp-super-cache/plugins/ 的插件将会在更新时被删除。您可以通过在其他地方加载的方式避免,即设置 wp-config.php 中的 <strong>$wp_cache_plugins_dir</strong> 路径,这样 WP Super Cache 就会从这里加载。<br />更多信息请查阅 <a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">开发者文档</a>。"
 
913
 
914
+ #: wp-cache.php:1145
915
+ msgid "Available Plugins"
916
+ msgstr "可用插件"
917
 
918
+ #: wp-cache.php:1162
919
+ msgid "Easy"
920
+ msgstr "通用"
 
921
 
922
+ #: wp-cache.php:1162
923
+ msgid "CDN"
924
+ msgstr "CDN"
 
925
 
926
+ #: wp-cache.php:1162
927
+ msgid "Contents"
928
+ msgstr "内容"
929
 
930
+ #: wp-cache.php:1162
931
+ msgid "Preload"
932
+ msgstr "预缓存"
933
 
934
+ #: wp-cache.php:1162
935
+ msgid "Plugins"
936
+ msgstr "插件兼容"
937
 
938
+ #: wp-cache.php:1162
939
+ msgid "Debug"
940
+ msgstr "调试"
941
 
942
+ #: wp-cache.php:1197
943
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
944
+ msgstr "注意:除非运行在 <a href=\"%s\">主站点</a>,WP Super Cache 的 mod_rewrite 规则检查功能将被禁用 。"
945
+
946
+ #: wp-cache.php:1206
947
  msgid "Mod Rewrite Rules"
948
  msgstr "Mod Rewrite 规则"
949
 
950
+ #: wp-cache.php:1212
951
  msgid "WordPress MU Detected"
952
+ msgstr "已检测到 WordPress 多站点模式"
953
 
954
+ #: wp-cache.php:1212
955
  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."
956
+ msgstr "很遗憾,在 WordPress 多站点模式下无法自动更新重写规则。请打开您的 .htaccess 文件并在其最上方手动添加下列 mod_rewrite 规则。"
957
 
958
+ #: wp-cache.php:1214
959
  msgid "Mod Rewrite rules cannot be updated!"
960
+ msgstr "无法更新 Mod Rewrite 规则!"
961
 
962
+ #: wp-cache.php:1215
 
963
  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:"
964
+ msgstr "您必须确定在 %s.htaccess 文件中,有<strong>BEGIN</strong> 和 <strong>END</strong> 标记以便程序能够自动更新规则。比如:"
965
 
966
+ #: wp-cache.php:1217
967
  msgid "Refresh this page when you have updated your .htaccess file."
968
+ msgstr "当您更新完您的 .htaccess 文件时,请刷新本页。"
969
 
970
+ #: wp-cache.php:1221
971
  msgid "Thank you for upgrading."
972
+ msgstr "感谢您的升级。"
973
 
974
+ #: wp-cache.php:1221
 
975
  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."
976
+ msgstr "自从您上次安装本插件后,mod_rewrite 规则已变更。非常抱歉,您必须在新规则更新前移除旧版本 supercache 的规则。在您编辑完成 .htaccess 文件后请刷新本页。如果您想要手动升级,修改一下几行: %1$s 比方说是这样: %2$s 其实所有修改都是将 \"HTTP_COOKIE\" 变为 \"HTTP:Cookie\" 以及将 \"wordpressuser\" 变为 \"wordpress\"。这是 WordPress 2.5 的变化,但是它理论上和旧版本兼容。(如果您愿意尝试的话)"
977
 
978
+ #: wp-cache.php:1225
979
  msgid "Trailing slash check required."
980
+ msgstr "需要结尾的斜杠检查。"
981
 
982
+ #: wp-cache.php:1225
983
  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:"
984
+ msgstr "貌似您博客的地址结尾有 \"/\"。很遗憾,自从您安装本插件时,一个内容重复故障就已经被发现。地址结尾包含 \"/\" 和不包含 \"/\" 的页面都显示相同的内容,但没有跳转到正确的地址。要想修复该问题,您需要自行编辑您的 .htaccess 文件并把下面两条规则添加至两组 Super Cache 规则中:"
985
 
986
+ #: wp-cache.php:1227
987
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
988
+ msgstr "您可以查看规则时如何生效的并且点击 \"View mod_rewrite rules\" 链接来测试下方的所有规则。"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
989
 
990
+ #: wp-cache.php:1241
 
 
 
 
 
 
 
 
 
 
991
  msgid "Mod Rewrite rules updated!"
992
  msgstr "Mod Rewrite 规则已更新!"
993
 
994
+ #: wp-cache.php:1242
 
995
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
996
+ msgstr "%s.htaccess 已经被必需的 mod_rewrite 规则更新。请检查它们是否正确。它们应该看上去这样:"
997
 
998
+ #: wp-cache.php:1244
999
  msgid "Mod Rewrite rules must be updated!"
1000
+ msgstr "Mod Rewrite 规则必须被更新!"
1001
 
1002
+ #: wp-cache.php:1245
 
1003
  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:"
1004
+ msgstr "您的服务器的 %s.htaccess 文件不可被服务器程序写入,但是它需要正确的 mod_rewrite 规则:"
1005
 
1006
+ #: wp-cache.php:1250
 
1007
  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."
1008
+ msgstr "WP Super Cache 的 mod rewrite 规则已存在于您的 %s.htaccess 文件中。<br /> 点击下面链接查看新添加进去的内容。如果您已经升级了本插件,确保这些规则符合。"
1009
+
1010
+ #: wp-cache.php:1253
1011
+ 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."
1012
+ msgstr "您服务器上的 .htaccess 文件和插件存在不同的重写规则。也许这不重要,但是您应该尽快对比一下。点击&#8217;更新 Mod_Rewrite 规则&#8217; 按钮更新这些规则。"
1013
 
1014
+ #: wp-cache.php:1255
1015
  msgid "View Mod_Rewrite Rules"
1016
  msgstr "查看 Mod_Rewrite 规则"
1017
 
1018
+ #: wp-cache.php:1261
1019
+ #: wp-cache.php:2622
1020
+ msgid "Rules must be added to %s too:"
1021
+ msgstr "规则必须也被添加至 %s :"
1022
+
1023
+ #: wp-cache.php:1268
1024
  msgid "Gzip encoding rules in %s.htaccess created."
1025
+ msgstr "Gzip 编码规则已经添加至 %s.htaccess 文件。"
1026
 
1027
+ #: wp-cache.php:1275
1028
  msgid "Fix Configuration"
1029
  msgstr "修复设置"
1030
 
1031
+ #: wp-cache.php:1278
1032
  msgid "Restore Default Configuration"
1033
+ msgstr "恢复默认设置"
1034
 
1035
+ #: wp-cache.php:1286
1036
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
1037
+ msgstr "评论审核已启用。您的评论可能需要一段时间后才能被显示。"
1038
 
1039
+ #: wp-cache.php:1311
1040
  msgid "Lock Down:"
1041
  msgstr "锁定:"
1042
 
1043
+ #: wp-cache.php:1312
1044
  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."
1045
+ msgstr "如果您启用锁定,那么它将会为站点运行高峰时期做好准备。当这项功能启用时,新评论或文章将不会立即刷新至已缓存的静态文件。"
1046
 
1047
+ #: wp-cache.php:1313
1048
  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."
1049
+ msgstr "对开发者:为了使您自己的插件与锁定功能兼容,请检查 \"WPLOCKDOWN\" 常量。以下代码将会确保您的插件遵守 WPLOCKDOWN 设置。"
1050
 
1051
+ #: wp-cache.php:1315
1052
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
1053
+ msgstr "抱歉,本博客目前处于锁定中,稍后会进行更新。"
1054
 
1055
+ #: wp-cache.php:1319
1056
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
1057
+ msgstr "WordPress 已被锁定。当产生新评论时,Super Cache 的静态文件将不会被检测到。"
1058
 
1059
+ #: wp-cache.php:1321
1060
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
1061
+ msgstr "WordPress 没有被锁定。新的评论将会像往常一样刷新 Super Cache 的静态文件。"
1062
 
1063
+ #: wp-cache.php:1327
1064
  msgid "Lock Down"
1065
  msgstr "锁定"
1066
 
1067
+ #: wp-cache.php:1335
1068
  msgid "Directly Cached Files"
1069
+ msgstr "直接缓存的文件"
1070
 
1071
+ #: wp-cache.php:1393
 
1072
  msgid "%s removed!"
1073
  msgstr "%s 已移除!"
1074
 
1075
+ #: wp-cache.php:1401
 
1076
  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."
1077
+ msgstr "您必须将 %s 设置为可被写入才能使用此功能。由于该功能存在安全风险,请在页面生成后设置为只读权限。"
1078
 
1079
+ #: wp-cache.php:1406
 
1080
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
1081
+ msgstr "%s 可被写入。由于存在安全风险,请在页面生成后设置为只读权限。"
1082
 
1083
+ #: wp-cache.php:1421
1084
  msgid "Existing direct page"
1085
+ msgstr "已存在的跳转页面"
1086
 
1087
+ #: wp-cache.php:1421
1088
  msgid "Delete cached file"
1089
+ msgstr "删除已缓存文件"
1090
 
1091
+ #: wp-cache.php:1426
1092
  msgid "Add direct page:"
1093
+ msgstr "添加跳转页面:"
1094
 
1095
+ #: wp-cache.php:1428
 
1096
  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."
1097
+ msgstr ""
1098
 
1099
+ #: wp-cache.php:1430
 
1100
  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."
1101
+ msgstr "例如:为了缓存 <em>%1$sabout/</em>,您需要访问 %1$sabout/ 或 /about/。缓存文件将会在下次匿名用户来访时再次生成。"
1102
 
1103
+ #: wp-cache.php:1431
1104
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
1105
+ msgstr "如果文本框留空,将会移除直接页面列表中内容的并删除缓存文件。"
1106
 
1107
+ #: wp-cache.php:1436
1108
  msgid "Update Direct Pages"
1109
+ msgstr "更新直接链接页面"
1110
 
1111
+ #: wp-cache.php:1464
1112
+ msgctxt "timezone date format"
1113
+ msgid "Y-m-d G:i:s"
1114
+ msgstr "Y-m-d G:i:s"
1115
+
1116
+ #: wp-cache.php:1523
1117
  msgid "Expiry Time &amp; Garbage Collection"
1118
+ msgstr "到期时间和垃圾回收器"
1119
 
1120
+ #: wp-cache.php:1525
1121
+ msgid "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"
1122
+ msgstr "<abbr title=\"Coordinated Universal Time\">UTC</abbr>时间是<code>%s</code>"
1123
 
1124
+ #: wp-cache.php:1528
1125
+ msgid "Local time is <code>%1$s</code>"
1126
+ msgstr "本地时间是 <code>%1$s</code>"
1127
+
1128
+ #: wp-cache.php:1532
1129
+ msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>"
1130
+ msgstr "下次垃圾收集计划任务将会在 <strong>%s UTC</strong> 开始"
1131
+
1132
+ #: wp-cache.php:1536
1133
+ msgid "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not be deleted regardless of age."
1134
+ msgstr "警告!<strong>预缓存模式</strong> 已激活!Supercache 的缓存文件由于缓存的有效时间而不会被删除。"
1135
+
1136
+ #: wp-cache.php:1553
1137
+ msgid "Cache Timeout"
1138
+ msgstr "缓存超时时间"
1139
+
1140
+ #: wp-cache.php:1554
1141
+ #: wp-cache.php:1557
1142
  msgid "seconds"
1143
  msgstr "秒"
1144
 
1145
+ #: wp-cache.php:1555
1146
+ msgid "How long should cached pages remain fresh? Set to 0 to disable garbage collection. A good starting point is 3600 seconds."
1147
+ msgstr "哪些缓存页面是没有过期的?设置为0可以禁用垃圾回收器。建议数值为3600。"
1148
+
1149
+ #: wp-cache.php:1556
1150
+ msgid "Scheduler"
1151
+ msgstr "计划"
1152
+
1153
+ #: wp-cache.php:1556
1154
+ msgid "Timer:"
1155
+ msgstr "定时器:"
1156
+
1157
+ #: wp-cache.php:1557
1158
+ msgid "Check for stale cached files every <em>interval</em> seconds."
1159
+ msgstr "每隔 <em>interval</em> 秒定期检查过期的缓存文件。"
1160
+
1161
+ #: wp-cache.php:1558
1162
+ msgid "Clock:"
1163
+ msgstr "时间:"
1164
+
1165
+ #: wp-cache.php:1559
1166
+ msgid "HH:MM"
1167
+ msgstr "小时:分钟"
1168
+
1169
+ #: wp-cache.php:1559
1170
+ msgid "Check for stale cached files at this time <strong>(UTC)</strong> or starting at this time every <em>interval</em> below."
1171
+ msgstr "每当到了您设定的 <strong>(UTC)</strong> 时间或者任务间隔检查过期的缓存文件。"
1172
+
1173
+ #: wp-cache.php:1561
1174
+ msgid "Interval:"
1175
+ msgstr "任务间隔:"
1176
+
1177
+ #: wp-cache.php:1567
1178
+ msgid "Notification Emails"
1179
+ msgstr "邮件通知"
1180
+
1181
+ #: wp-cache.php:1568
1182
+ msgid "Email me when the garbage collection runs."
1183
+ msgstr "当垃圾回收器运行时发送邮件通知我。"
1184
+
1185
+ #: wp-cache.php:1570
1186
  msgid "Garbage Collection"
1187
+ msgstr "垃圾回收器"
1188
 
1189
+ #: wp-cache.php:1571
1190
+ msgid "<em>Garbage collection</em> is the simple act of throwing out your garbage. For this plugin that would be old or <em>stale</em> cached files that may be out of date. New cached files are described as <em>fresh</em>."
1191
+ msgstr "<em>垃圾回收器</em> 是一个减少垃圾的工具。因为插件产生的缓存会随着时间推移而<em>过期</em>,因此新生成的缓存文件因此是<em>新鲜</em>的。"
1192
 
1193
+ #: wp-cache.php:1572
1194
+ msgid "Cached files are fresh for a limited length of time. You can set that time in the <em>Cache Timeout</em> text box on this page."
1195
+ msgstr "缓存都是有一定的新鲜时间的,您可以在本页的 <em>缓存过期时间</em> 文本框进行设置。"
1196
 
1197
+ #: wp-cache.php:1573
1198
+ msgid "Stale cached files are not removed as soon as they become stale. They have to be removed by the garbage collecter. That is why you have to tell the plugin when the garbage collector should run."
1199
+ msgstr "过期的缓存文件并会被立刻删除。它们会被垃圾回收器清除。这就是您需要对垃圾回收器进行配置的原因。"
1200
+
1201
+ #: wp-cache.php:1574
1202
+ msgid "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the garbage collector should run."
1203
+ msgstr "使用 <em>定时器</em> 或 <em>时钟</em> 选项来设定垃圾回收器何时应该运行。"
1204
+
1205
+ #: wp-cache.php:1575
1206
+ msgid "The <em>Timer</em> scheduler tells the plugin to run the garbage collector at regular intervals. When one garbage collection is done, the next run is scheduled."
1207
+ msgstr "<em>定时器</em> 告诉插件间隔多久运行垃圾回收器。当一次回收完毕时,下次任务将会被设计划。"
1208
+
1209
+ #: wp-cache.php:1576
1210
+ msgid "Or, the <em>Clock</em> scheduler allows the garbage collection to run at specific times. If set to run hourly or twicedaily the garbage collector will be first scheduled for the time you enter here. It will then run again at the indicated interval. If set to run daily it will run once a day at the time specified."
1211
+ msgstr "或者,<em>时钟</em>允许垃圾回收器在特定时间时运行。如果您设置时间间隔为每小时或者一天两次,垃圾回收器将会按照您输入的设定运行。然后它将会按照已指定的时间间隔再次运行。如果设置为每天,它将会在每天特定时间运行,且一天内只有这一次。"
1212
+
1213
+ #: wp-cache.php:1578
1214
+ msgid "There are no best garbage collection settings but here are a few scenarios. Garbage collection is separate to other actions that clear our cached files like leaving a comment or publishing a post."
1215
+ msgstr "没有十分完美的垃圾回收器设置,不过它已被单独分离出来,这样清理缓存文件就像留下一条评论或者发布文章一样简单。"
1216
+
1217
+ #: wp-cache.php:1580
1218
+ msgid "Sites that want to serve lots of newly generated data should set the <em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 seconds."
1219
+ msgstr "有大量新数据产生的站点应该设置<em>缓存超时时间</em>为60并设置<em>定时器</em>时间为90秒。"
1220
+
1221
+ #: wp-cache.php:1581
1222
+ msgid "Sites with widgets and rss feeds in their sidebar should probably use a timeout of 3600 seconds and set the timer to 600 seconds. Stale files will be caught within 10 minutes of going stale."
1223
+ msgstr "在侧边栏有挂件和 rss 输出的站点应该设置超时时间为3600秒,并设置定时器为600秒。过期缓存将会在10分钟内随时被收集。"
1224
+
1225
+ #: wp-cache.php:1582
1226
+ msgid "Sites with lots of static content, no widgets or rss feeds in their sidebar can use a timeout of 86400 seconds or even more and set the timer to something equally long."
1227
+ msgstr "有大量静态内容且在侧边栏没有挂件和 rss 输出的站点,应该设置超时时间为86400秒或更长并设置定时器为一个很长的时间。"
1228
+
1229
+ #: wp-cache.php:1583
1230
+ msgid "Sites where an external data source updates at a particular time every day should set the timeout to 86400 seconds and use the Clock scheduler set appropriately."
1231
+ msgstr "每天有固定更新产生的站点应该设缓存超时时间为86400秒并正确设置时钟时间。"
1232
+
1233
+ #: wp-cache.php:1585
1234
+ 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>600 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."
1235
+ msgstr "检查并删除过期文件的确是一件很难做的事情,但是留着这些文件同样也是不必要的。在一个十分繁忙的站点上您应该设置到期时间为<em>600秒</em>。一天内可以在不同的时候设置不同的数值,访问本页来看看剩下多少到期的文件。如果您使用传统模式进行缓存,如果有可能的话,尽量保持500个以下文件。如果想缓存更多文件,请选择 PHP 模式或者 mod_rewrite 模式进行缓存。"
1236
+
1237
+ #: wp-cache.php:1586
1238
+ msgid "Set the expiry time to 0 seconds to disable garbage collection."
1239
+ msgstr "设置到期时间为0秒以便禁用垃圾回收器。"
1240
+
1241
+ #: wp-cache.php:1587
1242
  msgid "Change Expiration"
1243
+ msgstr "修改过期设置"
1244
 
1245
+ #: wp-cache.php:1631
1246
  msgid "Rejected User Agents"
1247
+ msgstr "已拒绝的用户代理(User Agent)"
1248
 
1249
+ #: wp-cache.php:1632
1250
  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."
1251
+ msgstr ""
1252
 
1253
+ #: wp-cache.php:1639
1254
  msgid "Save UA Strings"
1255
+ msgstr "保存用户代理(UA)字段"
1256
 
1257
+ #: wp-cache.php:1662
1258
  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."
1259
+ msgstr "不要缓存例如下列格式的页面。请见 <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> 文档查看所有格式的具体说明。"
1260
 
1261
+ #: wp-cache.php:1665
1262
  msgid "Single Posts"
1263
+ msgstr "单一文章"
1264
 
1265
+ #: wp-cache.php:1666
1266
  msgid "Pages"
1267
  msgstr "页面"
1268
 
1269
+ #: wp-cache.php:1667
1270
  msgid "Front Page"
1271
  msgstr "首页"
1272
 
1273
+ #: wp-cache.php:1668
1274
  msgid "Home"
1275
  msgstr "主页"
1276
 
1277
+ #: wp-cache.php:1669
1278
  msgid "Archives"
1279
  msgstr "存档"
1280
 
1281
+ #: wp-cache.php:1670
1282
  msgid "Tags"
1283
  msgstr "标签"
1284
 
1285
+ #: wp-cache.php:1671
1286
  msgid "Category"
1287
  msgstr "分类"
1288
 
1289
+ #: wp-cache.php:1672
1290
  msgid "Feeds"
1291
+ msgstr "Feeds"
1292
 
1293
+ #: wp-cache.php:1673
1294
  msgid "Search Pages"
1295
+ msgstr "搜索页面"
1296
 
1297
+ #: wp-cache.php:1674
1298
+ msgid "Author Pages"
1299
+ msgstr "作者页面"
1300
+
1301
+ #: wp-cache.php:1676
1302
+ #: wp-cache.php:1788
1303
  msgid "Save"
1304
  msgstr "保存"
1305
 
1306
+ #: wp-cache.php:1693
1307
  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."
1308
+ msgstr "在这里添加强制禁止缓存的页面的地址关键字。例如,如果您的地址包含年份并且您不想缓存上一年的文章,您可以直接填写 &#8217;/2004/&#8217;。WP-Cache 将会搜索所有符合条件的页面并且不缓存它们。"
1309
 
1310
+ #: wp-cache.php:1699
1311
  msgid "Save Strings"
1312
+ msgstr "保存"
1313
 
1314
+ #: wp-cache.php:1715
1315
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1316
+ msgstr "添加想要被缓存的文件名,即使它们出现在上面的被拒绝列表里面。"
1317
 
1318
+ #: wp-cache.php:1721
1319
  msgid "Save Files"
1320
  msgstr "保存文件"
1321
 
1322
+ #: wp-cache.php:1762
1323
+ msgid "Currently logging to: %s"
1324
+ msgstr "当前登录至:%s"
 
 
 
 
 
 
 
 
1325
 
1326
+ #: wp-cache.php:1765
1327
+ msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
1328
+ msgstr "通过在这里调试来修复故障,调试功能会在缓存文件目录下生成日志。"
1329
 
1330
+ #: wp-cache.php:1769
1331
  msgid "Debugging"
1332
+ msgstr "调试中"
 
 
 
 
1333
 
1334
+ #: wp-cache.php:1770
 
 
 
 
 
 
 
 
1335
  msgid "IP Address"
1336
+ msgstr "IP 地址"
1337
 
1338
+ #: wp-cache.php:1770
 
1339
  msgid "(only log requests from this IP address. Your IP is %s)"
1340
+ msgstr "(仅记录来自该 IP 的请求,您的 IP 是 %s)"
1341
 
1342
+ #: wp-cache.php:1771
1343
+ msgid "Cache Status Messages"
1344
+ msgstr "缓存状态消息"
 
 
 
 
1345
 
1346
+ #: wp-cache.php:1772
1347
+ msgid "Display comments at the end of every page like this:"
1348
+ msgstr "像这样的方式显示每页末尾的评论:"
1349
 
1350
+ #: wp-cache.php:1778
1351
  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>"
1352
+ msgstr "在某些情况下,有以下2个问题可能会发生:<ol><li>加载首页时会变成 zip 档案下载。</li><li> 如果您的博客使用静态首页,并且固定链接结构类似于 <em>/%category%/%postname%/</em> ,某些错误的页面会被当做首页进行缓存。</li></ol>"
1353
 
1354
+ #: wp-cache.php:1779
1355
  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."
1356
+ msgstr "我有 99% 的把握:这不是 WP Super Cache 的 Bug,这种情况只会在极其罕见的情况下发生。如果您仍然不放心,我建议您每5分钟做一次对站点的简单检查,以便验证站点是否运行正常。如果产生任何问题,您会收到系统发送的邮件通知。"
1357
 
1358
+ #: wp-cache.php:1781
1359
  msgid "Check front page every 5 minutes."
1360
+ msgstr "每5分钟检查一次首页。"
1361
 
1362
+ #: wp-cache.php:1782
1363
  msgid "Front page text"
1364
  msgstr "首页文字"
1365
 
1366
+ #: wp-cache.php:1782
1367
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1368
+ msgstr "这是您将要在首页寻找的文字。如果您找不到,缓存将会被清除。留空则禁用该功能。"
1369
 
1370
+ #: wp-cache.php:1783
1371
  msgid "Clear cache on error."
1372
+ msgstr "即使出错也清除缓存。"
1373
 
1374
+ #: wp-cache.php:1784
1375
  msgid "Email the blog admin when checks are made. (useful for testing)"
1376
+ msgstr "当有检查时发送邮件提醒站点管理员。(对测试十分有用)"
1377
 
1378
+ #: wp-cache.php:1798
1379
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1380
+ msgstr "错误:GZIP 压缩已启用,如果您想启用 wp-cache 请禁用 gzip 压缩。"
1381
 
1382
+ #: wp-cache.php:1845
1383
+ #: wp-cache.php:1986
1384
+ #: wp-cache.php:2022
1385
  msgid "Warning"
1386
  msgstr "警告"
1387
 
1388
+ #: wp-cache.php:1845
1389
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1390
+ msgstr "WordPress 已启用 GZIP 压缩,wp-cache 将会自动忽略直到您禁用 gzip 压缩。"
1391
 
1392
+ #: wp-cache.php:1907
1393
+ #: wp-cache.php:1912
1394
+ #: wp-cache.php:1945
1395
+ #: wp-cache.php:1950
1396
+ #: wp-cache.php:1956
1397
  msgid "Error"
1398
  msgstr "错误"
1399
 
1400
+ #: wp-cache.php:1907
1401
+ msgid "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;t be created by the web server. Check %1$s permissions."
1402
+ msgstr "您的缓存目录 (<strong>%1$s</strong>) 不存在且 Web 服务器无法创建。请检查 %1$s 的权限设置。"
 
1403
 
1404
+ #: wp-cache.php:1912
 
1405
  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."
1406
+ msgstr "您的缓存目录 (<strong>%1$s</strong>) 或者 <strong>%2$s</strong>需要被设置为可写入权限。请检查有关设置。"
1407
 
1408
+ #: wp-cache.php:1945
 
1409
  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."
1410
+ msgstr "您的 WP-Cache 设置文件(<strong>%s</strong>) 已过期且不可被 Web 服务器读取。请删除该文件并刷新本页。"
1411
 
1412
+ #: wp-cache.php:1950
 
1413
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1414
+ msgstr "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1415
 
1416
+ #: wp-cache.php:1956
 
1417
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1418
+ msgstr "Sample WP-Cache 设置文件(<strong>%s</strong>) 不存在。请检查您的安装。"
1419
+
1420
+ #: wp-cache.php:1986
1421
+ msgid "Could not update %s!</em> WPCACHEHOME must be set in config file."
1422
+ msgstr "无法更新 %s!必须设置</em> WPCACHEHOME。"
1423
 
1424
+ #: wp-cache.php:2022
 
1425
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1426
+ msgstr "%s/advanced-cache.php</em> 不存在或者不可被更新。"
1427
 
1428
+ #: wp-cache.php:2023
1429
  msgid "1. If it already exists please delete the file first."
1430
+ msgstr "1. 如果文件已经存在请先删除它们。"
1431
 
1432
+ #: wp-cache.php:2024
 
1433
  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)"
1434
+ msgstr "2. 将 %1$s 通过 chmod 或者 ftp 客户端设置为可被写入(<em>chmod 777 %1$s</em>) 并刷新本页。这只是一个临时的操作,您需要随后恢复该文件之前的只读权限。(将之前括号内的777改为755,并执行修改后的命令)"
1435
 
1436
+ #: wp-cache.php:2025
 
1437
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1438
+ msgstr "3. 刷新本页以便更新 <em>%s/advanced-cache.php</em>"
1439
 
1440
+ #: wp-cache.php:2026
 
1441
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1442
+ msgstr "如果不能工作,请确保文件 <em>%s/advanced-cache.php</em> 不存在:"
1443
 
1444
+ #: wp-cache.php:2027
 
1445
  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>"
1446
+ 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>"
1447
+
1448
+ #: wp-cache.php:2050
1449
+ 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>"
1450
+ msgstr ""
1451
 
1452
+ #: wp-cache.php:2052
1453
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1454
+ msgstr "<strong>错误:您的 <code>wp-config.php</code> 文件中 WP_CACHE 未被启用</strong> 并且插件无法变更。"
1455
 
1456
+ #: wp-cache.php:2053
 
1457
  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. "
1458
+ msgstr "编辑 <code>%s</code> 并添加如下内容:<br /> <code>define('WP_CACHE', true);</code><br /否则,<strong>WP-Cache 将不会被执行</strong>。"
1459
 
1460
+ #: wp-cache.php:2057
1461
+ 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/\">Troubleshooting Guide</a>. The WP_CACHE line must be moved up."
1462
+ msgstr ""
1463
 
1464
+ #: wp-cache.php:2085
1465
  msgid "Cache Contents"
1466
  msgstr "缓存内容"
1467
 
1468
+ #: wp-cache.php:2088
1469
  msgid "Object cache in use. No cache listing available."
1470
+ msgstr "对象缓存正处于使用中。没有缓存列表可用。"
1471
 
1472
+ #: wp-cache.php:2112
 
1473
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1474
+ msgstr "正在删除 supercache 的相关文件: <strong>%s</strong><br />"
1475
 
1476
+ #: wp-cache.php:2129
 
1477
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1478
+ msgstr "正在删除 wp-cache 的相关文件: <strong>%s</strong><br />"
1479
+
1480
+ #: wp-cache.php:2194
1481
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1482
+ msgstr "缓存统计信息不是自动生成的,您需要点击下面的链接来重新生成。"
1483
 
1484
+ #: wp-cache.php:2195
1485
+ msgid "Regenerate cache stats"
1486
+ msgstr "重新生成缓存统计信息"
1487
+
1488
+ #: wp-cache.php:2197
1489
+ msgid "Cache stats last generated: %s minutes ago."
1490
+ msgstr "缓存统计已于 %s分钟前生成。"
1491
+
1492
+ #: wp-cache.php:2203
1493
  msgid "WP-Cache"
1494
  msgstr "WP-Cache"
1495
 
1496
+ #: wp-cache.php:2204
1497
+ #: wp-cache.php:2219
 
1498
  msgid "%s Cached Pages"
1499
+ msgstr "%s 已缓存页面"
1500
 
1501
+ #: wp-cache.php:2205
1502
+ #: wp-cache.php:2224
 
1503
  msgid "%s Expired Pages"
1504
+ msgstr "%s 已过期页面"
1505
 
1506
+ #: wp-cache.php:2218
1507
  msgid "WP-Super-Cache"
1508
  msgstr "WP-Super-Cache"
1509
 
1510
+ #: wp-cache.php:2228
1511
  msgid "Fresh WP-Cached Files"
1512
+ msgstr "最新的 WP-Cached 文件"
1513
 
1514
+ #: wp-cache.php:2229
1515
+ #: wp-cache.php:2245
1516
+ #: wp-cache.php:2261
1517
+ #: wp-cache.php:2277
1518
  msgid "URI"
1519
+ msgstr "URI"
1520
 
1521
+ #: wp-cache.php:2229
1522
+ #: wp-cache.php:2245
1523
  msgid "Key"
1524
+ msgstr "密钥"
1525
 
1526
+ #: wp-cache.php:2229
1527
+ #: wp-cache.php:2245
1528
+ #: wp-cache.php:2261
1529
+ #: wp-cache.php:2277
1530
  msgid "Age"
1531
+ msgstr "有效时间"
1532
 
1533
+ #: wp-cache.php:2229
1534
+ #: wp-cache.php:2245
1535
+ #: wp-cache.php:2261
1536
+ #: wp-cache.php:2277
1537
  msgid "Delete"
1538
  msgstr "删除"
1539
 
1540
+ #: wp-cache.php:2244
1541
  msgid "Stale WP-Cached Files"
1542
+ msgstr "过期的 WP-Cached 文件"
1543
 
1544
+ #: wp-cache.php:2260
1545
  msgid "Fresh Super Cached Files"
1546
+ msgstr "最新的 Super Cached 文件"
1547
 
1548
+ #: wp-cache.php:2276
1549
  msgid "Stale Super Cached Files"
1550
+ msgstr "过期的 Super Cached 文件"
1551
 
1552
+ #: wp-cache.php:2292
1553
  msgid "Hide file list"
1554
+ msgstr "隐藏文件列表"
 
 
 
 
1555
 
1556
+ #: wp-cache.php:2294
1557
+ msgid "Too many cached files, no listing possible."
1558
+ msgstr "缓存文件太多,没有列表可用。"
 
1559
 
1560
+ #: wp-cache.php:2296
1561
+ msgid "List all cached files"
1562
+ msgstr "列出所有已缓存的文件"
 
1563
 
1564
+ #: wp-cache.php:2299
 
1565
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1566
+ msgstr "到期文件是那些存在时间大于%s秒的文件。它们仍在被调用并会定期被删除。"
1567
 
1568
+ #: wp-cache.php:2310
1569
  msgid "Delete Expired"
1570
+ msgstr "删除已过期文件"
 
 
 
 
 
 
1571
 
1572
+ #: wp-cache.php:2335
1573
  msgid "Delete Super Cache cached files (opens in new window)"
1574
+ msgstr "删除 Super Cache 插件的缓存文件 (新窗口中打开)"
1575
 
1576
+ #: wp-cache.php:2482
1577
+ msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
1578
+ msgstr "%1$s is Stephen Fry proof thanks to caching by %2$s"
 
1579
 
1580
+ #: wp-cache.php:2515
 
1581
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1582
+ msgstr "WP Super Cache 需要设置。请前往 <a href=\"%s\">插件管理页面</a> 设置。"
1583
 
1584
+ #: wp-cache.php:2521
1585
  msgid "Settings"
1586
  msgstr "设置"
1587
 
1588
+ #: wp-cache.php:2531
 
1589
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1590
+ msgstr "WP Super Cache 已禁用。请去 <a href=\"%s\">插件管理首页</a> 开启缓存功能。"
1591
+
1592
+ #: wp-cache.php:2534
1593
+ 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."
1594
+ msgstr "警告!WP Super Cache 缓存功能损坏!advanced-cache.php 无法加载 wp-cache-phase1.php。<br /><br />请编辑 %1$s/advanced-cache.php 并确保 %2$swp-cache-phase1.php的路径是正确的。"
1595
 
1596
+ #: wp-cache.php:2553
 
1597
  msgid "[%s] Front page is gzipped! Please clear cache!"
1598
+ msgstr "[%s] 首页已经被 gzip 压缩!请清除缓存!"
1599
 
1600
+ #: wp-cache.php:2553
 
1601
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1602
+ msgstr "由于您的首页正在被加载,请自行访问 %s 以清除首页的缓存!"
1603
 
1604
+ #: wp-cache.php:2556
 
1605
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1606
+ msgstr "[%s] 首页已被 gzip 压缩!缓存已清除!"
1607
 
1608
+ #: wp-cache.php:2556
 
1609
  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."
1610
+ msgstr "由于首页正在被加载,您的博客的所有缓存已被清除。请访问 %s 以检查缓存是否已被清除。"
1611
 
1612
+ #: wp-cache.php:2563
 
1613
  msgid "[%s] Front page is not correct! Please clear cache!"
1614
  msgstr "[%s] 首页不正确!请清除缓存!"
1615
 
1616
+ #: wp-cache.php:2563
 
1617
  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\"!"
1618
+ msgstr "请访问 %1$s 以清除您的站点的首页缓存,该缓存是错误的或者缺失文字 \"%2$s\"!"
1619
 
1620
+ #: wp-cache.php:2566
 
1621
  msgid "[%s] Front page is not correct! Cache Cleared!"
1622
  msgstr "[%s] 首页不正确!缓存已清除!"
1623
 
1624
+ #: wp-cache.php:2566
 
1625
  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."
1626
+ msgstr "由于首页缺失 \"%2$s\" ,所有缓存已被清除。请访问 %1$s 以检查缓存是否已被清除。"
1627
 
1628
+ #: wp-cache.php:2571
 
1629
  msgid "[%s] Front page check!"
1630
  msgstr "[%s] 首页检查!"
1631
 
1632
+ #: wp-cache.php:2571
 
1633
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1634
+ msgstr "WP Super Cache 已经检查您的博客的首页。如果您想禁用,请访问 %s 。"
1635
+
1636
+ #: wp-cache.php:2614
1637
+ msgid "Cannot update .htaccess"
1638
+ msgstr "无法更新 .htaccess 文件"
1639
+
1640
+ #: wp-cache.php:2614
1641
+ 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."
1642
+ msgstr "<code>%s.htaccess</code> 文件无法被服务器变更。请使用 chmod 命令或 ftp 客户端来修正权限。"
1643
+
1644
+ #: wp-cache.php:2614
1645
+ msgid "Refresh this page when the file permissions have been modified."
1646
+ msgstr "当文件权限更改后请刷新本页。"
1647
+
1648
+ #: wp-cache.php:2614
1649
+ msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1650
+ msgstr "另外,您还可以自行编辑您的 <code>%s.htaccess</code> 文件并添加以下代码 (在任何 WordPress 规则之前):"
1651
+
1652
+ #: wp-cache.php:2618
1653
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1654
+ msgstr "如果要使缓存页面生效,您的服务器必须要有包含正确的 mod_rewrite 规则的 <code>%s.htaccess</code> 文件"
1655
+
1656
+ #: wp-cache.php:2619
1657
+ msgid "You can edit the file yourself add the following rules."
1658
+ msgstr "您可以自行编辑该文件并添加下列规则。"
1659
+
1660
+ #: wp-cache.php:2620
1661
+ msgid " Make sure they appear before any existing WordPress rules. "
1662
+ msgstr " 确保它们在已有的 WordPress 规则前。"
1663
+
1664
+ #: wp-cache.php:2628
1665
+ msgid "Update Mod_Rewrite Rules"
1666
+ msgstr "更新 Mod_Rewrite 规则"
1667
+
1668
+ #: wp-cache.php:2780
1669
+ msgid "[%1$s] Cache Preload Started"
1670
+ msgstr "[%1$s] 预缓存已开始"
1671
+
1672
+ #: wp-cache.php:2810
1673
+ msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
1674
+ msgstr "[%1$s] 正在刷新 从 %3$d 到 %4$d 的 %2$s 分类法"
1675
+
1676
+ #: wp-cache.php:2856
1677
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1678
+ msgstr "[%1$s] 正在刷新从 %2$d 到 %3$d 的文章"
1679
+
1680
+ #: wp-cache.php:2877
1681
+ msgid "[%1$s] Cache Preload Stopped"
1682
+ msgstr "[%1$s] 预缓存已停止"
1683
 
1684
+ #: wp-cache.php:2887
1685
+ msgid "[%1$s] %2$d posts refreshed"
1686
+ msgstr "[%1$s] %2$d 篇文章已刷新"
1687
+
1688
+ #: wp-cache.php:2887
1689
+ msgid "Refreshed the following posts:"
1690
+ msgstr "以下文章已被刷新:"
1691
+
1692
+ #: wp-cache.php:2897
1693
+ msgid "Scheduling next preload refresh in %d minutes."
1694
+ msgstr "下次预缓存任务将在%d分后开始。"
1695
+
1696
+ #: wp-cache.php:2908
1697
+ msgid "[%s] Cache Preload Completed"
1698
+ msgstr "[%s] 预缓存完成"
1699
+
1700
+ #: wp-cache.php:2908
1701
+ msgid "Cleaning up old supercache files."
1702
+ msgstr "正在清理过期的 supercache 文件。"
1703
+
1704
+ #: wp-cache.php:2951
1705
+ msgid "[%s] Preload may have stalled."
1706
+ msgstr "[%s] 预缓存可能已失去响应。"
1707
+
1708
+ #: wp-cache.php:2951
1709
+ msgid ""
1710
+ "Preload has been restarted.\n"
1711
+ "%s"
1712
+ msgstr ""
1713
+ "预缓存已经重新启动。\n"
1714
+ "%s"
1715
+
1716
+ #: wp-cache.php:2994
1717
+ msgid "Supercache Uninstall Problems"
1718
+ msgstr "Supercache 卸载问题"
1719
+
1720
+ #: wp-cache.php:2994
1721
+ msgid ""
1722
+ "Dear User,\n"
1723
+ "\n"
1724
+ "WP Super Cache was removed from your blog but the mod_rewrite rules\n"
1725
+ "in your .htaccess were not.\n"
1726
+ "\n"
1727
+ "Please edit the following file and remove the code\n"
1728
+ "between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
1729
+ "\n"
1730
+ "%s\n"
1731
+ "\n"
1732
+ "Regards,\n"
1733
+ "WP Super Cache Plugin\n"
1734
+ "http://wordpress.org/extend/plugins/wp-super-cache/"
1735
+ msgstr ""
1736
+ "亲爱的用户,\n"
1737
+ "\n"
1738
+ "WP Super Cache 已在您的博客上被移除,但是被 mod_rewrite 调用的\n"
1739
+ " .htaccess 文件中的重定向规则尚未被移除。\n"
1740
+ "\n"
1741
+ "请编辑下列文件并且移除\n"
1742
+ "位于 'BEGIN WPSuperCache' 和 'END WPSuperCache' 之间的代码。请首先备份该文件以防不测!\n"
1743
+ "\n"
1744
+ "%s\n"
1745
+ "\n"
1746
+ "此致,\n"
1747
+ "WP Super Cache 插件\n"
1748
+ "http://wordpress.org/extend/plugins/wp-super-cache/"
1749
+
1750
+ #: wp-cache.php:3031
1751
+ msgid "Delete cache of the current page"
1752
+ msgstr "删除当前页面的缓存"
1753
 
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: 2011-02-28 22:08:12+00:00\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,71 +13,228 @@ msgstr ""
13
  "X-Poedit-Country: TAIWAN\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
 
16
- #: ossdl-cdn.php:146
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:147
21
- #: wp-cache.php:968
22
  msgid "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."
23
- msgstr "如果你不希望依賴origin pull,<a href=\"%1$s\">CDN Sync Tool</a>是一個幫助你上傳檔案到 Amazon S3/Cloudfront 的外掛。 如果你對此外掛有任何問題,請參見 <a href=\"%2$s\">外掛支援論壇</a>。"
24
 
25
- #: ossdl-cdn.php:148
26
  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."
27
- msgstr "<strong style=\"color: red\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的CDN服務完全正常。"
28
 
29
- #: ossdl-cdn.php:149
30
  msgid "You can define different CDN URLs for each site on a multsite network."
31
- msgstr "你可以為多站台網路中的每個站台定義不同的CDN URL。"
32
 
33
- #: ossdl-cdn.php:157
34
  msgid "Enable CDN Support"
35
- msgstr "啟用CDN支援"
36
 
37
- #: ossdl-cdn.php:160
38
  msgid "Off-site URL"
39
- msgstr "站外URL"
40
 
41
- #: ossdl-cdn.php:163
42
  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>."
43
- msgstr "這個新的 URL 在會重寫 (rewriting) 時用來取代 %1$s。請不要加上結尾的 <code>/</code>。 <br /> 例: <code>%2$s</code>"
44
 
45
- #: ossdl-cdn.php:167
46
  msgid "Include directories"
47
  msgstr "包含以下目錄"
48
 
49
- #: ossdl-cdn.php:170
50
  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."
51
  msgstr "靜態檔案比對包含的目錄。使用逗號作為分隔符號。預設為 <code>wp-content, wp-includes</code> ,當這個欄位空白時會強制套用。"
52
 
53
- #: ossdl-cdn.php:174
54
  msgid "Exclude if substring"
55
  msgstr "若含有以下字串則排除"
56
 
57
- #: ossdl-cdn.php:177
58
  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)."
59
  msgstr "若網址中包含以上的字串,則不會被重寫。使用逗號作為分隔符號,像這樣:<code>.php, .flv, .do</code>,並請永遠包含<code>.php</code> (預設值)。"
60
 
61
- #: ossdl-cdn.php:181
62
  msgid "Additional CNAMES"
63
  msgstr "額外的正規名稱(CNAMES)"
64
 
65
- #: ossdl-cdn.php:184
66
  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"
67
- msgstr "這些 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">正規名稱記錄(CNAMES)</a> 會在重寫時用來取代 %1$s (和上面的站外URL一起)。 使用逗號作為分隔符號。 在有大量靜態檔案的網頁中,這可以增進瀏覽器效能。 這些CNAME可能也需要在你的CDN被設定。<br />例: %2$s"
68
 
69
- #: ossdl-cdn.php:188
70
  msgid "Skip https URLs to avoid \"mixed content\" errors"
71
- msgstr "跳過https網址以避免「混合的內容」錯誤"
72
 
73
- #: ossdl-cdn.php:192
74
  msgid "Save Changes"
75
  msgstr "儲存變更"
76
 
77
- #: ossdl-cdn.php:194
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 功能由<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>"
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
  #: wp-cache.php:99
82
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
83
  msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
@@ -108,7 +265,7 @@ msgstr "固定網址結構錯誤"
108
 
109
  #: wp-cache.php:177
110
  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."
111
- msgstr "外掛要正常運作,必須有自定url或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。"
112
 
113
  #: wp-cache.php:189
114
  msgid "Warning! Your hostname \"%s\" resolves to %s"
@@ -116,34 +273,34 @@ msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
116
 
117
  #: wp-cache.php:190
118
  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."
119
- msgstr "你的伺服器認為你的主機名稱解析到 %s. WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。"
120
 
121
  #: wp-cache.php:191
122
  #: wp-cache.php:205
123
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
124
- msgstr "請參閱readme.txt第16項<a href=\"%s\">錯誤排除段落</a>"
125
 
126
  #: wp-cache.php:204
127
  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."
128
  msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
129
 
130
- #: wp-cache.php:219
131
  msgid "Cannot continue... fix previous problems and retry."
132
  msgstr "無法繼續... 解決前述問題然後重試。"
133
 
134
- #: wp-cache.php:228
135
  msgid "Zlib Output Compression Enabled!"
136
- msgstr "Zlib輸出壓縮已被啟用!"
137
 
138
- #: wp-cache.php:229
139
  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."
140
- msgstr "PHP頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改你的php.ini的說明。"
141
 
142
- #: wp-cache.php:233
143
  msgid "Mod rewrite may not be installed!"
144
  msgstr "Mod rewrite 可能沒有安裝!"
145
 
146
- #: wp-cache.php:234
147
  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."
148
  msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。"
149
 
@@ -153,11 +310,11 @@ msgstr "唯讀模式。設定無法變更。"
153
 
154
  #: wp-cache.php:240
155
  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."
156
- msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須可以從伺服器端進行寫入。"
157
 
158
  #: wp-cache.php:241
159
  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."
160
- msgstr "最簡單的方式是使用CHMOD指令或透過FTP程式來變更權限。請確保它們正確並可以寫入。"
161
 
162
  #: wp-cache.php:242
163
  #: wp-cache.php:258
@@ -182,7 +339,7 @@ msgstr "你應該變更 %s 權限使其更加嚴密。使用你的FTP程式,
182
 
183
  #: wp-cache.php:267
184
  msgid "Mobile rewrite rules detected"
185
- msgstr "行動裝置重寫規則檢測"
186
 
187
  #: wp-cache.php:268
188
  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."
@@ -190,7 +347,7 @@ msgstr "為了獲得最好的效能,你應該啟用\"行動裝置支援\",
190
 
191
  #: wp-cache.php:268
192
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
193
- msgstr "不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。"
194
 
195
  #: wp-cache.php:274
196
  #: wp-cache.php:285
@@ -200,11 +357,11 @@ msgstr "Mod Rewrite 規則必須更新!"
200
  #: wp-cache.php:275
201
  #: wp-cache.php:286
202
  msgid "The rewrite rules required by this plugin have changed or are missing. "
203
- msgstr "這個外掛所需的rewrite規則已被變更或不存在。"
204
 
205
  #: wp-cache.php:276
206
  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):"
207
- msgstr "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(根據個人需求):"
208
 
209
  #: wp-cache.php:277
210
  msgid "Set the plugin to legacy mode and enable mobile support."
@@ -213,27 +370,27 @@ msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
213
  #: wp-cache.php:278
214
  #: wp-cache.php:287
215
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
216
- msgstr "捲動到進階選項頁面的下方並點擊<strong>更新Mod_Rewrite規則</strong>按鈕。"
217
 
218
  #: wp-cache.php:279
219
  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."
220
- msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段的 mod_rewrite 規則,重新載入頁面讓外掛可以再次產生它們。"
221
 
222
  #: wp-cache.php:280
223
  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)"
224
- msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段。這兩部分看起來非常相似。只要在 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增這一行(這動作要做兩次,一個區段一次):"
225
 
226
  #: wp-cache.php:293
227
  msgid "Required to serve compressed supercache files properly."
228
- msgstr "需要正確的supercache壓縮檔案。"
229
 
230
  #: wp-cache.php:293
231
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
232
- msgstr "需要在supercache頁面設定快取訊息。IE7使用者將會看到沒有這個模組的舊頁面。"
233
 
234
  #: wp-cache.php:293
235
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
236
- msgstr "設定supercached快取過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。"
237
 
238
  #: wp-cache.php:300
239
  msgid "Missing Apache Modules"
@@ -241,1171 +398,1313 @@ msgstr "Apache 模組遺失"
241
 
242
  #: wp-cache.php:301
243
  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."
244
- msgstr "以下的Apache模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的Supercache模式,你的訪客可能會看到損壞的網頁或是過時的內容。"
245
 
246
- #: wp-cache.php:459
247
  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."
248
- msgstr "<strong>警告!</strong> 你試著要開啟壓縮,但是<code>zlib.output_compression</code>已被啟用。 參見讀我檔案裡錯誤排除段落第21條。"
249
 
250
- #: wp-cache.php:550
251
  msgid "WP Super Cache Settings"
252
  msgstr "WP Super Cache 狀態"
253
 
254
- #: wp-cache.php:561
255
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
256
- msgstr "注意:<em>Mod_rewrite或傳統快取已被開啟。</em> 預設顯示進階選項頁面。"
257
 
258
- #: wp-cache.php:572
259
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
260
- msgstr "設定檔已變更。某些數值可能錯誤。再次從\"設定\"選單讀取頁面後重設它們。"
261
 
262
- #: wp-cache.php:597
263
  msgid "Caching must be enabled to use this feature"
264
  msgstr "必須啟用快取才能使用這個功能"
265
 
266
- #: wp-cache.php:615
267
- #: wp-cache.php:746
268
  msgid "Cancel Cache Preload"
269
  msgstr "取消快取預先載入"
270
 
271
- #: wp-cache.php:623
272
- #: wp-cache.php:634
 
 
 
273
  msgid "Scheduled preloading of cache cancelled."
274
  msgstr "預載快取排程已被取消。"
275
 
276
- #: wp-cache.php:660
277
- #: wp-cache.php:744
278
  msgid "Preload Cache Now"
279
  msgstr "馬上開始預先載入"
280
 
281
- #: wp-cache.php:664
282
  msgid "Scheduled preloading of cache in 10 seconds."
283
  msgstr "預載快取將在十秒之後開始。"
284
 
285
- #: wp-cache.php:669
286
  msgid "Scheduled preloading of cache in %d minutes"
287
  msgstr "下次預載快取排程時間:%d分鐘後"
288
 
289
- #: wp-cache.php:673
290
  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."
291
- msgstr "這會快取你網站上所有已發布的文章和頁面。它會產生supercache靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的Google排名有幫助,因為他們也將網站速度納入衡量項目之一。"
292
 
293
- #: wp-cache.php:674
294
  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."
295
- msgstr "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多(10,000+)文章的時候,可能只會有新文章被快取到。這在分享主機上特別重要。"
296
 
297
- #: wp-cache.php:675
298
  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."
299
- msgstr "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的supercache檔案。這是預先載入的建議設定。"
300
 
301
- #: wp-cache.php:679
302
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
303
- msgstr "每%s分鐘更新預載快取檔案。(0關閉,最低%d分鐘。)"
304
 
305
- #: wp-cache.php:692
306
  msgid "all"
307
  msgstr "所有"
308
 
309
- #: wp-cache.php:705
310
  msgid "Preload %s posts."
311
  msgstr "預先載入 %s 篇文章。"
312
 
313
- #: wp-cache.php:712
314
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
315
  msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
316
 
317
- #: wp-cache.php:715
 
 
 
 
318
  msgid "Send me status emails when files are refreshed."
319
  msgstr "當檔案被更新的時候寄信給我。"
320
 
321
- #: wp-cache.php:720
322
  msgid "Many emails, 2 emails per 100 posts."
323
  msgstr "很多信件,每一百篇文章二封信。"
324
 
325
- #: wp-cache.php:723
326
  msgid "Medium, 1 email per 100 posts."
327
  msgstr "中等,每一百篇文章一封信。"
328
 
329
- #: wp-cache.php:726
330
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
331
  msgstr "較少信件,開始的時候一封還有結束的時候一封。"
332
 
333
- #: wp-cache.php:730
334
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
335
  msgstr "在%d小時%d分鐘%d秒之後更新快取。"
336
 
337
- #: wp-cache.php:731
338
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
339
- msgstr "完整更新快取,耗費了%d小時%d分鐘%d秒。"
340
 
341
- #: wp-cache.php:737
342
  msgid "Currently caching from post %d to %d."
343
- msgstr "目前正在快取第%d到%d篇文章。"
344
 
345
- #: wp-cache.php:741
346
  msgid "<strong>Page last cached:</strong> %s"
347
  msgstr "<strong>最新快取頁面:</strong> %s"
348
 
349
- #: wp-cache.php:744
350
  msgid "Update Settings"
351
  msgstr "更新狀態"
352
 
353
- #: wp-cache.php:752
354
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
355
  msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。"
356
 
357
- #: wp-cache.php:769
358
- #: wp-cache.php:865
359
  msgid "Caching"
360
  msgstr "快取"
361
 
362
- #: wp-cache.php:773
363
  msgid "Cache hits to this website for quick access."
364
  msgstr "啟用快取以加速對本網站的存取"
365
 
366
- #: wp-cache.php:773
367
- #: wp-cache.php:774
368
- #: wp-cache.php:791
369
- #: wp-cache.php:796
370
- #: wp-cache.php:799
371
- #: wp-cache.php:800
372
- #: wp-cache.php:813
373
- #: wp-cache.php:868
374
  msgid "Recommended"
375
  msgstr "建議選項"
376
 
377
- #: wp-cache.php:774
378
  msgid "Use mod_rewrite to serve cache files."
379
- msgstr "使用mod_rewrite快取"
380
 
381
- #: wp-cache.php:775
382
  msgid "Use PHP to serve cache files."
383
- msgstr "使用PHP快取"
384
 
385
- #: wp-cache.php:776
386
  msgid "Legacy page caching."
387
  msgstr "傳統快取模式"
388
 
389
- #: wp-cache.php:777
390
  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."
391
- msgstr "Mod_rewrite快取是最快的,PHP快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的調性且同樣容易上手。新使用者應該使用PHP快取。"
392
 
393
- #: wp-cache.php:783
394
  msgid "Miscellaneous"
395
  msgstr "雜項"
396
 
397
- #: wp-cache.php:789
398
  msgid "Warning! Compression is disabled as gzencode() function not found."
399
- msgstr "警告!因為找不到gzencode()函式,壓縮已被停用。"
400
 
401
- #: wp-cache.php:791
402
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
403
- msgstr "壓縮網頁,讓使用者能更快觀看"
404
 
405
- #: wp-cache.php:792
406
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
407
  msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
408
 
409
- #: wp-cache.php:796
410
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
411
  msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
412
 
413
- #: wp-cache.php:797
 
 
 
 
414
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
415
- msgstr "304支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。"
416
 
417
- #: wp-cache.php:799
418
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
419
  msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。"
420
 
421
- #: wp-cache.php:800
 
 
 
 
 
 
 
 
422
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
423
- msgstr "重建快取。當新檔案重建的時候,提供supercache檔案給匿名使用者。"
424
 
425
- #: wp-cache.php:801
426
- msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
427
- msgstr "告訴全世界你的伺服器已使用快取!(在你的部落格底部放置一段訊息)"
428
 
429
- #: wp-cache.php:807
430
- #: wp-cache.php:1056
431
- #: wp-cache.php:1563
432
  msgid "Advanced"
433
  msgstr "進階選項"
434
 
435
- #: wp-cache.php:811
436
- msgid "Mobile device support."
437
- msgstr "行動裝置支援。"
438
 
439
- #: wp-cache.php:812
440
- msgid "Clear all cache files when a post or page is published."
441
- msgstr "當有文章或網誌分頁發佈時清除所有快取。"
442
 
443
- #: wp-cache.php:813
 
 
 
 
 
 
 
 
 
 
 
 
444
  msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
445
  msgstr "額外的首頁檢查(有很小的機會導致首頁快取停止)。"
446
 
447
- #: wp-cache.php:814
448
  msgid "Only refresh current page when comments made."
449
  msgstr "當迴響發佈時,只更新目前頁面。"
450
 
451
- #: wp-cache.php:815
452
  msgid "List the newest cached pages on this page."
453
  msgstr "在本頁列出最新的快取頁面。"
454
 
455
- #: wp-cache.php:817
456
  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>"
457
  msgstr "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>"
458
 
459
- #: wp-cache.php:819
460
  msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
461
- msgstr "延遲初始化,在WordPress載入之後再顯示快取。通常使用在傳統模式。"
462
 
463
- #: wp-cache.php:821
464
  msgid "Use object cache to store cached files."
465
- msgstr "使用object快取來儲存快取檔案。"
466
 
467
- #: wp-cache.php:821
468
  msgid "(Experimental)"
469
  msgstr "(實驗選項)"
470
 
471
- #: wp-cache.php:828
 
 
 
 
472
  msgid "Note:"
473
  msgstr "備註:"
474
 
475
- #: wp-cache.php:830
476
  msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided."
477
  msgstr "請在外掛頁面反安裝此外掛。它將會在反安裝後將設定清除。如需手動介入,亦會提供簡單的指示。"
478
 
479
- #: wp-cache.php:831
480
  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!)"
481
  msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)"
482
 
483
- #: wp-cache.php:832
484
  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\"."
485
- msgstr "反安裝資訊請參見<a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找\"How to uninstall WP Super Cache\"標題。"
486
 
487
- #: wp-cache.php:833
488
  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."
489
  msgstr "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。"
490
 
491
- #: wp-cache.php:836
492
- #: wp-cache.php:883
493
  msgid "Update Status"
494
  msgstr "更新狀態"
495
 
496
- #: wp-cache.php:843
497
  msgid "Accepted Filenames &amp; Rejected URIs"
498
- msgstr "接受的檔案名稱和拒絕的URI"
499
 
500
- #: wp-cache.php:868
501
  msgid "Caching On"
502
  msgstr "開啟快取"
503
 
504
- #: wp-cache.php:869
505
  msgid "Caching Off"
506
  msgstr "關閉快取"
507
 
508
- #: wp-cache.php:870
509
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
510
- msgstr "啟用PHP快取,重建快取,以及行動裝置支援"
511
 
512
- #: wp-cache.php:880
513
  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."
514
- msgstr "注意:PHP快取已被啟用,但偵測到Supercache mod_rewrite規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的.htaccess檔以移除SuperCache規則。"
515
 
516
- #: wp-cache.php:885
517
  msgid "Cache Tester"
518
  msgstr "快取測試"
519
 
520
- #: wp-cache.php:886
521
  msgid "Test your cached website by clicking the test button below."
522
  msgstr "請按下面的測試按鈕以測試你的網站快取。"
523
 
524
- #: wp-cache.php:892
525
  msgid "Fetching %s to prime cache: "
526
  msgstr "抓取 %s 至主要快取:"
527
 
528
- #: wp-cache.php:894
529
- #: wp-cache.php:902
530
- #: wp-cache.php:910
531
  msgid "OK"
532
  msgstr "完成"
533
 
534
- #: wp-cache.php:897
535
  msgid "Fetching first copy of %s: "
536
  msgstr "抓取第一份%s:"
537
 
538
- #: wp-cache.php:905
 
 
 
 
 
539
  msgid "Fetching second copy of %s: "
540
  msgstr "抓取第二份%s:"
541
 
542
- #: wp-cache.php:913
543
  msgid "One or more page requests failed:"
544
  msgstr "一個或以上的頁面要求失敗:"
545
 
546
- #: wp-cache.php:932
547
- #: wp-cache.php:933
548
  msgid "Page %d: %d (%s)"
549
  msgstr "頁面 %d: %d (%s)"
550
 
551
- #: wp-cache.php:939
552
  msgid "Page 1: %s"
553
  msgstr "頁面1: %s"
554
 
555
- #: wp-cache.php:940
556
  msgid "Page 2: %s"
557
  msgstr "頁面2: %s"
558
 
559
- #: wp-cache.php:941
560
  msgid "The timestamps on both pages match!"
561
  msgstr "頁面時間標籤相符!"
562
 
563
- #: wp-cache.php:943
564
  msgid "The pages do not match! Timestamps differ or were not found!"
565
- msgstr "無頁面時間標籤或標籤不相符"
566
 
567
- #: wp-cache.php:950
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
568
  msgid "Send non-secure (non https) request for homepage"
569
- msgstr "要非加密(非https)傳輸要求首頁"
570
 
571
- #: wp-cache.php:951
572
  msgid "Test Cache"
573
  msgstr "測試快取"
574
 
575
- #: wp-cache.php:955
576
  msgid "Delete Cached Pages"
577
  msgstr "刪除快取頁面"
578
 
579
- #: wp-cache.php:956
580
  msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
581
- msgstr "快取頁面以html和PHP檔案的形式儲存在你的伺服器上。如果你需要刪除它們,請按下面的按鈕。"
582
 
583
- #: wp-cache.php:959
584
- #: wp-cache.php:2093
585
- #: wp-cache.php:2105
586
- #: wp-cache.php:2268
 
587
  msgid "Delete Cache"
588
  msgstr "刪除快取"
589
 
590
- #: wp-cache.php:963
 
 
 
 
 
591
  msgid "Recommended Links and Plugins"
592
  msgstr "建議連結及外掛"
593
 
594
- #: wp-cache.php:964
595
  msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
596
  msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
597
 
598
- #: wp-cache.php:965
599
- 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."
600
- msgstr "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a>,一個減少快取面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
601
 
602
- #: wp-cache.php:966
603
  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>."
604
- msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是Firefox附加元件Firebug的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。"
605
 
606
- #: wp-cache.php:967
607
  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."
608
- msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從Google的伺服器上載入一些常用的Javascript函式庫。很諷刺的是它會降低你的Yslow分數。"
609
 
610
- #: wp-cache.php:969
611
  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."
612
- msgstr "<strong>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用.htaccess規則來進行快取。"
613
 
614
- #: wp-cache.php:970
615
  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."
616
- msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從<a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a>或其它的加速器中選擇一個。"
 
 
 
 
617
 
618
- #: wp-cache.php:981
619
  msgid "Make WordPress Faster"
620
  msgstr "讓 WordPress 更快速"
621
 
622
- #: wp-cache.php:982
623
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
624
  msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。"
625
 
626
- #: wp-cache.php:983
627
  msgid "He blogs at %1$s and posts photos at %2$s."
628
- msgstr "我的部落格在 %1$s,相簿在 %2$s."
629
 
630
- #: wp-cache.php:984
631
  msgid "Please say hi to him on %s too!"
632
  msgstr "在%s上向我問好!"
633
 
634
- #: wp-cache.php:985
635
  msgid "Need Help?"
636
  msgstr "需要幫助?"
637
 
638
- #: wp-cache.php:987
 
 
 
 
639
  msgid "<a href=\"%1$s\">Installation Help</a>"
640
  msgstr "<a href=\"%1$s\">安裝指南</a>"
641
 
642
- #: wp-cache.php:988
643
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
644
  msgstr "<a href=\"%1$s\">常見問題</a>"
645
 
646
- #: wp-cache.php:989
647
  msgid "<a href=\"%1$s\">Support Forum</a>"
648
  msgstr "<a href=\"%1$s\">支援論壇</a>"
649
 
650
- #: wp-cache.php:991
651
  msgid "Rate This Plugin!"
652
  msgstr "為這個外掛評分!"
653
 
654
- #: wp-cache.php:992
655
  msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
656
  msgstr "請為這個外掛<a href=\"%s\">評分</a>,並告訴我它是否運作正常。這對開發非常有幫助。"
657
 
658
- #: wp-cache.php:1001
659
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
660
  msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
661
 
662
- #: wp-cache.php:1002
663
  msgid "Newest Cached Pages:"
664
  msgstr "最新的快取頁面:"
665
 
666
- #: wp-cache.php:1006
667
  msgid "Cached %s seconds ago"
668
- msgstr "已快取 %s "
669
 
670
- #: wp-cache.php:1009
671
  msgid "(may not always be accurate on busy sites)"
672
  msgstr "(在忙碌的網站上未必準確)"
673
 
674
- #: wp-cache.php:1028
675
  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."
676
- msgstr "快取外掛是wp-super-cache裡plugin資料夾中的一些PHP程式。它們在Supercache載入的時候就會被載入,比一般的WordPress plugin要早得多。"
677
 
678
- #: wp-cache.php:1029
679
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
680
- msgstr "這是一個非常進階的功能,只有對PHP和Wordpress動作都非常了解的人才能撰寫。"
681
 
682
- #: wp-cache.php:1039
 
 
 
 
683
  msgid "Available Plugins"
684
  msgstr "可使用的外掛"
685
 
686
- #: wp-cache.php:1056
687
  msgid "Easy"
688
  msgstr "簡易模式"
689
 
690
- #: wp-cache.php:1056
691
  msgid "CDN"
692
  msgstr "CDN"
693
 
694
- #: wp-cache.php:1056
695
  msgid "Contents"
696
  msgstr "內容"
697
 
698
- #: wp-cache.php:1056
699
  msgid "Preload"
700
  msgstr "預先載入"
701
 
702
- #: wp-cache.php:1056
703
  msgid "Plugins"
704
  msgstr "外掛"
705
 
706
- #: wp-cache.php:1056
707
  msgid "Debug"
708
  msgstr "除錯設定"
709
 
710
- #: wp-cache.php:1091
711
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
712
- msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。s"
713
 
714
- #: wp-cache.php:1100
715
  msgid "Mod Rewrite Rules"
716
  msgstr "Mod Rewrite 規則"
717
 
718
- #: wp-cache.php:1106
719
  msgid "WordPress MU Detected"
720
- msgstr "WordPress MU 檢測"
721
 
722
- #: wp-cache.php:1106
723
  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."
724
  msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
725
 
726
- #: wp-cache.php:1108
727
  msgid "Mod Rewrite rules cannot be updated!"
728
  msgstr "Mod Rewrite 規則無法更新!"
729
 
730
- #: wp-cache.php:1109
731
  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:"
732
- msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress mod_rewrite 規則:"
733
 
734
- #: wp-cache.php:1111
735
  msgid "Refresh this page when you have updated your .htaccess file."
736
  msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
737
 
738
- #: wp-cache.php:1115
739
  msgid "Thank you for upgrading."
740
  msgstr "感謝升級。"
741
 
742
- #: wp-cache.php:1115
743
  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."
744
- msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的supercache規則更新前,你必須先刪除舊的supercache規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
745
 
746
- #: wp-cache.php:1119
747
  msgid "Trailing slash check required."
748
  msgstr "尾端斜線的檢查是必須的。"
749
 
750
- #: wp-cache.php:1119
751
  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:"
752
- msgstr "看起來你的部落格有以\"/\"結束的URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的bug,也就是相同的內容卻不是被指向正確的URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
753
 
754
- #: wp-cache.php:1121
755
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
756
  msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則"
757
 
758
- #: wp-cache.php:1135
759
  msgid "Mod Rewrite rules updated!"
760
  msgstr "Mod Rewrite 規則已更新!"
761
 
762
- #: wp-cache.php:1136
763
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
764
  msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
765
 
766
- #: wp-cache.php:1138
767
  msgid "Mod Rewrite rules must be updated!"
768
  msgstr "Mod Rewrite 規則必須更新!"
769
 
770
- #: wp-cache.php:1139
771
  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:"
772
- msgstr "你的%s.htaccess無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:"
773
 
774
- #: wp-cache.php:1144
775
  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."
776
- msgstr "在你的%s.htaccess檔案中已經檢測到WP Super Cache重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
777
 
778
- #: wp-cache.php:1147
779
  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."
780
- msgstr "發現.htaccess的rewrite規則和外掛rewrite規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新Mod_Rewrite規則」按鈕以更新規則。"
781
 
782
- #: wp-cache.php:1150
783
  msgid "View Mod_Rewrite Rules"
784
  msgstr "查看 Mod_Rewrite 規則"
785
 
786
- #: wp-cache.php:1154
787
- #: wp-cache.php:2384
788
  msgid "Rules must be added to %s too:"
789
- msgstr "也必須新增到%s的規則:"
790
 
791
- #: wp-cache.php:1162
792
  msgid "Gzip encoding rules in %s.htaccess created."
793
- msgstr "%s.htaccess上Gzip規則建立。"
794
 
795
- #: wp-cache.php:1169
796
  msgid "Fix Configuration"
797
  msgstr "修復設定"
798
 
799
- #: wp-cache.php:1172
800
  msgid "Restore Default Configuration"
801
  msgstr "還原到預設選項"
802
 
803
- #: wp-cache.php:1180
804
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
805
  msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
806
 
807
- #: wp-cache.php:1205
808
  msgid "Lock Down:"
809
  msgstr "鎖定:"
810
 
811
- #: wp-cache.php:1205
812
- #: plugins/awaitingmoderation.php:35
813
- #: plugins/badbehaviour.php:66
814
- #: plugins/domain-mapping.php:61
815
- msgid "Disabled"
816
- msgstr "停用"
817
-
818
- #: wp-cache.php:1205
819
- #: plugins/awaitingmoderation.php:34
820
- #: plugins/badbehaviour.php:65
821
- #: plugins/domain-mapping.php:60
822
- msgid "Enabled"
823
- msgstr "啟用"
824
-
825
- #: wp-cache.php:1206
826
  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."
827
  msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。"
828
 
829
- #: wp-cache.php:1207
830
  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."
831
- msgstr "開發者:透過檢查\"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守WPLOCKDOWN設定。"
832
 
833
- #: wp-cache.php:1209
834
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
835
  msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
836
 
837
- #: wp-cache.php:1213
838
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
839
  msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。"
840
 
841
- #: wp-cache.php:1215
842
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
843
  msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
844
 
845
- #: wp-cache.php:1218
846
- #: plugins/searchengine.php:61
847
- #: plugins/searchengine.php:76
848
- msgid "Disable"
849
- msgstr "停用"
850
-
851
- #: wp-cache.php:1218
852
- #: plugins/searchengine.php:74
853
- msgid "Enable"
854
- msgstr "啟用"
855
-
856
- #: wp-cache.php:1221
857
  msgid "Lock Down"
858
  msgstr "鎖定"
859
 
860
- #: wp-cache.php:1229
861
  msgid "Directly Cached Files"
862
  msgstr "直接快取檔案"
863
 
864
- #: wp-cache.php:1287
865
  msgid "%s removed!"
866
  msgstr "%s 已移除!"
867
 
868
- #: wp-cache.php:1295
869
- #: wp-cache.php:1297
870
- #: plugins/badbehaviour.php:83
871
- msgid "Warning!"
872
- msgstr "警告!"
873
-
874
- #: wp-cache.php:1295
875
  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."
876
  msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
877
 
878
- #: wp-cache.php:1297
879
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
880
  msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
881
 
882
- #: wp-cache.php:1311
883
  msgid "Existing direct page"
884
  msgstr "已存在的直接頁面"
885
 
886
- #: wp-cache.php:1311
887
  msgid "Delete cached file"
888
  msgstr "刪除快取檔案"
889
 
890
- #: wp-cache.php:1316
891
  msgid "Add direct page:"
892
  msgstr "新增直接頁面:"
893
 
894
- #: wp-cache.php:1318
895
  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."
896
  msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
897
 
898
- #: wp-cache.php:1320
899
  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."
900
  msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
901
 
902
- #: wp-cache.php:1321
903
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
904
  msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
905
 
906
- #: wp-cache.php:1326
907
  msgid "Update Direct Pages"
908
  msgstr "更新直接頁面"
909
 
910
- #: wp-cache.php:1364
 
 
 
 
 
911
  msgid "Expiry Time &amp; Garbage Collection"
912
- msgstr "過期時間 &amp; 垃圾收集"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
913
 
914
- #: wp-cache.php:1366
915
- msgid "Expire time:"
916
- msgstr "過期時間:"
917
 
918
- #: wp-cache.php:1367
 
919
  msgid "seconds"
920
  msgstr "秒"
921
 
922
- #: wp-cache.php:1368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
923
  msgid "Garbage Collection"
924
- msgstr "垃圾收集"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
925
 
926
- #: wp-cache.php:1368
927
- 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."
928
- msgstr "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在設定到期時間的10秒後進行清理。"
929
 
930
- #: wp-cache.php:1369
931
- 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."
932
- msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>300 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果可能的話盡量不讓快取文件數多於500個。"
933
 
934
- #: wp-cache.php:1370
 
 
 
 
 
 
 
 
 
 
 
 
935
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
936
- msgstr "把過期時間設定為0以關閉垃圾回收功能"
937
 
938
- #: wp-cache.php:1371
939
  msgid "Change Expiration"
940
  msgstr "變更過期時間"
941
 
942
- #: wp-cache.php:1415
943
  msgid "Rejected User Agents"
944
  msgstr "被拒絕的使用者代理(User Agents)"
945
 
946
- #: wp-cache.php:1416
947
  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."
948
  msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
949
 
950
- #: wp-cache.php:1423
951
  msgid "Save UA Strings"
952
- msgstr "儲存UA字串"
953
 
954
- #: wp-cache.php:1446
955
  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."
956
  msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">條件標籤</a>文件中對每個類型的完整探討。"
957
 
958
- #: wp-cache.php:1449
959
  msgid "Single Posts"
960
  msgstr "單篇文章"
961
 
962
- #: wp-cache.php:1450
963
  msgid "Pages"
964
  msgstr "網誌分頁"
965
 
966
- #: wp-cache.php:1451
967
  msgid "Front Page"
968
  msgstr "首頁"
969
 
970
- #: wp-cache.php:1452
971
  msgid "Home"
972
  msgstr "主頁"
973
 
974
- #: wp-cache.php:1453
975
  msgid "Archives"
976
  msgstr "存檔"
977
 
978
- #: wp-cache.php:1454
979
  msgid "Tags"
980
  msgstr "標籤"
981
 
982
- #: wp-cache.php:1455
983
  msgid "Category"
984
  msgstr "分類"
985
 
986
- #: wp-cache.php:1456
987
  msgid "Feeds"
988
  msgstr "訂閱"
989
 
990
- #: wp-cache.php:1457
991
  msgid "Search Pages"
992
  msgstr "搜尋頁面"
993
 
994
- #: wp-cache.php:1459
995
- #: wp-cache.php:1573
 
 
 
 
996
  msgid "Save"
997
  msgstr "儲存"
998
 
999
- #: wp-cache.php:1476
1000
  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."
1001
- msgstr "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的URL中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
1002
 
1003
- #: wp-cache.php:1482
1004
  msgid "Save Strings"
1005
  msgstr "儲存字串"
1006
 
1007
- #: wp-cache.php:1498
1008
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1009
  msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
1010
 
1011
- #: wp-cache.php:1504
1012
  msgid "Save Files"
1013
  msgstr "儲存檔案"
1014
 
1015
- #: wp-cache.php:1545
1016
  msgid "Currently logging to: %s"
1017
- msgstr "當前記錄到:%s"
1018
 
1019
- #: wp-cache.php:1548
1020
  msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
1021
- msgstr "在這裡使用外掛除錯模式解決問題。它可以在你的快取目錄內產生的紀錄檔。"
1022
 
1023
- #: wp-cache.php:1552
1024
  msgid "Debugging"
1025
  msgstr "除錯"
1026
 
1027
- #: wp-cache.php:1552
1028
- #: plugins/awaitingmoderation.php:40
1029
- #: plugins/badbehaviour.php:71
1030
- #: plugins/searchengine.php:69
1031
- #: plugins/domain-mapping.php:66
1032
- msgid "enabled"
1033
- msgstr "已啟用"
1034
-
1035
- #: wp-cache.php:1553
1036
  msgid "IP Address"
1037
  msgstr "IP位址"
1038
 
1039
- #: wp-cache.php:1553
1040
  msgid "(only log requests from this IP address. Your IP is %s)"
1041
  msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
1042
 
1043
- #: wp-cache.php:1554
1044
- msgid "Log level"
1045
- msgstr "記錄等級"
1046
 
1047
- #: wp-cache.php:1560
1048
- msgid "(1 = less, 5 = more, may cause severe server load.)"
1049
- msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
1050
 
1051
- #: wp-cache.php:1563
1052
  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>"
1053
- msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定連結架構的話,那麼錯誤的頁面有時候會變成首頁的快取畫面。</li></ol>"
1054
 
1055
- #: wp-cache.php:1564
1056
  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."
1057
  msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
1058
 
1059
- #: wp-cache.php:1566
1060
  msgid "Check front page every 5 minutes."
1061
  msgstr "每五分鐘檢查首頁"
1062
 
1063
- #: wp-cache.php:1567
1064
  msgid "Front page text"
1065
  msgstr "首頁文字"
1066
 
1067
- #: wp-cache.php:1567
1068
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1069
  msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
1070
 
1071
- #: wp-cache.php:1568
1072
  msgid "Clear cache on error."
1073
  msgstr "清除快取時發生錯誤。"
1074
 
1075
- #: wp-cache.php:1569
1076
  msgid "Email the blog admin when checks are made. (useful for testing)"
1077
  msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
1078
 
1079
- #: wp-cache.php:1583
1080
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1081
- msgstr "錯誤:GZIP壓縮已啟用,如果你想啟用wp-cache,請停用它。"
1082
 
1083
- #: wp-cache.php:1630
1084
- #: wp-cache.php:1796
 
1085
  msgid "Warning"
1086
  msgstr "警告"
1087
 
1088
- #: wp-cache.php:1630
1089
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1090
- msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
1091
 
1092
- #: wp-cache.php:1692
1093
- #: wp-cache.php:1697
1094
- #: wp-cache.php:1729
1095
- #: wp-cache.php:1734
1096
- #: wp-cache.php:1740
1097
  msgid "Error"
1098
  msgstr "錯誤"
1099
 
1100
- #: wp-cache.php:1692
1101
  msgid "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;t be created by the web server. Check %1$s permissions."
1102
  msgstr "你的快取目錄(<strong>%1$s</strong>)不存在,且無法從伺服器端建立。請檢查 %1$s 權限。"
1103
 
1104
- #: wp-cache.php:1697
1105
  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."
1106
  msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
1107
 
1108
- #: wp-cache.php:1729
1109
  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."
1110
  msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
1111
 
1112
- #: wp-cache.php:1734
1113
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1114
  msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
1115
 
1116
- #: wp-cache.php:1740
1117
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1118
  msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
1119
 
1120
- #: wp-cache.php:1796
 
 
 
 
1121
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1122
  msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
1123
 
1124
- #: wp-cache.php:1797
1125
  msgid "1. If it already exists please delete the file first."
1126
  msgstr "1. 如果它已經存在,請先刪除。"
1127
 
1128
- #: wp-cache.php:1798
1129
  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)"
1130
- msgstr "2. 請使用你的FTP程式或伺服器軟體,以chmod指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須在把它變更為唯讀。(使用前面的指令將權限從 777 變更為 755)"
1131
 
1132
- #: wp-cache.php:1799
1133
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1134
  msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
1135
 
1136
- #: wp-cache.php:1800
1137
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1138
  msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
1139
 
1140
- #: wp-cache.php:1801
1141
  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>"
1142
  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>"
1143
 
1144
- #: wp-cache.php:1824
1145
  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>"
1146
- 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>"
1147
 
1148
- #: wp-cache.php:1826
1149
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1150
  msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
1151
 
1152
- #: wp-cache.php:1827
1153
  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. "
1154
  msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
1155
 
1156
- #: wp-cache.php:1831
1157
- 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."
1158
- msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五點。WP_CACHE 原始碼必須往前移動。"
1159
 
1160
- #: wp-cache.php:1855
1161
  msgid "Cache Contents"
1162
  msgstr "快取內容"
1163
 
1164
- #: wp-cache.php:1858
1165
  msgid "Object cache in use. No cache listing available."
1166
- msgstr "正在使用Object快取。無法顯示快取清單。"
1167
 
1168
- #: wp-cache.php:1882
1169
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1170
- msgstr "刪除supercache檔案:<strong>%s</strong><br />"
1171
 
1172
- #: wp-cache.php:1899
1173
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1174
- msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
1175
 
1176
- #: wp-cache.php:1964
1177
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1178
  msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。"
1179
 
1180
- #: wp-cache.php:1965
1181
  msgid "Regenerate cache stats"
1182
  msgstr "重新產生快取統計"
1183
 
1184
- #: wp-cache.php:1967
1185
  msgid "Cache stats last generated: %s minutes ago."
1186
  msgstr "快取統計最後產生時間:%s分鐘以前。"
1187
 
1188
- #: wp-cache.php:1973
1189
  msgid "WP-Cache"
1190
  msgstr "WP-Cache"
1191
 
1192
- #: wp-cache.php:1974
1193
- #: wp-cache.php:1989
1194
  msgid "%s Cached Pages"
1195
  msgstr "%s 個頁面已快取"
1196
 
1197
- #: wp-cache.php:1975
1198
- #: wp-cache.php:1994
1199
  msgid "%s Expired Pages"
1200
  msgstr "%s 個頁面已過期"
1201
 
1202
- #: wp-cache.php:1988
1203
  msgid "WP-Super-Cache"
1204
  msgstr "WP-Super-Cache"
1205
 
1206
- #: wp-cache.php:1998
1207
  msgid "Fresh WP-Cached Files"
1208
- msgstr "新的 WP-Cached 檔案"
1209
 
1210
- #: wp-cache.php:1999
1211
- #: wp-cache.php:2015
1212
- #: wp-cache.php:2031
1213
- #: wp-cache.php:2047
1214
  msgid "URI"
1215
  msgstr "URI 網址"
1216
 
1217
- #: wp-cache.php:1999
1218
- #: wp-cache.php:2015
1219
  msgid "Key"
1220
  msgstr "關鍵字"
1221
 
1222
- #: wp-cache.php:1999
1223
- #: wp-cache.php:2015
1224
- #: wp-cache.php:2031
1225
- #: wp-cache.php:2047
1226
  msgid "Age"
1227
  msgstr "時間(秒)"
1228
 
1229
- #: wp-cache.php:1999
1230
- #: wp-cache.php:2015
1231
- #: wp-cache.php:2031
1232
- #: wp-cache.php:2047
1233
  msgid "Delete"
1234
  msgstr "刪除"
1235
 
1236
- #: wp-cache.php:2014
1237
  msgid "Stale WP-Cached Files"
1238
- msgstr "舊的 WP-Cached 檔案"
1239
 
1240
- #: wp-cache.php:2030
1241
  msgid "Fresh Super Cached Files"
1242
- msgstr "新的 Super Cached 檔案"
1243
 
1244
- #: wp-cache.php:2046
1245
  msgid "Stale Super Cached Files"
1246
- msgstr "舊的 Super Cached 檔案"
1247
 
1248
- #: wp-cache.php:2062
1249
  msgid "Hide file list"
1250
  msgstr "隱藏檔案清單"
1251
 
1252
- #: wp-cache.php:2064
1253
  msgid "Too many cached files, no listing possible."
1254
  msgstr "快取檔案過多,無法列出。"
1255
 
1256
- #: wp-cache.php:2066
1257
  msgid "List all cached files"
1258
  msgstr "列出所有快取檔案"
1259
 
1260
- #: wp-cache.php:2072
1261
- msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1262
- msgstr "<strong>垃圾收集</strong><br />上次垃圾收集於 <strong>%s</strong> 分鐘前<br />"
1263
-
1264
- #: wp-cache.php:2073
1265
- msgid "Next GC in <strong>%s</strong> minutes"
1266
- msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
1267
-
1268
- #: wp-cache.php:2076
1269
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1270
  msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
1271
 
1272
- #: wp-cache.php:2087
1273
  msgid "Delete Expired"
1274
  msgstr "刪除過期檔案"
1275
 
1276
- #: wp-cache.php:2105
1277
  msgid "Delete Super Cache cached files (opens in new window)"
1278
  msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
1279
 
1280
- #: wp-cache.php:2244
1281
- msgid "%1$s is Digg proof thanks to caching by %2$s"
1282
  msgstr "%1$s 使用的快取程式為 %2$s"
1283
 
1284
- #: wp-cache.php:2277
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 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
1287
 
1288
- #: wp-cache.php:2283
1289
  msgid "Settings"
1290
  msgstr "設定"
1291
 
1292
- #: wp-cache.php:2293
1293
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1294
  msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
1295
 
1296
- #: wp-cache.php:2296
1297
  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."
1298
- msgstr "警告! WP Super Cache快取毀損! advanced-cache.php 腳本無法載入 wp-cache-phase1.php。<br /><br />請編輯 %1$s/advanced-cache.php 並且確認指向 %2$swp-cache-phase1.php 的路徑是正確的。"
1299
 
1300
- #: wp-cache.php:2315
1301
  msgid "[%s] Front page is gzipped! Please clear cache!"
1302
- msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
1303
 
1304
- #: wp-cache.php:2315
1305
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1306
  msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
1307
 
1308
- #: wp-cache.php:2318
1309
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1310
- msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
1311
 
1312
- #: wp-cache.php:2318
1313
  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."
1314
  msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
1315
 
1316
- #: wp-cache.php:2325
1317
  msgid "[%s] Front page is not correct! Please clear cache!"
1318
  msgstr "[%s] 首頁不正確!請清除快取!"
1319
 
1320
- #: wp-cache.php:2325
1321
  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\"!"
1322
- msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,遺失文字,\"%2$s\"!"
1323
 
1324
- #: wp-cache.php:2328
1325
  msgid "[%s] Front page is not correct! Cache Cleared!"
1326
  msgstr "[%s] 首頁不正確!快取已清除!"
1327
 
1328
- #: wp-cache.php:2328
1329
  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."
1330
  msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
1331
 
1332
- #: wp-cache.php:2333
1333
  msgid "[%s] Front page check!"
1334
  msgstr "[%s] 首頁檢查!"
1335
 
1336
- #: wp-cache.php:2333
1337
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1338
  msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
1339
 
1340
- #: wp-cache.php:2376
1341
  msgid "Cannot update .htaccess"
1342
  msgstr "無法更新 .htaccess"
1343
 
1344
- #: wp-cache.php:2376
1345
  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."
1346
  msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
1347
 
1348
- #: wp-cache.php:2376
1349
  msgid "Refresh this page when the file permissions have been modified."
1350
  msgstr "在權限修改後請重新整理這個頁面。"
1351
 
1352
- #: wp-cache.php:2376
1353
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1354
  msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
1355
 
1356
- #: wp-cache.php:2380
1357
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1358
- msgstr "為了使用靜態的HTML檔案,你的伺服器上必須有正確的mod_rewrite規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
1359
 
1360
- #: wp-cache.php:2381
1361
  msgid "You can edit the file yourself add the following rules."
1362
  msgstr "你可以自行編輯並新增以下規則。"
1363
 
1364
- #: wp-cache.php:2382
1365
  msgid " Make sure they appear before any existing WordPress rules. "
1366
  msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
1367
 
1368
- #: wp-cache.php:2390
1369
  msgid "Update Mod_Rewrite Rules"
1370
  msgstr "更新 Mod_Rewrite 規則"
1371
 
1372
- #: wp-cache.php:2515
1373
  msgid "[%1$s] Cache Preload Started"
1374
  msgstr "[%1$s] 快取預載已經開始"
1375
 
1376
- #: wp-cache.php:2517
 
 
 
 
1377
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1378
  msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
1379
 
1380
- #: wp-cache.php:2535
1381
  msgid "[%1$s] Cache Preload Stopped"
1382
  msgstr "[%1$s] 快取預載已停止"
1383
 
1384
- #: wp-cache.php:2544
1385
  msgid "[%1$s] %2$d posts refreshed"
1386
  msgstr "[%1$s]%2$d 篇文章已被更新"
1387
 
1388
- #: wp-cache.php:2544
1389
  msgid "Refreshed the following posts:"
1390
  msgstr "已更新下列文章:"
1391
 
1392
- #: wp-cache.php:2553
1393
  msgid "Scheduling next preload refresh in %d minutes."
1394
  msgstr "下次更新預載快取時間:%d分鐘後"
1395
 
1396
- #: wp-cache.php:2563
1397
  msgid "[%s] Cache Preload Completed"
1398
  msgstr "[%s] 預載快取完成"
1399
 
1400
- #: wp-cache.php:2563
1401
  msgid "Cleaning up old supercache files."
1402
- msgstr "清除舊的supercache檔案。"
1403
 
1404
- #: wp-cache.php:2605
1405
  msgid "[%s] Preload may have stalled."
1406
  msgstr "[%s] 預先載入可能已經停止"
1407
 
1408
- #: wp-cache.php:2605
1409
  msgid ""
1410
  "Preload has been restarted.\n"
1411
  "%s"
@@ -1413,11 +1712,11 @@ msgstr ""
1413
  "預先載入已經被重新啟動.\n"
1414
  "%s"
1415
 
1416
- #: wp-cache.php:2648
1417
  msgid "Supercache Uninstall Problems"
1418
- msgstr "Supercache反安裝問題"
1419
 
1420
- #: wp-cache.php:2648
1421
  msgid ""
1422
  "Dear User,\n"
1423
  "\n"
@@ -1435,85 +1734,70 @@ msgid ""
1435
  msgstr ""
1436
  "親愛的使用者,\n"
1437
  "\n"
1438
- "WP Super Cache已從你的部落格被移除,但是.htaccess中的\n"
1439
  "mod_rewrite規則仍然存在。\n"
1440
  "\n"
1441
- "請編輯下列檔案並移除'BEGIN WPSuperCache'及'END WPSupercache'之間的原始碼。\n"
1442
  "請先備份這個檔案!\n"
1443
  "\n"
1444
  "%s\n"
1445
  "\n"
1446
- "WP Super Cache Plugin敬上\n"
1447
  "http://wordpress.org/extend/plugins/wp-super-cache/"
1448
 
1449
- #: plugins/awaitingmoderation.php:4
1450
- msgid "Your comment is awaiting moderation."
1451
- msgstr "您的迴響正等待審核中。"
1452
-
1453
- #: plugins/awaitingmoderation.php:32
1454
- msgid "Awaiting Moderation"
1455
- msgstr "Awaiting Moderation"
1456
 
1457
- #: plugins/awaitingmoderation.php:36
1458
- msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
1459
- msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
1460
-
1461
- #: plugins/awaitingmoderation.php:42
1462
- #: plugins/badbehaviour.php:73
1463
- #: plugins/searchengine.php:67
1464
- #: plugins/domain-mapping.php:68
1465
- msgid "disabled"
1466
- msgstr "已停用"
1467
-
1468
- #: plugins/awaitingmoderation.php:43
1469
- msgid "Awaiting Moderation is now %s"
1470
- msgstr "Awaiting Moderation 外掛模組 %s"
1471
-
1472
- #: plugins/awaitingmoderation.php:45
1473
- #: plugins/badbehaviour.php:76
1474
- #: plugins/domain-mapping.php:71
1475
- msgid "Update"
1476
- msgstr "更新"
1477
 
1478
- #: plugins/badbehaviour.php:47
1479
- msgid "Bad Behaviour not found. Please check your install."
1480
- msgstr "找不到 Bad Behaviour. 請檢查你的安裝。"
1481
 
1482
- #: plugins/badbehaviour.php:63
1483
- msgid "Bad Behavior"
1484
- msgstr "Bad Behavior"
1485
 
1486
- #: plugins/badbehaviour.php:68
1487
- 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/\") "
1488
- msgstr "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")"
 
 
 
1489
 
1490
- #: plugins/badbehaviour.php:74
1491
- msgid "Bad Behavior support is now %s"
1492
- msgstr "Bad Behaviour 外掛模組 %s"
1493
 
1494
- #: plugins/searchengine.php:71
1495
- msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
1496
- msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 外掛模組 %s"
1497
 
1498
- #: plugins/searchengine.php:72
1499
- msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
1500
- msgstr "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
 
 
 
1501
 
1502
- #: plugins/domain-mapping.php:58
1503
- msgid "Domain Mapping"
1504
- msgstr "Domain Mapping"
1505
 
1506
- #: plugins/domain-mapping.php:63
1507
- 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."
1508
- msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>外掛支援,映射多個網域至一個blog。"
1509
 
1510
- #: plugins/domain-mapping.php:69
1511
- msgid "Domain Mapping support is now %s"
1512
- msgstr "Domain Mapping 外掛模組 %s"
1513
-
1514
- #: plugins/domain-mapping.php:83
1515
- msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
1516
- msgstr "Domain Mapping外掛模組已被偵測到!請到Supercache外掛頁面啟用domain mapping支援外掛。"
1517
 
1518
  #~ msgid "Tester & Contents"
1519
  #~ msgstr "測試及內容"
@@ -1539,12 +1823,5 @@ msgstr "Domain Mapping外掛模組已被偵測到!請到Supercache外掛頁面
1539
  #~ msgid "file"
1540
  #~ msgstr "檔案"
1541
 
1542
- #~ msgid ""
1543
- #~ "Scheduled preloading of cache cancelled. If a job is currently running it "
1544
- #~ "will not shutdown until the current 100 pages are complete."
1545
- #~ msgstr ""
1546
- #~ "預載快取排程已取消。如果一個排程正在執行中,它會在目前的100頁執行完畢之後"
1547
- #~ "才結束。"
1548
-
1549
  #~ msgid "(support for multiple domains on multisite websites) "
1550
  #~ msgstr "(在多站台網站上,支援複數網域名稱)"
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: 2012-06-21 09:44:46+00:00\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:151
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:152
21
+ #: wp-cache.php:1071
22
  msgid "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."
23
+ msgstr "如果你不希望依賴 origin pull,<a href=\"%1$s\">CDN Sync Tool</a> 是一個幫助你上傳檔案到 Amazon S3/Cloudfront 的外掛。 如果你對此外掛有任何問題,請參見 <a href=\"%2$s\">外掛支援論壇</a>。"
24
 
25
+ #: ossdl-cdn.php:153
26
  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."
27
+ msgstr "<strong style=\"color: red\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的 CDN 服務完全正常。"
28
 
29
+ #: ossdl-cdn.php:154
30
  msgid "You can define different CDN URLs for each site on a multsite network."
31
+ msgstr "你可以為多站台網路中的每個站台定義不同的 CDN URL。"
32
 
33
+ #: ossdl-cdn.php:162
34
  msgid "Enable CDN Support"
35
+ msgstr "啟用 CDN 支援"
36
 
37
+ #: ossdl-cdn.php:165
38
  msgid "Off-site URL"
39
+ msgstr "站外 URL"
40
 
41
+ #: ossdl-cdn.php:168
42
  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>."
43
+ msgstr "這個新的 URL 在會重寫時用來取代 %1$s。請不要加上結尾的 <code>/</code>。 <br /> 例: <code>%2$s</code>"
44
 
45
+ #: ossdl-cdn.php:172
46
  msgid "Include directories"
47
  msgstr "包含以下目錄"
48
 
49
+ #: ossdl-cdn.php:175
50
  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."
51
  msgstr "靜態檔案比對包含的目錄。使用逗號作為分隔符號。預設為 <code>wp-content, wp-includes</code> ,當這個欄位空白時會強制套用。"
52
 
53
+ #: ossdl-cdn.php:179
54
  msgid "Exclude if substring"
55
  msgstr "若含有以下字串則排除"
56
 
57
+ #: ossdl-cdn.php:182
58
  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)."
59
  msgstr "若網址中包含以上的字串,則不會被重寫。使用逗號作為分隔符號,像這樣:<code>.php, .flv, .do</code>,並請永遠包含<code>.php</code> (預設值)。"
60
 
61
+ #: ossdl-cdn.php:186
62
  msgid "Additional CNAMES"
63
  msgstr "額外的正規名稱(CNAMES)"
64
 
65
+ #: ossdl-cdn.php:189
66
  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"
67
+ msgstr "這些 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">正規名稱記錄(CNAMES)</a> 會在重寫時用來取代 %1$s (和上面的站外URL一起)。 使用逗號作為分隔符號。 在有大量靜態檔案的網頁中,這可以增進瀏覽器效能。 這些正規名稱可能也需要在你的 CDN 被設定。<br />例: %2$s"
68
 
69
+ #: ossdl-cdn.php:193
70
  msgid "Skip https URLs to avoid \"mixed content\" errors"
71
+ msgstr "跳過 https 網址以避免「混合的內容」錯誤"
72
 
73
+ #: ossdl-cdn.php:197
74
  msgid "Save Changes"
75
  msgstr "儲存變更"
76
 
77
+ #: ossdl-cdn.php:199
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 功能由<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>"
80
 
81
+ #: plugins/awaitingmoderation.php:4
82
+ msgid "Your comment is awaiting moderation."
83
+ msgstr "您的迴響正等待審核中。"
84
+
85
+ #: plugins/awaitingmoderation.php:32
86
+ msgid "Awaiting Moderation"
87
+ msgstr "Awaiting Moderation"
88
+
89
+ #: plugins/awaitingmoderation.php:34
90
+ #: plugins/badbehaviour.php:65
91
+ #: plugins/domain-mapping.php:75
92
+ #: plugins/searchengine.php:69
93
+ #: plugins/wptouch.php:22
94
+ #: wp-cache.php:1311
95
+ msgid "Enabled"
96
+ msgstr "啟用"
97
+
98
+ #: plugins/awaitingmoderation.php:35
99
+ #: plugins/badbehaviour.php:66
100
+ #: plugins/domain-mapping.php:76
101
+ #: plugins/searchengine.php:70
102
+ #: plugins/wptouch.php:23
103
+ #: wp-cache.php:1311
104
+ msgid "Disabled"
105
+ msgstr "停用"
106
+
107
+ #: plugins/awaitingmoderation.php:36
108
+ msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
109
+ msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
110
+
111
+ #: plugins/awaitingmoderation.php:40
112
+ #: plugins/badbehaviour.php:71
113
+ #: plugins/domain-mapping.php:81
114
+ #: plugins/searchengine.php:75
115
+ #: plugins/wptouch.php:28
116
+ #: wp-cache.php:1769
117
+ #: wp-cache.php:1771
118
+ msgid "enabled"
119
+ msgstr "已啟用"
120
+
121
+ #: plugins/awaitingmoderation.php:42
122
+ #: plugins/badbehaviour.php:73
123
+ #: plugins/domain-mapping.php:83
124
+ #: plugins/searchengine.php:77
125
+ #: plugins/wptouch.php:30
126
+ msgid "disabled"
127
+ msgstr "已停用"
128
+
129
+ #: plugins/awaitingmoderation.php:43
130
+ msgid "Awaiting Moderation is now %s"
131
+ msgstr "Awaiting Moderation 外掛模組 %s"
132
+
133
+ #: plugins/awaitingmoderation.php:45
134
+ #: plugins/badbehaviour.php:76
135
+ #: plugins/domain-mapping.php:86
136
+ #: plugins/searchengine.php:80
137
+ #: plugins/wptouch.php:33
138
+ msgid "Update"
139
+ msgstr "更新"
140
+
141
+ #: plugins/badbehaviour.php:47
142
+ msgid "Bad Behaviour not found. Please check your install."
143
+ msgstr "找不到 Bad Behaviour。請檢查是否正確安裝。"
144
+
145
+ #: plugins/badbehaviour.php:63
146
+ msgid "Bad Behavior"
147
+ msgstr "Bad Behavior"
148
+
149
+ #: plugins/badbehaviour.php:68
150
+ 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/\") "
151
+ msgstr "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")"
152
+
153
+ #: plugins/badbehaviour.php:74
154
+ msgid "Bad Behavior support is now %s"
155
+ msgstr "Bad Behaviour 外掛模組 %s"
156
+
157
+ #: plugins/badbehaviour.php:83
158
+ #: wp-cache.php:1401
159
+ #: wp-cache.php:1406
160
+ msgid "Warning!"
161
+ msgstr "警告!"
162
+
163
+ #: plugins/domain-mapping.php:73
164
+ msgid "Domain Mapping"
165
+ msgstr "Domain Mapping"
166
+
167
+ #: plugins/domain-mapping.php:78
168
+ 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."
169
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>外掛支援,映射多個網域至一個 blog。"
170
+
171
+ #: plugins/domain-mapping.php:84
172
+ msgid "Domain Mapping support is now %s"
173
+ msgstr "Domain Mapping 外掛模組 %s"
174
+
175
+ #: plugins/domain-mapping.php:98
176
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
177
+ msgstr "Domain Mapping 外掛模組已被偵測到!請到 Supercache 外掛頁面啟用 domain mapping 支援外掛。"
178
+
179
+ #: plugins/multisite.php:13
180
+ msgid "Cached"
181
+ msgstr "已快取"
182
+
183
+ #: plugins/multisite.php:31
184
+ #: wp-cache.php:1324
185
+ msgid "Enable"
186
+ msgstr "啟用"
187
+
188
+ #: plugins/multisite.php:33
189
+ #: plugins/searchengine.php:61
190
+ #: wp-cache.php:1324
191
+ msgid "Disable"
192
+ msgstr "停用"
193
+
194
+ #: plugins/multisite.php:39
195
+ msgid "Caching has been disabled on this blog on the Network Admin Sites page."
196
+ msgstr "這個部落格的快取,已經在站台網路管理頁面中被關閉。"
197
+
198
+ #: plugins/searchengine.php:67
199
+ msgid "No Adverts for Friends"
200
+ msgstr "No Adverts for Friends"
201
+
202
+ #: plugins/searchengine.php:72
203
+ msgid "Provides support for <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>."
204
+ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 外掛支援。"
205
+
206
+ #: plugins/searchengine.php:78
207
+ msgid "No Adverts for Friends support is now %s"
208
+ msgstr "No Adverts for Friends 支援 %s"
209
+
210
+ #: plugins/wptouch.php:20
211
+ msgid "WPTouch"
212
+ msgstr "WPTouch"
213
+
214
+ #: plugins/wptouch.php:25
215
+ msgid "Provides support for <a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPTouch</a> mobile theme and plugin."
216
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/wptouch/\">WPTouch</a> 行動裝置主題外掛支援。"
217
+
218
+ #: plugins/wptouch.php:31
219
+ msgid "WPTouch support is now %s"
220
+ msgstr "WPTouch 支援 %s"
221
+
222
+ #: plugins/wptouch.php:45
223
+ msgid "WPTouch plugin detected! Please go to the Supercache plugins page and enable the WPTouch helper plugin."
224
+ msgstr "WPTouch 外掛模組已被偵測到!請到 Supercache 外掛頁面啟用 WPTouch 支援外掛。"
225
+
226
+ #: wp-cache-phase2.php:1209
227
+ msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
228
+ msgstr "執行清除過期快取的排程時失敗。將在十秒內再次執行。"
229
+
230
+ #: wp-cache-phase2.php:1213
231
+ msgid "Cache expiry cron job took more than 30 seconds. You should probably run the garbage collector more often."
232
+ msgstr "定時清除快取花費了超過三十秒以上的時間。你可能需要更常執行垃圾回收功能。"
233
+
234
+ #: wp-cache-phase2.php:1222
235
+ msgid "[%1$s] WP Super Cache GC Report"
236
+ msgstr "[%1$s] WP Super Cache 垃圾回收報告"
237
+
238
  #: wp-cache.php:99
239
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
240
  msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
265
 
266
  #: wp-cache.php:177
267
  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."
268
+ msgstr "外掛要正常運作,必須有自定 url 或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。"
269
 
270
  #: wp-cache.php:189
271
  msgid "Warning! Your hostname \"%s\" resolves to %s"
273
 
274
  #: wp-cache.php:190
275
  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."
276
+ msgstr "你的伺服器認為你的主機名稱解析到 %s WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。"
277
 
278
  #: wp-cache.php:191
279
  #: wp-cache.php:205
280
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
281
+ msgstr "請參閱 readme.txt 16 項<a href=\"%s\">錯誤排除段落</a>"
282
 
283
  #: wp-cache.php:204
284
  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."
285
  msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
286
 
287
+ #: wp-cache.php:218
288
  msgid "Cannot continue... fix previous problems and retry."
289
  msgstr "無法繼續... 解決前述問題然後重試。"
290
 
291
+ #: wp-cache.php:227
292
  msgid "Zlib Output Compression Enabled!"
293
+ msgstr "Zlib 輸出壓縮已被啟用!"
294
 
295
+ #: wp-cache.php:228
296
  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."
297
+ msgstr "PHP頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改php.ini的說明。"
298
 
299
+ #: wp-cache.php:232
300
  msgid "Mod rewrite may not be installed!"
301
  msgstr "Mod rewrite 可能沒有安裝!"
302
 
303
+ #: wp-cache.php:233
304
  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."
305
  msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。"
306
 
310
 
311
  #: wp-cache.php:240
312
  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."
313
+ msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須允許從伺服器端進行寫入以進行設定變更。"
314
 
315
  #: wp-cache.php:241
316
  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."
317
+ msgstr "最簡單的方式是使用 CHMOD 指令或透過 FTP 程式來變更權限。請確保它們正確並可以寫入。"
318
 
319
  #: wp-cache.php:242
320
  #: wp-cache.php:258
339
 
340
  #: wp-cache.php:267
341
  msgid "Mobile rewrite rules detected"
342
+ msgstr "偵測到行動裝置重寫規則"
343
 
344
  #: wp-cache.php:268
345
  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."
347
 
348
  #: wp-cache.php:268
349
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
350
+ msgstr "這不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。"
351
 
352
  #: wp-cache.php:274
353
  #: wp-cache.php:285
357
  #: wp-cache.php:275
358
  #: wp-cache.php:286
359
  msgid "The rewrite rules required by this plugin have changed or are missing. "
360
+ msgstr "這個外掛所需的重寫規則已被變更或不存在。"
361
 
362
  #: wp-cache.php:276
363
  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):"
364
+ msgstr "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(依難易度排列):"
365
 
366
  #: wp-cache.php:277
367
  msgid "Set the plugin to legacy mode and enable mobile support."
370
  #: wp-cache.php:278
371
  #: wp-cache.php:287
372
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
373
+ msgstr "捲動到進階選項頁面的下方並點擊<strong>更新 Mod_Rewrite 規則</strong>按鈕。"
374
 
375
  #: wp-cache.php:279
376
  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."
377
+ msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> <code># END WPSuperCache</code> 之間原始碼區段的 mod_rewrite 規則,之後重新載入本頁讓外掛再次產生規則。"
378
 
379
  #: wp-cache.php:280
380
  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)"
381
+ msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> <code># END WPSuperCache</code> 之間的原始碼區段。有兩個區段非常相似。緊接著 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 的下方新增這幾行(要做兩次,一個區段一次):"
382
 
383
  #: wp-cache.php:293
384
  msgid "Required to serve compressed supercache files properly."
385
+ msgstr "需要此模組以正確提供 supercache 壓縮檔。"
386
 
387
  #: wp-cache.php:293
388
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
389
+ msgstr "需要此模組以設定在 supercache 頁面的快取資訊。若無此模組,IE7使用者將會看到舊頁面。"
390
 
391
  #: wp-cache.php:293
392
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
393
+ msgstr "設定 supercache 快取頁面過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。"
394
 
395
  #: wp-cache.php:300
396
  msgid "Missing Apache Modules"
398
 
399
  #: wp-cache.php:301
400
  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."
401
+ msgstr "以下的 Apache 模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的 Supercache 模式,你的訪客可能會看到損壞的網頁或是過時的內容。"
402
 
403
+ #: wp-cache.php:502
404
  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."
405
+ msgstr "<strong>警告!</strong> 你試著要開啟壓縮,但是 <code>zlib.output_compression</code> 已被啟用。 參見讀我檔案裡錯誤排除段落第21條。"
406
 
407
+ #: wp-cache.php:598
408
  msgid "WP Super Cache Settings"
409
  msgstr "WP Super Cache 狀態"
410
 
411
+ #: wp-cache.php:612
412
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
413
+ msgstr "注意:<em>Mod_rewrite 或傳統快取已被開啟。</em> 預設顯示進階選項頁面。"
414
 
415
+ #: wp-cache.php:623
416
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
417
+ msgstr "設定檔已變更,某些數值可能錯誤。再次從\"設定\"選單讀取頁面以重設選項。"
418
 
419
+ #: wp-cache.php:655
420
  msgid "Caching must be enabled to use this feature"
421
  msgstr "必須啟用快取才能使用這個功能"
422
 
423
+ #: wp-cache.php:673
424
+ #: wp-cache.php:813
425
  msgid "Cancel Cache Preload"
426
  msgstr "取消快取預先載入"
427
 
428
+ #: wp-cache.php:681
429
+ msgid "Scheduled preloading of cache almost cancelled. It may take up to a minute for it to cancel completely."
430
+ msgstr "預載快取排程即將取消。完全取消可能要花費至一分鐘。"
431
+
432
+ #: wp-cache.php:692
433
  msgid "Scheduled preloading of cache cancelled."
434
  msgstr "預載快取排程已被取消。"
435
 
436
+ #: wp-cache.php:724
437
+ #: wp-cache.php:811
438
  msgid "Preload Cache Now"
439
  msgstr "馬上開始預先載入"
440
 
441
+ #: wp-cache.php:728
442
  msgid "Scheduled preloading of cache in 10 seconds."
443
  msgstr "預載快取將在十秒之後開始。"
444
 
445
+ #: wp-cache.php:733
446
  msgid "Scheduled preloading of cache in %d minutes"
447
  msgstr "下次預載快取排程時間:%d分鐘後"
448
 
449
+ #: wp-cache.php:737
450
  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."
451
+ msgstr "這會快取你網站上所有已發布的文章和頁面。它會產生 supercache 靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的 Google 排名有幫助,因為他們也將網站速度納入衡量項目之一。"
452
 
453
+ #: wp-cache.php:738
454
  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."
455
+ msgstr "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多 (10,000+) 文章的時候,可能只會有新文章被快取到。這在共享主機上特別重要。"
456
 
457
+ #: wp-cache.php:739
458
  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."
459
+ msgstr "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的 supercache 檔案。這是預先載入的建議設定。"
460
 
461
+ #: wp-cache.php:743
462
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
463
+ msgstr "每 %s 分鐘更新預載快取檔案。(0 關閉,最低 %d 分鐘。)"
464
 
465
+ #: wp-cache.php:756
466
  msgid "all"
467
  msgstr "所有"
468
 
469
+ #: wp-cache.php:769
470
  msgid "Preload %s posts."
471
  msgstr "預先載入 %s 篇文章。"
472
 
473
+ #: wp-cache.php:776
474
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
475
  msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
476
 
477
+ #: wp-cache.php:779
478
+ msgid "Preload tags, categories and other taxonomies."
479
+ msgstr "預載標籤,類別,以及其它的分類。"
480
+
481
+ #: wp-cache.php:782
482
  msgid "Send me status emails when files are refreshed."
483
  msgstr "當檔案被更新的時候寄信給我。"
484
 
485
+ #: wp-cache.php:787
486
  msgid "Many emails, 2 emails per 100 posts."
487
  msgstr "很多信件,每一百篇文章二封信。"
488
 
489
+ #: wp-cache.php:790
490
  msgid "Medium, 1 email per 100 posts."
491
  msgstr "中等,每一百篇文章一封信。"
492
 
493
+ #: wp-cache.php:793
494
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
495
  msgstr "較少信件,開始的時候一封還有結束的時候一封。"
496
 
497
+ #: wp-cache.php:797
498
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
499
  msgstr "在%d小時%d分鐘%d秒之後更新快取。"
500
 
501
+ #: wp-cache.php:798
502
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
503
+ msgstr "完整更新快取,耗費了 %d 小時 %d 分鐘 %d 秒。"
504
 
505
+ #: wp-cache.php:804
506
  msgid "Currently caching from post %d to %d."
507
+ msgstr "目前正在快取第 %d 到 %d 篇文章。"
508
 
509
+ #: wp-cache.php:808
510
  msgid "<strong>Page last cached:</strong> %s"
511
  msgstr "<strong>最新快取頁面:</strong> %s"
512
 
513
+ #: wp-cache.php:811
514
  msgid "Update Settings"
515
  msgstr "更新狀態"
516
 
517
+ #: wp-cache.php:819
518
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
519
  msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。"
520
 
521
+ #: wp-cache.php:836
522
+ #: wp-cache.php:947
523
  msgid "Caching"
524
  msgstr "快取"
525
 
526
+ #: wp-cache.php:840
527
  msgid "Cache hits to this website for quick access."
528
  msgstr "啟用快取以加速對本網站的存取"
529
 
530
+ #: wp-cache.php:840
531
+ #: wp-cache.php:841
532
+ #: wp-cache.php:858
533
+ #: wp-cache.php:867
534
+ #: wp-cache.php:874
535
+ #: wp-cache.php:877
536
+ #: wp-cache.php:894
537
+ #: wp-cache.php:950
538
  msgid "Recommended"
539
  msgstr "建議選項"
540
 
541
+ #: wp-cache.php:841
542
  msgid "Use mod_rewrite to serve cache files."
543
+ msgstr "使用 mod_rewrite 快取"
544
 
545
+ #: wp-cache.php:842
546
  msgid "Use PHP to serve cache files."
547
+ msgstr "使用 PHP 快取"
548
 
549
+ #: wp-cache.php:843
550
  msgid "Legacy page caching."
551
  msgstr "傳統快取模式"
552
 
553
+ #: wp-cache.php:844
554
  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."
555
+ msgstr "Mod_rewrite 快取是最快的,PHP 快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的彈性且同樣容易上手。新使用者應該使用 PHP 快取。"
556
 
557
+ #: wp-cache.php:850
558
  msgid "Miscellaneous"
559
  msgstr "雜項"
560
 
561
+ #: wp-cache.php:856
562
  msgid "Warning! Compression is disabled as gzencode() function not found."
563
+ msgstr "警告!因為找不到 gzencode() 函式,壓縮已被停用。"
564
 
565
+ #: wp-cache.php:858
566
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
567
+ msgstr "壓縮網頁,讓訪客能更快速觀看"
568
 
569
+ #: wp-cache.php:859
570
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
571
  msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
572
 
573
+ #: wp-cache.php:867
574
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
575
  msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
576
 
577
+ #: wp-cache.php:870
578
+ msgid "Warning! 304 browser caching is only supported when not using mod_rewrite caching."
579
+ msgstr "警告! 304 瀏覽器快在不使用 mod_rewrite 快取時才能支援。"
580
+
581
+ #: wp-cache.php:872
582
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
583
+ msgstr "304 支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。"
584
 
585
+ #: wp-cache.php:874
586
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
587
  msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。"
588
 
589
+ #: wp-cache.php:875
590
+ msgid "Don&#8217;t cache pages with GET parameters. (?x=y at the end of a url)"
591
+ msgstr "不快取使用 GET 參數的頁面。(結尾有 ?x=y 的網址)"
592
+
593
+ #: wp-cache.php:876
594
+ msgid "Make known users anonymous so they&#8217;re served supercached static files."
595
+ msgstr "讓已知使用者匿名化,以靜態快取檔案服務他們。"
596
+
597
+ #: wp-cache.php:877
598
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
599
+ msgstr "重建快取。當新檔案重建的時候,提供 supercache 檔案給匿名使用者。"
600
 
601
+ #: wp-cache.php:878
602
+ msgid "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! (places a message in your blog&#8217;s footer)"
603
+ msgstr "告訴全世界你的伺服器不怕 <a href=\"%s\">Stephen Fry</a> (一個名人)攻擊!(在你的部落格底部放置一段訊息)"
604
 
605
+ #: wp-cache.php:884
606
+ #: wp-cache.php:1162
607
+ #: wp-cache.php:1778
608
  msgid "Advanced"
609
  msgstr "進階選項"
610
 
611
+ #: wp-cache.php:888
612
+ msgid "Mobile device support. (External plugin or theme required. See the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> for further details.)"
613
+ msgstr "行動裝置支援 (需要外掛或額外的主題來支援。 參見<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">常見問答</a>以獲得更多資訊。)"
614
 
615
+ #: wp-cache.php:890
616
+ msgid "Mobile Browsers"
617
+ msgstr "行動瀏覽器"
618
 
619
+ #: wp-cache.php:890
620
+ msgid "Mobile Prefixes"
621
+ msgstr "行動前置字串"
622
+
623
+ #: wp-cache.php:892
624
+ msgid "Remove UTF8/blog charset support from .htaccess file. Only necessary if you see odd characters or punctuation looks incorrect. Requires rewrite rules update."
625
+ msgstr "從 .htaccess 中移除 UTF8 字元集支援。只在你看到奇怪的字元或錯誤的標點時才需要。必須更新重寫規則。"
626
+
627
+ #: wp-cache.php:893
628
+ msgid "Clear all cache files when a post or page is published or updated."
629
+ msgstr "當發布或更新文章、網誌分頁時清除所有快取。"
630
+
631
+ #: wp-cache.php:894
632
  msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
633
  msgstr "額外的首頁檢查(有很小的機會導致首頁快取停止)。"
634
 
635
+ #: wp-cache.php:895
636
  msgid "Only refresh current page when comments made."
637
  msgstr "當迴響發佈時,只更新目前頁面。"
638
 
639
+ #: wp-cache.php:896
640
  msgid "List the newest cached pages on this page."
641
  msgstr "在本頁列出最新的快取頁面。"
642
 
643
+ #: wp-cache.php:898
644
  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>"
645
  msgstr "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>"
646
 
647
+ #: wp-cache.php:900
648
  msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
649
+ msgstr "延遲初始化,在 WordPress 載入之後再顯示快取。通常使用在傳統模式。"
650
 
651
+ #: wp-cache.php:902
652
  msgid "Use object cache to store cached files."
653
+ msgstr "使用 object 快取來儲存快取檔案。"
654
 
655
+ #: wp-cache.php:902
656
  msgid "(Experimental)"
657
  msgstr "(實驗選項)"
658
 
659
+ #: wp-cache.php:904
660
+ msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
661
+ msgstr "<strong>存取非快取頁面</strong> 密鑰: <a href=\"%s\">%s</a>"
662
+
663
+ #: wp-cache.php:910
664
  msgid "Note:"
665
  msgstr "備註:"
666
 
667
+ #: wp-cache.php:912
668
  msgid "Uninstall this plugin on the plugins page. It will automatically clean up after itself. If manual intervention is required then simple instructions are provided."
669
  msgstr "請在外掛頁面反安裝此外掛。它將會在反安裝後將設定清除。如需手動介入,亦會提供簡單的指示。"
670
 
671
+ #: wp-cache.php:913
672
  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!)"
673
  msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)"
674
 
675
+ #: wp-cache.php:914
676
  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\"."
677
+ msgstr "反安裝資訊請參見 <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找 \"How to uninstall WP Super Cache\" 標題。"
678
 
679
+ #: wp-cache.php:915
680
  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."
681
  msgstr "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。"
682
 
683
+ #: wp-cache.php:918
684
+ #: wp-cache.php:965
685
  msgid "Update Status"
686
  msgstr "更新狀態"
687
 
688
+ #: wp-cache.php:925
689
  msgid "Accepted Filenames &amp; Rejected URIs"
690
+ msgstr "接受的檔案名稱和拒絕的 URI"
691
 
692
+ #: wp-cache.php:950
693
  msgid "Caching On"
694
  msgstr "開啟快取"
695
 
696
+ #: wp-cache.php:951
697
  msgid "Caching Off"
698
  msgstr "關閉快取"
699
 
700
+ #: wp-cache.php:952
701
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
702
+ msgstr "說明:啟用 PHP 快取,重建快取,以及行動裝置支援"
703
 
704
+ #: wp-cache.php:962
705
  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."
706
+ msgstr "注意:PHP 快取已被啟用,但偵測到 Supercache mod_rewrite 規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的 .htaccess 檔以移除 SuperCache 規則。"
707
 
708
+ #: wp-cache.php:967
709
  msgid "Cache Tester"
710
  msgstr "快取測試"
711
 
712
+ #: wp-cache.php:968
713
  msgid "Test your cached website by clicking the test button below."
714
  msgstr "請按下面的測試按鈕以測試你的網站快取。"
715
 
716
+ #: wp-cache.php:974
717
  msgid "Fetching %s to prime cache: "
718
  msgstr "抓取 %s 至主要快取:"
719
 
720
+ #: wp-cache.php:976
721
+ #: wp-cache.php:985
722
+ #: wp-cache.php:997
723
  msgid "OK"
724
  msgstr "完成"
725
 
726
+ #: wp-cache.php:979
727
  msgid "Fetching first copy of %s: "
728
  msgstr "抓取第一份%s:"
729
 
730
+ #: wp-cache.php:988
731
+ #: wp-cache.php:999
732
+ msgid "FAILED"
733
+ msgstr "失敗"
734
+
735
+ #: wp-cache.php:991
736
  msgid "Fetching second copy of %s: "
737
  msgstr "抓取第二份%s:"
738
 
739
+ #: wp-cache.php:1003
740
  msgid "One or more page requests failed:"
741
  msgstr "一個或以上的頁面要求失敗:"
742
 
743
+ #: wp-cache.php:1022
744
+ #: wp-cache.php:1023
745
  msgid "Page %d: %d (%s)"
746
  msgstr "頁面 %d: %d (%s)"
747
 
748
+ #: wp-cache.php:1029
749
  msgid "Page 1: %s"
750
  msgstr "頁面1: %s"
751
 
752
+ #: wp-cache.php:1030
753
  msgid "Page 2: %s"
754
  msgstr "頁面2: %s"
755
 
756
+ #: wp-cache.php:1031
757
  msgid "The timestamps on both pages match!"
758
  msgstr "頁面時間標籤相符!"
759
 
760
+ #: wp-cache.php:1033
761
  msgid "The pages do not match! Timestamps differ or were not found!"
762
+ msgstr "無頁面時間標籤或標籤不相符!"
763
 
764
+ #: wp-cache.php:1034
765
+ msgid "Things you can do:"
766
+ msgstr "你可以做的事:"
767
+
768
+ #: wp-cache.php:1035
769
+ msgid "Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match."
770
+ msgstr "在已登出的瀏覽器載入你的首頁,檢查html結尾的時間標籤,並再次載入頁面並比較時間標籤。快取如果有效時間標籤會是一致的。"
771
+
772
+ #: wp-cache.php:1036
773
+ msgid "Enable logging on the Debug page here. That should help you track down the problem."
774
+ msgstr "在本除錯頁面開啟記錄功能,應該可以幫助你找出問題所在。"
775
+
776
+ #: wp-cache.php:1037
777
+ msgid "You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself."
778
+ msgstr "檢查上面第一頁及第二頁的錯誤。你的本機伺服器設定可能不允許你的網站存取自己本身。"
779
+
780
+ #: wp-cache.php:1045
781
  msgid "Send non-secure (non https) request for homepage"
782
+ msgstr "以非加密 (非 https) 傳輸請求首頁"
783
 
784
+ #: wp-cache.php:1046
785
  msgid "Test Cache"
786
  msgstr "測試快取"
787
 
788
+ #: wp-cache.php:1050
789
  msgid "Delete Cached Pages"
790
  msgstr "刪除快取頁面"
791
 
792
+ #: wp-cache.php:1051
793
  msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
794
+ msgstr "快取頁面以 html PHP 檔案的形式儲存在你的伺服器上。如果你需要刪除它們,請按下面的按鈕。"
795
 
796
+ #: wp-cache.php:1054
797
+ #: wp-cache.php:2316
798
+ #: wp-cache.php:2335
799
+ #: wp-cache.php:2506
800
+ #: wp-cache.php:3030
801
  msgid "Delete Cache"
802
  msgstr "刪除快取"
803
 
804
+ #: wp-cache.php:1061
805
+ #: wp-cache.php:2322
806
+ msgid "Delete Cache On All Blogs"
807
+ msgstr "刪除所有部落格的快取頁面"
808
+
809
+ #: wp-cache.php:1066
810
  msgid "Recommended Links and Plugins"
811
  msgstr "建議連結及外掛"
812
 
813
+ #: wp-cache.php:1067
814
  msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
815
  msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
816
 
817
+ #: wp-cache.php:1068
818
+ msgid "<a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages by removing whitespaces and extra characters "
819
+ msgstr "<a href=\"%s\">WPSCMin</a>,一個 Supercache 的外掛,藉由移除多餘的空白和無用的字元將頁面最小化。"
820
 
821
+ #: wp-cache.php:1069
822
  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>."
823
+ msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是 Firefox 附加元件 Firebug 的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。"
824
 
825
+ #: wp-cache.php:1070
826
  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."
827
+ msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從 Google 的伺服器上載入一些常用的 Javascript 函式庫。很諷刺的是它會降低你的 Yslow 分數。"
828
 
829
+ #: wp-cache.php:1072
830
  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."
831
+ msgstr "<strong>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用 .htaccess 規則來進行快取。"
832
 
833
+ #: wp-cache.php:1073
834
  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."
835
+ msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從 <a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a> 或其它的加速器中選擇一個。"
836
+
837
+ #: wp-cache.php:1074
838
+ msgid "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug garbage collection and preload problems."
839
+ msgstr "<a href=\"%s\">Cron View</a> 外掛,在你想要針對垃圾回收及預先載入問題除錯時相當有用。"
840
 
841
+ #: wp-cache.php:1085
842
  msgid "Make WordPress Faster"
843
  msgstr "讓 WordPress 更快速"
844
 
845
+ #: wp-cache.php:1086
846
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
847
  msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。"
848
 
849
+ #: wp-cache.php:1087
850
  msgid "He blogs at %1$s and posts photos at %2$s."
851
+ msgstr "我的部落格在 %1$s,相簿在 %2$s。繁體中文翻譯問題請洽<a href=\"http://priv.tw/blog/\">priv</a>"
852
 
853
+ #: wp-cache.php:1088
854
  msgid "Please say hi to him on %s too!"
855
  msgstr "在%s上向我問好!"
856
 
857
+ #: wp-cache.php:1089
858
  msgid "Need Help?"
859
  msgstr "需要幫助?"
860
 
861
+ #: wp-cache.php:1091
862
+ msgid "Use the debug system in the Debug tab above. It will tell you what the plugin is doing."
863
+ msgstr "請使用上方除錯分頁的除錯系統,它會告訴你這個外掛的功能。"
864
+
865
+ #: wp-cache.php:1092
866
  msgid "<a href=\"%1$s\">Installation Help</a>"
867
  msgstr "<a href=\"%1$s\">安裝指南</a>"
868
 
869
+ #: wp-cache.php:1093
870
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
871
  msgstr "<a href=\"%1$s\">常見問題</a>"
872
 
873
+ #: wp-cache.php:1094
874
  msgid "<a href=\"%1$s\">Support Forum</a>"
875
  msgstr "<a href=\"%1$s\">支援論壇</a>"
876
 
877
+ #: wp-cache.php:1096
878
  msgid "Rate This Plugin!"
879
  msgstr "為這個外掛評分!"
880
 
881
+ #: wp-cache.php:1097
882
  msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
883
  msgstr "請為這個外掛<a href=\"%s\">評分</a>,並告訴我它是否運作正常。這對開發非常有幫助。"
884
 
885
+ #: wp-cache.php:1106
886
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
887
  msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
888
 
889
+ #: wp-cache.php:1107
890
  msgid "Newest Cached Pages:"
891
  msgstr "最新的快取頁面:"
892
 
893
+ #: wp-cache.php:1111
894
  msgid "Cached %s seconds ago"
895
+ msgstr " %s 秒前快取"
896
 
897
+ #: wp-cache.php:1114
898
  msgid "(may not always be accurate on busy sites)"
899
  msgstr "(在忙碌的網站上未必準確)"
900
 
901
+ #: wp-cache.php:1133
902
  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."
903
+ msgstr "快取外掛是 wp-super-cache plugin 資料夾中的一些 PHP 程式。它們在 Supercache 載入的時候就會被載入,比一般的 WordPress plugin 要早得多。"
904
 
905
+ #: wp-cache.php:1134
906
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
907
+ msgstr "這是一個非常進階的功能,只有對 PHP Wordpress 動作都非常了解的人才能撰寫。"
908
 
909
+ #: wp-cache.php:1135
910
+ msgid "<strong>Warning</strong>! Due to the way WordPress upgrades plugins the plugins you upload to wp-super-cache/plugins/ will be deleted when you upgrade WP Super Cache. You can avoid this by loading the plugins from elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in wp-config.php and WP Super Cache will look there instead.<br />More info available in the <a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">developer documentation</a>."
911
+ msgstr "<strong>警告</strong>! 肇因於 WordPress 升級外掛的方式,上傳至 wp-super-cache/plugins 的外掛在升級 WP Super Cache 將會被刪除。你可以把外掛放到別的地方以避免此一問題。在 wp-config.php 中設定 <strong>$wp_cache_plugins_dir</strong> 至新的位置,WP Super Cache 將會改用此一新位置。<br /><a href=\"http://ocaoimh.ie/wp-super-cache-developers/\">開發者文件</a>中有更多的資訊。"
912
+
913
+ #: wp-cache.php:1145
914
  msgid "Available Plugins"
915
  msgstr "可使用的外掛"
916
 
917
+ #: wp-cache.php:1162
918
  msgid "Easy"
919
  msgstr "簡易模式"
920
 
921
+ #: wp-cache.php:1162
922
  msgid "CDN"
923
  msgstr "CDN"
924
 
925
+ #: wp-cache.php:1162
926
  msgid "Contents"
927
  msgstr "內容"
928
 
929
+ #: wp-cache.php:1162
930
  msgid "Preload"
931
  msgstr "預先載入"
932
 
933
+ #: wp-cache.php:1162
934
  msgid "Plugins"
935
  msgstr "外掛"
936
 
937
+ #: wp-cache.php:1162
938
  msgid "Debug"
939
  msgstr "除錯設定"
940
 
941
+ #: wp-cache.php:1197
942
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
943
+ msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite 規則檢查會被關閉。s"
944
 
945
+ #: wp-cache.php:1206
946
  msgid "Mod Rewrite Rules"
947
  msgstr "Mod Rewrite 規則"
948
 
949
+ #: wp-cache.php:1212
950
  msgid "WordPress MU Detected"
951
+ msgstr "偵測到 WordPress MU"
952
 
953
+ #: wp-cache.php:1212
954
  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."
955
  msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
956
 
957
+ #: wp-cache.php:1214
958
  msgid "Mod Rewrite rules cannot be updated!"
959
  msgstr "Mod Rewrite 規則無法更新!"
960
 
961
+ #: wp-cache.php:1215
962
  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:"
963
+ msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的主要 mod_rewrite 規則:"
964
 
965
+ #: wp-cache.php:1217
966
  msgid "Refresh this page when you have updated your .htaccess file."
967
  msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
968
 
969
+ #: wp-cache.php:1221
970
  msgid "Thank you for upgrading."
971
  msgstr "感謝升級。"
972
 
973
+ #: wp-cache.php:1221
974
  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."
975
+ msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的 supercache 規則更新前,你必須先刪除舊的 supercache 規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
976
 
977
+ #: wp-cache.php:1225
978
  msgid "Trailing slash check required."
979
  msgstr "尾端斜線的檢查是必須的。"
980
 
981
+ #: wp-cache.php:1225
982
  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:"
983
+ msgstr "看起來你的部落格有以\"/\"結束的 URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的 bug,也就是相同的內容卻不是被指向正確的 URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
984
 
985
+ #: wp-cache.php:1227
986
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
987
  msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則"
988
 
989
+ #: wp-cache.php:1241
990
  msgid "Mod Rewrite rules updated!"
991
  msgstr "Mod Rewrite 規則已更新!"
992
 
993
+ #: wp-cache.php:1242
994
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
995
  msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
996
 
997
+ #: wp-cache.php:1244
998
  msgid "Mod Rewrite rules must be updated!"
999
  msgstr "Mod Rewrite 規則必須更新!"
1000
 
1001
+ #: wp-cache.php:1245
1002
  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:"
1003
+ msgstr "你的 %s.htaccess 無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:"
1004
 
1005
+ #: wp-cache.php:1250
1006
  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."
1007
+ msgstr "在你的 %s.htaccess 檔案中已經檢測到 WP Super Cache 重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
1008
 
1009
+ #: wp-cache.php:1253
1010
  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."
1011
+ msgstr "發現 .htaccess rewrite 規則和外掛 rewrite 規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新 Mod_Rewrite 規則」按鈕以更新規則。"
1012
 
1013
+ #: wp-cache.php:1255
1014
  msgid "View Mod_Rewrite Rules"
1015
  msgstr "查看 Mod_Rewrite 規則"
1016
 
1017
+ #: wp-cache.php:1261
1018
+ #: wp-cache.php:2622
1019
  msgid "Rules must be added to %s too:"
1020
+ msgstr "也必須新增到 %s 的規則:"
1021
 
1022
+ #: wp-cache.php:1268
1023
  msgid "Gzip encoding rules in %s.htaccess created."
1024
+ msgstr "%s.htaccess 內 gzip 規則建立。"
1025
 
1026
+ #: wp-cache.php:1275
1027
  msgid "Fix Configuration"
1028
  msgstr "修復設定"
1029
 
1030
+ #: wp-cache.php:1278
1031
  msgid "Restore Default Configuration"
1032
  msgstr "還原到預設選項"
1033
 
1034
+ #: wp-cache.php:1286
1035
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
1036
  msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
1037
 
1038
+ #: wp-cache.php:1311
1039
  msgid "Lock Down:"
1040
  msgstr "鎖定:"
1041
 
1042
+ #: wp-cache.php:1312
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1043
  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."
1044
  msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。"
1045
 
1046
+ #: wp-cache.php:1313
1047
  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."
1048
+ msgstr "開發者:透過檢查 \"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守 WPLOCKDOWN 設定。"
1049
 
1050
+ #: wp-cache.php:1315
1051
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
1052
  msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
1053
 
1054
+ #: wp-cache.php:1319
1055
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
1056
  msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。"
1057
 
1058
+ #: wp-cache.php:1321
1059
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
1060
  msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
1061
 
1062
+ #: wp-cache.php:1327
 
 
 
 
 
 
 
 
 
 
 
1063
  msgid "Lock Down"
1064
  msgstr "鎖定"
1065
 
1066
+ #: wp-cache.php:1335
1067
  msgid "Directly Cached Files"
1068
  msgstr "直接快取檔案"
1069
 
1070
+ #: wp-cache.php:1393
1071
  msgid "%s removed!"
1072
  msgstr "%s 已移除!"
1073
 
1074
+ #: wp-cache.php:1401
 
 
 
 
 
 
1075
  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."
1076
  msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
1077
 
1078
+ #: wp-cache.php:1406
1079
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
1080
  msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
1081
 
1082
+ #: wp-cache.php:1421
1083
  msgid "Existing direct page"
1084
  msgstr "已存在的直接頁面"
1085
 
1086
+ #: wp-cache.php:1421
1087
  msgid "Delete cached file"
1088
  msgstr "刪除快取檔案"
1089
 
1090
+ #: wp-cache.php:1426
1091
  msgid "Add direct page:"
1092
  msgstr "新增直接頁面:"
1093
 
1094
+ #: wp-cache.php:1428
1095
  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."
1096
  msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
1097
 
1098
+ #: wp-cache.php:1430
1099
  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."
1100
  msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
1101
 
1102
+ #: wp-cache.php:1431
1103
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
1104
  msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
1105
 
1106
+ #: wp-cache.php:1436
1107
  msgid "Update Direct Pages"
1108
  msgstr "更新直接頁面"
1109
 
1110
+ #: wp-cache.php:1464
1111
+ msgctxt "timezone date format"
1112
+ msgid "Y-m-d G:i:s"
1113
+ msgstr "Y-m-d G:i:s"
1114
+
1115
+ #: wp-cache.php:1523
1116
  msgid "Expiry Time &amp; Garbage Collection"
1117
+ msgstr "過期時間與垃圾回收"
1118
+
1119
+ #: wp-cache.php:1525
1120
+ msgid "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"
1121
+ msgstr "<abbr title=\"Coordinated Universal Time\">UTC</abbr> 時間是 <code>%s</code>"
1122
+
1123
+ #: wp-cache.php:1528
1124
+ msgid "Local time is <code>%1$s</code>"
1125
+ msgstr "本地時間是 <code>%1$s</code>"
1126
+
1127
+ #: wp-cache.php:1532
1128
+ msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>"
1129
+ msgstr "下次垃圾回收排程時間<strong> %s UTC</strong>"
1130
+
1131
+ #: wp-cache.php:1536
1132
+ msgid "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not be deleted regardless of age."
1133
+ msgstr "警告 <strong>預載模式</strong> 已被啟用。Supercache檔案將不會由於過期而被刪除。"
1134
 
1135
+ #: wp-cache.php:1553
1136
+ msgid "Cache Timeout"
1137
+ msgstr "快取逾時"
1138
 
1139
+ #: wp-cache.php:1554
1140
+ #: wp-cache.php:1557
1141
  msgid "seconds"
1142
  msgstr "秒"
1143
 
1144
+ #: wp-cache.php:1555
1145
+ msgid "How long should cached pages remain fresh? Set to 0 to disable garbage collection. A good starting point is 3600 seconds."
1146
+ msgstr "設定快取的有效期限。設定 0 以關閉垃圾回收功能。可以從 3600 秒先開始嘗試。"
1147
+
1148
+ #: wp-cache.php:1556
1149
+ msgid "Scheduler"
1150
+ msgstr "排程器"
1151
+
1152
+ #: wp-cache.php:1556
1153
+ msgid "Timer:"
1154
+ msgstr "計時:"
1155
+
1156
+ #: wp-cache.php:1557
1157
+ msgid "Check for stale cached files every <em>interval</em> seconds."
1158
+ msgstr "每隔<em>幾秒</em>檢查失效的快取檔案。"
1159
+
1160
+ #: wp-cache.php:1558
1161
+ msgid "Clock:"
1162
+ msgstr "時刻:"
1163
+
1164
+ #: wp-cache.php:1559
1165
+ msgid "HH:MM"
1166
+ msgstr "HH:MM (時:分)"
1167
+
1168
+ #: wp-cache.php:1559
1169
+ msgid "Check for stale cached files at this time <strong>(UTC)</strong> or starting at this time every <em>interval</em> below."
1170
+ msgstr "在下列時間 <strong>(UTC)</strong> 檢查失效快取,或從此時間開始每段<em>間隔</em>檢查。"
1171
+
1172
+ #: wp-cache.php:1561
1173
+ msgid "Interval:"
1174
+ msgstr "間隔:"
1175
+
1176
+ #: wp-cache.php:1567
1177
+ msgid "Notification Emails"
1178
+ msgstr "通知郵件"
1179
+
1180
+ #: wp-cache.php:1568
1181
+ msgid "Email me when the garbage collection runs."
1182
+ msgstr "在垃圾回收執行時寄 email 給我。"
1183
+
1184
+ #: wp-cache.php:1570
1185
  msgid "Garbage Collection"
1186
+ msgstr "垃圾回收"
1187
+
1188
+ #: wp-cache.php:1571
1189
+ msgid "<em>Garbage collection</em> is the simple act of throwing out your garbage. For this plugin that would be old or <em>stale</em> cached files that may be out of date. New cached files are described as <em>fresh</em>."
1190
+ msgstr "<em>垃圾回收</em>就是將你的垃圾丟掉的簡單動作。以此外掛來說,垃圾就是指舊的或<em>失效 (stale) </em>的檔案。新的快取檔案則稱為<em>有效 (fresh) </em>快取。"
1191
+
1192
+ #: wp-cache.php:1572
1193
+ msgid "Cached files are fresh for a limited length of time. You can set that time in the <em>Cache Timeout</em> text box on this page."
1194
+ msgstr "快取檔案有一定限度的有效期限。你可以在本頁的<em>快取逾時</em>文字方塊設定這個期限。"
1195
+
1196
+ #: wp-cache.php:1573
1197
+ msgid "Stale cached files are not removed as soon as they become stale. They have to be removed by the garbage collecter. That is why you have to tell the plugin when the garbage collector should run."
1198
+ msgstr "失效的快取檔案並不會在失效的時候馬上就被移除。他們必須被垃圾回收機制移除。這就是為什麼你必須告訴外掛何時執行垃圾回收。"
1199
+
1200
+ #: wp-cache.php:1574
1201
+ msgid "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the garbage collector should run."
1202
+ msgstr "使用<em>計時</em>或<em>時刻</em>來決定何時執行垃圾回收。"
1203
+
1204
+ #: wp-cache.php:1575
1205
+ msgid "The <em>Timer</em> scheduler tells the plugin to run the garbage collector at regular intervals. When one garbage collection is done, the next run is scheduled."
1206
+ msgstr "<em>計時</em>排程器以一定的時間間隔執行垃圾回收。當一次垃圾回收完成後,就會再度進行下一次的排程。"
1207
+
1208
+ #: wp-cache.php:1576
1209
+ msgid "Or, the <em>Clock</em> scheduler allows the garbage collection to run at specific times. If set to run hourly or twicedaily the garbage collector will be first scheduled for the time you enter here. It will then run again at the indicated interval. If set to run daily it will run once a day at the time specified."
1210
+ msgstr "而<em>時刻</em>排程器,可以讓外掛在指定的時刻執行垃圾回收。如果設定為每小時 (hourly) 或兩天一次 (twicedaily) 執行,垃圾回收會在你輸入的時刻第一次被執行,接下來會在設定的間隔時間後再執次行。如果設定為每日 (daily) 執行,那他會在每天你設定的時刻執行一次。"
1211
+
1212
+ #: wp-cache.php:1578
1213
+ msgid "There are no best garbage collection settings but here are a few scenarios. Garbage collection is separate to other actions that clear our cached files like leaving a comment or publishing a post."
1214
+ msgstr "並沒有最佳的垃圾回收設定,不過這裡列出幾個情境。垃圾回收和其它會造成清除快取的情形,例如留言和發佈文章,是有區別的。"
1215
 
1216
+ #: wp-cache.php:1580
1217
+ msgid "Sites that want to serve lots of newly generated data should set the <em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 seconds."
1218
+ msgstr "希望提供大量動態資料的站台,應該將<em>快取逾時</em>設定為 60 秒,並使用 90 秒的<em>計時</em>排程。"
1219
 
1220
+ #: wp-cache.php:1581
1221
+ msgid "Sites with widgets and rss feeds in their sidebar should probably use a timeout of 3600 seconds and set the timer to 600 seconds. Stale files will be caught within 10 minutes of going stale."
1222
+ msgstr "在邊欄有小工具及 rss 饋料的站台,也許應該設定 3600 的逾時,以及 600 秒的計時排程。失效的檔案會在失效十分鐘後被清除。"
1223
 
1224
+ #: wp-cache.php:1582
1225
+ msgid "Sites with lots of static content, no widgets or rss feeds in their sidebar can use a timeout of 86400 seconds or even more and set the timer to something equally long."
1226
+ msgstr "有大量靜態內容,邊欄沒有小工具及 rss 饋料的站台,可以使用 86400 或更長的逾時,並將計時排程設定為等長的時間。"
1227
+
1228
+ #: wp-cache.php:1583
1229
+ msgid "Sites where an external data source updates at a particular time every day should set the timeout to 86400 seconds and use the Clock scheduler set appropriately."
1230
+ msgstr "在每天固定時刻使用外部資料來源更新的站台,則應該將逾時設為86400秒,並將時刻排程設定在適當的時間。"
1231
+
1232
+ #: wp-cache.php:1585
1233
+ 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>600 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."
1234
+ msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>600 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果使用傳統快取,可能的話盡量不要讓快取檔案數多於 500 個。若使用 mod_rewrite 或 PHP 快取,快取數量可以增加數倍。"
1235
+
1236
+ #: wp-cache.php:1586
1237
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1238
+ msgstr "把過期時間設定為 0 以關閉垃圾回收功能"
1239
 
1240
+ #: wp-cache.php:1587
1241
  msgid "Change Expiration"
1242
  msgstr "變更過期時間"
1243
 
1244
+ #: wp-cache.php:1631
1245
  msgid "Rejected User Agents"
1246
  msgstr "被拒絕的使用者代理(User Agents)"
1247
 
1248
+ #: wp-cache.php:1632
1249
  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."
1250
  msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
1251
 
1252
+ #: wp-cache.php:1639
1253
  msgid "Save UA Strings"
1254
+ msgstr "儲存 UA 字串"
1255
 
1256
+ #: wp-cache.php:1662
1257
  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."
1258
  msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">條件標籤</a>文件中對每個類型的完整探討。"
1259
 
1260
+ #: wp-cache.php:1665
1261
  msgid "Single Posts"
1262
  msgstr "單篇文章"
1263
 
1264
+ #: wp-cache.php:1666
1265
  msgid "Pages"
1266
  msgstr "網誌分頁"
1267
 
1268
+ #: wp-cache.php:1667
1269
  msgid "Front Page"
1270
  msgstr "首頁"
1271
 
1272
+ #: wp-cache.php:1668
1273
  msgid "Home"
1274
  msgstr "主頁"
1275
 
1276
+ #: wp-cache.php:1669
1277
  msgid "Archives"
1278
  msgstr "存檔"
1279
 
1280
+ #: wp-cache.php:1670
1281
  msgid "Tags"
1282
  msgstr "標籤"
1283
 
1284
+ #: wp-cache.php:1671
1285
  msgid "Category"
1286
  msgstr "分類"
1287
 
1288
+ #: wp-cache.php:1672
1289
  msgid "Feeds"
1290
  msgstr "訂閱"
1291
 
1292
+ #: wp-cache.php:1673
1293
  msgid "Search Pages"
1294
  msgstr "搜尋頁面"
1295
 
1296
+ #: wp-cache.php:1674
1297
+ msgid "Author Pages"
1298
+ msgstr "作者頁面"
1299
+
1300
+ #: wp-cache.php:1676
1301
+ #: wp-cache.php:1788
1302
  msgid "Save"
1303
  msgstr "儲存"
1304
 
1305
+ #: wp-cache.php:1693
1306
  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."
1307
+ msgstr "在下方輸入框內新增字串(不是檔案名稱),控制不要被快取的頁面。舉例來說,如果你的 URL 中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
1308
 
1309
+ #: wp-cache.php:1699
1310
  msgid "Save Strings"
1311
  msgstr "儲存字串"
1312
 
1313
+ #: wp-cache.php:1715
1314
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1315
  msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
1316
 
1317
+ #: wp-cache.php:1721
1318
  msgid "Save Files"
1319
  msgstr "儲存檔案"
1320
 
1321
+ #: wp-cache.php:1762
1322
  msgid "Currently logging to: %s"
1323
+ msgstr "正在記錄到:%s"
1324
 
1325
+ #: wp-cache.php:1765
1326
  msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
1327
+ msgstr "在這裡使用外掛除錯模式解決問題。它可以在你的快取目錄內產生紀錄檔。"
1328
 
1329
+ #: wp-cache.php:1769
1330
  msgid "Debugging"
1331
  msgstr "除錯"
1332
 
1333
+ #: wp-cache.php:1770
 
 
 
 
 
 
 
 
1334
  msgid "IP Address"
1335
  msgstr "IP位址"
1336
 
1337
+ #: wp-cache.php:1770
1338
  msgid "(only log requests from this IP address. Your IP is %s)"
1339
  msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
1340
 
1341
+ #: wp-cache.php:1771
1342
+ msgid "Cache Status Messages"
1343
+ msgstr "快取狀態訊息"
1344
 
1345
+ #: wp-cache.php:1772
1346
+ msgid "Display comments at the end of every page like this:"
1347
+ msgstr "顯在每頁的頁尾顯示像這樣的評論:"
1348
 
1349
+ #: wp-cache.php:1778
1350
  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>"
1351
+ msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定網址結架構的話,那麼錯誤的頁面有時候會被當成首頁被快取起來。</li></ol>"
1352
 
1353
+ #: wp-cache.php:1779
1354
  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."
1355
  msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
1356
 
1357
+ #: wp-cache.php:1781
1358
  msgid "Check front page every 5 minutes."
1359
  msgstr "每五分鐘檢查首頁"
1360
 
1361
+ #: wp-cache.php:1782
1362
  msgid "Front page text"
1363
  msgstr "首頁文字"
1364
 
1365
+ #: wp-cache.php:1782
1366
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1367
  msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
1368
 
1369
+ #: wp-cache.php:1783
1370
  msgid "Clear cache on error."
1371
  msgstr "清除快取時發生錯誤。"
1372
 
1373
+ #: wp-cache.php:1784
1374
  msgid "Email the blog admin when checks are made. (useful for testing)"
1375
  msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
1376
 
1377
+ #: wp-cache.php:1798
1378
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1379
+ msgstr "錯誤:GZIP 壓縮已啟用,如果你想啟用 wp-cache,請停用它。"
1380
 
1381
+ #: wp-cache.php:1845
1382
+ #: wp-cache.php:1986
1383
+ #: wp-cache.php:2022
1384
  msgid "Warning"
1385
  msgstr "警告"
1386
 
1387
+ #: wp-cache.php:1845
1388
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1389
+ msgstr "在 WordPress 上 GZIP 壓縮已啟用,wp-cache 將被繞過,直到你停用 gzip 壓縮。"
1390
 
1391
+ #: wp-cache.php:1907
1392
+ #: wp-cache.php:1912
1393
+ #: wp-cache.php:1945
1394
+ #: wp-cache.php:1950
1395
+ #: wp-cache.php:1956
1396
  msgid "Error"
1397
  msgstr "錯誤"
1398
 
1399
+ #: wp-cache.php:1907
1400
  msgid "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;t be created by the web server. Check %1$s permissions."
1401
  msgstr "你的快取目錄(<strong>%1$s</strong>)不存在,且無法從伺服器端建立。請檢查 %1$s 權限。"
1402
 
1403
+ #: wp-cache.php:1912
1404
  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."
1405
  msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
1406
 
1407
+ #: wp-cache.php:1945
1408
  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."
1409
  msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
1410
 
1411
+ #: wp-cache.php:1950
1412
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1413
  msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
1414
 
1415
+ #: wp-cache.php:1956
1416
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1417
  msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
1418
 
1419
+ #: wp-cache.php:1986
1420
+ msgid "Could not update %s!</em> WPCACHEHOME must be set in config file."
1421
+ msgstr "無法更新 %s!</em> WPCACHEHOME 必須在設定檔中被設定。"
1422
+
1423
+ #: wp-cache.php:2022
1424
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1425
  msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
1426
 
1427
+ #: wp-cache.php:2023
1428
  msgid "1. If it already exists please delete the file first."
1429
  msgstr "1. 如果它已經存在,請先刪除。"
1430
 
1431
+ #: wp-cache.php:2024
1432
  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)"
1433
+ msgstr "2. 請使用你的FTP程式或伺服器軟體,以 chmod 指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須再把它變更為唯讀。(使用前面的指令,將權限從 777 變更為 755)"
1434
 
1435
+ #: wp-cache.php:2025
1436
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1437
  msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
1438
 
1439
+ #: wp-cache.php:2026
1440
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1441
  msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
1442
 
1443
+ #: wp-cache.php:2027
1444
  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>"
1445
  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>"
1446
 
1447
+ #: wp-cache.php:2050
1448
  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>"
1449
+ 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>"
1450
 
1451
+ #: wp-cache.php:2052
1452
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1453
  msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
1454
 
1455
+ #: wp-cache.php:2053
1456
  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. "
1457
  msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
1458
 
1459
+ #: wp-cache.php:2057
1460
+ 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/\">Troubleshooting Guide</a>. The WP_CACHE line must be moved up."
1461
+ msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">常見問答</a> 第五點。WP_CACHE 原始碼必須往前移動。"
1462
 
1463
+ #: wp-cache.php:2085
1464
  msgid "Cache Contents"
1465
  msgstr "快取內容"
1466
 
1467
+ #: wp-cache.php:2088
1468
  msgid "Object cache in use. No cache listing available."
1469
+ msgstr "正在使用 Object 快取。無法顯示快取清單。"
1470
 
1471
+ #: wp-cache.php:2112
1472
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1473
+ msgstr "刪除 supercache 檔案:<strong>%s</strong><br />"
1474
 
1475
+ #: wp-cache.php:2129
1476
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1477
+ msgstr "刪除 wp-cache 檔案:<strong>%s</strong><br />"
1478
 
1479
+ #: wp-cache.php:2194
1480
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1481
  msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。"
1482
 
1483
+ #: wp-cache.php:2195
1484
  msgid "Regenerate cache stats"
1485
  msgstr "重新產生快取統計"
1486
 
1487
+ #: wp-cache.php:2197
1488
  msgid "Cache stats last generated: %s minutes ago."
1489
  msgstr "快取統計最後產生時間:%s分鐘以前。"
1490
 
1491
+ #: wp-cache.php:2203
1492
  msgid "WP-Cache"
1493
  msgstr "WP-Cache"
1494
 
1495
+ #: wp-cache.php:2204
1496
+ #: wp-cache.php:2219
1497
  msgid "%s Cached Pages"
1498
  msgstr "%s 個頁面已快取"
1499
 
1500
+ #: wp-cache.php:2205
1501
+ #: wp-cache.php:2224
1502
  msgid "%s Expired Pages"
1503
  msgstr "%s 個頁面已過期"
1504
 
1505
+ #: wp-cache.php:2218
1506
  msgid "WP-Super-Cache"
1507
  msgstr "WP-Super-Cache"
1508
 
1509
+ #: wp-cache.php:2228
1510
  msgid "Fresh WP-Cached Files"
1511
+ msgstr "有效的 WP-Cached 檔案"
1512
 
1513
+ #: wp-cache.php:2229
1514
+ #: wp-cache.php:2245
1515
+ #: wp-cache.php:2261
1516
+ #: wp-cache.php:2277
1517
  msgid "URI"
1518
  msgstr "URI 網址"
1519
 
1520
+ #: wp-cache.php:2229
1521
+ #: wp-cache.php:2245
1522
  msgid "Key"
1523
  msgstr "關鍵字"
1524
 
1525
+ #: wp-cache.php:2229
1526
+ #: wp-cache.php:2245
1527
+ #: wp-cache.php:2261
1528
+ #: wp-cache.php:2277
1529
  msgid "Age"
1530
  msgstr "時間(秒)"
1531
 
1532
+ #: wp-cache.php:2229
1533
+ #: wp-cache.php:2245
1534
+ #: wp-cache.php:2261
1535
+ #: wp-cache.php:2277
1536
  msgid "Delete"
1537
  msgstr "刪除"
1538
 
1539
+ #: wp-cache.php:2244
1540
  msgid "Stale WP-Cached Files"
1541
+ msgstr "失效的 WP-Cached 檔案"
1542
 
1543
+ #: wp-cache.php:2260
1544
  msgid "Fresh Super Cached Files"
1545
+ msgstr "有效的 Super Cached 檔案"
1546
 
1547
+ #: wp-cache.php:2276
1548
  msgid "Stale Super Cached Files"
1549
+ msgstr "失效的 Super Cached 檔案"
1550
 
1551
+ #: wp-cache.php:2292
1552
  msgid "Hide file list"
1553
  msgstr "隱藏檔案清單"
1554
 
1555
+ #: wp-cache.php:2294
1556
  msgid "Too many cached files, no listing possible."
1557
  msgstr "快取檔案過多,無法列出。"
1558
 
1559
+ #: wp-cache.php:2296
1560
  msgid "List all cached files"
1561
  msgstr "列出所有快取檔案"
1562
 
1563
+ #: wp-cache.php:2299
 
 
 
 
 
 
 
 
1564
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1565
  msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
1566
 
1567
+ #: wp-cache.php:2310
1568
  msgid "Delete Expired"
1569
  msgstr "刪除過期檔案"
1570
 
1571
+ #: wp-cache.php:2335
1572
  msgid "Delete Super Cache cached files (opens in new window)"
1573
  msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
1574
 
1575
+ #: wp-cache.php:2482
1576
+ msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
1577
  msgstr "%1$s 使用的快取程式為 %2$s"
1578
 
1579
+ #: wp-cache.php:2515
1580
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1581
  msgstr "WP Super Cache 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
1582
 
1583
+ #: wp-cache.php:2521
1584
  msgid "Settings"
1585
  msgstr "設定"
1586
 
1587
+ #: wp-cache.php:2531
1588
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1589
  msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
1590
 
1591
+ #: wp-cache.php:2534
1592
  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."
1593
+ msgstr "警告! WP Super Cache 快取毀損! advanced-cache.php 腳本無法載入 wp-cache-phase1.php。<br /><br />請編輯 %1$s/advanced-cache.php 並且確認指向 %2$swp-cache-phase1.php 的路徑是正確的。"
1594
 
1595
+ #: wp-cache.php:2553
1596
  msgid "[%s] Front page is gzipped! Please clear cache!"
1597
+ msgstr "[%s] 首頁已使用 gzip 壓縮!請清除快取!"
1598
 
1599
+ #: wp-cache.php:2553
1600
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1601
  msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
1602
 
1603
+ #: wp-cache.php:2556
1604
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1605
+ msgstr "[%s] 首頁已使用 gzip 壓縮!快取已清除!"
1606
 
1607
+ #: wp-cache.php:2556
1608
  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."
1609
  msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
1610
 
1611
+ #: wp-cache.php:2563
1612
  msgid "[%s] Front page is not correct! Please clear cache!"
1613
  msgstr "[%s] 首頁不正確!請清除快取!"
1614
 
1615
+ #: wp-cache.php:2563
1616
  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\"!"
1617
+ msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,缺少文字 \"%2$s\"!"
1618
 
1619
+ #: wp-cache.php:2566
1620
  msgid "[%s] Front page is not correct! Cache Cleared!"
1621
  msgstr "[%s] 首頁不正確!快取已清除!"
1622
 
1623
+ #: wp-cache.php:2566
1624
  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."
1625
  msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
1626
 
1627
+ #: wp-cache.php:2571
1628
  msgid "[%s] Front page check!"
1629
  msgstr "[%s] 首頁檢查!"
1630
 
1631
+ #: wp-cache.php:2571
1632
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1633
  msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
1634
 
1635
+ #: wp-cache.php:2614
1636
  msgid "Cannot update .htaccess"
1637
  msgstr "無法更新 .htaccess"
1638
 
1639
+ #: wp-cache.php:2614
1640
  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."
1641
  msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
1642
 
1643
+ #: wp-cache.php:2614
1644
  msgid "Refresh this page when the file permissions have been modified."
1645
  msgstr "在權限修改後請重新整理這個頁面。"
1646
 
1647
+ #: wp-cache.php:2614
1648
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1649
  msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
1650
 
1651
+ #: wp-cache.php:2618
1652
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1653
+ msgstr "為了使用靜態的 HTML 檔案,你的伺服器上必須有正確的 mod_rewrite 規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
1654
 
1655
+ #: wp-cache.php:2619
1656
  msgid "You can edit the file yourself add the following rules."
1657
  msgstr "你可以自行編輯並新增以下規則。"
1658
 
1659
+ #: wp-cache.php:2620
1660
  msgid " Make sure they appear before any existing WordPress rules. "
1661
  msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
1662
 
1663
+ #: wp-cache.php:2628
1664
  msgid "Update Mod_Rewrite Rules"
1665
  msgstr "更新 Mod_Rewrite 規則"
1666
 
1667
+ #: wp-cache.php:2780
1668
  msgid "[%1$s] Cache Preload Started"
1669
  msgstr "[%1$s] 快取預載已經開始"
1670
 
1671
+ #: wp-cache.php:2810
1672
+ msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
1673
+ msgstr "[%1$s] 更新 %2$s 分類第%3$d 到 %4$d 篇文章"
1674
+
1675
+ #: wp-cache.php:2856
1676
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1677
  msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
1678
 
1679
+ #: wp-cache.php:2877
1680
  msgid "[%1$s] Cache Preload Stopped"
1681
  msgstr "[%1$s] 快取預載已停止"
1682
 
1683
+ #: wp-cache.php:2887
1684
  msgid "[%1$s] %2$d posts refreshed"
1685
  msgstr "[%1$s]%2$d 篇文章已被更新"
1686
 
1687
+ #: wp-cache.php:2887
1688
  msgid "Refreshed the following posts:"
1689
  msgstr "已更新下列文章:"
1690
 
1691
+ #: wp-cache.php:2897
1692
  msgid "Scheduling next preload refresh in %d minutes."
1693
  msgstr "下次更新預載快取時間:%d分鐘後"
1694
 
1695
+ #: wp-cache.php:2908
1696
  msgid "[%s] Cache Preload Completed"
1697
  msgstr "[%s] 預載快取完成"
1698
 
1699
+ #: wp-cache.php:2908
1700
  msgid "Cleaning up old supercache files."
1701
+ msgstr "清除舊的 supercache 檔案。"
1702
 
1703
+ #: wp-cache.php:2951
1704
  msgid "[%s] Preload may have stalled."
1705
  msgstr "[%s] 預先載入可能已經停止"
1706
 
1707
+ #: wp-cache.php:2951
1708
  msgid ""
1709
  "Preload has been restarted.\n"
1710
  "%s"
1712
  "預先載入已經被重新啟動.\n"
1713
  "%s"
1714
 
1715
+ #: wp-cache.php:2994
1716
  msgid "Supercache Uninstall Problems"
1717
+ msgstr "Supercache 反安裝問題"
1718
 
1719
+ #: wp-cache.php:2994
1720
  msgid ""
1721
  "Dear User,\n"
1722
  "\n"
1734
  msgstr ""
1735
  "親愛的使用者,\n"
1736
  "\n"
1737
+ "WP Super Cache 已從你的部落格被移除,但是 .htaccess 中的\n"
1738
  "mod_rewrite規則仍然存在。\n"
1739
  "\n"
1740
+ "請編輯下列檔案並移除 'BEGIN WPSuperCache' 'END WPSupercache' 之間的原始碼。\n"
1741
  "請先備份這個檔案!\n"
1742
  "\n"
1743
  "%s\n"
1744
  "\n"
1745
+ "WP Super Cache Plugin 敬上\n"
1746
  "http://wordpress.org/extend/plugins/wp-super-cache/"
1747
 
1748
+ #: wp-cache.php:3031
1749
+ msgid "Delete cache of the current page"
1750
+ msgstr "刪除目前頁面的快取"
 
 
 
 
1751
 
1752
+ #~ msgid ""
1753
+ #~ "<a href=\"%s\">WP Minify</a> reduces the number of files served by your "
1754
+ #~ "web server by joining Javascript and CSS files together. Alternatively "
1755
+ #~ "you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies "
1756
+ #~ "cached pages. It does not however join JS/CSS files together."
1757
+ #~ msgstr ""
1758
+ #~ "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要"
1759
+ #~ "服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a>,一個減少快取"
1760
+ #~ "面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
 
 
 
 
 
 
 
 
 
 
 
1761
 
1762
+ #~ msgid "Log level"
1763
+ #~ msgstr "記錄等級"
 
1764
 
1765
+ #~ msgid "(1 = less, 5 = more, may cause severe server load.)"
1766
+ #~ msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
 
1767
 
1768
+ #~ msgid ""
1769
+ #~ "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
1770
+ #~ "minutes ago<br />"
1771
+ #~ msgstr ""
1772
+ #~ "<strong>垃圾回收</strong><br />上次垃圾回收於 <strong>%s</strong> 分鐘前"
1773
+ #~ "<br />"
1774
 
1775
+ #~ msgid "Next GC in <strong>%s</strong> minutes"
1776
+ #~ msgstr "下次垃圾回收於 <strong>%s</strong> 分鐘後"
 
1777
 
1778
+ #~ msgid "Current server time is: %s"
1779
+ #~ msgstr "目前的伺服器時間為:%s"
 
1780
 
1781
+ #~ msgid ""
1782
+ #~ "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/"
1783
+ #~ "\">friendsadverts.php</a> too) "
1784
+ #~ msgstr ""
1785
+ #~ "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/"
1786
+ #~ "\">friendsadverts.php</a>)"
1787
 
1788
+ #~ msgid "Mobile device support."
1789
+ #~ msgstr "行動裝置支援。"
 
1790
 
1791
+ #~ msgid "Expire time:"
1792
+ #~ msgstr "過期時間:"
 
1793
 
1794
+ #~ msgid ""
1795
+ #~ "If the expiry time is more than 1800 seconds (half an hour), garbage "
1796
+ #~ "collection will be done every 10 minutes, otherwise it will happen 10 "
1797
+ #~ "seconds after the expiry time above."
1798
+ #~ msgstr ""
1799
+ #~ "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在"
1800
+ #~ "設定到期時間的10秒後進行清理。"
1801
 
1802
  #~ msgid "Tester & Contents"
1803
  #~ msgstr "測試及內容"
1823
  #~ msgid "file"
1824
  #~ msgstr "檔案"
1825
 
 
 
 
 
 
 
 
1826
  #~ msgid "(support for multiple domains on multisite websites) "
1827
  #~ msgstr "(在多站台網站上,支援複數網域名稱)"
plugins/badbehaviour.php CHANGED
@@ -66,7 +66,7 @@ function wp_supercache_badbehaviour_admin() {
66
  <label><input type="radio" name="cache_badbehaviour" value="0" <?php if( !$cache_badbehaviour ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
67
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
68
  echo '<p>' . sprintf( __( '(Only legacy caching supported, disabled compression and requires <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> in "%s/plugins/bad-behavior/") ', 'wp-super-cache' ), WP_CONTENT_DIR ) . '</p>';
69
- if ($changed) {
70
  if ( $cache_badbehaviour )
71
  $status = __( "enabled" );
72
  else
66
  <label><input type="radio" name="cache_badbehaviour" value="0" <?php if( !$cache_badbehaviour ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
67
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
68
  echo '<p>' . sprintf( __( '(Only legacy caching supported, disabled compression and requires <a href="http://www.bad-behavior.ioerror.us/">Bad Behavior</a> in "%s/plugins/bad-behavior/") ', 'wp-super-cache' ), WP_CONTENT_DIR ) . '</p>';
69
+ if ( isset( $changed ) && $changed ) {
70
  if ( $cache_badbehaviour )
71
  $status = __( "enabled" );
72
  else
plugins/domain-mapping.php CHANGED
@@ -76,7 +76,7 @@ function wp_supercache_domain_mapping_admin() {
76
  <label><input type="radio" name="cache_domain_mapping" value="0" <?php if( !$cache_domain_mapping ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
77
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
78
  echo '<p>' . __( '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.', 'wp-super-cache' ) . '</p>';
79
- if ($changed) {
80
  if ( $cache_domain_mapping )
81
  $status = __( "enabled" );
82
  else
76
  <label><input type="radio" name="cache_domain_mapping" value="0" <?php if( !$cache_domain_mapping ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
77
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
78
  echo '<p>' . __( '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.', 'wp-super-cache' ) . '</p>';
79
+ if ( isset( $changed ) && $changed ) {
80
  if ( $cache_domain_mapping )
81
  $status = __( "enabled" );
82
  else
plugins/searchengine.php CHANGED
@@ -70,7 +70,7 @@ function wp_supercache_searchengine_admin() {
70
  <label><input type="radio" name="cache_no_adverts_for_friends" value="0" <?php if( $cache_no_adverts_for_friends == 'no' ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
71
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
72
  echo '<p>' . __( 'Provides support for <a href="http://ocaoimh.ie/no-adverts-for-friends/">No Adverts for Friends</a>.', 'wp-super-cache' ) . '</p>';
73
- if ($changed) {
74
  if ( 'yes' == $cache_no_adverts_for_friends )
75
  $status = __( "enabled" );
76
  else
70
  <label><input type="radio" name="cache_no_adverts_for_friends" value="0" <?php if( $cache_no_adverts_for_friends == 'no' ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
71
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
72
  echo '<p>' . __( 'Provides support for <a href="http://ocaoimh.ie/no-adverts-for-friends/">No Adverts for Friends</a>.', 'wp-super-cache' ) . '</p>';
73
+ if ( isset( $changed ) && $changed ) {
74
  if ( 'yes' == $cache_no_adverts_for_friends )
75
  $status = __( "enabled" );
76
  else
plugins/wptouch.php CHANGED
@@ -23,7 +23,7 @@ function wp_super_cache_wptouch_admin() {
23
  <label><input type="radio" name="cache_wptouch" value="0" <?php if( !$cache_wptouch ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
24
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
25
  echo '<p>' . __( 'Provides support for <a href="http://wordpress.org/extend/plugins/wptouch/">WPTouch</a> mobile theme and plugin.', 'wp-super-cache' ) . '</p>';
26
- if ($changed) {
27
  if ( $cache_wptouch )
28
  $status = __( "enabled" );
29
  else
@@ -63,7 +63,8 @@ function wp_super_cache_maybe_disable_wptouch( $t ) {
63
  if ( $cache_wptouch != 1 )
64
  return false;
65
 
66
- if ( isset( $_COOKIE[ 'wptouch_switch_toggle' ] ) && $_COOKIE['wptouch_switch_toggle'] == 'normal' )
 
67
  return true;
68
 
69
  $ua = explode( ",", $wptouch_exclude_ua );
@@ -103,10 +104,17 @@ function wp_super_cache_wptouch_cookie_check( $cache_key ) {
103
  if ( $_COOKIE[ 'wptouch_switch_toggle' ] == 'normal' || $_COOKIE[ 'wptouch_switch_toggle' ] == 'mobile' )
104
  return $_COOKIE[ 'wptouch_switch_toggle' ];
105
 
 
 
 
 
 
 
 
106
  return $cache_key;
107
  }
108
 
109
- if ( $cache_wptouch == 1 ) {
110
  add_cacheaction( 'wp_super_cache_mobile_browsers', 'wp_super_cache_wptouch_browsers' );
111
  add_cacheaction( 'wp_super_cache_mobile_prefixes', 'wp_super_cache_wptouch_prefixes' );
112
  add_cacheaction( 'wp_cache_check_mobile', 'wp_super_cache_wptouch_cookie_check' );
23
  <label><input type="radio" name="cache_wptouch" value="0" <?php if( !$cache_wptouch ) { echo 'checked="checked" '; } ?>/> <?php _e( 'Disabled', 'wp-super-cache' ); ?></label>
24
  <p><?php _e( '', 'wp-super-cache' ); ?></p><?php
25
  echo '<p>' . __( 'Provides support for <a href="http://wordpress.org/extend/plugins/wptouch/">WPTouch</a> mobile theme and plugin.', 'wp-super-cache' ) . '</p>';
26
+ if ( isset( $changed ) && $changed ) {
27
  if ( $cache_wptouch )
28
  $status = __( "enabled" );
29
  else
63
  if ( $cache_wptouch != 1 )
64
  return false;
65
 
66
+ if ( ( isset( $_COOKIE[ 'wptouch_switch_toggle' ] ) && $_COOKIE[ 'wptouch_switch_toggle' ] == 'normal' ) ||
67
+ ( isset( $_COOKIE[ 'wptouch-pro-view' ] ) && $_COOKIE[ 'wptouch-pro-view' ] == 'desktop' ) )
68
  return true;
69
 
70
  $ua = explode( ",", $wptouch_exclude_ua );
104
  if ( $_COOKIE[ 'wptouch_switch_toggle' ] == 'normal' || $_COOKIE[ 'wptouch_switch_toggle' ] == 'mobile' )
105
  return $_COOKIE[ 'wptouch_switch_toggle' ];
106
 
107
+ if ( isset( $_COOKIE[ 'wptouch-pro-view' ] ) ) {
108
+ if ( $_COOKIE[ 'wptouch-pro-view' ] == 'desktop' )
109
+ return 'normal';
110
+ else
111
+ return $_COOKIE[ 'wptouch-pro-view' ];
112
+ }
113
+
114
  return $cache_key;
115
  }
116
 
117
+ if ( isset( $cache_wptouch ) && $cache_wptouch == 1 ) {
118
  add_cacheaction( 'wp_super_cache_mobile_browsers', 'wp_super_cache_wptouch_browsers' );
119
  add_cacheaction( 'wp_super_cache_mobile_prefixes', 'wp_super_cache_wptouch_prefixes' );
120
  add_cacheaction( 'wp_cache_check_mobile', 'wp_super_cache_wptouch_cookie_check' );
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.3.2
5
- Stable tag: 1.1.1
6
  Requires at least: 3.0
7
 
8
  A very fast caching engine for WordPress that produces static html files.
@@ -56,13 +56,26 @@ The cache directory, usually wp-content/cache/ is only for temporary files. Do n
56
 
57
  == Upgrade Notice ==
58
 
59
- = 1.1.1 =
60
  Backported fix for XSS in settings page.
61
 
62
  == Changelog ==
63
 
64
- = 1.1.1 =
65
- * Backported fix for XSS in settings page.
 
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  = 1.1 =
68
  * Use $_SERVER[ 'SERVER_NAME' ] to create cache directories.
@@ -244,7 +257,7 @@ Backported fix for XSS in settings page.
244
 
245
  == Installation ==
246
  1. You should have the Apache mod mime and mod rewrite modules installed and WordPress custom permalinks (Settings->Permalinks) enabled. PHP safe mode should be disabled. If any of those are missing or off you can still use PHP or legacy caching.
247
- 2. If you have WP-Cache installed already, please disable it. Edit wp-config.php and make sure the WP_CACHE define is deleted, and remove the files wp-content/wp-cache-config.php and wp-content/advanced-cache.php. These will be recreated when you install this plugin.
248
  3. Upload this directory to your plugins directory. It will create a 'wp-content/plugins/wp-super-cache/' directory.
249
  4. If you are using WordPress MU or WordPress Multisite you can install the plugin in the ordinary plugins folder and activate it "network wide".
250
  5. WordPress users should go to their Plugins page and activate "WP Super Cache".
@@ -303,7 +316,7 @@ Backported fix for XSS in settings page.
303
  `<Directory /home/www/>`
304
  `AllowOverride All`
305
  `</Directory>`
306
- 10. wp-content/advanced-cache.php loads the caching engine. This file is generated by the plugin. Make sure the path in the include_once() is correct.
307
 
308
  == How to uninstall WP Super Cache ==
309
 
@@ -355,7 +368,7 @@ No, it will do the opposite. Super Cache files are compressed and stored that wa
355
  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.
356
 
357
  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.
358
- To execute WordPress functions you must define $wp_super_cache_late_init in your config file.
359
 
360
  = dynamic-cached-content example =
361
 
@@ -511,6 +524,7 @@ If that doesn't work, add this line to your wp-config.php:
511
 
512
  `AddDefaultCharset CHARSET`
513
  27. Use [Cron View](http://wordpress.org/extend/plugins/cron-view/) to help diagnose garbage collection and preload problems. Use the plugin to make sure jobs are scheduled and for what time. Look for the wp_cache_gc and wp_cache_full_preload_hook jobs.
 
514
 
515
 
516
  == CDN ==
@@ -551,7 +565,7 @@ Translators who did a great job converting the text of the plugin to their nativ
551
 
552
  * [Gianni Diurno](http://gidibao.net/) (Italian)
553
  * [Omi](http://equipajedemano.info/) (Spanish)
554
- * [tomchen1989](http://emule-fans.com/) (Simplified Chinese)
555
  * Tai (Japanese)
556
  * [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
557
  * [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
1
  === WP Super Cache ===
2
  Contributors: donncha, automattic
3
  Tags: performance,caching,wp-cache,wp-super-cache,cache
4
+ Tested up to: 3.4.2
5
+ Stable tag: 1.2.1
6
  Requires at least: 3.0
7
 
8
  A very fast caching engine for WordPress that produces static html files.
56
 
57
  == Upgrade Notice ==
58
 
59
+ = 1.2.1 =
60
  Backported fix for XSS in settings page.
61
 
62
  == Changelog ==
63
 
64
+ = 1.2.1 =
65
+ Backported fix for XSS in settings page.
66
+
67
+ = 1.2 =
68
+ * Garbage collection of old cache files is significantly improved. I added a scheduled job that keeps an eye on things and restarts the job if necessary. Also, if you enable caching from the Easy page garbage collection will be enabled too.
69
+ * Editors can delete single cached files from the admin bar now.
70
+ * Fixed the cached page counter on the settings page.
71
+ * Some sites that updated to 1.0 experienced too much garbage collection. There are still stragglers out there who haven.t upgraded but that.s fixed now!
72
+ * Supercached mobile files are now used as there was a tiny little typo that needed fixing.
73
+ * If your site is in a directory and you saw problems updating a page then that should be fixed now.
74
+ * The deactivate hook has been changed so your configuration isn.t hosed when you upgrade. Unfortunately this will only happen after you do this upgrade.
75
+ * Some sites use custom cookies with the LOGGED_IN_COOKIE constant. Added support for that.
76
+ * Added support for WPTouch Pro, but it appears to be flaky still. Anyone have time to work on that? I don.t.
77
+ * Some sites had problems with scheduled posts. For some reason the plugin thought the post was in draft mode and then because it only checked the same post once, when the post magically became published the cache wasn.t cleared. That.s fixed, thanks to the debug logging of several patient users.
78
+ * And more bug fixes and translation updates.
79
 
80
  = 1.1 =
81
  * Use $_SERVER[ 'SERVER_NAME' ] to create cache directories.
257
 
258
  == Installation ==
259
  1. You should have the Apache mod mime and mod rewrite modules installed and WordPress custom permalinks (Settings->Permalinks) enabled. PHP safe mode should be disabled. If any of those are missing or off you can still use PHP or legacy caching.
260
+ 2. If you have WP-Cache installed already, please disable it. Edit wp-config.php and make sure the WP_CACHE and WPCACHEHOME defines are deleted, and remove the files wp-content/wp-cache-config.php and wp-content/advanced-cache.php. These will be recreated when you install this plugin.
261
  3. Upload this directory to your plugins directory. It will create a 'wp-content/plugins/wp-super-cache/' directory.
262
  4. If you are using WordPress MU or WordPress Multisite you can install the plugin in the ordinary plugins folder and activate it "network wide".
263
  5. WordPress users should go to their Plugins page and activate "WP Super Cache".
316
  `<Directory /home/www/>`
317
  `AllowOverride All`
318
  `</Directory>`
319
+ 10. wp-content/advanced-cache.php loads the caching engine. This file is generated by the plugin. It uses the constant WPCACHEHOME to load the caching engine.
320
 
321
  == How to uninstall WP Super Cache ==
322
 
368
  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.
369
 
370
  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.
371
+ To execute WordPress functions you must enable the 'Late init' feature on the advanced settings page.
372
 
373
  = dynamic-cached-content example =
374
 
524
 
525
  `AddDefaultCharset CHARSET`
526
  27. Use [Cron View](http://wordpress.org/extend/plugins/cron-view/) to help diagnose garbage collection and preload problems. Use the plugin to make sure jobs are scheduled and for what time. Look for the wp_cache_gc and wp_cache_full_preload_hook jobs.
527
+ 18. The error message, "WP Super Cache is installed but broken. The constant WPCACHEHOME must be set in the file wp-config.php and point at the WP Super Cache plugin directory." appears at the end of every page. You can delete wp-content/advanced-cache.php and reload the plugin settings page or edit wp-config.php and look for WPCACHEHOME and make sure it points at the wp-super-cache folder. This will normally be wp-content/plugins/wp-super-cache/ but you'll likely need the full path to that file (so it's easier to let the settings page fix it). If it is not correct the caching engine will not load.
528
 
529
 
530
  == CDN ==
565
 
566
  * [Gianni Diurno](http://gidibao.net/) (Italian)
567
  * [Omi](http://equipajedemano.info/) (Spanish)
568
+ * [tomchen1989](http://emule-fans.com/) and [Christopher Meng](http://cicku.me) (Simplified Chinese)
569
  * Tai (Japanese)
570
  * [Vitaly](http://pressword.com.ua/wordpress/) (Ukranian)
571
  * [Pseric](http://pseric.com/) and [Priv](http://priv.tw/blog) (Traditional Chinese)
wp-cache-base.php CHANGED
@@ -10,12 +10,14 @@ if (!class_exists('CacheMeta')) {
10
  }
11
  }
12
 
 
 
13
  // We want to be able to identify each blog in a WordPress MU install
14
  $blogcacheid = '';
15
  if ( defined( 'VHOST' ) || ( defined( 'WP_ALLOW_MULTISITE' ) && constant( 'WP_ALLOW_MULTISITE' ) == true ) ) {
16
  $blogcacheid = 'blog'; // main blog
17
  if( defined( 'SUBDOMAIN_INSTALL' ) && constant( 'SUBDOMAIN_INSTALL' ) == true ) {
18
- $blogcacheid = $_SERVER['SERVER_NAME'];
19
  } else {
20
  $request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) );
21
  if( strpos( $request_uri, '/', 1 ) ) {
@@ -23,7 +25,8 @@ if ( defined( 'VHOST' ) || ( defined( 'WP_ALLOW_MULTISITE' ) && constant( 'WP_AL
23
  $blogcacheid = substr( $request_uri, 1, strpos( $request_uri, '/', 1 ) - 1 );
24
  } else {
25
  $blogcacheid = str_replace( $base, '', $request_uri );
26
- $blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) );
 
27
  }
28
  if ( '/' == substr($blogcacheid, -1))
29
  $blogcacheid = substr($blogcacheid, 0, -1);
10
  }
11
  }
12
 
13
+ $WPSC_HTTP_HOST = htmlentities( $_SERVER[ 'HTTP_HOST' ] );
14
+
15
  // We want to be able to identify each blog in a WordPress MU install
16
  $blogcacheid = '';
17
  if ( defined( 'VHOST' ) || ( defined( 'WP_ALLOW_MULTISITE' ) && constant( 'WP_ALLOW_MULTISITE' ) == true ) ) {
18
  $blogcacheid = 'blog'; // main blog
19
  if( defined( 'SUBDOMAIN_INSTALL' ) && constant( 'SUBDOMAIN_INSTALL' ) == true ) {
20
+ $blogcacheid = $WPSC_HTTP_HOST;
21
  } else {
22
  $request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) );
23
  if( strpos( $request_uri, '/', 1 ) ) {
25
  $blogcacheid = substr( $request_uri, 1, strpos( $request_uri, '/', 1 ) - 1 );
26
  } else {
27
  $blogcacheid = str_replace( $base, '', $request_uri );
28
+ if ( $blogcacheid != '' )
29
+ $blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) );
30
  }
31
  if ( '/' == substr($blogcacheid, -1))
32
  $blogcacheid = substr($blogcacheid, 0, -1);
wp-cache-config-sample.php CHANGED
@@ -72,6 +72,7 @@ $wp_cache_pages[ "tag" ] = 0;
72
  $wp_cache_pages[ "archives" ] = 0;
73
  $wp_cache_pages[ "pages" ] = 0;
74
  $wp_cache_pages[ "single" ] = 0;
 
75
  $wp_cache_hide_donation = 0;
76
  $wp_cache_not_logged_in = 0;
77
  $wp_cache_clear_on_post_edit = 0;
72
  $wp_cache_pages[ "archives" ] = 0;
73
  $wp_cache_pages[ "pages" ] = 0;
74
  $wp_cache_pages[ "single" ] = 0;
75
+ $wp_cache_pages[ "author" ] = 0;
76
  $wp_cache_hide_donation = 0;
77
  $wp_cache_not_logged_in = 0;
78
  $wp_cache_clear_on_post_edit = 0;
wp-cache-phase1.php CHANGED
@@ -10,8 +10,6 @@ if( !include( WP_CONTENT_DIR . '/wp-cache-config.php' ) )
10
  if( !defined( 'WPCACHEHOME' ) )
11
  define('WPCACHEHOME', dirname(__FILE__).'/');
12
 
13
- if ( false == isset( $_SERVER[ 'SERVER_NAME' ] ) && true == isset( $_SERVER[ 'HTTP_HOST' ] ) )
14
- $_SERVER[ 'SERVER_NAME' ] = $_SERVER[ 'HTTP_HOST' ];
15
 
16
  include( WPCACHEHOME . 'wp-cache-base.php');
17
 
@@ -33,8 +31,6 @@ if ( isset( $_GET[ 'donotcachepage' ] ) && isset( $cache_page_secret ) && $_GET[
33
  $cache_enabled = false;
34
  define( 'DONOTCACHEPAGE', 1 );
35
  }
36
- if ( isset( $wp_cache_make_known_anon ) && $wp_cache_make_known_anon )
37
- wp_supercache_cache_for_admins();
38
 
39
  $plugins = glob( $wp_cache_plugins_dir . '/*.php' );
40
  if( is_array( $plugins ) ) {
@@ -44,6 +40,9 @@ if( is_array( $plugins ) ) {
44
  }
45
  }
46
 
 
 
 
47
  do_cacheaction( 'cache_init' );
48
 
49
  if (!$cache_enabled || $_SERVER["REQUEST_METHOD"] == 'POST')
@@ -61,7 +60,7 @@ function gzip_accepted(){
61
  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
62
  return false;
63
 
64
- if ( isset( $_SERVER[ 'HTTP_ACCEPT_ENCODING' ] ) && strpos( $_SERVER[ 'HTTP_ACCEPT_ENCODING' ], 'gzip' ) === false ) return false;
65
  return 'gzip';
66
  }
67
 
@@ -97,10 +96,10 @@ function setup_blog_cache_dir() {
97
  $wp_start_time = microtime();
98
 
99
  function get_wp_cache_key( $url = false ) {
100
- global $wp_cache_request_uri, $wp_cache_gzip_encoding;
101
  if ( !$url )
102
  $url = $wp_cache_request_uri;
103
- return do_cacheaction( 'wp_cache_key', $_SERVER['SERVER_NAME'] . intval( $_SERVER[ 'SERVER_PORT' ] ) . preg_replace('/#.*$/', '', str_replace( '/index.php', '/', $url ) ) . $wp_cache_gzip_encoding . wp_cache_get_cookies_values() );
104
  }
105
 
106
  function wp_super_cache_init() {
@@ -120,6 +119,7 @@ function wp_super_cache_init() {
120
  function wp_cache_serve_cache_file() {
121
  global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
122
  global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check, $wp_supercache_304, $wp_cache_home_path, $wp_cache_no_cache_for_get;
 
123
 
124
  extract( wp_super_cache_init() );
125
 
@@ -184,7 +184,8 @@ function wp_cache_serve_cache_file() {
184
  ) &&
185
  ( wp_cache_get_cookies_values() == '' && empty( $_GET ) && $serving_supercache ) )
186
  {
187
- 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
 
188
  header( "Vary: Accept-Encoding, Cookie" );
189
  header( "Cache-Control: max-age=3, must-revalidate" );
190
  header( "WP-Super-Cache: Served supercache file from PHP" );
@@ -400,7 +401,7 @@ function wp_cache_check_mobile( $cache_key ) {
400
  return $cache_key;
401
  break;
402
  case "mobile":
403
- return $cache_key . "_mobile";
404
  break;
405
  }
406
 
@@ -487,7 +488,7 @@ function get_supercache_dir( $blog_id = 0 ) {
487
  return apply_filters( 'wp_super_cache_supercachedir', $cache_path . 'supercache/' . trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', str_replace( 'https://', '', $home ) ) ) ) ) );
488
  }
489
  function get_current_url_supercache_dir( $post_id = 0 ) {
490
- global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
491
  static $saved_supercache_dir = array();
492
 
493
  if ( isset( $saved_supercache_dir[ $post_id ] ) ) {
@@ -504,8 +505,8 @@ function get_current_url_supercache_dir( $post_id = 0 ) {
504
  */
505
  $DONOTREMEMBER = 1;
506
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: warning! site_url ($site_url) not found in permalink ($permalink).", 1 );
507
- if ( false === strpos( $permalink, $_SERVER[ 'SERVER_NAME' ] ) ) {
508
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: WARNING! SERVER_NAME ({$_SERVER[ 'SERVER_NAME' ]}) not found in permalink ($permalink). ", 1 );
509
  $p = parse_url( $permalink );
510
  if ( is_array( $p ) ) {
511
  $uri = $p[ 'path' ];
@@ -519,19 +520,21 @@ function get_current_url_supercache_dir( $post_id = 0 ) {
519
  $protocol = ( 'on' == strtolower( $_SERVER[ 'HTTPS' ] ) ) ? 'https://' : 'http://';
520
  else
521
  $protocol = 'http://';
522
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: Removing SERVER_NAME ({$_SERVER[ 'SERVER_NAME' ]}) and $protocol from permalink ($permalink). Is the url right?", 1 );
523
- $uri = str_replace( $_SERVER[ 'SERVER_NAME' ], '', $permalink );
524
  $uri = str_replace( $protocol, '', $uri );
525
  }
526
  } else {
527
  $uri = str_replace( $site_url, '', $permalink );
 
 
528
  }
529
  } else {
530
  $uri = strtolower( $wp_cache_request_uri );
531
  }
532
  $uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
533
  $uri = str_replace( '\\', '', $uri );
534
- $dir = preg_replace( '/:.*$/', '', $_SERVER["SERVER_NAME"] ) . $uri; // To avoid XSS attacks
535
  if ( function_exists( "apply_filters" ) ) {
536
  $dir = apply_filters( 'supercache_dir', $dir );
537
  } else {
@@ -611,10 +614,10 @@ function reset_oc_version( $version = 1 ) {
611
  }
612
 
613
  function get_oc_key( $url = false ) {
614
- global $wp_cache_gzip_encoding;
615
 
616
  if ( $url ) {
617
- $key = intval( $_SERVER[ 'SERVER_PORT' ] ) . strtolower( preg_replace( '/:.*$/', '', $_SERVER[ "SERVER_NAME" ] ) ) . $url;
618
  } else {
619
  $key = get_current_url_supercache_dir();
620
  }
@@ -625,10 +628,12 @@ function wp_supercache_cache_for_admins() {
625
  if ( isset( $_GET[ 'preview' ] ) || function_exists( "is_admin" ) && is_admin() )
626
  return $cookies;
627
 
628
- if ( false == apply_filters( 'wp_supercache_remove_cookies', true ) )
629
  return true;
630
 
631
  $cookie_keys = array( 'wordpress_logged_in', 'comment_author_' );
 
 
632
  reset( $_COOKIE );
633
  foreach( $_COOKIE as $cookie => $val ) {
634
  reset( $cookie_keys );
10
  if( !defined( 'WPCACHEHOME' ) )
11
  define('WPCACHEHOME', dirname(__FILE__).'/');
12
 
 
 
13
 
14
  include( WPCACHEHOME . 'wp-cache-base.php');
15
 
31
  $cache_enabled = false;
32
  define( 'DONOTCACHEPAGE', 1 );
33
  }
 
 
34
 
35
  $plugins = glob( $wp_cache_plugins_dir . '/*.php' );
36
  if( is_array( $plugins ) ) {
40
  }
41
  }
42
 
43
+ if ( isset( $wp_cache_make_known_anon ) && $wp_cache_make_known_anon )
44
+ wp_supercache_cache_for_admins();
45
+
46
  do_cacheaction( 'cache_init' );
47
 
48
  if (!$cache_enabled || $_SERVER["REQUEST_METHOD"] == 'POST')
60
  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
61
  return false;
62
 
63
+ if ( !isset( $_SERVER[ 'HTTP_ACCEPT_ENCODING' ] ) || ( isset( $_SERVER[ 'HTTP_ACCEPT_ENCODING' ] ) && strpos( $_SERVER[ 'HTTP_ACCEPT_ENCODING' ], 'gzip' ) === false ) ) return false;
64
  return 'gzip';
65
  }
66
 
96
  $wp_start_time = microtime();
97
 
98
  function get_wp_cache_key( $url = false ) {
99
+ global $wp_cache_request_uri, $wp_cache_gzip_encoding, $WPSC_HTTP_HOST;
100
  if ( !$url )
101
  $url = $wp_cache_request_uri;
102
+ return do_cacheaction( 'wp_cache_key', $WPSC_HTTP_HOST . intval( $_SERVER[ 'SERVER_PORT' ] ) . preg_replace('/#.*$/', '', str_replace( '/index.php', '/', $url ) ) . $wp_cache_gzip_encoding . wp_cache_get_cookies_values() );
103
  }
104
 
105
  function wp_super_cache_init() {
119
  function wp_cache_serve_cache_file() {
120
  global $key, $blogcacheid, $wp_cache_request_uri, $file_prefix, $blog_cache_dir, $meta_file, $cache_file, $cache_filename, $wp_super_cache_debug, $meta_pathname, $wp_cache_gzip_encoding, $meta;
121
  global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check, $wp_supercache_304, $wp_cache_home_path, $wp_cache_no_cache_for_get;
122
+ global $wp_cache_disable_utf8;
123
 
124
  extract( wp_super_cache_init() );
125
 
184
  ) &&
185
  ( wp_cache_get_cookies_values() == '' && empty( $_GET ) && $serving_supercache ) )
186
  {
187
+ if ( isset( $wp_cache_disable_utf8 ) == false || $wp_cache_disable_utf8 == 0 )
188
+ header( "Content-type: text/html; charset=UTF-8" );
189
  header( "Vary: Accept-Encoding, Cookie" );
190
  header( "Cache-Control: max-age=3, must-revalidate" );
191
  header( "WP-Super-Cache: Served supercache file from PHP" );
401
  return $cache_key;
402
  break;
403
  case "mobile":
404
+ return $cache_key . "-mobile";
405
  break;
406
  }
407
 
488
  return apply_filters( 'wp_super_cache_supercachedir', $cache_path . 'supercache/' . trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', str_replace( 'https://', '', $home ) ) ) ) ) );
489
  }
490
  function get_current_url_supercache_dir( $post_id = 0 ) {
491
+ global $cached_direct_pages, $cache_path, $wp_cache_request_uri, $WPSC_HTTP_HOST, $wp_cache_home_path;
492
  static $saved_supercache_dir = array();
493
 
494
  if ( isset( $saved_supercache_dir[ $post_id ] ) ) {
505
  */
506
  $DONOTREMEMBER = 1;
507
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: warning! site_url ($site_url) not found in permalink ($permalink).", 1 );
508
+ if ( false === strpos( $permalink, $WPSC_HTTP_HOST ) ) {
509
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: WARNING! SERVER_NAME ({$WPSC_HTTP_HOST}) not found in permalink ($permalink). ", 1 );
510
  $p = parse_url( $permalink );
511
  if ( is_array( $p ) ) {
512
  $uri = $p[ 'path' ];
520
  $protocol = ( 'on' == strtolower( $_SERVER[ 'HTTPS' ] ) ) ? 'https://' : 'http://';
521
  else
522
  $protocol = 'http://';
523
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "get_current_url_supercache_dir: Removing SERVER_NAME ({$WPSC_HTTP_HOST}) and $protocol from permalink ($permalink). Is the url right?", 1 );
524
+ $uri = str_replace( $WPSC_HTTP_HOST, '', $permalink );
525
  $uri = str_replace( $protocol, '', $uri );
526
  }
527
  } else {
528
  $uri = str_replace( $site_url, '', $permalink );
529
+ if ( strpos( $uri, $wp_cache_home_path ) !== 0 )
530
+ $uri = rtrim( $wp_cache_home_path, '/' ) . $uri;
531
  }
532
  } else {
533
  $uri = strtolower( $wp_cache_request_uri );
534
  }
535
  $uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
536
  $uri = str_replace( '\\', '', $uri );
537
+ $dir = preg_replace( '/:.*$/', '', $WPSC_HTTP_HOST ) . $uri; // To avoid XSS attacks
538
  if ( function_exists( "apply_filters" ) ) {
539
  $dir = apply_filters( 'supercache_dir', $dir );
540
  } else {
614
  }
615
 
616
  function get_oc_key( $url = false ) {
617
+ global $wp_cache_gzip_encoding, $WPSC_HTTP_HOST;
618
 
619
  if ( $url ) {
620
+ $key = intval( $_SERVER[ 'SERVER_PORT' ] ) . strtolower( preg_replace( '/:.*$/', '', $WPSC_HTTP_HOST ) ) . $url;
621
  } else {
622
  $key = get_current_url_supercache_dir();
623
  }
628
  if ( isset( $_GET[ 'preview' ] ) || function_exists( "is_admin" ) && is_admin() )
629
  return $cookies;
630
 
631
+ if ( false == do_cacheaction( 'wp_supercache_remove_cookies', true ) )
632
  return true;
633
 
634
  $cookie_keys = array( 'wordpress_logged_in', 'comment_author_' );
635
+ if ( defined( 'LOGGED_IN_COOKIE' ) )
636
+ $cookie_keys[] = constant( 'LOGGED_IN_COOKIE' );
637
  reset( $_COOKIE );
638
  foreach( $_COOKIE as $cookie => $val ) {
639
  reset( $cookie_keys );
wp-cache-phase2.php CHANGED
@@ -40,6 +40,7 @@ function wp_cache_phase2() {
40
  add_action('wp_cache_gc','wp_cache_gc_cron');
41
  add_action( 'clean_post_cache', 'wp_cache_post_edit' );
42
  add_filter( 'supercache_filename_str', 'wp_cache_check_mobile' );
 
43
 
44
  do_cacheaction( 'add_cacheaction' );
45
  }
@@ -316,16 +317,35 @@ function wp_cache_ob_callback( $buffer ) {
316
  }
317
 
318
  function wp_cache_append_tag( &$buffer ) {
319
- global $wp_cache_gmt_offset;
320
  global $cache_enabled, $super_cache_enabled;
 
 
 
 
 
 
 
321
  $timestamp = gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600)));
322
  if ( $cache_enabled || $super_cache_enabled ) {
323
- $buffer .= "<!-- Cached page generated by WP-Super-Cache on $timestamp -->\n";
324
  } else {
325
- $buffer .= "<!-- Live page served on $timestamp -->\n";
326
  }
327
  }
328
 
 
 
 
 
 
 
 
 
 
 
 
 
329
  function wp_cache_get_ob(&$buffer) {
330
  global $cache_enabled, $cache_path, $cache_filename, $meta_file, $wp_start_time, $supercachedir;
331
  global $new_cache, $wp_cache_meta, $file_expired, $blog_id, $cache_compression;
@@ -344,7 +364,7 @@ function wp_cache_get_ob(&$buffer) {
344
  $new_cache = false;
345
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
346
  wp_cache_debug( "Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text 'ob_start' in the files of your plugins directory.", 2 );
347
- $buffer .= "\n<!-- Page not cached by WP Super Cache. Blank Page. Check output buffer usage by plugins. -->\n";
348
  }
349
  }
350
 
@@ -352,7 +372,7 @@ function wp_cache_get_ob(&$buffer) {
352
  $new_cache = false;
353
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
354
  wp_cache_debug( "404 file not found not cached", 2 );
355
- $buffer .= "\n<!-- Page not cached by WP Super Cache. 404. -->\n";
356
  }
357
  }
358
 
@@ -361,7 +381,7 @@ function wp_cache_get_ob(&$buffer) {
361
  if( false === strpos( $_SERVER[ 'REQUEST_URI' ], 'robots.txt' ) ) {
362
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
363
  wp_cache_debug( "No closing html tag. Not caching.", 2 );
364
- $buffer .= "\n<!-- Page not cached by WP Super Cache. No closing HTML tag. Check your theme. -->\n";
365
  }
366
  } else {
367
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "robots.txt detected. Not caching.", 2 );
@@ -373,10 +393,10 @@ function wp_cache_get_ob(&$buffer) {
373
 
374
  $duration = wp_cache_microtime_diff($wp_start_time, microtime());
375
  $duration = sprintf("%0.3f", $duration);
376
- $buffer .= "\n<!-- Dynamic page generated in $duration seconds. -->\n";
377
 
378
  if( !wp_cache_writers_entry() ) {
379
- $buffer .= "\n<!-- Page not cached by WP Super Cache. Could not get mutex lock. -->\n";
380
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Could not get mutex lock. Not caching.", 1 );
381
  return $buffer;
382
  }
@@ -426,7 +446,8 @@ function wp_cache_get_ob(&$buffer) {
426
  if ( !$cache_enabled ) {
427
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache is not enabled. Sending buffer to browser.', 5 );
428
  wp_cache_writers_exit();
429
- return $buffer . "\n<!-- Page not cached by WP Super Cache. Check your settings page. $cache_error -->";
 
430
  }
431
 
432
  if( @is_dir( $dir ) == false )
@@ -439,7 +460,7 @@ function wp_cache_get_ob(&$buffer) {
439
  $fr = @fopen($tmp_wpcache_filename, 'w');
440
  if (!$fr) {
441
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename, 1 );
442
- $buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename . " -->\n";
443
  wp_cache_writers_exit();
444
  return $buffer;
445
  }
@@ -454,7 +475,7 @@ function wp_cache_get_ob(&$buffer) {
454
  $fr2 = @fopen( $tmp_cache_filename, 'w' );
455
  if ( !$fr2 ) {
456
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ), 1 );
457
- $buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . " -->\n";
458
  @fclose( $fr );
459
  @unlink( $tmp_wpcache_filename );
460
  wp_cache_writers_exit();
@@ -463,7 +484,7 @@ function wp_cache_get_ob(&$buffer) {
463
  $gz = @fopen( $tmp_cache_filename . ".gz", 'w');
464
  if (!$gz) {
465
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
466
- $buffer .= "<!-- File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz -->\n";
467
  @fclose( $fr );
468
  @unlink( $tmp_wpcache_filename );
469
  @fclose( $fr2 );
@@ -497,7 +518,7 @@ function wp_cache_get_ob(&$buffer) {
497
  wp_cache_append_tag($store);
498
  global $wp_super_cache_late_init;
499
  if ( false == isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && $wp_super_cache_late_init == 0 ) )
500
- $buffer .= '<!-- Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details. -->';
501
 
502
  if ( false == $wp_cache_object_cache ) {
503
  if( $fr ) { // legacy caching
@@ -508,7 +529,7 @@ function wp_cache_get_ob(&$buffer) {
508
  $php_fd = @fopen( $tmp_php_filename, 'w' );
509
  if ( !$php_fd ) {
510
  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 );
511
- $buffer .= "<!-- File not cached! Super Cache couldn't write to: " . str_replace( ABSPATH, '', $tmp_php_filename ) . " -->\n";
512
  @fclose( $php_fd );
513
  @unlink( $tmp_php_filename );
514
  wp_cache_writers_exit();
@@ -521,7 +542,8 @@ function wp_cache_get_ob(&$buffer) {
521
  }
522
  if ( $cache_compression && $wp_cache_gzip_encoding ) {
523
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer.", 5 );
524
- $gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
 
525
  $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
526
  }
527
  } else {
@@ -530,7 +552,8 @@ function wp_cache_get_ob(&$buffer) {
530
  wp_cache_append_tag($buffer);
531
  if( $gz || $wp_cache_gzip_encoding ) {
532
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
533
- $gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
 
534
  $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
535
  }
536
  if ($wp_cache_gzip_encoding) {
@@ -561,7 +584,8 @@ function wp_cache_get_ob(&$buffer) {
561
  if ( false == $wp_cache_object_cache ) {
562
  if( $fr2 ) {
563
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to supercache file.", 5 );
564
- fputs($fr2, $buffer . '<!-- super cache -->' );
 
565
  }
566
  if( $gz ) {
567
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to supercache file.", 5 );
@@ -804,8 +828,9 @@ function wp_cache_phase2_clean_expired( $file_prefix, $force = false ) {
804
  function wp_cache_shutdown_callback() {
805
  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;
806
  global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled, $wp_cache_blog_charset, $wp_cache_not_logged_in;
 
807
 
808
- $wp_cache_meta[ 'uri' ] = $_SERVER["SERVER_NAME"].preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
809
  $wp_cache_meta[ 'blog_id' ] = $blog_id;
810
  $wp_cache_meta[ 'post' ] = wp_cache_post_id();
811
  $wp_cache_meta[ 'key' ] = $wp_cache_key;
@@ -986,16 +1011,23 @@ function wp_cache_post_edit($post_id) {
986
  global $wp_cache_clear_on_post_edit, $cache_path, $blog_cache_dir;
987
  static $last_post_edited = -1;
988
 
989
- if ( $post_id == $last_post_edited ) return $post_id;
990
- $last_post_edited = $post_id;
 
 
991
 
992
  $post = get_post( $post_id );
993
- if ( $post->post_status != 'publish' ) {
 
 
994
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_edit: draft post, not deleting any cache files.", 4 );
995
  return $post_id;
996
  }
 
 
 
997
  if( $wp_cache_clear_on_post_edit ) {
998
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache $blog_cache_dir and {$cache_path}supercache/ on post edit per config.", 2 );
999
  if ( $wp_cache_object_cache ) {
1000
  reset_oc_version();
1001
  } else {
@@ -1003,7 +1035,7 @@ function wp_cache_post_edit($post_id) {
1003
  prune_super_cache( get_supercache_dir(), true );
1004
  }
1005
  } else {
1006
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Clearing cache for post $post_id on post edit.", 2 );
1007
  wp_cache_post_change( $post_id );
1008
  }
1009
  }
@@ -1042,13 +1074,18 @@ function wp_cache_post_change( $post_id ) {
1042
  global $file_prefix, $cache_path, $blog_id, $super_cache_enabled, $blog_cache_dir, $blogcacheid, $wp_cache_refresh_single_only;
1043
  static $last_processed = -1;
1044
 
1045
- if ($post_id == $last_processed) return $post_id;
1046
- $last_processed = $post_id;
 
 
1047
  $post = get_post( $post_id );
1048
- if( $post->post_status != 'publish' ) {
 
 
1049
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: draft post, not deleting any cache files.", 4 );
1050
  return $post_id;
1051
  }
 
1052
 
1053
  if( !wp_cache_writers_entry() )
1054
  return $post_id;
@@ -1157,6 +1194,27 @@ function wp_cache_post_id() {
1157
  return 0;
1158
  }
1159
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1160
  function wp_cache_gc_cron() {
1161
  global $file_prefix, $cache_max_time, $cache_gc_email_me, $cache_time_interval;
1162
 
@@ -1165,7 +1223,17 @@ function wp_cache_gc_cron() {
1165
  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 );
1166
  return false;
1167
  }
 
 
 
 
 
 
 
1168
  update_option( 'wpsupercache_gc_time', time() );
 
 
 
1169
 
1170
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
1171
 
@@ -1192,21 +1260,26 @@ function wp_cache_gc_cron() {
1192
 
1193
  wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] WP Super Cache GC Report', 'wp-super-cache' ), site_url() ), $msg );
1194
  }
 
 
1195
  schedule_wp_gc( 1 );
1196
  }
1197
 
1198
  function schedule_wp_gc( $forced = 0 ) {
1199
  global $cache_schedule_type, $cache_max_time, $cache_time_interval, $cache_scheduled_time, $cache_schedule_interval;
1200
 
 
 
 
1201
  if ( false == isset( $cache_schedule_type ) ) {
1202
  $cache_schedule_type = 'interval';
1203
  $cache_schedule_interval = $cache_max_time;
1204
  }
1205
  if ( $cache_schedule_type == 'interval' ) {
1206
- if ( $cache_max_time == 0 )
1207
- return false;
1208
  if ( !isset( $cache_max_time ) )
1209
  $cache_max_time = 600;
 
 
1210
  $last_gc = get_option( "wpsupercache_gc_time" );
1211
 
1212
  if ( !$last_gc ) {
@@ -1232,4 +1305,11 @@ function schedule_wp_gc( $forced = 0 ) {
1232
  return true;
1233
  }
1234
 
 
 
 
 
 
 
 
1235
  ?>
40
  add_action('wp_cache_gc','wp_cache_gc_cron');
41
  add_action( 'clean_post_cache', 'wp_cache_post_edit' );
42
  add_filter( 'supercache_filename_str', 'wp_cache_check_mobile' );
43
+ add_action( 'wp_cache_gc_watcher', 'wp_cache_gc_watcher' );
44
 
45
  do_cacheaction( 'add_cacheaction' );
46
  }
317
  }
318
 
319
  function wp_cache_append_tag( &$buffer ) {
320
+ global $wp_cache_gmt_offset, $wp_super_cache_comments;
321
  global $cache_enabled, $super_cache_enabled;
322
+
323
+ if ( false == isset( $wp_super_cache_comments ) )
324
+ $wp_super_cache_comments = 1;
325
+
326
+ if ( $wp_super_cache_comments == 0 )
327
+ return false;
328
+
329
  $timestamp = gmdate('Y-m-d H:i:s', (time() + ( $wp_cache_gmt_offset * 3600)));
330
  if ( $cache_enabled || $super_cache_enabled ) {
331
+ $buffer .= "\n<!-- Cached page generated by WP-Super-Cache on $timestamp -->\n";
332
  } else {
333
+ $buffer .= "\n<!-- Live page served on $timestamp -->\n";
334
  }
335
  }
336
 
337
+ function wp_cache_add_to_buffer( &$buffer, $text ) {
338
+ global $wp_super_cache_comments;
339
+
340
+ if ( false == isset( $wp_super_cache_comments ) )
341
+ $wp_super_cache_comments = 1;
342
+
343
+ if ( $wp_super_cache_comments == 0 )
344
+ return false;
345
+
346
+ $buffer .= "\n<!-- $text -->";
347
+ }
348
+
349
  function wp_cache_get_ob(&$buffer) {
350
  global $cache_enabled, $cache_path, $cache_filename, $meta_file, $wp_start_time, $supercachedir;
351
  global $new_cache, $wp_cache_meta, $file_expired, $blog_id, $cache_compression;
364
  $new_cache = false;
365
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
366
  wp_cache_debug( "Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text 'ob_start' in the files of your plugins directory.", 2 );
367
+ wp_cache_add_to_buffer( $buffer, "Page not cached by WP Super Cache. Blank Page. Check output buffer usage by plugins." );
368
  }
369
  }
370
 
372
  $new_cache = false;
373
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
374
  wp_cache_debug( "404 file not found not cached", 2 );
375
+ wp_cache_add_to_buffer( $buffer, "Page not cached by WP Super Cache. 404." );
376
  }
377
  }
378
 
381
  if( false === strpos( $_SERVER[ 'REQUEST_URI' ], 'robots.txt' ) ) {
382
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) {
383
  wp_cache_debug( "No closing html tag. Not caching.", 2 );
384
+ wp_cache_add_to_buffer( $buffer, "Page not cached by WP Super Cache. No closing HTML tag. Check your theme." );
385
  }
386
  } else {
387
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "robots.txt detected. Not caching.", 2 );
393
 
394
  $duration = wp_cache_microtime_diff($wp_start_time, microtime());
395
  $duration = sprintf("%0.3f", $duration);
396
+ wp_cache_add_to_buffer( $buffer, "Dynamic page generated in $duration seconds." );
397
 
398
  if( !wp_cache_writers_entry() ) {
399
+ wp_cache_add_to_buffer( $buffer, "Page not cached by WP Super Cache. Could not get mutex lock." );
400
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Could not get mutex lock. Not caching.", 1 );
401
  return $buffer;
402
  }
446
  if ( !$cache_enabled ) {
447
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache is not enabled. Sending buffer to browser.', 5 );
448
  wp_cache_writers_exit();
449
+ wp_cache_add_to_buffer( $buffer, "Page not cached by WP Super Cache. Check your settings page. $cache_error" );
450
+ return $buffer;
451
  }
452
 
453
  if( @is_dir( $dir ) == false )
460
  $fr = @fopen($tmp_wpcache_filename, 'w');
461
  if (!$fr) {
462
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename, 1 );
463
+ wp_cache_add_to_buffer( $buffer, "File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $cache_path ) . $cache_filename );
464
  wp_cache_writers_exit();
465
  return $buffer;
466
  }
475
  $fr2 = @fopen( $tmp_cache_filename, 'w' );
476
  if ( !$fr2 ) {
477
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ), 1 );
478
+ wp_cache_add_to_buffer( $buffer, "File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) );
479
  @fclose( $fr );
480
  @unlink( $tmp_wpcache_filename );
481
  wp_cache_writers_exit();
484
  $gz = @fopen( $tmp_cache_filename . ".gz", 'w');
485
  if (!$gz) {
486
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Error. Supercache could not write to " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz", 1 );
487
+ wp_cache_add_to_buffer( $buffer, "File not cached! Super Cache Couldn't write to: " . str_replace( ABSPATH, '', $tmp_cache_filename ) . ".gz" );
488
  @fclose( $fr );
489
  @unlink( $tmp_wpcache_filename );
490
  @fclose( $fr2 );
518
  wp_cache_append_tag($store);
519
  global $wp_super_cache_late_init;
520
  if ( false == isset( $wp_super_cache_late_init ) || ( isset( $wp_super_cache_late_init ) && $wp_super_cache_late_init == 0 ) )
521
+ wp_cache_add_to_buffer( $buffer, 'Super Cache dynamic page detected but $wp_super_cache_late_init not set. See the readme.txt for further details.' );
522
 
523
  if ( false == $wp_cache_object_cache ) {
524
  if( $fr ) { // legacy caching
529
  $php_fd = @fopen( $tmp_php_filename, 'w' );
530
  if ( !$php_fd ) {
531
  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 );
532
+ wp_cache_add_to_buffer( $buffer, "File not cached! Super Cache couldn't write to: " . str_replace( ABSPATH, '', $tmp_php_filename ) );
533
  @fclose( $php_fd );
534
  @unlink( $tmp_php_filename );
535
  wp_cache_writers_exit();
542
  }
543
  if ( $cache_compression && $wp_cache_gzip_encoding ) {
544
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer.", 5 );
545
+ wp_cache_add_to_buffer( $buffer, "Compression = gzip" );
546
+ $gzdata = gzencode( $buffer, 6, FORCE_GZIP );
547
  $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
548
  }
549
  } else {
552
  wp_cache_append_tag($buffer);
553
  if( $gz || $wp_cache_gzip_encoding ) {
554
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
555
+ wp_cache_add_to_buffer( $buffer, "Compression = gzip" );
556
+ $gzdata = gzencode( $buffer, 6, FORCE_GZIP );
557
  $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
558
  }
559
  if ($wp_cache_gzip_encoding) {
584
  if ( false == $wp_cache_object_cache ) {
585
  if( $fr2 ) {
586
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing non-gzipped buffer to supercache file.", 5 );
587
+ wp_cache_add_to_buffer( $buffer, "super cache" );
588
+ fputs($fr2, $buffer );
589
  }
590
  if( $gz ) {
591
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Writing gzipped buffer to supercache file.", 5 );
828
  function wp_cache_shutdown_callback() {
829
  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;
830
  global $wp_cache_request_uri, $wp_cache_key, $wp_cache_object_cache, $cache_enabled, $wp_cache_blog_charset, $wp_cache_not_logged_in;
831
+ global $WPSC_HTTP_HOST;
832
 
833
+ $wp_cache_meta[ 'uri' ] = $WPSC_HTTP_HOST . preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', $wp_cache_request_uri); // To avoid XSS attacks
834
  $wp_cache_meta[ 'blog_id' ] = $blog_id;
835
  $wp_cache_meta[ 'post' ] = wp_cache_post_id();
836
  $wp_cache_meta[ 'key' ] = $wp_cache_key;
1011
  global $wp_cache_clear_on_post_edit, $cache_path, $blog_cache_dir;
1012
  static $last_post_edited = -1;
1013
 
1014
+ if ( $post_id == $last_post_edited ) {
1015
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_edit: Already processed post $post_id.", 4 );
1016
+ return $post_id;
1017
+ }
1018
 
1019
  $post = get_post( $post_id );
1020
+ // Some users are inexplicibly seeing this error on scheduled posts.
1021
+ // define this constant to disable the post status check.
1022
+ if ( false == defined( 'WPSCFORCEUPDATE' ) && $post->post_status != 'publish' ) {
1023
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_edit: draft post, not deleting any cache files.", 4 );
1024
  return $post_id;
1025
  }
1026
+
1027
+ // we want to process the post again just in case it becomes published before the second time this function is called.
1028
+ $last_post_edited = $post_id;
1029
  if( $wp_cache_clear_on_post_edit ) {
1030
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_edit: Clearing cache $blog_cache_dir and {$cache_path}supercache/ on post edit per config.", 2 );
1031
  if ( $wp_cache_object_cache ) {
1032
  reset_oc_version();
1033
  } else {
1035
  prune_super_cache( get_supercache_dir(), true );
1036
  }
1037
  } else {
1038
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_edit: Clearing cache for post $post_id on post edit.", 2 );
1039
  wp_cache_post_change( $post_id );
1040
  }
1041
  }
1074
  global $file_prefix, $cache_path, $blog_id, $super_cache_enabled, $blog_cache_dir, $blogcacheid, $wp_cache_refresh_single_only;
1075
  static $last_processed = -1;
1076
 
1077
+ if ( $post_id == $last_processed ) {
1078
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: Already processed post $post_id.", 4 );
1079
+ return $post_id;
1080
+ }
1081
  $post = get_post( $post_id );
1082
+ // Some users are inexplicibly seeing this error on scheduled posts.
1083
+ // define this constant to disable the post status check.
1084
+ if ( false == defined( 'WPSCFORCEUPDATE' ) && $post->post_status != 'publish' ) {
1085
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_change: draft post, not deleting any cache files.", 4 );
1086
  return $post_id;
1087
  }
1088
+ $last_processed = $post_id;
1089
 
1090
  if( !wp_cache_writers_entry() )
1091
  return $post_id;
1194
  return 0;
1195
  }
1196
 
1197
+ function maybe_stop_gc( $flag ) {
1198
+
1199
+ if ( @file_exists( $flag ) ) {
1200
+ if ( time() - filemtime( $flag ) > 3600 ) {
1201
+ @unlink( $flag );
1202
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "maybe_stop_gc: GC flag found but deleted because it's older than 3600 seconds.", 5 );
1203
+ return false;
1204
+ } else {
1205
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'maybe_stop_gc: GC flag found. GC cancelled.', 5 );
1206
+ return true;
1207
+ }
1208
+ } else {
1209
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'maybe_stop_gc: GC flag not found. GC will go ahead..', 5 );
1210
+ return false;
1211
+ }
1212
+ }
1213
+ function get_gc_flag() {
1214
+ global $cache_path;
1215
+ return $cache_path . strtolower( preg_replace( '!/:.*$!', '', str_replace( 'http://', '', str_replace( 'https://', '', get_option( 'home' ) ) ) ) ) . "_wp_cache_gc.txt";
1216
+ }
1217
+
1218
  function wp_cache_gc_cron() {
1219
  global $file_prefix, $cache_max_time, $cache_gc_email_me, $cache_time_interval;
1220
 
1223
  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 );
1224
  return false;
1225
  }
1226
+
1227
+ $gc_flag = get_gc_flag();
1228
+ if ( maybe_stop_gc( $gc_flag ) ) {
1229
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'GC flag found. GC cancelled.', 5 );
1230
+ return false;
1231
+ }
1232
+
1233
  update_option( 'wpsupercache_gc_time', time() );
1234
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_gc_cron: Set GC Flag. ($gc_flag)", 5 );
1235
+ $fp = @fopen( $gc_flag, 'w' );
1236
+ @fclose( $fp );
1237
 
1238
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
1239
 
1260
 
1261
  wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] WP Super Cache GC Report', 'wp-super-cache' ), site_url() ), $msg );
1262
  }
1263
+ @unlink( $gc_flag );
1264
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'GC completed. GC flag deleted.', 5 );
1265
  schedule_wp_gc( 1 );
1266
  }
1267
 
1268
  function schedule_wp_gc( $forced = 0 ) {
1269
  global $cache_schedule_type, $cache_max_time, $cache_time_interval, $cache_scheduled_time, $cache_schedule_interval;
1270
 
1271
+ if ( false == isset( $cache_time_interval ) )
1272
+ $cache_time_interval = 3600;
1273
+
1274
  if ( false == isset( $cache_schedule_type ) ) {
1275
  $cache_schedule_type = 'interval';
1276
  $cache_schedule_interval = $cache_max_time;
1277
  }
1278
  if ( $cache_schedule_type == 'interval' ) {
 
 
1279
  if ( !isset( $cache_max_time ) )
1280
  $cache_max_time = 600;
1281
+ if ( $cache_max_time == 0 )
1282
+ return false;
1283
  $last_gc = get_option( "wpsupercache_gc_time" );
1284
 
1285
  if ( !$last_gc ) {
1305
  return true;
1306
  }
1307
 
1308
+ function wp_cache_gc_watcher() {
1309
+ if ( false == wp_next_scheduled( 'wp_cache_gc' ) ) {
1310
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'GC Watcher: scheduled new gc cron.', 5 );
1311
+ schedule_wp_gc();
1312
+ }
1313
+ }
1314
+
1315
  ?>
wp-cache.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
  Description: Very fast caching plugin for WordPress.
6
- Version: 1.1.1
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
@@ -115,9 +115,11 @@ function wpsupercache_deactivate() {
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
 
122
  function wpsupercache_activate() {
123
  }
@@ -154,6 +156,7 @@ 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, $cache_path;
 
157
 
158
  if ( !wpsupercache_site_admin() )
159
  return false;
@@ -205,7 +208,6 @@ function wp_cache_manager_error_checks() {
205
  <p><?php printf( __( 'Please see entry 16 in the <a href="%s">Troubleshooting section</a> of the readme.txt', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></p>
206
  </div>
207
  <?php
208
- return true;
209
  } else {
210
  wp_cache_replace_line('^ *\$wp_cache_cron_check', "\$wp_cache_cron_check = 1;", $wp_cache_config_file);
211
  }
@@ -248,20 +250,61 @@ function wp_cache_manager_error_checks() {
248
  define( "SUBMITDISABLED", ' ' );
249
  }
250
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
251
  // Server could be running as the owner of the wp-content directory. Therefore, if it's
252
  // writable, issue a warning only if the permissions aren't 755.
253
- if( is_writeable_ACLSafe( WP_CONTENT_DIR . '/' ) ) {
 
 
 
 
 
 
254
  $wp_content_stat = stat(WP_CONTENT_DIR . '/');
255
  $wp_content_mode = decoct( $wp_content_stat[ 'mode' ] & 0777 );
256
  if( substr( $wp_content_mode, -2 ) == '77' ) {
257
  ?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
258
  <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>
259
- <p><?php _e( '<a href="http://codex.wordpress.org/Changing_File_Permissions">This page</a> explains how to change file permissions.', 'wp-super-cache' ); ?></p></div>
 
 
 
 
 
 
 
 
260
  <?php
261
  }
262
  }
263
 
264
- if ( function_exists( "is_main_site" ) && true == is_main_site() || function_exists( 'is_main_blog' ) && true == is_main_blog() ) {
265
  $home_path = trailingslashit( get_home_path() );
266
  $scrules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WPSuperCache' ) );
267
  if ( $cache_enabled && $wp_cache_mod_rewrite && !$wp_cache_mobile_enabled && strpos( $scrules, addcslashes( implode( '|', $wp_cache_mobile_browsers ), ' ' ) ) ) {
@@ -309,13 +352,51 @@ function wp_cache_manager_error_checks() {
309
  }
310
  }
311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
312
  return true;
313
 
314
  }
315
  add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
316
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  function wp_cache_manager_updates() {
318
  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, $wp_cache_make_known_anon, $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, $cache_page_secret, $wp_cache_disable_utf8, $wp_cache_no_cache_for_get;
 
319
 
320
  if ( !wpsupercache_site_admin() )
321
  return false;
@@ -325,17 +406,6 @@ function wp_cache_manager_updates() {
325
  wp_cache_replace_line('^ *\$cache_page_secret', "\$cache_page_secret = '" . $cache_page_secret . "';", $wp_cache_config_file);
326
  }
327
 
328
- // Delete cache for a specific page
329
- if ( isset( $_GET[ 'action' ] ) && $_GET[ 'action' ] == 'delete' && ( isset( $_GET[ '_wpnonce' ] ) ? wp_verify_nonce( $_REQUEST[ '_wpnonce' ], 'delete-cache' ) : false ) ) {
330
- $path = get_supercache_dir() . preg_replace( '/:.*$/', '', $_GET[ 'path' ] );
331
- $files = get_all_supercache_filenames( $path );
332
- foreach( $files as $cache_file )
333
- prune_super_cache( $path . $cache_file, true );
334
-
335
- wp_redirect( preg_replace( '/[ <>\'\"\r\n\t\(\)]/', '', $_GET[ 'path' ] ) );
336
- die();
337
- }
338
-
339
  $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
340
  if ( $valid_nonce == false )
341
  return false;
@@ -348,9 +418,26 @@ function wp_cache_manager_updates() {
348
  $_POST[ 'super_cache_enabled' ] = 2; // PHP
349
  $_POST[ 'cache_rebuild_files' ] = 1;
350
  unset( $_POST[ 'cache_compression' ] );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  } else {
352
  unset( $_POST[ 'wp_cache_status' ] );
353
  $_POST[ 'super_cache_enabled' ] = 0;
 
 
 
354
  }
355
  }
356
 
@@ -398,7 +485,11 @@ function wp_cache_manager_updates() {
398
  }
399
  wp_cache_replace_line('^ *\$wp_cache_front_page_checks', "\$wp_cache_front_page_checks = " . $wp_cache_front_page_checks . ";", $wp_cache_config_file);
400
 
401
- $wp_supercache_cache_list = $_POST[ 'wp_supercache_cache_list' ] == 1 ? 1 : 0;
 
 
 
 
402
  wp_cache_replace_line('^ *\$wp_supercache_cache_list', "\$wp_supercache_cache_list = " . $wp_supercache_cache_list . ";", $wp_cache_config_file);
403
 
404
  if ( isset( $_POST[ 'wp_cache_status' ] ) ) {
@@ -601,7 +692,10 @@ jQuery(document).ready(function(){
601
  $wp_cache_mod_rewrite = 1;
602
  }
603
 
604
- if ( !isset( $_GET[ 'tab' ] ) && $cache_enabled && ( $wp_cache_mod_rewrite || $super_cache_enabled == false ) ) {
 
 
 
605
  $_GET[ 'tab' ] = 'settings';
606
  echo '<div id="message" class="updated fade"><p>' . __( 'Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default.', 'wp-super-cache' ) . '</p></div>';
607
  }
@@ -895,7 +989,7 @@ jQuery(document).ready(function(){
895
  <?php if ( $_wp_using_ext_object_cache ) {
896
  ?><label><input type='checkbox' name='wp_cache_object_cache' <?php if( $wp_cache_object_cache ) echo "checked"; ?> value='1'> <?php echo __( 'Use object cache to store cached files.', 'wp-super-cache' ) . ' ' . __( '(Experimental)', 'wp-super-cache' ); ?></label><?php
897
  }?>
898
- <?php printf( __( '<strong>DO NOT CACHE PAGE</strong> secret key: <a href="%s">%s</a>', 'wp-super-cache' ), trailingslashit( get_bloginfo( 'wpurl' ) ) . "?donotcachepage={$cache_page_secret}", $cache_page_secret ); ?>
899
  </legend>
900
  </fieldset>
901
  </td>
@@ -1035,7 +1129,7 @@ jQuery(document).ready(function(){
1035
  }
1036
  echo '<form name="cache_tester" action="" method="post">';
1037
  echo '<input type="hidden" name="action" value="test" />';
1038
- if ( 'on' == strtolower( $_SERVER['HTTPS' ] ) )
1039
  echo "<input type='checkbox' name='httponly' checked='checked' value='1' /> " . __( 'Send non-secure (non https) request for homepage', 'wp-super-cache' );
1040
  echo '<div class="submit"><input type="submit" name="test" value="' . __( 'Test Cache', 'wp-super-cache' ) . '" /></div>';
1041
  wp_nonce_field('wp-cache');
@@ -1077,8 +1171,8 @@ jQuery(document).ready(function(){
1077
  </td><td valign='top' style='width: 300px'>
1078
  <div style='background: #ffc; border: 1px solid #333; margin: 2px; padding: 5px'>
1079
  <h3 align='center'><?php _e( 'Make WordPress Faster', 'wp-super-cache' ); ?></h3>
1080
- <p><?php printf( __( '%1$s is maintained and developed by %2$s with contributions from many others.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/wp-super-cache/?r=supercache">WP Super Cache</a>', '<a href="http://ocaoimh.ie/?r=supercache">Donncha O Caoimh</a>' ); ?></p>
1081
- <p><?php printf( __( 'He blogs at %1$s and posts photos at %2$s.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/?r=supercache">Holy Shmoly</a>', '<a href="http://inphotos.org/?r=supercache">In Photos.org</a>' ); ?></p>
1082
  <p><?php printf( __( 'Please say hi to him on %s too!', 'wp-super-cache' ), '<a href="http://twitter.com/donncha/">Twitter</a>' ); ?></p>
1083
  <h3 align='center'><?php _e( 'Need Help?', 'wp-super-cache' ); ?></h3>
1084
  <ol>
@@ -1086,6 +1180,7 @@ jQuery(document).ready(function(){
1086
  <li><?php printf( __( '<a href="%1$s">Installation Help</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/installation/' ); ?></li>
1087
  <li><?php printf( __( '<a href="%1$s">Frequently Asked Questions</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></li>
1088
  <li><?php printf( __( '<a href="%1$s">Support Forum</a>', 'wp-super-cache' ), 'http://wordpress.org/tags/wp-super-cache' ); ?></li>
 
1089
  </ol>
1090
  <h3 align='center'><?php _e( 'Rate This Plugin!', 'wp-super-cache' ); ?></h3>
1091
  <p><?php printf( __( 'Please <a href="%s">rate</a> this plugin and tell me if it works for you or not. It really helps development.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/' ); ?></p>
@@ -1107,12 +1202,9 @@ jQuery(document).ready(function(){
1107
  ?></ol>
1108
  <small><?php _e( '(may not always be accurate on busy sites)', 'wp-super-cache' ); ?></small>
1109
  </p><?php
1110
- } else {
1111
- $start_date = get_option( 'wpsupercache_start' );
1112
- if ( $start_date ) {
1113
- update_option( 'wpsupercache_start', $start_date );
1114
  update_option( 'wpsupercache_count', 0 );
1115
- }
1116
  }
1117
  ?>
1118
  </div>
@@ -1180,7 +1272,7 @@ function wsc_mod_rewrite() {
1180
  if ( isset( $wpmu_version ) || function_exists( 'is_multisite' ) && is_multisite() ) {
1181
  if ( false == wpsupercache_site_admin() )
1182
  return false;
1183
- if ( function_exists( "is_main_site" ) && false == is_main_site() || function_exists( 'is_main_blog' ) && false == is_main_blog() ) {
1184
  global $current_site;
1185
  $protocol = ( 'on' == strtolower( $_SERVER['HTTPS' ] ) ) ? 'https://' : 'http://';
1186
  if ( isset( $wpmu_version ) ) {
@@ -1193,7 +1285,7 @@ function wsc_mod_rewrite() {
1193
  }
1194
  }
1195
 
1196
- if ( function_exists( "is_main_site" ) && false == is_main_site() || function_exists( 'is_main_blog' ) && false == is_main_blog() )
1197
  return true;
1198
  ?>
1199
  <a name="modrewrite"></a><fieldset class="options">
@@ -1480,6 +1572,9 @@ function wp_cache_edit_max_time () {
1480
  if ( isset( $_POST['wp_max_time'] ) && $valid_nonce ) {
1481
  $cache_max_time = (int)$_POST['wp_max_time'];
1482
  wp_cache_replace_line('^ *\$cache_max_time', "\$cache_max_time = $cache_max_time;", $wp_cache_config_file);
 
 
 
1483
  }
1484
 
1485
  if ( isset( $_POST[ 'cache_gc_email_me' ] ) && $valid_nonce ) {
@@ -1489,7 +1584,7 @@ function wp_cache_edit_max_time () {
1489
  $cache_gc_email_me = 0;
1490
  wp_cache_replace_line('^ *\$cache_gc_email_me', "\$cache_gc_email_me = $cache_gc_email_me;", $wp_cache_config_file);
1491
  }
1492
- if ( $_POST[ 'cache_schedule_type' ] == 'interval' && isset( $_POST['cache_time_interval'] ) && $valid_nonce ) {
1493
  wp_clear_scheduled_hook( 'wp_cache_gc' );
1494
  $cache_schedule_type = 'interval';
1495
  if ( (int)$_POST[ 'cache_time_interval' ] == 0 )
@@ -1507,7 +1602,6 @@ function wp_cache_edit_max_time () {
1507
  $schedules = wp_get_schedules();
1508
  if ( isset( $schedules[ $_POST[ 'cache_schedule_interval' ] ] ) )
1509
  $cache_schedule_interval = $_POST[ 'cache_schedule_interval' ];
1510
- wp_schedule_single_event( strtotime( $cache_scheduled_time ), 'wp_cache_gc' );
1511
  wp_cache_replace_line('^ *\$cache_schedule_type', "\$cache_schedule_type = '$cache_schedule_type';", $wp_cache_config_file);
1512
  wp_cache_replace_line('^ *\$cache_schedule_interval', "\$cache_schedule_interval = '{$cache_schedule_interval}';", $wp_cache_config_file);
1513
  wp_cache_replace_line('^ *\$cache_scheduled_time', "\$cache_scheduled_time = '$cache_scheduled_time';", $wp_cache_config_file);
@@ -1719,9 +1813,11 @@ function wp_cache_edit_accepted() {
1719
  }
1720
 
1721
  function wp_cache_debug_settings() {
1722
- global $wp_super_cache_debug, $wp_cache_debug_log, $wp_cache_debug_ip, $cache_path, $valid_nonce, $wp_cache_config_file;
1723
  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;
1724
 
 
 
1725
  if ( isset( $_POST[ 'wp_cache_debug' ] ) && $valid_nonce ) {
1726
  $wp_super_cache_debug = intval( $_POST[ 'wp_super_cache_debug' ] );
1727
  wp_cache_replace_line('^ *\$wp_super_cache_debug', "\$wp_super_cache_debug = '$wp_super_cache_debug';", $wp_cache_config_file);
@@ -1731,6 +1827,8 @@ function wp_cache_debug_settings() {
1731
  $wp_cache_debug_log = "";
1732
  }
1733
  wp_cache_replace_line('^ *\$wp_cache_debug_log', "\$wp_cache_debug_log = '$wp_cache_debug_log';", $wp_cache_config_file);
 
 
1734
  $wp_cache_debug_ip = esc_html( $_POST[ 'wp_cache_debug_ip' ] );
1735
  wp_cache_replace_line('^ *\$wp_cache_debug_ip', "\$wp_cache_debug_ip = '$wp_cache_debug_ip';", $wp_cache_config_file);
1736
  $wp_super_cache_front_page_check = (int)$_POST[ 'wp_super_cache_front_page_check' ];
@@ -1759,6 +1857,11 @@ function wp_cache_debug_settings() {
1759
  echo "<table class='form-table'>";
1760
  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>";
1761
  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>";
 
 
 
 
 
1762
  echo "</table>\n";
1763
  if ( isset( $wp_super_cache_advanced_debug ) ) {
1764
  echo "<h4>" . __( 'Advanced', 'wp-super-cache' ) . "</h4><p>" . __( '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>', 'wp-super-cache' ) . '</p>';
@@ -1793,6 +1896,9 @@ function wp_cache_enable() {
1793
  function wp_cache_disable() {
1794
  global $wp_cache_config_file, $cache_enabled;
1795
 
 
 
 
1796
  if (wp_cache_replace_line('^ *\$cache_enabled', '$cache_enabled = false;', $wp_cache_config_file)) {
1797
  $cache_enabled = false;
1798
  }
@@ -1917,6 +2023,7 @@ function wp_cache_verify_cache_dir() {
1917
 
1918
  function wp_cache_verify_config_file() {
1919
  global $wp_cache_config_file, $wp_cache_config_file_sample, $sem_id, $cache_path;
 
1920
 
1921
  $new = false;
1922
  $dir = dirname($wp_cache_config_file);
@@ -1951,7 +2058,7 @@ function wp_cache_verify_config_file() {
1951
  $new = true;
1952
  }
1953
  if( $sem_id == 5419 && $cache_path != '' ) {
1954
- $sem_id = crc32( $_SERVER[ 'SERVER_NAME' ] . $cache_path ) & 0x7fffffff;
1955
  wp_cache_replace_line('sem_id', '$sem_id = ' . $sem_id . ';', $wp_cache_config_file);
1956
  }
1957
  require($wp_cache_config_file);
@@ -1960,10 +2067,20 @@ function wp_cache_verify_config_file() {
1960
 
1961
  function wp_cache_create_advanced_cache() {
1962
  global $wp_cache_link, $wp_cache_file;
 
 
 
 
 
 
 
 
 
 
 
1963
  $ret = true;
1964
 
1965
  $file = file_get_contents( $wp_cache_file );
1966
- $file = str_replace( 'CACHEHOME', constant( 'WPCACHEHOME' ), $file );
1967
  $fp = @fopen( $wp_cache_link, 'w' );
1968
  if( $fp ) {
1969
  fputs( $fp, $file );
@@ -1980,7 +2097,7 @@ function wp_cache_check_link() {
1980
  $ret = true;
1981
  if( file_exists($wp_cache_link) ) {
1982
  $file = file_get_contents( $wp_cache_link );
1983
- if( strpos( $file, "WP SUPER CACHE 0.8.9.1" ) ) {
1984
  return true;
1985
  } else {
1986
  if( !@unlink($wp_cache_link) ) {
@@ -2474,7 +2591,7 @@ function wp_cache_catch_404() {
2474
  add_action( 'template_redirect', 'wp_cache_catch_404' );
2475
 
2476
  function wp_cache_favorite_action( $actions ) {
2477
- if ( false == wpsupercache_site_admin() )
2478
  return $actions;
2479
 
2480
  if ( function_exists('current_user_can') && !current_user_can('manage_options') )
@@ -2722,6 +2839,7 @@ function clear_post_supercache( $post_id ) {
2722
 
2723
  function wp_cron_preload_cache() {
2724
  global $wpdb, $wp_cache_preload_interval, $wp_cache_preload_posts, $wp_cache_preload_email_me, $wp_cache_preload_email_volume, $cache_path, $wp_cache_preload_taxonomies;
 
2725
 
2726
  if ( get_option( 'preload_cache_stop' ) ) {
2727
  delete_option( 'preload_cache_stop' );
@@ -2769,7 +2887,7 @@ function wp_cron_preload_cache() {
2769
  $out = '';
2770
  $records = get_terms( $taxonomy );
2771
  foreach( $records as $term ) {
2772
- $out .= site_url( $path . "/" . $term->slug . "/" ) . "\n";
2773
  }
2774
  $fp = fopen( $taxonomy_filename, 'w' );
2775
  if ( $fp ) {
@@ -2860,7 +2978,7 @@ function wp_cron_preload_cache() {
2860
  $count++;
2861
  }
2862
  if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume != 'less' )
2863
- wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] %2$d posts refreshed', 'wp-super-cache' ), $_SERVER[ 'SERVER_NAME' ], ($c+100) ), __( "Refreshed the following posts:", 'wp-super-cache' ) . "\n$msg" );
2864
  if ( defined( 'DOING_CRON' ) ) {
2865
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cron_preload_cache: scheduling the next preload in 30 seconds.", 5 );
2866
  wp_schedule_single_event( time() + 30, 'wp_cache_preload_hook' );
@@ -2997,7 +3115,7 @@ function supercache_admin_bar_render() {
2997
  if ( !is_user_logged_in() || !$wp_cache_not_logged_in )
2998
  return false;
2999
 
3000
- if ( !wpsupercache_site_admin() )
3001
  return false;
3002
 
3003
  $wp_admin_bar->add_menu( array(
@@ -3005,7 +3123,7 @@ function supercache_admin_bar_render() {
3005
  'id' => 'delete-cache',
3006
  'title' => __( 'Delete Cache', 'wp-super-cache' ),
3007
  'meta' => array( 'title' => __( 'Delete cache of the current page', 'wp-super-cache' ) ),
3008
- 'href' => wp_nonce_url( admin_url( 'options-general.php?page=wpsupercache&action=delete&path=' . urlencode( $_SERVER[ 'REQUEST_URI' ] ) ), 'delete-cache' )
3009
  ) );
3010
  }
3011
  add_action( 'wp_before_admin_bar_render', 'supercache_admin_bar_render' );
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: 1.2.1
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
115
  @unlink( $cache_path . 'meta' );
116
  @unlink( $cache_path . 'supercache' );
117
  wp_clear_scheduled_hook( 'wp_cache_check_site_hook' );
118
+ wp_clear_scheduled_hook( 'wp_cache_gc' );
119
+ wp_clear_scheduled_hook( 'wp_cache_gc_watcher' );
120
  wp_cache_disable_plugin();
121
  }
122
+ register_uninstall_hook( __FILE__, 'wpsupercache_deactivate' );
123
 
124
  function wpsupercache_activate() {
125
  }
156
 
157
  function wp_cache_manager_error_checks() {
158
  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, $cache_path;
159
+ global $dismiss_htaccess_warning, $dismiss_readable_warning, $dismiss_gc_warning, $wp_cache_shutdown_gc;
160
 
161
  if ( !wpsupercache_site_admin() )
162
  return false;
208
  <p><?php printf( __( 'Please see entry 16 in the <a href="%s">Troubleshooting section</a> of the readme.txt', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></p>
209
  </div>
210
  <?php
 
211
  } else {
212
  wp_cache_replace_line('^ *\$wp_cache_cron_check', "\$wp_cache_cron_check = 1;", $wp_cache_config_file);
213
  }
250
  define( "SUBMITDISABLED", ' ' );
251
  }
252
 
253
+ $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
254
+ // Check that garbage collection is running
255
+ if ( $valid_nonce && $_POST[ 'action' ] == 'dismiss_gc_warning' ) {
256
+ wp_cache_replace_line('^ *\$dismiss_gc_warning', "\$dismiss_gc_warning = 1;", $wp_cache_config_file);
257
+ $dismiss_gc_warning = 1;
258
+ } elseif ( !isset( $dismiss_gc_warning ) ) {
259
+ $dismiss_gc_warning = 0;
260
+ }
261
+ if ( $cache_enabled && ( !isset( $wp_cache_shutdown_gc ) || $wp_cache_shutdown_gc == 0 ) && function_exists( 'get_gc_flag' ) ) {
262
+ $gc_flag = get_gc_flag();
263
+ if ( $dismiss_gc_warning == 0 ) {
264
+ if ( false == maybe_stop_gc( $gc_flag ) && false == wp_next_scheduled( 'wp_cache_gc' ) ) {
265
+ ?><div id="message" class="updated fade"><h3><?php _e( 'Warning! Garbage collection is not scheduled!', 'wp-super-cache' ); ?></h3>
266
+ <p><?php _e( 'Garbage collection by this plugin clears out expired and old cached pages on a regular basis. Use <a href="#expirytime">this form</a> to enable it.', 'wp-super-cache' ); ?> </p>
267
+ <form action="" method="POST">
268
+ <input type="hidden" name="action" value="dismiss_gc_warning" />
269
+ <input type="hidden" name="page" value="wpsupercache" />
270
+ <?php wp_nonce_field( 'wp-cache' ); ?>
271
+ <input type='submit' value='<?php _e( 'Dismiss', 'wp-super-cache' ); ?>' />
272
+ </form>
273
+ <br />
274
+ </div>
275
+ <?php
276
+ }
277
+ }
278
+ }
279
+
280
  // Server could be running as the owner of the wp-content directory. Therefore, if it's
281
  // writable, issue a warning only if the permissions aren't 755.
282
+ if ( $valid_nonce && $_POST[ 'action' ] == 'dismiss_readable_warning' ) {
283
+ wp_cache_replace_line('^ *\$dismiss_readable_warning', "\$dismiss_readable_warning = 1;", $wp_cache_config_file);
284
+ $dismiss_readable_warning = 1;
285
+ } elseif ( !isset( $dismiss_readable_warning ) ) {
286
+ $dismiss_readable_warning = 0;
287
+ }
288
+ if( $dismiss_readable_warning == 0 && is_writeable_ACLSafe( WP_CONTENT_DIR . '/' ) ) {
289
  $wp_content_stat = stat(WP_CONTENT_DIR . '/');
290
  $wp_content_mode = decoct( $wp_content_stat[ 'mode' ] & 0777 );
291
  if( substr( $wp_content_mode, -2 ) == '77' ) {
292
  ?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
293
  <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>
294
+ <p><?php _e( '<a href="http://codex.wordpress.org/Changing_File_Permissions">This page</a> explains how to change file permissions.', 'wp-super-cache' ); ?></p>
295
+ <form action="" method="POST">
296
+ <input type="hidden" name="action" value="dismiss_readable_warning" />
297
+ <input type="hidden" name="page" value="wpsupercache" />
298
+ <?php wp_nonce_field( 'wp-cache' ); ?>
299
+ <input type='submit' value='<?php _e( 'Dismiss', 'wp-super-cache' ); ?>' />
300
+ </form>
301
+ <br />
302
+ </div>
303
  <?php
304
  }
305
  }
306
 
307
+ if ( function_exists( "is_main_site" ) && true == is_main_site() ) {
308
  $home_path = trailingslashit( get_home_path() );
309
  $scrules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WPSuperCache' ) );
310
  if ( $cache_enabled && $wp_cache_mod_rewrite && !$wp_cache_mobile_enabled && strpos( $scrules, addcslashes( implode( '|', $wp_cache_mobile_browsers ), ' ' ) ) ) {
352
  }
353
  }
354
 
355
+ if ( $valid_nonce && $_POST[ 'action' ] == 'dismiss_htaccess_warning' ) {
356
+ wp_cache_replace_line('^ *\$dismiss_htaccess_warning', "\$dismiss_htaccess_warning = 1;", $wp_cache_config_file);
357
+ $dismiss_htaccess_warning = 1;
358
+ } elseif ( !isset( $dismiss_htaccess_warning ) ) {
359
+ $dismiss_htaccess_warning = 0;
360
+ }
361
+ if ( $dismiss_htaccess_warning == 0 && $wp_cache_mod_rewrite && $super_cache_enabled && $disable_supercache_htaccess_warning == false && get_option( 'siteurl' ) != get_option( 'home' ) ) {
362
+ $home_dir = str_replace( get_option( 'home' ), '', get_option( 'siteurl' ) );
363
+ ?><div id="message" class="updated fade"><h3><?php _e( '.htaccess file may need to be moved', 'wp-super-cache' ); ?></h3>
364
+ <p><?php _e( 'It appears you have WordPress installed in a sub directory as described <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">here</a>. Unfortunately WordPress writes to the .htaccess in the install directory, not where your site is served from.<br />When you update the rewrite rules in this plugin you will have to copy the file to where your site is hosted. This will be fixed in the future.', 'wp-super-cache' ); ?></p>
365
+ <form action="" method="POST">
366
+ <input type="hidden" name="action" value="dismiss_htaccess_warning" />
367
+ <input type="hidden" name="page" value="wpsupercache" />
368
+ <?php wp_nonce_field( 'wp-cache' ); ?>
369
+ <input type='submit' value='<?php _e( 'Dismiss', 'wp-super-cache' ); ?>' />
370
+ </form>
371
+ <br />
372
+ </div><?php
373
+ }
374
+
375
  return true;
376
 
377
  }
378
  add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
379
 
380
+ function admin_bar_delete_page() {
381
+ // Delete cache for a specific page
382
+ if ( function_exists('current_user_can') && false == current_user_can('delete_others_posts') )
383
+ return false;
384
+ if ( isset( $_GET[ 'action' ] ) && $_GET[ 'action' ] == 'delcachepage' && ( isset( $_GET[ '_wpnonce' ] ) ? wp_verify_nonce( $_REQUEST[ '_wpnonce' ], 'delete-cache' ) : false ) ) {
385
+ $path = get_supercache_dir() . preg_replace( '/:.*$/', '', $_GET[ 'path' ] );
386
+ $files = get_all_supercache_filenames( $path );
387
+ foreach( $files as $cache_file )
388
+ prune_super_cache( $path . $cache_file, true );
389
+
390
+ wp_redirect( preg_replace( '/[ <>\'\"\r\n\t\(\)]/', '', $_GET[ 'path' ] ) );
391
+ die();
392
+ }
393
+ }
394
+ if ( isset( $_GET[ 'action' ] ) && $_GET[ 'action' ] == 'delcachepage' )
395
+ add_action( 'admin_init', 'admin_bar_delete_page' );
396
+
397
  function wp_cache_manager_updates() {
398
  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, $wp_cache_make_known_anon, $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, $cache_page_secret, $wp_cache_disable_utf8, $wp_cache_no_cache_for_get;
399
+ global $cache_schedule_type, $cache_scheduled_time, $cache_max_time, $cache_time_interval, $wp_cache_shutdown_gc;
400
 
401
  if ( !wpsupercache_site_admin() )
402
  return false;
406
  wp_cache_replace_line('^ *\$cache_page_secret', "\$cache_page_secret = '" . $cache_page_secret . "';", $wp_cache_config_file);
407
  }
408
 
 
 
 
 
 
 
 
 
 
 
 
409
  $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
410
  if ( $valid_nonce == false )
411
  return false;
418
  $_POST[ 'super_cache_enabled' ] = 2; // PHP
419
  $_POST[ 'cache_rebuild_files' ] = 1;
420
  unset( $_POST[ 'cache_compression' ] );
421
+ //
422
+ // set up garbage collection with some default settings
423
+ if ( ( !isset( $wp_cache_shutdown_gc ) || $wp_cache_shutdown_gc == 0 ) && false == wp_next_scheduled( 'wp_cache_gc' ) ) {
424
+ if ( false == isset( $cache_schedule_type ) ) {
425
+ $cache_schedule_type = 'interval';
426
+ $cache_time_interval = 600;
427
+ $cache_max_time = 1800;
428
+ wp_cache_replace_line('^ *\$cache_schedule_type', "\$cache_schedule_type = '$cache_schedule_type';", $wp_cache_config_file);
429
+ wp_cache_replace_line('^ *\$cache_time_interval', "\$cache_time_interval = '$cache_time_interval';", $wp_cache_config_file);
430
+ wp_cache_replace_line('^ *\$cache_max_time', "\$cache_max_time = '$cache_max_time';", $wp_cache_config_file);
431
+ }
432
+ wp_schedule_single_event( time() + 600, 'wp_cache_gc' );
433
+ }
434
+
435
  } else {
436
  unset( $_POST[ 'wp_cache_status' ] );
437
  $_POST[ 'super_cache_enabled' ] = 0;
438
+ wp_clear_scheduled_hook( 'wp_cache_check_site_hook' );
439
+ wp_clear_scheduled_hook( 'wp_cache_gc' );
440
+ wp_clear_scheduled_hook( 'wp_cache_gc_watcher' );
441
  }
442
  }
443
 
485
  }
486
  wp_cache_replace_line('^ *\$wp_cache_front_page_checks', "\$wp_cache_front_page_checks = " . $wp_cache_front_page_checks . ";", $wp_cache_config_file);
487
 
488
+ if( isset( $_POST[ 'wp_supercache_cache_list' ] ) ) {
489
+ $wp_supercache_cache_list = 1;
490
+ } else {
491
+ $wp_supercache_cache_list = 0;
492
+ }
493
  wp_cache_replace_line('^ *\$wp_supercache_cache_list', "\$wp_supercache_cache_list = " . $wp_supercache_cache_list . ";", $wp_cache_config_file);
494
 
495
  if ( isset( $_POST[ 'wp_cache_status' ] ) ) {
692
  $wp_cache_mod_rewrite = 1;
693
  }
694
 
695
+ if ( !isset( $_GET[ 'tab' ] ) )
696
+ $_GET[ 'tab' ] = '';
697
+
698
+ if ( $_GET[ 'tab' ] == '' && $cache_enabled && ( $wp_cache_mod_rewrite || $super_cache_enabled == false ) ) {
699
  $_GET[ 'tab' ] = 'settings';
700
  echo '<div id="message" class="updated fade"><p>' . __( 'Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default.', 'wp-super-cache' ) . '</p></div>';
701
  }
989
  <?php if ( $_wp_using_ext_object_cache ) {
990
  ?><label><input type='checkbox' name='wp_cache_object_cache' <?php if( $wp_cache_object_cache ) echo "checked"; ?> value='1'> <?php echo __( 'Use object cache to store cached files.', 'wp-super-cache' ) . ' ' . __( '(Experimental)', 'wp-super-cache' ); ?></label><?php
991
  }?>
992
+ <?php printf( __( '<strong>DO NOT CACHE PAGE</strong> secret key: <a href="%s">%s</a>', 'wp-super-cache' ), trailingslashit( get_bloginfo( 'url' ) ) . "?donotcachepage={$cache_page_secret}", $cache_page_secret ); ?>
993
  </legend>
994
  </fieldset>
995
  </td>
1129
  }
1130
  echo '<form name="cache_tester" action="" method="post">';
1131
  echo '<input type="hidden" name="action" value="test" />';
1132
+ if ( isset( $_SERVER['HTTPS' ] ) && 'on' == strtolower( $_SERVER['HTTPS' ] ) )
1133
  echo "<input type='checkbox' name='httponly' checked='checked' value='1' /> " . __( 'Send non-secure (non https) request for homepage', 'wp-super-cache' );
1134
  echo '<div class="submit"><input type="submit" name="test" value="' . __( 'Test Cache', 'wp-super-cache' ) . '" /></div>';
1135
  wp_nonce_field('wp-cache');
1171
  </td><td valign='top' style='width: 300px'>
1172
  <div style='background: #ffc; border: 1px solid #333; margin: 2px; padding: 5px'>
1173
  <h3 align='center'><?php _e( 'Make WordPress Faster', 'wp-super-cache' ); ?></h3>
1174
+ <p><?php printf( __( '%1$s is maintained and developed by %2$s with contributions from many others.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/y/34">WP Super Cache</a>', '<a href="http://ocaoimh.ie/y/35">Donncha O Caoimh</a>' ); ?></p>
1175
+ <p><?php printf( __( 'He blogs at %1$s and posts photos at %2$s.', 'wp-super-cache' ), '<a href="http://ocaoimh.ie/y/35">Holy Shmoly</a>', '<a href="http://ocaoimh.ie/y/2m">In Photos.org</a>' ); ?></p>
1176
  <p><?php printf( __( 'Please say hi to him on %s too!', 'wp-super-cache' ), '<a href="http://twitter.com/donncha/">Twitter</a>' ); ?></p>
1177
  <h3 align='center'><?php _e( 'Need Help?', 'wp-super-cache' ); ?></h3>
1178
  <ol>
1180
  <li><?php printf( __( '<a href="%1$s">Installation Help</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/installation/' ); ?></li>
1181
  <li><?php printf( __( '<a href="%1$s">Frequently Asked Questions</a>', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/faq/' ); ?></li>
1182
  <li><?php printf( __( '<a href="%1$s">Support Forum</a>', 'wp-super-cache' ), 'http://wordpress.org/tags/wp-super-cache' ); ?></li>
1183
+ <li><?php printf( __( '<a href="%1$s">Development Version</a>', 'wp-super-cache' ), 'http://ocaoimh.ie/y/2o' ); ?></li>
1184
  </ol>
1185
  <h3 align='center'><?php _e( 'Rate This Plugin!', 'wp-super-cache' ); ?></h3>
1186
  <p><?php printf( __( 'Please <a href="%s">rate</a> this plugin and tell me if it works for you or not. It really helps development.', 'wp-super-cache' ), 'http://wordpress.org/extend/plugins/wp-super-cache/' ); ?></p>
1202
  ?></ol>
1203
  <small><?php _e( '(may not always be accurate on busy sites)', 'wp-super-cache' ); ?></small>
1204
  </p><?php
1205
+ } elseif ( false == get_option( 'wpsupercache_start' ) ) {
1206
+ update_option( 'wpsupercache_start', time() );
 
 
1207
  update_option( 'wpsupercache_count', 0 );
 
1208
  }
1209
  ?>
1210
  </div>
1272
  if ( isset( $wpmu_version ) || function_exists( 'is_multisite' ) && is_multisite() ) {
1273
  if ( false == wpsupercache_site_admin() )
1274
  return false;
1275
+ if ( function_exists( "is_main_site" ) && false == is_main_site() ) {
1276
  global $current_site;
1277
  $protocol = ( 'on' == strtolower( $_SERVER['HTTPS' ] ) ) ? 'https://' : 'http://';
1278
  if ( isset( $wpmu_version ) ) {
1285
  }
1286
  }
1287
 
1288
+ if ( function_exists( "is_main_site" ) && false == is_main_site() )
1289
  return true;
1290
  ?>
1291
  <a name="modrewrite"></a><fieldset class="options">
1572
  if ( isset( $_POST['wp_max_time'] ) && $valid_nonce ) {
1573
  $cache_max_time = (int)$_POST['wp_max_time'];
1574
  wp_cache_replace_line('^ *\$cache_max_time', "\$cache_max_time = $cache_max_time;", $wp_cache_config_file);
1575
+ // schedule gc watcher
1576
+ if ( false == wp_next_scheduled( 'wp_cache_gc_watcher' ) )
1577
+ wp_schedule_event( time()+600, 'hourly', 'wp_cache_gc_watcher' );
1578
  }
1579
 
1580
  if ( isset( $_POST[ 'cache_gc_email_me' ] ) && $valid_nonce ) {
1584
  $cache_gc_email_me = 0;
1585
  wp_cache_replace_line('^ *\$cache_gc_email_me', "\$cache_gc_email_me = $cache_gc_email_me;", $wp_cache_config_file);
1586
  }
1587
+ if ( isset( $_POST[ 'cache_schedule_type' ] ) && $_POST[ 'cache_schedule_type' ] == 'interval' && isset( $_POST['cache_time_interval'] ) && $valid_nonce ) {
1588
  wp_clear_scheduled_hook( 'wp_cache_gc' );
1589
  $cache_schedule_type = 'interval';
1590
  if ( (int)$_POST[ 'cache_time_interval' ] == 0 )
1602
  $schedules = wp_get_schedules();
1603
  if ( isset( $schedules[ $_POST[ 'cache_schedule_interval' ] ] ) )
1604
  $cache_schedule_interval = $_POST[ 'cache_schedule_interval' ];
 
1605
  wp_cache_replace_line('^ *\$cache_schedule_type', "\$cache_schedule_type = '$cache_schedule_type';", $wp_cache_config_file);
1606
  wp_cache_replace_line('^ *\$cache_schedule_interval', "\$cache_schedule_interval = '{$cache_schedule_interval}';", $wp_cache_config_file);
1607
  wp_cache_replace_line('^ *\$cache_scheduled_time', "\$cache_scheduled_time = '$cache_scheduled_time';", $wp_cache_config_file);
1813
  }
1814
 
1815
  function wp_cache_debug_settings() {
1816
+ global $wp_super_cache_debug, $wp_cache_debug_log, $wp_cache_debug_ip, $cache_path, $valid_nonce, $wp_cache_config_file, $wp_super_cache_comments;
1817
  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;
1818
 
1819
+ if ( false == isset( $wp_super_cache_comments ) )
1820
+ $wp_super_cache_comments = 1;
1821
  if ( isset( $_POST[ 'wp_cache_debug' ] ) && $valid_nonce ) {
1822
  $wp_super_cache_debug = intval( $_POST[ 'wp_super_cache_debug' ] );
1823
  wp_cache_replace_line('^ *\$wp_super_cache_debug', "\$wp_super_cache_debug = '$wp_super_cache_debug';", $wp_cache_config_file);
1827
  $wp_cache_debug_log = "";
1828
  }
1829
  wp_cache_replace_line('^ *\$wp_cache_debug_log', "\$wp_cache_debug_log = '$wp_cache_debug_log';", $wp_cache_config_file);
1830
+ $wp_super_cache_comments = (int)$_POST[ 'wp_super_cache_comments' ];
1831
+ wp_cache_replace_line('^ *\$wp_super_cache_comments', "\$wp_super_cache_comments = '$wp_super_cache_comments';", $wp_cache_config_file);
1832
  $wp_cache_debug_ip = esc_html( $_POST[ 'wp_cache_debug_ip' ] );
1833
  wp_cache_replace_line('^ *\$wp_cache_debug_ip', "\$wp_cache_debug_ip = '$wp_cache_debug_ip';", $wp_cache_config_file);
1834
  $wp_super_cache_front_page_check = (int)$_POST[ 'wp_super_cache_front_page_check' ];
1857
  echo "<table class='form-table'>";
1858
  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>";
1859
  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>";
1860
+ echo "<tr><td valign='top'>" . __( 'Cache Status Messages', 'wp-super-cache' ) . "</td><td><input type='checkbox' name='wp_super_cache_comments' value='1' " . checked( 1, $wp_super_cache_comments, false ) . " /> " . __( 'enabled', 'wp-super-cache' ) . "<br />";
1861
+ echo __( 'Display comments at the end of every page like this:', 'wp-super-cache' ) . "<br />";
1862
+ echo "<pre>&lt;!-- Dynamic page generated in 0.450 seconds. -->
1863
+ &lt;!-- Cached page generated by WP-Super-Cache on " . date( "Y-m-d H:i:s", time() ) . " -->
1864
+ &lt;!-- super cache --></pre></td></tr>";
1865
  echo "</table>\n";
1866
  if ( isset( $wp_super_cache_advanced_debug ) ) {
1867
  echo "<h4>" . __( 'Advanced', 'wp-super-cache' ) . "</h4><p>" . __( '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>', 'wp-super-cache' ) . '</p>';
1896
  function wp_cache_disable() {
1897
  global $wp_cache_config_file, $cache_enabled;
1898
 
1899
+ wp_clear_scheduled_hook( 'wp_cache_check_site_hook' );
1900
+ wp_clear_scheduled_hook( 'wp_cache_gc' );
1901
+ wp_clear_scheduled_hook( 'wp_cache_gc_watcher' );
1902
  if (wp_cache_replace_line('^ *\$cache_enabled', '$cache_enabled = false;', $wp_cache_config_file)) {
1903
  $cache_enabled = false;
1904
  }
2023
 
2024
  function wp_cache_verify_config_file() {
2025
  global $wp_cache_config_file, $wp_cache_config_file_sample, $sem_id, $cache_path;
2026
+ global $WPSC_HTTP_HOST;
2027
 
2028
  $new = false;
2029
  $dir = dirname($wp_cache_config_file);
2058
  $new = true;
2059
  }
2060
  if( $sem_id == 5419 && $cache_path != '' ) {
2061
+ $sem_id = crc32( $WPSC_HTTP_HOST . $cache_path ) & 0x7fffffff;
2062
  wp_cache_replace_line('sem_id', '$sem_id = ' . $sem_id . ';', $wp_cache_config_file);
2063
  }
2064
  require($wp_cache_config_file);
2067
 
2068
  function wp_cache_create_advanced_cache() {
2069
  global $wp_cache_link, $wp_cache_file;
2070
+ if ( file_exists( ABSPATH . 'wp-config.php') ) {
2071
+ $global_config_file = ABSPATH . 'wp-config.php';
2072
+ } else {
2073
+ $global_config_file = dirname(ABSPATH) . '/wp-config.php';
2074
+ }
2075
+
2076
+ $line = 'define( \'WPCACHEHOME\', \'' . constant( 'WPCACHEHOME' ) . '\' );';
2077
+ if ( !is_writeable_ACLSafe($global_config_file) || !wp_cache_replace_line('define *\( *\'WPCACHEHOME\'', $line, $global_config_file ) ) {
2078
+ echo '<div id="message" class="updated fade"><h3>' . __( 'Warning', 'wp-super-cache' ) . "! <em>" . sprintf( __( 'Could not update %s!</em> WPCACHEHOME must be set in config file.', 'wp-super-cache' ), $global_config_file ) . "</h3>";
2079
+ return false;
2080
+ }
2081
  $ret = true;
2082
 
2083
  $file = file_get_contents( $wp_cache_file );
 
2084
  $fp = @fopen( $wp_cache_link, 'w' );
2085
  if( $fp ) {
2086
  fputs( $fp, $file );
2097
  $ret = true;
2098
  if( file_exists($wp_cache_link) ) {
2099
  $file = file_get_contents( $wp_cache_link );
2100
+ if( strpos( $file, "WP SUPER CACHE 0.8.9.1" ) || strpos( $file, "WP SUPER CACHE 1.2" ) ) {
2101
  return true;
2102
  } else {
2103
  if( !@unlink($wp_cache_link) ) {
2591
  add_action( 'template_redirect', 'wp_cache_catch_404' );
2592
 
2593
  function wp_cache_favorite_action( $actions ) {
2594
+ if ( false == wpsupercache_site_admin() )
2595
  return $actions;
2596
 
2597
  if ( function_exists('current_user_can') && !current_user_can('manage_options') )
2839
 
2840
  function wp_cron_preload_cache() {
2841
  global $wpdb, $wp_cache_preload_interval, $wp_cache_preload_posts, $wp_cache_preload_email_me, $wp_cache_preload_email_volume, $cache_path, $wp_cache_preload_taxonomies;
2842
+ global $WPSC_HTTP_HOST;
2843
 
2844
  if ( get_option( 'preload_cache_stop' ) ) {
2845
  delete_option( 'preload_cache_stop' );
2887
  $out = '';
2888
  $records = get_terms( $taxonomy );
2889
  foreach( $records as $term ) {
2890
+ $out .= get_term_link( $term ). "\n";
2891
  }
2892
  $fp = fopen( $taxonomy_filename, 'w' );
2893
  if ( $fp ) {
2978
  $count++;
2979
  }
2980
  if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume != 'less' )
2981
+ wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] %2$d posts refreshed', 'wp-super-cache' ), $WPSC_HTTP_HOST, ($c+100) ), __( "Refreshed the following posts:", 'wp-super-cache' ) . "\n$msg" );
2982
  if ( defined( 'DOING_CRON' ) ) {
2983
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cron_preload_cache: scheduling the next preload in 30 seconds.", 5 );
2984
  wp_schedule_single_event( time() + 30, 'wp_cache_preload_hook' );
3115
  if ( !is_user_logged_in() || !$wp_cache_not_logged_in )
3116
  return false;
3117
 
3118
+ if ( function_exists('current_user_can') && false == current_user_can('delete_others_posts') )
3119
  return false;
3120
 
3121
  $wp_admin_bar->add_menu( array(
3123
  'id' => 'delete-cache',
3124
  'title' => __( 'Delete Cache', 'wp-super-cache' ),
3125
  'meta' => array( 'title' => __( 'Delete cache of the current page', 'wp-super-cache' ) ),
3126
+ 'href' => wp_nonce_url( admin_url( 'index.php?action=delcachepage&path=' . urlencode( $_SERVER[ 'REQUEST_URI' ] ) ), 'delete-cache' )
3127
  ) );
3128
  }
3129
  add_action( 'wp_before_admin_bar_render', 'supercache_admin_bar_render' );
wp-super-cache.pot CHANGED
@@ -4,7 +4,7 @@ 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: 2012-05-23 10:16:26+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -24,7 +24,7 @@ msgid ""
24
  "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
25
  msgstr ""
26
 
27
- #: ossdl-cdn.php:152 wp-cache.php:1064
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 "
@@ -116,13 +116,13 @@ msgstr ""
116
 
117
  #: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65
118
  #: plugins/domain-mapping.php:75 plugins/searchengine.php:69
119
- #: plugins/wptouch.php:22 wp-cache.php:1303
120
  msgid "Enabled"
121
  msgstr ""
122
 
123
  #: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66
124
  #: plugins/domain-mapping.php:76 plugins/searchengine.php:70
125
- #: plugins/wptouch.php:23 wp-cache.php:1303
126
  msgid "Disabled"
127
  msgstr ""
128
 
@@ -134,7 +134,7 @@ msgstr ""
134
 
135
  #: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71
136
  #: plugins/domain-mapping.php:81 plugins/searchengine.php:75
137
- #: plugins/wptouch.php:28 wp-cache.php:1758
138
  msgid "enabled"
139
  msgstr ""
140
 
@@ -173,7 +173,7 @@ msgstr ""
173
  msgid "Bad Behavior support is now %s"
174
  msgstr ""
175
 
176
- #: plugins/badbehaviour.php:83 wp-cache.php:1393 wp-cache.php:1398
177
  msgid "Warning!"
178
  msgstr ""
179
 
@@ -202,11 +202,11 @@ msgstr ""
202
  msgid "Cached"
203
  msgstr ""
204
 
205
- #: plugins/multisite.php:31 wp-cache.php:1316
206
  msgid "Enable"
207
  msgstr ""
208
 
209
- #: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1316
210
  msgid "Disable"
211
  msgstr ""
212
 
@@ -248,17 +248,17 @@ msgid ""
248
  "the WPTouch helper plugin."
249
  msgstr ""
250
 
251
- #: wp-cache-phase2.php:1180
252
  msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
253
  msgstr ""
254
 
255
- #: wp-cache-phase2.php:1184
256
  msgid ""
257
  "Cache expiry cron job took more than 30 seconds. You should probably run the "
258
  "garbage collector more often."
259
  msgstr ""
260
 
261
- #: wp-cache-phase2.php:1193
262
  msgid "[%1$s] WP Super Cache GC Report"
263
  msgstr ""
264
 
@@ -268,22 +268,22 @@ msgid ""
268
  "sample.php"
269
  msgstr ""
270
 
271
- #: wp-cache.php:162
272
  msgid "Warning! PHP Safe Mode Enabled!"
273
  msgstr ""
274
 
275
- #: wp-cache.php:163
276
  msgid ""
277
  "You may experience problems running this plugin because SAFE MODE is enabled."
278
  msgstr ""
279
 
280
- #: wp-cache.php:167
281
  msgid ""
282
  "Your server is set up to check the owner of PHP scripts before allowing them "
283
  "to read and write files."
284
  msgstr ""
285
 
286
- #: wp-cache.php:168
287
  msgid ""
288
  "You or an administrator may be able to make it work by changing the group "
289
  "owner of the plugin scripts to match that of the web server user. The group "
@@ -292,7 +292,7 @@ msgid ""
292
  "details."
293
  msgstr ""
294
 
295
- #: wp-cache.php:170
296
  msgid ""
297
  "You or an administrator must disable this. See the <a href=\"http://php.net/"
298
  "features.safe-mode\">safe mode manual page</a> for further details. This "
@@ -300,50 +300,50 @@ msgid ""
300
  "php.ini config file."
301
  msgstr ""
302
 
303
- #: wp-cache.php:176
304
  msgid "Permlink Structure Error"
305
  msgstr ""
306
 
307
- #: wp-cache.php:177
308
  msgid ""
309
  "A custom url or permalink structure is required for this plugin to work "
310
  "correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
311
  "Options Page</a> to configure your permalinks."
312
  msgstr ""
313
 
314
- #: wp-cache.php:189
315
  msgid "Warning! Your hostname \"%s\" resolves to %s"
316
  msgstr ""
317
 
318
- #: wp-cache.php:190
319
  msgid ""
320
  "Your server thinks your hostname resolves to %s. Some services such as "
321
  "garbage collection by this plugin, and WordPress scheduled posts may not "
322
  "operate correctly."
323
  msgstr ""
324
 
325
- #: wp-cache.php:191 wp-cache.php:205
326
  msgid ""
327
  "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
328
  "readme.txt"
329
  msgstr ""
330
 
331
- #: wp-cache.php:204
332
  msgid ""
333
  "Unfortunately WordPress cannot find the file wp-cron.php. This script is "
334
  "required for the the correct operation of garbage collection by this plugin, "
335
  "WordPress scheduled posts as well as other critical activities."
336
  msgstr ""
337
 
338
- #: wp-cache.php:219
339
  msgid "Cannot continue... fix previous problems and retry."
340
  msgstr ""
341
 
342
- #: wp-cache.php:228
343
  msgid "Zlib Output Compression Enabled!"
344
  msgstr ""
345
 
346
- #: wp-cache.php:229
347
  msgid ""
348
  "PHP is compressing the data sent to the visitors of your site. Disabling "
349
  "this is recommended as the plugin caches the compressed output once instead "
@@ -352,11 +352,11 @@ msgid ""
352
  "configuration.php\">this page</a> for instructions on modifying your php.ini."
353
  msgstr ""
354
 
355
- #: wp-cache.php:233
356
  msgid "Mod rewrite may not be installed!"
357
  msgstr ""
358
 
359
- #: wp-cache.php:234
360
  msgid ""
361
  "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;"
362
  "t 100% reliable, especially if you are not using Apache. Please verify that "
@@ -364,97 +364,111 @@ msgid ""
364
  "static files. You will still be able to use legacy or PHP modes."
365
  msgstr ""
366
 
367
- #: wp-cache.php:240
368
  msgid "Read Only Mode. Configuration cannot be changed."
369
  msgstr ""
370
 
371
- #: wp-cache.php:241
372
  msgid ""
373
  "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
374
  "and cannot be modified. That file must be writeable by the webserver to make "
375
  "any changes."
376
  msgstr ""
377
 
378
- #: wp-cache.php:242
379
  msgid ""
380
  "A simple way of doing that is by changing the permissions temporarily using "
381
  "the CHMOD command or through your ftp client. Make sure it&#8217;s globally "
382
  "writeable and it should be fine."
383
  msgstr ""
384
 
385
- #: wp-cache.php:243 wp-cache.php:259
386
  msgid ""
387
  "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</"
388
  "a> explains how to change file permissions."
389
  msgstr ""
390
 
391
- #: wp-cache.php:244
392
  msgid "Writeable:"
393
  msgstr ""
394
 
395
- #: wp-cache.php:245
396
  msgid "Readonly:"
397
  msgstr ""
398
 
399
- #: wp-cache.php:257
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  msgid "Warning! %s is writeable!"
401
  msgstr ""
402
 
403
- #: wp-cache.php:258
404
  msgid ""
405
  "You should change the permissions on %s and make it more restrictive. Use "
406
  "your ftp client, or the following command to fix things:"
407
  msgstr ""
408
 
409
- #: wp-cache.php:268
410
  msgid "Mobile rewrite rules detected"
411
  msgstr ""
412
 
413
- #: wp-cache.php:269
414
  msgid ""
415
  "For best performance you should enable \"Mobile device support\" or delete "
416
  "the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
417
  "text \"2.0\\ MMP|240x320\" and delete those."
418
  msgstr ""
419
 
420
- #: wp-cache.php:269
421
  msgid ""
422
  "This will have no affect on ordinary users but mobile users will see "
423
  "uncached pages."
424
  msgstr ""
425
 
426
- #: wp-cache.php:275 wp-cache.php:286
427
  msgid "Rewrite rules must be updated"
428
  msgstr ""
429
 
430
- #: wp-cache.php:276 wp-cache.php:287
431
  msgid "The rewrite rules required by this plugin have changed or are missing. "
432
  msgstr ""
433
 
434
- #: wp-cache.php:277
435
  msgid ""
436
  "Mobile support requires extra rules in your .htaccess file, or you can set "
437
  "the plugin to legacy mode. Here are your options (in order of difficulty):"
438
  msgstr ""
439
 
440
- #: wp-cache.php:278
441
  msgid "Set the plugin to legacy mode and enable mobile support."
442
  msgstr ""
443
 
444
- #: wp-cache.php:279 wp-cache.php:288
445
  msgid ""
446
  "Scroll down the Advanced Settings page and click the <strong>Update "
447
  "Mod_Rewrite Rules</strong> button."
448
  msgstr ""
449
 
450
- #: wp-cache.php:280
451
  msgid ""
452
  "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
453
  "WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
454
  "regenerate them by reloading this page."
455
  msgstr ""
456
 
457
- #: wp-cache.php:281
458
  msgid ""
459
  "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
460
  "by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
@@ -463,87 +477,101 @@ msgid ""
463
  "*$</code> add these lines: (do it twice, once for each section)"
464
  msgstr ""
465
 
466
- #: wp-cache.php:294
467
  msgid "Required to serve compressed supercache files properly."
468
  msgstr ""
469
 
470
- #: wp-cache.php:294
471
  msgid ""
472
  "Required to set caching information on supercache pages. IE7 users will see "
473
  "old pages without this module."
474
  msgstr ""
475
 
476
- #: wp-cache.php:294
477
  msgid ""
478
  "Set the expiry date on supercached pages. Visitors may not see new pages "
479
  "when they refresh or leave comments without this module."
480
  msgstr ""
481
 
482
- #: wp-cache.php:301
483
  msgid "Missing Apache Modules"
484
  msgstr ""
485
 
486
- #: wp-cache.php:302
487
  msgid ""
488
  "The following Apache modules are missing. The plugin will work in legacy "
489
  "mode without them. In full Supercache mode, your visitors may see corrupted "
490
  "pages or out of date content however."
491
  msgstr ""
492
 
493
- #: wp-cache.php:499
 
 
 
 
 
 
 
 
 
 
 
 
 
 
494
  msgid ""
495
  "<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
496
  "output_compression</code> is enabled. See #21 in the Troubleshooting section "
497
  "of the readme file."
498
  msgstr ""
499
 
500
- #: wp-cache.php:594
501
  msgid "WP Super Cache Settings"
502
  msgstr ""
503
 
504
- #: wp-cache.php:605
505
  msgid ""
506
  "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
507
  "Settings Page by default."
508
  msgstr ""
509
 
510
- #: wp-cache.php:616
511
  msgid ""
512
  "Configuration file changed, some values might be wrong. Load the page again "
513
  "from the \"Settings\" menu to reset them."
514
  msgstr ""
515
 
516
- #: wp-cache.php:648
517
  msgid "Caching must be enabled to use this feature"
518
  msgstr ""
519
 
520
- #: wp-cache.php:666 wp-cache.php:806
521
  msgid "Cancel Cache Preload"
522
  msgstr ""
523
 
524
- #: wp-cache.php:674
525
  msgid ""
526
  "Scheduled preloading of cache almost cancelled. It may take up to a minute "
527
  "for it to cancel completely."
528
  msgstr ""
529
 
530
- #: wp-cache.php:685
531
  msgid "Scheduled preloading of cache cancelled."
532
  msgstr ""
533
 
534
- #: wp-cache.php:717 wp-cache.php:804
535
  msgid "Preload Cache Now"
536
  msgstr ""
537
 
538
- #: wp-cache.php:721
539
  msgid "Scheduled preloading of cache in 10 seconds."
540
  msgstr ""
541
 
542
- #: wp-cache.php:726
543
  msgid "Scheduled preloading of cache in %d minutes"
544
  msgstr ""
545
 
546
- #: wp-cache.php:730
547
  msgid ""
548
  "This will cache every published post and page on your site. It will create "
549
  "supercache static files so unknown visitors (including bots) will hit a "
@@ -551,259 +579,259 @@ msgid ""
551
  "speed as a metric when judging websites now."
552
  msgstr ""
553
 
554
- #: wp-cache.php:731
555
  msgid ""
556
  "Preloading creates lots of files however. Caching is done from the newest "
557
  "post to the oldest so please consider only caching the newest if you have "
558
  "lots (10,000+) of posts. This is especially important on shared hosting."
559
  msgstr ""
560
 
561
- #: wp-cache.php:732
562
  msgid ""
563
  "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out "
564
  "old legacy files for known users, not the preloaded supercache files. This "
565
  "is a recommended setting when the cache is preloaded."
566
  msgstr ""
567
 
568
- #: wp-cache.php:736
569
  msgid ""
570
  "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
571
  "minutes.)"
572
  msgstr ""
573
 
574
- #: wp-cache.php:749
575
  msgid "all"
576
  msgstr ""
577
 
578
- #: wp-cache.php:762
579
  msgid "Preload %s posts."
580
  msgstr ""
581
 
582
- #: wp-cache.php:769
583
  msgid ""
584
  "Preload mode (garbage collection only on legacy cache files. Recommended.)"
585
  msgstr ""
586
 
587
- #: wp-cache.php:772
588
  msgid "Preload tags, categories and other taxonomies."
589
  msgstr ""
590
 
591
- #: wp-cache.php:775
592
  msgid "Send me status emails when files are refreshed."
593
  msgstr ""
594
 
595
- #: wp-cache.php:780
596
  msgid "Many emails, 2 emails per 100 posts."
597
  msgstr ""
598
 
599
- #: wp-cache.php:783
600
  msgid "Medium, 1 email per 100 posts."
601
  msgstr ""
602
 
603
- #: wp-cache.php:786
604
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
605
  msgstr ""
606
 
607
- #: wp-cache.php:790
608
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
609
  msgstr ""
610
 
611
- #: wp-cache.php:791
612
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
613
  msgstr ""
614
 
615
- #: wp-cache.php:797
616
  msgid "Currently caching from post %d to %d."
617
  msgstr ""
618
 
619
- #: wp-cache.php:801
620
  msgid "<strong>Page last cached:</strong> %s"
621
  msgstr ""
622
 
623
- #: wp-cache.php:804
624
  msgid "Update Settings"
625
  msgstr ""
626
 
627
- #: wp-cache.php:812
628
  msgid ""
629
  "Preloading of cache disabled. Please disable legacy page caching or talk to "
630
  "your host administrator."
631
  msgstr ""
632
 
633
- #: wp-cache.php:829 wp-cache.php:940
634
  msgid "Caching"
635
  msgstr ""
636
 
637
- #: wp-cache.php:833
638
  msgid "Cache hits to this website for quick access."
639
  msgstr ""
640
 
641
- #: wp-cache.php:833 wp-cache.php:834 wp-cache.php:851 wp-cache.php:860
642
- #: wp-cache.php:867 wp-cache.php:870 wp-cache.php:887 wp-cache.php:943
643
  msgid "Recommended"
644
  msgstr ""
645
 
646
- #: wp-cache.php:834
647
  msgid "Use mod_rewrite to serve cache files."
648
  msgstr ""
649
 
650
- #: wp-cache.php:835
651
  msgid "Use PHP to serve cache files."
652
  msgstr ""
653
 
654
- #: wp-cache.php:836
655
  msgid "Legacy page caching."
656
  msgstr ""
657
 
658
- #: wp-cache.php:837
659
  msgid ""
660
  "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
661
  "while legacy caching is slower again, but more flexible and also easy to get "
662
  "working. New users should use PHP caching."
663
  msgstr ""
664
 
665
- #: wp-cache.php:843
666
  msgid "Miscellaneous"
667
  msgstr ""
668
 
669
- #: wp-cache.php:849
670
  msgid "Warning! Compression is disabled as gzencode() function not found."
671
  msgstr ""
672
 
673
- #: wp-cache.php:851
674
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
675
  msgstr ""
676
 
677
- #: wp-cache.php:852
678
  msgid ""
679
  "Compression is disabled by default because some hosts have problems with "
680
  "compressed files. Switching it on and off clears the cache."
681
  msgstr ""
682
 
683
- #: wp-cache.php:860
684
  msgid ""
685
  "304 Not Modified browser caching. Indicate when a page has not been modified "
686
  "since last requested."
687
  msgstr ""
688
 
689
- #: wp-cache.php:863
690
  msgid ""
691
  "Warning! 304 browser caching is only supported when not using mod_rewrite "
692
  "caching."
693
  msgstr ""
694
 
695
- #: wp-cache.php:865
696
  msgid ""
697
  "304 support is disabled by default because in the past GoDaddy had problems "
698
  "with some of the headers used."
699
  msgstr ""
700
 
701
- #: wp-cache.php:867
702
  msgid ""
703
  "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
704
  "comment\">known users</acronym>."
705
  msgstr ""
706
 
707
- #: wp-cache.php:868
708
  msgid "Don&#8217;t cache pages with GET parameters. (?x=y at the end of a url)"
709
  msgstr ""
710
 
711
- #: wp-cache.php:869
712
  msgid ""
713
  "Make known users anonymous so they&#8217;re served supercached static files."
714
  msgstr ""
715
 
716
- #: wp-cache.php:870
717
  msgid ""
718
  "Cache rebuild. Serve a supercache file to anonymous users while a new file "
719
  "is being generated."
720
  msgstr ""
721
 
722
- #: wp-cache.php:871
723
  msgid ""
724
  "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! "
725
  "(places a message in your blog&#8217;s footer)"
726
  msgstr ""
727
 
728
- #: wp-cache.php:877 wp-cache.php:1154 wp-cache.php:1762
729
  msgid "Advanced"
730
  msgstr ""
731
 
732
- #: wp-cache.php:881
733
  msgid ""
734
  "Mobile device support. (External plugin or theme required. See the <a href="
735
  "\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> for "
736
  "further details.)"
737
  msgstr ""
738
 
739
- #: wp-cache.php:883
740
  msgid "Mobile Browsers"
741
  msgstr ""
742
 
743
- #: wp-cache.php:883
744
  msgid "Mobile Prefixes"
745
  msgstr ""
746
 
747
- #: wp-cache.php:885
748
  msgid ""
749
  "Remove UTF8/blog charset support from .htaccess file. Only necessary if you "
750
  "see odd characters or punctuation looks incorrect. Requires rewrite rules "
751
  "update."
752
  msgstr ""
753
 
754
- #: wp-cache.php:886
755
  msgid "Clear all cache files when a post or page is published or updated."
756
  msgstr ""
757
 
758
- #: wp-cache.php:887
759
  msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
760
  msgstr ""
761
 
762
- #: wp-cache.php:888
763
  msgid "Only refresh current page when comments made."
764
  msgstr ""
765
 
766
- #: wp-cache.php:889
767
  msgid "List the newest cached pages on this page."
768
  msgstr ""
769
 
770
- #: wp-cache.php:891
771
  msgid ""
772
  "Coarse file locking. You probably don&#8217;t need this but it may help if "
773
  "your server is underpowered. Warning! <em>May cause your server to lock up "
774
  "in very rare cases!</em>"
775
  msgstr ""
776
 
777
- #: wp-cache.php:893
778
  msgid ""
779
  "Late init. Display cached files after WordPress has loaded. Most useful in "
780
  "legacy mode."
781
  msgstr ""
782
 
783
- #: wp-cache.php:895
784
  msgid "Use object cache to store cached files."
785
  msgstr ""
786
 
787
- #: wp-cache.php:895
788
  msgid "(Experimental)"
789
  msgstr ""
790
 
791
- #: wp-cache.php:897
792
  msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
793
  msgstr ""
794
 
795
- #: wp-cache.php:903
796
  msgid "Note:"
797
  msgstr ""
798
 
799
- #: wp-cache.php:905
800
  msgid ""
801
  "Uninstall this plugin on the plugins page. It will automatically clean up "
802
  "after itself. If manual intervention is required then simple instructions "
803
  "are provided."
804
  msgstr ""
805
 
806
- #: wp-cache.php:906
807
  msgid ""
808
  "If uninstalling this plugin, make sure the directory <em>%s</em> is "
809
  "writeable by the webserver so the files <em>advanced-cache.php</em> and "
@@ -811,14 +839,14 @@ msgid ""
811
  "files are writeable too is probably a good idea!)"
812
  msgstr ""
813
 
814
- #: wp-cache.php:907
815
  msgid ""
816
  "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
817
  "instructions on uninstalling this script. Look for the heading, \"How to "
818
  "uninstall WP Super Cache\"."
819
  msgstr ""
820
 
821
- #: wp-cache.php:908
822
  msgid ""
823
  "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
824
  "includes installation documentation, a FAQ and Troubleshooting tips. The <a "
@@ -826,27 +854,27 @@ msgid ""
826
  "have been answered."
827
  msgstr ""
828
 
829
- #: wp-cache.php:911 wp-cache.php:958
830
  msgid "Update Status"
831
  msgstr ""
832
 
833
- #: wp-cache.php:918
834
  msgid "Accepted Filenames &amp; Rejected URIs"
835
  msgstr ""
836
 
837
- #: wp-cache.php:943
838
  msgid "Caching On"
839
  msgstr ""
840
 
841
- #: wp-cache.php:944
842
  msgid "Caching Off"
843
  msgstr ""
844
 
845
- #: wp-cache.php:945
846
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
847
  msgstr ""
848
 
849
- #: wp-cache.php:955
850
  msgid ""
851
  "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
852
  "Cached files will be served using those rules. If your site is working ok "
@@ -854,125 +882,125 @@ msgid ""
854
  "your install and remove the SuperCache rules."
855
  msgstr ""
856
 
857
- #: wp-cache.php:960
858
  msgid "Cache Tester"
859
  msgstr ""
860
 
861
- #: wp-cache.php:961
862
  msgid "Test your cached website by clicking the test button below."
863
  msgstr ""
864
 
865
- #: wp-cache.php:967
866
  msgid "Fetching %s to prime cache: "
867
  msgstr ""
868
 
869
- #: wp-cache.php:969 wp-cache.php:978 wp-cache.php:990
870
  msgid "OK"
871
  msgstr ""
872
 
873
- #: wp-cache.php:972
874
  msgid "Fetching first copy of %s: "
875
  msgstr ""
876
 
877
- #: wp-cache.php:981 wp-cache.php:992
878
  msgid "FAILED"
879
  msgstr ""
880
 
881
- #: wp-cache.php:984
882
  msgid "Fetching second copy of %s: "
883
  msgstr ""
884
 
885
- #: wp-cache.php:996
886
  msgid "One or more page requests failed:"
887
  msgstr ""
888
 
889
- #: wp-cache.php:1015 wp-cache.php:1016
890
  msgid "Page %d: %d (%s)"
891
  msgstr ""
892
 
893
- #: wp-cache.php:1022
894
  msgid "Page 1: %s"
895
  msgstr ""
896
 
897
- #: wp-cache.php:1023
898
  msgid "Page 2: %s"
899
  msgstr ""
900
 
901
- #: wp-cache.php:1024
902
  msgid "The timestamps on both pages match!"
903
  msgstr ""
904
 
905
- #: wp-cache.php:1026
906
  msgid "The pages do not match! Timestamps differ or were not found!"
907
  msgstr ""
908
 
909
- #: wp-cache.php:1027
910
  msgid "Things you can do:"
911
  msgstr ""
912
 
913
- #: wp-cache.php:1028
914
  msgid ""
915
  "Load your homepage in a logged out browser, check the timestamp at the end "
916
  "of the html source. Load the page again and compare the timestamp. Caching "
917
  "is working if the timestamps match."
918
  msgstr ""
919
 
920
- #: wp-cache.php:1029
921
  msgid ""
922
  "Enable logging on the Debug page here. That should help you track down the "
923
  "problem."
924
  msgstr ""
925
 
926
- #: wp-cache.php:1030
927
  msgid ""
928
  "You should check Page 1 and Page 2 above for errors. Your local server "
929
  "configuration may not allow your website to access itself."
930
  msgstr ""
931
 
932
- #: wp-cache.php:1038
933
  msgid "Send non-secure (non https) request for homepage"
934
  msgstr ""
935
 
936
- #: wp-cache.php:1039
937
  msgid "Test Cache"
938
  msgstr ""
939
 
940
- #: wp-cache.php:1043
941
  msgid "Delete Cached Pages"
942
  msgstr ""
943
 
944
- #: wp-cache.php:1044
945
  msgid ""
946
  "Cached pages are stored on your server as html and PHP files. If you need to "
947
  "delete them use the button below."
948
  msgstr ""
949
 
950
- #: wp-cache.php:1047 wp-cache.php:2289 wp-cache.php:2308 wp-cache.php:2479
951
- #: wp-cache.php:3002
952
  msgid "Delete Cache"
953
  msgstr ""
954
 
955
- #: wp-cache.php:1054 wp-cache.php:2295
956
  msgid "Delete Cache On All Blogs"
957
  msgstr ""
958
 
959
- #: wp-cache.php:1059
960
  msgid "Recommended Links and Plugins"
961
  msgstr ""
962
 
963
- #: wp-cache.php:1060
964
  msgid ""
965
  "Caching is only one part of making a website faster. Here are some other "
966
  "plugins that will help:"
967
  msgstr ""
968
 
969
- #: wp-cache.php:1061
970
  msgid ""
971
  "<a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages "
972
  "by removing whitespaces and extra characters "
973
  msgstr ""
974
 
975
- #: wp-cache.php:1062
976
  msgid ""
977
  "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
978
  "Firebug. It analyzes web pages and suggests ways to improve their "
@@ -980,180 +1008,195 @@ msgid ""
980
  "the performance tools online at <a href=\"%s\">GTMetrix</a>."
981
  msgstr ""
982
 
983
- #: wp-cache.php:1063
984
  msgid ""
985
  "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
986
  "used Javascript libraries from Google webservers. Ironically it may reduce "
987
  "your Yslow score."
988
  msgstr ""
989
 
990
- #: wp-cache.php:1065
991
  msgid ""
992
  "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
993
  "Caching and cache-control</a> explains how to make your site more cacheable "
994
  "with .htaccess rules."
995
  msgstr ""
996
 
997
- #: wp-cache.php:1066
998
  msgid ""
999
  "<strong>Advanced users only:</strong> Install an object cache. Choose from "
1000
  "<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
1001
  "\">eAcccelerator</a> and others."
1002
  msgstr ""
1003
 
1004
- #: wp-cache.php:1067
1005
  msgid ""
1006
  "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug "
1007
  "garbage collection and preload problems."
1008
  msgstr ""
1009
 
1010
- #: wp-cache.php:1078
1011
  msgid "Make WordPress Faster"
1012
  msgstr ""
1013
 
1014
- #: wp-cache.php:1079
1015
  msgid ""
1016
  "%1$s is maintained and developed by %2$s with contributions from many others."
1017
  msgstr ""
1018
 
1019
- #: wp-cache.php:1080
1020
  msgid "He blogs at %1$s and posts photos at %2$s."
1021
  msgstr ""
1022
 
1023
- #: wp-cache.php:1081
1024
  msgid "Please say hi to him on %s too!"
1025
  msgstr ""
1026
 
1027
- #: wp-cache.php:1082
1028
  msgid "Need Help?"
1029
  msgstr ""
1030
 
1031
- #: wp-cache.php:1084
1032
  msgid ""
1033
  "Use the debug system in the Debug tab above. It will tell you what the "
1034
  "plugin is doing."
1035
  msgstr ""
1036
 
1037
- #: wp-cache.php:1085
1038
  msgid "<a href=\"%1$s\">Installation Help</a>"
1039
  msgstr ""
1040
 
1041
- #: wp-cache.php:1086
1042
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
1043
  msgstr ""
1044
 
1045
- #: wp-cache.php:1087
1046
  msgid "<a href=\"%1$s\">Support Forum</a>"
1047
  msgstr ""
1048
 
1049
- #: wp-cache.php:1089
 
 
 
 
1050
  msgid "Rate This Plugin!"
1051
  msgstr ""
1052
 
1053
- #: wp-cache.php:1090
1054
  msgid ""
1055
  "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
1056
  "or not. It really helps development."
1057
  msgstr ""
1058
 
1059
- #: wp-cache.php:1099
1060
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
1061
  msgstr ""
1062
 
1063
- #: wp-cache.php:1100
1064
  msgid "Newest Cached Pages:"
1065
  msgstr ""
1066
 
1067
- #: wp-cache.php:1104
1068
  msgid "Cached %s seconds ago"
1069
  msgstr ""
1070
 
1071
- #: wp-cache.php:1107
1072
  msgid "(may not always be accurate on busy sites)"
1073
  msgstr ""
1074
 
1075
- #: wp-cache.php:1126
1076
  msgid ""
1077
  "Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
1078
  "super-cache folder. They are loaded when Supercache loads, much sooner than "
1079
  "regular WordPress plugins."
1080
  msgstr ""
1081
 
1082
- #: wp-cache.php:1127
1083
  msgid ""
1084
  "This is strictly an advanced feature only and knowledge of both PHP and "
1085
  "WordPress actions is required to create them."
1086
  msgstr ""
1087
 
1088
- #: wp-cache.php:1137
 
 
 
 
 
 
 
 
 
 
 
1089
  msgid "Available Plugins"
1090
  msgstr ""
1091
 
1092
- #: wp-cache.php:1154
1093
  msgid "Easy"
1094
  msgstr ""
1095
 
1096
- #: wp-cache.php:1154
1097
  msgid "CDN"
1098
  msgstr ""
1099
 
1100
- #: wp-cache.php:1154
1101
  msgid "Contents"
1102
  msgstr ""
1103
 
1104
- #: wp-cache.php:1154
1105
  msgid "Preload"
1106
  msgstr ""
1107
 
1108
- #: wp-cache.php:1154
1109
  msgid "Plugins"
1110
  msgstr ""
1111
 
1112
- #: wp-cache.php:1154
1113
  msgid "Debug"
1114
  msgstr ""
1115
 
1116
- #: wp-cache.php:1189
1117
  msgid ""
1118
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
1119
  "href=\"%s\">the main site</a> of this network."
1120
  msgstr ""
1121
 
1122
- #: wp-cache.php:1198
1123
  msgid "Mod Rewrite Rules"
1124
  msgstr ""
1125
 
1126
- #: wp-cache.php:1204
1127
  msgid "WordPress MU Detected"
1128
  msgstr ""
1129
 
1130
- #: wp-cache.php:1204
1131
  msgid ""
1132
  "Unfortunately the rewrite rules cannot be updated automatically when running "
1133
  "WordPress MU. Please open your .htaccess and add the following mod_rewrite "
1134
  "rules above any other rules in that file."
1135
  msgstr ""
1136
 
1137
- #: wp-cache.php:1206
1138
  msgid "Mod Rewrite rules cannot be updated!"
1139
  msgstr ""
1140
 
1141
- #: wp-cache.php:1207
1142
  msgid ""
1143
  "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
1144
  "htaccess for the auto update to work. They look like this and surround the "
1145
  "main WordPress mod_rewrite rules:"
1146
  msgstr ""
1147
 
1148
- #: wp-cache.php:1209
1149
  msgid "Refresh this page when you have updated your .htaccess file."
1150
  msgstr ""
1151
 
1152
- #: wp-cache.php:1213
1153
  msgid "Thank you for upgrading."
1154
  msgstr ""
1155
 
1156
- #: wp-cache.php:1213
1157
  msgid ""
1158
  "The mod_rewrite rules changed since you last installed this plugin. "
1159
  "Unfortunately you must remove the old supercache rules before the new ones "
@@ -1165,11 +1208,11 @@ msgid ""
1165
  "brave enough to use them."
1166
  msgstr ""
1167
 
1168
- #: wp-cache.php:1217
1169
  msgid "Trailing slash check required."
1170
  msgstr ""
1171
 
1172
- #: wp-cache.php:1217
1173
  msgid ""
1174
  "It looks like your blog has URLs that end with a \"/\". Unfortunately since "
1175
  "you installed this plugin a duplicate content bug has been found where URLs "
@@ -1178,41 +1221,41 @@ msgid ""
1178
  "and add these two rules to the two groups of Super Cache rules:"
1179
  msgstr ""
1180
 
1181
- #: wp-cache.php:1219
1182
  msgid ""
1183
  "You can see where the rules go and examine the complete rules by clicking "
1184
  "the \"View mod_rewrite rules\" link below."
1185
  msgstr ""
1186
 
1187
- #: wp-cache.php:1233
1188
  msgid "Mod Rewrite rules updated!"
1189
  msgstr ""
1190
 
1191
- #: wp-cache.php:1234
1192
  msgid ""
1193
  "%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
1194
  "verify they are correct. They should look like this:"
1195
  msgstr ""
1196
 
1197
- #: wp-cache.php:1236
1198
  msgid "Mod Rewrite rules must be updated!"
1199
  msgstr ""
1200
 
1201
- #: wp-cache.php:1237
1202
  msgid ""
1203
  "Your %s.htaccess is not writable by the webserver and must be updated with "
1204
  "the necessary mod_rewrite rules. The new rules go above the regular "
1205
  "WordPress rules as shown in the code below:"
1206
  msgstr ""
1207
 
1208
- #: wp-cache.php:1242
1209
  msgid ""
1210
  "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
1211
  "> Click the following link to see the lines added to that file. If you have "
1212
  "upgraded the plugin make sure these rules match."
1213
  msgstr ""
1214
 
1215
- #: wp-cache.php:1245
1216
  msgid ""
1217
  "A difference between the rules in your .htaccess file and the plugin rewrite "
1218
  "rules has been found. This could be simple whitespace differences but you "
@@ -1220,243 +1263,243 @@ msgid ""
1220
  "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
1221
  msgstr ""
1222
 
1223
- #: wp-cache.php:1247
1224
  msgid "View Mod_Rewrite Rules"
1225
  msgstr ""
1226
 
1227
- #: wp-cache.php:1253 wp-cache.php:2595
1228
  msgid "Rules must be added to %s too:"
1229
  msgstr ""
1230
 
1231
- #: wp-cache.php:1260
1232
  msgid "Gzip encoding rules in %s.htaccess created."
1233
  msgstr ""
1234
 
1235
- #: wp-cache.php:1267
1236
  msgid "Fix Configuration"
1237
  msgstr ""
1238
 
1239
- #: wp-cache.php:1270
1240
  msgid "Restore Default Configuration"
1241
  msgstr ""
1242
 
1243
- #: wp-cache.php:1278
1244
  msgid ""
1245
  "Comment moderation is enabled. Your comment may take some time to appear."
1246
  msgstr ""
1247
 
1248
- #: wp-cache.php:1303
1249
  msgid "Lock Down:"
1250
  msgstr ""
1251
 
1252
- #: wp-cache.php:1304
1253
  msgid ""
1254
  "Prepare your server for an expected spike in traffic by enabling the lock "
1255
  "down. When this is enabled, new comments on a post will not refresh the "
1256
  "cached static files."
1257
  msgstr ""
1258
 
1259
- #: wp-cache.php:1305
1260
  msgid ""
1261
  "Developers: Make your plugin lock down compatible by checking the "
1262
  "\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
1263
  "respects the WPLOCKDOWN setting."
1264
  msgstr ""
1265
 
1266
- #: wp-cache.php:1307
1267
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
1268
  msgstr ""
1269
 
1270
- #: wp-cache.php:1311
1271
  msgid ""
1272
  "WordPress is locked down. Super Cache static files will not be deleted when "
1273
  "new comments are made."
1274
  msgstr ""
1275
 
1276
- #: wp-cache.php:1313
1277
  msgid ""
1278
  "WordPress is not locked down. New comments will refresh Super Cache static "
1279
  "files as normal."
1280
  msgstr ""
1281
 
1282
- #: wp-cache.php:1319
1283
  msgid "Lock Down"
1284
  msgstr ""
1285
 
1286
- #: wp-cache.php:1327
1287
  msgid "Directly Cached Files"
1288
  msgstr ""
1289
 
1290
- #: wp-cache.php:1385
1291
  msgid "%s removed!"
1292
  msgstr ""
1293
 
1294
- #: wp-cache.php:1393
1295
  msgid ""
1296
  "You must make %s writable to enable this feature. As this is a security risk "
1297
  "please make it readonly after your page is generated."
1298
  msgstr ""
1299
 
1300
- #: wp-cache.php:1398
1301
  msgid ""
1302
  "%s is writable. Please make it readonly after your page is generated as this "
1303
  "is a security risk."
1304
  msgstr ""
1305
 
1306
- #: wp-cache.php:1413
1307
  msgid "Existing direct page"
1308
  msgstr ""
1309
 
1310
- #: wp-cache.php:1413
1311
  msgid "Delete cached file"
1312
  msgstr ""
1313
 
1314
- #: wp-cache.php:1418
1315
  msgid "Add direct page:"
1316
  msgstr ""
1317
 
1318
- #: wp-cache.php:1420
1319
  msgid ""
1320
  "Directly cached files are files created directly off %s where your blog "
1321
  "lives. This feature is only useful if you are expecting a major Digg or "
1322
  "Slashdot level of traffic to one post or page."
1323
  msgstr ""
1324
 
1325
- #: wp-cache.php:1422
1326
  msgid ""
1327
  "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
1328
  "about/. The cached file will be generated the next time an anonymous user "
1329
  "visits that page."
1330
  msgstr ""
1331
 
1332
- #: wp-cache.php:1423
1333
  msgid ""
1334
  "Make the textbox blank to remove it from the list of direct pages and delete "
1335
  "the cached file."
1336
  msgstr ""
1337
 
1338
- #: wp-cache.php:1428
1339
  msgid "Update Direct Pages"
1340
  msgstr ""
1341
 
1342
- #: wp-cache.php:1456
1343
  msgctxt "timezone date format"
1344
  msgid "Y-m-d G:i:s"
1345
  msgstr ""
1346
 
1347
- #: wp-cache.php:1516
1348
  msgid "Expiry Time &amp; Garbage Collection"
1349
  msgstr ""
1350
 
1351
- #: wp-cache.php:1518
1352
  msgid ""
1353
  "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"
1354
  msgstr ""
1355
 
1356
- #: wp-cache.php:1521
1357
  msgid "Local time is <code>%1$s</code>"
1358
  msgstr ""
1359
 
1360
- #: wp-cache.php:1525
1361
  msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>"
1362
  msgstr ""
1363
 
1364
- #: wp-cache.php:1529
1365
  msgid ""
1366
  "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not "
1367
  "be deleted regardless of age."
1368
  msgstr ""
1369
 
1370
- #: wp-cache.php:1546
1371
  msgid "Cache Timeout"
1372
  msgstr ""
1373
 
1374
- #: wp-cache.php:1547 wp-cache.php:1550
1375
  msgid "seconds"
1376
  msgstr ""
1377
 
1378
- #: wp-cache.php:1548
1379
  msgid ""
1380
  "How long should cached pages remain fresh? Set to 0 to disable garbage "
1381
  "collection. A good starting point is 3600 seconds."
1382
  msgstr ""
1383
 
1384
- #: wp-cache.php:1549
1385
  msgid "Scheduler"
1386
  msgstr ""
1387
 
1388
- #: wp-cache.php:1549
1389
  msgid "Timer:"
1390
  msgstr ""
1391
 
1392
- #: wp-cache.php:1550
1393
  msgid "Check for stale cached files every <em>interval</em> seconds."
1394
  msgstr ""
1395
 
1396
- #: wp-cache.php:1551
1397
  msgid "Clock:"
1398
  msgstr ""
1399
 
1400
- #: wp-cache.php:1552
1401
  msgid "HH:MM"
1402
  msgstr ""
1403
 
1404
- #: wp-cache.php:1552
1405
  msgid ""
1406
  "Check for stale cached files at this time <strong>(UTC)</strong> or starting "
1407
  "at this time every <em>interval</em> below."
1408
  msgstr ""
1409
 
1410
- #: wp-cache.php:1554
1411
  msgid "Interval:"
1412
  msgstr ""
1413
 
1414
- #: wp-cache.php:1560
1415
  msgid "Notification Emails"
1416
  msgstr ""
1417
 
1418
- #: wp-cache.php:1561
1419
  msgid "Email me when the garbage collection runs."
1420
  msgstr ""
1421
 
1422
- #: wp-cache.php:1563
1423
  msgid "Garbage Collection"
1424
  msgstr ""
1425
 
1426
- #: wp-cache.php:1564
1427
  msgid ""
1428
  "<em>Garbage collection</em> is the simple act of throwing out your garbage. "
1429
  "For this plugin that would be old or <em>stale</em> cached files that may be "
1430
  "out of date. New cached files are described as <em>fresh</em>."
1431
  msgstr ""
1432
 
1433
- #: wp-cache.php:1565
1434
  msgid ""
1435
  "Cached files are fresh for a limited length of time. You can set that time "
1436
  "in the <em>Cache Timeout</em> text box on this page."
1437
  msgstr ""
1438
 
1439
- #: wp-cache.php:1566
1440
  msgid ""
1441
  "Stale cached files are not removed as soon as they become stale. They have "
1442
  "to be removed by the garbage collecter. That is why you have to tell the "
1443
  "plugin when the garbage collector should run."
1444
  msgstr ""
1445
 
1446
- #: wp-cache.php:1567
1447
  msgid ""
1448
  "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the "
1449
  "garbage collector should run."
1450
  msgstr ""
1451
 
1452
- #: wp-cache.php:1568
1453
  msgid ""
1454
  "The <em>Timer</em> scheduler tells the plugin to run the garbage collector "
1455
  "at regular intervals. When one garbage collection is done, the next run is "
1456
  "scheduled."
1457
  msgstr ""
1458
 
1459
- #: wp-cache.php:1569
1460
  msgid ""
1461
  "Or, the <em>Clock</em> scheduler allows the garbage collection to run at "
1462
  "specific times. If set to run hourly or twicedaily the garbage collector "
@@ -1465,42 +1508,42 @@ msgid ""
1465
  "time specified."
1466
  msgstr ""
1467
 
1468
- #: wp-cache.php:1571
1469
  msgid ""
1470
  "There are no best garbage collection settings but here are a few scenarios. "
1471
  "Garbage collection is separate to other actions that clear our cached files "
1472
  "like leaving a comment or publishing a post."
1473
  msgstr ""
1474
 
1475
- #: wp-cache.php:1573
1476
  msgid ""
1477
  "Sites that want to serve lots of newly generated data should set the "
1478
  "<em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 "
1479
  "seconds."
1480
  msgstr ""
1481
 
1482
- #: wp-cache.php:1574
1483
  msgid ""
1484
  "Sites with widgets and rss feeds in their sidebar should probably use a "
1485
  "timeout of 3600 seconds and set the timer to 600 seconds. Stale files will "
1486
  "be caught within 10 minutes of going stale."
1487
  msgstr ""
1488
 
1489
- #: wp-cache.php:1575
1490
  msgid ""
1491
  "Sites with lots of static content, no widgets or rss feeds in their sidebar "
1492
  "can use a timeout of 86400 seconds or even more and set the timer to "
1493
  "something equally long."
1494
  msgstr ""
1495
 
1496
- #: wp-cache.php:1576
1497
  msgid ""
1498
  "Sites where an external data source updates at a particular time every day "
1499
  "should set the timeout to 86400 seconds and use the Clock scheduler set "
1500
  "appropriately."
1501
  msgstr ""
1502
 
1503
- #: wp-cache.php:1578
1504
  msgid ""
1505
  "Checking for and deleting expired files is expensive, but it&#8217;s "
1506
  "expensive leaving them there too. On a very busy site you should set the "
@@ -1511,81 +1554,81 @@ msgid ""
1511
  "using mod_rewrite or PHP caching."
1512
  msgstr ""
1513
 
1514
- #: wp-cache.php:1579
1515
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1516
  msgstr ""
1517
 
1518
- #: wp-cache.php:1580
1519
  msgid "Change Expiration"
1520
  msgstr ""
1521
 
1522
- #: wp-cache.php:1624
1523
  msgid "Rejected User Agents"
1524
  msgstr ""
1525
 
1526
- #: wp-cache.php:1625
1527
  msgid ""
1528
  "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache "
1529
  "from caching bot, spiders, and crawlers&#8217; requests. Note that super "
1530
  "cached files are still sent to these agents if they already exists."
1531
  msgstr ""
1532
 
1533
- #: wp-cache.php:1632
1534
  msgid "Save UA Strings"
1535
  msgstr ""
1536
 
1537
- #: wp-cache.php:1655
1538
  msgid ""
1539
  "Do not cache the following page types. See the <a href=\"http://codex."
1540
  "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
1541
  "complete discussion on each type."
1542
  msgstr ""
1543
 
1544
- #: wp-cache.php:1658
1545
  msgid "Single Posts"
1546
  msgstr ""
1547
 
1548
- #: wp-cache.php:1659
1549
  msgid "Pages"
1550
  msgstr ""
1551
 
1552
- #: wp-cache.php:1660
1553
  msgid "Front Page"
1554
  msgstr ""
1555
 
1556
- #: wp-cache.php:1661
1557
  msgid "Home"
1558
  msgstr ""
1559
 
1560
- #: wp-cache.php:1662
1561
  msgid "Archives"
1562
  msgstr ""
1563
 
1564
- #: wp-cache.php:1663
1565
  msgid "Tags"
1566
  msgstr ""
1567
 
1568
- #: wp-cache.php:1664
1569
  msgid "Category"
1570
  msgstr ""
1571
 
1572
- #: wp-cache.php:1665
1573
  msgid "Feeds"
1574
  msgstr ""
1575
 
1576
- #: wp-cache.php:1666
1577
  msgid "Search Pages"
1578
  msgstr ""
1579
 
1580
- #: wp-cache.php:1667
1581
  msgid "Author Pages"
1582
  msgstr ""
1583
 
1584
- #: wp-cache.php:1669 wp-cache.php:1772
1585
  msgid "Save"
1586
  msgstr ""
1587
 
1588
- #: wp-cache.php:1686
1589
  msgid ""
1590
  "Add here strings (not a filename) that forces a page not to be cached. For "
1591
  "example, if your URLs include year and you dont want to cache last year "
@@ -1594,43 +1637,51 @@ msgid ""
1594
  "cache that page."
1595
  msgstr ""
1596
 
1597
- #: wp-cache.php:1692
1598
  msgid "Save Strings"
1599
  msgstr ""
1600
 
1601
- #: wp-cache.php:1708
1602
  msgid ""
1603
  "Add here those filenames that can be cached, even if they match one of the "
1604
  "rejected substring specified above."
1605
  msgstr ""
1606
 
1607
- #: wp-cache.php:1714
1608
  msgid "Save Files"
1609
  msgstr ""
1610
 
1611
- #: wp-cache.php:1751
1612
  msgid "Currently logging to: %s"
1613
  msgstr ""
1614
 
1615
- #: wp-cache.php:1754
1616
  msgid ""
1617
  "Fix problems with the plugin by debugging it here. It can log them to a file "
1618
  "in your cache directory."
1619
  msgstr ""
1620
 
1621
- #: wp-cache.php:1758
1622
  msgid "Debugging"
1623
  msgstr ""
1624
 
1625
- #: wp-cache.php:1759
1626
  msgid "IP Address"
1627
  msgstr ""
1628
 
1629
- #: wp-cache.php:1759
1630
  msgid "(only log requests from this IP address. Your IP is %s)"
1631
  msgstr ""
1632
 
1633
- #: wp-cache.php:1762
 
 
 
 
 
 
 
 
1634
  msgid ""
1635
  "In very rare cases two problems may arise on some blogs:<ol><li> The front "
1636
  "page may start downloading as a zip file.</li><li> The wrong page is "
@@ -1638,7 +1689,7 @@ msgid ""
1638
  "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1639
  msgstr ""
1640
 
1641
- #: wp-cache.php:1763
1642
  msgid ""
1643
  "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they "
1644
  "only happen in very rare cases but you can run a simple check once every 5 "
@@ -1646,88 +1697,92 @@ msgid ""
1646
  "emailed if there is a problem."
1647
  msgstr ""
1648
 
1649
- #: wp-cache.php:1765
1650
  msgid "Check front page every 5 minutes."
1651
  msgstr ""
1652
 
1653
- #: wp-cache.php:1766
1654
  msgid "Front page text"
1655
  msgstr ""
1656
 
1657
- #: wp-cache.php:1766
1658
  msgid ""
1659
  "Text to search for on your front page. If this text is missing the cache "
1660
  "will be cleared. Leave blank to disable."
1661
  msgstr ""
1662
 
1663
- #: wp-cache.php:1767
1664
  msgid "Clear cache on error."
1665
  msgstr ""
1666
 
1667
- #: wp-cache.php:1768
1668
  msgid "Email the blog admin when checks are made. (useful for testing)"
1669
  msgstr ""
1670
 
1671
- #: wp-cache.php:1782
1672
  msgid ""
1673
  "Error: GZIP compression is enabled, disable it if you want to enable wp-"
1674
  "cache."
1675
  msgstr ""
1676
 
1677
- #: wp-cache.php:1829 wp-cache.php:1995
1678
  msgid "Warning"
1679
  msgstr ""
1680
 
1681
- #: wp-cache.php:1829
1682
  msgid ""
1683
  "GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
1684
  "you disable gzip compression."
1685
  msgstr ""
1686
 
1687
- #: wp-cache.php:1891 wp-cache.php:1896 wp-cache.php:1928 wp-cache.php:1933
1688
- #: wp-cache.php:1939
1689
  msgid "Error"
1690
  msgstr ""
1691
 
1692
- #: wp-cache.php:1891
1693
  msgid ""
1694
  "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;"
1695
  "t be created by the web server. Check %1$s permissions."
1696
  msgstr ""
1697
 
1698
- #: wp-cache.php:1896
1699
  msgid ""
1700
  "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
1701
  "to be writable for this plugin to work. Double-check it."
1702
  msgstr ""
1703
 
1704
- #: wp-cache.php:1928
1705
  msgid ""
1706
  "Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
1707
  "writable by the Web server.Please delete it and refresh this page."
1708
  msgstr ""
1709
 
1710
- #: wp-cache.php:1933
1711
  msgid ""
1712
  "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
1713
  "not writable by the Web server.Check its permissions."
1714
  msgstr ""
1715
 
1716
- #: wp-cache.php:1939
1717
  msgid ""
1718
  "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
1719
  "installation."
1720
  msgstr ""
1721
 
1722
- #: wp-cache.php:1995
 
 
 
 
1723
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1724
  msgstr ""
1725
 
1726
- #: wp-cache.php:1996
1727
  msgid "1. If it already exists please delete the file first."
1728
  msgstr ""
1729
 
1730
- #: wp-cache.php:1997
1731
  msgid ""
1732
  "2. Make %1$s writable using the chmod command through your ftp or server "
1733
  "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
@@ -1735,24 +1790,24 @@ msgid ""
1735
  "again. (Change 777 to 755 in the previous command)"
1736
  msgstr ""
1737
 
1738
- #: wp-cache.php:1998
1739
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1740
  msgstr ""
1741
 
1742
- #: wp-cache.php:1999
1743
  msgid ""
1744
  "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
1745
  "em> doesn&#8217;t exist:"
1746
  msgstr ""
1747
 
1748
- #: wp-cache.php:2000
1749
  msgid ""
1750
  "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
1751
  "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
1752
  "copy it to <em>%3$s</em> and refresh this page.</li>"
1753
  msgstr ""
1754
 
1755
- #: wp-cache.php:2023
1756
  msgid ""
1757
  "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
1758
  "WordPress to load the code that serves cached pages. Unfortunately it is set "
@@ -1761,20 +1816,20 @@ msgid ""
1761
  "true);</code></p>"
1762
  msgstr ""
1763
 
1764
- #: wp-cache.php:2025
1765
  msgid ""
1766
  "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
1767
  "code> file and I couldn&#8217;t modify it."
1768
  msgstr ""
1769
 
1770
- #: wp-cache.php:2026
1771
  msgid ""
1772
  "Edit <code>%s</code> and add the following line:<br /> <code>define"
1773
  "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
1774
  "executed</strong> by WordPress core. "
1775
  msgstr ""
1776
 
1777
- #: wp-cache.php:2030
1778
  msgid ""
1779
  "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
1780
  "this warning message please see point 5 of the <a href=\"http://wordpress."
@@ -1782,277 +1837,277 @@ msgid ""
1782
  "WP_CACHE line must be moved up."
1783
  msgstr ""
1784
 
1785
- #: wp-cache.php:2058
1786
  msgid "Cache Contents"
1787
  msgstr ""
1788
 
1789
- #: wp-cache.php:2061
1790
  msgid "Object cache in use. No cache listing available."
1791
  msgstr ""
1792
 
1793
- #: wp-cache.php:2085
1794
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1795
  msgstr ""
1796
 
1797
- #: wp-cache.php:2102
1798
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1799
  msgstr ""
1800
 
1801
- #: wp-cache.php:2167
1802
  msgid ""
1803
  "Cache stats are not automatically generated. You must click the link below "
1804
  "to regenerate the stats on this page."
1805
  msgstr ""
1806
 
1807
- #: wp-cache.php:2168
1808
  msgid "Regenerate cache stats"
1809
  msgstr ""
1810
 
1811
- #: wp-cache.php:2170
1812
  msgid "Cache stats last generated: %s minutes ago."
1813
  msgstr ""
1814
 
1815
- #: wp-cache.php:2176
1816
  msgid "WP-Cache"
1817
  msgstr ""
1818
 
1819
- #: wp-cache.php:2177 wp-cache.php:2192
1820
  msgid "%s Cached Pages"
1821
  msgstr ""
1822
 
1823
- #: wp-cache.php:2178 wp-cache.php:2197
1824
  msgid "%s Expired Pages"
1825
  msgstr ""
1826
 
1827
- #: wp-cache.php:2191
1828
  msgid "WP-Super-Cache"
1829
  msgstr ""
1830
 
1831
- #: wp-cache.php:2201
1832
  msgid "Fresh WP-Cached Files"
1833
  msgstr ""
1834
 
1835
- #: wp-cache.php:2202 wp-cache.php:2218 wp-cache.php:2234 wp-cache.php:2250
1836
  msgid "URI"
1837
  msgstr ""
1838
 
1839
- #: wp-cache.php:2202 wp-cache.php:2218
1840
  msgid "Key"
1841
  msgstr ""
1842
 
1843
- #: wp-cache.php:2202 wp-cache.php:2218 wp-cache.php:2234 wp-cache.php:2250
1844
  msgid "Age"
1845
  msgstr ""
1846
 
1847
- #: wp-cache.php:2202 wp-cache.php:2218 wp-cache.php:2234 wp-cache.php:2250
1848
  msgid "Delete"
1849
  msgstr ""
1850
 
1851
- #: wp-cache.php:2217
1852
  msgid "Stale WP-Cached Files"
1853
  msgstr ""
1854
 
1855
- #: wp-cache.php:2233
1856
  msgid "Fresh Super Cached Files"
1857
  msgstr ""
1858
 
1859
- #: wp-cache.php:2249
1860
  msgid "Stale Super Cached Files"
1861
  msgstr ""
1862
 
1863
- #: wp-cache.php:2265
1864
  msgid "Hide file list"
1865
  msgstr ""
1866
 
1867
- #: wp-cache.php:2267
1868
  msgid "Too many cached files, no listing possible."
1869
  msgstr ""
1870
 
1871
- #: wp-cache.php:2269
1872
  msgid "List all cached files"
1873
  msgstr ""
1874
 
1875
- #: wp-cache.php:2272
1876
  msgid ""
1877
  "Expired files are files older than %s seconds. They are still used by the "
1878
  "plugin and are deleted periodically."
1879
  msgstr ""
1880
 
1881
- #: wp-cache.php:2283
1882
  msgid "Delete Expired"
1883
  msgstr ""
1884
 
1885
- #: wp-cache.php:2308
1886
  msgid "Delete Super Cache cached files (opens in new window)"
1887
  msgstr ""
1888
 
1889
- #: wp-cache.php:2455
1890
  msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
1891
  msgstr ""
1892
 
1893
- #: wp-cache.php:2488
1894
  msgid ""
1895
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1896
  "to enable and configure the plugin."
1897
  msgstr ""
1898
 
1899
- #: wp-cache.php:2494
1900
  msgid "Settings"
1901
  msgstr ""
1902
 
1903
- #: wp-cache.php:2504
1904
  msgid ""
1905
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1906
  "page</a> to enable caching."
1907
  msgstr ""
1908
 
1909
- #: wp-cache.php:2507
1910
  msgid ""
1911
  "Warning! WP Super Cache caching broken! The script advanced-cache.php could "
1912
  "not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php "
1913
  "and make sure the path to %2$swp-cache-phase1.php is correct."
1914
  msgstr ""
1915
 
1916
- #: wp-cache.php:2526
1917
  msgid "[%s] Front page is gzipped! Please clear cache!"
1918
  msgstr ""
1919
 
1920
- #: wp-cache.php:2526
1921
  msgid ""
1922
  "Please visit %s to clear the cache as the front page of your site is now "
1923
  "downloading!"
1924
  msgstr ""
1925
 
1926
- #: wp-cache.php:2529
1927
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1928
  msgstr ""
1929
 
1930
- #: wp-cache.php:2529
1931
  msgid ""
1932
  "The cache on your blog has been cleared because the front page of your site "
1933
  "is now downloading. Please visit %s to verify the cache has been cleared."
1934
  msgstr ""
1935
 
1936
- #: wp-cache.php:2536
1937
  msgid "[%s] Front page is not correct! Please clear cache!"
1938
  msgstr ""
1939
 
1940
- #: wp-cache.php:2536
1941
  msgid ""
1942
  "Please visit %1$s to clear the cache as the front page of your site is not "
1943
  "correct and missing the text, \"%2$s\"!"
1944
  msgstr ""
1945
 
1946
- #: wp-cache.php:2539
1947
  msgid "[%s] Front page is not correct! Cache Cleared!"
1948
  msgstr ""
1949
 
1950
- #: wp-cache.php:2539
1951
  msgid ""
1952
  "The cache on your blog has been cleared because the front page of your site "
1953
  "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
1954
  "cleared."
1955
  msgstr ""
1956
 
1957
- #: wp-cache.php:2544
1958
  msgid "[%s] Front page check!"
1959
  msgstr ""
1960
 
1961
- #: wp-cache.php:2544
1962
  msgid ""
1963
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
1964
  "you would like to disable this."
1965
  msgstr ""
1966
 
1967
- #: wp-cache.php:2587
1968
  msgid "Cannot update .htaccess"
1969
  msgstr ""
1970
 
1971
- #: wp-cache.php:2587
1972
  msgid ""
1973
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
1974
  "Please correct this using the chmod command or your ftp client."
1975
  msgstr ""
1976
 
1977
- #: wp-cache.php:2587
1978
  msgid "Refresh this page when the file permissions have been modified."
1979
  msgstr ""
1980
 
1981
- #: wp-cache.php:2587
1982
  msgid ""
1983
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
1984
  "add the following code (before any WordPress rules):"
1985
  msgstr ""
1986
 
1987
- #: wp-cache.php:2591
1988
  msgid ""
1989
  "To serve static html files your server must have the correct mod_rewrite "
1990
  "rules added to a file called <code>%s.htaccess</code>"
1991
  msgstr ""
1992
 
1993
- #: wp-cache.php:2592
1994
  msgid "You can edit the file yourself add the following rules."
1995
  msgstr ""
1996
 
1997
- #: wp-cache.php:2593
1998
  msgid " Make sure they appear before any existing WordPress rules. "
1999
  msgstr ""
2000
 
2001
- #: wp-cache.php:2601
2002
  msgid "Update Mod_Rewrite Rules"
2003
  msgstr ""
2004
 
2005
- #: wp-cache.php:2752
2006
  msgid "[%1$s] Cache Preload Started"
2007
  msgstr ""
2008
 
2009
- #: wp-cache.php:2782
2010
  msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
2011
  msgstr ""
2012
 
2013
- #: wp-cache.php:2828
2014
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
2015
  msgstr ""
2016
 
2017
- #: wp-cache.php:2849
2018
  msgid "[%1$s] Cache Preload Stopped"
2019
  msgstr ""
2020
 
2021
- #: wp-cache.php:2859
2022
  msgid "[%1$s] %2$d posts refreshed"
2023
  msgstr ""
2024
 
2025
- #: wp-cache.php:2859
2026
  msgid "Refreshed the following posts:"
2027
  msgstr ""
2028
 
2029
- #: wp-cache.php:2869
2030
  msgid "Scheduling next preload refresh in %d minutes."
2031
  msgstr ""
2032
 
2033
- #: wp-cache.php:2880
2034
  msgid "[%s] Cache Preload Completed"
2035
  msgstr ""
2036
 
2037
- #: wp-cache.php:2880
2038
  msgid "Cleaning up old supercache files."
2039
  msgstr ""
2040
 
2041
- #: wp-cache.php:2923
2042
  msgid "[%s] Preload may have stalled."
2043
  msgstr ""
2044
 
2045
- #: wp-cache.php:2923
2046
  msgid ""
2047
  "Preload has been restarted.\n"
2048
  "%s"
2049
  msgstr ""
2050
 
2051
- #: wp-cache.php:2966
2052
  msgid "Supercache Uninstall Problems"
2053
  msgstr ""
2054
 
2055
- #: wp-cache.php:2966
2056
  msgid ""
2057
  "Dear User,\n"
2058
  "\n"
@@ -2070,6 +2125,6 @@ msgid ""
2070
  "http://wordpress.org/extend/plugins/wp-super-cache/"
2071
  msgstr ""
2072
 
2073
- #: wp-cache.php:3003
2074
  msgid "Delete cache of the current page"
2075
  msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
7
+ "POT-Creation-Date: 2012-10-04 20:30:16+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
24
  "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
25
  msgstr ""
26
 
27
+ #: ossdl-cdn.php:152 wp-cache.php:1159
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 "
116
 
117
  #: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65
118
  #: plugins/domain-mapping.php:75 plugins/searchengine.php:69
119
+ #: plugins/wptouch.php:22 wp-cache.php:1397
120
  msgid "Enabled"
121
  msgstr ""
122
 
123
  #: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66
124
  #: plugins/domain-mapping.php:76 plugins/searchengine.php:70
125
+ #: plugins/wptouch.php:23 wp-cache.php:1397
126
  msgid "Disabled"
127
  msgstr ""
128
 
134
 
135
  #: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71
136
  #: plugins/domain-mapping.php:81 plugins/searchengine.php:75
137
+ #: plugins/wptouch.php:28 wp-cache.php:1858 wp-cache.php:1860
138
  msgid "enabled"
139
  msgstr ""
140
 
173
  msgid "Bad Behavior support is now %s"
174
  msgstr ""
175
 
176
+ #: plugins/badbehaviour.php:83 wp-cache.php:1487 wp-cache.php:1492
177
  msgid "Warning!"
178
  msgstr ""
179
 
202
  msgid "Cached"
203
  msgstr ""
204
 
205
+ #: plugins/multisite.php:31 wp-cache.php:1410
206
  msgid "Enable"
207
  msgstr ""
208
 
209
+ #: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1410
210
  msgid "Disable"
211
  msgstr ""
212
 
248
  "the WPTouch helper plugin."
249
  msgstr ""
250
 
251
+ #: wp-cache-phase2.php:1248
252
  msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
253
  msgstr ""
254
 
255
+ #: wp-cache-phase2.php:1252
256
  msgid ""
257
  "Cache expiry cron job took more than 30 seconds. You should probably run the "
258
  "garbage collector more often."
259
  msgstr ""
260
 
261
+ #: wp-cache-phase2.php:1261
262
  msgid "[%1$s] WP Super Cache GC Report"
263
  msgstr ""
264
 
268
  "sample.php"
269
  msgstr ""
270
 
271
+ #: wp-cache.php:165
272
  msgid "Warning! PHP Safe Mode Enabled!"
273
  msgstr ""
274
 
275
+ #: wp-cache.php:166
276
  msgid ""
277
  "You may experience problems running this plugin because SAFE MODE is enabled."
278
  msgstr ""
279
 
280
+ #: wp-cache.php:170
281
  msgid ""
282
  "Your server is set up to check the owner of PHP scripts before allowing them "
283
  "to read and write files."
284
  msgstr ""
285
 
286
+ #: wp-cache.php:171
287
  msgid ""
288
  "You or an administrator may be able to make it work by changing the group "
289
  "owner of the plugin scripts to match that of the web server user. The group "
292
  "details."
293
  msgstr ""
294
 
295
+ #: wp-cache.php:173
296
  msgid ""
297
  "You or an administrator must disable this. See the <a href=\"http://php.net/"
298
  "features.safe-mode\">safe mode manual page</a> for further details. This "
300
  "php.ini config file."
301
  msgstr ""
302
 
303
+ #: wp-cache.php:179
304
  msgid "Permlink Structure Error"
305
  msgstr ""
306
 
307
+ #: wp-cache.php:180
308
  msgid ""
309
  "A custom url or permalink structure is required for this plugin to work "
310
  "correctly. Please go to the <a href=\"options-permalink.php\">Permalinks "
311
  "Options Page</a> to configure your permalinks."
312
  msgstr ""
313
 
314
+ #: wp-cache.php:192
315
  msgid "Warning! Your hostname \"%s\" resolves to %s"
316
  msgstr ""
317
 
318
+ #: wp-cache.php:193
319
  msgid ""
320
  "Your server thinks your hostname resolves to %s. Some services such as "
321
  "garbage collection by this plugin, and WordPress scheduled posts may not "
322
  "operate correctly."
323
  msgstr ""
324
 
325
+ #: wp-cache.php:194 wp-cache.php:208
326
  msgid ""
327
  "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
328
  "readme.txt"
329
  msgstr ""
330
 
331
+ #: wp-cache.php:207
332
  msgid ""
333
  "Unfortunately WordPress cannot find the file wp-cron.php. This script is "
334
  "required for the the correct operation of garbage collection by this plugin, "
335
  "WordPress scheduled posts as well as other critical activities."
336
  msgstr ""
337
 
338
+ #: wp-cache.php:221
339
  msgid "Cannot continue... fix previous problems and retry."
340
  msgstr ""
341
 
342
+ #: wp-cache.php:230
343
  msgid "Zlib Output Compression Enabled!"
344
  msgstr ""
345
 
346
+ #: wp-cache.php:231
347
  msgid ""
348
  "PHP is compressing the data sent to the visitors of your site. Disabling "
349
  "this is recommended as the plugin caches the compressed output once instead "
352
  "configuration.php\">this page</a> for instructions on modifying your php.ini."
353
  msgstr ""
354
 
355
+ #: wp-cache.php:235
356
  msgid "Mod rewrite may not be installed!"
357
  msgstr ""
358
 
359
+ #: wp-cache.php:236
360
  msgid ""
361
  "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;"
362
  "t 100% reliable, especially if you are not using Apache. Please verify that "
364
  "static files. You will still be able to use legacy or PHP modes."
365
  msgstr ""
366
 
367
+ #: wp-cache.php:242
368
  msgid "Read Only Mode. Configuration cannot be changed."
369
  msgstr ""
370
 
371
+ #: wp-cache.php:243
372
  msgid ""
373
  "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> "
374
  "and cannot be modified. That file must be writeable by the webserver to make "
375
  "any changes."
376
  msgstr ""
377
 
378
+ #: wp-cache.php:244
379
  msgid ""
380
  "A simple way of doing that is by changing the permissions temporarily using "
381
  "the CHMOD command or through your ftp client. Make sure it&#8217;s globally "
382
  "writeable and it should be fine."
383
  msgstr ""
384
 
385
+ #: wp-cache.php:245 wp-cache.php:294
386
  msgid ""
387
  "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</"
388
  "a> explains how to change file permissions."
389
  msgstr ""
390
 
391
+ #: wp-cache.php:246
392
  msgid "Writeable:"
393
  msgstr ""
394
 
395
+ #: wp-cache.php:247
396
  msgid "Readonly:"
397
  msgstr ""
398
 
399
+ #: wp-cache.php:265
400
+ msgid "Warning! Garbage collection is not scheduled!"
401
+ msgstr ""
402
+
403
+ #: wp-cache.php:266
404
+ msgid ""
405
+ "Garbage collection by this plugin clears out expired and old cached pages on "
406
+ "a regular basis. Use <a href=\"#expirytime\">this form</a> to enable it."
407
+ msgstr ""
408
+
409
+ #: wp-cache.php:271 wp-cache.php:299 wp-cache.php:369
410
+ msgid "Dismiss"
411
+ msgstr ""
412
+
413
+ #: wp-cache.php:292
414
  msgid "Warning! %s is writeable!"
415
  msgstr ""
416
 
417
+ #: wp-cache.php:293
418
  msgid ""
419
  "You should change the permissions on %s and make it more restrictive. Use "
420
  "your ftp client, or the following command to fix things:"
421
  msgstr ""
422
 
423
+ #: wp-cache.php:311
424
  msgid "Mobile rewrite rules detected"
425
  msgstr ""
426
 
427
+ #: wp-cache.php:312
428
  msgid ""
429
  "For best performance you should enable \"Mobile device support\" or delete "
430
  "the mobile rewrite rules in your .htaccess. Look for the 2 lines with the "
431
  "text \"2.0\\ MMP|240x320\" and delete those."
432
  msgstr ""
433
 
434
+ #: wp-cache.php:312
435
  msgid ""
436
  "This will have no affect on ordinary users but mobile users will see "
437
  "uncached pages."
438
  msgstr ""
439
 
440
+ #: wp-cache.php:318 wp-cache.php:329
441
  msgid "Rewrite rules must be updated"
442
  msgstr ""
443
 
444
+ #: wp-cache.php:319 wp-cache.php:330
445
  msgid "The rewrite rules required by this plugin have changed or are missing. "
446
  msgstr ""
447
 
448
+ #: wp-cache.php:320
449
  msgid ""
450
  "Mobile support requires extra rules in your .htaccess file, or you can set "
451
  "the plugin to legacy mode. Here are your options (in order of difficulty):"
452
  msgstr ""
453
 
454
+ #: wp-cache.php:321
455
  msgid "Set the plugin to legacy mode and enable mobile support."
456
  msgstr ""
457
 
458
+ #: wp-cache.php:322 wp-cache.php:331
459
  msgid ""
460
  "Scroll down the Advanced Settings page and click the <strong>Update "
461
  "Mod_Rewrite Rules</strong> button."
462
  msgstr ""
463
 
464
+ #: wp-cache.php:323
465
  msgid ""
466
  "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN "
467
  "WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin "
468
  "regenerate them by reloading this page."
469
  msgstr ""
470
 
471
+ #: wp-cache.php:324
472
  msgid ""
473
  "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed "
474
  "by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</"
477
  "*$</code> add these lines: (do it twice, once for each section)"
478
  msgstr ""
479
 
480
+ #: wp-cache.php:337
481
  msgid "Required to serve compressed supercache files properly."
482
  msgstr ""
483
 
484
+ #: wp-cache.php:337
485
  msgid ""
486
  "Required to set caching information on supercache pages. IE7 users will see "
487
  "old pages without this module."
488
  msgstr ""
489
 
490
+ #: wp-cache.php:337
491
  msgid ""
492
  "Set the expiry date on supercached pages. Visitors may not see new pages "
493
  "when they refresh or leave comments without this module."
494
  msgstr ""
495
 
496
+ #: wp-cache.php:344
497
  msgid "Missing Apache Modules"
498
  msgstr ""
499
 
500
+ #: wp-cache.php:345
501
  msgid ""
502
  "The following Apache modules are missing. The plugin will work in legacy "
503
  "mode without them. In full Supercache mode, your visitors may see corrupted "
504
  "pages or out of date content however."
505
  msgstr ""
506
 
507
+ #: wp-cache.php:363
508
+ msgid ".htaccess file may need to be moved"
509
+ msgstr ""
510
+
511
+ #: wp-cache.php:364
512
+ msgid ""
513
+ "It appears you have WordPress installed in a sub directory as described <a "
514
+ "href=\"http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">here</"
515
+ "a>. Unfortunately WordPress writes to the .htaccess in the install "
516
+ "directory, not where your site is served from.<br />When you update the "
517
+ "rewrite rules in this plugin you will have to copy the file to where your "
518
+ "site is hosted. This will be fixed in the future."
519
+ msgstr ""
520
+
521
+ #: wp-cache.php:590
522
  msgid ""
523
  "<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
524
  "output_compression</code> is enabled. See #21 in the Troubleshooting section "
525
  "of the readme file."
526
  msgstr ""
527
 
528
+ #: wp-cache.php:686
529
  msgid "WP Super Cache Settings"
530
  msgstr ""
531
 
532
+ #: wp-cache.php:700
533
  msgid ""
534
  "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
535
  "Settings Page by default."
536
  msgstr ""
537
 
538
+ #: wp-cache.php:711
539
  msgid ""
540
  "Configuration file changed, some values might be wrong. Load the page again "
541
  "from the \"Settings\" menu to reset them."
542
  msgstr ""
543
 
544
+ #: wp-cache.php:743
545
  msgid "Caching must be enabled to use this feature"
546
  msgstr ""
547
 
548
+ #: wp-cache.php:761 wp-cache.php:901
549
  msgid "Cancel Cache Preload"
550
  msgstr ""
551
 
552
+ #: wp-cache.php:769
553
  msgid ""
554
  "Scheduled preloading of cache almost cancelled. It may take up to a minute "
555
  "for it to cancel completely."
556
  msgstr ""
557
 
558
+ #: wp-cache.php:780
559
  msgid "Scheduled preloading of cache cancelled."
560
  msgstr ""
561
 
562
+ #: wp-cache.php:812 wp-cache.php:899
563
  msgid "Preload Cache Now"
564
  msgstr ""
565
 
566
+ #: wp-cache.php:816
567
  msgid "Scheduled preloading of cache in 10 seconds."
568
  msgstr ""
569
 
570
+ #: wp-cache.php:821
571
  msgid "Scheduled preloading of cache in %d minutes"
572
  msgstr ""
573
 
574
+ #: wp-cache.php:825
575
  msgid ""
576
  "This will cache every published post and page on your site. It will create "
577
  "supercache static files so unknown visitors (including bots) will hit a "
579
  "speed as a metric when judging websites now."
580
  msgstr ""
581
 
582
+ #: wp-cache.php:826
583
  msgid ""
584
  "Preloading creates lots of files however. Caching is done from the newest "
585
  "post to the oldest so please consider only caching the newest if you have "
586
  "lots (10,000+) of posts. This is especially important on shared hosting."
587
  msgstr ""
588
 
589
+ #: wp-cache.php:827
590
  msgid ""
591
  "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out "
592
  "old legacy files for known users, not the preloaded supercache files. This "
593
  "is a recommended setting when the cache is preloaded."
594
  msgstr ""
595
 
596
+ #: wp-cache.php:831
597
  msgid ""
598
  "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
599
  "minutes.)"
600
  msgstr ""
601
 
602
+ #: wp-cache.php:844
603
  msgid "all"
604
  msgstr ""
605
 
606
+ #: wp-cache.php:857
607
  msgid "Preload %s posts."
608
  msgstr ""
609
 
610
+ #: wp-cache.php:864
611
  msgid ""
612
  "Preload mode (garbage collection only on legacy cache files. Recommended.)"
613
  msgstr ""
614
 
615
+ #: wp-cache.php:867
616
  msgid "Preload tags, categories and other taxonomies."
617
  msgstr ""
618
 
619
+ #: wp-cache.php:870
620
  msgid "Send me status emails when files are refreshed."
621
  msgstr ""
622
 
623
+ #: wp-cache.php:875
624
  msgid "Many emails, 2 emails per 100 posts."
625
  msgstr ""
626
 
627
+ #: wp-cache.php:878
628
  msgid "Medium, 1 email per 100 posts."
629
  msgstr ""
630
 
631
+ #: wp-cache.php:881
632
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
633
  msgstr ""
634
 
635
+ #: wp-cache.php:885
636
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
637
  msgstr ""
638
 
639
+ #: wp-cache.php:886
640
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
641
  msgstr ""
642
 
643
+ #: wp-cache.php:892
644
  msgid "Currently caching from post %d to %d."
645
  msgstr ""
646
 
647
+ #: wp-cache.php:896
648
  msgid "<strong>Page last cached:</strong> %s"
649
  msgstr ""
650
 
651
+ #: wp-cache.php:899
652
  msgid "Update Settings"
653
  msgstr ""
654
 
655
+ #: wp-cache.php:907
656
  msgid ""
657
  "Preloading of cache disabled. Please disable legacy page caching or talk to "
658
  "your host administrator."
659
  msgstr ""
660
 
661
+ #: wp-cache.php:924 wp-cache.php:1035
662
  msgid "Caching"
663
  msgstr ""
664
 
665
+ #: wp-cache.php:928
666
  msgid "Cache hits to this website for quick access."
667
  msgstr ""
668
 
669
+ #: wp-cache.php:928 wp-cache.php:929 wp-cache.php:946 wp-cache.php:955
670
+ #: wp-cache.php:962 wp-cache.php:965 wp-cache.php:982 wp-cache.php:1038
671
  msgid "Recommended"
672
  msgstr ""
673
 
674
+ #: wp-cache.php:929
675
  msgid "Use mod_rewrite to serve cache files."
676
  msgstr ""
677
 
678
+ #: wp-cache.php:930
679
  msgid "Use PHP to serve cache files."
680
  msgstr ""
681
 
682
+ #: wp-cache.php:931
683
  msgid "Legacy page caching."
684
  msgstr ""
685
 
686
+ #: wp-cache.php:932
687
  msgid ""
688
  "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
689
  "while legacy caching is slower again, but more flexible and also easy to get "
690
  "working. New users should use PHP caching."
691
  msgstr ""
692
 
693
+ #: wp-cache.php:938
694
  msgid "Miscellaneous"
695
  msgstr ""
696
 
697
+ #: wp-cache.php:944
698
  msgid "Warning! Compression is disabled as gzencode() function not found."
699
  msgstr ""
700
 
701
+ #: wp-cache.php:946
702
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
703
  msgstr ""
704
 
705
+ #: wp-cache.php:947
706
  msgid ""
707
  "Compression is disabled by default because some hosts have problems with "
708
  "compressed files. Switching it on and off clears the cache."
709
  msgstr ""
710
 
711
+ #: wp-cache.php:955
712
  msgid ""
713
  "304 Not Modified browser caching. Indicate when a page has not been modified "
714
  "since last requested."
715
  msgstr ""
716
 
717
+ #: wp-cache.php:958
718
  msgid ""
719
  "Warning! 304 browser caching is only supported when not using mod_rewrite "
720
  "caching."
721
  msgstr ""
722
 
723
+ #: wp-cache.php:960
724
  msgid ""
725
  "304 support is disabled by default because in the past GoDaddy had problems "
726
  "with some of the headers used."
727
  msgstr ""
728
 
729
+ #: wp-cache.php:962
730
  msgid ""
731
  "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
732
  "comment\">known users</acronym>."
733
  msgstr ""
734
 
735
+ #: wp-cache.php:963
736
  msgid "Don&#8217;t cache pages with GET parameters. (?x=y at the end of a url)"
737
  msgstr ""
738
 
739
+ #: wp-cache.php:964
740
  msgid ""
741
  "Make known users anonymous so they&#8217;re served supercached static files."
742
  msgstr ""
743
 
744
+ #: wp-cache.php:965
745
  msgid ""
746
  "Cache rebuild. Serve a supercache file to anonymous users while a new file "
747
  "is being generated."
748
  msgstr ""
749
 
750
+ #: wp-cache.php:966
751
  msgid ""
752
  "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! "
753
  "(places a message in your blog&#8217;s footer)"
754
  msgstr ""
755
 
756
+ #: wp-cache.php:972 wp-cache.php:1248 wp-cache.php:1867
757
  msgid "Advanced"
758
  msgstr ""
759
 
760
+ #: wp-cache.php:976
761
  msgid ""
762
  "Mobile device support. (External plugin or theme required. See the <a href="
763
  "\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> for "
764
  "further details.)"
765
  msgstr ""
766
 
767
+ #: wp-cache.php:978
768
  msgid "Mobile Browsers"
769
  msgstr ""
770
 
771
+ #: wp-cache.php:978
772
  msgid "Mobile Prefixes"
773
  msgstr ""
774
 
775
+ #: wp-cache.php:980
776
  msgid ""
777
  "Remove UTF8/blog charset support from .htaccess file. Only necessary if you "
778
  "see odd characters or punctuation looks incorrect. Requires rewrite rules "
779
  "update."
780
  msgstr ""
781
 
782
+ #: wp-cache.php:981
783
  msgid "Clear all cache files when a post or page is published or updated."
784
  msgstr ""
785
 
786
+ #: wp-cache.php:982
787
  msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
788
  msgstr ""
789
 
790
+ #: wp-cache.php:983
791
  msgid "Only refresh current page when comments made."
792
  msgstr ""
793
 
794
+ #: wp-cache.php:984
795
  msgid "List the newest cached pages on this page."
796
  msgstr ""
797
 
798
+ #: wp-cache.php:986
799
  msgid ""
800
  "Coarse file locking. You probably don&#8217;t need this but it may help if "
801
  "your server is underpowered. Warning! <em>May cause your server to lock up "
802
  "in very rare cases!</em>"
803
  msgstr ""
804
 
805
+ #: wp-cache.php:988
806
  msgid ""
807
  "Late init. Display cached files after WordPress has loaded. Most useful in "
808
  "legacy mode."
809
  msgstr ""
810
 
811
+ #: wp-cache.php:990
812
  msgid "Use object cache to store cached files."
813
  msgstr ""
814
 
815
+ #: wp-cache.php:990
816
  msgid "(Experimental)"
817
  msgstr ""
818
 
819
+ #: wp-cache.php:992
820
  msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
821
  msgstr ""
822
 
823
+ #: wp-cache.php:998
824
  msgid "Note:"
825
  msgstr ""
826
 
827
+ #: wp-cache.php:1000
828
  msgid ""
829
  "Uninstall this plugin on the plugins page. It will automatically clean up "
830
  "after itself. If manual intervention is required then simple instructions "
831
  "are provided."
832
  msgstr ""
833
 
834
+ #: wp-cache.php:1001
835
  msgid ""
836
  "If uninstalling this plugin, make sure the directory <em>%s</em> is "
837
  "writeable by the webserver so the files <em>advanced-cache.php</em> and "
839
  "files are writeable too is probably a good idea!)"
840
  msgstr ""
841
 
842
+ #: wp-cache.php:1002
843
  msgid ""
844
  "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
845
  "instructions on uninstalling this script. Look for the heading, \"How to "
846
  "uninstall WP Super Cache\"."
847
  msgstr ""
848
 
849
+ #: wp-cache.php:1003
850
  msgid ""
851
  "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
852
  "includes installation documentation, a FAQ and Troubleshooting tips. The <a "
854
  "have been answered."
855
  msgstr ""
856
 
857
+ #: wp-cache.php:1006 wp-cache.php:1053
858
  msgid "Update Status"
859
  msgstr ""
860
 
861
+ #: wp-cache.php:1013
862
  msgid "Accepted Filenames &amp; Rejected URIs"
863
  msgstr ""
864
 
865
+ #: wp-cache.php:1038
866
  msgid "Caching On"
867
  msgstr ""
868
 
869
+ #: wp-cache.php:1039
870
  msgid "Caching Off"
871
  msgstr ""
872
 
873
+ #: wp-cache.php:1040
874
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
875
  msgstr ""
876
 
877
+ #: wp-cache.php:1050
878
  msgid ""
879
  "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
880
  "Cached files will be served using those rules. If your site is working ok "
882
  "your install and remove the SuperCache rules."
883
  msgstr ""
884
 
885
+ #: wp-cache.php:1055
886
  msgid "Cache Tester"
887
  msgstr ""
888
 
889
+ #: wp-cache.php:1056
890
  msgid "Test your cached website by clicking the test button below."
891
  msgstr ""
892
 
893
+ #: wp-cache.php:1062
894
  msgid "Fetching %s to prime cache: "
895
  msgstr ""
896
 
897
+ #: wp-cache.php:1064 wp-cache.php:1073 wp-cache.php:1085
898
  msgid "OK"
899
  msgstr ""
900
 
901
+ #: wp-cache.php:1067
902
  msgid "Fetching first copy of %s: "
903
  msgstr ""
904
 
905
+ #: wp-cache.php:1076 wp-cache.php:1087
906
  msgid "FAILED"
907
  msgstr ""
908
 
909
+ #: wp-cache.php:1079
910
  msgid "Fetching second copy of %s: "
911
  msgstr ""
912
 
913
+ #: wp-cache.php:1091
914
  msgid "One or more page requests failed:"
915
  msgstr ""
916
 
917
+ #: wp-cache.php:1110 wp-cache.php:1111
918
  msgid "Page %d: %d (%s)"
919
  msgstr ""
920
 
921
+ #: wp-cache.php:1117
922
  msgid "Page 1: %s"
923
  msgstr ""
924
 
925
+ #: wp-cache.php:1118
926
  msgid "Page 2: %s"
927
  msgstr ""
928
 
929
+ #: wp-cache.php:1119
930
  msgid "The timestamps on both pages match!"
931
  msgstr ""
932
 
933
+ #: wp-cache.php:1121
934
  msgid "The pages do not match! Timestamps differ or were not found!"
935
  msgstr ""
936
 
937
+ #: wp-cache.php:1122
938
  msgid "Things you can do:"
939
  msgstr ""
940
 
941
+ #: wp-cache.php:1123
942
  msgid ""
943
  "Load your homepage in a logged out browser, check the timestamp at the end "
944
  "of the html source. Load the page again and compare the timestamp. Caching "
945
  "is working if the timestamps match."
946
  msgstr ""
947
 
948
+ #: wp-cache.php:1124
949
  msgid ""
950
  "Enable logging on the Debug page here. That should help you track down the "
951
  "problem."
952
  msgstr ""
953
 
954
+ #: wp-cache.php:1125
955
  msgid ""
956
  "You should check Page 1 and Page 2 above for errors. Your local server "
957
  "configuration may not allow your website to access itself."
958
  msgstr ""
959
 
960
+ #: wp-cache.php:1133
961
  msgid "Send non-secure (non https) request for homepage"
962
  msgstr ""
963
 
964
+ #: wp-cache.php:1134
965
  msgid "Test Cache"
966
  msgstr ""
967
 
968
+ #: wp-cache.php:1138
969
  msgid "Delete Cached Pages"
970
  msgstr ""
971
 
972
+ #: wp-cache.php:1139
973
  msgid ""
974
  "Cached pages are stored on your server as html and PHP files. If you need to "
975
  "delete them use the button below."
976
  msgstr ""
977
 
978
+ #: wp-cache.php:1142 wp-cache.php:2408 wp-cache.php:2427 wp-cache.php:2598
979
+ #: wp-cache.php:3122
980
  msgid "Delete Cache"
981
  msgstr ""
982
 
983
+ #: wp-cache.php:1149 wp-cache.php:2414
984
  msgid "Delete Cache On All Blogs"
985
  msgstr ""
986
 
987
+ #: wp-cache.php:1154
988
  msgid "Recommended Links and Plugins"
989
  msgstr ""
990
 
991
+ #: wp-cache.php:1155
992
  msgid ""
993
  "Caching is only one part of making a website faster. Here are some other "
994
  "plugins that will help:"
995
  msgstr ""
996
 
997
+ #: wp-cache.php:1156
998
  msgid ""
999
  "<a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages "
1000
  "by removing whitespaces and extra characters "
1001
  msgstr ""
1002
 
1003
+ #: wp-cache.php:1157
1004
  msgid ""
1005
  "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
1006
  "Firebug. It analyzes web pages and suggests ways to improve their "
1008
  "the performance tools online at <a href=\"%s\">GTMetrix</a>."
1009
  msgstr ""
1010
 
1011
+ #: wp-cache.php:1158
1012
  msgid ""
1013
  "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
1014
  "used Javascript libraries from Google webservers. Ironically it may reduce "
1015
  "your Yslow score."
1016
  msgstr ""
1017
 
1018
+ #: wp-cache.php:1160
1019
  msgid ""
1020
  "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
1021
  "Caching and cache-control</a> explains how to make your site more cacheable "
1022
  "with .htaccess rules."
1023
  msgstr ""
1024
 
1025
+ #: wp-cache.php:1161
1026
  msgid ""
1027
  "<strong>Advanced users only:</strong> Install an object cache. Choose from "
1028
  "<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
1029
  "\">eAcccelerator</a> and others."
1030
  msgstr ""
1031
 
1032
+ #: wp-cache.php:1162
1033
  msgid ""
1034
  "<a href=\"%s\">Cron View</a> is a useful plugin to use when trying to debug "
1035
  "garbage collection and preload problems."
1036
  msgstr ""
1037
 
1038
+ #: wp-cache.php:1173
1039
  msgid "Make WordPress Faster"
1040
  msgstr ""
1041
 
1042
+ #: wp-cache.php:1174
1043
  msgid ""
1044
  "%1$s is maintained and developed by %2$s with contributions from many others."
1045
  msgstr ""
1046
 
1047
+ #: wp-cache.php:1175
1048
  msgid "He blogs at %1$s and posts photos at %2$s."
1049
  msgstr ""
1050
 
1051
+ #: wp-cache.php:1176
1052
  msgid "Please say hi to him on %s too!"
1053
  msgstr ""
1054
 
1055
+ #: wp-cache.php:1177
1056
  msgid "Need Help?"
1057
  msgstr ""
1058
 
1059
+ #: wp-cache.php:1179
1060
  msgid ""
1061
  "Use the debug system in the Debug tab above. It will tell you what the "
1062
  "plugin is doing."
1063
  msgstr ""
1064
 
1065
+ #: wp-cache.php:1180
1066
  msgid "<a href=\"%1$s\">Installation Help</a>"
1067
  msgstr ""
1068
 
1069
+ #: wp-cache.php:1181
1070
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
1071
  msgstr ""
1072
 
1073
+ #: wp-cache.php:1182
1074
  msgid "<a href=\"%1$s\">Support Forum</a>"
1075
  msgstr ""
1076
 
1077
+ #: wp-cache.php:1183
1078
+ msgid "<a href=\"%1$s\">Development Version</a>"
1079
+ msgstr ""
1080
+
1081
+ #: wp-cache.php:1185
1082
  msgid "Rate This Plugin!"
1083
  msgstr ""
1084
 
1085
+ #: wp-cache.php:1186
1086
  msgid ""
1087
  "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
1088
  "or not. It really helps development."
1089
  msgstr ""
1090
 
1091
+ #: wp-cache.php:1195
1092
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
1093
  msgstr ""
1094
 
1095
+ #: wp-cache.php:1196
1096
  msgid "Newest Cached Pages:"
1097
  msgstr ""
1098
 
1099
+ #: wp-cache.php:1200
1100
  msgid "Cached %s seconds ago"
1101
  msgstr ""
1102
 
1103
+ #: wp-cache.php:1203
1104
  msgid "(may not always be accurate on busy sites)"
1105
  msgstr ""
1106
 
1107
+ #: wp-cache.php:1219
1108
  msgid ""
1109
  "Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
1110
  "super-cache folder. They are loaded when Supercache loads, much sooner than "
1111
  "regular WordPress plugins."
1112
  msgstr ""
1113
 
1114
+ #: wp-cache.php:1220
1115
  msgid ""
1116
  "This is strictly an advanced feature only and knowledge of both PHP and "
1117
  "WordPress actions is required to create them."
1118
  msgstr ""
1119
 
1120
+ #: wp-cache.php:1221
1121
+ msgid ""
1122
+ "<strong>Warning</strong>! Due to the way WordPress upgrades plugins the "
1123
+ "plugins you upload to wp-super-cache/plugins/ will be deleted when you "
1124
+ "upgrade WP Super Cache. You can avoid this by loading the plugins from "
1125
+ "elsewhere. Set <strong>$wp_cache_plugins_dir</strong> to the new location in "
1126
+ "wp-config.php and WP Super Cache will look there instead.<br />More info "
1127
+ "available in the <a href=\"http://ocaoimh.ie/wp-super-cache-developers/"
1128
+ "\">developer documentation</a>."
1129
+ msgstr ""
1130
+
1131
+ #: wp-cache.php:1231
1132
  msgid "Available Plugins"
1133
  msgstr ""
1134
 
1135
+ #: wp-cache.php:1248
1136
  msgid "Easy"
1137
  msgstr ""
1138
 
1139
+ #: wp-cache.php:1248
1140
  msgid "CDN"
1141
  msgstr ""
1142
 
1143
+ #: wp-cache.php:1248
1144
  msgid "Contents"
1145
  msgstr ""
1146
 
1147
+ #: wp-cache.php:1248
1148
  msgid "Preload"
1149
  msgstr ""
1150
 
1151
+ #: wp-cache.php:1248
1152
  msgid "Plugins"
1153
  msgstr ""
1154
 
1155
+ #: wp-cache.php:1248
1156
  msgid "Debug"
1157
  msgstr ""
1158
 
1159
+ #: wp-cache.php:1283
1160
  msgid ""
1161
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
1162
  "href=\"%s\">the main site</a> of this network."
1163
  msgstr ""
1164
 
1165
+ #: wp-cache.php:1292
1166
  msgid "Mod Rewrite Rules"
1167
  msgstr ""
1168
 
1169
+ #: wp-cache.php:1298
1170
  msgid "WordPress MU Detected"
1171
  msgstr ""
1172
 
1173
+ #: wp-cache.php:1298
1174
  msgid ""
1175
  "Unfortunately the rewrite rules cannot be updated automatically when running "
1176
  "WordPress MU. Please open your .htaccess and add the following mod_rewrite "
1177
  "rules above any other rules in that file."
1178
  msgstr ""
1179
 
1180
+ #: wp-cache.php:1300
1181
  msgid "Mod Rewrite rules cannot be updated!"
1182
  msgstr ""
1183
 
1184
+ #: wp-cache.php:1301
1185
  msgid ""
1186
  "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
1187
  "htaccess for the auto update to work. They look like this and surround the "
1188
  "main WordPress mod_rewrite rules:"
1189
  msgstr ""
1190
 
1191
+ #: wp-cache.php:1303
1192
  msgid "Refresh this page when you have updated your .htaccess file."
1193
  msgstr ""
1194
 
1195
+ #: wp-cache.php:1307
1196
  msgid "Thank you for upgrading."
1197
  msgstr ""
1198
 
1199
+ #: wp-cache.php:1307
1200
  msgid ""
1201
  "The mod_rewrite rules changed since you last installed this plugin. "
1202
  "Unfortunately you must remove the old supercache rules before the new ones "
1208
  "brave enough to use them."
1209
  msgstr ""
1210
 
1211
+ #: wp-cache.php:1311
1212
  msgid "Trailing slash check required."
1213
  msgstr ""
1214
 
1215
+ #: wp-cache.php:1311
1216
  msgid ""
1217
  "It looks like your blog has URLs that end with a \"/\". Unfortunately since "
1218
  "you installed this plugin a duplicate content bug has been found where URLs "
1221
  "and add these two rules to the two groups of Super Cache rules:"
1222
  msgstr ""
1223
 
1224
+ #: wp-cache.php:1313
1225
  msgid ""
1226
  "You can see where the rules go and examine the complete rules by clicking "
1227
  "the \"View mod_rewrite rules\" link below."
1228
  msgstr ""
1229
 
1230
+ #: wp-cache.php:1327
1231
  msgid "Mod Rewrite rules updated!"
1232
  msgstr ""
1233
 
1234
+ #: wp-cache.php:1328
1235
  msgid ""
1236
  "%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
1237
  "verify they are correct. They should look like this:"
1238
  msgstr ""
1239
 
1240
+ #: wp-cache.php:1330
1241
  msgid "Mod Rewrite rules must be updated!"
1242
  msgstr ""
1243
 
1244
+ #: wp-cache.php:1331
1245
  msgid ""
1246
  "Your %s.htaccess is not writable by the webserver and must be updated with "
1247
  "the necessary mod_rewrite rules. The new rules go above the regular "
1248
  "WordPress rules as shown in the code below:"
1249
  msgstr ""
1250
 
1251
+ #: wp-cache.php:1336
1252
  msgid ""
1253
  "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
1254
  "> Click the following link to see the lines added to that file. If you have "
1255
  "upgraded the plugin make sure these rules match."
1256
  msgstr ""
1257
 
1258
+ #: wp-cache.php:1339
1259
  msgid ""
1260
  "A difference between the rules in your .htaccess file and the plugin rewrite "
1261
  "rules has been found. This could be simple whitespace differences but you "
1263
  "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
1264
  msgstr ""
1265
 
1266
+ #: wp-cache.php:1341
1267
  msgid "View Mod_Rewrite Rules"
1268
  msgstr ""
1269
 
1270
+ #: wp-cache.php:1347 wp-cache.php:2714
1271
  msgid "Rules must be added to %s too:"
1272
  msgstr ""
1273
 
1274
+ #: wp-cache.php:1354
1275
  msgid "Gzip encoding rules in %s.htaccess created."
1276
  msgstr ""
1277
 
1278
+ #: wp-cache.php:1361
1279
  msgid "Fix Configuration"
1280
  msgstr ""
1281
 
1282
+ #: wp-cache.php:1364
1283
  msgid "Restore Default Configuration"
1284
  msgstr ""
1285
 
1286
+ #: wp-cache.php:1372
1287
  msgid ""
1288
  "Comment moderation is enabled. Your comment may take some time to appear."
1289
  msgstr ""
1290
 
1291
+ #: wp-cache.php:1397
1292
  msgid "Lock Down:"
1293
  msgstr ""
1294
 
1295
+ #: wp-cache.php:1398
1296
  msgid ""
1297
  "Prepare your server for an expected spike in traffic by enabling the lock "
1298
  "down. When this is enabled, new comments on a post will not refresh the "
1299
  "cached static files."
1300
  msgstr ""
1301
 
1302
+ #: wp-cache.php:1399
1303
  msgid ""
1304
  "Developers: Make your plugin lock down compatible by checking the "
1305
  "\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
1306
  "respects the WPLOCKDOWN setting."
1307
  msgstr ""
1308
 
1309
+ #: wp-cache.php:1401
1310
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
1311
  msgstr ""
1312
 
1313
+ #: wp-cache.php:1405
1314
  msgid ""
1315
  "WordPress is locked down. Super Cache static files will not be deleted when "
1316
  "new comments are made."
1317
  msgstr ""
1318
 
1319
+ #: wp-cache.php:1407
1320
  msgid ""
1321
  "WordPress is not locked down. New comments will refresh Super Cache static "
1322
  "files as normal."
1323
  msgstr ""
1324
 
1325
+ #: wp-cache.php:1413
1326
  msgid "Lock Down"
1327
  msgstr ""
1328
 
1329
+ #: wp-cache.php:1421
1330
  msgid "Directly Cached Files"
1331
  msgstr ""
1332
 
1333
+ #: wp-cache.php:1479
1334
  msgid "%s removed!"
1335
  msgstr ""
1336
 
1337
+ #: wp-cache.php:1487
1338
  msgid ""
1339
  "You must make %s writable to enable this feature. As this is a security risk "
1340
  "please make it readonly after your page is generated."
1341
  msgstr ""
1342
 
1343
+ #: wp-cache.php:1492
1344
  msgid ""
1345
  "%s is writable. Please make it readonly after your page is generated as this "
1346
  "is a security risk."
1347
  msgstr ""
1348
 
1349
+ #: wp-cache.php:1507
1350
  msgid "Existing direct page"
1351
  msgstr ""
1352
 
1353
+ #: wp-cache.php:1507
1354
  msgid "Delete cached file"
1355
  msgstr ""
1356
 
1357
+ #: wp-cache.php:1512
1358
  msgid "Add direct page:"
1359
  msgstr ""
1360
 
1361
+ #: wp-cache.php:1514
1362
  msgid ""
1363
  "Directly cached files are files created directly off %s where your blog "
1364
  "lives. This feature is only useful if you are expecting a major Digg or "
1365
  "Slashdot level of traffic to one post or page."
1366
  msgstr ""
1367
 
1368
+ #: wp-cache.php:1516
1369
  msgid ""
1370
  "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
1371
  "about/. The cached file will be generated the next time an anonymous user "
1372
  "visits that page."
1373
  msgstr ""
1374
 
1375
+ #: wp-cache.php:1517
1376
  msgid ""
1377
  "Make the textbox blank to remove it from the list of direct pages and delete "
1378
  "the cached file."
1379
  msgstr ""
1380
 
1381
+ #: wp-cache.php:1522
1382
  msgid "Update Direct Pages"
1383
  msgstr ""
1384
 
1385
+ #: wp-cache.php:1550
1386
  msgctxt "timezone date format"
1387
  msgid "Y-m-d G:i:s"
1388
  msgstr ""
1389
 
1390
+ #: wp-cache.php:1612
1391
  msgid "Expiry Time &amp; Garbage Collection"
1392
  msgstr ""
1393
 
1394
+ #: wp-cache.php:1614
1395
  msgid ""
1396
  "<abbr title=\"Coordinated Universal Time\">UTC</abbr> time is <code>%s</code>"
1397
  msgstr ""
1398
 
1399
+ #: wp-cache.php:1617
1400
  msgid "Local time is <code>%1$s</code>"
1401
  msgstr ""
1402
 
1403
+ #: wp-cache.php:1621
1404
  msgid "Next scheduled garbage collection will be at <strong>%s UTC</strong>"
1405
  msgstr ""
1406
 
1407
+ #: wp-cache.php:1625
1408
  msgid ""
1409
  "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not "
1410
  "be deleted regardless of age."
1411
  msgstr ""
1412
 
1413
+ #: wp-cache.php:1642
1414
  msgid "Cache Timeout"
1415
  msgstr ""
1416
 
1417
+ #: wp-cache.php:1643 wp-cache.php:1646
1418
  msgid "seconds"
1419
  msgstr ""
1420
 
1421
+ #: wp-cache.php:1644
1422
  msgid ""
1423
  "How long should cached pages remain fresh? Set to 0 to disable garbage "
1424
  "collection. A good starting point is 3600 seconds."
1425
  msgstr ""
1426
 
1427
+ #: wp-cache.php:1645
1428
  msgid "Scheduler"
1429
  msgstr ""
1430
 
1431
+ #: wp-cache.php:1645
1432
  msgid "Timer:"
1433
  msgstr ""
1434
 
1435
+ #: wp-cache.php:1646
1436
  msgid "Check for stale cached files every <em>interval</em> seconds."
1437
  msgstr ""
1438
 
1439
+ #: wp-cache.php:1647
1440
  msgid "Clock:"
1441
  msgstr ""
1442
 
1443
+ #: wp-cache.php:1648
1444
  msgid "HH:MM"
1445
  msgstr ""
1446
 
1447
+ #: wp-cache.php:1648
1448
  msgid ""
1449
  "Check for stale cached files at this time <strong>(UTC)</strong> or starting "
1450
  "at this time every <em>interval</em> below."
1451
  msgstr ""
1452
 
1453
+ #: wp-cache.php:1650
1454
  msgid "Interval:"
1455
  msgstr ""
1456
 
1457
+ #: wp-cache.php:1656
1458
  msgid "Notification Emails"
1459
  msgstr ""
1460
 
1461
+ #: wp-cache.php:1657
1462
  msgid "Email me when the garbage collection runs."
1463
  msgstr ""
1464
 
1465
+ #: wp-cache.php:1659
1466
  msgid "Garbage Collection"
1467
  msgstr ""
1468
 
1469
+ #: wp-cache.php:1660
1470
  msgid ""
1471
  "<em>Garbage collection</em> is the simple act of throwing out your garbage. "
1472
  "For this plugin that would be old or <em>stale</em> cached files that may be "
1473
  "out of date. New cached files are described as <em>fresh</em>."
1474
  msgstr ""
1475
 
1476
+ #: wp-cache.php:1661
1477
  msgid ""
1478
  "Cached files are fresh for a limited length of time. You can set that time "
1479
  "in the <em>Cache Timeout</em> text box on this page."
1480
  msgstr ""
1481
 
1482
+ #: wp-cache.php:1662
1483
  msgid ""
1484
  "Stale cached files are not removed as soon as they become stale. They have "
1485
  "to be removed by the garbage collecter. That is why you have to tell the "
1486
  "plugin when the garbage collector should run."
1487
  msgstr ""
1488
 
1489
+ #: wp-cache.php:1663
1490
  msgid ""
1491
  "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the "
1492
  "garbage collector should run."
1493
  msgstr ""
1494
 
1495
+ #: wp-cache.php:1664
1496
  msgid ""
1497
  "The <em>Timer</em> scheduler tells the plugin to run the garbage collector "
1498
  "at regular intervals. When one garbage collection is done, the next run is "
1499
  "scheduled."
1500
  msgstr ""
1501
 
1502
+ #: wp-cache.php:1665
1503
  msgid ""
1504
  "Or, the <em>Clock</em> scheduler allows the garbage collection to run at "
1505
  "specific times. If set to run hourly or twicedaily the garbage collector "
1508
  "time specified."
1509
  msgstr ""
1510
 
1511
+ #: wp-cache.php:1667
1512
  msgid ""
1513
  "There are no best garbage collection settings but here are a few scenarios. "
1514
  "Garbage collection is separate to other actions that clear our cached files "
1515
  "like leaving a comment or publishing a post."
1516
  msgstr ""
1517
 
1518
+ #: wp-cache.php:1669
1519
  msgid ""
1520
  "Sites that want to serve lots of newly generated data should set the "
1521
  "<em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 "
1522
  "seconds."
1523
  msgstr ""
1524
 
1525
+ #: wp-cache.php:1670
1526
  msgid ""
1527
  "Sites with widgets and rss feeds in their sidebar should probably use a "
1528
  "timeout of 3600 seconds and set the timer to 600 seconds. Stale files will "
1529
  "be caught within 10 minutes of going stale."
1530
  msgstr ""
1531
 
1532
+ #: wp-cache.php:1671
1533
  msgid ""
1534
  "Sites with lots of static content, no widgets or rss feeds in their sidebar "
1535
  "can use a timeout of 86400 seconds or even more and set the timer to "
1536
  "something equally long."
1537
  msgstr ""
1538
 
1539
+ #: wp-cache.php:1672
1540
  msgid ""
1541
  "Sites where an external data source updates at a particular time every day "
1542
  "should set the timeout to 86400 seconds and use the Clock scheduler set "
1543
  "appropriately."
1544
  msgstr ""
1545
 
1546
+ #: wp-cache.php:1674
1547
  msgid ""
1548
  "Checking for and deleting expired files is expensive, but it&#8217;s "
1549
  "expensive leaving them there too. On a very busy site you should set the "
1554
  "using mod_rewrite or PHP caching."
1555
  msgstr ""
1556
 
1557
+ #: wp-cache.php:1675
1558
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1559
  msgstr ""
1560
 
1561
+ #: wp-cache.php:1676
1562
  msgid "Change Expiration"
1563
  msgstr ""
1564
 
1565
+ #: wp-cache.php:1720
1566
  msgid "Rejected User Agents"
1567
  msgstr ""
1568
 
1569
+ #: wp-cache.php:1721
1570
  msgid ""
1571
  "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache "
1572
  "from caching bot, spiders, and crawlers&#8217; requests. Note that super "
1573
  "cached files are still sent to these agents if they already exists."
1574
  msgstr ""
1575
 
1576
+ #: wp-cache.php:1728
1577
  msgid "Save UA Strings"
1578
  msgstr ""
1579
 
1580
+ #: wp-cache.php:1751
1581
  msgid ""
1582
  "Do not cache the following page types. See the <a href=\"http://codex."
1583
  "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
1584
  "complete discussion on each type."
1585
  msgstr ""
1586
 
1587
+ #: wp-cache.php:1754
1588
  msgid "Single Posts"
1589
  msgstr ""
1590
 
1591
+ #: wp-cache.php:1755
1592
  msgid "Pages"
1593
  msgstr ""
1594
 
1595
+ #: wp-cache.php:1756
1596
  msgid "Front Page"
1597
  msgstr ""
1598
 
1599
+ #: wp-cache.php:1757
1600
  msgid "Home"
1601
  msgstr ""
1602
 
1603
+ #: wp-cache.php:1758
1604
  msgid "Archives"
1605
  msgstr ""
1606
 
1607
+ #: wp-cache.php:1759
1608
  msgid "Tags"
1609
  msgstr ""
1610
 
1611
+ #: wp-cache.php:1760
1612
  msgid "Category"
1613
  msgstr ""
1614
 
1615
+ #: wp-cache.php:1761
1616
  msgid "Feeds"
1617
  msgstr ""
1618
 
1619
+ #: wp-cache.php:1762
1620
  msgid "Search Pages"
1621
  msgstr ""
1622
 
1623
+ #: wp-cache.php:1763
1624
  msgid "Author Pages"
1625
  msgstr ""
1626
 
1627
+ #: wp-cache.php:1765 wp-cache.php:1877
1628
  msgid "Save"
1629
  msgstr ""
1630
 
1631
+ #: wp-cache.php:1782
1632
  msgid ""
1633
  "Add here strings (not a filename) that forces a page not to be cached. For "
1634
  "example, if your URLs include year and you dont want to cache last year "
1637
  "cache that page."
1638
  msgstr ""
1639
 
1640
+ #: wp-cache.php:1788
1641
  msgid "Save Strings"
1642
  msgstr ""
1643
 
1644
+ #: wp-cache.php:1804
1645
  msgid ""
1646
  "Add here those filenames that can be cached, even if they match one of the "
1647
  "rejected substring specified above."
1648
  msgstr ""
1649
 
1650
+ #: wp-cache.php:1810
1651
  msgid "Save Files"
1652
  msgstr ""
1653
 
1654
+ #: wp-cache.php:1851
1655
  msgid "Currently logging to: %s"
1656
  msgstr ""
1657
 
1658
+ #: wp-cache.php:1854
1659
  msgid ""
1660
  "Fix problems with the plugin by debugging it here. It can log them to a file "
1661
  "in your cache directory."
1662
  msgstr ""
1663
 
1664
+ #: wp-cache.php:1858
1665
  msgid "Debugging"
1666
  msgstr ""
1667
 
1668
+ #: wp-cache.php:1859
1669
  msgid "IP Address"
1670
  msgstr ""
1671
 
1672
+ #: wp-cache.php:1859
1673
  msgid "(only log requests from this IP address. Your IP is %s)"
1674
  msgstr ""
1675
 
1676
+ #: wp-cache.php:1860
1677
+ msgid "Cache Status Messages"
1678
+ msgstr ""
1679
+
1680
+ #: wp-cache.php:1861
1681
+ msgid "Display comments at the end of every page like this:"
1682
+ msgstr ""
1683
+
1684
+ #: wp-cache.php:1867
1685
  msgid ""
1686
  "In very rare cases two problems may arise on some blogs:<ol><li> The front "
1687
  "page may start downloading as a zip file.</li><li> The wrong page is "
1689
  "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1690
  msgstr ""
1691
 
1692
+ #: wp-cache.php:1868
1693
  msgid ""
1694
  "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they "
1695
  "only happen in very rare cases but you can run a simple check once every 5 "
1697
  "emailed if there is a problem."
1698
  msgstr ""
1699
 
1700
+ #: wp-cache.php:1870
1701
  msgid "Check front page every 5 minutes."
1702
  msgstr ""
1703
 
1704
+ #: wp-cache.php:1871
1705
  msgid "Front page text"
1706
  msgstr ""
1707
 
1708
+ #: wp-cache.php:1871
1709
  msgid ""
1710
  "Text to search for on your front page. If this text is missing the cache "
1711
  "will be cleared. Leave blank to disable."
1712
  msgstr ""
1713
 
1714
+ #: wp-cache.php:1872
1715
  msgid "Clear cache on error."
1716
  msgstr ""
1717
 
1718
+ #: wp-cache.php:1873
1719
  msgid "Email the blog admin when checks are made. (useful for testing)"
1720
  msgstr ""
1721
 
1722
+ #: wp-cache.php:1887
1723
  msgid ""
1724
  "Error: GZIP compression is enabled, disable it if you want to enable wp-"
1725
  "cache."
1726
  msgstr ""
1727
 
1728
+ #: wp-cache.php:1937 wp-cache.php:2078 wp-cache.php:2114
1729
  msgid "Warning"
1730
  msgstr ""
1731
 
1732
+ #: wp-cache.php:1937
1733
  msgid ""
1734
  "GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
1735
  "you disable gzip compression."
1736
  msgstr ""
1737
 
1738
+ #: wp-cache.php:1999 wp-cache.php:2004 wp-cache.php:2037 wp-cache.php:2042
1739
+ #: wp-cache.php:2048
1740
  msgid "Error"
1741
  msgstr ""
1742
 
1743
+ #: wp-cache.php:1999
1744
  msgid ""
1745
  "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;"
1746
  "t be created by the web server. Check %1$s permissions."
1747
  msgstr ""
1748
 
1749
+ #: wp-cache.php:2004
1750
  msgid ""
1751
  "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
1752
  "to be writable for this plugin to work. Double-check it."
1753
  msgstr ""
1754
 
1755
+ #: wp-cache.php:2037
1756
  msgid ""
1757
  "Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
1758
  "writable by the Web server.Please delete it and refresh this page."
1759
  msgstr ""
1760
 
1761
+ #: wp-cache.php:2042
1762
  msgid ""
1763
  "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
1764
  "not writable by the Web server.Check its permissions."
1765
  msgstr ""
1766
 
1767
+ #: wp-cache.php:2048
1768
  msgid ""
1769
  "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
1770
  "installation."
1771
  msgstr ""
1772
 
1773
+ #: wp-cache.php:2078
1774
+ msgid "Could not update %s!</em> WPCACHEHOME must be set in config file."
1775
+ msgstr ""
1776
+
1777
+ #: wp-cache.php:2114
1778
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1779
  msgstr ""
1780
 
1781
+ #: wp-cache.php:2115
1782
  msgid "1. If it already exists please delete the file first."
1783
  msgstr ""
1784
 
1785
+ #: wp-cache.php:2116
1786
  msgid ""
1787
  "2. Make %1$s writable using the chmod command through your ftp or server "
1788
  "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
1790
  "again. (Change 777 to 755 in the previous command)"
1791
  msgstr ""
1792
 
1793
+ #: wp-cache.php:2117
1794
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1795
  msgstr ""
1796
 
1797
+ #: wp-cache.php:2118
1798
  msgid ""
1799
  "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
1800
  "em> doesn&#8217;t exist:"
1801
  msgstr ""
1802
 
1803
+ #: wp-cache.php:2119
1804
  msgid ""
1805
  "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
1806
  "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
1807
  "copy it to <em>%3$s</em> and refresh this page.</li>"
1808
  msgstr ""
1809
 
1810
+ #: wp-cache.php:2142
1811
  msgid ""
1812
  "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
1813
  "WordPress to load the code that serves cached pages. Unfortunately it is set "
1816
  "true);</code></p>"
1817
  msgstr ""
1818
 
1819
+ #: wp-cache.php:2144
1820
  msgid ""
1821
  "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
1822
  "code> file and I couldn&#8217;t modify it."
1823
  msgstr ""
1824
 
1825
+ #: wp-cache.php:2145
1826
  msgid ""
1827
  "Edit <code>%s</code> and add the following line:<br /> <code>define"
1828
  "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
1829
  "executed</strong> by WordPress core. "
1830
  msgstr ""
1831
 
1832
+ #: wp-cache.php:2149
1833
  msgid ""
1834
  "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
1835
  "this warning message please see point 5 of the <a href=\"http://wordpress."
1837
  "WP_CACHE line must be moved up."
1838
  msgstr ""
1839
 
1840
+ #: wp-cache.php:2177
1841
  msgid "Cache Contents"
1842
  msgstr ""
1843
 
1844
+ #: wp-cache.php:2180
1845
  msgid "Object cache in use. No cache listing available."
1846
  msgstr ""
1847
 
1848
+ #: wp-cache.php:2204
1849
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1850
  msgstr ""
1851
 
1852
+ #: wp-cache.php:2221
1853
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1854
  msgstr ""
1855
 
1856
+ #: wp-cache.php:2286
1857
  msgid ""
1858
  "Cache stats are not automatically generated. You must click the link below "
1859
  "to regenerate the stats on this page."
1860
  msgstr ""
1861
 
1862
+ #: wp-cache.php:2287
1863
  msgid "Regenerate cache stats"
1864
  msgstr ""
1865
 
1866
+ #: wp-cache.php:2289
1867
  msgid "Cache stats last generated: %s minutes ago."
1868
  msgstr ""
1869
 
1870
+ #: wp-cache.php:2295
1871
  msgid "WP-Cache"
1872
  msgstr ""
1873
 
1874
+ #: wp-cache.php:2296 wp-cache.php:2311
1875
  msgid "%s Cached Pages"
1876
  msgstr ""
1877
 
1878
+ #: wp-cache.php:2297 wp-cache.php:2316
1879
  msgid "%s Expired Pages"
1880
  msgstr ""
1881
 
1882
+ #: wp-cache.php:2310
1883
  msgid "WP-Super-Cache"
1884
  msgstr ""
1885
 
1886
+ #: wp-cache.php:2320
1887
  msgid "Fresh WP-Cached Files"
1888
  msgstr ""
1889
 
1890
+ #: wp-cache.php:2321 wp-cache.php:2337 wp-cache.php:2353 wp-cache.php:2369
1891
  msgid "URI"
1892
  msgstr ""
1893
 
1894
+ #: wp-cache.php:2321 wp-cache.php:2337
1895
  msgid "Key"
1896
  msgstr ""
1897
 
1898
+ #: wp-cache.php:2321 wp-cache.php:2337 wp-cache.php:2353 wp-cache.php:2369
1899
  msgid "Age"
1900
  msgstr ""
1901
 
1902
+ #: wp-cache.php:2321 wp-cache.php:2337 wp-cache.php:2353 wp-cache.php:2369
1903
  msgid "Delete"
1904
  msgstr ""
1905
 
1906
+ #: wp-cache.php:2336
1907
  msgid "Stale WP-Cached Files"
1908
  msgstr ""
1909
 
1910
+ #: wp-cache.php:2352
1911
  msgid "Fresh Super Cached Files"
1912
  msgstr ""
1913
 
1914
+ #: wp-cache.php:2368
1915
  msgid "Stale Super Cached Files"
1916
  msgstr ""
1917
 
1918
+ #: wp-cache.php:2384
1919
  msgid "Hide file list"
1920
  msgstr ""
1921
 
1922
+ #: wp-cache.php:2386
1923
  msgid "Too many cached files, no listing possible."
1924
  msgstr ""
1925
 
1926
+ #: wp-cache.php:2388
1927
  msgid "List all cached files"
1928
  msgstr ""
1929
 
1930
+ #: wp-cache.php:2391
1931
  msgid ""
1932
  "Expired files are files older than %s seconds. They are still used by the "
1933
  "plugin and are deleted periodically."
1934
  msgstr ""
1935
 
1936
+ #: wp-cache.php:2402
1937
  msgid "Delete Expired"
1938
  msgstr ""
1939
 
1940
+ #: wp-cache.php:2427
1941
  msgid "Delete Super Cache cached files (opens in new window)"
1942
  msgstr ""
1943
 
1944
+ #: wp-cache.php:2574
1945
  msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
1946
  msgstr ""
1947
 
1948
+ #: wp-cache.php:2607
1949
  msgid ""
1950
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1951
  "to enable and configure the plugin."
1952
  msgstr ""
1953
 
1954
+ #: wp-cache.php:2613
1955
  msgid "Settings"
1956
  msgstr ""
1957
 
1958
+ #: wp-cache.php:2623
1959
  msgid ""
1960
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1961
  "page</a> to enable caching."
1962
  msgstr ""
1963
 
1964
+ #: wp-cache.php:2626
1965
  msgid ""
1966
  "Warning! WP Super Cache caching broken! The script advanced-cache.php could "
1967
  "not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php "
1968
  "and make sure the path to %2$swp-cache-phase1.php is correct."
1969
  msgstr ""
1970
 
1971
+ #: wp-cache.php:2645
1972
  msgid "[%s] Front page is gzipped! Please clear cache!"
1973
  msgstr ""
1974
 
1975
+ #: wp-cache.php:2645
1976
  msgid ""
1977
  "Please visit %s to clear the cache as the front page of your site is now "
1978
  "downloading!"
1979
  msgstr ""
1980
 
1981
+ #: wp-cache.php:2648
1982
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1983
  msgstr ""
1984
 
1985
+ #: wp-cache.php:2648
1986
  msgid ""
1987
  "The cache on your blog has been cleared because the front page of your site "
1988
  "is now downloading. Please visit %s to verify the cache has been cleared."
1989
  msgstr ""
1990
 
1991
+ #: wp-cache.php:2655
1992
  msgid "[%s] Front page is not correct! Please clear cache!"
1993
  msgstr ""
1994
 
1995
+ #: wp-cache.php:2655
1996
  msgid ""
1997
  "Please visit %1$s to clear the cache as the front page of your site is not "
1998
  "correct and missing the text, \"%2$s\"!"
1999
  msgstr ""
2000
 
2001
+ #: wp-cache.php:2658
2002
  msgid "[%s] Front page is not correct! Cache Cleared!"
2003
  msgstr ""
2004
 
2005
+ #: wp-cache.php:2658
2006
  msgid ""
2007
  "The cache on your blog has been cleared because the front page of your site "
2008
  "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
2009
  "cleared."
2010
  msgstr ""
2011
 
2012
+ #: wp-cache.php:2663
2013
  msgid "[%s] Front page check!"
2014
  msgstr ""
2015
 
2016
+ #: wp-cache.php:2663
2017
  msgid ""
2018
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
2019
  "you would like to disable this."
2020
  msgstr ""
2021
 
2022
+ #: wp-cache.php:2706
2023
  msgid "Cannot update .htaccess"
2024
  msgstr ""
2025
 
2026
+ #: wp-cache.php:2706
2027
  msgid ""
2028
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
2029
  "Please correct this using the chmod command or your ftp client."
2030
  msgstr ""
2031
 
2032
+ #: wp-cache.php:2706
2033
  msgid "Refresh this page when the file permissions have been modified."
2034
  msgstr ""
2035
 
2036
+ #: wp-cache.php:2706
2037
  msgid ""
2038
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
2039
  "add the following code (before any WordPress rules):"
2040
  msgstr ""
2041
 
2042
+ #: wp-cache.php:2710
2043
  msgid ""
2044
  "To serve static html files your server must have the correct mod_rewrite "
2045
  "rules added to a file called <code>%s.htaccess</code>"
2046
  msgstr ""
2047
 
2048
+ #: wp-cache.php:2711
2049
  msgid "You can edit the file yourself add the following rules."
2050
  msgstr ""
2051
 
2052
+ #: wp-cache.php:2712
2053
  msgid " Make sure they appear before any existing WordPress rules. "
2054
  msgstr ""
2055
 
2056
+ #: wp-cache.php:2720
2057
  msgid "Update Mod_Rewrite Rules"
2058
  msgstr ""
2059
 
2060
+ #: wp-cache.php:2872
2061
  msgid "[%1$s] Cache Preload Started"
2062
  msgstr ""
2063
 
2064
+ #: wp-cache.php:2902
2065
  msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
2066
  msgstr ""
2067
 
2068
+ #: wp-cache.php:2948
2069
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
2070
  msgstr ""
2071
 
2072
+ #: wp-cache.php:2969
2073
  msgid "[%1$s] Cache Preload Stopped"
2074
  msgstr ""
2075
 
2076
+ #: wp-cache.php:2979
2077
  msgid "[%1$s] %2$d posts refreshed"
2078
  msgstr ""
2079
 
2080
+ #: wp-cache.php:2979
2081
  msgid "Refreshed the following posts:"
2082
  msgstr ""
2083
 
2084
+ #: wp-cache.php:2989
2085
  msgid "Scheduling next preload refresh in %d minutes."
2086
  msgstr ""
2087
 
2088
+ #: wp-cache.php:3000
2089
  msgid "[%s] Cache Preload Completed"
2090
  msgstr ""
2091
 
2092
+ #: wp-cache.php:3000
2093
  msgid "Cleaning up old supercache files."
2094
  msgstr ""
2095
 
2096
+ #: wp-cache.php:3043
2097
  msgid "[%s] Preload may have stalled."
2098
  msgstr ""
2099
 
2100
+ #: wp-cache.php:3043
2101
  msgid ""
2102
  "Preload has been restarted.\n"
2103
  "%s"
2104
  msgstr ""
2105
 
2106
+ #: wp-cache.php:3086
2107
  msgid "Supercache Uninstall Problems"
2108
  msgstr ""
2109
 
2110
+ #: wp-cache.php:3086
2111
  msgid ""
2112
  "Dear User,\n"
2113
  "\n"
2125
  "http://wordpress.org/extend/plugins/wp-super-cache/"
2126
  msgstr ""
2127
 
2128
+ #: wp-cache.php:3123
2129
  msgid "Delete cache of the current page"
2130
  msgstr ""