WP Super Cache - Version 1.0

Version Description

= 0.9.9.9 = Serve repeated static files from the same CDN hostname, translations, lots of bug fixes

Download this release

Release Info

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

Code changes from version 0.9.9.9 to 1.0

Changelog.txt CHANGED
@@ -1,3 +1,444 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  2011-01-26 11:42 donncha
2
 
3
  * wp-cache-phase2.php: Remove the 5 second old check on existing
1
+ 2011-12-05 17:56 donncha
2
+
3
+ * wp-super-cache.pot: Updated the translation file
4
+
5
+ 2011-12-05 17:50 donncha
6
+
7
+ * wp-cache.php: Added warning about preload mode to expiry settings
8
+ form
9
+
10
+ 2011-12-05 16:58 donncha
11
+
12
+ * wp-cache.php: Small changes to scheduling form.
13
+
14
+ 2011-12-05 11:18 donncha
15
+
16
+ * readme.txt, wp-cache.php: Added FAQ for mobile plugins and
17
+ changed text in settings page slightly
18
+
19
+ 2011-12-05 10:28 donncha
20
+
21
+ * readme.txt, wp-cache.php: Removed AddDefaultCharset and added
22
+ note to readme.txt, see
23
+ http://wordpress.org/support/topic/plugin-wp-super-cache-please-please-please-leave-adddefaultcharset-out-of-htaccess?replies=3
24
+
25
+ 2011-12-01 15:48 donncha
26
+
27
+ * wp-super-cache.pot: Updated translation file
28
+
29
+ 2011-11-30 17:57 donncha
30
+
31
+ * wp-cache-phase1.php, wp-cache.php: Fix for blogs that use a
32
+ folder install and don't have a trailing slash. See
33
+ http://wordpress.org/support/topic/plugin-wp-super-cache-one-of-the-root-causes-of-the-timestamps-difference
34
+
35
+ 2011-11-30 11:42 donncha
36
+
37
+ * wp-cache-phase2.php, wp-cache.php: Set these scheduling variables
38
+
39
+ 2011-11-29 12:09 donncha
40
+
41
+ * wp-cache-phase2.php: Cast the number of deleted files and
42
+ directories as an int, because false !== 0
43
+
44
+ 2011-11-29 10:49 donncha
45
+
46
+ * wp-cache.php: Minor text change, props talgalili
47
+
48
+ 2011-11-29 09:41 donncha
49
+
50
+ * wp-cache.php: Minor text changes, fixes to labels
51
+
52
+ 2011-11-29 09:34 donncha
53
+
54
+ * wp-cache-phase2.php: Record how many files were deleted by cron
55
+ job
56
+
57
+ 2011-11-28 22:39 donncha
58
+
59
+ * wp-cache-phase2.php, wp-cache.php: Revamped scheduling of garbage
60
+ collection system. WIP.
61
+
62
+ 2011-11-24 17:57 donncha
63
+
64
+ * wp-cache.php: Added an admin bar link to delete the cache for the
65
+ current page, but only if no caching for known users.
66
+
67
+ 2011-11-23 17:13 donncha
68
+
69
+ * readme.txt: Added more troubleshooting tips
70
+
71
+ 2011-11-21 11:30 donncha
72
+
73
+ * wp-super-cache.pot: Updated translation file
74
+
75
+ 2011-11-21 10:37 donncha
76
+
77
+ * wp-cache.php: Ooops, don't forget Stephen here too!
78
+
79
+ 2011-11-21 10:27 donncha
80
+
81
+ * wp-cache.php: Digg is old hat, it's Stephen Fry now.
82
+
83
+ 2011-10-26 17:29 donncha
84
+
85
+ * readme.txt: Updated translation credits
86
+
87
+ 2011-10-26 17:25 donncha
88
+
89
+ * languages/wp-super-cache-ru_RU.mo,
90
+ languages/wp-super-cache-ru_RU.po: Updated Russian translation by
91
+ Elvis
92
+
93
+ 2011-10-26 17:23 donncha
94
+
95
+ * wp-super-cache.pot: Updated translation file
96
+
97
+ 2011-10-26 17:21 donncha
98
+
99
+ * languages/wp-super-cache-zh_TW.mo,
100
+ languages/wp-super-cache-zh_TW.po: Updated translation, props
101
+ Priv
102
+
103
+ 2011-10-26 17:16 donncha
104
+
105
+ * languages/wp-super-cache-ro_RO.mo,
106
+ languages/wp-super-cache-ro_RO.po: Added Romanian translation,
107
+ props Michail Bogdanov, http://www.webhostinghub.com/
108
+
109
+ 2011-10-26 17:10 donncha
110
+
111
+ * languages/wp-super-cache-be_BY.mo,
112
+ languages/wp-super-cache-be_BY.po: Added Belarusian translation,
113
+ props Alexander Alexandrov, http://www.designcontest.com/
114
+
115
+ 2011-10-26 17:02 donncha
116
+
117
+ * languages/wp-super-cache-lt_LT.mo,
118
+ languages/wp-super-cache-lt_LT.po: Added Lithuanian translation,
119
+ props Nata Strazda, www.webhostingrating.com
120
+
121
+ 2011-10-26 16:41 donncha
122
+
123
+ * wp-cache-phase2.php: Revert [66003] so supercache files are
124
+ cleared always. http://plugins.trac.wordpress.org/changeset/66003
125
+
126
+ 2011-10-26 16:24 donncha
127
+
128
+ * wp-cache-phase2.php: Remove $permalink, as $dir already has the
129
+ permalink, props Alex Bitsche
130
+
131
+ 2011-10-24 17:10 donncha
132
+
133
+ * wp-cache-phase2.php: Delete the cached file in the right
134
+ directory. Props Alex Bitsche.
135
+
136
+ 2011-10-20 15:08 donncha
137
+
138
+ * wp-cache.php: Colour code the cache tester results
139
+
140
+ 2011-10-19 12:01 donncha
141
+
142
+ * wp-cache.php: Preload all post types except for revisions and nav
143
+ menu items
144
+
145
+ 2011-10-19 11:15 donncha
146
+
147
+ * wp-cache.php: * Populate preload counter if not set.
148
+ * Preload 50 taxonomy pages at a time rather than 10
149
+ * Push current taxonomy page into permalink text file
150
+
151
+ 2011-10-18 17:05 donncha
152
+
153
+ * wp-cache.php: Preload can now preload taxonomies, use
154
+ 'wp_cache_preload_taxonomies' filter to change taxonomies.
155
+
156
+ 2011-10-18 15:31 donncha
157
+
158
+ * readme.txt: Minor typo fix and added a new FAQ: "What does the
159
+ Cache Rebuild feature do?"
160
+
161
+ 2011-10-11 16:48 donncha
162
+
163
+ * wp-cache.php: Make the file listing wider
164
+
165
+ 2011-10-11 16:47 donncha
166
+
167
+ * wp-cache.php: Correct the "Hide list" link
168
+
169
+ 2011-10-11 16:43 donncha
170
+
171
+ * wp-cache.php: Regenerate the list of files correctly.
172
+
173
+ 2011-10-11 16:13 donncha
174
+
175
+ * wp-cache-phase2.php: Hide preg_match warnings like
176
+ http://wordpress.org/support/topic/plugin-wp-super-cache-errors-shown-at-top-of-cached-pages?replies=6
177
+
178
+ 2011-10-11 16:00 donncha
179
+
180
+ * wp-cache-phase2.php: Make "Page not cached message a bit clearer"
181
+
182
+ 2011-09-09 08:26 donncha
183
+
184
+ * wp-cache.php: Fix empty date param, props hew, fixes
185
+ http://plugins.trac.wordpress.org/ticket/1378
186
+
187
+ 2011-08-29 14:35 donncha
188
+
189
+ * wp-cache.php: Added docs suggesting what to do when cache tester
190
+ doesn't work.
191
+
192
+ 2011-07-27 17:30 donncha
193
+
194
+ * languages/wp-super-cache-ua_UA.mo,
195
+ languages/wp-super-cache-ua_UA.po, readme.txt: Added Ukranian
196
+ translation, props Alyona Lompar.
197
+
198
+ 2011-07-25 11:13 donncha
199
+
200
+ * wp-cache-phase1.php: Allow previews by logged in users, even when
201
+ they're made anon on the blog.
202
+
203
+ 2011-07-22 15:42 donncha
204
+
205
+ * wp-cache-phase1.php, wp-cache.php: Make it "known users" rather
206
+ than logged in users, and interrogate $_COOKIE directly
207
+
208
+ 2011-07-22 15:10 donncha
209
+
210
+ * wp-cache-phase1.php, wp-cache.php: Added option to make logged in
211
+ users anonymous so they're served static cached files. Props
212
+ DrEmixam,
213
+ http://wordpress.org/support/topic/plugin-wp-super-cache-not-caching-pages-for-logged-in-users-1
214
+
215
+ 2011-07-20 11:29 donncha
216
+
217
+ * readme.txt: Bump tested and requried versions.
218
+
219
+ 2011-07-20 11:25 donncha
220
+
221
+ * wp-cache-base.php, wp-cache-config-sample.php: Update multisite
222
+ detection to 3.0 standards. Fixes caching of XML sitemaps
223
+
224
+ 2011-07-15 09:49 donncha
225
+
226
+ * ossdl-cdn.php: Generate hash keys so files are served from the
227
+ same CDN on multisite networks.
228
+
229
+ 2011-07-13 12:55 donncha
230
+
231
+ * wp-cache-phase2.php, wp-cache.php: * On multisite networks add a
232
+ new button "Delete cache on all blogs" for superadmins.
233
+ * Deleting cache now only deletes cache for that blog
234
+
235
+ 2011-07-12 06:13 donncha
236
+
237
+ * wp-cache.php: Put ' around the cache secret key, props Simon
238
+ Prosser.
239
+
240
+ 2011-07-11 16:51 donncha
241
+
242
+ * wp-cache-phase1.php, wp-cache.php: Added "donotcachepage" GET
243
+ parameter to disable cache on page.
244
+
245
+ 2011-07-11 15:49 donncha
246
+
247
+ * wp-cache-phase2.php, wp-cache.php: Added support for is_author()
248
+ exclusion
249
+
250
+ 2011-07-11 15:41 donncha
251
+
252
+ * wp-cache-phase2.php: Only rebuild the current url, or the
253
+ homepage will never be updated
254
+
255
+ 2011-07-11 14:52 donncha
256
+
257
+ * wp-cache-phase1.php, wp-cache-phase2.php: * Added
258
+ get_supercache_dir() and modified get_all_supercache_filenames()
259
+ to take a directory name.
260
+ * get_all_supercache_filenames() now scans the given directory
261
+ for index files.
262
+ * Scan root dir for rebuild files now
263
+
264
+ 2011-07-01 08:32 donncha
265
+
266
+ * readme.txt: Added link to codex page on permissions, props
267
+ Ipstenu
268
+
269
+ 2011-06-30 13:07 donncha
270
+
271
+ * readme.txt: Added new faq, "How many pages can I cache?"
272
+
273
+ 2011-06-27 09:29 donncha
274
+
275
+ * wp-cache-phase2.php: Fix for when strlen() doesn't work on binary
276
+ data. See
277
+ http://wordpress.org/support/topic/plugin-wp-super-cache-patch-strlen-vs-utf8-mbstringfunc_overload-2
278
+
279
+ 2011-06-17 08:45 donncha
280
+
281
+ * wp-cache-phase1.php: Fix cache action array check, see
282
+ http://wordpress.org/support/topic/plugin-wp-super-cache-bug-report?replies=3#post-2171915
283
+
284
+ 2011-06-03 15:32 donncha
285
+
286
+ * wp-cache-phase1.php: Added "cache_init" action that fires on
287
+ every page, uncached or PHP cached.
288
+
289
+ 2011-05-24 15:52 donncha
290
+
291
+ * wp-cache.php: Remove duplicate / from rewrite rules and display
292
+ diff of rules when they're different.
293
+
294
+ 2011-05-24 10:48 donncha
295
+
296
+ * wp-cache.php: Don't stop the settings page when wp-cron.php is
297
+ missing.
298
+
299
+ 2011-05-06 17:00 donncha
300
+
301
+ * wp-cache-phase1.php, wp-cache-phase2.php: Allow mobile check to
302
+ modify supercache index.html filename rather than cache key
303
+
304
+ 2011-05-06 15:00 donncha
305
+
306
+ * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Add a
307
+ string to the index.html instead of using a new directory
308
+
309
+ 2011-04-28 09:51 donncha
310
+
311
+ * wp-cache.php: Added lowercase root directory in supercache dir in
312
+ .htaccess rules. Fixes
313
+ http://wordpress.org/support/topic/plugin-wp-super-cache-mod_rewrite-caching-fails-if-wp-is-in-sub-directory-with-upper-case-letters?replies=4
314
+ I hope
315
+
316
+ 2011-04-27 15:08 donncha
317
+
318
+ * wp-cache.php: heck perms of ABSPATH in case webserver has write
319
+ access anyway.
320
+
321
+ 2011-04-25 09:49 donncha
322
+
323
+ * wp-cache.php: Handle problems with the cache tester before trying
324
+ to save the failed page.
325
+
326
+ 2011-04-23 19:01 donncha
327
+
328
+ * ossdl-cdn.php: If cdn url is blank then don't try to rewrite
329
+ urls. Possible fix for
330
+ http://wordpress.org/support/topic/plugin-wp-super-cache-ossdl-cdn-off-linker-not-working-from-super-cache?replies=5
331
+
332
+ 2011-03-30 18:03 donncha
333
+
334
+ * wp-cache.php: Convert directory permsissions to octal and make
335
+ sure group and world aren't writable if directory is writable.
336
+ Fixes http://plugins.trac.wordpress.org/ticket/1291
337
+
338
+ 2011-03-30 14:11 donncha
339
+
340
+ * wp-cache-phase1.php, wp-cache-phase2.php: Use supercache base
341
+ dirs in wp_cache_post_id_gc() too
342
+
343
+ 2011-03-21 16:10 donncha
344
+
345
+ * wp-cache-phase1.php, wp-cache-phase2.php, wp-cache.php: Support
346
+ more than 1 supercache directory, props Simon Wheatley
347
+ http://wordpress.org/support/topic/patch-allowing-multiple-static-cache-dirs-for-wp-super-cache
348
+
349
+ 2011-03-21 14:10 donncha
350
+
351
+ * wp-cache-phase1.php, wp-cache.php: Added support for http and
352
+ https caching, props 0blivian, see
353
+ http://wordpress.org/support/topic/wp-super-cache-protocol-aware-caching-patch?replies=3
354
+
355
+ 2011-03-15 11:07 donncha
356
+
357
+ * readme.txt, wp-cache-phase1.php, wp-cache.php: Change expiry of
358
+ html files from 300 seconds to 3 seconds
359
+
360
+ 2011-03-15 11:02 donncha
361
+
362
+ * wp-cache-phase1.php: Don't issue 304 headers for known users to
363
+ avoid problems when people logout. See
364
+ http://wordpress.org/support/topic/plugin-wp-super-cache-logged-in-but-actually-not/page/2?replies=33#post-1998397
365
+
366
+ 2011-03-01 19:47 donncha
367
+
368
+ * wp-cache-phase1.php: Make uri lowercase, not filesystem path
369
+ because the FS is case sensitive
370
+
371
+ 2011-03-01 19:02 donncha
372
+
373
+ * wp-cache-phase2.php: Remember to create the cache directory, in
374
+ legacy mode or supercache mode!
375
+
376
+ 2011-02-28 22:18 donncha
377
+
378
+ * readme.txt, wp-cache.php: Bump version to 0.9.9.9
379
+
380
+ 2011-02-28 22:10 donncha
381
+
382
+ * readme.txt: Minor typo
383
+
384
+ 2011-02-28 22:09 donncha
385
+
386
+ * wp-super-cache.pot: updated translation file
387
+
388
+ 2011-02-27 12:15 donncha
389
+
390
+ * wp-cache.php: Fixed typo in permissions message.
391
+
392
+ 2011-02-24 16:48 donncha
393
+
394
+ * languages/wp-super-cache-de_DE.mo,
395
+ languages/wp-super-cache-de_DE.po: Updated German translation,
396
+ props Mathias Roth (http://trade-service.eu)
397
+
398
+ 2011-02-24 10:23 donncha
399
+
400
+ * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po:
401
+ Updated Japanese translation, props Tai, http://tekapo.com
402
+
403
+ 2011-02-23 18:47 donncha
404
+
405
+ * Changelog.txt: Updated changelog
406
+
407
+ 2011-02-23 18:38 donncha
408
+
409
+ * readme.txt: Added changelog, and translation credits
410
+
411
+ 2011-02-23 18:36 donncha
412
+
413
+ * languages/wp-super-cache-sv_SE.mo,
414
+ languages/wp-super-cache-sv_SE.po: Added Swedish translation,
415
+ props Fredrik Forséll
416
+
417
+ 2011-02-23 18:32 donncha
418
+
419
+ * languages/wp-super-cache-ru_RU.mo,
420
+ languages/wp-super-cache-ru_RU.po: Added Russian translation,
421
+ props Elvis Fweb (http://fweb.org.ru/blog/super-cache-rus)
422
+
423
+ 2011-02-23 18:17 donncha
424
+
425
+ * languages/wp-super-cache-tr_TR.mo,
426
+ languages/wp-super-cache-tr_TR.po: Added Turkish translation,
427
+ props Barış Ünver
428
+
429
+ 2011-02-23 18:00 donncha
430
+
431
+ * wp-super-cache.pot: Updated translation file
432
+
433
+ 2011-02-23 17:56 donncha
434
+
435
+ * languages/wp-super-cache-ja.mo, languages/wp-super-cache-ja.po:
436
+ Updated Japanese translation, props Tai. http://tekapo.com
437
+
438
+ 2011-02-19 09:51 donncha
439
+
440
+ * readme.txt: Added FAQ about load spikes
441
+
442
  2011-01-26 11:42 donncha
443
 
444
  * wp-cache-phase2.php: Remove the 5 second old check on existing
languages/wp-super-cache-be_BY.mo ADDED
Binary file
languages/wp-super-cache-be_BY.po ADDED
@@ -0,0 +1,1555 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: WP Super Cache\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
+ "POT-Creation-Date: 2010-09-27 13:58+0000\n"
11
+ "PO-Revision-Date: 2011-08-10 18:25+0200\n"
12
+ "Last-Translator: \n"
13
+ "Language-Team: Alexandr Alexandrov <yuzver@gmx.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Belarusian\n"
18
+ "X-Poedit-Country: BELARUS\n"
19
+
20
+ #: plugins/awaitingmoderation.php:4
21
+ msgid "Your comment is awaiting moderation."
22
+ msgstr "Ваш каментар чакае пацверджання."
23
+
24
+ #: plugins/awaitingmoderation.php:23
25
+ #: plugins/awaitingmoderation.php:38
26
+ #: plugins/badbehaviour.php:47
27
+ #: plugins/badbehaviour.php:65
28
+ #: plugins/domain-mapping.php:47
29
+ #: plugins/domain-mapping.php:62
30
+ #: plugins/searchengine.php:61
31
+ #: plugins/searchengine.php:76
32
+ #: wp-cache.php:1114
33
+ msgid "Disable"
34
+ msgstr "Адключыць"
35
+
36
+ #: plugins/awaitingmoderation.php:29
37
+ #: plugins/badbehaviour.php:55
38
+ #: plugins/domain-mapping.php:53
39
+ #: plugins/searchengine.php:67
40
+ msgid "disabled"
41
+ msgstr "Адключаны"
42
+
43
+ #: plugins/awaitingmoderation.php:31
44
+ #: plugins/badbehaviour.php:57
45
+ #: plugins/domain-mapping.php:55
46
+ #: plugins/searchengine.php:69
47
+ #: wp-cache.php:1460
48
+ msgid "enabled"
49
+ msgstr "Уключаны"
50
+
51
+ #: plugins/awaitingmoderation.php:33
52
+ #, php-format
53
+ msgid "Awaiting Moderation plugin is %s"
54
+ msgstr "Статут ўбудовы \" Awaiting Moderation\": %s"
55
+
56
+ #: plugins/awaitingmoderation.php:34
57
+ msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
58
+ msgstr "(Прыбірае тэкст \" Ваш каментар чакае праверкі\" калі хто-то размяшчае каментар да запісу)"
59
+
60
+ #: plugins/awaitingmoderation.php:36
61
+ #: plugins/badbehaviour.php:63
62
+ #: plugins/domain-mapping.php:60
63
+ #: plugins/searchengine.php:74
64
+ #: wp-cache.php:1114
65
+ msgid "Enable"
66
+ msgstr "Дазволіць"
67
+
68
+ #: plugins/badbehaviour.php:45
69
+ msgid "Bad Behaviour not found. Please check your install."
70
+ msgstr "Плагін \" Bad Behaviour\" не быў знойдзены. Праверце, завяршылі Ці Вы яго ўстаноўку."
71
+
72
+ #: plugins/badbehaviour.php:60
73
+ #, php-format
74
+ msgid "Bad Behaviour support is %s."
75
+ msgstr "Статут ўбудовы \" Bad Behaviour\": %s."
76
+
77
+ #: plugins/badbehaviour.php:61
78
+ #, php-format
79
+ 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/\") "
80
+ msgstr "(Гэты дадатковы модуль будзе функцыянаваць толькі ў рэжыме сярэдняга кэшавання, адключыце сціск і ўсталюйце ўбудова \"<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a>\" у \"%s/plugins/bad-behavior/\")"
81
+
82
+ #: plugins/badbehaviour.php:69
83
+ #: wp-cache.php:1191
84
+ #: wp-cache.php:1193
85
+ msgid "Warning!"
86
+ msgstr "Увага!"
87
+
88
+ #: plugins/domain-mapping.php:57
89
+ #, php-format
90
+ msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
91
+ msgstr "Статут ўбудовы \" <a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>\": %s"
92
+
93
+ #: plugins/domain-mapping.php:58
94
+ msgid "(support for multiple domains on multisite websites) "
95
+ msgstr "(Падтрымка для MU - сэрвісу блогаў)"
96
+
97
+ #: plugins/domain-mapping.php:72
98
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
99
+ msgstr "Выяўленая падтрымка сэрвісу мультиблогов! Каб палегчыць і паскорыць працу плагіна, Вам трэба ўключыць падтрымку мультиблогов ў наладах."
100
+
101
+ #: plugins/searchengine.php:71
102
+ #, php-format
103
+ msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
104
+ msgstr "Статут ўбудовы \" <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>\":% s."
105
+
106
+ #: plugins/searchengine.php:72
107
+ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
108
+ msgstr "(Патрабуе ўсталёўкі <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> ) "
109
+
110
+ #: wp-cache.php:87
111
+ #, php-format
112
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
113
+ msgstr "Калі ласка, стварыце файл% s / wp-cache-config.php з wp-super-cache/wp-cache-config-sample.php"
114
+
115
+ #: wp-cache.php:138
116
+ msgid "Warning! PHP Safe Mode Enabled!"
117
+ msgstr "Увага! Уключаны рэжым PHP Safe Mode!"
118
+
119
+ #: wp-cache.php:139
120
+ msgid "You may experience problems running this plugin because SAFE MODE is enabled."
121
+ msgstr "Пры працы з убудовай могуць узнікнуць праблемы, так як PHP Safe Mode уключаны на Вашым серверы."
122
+
123
+ #: wp-cache.php:143
124
+ msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
125
+ msgstr "Ваш сервер настроены так, што правярае ўладальніка для ўсіх PHP скрыптоў перад тым як дазволіць ім чытанне або запіс у файл."
126
+
127
+ #: wp-cache.php:144
128
+ #, php-format
129
+ 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."
130
+ msgstr "Вы або Адміністратар можаце выправіць памылкі, змяніўшы групу ўладальніка скрыптоў плагіна праз налады вэб-сервера. Таксама трэба змяніць уладальніка для тэчкі% s / cache /. Для больш падрабязнай інфармацыі глядзіце <a href=\"http://php.net/features.safe-mode\">старонку дапамогі па рэжыму safe mode</a> (на англ.). "
131
+
132
+ #: wp-cache.php:146
133
+ 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."
134
+ msgstr "Вы або Адміністратар павінны адключыць гэта. Для больш падрабязнай інфармацыі глядзіце <a href=\"http://php.net/features.safe-mode\">старонку дапамогі па рэжыму safe mode</a> (на англ.). Дадзеныя налады НЕ могуць быць адключаныя праз файл. htaccess, для вырашэння праблемы трэба рэдагаваць php.ini ў наладах вэб-сервера. "
135
+
136
+ #: wp-cache.php:152
137
+ msgid "Permlink Structure Error"
138
+ msgstr "Памылка структуры спасылак"
139
+
140
+ #: wp-cache.php:153
141
+ 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."
142
+ msgstr "Для карэктнай працы ўбудовы неабходная карэктная налада структуры спасылак. Каб наладзіць іх, наведайце старонку <a href=\"options-permalink.php\">Сталыя спасылкі</a> . "
143
+
144
+ #: wp-cache.php:165
145
+ #, php-format
146
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
147
+ msgstr "Увага! Ваша hostname \"% s\"пераўтворана ў% s"
148
+
149
+ #: wp-cache.php:166
150
+ #, php-format
151
+ 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."
152
+ msgstr "Ваш вэб-сервер вырашыў, што hostname зменена на% s. Некаторыя опцыі ўбудовы (напрыклад, \" Ачыстка смецця \") і сам WordPress могуць працаваць некарэктна."
153
+
154
+ #: wp-cache.php:167
155
+ #: wp-cache.php:181
156
+ #, php-format
157
+ msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
158
+ msgstr "Каб даведацца больш, наведайце раздзел 16 ст <a href=\"%s\">Апісанні праблем</a> у файле readme.txt (на англ.) "
159
+
160
+ #: wp-cache.php:180
161
+ 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."
162
+ msgstr "На жаль, файл wp-cron.php не быў знойдзены. Гэты скрыпт неабходны для карэктнай працы опциии \" Ачыстка смецця \"і самога WordPress."
163
+
164
+ #: wp-cache.php:195
165
+ msgid "Cannot continue... fix previous problems and retry."
166
+ msgstr "Немагчыма працягнуць ... перш чым паўтарыць спробу, выпраўце папярэднія памылкі."
167
+
168
+ #: wp-cache.php:204
169
+ msgid "Zlib Output Compression Enabled!"
170
+ msgstr "Сціск Zlib Output ўключана!"
171
+
172
+ #: wp-cache.php:205
173
+ 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."
174
+ msgstr "PHP выкарыстоўвае сціск для сціснутых старонкі Вашага сайта. Адключэнне дадзенай опцыі рэкамендуецца, каб пазбегнуць шматразовага сціску старонак убудовай. Даведацца больш, наведаўшы профіль 16 ст \" Апісанне праблем \"у файле readme.txt (на англ.). Таксама азнаёмцеся з <a href=\"http://php.net/manual/en/zlib.configuration.php\">гэтай старонкай</a> (на англ.) па php.ini. "
175
+
176
+ #: wp-cache.php:209
177
+ msgid "Mod rewrite may not be installed!"
178
+ msgstr "Здаецца, модуль mod_rewrite не ўстаноўлены!"
179
+
180
+ #: wp-cache.php:210
181
+ 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."
182
+ msgstr "Узнікла памылка, звязаная з тым, што модуль mod_rewrite адсутнічае ці не ўсталяваны. Калі ласка, праверце наяўнасць модуля mod_rewrite ў канфігурацыях сервера. Модуль неабходны для карэктнай працы ўбудовы з статычнымі файламі. Без падлучанага mod_rewrite Вы можаце выкарыстоўваць толькі рэжымы з падтрымкай PHP або сярэднюю кэшаванне . "
183
+
184
+ #: wp-cache.php:215
185
+ msgid "Read Only Mode. Configuration cannot be changed."
186
+ msgstr "Рэжым \" только_чтение \". Налады не могуць быць зменены."
187
+
188
+ #: wp-cache.php:216
189
+ #, php-format
190
+ 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."
191
+ msgstr "Канфігурацыйны файл плагіна WP Super Cache <code>%s/wp-cache-config.php</code> не можа быць зменены. Каб працягнуць, Вы павінны ўсталяваць правы на запіс для файла. "
192
+
193
+ #: wp-cache.php:217
194
+ 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."
195
+ msgstr "Самы просты спосаб выправіць гэта - змяніць правы доступу, выкарыстоўваючы CHMOD, праз FTP-кліент. Дастаткова ўсталяваць глабальныя правы на запіс."
196
+
197
+ #: wp-cache.php:218
198
+ msgid "Writeable:"
199
+ msgstr "Даступна для запісу:"
200
+
201
+ #: wp-cache.php:219
202
+ msgid "Readonly:"
203
+ msgstr "Толькі чытанне:"
204
+
205
+ #: wp-cache.php:231
206
+ #, php-format
207
+ msgid "Warning! %s is writeable!"
208
+ msgstr "Увага! Тэчка% s даступная для запісу!"
209
+
210
+ #: wp-cache.php:232
211
+ #, php-format
212
+ msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
213
+ msgstr "Вы павінны змяніць правы на тэчку% s. Каб зрабіць гэта - скарыстайцеся FTP-кліента або наступнай камандай:"
214
+
215
+ #: wp-cache.php:240
216
+ msgid "Mobile rewrite rules detected"
217
+ msgstr "Выяўленая падтрымка мабільных прылад"
218
+
219
+ #: wp-cache.php:241
220
+ 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."
221
+ msgstr "Для больш прадуктыўнай працы сайта, Вам варта ўключыць опцыю \" Падтрымка мабільных прылад \"або выдаліць гэтую запіс з правілаў ст. Htaccess. Знайдзіце наступны тэкст (два радкі) \"2.0\\ MMP|240x320\" і выдаліце яго."
222
+
223
+ #: wp-cache.php:241
224
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
225
+ msgstr "На Вашых звычайных наведвальніках гэта ніяк не адаб'ецца, а вось якія выкарыстоўваюць мабільныя прылады для вэб-серфінгу не будуць атрымліваць кэшаваныя старонкі (калі опцыя адключаная)."
226
+
227
+ #: wp-cache.php:247
228
+ #: wp-cache.php:258
229
+ msgid "Rewrite rules must be updated"
230
+ msgstr "Правы на запіс павінны быць абноўленыя"
231
+
232
+ #: wp-cache.php:248
233
+ #: wp-cache.php:259
234
+ msgid "The rewrite rules required by this plugin have changed or are missing. "
235
+ msgstr "Неабходныя для працы ўбудовы правы былі змененыя або отсуствіі."
236
+
237
+ #: wp-cache.php:249
238
+ 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):"
239
+ msgstr "Падтрымка блогам мабільных прылад патрабуе прысутнасці асаблівых правілаў у файле. Htaccess, інакш Вы не зможаце выкарыстоўваць гэтую опцыю. Ніжэй прадстаўлены магчымы спосабы (у парадку складанасці):"
240
+
241
+ #: wp-cache.php:250
242
+ msgid "Set the plugin to legacy mode and enable mobile support."
243
+ msgstr "Перакладзіце убудова ў рэжым сярэдняга кэшавання і ўключыце падтрымку мобмльных прылад."
244
+
245
+ #: wp-cache.php:251
246
+ #: wp-cache.php:260
247
+ msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
248
+ msgstr "Пракруціць старонку ўніз і націсніце кнопку <strong>Абнавіць правілы Mod_Rewrite.\"</strong>"
249
+
250
+ #: wp-cache.php:252
251
+ #, php-format
252
+ 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."
253
+ msgstr "Выдаліце ​​ўсе правілы mod_rewrite з файла% s.htaccess, паміж <code># BEGIN WPSuperCache</code> і <code># END WPSuperCache</code> і абновіце старонку (аднаўленне правілаў запусціцца аўтаматычна). "
254
+
255
+ #: wp-cache.php:253
256
+ #, php-format
257
+ 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)"
258
+ msgstr "Дадайце правілы самастойна. Для гэтага адкрыйце у рэдактары файл% s.htaccess і знайдзіце код паміж <code># BEGIN WPSuperCache</code> і <code># END WPSuperCache</code> . Вы ўбачыце два падобных блока кода. Адразу пасля радка <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> дадайце наступнае (такіх радкоў дзве, дадайце код і пасля другой): "
259
+
260
+ #: wp-cache.php:266
261
+ msgid "Required to serve compressed supercache files properly."
262
+ msgstr "Неабходна для правільнага сціску файлаў."
263
+
264
+ #: wp-cache.php:266
265
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
266
+ msgstr "Неабходна наладзіць кэшаванне на старонцы ўбудовы. Карыстальнікі браўзэра IE7 будуць бачыць необновленные старонкі з кэша без падтрымкі дадзенага модуля."
267
+
268
+ #: wp-cache.php:266
269
+ msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
270
+ msgstr "Усталюйце дату заканчэння актуальнасці старонак. Карыстальнікі могуць не ўбачыць новую версію кэшаваныя старонкі без дадзенага модуля."
271
+
272
+ #: wp-cache.php:273
273
+ msgid "Missing Apache Modules"
274
+ msgstr "Адсутныя модулі Apache"
275
+
276
+ #: wp-cache.php:274
277
+ 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."
278
+ msgstr "Наступныя модулі Apache адсутнічаюць на Вашым серверы. Без іх убудова зможа працаваць толькі ў рэжыме сярэдняга кэшавання. У рэжыме з падтрымкай Super Cache Вашы карыстальнікі могуць бачыць пашкоджаныя старонкі або пратэрмінаваныя іх копіі."
279
+
280
+ #: wp-cache.php:413
281
+ 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."
282
+ msgstr "<strong>\"Увага!</strong> Вы спрабуеце ўключыць сціск, але модуль <code>zlib.output_compression</code> адключаны. Глядзіце пункт нумар 21 падзелу \"Апісанне праблем \" у файле readme.txt (на англ.) "
283
+
284
+ #: wp-cache.php:501
285
+ msgid "WP Super Cache Settings"
286
+ msgstr "Налады WP Super Cache"
287
+
288
+ #: wp-cache.php:512
289
+ msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
290
+ msgstr "Важна: <em>Mod_rewrite або Legacy caching адключаныя.</em> Па змаўчанні будзе загружацца старонка \" Налады \"."
291
+
292
+ #: wp-cache.php:523
293
+ msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
294
+ msgstr "Файл канфігурацый быў зменены, некаторыя налады не адпавядаюць патрабаванням ўбудовы. Наведайце старонку \" Налады \"каб выправіць гэта."
295
+
296
+ #: wp-cache.php:540
297
+ #: wp-cache.php:614
298
+ msgid "Caching must be enabled to use this feature"
299
+ msgstr "Кэшаванне павінна быць уключана, калі Вы хочаце выкарыстоўваць дадзеную опцыю"
300
+
301
+ #: wp-cache.php:542
302
+ msgid "Cache Tester"
303
+ msgstr "Праверка кэшавання"
304
+
305
+ #: wp-cache.php:543
306
+ msgid "Test your cached website by clicking the test button below."
307
+ msgstr "Праверце наладкі кэшавання свайго блога націскам адной кнопкі."
308
+
309
+ #: wp-cache.php:550
310
+ #, php-format
311
+ msgid "Fetching %s to prime cache: "
312
+ msgstr "Праверка старонкі% s у кэшы:"
313
+
314
+ #: wp-cache.php:552
315
+ #: wp-cache.php:559
316
+ #: wp-cache.php:566
317
+ msgid "OK"
318
+ msgstr "ЁСЦЬ"
319
+
320
+ #: wp-cache.php:557
321
+ #, php-format
322
+ msgid "Fetching first copy of %s: "
323
+ msgstr "Праверка першай копіі% s:"
324
+
325
+ #: wp-cache.php:564
326
+ #, php-format
327
+ msgid "Fetching second copy of %s: "
328
+ msgstr "Праверка второй копіі% s:"
329
+
330
+ #: wp-cache.php:570
331
+ msgid "One or more page requests failed:"
332
+ msgstr "Пры працы з кэшам адбыліся памылкі:"
333
+
334
+ #: wp-cache.php:589
335
+ #: wp-cache.php:590
336
+ #, php-format
337
+ msgid "Page %d: %d (%s)"
338
+ msgstr "Старонка% d:% d (% s)"
339
+
340
+ #: wp-cache.php:596
341
+ #, php-format
342
+ msgid "Page 1: %s"
343
+ msgstr "Старонка 1:% s"
344
+
345
+ #: wp-cache.php:597
346
+ #, php-format
347
+ msgid "Page 2: %s"
348
+ msgstr "Старонка 2:% s"
349
+
350
+ #: wp-cache.php:598
351
+ msgid "The timestamps on both pages match!"
352
+ msgstr "Часовыя штампы абодвух варыянтаў старонкі супадаюць!"
353
+
354
+ #: wp-cache.php:600
355
+ msgid "The pages do not match! Timestamps differ or were not found!"
356
+ msgstr "Старонкі не супадаюць! Часавы штамп адрозніваецца ці не быў знойдзены!"
357
+
358
+ #: wp-cache.php:606
359
+ msgid "Send non-secure (non https) request for homepage"
360
+ msgstr "Даслаць неабаронены (не па https) запыт для галоўнай старонкі"
361
+
362
+ #: wp-cache.php:607
363
+ msgid "Test Cache"
364
+ msgstr "Праверыць"
365
+
366
+ #: wp-cache.php:632
367
+ #: wp-cache.php:755
368
+ msgid "Cancel Cache Preload"
369
+ msgstr "Адмяніць агульнае кэшаванне"
370
+
371
+ #: wp-cache.php:638
372
+ msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
373
+ msgstr "Агульнае кэшаванне па раскладзе адключана. Калі служба цяпер запушчана, яна не будзе завершана пакуль бягучыя 100 старонак не кэшаваць."
374
+
375
+ #: wp-cache.php:649
376
+ msgid "Scheduled preloading of cache cancelled."
377
+ msgstr "Агульнае кэшаванне па раскладзе адключана."
378
+
379
+ #: wp-cache.php:675
380
+ #: wp-cache.php:753
381
+ msgid "Preload Cache Now"
382
+ msgstr "Стварыць агульны кэш цяпер"
383
+
384
+ #: wp-cache.php:678
385
+ msgid "Scheduled preloading of cache in 10 seconds."
386
+ msgstr "Агульная кэшаванне адбудзецца праз 10 секунд."
387
+
388
+ #: wp-cache.php:682
389
+ #, php-format
390
+ msgid "Scheduled preloading of cache in %d minutes"
391
+ msgstr "Агульнае кэшаванне адбудзецца праз% d хвілін"
392
+
393
+ #: wp-cache.php:686
394
+ 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."
395
+ msgstr "Пры актывацыі агульнага кэшавання, будзе створана копія для кожнай запісу і старонкі Вашага блога. У гэтым рэжыме ствараюцца статычныя старонкі, якія затым будуць бачыць \" неапазнаныя \"наведвальнікі (напрыклад, пошукавыя боты і іншыя). Гэта можа дапамагчы ў паляпшэнні ўзроўню PR Google, так як у аснове іх алгарытму ляжыць і хуткасць водгуку вэб-сайта. "
396
+
397
+ #: wp-cache.php:687
398
+ 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."
399
+ msgstr "Аднак, пры выкарыстанні дадзенага віду кэша ствараецца нашмат больш файлаў. Рэкамендуецца выкарыстоўваць такі тып, калі ў Вас вельмі шмат запісаў (10 тысяч і больш) на блогу. Асабліва гэта важна, калі Вы карыстаецеся паслугамі віртуальнага хостынгу."
400
+
401
+ #: wp-cache.php:688
402
+ 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."
403
+ msgstr "У рэжыме 'Агульнага кэшавання' запланаваная ачыстка смецця будзе выдаляць толькі кэш запісаў простага тыпу (кэш з Super Cache не будзе выдалены). Дадзеная налада рэкамендавана для выкарыстання."
404
+
405
+ #: wp-cache.php:692
406
+ #, php-format
407
+ msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
408
+ msgstr "Перагружаць агульны кэш кожныя% s хвілін (ўвядзіце 0, каб адключыць, мінімальнае дапушчальнае кол-у хвілін% d)."
409
+
410
+ #: wp-cache.php:705
411
+ msgid "all"
412
+ msgstr "Ўвесь"
413
+
414
+ #: wp-cache.php:718
415
+ #, php-format
416
+ msgid "Preload %s posts."
417
+ msgstr "Кэшаваць% s запісу."
418
+
419
+ #: wp-cache.php:725
420
+ msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
421
+ msgstr "Папярэдні рэжым (ачыстка смецця працуе не цалкам, опцыя рэкамендавана да ўключэння.)"
422
+
423
+ #: wp-cache.php:728
424
+ msgid "Send me status emails when files are refreshed."
425
+ msgstr "Адпраўляць мне паведамленні з апавяшчэннямі аб абнаўленні кэша."
426
+
427
+ #: wp-cache.php:733
428
+ msgid "Many emails, 2 emails per 100 posts."
429
+ msgstr "Высокі ўзровень: 2 паведамленні на 100 запісаў."
430
+
431
+ #: wp-cache.php:736
432
+ msgid "Medium, 1 email per 100 posts."
433
+ msgstr "Сярэдні ўзровень: 1 паведамленне на 100 запісаў."
434
+
435
+ #: wp-cache.php:739
436
+ msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
437
+ msgstr "Нізкі ўзровень: 1 e-mail ў пачатку і 1 у канцы кэшавання."
438
+
439
+ #: wp-cache.php:743
440
+ #, php-format
441
+ msgid "Refresh of cache in %d hours %d minutes and %d seconds."
442
+ msgstr "Абнаўленне кэша праз% d г% d мін і% d сек."
443
+
444
+ #: wp-cache.php:744
445
+ #, php-format
446
+ msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
447
+ msgstr "Поўнае кэшаванне проихойдет праз% d г% d мін і% d сек."
448
+
449
+ #: wp-cache.php:750
450
+ #, php-format
451
+ msgid "Currently caching from post %d to %d."
452
+ msgstr "У дадзены моманты кэшуюцца запісы з% d па% d."
453
+
454
+ #: wp-cache.php:753
455
+ msgid "Update Settings"
456
+ msgstr "Абнавіць налады"
457
+
458
+ #: wp-cache.php:761
459
+ msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
460
+ msgstr "Агульнае кэшаванне адключана. Калі ласка, уключыце поўны рэжым працы ўбудовы або звернецеся да адміністратара сервера."
461
+
462
+ #: wp-cache.php:776
463
+ #: wp-cache.php:865
464
+ msgid "Caching"
465
+ msgstr "Статут кэшавання"
466
+
467
+ #: wp-cache.php:780
468
+ msgid "Cache hits to this website for quick access."
469
+ msgstr "Кэшаваць хіты сайта для паскарэння доступу."
470
+
471
+ #: wp-cache.php:780
472
+ #: wp-cache.php:781
473
+ #: wp-cache.php:795
474
+ #: wp-cache.php:799
475
+ #: wp-cache.php:802
476
+ #: wp-cache.php:803
477
+ #: wp-cache.php:868
478
+ msgid "Recommended"
479
+ msgstr "Рэкамендавана"
480
+
481
+ #: wp-cache.php:781
482
+ msgid "Use mod_rewrite to serve cache files."
483
+ msgstr "Выкарыстоўваць mod_rewrite для абслугоўвання кэша."
484
+
485
+ #: wp-cache.php:782
486
+ msgid "Use PHP to serve cache files."
487
+ msgstr "Выкарыстоўваць PHP для абслугоўвання кэша."
488
+
489
+ #: wp-cache.php:783
490
+ msgid "Legacy page caching."
491
+ msgstr "Спрошчанае кэшаванне."
492
+
493
+ #: wp-cache.php:784
494
+ msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
495
+ msgstr "Выкарыстанне mod_rewrite дапаможа зрабіць працу блога хутчэй, чым PHP (хоць і гэты варыянт таксама не такі павольны). Гэты рэжым прасцей і зручней, але пачаткоўцу карыстачу лепш выкарыстоўваць кэшаванне PHP."
496
+
497
+ #: wp-cache.php:790
498
+ msgid "Miscellaneous"
499
+ msgstr "Рознае"
500
+
501
+ #: wp-cache.php:795
502
+ msgid "Compress pages so they&#8217;re served more quickly to visitors."
503
+ msgstr "Сціскаць файлы кэша каб паскорыць працу."
504
+
505
+ #: wp-cache.php:796
506
+ msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
507
+ msgstr "Сціск кэша адключана па змаўчанні, так як можа некарэктна працаваць на некаторых хостынгах. Уключэнне або Адключэнне дадзенай опцыі аўтаматычна чысціць часовы кэш."
508
+
509
+ #: wp-cache.php:799
510
+ msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
511
+ msgstr "Памылка 304. Дадзеная памылка ўзнікае тады, калі старонка не была зменена з часу мінулага запыту."
512
+
513
+ #: wp-cache.php:800
514
+ msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
515
+ msgstr "Падтрымка памылкі 304 адключаная па змаўчанні (з-за праблем некаторых сэрвісаў)."
516
+
517
+ #: wp-cache.php:802
518
+ msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
519
+ msgstr "Не кэшаваць старонкі для <acronym title=\"Зарэгістраваных\" пользователей и авторов комментариев\">вядомых карыстальнікаў.\"</acronym>"
520
+
521
+ #: wp-cache.php:803
522
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
523
+ msgstr "Аўта перабудова кэшу. Госці блога ўбачаць састарэлыя версіі старонак кэша пакуль новыя будуць генеравацца."
524
+
525
+ #: wp-cache.php:804
526
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
527
+ msgstr "Расказаць ўсім, што Вы карыстаецеся убудовай WP Super Cache (паведамленне будзе размешчана ў \" склепе \"сайта)!"
528
+
529
+ #: wp-cache.php:810
530
+ #: wp-cache.php:957
531
+ #: wp-cache.php:1473
532
+ msgid "Advanced"
533
+ msgstr "Налады"
534
+
535
+ #: wp-cache.php:814
536
+ msgid "Mobile device support."
537
+ msgstr "Падтрымка мабільных прылад"
538
+
539
+ #: wp-cache.php:815
540
+ msgid "Clear all cache files when a post or page is published."
541
+ msgstr "Ачышчаць кэш калі новая запіс або старонка апублікаваная."
542
+
543
+ #: wp-cache.php:816
544
+ msgid "Only refresh current page when comments made."
545
+ msgstr "Перагружаць старонку пры даданні новага каментара да яе"
546
+
547
+ #: wp-cache.php:817
548
+ msgid "List the newest cached pages on this page."
549
+ msgstr "Стварыць спіс старонак у кэшы (выводзіцца на гэтай старонцы)"
550
+
551
+ #: wp-cache.php:819
552
+ 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>"
553
+ msgstr "Блакаванне файлаў. Вам хутчэй за ўсё не спатрэбіцца дадзеная опцыя, але яна можа вырашыць праблему маламагутных хостынгаў. Увага! <em>Уключэнне опцыі, у рэдкіх выпадках, можа выклікаць праблемы ў працы блога!\"</em>"
554
+
555
+ #: wp-cache.php:822
556
+ msgid "Use object cache to store cached files."
557
+ msgstr "Выкарыстоўваць аб'екты кэша для захоўвання кэшаваных файлаў."
558
+
559
+ #: wp-cache.php:822
560
+ msgid "(Experimental)"
561
+ msgstr "(Эксперыментальныя налады)"
562
+
563
+ #: wp-cache.php:829
564
+ msgid "Note:"
565
+ msgstr "Важна:"
566
+
567
+ #: wp-cache.php:831
568
+ #, php-format
569
+ 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!)"
570
+ msgstr "Деактивируя убудова, пераканайцеся што <em>тэчка% s</em> даступная для запісу ў наладах Вашага сервера, каб файлы плагіна <em>advanced-cache.php</em> і <em>cache-config.php</em> былі выдаленыя ў аўтаматычным рэжыме (таксама праверце наяўнасць правоў на запіс для гэтых двух файлаў)."
571
+
572
+ #: wp-cache.php:832
573
+ #, php-format
574
+ 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\"."
575
+ msgstr "Для даведкі глядзіце <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> (дакумент на англ.). Там Вы знойдзеце карысную інфармацыю па выкарыстанню і выдаленню плагіна WP Super Cache. "
576
+
577
+ #: wp-cache.php:833
578
+ #, php-format
579
+ 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."
580
+ msgstr "Усё яшчэ патрэбна дапамога? Глядзіце афіцыйны <a href=\"%1$s\">чаво па плагіна Super Cache</a> (па-ангельску). Таксама, Вы можаце задаць сваё пытанне на <a href=\"%2$s\">форумах тых. падтрымкі</a> (па-ангельску), або азнаёміцца ​​з праблемамі іншых карыстальнікаў і прапанаванымі ім рашэннямі. "
581
+
582
+ #: wp-cache.php:836
583
+ #: wp-cache.php:883
584
+ msgid "Update Status"
585
+ msgstr "Абнавіць"
586
+
587
+ #: wp-cache.php:843
588
+ msgid "Accepted Filenames &amp; Rejected URIs"
589
+ msgstr "Дапушчальныя імёны & Забароненыя адрасы"
590
+
591
+ #: wp-cache.php:868
592
+ msgid "Caching On"
593
+ msgstr "Кэшаванне ўключана"
594
+
595
+ #: wp-cache.php:869
596
+ msgid "Caching Off"
597
+ msgstr "Кэшаванне выключана"
598
+
599
+ #: wp-cache.php:870
600
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
601
+ msgstr "Важна: рэкамендуецца ўключыць PHP кэшаванне, аўто перабудову кэша і падтрымку для мабільных прылад"
602
+
603
+ #: wp-cache.php:880
604
+ msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
605
+ msgstr "Увага: Сярод правілаў mod_rewrite выяўленыя правілы ад Supercache. Для працы з кэшам будуць выкарыстаны менавіта гэтыя правілы. Каб выдаліць іх, Вам трэба ўручную адрэдагаваць файл. Htaccess."
606
+
607
+ #: wp-cache.php:892
608
+ msgid "Make WordPress Faster"
609
+ msgstr "Зрабі свой блог хутчэй!"
610
+
611
+ #: wp-cache.php:893
612
+ #, php-format
613
+ msgid "%1$s is maintained and developed by %2$s with contributions from many others."
614
+ msgstr "Дадатковы модуль %1$s створаны і абнаўляецца аўтарам %2$s пры падтрымцы многіх іншых."
615
+
616
+ #: wp-cache.php:894
617
+ #, php-format
618
+ msgid "He blogs at %1$s and posts photos at %2$s."
619
+ msgstr "Наведайце блог аўтара плагіна %1$s і яго фотаблог на %2$s."
620
+
621
+ #: wp-cache.php:895
622
+ #, php-format
623
+ msgid "Please say hi to him on %s too!"
624
+ msgstr "Калі ласка, наведайце% s аўтара!"
625
+
626
+ #: wp-cache.php:903
627
+ #, php-format
628
+ msgid "Cached pages since %1$s : <strong>%2$s</strong>"
629
+ msgstr "Старонак ў кэшы з %1$s: <strong>%2$s</strong>"
630
+
631
+ #: wp-cache.php:904
632
+ msgid "Newest Cached Pages:"
633
+ msgstr "Новае ў кэшы:"
634
+
635
+ #: wp-cache.php:908
636
+ #, php-format
637
+ msgid "Cached %s seconds ago"
638
+ msgstr "Паведамленні ў кэш% s секунд назад"
639
+
640
+ #: wp-cache.php:911
641
+ msgid "(may not always be accurate on busy sites)"
642
+ msgstr "(Спіс не рэкамендаваны для вялікіх сайтаў)"
643
+
644
+ #: wp-cache.php:930
645
+ 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."
646
+ msgstr "Кэшаванне адбываецца за кошт PHP файлаў, якія захоўваюцца ў тэчцы ўбудовы. Яны загружаюцца пры ўключэнні рэжыму Supercache. Загрузка адбываецца нашмат часцей, чым для астатніх убудоў WordPress."
647
+
648
+ #: wp-cache.php:931
649
+ msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
650
+ msgstr "Для выкарыстання дадзенай опцыі трэба ведаць не толькі PHP, але і WordPress (не на пачатковым узроўні)."
651
+
652
+ #: wp-cache.php:941
653
+ msgid "Available Plugins"
654
+ msgstr "Даступныя ўбудовы"
655
+
656
+ #: wp-cache.php:957
657
+ msgid "Easy"
658
+ msgstr "Кэш"
659
+
660
+ #: wp-cache.php:957
661
+ msgid "Tester & Contents"
662
+ msgstr "Праверка"
663
+
664
+ #: wp-cache.php:957
665
+ msgid "Preload"
666
+ msgstr "Агульны кэш"
667
+
668
+ #: wp-cache.php:957
669
+ msgid "Plugins"
670
+ msgstr "Даданыя модулі"
671
+
672
+ #: wp-cache.php:957
673
+ msgid "Debug"
674
+ msgstr "Абслугоўванне"
675
+
676
+ #: wp-cache.php:984
677
+ #, php-format
678
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
679
+ msgstr "Увага: Праверка правілаў WP Super Cache mod_rewrite адключаная для блогаў сеткі пакуль не будзе запушчана <a href=\"%s\">на галоўным блогу</a> . "
680
+
681
+ #: wp-cache.php:986
682
+ #, php-format
683
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
684
+ msgstr "Увага: Праверка правілаў WP Super Cache mod_rewrite адключаная для блогаў сеткі пакуль не будзе запушчана <a href=\"%s\">на галоўным блогу</a> . "
685
+
686
+ #: wp-cache.php:996
687
+ msgid "Mod Rewrite Rules"
688
+ msgstr "Модуль Mod Rewrite"
689
+
690
+ #: wp-cache.php:1002
691
+ msgid "WordPress MU Detected"
692
+ msgstr "Знойдзены WordPress MU!"
693
+
694
+ #: wp-cache.php:1002
695
+ 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."
696
+ msgstr "На жаль, mod_rewrite немагчыма абнавіць у аўтаматычным рэжыме ў WordPress MU. Вам прыйдзецца ўручную зрабіць гэта: адкрыйце файл. Htaccess (размешчаны ў каранёвай дырэкторыі блога) і дадайце наступныя правілы ў яго."
697
+
698
+ #: wp-cache.php:1004
699
+ msgid "Mod Rewrite rules cannot be updated!"
700
+ msgstr "Mod Rewrite не можа быць абноўлены!"
701
+
702
+ #: wp-cache.php:1005
703
+ #, php-format
704
+ 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:"
705
+ msgstr "Для карэктнай працы, у Вашым файле% s.htaccess павінны быць прапісаны маркеры <strong>BEGIN,</strong> і <strong>END.</strong> Паміж імі знаходзяцца асноўныя правілы WordPress mod_rewrite, прыклад:"
706
+
707
+ #: wp-cache.php:1007
708
+ msgid "Refresh this page when you have updated your .htaccess file."
709
+ msgstr "Абнавіце старонку калі скончыце рэдагаванне файла. Htaccess."
710
+
711
+ #: wp-cache.php:1011
712
+ msgid "Thank you for upgrading."
713
+ msgstr "Дзякуй за абнаўленне."
714
+
715
+ #: wp-cache.php:1011
716
+ #, php-format
717
+ 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."
718
+ msgstr "З моманту апошняй усталяванай версіі плагіна правілы mod_rewrite былі змененыя. На жаль, Вам давядзецца ўручную выдаліць старыя правілы перш чым новыя запрацуюць. Абнавіце гэтую старонку калі скончыце рэдагаваць файл. Htaccess. Калі Вы жадаеце цалкам абнавіць усе самі, то заменіце наступны радок:%1$s на гэтую:%2$s. Адзінае адрозненне - гэта замена \"HTTP_COOKIE \" на \"HTTP: Cookie \" і \"wordpressuser \" на \"wordpress \". Гэтыя перамены звязаны з новай версіяй WordPress 02/05 . Вядома Вы можаце працягваць працаваць са старымі версіямі, калі хопіць адвагі;) "
719
+
720
+ #: wp-cache.php:1015
721
+ msgid "Trailing slash check required."
722
+ msgstr "Патрабуецца праверка trailing slash."
723
+
724
+ #: wp-cache.php:1015
725
+ 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:"
726
+ msgstr "Здаецца, усе спасылкі Вашага блога заканчваюцца сімвалам \"/\". На жаль, як толькі Вы ўсталявалі гэты дадатковы модуль, спрацавала опцыя, выявілая копіі спасылак без знака \"/\" на канцы, і цяпер яна не можа ажыццявіць перанакіраванне на верны адрас. Каб гэта выправіць гэта, Вы павінны адрэдагаваць файл. htaccess і дадаць два новыя правілы да групы асноўных правілаў плагіна Supercache: "
727
+
728
+ #: wp-cache.php:1017
729
+ msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
730
+ msgstr "Каб паглядзець поўны спіс якія працуюць правілаў, націсніце кнопку ніжэй \" Паглядзець правілы mod_rewrite \"."
731
+
732
+ #: wp-cache.php:1031
733
+ msgid "Mod Rewrite rules updated!"
734
+ msgstr "Правілы mod_rewrite абноўлены!"
735
+
736
+ #: wp-cache.php:1032
737
+ #, php-format
738
+ msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
739
+ msgstr "Файл% s.htaccess быў паспяхова абноўлены, неабходныя правілы mod_rewrite былі дададзеныя. Калі ласка, праверце іх. Яны павінны выглядаць так:"
740
+
741
+ #: wp-cache.php:1034
742
+ msgid "Mod Rewrite rules must be updated!"
743
+ msgstr "Правілы mod_rewrite павінны быць абноўлены!"
744
+
745
+ #: wp-cache.php:1035
746
+ #, php-format
747
+ 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:"
748
+ msgstr "Ваш файл% s.htaccess недаступны для запісу (у наладах сервера) і не можа быць абноўлены ў аўтаматычным рэжыме. Вы павінны ўручную дадаць новыя правілы да асноўных правілах WordPress так, як паказана ніжэй:"
749
+
750
+ #: wp-cache.php:1040
751
+ #, php-format
752
+ 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."
753
+ msgstr "Правілы mod_rewrite для плагіна WP Super Cache былі выяўленыя ў файле% s.htaccess. <br /> Націсніце на адпаведную кнопку, каб паглядзець радкі. Калі Вы толькі што абнавілі убудова, праверце ўсе правілы. "
754
+
755
+ #: wp-cache.php:1043
756
+ 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."
757
+ msgstr "Паміж правіламі ў Вашым файле. Htaccess і правіламі самога плагіна выяўленыя неадпаведнасці. Гэта можа быць проста лішні сімвал ў радку, але Вы павінны асабіста параўнаць арыгінальныя правілы са сваімі як мага хутчэй. Націсніце на кнопку 'Абнавіць правілы Mod_Rewrite', каб зрабіць гэта ў аўтаматычным рэжыме. "
758
+
759
+ #: wp-cache.php:1046
760
+ msgid "View Mod_Rewrite Rules"
761
+ msgstr "Паглядзець правілы mod_rewrite"
762
+
763
+ #: wp-cache.php:1050
764
+ #: wp-cache.php:2287
765
+ #, php-format
766
+ msgid "Rules must be added to %s too:"
767
+ msgstr "Правілы павінны быць таксама дададзены да% s:"
768
+
769
+ #: wp-cache.php:1058
770
+ #, php-format
771
+ msgid "Gzip encoding rules in %s.htaccess created."
772
+ msgstr "Правілы для Gzip-сціску дададзеныя ў файл% s.htaccess."
773
+
774
+ #: wp-cache.php:1065
775
+ msgid "Fix Configuration"
776
+ msgstr "Аднавіць стандартныя налады"
777
+
778
+ #: wp-cache.php:1068
779
+ msgid "Restore Default Configuration"
780
+ msgstr "Аднавіць налады па змаўчанні"
781
+
782
+ #: wp-cache.php:1076
783
+ msgid "Comment moderation is enabled. Your comment may take some time to appear."
784
+ msgstr "Праверка каментарыяў ўключана. Перш чым Вашы каментары будуць апублікаваныя пройдзе нейкі час."
785
+
786
+ #: wp-cache.php:1101
787
+ msgid "Lock Down:"
788
+ msgstr "Закрыты рэжым:"
789
+
790
+ #: wp-cache.php:1101
791
+ msgid "Disabled"
792
+ msgstr "Адключаны"
793
+
794
+ #: wp-cache.php:1101
795
+ msgid "Enabled"
796
+ msgstr "Уключаны"
797
+
798
+ #: wp-cache.php:1102
799
+ 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."
800
+ msgstr "Падрыхтуйце свой блог да запланаваных усплёскаў наведвальнасці, актываваўшы дадзены рэжым. У актыўным стане размяшчэнне новых каментароў і запісаў НЕ будзе абнаўляць статычныя файлы ў кэшы."
801
+
802
+ #: wp-cache.php:1103
803
+ 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."
804
+ msgstr "Распрацоўнікам: Зрабіце свой уласны убудова закрытага рэжыму сумяшчальным з нашым, дадаўшы зменную \" WPLOCKDOWN\". Прыведзены ніжэй код дапаможа Вам адаптаваць свой ўбудова да налад нашага Рэжыму."
805
+
806
+ #: wp-cache.php:1105
807
+ msgid "Sorry. My blog is locked down. Updates will appear shortly"
808
+ msgstr "Выбачайце, мой блог часова недаступны. Зайдзіце пазней"
809
+
810
+ #: wp-cache.php:1109
811
+ msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
812
+ msgstr "Ваш блог выкарыстоўвае Закрыты рэжым. Новыя каментары не абнаўляюць ўсе статычныя элементы кэша."
813
+
814
+ #: wp-cache.php:1111
815
+ msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
816
+ msgstr "Ваш блог не выкарыстоўвае Закрыты рэжым. Апошнія каментарыі абнаўляюць ўсе статычныя элементы кэша."
817
+
818
+ #: wp-cache.php:1117
819
+ msgid "Lock Down"
820
+ msgstr "Закрыты рэжым"
821
+
822
+ #: wp-cache.php:1125
823
+ msgid "Directly Cached Files"
824
+ msgstr "Прамое кэшаванне старонак"
825
+
826
+ #: wp-cache.php:1183
827
+ #, php-format
828
+ msgid "%s removed!"
829
+ msgstr "%s выдалены!"
830
+
831
+ #: wp-cache.php:1191
832
+ #, php-format
833
+ 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."
834
+ msgstr "Вы павінны дазволіць запіс для% s. Але так як гэта патэнцыйная ўразлівасць, пасля абнаўлення старонкі вярніце правы на чытанне."
835
+
836
+ #: wp-cache.php:1193
837
+ #, php-format
838
+ msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
839
+ msgstr "Директрия% s даступная для запісу. Вам варта змяніць яе права на \" Толькі чытанне \"."
840
+
841
+ #: wp-cache.php:1207
842
+ msgid "Existing direct page"
843
+ msgstr "Старонка існуе"
844
+
845
+ #: wp-cache.php:1207
846
+ msgid "Delete cached file"
847
+ msgstr "Выдаліць файлы з кэша"
848
+
849
+ #: wp-cache.php:1212
850
+ msgid "Add direct page:"
851
+ msgstr "Дадаць старонку ў кэш:"
852
+
853
+ #: wp-cache.php:1214
854
+ #, php-format
855
+ 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."
856
+ msgstr "Дадзены кэш ствараецца прама з папкі, дзе знаходзіцца Ваш блог (тэчка% s). Гэтая опцыя карысная толькі тады, калі чакаецца вялікі прыток наведвальнікаў з больш папулярнага сайта на пэўную старонку або запіс Вашага."
857
+
858
+ #: wp-cache.php:1216
859
+ #, php-format
860
+ 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."
861
+ msgstr "Напрыклад: каб дадаць у кэш старонцы <em>на %1$s about /,</em> трэба прапісаць %1$s about / ці / about /. Кэш для старонкі будзе створаны адразу ж пасля першага да яе звароту госцем."
862
+
863
+ #: wp-cache.php:1217
864
+ msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
865
+ msgstr "Каб выдаліць старонку з такога кэша, ачысціце тэкставае поле і выдаліце ​​файлы кэша."
866
+
867
+ #: wp-cache.php:1222
868
+ msgid "Update Direct Pages"
869
+ msgstr "Абнавіць стрницы"
870
+
871
+ #: wp-cache.php:1260
872
+ msgid "Expiry Time &amp; Garbage Collection"
873
+ msgstr "Пратэрмінаваныя старонкі & Ачыстка смецця"
874
+
875
+ #: wp-cache.php:1262
876
+ msgid "Expire time:"
877
+ msgstr "Актуальнасць кэшу:"
878
+
879
+ #: wp-cache.php:1263
880
+ msgid "seconds"
881
+ msgstr "Секунд"
882
+
883
+ #: wp-cache.php:1264
884
+ msgid "Garbage Collection"
885
+ msgstr "Ачыстка смецця"
886
+
887
+ #: wp-cache.php:1264
888
+ 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."
889
+ msgstr "Калі час актуальнасці кэша больш за 1800 секунд (паўгадзіны), то ачыстка смецця будзе запускацца кожныя 10 хвілін."
890
+
891
+ #: wp-cache.php:1265
892
+ 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."
893
+ msgstr "Паверка і выдаленне пратэрмінаваных старонак кэша займае час, але і пакідаць такія файлы ў сістэме не варта. На вялікіх блогах трэба выстаўляць \" час жыцця \" кожнай копіі <em>300 секунд.</em> Вы можаце паэксперыментаваць з наладай і паглядзець, колькі пратэрмінаваных копій старонак застаецца ў кэшы на працягу дня. Аптымальнае лік такіх старонак не больш за 500. Выкарыстоўваючы кэшаванне з mod_rewrite або PHP, Вы зможаце павялічыць колькасць кэшируемых старонак. "
894
+
895
+ #: wp-cache.php:1266
896
+ msgid "Set the expiry time to 0 seconds to disable garbage collection."
897
+ msgstr "Усталюйце значэнне на 0, каб адключыць Ачыстку смецця."
898
+
899
+ #: wp-cache.php:1267
900
+ msgid "Change Expiration"
901
+ msgstr "Змяніць час жыцця копіі"
902
+
903
+ #: wp-cache.php:1311
904
+ msgid "Rejected User Agents"
905
+ msgstr "Пошукавыя і іншыя боты"
906
+
907
+ #: wp-cache.php:1312
908
+ 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."
909
+ msgstr "Каб забараніць плагіна кэшаваць запыты ад пошукавых ботаў і іншых сеткавых робатаў, увядзіце іх назвы ў полі ніжэй (па адным у радку). Калі копія старонкі ўжо існуе ў кэшы Super Cache, то яна ўсё роўна будзе адпраўлена боту."
910
+
911
+ #: wp-cache.php:1319
912
+ msgid "Save UA Strings"
913
+ msgstr "Захаваць наладкі"
914
+
915
+ #: wp-cache.php:1342
916
+ 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."
917
+ msgstr "Не кэшаваць старонкі наступных тыпаў. Паспрабуйцце звярнуцца да <a href=\"http://codex.wordpress.org/Conditional_Tags\">Артыкулам Кодэкса WP</a> (па-ангельску), каб даведацца больш падрабязна пра тыпы старонак. "
918
+
919
+ #: wp-cache.php:1345
920
+ msgid "Single Posts"
921
+ msgstr "Запісы"
922
+
923
+ #: wp-cache.php:1346
924
+ msgid "Pages"
925
+ msgstr "Старонкі"
926
+
927
+ #: wp-cache.php:1347
928
+ msgid "Front Page"
929
+ msgstr "Асноўная старонка"
930
+
931
+ #: wp-cache.php:1348
932
+ msgid "Home"
933
+ msgstr "Хатняя старонка"
934
+
935
+ #: wp-cache.php:1349
936
+ msgid "Archives"
937
+ msgstr "Архівы"
938
+
939
+ #: wp-cache.php:1350
940
+ msgid "Tags"
941
+ msgstr "Пазнакі"
942
+
943
+ #: wp-cache.php:1351
944
+ msgid "Category"
945
+ msgstr "Рубрыкі"
946
+
947
+ #: wp-cache.php:1352
948
+ msgid "Feeds"
949
+ msgstr "Фиды"
950
+
951
+ #: wp-cache.php:1353
952
+ msgid "Search Pages"
953
+ msgstr "Старонкі пошуку"
954
+
955
+ #: wp-cache.php:1355
956
+ #: wp-cache.php:1483
957
+ msgid "Save"
958
+ msgstr "Захаваць"
959
+
960
+ #: wp-cache.php:1372
961
+ 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."
962
+ msgstr "Поле ніжэй Вы таксама можаце запоўніць фрагментамі адрасоў старонак (або груп старонак, напрыклад, архіў за год / месяц і г.д.), якія не будуць кэшавацца. Плагін будзе сканаваць адрасы старонак на прадмет наяўнасці ў іх фрагментаў, указаных ніжэй, перад кэшаваннем. "
963
+
964
+ #: wp-cache.php:1378
965
+ msgid "Save Strings"
966
+ msgstr "Захаваць спіс забароненых фрагментаў"
967
+
968
+ #: wp-cache.php:1394
969
+ msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
970
+ msgstr "Поле ніжэй Вы можаце запоўніць назвамі файлаў якія будуць кэшаваць, нават калі ў іх назве ёсць забароненых да кэшавання фрагменты."
971
+
972
+ #: wp-cache.php:1400
973
+ msgid "Save Files"
974
+ msgstr "Захаваць спіс файлаў"
975
+
976
+ #: wp-cache.php:1445
977
+ msgid "Currently logging to: "
978
+ msgstr "Рэжым запісаны на:"
979
+
980
+ #: wp-cache.php:1455
981
+ 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."
982
+ msgstr "Тут Вы можаце вырашыць некаторыя праблемы, якія ўзнікаюць пры працы з убудовай, з дапамогай адладкі. Вы можаце запісваць службовую інфармацыю (логі) у файлы дырэкторыі кэша."
983
+
984
+ #: wp-cache.php:1456
985
+ msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
986
+ msgstr "Атрымаць доступ да файла лога проста, але пры ачыстцы кэша лог таксама будзе выдалены."
987
+
988
+ #: wp-cache.php:1460
989
+ msgid "Debugging"
990
+ msgstr "Рэжым адладкі"
991
+
992
+ #: wp-cache.php:1461
993
+ msgid "Logging Type"
994
+ msgstr "Тып ўваходу"
995
+
996
+ #: wp-cache.php:1461
997
+ msgid "Email"
998
+ msgstr "Email"
999
+
1000
+ #: wp-cache.php:1462
1001
+ msgid "file"
1002
+ msgstr "Файл"
1003
+
1004
+ #: wp-cache.php:1463
1005
+ msgid "IP Address"
1006
+ msgstr "Адрас IP"
1007
+
1008
+ #: wp-cache.php:1463
1009
+ #, php-format
1010
+ msgid "(only log requests from this IP address. Your IP is %s)"
1011
+ msgstr "(Запісвае звароту толькі з гэтага IP. Ваш IP -% s)"
1012
+
1013
+ #: wp-cache.php:1464
1014
+ msgid "Log level"
1015
+ msgstr "Узровень логу"
1016
+
1017
+ #: wp-cache.php:1470
1018
+ msgid "(1 = less, 5 = more, may cause severe server load.)"
1019
+ msgstr "(1 = найменшы, 5 = найбольшы, можа выклікаць болшую нагрузку на сервер)"
1020
+
1021
+ #: wp-cache.php:1473
1022
+ 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>"
1023
+ msgstr "У асабліва рэдкіх выпадках на блогу могуць здарыцца дзве праблемы: <ol><li> Замест галоўнай старонкі карыстальнікі будуць бачыць прапанову загрузіць. Zip архіў з ёй </li><li> Замест галоўнай старонкі можа быць дададзеная ў кэш зусім іншая (толькі ў выпадку, калі Ваш бог выкарыстоўвае наступную структуру спасылак <em>/% category% /% postname% /).</em> </li></ol> "
1024
+
1025
+ #: wp-cache.php:1474
1026
+ #, php-format
1027
+ 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."
1028
+ msgstr "I'm 99% certain! Памылкі, якія могуць паўстаць пры працы з WP Super Cache, не звязаныя з самім убудовай. Яны ўзнікаюць у рэдкіх выпадках, але Вы можаце падстрахавацца, запусціўшы аўтаматычную праверку блога кожныя 5 хвілін. У выпадку памылкі, Вам будзе адпраўлена паведамленне. "
1029
+
1030
+ #: wp-cache.php:1476
1031
+ msgid "Check front page every 5 minutes."
1032
+ msgstr "Правяраць галоўную старонку кожныя 5 хвілін."
1033
+
1034
+ #: wp-cache.php:1477
1035
+ msgid "Front page text"
1036
+ msgstr "Ключавой тэкст"
1037
+
1038
+ #: wp-cache.php:1477
1039
+ msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1040
+ msgstr "Калі ласка, увядзіце тэкст які ўбудова будзе шукаць на галоўнай старонцы. Калі тэкст не будзе знойдзены, то кэш аўтаматычна ачысціцца. Пакіньце поле пустым каб адключыць опцыю."
1041
+
1042
+ #: wp-cache.php:1478
1043
+ msgid "Clear cache on error."
1044
+ msgstr "Ачышчаць кэш пры памылцы."
1045
+
1046
+ #: wp-cache.php:1479
1047
+ msgid "Email the blog admin when checks are made. (useful for testing)"
1048
+ msgstr "Паведаміць адміністратару блога па завяршэння праверкі (карысна пры тэставанні на памылкі)."
1049
+
1050
+ #: wp-cache.php:1493
1051
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1052
+ msgstr "Памылка: сціск GZIP ўключана, адключыце яго калі хочаце запусціць wp-cache."
1053
+
1054
+ #: wp-cache.php:1540
1055
+ #: wp-cache.php:1702
1056
+ msgid "Warning"
1057
+ msgstr "Увага"
1058
+
1059
+ #: wp-cache.php:1540
1060
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1061
+ msgstr "Сціск GZIP ўключана ў наладах WordPress, убудова не будзе працаваць да таго часу, пакуль Вы не адключыце gzip."
1062
+
1063
+ #: wp-cache.php:1598
1064
+ #: wp-cache.php:1603
1065
+ #: wp-cache.php:1635
1066
+ #: wp-cache.php:1640
1067
+ #: wp-cache.php:1646
1068
+ msgid "Error"
1069
+ msgstr "Памылка"
1070
+
1071
+ #: wp-cache.php:1598
1072
+ #, php-format
1073
+ msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1074
+ msgstr "Тэчка <strong>($ cache_path)</strong> не існуе і не можа быць створана ў аўтаматычным рэжыме. Праверце правы доступу да% s."
1075
+
1076
+ #: wp-cache.php:1603
1077
+ #, php-format
1078
+ 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."
1079
+ msgstr "Тэчка <strong>(%1$s) або %2$s</strong> павінна быць даступная для запісу. Перепроверьте правы доступу."
1080
+
1081
+ #: wp-cache.php:1635
1082
+ #, php-format
1083
+ 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."
1084
+ msgstr "Канфігурацыйны файл WP-Cache <strong>(% s)</strong> можа быць ня дзейнічае і недаступны для запісу. Калі ласка, выдаліце яго ўручную і абновіце старонку."
1085
+
1086
+ #: wp-cache.php:1640
1087
+ #, php-format
1088
+ msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1089
+ msgstr "Канфігурацыйны файл адсутнічае, а тэчка %1$s <strong>(%2$s)</strong> недаступная для запісу. Праверце правы доступу."
1090
+
1091
+ #: wp-cache.php:1646
1092
+ #, php-format
1093
+ msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1094
+ msgstr "Файл WP-Cache <strong>(% s)</strong> не быў знойдзены. Праверце, завяршылі Вы ўстаноўку ўбудовы."
1095
+
1096
+ #: wp-cache.php:1702
1097
+ #, php-format
1098
+ msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1099
+ msgstr "%s/advanced-cache.php не існуе або не можа быць абноўлены ў аўтаматычным рэжыме."
1100
+
1101
+ #: wp-cache.php:1703
1102
+ msgid "1. If it already exists please delete the file first."
1103
+ msgstr "1. Калі ён ужо існуе ў тэчках Вашага блога, выдаліце ​​яго."
1104
+
1105
+ #: wp-cache.php:1704
1106
+ #, php-format
1107
+ 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)"
1108
+ msgstr "2. Зменіце правы доступу да %1$s, каб можна было запісаць дадзеныя ў аўтаматычным рэжыме (правы павінны быць: <em>chmod 777 %1$s),</em> праверце правільнасць зададзеных правоў і абновіце старонку. Гэта часовае ўмова, пасля абнаўлення старонкі правы доступу трэба вярнуць на ранейшыя (з 777 на 755). "
1109
+
1110
+ #: wp-cache.php:1705
1111
+ #, php-format
1112
+ msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1113
+ msgstr "3. Абнавіце старонку, <em>файл% s / advanced-cache.php</em> абновіцца сам"
1114
+
1115
+ #: wp-cache.php:1706
1116
+ #, php-format
1117
+ msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1118
+ msgstr "Калі гэта не спрацавала, пераканайцеся <em>што% s / advanced-cache.php</em> сапраўды не існуе:"
1119
+
1120
+ #: wp-cache.php:1707
1121
+ #, php-format
1122
+ 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>"
1123
+ msgstr " <li> 1. Адкрыйце <em>файл %1$s$wp_cache_file</em> ў тэкставым рэдактары. </li><li> 2. Зменіце радок <em>CACHEHOME на %2$s</em> </li><li> 3. Захавайце файл і скапіруйце <em>ў %3$s,</em> затым абновіце старонку. </li> "
1124
+
1125
+ #: wp-cache.php:1730
1126
+ 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>"
1127
+ msgstr " <h3> Параметр WP_CACHE не актываваны </h3><p> Дадзены параметр павінен быць актываваны для таго, каб WordPress мог карэктна працаваць з файламі кэша. У дадзены момант ён адключаны. Каб уключыць яго, адкрыйце файл wp-config.php і дадайце ў яго наступны радок: <br /><br /> <code>define('WP_CACHE', true);</code> </p> "
1128
+
1129
+ #: wp-cache.php:1732
1130
+ msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1131
+ msgstr "<strong>\"Памылка: Зменная WP_CACHE ня актываваная</strong> ў файле агульных канфігурацый <code>wp-config.php</code> . "
1132
+
1133
+ #: wp-cache.php:1733
1134
+ #, php-format
1135
+ 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. "
1136
+ msgstr "Выпраўце файл наладак код <code>%s</code> і дадайце наступную пункту: <br /> <code>define('WP_CACHE', true);</code> <br /> Інакш, <strong>WP-Cache не зможа запусціцца.</strong> "
1137
+
1138
+ #: wp-cache.php:1737
1139
+ 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."
1140
+ msgstr " <h3> Пераменная WP_CACHE дададзеная ў файл канфігурацый wp-config.php </h3><p> Калі Вы да гэтага часу бачыце дадзенае паведамленне, то паспрабуйцце звярнуцца з пунктам 5 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">чаво</a> (на англ.). Радок з WP_CACHE павінна быць размешчаная вышэй. "
1141
+
1142
+ #: wp-cache.php:1759
1143
+ msgid "Cache Contents"
1144
+ msgstr "Стан кэша"
1145
+
1146
+ #: wp-cache.php:1762
1147
+ msgid "Object cache in use. No cache listing available."
1148
+ msgstr "Спіс кэшавання недаступны."
1149
+
1150
+ #: wp-cache.php:1786
1151
+ #, php-format
1152
+ msgid "Deleting supercache file: <strong>%s</strong><br />"
1153
+ msgstr "Выдаленне файлаў Super <strong>Cache:% s</strong> <br /> "
1154
+
1155
+ #: wp-cache.php:1803
1156
+ #, php-format
1157
+ msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1158
+ msgstr "Выдаленне файлаў <strong>WP-Cache:% s</strong> <br /> "
1159
+
1160
+ #: wp-cache.php:1868
1161
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1162
+ msgstr "Статыстыка аб'ектыў ў кэшы НЕ ствараецца аўтаматычна. Каб абнавіць яе ўручную націсніце на спасылку ніжэй."
1163
+
1164
+ #: wp-cache.php:1869
1165
+ msgid "Regenerate cache stats"
1166
+ msgstr "Абнавіць статыстыку кэша"
1167
+
1168
+ #: wp-cache.php:1871
1169
+ #, php-format
1170
+ msgid "Cache stats last generated: %s minutes ago."
1171
+ msgstr "Статыстыка аб'ектаў у кэшы апошні раз створана:% s мін таму."
1172
+
1173
+ #: wp-cache.php:1877
1174
+ msgid "WP-Cache"
1175
+ msgstr "Стан WP-Cache"
1176
+
1177
+ #: wp-cache.php:1878
1178
+ #: wp-cache.php:1894
1179
+ #, php-format
1180
+ msgid "%s Cached Pages"
1181
+ msgstr "%s старонак у кэшы"
1182
+
1183
+ #: wp-cache.php:1879
1184
+ #: wp-cache.php:1899
1185
+ #, php-format
1186
+ msgid "%s Expired Pages"
1187
+ msgstr "%s старонак пратэрмінаваны"
1188
+
1189
+ #: wp-cache.php:1893
1190
+ msgid "WP-Super-Cache"
1191
+ msgstr "Стан WP-Super-Cache"
1192
+
1193
+ #: wp-cache.php:1904
1194
+ msgid "Fresh WP-Cached Files"
1195
+ msgstr "Новыя файлы WP-Cache"
1196
+
1197
+ #: wp-cache.php:1905
1198
+ #: wp-cache.php:1921
1199
+ #: wp-cache.php:1937
1200
+ #: wp-cache.php:1953
1201
+ msgid "URI"
1202
+ msgstr "АДРАС"
1203
+
1204
+ #: wp-cache.php:1905
1205
+ #: wp-cache.php:1921
1206
+ msgid "Key"
1207
+ msgstr "Ключ"
1208
+
1209
+ #: wp-cache.php:1905
1210
+ #: wp-cache.php:1921
1211
+ #: wp-cache.php:1937
1212
+ #: wp-cache.php:1953
1213
+ msgid "Age"
1214
+ msgstr "Узрост"
1215
+
1216
+ #: wp-cache.php:1905
1217
+ #: wp-cache.php:1921
1218
+ #: wp-cache.php:1937
1219
+ #: wp-cache.php:1953
1220
+ msgid "Delete"
1221
+ msgstr "Выдаліць"
1222
+
1223
+ #: wp-cache.php:1920
1224
+ msgid "Stale WP-Cached Files"
1225
+ msgstr "Старыя файлы WP-Cache"
1226
+
1227
+ #: wp-cache.php:1936
1228
+ msgid "Fresh Super Cached Files"
1229
+ msgstr "Новыя файлы Super Cache"
1230
+
1231
+ #: wp-cache.php:1952
1232
+ msgid "Stale Super Cached Files"
1233
+ msgstr "Старыя файлы Super Cache"
1234
+
1235
+ #: wp-cache.php:1968
1236
+ msgid "Hide file list"
1237
+ msgstr "Прыбраць спіс"
1238
+
1239
+ #: wp-cache.php:1970
1240
+ msgid "Too many cached files, no listing possible."
1241
+ msgstr "Занадта шмат аб'ектаў у кэшы, стварэнне спісу немагчыма."
1242
+
1243
+ #: wp-cache.php:1972
1244
+ msgid "List all cached files"
1245
+ msgstr "Спіс кэшаваных файлаў"
1246
+
1247
+ #: wp-cache.php:1978
1248
+ #, php-format
1249
+ msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1250
+ msgstr "<strong>\"Ачыстка смецця</strong> <br /> Папярэдняя ачыстка <strong>была% s</strong> хвілін назад <br /> "
1251
+
1252
+ #: wp-cache.php:1979
1253
+ #, php-format
1254
+ msgid "Next GC in <strong>%s</strong> minutes"
1255
+ msgstr "Наступная ачыстка будзе <strong>праз% s</strong> хвілін"
1256
+
1257
+ #: wp-cache.php:1982
1258
+ #, php-format
1259
+ msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1260
+ msgstr "Пратэрмінаваны кэш - гэта старонкі, створаныя больш чым% s секунд таму. Не гледзячы на ​​свой статус, яны выкарыстоўваюцца ў агульным кэшы і перыядычна выдаляюцца."
1261
+
1262
+ #: wp-cache.php:1993
1263
+ msgid "Delete Expired"
1264
+ msgstr "Выдаліць пратэрмінаваны кэш"
1265
+
1266
+ #: wp-cache.php:1999
1267
+ #: wp-cache.php:2011
1268
+ #: wp-cache.php:2174
1269
+ msgid "Delete Cache"
1270
+ msgstr "Выдаліць увесь кэш"
1271
+
1272
+ #: wp-cache.php:2011
1273
+ msgid "Delete Super Cache cached files (opens in new window)"
1274
+ msgstr "Выдаліць файлы Super Cache (у новым акне)"
1275
+
1276
+ #: wp-cache.php:2150
1277
+ #, php-format
1278
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
1279
+ msgstr "%1$s ўдзячны плагіна %2$s за проделаннную працу"
1280
+
1281
+ #: wp-cache.php:2183
1282
+ #, php-format
1283
+ msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1284
+ msgstr "Плагін WP Super Cache павінен быць наладжаны! Каб актываваць яго і наладзіць, перайдзіце на <a href=\"%s\">старонку кіравання</a> убудовай. "
1285
+
1286
+ #: wp-cache.php:2189
1287
+ msgid "Settings"
1288
+ msgstr "Налады"
1289
+
1290
+ #: wp-cache.php:2199
1291
+ #, php-format
1292
+ msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1293
+ msgstr "Плагін WP Super Cache не актываваны. Каб актываваць яго, перайдзіце на <a href=\"%s\">старонку кіравання</a> убудовай. "
1294
+
1295
+ #: wp-cache.php:2218
1296
+ #, php-format
1297
+ msgid "[%s] Front page is gzipped! Please clear cache!"
1298
+ msgstr "[%s] Галоўная старонка сціснута з дапамогай gzipped! Выдаліце ​​кэш!"
1299
+
1300
+ #: wp-cache.php:2218
1301
+ #, php-format
1302
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1303
+ msgstr "Адбылася памылка! Наведайце% s каб выдаліць кэш!"
1304
+
1305
+ #: wp-cache.php:2221
1306
+ #, php-format
1307
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
1308
+ msgstr "[%s] Галоўная старонка сціснута з дапамогай gzipped! Кэш выдалены!"
1309
+
1310
+ #: wp-cache.php:2221
1311
+ #, php-format
1312
+ 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."
1313
+ msgstr "Увесь кэш для Вашага блога быў ачышчаны, так як убудова заўважыў памылку на галоўнай старонцы (яна запампоўваліся архівам). Каб праверыць кэш, наведайце гэтую стрницу% s."
1314
+
1315
+ #: wp-cache.php:2228
1316
+ #, php-format
1317
+ msgid "[%s] Front page is not correct! Please clear cache!"
1318
+ msgstr "[%s] Кэш галоўнай старонкі змяшчае памылку! Выдаліце ​​кэш!"
1319
+
1320
+ #: wp-cache.php:2228
1321
+ #, php-format
1322
+ 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\"!"
1323
+ msgstr "Адбылася памылка, на галоўнай старонцы Вашага блога не быў выяўлены ключавой тэкст \"%2$s\"! Каб выправіць памылку, наведайце гэтую старонку %1$s і ўручную ачысьціць кэш."
1324
+
1325
+ #: wp-cache.php:2231
1326
+ #, php-format
1327
+ msgid "[%s] Front page is not correct! Cache Cleared!"
1328
+ msgstr "[%s] Галоўная старонка адлюстроўваецца з памылкай! Кэш выдалены!"
1329
+
1330
+ #: wp-cache.php:2231
1331
+ #, php-format
1332
+ 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."
1333
+ msgstr "Адбылася памылка, на галоўнай старонцы Вашага блога не быў выяўлены ключавой тэкст \"%2$s\"! Наведайце гэтую старонку %1$s каб праверыць кэш."
1334
+
1335
+ #: wp-cache.php:2236
1336
+ #, php-format
1337
+ msgid "[%s] Front page check!"
1338
+ msgstr "[%s] Галоўная старонка праверана!"
1339
+
1340
+ #: wp-cache.php:2236
1341
+ #, php-format
1342
+ msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1343
+ msgstr "Плагін WP Super Cache толькі што праверыў галоўную старонку Вашага блога на прадмет памылак. Каб адключыць апавяшчэння і праверку наведаеце гэтую старонку% s."
1344
+
1345
+ #: wp-cache.php:2279
1346
+ msgid "Cannot update .htaccess"
1347
+ msgstr "Не магу абнавіць файл. Htaccess"
1348
+
1349
+ #: wp-cache.php:2279
1350
+ #, php-format
1351
+ 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."
1352
+ msgstr "Файл <code>%s.htaccess</code> не можа быць абноўлены ў аўтаматычным рэжыме. Каб выправіць гэта задайце неабходныя для запісу правы доступу да яго. "
1353
+
1354
+ #: wp-cache.php:2279
1355
+ msgid "Refresh this page when the file permissions have been modified."
1356
+ msgstr "Абнавіце старонку калі неабходныя правы доступу будуць зададзены."
1357
+
1358
+ #: wp-cache.php:2279
1359
+ #, php-format
1360
+ msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1361
+ msgstr "Вы таксама можаце рэдагаваць файл <code>%s.htaccess</code> ўручную і асабіста дадаць неабходныя правілы (да наяўных там правілаў WordPress): "
1362
+
1363
+ #: wp-cache.php:2283
1364
+ #, php-format
1365
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1366
+ msgstr "Каб убудова мог правільна працаваць з статычнымі html файламі, Вы павінны дадаць у файл <code>%s.htaccess</code> правілы модуля mod_rewrite "
1367
+
1368
+ #: wp-cache.php:2284
1369
+ msgid "You can edit the file yourself add the following rules."
1370
+ msgstr "Вы можаце ўручную адрэдагаваць файл і дадаць неабходныя правілы."
1371
+
1372
+ #: wp-cache.php:2285
1373
+ msgid " Make sure they appear before any existing WordPress rules. "
1374
+ msgstr "Праверце што яны ідуць перад усімі ўжо існуючымі ў дакуменце правіламі WordPress."
1375
+
1376
+ #: wp-cache.php:2293
1377
+ msgid "Update Mod_Rewrite Rules"
1378
+ msgstr "Абнавіць правілы mod_rewrite"
1379
+
1380
+ #: wp-cache.php:2389
1381
+ #, php-format
1382
+ msgid "[%1$s] Cache Preload Started"
1383
+ msgstr "[%1$s] Агульная кэшаванне пачалося"
1384
+
1385
+ #: wp-cache.php:2391
1386
+ #, php-format
1387
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1388
+ msgstr "[%1$s] Абнаўленне кэша запісаў з %2$d па %3$d"
1389
+
1390
+ #: wp-cache.php:2402
1391
+ #, php-format
1392
+ msgid "[%1$s] %2$d posts refreshed"
1393
+ msgstr "[%1$s] %2$d кэш запісаў абноўлены"
1394
+
1395
+ #: wp-cache.php:2402
1396
+ msgid "Refreshed the following posts:"
1397
+ msgstr "Наступныя запісы абноўлены:"
1398
+
1399
+ #: wp-cache.php:2411
1400
+ #, php-format
1401
+ msgid "Scheduling next preload refresh in %d minutes."
1402
+ msgstr "Наступнае запланаванае абнаўленне агульнага кэша праз% d хвілін."
1403
+
1404
+ #: wp-cache.php:2421
1405
+ #, php-format
1406
+ msgid "[%s] Cache Preload Completed"
1407
+ msgstr "[%s] Агульная кэшаванне завершана"
1408
+
1409
+ #: wp-cache.php:2421
1410
+ msgid "Cleaning up old supercache files."
1411
+ msgstr "Выдаляць старыя файлы з кэша Super Cache."
1412
+
1413
+ #: wp-cache.php:2462
1414
+ #, php-format
1415
+ msgid "[%s] Preload may have stalled."
1416
+ msgstr "[%s] Агульная кэшаванне магло быць спынена."
1417
+
1418
+ #: wp-cache.php:2462
1419
+ #, php-format
1420
+ msgid ""
1421
+ "Preload has been restarted.\n"
1422
+ "%s"
1423
+ msgstr ""
1424
+ "Агульнае кэшаванне было перазапушчаныя. \n"
1425
+ "%s"
1426
+
1427
+ #~ msgid ""
1428
+ #~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
1429
+ #~ "strong> button."
1430
+ #~ msgstr ""
1431
+ #~ "Пролистайте страницу вних и нажмите кнопку <strong>Обновить правила "
1432
+ #~ "Mod_Rewrite</strong>."
1433
+
1434
+ #~ msgid "WP Super Cache Manager"
1435
+ #~ msgstr "Управление плагином WP Super Cache"
1436
+
1437
+ #~ msgid "Why your configuration may not be changed"
1438
+ #~ msgstr "Почему конфигурации не могут быть изменены"
1439
+
1440
+ #~ msgid "Why"
1441
+ #~ msgstr "Почему"
1442
+
1443
+ #~ msgid "ON"
1444
+ #~ msgstr "ВКЛ"
1445
+
1446
+ #~ msgid "WP Cache and Super Cache enabled"
1447
+ #~ msgstr "Плагины WP Cache и Super Cache включены"
1448
+
1449
+ #~ msgid "HALF ON"
1450
+ #~ msgstr "РАБОТАЕТ НАПОЛОВИНУ"
1451
+
1452
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
1453
+ #~ msgstr "Плагин Super Cache отключен, работает только кэшировани WP-Cache"
1454
+
1455
+ #~ msgid "OFF"
1456
+ #~ msgstr "ВЫКЛ"
1457
+
1458
+ #~ msgid "WP Cache and Super Cache disabled"
1459
+ #~ msgstr "Плагины WP Cache и Super Cache отключены"
1460
+
1461
+ #~ msgid ""
1462
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
1463
+ #~ "file is being generated. Recommended for <em>very</em> busy websites with "
1464
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
1465
+ #~ "obsolete."
1466
+ #~ msgstr ""
1467
+ #~ "Восстановление кэша. При включенной опции, гости сайта будут получать "
1468
+ #~ "старые страницы из плагина Super Cache, пока формируются новые. "
1469
+ #~ "Рекомендуется использовать данную опцию только для <em>очень</em> "
1470
+ #~ "посещаемых блогов, где много комментариев. После включения опции в "
1471
+ #~ "настройках \"прямое кэширование страниц\" и \"закрытый режим\" нет нужды "
1472
+ #~ "(они устаревают)"
1473
+
1474
+ #~ msgid ""
1475
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
1476
+ #~ "with caution.)"
1477
+ #~ msgstr ""
1478
+ #~ "Создавать список новых кэшированных страниц (использовать на свой страх и "
1479
+ #~ "риск, может затормозить сайты с большим количеством посетителей)"
1480
+
1481
+ #~ msgid ""
1482
+ #~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
1483
+ #~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
1484
+ #~ "\" for whatever amount you want. Every penny helps!"
1485
+ #~ msgstr ""
1486
+ #~ "%1$s действительно ускоряет Ваш блог. Вы можете сделать его еще "
1487
+ #~ "быстрее<sup>*,</sup> купив мне <a href=\"%2$s\">подарочную карту сервиса "
1488
+ #~ "Amazon</a>! Можете выбрать \"%3$s\" любое значение, какое хотите. Каждая "
1489
+ #~ "копейка поможет мне!"
1490
+
1491
+ #~ msgid ""
1492
+ #~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
1493
+ #~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
1494
+ #~ "\">wishlist</a>."
1495
+ #~ msgstr ""
1496
+ #~ "Если Вы не хотите иметь дело с Amazon , то можно сделать пожертвование "
1497
+ #~ "через PayPal. Нажмите кнопку \"Пожертвовать\" или выберите подарок для "
1498
+ #~ "меня из моего <a href=\"%s\">списка желаний</a>."
1499
+
1500
+ #~ msgid "Thanks in advance!"
1501
+ #~ msgstr "Заранее благодарю!"
1502
+
1503
+ #~ msgid ""
1504
+ #~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
1505
+ #~ "very happy!"
1506
+ #~ msgstr ""
1507
+ #~ "Ладно, он не будет быстрее, но Вы все равно сделаете автора плагина очень "
1508
+ #~ "счастливым!"
1509
+
1510
+ #~ msgid "Don&#8217;t show me this again."
1511
+ #~ msgstr "Не показывать больше это сообщение."
1512
+
1513
+ #~ msgid "Hide"
1514
+ #~ msgstr "Спрятать"
1515
+
1516
+ #~ msgid ""
1517
+ #~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
1518
+ #~ "<a href=\"%3$s\">donation</a> to encourage development of this plugin."
1519
+ #~ "<br />Even a penny will help."
1520
+ #~ msgstr ""
1521
+ #~ "Блог автора - %1$s, фотоблог - %2$s. Автор плагина будет благодарен любой "
1522
+ #~ "<a href=\"%3$s\">поддержке</a> от Вас.<br />Даже копейка может помочь в "
1523
+ #~ "его работе."
1524
+
1525
+ #~ msgid "Super Cache Compression"
1526
+ #~ msgstr "Сжатие кэша Super Cache"
1527
+
1528
+ #~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
1529
+ #~ msgstr ""
1530
+ #~ "Сжатие кэша отключено по умолчанию в режиме <em>РАБОТАЕТ НАПОЛОВИНУ</em>."
1531
+
1532
+ #~ msgid "Super Cache compression is now disabled."
1533
+ #~ msgstr "Сжатие кэша Super Cache теперь отключено."
1534
+
1535
+ #~ msgid "Super Cache compression is now enabled."
1536
+ #~ msgstr "Сжатие кэша Super Cache теперь включено."
1537
+
1538
+ #~ msgid "Update Compression"
1539
+ #~ msgstr "Обновить настройки сжатия"
1540
+
1541
+ #~ msgid "Debug Settings"
1542
+ #~ msgstr "Параметры отладки"
1543
+
1544
+ #~ msgid ""
1545
+ #~ "<h3>WP_CACHE constant in wp-config.php set to false</h3><p>The WP_CACHE "
1546
+ #~ "constant is defined in your wp-config.php but must be set to true, not "
1547
+ #~ "false for this plugin to work correctly.</p>"
1548
+ #~ msgstr ""
1549
+ #~ "<h3>Значение для WP_CACHE в конфигурационном файле WordPrees wp-config."
1550
+ #~ "php установлено на \"false\"</h3><p>Чтобы плагин заработал, значение "
1551
+ #~ "WP_CACHE в wp-config.php нужно поставить на \"true\".</p>"
1552
+
1553
+ #~ msgid "You must edit the file yourself add the following rules."
1554
+ #~ msgstr ""
1555
+ #~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
languages/wp-super-cache-lt_LT.mo ADDED
Binary file
languages/wp-super-cache-lt_LT.po ADDED
@@ -0,0 +1,1555 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: WP Super Cache\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
+ "POT-Creation-Date: 2010-09-27 13:58+0000\n"
11
+ "PO-Revision-Date: 2011-07-30 20:42+0200\n"
12
+ "Last-Translator: Natalija Strazdauskienė <ciuvir@mail.ru>\n"
13
+ "Language-Team: Nata Strazda <nata@epastas.lt>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Lithuanian\n"
18
+ "X-Poedit-Country: LITHUANIA\n"
19
+
20
+ #: plugins/awaitingmoderation.php:4
21
+ msgid "Your comment is awaiting moderation."
22
+ msgstr "Jūsų komentaras laukia patvirtinimo."
23
+
24
+ #: plugins/awaitingmoderation.php:23
25
+ #: plugins/awaitingmoderation.php:38
26
+ #: plugins/badbehaviour.php:47
27
+ #: plugins/badbehaviour.php:65
28
+ #: plugins/domain-mapping.php:47
29
+ #: plugins/domain-mapping.php:62
30
+ #: plugins/searchengine.php:61
31
+ #: plugins/searchengine.php:76
32
+ #: wp-cache.php:1114
33
+ msgid "Disable"
34
+ msgstr "Išjungti"
35
+
36
+ #: plugins/awaitingmoderation.php:29
37
+ #: plugins/badbehaviour.php:55
38
+ #: plugins/domain-mapping.php:53
39
+ #: plugins/searchengine.php:67
40
+ msgid "disabled"
41
+ msgstr "išjungtas"
42
+
43
+ #: plugins/awaitingmoderation.php:31
44
+ #: plugins/badbehaviour.php:57
45
+ #: plugins/domain-mapping.php:55
46
+ #: plugins/searchengine.php:69
47
+ #: wp-cache.php:1460
48
+ msgid "enabled"
49
+ msgstr "įjungtas"
50
+
51
+ #: plugins/awaitingmoderation.php:33
52
+ #, php-format
53
+ msgid "Awaiting Moderation plugin is %s"
54
+ msgstr "Laukiamas patvirtinimo įskiepis yra %s"
55
+
56
+ #: plugins/awaitingmoderation.php:34
57
+ msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
58
+ msgstr "(Pašalinti tekstą \"Jūsų komentaras laukia patvirtinimo.\", kai kas nors palieka komentarą peržiūrai.)"
59
+
60
+ #: plugins/awaitingmoderation.php:36
61
+ #: plugins/badbehaviour.php:63
62
+ #: plugins/domain-mapping.php:60
63
+ #: plugins/searchengine.php:74
64
+ #: wp-cache.php:1114
65
+ msgid "Enable"
66
+ msgstr "Įjungti"
67
+
68
+ #: plugins/badbehaviour.php:45
69
+ msgid "Bad Behaviour not found. Please check your install."
70
+ msgstr "Bad Behaviour nerasta. Prašome patikrinti jūsų įdiegimą."
71
+
72
+ #: plugins/badbehaviour.php:60
73
+ #, php-format
74
+ msgid "Bad Behaviour support is %s."
75
+ msgstr "Bad Behaviour parama yra %s."
76
+
77
+ #: plugins/badbehaviour.php:61
78
+ #, php-format
79
+ 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/\") "
80
+ msgstr "(Šis įskiepis funkcionuos tik vidutinio talpinimo režimu, atjunkite suspaudimą ir įdiekite įskiepį <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> \"%s/plugins/blogas-elgesio/\")"
81
+
82
+ #: plugins/badbehaviour.php:69
83
+ #: wp-cache.php:1191
84
+ #: wp-cache.php:1193
85
+ msgid "Warning!"
86
+ msgstr "Dėmesio!"
87
+
88
+ #: plugins/domain-mapping.php:57
89
+ #, php-format
90
+ msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
91
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> įskiepio palaikymas yra is %s"
92
+
93
+ #: plugins/domain-mapping.php:58
94
+ msgid "(support for multiple domains on multisite websites) "
95
+ msgstr "(palaiko daugybinius domenus ir daugybines svetaines)"
96
+
97
+ #: plugins/domain-mapping.php:72
98
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
99
+ msgstr "Domain Mapping įskiepis aptiktas! Prašome grįžti į įskiepių Supercache puslapį ir įjungti domeno žemėlapių padėjėjo įskiepį."
100
+
101
+ #: plugins/searchengine.php:71
102
+ #, php-format
103
+ msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
104
+ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> įskiepis yra %s."
105
+
106
+ #: plugins/searchengine.php:72
107
+ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
108
+ msgstr "(reikalingas <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> taip pat) "
109
+
110
+ #: wp-cache.php:87
111
+ #, php-format
112
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
113
+ msgstr "Prašome sukurti %s /wp-cache-config.php iš wp-super-cache/wp-cache-config-sample.php"
114
+
115
+ #: wp-cache.php:138
116
+ msgid "Warning! PHP Safe Mode Enabled!"
117
+ msgstr "Įspėjimas! PHP Saugus režymas įjungtas!"
118
+
119
+ #: wp-cache.php:139
120
+ msgid "You may experience problems running this plugin because SAFE MODE is enabled."
121
+ msgstr "Jums gali kilti problemų naudojant šį įskiepį, nes Safe Mode yra įjungtas."
122
+
123
+ #: wp-cache.php:143
124
+ msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
125
+ msgstr "Jūsų serveris patikrins PHP skriptų savininką, prieš leidžiant jiems skaityti ir rašyti failus."
126
+
127
+ #: wp-cache.php:144
128
+ #, php-format
129
+ 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."
130
+ msgstr "Jūs arba administratorius galite padaryti jį dirbantį, keisdami įskiepio skriptų grupės savininką, kad atitiktų žiniatinklio serverio vartotoją. %s/cache/ katalogas taip pat turi būti pakeistas. Žiūrėti <a href=\"http://php.net/features.safe-mode\">saugaus rėžimo puslapį</a> dėl papildomos informacijos."
131
+
132
+ #: wp-cache.php:146
133
+ 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."
134
+ msgstr "Jūs arba administratorius turite atjungti tai. Žiūrėkite <a href=\"http://php.net/features.safe-mode\">saugaus rėžimo puslapį</a> dėl papildomos informacijos. Dėja, tai negali būti atjungta .htaccess faile. Tam reikia papildyti php.ini konfiguracijos failą."
135
+
136
+ #: wp-cache.php:152
137
+ msgid "Permlink Structure Error"
138
+ msgstr "Nuolatinės nuorodos struktūra"
139
+
140
+ #: wp-cache.php:153
141
+ 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."
142
+ msgstr "Teisingui įskiepio darbui reikalingas korektiškas url ar pastovios nuorodos struktūros nustatymas.. Prašome eiti į <a href=\"options-permalink.php\">Pastovių nuorodų puslapį</a>, kad sukonfiguruoti pastovias nuorodas."
143
+
144
+ #: wp-cache.php:165
145
+ #, php-format
146
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
147
+ msgstr "Įspėjimas! Jūsų prieglobos vardas \"%s\" atsako %s"
148
+
149
+ #: wp-cache.php:166
150
+ #, php-format
151
+ 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."
152
+ msgstr "Jūsų serveris galvoja, jog jūsų prieglobos vardas pasikeitė į %s. Kai kurie servisai, kaip pavyzdžiui, šiukšlių surinkimas šiame įskiepyje ir WordPress planuojamuose žinutėse gali neveikti tinkamai."
153
+
154
+ #: wp-cache.php:167
155
+ #: wp-cache.php:181
156
+ #, php-format
157
+ msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
158
+ msgstr "Prašau žiūrėti 16 eilutę <a href=\"%s\">problemų sekcijoje</a> readme.txt"
159
+
160
+ #: wp-cache.php:180
161
+ 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."
162
+ msgstr "Dėja, WordPress negali rasti wp-cron.php failą. Šis skriptas reikalingas korektiškam šiukšlynės išvalymo operacijos rodymui šiam įskiepiui, WordPress reguliariose žinutėse bei kitose svarbiose vietose."
163
+
164
+ #: wp-cache.php:195
165
+ msgid "Cannot continue... fix previous problems and retry."
166
+ msgstr "Negalima tęsti...ištaisykite bųvusias problemas ir pabandykite iš naujo."
167
+
168
+ #: wp-cache.php:204
169
+ msgid "Zlib Output Compression Enabled!"
170
+ msgstr "Zlib Išėjimo suspaudimas įjungtas!"
171
+
172
+ #: wp-cache.php:205
173
+ 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."
174
+ msgstr "PHP naudoja duomenų suspaudimą dėl jūsų svetainės lankytojų puslapių atvaizdavimui. Šios parinkties atjungimas yra rekomenduojamas, kad išvengti daugkartinio puslapių suspaudimo su įskiepiu. Taipogi žiūrėkite #21 Problemų sekcijoje. Žiūrėkite <a href=\"http://php.net/manual/en/zlib.configuration.php\">šį puslapį</a>, kad sekti instrukcijas modifikuotame jūsų php.ini."
175
+
176
+ #: wp-cache.php:209
177
+ msgid "Mod rewrite may not be installed!"
178
+ msgstr "Mod rewrite negali būti įdiegtas!"
179
+
180
+ #: wp-cache.php:210
181
+ 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."
182
+ msgstr "Įvyko klaida, susijusi su tuo, kad modulis mod_rewrite neegzistuoja arba nėra įdiegtas. Prašome patikrinti modulio mod_rewrite serverio konfiguracijoje. Modulis reikalingas korektiškam įskiepio darbui su statistiniais failais. Be prijungto mod_rewrite jūs galite naudoti tik režimus su PHP palaikymu arba vidutinį talpinimą."
183
+
184
+ #: wp-cache.php:215
185
+ msgid "Read Only Mode. Configuration cannot be changed."
186
+ msgstr "Tik skaitymo režimas. Konfigūracija negali būti pakeista."
187
+
188
+ #: wp-cache.php:216
189
+ #, php-format
190
+ 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."
191
+ msgstr "Konfiguracijos įskiepio failas WP Super Cache <code>%s/wp-cache-config.php</code> negali būti pakeistas. Kad tęsti, jūs turite nustatyti rašymo teises."
192
+
193
+ #: wp-cache.php:217
194
+ 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."
195
+ msgstr "Paparsčiausias būdas tai išspręsti - pakeisti prieigos teises, naudojant CHMOD, per FTP-klientą. Pakanka nustatyti globalias teises rašymui."
196
+
197
+ #: wp-cache.php:218
198
+ msgid "Writeable:"
199
+ msgstr "Įrašomieji:"
200
+
201
+ #: wp-cache.php:219
202
+ msgid "Readonly:"
203
+ msgstr "Tik skaitymui:"
204
+
205
+ #: wp-cache.php:231
206
+ #, php-format
207
+ msgid "Warning! %s is writeable!"
208
+ msgstr "Įspėjimas! %s yra įrašomas!"
209
+
210
+ #: wp-cache.php:232
211
+ #, php-format
212
+ msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
213
+ msgstr "Jums reikia pakeisti teises %s, ir padaryti jį labiau ribojamu. Naudokite savo FTP klientą arba šią komandą:"
214
+
215
+ #: wp-cache.php:240
216
+ msgid "Mobile rewrite rules detected"
217
+ msgstr "Mobiliai perrašytų taisyklių pažeidimai"
218
+
219
+ #: wp-cache.php:241
220
+ 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."
221
+ msgstr "Geriausiu atvėju turėtumėte įjungti \"Mobiliojo prietaiso parama\" arba ištrinti .htaccess mobiliojo perrašymo taisykles. Ieškoti 2 eilutę su tekstu \"2.0\\MMP|240x320\" ir ištrinti."
222
+
223
+ #: wp-cache.php:241
224
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
225
+ msgstr "Tai nedaro jokios įtakos paprastiems vartotojams, tačiau mobiliojo ryšio vartotojai galės matyti netalpinamus puslapius."
226
+
227
+ #: wp-cache.php:247
228
+ #: wp-cache.php:258
229
+ msgid "Rewrite rules must be updated"
230
+ msgstr "Perrašomos taisyklės turi būti atnaujinamos"
231
+
232
+ #: wp-cache.php:248
233
+ #: wp-cache.php:259
234
+ msgid "The rewrite rules required by this plugin have changed or are missing. "
235
+ msgstr "Šis įskiepis reikalauja perrašomų taisyklių pasikeitimą arba jų nėra."
236
+
237
+ #: wp-cache.php:249
238
+ 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):"
239
+ msgstr "Mobilusis palaikymas reikalauja papildomų taisyklių jūsų .htaccess faile arba galite nustatyti įjungtu režimą. Čia yra jūsų parinktys (sudėtingumo tvarka):"
240
+
241
+ #: wp-cache.php:250
242
+ msgid "Set the plugin to legacy mode and enable mobile support."
243
+ msgstr "Nustatykite vidutinio talpynimo režimu ir kad būtų mobiliojo ryšio palaikymas."
244
+
245
+ #: wp-cache.php:251
246
+ #: wp-cache.php:260
247
+ msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
248
+ msgstr "Slinkite žemyn puslapį Išplėstiniai nustatymai ir spustelėkite mygtuką <strong>Atnaujinti mod_rewrite taisykles.</strong>"
249
+
250
+ #: wp-cache.php:252
251
+ #, php-format
252
+ 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."
253
+ msgstr "Ištrinti įskiepio mod_rewrite taisykles %s.htaccess tarp <code># BEGIN WPSuperCache</code> ir <code># END WPSuperCache</code> ir tegul įskiepis regeneruoja juos kraunantis puslapiui."
254
+
255
+ #: wp-cache.php:253
256
+ #, php-format
257
+ 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)"
258
+ msgstr "Pridėkite taisykles patys. Redaguoti %s.htaccess ir rasti kodo bloką tarp <code># BEGIN WPSuperCache</code> ir <code># END WPSuperCache</code> . Yra du skyriai, kurie atrodo labai panašiai. Tiesiog žemiau linijos <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> pridėkite šias eilutes: (tai padaryti du kartus, vieną kartą kiekviename skyriuje)"
259
+
260
+ #: wp-cache.php:266
261
+ msgid "Required to serve compressed supercache files properly."
262
+ msgstr "Reikalaujama tinkamai suspaustiems supercache failams."
263
+
264
+ #: wp-cache.php:266
265
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
266
+ msgstr "Privalo nustatyti talpyklos informaciją supercache puslapiuose. IE7 vartotojai be šio modulio matys senus puslapius."
267
+
268
+ #: wp-cache.php:266
269
+ msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
270
+ msgstr "Nustatyti galiojimo supercached puslapių pabaigos datą. Lankytojai nematys naujų puslapių, kai jie atsinaujins ar palikti komentarus be šio modulio."
271
+
272
+ #: wp-cache.php:273
273
+ msgid "Missing Apache Modules"
274
+ msgstr "Trūksta Apache modulių"
275
+
276
+ #: wp-cache.php:274
277
+ 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."
278
+ msgstr "Trūksta šių Apache modulių. Įskiepis dirbs vidutiniu režimu be jų. Pilnu Supercache režimu jūsų lankytojai gali pamatyti sugadintus puslapius ar pasibaigusios datos turinį."
279
+
280
+ #: wp-cache.php:413
281
+ 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."
282
+ msgstr "<strong>Įspėjimas!</strong> Jūs bandėte įjungti suspaudimą, bet <code>zlib.output_compression</code> zlib.output_compression yra įjungtas . Žr. #21 skyrių \"Problemų diagnostika\" readme failą."
283
+
284
+ #: wp-cache.php:501
285
+ msgid "WP Super Cache Settings"
286
+ msgstr "WP Super talpyklos nustatymai"
287
+
288
+ #: wp-cache.php:512
289
+ msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
290
+ msgstr "Pranešimas: <em>mod_rewrite arba vidutinės talpyklos įjungimas.</em> Rodyti išplėstinius nustatymų puslapį pagal nutylėjimą."
291
+
292
+ #: wp-cache.php:523
293
+ msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
294
+ msgstr "Konfigūracijos failas pakeistas, kai kurios reikšmės gali būti klaidingos. Pakraukite puslapį iš naujo iš \"Nustatymai \" meniu, kad tai ištaisyti."
295
+
296
+ #: wp-cache.php:540
297
+ #: wp-cache.php:614
298
+ msgid "Caching must be enabled to use this feature"
299
+ msgstr "Talpykla turi būti įjungta jei norite naudoti šią funkciją"
300
+
301
+ #: wp-cache.php:542
302
+ msgid "Cache Tester"
303
+ msgstr "Talpyklos patikra"
304
+
305
+ #: wp-cache.php:543
306
+ msgid "Test your cached website by clicking the test button below."
307
+ msgstr "Pasitikrinkite savo išsaugotą svetainę, paspaudę žemiau esantį mygtuką testavimui."
308
+
309
+ #: wp-cache.php:550
310
+ #, php-format
311
+ msgid "Fetching %s to prime cache: "
312
+ msgstr "Patikra %s svarbiausios talpyklos:"
313
+
314
+ #: wp-cache.php:552
315
+ #: wp-cache.php:559
316
+ #: wp-cache.php:566
317
+ msgid "OK"
318
+ msgstr "OK"
319
+
320
+ #: wp-cache.php:557
321
+ #, php-format
322
+ msgid "Fetching first copy of %s: "
323
+ msgstr "Pirmosios kopijos %s patikra:"
324
+
325
+ #: wp-cache.php:564
326
+ #, php-format
327
+ msgid "Fetching second copy of %s: "
328
+ msgstr "Antrosios kopijos %s patikra:"
329
+
330
+ #: wp-cache.php:570
331
+ msgid "One or more page requests failed:"
332
+ msgstr "Viena ar daugiau puslapio užklausų nepavyko:"
333
+
334
+ #: wp-cache.php:589
335
+ #: wp-cache.php:590
336
+ #, php-format
337
+ msgid "Page %d: %d (%s)"
338
+ msgstr "Puslapis %d:%d (%s)"
339
+
340
+ #: wp-cache.php:596
341
+ #, php-format
342
+ msgid "Page 1: %s"
343
+ msgstr "Puslapis 1: %s"
344
+
345
+ #: wp-cache.php:597
346
+ #, php-format
347
+ msgid "Page 2: %s"
348
+ msgstr "Puslapis 2: %s"
349
+
350
+ #: wp-cache.php:598
351
+ msgid "The timestamps on both pages match!"
352
+ msgstr "Laikini abiejų puslpių štampai sutampa!"
353
+
354
+ #: wp-cache.php:600
355
+ msgid "The pages do not match! Timestamps differ or were not found!"
356
+ msgstr "Puslapiai nesutampa! Laikinas štampas skiriasi arba nebuvo rastas!"
357
+
358
+ #: wp-cache.php:606
359
+ msgid "Send non-secure (non https) request for homepage"
360
+ msgstr "Išsiųsti neapsaugotą (ne per https) užklausą pagrindiniam puslapiui"
361
+
362
+ #: wp-cache.php:607
363
+ msgid "Test Cache"
364
+ msgstr "Patikrinti"
365
+
366
+ #: wp-cache.php:632
367
+ #: wp-cache.php:755
368
+ msgid "Cancel Cache Preload"
369
+ msgstr "Atšaukti bendrąją talpyklą"
370
+
371
+ #: wp-cache.php:638
372
+ msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
373
+ msgstr "Bendroji talpykla pagal tvarkaraštį atjungta. Jeigu darbas yra paleistas, jis nebus uždarytas tol, kol einamosios 100 puslapių nebus talpykloje."
374
+
375
+ #: wp-cache.php:649
376
+ msgid "Scheduled preloading of cache cancelled."
377
+ msgstr "Bendroji talpykla pagal tvarkaraštį atjungta."
378
+
379
+ #: wp-cache.php:675
380
+ #: wp-cache.php:753
381
+ msgid "Preload Cache Now"
382
+ msgstr "Sukūrti bendrąją talpyklą dabar"
383
+
384
+ #: wp-cache.php:678
385
+ msgid "Scheduled preloading of cache in 10 seconds."
386
+ msgstr "Bendroji talpykla pradės darbą po 10 sek."
387
+
388
+ #: wp-cache.php:682
389
+ #, php-format
390
+ msgid "Scheduled preloading of cache in %d minutes"
391
+ msgstr "Bendroji talpykla pradės veikti po %d min"
392
+
393
+ #: wp-cache.php:686
394
+ 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."
395
+ msgstr "Tai bus talpykloje po kiekvieno žinutės ir puslapio patalpinimo jūsų svetainėje. Ji sukurs supercache statinius failus, kad nežinomų lankytojų (įskaitant botų) lankys išsaugotą puslapį. Tai tikriausiai padės Google reitingavimui, nes jie kaip rodiklį naudoja greičio metriką, sprendžiant iš puslapio."
396
+
397
+ #: wp-cache.php:687
398
+ 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."
399
+ msgstr "Tačiau, naudojant šio tipo talpyklą sukūriama daug daugiau failų. Rekomenduojama naudoti tokį būdą, jei pas jus labai daug įrašų (10,000+) bloge. Ypač tai svarbu, jeigu jūs naudojatės virtualaus hostingo paslaugomis."
400
+
401
+ #: wp-cache.php:688
402
+ 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."
403
+ msgstr "Režime &#8217;Bendro talpinimo&#8217; planuotas šiukšlių išvalymas ištrins tik talpykloje esančius paprasto tipo įrašus (talpykla iš Super Cache nebus pašalintas). Tai yra rekomenduojama naudojimui."
404
+
405
+ #: wp-cache.php:692
406
+ #, php-format
407
+ msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
408
+ msgstr "Atnaujinti bendrą talpyklą kas %s min (įveskite 0, kad atjungti, minimalus min skaičius %d)."
409
+
410
+ #: wp-cache.php:705
411
+ msgid "all"
412
+ msgstr "visi"
413
+
414
+ #: wp-cache.php:718
415
+ #, php-format
416
+ msgid "Preload %s posts."
417
+ msgstr "Saugoti %s įrašus."
418
+
419
+ #: wp-cache.php:725
420
+ msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
421
+ msgstr "Preliminarus režimas (šiukšlių išvalymas veikia ne pilnai, Rekomenduojama.)"
422
+
423
+ #: wp-cache.php:728
424
+ msgid "Send me status emails when files are refreshed."
425
+ msgstr "Siųsti man statusą elektroniniu paštu, kai failai yra atnaujinami."
426
+
427
+ #: wp-cache.php:733
428
+ msgid "Many emails, 2 emails per 100 posts."
429
+ msgstr "Daug laiškų, 2 laiškai į 100 žinučių."
430
+
431
+ #: wp-cache.php:736
432
+ msgid "Medium, 1 email per 100 posts."
433
+ msgstr "Vidutinis lygis: 1 email į 100 žinučių."
434
+
435
+ #: wp-cache.php:739
436
+ msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
437
+ msgstr "Žemas lygis: 1 e-mail pradžioje ir 1 gale po visų žinučių apkrova."
438
+
439
+ #: wp-cache.php:743
440
+ #, php-format
441
+ msgid "Refresh of cache in %d hours %d minutes and %d seconds."
442
+ msgstr "Talpyklos atnaujinimas po %d val %d min ir %d sek."
443
+
444
+ #: wp-cache.php:744
445
+ #, php-format
446
+ msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
447
+ msgstr "Pilnas saugyklos atnaujinimas:%d val %d min ir %d sekundžių."
448
+
449
+ #: wp-cache.php:750
450
+ #, php-format
451
+ msgid "Currently caching from post %d to %d."
452
+ msgstr "Šiuo metu saugoma iš %d į %d."
453
+
454
+ #: wp-cache.php:753
455
+ msgid "Update Settings"
456
+ msgstr "Atnaujinti nustatymus"
457
+
458
+ #: wp-cache.php:761
459
+ msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
460
+ msgstr "Saugyklos prieškrova atjungta. Prašome įjungti pilną įskiepio darbą arba susisiekite su administratorium."
461
+
462
+ #: wp-cache.php:776
463
+ #: wp-cache.php:865
464
+ msgid "Caching"
465
+ msgstr "Saugyklos statusas"
466
+
467
+ #: wp-cache.php:780
468
+ msgid "Cache hits to this website for quick access."
469
+ msgstr "Saugoti svetainės peržiūras greitai prieigai."
470
+
471
+ #: wp-cache.php:780
472
+ #: wp-cache.php:781
473
+ #: wp-cache.php:795
474
+ #: wp-cache.php:799
475
+ #: wp-cache.php:802
476
+ #: wp-cache.php:803
477
+ #: wp-cache.php:868
478
+ msgid "Recommended"
479
+ msgstr "Rekomenduojama"
480
+
481
+ #: wp-cache.php:781
482
+ msgid "Use mod_rewrite to serve cache files."
483
+ msgstr "Naudoti mod_rewrite talpyklos failų aptarnavimui."
484
+
485
+ #: wp-cache.php:782
486
+ msgid "Use PHP to serve cache files."
487
+ msgstr "Naudokite PHP talpyklos failų aptarnavimui."
488
+
489
+ #: wp-cache.php:783
490
+ msgid "Legacy page caching."
491
+ msgstr "Supaprastintas saugojimas."
492
+
493
+ #: wp-cache.php:784
494
+ msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
495
+ msgstr "Naudojimas mod_rewrite padės paspartinti blogo darbą, negu PHP (nors šis variantas irgi ne toks lėtas). Šis režimas paprastesnis ir patogesnis, bet pradedančiajam geriau naudoti saugojamą PHP."
496
+
497
+ #: wp-cache.php:790
498
+ msgid "Miscellaneous"
499
+ msgstr "Įvairūs"
500
+
501
+ #: wp-cache.php:795
502
+ msgid "Compress pages so they&#8217;re served more quickly to visitors."
503
+ msgstr "Suspausti puslapius, kad paspartinti darbą."
504
+
505
+ #: wp-cache.php:796
506
+ msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
507
+ msgstr "Suspaudimas yra išjungtas pagal nutylėjimą, nes kai kurie hostingai turi problemų su suspaustais failais. Perjungimas tarp įjungimo ir išjungimo išvalo talpyklą."
508
+
509
+ #: wp-cache.php:799
510
+ msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
511
+ msgstr "304 Ne modifikuota naršyklės talpykla. Nurodoma, kai puslapis nebuvo pakeistas nuo paskutinio užklausimo."
512
+
513
+ #: wp-cache.php:800
514
+ msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
515
+ msgstr "304 palaikymas yra išjungtas pagal nutylėjimą, nes pastaruoju metu GoDaddy turėjo problemų su kai kuriom naudojamom antraštėm."
516
+
517
+ #: wp-cache.php:802
518
+ msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
519
+ msgstr "Negalima saugoti puslapių <acronym title=\"\"Prisijungimas vartotojų ir jų komentarai\">žinomiems vartotojams.</acronym>"
520
+
521
+ #: wp-cache.php:803
522
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
523
+ msgstr "Talpykla atstatyta. Pateikti talpyklos failai anoniminiams vartotojams, kol naujas failas yra generuojamas."
524
+
525
+ #: wp-cache.php:804
526
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
527
+ msgstr "Papasakoti visiems, kad naudojatės įskiepiu (pranešimas bus patalpintas blogo poraštėje)."
528
+
529
+ #: wp-cache.php:810
530
+ #: wp-cache.php:957
531
+ #: wp-cache.php:1473
532
+ msgid "Advanced"
533
+ msgstr "Išplėstinė"
534
+
535
+ #: wp-cache.php:814
536
+ msgid "Mobile device support."
537
+ msgstr "Mobiliojo prietaiso palaikymas."
538
+
539
+ #: wp-cache.php:815
540
+ msgid "Clear all cache files when a post or page is published."
541
+ msgstr "Išvalyti visus talpyklos failus, kai skelbiama žinutė ar puslapis."
542
+
543
+ #: wp-cache.php:816
544
+ msgid "Only refresh current page when comments made."
545
+ msgstr "Tik atnaujinti dabartinį puslapį, kai atsiranda nauji komentarai."
546
+
547
+ #: wp-cache.php:817
548
+ msgid "List the newest cached pages on this page."
549
+ msgstr "Sąrašas naujausių talpyklos puslapių šiame puslapyje."
550
+
551
+ #: wp-cache.php:819
552
+ 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>"
553
+ msgstr "Failų blokiravimas. Jms tikriausiai nereikia, tačiau ji gali padėti, jei jūsų serveris yra silpnas. Įspėjimas! <em>Gali sukelti jūsų serverio užrakinimą labai retais atvejais!</em>"
554
+
555
+ #: wp-cache.php:822
556
+ msgid "Use object cache to store cached files."
557
+ msgstr "Naudokite objekto talpyklą talpyklos failams saugoti."
558
+
559
+ #: wp-cache.php:822
560
+ msgid "(Experimental)"
561
+ msgstr "(Eksperimentinis)"
562
+
563
+ #: wp-cache.php:829
564
+ msgid "Note:"
565
+ msgstr "Pastaba:"
566
+
567
+ #: wp-cache.php:831
568
+ #, php-format
569
+ 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!)"
570
+ msgstr "Jeigu pašalinti šį įskiepį, įsitikinkite, kad katalogo <em>%s</em> yra įrašomi serveryje, todėl <em>advanced-cache.php</em> ir <em>cache-config.php</em> failai gali būti ištrinti automatiškai . (Įsitikinkite, kad tie failai yra įrašomi!)"
571
+
572
+ #: wp-cache.php:832
573
+ #, php-format
574
+ 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\"."
575
+ msgstr "Prašome žiūrėti <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> instrukcijas, kaip pašalinti šį scenarijų . Ieškoti pozicijoje, \"Kaip pašalinti WP Super Cache\"."
576
+
577
+ #: wp-cache.php:833
578
+ #, php-format
579
+ 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."
580
+ msgstr "Reikia pagalbos? Patikrinkite <a href=\"%1$s\">Super Cache failą readme</a> . Jis apima įdiegimo dokumentaciją, DUK ir trikčių diagnostikos patarimų. <a href=\"%2$s\">Palaikymo forumas</a>. Į jūsų klausimą galbūt jau buvo atsakyta."
581
+
582
+ #: wp-cache.php:836
583
+ #: wp-cache.php:883
584
+ msgid "Update Status"
585
+ msgstr "Atnaujinti statusą"
586
+
587
+ #: wp-cache.php:843
588
+ msgid "Accepted Filenames &amp; Rejected URIs"
589
+ msgstr "Priimami failų pavadinimai & Atmesti URI"
590
+
591
+ #: wp-cache.php:868
592
+ msgid "Caching On"
593
+ msgstr "Talpykla įjungta"
594
+
595
+ #: wp-cache.php:869
596
+ msgid "Caching Off"
597
+ msgstr "Talpykla išjungta"
598
+
599
+ #: wp-cache.php:870
600
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
601
+ msgstr "Pastaba: leidžia įjungti PHP talpinimą ir judriojo ryšio palaikymą"
602
+
603
+ #: wp-cache.php:880
604
+ msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
605
+ msgstr "Pastaba: Supercache mod_rewrite taisyklių aptikimas. Talpykliniai failai bus aptarnaujami naudojant šias taisykles. Redaguoti .htaccess failą jūsų pirminėje direktorijoje ir pašalinti SuperCache taisykles."
606
+
607
+ #: wp-cache.php:892
608
+ msgid "Make WordPress Faster"
609
+ msgstr "Padaryti WordPress spartesniu"
610
+
611
+ #: wp-cache.php:893
612
+ #, php-format
613
+ msgid "%1$s is maintained and developed by %2$s with contributions from many others."
614
+ msgstr "%1$s sukurtas ir palaikomas %2$s ir daugelis kitų."
615
+
616
+ #: wp-cache.php:894
617
+ #, php-format
618
+ msgid "He blogs at %1$s and posts photos at %2$s."
619
+ msgstr "Apsilankykite įskiepio autoriaus bloge %1$s ir publikuokite nuotraukas %2$s."
620
+
621
+ #: wp-cache.php:895
622
+ #, php-format
623
+ msgid "Please say hi to him on %s too!"
624
+ msgstr "Prašome aplankyti ir autoriaus %s!"
625
+
626
+ #: wp-cache.php:903
627
+ #, php-format
628
+ msgid "Cached pages since %1$s : <strong>%2$s</strong>"
629
+ msgstr "Puslapių talpykloje %1$s : <strong>%2$s</strong>"
630
+
631
+ #: wp-cache.php:904
632
+ msgid "Newest Cached Pages:"
633
+ msgstr "Nauji talpyklos puslapiai:"
634
+
635
+ #: wp-cache.php:908
636
+ #, php-format
637
+ msgid "Cached %s seconds ago"
638
+ msgstr "Įdėta į talpyklą prieš %s sek"
639
+
640
+ #: wp-cache.php:911
641
+ msgid "(may not always be accurate on busy sites)"
642
+ msgstr "(sąrašas nerekomenduojamas didelioms svetainėms)"
643
+
644
+ #: wp-cache.php:930
645
+ 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."
646
+ msgstr "Talpyklos įskiepiai yra PHP skriptai, kurie gyvena įskiepio aplanko viduje wp-super-cache aplanke. Jie pakraunami, kai pasikrauna Supercache, daug greičiau nei reguliarūs WordPress įskiepiai."
647
+
648
+ #: wp-cache.php:931
649
+ msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
650
+ msgstr "Šiai parinkčiai naudoti reikalingi PHP ir WordPress žinios."
651
+
652
+ #: wp-cache.php:941
653
+ msgid "Available Plugins"
654
+ msgstr "Turimi įskiepiai"
655
+
656
+ #: wp-cache.php:957
657
+ msgid "Easy"
658
+ msgstr "Lengvas"
659
+
660
+ #: wp-cache.php:957
661
+ msgid "Tester & Contents"
662
+ msgstr "Testeris & Turinys"
663
+
664
+ #: wp-cache.php:957
665
+ msgid "Preload"
666
+ msgstr "Prieškrūvis"
667
+
668
+ #: wp-cache.php:957
669
+ msgid "Plugins"
670
+ msgstr "Įskiepiai"
671
+
672
+ #: wp-cache.php:957
673
+ msgid "Debug"
674
+ msgstr "Derinimas"
675
+
676
+ #: wp-cache.php:984
677
+ #, php-format
678
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
679
+ msgstr "Pastaba: taisylių WP Super Cache mod_rewrite tikrinimas atjungtas, kol nebus paleistas <a href=\"%s\">pagrindiniame bloge</a>."
680
+
681
+ #: wp-cache.php:986
682
+ #, php-format
683
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
684
+ msgstr "Pastaba: Taisyklių WP Super Cache mod_rewrite tikrinimas atjungtas, kol nebus paleistas <a href=\"%s\">pagrindiniame bloge</a>."
685
+
686
+ #: wp-cache.php:996
687
+ msgid "Mod Rewrite Rules"
688
+ msgstr "Mod Rewrite taisyklės"
689
+
690
+ #: wp-cache.php:1002
691
+ msgid "WordPress MU Detected"
692
+ msgstr "WordPress MU aptiktas"
693
+
694
+ #: wp-cache.php:1002
695
+ 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."
696
+ msgstr "Dėja, mod_rewrite negalima atnaujinti auto režimu WordPress MU. Jums teks rankiniu būdu tai atlikti: atidarykite failą .htaccess ir įterpkite sekančią taisyklę."
697
+
698
+ #: wp-cache.php:1004
699
+ msgid "Mod Rewrite rules cannot be updated!"
700
+ msgstr "Mod Rewrite taisyklės negali būti atnaujintos!"
701
+
702
+ #: wp-cache.php:1005
703
+ #, php-format
704
+ 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:"
705
+ msgstr "Korektiškam darbui jūsų %s.htaccess faile turi būti įrašyti <strong>BEGIN</strong> ir <strong>END</strong>. Tarp jų randasi pagrindinės WordPress mod_rewrite taisyklės, pvz.:"
706
+
707
+ #: wp-cache.php:1007
708
+ msgid "Refresh this page when you have updated your .htaccess file."
709
+ msgstr "Atnaujinkite puslapį po to, kai atredaguosite .htaccess failą."
710
+
711
+ #: wp-cache.php:1011
712
+ msgid "Thank you for upgrading."
713
+ msgstr "Dėkojame už modernizaciją."
714
+
715
+ #: wp-cache.php:1011
716
+ #, php-format
717
+ 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."
718
+ msgstr "Po paskutinio įskiepio atnaujinimo mod_rewrite taisyklės buvo pakeistos. Dėja, jums teks rankiniu būdu pašalinti senas taisykles. Atnaujinkite puslapį, kai baigsite redagavimą .htaccess failo. Jeigu norite atnaujinti viską patys, tuomet pakeiskite sekančią eilutę: %1$s į šią: %2$s . Vienintelis skirtumas - tai pakeitimas \"HTTP_COOKIE\" į \"HTTP:Cookie\" ir \"wordpressuser\" į \"wordpress\". Šie pakeitimai susiję su nauja WordPress 2.5 versija. "
719
+
720
+ #: wp-cache.php:1015
721
+ msgid "Trailing slash check required."
722
+ msgstr "Reikalinga trailing slash patikra."
723
+
724
+ #: wp-cache.php:1015
725
+ 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:"
726
+ msgstr "Rodos, visos jūsų blogo nuorodos baigiasi simboliu \"/\". Dėja, kai tik jūs įdiegėte įskiepį, suveikė funkcija, radusi nuorodų kopijas be \"/\" gale, ir dabar negali perkelti teisingu adresu. Problemą pašalinti padėsfailo .htaccess redagavimas ir 2 naujų taisyklių įterpimas prie pagrindinių Supercache įskiepio taisyklių:"
727
+
728
+ #: wp-cache.php:1017
729
+ msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
730
+ msgstr "Kad pamatyti pilną veikiančių taisyklių sąrašą, paspauskite mygtuką \"Pažiūrėti mod_rewrite taisykles\"."
731
+
732
+ #: wp-cache.php:1031
733
+ msgid "Mod Rewrite rules updated!"
734
+ msgstr "Mod_rewrite taisyklės atnaujintos!"
735
+
736
+ #: wp-cache.php:1032
737
+ #, php-format
738
+ msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
739
+ msgstr "failas %s.htaccess buvo sėkmingai atnaujintas, reikalingos mod_rewrite taisyklės pridėtos. Prašome patikrinti jas. Jos turi atrodyti taip:"
740
+
741
+ #: wp-cache.php:1034
742
+ msgid "Mod Rewrite rules must be updated!"
743
+ msgstr "Taisyklės mod_rewrite turi būti atnaujintos!"
744
+
745
+ #: wp-cache.php:1035
746
+ #, php-format
747
+ 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:"
748
+ msgstr "Jūsų failas %s.htaccess nepasiekiamas įrašymui (serverio nustatymuose) ir negali būti atnaujintas auto režimu. Jūs turite rankiniu būdu pridėti naujas taisykles prie pagrindinių WordPress taip, kaip nurodyta žemiau:"
749
+
750
+ #: wp-cache.php:1040
751
+ #, php-format
752
+ 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."
753
+ msgstr "Taisyklės mod_rewrite įskiepiui WP Super Cache buvo aptiktos faile %s.htaccess.<br /> Paspauskite mygtuką, kad peržiūrėti eilutes. Jeigu jūs ką tik atnaujinote įskiepį, patikrinkite visas taisykles."
754
+
755
+ #: wp-cache.php:1043
756
+ 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."
757
+ msgstr "Tarp taisyklių jūsų faile .htaccess ir taisyklių pačio įskiepio rasti nesutapimai. Tai gali būti papildomas simbolis eilutėje, bet jūs patys turite sulyginti originalias taisykles su savo kuo greičiau. Paspauskite mygtuką &#8217;Atnaujinti Mod_Rewrite taisykles&#8217;, kad padaryti tai ato režimu."
758
+
759
+ #: wp-cache.php:1046
760
+ msgid "View Mod_Rewrite Rules"
761
+ msgstr "Žiūrėti mod_rewrite taisykles"
762
+
763
+ #: wp-cache.php:1050
764
+ #: wp-cache.php:2287
765
+ #, php-format
766
+ msgid "Rules must be added to %s too:"
767
+ msgstr "Taisyklės taip pat bus įterptos į %s:"
768
+
769
+ #: wp-cache.php:1058
770
+ #, php-format
771
+ msgid "Gzip encoding rules in %s.htaccess created."
772
+ msgstr "Gzip-suspaudimo taisyklės patalpintos į %s.htaccess."
773
+
774
+ #: wp-cache.php:1065
775
+ msgid "Fix Configuration"
776
+ msgstr "Nustatyti konfigūravimą"
777
+
778
+ #: wp-cache.php:1068
779
+ msgid "Restore Default Configuration"
780
+ msgstr "Atkurti numatytąją konfigūraciją."
781
+
782
+ #: wp-cache.php:1076
783
+ msgid "Comment moderation is enabled. Your comment may take some time to appear."
784
+ msgstr "Komentarų tikrinimas įjungtas. Po kiek laiko jūsų komentarai bus apublikuoti."
785
+
786
+ #: wp-cache.php:1101
787
+ msgid "Lock Down:"
788
+ msgstr "Uždaras režimas:"
789
+
790
+ #: wp-cache.php:1101
791
+ msgid "Disabled"
792
+ msgstr "Atjungta"
793
+
794
+ #: wp-cache.php:1101
795
+ msgid "Enabled"
796
+ msgstr "Įjungta"
797
+
798
+ #: wp-cache.php:1102
799
+ 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."
800
+ msgstr "Paruoškite savo blogą planuojamiems dideliems apsilankymų skaičiams, aktyvuojant šį režimą. Aktyvioje būsenoje naujų komentarų ir žinučių talpinimas neatnaujins talpykloje statinių failų."
801
+
802
+ #: wp-cache.php:1103
803
+ 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."
804
+ msgstr "Programuotojams: Padarykite savo įskiepį uždarytu režimu ir suderintu su mūsų įskiepiu, įterpus \"WPLOCKDOWN\". Žemiau esantis kodas padės jums adaptuoti įskiepį prie mūsų."
805
+
806
+ #: wp-cache.php:1105
807
+ msgid "Sorry. My blog is locked down. Updates will appear shortly"
808
+ msgstr "Atsiprašome. Mano blogas laikinai nedirba. Užeikite vėliau"
809
+
810
+ #: wp-cache.php:1109
811
+ msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
812
+ msgstr "WordPress nenaudoja saugaus režimo. Nauji komentarai neatnaujina visus talpyklos elementus."
813
+
814
+ #: wp-cache.php:1111
815
+ msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
816
+ msgstr "WordPress nenaudoja saugaus režimo. Nauji komentarai atnaujina visus talpyklos elementus."
817
+
818
+ #: wp-cache.php:1117
819
+ msgid "Lock Down"
820
+ msgstr "Uždaras režimas"
821
+
822
+ #: wp-cache.php:1125
823
+ msgid "Directly Cached Files"
824
+ msgstr "Tiesioginis failų saugojimas"
825
+
826
+ #: wp-cache.php:1183
827
+ #, php-format
828
+ msgid "%s removed!"
829
+ msgstr "%s pašalintas!"
830
+
831
+ #: wp-cache.php:1191
832
+ #, php-format
833
+ 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."
834
+ msgstr "Jūs turite nustatyti teises į %s įrašomais, kad įjungti šią funkciją. Tačiau tai potenciali rizika. Po puslapio atnaujinimo grąžinkite teises."
835
+
836
+ #: wp-cache.php:1193
837
+ #, php-format
838
+ msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
839
+ msgstr "%s įrašomas. Prašome pakeisti teises į \"Ti skaitymui\" jūsų blogo saugumui."
840
+
841
+ #: wp-cache.php:1207
842
+ msgid "Existing direct page"
843
+ msgstr "Esamas tiesioginis puslapis"
844
+
845
+ #: wp-cache.php:1207
846
+ msgid "Delete cached file"
847
+ msgstr "Ištrinti talpyklos failą"
848
+
849
+ #: wp-cache.php:1212
850
+ msgid "Add direct page:"
851
+ msgstr "Pridėti tiesioginį puslapį:"
852
+
853
+ #: wp-cache.php:1214
854
+ #, php-format
855
+ 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."
856
+ msgstr "Toks saugojimas sukuriamas tiesiogiai iš katalogo %s. Ši parinktis naudinga tuomet, kai laukiamas lankytojų antplūdis iš populeresnio blogo į jūsų blogo konkrečią žinutę ar puslapį."
857
+
858
+ #: wp-cache.php:1216
859
+ #, php-format
860
+ 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."
861
+ msgstr "Pavyzdžiui: kad patalpinti puslapį <em>%1$sabout/</em> į talpyklą, reikia įrašyti %1$sabout/ arba /about/. Puslapis bus išsaugotas iš karto, kai pirmą kartą jis aplankytas."
862
+
863
+ #: wp-cache.php:1217
864
+ msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
865
+ msgstr "Kad pašalinti puslapį iš tokios talpyklos, išvalykite tekstinį laukelį ir pašalinkite talpyklą."
866
+
867
+ #: wp-cache.php:1222
868
+ msgid "Update Direct Pages"
869
+ msgstr "Atnaujinti puslapius"
870
+
871
+ #: wp-cache.php:1260
872
+ msgid "Expiry Time &amp; Garbage Collection"
873
+ msgstr "Pasibaigęs laikas &amp; Šiukšlių valymas"
874
+
875
+ #: wp-cache.php:1262
876
+ msgid "Expire time:"
877
+ msgstr "Baigiasi laikas:"
878
+
879
+ #: wp-cache.php:1263
880
+ msgid "seconds"
881
+ msgstr "sekundžių"
882
+
883
+ #: wp-cache.php:1264
884
+ msgid "Garbage Collection"
885
+ msgstr "Šiukšlių valymas"
886
+
887
+ #: wp-cache.php:1264
888
+ 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."
889
+ msgstr "Jeigu taupyklos aktualumas daugiau nei 1800 sek (pusė valandos), tuomet šiukšlių šalinimas bus vykdomas kas 10 min."
890
+
891
+ #: wp-cache.php:1265
892
+ 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."
893
+ msgstr "Pasibaigusių failų tikrinimas ir šalinimas užtrunka, bet ir palikti tokius failus sistemoje neverta. Dideliuose bloguose reikia nurodyti \"gyvavimo laiką\" kiekvienos kopijos <em>300 sek</em>. Jūs galite eksperimentuoti su nustatymais ir pažiūrėti, kiek pasibaigusių puslapių kopijų lieka talpykloje dienos metu. Optimalus tokių puslapių skaičius ne daugiau nei 500. Naudokite saugojimą su mod_rewrite arba PHP, Jūs galėsite padidinti saugomų puslapių skaičių."
894
+
895
+ #: wp-cache.php:1266
896
+ msgid "Set the expiry time to 0 seconds to disable garbage collection."
897
+ msgstr "Nustatyti galiojimo laiką į 0 sekundžių, kad išjungti šiukšlių surinkimą."
898
+
899
+ #: wp-cache.php:1267
900
+ msgid "Change Expiration"
901
+ msgstr "Keisti galiojimo pabaigą"
902
+
903
+ #: wp-cache.php:1311
904
+ msgid "Rejected User Agents"
905
+ msgstr "Atmesti botai"
906
+
907
+ #: wp-cache.php:1312
908
+ 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."
909
+ msgstr "Kad uždrausti įskiepiui saugoti paieškos ir kitų botų užklausas, įveskite jų pavadinimus į laukelį žemiau. Jeigu puslapio kopija jau egzistuoja Super Cache talpykloje, ji visvien bus nusiųsta botui."
910
+
911
+ #: wp-cache.php:1319
912
+ msgid "Save UA Strings"
913
+ msgstr "Išsaugoti nustatymus"
914
+
915
+ #: wp-cache.php:1342
916
+ 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."
917
+ msgstr "Ne saugoti tokių tipų puslapius. Palyginkite su <a href=\"http://codex.wordpress.org/Conditional_Tags\">Sąlyginiai tegai</a> dokumentacija, kad sužinoti daugiau."
918
+
919
+ #: wp-cache.php:1345
920
+ msgid "Single Posts"
921
+ msgstr "Tik žinutės"
922
+
923
+ #: wp-cache.php:1346
924
+ msgid "Pages"
925
+ msgstr "Puslapiai"
926
+
927
+ #: wp-cache.php:1347
928
+ msgid "Front Page"
929
+ msgstr "Pagrindinis puslapis"
930
+
931
+ #: wp-cache.php:1348
932
+ msgid "Home"
933
+ msgstr "Pradinis puslapis"
934
+
935
+ #: wp-cache.php:1349
936
+ msgid "Archives"
937
+ msgstr "Archyvai"
938
+
939
+ #: wp-cache.php:1350
940
+ msgid "Tags"
941
+ msgstr "Žymos"
942
+
943
+ #: wp-cache.php:1351
944
+ msgid "Category"
945
+ msgstr "Kategorija"
946
+
947
+ #: wp-cache.php:1352
948
+ msgid "Feeds"
949
+ msgstr "Kanalai"
950
+
951
+ #: wp-cache.php:1353
952
+ msgid "Search Pages"
953
+ msgstr "Paieškos puslapiai"
954
+
955
+ #: wp-cache.php:1355
956
+ #: wp-cache.php:1483
957
+ msgid "Save"
958
+ msgstr "Išsaugoti"
959
+
960
+ #: wp-cache.php:1372
961
+ 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."
962
+ msgstr "Laukelį žemiau galite užpildyti puslapių adresų fragmentais (arba puslapių grupėmis, pvz. archyvas už metus/mėnesį ir t.t.), kurie nebus saugojami. Įskiepis skanuos puslapių adresus ir ieškos fragmentus, nurodytus žemiau, prieš saugojimą."
963
+
964
+ #: wp-cache.php:1378
965
+ msgid "Save Strings"
966
+ msgstr "Išsaugoti uždraustus fragmentus"
967
+
968
+ #: wp-cache.php:1394
969
+ msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
970
+ msgstr "Laukelį, esantį žemiau, jūs galite užpildyti failų vardais, kurie bus saugojami net tuo atveju, jei pavadinimuose bus draudžiami fragmentai."
971
+
972
+ #: wp-cache.php:1400
973
+ msgid "Save Files"
974
+ msgstr "Išsaugoti failus"
975
+
976
+ #: wp-cache.php:1445
977
+ msgid "Currently logging to: "
978
+ msgstr "Šiuo metu prisijungta prie:"
979
+
980
+ #: wp-cache.php:1455
981
+ 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."
982
+ msgstr "Čia galite išspręsti kai kurias problemas, iškylusias darbo su įskiepiu metu, derinimo pagalba. Jūs galite įrašyti logus į failus, esančius talpyklos kataloge."
983
+
984
+ #: wp-cache.php:1456
985
+ msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
986
+ msgstr "Gauti priėimą prie failo logo paprasta, tačiau išvalant talpyklą logas taip pat bus ištrintas."
987
+
988
+ #: wp-cache.php:1460
989
+ msgid "Debugging"
990
+ msgstr "Derinimas"
991
+
992
+ #: wp-cache.php:1461
993
+ msgid "Logging Type"
994
+ msgstr "Įėjimo būdas"
995
+
996
+ #: wp-cache.php:1461
997
+ msgid "Email"
998
+ msgstr "Email"
999
+
1000
+ #: wp-cache.php:1462
1001
+ msgid "file"
1002
+ msgstr "failas"
1003
+
1004
+ #: wp-cache.php:1463
1005
+ msgid "IP Address"
1006
+ msgstr "IP adresas"
1007
+
1008
+ #: wp-cache.php:1463
1009
+ #, php-format
1010
+ msgid "(only log requests from this IP address. Your IP is %s)"
1011
+ msgstr "(tik logo užklausos iš šio IP. Jūsų IP - %s)"
1012
+
1013
+ #: wp-cache.php:1464
1014
+ msgid "Log level"
1015
+ msgstr "Logo lygis"
1016
+
1017
+ #: wp-cache.php:1470
1018
+ msgid "(1 = less, 5 = more, may cause severe server load.)"
1019
+ msgstr "(1 = mažiausias, 5 = didžiausias, gali sukelti per didelį krūvį serveriui)"
1020
+
1021
+ #: wp-cache.php:1473
1022
+ 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>"
1023
+ msgstr "Ypač retais atvėjais bloge gali iškilti dvi problemos:<ol><li> Vietoj pradinio puslapio vartotojai gali matyti siūlymą įkrauti su ja .zip archyvą</li><li> Vietoj pradinio puslapio į talpyklą gali būti įdėtas visiškai kitas (tik tuo atvėju, jeigu blogas naudoja sekančią nuorodų struktūrą <em>/%category%/%postname%/</em>).</li></ol>"
1024
+
1025
+ #: wp-cache.php:1474
1026
+ #, php-format
1027
+ 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."
1028
+ msgstr "I&#8217;m 99% certain! Kalidos, kurios gali iškilti dirbant su WP Super Cache, nesusijusios su pačiu įskiepiu. Jos atsiranda retais atvėjais, bet jūs galite apsisaugoti, paleidžiant kas 5 min automatinį blogo tikrinimą. Atsiradus klaidai, jums apie tai bus pranešta per email."
1029
+
1030
+ #: wp-cache.php:1476
1031
+ msgid "Check front page every 5 minutes."
1032
+ msgstr "Patikrinkite pirmąjį puslapį kas 5 minutes."
1033
+
1034
+ #: wp-cache.php:1477
1035
+ msgid "Front page text"
1036
+ msgstr "Pirmo puslapio tekstas"
1037
+
1038
+ #: wp-cache.php:1477
1039
+ msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1040
+ msgstr "Įveskite tekstą, kurį ieškos įskiepis pagrindiniame puslapyje. Jeigu tekstas nebus rastas, tuomet talpykla automatiškai išsivalys. Palikite laukelį tuščią, kad atjungti šią parinktį."
1041
+
1042
+ #: wp-cache.php:1478
1043
+ msgid "Clear cache on error."
1044
+ msgstr "Valyti talpyklą klaidos metu."
1045
+
1046
+ #: wp-cache.php:1479
1047
+ msgid "Email the blog admin when checks are made. (useful for testing)"
1048
+ msgstr "Praneškite blogo administratoriui po patikrinimo (naudinga testuojant)."
1049
+
1050
+ #: wp-cache.php:1493
1051
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1052
+ msgstr "Klaida: GZIP suspaudimas įjungtas, atjunkite jį, jeigu norite pajungti wp-cache."
1053
+
1054
+ #: wp-cache.php:1540
1055
+ #: wp-cache.php:1702
1056
+ msgid "Warning"
1057
+ msgstr "Dėmesio"
1058
+
1059
+ #: wp-cache.php:1540
1060
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1061
+ msgstr "Suspaudimas GZIP įjungtas WordPress nustatymuose, įskiepis nedirbs tol, kol neatjungsite suspaudimą."
1062
+
1063
+ #: wp-cache.php:1598
1064
+ #: wp-cache.php:1603
1065
+ #: wp-cache.php:1635
1066
+ #: wp-cache.php:1640
1067
+ #: wp-cache.php:1646
1068
+ msgid "Error"
1069
+ msgstr "Klaida"
1070
+
1071
+ #: wp-cache.php:1598
1072
+ #, php-format
1073
+ msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1074
+ msgstr "Katalogas (<strong>$cache_path</strong>) neegzistuoja ir negali būti sukūrtas serveryje. Patikrinkite %s teises."
1075
+
1076
+ #: wp-cache.php:1603
1077
+ #, php-format
1078
+ 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."
1079
+ msgstr "Aplankas (<strong>%1$s</strong>) arba <strong>%2$s</strong> turi būti įrašomi, kad šis įskiepis veiktų. Pertikrinkite juos."
1080
+
1081
+ #: wp-cache.php:1635
1082
+ #, php-format
1083
+ 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."
1084
+ msgstr "Konfiguracijos WP-Cache failas (<strong>%s</strong>) negaliojantis ir negali būti įrašomas. Prašome pašalinti jį ir perkrauti puslapį."
1085
+
1086
+ #: wp-cache.php:1640
1087
+ #, php-format
1088
+ msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1089
+ msgstr "Konfiguracijos failas nerastas ir katalogas %1$s (<strong>%2$s</strong>) nėra įrašomas į serverį. Patikrinkite teises."
1090
+
1091
+ #: wp-cache.php:1646
1092
+ #, php-format
1093
+ msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1094
+ msgstr "Failas WP-Cache (<strong>%s</strong>) nerastas. Patikrinkite jūsų įdiegimą."
1095
+
1096
+ #: wp-cache.php:1702
1097
+ #, php-format
1098
+ msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1099
+ msgstr "%s/advanced-cache.php</em> neegzistuoja arba negali būti atnaujintas."
1100
+
1101
+ #: wp-cache.php:1703
1102
+ msgid "1. If it already exists please delete the file first."
1103
+ msgstr "1. Jeigu jau egzistuoja, prašome pirmą pašalinti failą."
1104
+
1105
+ #: wp-cache.php:1704
1106
+ #, php-format
1107
+ 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)"
1108
+ msgstr "2. Pakeiskite prieigos teises į %1$s, kad galima būtų šrašyti duomenis auto režimu (teisės turi būti: <em>chmod 777 %1$s</em>), patikrinkite teises ir atnaujinkite puslapį. Tai laikina taisyklė, po puslapio atnaujinimo teises reikės grąžinti į pradinius nustatymus (iš 777 į 755)."
1109
+
1110
+ #: wp-cache.php:1705
1111
+ #, php-format
1112
+ msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1113
+ msgstr "3. Atnaujinkite puslapį, failas <em>%s/advanced-cache.php</em> atsinaujins pats"
1114
+
1115
+ #: wp-cache.php:1706
1116
+ #, php-format
1117
+ msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1118
+ msgstr "Jei tai neveikia, įsitikinkite, kad <em>failas %s/advanced-cache.php</em> neegzistuoja:"
1119
+
1120
+ #: wp-cache.php:1707
1121
+ #, php-format
1122
+ 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>"
1123
+ msgstr "<li> 1. Atverti <em>\"%1$s$wp_cache_file</em> teksto redaktoriumi. </li><li> 2. Keisti tekstą <em>CACHEHOME%2$s</em> </li><li> 3. Išsaugokite failą ir nukopijuokite jį <em>į %3$s</em> ir perkraukite šį puslapį. </li>"
1124
+
1125
+ #: wp-cache.php:1730
1126
+ 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>"
1127
+ msgstr "<h3> WP_CACHE konstanta nustatyta į false </h3><p> WP_CACHE konstanta naudojama WordPress kodo įkelimui, kuris tarnauja puslapių talpyklai. Deja, tai klaidinga. Prašome redaguoti savo wp-config.php ir pridėti arba redaguoti šią eilutę virš galutinės require_once komandos: <br /><br /> <code>define('WP_CACHE', true);</code> </p>"
1128
+
1129
+ #: wp-cache.php:1732
1130
+ msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1131
+ msgstr "<strong>Klaida: WP_CACHE nėra įjungtas</strong> jūsų <code>wp-config.php</code> faile ir aš negalėjau jį pakeisti."
1132
+
1133
+ #: wp-cache.php:1733
1134
+ #, php-format
1135
+ 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. "
1136
+ msgstr "Redaguoti <code>%s</code> ir pridėti šią eilutę: <br /> <code>apibrėžti('WP_CACHE', true);</code> <br /> Priešingu atveju, <strong>WP-cache negali būti vykdomas </strong> WordPress Core ."
1137
+
1138
+ #: wp-cache.php:1737
1139
+ 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."
1140
+ msgstr "<h3> WP_CACHE konstanta pridėta į wp-config.php </h3><p> Jei ir toliau matysite šį įspėjamąjį pranešimą, prašome žiūrėti 5 punkte<a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">DUK</a>. WP_CACHE linija turi būti perkelta."
1141
+
1142
+ #: wp-cache.php:1759
1143
+ msgid "Cache Contents"
1144
+ msgstr "Talpyklos turiniai"
1145
+
1146
+ #: wp-cache.php:1762
1147
+ msgid "Object cache in use. No cache listing available."
1148
+ msgstr "Talpyklos objektas naudojamas. Talpyklos sąrašas nėpasiekiamas."
1149
+
1150
+ #: wp-cache.php:1786
1151
+ #, php-format
1152
+ msgid "Deleting supercache file: <strong>%s</strong><br />"
1153
+ msgstr "Ištrinamas supercache failas: <strong>%s</strong><br />"
1154
+
1155
+ #: wp-cache.php:1803
1156
+ #, php-format
1157
+ msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1158
+ msgstr "Ištrynamas wp-cache failas: <strong>%s</strong> <br />"
1159
+
1160
+ #: wp-cache.php:1868
1161
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1162
+ msgstr "Cache statistika nėra automatiškai sugeneruojama. Jūs turite paspausti nuorodą žemiau, kad šiame puslapyje regeneruotusi statistika."
1163
+
1164
+ #: wp-cache.php:1869
1165
+ msgid "Regenerate cache stats"
1166
+ msgstr "Atnaujinti talpyklos statistiką"
1167
+
1168
+ #: wp-cache.php:1871
1169
+ #, php-format
1170
+ msgid "Cache stats last generated: %s minutes ago."
1171
+ msgstr "Talpyklos statistika sugeneruota: %s min atgal."
1172
+
1173
+ #: wp-cache.php:1877
1174
+ msgid "WP-Cache"
1175
+ msgstr "WP-Cache"
1176
+
1177
+ #: wp-cache.php:1878
1178
+ #: wp-cache.php:1894
1179
+ #, php-format
1180
+ msgid "%s Cached Pages"
1181
+ msgstr "%s talpykliniai puslapiai"
1182
+
1183
+ #: wp-cache.php:1879
1184
+ #: wp-cache.php:1899
1185
+ #, php-format
1186
+ msgid "%s Expired Pages"
1187
+ msgstr "%s pasibaigę puslapiai"
1188
+
1189
+ #: wp-cache.php:1893
1190
+ msgid "WP-Super-Cache"
1191
+ msgstr "WP-Super-Cache"
1192
+
1193
+ #: wp-cache.php:1904
1194
+ msgid "Fresh WP-Cached Files"
1195
+ msgstr "Šviežia WP-failų talpykla"
1196
+
1197
+ #: wp-cache.php:1905
1198
+ #: wp-cache.php:1921
1199
+ #: wp-cache.php:1937
1200
+ #: wp-cache.php:1953
1201
+ msgid "URI"
1202
+ msgstr "URI"
1203
+
1204
+ #: wp-cache.php:1905
1205
+ #: wp-cache.php:1921
1206
+ msgid "Key"
1207
+ msgstr "Raktas"
1208
+
1209
+ #: wp-cache.php:1905
1210
+ #: wp-cache.php:1921
1211
+ #: wp-cache.php:1937
1212
+ #: wp-cache.php:1953
1213
+ msgid "Age"
1214
+ msgstr "Amžius"
1215
+
1216
+ #: wp-cache.php:1905
1217
+ #: wp-cache.php:1921
1218
+ #: wp-cache.php:1937
1219
+ #: wp-cache.php:1953
1220
+ msgid "Delete"
1221
+ msgstr "Panaikinti"
1222
+
1223
+ #: wp-cache.php:1920
1224
+ msgid "Stale WP-Cached Files"
1225
+ msgstr "Pasenusi WP-failų talpykla"
1226
+
1227
+ #: wp-cache.php:1936
1228
+ msgid "Fresh Super Cached Files"
1229
+ msgstr "Šviežia Super failų talpykla"
1230
+
1231
+ #: wp-cache.php:1952
1232
+ msgid "Stale Super Cached Files"
1233
+ msgstr "Pasenusi Super failų talpykla"
1234
+
1235
+ #: wp-cache.php:1968
1236
+ msgid "Hide file list"
1237
+ msgstr "Slėpti failų sąrašą"
1238
+
1239
+ #: wp-cache.php:1970
1240
+ msgid "Too many cached files, no listing possible."
1241
+ msgstr "Per daug failų talpykloje, juos dėti į sąrašą nebegalima."
1242
+
1243
+ #: wp-cache.php:1972
1244
+ msgid "List all cached files"
1245
+ msgstr "Visų talpyklos failų sąrašas"
1246
+
1247
+ #: wp-cache.php:1978
1248
+ #, php-format
1249
+ msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1250
+ msgstr "<strong>Šiukšlių valymas</strong><br />Paskutinis šiukšlių valymas buvo prieš <strong>%s</strong> min<br />"
1251
+
1252
+ #: wp-cache.php:1979
1253
+ #, php-format
1254
+ msgid "Next GC in <strong>%s</strong> minutes"
1255
+ msgstr "Sekantis Šiukšlių valymas bus po <strong>%s</strong> min"
1256
+
1257
+ #: wp-cache.php:1982
1258
+ #, php-format
1259
+ msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1260
+ msgstr "Pasibaigęs failai - tai failai, senesni nei %s sekundžių. Jie vis dar naudojami įskiepio ir trinami periodiškai."
1261
+
1262
+ #: wp-cache.php:1993
1263
+ msgid "Delete Expired"
1264
+ msgstr "Ištrinti pasibaigusį"
1265
+
1266
+ #: wp-cache.php:1999
1267
+ #: wp-cache.php:2011
1268
+ #: wp-cache.php:2174
1269
+ msgid "Delete Cache"
1270
+ msgstr "Ištrinti talpyklą"
1271
+
1272
+ #: wp-cache.php:2011
1273
+ msgid "Delete Super Cache cached files (opens in new window)"
1274
+ msgstr "Pašalinti Super Cache talpyklos failus (atsidarys naujam lange)"
1275
+
1276
+ #: wp-cache.php:2150
1277
+ #, php-format
1278
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
1279
+ msgstr "%1$s dėkingas įskiepiui %2$s už atliktą darbą"
1280
+
1281
+ #: wp-cache.php:2183
1282
+ #, php-format
1283
+ msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1284
+ msgstr "WP Super Cache turi būti sukonfiguruotas! Prašome apsilankyti <a href=\"%s\">įskiepio admino puslapyje</a>."
1285
+
1286
+ #: wp-cache.php:2189
1287
+ msgid "Settings"
1288
+ msgstr "Nustatymai"
1289
+
1290
+ #: wp-cache.php:2199
1291
+ #, php-format
1292
+ msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1293
+ msgstr "WP Super Cache išjungtas. Prašome apsilankyti <a href=\"%s\">įskiepio admino puslapyje</a>, kad įjungti talpinimą."
1294
+
1295
+ #: wp-cache.php:2218
1296
+ #, php-format
1297
+ msgid "[%s] Front page is gzipped! Please clear cache!"
1298
+ msgstr "[%s] Pradinis puslapis suspaustas! Išvalykite talpyklą!"
1299
+
1300
+ #: wp-cache.php:2218
1301
+ #, php-format
1302
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1303
+ msgstr "Prašome apsilankyti %s, kad išvalyti talpyklą, nes jūsų svetainės pradinis puslapis dabar siunčiamas!"
1304
+
1305
+ #: wp-cache.php:2221
1306
+ #, php-format
1307
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
1308
+ msgstr "[%s] Pradinis puslapis buvo suspaustas! Talpykla išvalyta!"
1309
+
1310
+ #: wp-cache.php:2221
1311
+ #, php-format
1312
+ 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."
1313
+ msgstr "Jūsų blogo talpykla buvo išvalyta, kadangi jūsų svetainės pradinis puslapis šiuo metu siunčiamas. Prašome apsilankyti %s, kad patikrinti, ar talpykla buvo išvalyta."
1314
+
1315
+ #: wp-cache.php:2228
1316
+ #, php-format
1317
+ msgid "[%s] Front page is not correct! Please clear cache!"
1318
+ msgstr "[%s] Pradinis puslapis nėra korektiškas! Prašome išvalyti talpyklą!"
1319
+
1320
+ #: wp-cache.php:2228
1321
+ #, php-format
1322
+ 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\"!"
1323
+ msgstr "Prašome apsilankyti %1$s, kad išvalyti talpyklą, nes jūsų svetainės pradinis puslapis nėra korektiškas ir trūksta teksto - \"%2$s\"!"
1324
+
1325
+ #: wp-cache.php:2231
1326
+ #, php-format
1327
+ msgid "[%s] Front page is not correct! Cache Cleared!"
1328
+ msgstr "[%s] Pradinis puslapis nėra korektiškas! Talpykla išvalyta!"
1329
+
1330
+ #: wp-cache.php:2231
1331
+ #, php-format
1332
+ 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."
1333
+ msgstr "Jūsų blogo talpykla buvo išvalyta, kadangi jūsų blogo pradinis puslapis neturi teksto \"%2$s\"! Prašome aplanakyti %1$s, kad patikrinti, ar talpykla yra išvalyta."
1334
+
1335
+ #: wp-cache.php:2236
1336
+ #, php-format
1337
+ msgid "[%s] Front page check!"
1338
+ msgstr "[%s] Pradinis puslapis patikrintas!"
1339
+
1340
+ #: wp-cache.php:2236
1341
+ #, php-format
1342
+ msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1343
+ msgstr "WP Super Cache patikrino jūsų pradinį dienoraščio puslapį. Prašome aplankyti %s, jeigu norite atjungti tai."
1344
+
1345
+ #: wp-cache.php:2279
1346
+ msgid "Cannot update .htaccess"
1347
+ msgstr "Negali atnaujinti .htaccess"
1348
+
1349
+ #: wp-cache.php:2279
1350
+ #, php-format
1351
+ 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."
1352
+ msgstr "Failas <code>%s.htaccess</code> negali būti atnaujintas automatiniu būdu. Prašome pataisyti jį, naudojant chmod komandą arba ftp klientą."
1353
+
1354
+ #: wp-cache.php:2279
1355
+ msgid "Refresh this page when the file permissions have been modified."
1356
+ msgstr "Atnaujinkite šį puslapį, kai failo prieigos teisės bus modifikuoti."
1357
+
1358
+ #: wp-cache.php:2279
1359
+ #, php-format
1360
+ msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1361
+ msgstr "Jūs taip pat galite redaguoti failą <code>%s.htaccess</code> rankiniu būdu ir asmeniškai įrašyti reikalingas taisykles (iki esančių ten WordPress taisyklių):"
1362
+
1363
+ #: wp-cache.php:2283
1364
+ #, php-format
1365
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1366
+ msgstr "Kad įskiepis galėtų teisingai dirbti su statiniais html failais, jūs turite įrašyti į failą <code>%s.htaccess</code> įskiepio mod_rewrite taisykles"
1367
+
1368
+ #: wp-cache.php:2284
1369
+ msgid "You can edit the file yourself add the following rules."
1370
+ msgstr "Jūs galite redaguoti failą, savarankiškai pridedant sekančias taisykles."
1371
+
1372
+ #: wp-cache.php:2285
1373
+ msgid " Make sure they appear before any existing WordPress rules. "
1374
+ msgstr "Įsitikinkite, kad jie eina prieš bet kurią WordPress egzistuojančią taisyklę. "
1375
+
1376
+ #: wp-cache.php:2293
1377
+ msgid "Update Mod_Rewrite Rules"
1378
+ msgstr "Atnaujinti mod_rewrite teises"
1379
+
1380
+ #: wp-cache.php:2389
1381
+ #, php-format
1382
+ msgid "[%1$s] Cache Preload Started"
1383
+ msgstr "[%1$s] Bendrasis talpinimas prasidėjo"
1384
+
1385
+ #: wp-cache.php:2391
1386
+ #, php-format
1387
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1388
+ msgstr "[%1$s] Atnaujinamos žinutės nuo %2$d iki %3$d"
1389
+
1390
+ #: wp-cache.php:2402
1391
+ #, php-format
1392
+ msgid "[%1$s] %2$d posts refreshed"
1393
+ msgstr "[%1$s] %2$d žinučių atnaujinta"
1394
+
1395
+ #: wp-cache.php:2402
1396
+ msgid "Refreshed the following posts:"
1397
+ msgstr "Atnaujintos sekančios žinutęs:"
1398
+
1399
+ #: wp-cache.php:2411
1400
+ #, php-format
1401
+ msgid "Scheduling next preload refresh in %d minutes."
1402
+ msgstr "Sekantis planinis bendros talpyklos atnaujinimas įvyks po:% d minučių."
1403
+
1404
+ #: wp-cache.php:2421
1405
+ #, php-format
1406
+ msgid "[%s] Cache Preload Completed"
1407
+ msgstr "[%s] Talpyklos prieškrūvis baigtas"
1408
+
1409
+ #: wp-cache.php:2421
1410
+ msgid "Cleaning up old supercache files."
1411
+ msgstr "Valymas senų supercache failų."
1412
+
1413
+ #: wp-cache.php:2462
1414
+ #, php-format
1415
+ msgid "[%s] Preload may have stalled."
1416
+ msgstr "[%s] Prieškrūvis gali būti vilkinamas."
1417
+
1418
+ #: wp-cache.php:2462
1419
+ #, php-format
1420
+ msgid ""
1421
+ "Preload has been restarted.\n"
1422
+ "%s"
1423
+ msgstr ""
1424
+ "Išankstinė apkrova turi būti iš naujo paleista.\n"
1425
+ "%s"
1426
+
1427
+ #~ msgid ""
1428
+ #~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
1429
+ #~ "strong> button."
1430
+ #~ msgstr ""
1431
+ #~ "Пролистайте страницу вних и нажмите кнопку <strong>Обновить правила "
1432
+ #~ "Mod_Rewrite</strong>."
1433
+
1434
+ #~ msgid "WP Super Cache Manager"
1435
+ #~ msgstr "Управление плагином WP Super Cache"
1436
+
1437
+ #~ msgid "Why your configuration may not be changed"
1438
+ #~ msgstr "Почему конфигурации не могут быть изменены"
1439
+
1440
+ #~ msgid "Why"
1441
+ #~ msgstr "Почему"
1442
+
1443
+ #~ msgid "ON"
1444
+ #~ msgstr "ВКЛ"
1445
+
1446
+ #~ msgid "WP Cache and Super Cache enabled"
1447
+ #~ msgstr "Плагины WP Cache и Super Cache включены"
1448
+
1449
+ #~ msgid "HALF ON"
1450
+ #~ msgstr "РАБОТАЕТ НАПОЛОВИНУ"
1451
+
1452
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
1453
+ #~ msgstr "Плагин Super Cache отключен, работает только кэшировани WP-Cache"
1454
+
1455
+ #~ msgid "OFF"
1456
+ #~ msgstr "ВЫКЛ"
1457
+
1458
+ #~ msgid "WP Cache and Super Cache disabled"
1459
+ #~ msgstr "Плагины WP Cache и Super Cache отключены"
1460
+
1461
+ #~ msgid ""
1462
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
1463
+ #~ "file is being generated. Recommended for <em>very</em> busy websites with "
1464
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
1465
+ #~ "obsolete."
1466
+ #~ msgstr ""
1467
+ #~ "Восстановление кэша. При включенной опции, гости сайта будут получать "
1468
+ #~ "старые страницы из плагина Super Cache, пока формируются новые. "
1469
+ #~ "Рекомендуется использовать данную опцию только для <em>очень</em> "
1470
+ #~ "посещаемых блогов, где много комментариев. После включения опции в "
1471
+ #~ "настройках \"прямое кэширование страниц\" и \"закрытый режим\" нет нужды "
1472
+ #~ "(они устаревают)"
1473
+
1474
+ #~ msgid ""
1475
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
1476
+ #~ "with caution.)"
1477
+ #~ msgstr ""
1478
+ #~ "Создавать список новых кэшированных страниц (использовать на свой страх и "
1479
+ #~ "риск, может затормозить сайты с большим количеством посетителей)"
1480
+
1481
+ #~ msgid ""
1482
+ #~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
1483
+ #~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
1484
+ #~ "\" for whatever amount you want. Every penny helps!"
1485
+ #~ msgstr ""
1486
+ #~ "%1$s действительно ускоряет Ваш блог. Вы можете сделать его еще "
1487
+ #~ "быстрее<sup>*,</sup> купив мне <a href=\"%2$s\">подарочную карту сервиса "
1488
+ #~ "Amazon</a>! Можете выбрать \"%3$s\" любое значение, какое хотите. Каждая "
1489
+ #~ "копейка поможет мне!"
1490
+
1491
+ #~ msgid ""
1492
+ #~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
1493
+ #~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
1494
+ #~ "\">wishlist</a>."
1495
+ #~ msgstr ""
1496
+ #~ "Если Вы не хотите иметь дело с Amazon , то можно сделать пожертвование "
1497
+ #~ "через PayPal. Нажмите кнопку \"Пожертвовать\" или выберите подарок для "
1498
+ #~ "меня из моего <a href=\"%s\">списка желаний</a>."
1499
+
1500
+ #~ msgid "Thanks in advance!"
1501
+ #~ msgstr "Заранее благодарю!"
1502
+
1503
+ #~ msgid ""
1504
+ #~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
1505
+ #~ "very happy!"
1506
+ #~ msgstr ""
1507
+ #~ "Ладно, он не будет быстрее, но Вы все равно сделаете автора плагина очень "
1508
+ #~ "счастливым!"
1509
+
1510
+ #~ msgid "Don&#8217;t show me this again."
1511
+ #~ msgstr "Не показывать больше это сообщение."
1512
+
1513
+ #~ msgid "Hide"
1514
+ #~ msgstr "Спрятать"
1515
+
1516
+ #~ msgid ""
1517
+ #~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
1518
+ #~ "<a href=\"%3$s\">donation</a> to encourage development of this plugin."
1519
+ #~ "<br />Even a penny will help."
1520
+ #~ msgstr ""
1521
+ #~ "Блог автора - %1$s, фотоблог - %2$s. Автор плагина будет благодарен любой "
1522
+ #~ "<a href=\"%3$s\">поддержке</a> от Вас.<br />Даже копейка может помочь в "
1523
+ #~ "его работе."
1524
+
1525
+ #~ msgid "Super Cache Compression"
1526
+ #~ msgstr "Сжатие кэша Super Cache"
1527
+
1528
+ #~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
1529
+ #~ msgstr ""
1530
+ #~ "Сжатие кэша отключено по умолчанию в режиме <em>РАБОТАЕТ НАПОЛОВИНУ</em>."
1531
+
1532
+ #~ msgid "Super Cache compression is now disabled."
1533
+ #~ msgstr "Сжатие кэша Super Cache теперь отключено."
1534
+
1535
+ #~ msgid "Super Cache compression is now enabled."
1536
+ #~ msgstr "Сжатие кэша Super Cache теперь включено."
1537
+
1538
+ #~ msgid "Update Compression"
1539
+ #~ msgstr "Обновить настройки сжатия"
1540
+
1541
+ #~ msgid "Debug Settings"
1542
+ #~ msgstr "Параметры отладки"
1543
+
1544
+ #~ msgid ""
1545
+ #~ "<h3>WP_CACHE constant in wp-config.php set to false</h3><p>The WP_CACHE "
1546
+ #~ "constant is defined in your wp-config.php but must be set to true, not "
1547
+ #~ "false for this plugin to work correctly.</p>"
1548
+ #~ msgstr ""
1549
+ #~ "<h3>Значение для WP_CACHE в конфигурационном файле WordPrees wp-config."
1550
+ #~ "php установлено на \"false\"</h3><p>Чтобы плагин заработал, значение "
1551
+ #~ "WP_CACHE в wp-config.php нужно поставить на \"true\".</p>"
1552
+
1553
+ #~ msgid "You must edit the file yourself add the following rules."
1554
+ #~ msgstr ""
1555
+ #~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
languages/wp-super-cache-ro_RO.mo ADDED
Binary file
languages/wp-super-cache-ro_RO.po ADDED
@@ -0,0 +1,1555 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: WP Super Cache\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
+ "POT-Creation-Date: 2010-09-27 13:58+0000\n"
11
+ "PO-Revision-Date: 2011-06-13 18:44+0200\n"
12
+ "Last-Translator: Alexandr K.\n"
13
+ "Language-Team: Michail Bogdanov <michail.bogdanov@gmx.us>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Romanian\n"
18
+ "X-Poedit-Country: MOLDOVA, REPUBLIC OF\n"
19
+
20
+ #: plugins/awaitingmoderation.php:4
21
+ msgid "Your comment is awaiting moderation."
22
+ msgstr "Comentariul dvs. este în aşteptarea moderaţie."
23
+
24
+ #: plugins/awaitingmoderation.php:23
25
+ #: plugins/awaitingmoderation.php:38
26
+ #: plugins/badbehaviour.php:47
27
+ #: plugins/badbehaviour.php:65
28
+ #: plugins/domain-mapping.php:47
29
+ #: plugins/domain-mapping.php:62
30
+ #: plugins/searchengine.php:61
31
+ #: plugins/searchengine.php:76
32
+ #: wp-cache.php:1114
33
+ msgid "Disable"
34
+ msgstr "Off"
35
+
36
+ #: plugins/awaitingmoderation.php:29
37
+ #: plugins/badbehaviour.php:55
38
+ #: plugins/domain-mapping.php:53
39
+ #: plugins/searchengine.php:67
40
+ msgid "disabled"
41
+ msgstr "off"
42
+
43
+ #: plugins/awaitingmoderation.php:31
44
+ #: plugins/badbehaviour.php:57
45
+ #: plugins/domain-mapping.php:55
46
+ #: plugins/searchengine.php:69
47
+ #: wp-cache.php:1460
48
+ msgid "enabled"
49
+ msgstr "activat"
50
+
51
+ #: plugins/awaitingmoderation.php:33
52
+ #, php-format
53
+ msgid "Awaiting Moderation plugin is %s"
54
+ msgstr "Aşteaptă moderarea plug-in este %s"
55
+
56
+ #: plugins/awaitingmoderation.php:34
57
+ msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
58
+ msgstr "(Scoateţi textul \"Comentariul dvs. este în aşteptarea moderaţie.\", atunci când cineva lasă un comentariu moderat.)"
59
+
60
+ #: plugins/awaitingmoderation.php:36
61
+ #: plugins/badbehaviour.php:63
62
+ #: plugins/domain-mapping.php:60
63
+ #: plugins/searchengine.php:74
64
+ #: wp-cache.php:1114
65
+ msgid "Enable"
66
+ msgstr "Activat"
67
+
68
+ #: plugins/badbehaviour.php:45
69
+ msgid "Bad Behaviour not found. Please check your install."
70
+ msgstr "Bad Comportamentul nu a fost găsită. Vă rugăm să verificaţi a vă instala."
71
+
72
+ #: plugins/badbehaviour.php:60
73
+ #, php-format
74
+ msgid "Bad Behaviour support is %s."
75
+ msgstr "Sprijin Bad Behaviour este %s."
76
+
77
+ #: plugins/badbehaviour.php:61
78
+ #, php-format
79
+ 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/\") "
80
+ msgstr "(Numai cache moştenire a sprijinit, de compresie cu handicap şi necesită <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> în \"%s/plugins/bad-behavior/\")"
81
+
82
+ #: plugins/badbehaviour.php:69
83
+ #: wp-cache.php:1191
84
+ #: wp-cache.php:1193
85
+ msgid "Warning!"
86
+ msgstr "Atenţie!"
87
+
88
+ #: plugins/domain-mapping.php:57
89
+ #, php-format
90
+ msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
91
+ msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domeniu Mapping</a> suport plug-in este %s"
92
+
93
+ #: plugins/domain-mapping.php:58
94
+ msgid "(support for multiple domains on multisite websites) "
95
+ msgstr "(suport pentru mai multe domenii pe site-uri multisite)"
96
+
97
+ #: plugins/domain-mapping.php:72
98
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
99
+ msgstr "Domeniu Mapping plugin detectate Vă rugăm să mergeţi la pagina Supercache plugin-uri şi pentru a permite helper cartografiere domeniu plugin."
100
+
101
+ #: plugins/searchengine.php:71
102
+ #, php-format
103
+ msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
104
+ msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">Nu Anunţuri pentru prietenii</a> plug-in este %s."
105
+
106
+ #: plugins/searchengine.php:72
107
+ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
108
+ msgstr "(Necesită <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> prea) "
109
+
110
+ #: wp-cache.php:87
111
+ #, php-format
112
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
113
+ msgstr "Vă rugăm să creaţi %s /wp-cache-config.php din wp-super-cache/wp-cache-config-sample.php"
114
+
115
+ #: wp-cache.php:138
116
+ msgid "Warning! PHP Safe Mode Enabled!"
117
+ msgstr "Avertisment PHP Safe Mode Enabled!"
118
+
119
+ #: wp-cache.php:139
120
+ msgid "You may experience problems running this plugin because SAFE MODE is enabled."
121
+ msgstr "Este posibil să apară probleme de funcţionare, deoarece acest plug-in Safe Mode este activat."
122
+
123
+ #: wp-cache.php:143
124
+ msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
125
+ msgstr "Serverul este configurat pentru a verifica proprietarul de scripturi PHP înainte de a le permite să citească şi să scrie fişiere."
126
+
127
+ #: wp-cache.php:144
128
+ #, php-format
129
+ 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."
130
+ msgstr "Ai sau un administrator ar putea să facem să funcţioneze prin schimbarea proprietar al grupului de plugin-ul script-uri pentru a se potrivi cel al utilizatorului server de web. Proprietar al grupului de %s/cache/ dosar trebuie să fie, de asemenea, schimbat. Se vedea <a href=\"http://php.net/features.safe-mode\">modul de siguranţă pagina de manual</a> pentru detalii suplimentare."
131
+
132
+ #: wp-cache.php:146
133
+ 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."
134
+ msgstr "Ai sau un administrator trebuie să dezactivaţi această. Consultaţi <a href=\"http://php.net/features.safe-mode\">pagina de siguranţă modul manual</a> pentru detalii suplimentare. Acest lucru nu poate fi dezactivat într-un fişier. htaccess, din păcate. Aceasta trebuie să fie în fişierul de configurare php.ini. "
135
+
136
+ #: wp-cache.php:152
137
+ msgid "Permlink Structure Error"
138
+ msgstr "Permlink Structura Error"
139
+
140
+ #: wp-cache.php:153
141
+ 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."
142
+ msgstr "Un URL-ul personalizat sau structura Permalink este necesar pentru acest plug-in pentru a funcţiona corect. Vă rugăm să mergeţi la <a href=\"options-permalink.php\">Permalinks pagina Opţiuni</a> pentru a configura permalinks dumneavoastră."
143
+
144
+ #: wp-cache.php:165
145
+ #, php-format
146
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
147
+ msgstr "Avertisment! Hostname \"%s\" rezolvă la %s"
148
+
149
+ #: wp-cache.php:166
150
+ #, php-format
151
+ 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."
152
+ msgstr "Serverul crede hostname rezolvă la %s. Unele servicii, cum ar fi colectarea gunoiului de acest plugin, şi WordPress posturi programate să nu funcţioneze corect."
153
+
154
+ #: wp-cache.php:167
155
+ #: wp-cache.php:181
156
+ #, php-format
157
+ msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
158
+ msgstr "Vă rugăm să consultaţi de intrare 16 în <a href=\"%s\">secţiunea Rezolvare Probleme</a> de readme.txt"
159
+
160
+ #: wp-cache.php:180
161
+ 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."
162
+ msgstr "Din pacate WordPress nu poate găsi fişierul wp-cron.php Acest script este necesar pentru funcţionarea corectă de colectare a gunoiului de acest plug-in, WordPress posturi programate, precum şi alte activităţi critice."
163
+
164
+ #: wp-cache.php:195
165
+ msgid "Cannot continue... fix previous problems and retry."
166
+ msgstr "Nu se poate continua... rezolva problemele anterioare şi încercaţi din nou."
167
+
168
+ #: wp-cache.php:204
169
+ msgid "Zlib Output Compression Enabled!"
170
+ msgstr "Compresie de ieşire Zlib Enabled!"
171
+
172
+ #: wp-cache.php:205
173
+ 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."
174
+ msgstr "PHP este comprimarea datelor trimise de vizitatorii site-ului. Dezactivarea acest lucru este recomandat ca plugin-ul cache de ieşire comprimat o dată în loc de comprimare aceeaşi pagină de peste si peste din nou. Vedea, de asemenea #21 în secţiunea Depanare. Consultaţi <a href=\"http://php.net/manual/en/zlib.configuration.php\">această pagină</a> pentru instrucţiuni referitoare la modificarea fişierul php.ini."
175
+
176
+ #: wp-cache.php:209
177
+ msgid "Mod rewrite may not be installed!"
178
+ msgstr "Mod rescrie nu poate fi instalat!"
179
+
180
+ #: wp-cache.php:210
181
+ 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."
182
+ msgstr "Se pare că mod_rewrite nu este instalat. Uneori, această verificare nu este 100% de încredere, mai ales dacă nu sunteţi folosind Apache. Vă rugăm să verificaţi că mod_rewrite modulul este încărcat. Este necesar pentru a servi fişiere statice Super Cache. Veţi fi în continuare posibilitatea de a utiliza moduri de moştenire sau PHP."
183
+
184
+ #: wp-cache.php:215
185
+ msgid "Read Only Mode. Configuration cannot be changed."
186
+ msgstr "Doar în citire Mode. Configurare nu poate fi schimbat."
187
+
188
+ #: wp-cache.php:216
189
+ #, php-format
190
+ 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."
191
+ msgstr "WP Super Cache fişier de configurare este de <code>%s/wp-cache-config.php</code> şi nu pot fi modificate. Acest dosar trebuie să fie inscriptibile de către webserver să facă orice modificări."
192
+
193
+ #: wp-cache.php:217
194
+ 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."
195
+ msgstr "Un mod simplu de a face asta este de a schimba permisiunile utilizând comanda chmod temporar sau prin intermediul dvs. de client FTP. Asiguraţi-vă că la nivel global inscriptibile şi ar trebui să fie bine."
196
+
197
+ #: wp-cache.php:218
198
+ msgid "Writeable:"
199
+ msgstr "Inscriptibile:"
200
+
201
+ #: wp-cache.php:219
202
+ msgid "Readonly:"
203
+ msgstr "Readonly:"
204
+
205
+ #: wp-cache.php:231
206
+ #, php-format
207
+ msgid "Warning! %s is writeable!"
208
+ msgstr "Atenţie: %s este inscriptibile!"
209
+
210
+ #: wp-cache.php:232
211
+ #, php-format
212
+ msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
213
+ msgstr "Ar trebui să schimbaţi permisiunile pe% s şi să-l mai restrictive utilizarea clientului de FTP, sau următoarea comandă pentru a remedia lucrurile:"
214
+
215
+ #: wp-cache.php:240
216
+ msgid "Mobile rewrite rules detected"
217
+ msgstr "Mobile regulile de rescriere detectat"
218
+
219
+ #: wp-cache.php:241
220
+ 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."
221
+ msgstr "Pentru cele mai bune performanţe ar trebui să permită \"Mobile sprijin dispozitiv de\" sau şterge mobil rescrie regulile în dumneavoastră htaccess Uita-te pentru cele 2 linii cu textul \" 2.0\\MMP|240x320\" şi ştergeţi-le."
222
+
223
+ #: wp-cache.php:241
224
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
225
+ msgstr "Acest lucru va avea nici o afecta pe utilizatorii obişnuiţi, dar utilizatorii de telefonie mobilă vor vedea paginile uncached."
226
+
227
+ #: wp-cache.php:247
228
+ #: wp-cache.php:258
229
+ msgid "Rewrite rules must be updated"
230
+ msgstr "Regulile de rescriere trebuie să fie actualizate"
231
+
232
+ #: wp-cache.php:248
233
+ #: wp-cache.php:259
234
+ msgid "The rewrite rules required by this plugin have changed or are missing. "
235
+ msgstr "Rescriere normele impuse de acest plugin-au schimbat sau lipsesc."
236
+
237
+ #: wp-cache.php:249
238
+ 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):"
239
+ msgstr "Suport pentru dispozitive mobile necesită norme suplimentare în fişierul htaccess, sau puteţi seta modul de plug-in pentru moştenirea Aici sunt opţiunile dumneavoastră (în ordine de dificultate):"
240
+
241
+ #: wp-cache.php:250
242
+ msgid "Set the plugin to legacy mode and enable mobile support."
243
+ msgstr "Setaţi plug-in pentru modul de moştenire şi pentru a permite suport mobil."
244
+
245
+ #: wp-cache.php:251
246
+ #: wp-cache.php:260
247
+ msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
248
+ msgstr "Derulaţi în jos pagina Setări avansate şi faceţi clic pe butonul <strong>Update mod_rewrite Reguli</strong>."
249
+
250
+ #: wp-cache.php:252
251
+ #, php-format
252
+ 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."
253
+ msgstr "Şterge plugin mod_rewrite normele în %s.htaccess închise de către <code># BEGIN WPSuperCache</code> şi <code># END WPSuperCache</code> şi lăsaţi plugin-ul regenera le reîncărcaţi această pagină."
254
+
255
+ #: wp-cache.php:253
256
+ #, php-format
257
+ 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)"
258
+ msgstr "Adăugaţi regulile de tine liniile. Editare %s.htaccess şi pentru a găsi bloc de cod închisă de <code># BEGIN WPSuperCache</code> şi <code># END WPSuperCache</code>. Există două secţiuni, care arata foarte similar linie. Doar sub <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> adăugaţi aceste linii: (o fac de două ori, o dată pentru fiecare secţiune) "
259
+
260
+ #: wp-cache.php:266
261
+ msgid "Required to serve compressed supercache files properly."
262
+ msgstr "Necesar pentru a servi fişiere comprimate supercache în mod corespunzător."
263
+
264
+ #: wp-cache.php:266
265
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
266
+ msgstr "Necesare pentru a seta informaţii cache de pe paginile supercache IE7 utilizatorii vor vedea paginile vechi, fără acest modul."
267
+
268
+ #: wp-cache.php:266
269
+ msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
270
+ msgstr "Setaţi data de expirare de pe paginile supercached Vizitatorii nu pot vedea noi pagini atunci când reîmprospătare sau lăsaţi comentarii, fără acest modul."
271
+
272
+ #: wp-cache.php:273
273
+ msgid "Missing Apache Modules"
274
+ msgstr "Missing Module Apache"
275
+
276
+ #: wp-cache.php:274
277
+ 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."
278
+ msgstr "Următoarele module Apache lipsesc plugin va. Lucra în modul de moştenire fără ele. În modul complet Supercache, vizitatorii dvs. pot vedea paginile corupt sau din data de conţinut cu toate acestea."
279
+
280
+ #: wp-cache.php:413
281
+ 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."
282
+ msgstr "<strong>Atenţie încercat!</strong> Puteţi să activaţi de compresie, dar <code>zlib.output_compression</code> este activată. Vedea în secţiunea Troubleshooting (#21) din fişierul readme."
283
+
284
+ #: wp-cache.php:501
285
+ msgid "WP Super Cache Settings"
286
+ msgstr "Setări WP Super Cache"
287
+
288
+ #: wp-cache.php:512
289
+ msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
290
+ msgstr "Nota: <em>mod_rewrite activat sau caching Legacy</em>. Rezultate Advanced Settings Page implicit."
291
+
292
+ #: wp-cache.php:523
293
+ msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
294
+ msgstr "Fişier de configurare schimbat, unele valori ar putea fi greşită Încărcaţi a doua pagină din nou. De la \"Settings\" meniu pentru a le reseta."
295
+
296
+ #: wp-cache.php:540
297
+ #: wp-cache.php:614
298
+ msgid "Caching must be enabled to use this feature"
299
+ msgstr "Stocarea trebuie să fie activată pentru a utiliza această funcţie"
300
+
301
+ #: wp-cache.php:542
302
+ msgid "Cache Tester"
303
+ msgstr "Cache Tester"
304
+
305
+ #: wp-cache.php:543
306
+ msgid "Test your cached website by clicking the test button below."
307
+ msgstr "Testaţi-vă site-ul cache făcând clic pe butonul de test de mai jos."
308
+
309
+ #: wp-cache.php:550
310
+ #, php-format
311
+ msgid "Fetching %s to prime cache: "
312
+ msgstr "Se preiau %s la cache prim:"
313
+
314
+ #: wp-cache.php:552
315
+ #: wp-cache.php:559
316
+ #: wp-cache.php:566
317
+ msgid "OK"
318
+ msgstr "OK"
319
+
320
+ #: wp-cache.php:557
321
+ #, php-format
322
+ msgid "Fetching first copy of %s: "
323
+ msgstr "Exemplar preiau primul %s:"
324
+
325
+ #: wp-cache.php:564
326
+ #, php-format
327
+ msgid "Fetching second copy of %s: "
328
+ msgstr "Copie preiau doilea lui %s:"
329
+
330
+ #: wp-cache.php:570
331
+ msgid "One or more page requests failed:"
332
+ msgstr "Una sau mai multe cereri de start a eşuat:"
333
+
334
+ #: wp-cache.php:589
335
+ #: wp-cache.php:590
336
+ #, php-format
337
+ msgid "Page %d: %d (%s)"
338
+ msgstr "Pagina %d: %d (%s)"
339
+
340
+ #: wp-cache.php:596
341
+ #, php-format
342
+ msgid "Page 1: %s"
343
+ msgstr "Pagina 1: %s"
344
+
345
+ #: wp-cache.php:597
346
+ #, php-format
347
+ msgid "Page 2: %s"
348
+ msgstr "Pagina 2: %s"
349
+
350
+ #: wp-cache.php:598
351
+ msgid "The timestamps on both pages match!"
352
+ msgstr "Marcajele de timp pe ambele pagini meci!"
353
+
354
+ #: wp-cache.php:600
355
+ msgid "The pages do not match! Timestamps differ or were not found!"
356
+ msgstr "Paginile nu se potrivesc sau marcajele de timp diferă! Nu au fost găsit!"
357
+
358
+ #: wp-cache.php:606
359
+ msgid "Send non-secure (non https) request for homepage"
360
+ msgstr "Trimite non-sigură (https non) cererea pentru pagina de start"
361
+
362
+ #: wp-cache.php:607
363
+ msgid "Test Cache"
364
+ msgstr "Test Cache"
365
+
366
+ #: wp-cache.php:632
367
+ #: wp-cache.php:755
368
+ msgid "Cancel Cache Preload"
369
+ msgstr "Cancel Cache preîncărcate"
370
+
371
+ #: wp-cache.php:638
372
+ msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
373
+ msgstr "Preîncărcându programate de cache anulat cazul în care un loc de muncă este în prezent rulează acesta nu va shutdown până când curentul 100 de pagini sunt complete."
374
+
375
+ #: wp-cache.php:649
376
+ msgid "Scheduled preloading of cache cancelled."
377
+ msgstr "Preîncărcându programate de cache anulate."
378
+
379
+ #: wp-cache.php:675
380
+ #: wp-cache.php:753
381
+ msgid "Preload Cache Now"
382
+ msgstr "Preîncărcate Cache Now"
383
+
384
+ #: wp-cache.php:678
385
+ msgid "Scheduled preloading of cache in 10 seconds."
386
+ msgstr "Preîncărcându programate de cache în 10 secunde."
387
+
388
+ #: wp-cache.php:682
389
+ #, php-format
390
+ msgid "Scheduled preloading of cache in %d minutes"
391
+ msgstr "Preîncărcându programate de cache în %d minute"
392
+
393
+ #: wp-cache.php:686
394
+ 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."
395
+ msgstr "Acest lucru va cache fiecare post publicat şi pe pagina site-ul dvs. Acesta va crea fişiere supercache statice astfel vizitatori necunoscut (inclusiv roboţi) va lovi o pagina din cache. Acest lucru va ajuta, probabil, rang dvs. Google ca le folosesc de viteză, ca metric atunci când judecă site-uri web acum."
396
+
397
+ #: wp-cache.php:687
398
+ 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."
399
+ msgstr "Preincarcarea creează o mulţime de fişiere cu toate acestea. Caching se face de la cel mai nou post la cea mai veche deci vă rugăm să ia în considerare numai caching mai nou, dacă aveţi o mulţime (10.000 +) de posturi. Acest lucru este important mai ales pe shared hosting."
400
+
401
+ #: wp-cache.php:688
402
+ 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."
403
+ msgstr "În &#8217;General caching&#8217; colectare a gunoiului regulat va curata doar la fişierele vechi moştenire pentru utilizatorii cunoscuţi nu, fişierele preîncărcate supercache. Aceasta este o setare recomandată atunci când memoria cache este preîncărcate."
404
+
405
+ #: wp-cache.php:692
406
+ #, php-format
407
+ msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
408
+ msgstr "Reîmprospătare cache preîncărcat fişiere minute la fiecare %s (0 dezactiva, minim %d minute.)"
409
+
410
+ #: wp-cache.php:705
411
+ msgid "all"
412
+ msgstr "toate"
413
+
414
+ #: wp-cache.php:718
415
+ #, php-format
416
+ msgid "Preload %s posts."
417
+ msgstr "Preîncărcate mesaje %s."
418
+
419
+ #: wp-cache.php:725
420
+ msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
421
+ msgstr "Preîncărcate modul (de colectare a gunoiului numai pe fisiere cache moştenirea recomandate.)"
422
+
423
+ #: wp-cache.php:728
424
+ msgid "Send me status emails when files are refreshed."
425
+ msgstr "Trimite-mi email-uri de stare atunci când fişierele sunt actualizate."
426
+
427
+ #: wp-cache.php:733
428
+ msgid "Many emails, 2 emails per 100 posts."
429
+ msgstr "Multe e-mailuri, 2 email-uri la 100 de posturi."
430
+
431
+ #: wp-cache.php:736
432
+ msgid "Medium, 1 email per 100 posts."
433
+ msgstr "Medium, 1 e-mail la 100 de posturi."
434
+
435
+ #: wp-cache.php:739
436
+ msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
437
+ msgstr "Mai e-mailuri, 1 la începutul şi 1 la sfârşitul preîncărcarea toate mesajele."
438
+
439
+ #: wp-cache.php:743
440
+ #, php-format
441
+ msgid "Refresh of cache in %d hours %d minutes and %d seconds."
442
+ msgstr "Reîmprospătare de cache în %d ore %d minute şi %d secunde."
443
+
444
+ #: wp-cache.php:744
445
+ #, php-format
446
+ msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
447
+ msgstr "Refresh completă a memoriei cache în ore %d %d minute şi %d secunde."
448
+
449
+ #: wp-cache.php:750
450
+ #, php-format
451
+ msgid "Currently caching from post %d to %d."
452
+ msgstr "În prezent, caching de la post %d la %d."
453
+
454
+ #: wp-cache.php:753
455
+ msgid "Update Settings"
456
+ msgstr "Setări de update"
457
+
458
+ #: wp-cache.php:761
459
+ msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
460
+ msgstr "Preincarcarea de cache cu handicap. Vă rugăm să dezactivaţi memorarea paginilor în cache moştenire sau vorbiti cu administratorul gazdă."
461
+
462
+ #: wp-cache.php:776
463
+ #: wp-cache.php:865
464
+ msgid "Caching"
465
+ msgstr "Caching"
466
+
467
+ #: wp-cache.php:780
468
+ msgid "Cache hits to this website for quick access."
469
+ msgstr "Cache hit-uri la acest site pentru acces rapid."
470
+
471
+ #: wp-cache.php:780
472
+ #: wp-cache.php:781
473
+ #: wp-cache.php:795
474
+ #: wp-cache.php:799
475
+ #: wp-cache.php:802
476
+ #: wp-cache.php:803
477
+ #: wp-cache.php:868
478
+ msgid "Recommended"
479
+ msgstr "Recomandat"
480
+
481
+ #: wp-cache.php:781
482
+ msgid "Use mod_rewrite to serve cache files."
483
+ msgstr "Foloseste mod_rewrite pentru a servi fişiere cache."
484
+
485
+ #: wp-cache.php:782
486
+ msgid "Use PHP to serve cache files."
487
+ msgstr "Utilizarea PHP pentru a servi fişiere cache."
488
+
489
+ #: wp-cache.php:783
490
+ msgid "Legacy page caching."
491
+ msgstr "Legacy caching pagina."
492
+
493
+ #: wp-cache.php:784
494
+ msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
495
+ msgstr "Mod_rewrite este cel mai rapid, PHP este aproape la fel de rapid şi mai uşor de lucru pentru a obţine, în timp ce caching moştenirea este mai lent din nou, dar este mai flexibilă şi, de asemenea, uşor pentru a obţine de lucru. Utilizatorii noi ar trebui să meargă cu caching PHP."
496
+
497
+ #: wp-cache.php:790
498
+ msgid "Miscellaneous"
499
+ msgstr "Diverse"
500
+
501
+ #: wp-cache.php:795
502
+ msgid "Compress pages so they&#8217;re served more quickly to visitors."
503
+ msgstr "Comprimare fişiere cache pentru a accelera de lucru."
504
+
505
+ #: wp-cache.php:796
506
+ msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
507
+ msgstr "Compresia este dezactivată în mod implicit, deoarece unele gazdele au probleme cu fişiere comprimate. Pornirea-l pe şi în afara şterge memoria cache."
508
+
509
+ #: wp-cache.php:799
510
+ msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
511
+ msgstr "304 Not Modified browser caching. Indice când o pagină nu a fost modificat de la ultima solicitate."
512
+
513
+ #: wp-cache.php:800
514
+ msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
515
+ msgstr "Sprijin pentru eroarea 304 este dezactivată în mod implicit (din cauza unei probleme de unele servicii)."
516
+
517
+ #: wp-cache.php:802
518
+ msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
519
+ msgstr "Nu paginile în cache pentru <acronym title=\"Conectat in users and those that comment\">utilizatorii cunoscuţi</acronym>."
520
+
521
+ #: wp-cache.php:803
522
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
523
+ msgstr "Cache reconstrui servesc un fişier supercache. Utilizatorilor anonimi în timp ce un fişier nou este generat."
524
+
525
+ #: wp-cache.php:804
526
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
527
+ msgstr "Spune cu mândrie lumea server-ul dvs. este dovada Digg! (Locuri un mesaj în subsol blog-ului dvs.)"
528
+
529
+ #: wp-cache.php:810
530
+ #: wp-cache.php:957
531
+ #: wp-cache.php:1473
532
+ msgid "Advanced"
533
+ msgstr "Advanced"
534
+
535
+ #: wp-cache.php:814
536
+ msgid "Mobile device support."
537
+ msgstr "Mobile sprijin dispozitiv."
538
+
539
+ #: wp-cache.php:815
540
+ msgid "Clear all cache files when a post or page is published."
541
+ msgstr "Ştergeţi toate fişierele cache atunci când un post sau pagină se publică."
542
+
543
+ #: wp-cache.php:816
544
+ msgid "Only refresh current page when comments made."
545
+ msgstr "Numai reincarca pagina curentă atunci când observaţiile făcute."
546
+
547
+ #: wp-cache.php:817
548
+ msgid "List the newest cached pages on this page."
549
+ msgstr "Lista de cele mai noi paginile stocate în cache de pe această pagină."
550
+
551
+ #: wp-cache.php:819
552
+ 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>"
553
+ msgstr "Fişier de blocare grosier. Ai face, probabil, nu este necesar acest lucru, dar ar putea ajuta dacă serverul este underpowered Atenţie! <em>Poate provoca server-ul dvs. pentru a bloca in cazuri foarte rare!</em>"
554
+
555
+ #: wp-cache.php:822
556
+ msgid "Use object cache to store cached files."
557
+ msgstr "Utilizarea cache obiect pentru a stoca fişierele din cache."
558
+
559
+ #: wp-cache.php:822
560
+ msgid "(Experimental)"
561
+ msgstr "(Experimental)"
562
+
563
+ #: wp-cache.php:829
564
+ msgid "Note:"
565
+ msgstr "Notă:"
566
+
567
+ #: wp-cache.php:831
568
+ #, php-format
569
+ 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!)"
570
+ msgstr "În cazul în dezinstalarea acest plug-in, asiguraţi-vă că <em>%s</em> dosar este inscriptibile de către serverul web astfel încât fişierele <em>avansate-cache.php</em> şi <em>config.php cache-pot</em> fi şterse în mod automat idee. (Asigurându-vă că aceste fişiere sunt inscriptibile prea este, probabil, un bun.)."
571
+
572
+ #: wp-cache.php:832
573
+ #, php-format
574
+ 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\"."
575
+ msgstr "Vă rugăm să citiţi <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> pentru instrucţiuni privind dezinstalarea acest script. Uita-te pentru rubrica, \"Cum să dezinstalaţi WP Super Cache\"."
576
+
577
+ #: wp-cache.php:833
578
+ #, php-format
579
+ 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."
580
+ msgstr "Aveti nevoie de ajutor? Verificaţi <a href=\"%1$s\">Super Cache fişier Readme</a>. Acesta include documentaţia de instalare, o şi depanare sfaturi FAQ. <a href=\"%2$s\">forum de suport</a> este de asemenea disponibil. întrebarea dvs. poate au fost deja răspuns."
581
+
582
+ #: wp-cache.php:836
583
+ #: wp-cache.php:883
584
+ msgid "Update Status"
585
+ msgstr "Status Update"
586
+
587
+ #: wp-cache.php:843
588
+ msgid "Accepted Filenames &amp; Rejected URIs"
589
+ msgstr "Nume de fişiere acceptate &amp; URI respins"
590
+
591
+ #: wp-cache.php:868
592
+ msgid "Caching On"
593
+ msgstr "Cache On"
594
+
595
+ #: wp-cache.php:869
596
+ msgid "Caching Off"
597
+ msgstr "Cache Off"
598
+
599
+ #: wp-cache.php:870
600
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
601
+ msgstr "Notă: PHP permite caching, reconstrui cache, şi suport mobil"
602
+
603
+ #: wp-cache.php:880
604
+ msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
605
+ msgstr "Nota: Supercache mod_rewrite normele detectate fişierele din cache va fi servite cu aceste norme. Editaţi fişierul htaccess în rădăcina dvs. de a instala şi de a elimina normele SuperCache."
606
+
607
+ #: wp-cache.php:892
608
+ msgid "Make WordPress Faster"
609
+ msgstr "A face WordPress mai repede"
610
+
611
+ #: wp-cache.php:893
612
+ #, php-format
613
+ msgid "%1$s is maintained and developed by %2$s with contributions from many others."
614
+ msgstr "%1$s este menţinut şi dezvoltat de %2$s, cu contribuţii de la multe altele."
615
+
616
+ #: wp-cache.php:894
617
+ #, php-format
618
+ msgid "He blogs at %1$s and posts photos at %2$s."
619
+ msgstr "El a blog-uri la %1$s şi fotografii de mesaje de la %2$s."
620
+
621
+ #: wp-cache.php:895
622
+ #, php-format
623
+ msgid "Please say hi to him on %s too!"
624
+ msgstr "Vă rugăm să-l salut pe %s prea!"
625
+
626
+ #: wp-cache.php:903
627
+ #, php-format
628
+ msgid "Cached pages since %1$s : <strong>%2$s</strong>"
629
+ msgstr "Paginile stocate în cache de la %1$s : <strong>%2$s</strong>"
630
+
631
+ #: wp-cache.php:904
632
+ msgid "Newest Cached Pages:"
633
+ msgstr "Cele mai noi Pagini cache:"
634
+
635
+ #: wp-cache.php:908
636
+ #, php-format
637
+ msgid "Cached %s seconds ago"
638
+ msgstr "Cache %s secunde în urmă"
639
+
640
+ #: wp-cache.php:911
641
+ msgid "(may not always be accurate on busy sites)"
642
+ msgstr "(Pot să nu fie întotdeauna exacte pe site-urile ocupat)"
643
+
644
+ #: wp-cache.php:930
645
+ 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."
646
+ msgstr "Cache plugin-uri sunt scripturi PHP care trăiesc într-un folder plugin-uri în interiorul folderul wp-super-cache. Ele sunt încărcate atunci când încarcă Supercache, mult mai devreme decât regulate WordPress plugin-uri."
647
+
648
+ #: wp-cache.php:931
649
+ msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
650
+ msgstr "Acest lucru este strict o funcţie avansată doar şi cunoştinţe atât de PHP şi acţiuni WordPress este obligată să le creeze."
651
+
652
+ #: wp-cache.php:941
653
+ msgid "Available Plugins"
654
+ msgstr "Plugin-uri disponibile"
655
+
656
+ #: wp-cache.php:957
657
+ msgid "Easy"
658
+ msgstr "Easy"
659
+
660
+ #: wp-cache.php:957
661
+ msgid "Tester & Contents"
662
+ msgstr "Tester & Continut"
663
+
664
+ #: wp-cache.php:957
665
+ msgid "Preload"
666
+ msgstr "Preîncărcate"
667
+
668
+ #: wp-cache.php:957
669
+ msgid "Plugins"
670
+ msgstr "Plugin-uri"
671
+
672
+ #: wp-cache.php:957
673
+ msgid "Debug"
674
+ msgstr "Debug"
675
+
676
+ #: wp-cache.php:984
677
+ #, php-format
678
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
679
+ msgstr "Nota: WP Super Cache mod_rewrite controale regulă cu handicap cu excepţia cazului în care rulează pe <a href=\"%s\">site-ul principal</a> al acestei reţele."
680
+
681
+ #: wp-cache.php:986
682
+ #, php-format
683
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
684
+ msgstr "Nota: WP Super Cache mod_rewrite controale regulă cu handicap cu excepţia cazului în care rulează pe <a href=\"%s\">pe site-ul principal</a> al acestei reţele."
685
+
686
+ #: wp-cache.php:996
687
+ msgid "Mod Rewrite Rules"
688
+ msgstr "Mod Reguli de rescriere"
689
+
690
+ #: wp-cache.php:1002
691
+ msgid "WordPress MU Detected"
692
+ msgstr "WordPress MU Detected"
693
+
694
+ #: wp-cache.php:1002
695
+ 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."
696
+ msgstr "Din păcate, rescrie regulile nu pot fi actualizate automat atunci când rulează WordPress UM. Vă rugăm să vă deschide htaccess şi. Se adaugă următoarele mod_rewrite regulile de mai sus a oricăror alte norme în acel fişier."
697
+
698
+ #: wp-cache.php:1004
699
+ msgid "Mod Rewrite rules cannot be updated!"
700
+ msgstr "Mod Regulile de rescriere nu poate fi actualizat!"
701
+
702
+ #: wp-cache.php:1005
703
+ #, php-format
704
+ 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:"
705
+ msgstr "Trebuie să aveţi şi <strong>END</strong> markeri <strong>incepe</strong> in %s.htaccess pentru auto update la locul de muncă. Acestea arata ca acest lucru şi surround principal WordPress mod_rewrite normele:"
706
+
707
+ #: wp-cache.php:1007
708
+ msgid "Refresh this page when you have updated your .htaccess file."
709
+ msgstr "Reîmprospătare această pagină atunci când aţi actualizat fişierul htaccess."
710
+
711
+ #: wp-cache.php:1011
712
+ msgid "Thank you for upgrading."
713
+ msgstr "Vă mulţumim pentru upgrade."
714
+
715
+ #: wp-cache.php:1011
716
+ #, php-format
717
+ 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."
718
+ msgstr "Mod_rewrite normele modificate de la ultima ta instalat acest plug-in. Din păcate, trebuie să eliminaţi vechile reguli supercache înainte de cele noi sunt actualizate reîmprospăta această pagină. După ce aţi editat fişierul .htaccess. Dacă doriţi să faceţi upgrade manual, modificaţi următoarea linie: %1$s astfel se pare ca aceasta: %2$s. Singurele modificări sunt \"HTTP_COOKIE\"devine\"HTTP:Cookie\" şi \"wordpressuser\"devine\"WordPress\". Acesta este un WordPress 2.5. schimbare, dar este compatibil cu versiunile mai vechi daca esti destul de curajos să le folosească."
719
+
720
+ #: wp-cache.php:1015
721
+ msgid "Trailing slash check required."
722
+ msgstr "Trailing slash verifica necesare."
723
+
724
+ #: wp-cache.php:1015
725
+ 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:"
726
+ msgstr "Se pare ca blog-ul dvs. are adresele URL care se termină cu o \"/\". Din păcate, din moment ce ai instalat acest plug-un duplicat bug conţinut a fost găsit în cazul în care nu adresele URL se termină într-o \"/\" sfârşitul servesc acelaşi conţinut ca şi cele cu \"/\" şi nu redirecţionare a URL-ul propriu Pentru a repara, trebuie să editaţi fişierul htaccess şi adăugaţi aceste două reguli pentru cele două grupe de reguli Super Cache:"
727
+
728
+ #: wp-cache.php:1017
729
+ msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
730
+ msgstr "Puteţi vedea în cazul în care normele de du-te şi să examineze normele complet, făcând clic pe \"View mod_rewrite normele\" link-ul de mai jos."
731
+
732
+ #: wp-cache.php:1031
733
+ msgid "Mod Rewrite rules updated!"
734
+ msgstr "Mod Regulile de rescriere actualizate!"
735
+
736
+ #: wp-cache.php:1032
737
+ #, php-format
738
+ msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
739
+ msgstr "%s.htaccess a fost actualizat cu normele necesare mod_rewrite. Va rugam a verifica dacă sunt corecte ar trebui să arate acest lucru:"
740
+
741
+ #: wp-cache.php:1034
742
+ msgid "Mod Rewrite rules must be updated!"
743
+ msgstr "Mod Regulile de rescriere trebuie să fie actualizate!"
744
+
745
+ #: wp-cache.php:1035
746
+ #, php-format
747
+ 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:"
748
+ msgstr "%s.htaccess ta nu poate fi scris de serverul web şi trebuie să fie actualizate cu normele necesare mod_rewrite. Noile norme du-te mai presus de reguli WordPress regulate aşa cum se arată în codul de mai jos:"
749
+
750
+ #: wp-cache.php:1040
751
+ #, php-format
752
+ 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."
753
+ msgstr "WP Super Cache mod regulile de rescriere au fost detectate în fişierul% s.htaccess. <br /> Faceţi clic pe link-ul următor pentru a vedea liniile de adăugat la acel fişier. Dacă aţi actualizat plugin-ul asiguraţi-vă că aceste reguli se potrivesc."
754
+
755
+ #: wp-cache.php:1043
756
+ 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."
757
+ msgstr "O diferenţă între normele în fişierul htaccess. Şi plugin-ul regulile de rescriere a fost găsit Acest lucru ar putea fi diferenţele de simplu, dar spaţiu. Ar trebui să comparaţi normele în dosarul cu cele de mai jos cât mai curând posibil. Faceţi clic pe &#8217;Update normele Mod_Rewrite&#8217;, pentru a face acest lucru în mod automat."
758
+
759
+ #: wp-cache.php:1046
760
+ msgid "View Mod_Rewrite Rules"
761
+ msgstr "Vezi mod_rewrite Reguli"
762
+
763
+ #: wp-cache.php:1050
764
+ #: wp-cache.php:2287
765
+ #, php-format
766
+ msgid "Rules must be added to %s too:"
767
+ msgstr "Regulile trebuie să fie adăugată la %s prea:"
768
+
769
+ #: wp-cache.php:1058
770
+ #, php-format
771
+ msgid "Gzip encoding rules in %s.htaccess created."
772
+ msgstr "Gzip reguli de codare în %s.htacces creat."
773
+
774
+ #: wp-cache.php:1065
775
+ msgid "Fix Configuration"
776
+ msgstr "Fix de configurare"
777
+
778
+ #: wp-cache.php:1068
779
+ msgid "Restore Default Configuration"
780
+ msgstr "Restore de configurare implicite"
781
+
782
+ #: wp-cache.php:1076
783
+ msgid "Comment moderation is enabled. Your comment may take some time to appear."
784
+ msgstr "Este activată moderarea comentariilor. Comentariul dvs. poate lua ceva timp să apară."
785
+
786
+ #: wp-cache.php:1101
787
+ msgid "Lock Down:"
788
+ msgstr "Lock Down:"
789
+
790
+ #: wp-cache.php:1101
791
+ msgid "Disabled"
792
+ msgstr "Disabled"
793
+
794
+ #: wp-cache.php:1101
795
+ msgid "Enabled"
796
+ msgstr "Enabled"
797
+
798
+ #: wp-cache.php:1102
799
+ 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."
800
+ msgstr "Pregătiţi-server-ul dvs. pentru un vârf aşteptată a traficului prin activarea blocare în jos. Cand este activat, noi comentarii pe un post care nu va actualiza fişierele cache static."
801
+
802
+ #: wp-cache.php:1103
803
+ 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."
804
+ msgstr "Dezvoltatorii: Asiguraţi-vă plugin bloca compatibil prin verificarea \"WPLOCKDOWN\". Constanta urmatorul cod va asiguraţi-vă că plugin respectă setarea WPLOCKDOWN."
805
+
806
+ #: wp-cache.php:1105
807
+ msgid "Sorry. My blog is locked down. Updates will appear shortly"
808
+ msgstr "Imi pare rau. Blog-ul meu este blocat. Actualizări va apărea în scurt timp"
809
+
810
+ #: wp-cache.php:1109
811
+ msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
812
+ msgstr "WordPress este blocat. Super fişiere statice Cache nu vor fi şterse atunci când noi comentarii sunt făcute."
813
+
814
+ #: wp-cache.php:1111
815
+ msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
816
+ msgstr "WordPress nu este blocat în jos comentariile noi vor reîmprospăta Super Cache fişiere statice, ca de obicei."
817
+
818
+ #: wp-cache.php:1117
819
+ msgid "Lock Down"
820
+ msgstr "Lock Down"
821
+
822
+ #: wp-cache.php:1125
823
+ msgid "Directly Cached Files"
824
+ msgstr "Fişiere direct cache"
825
+
826
+ #: wp-cache.php:1183
827
+ #, php-format
828
+ msgid "%s removed!"
829
+ msgstr "%s eliminat!"
830
+
831
+ #: wp-cache.php:1191
832
+ #, php-format
833
+ 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."
834
+ msgstr "Trebuie să facă %s writable pentru a activa această facilitate. Deoarece acesta este un risc de securitate vă rugăm să-l doar în citire după ce pagina este generat."
835
+
836
+ #: wp-cache.php:1193
837
+ #, php-format
838
+ msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
839
+ msgstr "%s este writable Vă rugăm să-l doar în citire după ce pagina este generat ca acesta este un risc de securitate."
840
+
841
+ #: wp-cache.php:1207
842
+ msgid "Existing direct page"
843
+ msgstr "Directe existente pagina"
844
+
845
+ #: wp-cache.php:1207
846
+ msgid "Delete cached file"
847
+ msgstr "Şterge cache file"
848
+
849
+ #: wp-cache.php:1212
850
+ msgid "Add direct page:"
851
+ msgstr "Adauga pagina direct:"
852
+
853
+ #: wp-cache.php:1214
854
+ #, php-format
855
+ 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."
856
+ msgstr "Fişiere direct din cache sunt fişiere create direct de pe %s în cazul în care locuieşte blog-ul dvs. Această caracteristică este. Util numai dacă se asteapta la o Digg majore sau Slashdot nivel de trafic pentru un post sau pagină."
857
+
858
+ #: wp-cache.php:1216
859
+ #, php-format
860
+ 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."
861
+ msgstr "De exemplu: pentru cache <em>%1$sabout/</em> ar trebui să introduceţ %1$sabout/ or /about/. Cache la dosar va fi generat în următorii un timp anonim vizite că pagina utilizatorului."
862
+
863
+ #: wp-cache.php:1217
864
+ msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
865
+ msgstr "Asiguraţi-casuta necompletat pentru a-l scoate din lista de pagini directe şi a şterge fişierul cache."
866
+
867
+ #: wp-cache.php:1222
868
+ msgid "Update Direct Pages"
869
+ msgstr "Update Pagini Direct"
870
+
871
+ #: wp-cache.php:1260
872
+ msgid "Expiry Time &amp; Garbage Collection"
873
+ msgstr "Expirat pagina &amp; Clar de moloz"
874
+
875
+ #: wp-cache.php:1262
876
+ msgid "Expire time:"
877
+ msgstr "Expirare timp:"
878
+
879
+ #: wp-cache.php:1263
880
+ msgid "seconds"
881
+ msgstr "secunde"
882
+
883
+ #: wp-cache.php:1264
884
+ msgid "Garbage Collection"
885
+ msgstr "Clar de moloz"
886
+
887
+ #: wp-cache.php:1264
888
+ 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."
889
+ msgstr "În cazul în care ora de expirare este mai mare de 1800 secunde (o jumătate de oră), de colectare a gunoiului se va face la fiecare 10 minute, altfel se va întâmpla 10 secunde după ora de expirare de mai sus."
890
+
891
+ #: wp-cache.php:1265
892
+ 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."
893
+ msgstr "Verificarea şi ştergerea fişierelor expirat este scump, dar e scump lasandu-le acolo. Pe foarte ocupat un site care ar trebui să stabilească expirarea timp pentru <em>300 secunde</em>. Experiment cu valori diferite şi să vizitaţi această pagină pentru a vedea modul în care a expirat mai multe fişiere rămân la diferite ori în timpul zilei. Dacă folosiţi caching scopul de moştenire să aibă mai puţin de 500 de fişiere cache, dacă este posibil. Puteţi avea fişiere de multe ori mai mult cache atunci când se utilizează mod_rewrite sau caching PHP."
894
+
895
+ #: wp-cache.php:1266
896
+ msgid "Set the expiry time to 0 seconds to disable garbage collection."
897
+ msgstr "Seta ora de expirare la 0 de secunde pentru a dezactiva colectare a gunoiului."
898
+
899
+ #: wp-cache.php:1267
900
+ msgid "Change Expiration"
901
+ msgstr "Schimbarea de expirare"
902
+
903
+ #: wp-cache.php:1311
904
+ msgid "Rejected User Agents"
905
+ msgstr "Respins de agenţi de utilizare"
906
+
907
+ #: wp-cache.php:1312
908
+ 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."
909
+ msgstr "Pentru a preveni plug-in pentru interogări cache-ul de la roboţii motoarelor de căutare şi altor roboţi în reţea, introduceţi numele acestora în caseta de mai jos (câte unul pe linie). În cazul în care o copie a paginii există deja în cache, Super Cache, acesta va fi trimis la bot."
910
+
911
+ #: wp-cache.php:1319
912
+ msgid "Save UA Strings"
913
+ msgstr "Salvaţi Strings UA"
914
+
915
+ #: wp-cache.php:1342
916
+ 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."
917
+ msgstr "Nu cache pagina de următoarele tipuri. Consultaţi <a href=\"http://codex.wordpress.org/Conditional_Tags\">Condiţionat Tag-uri</a> documentaţia pentru o discuţie completă pentru fiecare tip."
918
+
919
+ #: wp-cache.php:1345
920
+ msgid "Single Posts"
921
+ msgstr "Posturi Single"
922
+
923
+ #: wp-cache.php:1346
924
+ msgid "Pages"
925
+ msgstr "Pagini"
926
+
927
+ #: wp-cache.php:1347
928
+ msgid "Front Page"
929
+ msgstr "Home"
930
+
931
+ #: wp-cache.php:1348
932
+ msgid "Home"
933
+ msgstr "Home"
934
+
935
+ #: wp-cache.php:1349
936
+ msgid "Archives"
937
+ msgstr "Arhivele"
938
+
939
+ #: wp-cache.php:1350
940
+ msgid "Tags"
941
+ msgstr "Tag-uri"
942
+
943
+ #: wp-cache.php:1351
944
+ msgid "Category"
945
+ msgstr "Categorie"
946
+
947
+ #: wp-cache.php:1352
948
+ msgid "Feeds"
949
+ msgstr "Feeds"
950
+
951
+ #: wp-cache.php:1353
952
+ msgid "Search Pages"
953
+ msgstr "Paginile de căutare"
954
+
955
+ #: wp-cache.php:1355
956
+ #: wp-cache.php:1483
957
+ msgid "Save"
958
+ msgstr "Salvare"
959
+
960
+ #: wp-cache.php:1372
961
+ 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."
962
+ msgstr "Adăugaţi aici siruri de caractere (nu un nume de fisier) că forţele o pagină nu trebuie să fie în cache. De exemplu, dacă URL-urile includ an şi tu dont doriţi să cache posturi de anul trecut, este suficient să se precizeze an, adică &#8217;/2011/&#8217;. WP-Cache va căuta în cazul în care şir este parte a URI şi, dacă acest lucru nu, se va cache acea pagină."
963
+
964
+ #: wp-cache.php:1378
965
+ msgid "Save Strings"
966
+ msgstr "Salvaţi Strings"
967
+
968
+ #: wp-cache.php:1394
969
+ msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
970
+ msgstr "Adăugaţi aici acele numele de fişiere care pot fi memorate în cache, chiar dacă acestea se potrivesc unul dintre respins subşir specificate mai sus."
971
+
972
+ #: wp-cache.php:1400
973
+ msgid "Save Files"
974
+ msgstr "Salvaţi Files"
975
+
976
+ #: wp-cache.php:1445
977
+ msgid "Currently logging to: "
978
+ msgstr "În prezent, logare la:"
979
+
980
+ #: wp-cache.php:1455
981
+ 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."
982
+ msgstr "Fix probleme cu plugin-ul de depanare-l aici poate trimite e-mailuri sau debug log-le într-un fişier în directorul cache-ul dumneavoastră."
983
+
984
+ #: wp-cache.php:1456
985
+ msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
986
+ msgstr "Conectarea la un fişier este mai uşor, dar se confruntă cu problema că golirea memoriei cache va şterge fişierul jurnal."
987
+
988
+ #: wp-cache.php:1460
989
+ msgid "Debugging"
990
+ msgstr "Debugging"
991
+
992
+ #: wp-cache.php:1461
993
+ msgid "Logging Type"
994
+ msgstr "Logging Tipul"
995
+
996
+ #: wp-cache.php:1461
997
+ msgid "Email"
998
+ msgstr "Email"
999
+
1000
+ #: wp-cache.php:1462
1001
+ msgid "file"
1002
+ msgstr "file"
1003
+
1004
+ #: wp-cache.php:1463
1005
+ msgid "IP Address"
1006
+ msgstr "Adresa IP"
1007
+
1008
+ #: wp-cache.php:1463
1009
+ #, php-format
1010
+ msgid "(only log requests from this IP address. Your IP is %s)"
1011
+ msgstr "(jurnal numai cereri de la această adresă IP. IP-ul tau este - %s)"
1012
+
1013
+ #: wp-cache.php:1464
1014
+ msgid "Log level"
1015
+ msgstr "Jurnal nivel"
1016
+
1017
+ #: wp-cache.php:1470
1018
+ msgid "(1 = less, 5 = more, may cause severe server load.)"
1019
+ msgstr "(1 = mai puţin, 5 = mai mult, poate provoca de încărcare server severe.)"
1020
+
1021
+ #: wp-cache.php:1473
1022
+ 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>"
1023
+ msgstr "În cazuri foarte rare pot apărea două probleme pe unele blog-uri: <ol><li> Pagina de faţă poate începe descărcarea ca un fişier zip. </li><li> Pagina este greşit ocazional cache ca pagina de faţă dacă blog-ul dvs. foloseşte o pagină statică şi structura Permalink este <em>/%category%/%postname%/</em>.</li></ol>"
1024
+
1025
+ #: wp-cache.php:1474
1026
+ #, php-format
1027
+ 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."
1028
+ msgstr "I&#8217;m 99% certain that they aren&#8217;t Bug-uri în WP Super Cache şi ele se întâmplă numai în cazuri foarte rare, dar puteţi rula o verificare simplă o dată la fiecare 5 minute pentru a verifica dacă site-ul dvs. este ok, dacă sunteţi îngrijorat. Tu va fi trimisă în cazul în care există o problemă."
1029
+
1030
+ #: wp-cache.php:1476
1031
+ msgid "Check front page every 5 minutes."
1032
+ msgstr "Check prima pagina la fiecare 5 minute."
1033
+
1034
+ #: wp-cache.php:1477
1035
+ msgid "Front page text"
1036
+ msgstr "Prima pagină text"
1037
+
1038
+ #: wp-cache.php:1477
1039
+ msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1040
+ msgstr "Text pentru a căuta pe pagina dvs. Dacă acest text lipseşte cache va fi şters. Lăsaţi necompletat pentru a dezactiva."
1041
+
1042
+ #: wp-cache.php:1478
1043
+ msgid "Clear cache on error."
1044
+ msgstr "Clear cache la eroare."
1045
+
1046
+ #: wp-cache.php:1479
1047
+ msgid "Email the blog admin when checks are made. (useful for testing)"
1048
+ msgstr "Email blog-ul admin, atunci când controalele sunt efectuate. (util pentru testarea)"
1049
+
1050
+ #: wp-cache.php:1493
1051
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1052
+ msgstr "Eroare: compresie gzip este activat, dezactivati-l dacă doriţi să activaţi wp-cache."
1053
+
1054
+ #: wp-cache.php:1540
1055
+ #: wp-cache.php:1702
1056
+ msgid "Warning"
1057
+ msgstr "Atenţie"
1058
+
1059
+ #: wp-cache.php:1540
1060
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1061
+ msgstr "GZIP compresie este activată în WordPress, WP-cache vor fi ocolite până când compresie gzip dezactivaţi."
1062
+
1063
+ #: wp-cache.php:1598
1064
+ #: wp-cache.php:1603
1065
+ #: wp-cache.php:1635
1066
+ #: wp-cache.php:1640
1067
+ #: wp-cache.php:1646
1068
+ msgid "Error"
1069
+ msgstr "Eroare"
1070
+
1071
+ #: wp-cache.php:1598
1072
+ #, php-format
1073
+ msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1074
+ msgstr "Cache director <strong>($ cache_path)</strong> nu există şi nu poate fi creat de către serverul de web. Verificarea %s permisiunilor."
1075
+
1076
+ #: wp-cache.php:1603
1077
+ #, php-format
1078
+ 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."
1079
+ msgstr "Cache dosar (<strong>%1$s</strong>) sau <strong>%2$s</strong> trebuie să fie writable pentru acest plugin pentru a lucra. Double-check."
1080
+
1081
+ #: wp-cache.php:1635
1082
+ #, php-format
1083
+ 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."
1084
+ msgstr "Your WP-Cache fişier de configurare (<strong>%s</strong>) este de actualitate şi nu poate fi scris de către server. Please Web ştergeţi-l şi a reîmprospăta această pagină."
1085
+
1086
+ #: wp-cache.php:1640
1087
+ #, php-format
1088
+ msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1089
+ msgstr "Fişier de configurare lipsă şi %1$s dosar (<strong>%2$s</strong>) nu poate fi scris de server. Check Web permisiunile sale."
1090
+
1091
+ #: wp-cache.php:1646
1092
+ #, php-format
1093
+ msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1094
+ msgstr "Exemplu de WP-Cache fişier de configurare <strong>(%s)</strong> nu exista. Va rugam sa verificati vă de instalare."
1095
+
1096
+ #: wp-cache.php:1702
1097
+ #, php-format
1098
+ msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1099
+ msgstr "%s/advanced-cache.php</em> nu există sau nu pot fi actualizate."
1100
+
1101
+ #: wp-cache.php:1703
1102
+ msgid "1. If it already exists please delete the file first."
1103
+ msgstr "1. În cazul în care există deja vă rugăm să ştergeţi primul fişier."
1104
+
1105
+ #: wp-cache.php:1704
1106
+ #, php-format
1107
+ 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)"
1108
+ msgstr "2. Asiguraţi %1$s scriere utilizând comanda chmod prin ftp sau software de tip server şi. <em>(Chmod 777 %1$s)</em> reîmprospăta această pagină. Aceasta este doar o măsură temporară şi va trebui să-l citesc numai ulterior din nou. (Schimbaţi 777-755 în comenzii precedente) "
1109
+
1110
+ #: wp-cache.php:1705
1111
+ #, php-format
1112
+ msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1113
+ msgstr "3. Refresh această pagină pentru a actualiza <em>%s/avansat-cache.php</em>"
1114
+
1115
+ #: wp-cache.php:1706
1116
+ #, php-format
1117
+ msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1118
+ msgstr "Dacă acest lucru nu funcţionează, asiguraţi-vă că <em>%s/avansat-cache.php</ em> doar nu există:"
1119
+
1120
+ #: wp-cache.php:1707
1121
+ #, php-format
1122
+ 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>"
1123
+ msgstr "<li>1. Deschideţi fişierul <em>%1$s$wp_cache_file</em> într-un editor de text.</li><li>2. Schimbaţi linia <em>CACHEHOME</em> pe <em>%2$s</em></li><li>3. Salvaţi fişierul şi copiaţi <em>%3$s</em>, apoi reîmprospătaţi pagina.</li>"
1124
+
1125
+ #: wp-cache.php:1730
1126
+ 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>"
1127
+ msgstr "<h3>WP_CACHE opţiune nu este activată</h3><p> Această opţiune trebuie să fie activat pentru a WordPress poate lucra corect cu fişierul cache. In acest moment este dezactivat. Pentru a activa aceasta, deschideţi fişierul wp-config.php şi adăugaţi următoarea linie: <br /><br /><code>define('WP_CACHE', true);</code></p>"
1128
+
1129
+ #: wp-cache.php:1732
1130
+ msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1131
+ msgstr "<strong>Eroare: WP_CACHE Variabila nu fie activate</strong> în comun configuraţiile <code>wp-config.php</code>."
1132
+
1133
+ #: wp-cache.php:1733
1134
+ #, php-format
1135
+ 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. "
1136
+ msgstr "Editare codul <code>%s</code> şi adăugaţi următoarele:<br /> <code>define('WP_CACHE', true);</code><br />. În caz contrar, <strong>WP-Cache</strong>nu va porni."
1137
+
1138
+ #: wp-cache.php:1737
1139
+ 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."
1140
+ msgstr "<h3> Parţial WP_CACHE adăugat la fişierul de configurare wp-config.php </h3><p> Dacă vedeţi în continuare acest mesaj, apoi verificaţi cu punctul 5 din <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> (în limba engleză). Rând cu WP_CACHE ar trebui să fie plasat mai mare."
1141
+
1142
+ #: wp-cache.php:1759
1143
+ msgid "Cache Contents"
1144
+ msgstr "Cache Cuprins"
1145
+
1146
+ #: wp-cache.php:1762
1147
+ msgid "Object cache in use. No cache listing available."
1148
+ msgstr "Lista de caching disponibile."
1149
+
1150
+ #: wp-cache.php:1786
1151
+ #, php-format
1152
+ msgid "Deleting supercache file: <strong>%s</strong><br />"
1153
+ msgstr "Ştergerea supercache fişier: <strong>%s</strong><br />"
1154
+
1155
+ #: wp-cache.php:1803
1156
+ #, php-format
1157
+ msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1158
+ msgstr "Ştergerea wp-cache fişier: <strong>%s</strong><br /> "
1159
+
1160
+ #: wp-cache.php:1868
1161
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1162
+ msgstr "Cache statisticile nu sunt generate automat. Trebuie să faceţi clic pe link-ul de mai jos pentru a regenera statisticile de pe aceasta pagina."
1163
+
1164
+ #: wp-cache.php:1869
1165
+ msgid "Regenerate cache stats"
1166
+ msgstr "Stats Regenerare cache"
1167
+
1168
+ #: wp-cache.php:1871
1169
+ #, php-format
1170
+ msgid "Cache stats last generated: %s minutes ago."
1171
+ msgstr "Cache statistici ultima generat: %s minute în urmă."
1172
+
1173
+ #: wp-cache.php:1877
1174
+ msgid "WP-Cache"
1175
+ msgstr "WP-Cache Status"
1176
+
1177
+ #: wp-cache.php:1878
1178
+ #: wp-cache.php:1894
1179
+ #, php-format
1180
+ msgid "%s Cached Pages"
1181
+ msgstr "%s pagini cached"
1182
+
1183
+ #: wp-cache.php:1879
1184
+ #: wp-cache.php:1899
1185
+ #, php-format
1186
+ msgid "%s Expired Pages"
1187
+ msgstr "%s pagini expirat"
1188
+
1189
+ #: wp-cache.php:1893
1190
+ msgid "WP-Super-Cache"
1191
+ msgstr "WP-Super-Cache"
1192
+
1193
+ #: wp-cache.php:1904
1194
+ msgid "Fresh WP-Cached Files"
1195
+ msgstr "Fresh Files WP-Cache"
1196
+
1197
+ #: wp-cache.php:1905
1198
+ #: wp-cache.php:1921
1199
+ #: wp-cache.php:1937
1200
+ #: wp-cache.php:1953
1201
+ msgid "URI"
1202
+ msgstr "URI"
1203
+
1204
+ #: wp-cache.php:1905
1205
+ #: wp-cache.php:1921
1206
+ msgid "Key"
1207
+ msgstr "Cheie"
1208
+
1209
+ #: wp-cache.php:1905
1210
+ #: wp-cache.php:1921
1211
+ #: wp-cache.php:1937
1212
+ #: wp-cache.php:1953
1213
+ msgid "Age"
1214
+ msgstr "Age"
1215
+
1216
+ #: wp-cache.php:1905
1217
+ #: wp-cache.php:1921
1218
+ #: wp-cache.php:1937
1219
+ #: wp-cache.php:1953
1220
+ msgid "Delete"
1221
+ msgstr "Delete"
1222
+
1223
+ #: wp-cache.php:1920
1224
+ msgid "Stale WP-Cached Files"
1225
+ msgstr "Viciat Files WP-Cache"
1226
+
1227
+ #: wp-cache.php:1936
1228
+ msgid "Fresh Super Cached Files"
1229
+ msgstr "Fresh Super fişierele din cache"
1230
+
1231
+ #: wp-cache.php:1952
1232
+ msgid "Stale Super Cached Files"
1233
+ msgstr "Viciat Super fişierele din cache"
1234
+
1235
+ #: wp-cache.php:1968
1236
+ msgid "Hide file list"
1237
+ msgstr "Ascunde listă de fişiere"
1238
+
1239
+ #: wp-cache.php:1970
1240
+ msgid "Too many cached files, no listing possible."
1241
+ msgstr "Prea multe fişiere cache, nici un anunţ este posibil."
1242
+
1243
+ #: wp-cache.php:1972
1244
+ msgid "List all cached files"
1245
+ msgstr "Lista toate fişierele din cache"
1246
+
1247
+ #: wp-cache.php:1978
1248
+ #, php-format
1249
+ msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1250
+ msgstr "<strong>Garbage Collection</strong> <br /> Ultima GC a fost <strong>%s</strong> minute în urmă <br /> "
1251
+
1252
+ #: wp-cache.php:1979
1253
+ #, php-format
1254
+ msgid "Next GC in <strong>%s</strong> minutes"
1255
+ msgstr "Next GC în câteva minute <strong>%s</strong>"
1256
+
1257
+ #: wp-cache.php:1982
1258
+ #, php-format
1259
+ msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1260
+ msgstr "Expirate fişiere sunt fişierele mai vechi %s secunde. Ele sunt încă utilizate de către plugin-ul şi se elimină periodic."
1261
+
1262
+ #: wp-cache.php:1993
1263
+ msgid "Delete Expired"
1264
+ msgstr "Şterge expirat"
1265
+
1266
+ #: wp-cache.php:1999
1267
+ #: wp-cache.php:2011
1268
+ #: wp-cache.php:2174
1269
+ msgid "Delete Cache"
1270
+ msgstr "Delete Cache"
1271
+
1272
+ #: wp-cache.php:2011
1273
+ msgid "Delete Super Cache cached files (opens in new window)"
1274
+ msgstr "Şterge Super Cache cache fişierele (se deschide într-o fereastră nouă)"
1275
+
1276
+ #: wp-cache.php:2150
1277
+ #, php-format
1278
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
1279
+ msgstr "%1$s să-i mulţumesc %2$s pentru munca lor"
1280
+
1281
+ #: wp-cache.php:2183
1282
+ #, php-format
1283
+ msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1284
+ msgstr "Plugin WP Super Cache ar trebui să fie configurat: Pentru a activa şi configura, du-te la <a href=\"%s\">pagina de management</a> plug-in."
1285
+
1286
+ #: wp-cache.php:2189
1287
+ msgid "Settings"
1288
+ msgstr "Setări"
1289
+
1290
+ #: wp-cache.php:2199
1291
+ #, php-format
1292
+ msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1293
+ msgstr "Plugin WP Super Cache nu este activat. Pentru a activa aceasta, mergeţi la <a href=\"%s\">pagina de management</a> plug-in."
1294
+
1295
+ #: wp-cache.php:2218
1296
+ #, php-format
1297
+ msgid "[%s] Front page is gzipped! Please clear cache!"
1298
+ msgstr "[%s] Home comprimate folosind gzip. Delete Cache!"
1299
+
1300
+ #: wp-cache.php:2218
1301
+ #, php-format
1302
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1303
+ msgstr "Eroare!\" Vizita %s pentru a elimina cache!"
1304
+
1305
+ #: wp-cache.php:2221
1306
+ #, php-format
1307
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
1308
+ msgstr "[%s] Home comprimate folosind gzip. Cache eliminat!"
1309
+
1310
+ #: wp-cache.php:2221
1311
+ #, php-format
1312
+ 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."
1313
+ msgstr "Cache tot blog-ul dvs. a fost eliminat, ca plugin-ul observat o eroare pe pagina principală (aceasta descărcări arhivă). Pentru a verifica cache-ul, vă rugăm să vizitaţi această strnitsu %s."
1314
+
1315
+ #: wp-cache.php:2228
1316
+ #, php-format
1317
+ msgid "[%s] Front page is not correct! Please clear cache!"
1318
+ msgstr "[%s] Pagina Prima nu este corect. Vă rugăm să goliţi memoria cache!"
1319
+
1320
+ #: wp-cache.php:2228
1321
+ #, php-format
1322
+ 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\"!"
1323
+ msgstr "A apărut o eroare pe pagina principală a blog-ul dvs. nu a fost detectat text cheie \"%2$s\". Pentru a corecta o greşeală, puteţi vizita această pagină %1$s şi clar manual memoria cache."
1324
+
1325
+ #: wp-cache.php:2231
1326
+ #, php-format
1327
+ msgid "[%s] Front page is not correct! Cache Cleared!"
1328
+ msgstr "[%s] Prima pagină este afişată cu o eroare! Cache eliminat!"
1329
+
1330
+ #: wp-cache.php:2231
1331
+ #, php-format
1332
+ 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."
1333
+ msgstr "A apărut o eroare pe pagina principală a blog-ul dvs. nu a fost detectat text cheie \"%2$s\". Vizitaţi această pagină %1$s pentru a verifica cache."
1334
+
1335
+ #: wp-cache.php:2236
1336
+ #, php-format
1337
+ msgid "[%s] Front page check!"
1338
+ msgstr "[%s] Prima pagina a verifica!"
1339
+
1340
+ #: wp-cache.php:2236
1341
+ #, php-format
1342
+ msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1343
+ msgstr "WP Super Cache a verificat prima pagină a blog-ul dvs. Vă rugăm să vizitaţi %s dacă doriţi să dezactivaţi acest lucru."
1344
+
1345
+ #: wp-cache.php:2279
1346
+ msgid "Cannot update .htaccess"
1347
+ msgstr "Nu se poate actualiza. Htaccess"
1348
+
1349
+ #: wp-cache.php:2279
1350
+ #, php-format
1351
+ 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."
1352
+ msgstr "Fişier <code>%s.htaccess</code> nu poate fi modificat de către Web Server. Vă rugăm să corectaţi acest lucru, folosind chmod sau comanda dvs. client FTP."
1353
+
1354
+ #: wp-cache.php:2279
1355
+ msgid "Refresh this page when the file permissions have been modified."
1356
+ msgstr "Reîmprospătare această pagină atunci când permisiunile pentru fisiere au fost modificate."
1357
+
1358
+ #: wp-cache.php:2279
1359
+ #, php-format
1360
+ msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1361
+ msgstr "Alternativ, puteţi edita <code>%s.htaccess</code> fişier manual şi adăugaţi următorul cod (înainte de orice reguli WordPress):"
1362
+
1363
+ #: wp-cache.php:2283
1364
+ #, php-format
1365
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1366
+ msgstr "Pentru a servi statice HTML server de fişiere dvs. trebuie să aibă corect mod_rewrite normele adăugat într-un fişier numit <code>%s.htaccess</code>"
1367
+
1368
+ #: wp-cache.php:2284
1369
+ msgid "You can edit the file yourself add the following rules."
1370
+ msgstr "Aveţi posibilitatea să editaţi fişierul singur adăuga următoarele reguli."
1371
+
1372
+ #: wp-cache.php:2285
1373
+ msgid " Make sure they appear before any existing WordPress rules. "
1374
+ msgstr "Asiguraţi-vă că ele apar înainte de orice reguli WordPress existent."
1375
+
1376
+ #: wp-cache.php:2293
1377
+ msgid "Update Mod_Rewrite Rules"
1378
+ msgstr "Update mod_rewrite reguli"
1379
+
1380
+ #: wp-cache.php:2389
1381
+ #, php-format
1382
+ msgid "[%1$s] Cache Preload Started"
1383
+ msgstr "[%1$s] Cache preîncărcate începute"
1384
+
1385
+ #: wp-cache.php:2391
1386
+ #, php-format
1387
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1388
+ msgstr "[%1$s] Refreshing mesajele de la %2$d la %3$d"
1389
+
1390
+ #: wp-cache.php:2402
1391
+ #, php-format
1392
+ msgid "[%1$s] %2$d posts refreshed"
1393
+ msgstr "[%1$s] %2$d mesaje împrospătat"
1394
+
1395
+ #: wp-cache.php:2402
1396
+ msgid "Refreshed the following posts:"
1397
+ msgstr "Actualizat următoarele posturi:"
1398
+
1399
+ #: wp-cache.php:2411
1400
+ #, php-format
1401
+ msgid "Scheduling next preload refresh in %d minutes."
1402
+ msgstr "Programarea minute refresh preload următoare în %d."
1403
+
1404
+ #: wp-cache.php:2421
1405
+ #, php-format
1406
+ msgid "[%s] Cache Preload Completed"
1407
+ msgstr "[%s] Cache preîncărcate Completed"
1408
+
1409
+ #: wp-cache.php:2421
1410
+ msgid "Cleaning up old supercache files."
1411
+ msgstr "Curăţarea fişierele vechi supercache."
1412
+
1413
+ #: wp-cache.php:2462
1414
+ #, php-format
1415
+ msgid "[%s] Preload may have stalled."
1416
+ msgstr "[%s] preîncărcate poate fi stagnat."
1417
+
1418
+ #: wp-cache.php:2462
1419
+ #, php-format
1420
+ msgid ""
1421
+ "Preload has been restarted.\n"
1422
+ "%s"
1423
+ msgstr ""
1424
+ "Preîncărcate a fost repornit.\n"
1425
+ "%s"
1426
+
1427
+ #~ msgid ""
1428
+ #~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
1429
+ #~ "strong> button."
1430
+ #~ msgstr ""
1431
+ #~ "Пролистайте страницу вних и нажмите кнопку <strong>Обновить правила "
1432
+ #~ "Mod_Rewrite</strong>."
1433
+
1434
+ #~ msgid "WP Super Cache Manager"
1435
+ #~ msgstr "Управление плагином WP Super Cache"
1436
+
1437
+ #~ msgid "Why your configuration may not be changed"
1438
+ #~ msgstr "Почему конфигурации не могут быть изменены"
1439
+
1440
+ #~ msgid "Why"
1441
+ #~ msgstr "Почему"
1442
+
1443
+ #~ msgid "ON"
1444
+ #~ msgstr "ВКЛ"
1445
+
1446
+ #~ msgid "WP Cache and Super Cache enabled"
1447
+ #~ msgstr "Плагины WP Cache и Super Cache включены"
1448
+
1449
+ #~ msgid "HALF ON"
1450
+ #~ msgstr "РАБОТАЕТ НАПОЛОВИНУ"
1451
+
1452
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
1453
+ #~ msgstr "Плагин Super Cache отключен, работает только кэшировани WP-Cache"
1454
+
1455
+ #~ msgid "OFF"
1456
+ #~ msgstr "ВЫКЛ"
1457
+
1458
+ #~ msgid "WP Cache and Super Cache disabled"
1459
+ #~ msgstr "Плагины WP Cache и Super Cache отключены"
1460
+
1461
+ #~ msgid ""
1462
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
1463
+ #~ "file is being generated. Recommended for <em>very</em> busy websites with "
1464
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
1465
+ #~ "obsolete."
1466
+ #~ msgstr ""
1467
+ #~ "Восстановление кэша. При включенной опции, гости сайта будут получать "
1468
+ #~ "старые страницы из плагина Super Cache, пока формируются новые. "
1469
+ #~ "Рекомендуется использовать данную опцию только для <em>очень</em> "
1470
+ #~ "посещаемых блогов, где много комментариев. После включения опции в "
1471
+ #~ "настройках \"прямое кэширование страниц\" и \"закрытый режим\" нет нужды "
1472
+ #~ "(они устаревают)"
1473
+
1474
+ #~ msgid ""
1475
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
1476
+ #~ "with caution.)"
1477
+ #~ msgstr ""
1478
+ #~ "Создавать список новых кэшированных страниц (использовать на свой страх и "
1479
+ #~ "риск, может затормозить сайты с большим количеством посетителей)"
1480
+
1481
+ #~ msgid ""
1482
+ #~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
1483
+ #~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
1484
+ #~ "\" for whatever amount you want. Every penny helps!"
1485
+ #~ msgstr ""
1486
+ #~ "%1$s действительно ускоряет Ваш блог. Вы можете сделать его еще "
1487
+ #~ "быстрее<sup>*,</sup> купив мне <a href=\"%2$s\">подарочную карту сервиса "
1488
+ #~ "Amazon</a>! Можете выбрать \"%3$s\" любое значение, какое хотите. Каждая "
1489
+ #~ "копейка поможет мне!"
1490
+
1491
+ #~ msgid ""
1492
+ #~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
1493
+ #~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
1494
+ #~ "\">wishlist</a>."
1495
+ #~ msgstr ""
1496
+ #~ "Если Вы не хотите иметь дело с Amazon , то можно сделать пожертвование "
1497
+ #~ "через PayPal. Нажмите кнопку \"Пожертвовать\" или выберите подарок для "
1498
+ #~ "меня из моего <a href=\"%s\">списка желаний</a>."
1499
+
1500
+ #~ msgid "Thanks in advance!"
1501
+ #~ msgstr "Заранее благодарю!"
1502
+
1503
+ #~ msgid ""
1504
+ #~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
1505
+ #~ "very happy!"
1506
+ #~ msgstr ""
1507
+ #~ "Ладно, он не будет быстрее, но Вы все равно сделаете автора плагина очень "
1508
+ #~ "счастливым!"
1509
+
1510
+ #~ msgid "Don&#8217;t show me this again."
1511
+ #~ msgstr "Не показывать больше это сообщение."
1512
+
1513
+ #~ msgid "Hide"
1514
+ #~ msgstr "Спрятать"
1515
+
1516
+ #~ msgid ""
1517
+ #~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
1518
+ #~ "<a href=\"%3$s\">donation</a> to encourage development of this plugin."
1519
+ #~ "<br />Even a penny will help."
1520
+ #~ msgstr ""
1521
+ #~ "Блог автора - %1$s, фотоблог - %2$s. Автор плагина будет благодарен любой "
1522
+ #~ "<a href=\"%3$s\">поддержке</a> от Вас.<br />Даже копейка может помочь в "
1523
+ #~ "его работе."
1524
+
1525
+ #~ msgid "Super Cache Compression"
1526
+ #~ msgstr "Сжатие кэша Super Cache"
1527
+
1528
+ #~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
1529
+ #~ msgstr ""
1530
+ #~ "Сжатие кэша отключено по умолчанию в режиме <em>РАБОТАЕТ НАПОЛОВИНУ</em>."
1531
+
1532
+ #~ msgid "Super Cache compression is now disabled."
1533
+ #~ msgstr "Сжатие кэша Super Cache теперь отключено."
1534
+
1535
+ #~ msgid "Super Cache compression is now enabled."
1536
+ #~ msgstr "Сжатие кэша Super Cache теперь включено."
1537
+
1538
+ #~ msgid "Update Compression"
1539
+ #~ msgstr "Обновить настройки сжатия"
1540
+
1541
+ #~ msgid "Debug Settings"
1542
+ #~ msgstr "Параметры отладки"
1543
+
1544
+ #~ msgid ""
1545
+ #~ "<h3>WP_CACHE constant in wp-config.php set to false</h3><p>The WP_CACHE "
1546
+ #~ "constant is defined in your wp-config.php but must be set to true, not "
1547
+ #~ "false for this plugin to work correctly.</p>"
1548
+ #~ msgstr ""
1549
+ #~ "<h3>Значение для WP_CACHE в конфигурационном файле WordPrees wp-config."
1550
+ #~ "php установлено на \"false\"</h3><p>Чтобы плагин заработал, значение "
1551
+ #~ "WP_CACHE в wp-config.php нужно поставить на \"true\".</p>"
1552
+
1553
+ #~ msgid "You must edit the file yourself add the following rules."
1554
+ #~ msgstr ""
1555
+ #~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
languages/wp-super-cache-ru_RU.mo CHANGED
Binary file
languages/wp-super-cache-ru_RU.po CHANGED
@@ -7,8 +7,8 @@ msgid ""
7
  msgstr ""
8
  "Project-Id-Version: WP Super Cache\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
- "POT-Creation-Date: 2010-09-27 13:58+0000\n"
11
- "PO-Revision-Date: 2010-10-12 22:32+0300\n"
12
  "Last-Translator: Elvis <main@fweb.org.ru>\n"
13
  "Language-Team: Elvis <main@fweb.org.ru>\n"
14
  "MIME-Version: 1.0\n"
@@ -17,565 +17,478 @@ msgstr ""
17
  "X-Poedit-Language: Russian\n"
18
  "X-Poedit-Country: RUSSIAN FEDERATION\n"
19
 
20
- #: plugins/awaitingmoderation.php:4
21
- msgid "Your comment is awaiting moderation."
22
- msgstr "Ваш комментарий ожидает подтверждения."
23
 
24
- #: plugins/awaitingmoderation.php:23
25
- #: plugins/awaitingmoderation.php:38
26
- #: plugins/badbehaviour.php:47
27
- #: plugins/badbehaviour.php:65
28
- #: plugins/domain-mapping.php:47
29
- #: plugins/domain-mapping.php:62
30
- #: plugins/searchengine.php:61
31
- #: plugins/searchengine.php:76
32
- #: wp-cache.php:1114
33
- msgid "Disable"
34
- msgstr "Отключить"
35
 
36
- #: plugins/awaitingmoderation.php:29
37
- #: plugins/badbehaviour.php:55
38
- #: plugins/domain-mapping.php:53
39
- #: plugins/searchengine.php:67
40
- msgid "disabled"
41
- msgstr "отключен"
42
 
43
- #: plugins/awaitingmoderation.php:31
44
- #: plugins/badbehaviour.php:57
45
- #: plugins/domain-mapping.php:55
46
- #: plugins/searchengine.php:69
47
- #: wp-cache.php:1460
48
- msgid "enabled"
49
- msgstr "включен"
50
 
51
- #: plugins/awaitingmoderation.php:33
52
- #, php-format
53
- msgid "Awaiting Moderation plugin is %s"
54
- msgstr "Статус плагина \"Awaiting Moderation\": %s"
55
 
56
- #: plugins/awaitingmoderation.php:34
57
- msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
58
- msgstr "(убирает текст \"Ваш комментарий ожидает проверки\" когда кто-то размещает комментарий к записи)"
59
 
60
- #: plugins/awaitingmoderation.php:36
61
- #: plugins/badbehaviour.php:63
62
- #: plugins/domain-mapping.php:60
63
- #: plugins/searchengine.php:74
64
- #: wp-cache.php:1114
65
- msgid "Enable"
66
- msgstr "Включить"
67
 
68
- #: plugins/badbehaviour.php:45
69
- msgid "Bad Behaviour not found. Please check your install."
70
- msgstr "Плагин \"Bad Behaviour\" не был найден. Проверьте, завершили ли Вы его установку."
71
 
72
- #: plugins/badbehaviour.php:60
73
- #, php-format
74
- msgid "Bad Behaviour support is %s."
75
- msgstr "Статус плагина \"Bad Behaviour\": %s. "
76
 
77
- #: plugins/badbehaviour.php:61
78
- #, php-format
79
- 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/\") "
80
- msgstr " (данный плагин будет функционировать только в режиме среднего кэширования, отключите сжатие и установите плагин \"<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a>\" в \"%s/plugins/bad-behavior/\") "
81
 
82
- #: plugins/badbehaviour.php:69
83
- #: wp-cache.php:1191
84
- #: wp-cache.php:1193
85
- msgid "Warning!"
86
- msgstr "Внимание!"
87
 
88
- #: plugins/domain-mapping.php:57
89
- #, php-format
90
- msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
91
- msgstr "Статус плагина \"<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>\": %s"
92
 
93
- #: plugins/domain-mapping.php:58
94
- msgid "(support for multiple domains on multisite websites) "
95
- msgstr "(поддержка для MU - сервиса блогов)"
96
 
97
- #: plugins/domain-mapping.php:72
98
- msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
99
- msgstr "Обнаружена поддержка сервиса мультиблогов! Чтобы облегчить и ускорить работу плагина, Вам нужно включить поддержку мультиблогов в настройках."
100
 
101
- #: plugins/searchengine.php:71
102
- #, php-format
103
- msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
104
- msgstr "Статус плагина \"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>\": %s."
105
 
106
- #: plugins/searchengine.php:72
107
- msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
108
- msgstr " (требует установки <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
109
 
110
- #: wp-cache.php:87
111
- #, php-format
112
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
113
  msgstr "Пожалуйста, создайте файл %s /wp-cache-config.php из wp-super-cache/wp-cache-config-sample.php"
114
 
115
- #: wp-cache.php:138
116
  msgid "Warning! PHP Safe Mode Enabled!"
117
  msgstr "Внимание! Включен режим PHP Safe Mode!"
118
 
119
- #: wp-cache.php:139
120
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
121
  msgstr "При работе с плагином могут возникнуть проблемы, так как PHP Safe Mode включен на Вашем сервере."
122
 
123
- #: wp-cache.php:143
124
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
125
  msgstr "Ваш сервер настроен так, что проверяет владельца для всех PHP скриптов перед тем как разрешить им чтение или запись в файл."
126
 
127
- #: wp-cache.php:144
128
- #, php-format
129
  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."
130
  msgstr "Вы или Администратор можете исправить ошибки, изменив группу владельца скриптов плагина через настройки веб-сервера. Также нужно изменить владельца для папки %s/cache/. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.)."
131
 
132
- #: wp-cache.php:146
133
  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."
134
  msgstr "Вы или Администратор должны отключить это. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.). Данные настройки НЕ могут быть отключены через файл .htaccess, для решения проблемы нужно редактировать php.ini в настройках веб-сервера."
135
 
136
- #: wp-cache.php:152
137
  msgid "Permlink Structure Error"
138
  msgstr "Ошибка структуры ссылок"
139
 
140
- #: wp-cache.php:153
141
  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."
142
- msgstr "Для корректной работы плагина необходима корректная настройка структуры ссылок. Чтобы настроить их, посетите страницу <a href=\"options-permalink.php\">Постоянные ссылки</a>."
143
 
144
- #: wp-cache.php:165
145
- #, php-format
146
  msgid "Warning! Your hostname \"%s\" resolves to %s"
147
  msgstr "Внимание! Ваше hostname \"%s\" преобразовано в %s"
148
 
149
- #: wp-cache.php:166
150
- #, php-format
151
  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."
152
  msgstr "Ваш веб-сервер решил, что hostname изменено на %s. Некоторые опции плагина (например, \"Очистка мусора\") и сам WordPress могут работать некорректно."
153
 
154
- #: wp-cache.php:167
155
- #: wp-cache.php:181
156
- #, php-format
157
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
158
  msgstr "Чтобы узнать больше, посетите раздел 16 в <a href=\"%s\">Описании проблем</a> в файле readme.txt (на англ.)"
159
 
160
- #: wp-cache.php:180
161
  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."
162
  msgstr "К сожалению, файл wp-cron.php не был обнаружен. Этот скрипт необходим для корректной работы опциии \"Очистка мусора\" и самого WordPress."
163
 
164
- #: wp-cache.php:195
165
  msgid "Cannot continue... fix previous problems and retry."
166
  msgstr "Невозможно продолжить... прежде чем повторить попытку, исправьте предыдущие ошибки."
167
 
168
- #: wp-cache.php:204
169
  msgid "Zlib Output Compression Enabled!"
170
  msgstr "Сжатие Zlib Output включено!"
171
 
172
- #: wp-cache.php:205
173
  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."
174
  msgstr "PHP использует сжатие для сжатых страницы Вашего сайта. Отключение данной опции рекомендуется, чтобы избежать многократного сжатия страниц плагином. Узнать больше, посетив раздел 16 в \"Описание проблем\" в файле readme.txt (на англ.). Также ознакомьтесь с <a href=\"http://php.net/manual/en/zlib.configuration.php\">этой страницей</a> (на англ.) по php.ini."
175
 
176
- #: wp-cache.php:209
177
  msgid "Mod rewrite may not be installed!"
178
  msgstr "Кажется, модуль mod_rewrite не установлен!"
179
 
180
- #: wp-cache.php:210
181
  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."
182
  msgstr "Возникла ошибка, связанная с тем, что модуль mod_rewrite отсутствует или не установлен. Пожалуйста, проверьте наличие модуля mod_rewrite в конфигурациях сервера. Модуль необходим для корректной работы плагина с статичными файлами. Без подключенного mod_rewrite Вы можете использовать только режимы с поддержкой PHP или среднее кэширование."
183
 
184
- #: wp-cache.php:215
185
  msgid "Read Only Mode. Configuration cannot be changed."
186
  msgstr "Режим \"только_чтение\". Настройки не могут быть изменены."
187
 
188
- #: wp-cache.php:216
189
- #, php-format
190
  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."
191
  msgstr "Конфигурационный файл плагина WP Super Cache <code>%s/wp-cache-config.php</code> не может быть изменен. Чтобы продолжить, Вы должны установить права на запись для файла."
192
 
193
- #: wp-cache.php:217
194
  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."
195
  msgstr "Самый простой способ исправить это - изменить права доступа, используя CHMOD, через FTP-клиент. Достаточно установить глобальные права на запись."
196
 
197
- #: wp-cache.php:218
 
 
 
 
 
198
  msgid "Writeable:"
199
  msgstr "Доступно для записи:"
200
 
201
- #: wp-cache.php:219
202
  msgid "Readonly:"
203
  msgstr "Только чтение:"
204
 
205
- #: wp-cache.php:231
206
- #, php-format
207
  msgid "Warning! %s is writeable!"
208
  msgstr "Внимание! Папка %s доступна для записи!"
209
 
210
- #: wp-cache.php:232
211
- #, php-format
212
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
213
  msgstr "Вы должны изменить права на папку %s. Чтобы сделать это - воспользуйтесь FTP-клиентом или следующей командой:"
214
 
215
- #: wp-cache.php:240
216
  msgid "Mobile rewrite rules detected"
217
  msgstr "Обнаружена поддержка мобильных устройств"
218
 
219
- #: wp-cache.php:241
220
  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."
221
  msgstr "Для более продуктивной работы сайта, Вам стоит включить опцию \"Поддержка мобильных устройств\" или удалить эту запись из правил в .htaccess. Найдите следующий текст (две строчки) \"2.0\\ MMP|240x320\" и удалите его."
222
 
223
- #: wp-cache.php:241
224
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
225
  msgstr "На Ваших обычных посетителях это никак не отразится, а вот использующие мобильные устройства для веб-серфинга не будут получать кэшированные страницы (если опция отключена)."
226
 
227
- #: wp-cache.php:247
228
- #: wp-cache.php:258
229
  msgid "Rewrite rules must be updated"
230
  msgstr "Права на запись должны быть обновлены"
231
 
232
- #: wp-cache.php:248
233
- #: wp-cache.php:259
234
  msgid "The rewrite rules required by this plugin have changed or are missing. "
235
  msgstr "Необходимые для работы плагина права были изменены или отсуствуют."
236
 
237
- #: wp-cache.php:249
238
  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):"
239
  msgstr "Поддержка блогом мобильных устройств требует присутствия особых правил в файле .htaccess, иначе Вы не сможете использовать эту опцию. Ниже представлены возможые способы (в порядке сложности):"
240
 
241
- #: wp-cache.php:250
242
  msgid "Set the plugin to legacy mode and enable mobile support."
243
  msgstr "Переведите плагин в режим среднего кэширования и включите поддержку мобмльных устройств."
244
 
245
- #: wp-cache.php:251
246
- #: wp-cache.php:260
247
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
248
  msgstr "Прокрутите страницу вниз и нажмите кнопку <strong>Обновить правила Mod_Rewrite</strong>."
249
 
250
- #: wp-cache.php:252
251
- #, php-format
252
  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."
253
  msgstr "Удалите все правила mod_rewrite из файла %s.htaccess, между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code> и обновите страницу (восстановление правил запустится автоматически)."
254
 
255
- #: wp-cache.php:253
256
- #, php-format
257
  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)"
258
  msgstr "Добавьте правила самостоятельно. Для этого откройте в редакторе файл %s.htaccess и найдите код между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code>. Вы увидите два похожих блока кода. Сразу после строки <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> добавьте следующее (таких строк две, добавьте код и после второй):"
259
 
260
- #: wp-cache.php:266
261
  msgid "Required to serve compressed supercache files properly."
262
  msgstr "Необходимо для правильного сжатия файлов."
263
 
264
- #: wp-cache.php:266
265
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
266
  msgstr "Необходимо настроить кэширование на странице плагина. Пользователи браузера IE7 будут видеть необновленные страницы из кэша без поддержки данного модуля."
267
 
268
- #: wp-cache.php:266
269
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
270
  msgstr "Установите дату истечения актуальности страниц. Пользователи могут не увидеть новую версию кэшированной страницы без данного модуля."
271
 
272
- #: wp-cache.php:273
273
  msgid "Missing Apache Modules"
274
  msgstr "Отсутствующие модули Apache"
275
 
276
- #: wp-cache.php:274
277
  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."
278
  msgstr "Следующие модули Apache отсутствуют на Вашем сервере. Без них плагин сможет работать только в режиме среднего кэширования. В режиме с поддержкой Super Cache Ваши пользователи могут видеть поврежденные страницы или просроченные их копии."
279
 
280
- #: wp-cache.php:413
281
  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."
282
  msgstr "<strong>Внимание!</strong> Вы пытаетесь включить сжатие, но модуль <code>zlib.output_compression</code> отключен. Смотрите пункт номер 21 раздела \"Описание проблем\" в файле readme.txt (на англ.)"
283
 
284
- #: wp-cache.php:501
285
  msgid "WP Super Cache Settings"
286
  msgstr "Настройки WP Super Cache"
287
 
288
- #: wp-cache.php:512
289
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
290
  msgstr "Важно: <em>Mod_rewrite или Legacy caching отключены</em>. По умолчанию будет загружаться страница \"Настройки\"."
291
 
292
- #: wp-cache.php:523
293
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
294
  msgstr "Файл конфигураций был изменен, некоторые настройки не соответствуют требованиям плагина. Посетите страницу \"Настройки\" чтобы исправить это."
295
 
296
- #: wp-cache.php:540
297
- #: wp-cache.php:614
298
  msgid "Caching must be enabled to use this feature"
299
  msgstr "Кэширование должно быть включено, если Вы хотите использовать данную опцию"
300
 
301
- #: wp-cache.php:542
302
- msgid "Cache Tester"
303
- msgstr "Проверка кэширования"
304
-
305
- #: wp-cache.php:543
306
- msgid "Test your cached website by clicking the test button below."
307
- msgstr "Проверьте настройки кэширования своего блога нажатием одной кнопки."
308
-
309
- #: wp-cache.php:550
310
- #, php-format
311
- msgid "Fetching %s to prime cache: "
312
- msgstr "Проверка страницы %s в кэше: "
313
-
314
- #: wp-cache.php:552
315
- #: wp-cache.php:559
316
- #: wp-cache.php:566
317
- msgid "OK"
318
- msgstr "ЕСТЬ"
319
-
320
- #: wp-cache.php:557
321
- #, php-format
322
- msgid "Fetching first copy of %s: "
323
- msgstr "Проверка первой копии %s: "
324
-
325
- #: wp-cache.php:564
326
- #, php-format
327
- msgid "Fetching second copy of %s: "
328
- msgstr "Проверка второй копии %s: "
329
-
330
- #: wp-cache.php:570
331
- msgid "One or more page requests failed:"
332
- msgstr "При работе с кэшем произошли ошибки:"
333
-
334
- #: wp-cache.php:589
335
- #: wp-cache.php:590
336
- #, php-format
337
- msgid "Page %d: %d (%s)"
338
- msgstr "Страница %d: %d (%s)"
339
-
340
- #: wp-cache.php:596
341
- #, php-format
342
- msgid "Page 1: %s"
343
- msgstr "Страница 1: %s"
344
-
345
- #: wp-cache.php:597
346
- #, php-format
347
- msgid "Page 2: %s"
348
- msgstr "Страница 2: %s"
349
-
350
- #: wp-cache.php:598
351
- msgid "The timestamps on both pages match!"
352
- msgstr "Временные штампы обоих вариантов страницы совпадают!"
353
-
354
- #: wp-cache.php:600
355
- msgid "The pages do not match! Timestamps differ or were not found!"
356
- msgstr "Страницы не совпадают! Временной штамп отличается или не был найден!"
357
-
358
- #: wp-cache.php:606
359
- msgid "Send non-secure (non https) request for homepage"
360
- msgstr "Отправить незащищенный (не по https) запрос для главной страницы"
361
-
362
- #: wp-cache.php:607
363
- msgid "Test Cache"
364
- msgstr "Проверить"
365
-
366
- #: wp-cache.php:632
367
- #: wp-cache.php:755
368
  msgid "Cancel Cache Preload"
369
  msgstr "Отменить общее кэширование"
370
 
371
- #: wp-cache.php:638
372
- msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
373
- msgstr "Общее кэширование по расписанию отключено. Если служба сейчас запущена, она не будет завершена пока текущие 100 страниц не кэшированы."
374
-
375
- #: wp-cache.php:649
376
  msgid "Scheduled preloading of cache cancelled."
377
  msgstr "Общее кэширование по расписанию отключено."
378
 
379
- #: wp-cache.php:675
380
- #: wp-cache.php:753
381
  msgid "Preload Cache Now"
382
  msgstr "Создать общий кэш сейчас"
383
 
384
- #: wp-cache.php:678
385
  msgid "Scheduled preloading of cache in 10 seconds."
386
  msgstr "Общее кэширование произойдет через 10 секунд."
387
 
388
- #: wp-cache.php:682
389
- #, php-format
390
  msgid "Scheduled preloading of cache in %d minutes"
391
  msgstr "Общее кэширование произойдет через %d минут"
392
 
393
- #: wp-cache.php:686
394
  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."
395
  msgstr "При активации общего кэширования, будет создана копия для каждой записи и страницы Вашего блога. В этом режиме создаются статичные страницы, которые затем будут видеть \"неопознанные\" посетители (например, поисковые боты и другие). Это может помочь в улучшении уровня PR Google, так как в основе их алгоритма лежит и скорость отклика веб-сайта."
396
 
397
- #: wp-cache.php:687
398
  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."
399
  msgstr "Однако, при использовании данного вида кэша создается намного больше файлов. Рекомендуется использовать такой тип, если у Вас очень много записей (10 тысяч и более) на блоге. Особенно это важно, если Вы пользуетесь услугами виртуального хостинга."
400
 
401
- #: wp-cache.php:688
402
  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."
403
  msgstr "В режиме &#8217;Общего кэширования&#8217; запланированная очистка мусора будет удалять только кэш записей простого типа (кэш из Super Cache не будет удален). Данная настройка рекомендована для использования."
404
 
405
- #: wp-cache.php:692
406
- #, php-format
407
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
408
  msgstr "Обновлять общий кэш каждые %s минут (введите 0, чтобы отключить, минимальное допустимое кол-во минут %d)."
409
 
410
- #: wp-cache.php:705
411
  msgid "all"
412
  msgstr "весь"
413
 
414
- #: wp-cache.php:718
415
- #, php-format
416
  msgid "Preload %s posts."
417
  msgstr "Кэшировать %s записи."
418
 
419
- #: wp-cache.php:725
420
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
421
  msgstr "Предварительный режим (очистка мусора работает не полностью, опция рекомендована к включению.)"
422
 
423
- #: wp-cache.php:728
424
  msgid "Send me status emails when files are refreshed."
425
  msgstr "Отправлять мне сообщения с уведомлениями об обновлении кэша."
426
 
427
- #: wp-cache.php:733
428
  msgid "Many emails, 2 emails per 100 posts."
429
  msgstr "Высокий уровень: 2 сообщения на 100 записей."
430
 
431
- #: wp-cache.php:736
432
  msgid "Medium, 1 email per 100 posts."
433
  msgstr "Средний уровень: 1 сообщение на 100 записей."
434
 
435
- #: wp-cache.php:739
436
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
437
  msgstr "Низкий уровень: 1 e-mail в начале и 1 в конце кэширования."
438
 
439
- #: wp-cache.php:743
440
- #, php-format
441
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
442
  msgstr "Обновление кэша через %d ч %d мин и %d сек."
443
 
444
- #: wp-cache.php:744
445
- #, php-format
446
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
447
  msgstr "Полное кэширование проихойдет через %d ч %d мин и %d сек."
448
 
449
- #: wp-cache.php:750
450
- #, php-format
451
  msgid "Currently caching from post %d to %d."
452
  msgstr "В данный моменты кэшируются записи с %d по %d."
453
 
454
- #: wp-cache.php:753
 
 
 
 
455
  msgid "Update Settings"
456
  msgstr "Обновить настройки"
457
 
458
- #: wp-cache.php:761
459
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
460
  msgstr "Общее кэширование отключено. Пожалуйста, включите полный режим работы плагина или обратитесь к администратору сервера."
461
 
462
- #: wp-cache.php:776
463
  #: wp-cache.php:865
464
  msgid "Caching"
465
  msgstr "Статус кэширования"
466
 
467
- #: wp-cache.php:780
468
  msgid "Cache hits to this website for quick access."
469
- msgstr "Кэшировать хиты сайта для ускорения доступа."
470
 
471
- #: wp-cache.php:780
472
- #: wp-cache.php:781
473
- #: wp-cache.php:795
 
474
  #: wp-cache.php:799
475
- #: wp-cache.php:802
476
- #: wp-cache.php:803
477
  #: wp-cache.php:868
478
  msgid "Recommended"
479
  msgstr "Рекомендовано"
480
 
481
- #: wp-cache.php:781
482
  msgid "Use mod_rewrite to serve cache files."
483
  msgstr "Использовать mod_rewrite для обслуживания кэша."
484
 
485
- #: wp-cache.php:782
486
  msgid "Use PHP to serve cache files."
487
  msgstr "Использовать PHP для обслуживания кэша."
488
 
489
- #: wp-cache.php:783
490
  msgid "Legacy page caching."
491
  msgstr "Упрощенное кэширование."
492
 
493
- #: wp-cache.php:784
494
- msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
495
  msgstr "Использование mod_rewrite поможет сделать работу блога быстрее, чем PHP (хотя и этот вариант тоже не такой медленный). Этот режим проще и удобнее, но начинающему пользователю лучше использовать кэширование PHP."
496
 
497
- #: wp-cache.php:790
498
  msgid "Miscellaneous"
499
  msgstr "Разное"
500
 
501
- #: wp-cache.php:795
 
 
 
 
502
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
503
  msgstr "Сжимать файлы кэша чтобы ускорить работу."
504
 
505
- #: wp-cache.php:796
506
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
507
  msgstr "Сжатие кэша отключено по умолчанию, так как может некорректно работать на некоторых хостингах. Включение или Отключение данной опции автоматически чистит временный кэш."
508
 
509
- #: wp-cache.php:799
510
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
511
  msgstr "Ошибка 304. Данная ошибка возникает тогда, когда страница не была изменена со времени прошлого запроса."
512
 
513
- #: wp-cache.php:800
514
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
515
  msgstr "Поддержка ошибки 304 отключена по умолчанию (из-за проблем некоторых сервисов)."
516
 
517
- #: wp-cache.php:802
518
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
519
  msgstr "Не кэшировать страницы для <acronym title=\"Зарегистрированных пользователей и авторов комментариев\">известных пользователей</acronym>."
520
 
521
- #: wp-cache.php:803
522
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
523
  msgstr "Авто перестройка кэша. Гости блога увидят устаревшие версии страниц кэша пока новые будут генерироваться."
524
 
525
- #: wp-cache.php:804
526
  msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
527
  msgstr "Рассказать всем, что Вы пользуетесь плагином WP Super Cache (сообщение будет размещено в \"подвале\" сайта)!"
528
 
529
- #: wp-cache.php:810
530
- #: wp-cache.php:957
531
- #: wp-cache.php:1473
532
  msgid "Advanced"
533
  msgstr "Настройки"
534
 
535
- #: wp-cache.php:814
536
  msgid "Mobile device support."
537
  msgstr "Поддержка мобильных устройств"
538
 
539
- #: wp-cache.php:815
540
  msgid "Clear all cache files when a post or page is published."
541
  msgstr "Очищать кэш когда новая запись или страница опубликована."
542
 
543
- #: wp-cache.php:816
 
 
 
 
544
  msgid "Only refresh current page when comments made."
545
  msgstr "Обновлять страницу при добавлении нового комментария к ней"
546
 
547
- #: wp-cache.php:817
548
  msgid "List the newest cached pages on this page."
549
  msgstr "Создать список страниц в кэше (выводится на этой странице)"
550
 
551
- #: wp-cache.php:819
552
  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>"
553
  msgstr "Блокировка файлов. Вам скорее всего не понадобится данная опция, но она может решить проблему маломощных хостингов. Внимание! <em>Включение опции, в редких случаях, может вызвать проблемы в работе блога!</em>"
554
 
555
- #: wp-cache.php:822
 
 
 
 
556
  msgid "Use object cache to store cached files."
557
  msgstr "Использовать объекты кэша для хранения кэшированных файлов."
558
 
559
- #: wp-cache.php:822
560
  msgid "(Experimental)"
561
- msgstr "(Экспериментальные настройки)"
562
 
563
- #: wp-cache.php:829
564
  msgid "Note:"
565
  msgstr "Важно:"
566
 
 
 
 
 
567
  #: wp-cache.php:831
568
- #, php-format
569
  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!)"
570
  msgstr "Деактивируя плагин, убедитесь что папка <em>%s</em> доступна для записи в настройках Вашего сервера, чтобы файлы плагина <em>advanced-cache.php</em> и <em>cache-config.php</em> были удалены в автоматическом режиме (также проверьте наличие прав на запись для этих двух файлов)."
571
 
572
  #: wp-cache.php:832
573
- #, php-format
574
  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\"."
575
  msgstr "Для справки смотрите <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> (документ на англ.). Там Вы найдете полезную информацию по использованию и удалению плагина WP Super Cache."
576
 
577
  #: wp-cache.php:833
578
- #, php-format
579
  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."
580
  msgstr "Все еще нужна помощь? Смотрите официальный <a href=\"%1$s\">ЧАВО по плагину Super Cache</a> (англ.). Также, Вы можете задать свой вопрос на <a href=\"%2$s\">форумах тех. поддержки</a> (англ.), или ознакомиться с проблемами других пользователей и предложенными им решениями."
581
 
@@ -601,822 +514,902 @@ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
601
  msgstr "Важно: рекомендуется включить PHP кэширование, авто перестройку кэша и поддержку для мобильных устройств"
602
 
603
  #: wp-cache.php:880
604
- msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
605
- msgstr "Внимание: Среди правил mod_rewrite обнаружены правила от Supercache. Для работы с кэшем будут использованы именно эти правила. Чтобы удалить их, Вам нужно вручную отредактировать файл .htaccess."
 
 
 
 
 
 
 
 
606
 
607
  #: wp-cache.php:892
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
608
  msgid "Make WordPress Faster"
609
  msgstr "Сделай свой блог быстрее!"
610
 
611
- #: wp-cache.php:893
612
- #, php-format
613
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
614
  msgstr "Плагин %1$s создан и обновляется автором %2$s при поддержке многих других."
615
 
616
- #: wp-cache.php:894
617
- #, php-format
618
  msgid "He blogs at %1$s and posts photos at %2$s."
619
  msgstr "Посетите блог автора плагина %1$s и его фотоблог на %2$s."
620
 
621
- #: wp-cache.php:895
622
- #, php-format
623
  msgid "Please say hi to him on %s too!"
624
  msgstr "Пожалуйста, посетите %s автора!"
625
 
626
- #: wp-cache.php:903
627
- #, php-format
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
628
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
629
  msgstr "Страниц в кэше с %1$s : <strong>%2$s</strong>"
630
 
631
- #: wp-cache.php:904
632
  msgid "Newest Cached Pages:"
633
  msgstr "Новое в кэше:"
634
 
635
- #: wp-cache.php:908
636
- #, php-format
637
  msgid "Cached %s seconds ago"
638
  msgstr "Добавлено в кэш %s секунд назад"
639
 
640
- #: wp-cache.php:911
641
  msgid "(may not always be accurate on busy sites)"
642
  msgstr "(список не рекомендован для больших сайтов)"
643
 
644
- #: wp-cache.php:930
645
  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."
646
  msgstr "Кэширование происходит за счет PHP файлов, хранящихся в папке плагина. Они загружаются при включении режима Supercache. Загрузка происходит намного чаще, чем для остальных плагинов WordPress."
647
 
648
- #: wp-cache.php:931
649
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
650
- msgstr "Для использования данной опции нужно знать не только PHP, но и WordPress (не на начальном уровне)."
651
 
652
- #: wp-cache.php:941
653
  msgid "Available Plugins"
654
  msgstr "Доступные плагины"
655
 
656
- #: wp-cache.php:957
657
  msgid "Easy"
658
  msgstr "Кэш"
659
 
660
- #: wp-cache.php:957
661
- msgid "Tester & Contents"
662
- msgstr "Проверка"
 
 
 
 
663
 
664
- #: wp-cache.php:957
665
  msgid "Preload"
666
  msgstr "Общий кэш"
667
 
668
- #: wp-cache.php:957
669
  msgid "Plugins"
670
  msgstr "Плагины"
671
 
672
- #: wp-cache.php:957
673
  msgid "Debug"
674
  msgstr "Обслуживание"
675
 
676
- #: wp-cache.php:984
677
- #, php-format
678
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
679
- msgstr "Внимание: Проверка правил WP Super Cache mod_rewrite отключена для блогов сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
680
-
681
- #: wp-cache.php:986
682
- #, php-format
683
- msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
684
- msgstr "Внимание: Проверка правил WP Super Cache mod_rewrite отключена для блогов сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
685
 
686
- #: wp-cache.php:996
687
  msgid "Mod Rewrite Rules"
688
  msgstr "Модуль Mod Rewrite"
689
 
690
- #: wp-cache.php:1002
691
  msgid "WordPress MU Detected"
692
  msgstr "Обнаружен WordPress MU!"
693
 
694
- #: wp-cache.php:1002
695
  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."
696
  msgstr "К сожалению, mod_rewrite невозможно обновить в автоматическом режиме в WordPress MU. Вам придется вручную сделать это: откройте файл .htaccess (расположен в корневой директории блога) и добавьте следующие правила в него."
697
 
698
- #: wp-cache.php:1004
699
  msgid "Mod Rewrite rules cannot be updated!"
700
  msgstr "Mod Rewrite не может быть обновлен!"
701
 
702
- #: wp-cache.php:1005
703
- #, php-format
704
  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:"
705
- msgstr "Для корректной работы, в Вашем файле %s.htaccess должны быть прописаны маркеры <strong>BEGIN</strong>, и <strong>END</strong>. Между ними находятся основные правила WordPress mod_rewrite, пример:"
706
 
707
- #: wp-cache.php:1007
708
  msgid "Refresh this page when you have updated your .htaccess file."
709
  msgstr "Обновите страницу когда закончите редактирование файла .htaccess."
710
 
711
- #: wp-cache.php:1011
712
  msgid "Thank you for upgrading."
713
  msgstr "Спасибо за обновление."
714
 
715
- #: wp-cache.php:1011
716
- #, php-format
717
  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."
718
  msgstr "С момента последней установленной версии плагина правила mod_rewrite были изменены. К сожалению, Вам придется вручную удалить старые правила прежде чем новые заработают. Обновите эту страницу когда закончите редактировать файл .htaccess. Если Вы хотите полностью обновить все сами, то замените следующую строку: %1$s на эту: %2$s . Единственное отличие - это замена \"HTTP_COOKIE\" на \"HTTP:Cookie\" и \"wordpressuser\" на \"wordpress\". Эти перемены связаны с новой версией WordPress 2.5. Конечно Вы можете продолжать работать со старыми версиями, если хватит смелости ;)"
719
 
720
- #: wp-cache.php:1015
721
  msgid "Trailing slash check required."
722
- msgstr "Требуется проверка trailing slash."
723
 
724
- #: wp-cache.php:1015
725
  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:"
726
  msgstr "Кажется, все ссылки Вашего блога заканчиваются символом \"/\". К сожалению, как только Вы установили данный плагин, сработала опция, обнаружившая копии ссылок без символа \"/\" на конце, и теперь она не может осуществить перенаправление на верный адрес. Чтобы это исправить это, Вы должны отредактировать файл .htaccess и добавить два новых правила к группе основных правил плагина Supercache:"
727
 
728
- #: wp-cache.php:1017
729
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
730
- msgstr "Чтобы посмотреть полный список работающих правил, нажмите кнопку ниже \"Посмотреть правила mod_rewrite\"."
731
 
732
- #: wp-cache.php:1031
733
  msgid "Mod Rewrite rules updated!"
734
  msgstr "Правила mod_rewrite обновлены!"
735
 
736
- #: wp-cache.php:1032
737
- #, php-format
738
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
739
- msgstr "файл %s.htaccess был успешно обновлен, необходимые правила mod_rewrite были добавлены. Пожалуйста, проверьте их. Они должны выглядеть так:"
740
 
741
- #: wp-cache.php:1034
742
  msgid "Mod Rewrite rules must be updated!"
743
  msgstr "Правила mod_rewrite должны быть обновлены!"
744
 
745
- #: wp-cache.php:1035
746
- #, php-format
747
  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:"
748
- msgstr "Ваш файл %s.htaccess недоступен для записи (в настройках сервера) и не может быть обновлен в автоматическом режиме. Вы должны вручную добавить новые правила к основным правилам WordPress так, как указано ниже:"
749
 
750
- #: wp-cache.php:1040
751
- #, php-format
752
  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."
753
  msgstr "Правила mod_rewrite для плагина WP Super Cache были обнаружены в файле %s.htaccess.<br /> Нажмите на соответствующую кнопку, чтобы посмотреть строчки. Если Вы только что обновили плагин, проверьте все правила."
754
 
755
- #: wp-cache.php:1043
756
  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."
757
  msgstr "Между правилами в Вашем файле .htaccess и правилами самого плагина обнаружены несоответствия. Это может быть просто лишний символ в строке, но Вы должны лично сравнить оригинальные правила со своими как можно скорее. Нажмите на кнопку &#8217;Обновить правила Mod_Rewrite&#8217;, чтобы сделать это в автоматическом режиме."
758
 
759
- #: wp-cache.php:1046
760
  msgid "View Mod_Rewrite Rules"
761
  msgstr "Посмотреть правила mod_rewrite"
762
 
763
- #: wp-cache.php:1050
764
- #: wp-cache.php:2287
765
- #, php-format
766
  msgid "Rules must be added to %s too:"
767
  msgstr "Правила должны быть также добавлены к %s:"
768
 
769
- #: wp-cache.php:1058
770
- #, php-format
771
  msgid "Gzip encoding rules in %s.htaccess created."
772
  msgstr "Правила для Gzip-сжатия добавлены в файл %s.htaccess."
773
 
774
- #: wp-cache.php:1065
775
  msgid "Fix Configuration"
776
  msgstr "Восстановить стандартные настройки"
777
 
778
- #: wp-cache.php:1068
779
  msgid "Restore Default Configuration"
780
  msgstr "Восстановить настройки по умолчанию"
781
 
782
- #: wp-cache.php:1076
783
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
784
  msgstr "Проверка комментариев включена. Прежде чем Ваши комментарии будут опубликованы пройдет какое-то время."
785
 
786
- #: wp-cache.php:1101
787
  msgid "Lock Down:"
788
  msgstr "Закрытый режим:"
789
 
790
- #: wp-cache.php:1101
 
 
 
791
  msgid "Disabled"
792
  msgstr "Отключен"
793
 
794
- #: wp-cache.php:1101
 
 
 
795
  msgid "Enabled"
796
  msgstr "Включен"
797
 
798
- #: wp-cache.php:1102
799
  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."
800
  msgstr "Подготовьте свой блог к запланированным всплескам посещаемости, активировав данный режим. В активном состоянии размещение новых комментариев и записей НЕ будет обновлять статичные файлы в кэше."
801
 
802
- #: wp-cache.php:1103
803
  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."
804
- msgstr "Разработчикам: Сделайте свой собственный плагин закрытого режима совместимым с нашим, добавив переменную \"WPLOCKDOWN\". Приведенный ниже код поможет Вам адоптировать свой плагин к настройкам нашего Режима."
805
 
806
- #: wp-cache.php:1105
807
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
808
- msgstr "Извините, мой блог временно недоступен. Зайдите попозже"
809
 
810
- #: wp-cache.php:1109
811
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
812
  msgstr "Ваш блог использует Закрытый режим. Новые комментарии не обновляют все статичные элементы кэша."
813
 
814
- #: wp-cache.php:1111
815
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
816
  msgstr "Ваш блог не использует Закрытый режим. Новые комментарии обновляют все статичные элементы кэша."
817
 
818
- #: wp-cache.php:1117
 
 
 
 
 
 
 
 
 
 
 
819
  msgid "Lock Down"
820
  msgstr "Закрытый режим"
821
 
822
- #: wp-cache.php:1125
823
  msgid "Directly Cached Files"
824
  msgstr "Прямое кэширование страниц"
825
 
826
- #: wp-cache.php:1183
827
- #, php-format
828
  msgid "%s removed!"
829
  msgstr "%s удален!"
830
 
831
- #: wp-cache.php:1191
832
- #, php-format
 
 
 
 
 
833
  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."
834
  msgstr "Вы должны разрешить запись для %s. Но так как это потенциальная уязвимость, после обновления страницы верните права на чтение."
835
 
836
- #: wp-cache.php:1193
837
- #, php-format
838
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
839
  msgstr "Директрия %s доступна для записи. Вам следует изменить ее права на \"Только чтение\"."
840
 
841
- #: wp-cache.php:1207
842
  msgid "Existing direct page"
843
  msgstr "Страница существует"
844
 
845
- #: wp-cache.php:1207
846
  msgid "Delete cached file"
847
  msgstr "Удалить файлы из кэша"
848
 
849
- #: wp-cache.php:1212
850
  msgid "Add direct page:"
851
  msgstr "Добавить страницу в кэш:"
852
 
853
- #: wp-cache.php:1214
854
- #, php-format
855
  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."
856
- msgstr "Данный кэш создается прямо из папки, где находится Ваш блог (папка %s). Эта опция полезна только тогда, когда ожидается большой приток посетителей с более популярного сайта на конкретную страницу или запись Вашего."
857
 
858
- #: wp-cache.php:1216
859
- #, php-format
860
  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."
861
  msgstr "Например: чтобы добавить в кэш страницу <em>%1$sabout/</em>, нужно прописать %1$sabout/ или /about/. Кэш для страницы будет создан сразу же после первого к ней обращения гостем."
862
 
863
- #: wp-cache.php:1217
864
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
865
  msgstr "Чтобы удалить страницу из такого кэша, очистите текстовое поле и удалите файлы кэша."
866
 
867
- #: wp-cache.php:1222
868
  msgid "Update Direct Pages"
869
  msgstr "Обновить стрницы"
870
 
871
- #: wp-cache.php:1260
872
  msgid "Expiry Time &amp; Garbage Collection"
873
  msgstr "Просроченные страницы &amp; Очистка мусора"
874
 
875
- #: wp-cache.php:1262
876
  msgid "Expire time:"
877
  msgstr "Актуальность кэша:"
878
 
879
- #: wp-cache.php:1263
880
  msgid "seconds"
881
  msgstr "секунд"
882
 
883
- #: wp-cache.php:1264
884
  msgid "Garbage Collection"
885
  msgstr "Очистка мусора"
886
 
887
- #: wp-cache.php:1264
888
  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."
889
  msgstr "Если время актуальности кэша более 1800 секунд (полчаса), то очистка мусора будет запускаться каждые 10 минут."
890
 
891
- #: wp-cache.php:1265
892
  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."
893
- msgstr "Поверка и удаление просроченных страниц кэша занимает время, но и оставлять такие файлы в системе не стоит. На больших блогах нужно выставлять \"время жизни\" каждой копии <em>300 секунд</em>. Вы можете поэкспериментировать с настройкой и посмотреть, сколько просроченных копий страниц остается в кэше в течение дня. Оптимальное число таких страниц не более 500. Используя кэширование с mod_rewrite или PHP, Вы сможете увеличить количество кэшируемых страниц."
894
 
895
- #: wp-cache.php:1266
896
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
897
- msgstr "Установите значение на 0, чтобы отключить Очистку мусора."
898
 
899
- #: wp-cache.php:1267
900
  msgid "Change Expiration"
901
  msgstr "Изменить время жизни копии"
902
 
903
- #: wp-cache.php:1311
904
  msgid "Rejected User Agents"
905
  msgstr "Поисковые и другие боты"
906
 
907
- #: wp-cache.php:1312
908
  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."
909
  msgstr "Чтобы запретить плагину кэшировать запросы от поисковых ботов и других сетевых роботов, введите их названия в поле ниже (по одному в строке). Если копия страницы уже существует в кэше Super Cache, то она все равно будет отправлена боту."
910
 
911
- #: wp-cache.php:1319
912
  msgid "Save UA Strings"
913
  msgstr "Сохранить настройки"
914
 
915
- #: wp-cache.php:1342
916
  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."
917
  msgstr "Не кэшировать страницы следующих типов. Сверьтесь с <a href=\"http://codex.wordpress.org/Conditional_Tags\">Статьей Кодекса WP</a> (англ.), чтобы узнать подробнее о типах страниц."
918
 
919
- #: wp-cache.php:1345
920
  msgid "Single Posts"
921
  msgstr "Записи"
922
 
923
- #: wp-cache.php:1346
924
  msgid "Pages"
925
  msgstr "Страницы"
926
 
927
- #: wp-cache.php:1347
928
  msgid "Front Page"
929
  msgstr "Основная страница"
930
 
931
- #: wp-cache.php:1348
932
  msgid "Home"
933
  msgstr "Домашняя страница"
934
 
935
- #: wp-cache.php:1349
936
  msgid "Archives"
937
  msgstr "Архивы"
938
 
939
- #: wp-cache.php:1350
940
  msgid "Tags"
941
  msgstr "Метки"
942
 
943
- #: wp-cache.php:1351
944
  msgid "Category"
945
  msgstr "Рубрики"
946
 
947
- #: wp-cache.php:1352
948
  msgid "Feeds"
949
  msgstr "Фиды"
950
 
951
- #: wp-cache.php:1353
952
  msgid "Search Pages"
953
  msgstr "Страницы поиска"
954
 
955
- #: wp-cache.php:1355
956
- #: wp-cache.php:1483
957
  msgid "Save"
958
  msgstr "Сохранить"
959
 
960
- #: wp-cache.php:1372
961
  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."
962
  msgstr "Поле ниже Вы также можете заполнить фрагментами адресов страниц (или групп страниц, например, архив за год/месяц и т.д.), которые не будут кэшироваться. Плагин будет сканировать адреса страниц на предмет наличая в них фрагментов, указанных ниже, перед кэшированием."
963
 
964
- #: wp-cache.php:1378
965
  msgid "Save Strings"
966
  msgstr "Сохранить список запрещенных фрагментов"
967
 
968
- #: wp-cache.php:1394
969
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
970
  msgstr "Поле ниже Вы можете заполнить названиями файлов которые будут кэшированы, даже если в их названии есть запрещенных к кэшированию фрагменты."
971
 
972
- #: wp-cache.php:1400
973
  msgid "Save Files"
974
  msgstr "Сохранить список файлов"
975
 
976
- #: wp-cache.php:1445
977
- msgid "Currently logging to: "
978
- msgstr "Режим записан на:"
979
-
980
- #: wp-cache.php:1455
981
- 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."
982
- msgstr "Здесь Вы можете решить некоторые проблемы, возникающие при работе с плагином, с помощью отладки. Вы можете записывать служебную информацию (логи) в файлы директории кэша."
983
 
984
- #: wp-cache.php:1456
985
- msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
986
- msgstr "Получить доступ к файлу лога просто, но при очистке кэша лог также будет удален."
987
 
988
- #: wp-cache.php:1460
989
  msgid "Debugging"
990
- msgstr "Режим отладки"
991
-
992
- #: wp-cache.php:1461
993
- msgid "Logging Type"
994
- msgstr "Тип входа"
995
-
996
- #: wp-cache.php:1461
997
- msgid "Email"
998
- msgstr "Email"
999
 
1000
- #: wp-cache.php:1462
1001
- msgid "file"
1002
- msgstr "файл"
 
 
 
 
1003
 
1004
- #: wp-cache.php:1463
1005
  msgid "IP Address"
1006
  msgstr "Адрес IP"
1007
 
1008
- #: wp-cache.php:1463
1009
- #, php-format
1010
  msgid "(only log requests from this IP address. Your IP is %s)"
1011
  msgstr "(записывает обращения только с этого IP. Ваш IP - %s)"
1012
 
1013
- #: wp-cache.php:1464
1014
  msgid "Log level"
1015
  msgstr "Уровень лога"
1016
 
1017
- #: wp-cache.php:1470
1018
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1019
- msgstr "(1 = наименьший, 5 = наибольший, может вызвать болшую нагрузку на сервер)"
1020
 
1021
- #: wp-cache.php:1473
1022
  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>"
1023
  msgstr "В особо редких случаях на блоге могут случиться две проблемы:<ol><li> Вместо главной страницы пользователи будут видеть предложение загрузить .zip архив с ней</li><li> Вместо главной страницы может быть добавлена в кэш совершенно другая (только в случае, если Ваш бог использует следующую структуру ссылок <em>/%category%/%postname%/</em>).</li></ol>"
1024
 
1025
- #: wp-cache.php:1474
1026
- #, php-format
1027
  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."
1028
- msgstr "I&#8217;m 99% certain! Ошибки, которые могут возникнуть при работе с WP Super Cache, не связаны с самим плагином. Они возникают в редких случаях, но Вы можете подстраховаться, запустив автоматическую проверку блога каждые 5 минут. В случае ошибки, Вам будет отправлено сообщение."
1029
 
1030
- #: wp-cache.php:1476
1031
  msgid "Check front page every 5 minutes."
1032
  msgstr "Проверять главную страницу каждые 5 минут."
1033
 
1034
- #: wp-cache.php:1477
1035
  msgid "Front page text"
1036
  msgstr "Ключевой текст"
1037
 
1038
- #: wp-cache.php:1477
1039
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1040
  msgstr "Введите текст который плагин будет искать на главной странице. Если текст не будет обнаружен, то кэш автоматически очистится. Оставьте поле пустым чтобы отключить опцию."
1041
 
1042
- #: wp-cache.php:1478
1043
  msgid "Clear cache on error."
1044
  msgstr "Очищать кэш при ошибке."
1045
 
1046
- #: wp-cache.php:1479
1047
  msgid "Email the blog admin when checks are made. (useful for testing)"
1048
  msgstr "Сообщить администратору блога по завершению проверки (полезно при тестировании на ошибки)."
1049
 
1050
- #: wp-cache.php:1493
1051
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1052
  msgstr "Ошибка: сжатие GZIP включено, отключите его если хотите запустить wp-cache."
1053
 
1054
- #: wp-cache.php:1540
1055
- #: wp-cache.php:1702
1056
  msgid "Warning"
1057
  msgstr "Внимание"
1058
 
1059
- #: wp-cache.php:1540
1060
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1061
  msgstr "Сжатие GZIP включено в настройках WordPress, плагин не будет работать до тех пор, пока Вы не отключите gzip."
1062
 
1063
- #: wp-cache.php:1598
1064
- #: wp-cache.php:1603
1065
- #: wp-cache.php:1635
1066
- #: wp-cache.php:1640
1067
- #: wp-cache.php:1646
1068
  msgid "Error"
1069
  msgstr "Ошибка"
1070
 
1071
- #: wp-cache.php:1598
1072
- #, php-format
1073
- msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1074
- msgstr "Папка (<strong>$cache_path</strong>) не существует и не может быть создана в автоматическом режиме. Проверьте права доступа к %s."
1075
 
1076
- #: wp-cache.php:1603
1077
- #, php-format
1078
  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."
1079
  msgstr "Папка (<strong>%1$s</strong>) или <strong>%2$s</strong> должна быть доступна для записи. Перепроверьте права доступа."
1080
 
1081
- #: wp-cache.php:1635
1082
- #, php-format
1083
  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."
1084
- msgstr "Конфигурационный файл WP-Cache (<strong>%s</strong>) может быть недействителен и недоступен для записи. Пожалуйста, удалите его вручную и обновите страницу."
1085
 
1086
- #: wp-cache.php:1640
1087
- #, php-format
1088
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1089
  msgstr "Конфигурационный файл отсутствует, а папка %1$s (<strong>%2$s</strong>) недоступна для записи. Проверьте права доступа."
1090
 
1091
- #: wp-cache.php:1646
1092
- #, php-format
1093
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1094
- msgstr "Файл WP-Cache (<strong>%s</strong>) не был найден. Проверьте, завершили ли Вы установку плагина."
1095
 
1096
- #: wp-cache.php:1702
1097
- #, php-format
1098
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1099
  msgstr "%s/advanced-cache.php</em> не существует или не может быть обновлен в автоматическом режиме."
1100
 
1101
- #: wp-cache.php:1703
1102
  msgid "1. If it already exists please delete the file first."
1103
  msgstr "1. Если он уже существует в папках Вашего блога, удалите его."
1104
 
1105
- #: wp-cache.php:1704
1106
- #, php-format
1107
  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)"
1108
  msgstr "2. Измените права доступа к %1$s, чтобы можно было записать данные в автоматическом режиме (права должны быть: <em>chmod 777 %1$s</em>), проверьте правильность заданных прав и обновите страницу. Это временное условие, после обновления страницы права доступа нужно вернуть на прежние (с 777 на 755)."
1109
 
1110
- #: wp-cache.php:1705
1111
- #, php-format
1112
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1113
- msgstr "3. Обновите страницу, файл <em>%s/advanced-cache.php</em> обновится сам"
1114
 
1115
- #: wp-cache.php:1706
1116
- #, php-format
1117
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1118
- msgstr "Если это не сработало, убедитесь что <em>%s/advanced-cache.php</em> точно не существует:"
1119
 
1120
- #: wp-cache.php:1707
1121
- #, php-format
1122
  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>"
1123
- 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>"
1124
 
1125
- #: wp-cache.php:1730
1126
  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>"
1127
  msgstr "<h3>Параметр WP_CACHE не активирован</h3><p>Данный параметр должен быть активирован для того, чтобы WordPress мог корректно работать с файлами кэша. В данный момент он отключен. Чтобы включить его, откройте файл wp-config.php и добавьте в него следующую строчку:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1128
 
1129
- #: wp-cache.php:1732
1130
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1131
- msgstr "<strong>Ошибка: Переменная WP_CACHE не активирована</strong> в файле общих конфигураций <code>wp-config.php</code>."
1132
 
1133
- #: wp-cache.php:1733
1134
- #, php-format
1135
  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. "
1136
- msgstr "Отредактируйте код <code>%s</code> и добавьте следующую сточку:<br /> <code>define('WP_CACHE', true);</code><br />Иначе, <strong>WP-Cache не сможет запуститься</strong>. "
1137
 
1138
- #: wp-cache.php:1737
1139
  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."
1140
  msgstr "<h3>Переменная WP_CACHE добавлена в файл конфигураций wp-config.php</h3><p>Если Вы до сих пор видите данное сообщение, то сверьтесь с пунктом 5 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">ЧАВО</a> (на англ.). Строка с WP_CACHE должна быть размещена выше."
1141
 
1142
- #: wp-cache.php:1759
1143
  msgid "Cache Contents"
1144
  msgstr "Состояние кэша"
1145
 
1146
- #: wp-cache.php:1762
1147
  msgid "Object cache in use. No cache listing available."
1148
  msgstr "Список кэширования недоступен."
1149
 
1150
- #: wp-cache.php:1786
1151
- #, php-format
1152
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1153
  msgstr "Удаление файлов Super Cache: <strong>%s</strong><br />"
1154
 
1155
- #: wp-cache.php:1803
1156
- #, php-format
1157
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1158
  msgstr "Удаление файлов WP-Cache: <strong>%s</strong><br />"
1159
 
1160
- #: wp-cache.php:1868
1161
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1162
- msgstr "Статистика объектив в кэше НЕ создается автоматически. Чтобы обновить ее вручную нажмите на ссылку ниже."
1163
 
1164
- #: wp-cache.php:1869
1165
  msgid "Regenerate cache stats"
1166
  msgstr "Обновить статистику кэша"
1167
 
1168
- #: wp-cache.php:1871
1169
- #, php-format
1170
  msgid "Cache stats last generated: %s minutes ago."
1171
  msgstr "Статистика объектов в кэше последний раз создана: %s мин назад."
1172
 
1173
- #: wp-cache.php:1877
1174
  msgid "WP-Cache"
1175
  msgstr "Состояние WP-Cache"
1176
 
1177
- #: wp-cache.php:1878
1178
- #: wp-cache.php:1894
1179
- #, php-format
1180
  msgid "%s Cached Pages"
1181
  msgstr "%s страниц в кэше"
1182
 
1183
- #: wp-cache.php:1879
1184
- #: wp-cache.php:1899
1185
- #, php-format
1186
  msgid "%s Expired Pages"
1187
  msgstr "%s страниц просрочено"
1188
 
1189
- #: wp-cache.php:1893
1190
  msgid "WP-Super-Cache"
1191
  msgstr "Состояние WP-Super-Cache"
1192
 
1193
- #: wp-cache.php:1904
1194
  msgid "Fresh WP-Cached Files"
1195
  msgstr "Новые файлы WP-Cache"
1196
 
1197
- #: wp-cache.php:1905
1198
- #: wp-cache.php:1921
1199
- #: wp-cache.php:1937
1200
- #: wp-cache.php:1953
1201
  msgid "URI"
1202
  msgstr "АДРЕС"
1203
 
1204
- #: wp-cache.php:1905
1205
- #: wp-cache.php:1921
1206
  msgid "Key"
1207
  msgstr "Ключ"
1208
 
1209
- #: wp-cache.php:1905
1210
- #: wp-cache.php:1921
1211
- #: wp-cache.php:1937
1212
- #: wp-cache.php:1953
1213
  msgid "Age"
1214
  msgstr "Возраст"
1215
 
1216
- #: wp-cache.php:1905
1217
- #: wp-cache.php:1921
1218
- #: wp-cache.php:1937
1219
- #: wp-cache.php:1953
1220
  msgid "Delete"
1221
  msgstr "Удалить"
1222
 
1223
- #: wp-cache.php:1920
1224
  msgid "Stale WP-Cached Files"
1225
  msgstr "Старые файлы WP-Cache"
1226
 
1227
- #: wp-cache.php:1936
1228
  msgid "Fresh Super Cached Files"
1229
  msgstr "Новые файлы Super Cache"
1230
 
1231
- #: wp-cache.php:1952
1232
  msgid "Stale Super Cached Files"
1233
  msgstr "Старые файлы Super Cache"
1234
 
1235
- #: wp-cache.php:1968
1236
  msgid "Hide file list"
1237
  msgstr "Убрать список"
1238
 
1239
- #: wp-cache.php:1970
1240
  msgid "Too many cached files, no listing possible."
1241
  msgstr "Слишком много объектов в кэше, создание списка невозможно."
1242
 
1243
- #: wp-cache.php:1972
1244
  msgid "List all cached files"
1245
  msgstr "Список кэшированных файлов"
1246
 
1247
- #: wp-cache.php:1978
1248
- #, php-format
1249
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1250
  msgstr "<strong>Очистка мусора</strong><br />Предыдущая очистка была <strong>%s</strong> минут назад<br />"
1251
 
1252
- #: wp-cache.php:1979
1253
- #, php-format
1254
  msgid "Next GC in <strong>%s</strong> minutes"
1255
  msgstr "Следующая очистка будет через <strong>%s</strong> минут"
1256
 
1257
- #: wp-cache.php:1982
1258
- #, php-format
1259
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1260
  msgstr "Просроченный кэш - это страницы, созданные более чем %s секунд назад. Не смотря на свой статус, они используются в общем кэше и периодически удаляются."
1261
 
1262
- #: wp-cache.php:1993
1263
  msgid "Delete Expired"
1264
  msgstr "Удалить просроченный кэш"
1265
 
1266
- #: wp-cache.php:1999
1267
- #: wp-cache.php:2011
1268
- #: wp-cache.php:2174
1269
- msgid "Delete Cache"
1270
- msgstr "Удалить весь кэш"
1271
-
1272
- #: wp-cache.php:2011
1273
  msgid "Delete Super Cache cached files (opens in new window)"
1274
  msgstr "Удалить файлы Super Cache (в новом окне)"
1275
 
1276
- #: wp-cache.php:2150
1277
- #, php-format
1278
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1279
  msgstr "%1$s благодарен плагину %2$s за проделаннную работу"
1280
 
1281
- #: wp-cache.php:2183
1282
- #, php-format
1283
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1284
- msgstr "Плагин WP Super Cache должен быть настроен! Чтобы активировать его и настроить, перейдите на <a href=\"%s\">страницу управления</a> плагином."
1285
 
1286
- #: wp-cache.php:2189
1287
  msgid "Settings"
1288
  msgstr "Настройки"
1289
 
1290
- #: wp-cache.php:2199
1291
- #, php-format
1292
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1293
- msgstr "Плагин WP Super Cache не активирован. Чтобы активировать его, перейдите на <a href=\"%s\">страницу управления</a> плагином."
 
 
 
 
1294
 
1295
- #: wp-cache.php:2218
1296
- #, php-format
1297
  msgid "[%s] Front page is gzipped! Please clear cache!"
1298
  msgstr "[%s] Главная страница сжата с помощью gzipped! Удалите кэш!"
1299
 
1300
- #: wp-cache.php:2218
1301
- #, php-format
1302
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1303
  msgstr "Произошла ошибка! Посетите %s чтобы удалить кэш!"
1304
 
1305
- #: wp-cache.php:2221
1306
- #, php-format
1307
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1308
  msgstr "[%s] Главная страница сжата с помощью gzipped! Кэш удален!"
1309
 
1310
- #: wp-cache.php:2221
1311
- #, php-format
1312
  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."
1313
  msgstr "Весь кэш для Вашего блога был очищен, так как плагин заметил ошибку на главной странице (она скачивалась архивом). Чтобы проверить кэш, посетите эту стрницу %s."
1314
 
1315
- #: wp-cache.php:2228
1316
- #, php-format
1317
  msgid "[%s] Front page is not correct! Please clear cache!"
1318
  msgstr "[%s] Кэш главной страницы содержит ошибку! Удалите кэш!"
1319
 
1320
- #: wp-cache.php:2228
1321
- #, php-format
1322
  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\"!"
1323
  msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Чтобы исправить ошибку, посетите эту страницу %1$s и вручную очистие кэш."
1324
 
1325
- #: wp-cache.php:2231
1326
- #, php-format
1327
  msgid "[%s] Front page is not correct! Cache Cleared!"
1328
  msgstr "[%s] Главная страница отображается с ошибкой! Кэш удален!"
1329
 
1330
- #: wp-cache.php:2231
1331
- #, php-format
1332
  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."
1333
  msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Посетите эту страницу %1$s чтобы проверить кэш."
1334
 
1335
- #: wp-cache.php:2236
1336
- #, php-format
1337
  msgid "[%s] Front page check!"
1338
  msgstr "[%s] Главная страница проверена!"
1339
 
1340
- #: wp-cache.php:2236
1341
- #, php-format
1342
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1343
  msgstr "Плагин WP Super Cache только что проверил главную страницу Вашего блога на предмет ошибок. Чтобы отключить уведомления и проверку посетите эту страницу %s."
1344
 
1345
- #: wp-cache.php:2279
1346
  msgid "Cannot update .htaccess"
1347
  msgstr "Не могу обновить файл .htaccess"
1348
 
1349
- #: wp-cache.php:2279
1350
- #, php-format
1351
  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."
1352
  msgstr "Файл <code>%s.htaccess</code> не может быть обновлен в автоматическом режиме. Чтобы исправить это задайте необходимые для записи права доступа к нему."
1353
 
1354
- #: wp-cache.php:2279
1355
  msgid "Refresh this page when the file permissions have been modified."
1356
  msgstr "Обновите страницу когда необходимые права доступа будут заданы."
1357
 
1358
- #: wp-cache.php:2279
1359
- #, php-format
1360
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1361
- msgstr "Вы также можете редактировать файл <code>%s.htaccess</code> вручную и лично добавить необходимые правила (до имеющихся там правил WordPress):"
1362
 
1363
- #: wp-cache.php:2283
1364
- #, php-format
1365
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1366
- msgstr "Чтобы плагин мог правильно работать с статичными html файлами, Вы должны добавить в файл <code>%s.htaccess</code> правила модуля mod_rewrite"
1367
 
1368
- #: wp-cache.php:2284
1369
  msgid "You can edit the file yourself add the following rules."
1370
  msgstr "Вы можете вручную отредактировать файл и добавить необходимые правила."
1371
 
1372
- #: wp-cache.php:2285
1373
  msgid " Make sure they appear before any existing WordPress rules. "
1374
  msgstr " Убедитесь что они идут перед всеми уже существующими в документе правилами WordPress. "
1375
 
1376
- #: wp-cache.php:2293
1377
  msgid "Update Mod_Rewrite Rules"
1378
  msgstr "Обновить правила mod_rewrite"
1379
 
1380
- #: wp-cache.php:2389
1381
- #, php-format
1382
  msgid "[%1$s] Cache Preload Started"
1383
  msgstr "[%1$s] Общее кэширование началось"
1384
 
1385
- #: wp-cache.php:2391
1386
- #, php-format
1387
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1388
  msgstr "[%1$s] Обновление кэша записей с %2$d по %3$d"
1389
 
1390
- #: wp-cache.php:2402
1391
- #, php-format
 
 
 
1392
  msgid "[%1$s] %2$d posts refreshed"
1393
  msgstr "[%1$s] %2$d кэш записей обновлен"
1394
 
1395
- #: wp-cache.php:2402
1396
  msgid "Refreshed the following posts:"
1397
  msgstr "Следующие записи обновлены:"
1398
 
1399
- #: wp-cache.php:2411
1400
- #, php-format
1401
  msgid "Scheduling next preload refresh in %d minutes."
1402
  msgstr "Следующее запланированное обновление общего кэша через %d минут."
1403
 
1404
- #: wp-cache.php:2421
1405
- #, php-format
1406
  msgid "[%s] Cache Preload Completed"
1407
  msgstr "[%s] Общее кэширование завершено"
1408
 
1409
- #: wp-cache.php:2421
1410
  msgid "Cleaning up old supercache files."
1411
  msgstr "Удалять старые файлы из кэша Super Cache."
1412
 
1413
- #: wp-cache.php:2462
1414
- #, php-format
1415
  msgid "[%s] Preload may have stalled."
1416
  msgstr "[%s] Общее кэширование могло быть прервано."
1417
 
1418
- #: wp-cache.php:2462
1419
- #, php-format
1420
  msgid ""
1421
  "Preload has been restarted.\n"
1422
  "%s"
@@ -1424,6 +1417,145 @@ msgstr ""
1424
  "Общее кэширование было перезапущено.\n"
1425
  "%s"
1426
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1427
  #~ msgid ""
1428
  #~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
1429
  #~ "strong> button."
7
  msgstr ""
8
  "Project-Id-Version: WP Super Cache\n"
9
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
+ "POT-Creation-Date: 2011-02-28 22:08:12+00:00\n"
11
+ "PO-Revision-Date: 2011-03-15 23:04+0300\n"
12
  "Last-Translator: Elvis <main@fweb.org.ru>\n"
13
  "Language-Team: Elvis <main@fweb.org.ru>\n"
14
  "MIME-Version: 1.0\n"
17
  "X-Poedit-Language: Russian\n"
18
  "X-Poedit-Country: RUSSIAN FEDERATION\n"
19
 
20
+ #: ossdl-cdn.php:146
21
+ 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>."
22
+ msgstr "Скорее всего, на Вашем блоге очень много статичных файлов: изображений, файлов JS и CSS. Для улучшения работы блога, стоит загружать данные файлы с другого сайта или CDN. Данный плагина позволит изменить ссылки на все статичные файлы в <code>wp-content</code> и <code>wp-includes</code> (кроме файлов .php) на указанные ниже. Вы также можете скопировать все статичные файлы на любой другой хост или создать их копии на CDN. Подробнее об этом узнайте <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">тут</a> (англ.)."
23
 
24
+ #: ossdl-cdn.php:147
25
+ #: wp-cache.php:968
26
+ 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."
27
+ msgstr ""
 
 
 
 
 
 
 
28
 
29
+ #: ossdl-cdn.php:148
30
+ 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."
31
+ msgstr "<strong style=\"color: red\">ВНИМАНИЕ:</strong> Прежде всего, протестируйте адреса CDN, например: %s - чтобы убедиться в корректной работе серверов."
 
 
 
32
 
33
+ #: ossdl-cdn.php:149
34
+ msgid "You can define different CDN URLs for each site on a multsite network."
35
+ msgstr "Вы можете использовать различные адреса CDN для каждого блога (если у Вас мультиблог)."
 
 
 
 
36
 
37
+ #: ossdl-cdn.php:157
38
+ msgid "Enable CDN Support"
39
+ msgstr "Включить поддержку CDN"
 
40
 
41
+ #: ossdl-cdn.php:160
42
+ msgid "Off-site URL"
43
+ msgstr "Основной URL"
44
 
45
+ #: ossdl-cdn.php:163
46
+ 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>."
47
+ msgstr "Новый адрес будет использован вместо старого %1$s. Не используйте символ <code>/</code> на конце адреса.<br />Пример: <code>%2$s</code>."
 
 
 
 
48
 
49
+ #: ossdl-cdn.php:167
50
+ msgid "Include directories"
51
+ msgstr "Включить директории"
52
 
53
+ #: ossdl-cdn.php:170
54
+ 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."
55
+ msgstr "Включить следующие директории со статичными файлами для перезаписи при совпадении. Используйте запятую (,) для разделения. По умолчанию будут добавлены директории <code>wp-content и wp-includes</code>."
 
56
 
57
+ #: ossdl-cdn.php:174
58
+ msgid "Exclude if substring"
59
+ msgstr "Исключить форматы"
 
60
 
61
+ #: ossdl-cdn.php:177
62
+ 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)."
63
+ msgstr "Исключить следующие форматы для перезаписи, если найдено совпадение. Используйте запятую (,) для разделения исключений, например: <code>.php, .flv, .do</code> - не забывайте включать <code>.php</code> (по умолчанию)."
 
 
64
 
65
+ #: ossdl-cdn.php:181
66
+ msgid "Additional CNAMES"
67
+ msgstr "Дополнительные CNAME (канонические имена)"
 
68
 
69
+ #: ossdl-cdn.php:184
70
+ msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
71
+ msgstr "Эти записи <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAME</a> будут использованы вместо %1$s (в дополнении к основному URL). Используйте запятую (,) для разделения записей. Для страниц с большим количеством статичных файлов данная опция может уменьшить время загрузки. Записи CNAME также могут быть использованы для конфигурации CDN.<br />Пример: %2$s"
72
 
73
+ #: ossdl-cdn.php:188
74
+ msgid "Skip https URLs to avoid \"mixed content\" errors"
75
+ msgstr "Пропустить адреса типа https чтобы избежать ошибок, связанных с использование защищенных и незащищенных узлов"
76
 
77
+ #: ossdl-cdn.php:192
78
+ msgid "Save Changes"
79
+ msgstr "Сохранить все изменения"
 
80
 
81
+ #: ossdl-cdn.php:194
82
+ 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>"
83
+ 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>"
84
 
85
+ #: wp-cache.php:99
 
86
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
87
  msgstr "Пожалуйста, создайте файл %s /wp-cache-config.php из wp-super-cache/wp-cache-config-sample.php"
88
 
89
+ #: wp-cache.php:162
90
  msgid "Warning! PHP Safe Mode Enabled!"
91
  msgstr "Внимание! Включен режим PHP Safe Mode!"
92
 
93
+ #: wp-cache.php:163
94
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
95
  msgstr "При работе с плагином могут возникнуть проблемы, так как PHP Safe Mode включен на Вашем сервере."
96
 
97
+ #: wp-cache.php:167
98
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
99
  msgstr "Ваш сервер настроен так, что проверяет владельца для всех PHP скриптов перед тем как разрешить им чтение или запись в файл."
100
 
101
+ #: wp-cache.php:168
 
102
  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."
103
  msgstr "Вы или Администратор можете исправить ошибки, изменив группу владельца скриптов плагина через настройки веб-сервера. Также нужно изменить владельца для папки %s/cache/. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.)."
104
 
105
+ #: wp-cache.php:170
106
  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."
107
  msgstr "Вы или Администратор должны отключить это. Для более подробной информации смотрите <a href=\"http://php.net/features.safe-mode\">страницу помощи по режиму safe mode</a> (на англ.). Данные настройки НЕ могут быть отключены через файл .htaccess, для решения проблемы нужно редактировать php.ini в настройках веб-сервера."
108
 
109
+ #: wp-cache.php:176
110
  msgid "Permlink Structure Error"
111
  msgstr "Ошибка структуры ссылок"
112
 
113
+ #: wp-cache.php:177
114
  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."
115
+ msgstr "Для работы плагина необходима корректная настройка структуры ссылок. Чтобы настроить их, посетите страницу <a href=\"options-permalink.php\">Постоянные ссылки</a>."
116
 
117
+ #: wp-cache.php:189
 
118
  msgid "Warning! Your hostname \"%s\" resolves to %s"
119
  msgstr "Внимание! Ваше hostname \"%s\" преобразовано в %s"
120
 
121
+ #: wp-cache.php:190
 
122
  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."
123
  msgstr "Ваш веб-сервер решил, что hostname изменено на %s. Некоторые опции плагина (например, \"Очистка мусора\") и сам WordPress могут работать некорректно."
124
 
125
+ #: wp-cache.php:191
126
+ #: wp-cache.php:205
 
127
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
128
  msgstr "Чтобы узнать больше, посетите раздел 16 в <a href=\"%s\">Описании проблем</a> в файле readme.txt (на англ.)"
129
 
130
+ #: wp-cache.php:204
131
  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."
132
  msgstr "К сожалению, файл wp-cron.php не был обнаружен. Этот скрипт необходим для корректной работы опциии \"Очистка мусора\" и самого WordPress."
133
 
134
+ #: wp-cache.php:219
135
  msgid "Cannot continue... fix previous problems and retry."
136
  msgstr "Невозможно продолжить... прежде чем повторить попытку, исправьте предыдущие ошибки."
137
 
138
+ #: wp-cache.php:228
139
  msgid "Zlib Output Compression Enabled!"
140
  msgstr "Сжатие Zlib Output включено!"
141
 
142
+ #: wp-cache.php:229
143
  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."
144
  msgstr "PHP использует сжатие для сжатых страницы Вашего сайта. Отключение данной опции рекомендуется, чтобы избежать многократного сжатия страниц плагином. Узнать больше, посетив раздел 16 в \"Описание проблем\" в файле readme.txt (на англ.). Также ознакомьтесь с <a href=\"http://php.net/manual/en/zlib.configuration.php\">этой страницей</a> (на англ.) по php.ini."
145
 
146
+ #: wp-cache.php:233
147
  msgid "Mod rewrite may not be installed!"
148
  msgstr "Кажется, модуль mod_rewrite не установлен!"
149
 
150
+ #: wp-cache.php:234
151
  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."
152
  msgstr "Возникла ошибка, связанная с тем, что модуль mod_rewrite отсутствует или не установлен. Пожалуйста, проверьте наличие модуля mod_rewrite в конфигурациях сервера. Модуль необходим для корректной работы плагина с статичными файлами. Без подключенного mod_rewrite Вы можете использовать только режимы с поддержкой PHP или среднее кэширование."
153
 
154
+ #: wp-cache.php:239
155
  msgid "Read Only Mode. Configuration cannot be changed."
156
  msgstr "Режим \"только_чтение\". Настройки не могут быть изменены."
157
 
158
+ #: wp-cache.php:240
 
159
  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."
160
  msgstr "Конфигурационный файл плагина WP Super Cache <code>%s/wp-cache-config.php</code> не может быть изменен. Чтобы продолжить, Вы должны установить права на запись для файла."
161
 
162
+ #: wp-cache.php:241
163
  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."
164
  msgstr "Самый простой способ исправить это - изменить права доступа, используя CHMOD, через FTP-клиент. Достаточно установить глобальные права на запись."
165
 
166
+ #: wp-cache.php:242
167
+ #: wp-cache.php:258
168
+ msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
169
+ msgstr "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">Здесь</a> (англ. статья) подробно описано как изменить права доступа к файлам на сервере."
170
+
171
+ #: wp-cache.php:243
172
  msgid "Writeable:"
173
  msgstr "Доступно для записи:"
174
 
175
+ #: wp-cache.php:244
176
  msgid "Readonly:"
177
  msgstr "Только чтение:"
178
 
179
+ #: wp-cache.php:256
 
180
  msgid "Warning! %s is writeable!"
181
  msgstr "Внимание! Папка %s доступна для записи!"
182
 
183
+ #: wp-cache.php:257
 
184
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
185
  msgstr "Вы должны изменить права на папку %s. Чтобы сделать это - воспользуйтесь FTP-клиентом или следующей командой:"
186
 
187
+ #: wp-cache.php:267
188
  msgid "Mobile rewrite rules detected"
189
  msgstr "Обнаружена поддержка мобильных устройств"
190
 
191
+ #: wp-cache.php:268
192
  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."
193
  msgstr "Для более продуктивной работы сайта, Вам стоит включить опцию \"Поддержка мобильных устройств\" или удалить эту запись из правил в .htaccess. Найдите следующий текст (две строчки) \"2.0\\ MMP|240x320\" и удалите его."
194
 
195
+ #: wp-cache.php:268
196
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
197
  msgstr "На Ваших обычных посетителях это никак не отразится, а вот использующие мобильные устройства для веб-серфинга не будут получать кэшированные страницы (если опция отключена)."
198
 
199
+ #: wp-cache.php:274
200
+ #: wp-cache.php:285
201
  msgid "Rewrite rules must be updated"
202
  msgstr "Права на запись должны быть обновлены"
203
 
204
+ #: wp-cache.php:275
205
+ #: wp-cache.php:286
206
  msgid "The rewrite rules required by this plugin have changed or are missing. "
207
  msgstr "Необходимые для работы плагина права были изменены или отсуствуют."
208
 
209
+ #: wp-cache.php:276
210
  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):"
211
  msgstr "Поддержка блогом мобильных устройств требует присутствия особых правил в файле .htaccess, иначе Вы не сможете использовать эту опцию. Ниже представлены возможые способы (в порядке сложности):"
212
 
213
+ #: wp-cache.php:277
214
  msgid "Set the plugin to legacy mode and enable mobile support."
215
  msgstr "Переведите плагин в режим среднего кэширования и включите поддержку мобмльных устройств."
216
 
217
+ #: wp-cache.php:278
218
+ #: wp-cache.php:287
219
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
220
  msgstr "Прокрутите страницу вниз и нажмите кнопку <strong>Обновить правила Mod_Rewrite</strong>."
221
 
222
+ #: wp-cache.php:279
 
223
  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."
224
  msgstr "Удалите все правила mod_rewrite из файла %s.htaccess, между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code> и обновите страницу (восстановление правил запустится автоматически)."
225
 
226
+ #: wp-cache.php:280
 
227
  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)"
228
  msgstr "Добавьте правила самостоятельно. Для этого откройте в редакторе файл %s.htaccess и найдите код между <code># BEGIN WPSuperCache</code> и <code># END WPSuperCache</code>. Вы увидите два похожих блока кода. Сразу после строки <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> добавьте следующее (таких строк две, добавьте код и после второй):"
229
 
230
+ #: wp-cache.php:293
231
  msgid "Required to serve compressed supercache files properly."
232
  msgstr "Необходимо для правильного сжатия файлов."
233
 
234
+ #: wp-cache.php:293
235
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
236
  msgstr "Необходимо настроить кэширование на странице плагина. Пользователи браузера IE7 будут видеть необновленные страницы из кэша без поддержки данного модуля."
237
 
238
+ #: wp-cache.php:293
239
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
240
  msgstr "Установите дату истечения актуальности страниц. Пользователи могут не увидеть новую версию кэшированной страницы без данного модуля."
241
 
242
+ #: wp-cache.php:300
243
  msgid "Missing Apache Modules"
244
  msgstr "Отсутствующие модули Apache"
245
 
246
+ #: wp-cache.php:301
247
  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."
248
  msgstr "Следующие модули Apache отсутствуют на Вашем сервере. Без них плагин сможет работать только в режиме среднего кэширования. В режиме с поддержкой Super Cache Ваши пользователи могут видеть поврежденные страницы или просроченные их копии."
249
 
250
+ #: wp-cache.php:459
251
  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."
252
  msgstr "<strong>Внимание!</strong> Вы пытаетесь включить сжатие, но модуль <code>zlib.output_compression</code> отключен. Смотрите пункт номер 21 раздела \"Описание проблем\" в файле readme.txt (на англ.)"
253
 
254
+ #: wp-cache.php:550
255
  msgid "WP Super Cache Settings"
256
  msgstr "Настройки WP Super Cache"
257
 
258
+ #: wp-cache.php:561
259
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
260
  msgstr "Важно: <em>Mod_rewrite или Legacy caching отключены</em>. По умолчанию будет загружаться страница \"Настройки\"."
261
 
262
+ #: wp-cache.php:572
263
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
264
  msgstr "Файл конфигураций был изменен, некоторые настройки не соответствуют требованиям плагина. Посетите страницу \"Настройки\" чтобы исправить это."
265
 
266
+ #: wp-cache.php:597
 
267
  msgid "Caching must be enabled to use this feature"
268
  msgstr "Кэширование должно быть включено, если Вы хотите использовать данную опцию"
269
 
270
+ #: wp-cache.php:615
271
+ #: wp-cache.php:746
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
272
  msgid "Cancel Cache Preload"
273
  msgstr "Отменить общее кэширование"
274
 
275
+ #: wp-cache.php:623
276
+ #: wp-cache.php:634
 
 
 
277
  msgid "Scheduled preloading of cache cancelled."
278
  msgstr "Общее кэширование по расписанию отключено."
279
 
280
+ #: wp-cache.php:660
281
+ #: wp-cache.php:744
282
  msgid "Preload Cache Now"
283
  msgstr "Создать общий кэш сейчас"
284
 
285
+ #: wp-cache.php:664
286
  msgid "Scheduled preloading of cache in 10 seconds."
287
  msgstr "Общее кэширование произойдет через 10 секунд."
288
 
289
+ #: wp-cache.php:669
 
290
  msgid "Scheduled preloading of cache in %d minutes"
291
  msgstr "Общее кэширование произойдет через %d минут"
292
 
293
+ #: wp-cache.php:673
294
  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."
295
  msgstr "При активации общего кэширования, будет создана копия для каждой записи и страницы Вашего блога. В этом режиме создаются статичные страницы, которые затем будут видеть \"неопознанные\" посетители (например, поисковые боты и другие). Это может помочь в улучшении уровня PR Google, так как в основе их алгоритма лежит и скорость отклика веб-сайта."
296
 
297
+ #: wp-cache.php:674
298
  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."
299
  msgstr "Однако, при использовании данного вида кэша создается намного больше файлов. Рекомендуется использовать такой тип, если у Вас очень много записей (10 тысяч и более) на блоге. Особенно это важно, если Вы пользуетесь услугами виртуального хостинга."
300
 
301
+ #: wp-cache.php:675
302
  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."
303
  msgstr "В режиме &#8217;Общего кэширования&#8217; запланированная очистка мусора будет удалять только кэш записей простого типа (кэш из Super Cache не будет удален). Данная настройка рекомендована для использования."
304
 
305
+ #: wp-cache.php:679
 
306
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
307
  msgstr "Обновлять общий кэш каждые %s минут (введите 0, чтобы отключить, минимальное допустимое кол-во минут %d)."
308
 
309
+ #: wp-cache.php:692
310
  msgid "all"
311
  msgstr "весь"
312
 
313
+ #: wp-cache.php:705
 
314
  msgid "Preload %s posts."
315
  msgstr "Кэшировать %s записи."
316
 
317
+ #: wp-cache.php:712
318
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
319
  msgstr "Предварительный режим (очистка мусора работает не полностью, опция рекомендована к включению.)"
320
 
321
+ #: wp-cache.php:715
322
  msgid "Send me status emails when files are refreshed."
323
  msgstr "Отправлять мне сообщения с уведомлениями об обновлении кэша."
324
 
325
+ #: wp-cache.php:720
326
  msgid "Many emails, 2 emails per 100 posts."
327
  msgstr "Высокий уровень: 2 сообщения на 100 записей."
328
 
329
+ #: wp-cache.php:723
330
  msgid "Medium, 1 email per 100 posts."
331
  msgstr "Средний уровень: 1 сообщение на 100 записей."
332
 
333
+ #: wp-cache.php:726
334
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
335
  msgstr "Низкий уровень: 1 e-mail в начале и 1 в конце кэширования."
336
 
337
+ #: wp-cache.php:730
 
338
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
339
  msgstr "Обновление кэша через %d ч %d мин и %d сек."
340
 
341
+ #: wp-cache.php:731
 
342
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
343
  msgstr "Полное кэширование проихойдет через %d ч %d мин и %d сек."
344
 
345
+ #: wp-cache.php:737
 
346
  msgid "Currently caching from post %d to %d."
347
  msgstr "В данный моменты кэшируются записи с %d по %d."
348
 
349
+ #: wp-cache.php:741
350
+ msgid "<strong>Page last cached:</strong> %s"
351
+ msgstr "<strong>Последний раз страница была кэширована:</strong> %s"
352
+
353
+ #: wp-cache.php:744
354
  msgid "Update Settings"
355
  msgstr "Обновить настройки"
356
 
357
+ #: wp-cache.php:752
358
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
359
  msgstr "Общее кэширование отключено. Пожалуйста, включите полный режим работы плагина или обратитесь к администратору сервера."
360
 
361
+ #: wp-cache.php:769
362
  #: wp-cache.php:865
363
  msgid "Caching"
364
  msgstr "Статус кэширования"
365
 
366
+ #: wp-cache.php:773
367
  msgid "Cache hits to this website for quick access."
368
+ msgstr "Кэшировать сессии просмотров для быстрого доступа."
369
 
370
+ #: wp-cache.php:773
371
+ #: wp-cache.php:774
372
+ #: wp-cache.php:791
373
+ #: wp-cache.php:796
374
  #: wp-cache.php:799
375
+ #: wp-cache.php:800
376
+ #: wp-cache.php:813
377
  #: wp-cache.php:868
378
  msgid "Recommended"
379
  msgstr "Рекомендовано"
380
 
381
+ #: wp-cache.php:774
382
  msgid "Use mod_rewrite to serve cache files."
383
  msgstr "Использовать mod_rewrite для обслуживания кэша."
384
 
385
+ #: wp-cache.php:775
386
  msgid "Use PHP to serve cache files."
387
  msgstr "Использовать PHP для обслуживания кэша."
388
 
389
+ #: wp-cache.php:776
390
  msgid "Legacy page caching."
391
  msgstr "Упрощенное кэширование."
392
 
393
+ #: wp-cache.php:777
394
+ 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."
395
  msgstr "Использование mod_rewrite поможет сделать работу блога быстрее, чем PHP (хотя и этот вариант тоже не такой медленный). Этот режим проще и удобнее, но начинающему пользователю лучше использовать кэширование PHP."
396
 
397
+ #: wp-cache.php:783
398
  msgid "Miscellaneous"
399
  msgstr "Разное"
400
 
401
+ #: wp-cache.php:789
402
+ msgid "Warning! Compression is disabled as gzencode() function not found."
403
+ msgstr "Внимание! Функция gzencode() не найдена, сжатие отключено."
404
+
405
+ #: wp-cache.php:791
406
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
407
  msgstr "Сжимать файлы кэша чтобы ускорить работу."
408
 
409
+ #: wp-cache.php:792
410
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
411
  msgstr "Сжатие кэша отключено по умолчанию, так как может некорректно работать на некоторых хостингах. Включение или Отключение данной опции автоматически чистит временный кэш."
412
 
413
+ #: wp-cache.php:796
414
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
415
  msgstr "Ошибка 304. Данная ошибка возникает тогда, когда страница не была изменена со времени прошлого запроса."
416
 
417
+ #: wp-cache.php:797
418
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
419
  msgstr "Поддержка ошибки 304 отключена по умолчанию (из-за проблем некоторых сервисов)."
420
 
421
+ #: wp-cache.php:799
422
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
423
  msgstr "Не кэшировать страницы для <acronym title=\"Зарегистрированных пользователей и авторов комментариев\">известных пользователей</acronym>."
424
 
425
+ #: wp-cache.php:800
426
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
427
  msgstr "Авто перестройка кэша. Гости блога увидят устаревшие версии страниц кэша пока новые будут генерироваться."
428
 
429
+ #: wp-cache.php:801
430
  msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
431
  msgstr "Рассказать всем, что Вы пользуетесь плагином WP Super Cache (сообщение будет размещено в \"подвале\" сайта)!"
432
 
433
+ #: wp-cache.php:807
434
+ #: wp-cache.php:1056
435
+ #: wp-cache.php:1563
436
  msgid "Advanced"
437
  msgstr "Настройки"
438
 
439
+ #: wp-cache.php:811
440
  msgid "Mobile device support."
441
  msgstr "Поддержка мобильных устройств"
442
 
443
+ #: wp-cache.php:812
444
  msgid "Clear all cache files when a post or page is published."
445
  msgstr "Очищать кэш когда новая запись или страница опубликована."
446
 
447
+ #: wp-cache.php:813
448
+ msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
449
+ msgstr "Дополнительная сверка кэша (очень редко может нарушить работу кэширования)."
450
+
451
+ #: wp-cache.php:814
452
  msgid "Only refresh current page when comments made."
453
  msgstr "Обновлять страницу при добавлении нового комментария к ней"
454
 
455
+ #: wp-cache.php:815
456
  msgid "List the newest cached pages on this page."
457
  msgstr "Создать список страниц в кэше (выводится на этой странице)"
458
 
459
+ #: wp-cache.php:817
460
  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>"
461
  msgstr "Блокировка файлов. Вам скорее всего не понадобится данная опция, но она может решить проблему маломощных хостингов. Внимание! <em>Включение опции, в редких случаях, может вызвать проблемы в работе блога!</em>"
462
 
463
+ #: wp-cache.php:819
464
+ msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
465
+ msgstr "\"Поздняя\" инициализация. Плагин будет отображать кэшированные страницы после загрузки WordPress. Опция полезна при режиме совместимости."
466
+
467
+ #: wp-cache.php:821
468
  msgid "Use object cache to store cached files."
469
  msgstr "Использовать объекты кэша для хранения кэшированных файлов."
470
 
471
+ #: wp-cache.php:821
472
  msgid "(Experimental)"
473
+ msgstr "(экспериментальные настройки)"
474
 
475
+ #: wp-cache.php:828
476
  msgid "Note:"
477
  msgstr "Важно:"
478
 
479
+ #: wp-cache.php:830
480
+ 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."
481
+ msgstr "Удаляйте плагин только со специальной страницы. Все лишние файлы будут удалены автоматически (некоторые файлы нужно будет редактировать вручную)."
482
+
483
  #: wp-cache.php:831
 
484
  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!)"
485
  msgstr "Деактивируя плагин, убедитесь что папка <em>%s</em> доступна для записи в настройках Вашего сервера, чтобы файлы плагина <em>advanced-cache.php</em> и <em>cache-config.php</em> были удалены в автоматическом режиме (также проверьте наличие прав на запись для этих двух файлов)."
486
 
487
  #: wp-cache.php:832
 
488
  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\"."
489
  msgstr "Для справки смотрите <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> (документ на англ.). Там Вы найдете полезную информацию по использованию и удалению плагина WP Super Cache."
490
 
491
  #: wp-cache.php:833
 
492
  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."
493
  msgstr "Все еще нужна помощь? Смотрите официальный <a href=\"%1$s\">ЧАВО по плагину Super Cache</a> (англ.). Также, Вы можете задать свой вопрос на <a href=\"%2$s\">форумах тех. поддержки</a> (англ.), или ознакомиться с проблемами других пользователей и предложенными им решениями."
494
 
514
  msgstr "Важно: рекомендуется включить PHP кэширование, авто перестройку кэша и поддержку для мобильных устройств"
515
 
516
  #: wp-cache.php:880
517
+ 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."
518
+ msgstr "Внимание: Среди правил mod_rewrite обнаружены правила от Supercache. Для работы с кэшем будут использоваться они. Чтобы удалить эти правила, Вам нужно вручную отредактировать файл .htaccess."
519
+
520
+ #: wp-cache.php:885
521
+ msgid "Cache Tester"
522
+ msgstr "Проверка кэширования"
523
+
524
+ #: wp-cache.php:886
525
+ msgid "Test your cached website by clicking the test button below."
526
+ msgstr "Здесь можно проверить правильность кэширования страниц Вашего блога одним нажатием."
527
 
528
  #: wp-cache.php:892
529
+ msgid "Fetching %s to prime cache: "
530
+ msgstr "Проверка страницы %s в кэше: "
531
+
532
+ #: wp-cache.php:894
533
+ #: wp-cache.php:902
534
+ #: wp-cache.php:910
535
+ msgid "OK"
536
+ msgstr "ЕСТЬ"
537
+
538
+ #: wp-cache.php:897
539
+ msgid "Fetching first copy of %s: "
540
+ msgstr "Проверка первой копии %s: "
541
+
542
+ #: wp-cache.php:905
543
+ msgid "Fetching second copy of %s: "
544
+ msgstr "Проверка второй копии %s: "
545
+
546
+ #: wp-cache.php:913
547
+ msgid "One or more page requests failed:"
548
+ msgstr "При работе с кэшем произошли ошибки:"
549
+
550
+ #: wp-cache.php:932
551
+ #: wp-cache.php:933
552
+ msgid "Page %d: %d (%s)"
553
+ msgstr "Страница %d: %d (%s)"
554
+
555
+ #: wp-cache.php:939
556
+ msgid "Page 1: %s"
557
+ msgstr "Страница 1: %s"
558
+
559
+ #: wp-cache.php:940
560
+ msgid "Page 2: %s"
561
+ msgstr "Страница 2: %s"
562
+
563
+ #: wp-cache.php:941
564
+ msgid "The timestamps on both pages match!"
565
+ msgstr "Временные штампы обоих вариантов страницы совпадают!"
566
+
567
+ #: wp-cache.php:943
568
+ msgid "The pages do not match! Timestamps differ or were not found!"
569
+ msgstr "Страницы не совпадают! Временной штамп отличается или не был найден!"
570
+
571
+ #: wp-cache.php:950
572
+ msgid "Send non-secure (non https) request for homepage"
573
+ msgstr "Отправить незащищенный (не по https) запрос для главной страницы"
574
+
575
+ #: wp-cache.php:951
576
+ msgid "Test Cache"
577
+ msgstr "Проверить"
578
+
579
+ #: wp-cache.php:955
580
+ msgid "Delete Cached Pages"
581
+ msgstr "Удалить страницы из кэша"
582
+
583
+ #: wp-cache.php:956
584
+ msgid "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below."
585
+ msgstr "Кэшированные страницы Вашего блога хранятся на сервере в виде .php и .html файлов. Чтобы удалить их, нажмите на кнопку ниже."
586
+
587
+ #: wp-cache.php:959
588
+ #: wp-cache.php:2093
589
+ #: wp-cache.php:2105
590
+ #: wp-cache.php:2268
591
+ msgid "Delete Cache"
592
+ msgstr "Удалить весь кэш"
593
+
594
+ #: wp-cache.php:963
595
+ msgid "Recommended Links and Plugins"
596
+ msgstr "Рекомендованные для ускорения блога плагины и полезные материалы"
597
+
598
+ #: wp-cache.php:964
599
+ msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
600
+ msgstr "Кэширование страниц - лишь первый шаг на пути ускорения блога! Ниже приведены пару советов по оптимизации Вашего блога:"
601
+
602
+ #: wp-cache.php:965
603
+ 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."
604
+ msgstr "Плагин <a href=\"%s\">WP Minify</a> уменьшает нагрузку на сервер за счет объединения CSS и JS файлов. Также можно использовать и <a href=\"%s\">WPSCMin</a> для уменьшени объема кэшированных страниц. Однако он не может объединять JS и CSS файлы."
605
+
606
+ #: wp-cache.php:966
607
+ 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>."
608
+ msgstr "Дополнение <a href=\"%s\">Yahoo! Yslow</a> прекрасно подойдет для владельцев браузера Firefox. Yslow успешно анализирует страницы Вашего блога и предлагает оптимальные решения для оптимизации и ускорения. Также стоит попробовать онлайн-утилиту <a href=\"%s\">GTMetrix</a>."
609
+
610
+ #: wp-cache.php:967
611
+ 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."
612
+ msgstr "Библиотека JS от <a href=\"%s\">Google</a> позволит использовать оптимизированные файлы Javascript с сервера Google (некоторые плагины уже используют эти библиотеки)."
613
+
614
+ #: wp-cache.php:969
615
+ 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."
616
+ msgstr "<strong>Только для понимающих пользователей:</strong> Ускорьте свой блог, используя <a href=\"%s\">дополнительные возможности контроля кэша</a> за счет правил .htaccess."
617
+
618
+ #: wp-cache.php:970
619
+ 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."
620
+ msgstr "<strong>Только для понимающих пользователей:</strong> Установите дополнительное кэшировани объектов, используя <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a> или <a href=\"%s\">eAcccelerator</a>."
621
+
622
+ #: wp-cache.php:981
623
  msgid "Make WordPress Faster"
624
  msgstr "Сделай свой блог быстрее!"
625
 
626
+ #: wp-cache.php:982
 
627
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
628
  msgstr "Плагин %1$s создан и обновляется автором %2$s при поддержке многих других."
629
 
630
+ #: wp-cache.php:983
 
631
  msgid "He blogs at %1$s and posts photos at %2$s."
632
  msgstr "Посетите блог автора плагина %1$s и его фотоблог на %2$s."
633
 
634
+ #: wp-cache.php:984
 
635
  msgid "Please say hi to him on %s too!"
636
  msgstr "Пожалуйста, посетите %s автора!"
637
 
638
+ #: wp-cache.php:985
639
+ msgid "Need Help?"
640
+ msgstr "Нужна помощь?"
641
+
642
+ #: wp-cache.php:987
643
+ msgid "<a href=\"%1$s\">Installation Help</a>"
644
+ msgstr "<a href=\"%1$s\">Помощь по установке</a> (англ.)"
645
+
646
+ #: wp-cache.php:988
647
+ msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
648
+ msgstr "<a href=\"%1$s\">ЧАВО</a> (англ.)"
649
+
650
+ #: wp-cache.php:989
651
+ msgid "<a href=\"%1$s\">Support Forum</a>"
652
+ msgstr "<a href=\"%1$s\">Форум поддержки</a> (англ.)"
653
+
654
+ #: wp-cache.php:991
655
+ msgid "Rate This Plugin!"
656
+ msgstr "Оцените плагин!"
657
+
658
+ #: wp-cache.php:992
659
+ msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
660
+ msgstr "Пожалуйста, <a href=\"%s\">оцените</a> этот плагин или расскажите о своей проблеме. Этим вы поможете развивать WP Super Cache дальше."
661
+
662
+ #: wp-cache.php:1001
663
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
664
  msgstr "Страниц в кэше с %1$s : <strong>%2$s</strong>"
665
 
666
+ #: wp-cache.php:1002
667
  msgid "Newest Cached Pages:"
668
  msgstr "Новое в кэше:"
669
 
670
+ #: wp-cache.php:1006
 
671
  msgid "Cached %s seconds ago"
672
  msgstr "Добавлено в кэш %s секунд назад"
673
 
674
+ #: wp-cache.php:1009
675
  msgid "(may not always be accurate on busy sites)"
676
  msgstr "(список не рекомендован для больших сайтов)"
677
 
678
+ #: wp-cache.php:1028
679
  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."
680
  msgstr "Кэширование происходит за счет PHP файлов, хранящихся в папке плагина. Они загружаются при включении режима Supercache. Загрузка происходит намного чаще, чем для остальных плагинов WordPress."
681
 
682
+ #: wp-cache.php:1029
683
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
684
+ msgstr "Для использования данной опции нужно знать PHP, и свободно разбираться в устройстве WordPress."
685
 
686
+ #: wp-cache.php:1039
687
  msgid "Available Plugins"
688
  msgstr "Доступные плагины"
689
 
690
+ #: wp-cache.php:1056
691
  msgid "Easy"
692
  msgstr "Кэш"
693
 
694
+ #: wp-cache.php:1056
695
+ msgid "CDN"
696
+ msgstr "Настройка CDN"
697
+
698
+ #: wp-cache.php:1056
699
+ msgid "Contents"
700
+ msgstr "Состояние кэша"
701
 
702
+ #: wp-cache.php:1056
703
  msgid "Preload"
704
  msgstr "Общий кэш"
705
 
706
+ #: wp-cache.php:1056
707
  msgid "Plugins"
708
  msgstr "Плагины"
709
 
710
+ #: wp-cache.php:1056
711
  msgid "Debug"
712
  msgstr "Обслуживание"
713
 
714
+ #: wp-cache.php:1091
 
715
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
716
+ msgstr "Внимание: проверка правил WP Super Cache mod_rewrite отключена для блогов сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
 
 
 
 
 
717
 
718
+ #: wp-cache.php:1100
719
  msgid "Mod Rewrite Rules"
720
  msgstr "Модуль Mod Rewrite"
721
 
722
+ #: wp-cache.php:1106
723
  msgid "WordPress MU Detected"
724
  msgstr "Обнаружен WordPress MU!"
725
 
726
+ #: wp-cache.php:1106
727
  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."
728
  msgstr "К сожалению, mod_rewrite невозможно обновить в автоматическом режиме в WordPress MU. Вам придется вручную сделать это: откройте файл .htaccess (расположен в корневой директории блога) и добавьте следующие правила в него."
729
 
730
+ #: wp-cache.php:1108
731
  msgid "Mod Rewrite rules cannot be updated!"
732
  msgstr "Mod Rewrite не может быть обновлен!"
733
 
734
+ #: wp-cache.php:1109
 
735
  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:"
736
+ msgstr "Для корректной работы в Вашем файле %s.htaccess должны быть прописаны маркеры <strong>BEGIN</strong>, и <strong>END</strong>. Между ними находятся основные правила WordPress mod_rewrite, пример:"
737
 
738
+ #: wp-cache.php:1111
739
  msgid "Refresh this page when you have updated your .htaccess file."
740
  msgstr "Обновите страницу когда закончите редактирование файла .htaccess."
741
 
742
+ #: wp-cache.php:1115
743
  msgid "Thank you for upgrading."
744
  msgstr "Спасибо за обновление."
745
 
746
+ #: wp-cache.php:1115
 
747
  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."
748
  msgstr "С момента последней установленной версии плагина правила mod_rewrite были изменены. К сожалению, Вам придется вручную удалить старые правила прежде чем новые заработают. Обновите эту страницу когда закончите редактировать файл .htaccess. Если Вы хотите полностью обновить все сами, то замените следующую строку: %1$s на эту: %2$s . Единственное отличие - это замена \"HTTP_COOKIE\" на \"HTTP:Cookie\" и \"wordpressuser\" на \"wordpress\". Эти перемены связаны с новой версией WordPress 2.5. Конечно Вы можете продолжать работать со старыми версиями, если хватит смелости ;)"
749
 
750
+ #: wp-cache.php:1119
751
  msgid "Trailing slash check required."
752
+ msgstr "Требуется проверка ссылок на слеш (\"/\")."
753
 
754
+ #: wp-cache.php:1119
755
  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:"
756
  msgstr "Кажется, все ссылки Вашего блога заканчиваются символом \"/\". К сожалению, как только Вы установили данный плагин, сработала опция, обнаружившая копии ссылок без символа \"/\" на конце, и теперь она не может осуществить перенаправление на верный адрес. Чтобы это исправить это, Вы должны отредактировать файл .htaccess и добавить два новых правила к группе основных правил плагина Supercache:"
757
 
758
+ #: wp-cache.php:1121
759
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
760
+ msgstr "Чтобы посмотреть полный список работающих правил, нажмите кнопку \"Посмотреть правила mod_rewrite\"."
761
 
762
+ #: wp-cache.php:1135
763
  msgid "Mod Rewrite rules updated!"
764
  msgstr "Правила mod_rewrite обновлены!"
765
 
766
+ #: wp-cache.php:1136
 
767
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
768
+ msgstr "Файл %s.htaccess был успешно обновлен, необходимые правила mod_rewrite были добавлены. Пожалуйста, проверьте их. Они должны выглядеть так:"
769
 
770
+ #: wp-cache.php:1138
771
  msgid "Mod Rewrite rules must be updated!"
772
  msgstr "Правила mod_rewrite должны быть обновлены!"
773
 
774
+ #: wp-cache.php:1139
 
775
  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:"
776
+ msgstr "Ваш файл %s.htaccess недоступен для записи (в настройках сервера) и не может быть обновлен в автоматическом режиме. Вы должны вручную добавить новые правила к основным так, как указано ниже:"
777
 
778
+ #: wp-cache.php:1144
 
779
  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."
780
  msgstr "Правила mod_rewrite для плагина WP Super Cache были обнаружены в файле %s.htaccess.<br /> Нажмите на соответствующую кнопку, чтобы посмотреть строчки. Если Вы только что обновили плагин, проверьте все правила."
781
 
782
+ #: wp-cache.php:1147
783
  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."
784
  msgstr "Между правилами в Вашем файле .htaccess и правилами самого плагина обнаружены несоответствия. Это может быть просто лишний символ в строке, но Вы должны лично сравнить оригинальные правила со своими как можно скорее. Нажмите на кнопку &#8217;Обновить правила Mod_Rewrite&#8217;, чтобы сделать это в автоматическом режиме."
785
 
786
+ #: wp-cache.php:1150
787
  msgid "View Mod_Rewrite Rules"
788
  msgstr "Посмотреть правила mod_rewrite"
789
 
790
+ #: wp-cache.php:1154
791
+ #: wp-cache.php:2384
 
792
  msgid "Rules must be added to %s too:"
793
  msgstr "Правила должны быть также добавлены к %s:"
794
 
795
+ #: wp-cache.php:1162
 
796
  msgid "Gzip encoding rules in %s.htaccess created."
797
  msgstr "Правила для Gzip-сжатия добавлены в файл %s.htaccess."
798
 
799
+ #: wp-cache.php:1169
800
  msgid "Fix Configuration"
801
  msgstr "Восстановить стандартные настройки"
802
 
803
+ #: wp-cache.php:1172
804
  msgid "Restore Default Configuration"
805
  msgstr "Восстановить настройки по умолчанию"
806
 
807
+ #: wp-cache.php:1180
808
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
809
  msgstr "Проверка комментариев включена. Прежде чем Ваши комментарии будут опубликованы пройдет какое-то время."
810
 
811
+ #: wp-cache.php:1205
812
  msgid "Lock Down:"
813
  msgstr "Закрытый режим:"
814
 
815
+ #: wp-cache.php:1205
816
+ #: plugins/awaitingmoderation.php:35
817
+ #: plugins/badbehaviour.php:66
818
+ #: plugins/domain-mapping.php:61
819
  msgid "Disabled"
820
  msgstr "Отключен"
821
 
822
+ #: wp-cache.php:1205
823
+ #: plugins/awaitingmoderation.php:34
824
+ #: plugins/badbehaviour.php:65
825
+ #: plugins/domain-mapping.php:60
826
  msgid "Enabled"
827
  msgstr "Включен"
828
 
829
+ #: wp-cache.php:1206
830
  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."
831
  msgstr "Подготовьте свой блог к запланированным всплескам посещаемости, активировав данный режим. В активном состоянии размещение новых комментариев и записей НЕ будет обновлять статичные файлы в кэше."
832
 
833
+ #: wp-cache.php:1207
834
  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."
835
+ msgstr "Разработчикам: сделайте свой собственный плагин закрытого режима совместимым с нашим, добавив переменную \"WPLOCKDOWN\". Приведенный ниже код поможет Вам адоптировать свой плагин к настройкам нашего Режима."
836
 
837
+ #: wp-cache.php:1209
838
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
839
+ msgstr "Извините, мой блог временно недоступен. Зайдите попозже..."
840
 
841
+ #: wp-cache.php:1213
842
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
843
  msgstr "Ваш блог использует Закрытый режим. Новые комментарии не обновляют все статичные элементы кэша."
844
 
845
+ #: wp-cache.php:1215
846
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
847
  msgstr "Ваш блог не использует Закрытый режим. Новые комментарии обновляют все статичные элементы кэша."
848
 
849
+ #: wp-cache.php:1218
850
+ #: plugins/searchengine.php:61
851
+ #: plugins/searchengine.php:76
852
+ msgid "Disable"
853
+ msgstr "Отключить"
854
+
855
+ #: wp-cache.php:1218
856
+ #: plugins/searchengine.php:74
857
+ msgid "Enable"
858
+ msgstr "Включить"
859
+
860
+ #: wp-cache.php:1221
861
  msgid "Lock Down"
862
  msgstr "Закрытый режим"
863
 
864
+ #: wp-cache.php:1229
865
  msgid "Directly Cached Files"
866
  msgstr "Прямое кэширование страниц"
867
 
868
+ #: wp-cache.php:1287
 
869
  msgid "%s removed!"
870
  msgstr "%s удален!"
871
 
872
+ #: wp-cache.php:1295
873
+ #: wp-cache.php:1297
874
+ #: plugins/badbehaviour.php:83
875
+ msgid "Warning!"
876
+ msgstr "Внимание!"
877
+
878
+ #: wp-cache.php:1295
879
  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."
880
  msgstr "Вы должны разрешить запись для %s. Но так как это потенциальная уязвимость, после обновления страницы верните права на чтение."
881
 
882
+ #: wp-cache.php:1297
 
883
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
884
  msgstr "Директрия %s доступна для записи. Вам следует изменить ее права на \"Только чтение\"."
885
 
886
+ #: wp-cache.php:1311
887
  msgid "Existing direct page"
888
  msgstr "Страница существует"
889
 
890
+ #: wp-cache.php:1311
891
  msgid "Delete cached file"
892
  msgstr "Удалить файлы из кэша"
893
 
894
+ #: wp-cache.php:1316
895
  msgid "Add direct page:"
896
  msgstr "Добавить страницу в кэш:"
897
 
898
+ #: wp-cache.php:1318
 
899
  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."
900
+ msgstr "Данный кэш создается прямо из папки, где находится Ваш блог (папка %s). Эта опция полезна только тогда, когда ожидается большой приток посетителей с более популярного ресурса на конкретную страницу или запись Вашего."
901
 
902
+ #: wp-cache.php:1320
 
903
  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."
904
  msgstr "Например: чтобы добавить в кэш страницу <em>%1$sabout/</em>, нужно прописать %1$sabout/ или /about/. Кэш для страницы будет создан сразу же после первого к ней обращения гостем."
905
 
906
+ #: wp-cache.php:1321
907
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
908
  msgstr "Чтобы удалить страницу из такого кэша, очистите текстовое поле и удалите файлы кэша."
909
 
910
+ #: wp-cache.php:1326
911
  msgid "Update Direct Pages"
912
  msgstr "Обновить стрницы"
913
 
914
+ #: wp-cache.php:1364
915
  msgid "Expiry Time &amp; Garbage Collection"
916
  msgstr "Просроченные страницы &amp; Очистка мусора"
917
 
918
+ #: wp-cache.php:1366
919
  msgid "Expire time:"
920
  msgstr "Актуальность кэша:"
921
 
922
+ #: wp-cache.php:1367
923
  msgid "seconds"
924
  msgstr "секунд"
925
 
926
+ #: wp-cache.php:1368
927
  msgid "Garbage Collection"
928
  msgstr "Очистка мусора"
929
 
930
+ #: wp-cache.php:1368
931
  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."
932
  msgstr "Если время актуальности кэша более 1800 секунд (полчаса), то очистка мусора будет запускаться каждые 10 минут."
933
 
934
+ #: wp-cache.php:1369
935
  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."
936
+ msgstr "Поверка и удаление просроченных страниц кэша занимает время, но и оставлять такие файлы в системе не стоит. На больших блогах нужно выставлять \"время жизни\" каждой копии <em>300 секунд</em>. Вы можете поэкспериментировать с настройкой и посмотреть, сколько просроченных копий остается в кэше в течение дня. Оптимальное число - не более 500. Используя mod_rewrite или PHP, Вы сможете увеличить количество кэшируемых страниц."
937
 
938
+ #: wp-cache.php:1370
939
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
940
+ msgstr "Установите значение 0 чтобы отключить Очистку мусора."
941
 
942
+ #: wp-cache.php:1371
943
  msgid "Change Expiration"
944
  msgstr "Изменить время жизни копии"
945
 
946
+ #: wp-cache.php:1415
947
  msgid "Rejected User Agents"
948
  msgstr "Поисковые и другие боты"
949
 
950
+ #: wp-cache.php:1416
951
  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."
952
  msgstr "Чтобы запретить плагину кэшировать запросы от поисковых ботов и других сетевых роботов, введите их названия в поле ниже (по одному в строке). Если копия страницы уже существует в кэше Super Cache, то она все равно будет отправлена боту."
953
 
954
+ #: wp-cache.php:1423
955
  msgid "Save UA Strings"
956
  msgstr "Сохранить настройки"
957
 
958
+ #: wp-cache.php:1446
959
  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."
960
  msgstr "Не кэшировать страницы следующих типов. Сверьтесь с <a href=\"http://codex.wordpress.org/Conditional_Tags\">Статьей Кодекса WP</a> (англ.), чтобы узнать подробнее о типах страниц."
961
 
962
+ #: wp-cache.php:1449
963
  msgid "Single Posts"
964
  msgstr "Записи"
965
 
966
+ #: wp-cache.php:1450
967
  msgid "Pages"
968
  msgstr "Страницы"
969
 
970
+ #: wp-cache.php:1451
971
  msgid "Front Page"
972
  msgstr "Основная страница"
973
 
974
+ #: wp-cache.php:1452
975
  msgid "Home"
976
  msgstr "Домашняя страница"
977
 
978
+ #: wp-cache.php:1453
979
  msgid "Archives"
980
  msgstr "Архивы"
981
 
982
+ #: wp-cache.php:1454
983
  msgid "Tags"
984
  msgstr "Метки"
985
 
986
+ #: wp-cache.php:1455
987
  msgid "Category"
988
  msgstr "Рубрики"
989
 
990
+ #: wp-cache.php:1456
991
  msgid "Feeds"
992
  msgstr "Фиды"
993
 
994
+ #: wp-cache.php:1457
995
  msgid "Search Pages"
996
  msgstr "Страницы поиска"
997
 
998
+ #: wp-cache.php:1459
999
+ #: wp-cache.php:1573
1000
  msgid "Save"
1001
  msgstr "Сохранить"
1002
 
1003
+ #: wp-cache.php:1476
1004
  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."
1005
  msgstr "Поле ниже Вы также можете заполнить фрагментами адресов страниц (или групп страниц, например, архив за год/месяц и т.д.), которые не будут кэшироваться. Плагин будет сканировать адреса страниц на предмет наличая в них фрагментов, указанных ниже, перед кэшированием."
1006
 
1007
+ #: wp-cache.php:1482
1008
  msgid "Save Strings"
1009
  msgstr "Сохранить список запрещенных фрагментов"
1010
 
1011
+ #: wp-cache.php:1498
1012
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1013
  msgstr "Поле ниже Вы можете заполнить названиями файлов которые будут кэшированы, даже если в их названии есть запрещенных к кэшированию фрагменты."
1014
 
1015
+ #: wp-cache.php:1504
1016
  msgid "Save Files"
1017
  msgstr "Сохранить список файлов"
1018
 
1019
+ #: wp-cache.php:1545
1020
+ msgid "Currently logging to: %s"
1021
+ msgstr "Currently logging to: %s"
 
 
 
 
1022
 
1023
+ #: wp-cache.php:1548
1024
+ msgid "Fix problems with the plugin by debugging it here. It can log them to a file in your cache directory."
1025
+ msgstr "Здесь Вы можете решить некоторые проблемы, возникающие при работе с плагином, с помощью отладки. Вся служебная информацию (логи) будет записана в файлы директории кэша."
1026
 
1027
+ #: wp-cache.php:1552
1028
  msgid "Debugging"
1029
+ msgstr "Отладка"
 
 
 
 
 
 
 
 
1030
 
1031
+ #: wp-cache.php:1552
1032
+ #: plugins/awaitingmoderation.php:40
1033
+ #: plugins/badbehaviour.php:71
1034
+ #: plugins/searchengine.php:69
1035
+ #: plugins/domain-mapping.php:66
1036
+ msgid "enabled"
1037
+ msgstr "включен"
1038
 
1039
+ #: wp-cache.php:1553
1040
  msgid "IP Address"
1041
  msgstr "Адрес IP"
1042
 
1043
+ #: wp-cache.php:1553
 
1044
  msgid "(only log requests from this IP address. Your IP is %s)"
1045
  msgstr "(записывает обращения только с этого IP. Ваш IP - %s)"
1046
 
1047
+ #: wp-cache.php:1554
1048
  msgid "Log level"
1049
  msgstr "Уровень лога"
1050
 
1051
+ #: wp-cache.php:1560
1052
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1053
+ msgstr "(1 = наименьший, 5 = наибольший, может вызвать большую нагрузку на сервер)"
1054
 
1055
+ #: wp-cache.php:1563
1056
  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>"
1057
  msgstr "В особо редких случаях на блоге могут случиться две проблемы:<ol><li> Вместо главной страницы пользователи будут видеть предложение загрузить .zip архив с ней</li><li> Вместо главной страницы может быть добавлена в кэш совершенно другая (только в случае, если Ваш бог использует следующую структуру ссылок <em>/%category%/%postname%/</em>).</li></ol>"
1058
 
1059
+ #: wp-cache.php:1564
 
1060
  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."
1061
+ msgstr "Ошибки, которые могут возникнуть при работе с WP Super Cache, не связаны с плагином. Они появляются лишь в редких случаях (и то из-за проблем с хостингом или другими плагинами), но Вы можете подстраховаться, запустив автоматическую сверку кэша каждые 5 минут. В случае ошибки, Вам будет отправлено сообщение."
1062
 
1063
+ #: wp-cache.php:1566
1064
  msgid "Check front page every 5 minutes."
1065
  msgstr "Проверять главную страницу каждые 5 минут."
1066
 
1067
+ #: wp-cache.php:1567
1068
  msgid "Front page text"
1069
  msgstr "Ключевой текст"
1070
 
1071
+ #: wp-cache.php:1567
1072
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1073
  msgstr "Введите текст который плагин будет искать на главной странице. Если текст не будет обнаружен, то кэш автоматически очистится. Оставьте поле пустым чтобы отключить опцию."
1074
 
1075
+ #: wp-cache.php:1568
1076
  msgid "Clear cache on error."
1077
  msgstr "Очищать кэш при ошибке."
1078
 
1079
+ #: wp-cache.php:1569
1080
  msgid "Email the blog admin when checks are made. (useful for testing)"
1081
  msgstr "Сообщить администратору блога по завершению проверки (полезно при тестировании на ошибки)."
1082
 
1083
+ #: wp-cache.php:1583
1084
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1085
  msgstr "Ошибка: сжатие GZIP включено, отключите его если хотите запустить wp-cache."
1086
 
1087
+ #: wp-cache.php:1630
1088
+ #: wp-cache.php:1796
1089
  msgid "Warning"
1090
  msgstr "Внимание"
1091
 
1092
+ #: wp-cache.php:1630
1093
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1094
  msgstr "Сжатие GZIP включено в настройках WordPress, плагин не будет работать до тех пор, пока Вы не отключите gzip."
1095
 
1096
+ #: wp-cache.php:1692
1097
+ #: wp-cache.php:1697
1098
+ #: wp-cache.php:1729
1099
+ #: wp-cache.php:1734
1100
+ #: wp-cache.php:1740
1101
  msgid "Error"
1102
  msgstr "Ошибка"
1103
 
1104
+ #: wp-cache.php:1692
1105
+ 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."
1106
+ msgstr "Папка для хранения кэша (<strong>$cache_path</strong>) не существует и не может быть создана в автоматическом режиме. Проверьте права доступа к %s."
 
1107
 
1108
+ #: wp-cache.php:1697
 
1109
  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."
1110
  msgstr "Папка (<strong>%1$s</strong>) или <strong>%2$s</strong> должна быть доступна для записи. Перепроверьте права доступа."
1111
 
1112
+ #: wp-cache.php:1729
 
1113
  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."
1114
+ msgstr "Конфигурационный файл WP-Cache (<strong>%s</strong>) может быть недоступен для записи. Пожалуйста, удалите его вручную и обновите страницу."
1115
 
1116
+ #: wp-cache.php:1734
 
1117
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1118
  msgstr "Конфигурационный файл отсутствует, а папка %1$s (<strong>%2$s</strong>) недоступна для записи. Проверьте права доступа."
1119
 
1120
+ #: wp-cache.php:1740
 
1121
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1122
+ msgstr "Файл WP-Cache (<strong>%s</strong>) не был найден. Проверьте, завершена ли установка плагина."
1123
 
1124
+ #: wp-cache.php:1796
 
1125
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1126
  msgstr "%s/advanced-cache.php</em> не существует или не может быть обновлен в автоматическом режиме."
1127
 
1128
+ #: wp-cache.php:1797
1129
  msgid "1. If it already exists please delete the file first."
1130
  msgstr "1. Если он уже существует в папках Вашего блога, удалите его."
1131
 
1132
+ #: wp-cache.php:1798
 
1133
  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)"
1134
  msgstr "2. Измените права доступа к %1$s, чтобы можно было записать данные в автоматическом режиме (права должны быть: <em>chmod 777 %1$s</em>), проверьте правильность заданных прав и обновите страницу. Это временное условие, после обновления страницы права доступа нужно вернуть на прежние (с 777 на 755)."
1135
 
1136
+ #: wp-cache.php:1799
 
1137
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1138
+ msgstr "3. Перезагрузите страницу, файл <em>%s/advanced-cache.php</em> обновится сам"
1139
 
1140
+ #: wp-cache.php:1800
 
1141
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1142
+ msgstr "Если это не сработало, убедитесь что файл <em>%s/advanced-cache.php</em> не существует:"
1143
 
1144
+ #: wp-cache.php:1801
 
1145
  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>"
1146
+ 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>"
1147
 
1148
+ #: wp-cache.php:1824
1149
  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>"
1150
  msgstr "<h3>Параметр WP_CACHE не активирован</h3><p>Данный параметр должен быть активирован для того, чтобы WordPress мог корректно работать с файлами кэша. В данный момент он отключен. Чтобы включить его, откройте файл wp-config.php и добавьте в него следующую строчку:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1151
 
1152
+ #: wp-cache.php:1826
1153
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1154
+ msgstr "<strong>Ошибка: Переменная WP_CACHE не была найдена</strong> в файле общих конфигураций <code>wp-config.php</code>."
1155
 
1156
+ #: wp-cache.php:1827
 
1157
  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. "
1158
+ msgstr "Отредактируйте код <code>%s</code> и добавьте следующую сточку:<br /> <code>define('WP_CACHE', true);</code><br />Иначе <strong>WP-Cache не сможет запуститься</strong>. "
1159
 
1160
+ #: wp-cache.php:1831
1161
  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."
1162
  msgstr "<h3>Переменная WP_CACHE добавлена в файл конфигураций wp-config.php</h3><p>Если Вы до сих пор видите данное сообщение, то сверьтесь с пунктом 5 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">ЧАВО</a> (на англ.). Строка с WP_CACHE должна быть размещена выше."
1163
 
1164
+ #: wp-cache.php:1855
1165
  msgid "Cache Contents"
1166
  msgstr "Состояние кэша"
1167
 
1168
+ #: wp-cache.php:1858
1169
  msgid "Object cache in use. No cache listing available."
1170
  msgstr "Список кэширования недоступен."
1171
 
1172
+ #: wp-cache.php:1882
 
1173
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1174
  msgstr "Удаление файлов Super Cache: <strong>%s</strong><br />"
1175
 
1176
+ #: wp-cache.php:1899
 
1177
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1178
  msgstr "Удаление файлов WP-Cache: <strong>%s</strong><br />"
1179
 
1180
+ #: wp-cache.php:1964
1181
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1182
+ msgstr "Статистика объектов в кэше НЕ создается автоматически. Чтобы обновить ее вручную нажмите на ссылку ниже."
1183
 
1184
+ #: wp-cache.php:1965
1185
  msgid "Regenerate cache stats"
1186
  msgstr "Обновить статистику кэша"
1187
 
1188
+ #: wp-cache.php:1967
 
1189
  msgid "Cache stats last generated: %s minutes ago."
1190
  msgstr "Статистика объектов в кэше последний раз создана: %s мин назад."
1191
 
1192
+ #: wp-cache.php:1973
1193
  msgid "WP-Cache"
1194
  msgstr "Состояние WP-Cache"
1195
 
1196
+ #: wp-cache.php:1974
1197
+ #: wp-cache.php:1989
 
1198
  msgid "%s Cached Pages"
1199
  msgstr "%s страниц в кэше"
1200
 
1201
+ #: wp-cache.php:1975
1202
+ #: wp-cache.php:1994
 
1203
  msgid "%s Expired Pages"
1204
  msgstr "%s страниц просрочено"
1205
 
1206
+ #: wp-cache.php:1988
1207
  msgid "WP-Super-Cache"
1208
  msgstr "Состояние WP-Super-Cache"
1209
 
1210
+ #: wp-cache.php:1998
1211
  msgid "Fresh WP-Cached Files"
1212
  msgstr "Новые файлы WP-Cache"
1213
 
1214
+ #: wp-cache.php:1999
1215
+ #: wp-cache.php:2015
1216
+ #: wp-cache.php:2031
1217
+ #: wp-cache.php:2047
1218
  msgid "URI"
1219
  msgstr "АДРЕС"
1220
 
1221
+ #: wp-cache.php:1999
1222
+ #: wp-cache.php:2015
1223
  msgid "Key"
1224
  msgstr "Ключ"
1225
 
1226
+ #: wp-cache.php:1999
1227
+ #: wp-cache.php:2015
1228
+ #: wp-cache.php:2031
1229
+ #: wp-cache.php:2047
1230
  msgid "Age"
1231
  msgstr "Возраст"
1232
 
1233
+ #: wp-cache.php:1999
1234
+ #: wp-cache.php:2015
1235
+ #: wp-cache.php:2031
1236
+ #: wp-cache.php:2047
1237
  msgid "Delete"
1238
  msgstr "Удалить"
1239
 
1240
+ #: wp-cache.php:2014
1241
  msgid "Stale WP-Cached Files"
1242
  msgstr "Старые файлы WP-Cache"
1243
 
1244
+ #: wp-cache.php:2030
1245
  msgid "Fresh Super Cached Files"
1246
  msgstr "Новые файлы Super Cache"
1247
 
1248
+ #: wp-cache.php:2046
1249
  msgid "Stale Super Cached Files"
1250
  msgstr "Старые файлы Super Cache"
1251
 
1252
+ #: wp-cache.php:2062
1253
  msgid "Hide file list"
1254
  msgstr "Убрать список"
1255
 
1256
+ #: wp-cache.php:2064
1257
  msgid "Too many cached files, no listing possible."
1258
  msgstr "Слишком много объектов в кэше, создание списка невозможно."
1259
 
1260
+ #: wp-cache.php:2066
1261
  msgid "List all cached files"
1262
  msgstr "Список кэшированных файлов"
1263
 
1264
+ #: wp-cache.php:2072
 
1265
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1266
  msgstr "<strong>Очистка мусора</strong><br />Предыдущая очистка была <strong>%s</strong> минут назад<br />"
1267
 
1268
+ #: wp-cache.php:2073
 
1269
  msgid "Next GC in <strong>%s</strong> minutes"
1270
  msgstr "Следующая очистка будет через <strong>%s</strong> минут"
1271
 
1272
+ #: wp-cache.php:2076
 
1273
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1274
  msgstr "Просроченный кэш - это страницы, созданные более чем %s секунд назад. Не смотря на свой статус, они используются в общем кэше и периодически удаляются."
1275
 
1276
+ #: wp-cache.php:2087
1277
  msgid "Delete Expired"
1278
  msgstr "Удалить просроченный кэш"
1279
 
1280
+ #: wp-cache.php:2105
 
 
 
 
 
 
1281
  msgid "Delete Super Cache cached files (opens in new window)"
1282
  msgstr "Удалить файлы Super Cache (в новом окне)"
1283
 
1284
+ #: wp-cache.php:2244
 
1285
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1286
  msgstr "%1$s благодарен плагину %2$s за проделаннную работу"
1287
 
1288
+ #: wp-cache.php:2277
 
1289
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1290
+ msgstr "Плагин WP Super Cache должен быть настроен! Чтобы включить его и настроить, перейдите на <a href=\"%s\">страницу управления</a>."
1291
 
1292
+ #: wp-cache.php:2283
1293
  msgid "Settings"
1294
  msgstr "Настройки"
1295
 
1296
+ #: wp-cache.php:2293
 
1297
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1298
+ msgstr "Плагин WP Super Cache не активирован! Чтобы включить его, перейдите на <a href=\"%s\">страницу управления</a>."
1299
+
1300
+ #: wp-cache.php:2296
1301
+ 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."
1302
+ msgstr "ВНИМАНИЕ! Кэширование отключено, плагин поврежден! WP Super Cache не может загрузить скрипт wp-cache-phase1.php.<br /><br />Чтобы исправить ошибку, откройте файл %1$s/advanced-cache.php и проверьте строчку, указывающую на %2$swp-cache-phase1.php."
1303
 
1304
+ #: wp-cache.php:2315
 
1305
  msgid "[%s] Front page is gzipped! Please clear cache!"
1306
  msgstr "[%s] Главная страница сжата с помощью gzipped! Удалите кэш!"
1307
 
1308
+ #: wp-cache.php:2315
 
1309
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1310
  msgstr "Произошла ошибка! Посетите %s чтобы удалить кэш!"
1311
 
1312
+ #: wp-cache.php:2318
 
1313
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1314
  msgstr "[%s] Главная страница сжата с помощью gzipped! Кэш удален!"
1315
 
1316
+ #: wp-cache.php:2318
 
1317
  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."
1318
  msgstr "Весь кэш для Вашего блога был очищен, так как плагин заметил ошибку на главной странице (она скачивалась архивом). Чтобы проверить кэш, посетите эту стрницу %s."
1319
 
1320
+ #: wp-cache.php:2325
 
1321
  msgid "[%s] Front page is not correct! Please clear cache!"
1322
  msgstr "[%s] Кэш главной страницы содержит ошибку! Удалите кэш!"
1323
 
1324
+ #: wp-cache.php:2325
 
1325
  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\"!"
1326
  msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Чтобы исправить ошибку, посетите эту страницу %1$s и вручную очистие кэш."
1327
 
1328
+ #: wp-cache.php:2328
 
1329
  msgid "[%s] Front page is not correct! Cache Cleared!"
1330
  msgstr "[%s] Главная страница отображается с ошибкой! Кэш удален!"
1331
 
1332
+ #: wp-cache.php:2328
 
1333
  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."
1334
  msgstr "Произошла ошибка, на главной странице Вашего блога не был обнаружен ключевой текст \"%2$s\"! Посетите эту страницу %1$s чтобы проверить кэш."
1335
 
1336
+ #: wp-cache.php:2333
 
1337
  msgid "[%s] Front page check!"
1338
  msgstr "[%s] Главная страница проверена!"
1339
 
1340
+ #: wp-cache.php:2333
 
1341
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1342
  msgstr "Плагин WP Super Cache только что проверил главную страницу Вашего блога на предмет ошибок. Чтобы отключить уведомления и проверку посетите эту страницу %s."
1343
 
1344
+ #: wp-cache.php:2376
1345
  msgid "Cannot update .htaccess"
1346
  msgstr "Не могу обновить файл .htaccess"
1347
 
1348
+ #: wp-cache.php:2376
 
1349
  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."
1350
  msgstr "Файл <code>%s.htaccess</code> не может быть обновлен в автоматическом режиме. Чтобы исправить это задайте необходимые для записи права доступа к нему."
1351
 
1352
+ #: wp-cache.php:2376
1353
  msgid "Refresh this page when the file permissions have been modified."
1354
  msgstr "Обновите страницу когда необходимые права доступа будут заданы."
1355
 
1356
+ #: wp-cache.php:2376
 
1357
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1358
+ msgstr "Вы также можете отредактировать файл <code>%s.htaccess</code> вручную и лично добавить необходимые правила:"
1359
 
1360
+ #: wp-cache.php:2380
 
1361
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1362
+ msgstr "Чтобы плагин мог правильно работать со статичными html файлами, Вы должны добавить в файл <code>%s.htaccess</code> правила модуля mod_rewrite"
1363
 
1364
+ #: wp-cache.php:2381
1365
  msgid "You can edit the file yourself add the following rules."
1366
  msgstr "Вы можете вручную отредактировать файл и добавить необходимые правила."
1367
 
1368
+ #: wp-cache.php:2382
1369
  msgid " Make sure they appear before any existing WordPress rules. "
1370
  msgstr " Убедитесь что они идут перед всеми уже существующими в документе правилами WordPress. "
1371
 
1372
+ #: wp-cache.php:2390
1373
  msgid "Update Mod_Rewrite Rules"
1374
  msgstr "Обновить правила mod_rewrite"
1375
 
1376
+ #: wp-cache.php:2515
 
1377
  msgid "[%1$s] Cache Preload Started"
1378
  msgstr "[%1$s] Общее кэширование началось"
1379
 
1380
+ #: wp-cache.php:2517
 
1381
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1382
  msgstr "[%1$s] Обновление кэша записей с %2$d по %3$d"
1383
 
1384
+ #: wp-cache.php:2535
1385
+ msgid "[%1$s] Cache Preload Stopped"
1386
+ msgstr "[%1$s] Общее кэширование остановлено"
1387
+
1388
+ #: wp-cache.php:2544
1389
  msgid "[%1$s] %2$d posts refreshed"
1390
  msgstr "[%1$s] %2$d кэш записей обновлен"
1391
 
1392
+ #: wp-cache.php:2544
1393
  msgid "Refreshed the following posts:"
1394
  msgstr "Следующие записи обновлены:"
1395
 
1396
+ #: wp-cache.php:2553
 
1397
  msgid "Scheduling next preload refresh in %d minutes."
1398
  msgstr "Следующее запланированное обновление общего кэша через %d минут."
1399
 
1400
+ #: wp-cache.php:2563
 
1401
  msgid "[%s] Cache Preload Completed"
1402
  msgstr "[%s] Общее кэширование завершено"
1403
 
1404
+ #: wp-cache.php:2563
1405
  msgid "Cleaning up old supercache files."
1406
  msgstr "Удалять старые файлы из кэша Super Cache."
1407
 
1408
+ #: wp-cache.php:2605
 
1409
  msgid "[%s] Preload may have stalled."
1410
  msgstr "[%s] Общее кэширование могло быть прервано."
1411
 
1412
+ #: wp-cache.php:2605
 
1413
  msgid ""
1414
  "Preload has been restarted.\n"
1415
  "%s"
1417
  "Общее кэширование было перезапущено.\n"
1418
  "%s"
1419
 
1420
+ #: wp-cache.php:2648
1421
+ msgid "Supercache Uninstall Problems"
1422
+ msgstr "Проблемы при удалении плагина"
1423
+
1424
+ #: wp-cache.php:2648
1425
+ msgid ""
1426
+ "Dear User,\n"
1427
+ "\n"
1428
+ "WP Super Cache was removed from your blog but the mod_rewrite rules\n"
1429
+ "in your .htaccess were not.\n"
1430
+ "\n"
1431
+ "Please edit the following file and remove the code\n"
1432
+ "between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
1433
+ "\n"
1434
+ "%s\n"
1435
+ "\n"
1436
+ "Regards,\n"
1437
+ "WP Super Cache Plugin\n"
1438
+ "http://wordpress.org/extend/plugins/wp-super-cache/"
1439
+ msgstr ""
1440
+ "Уважаемый пользователь,\n"
1441
+ "\n"
1442
+ "плагин WP Super Cache был успешно удален с Вашего блога, но правила mod_rewrite\n"
1443
+ "в файле .htaccess не были приведены в исходное состояние.\n"
1444
+ "\n"
1445
+ "Пожалуйста, отредактируйте даный файл вручную, используя текстовый редактор,\n"
1446
+ "удалив строчки между 'BEGIN WPSuperCache' и 'END WPSuperCache'. Но сначала создайте резервную копию файла!\n"
1447
+ "\n"
1448
+ "%s\n"
1449
+ "\n"
1450
+ "Успехов,\n"
1451
+ "WP Super Cache Plugin\n"
1452
+ "http://wordpress.org/extend/plugins/wp-super-cache/"
1453
+
1454
+ #: plugins/awaitingmoderation.php:4
1455
+ msgid "Your comment is awaiting moderation."
1456
+ msgstr "Ваш комментарий ожидает подтверждения."
1457
+
1458
+ #: plugins/awaitingmoderation.php:32
1459
+ msgid "Awaiting Moderation"
1460
+ msgstr "Плагин \"Awaiting Moderation\""
1461
+
1462
+ #: plugins/awaitingmoderation.php:36
1463
+ msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
1464
+ msgstr "Включите или выключите плагин, чтобы убрать надпись \"Ваш комментарий ожидает проверки\" когда кто-то размещает комментарий к записи."
1465
+
1466
+ #: plugins/awaitingmoderation.php:42
1467
+ #: plugins/badbehaviour.php:73
1468
+ #: plugins/searchengine.php:67
1469
+ #: plugins/domain-mapping.php:68
1470
+ msgid "disabled"
1471
+ msgstr "отключен"
1472
+
1473
+ #: plugins/awaitingmoderation.php:43
1474
+ msgid "Awaiting Moderation is now %s"
1475
+ msgstr "Плагин \"Awaiting Moderation\" сейчас %s"
1476
+
1477
+ #: plugins/awaitingmoderation.php:45
1478
+ #: plugins/badbehaviour.php:76
1479
+ #: plugins/domain-mapping.php:71
1480
+ msgid "Update"
1481
+ msgstr "Обновить"
1482
+
1483
+ #: plugins/badbehaviour.php:47
1484
+ msgid "Bad Behaviour not found. Please check your install."
1485
+ msgstr "Плагин \"Bad Behaviour\" не был найден. Проверьте, завершили ли Вы его установку."
1486
+
1487
+ #: plugins/badbehaviour.php:63
1488
+ msgid "Bad Behavior"
1489
+ msgstr "Плагин \"Bad Behaviour\" "
1490
+
1491
+ #: plugins/badbehaviour.php:68
1492
+ 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/\") "
1493
+ msgstr " (данный плагин может работать только в режиме среднего кэширования, отключите сжатие и установите плагин \"<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a>\" в \"%s/plugins/bad-behavior/\") "
1494
+
1495
+ #: plugins/badbehaviour.php:74
1496
+ msgid "Bad Behavior support is now %s"
1497
+ msgstr "Статус плагина \"Bad Behaviour\": %s. "
1498
+
1499
+ #: plugins/searchengine.php:71
1500
+ msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
1501
+ msgstr "Статус плагина \"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>\": %s."
1502
+
1503
+ #: plugins/searchengine.php:72
1504
+ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
1505
+ msgstr "(требуется установка <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>) "
1506
+
1507
+ #: plugins/domain-mapping.php:58
1508
+ msgid "Domain Mapping"
1509
+ msgstr "Плагин \"МультиБлог\""
1510
+
1511
+ #: plugins/domain-mapping.php:63
1512
+ 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."
1513
+ msgstr "Помогите улучшить плагин \"<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>\"!"
1514
+
1515
+ #: plugins/domain-mapping.php:69
1516
+ msgid "Domain Mapping support is now %s"
1517
+ msgstr "Статус плагина \"Domain Mapping\": %s. "
1518
+
1519
+ #: plugins/domain-mapping.php:83
1520
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
1521
+ msgstr "Обнаружен плагин \"Domain Mapping\"! Чтобы облегчить и ускорить его работу, Вам нужно включить поддержку мультиблогов в настройках."
1522
+
1523
+ #~ msgid ""
1524
+ #~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on "
1525
+ #~ "<a href=\"%s\">on the main site</a> of this network."
1526
+ #~ msgstr ""
1527
+ #~ "Внимание: Проверка правил WP Super Cache mod_rewrite отключена для блогов "
1528
+ #~ "сети пока не будет запущена <a href=\"%s\">на главном блоге</a>."
1529
+
1530
+ #~ msgid "Tester & Contents"
1531
+ #~ msgstr "Проверка"
1532
+
1533
+ #~ msgid ""
1534
+ #~ "Logging to a file is easier but faces the problem that clearing the cache "
1535
+ #~ "will clear the log file."
1536
+ #~ msgstr ""
1537
+ #~ "Получить доступ к файлу лога просто, но при очистке кэша лог также будет "
1538
+ #~ "удален."
1539
+
1540
+ #~ msgid "Logging Type"
1541
+ #~ msgstr "Тип входа"
1542
+
1543
+ #~ msgid "Email"
1544
+ #~ msgstr "Email"
1545
+
1546
+ #~ msgid "file"
1547
+ #~ msgstr "файл"
1548
+
1549
+ #~ msgid "(support for multiple domains on multisite websites) "
1550
+ #~ msgstr "(поддержка для MU - сервиса блогов)"
1551
+
1552
+ #~ msgid ""
1553
+ #~ "Scheduled preloading of cache cancelled. If a job is currently running it "
1554
+ #~ "will not shutdown until the current 100 pages are complete."
1555
+ #~ msgstr ""
1556
+ #~ "Общее кэширование по расписанию отключено. Если служба сейчас запущена, "
1557
+ #~ "она не будет завершена пока текущие 100 страниц не кэшированы."
1558
+
1559
  #~ msgid ""
1560
  #~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
1561
  #~ "strong> button."
languages/wp-super-cache-ua_UA.mo ADDED
Binary file
languages/wp-super-cache-ua_UA.po ADDED
@@ -0,0 +1,1555 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of the WordPress plugin by .
2
+ # Copyright (C) 2010
3
+ # This file is distributed under the same license as the package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: WP Super Cache\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
10
+ "POT-Creation-Date: 2010-09-27 13:58+0000\n"
11
+ "PO-Revision-Date: 2011-07-24 13:13+0200\n"
12
+ "Last-Translator: Alexandr <pixelpwnz@gmail.com>\n"
13
+ "Language-Team: Alyona Lompar <alyona.lompar@aol.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Ukrainian\n"
18
+ "X-Poedit-Country: UKRAINE\n"
19
+
20
+ #: plugins/awaitingmoderation.php:4
21
+ msgid "Your comment is awaiting moderation."
22
+ msgstr "Ваш коментар очікує підтвердження."
23
+
24
+ #: plugins/awaitingmoderation.php:23
25
+ #: plugins/awaitingmoderation.php:38
26
+ #: plugins/badbehaviour.php:47
27
+ #: plugins/badbehaviour.php:65
28
+ #: plugins/domain-mapping.php:47
29
+ #: plugins/domain-mapping.php:62
30
+ #: plugins/searchengine.php:61
31
+ #: plugins/searchengine.php:76
32
+ #: wp-cache.php:1114
33
+ msgid "Disable"
34
+ msgstr "Відключити"
35
+
36
+ #: plugins/awaitingmoderation.php:29
37
+ #: plugins/badbehaviour.php:55
38
+ #: plugins/domain-mapping.php:53
39
+ #: plugins/searchengine.php:67
40
+ msgid "disabled"
41
+ msgstr "Відключений"
42
+
43
+ #: plugins/awaitingmoderation.php:31
44
+ #: plugins/badbehaviour.php:57
45
+ #: plugins/domain-mapping.php:55
46
+ #: plugins/searchengine.php:69
47
+ #: wp-cache.php:1460
48
+ msgid "enabled"
49
+ msgstr "Включений"
50
+
51
+ #: plugins/awaitingmoderation.php:33
52
+ #, php-format
53
+ msgid "Awaiting Moderation plugin is %s"
54
+ msgstr "Статус плагіна \"Awaiting Moderation\": %s"
55
+
56
+ #: plugins/awaitingmoderation.php:34
57
+ msgid "(Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment.) "
58
+ msgstr "(Прибирає текст \" Ваш коментар очікує перевірки\" коли хтось розміщує коментар до запису)"
59
+
60
+ #: plugins/awaitingmoderation.php:36
61
+ #: plugins/badbehaviour.php:63
62
+ #: plugins/domain-mapping.php:60
63
+ #: plugins/searchengine.php:74
64
+ #: wp-cache.php:1114
65
+ msgid "Enable"
66
+ msgstr "Включити"
67
+
68
+ #: plugins/badbehaviour.php:45
69
+ msgid "Bad Behaviour not found. Please check your install."
70
+ msgstr "Плагін \" Bad Behaviour\" не був знайдений. Перевірте, чи завершили Ви його встановлення."
71
+
72
+ #: plugins/badbehaviour.php:60
73
+ #, php-format
74
+ msgid "Bad Behaviour support is %s."
75
+ msgstr "Статус плагіна \" Bad Behaviour\": %s."
76
+
77
+ #: plugins/badbehaviour.php:61
78
+ #, php-format
79
+ 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/\") "
80
+ msgstr "(Даний плагін буде функціонувати лише в режимі середнього кешування, вимкніть стиск і встановіть плагін \"<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a>\" в \"%s/ plugins/bad-behavior/ \") "
81
+
82
+ #: plugins/badbehaviour.php:69
83
+ #: wp-cache.php:1191
84
+ #: wp-cache.php:1193
85
+ msgid "Warning!"
86
+ msgstr "Увага!"
87
+
88
+ #: plugins/domain-mapping.php:57
89
+ #, php-format
90
+ msgid "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a> support plugin is %s"
91
+ msgstr "Статус плагіна \"<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>\": %s"
92
+
93
+ #: plugins/domain-mapping.php:58
94
+ msgid "(support for multiple domains on multisite websites) "
95
+ msgstr "(Підтримка для MU - сервісу блогів)"
96
+
97
+ #: plugins/domain-mapping.php:72
98
+ msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
99
+ msgstr "Виявлена ​​підтримка сервісу мультіблогов! Щоб полегшити і прискорити роботу плагіна, Вам потрібно включити підтримку мультіблогов в налаштуваннях."
100
+
101
+ #: plugins/searchengine.php:71
102
+ #, php-format
103
+ msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
104
+ msgstr "Статус плагіна \"<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a>\": %s."
105
+
106
+ #: plugins/searchengine.php:72
107
+ msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
108
+ msgstr "(Вимагає установки <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
109
+
110
+ #: wp-cache.php:87
111
+ #, php-format
112
+ msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
113
+ msgstr "Будь ласка, створіть файл %s /wp-cache-config.php з wp-super-cache/wp-cache-config-sample.php"
114
+
115
+ #: wp-cache.php:138
116
+ msgid "Warning! PHP Safe Mode Enabled!"
117
+ msgstr "Увага! Включений режим PHP Safe Mode!"
118
+
119
+ #: wp-cache.php:139
120
+ msgid "You may experience problems running this plugin because SAFE MODE is enabled."
121
+ msgstr "При роботі з плагіном можуть виникнути проблеми, тому що PHP Safe Mode включений на Вашому сервері."
122
+
123
+ #: wp-cache.php:143
124
+ msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
125
+ msgstr "Ваш сервер налаштований так, що перевіряє власника для всіх PHP скриптів перед тим як дозволити їм читання або запис в файл."
126
+
127
+ #: wp-cache.php:144
128
+ #, php-format
129
+ 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."
130
+ msgstr "Ви або Адміністратор можете виправити помилки, змінивши групу власника скриптів плагіна через налаштування веб-сервера. Також потрібно змінити власника для папки %s/cache/. Для більш детальної інформації дивіться <a href=\"http://php.net/features.safe-mode\">сторінку допомоги по режиму safe mode</a> (на англ.)."
131
+
132
+ #: wp-cache.php:146
133
+ 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."
134
+ msgstr "Ви або Адміністратор повинні відключити це. Для більш детальної інформації дивіться <a href=\"http://php.net/features.safe-mode\">сторінку допомоги по режиму safe mode</a> (на англ.). Ці налаштування НЕ можуть бути відключені через файл. htaccess, для вирішення проблеми потрібно редагувати php.ini в настройках веб-сервера."
135
+
136
+ #: wp-cache.php:152
137
+ msgid "Permlink Structure Error"
138
+ msgstr "Помилка структури посилань"
139
+
140
+ #: wp-cache.php:153
141
+ 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."
142
+ msgstr "Для коректної роботи плагіна необхідна коректна настройка структури посилань. Щоб налаштувати їх, відвідайте сторінку <a href=\"options-permalink.php\">Постійні посилання</a>."
143
+
144
+ #: wp-cache.php:165
145
+ #, php-format
146
+ msgid "Warning! Your hostname \"%s\" resolves to %s"
147
+ msgstr "Увага! Ваше hostname \"%s\" перетворено у %s"
148
+
149
+ #: wp-cache.php:166
150
+ #, php-format
151
+ 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."
152
+ msgstr "Ваш веб-сервер вирішив, що hostname змінено на %s. Деякі опції плагіна (наприклад, \"Очищення сміття\") і сам WordPress можуть працювати некоректно."
153
+
154
+ #: wp-cache.php:167
155
+ #: wp-cache.php:181
156
+ #, php-format
157
+ msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
158
+ msgstr "Щоб дізнатися більше, відвідайте розділ 16 в <a href=\"%s\">Описі проблем</a> у файлі readme.txt (на англ.)"
159
+
160
+ #: wp-cache.php:180
161
+ 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."
162
+ msgstr "На жаль, файл wp-cron.php не було виявлено. Цей скрипт необхідний для коректної роботи опцііі \"Очищення сміття\" і самого WordPress."
163
+
164
+ #: wp-cache.php:195
165
+ msgid "Cannot continue... fix previous problems and retry."
166
+ msgstr "Неможливо продовжити ... перш ніж повторити спробу, виправте попередні помилки."
167
+
168
+ #: wp-cache.php:204
169
+ msgid "Zlib Output Compression Enabled!"
170
+ msgstr "Стиснення Zlib Output включено!"
171
+
172
+ #: wp-cache.php:205
173
+ 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."
174
+ msgstr "PHP використовує стиснення для стислих сторінки Вашого сайту. Відключення даної опції рекомендується, щоб уникнути багаторазового стиснення сторінок плагіном. Дізнатися більше, відвідавши розділ 16 в \"Опис проблем\" у файлі readme.txt (на англ.). Також ознайомтеся з <a href=\"http://php.net/manual/en/zlib.configuration.php\">цієї сторінкою</a> (на англ.) по php.ini."
175
+
176
+ #: wp-cache.php:209
177
+ msgid "Mod rewrite may not be installed!"
178
+ msgstr "Здається, модуль mod_rewrite не встановлено!"
179
+
180
+ #: wp-cache.php:210
181
+ 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."
182
+ msgstr "Виникла помилка, пов'язана з тим, що модуль mod_rewrite відсутній або не встановлений. Будь ласка, перевірте наявність модуля mod_rewrite в конфігураціях сервера. Модуль необхідний для коректної роботи плагіна з статичними файлами. Без підключеного mod_rewrite Ви можете використовувати тільки режими з підтримкою PHP або середню кешування."
183
+
184
+ #: wp-cache.php:215
185
+ msgid "Read Only Mode. Configuration cannot be changed."
186
+ msgstr "Режим \"только_чтеніе\". Настройки не можуть бути змінені."
187
+
188
+ #: wp-cache.php:216
189
+ #, php-format
190
+ 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."
191
+ msgstr "Конфігураційний файл плагіна WP Super Cache <code>%s/wp-cache-config.php</code> не може бути змінений. Щоб продовжити, Ви повинні встановити права на запис для файлу."
192
+
193
+ #: wp-cache.php:217
194
+ 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."
195
+ msgstr "Найпростіший спосіб виправити це - змінити права доступу, використовуючи CHMOD, через FTP-клієнт. Досить встановити глобальні права на запис."
196
+
197
+ #: wp-cache.php:218
198
+ msgid "Writeable:"
199
+ msgstr "Доступно для запису:"
200
+
201
+ #: wp-cache.php:219
202
+ msgid "Readonly:"
203
+ msgstr "Тільки читання:"
204
+
205
+ #: wp-cache.php:231
206
+ #, php-format
207
+ msgid "Warning! %s is writeable!"
208
+ msgstr "Увага! Папка %s доступна для запису!"
209
+
210
+ #: wp-cache.php:232
211
+ #, php-format
212
+ msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
213
+ msgstr "Ви повинні змінити права на папку %s. Щоб зробити це - скористайтеся FTP-клієнтом або наступною командою:"
214
+
215
+ #: wp-cache.php:240
216
+ msgid "Mobile rewrite rules detected"
217
+ msgstr "Виявлена підтримка мобільних пристроїв"
218
+
219
+ #: wp-cache.php:241
220
+ 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."
221
+ msgstr "Для більш продуктивної роботи сайту, Вам варто включити опцію \"Підтримка мобільних пристроїв\" або видалити цей запис із правил ст. Htaccess. Знайдіть такий текст (дві строчки) \"2.0\\MMP|240x320\" і видаліть його."
222
+
223
+ #: wp-cache.php:241
224
+ msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
225
+ msgstr "На Ваших звичайних відвідувачів це ніяк не відіб'ється, а ось використовують мобільні пристрої для веб-серфінгу не будуть отримувати кешовані сторінки (якщо опція відключена)."
226
+
227
+ #: wp-cache.php:247
228
+ #: wp-cache.php:258
229
+ msgid "Rewrite rules must be updated"
230
+ msgstr "Права на запис повинні бути оновлені"
231
+
232
+ #: wp-cache.php:248
233
+ #: wp-cache.php:259
234
+ msgid "The rewrite rules required by this plugin have changed or are missing. "
235
+ msgstr "Необхідні для роботи плагіна права були змінені або відсутні."
236
+
237
+ #: wp-cache.php:249
238
+ 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):"
239
+ msgstr "Підтримка блогом мобільних пристроїв вимагає присутності особливих правил у файлі. Htaccess, інакше Ви не зможете використовувати цю опцію. Нижче представлені можливий способи (в порядку складності):"
240
+
241
+ #: wp-cache.php:250
242
+ msgid "Set the plugin to legacy mode and enable mobile support."
243
+ msgstr "Переведіть плагін в режим середнього кешування і активуйте мобільних пристроїв."
244
+
245
+ #: wp-cache.php:251
246
+ #: wp-cache.php:260
247
+ msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
248
+ msgstr "Прокрутіть сторінку вниз і натисніть кнопку <strong>Оновити правила Mod_Rewrite.</strong>."
249
+
250
+ #: wp-cache.php:252
251
+ #, php-format
252
+ 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."
253
+ msgstr "Видаліть всі правила mod_rewrite з файлу %s.htaccess, між <code># BEGIN WPSuperCache</code> і <code># END WPSuperCache</code> і обновіть сторінку (відновлення правил запуститься автоматично)."
254
+
255
+ #: wp-cache.php:253
256
+ #, php-format
257
+ 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)"
258
+ msgstr "Додайте правила самостійно. Для цього відкрийте в редакторі файл %s.htaccess і знайдіть код між <code># BEGIN WPSuperCache</code> і <code># END WPSuperCache</code> . Ви побачите два схожих блоки коду. Відразу після рядка <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> додайте наступне (таких рядків дві, додайте код і після другої):"
259
+
260
+ #: wp-cache.php:266
261
+ msgid "Required to serve compressed supercache files properly."
262
+ msgstr "Необхідно для правильного стиснення файлів."
263
+
264
+ #: wp-cache.php:266
265
+ msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
266
+ msgstr "Необхідно налаштувати кешування на сторінці плагіна. Користувачі браузера IE7 будуть бачити неоновленою сторінки з кеша без підтримки даного модуля."
267
+
268
+ #: wp-cache.php:266
269
+ msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
270
+ msgstr "Встановіть дату закінчення актуальності сторінок. Користувачі можуть не побачити нову версію кешовані сторінки без даного модуля."
271
+
272
+ #: wp-cache.php:273
273
+ msgid "Missing Apache Modules"
274
+ msgstr "Відсутні модулі Apache"
275
+
276
+ #: wp-cache.php:274
277
+ 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."
278
+ msgstr "Наступні модулі Apache відсутні на Вашому сервері. Без них плагін зможе працювати тільки в режимі середнього кешування. У режимі з підтримкою Super Cache Ваші користувачі можуть бачити пошкоджені сторінки або прострочені їх копії."
279
+
280
+ #: wp-cache.php:413
281
+ 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."
282
+ msgstr "<strong>\"Увага!</strong> Ви намагаєтеся включити стиск, але модуль <code>zlib.output_compression</code> відключений. Дивіться пункт номер 21 розділу \"Опис проблем\" у файлі readme.txt (на англ.)"
283
+
284
+ #: wp-cache.php:501
285
+ msgid "WP Super Cache Settings"
286
+ msgstr "Установки WP Super Cache"
287
+
288
+ #: wp-cache.php:512
289
+ msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
290
+ msgstr "Важливо: <em>Mod_rewrite або Legacy caching відключені.</em> Типово буде завантажуватися сторінка \"Настройки\"."
291
+
292
+ #: wp-cache.php:523
293
+ msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
294
+ msgstr "Файл конфігурацій був змінений, деякі настройки не відповідають вимогам плагіна. Відвідайте сторінку \"Настройки\" щоб виправити це."
295
+
296
+ #: wp-cache.php:540
297
+ #: wp-cache.php:614
298
+ msgid "Caching must be enabled to use this feature"
299
+ msgstr "Кешування повинно бути включено, якщо Ви хочете використовувати дану опцію"
300
+
301
+ #: wp-cache.php:542
302
+ msgid "Cache Tester"
303
+ msgstr "Перевірка кешування"
304
+
305
+ #: wp-cache.php:543
306
+ msgid "Test your cached website by clicking the test button below."
307
+ msgstr "Перевірте налаштування кешування свого блога натисканням однієї кнопки."
308
+
309
+ #: wp-cache.php:550
310
+ #, php-format
311
+ msgid "Fetching %s to prime cache: "
312
+ msgstr "Перевірка сторінки %s в кеші:"
313
+
314
+ #: wp-cache.php:552
315
+ #: wp-cache.php:559
316
+ #: wp-cache.php:566
317
+ msgid "OK"
318
+ msgstr "Є"
319
+
320
+ #: wp-cache.php:557
321
+ #, php-format
322
+ msgid "Fetching first copy of %s: "
323
+ msgstr "Перевірка першої копії %s:"
324
+
325
+ #: wp-cache.php:564
326
+ #, php-format
327
+ msgid "Fetching second copy of %s: "
328
+ msgstr "Перевірка другої копії %s:"
329
+
330
+ #: wp-cache.php:570
331
+ msgid "One or more page requests failed:"
332
+ msgstr "При роботі з кешем сталися помилки:"
333
+
334
+ #: wp-cache.php:589
335
+ #: wp-cache.php:590
336
+ #, php-format
337
+ msgid "Page %d: %d (%s)"
338
+ msgstr "Сторінка %d: %d (%s)"
339
+
340
+ #: wp-cache.php:596
341
+ #, php-format
342
+ msgid "Page 1: %s"
343
+ msgstr "Сторінка 1: %s"
344
+
345
+ #: wp-cache.php:597
346
+ #, php-format
347
+ msgid "Page 2: %s"
348
+ msgstr "Сторінка 2 :%s"
349
+
350
+ #: wp-cache.php:598
351
+ msgid "The timestamps on both pages match!"
352
+ msgstr "Тимчасові штампи обох варіантів сторінки збігаються!"
353
+
354
+ #: wp-cache.php:600
355
+ msgid "The pages do not match! Timestamps differ or were not found!"
356
+ msgstr "Сторінки не збігаються! Тимчасової штамп відрізняється або не було знайдено!"
357
+
358
+ #: wp-cache.php:606
359
+ msgid "Send non-secure (non https) request for homepage"
360
+ msgstr "Відправити незахищений (не по https) запит для головної сторінки"
361
+
362
+ #: wp-cache.php:607
363
+ msgid "Test Cache"
364
+ msgstr "Перевірити"
365
+
366
+ #: wp-cache.php:632
367
+ #: wp-cache.php:755
368
+ msgid "Cancel Cache Preload"
369
+ msgstr "Скасувати загальне кешування"
370
+
371
+ #: wp-cache.php:638
372
+ msgid "Scheduled preloading of cache cancelled. If a job is currently running it will not shutdown until the current 100 pages are complete."
373
+ msgstr "Загальне кешування за розкладом відключено. Якщо служба зараз запущена, вона не буде завершена поки поточні 100 сторінок Не кешувати."
374
+
375
+ #: wp-cache.php:649
376
+ msgid "Scheduled preloading of cache cancelled."
377
+ msgstr "Загальне кешування за розкладом відключено."
378
+
379
+ #: wp-cache.php:675
380
+ #: wp-cache.php:753
381
+ msgid "Preload Cache Now"
382
+ msgstr "Створити загальний кеш зараз"
383
+
384
+ #: wp-cache.php:678
385
+ msgid "Scheduled preloading of cache in 10 seconds."
386
+ msgstr "Загальне кешування відбудеться через 10 секунд."
387
+
388
+ #: wp-cache.php:682
389
+ #, php-format
390
+ msgid "Scheduled preloading of cache in %d minutes"
391
+ msgstr "Загальне кешування відбудеться через %d хвилин"
392
+
393
+ #: wp-cache.php:686
394
+ 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."
395
+ msgstr "При активації загального кешування, буде створено копію для кожного запису і сторінки Вашого блогу. В цьому режимі створюються статичні сторінки, які потім будуть бачити \"непізнані\" відвідувачі (наприклад, пошукові боти та інші). Це може допомогти в поліпшенні рівня PR Google, так як в основі їх алгоритму лежить і швидкість відгуку веб-сайту."
396
+
397
+ #: wp-cache.php:687
398
+ 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."
399
+ msgstr "Проте, при використанні даного виду кешу створюється набагато більше файлів. Рекомендується використовувати такий тип, якщо у Вас дуже багато записів (10 тисяч і більше) на блозі. Особливо це важливо, якщо Ви користуєтеся послугами віртуального хостингу."
400
+
401
+ #: wp-cache.php:688
402
+ 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."
403
+ msgstr "В режимі &#8217;Загальних кешування&#8217; запланована очистка сміття буде видаляти тільки кеш записів простого типу (кеш з Super Cache не буде вилучено). Дана настройка рекомендована для використання."
404
+
405
+ #: wp-cache.php:692
406
+ #, php-format
407
+ msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
408
+ msgstr "Оновлювати загальний кеш кожні %s хвилин (введіть 0, щоб відключити, мінімальний допустимий кількість хвилин %d)."
409
+
410
+ #: wp-cache.php:705
411
+ msgid "all"
412
+ msgstr "Весь"
413
+
414
+ #: wp-cache.php:718
415
+ #, php-format
416
+ msgid "Preload %s posts."
417
+ msgstr "Кешувати %s записи."
418
+
419
+ #: wp-cache.php:725
420
+ msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
421
+ msgstr "Попередній режим (очищення сміття працює не повністю, опція рекомендована до включення.)"
422
+
423
+ #: wp-cache.php:728
424
+ msgid "Send me status emails when files are refreshed."
425
+ msgstr "Відправляти мені повідомлення з повідомленнями про оновлення кешу."
426
+
427
+ #: wp-cache.php:733
428
+ msgid "Many emails, 2 emails per 100 posts."
429
+ msgstr "Високий рівень: 2 повідомлення на 100 записів."
430
+
431
+ #: wp-cache.php:736
432
+ msgid "Medium, 1 email per 100 posts."
433
+ msgstr "Середній рівень: 1 повідомлення на 100 записів."
434
+
435
+ #: wp-cache.php:739
436
+ msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
437
+ msgstr "Низький рівень: 1 e-mail на початку і 1 в кінці кешування."
438
+
439
+ #: wp-cache.php:743
440
+ #, php-format
441
+ msgid "Refresh of cache in %d hours %d minutes and %d seconds."
442
+ msgstr "Оновлення кешу через %d ч %d хв і %d сек."
443
+
444
+ #: wp-cache.php:744
445
+ #, php-format
446
+ msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
447
+ msgstr "Повне кешування проіхойдет через %d ч %d хв і %d сек."
448
+
449
+ #: wp-cache.php:750
450
+ #, php-format
451
+ msgid "Currently caching from post %d to %d."
452
+ msgstr "В даний моменти кешуються записи з %d з %d."
453
+
454
+ #: wp-cache.php:753
455
+ msgid "Update Settings"
456
+ msgstr "Оновити настройки"
457
+
458
+ #: wp-cache.php:761
459
+ msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
460
+ msgstr "Загальне кешування відключено. Будь повний режим роботи плагіна або зверніться до адміністратора сервера."
461
+
462
+ #: wp-cache.php:776
463
+ #: wp-cache.php:865
464
+ msgid "Caching"
465
+ msgstr "Статус кешування"
466
+
467
+ #: wp-cache.php:780
468
+ msgid "Cache hits to this website for quick access."
469
+ msgstr "Кешувати хіти сайту для прискорення доступу."
470
+
471
+ #: wp-cache.php:780
472
+ #: wp-cache.php:781
473
+ #: wp-cache.php:795
474
+ #: wp-cache.php:799
475
+ #: wp-cache.php:802
476
+ #: wp-cache.php:803
477
+ #: wp-cache.php:868
478
+ msgid "Recommended"
479
+ msgstr "Рекомендовано"
480
+
481
+ #: wp-cache.php:781
482
+ msgid "Use mod_rewrite to serve cache files."
483
+ msgstr "Використовувати mod_rewrite для обслуговування кешу."
484
+
485
+ #: wp-cache.php:782
486
+ msgid "Use PHP to serve cache files."
487
+ msgstr "Використовувати PHP для обслуговування кешу."
488
+
489
+ #: wp-cache.php:783
490
+ msgid "Legacy page caching."
491
+ msgstr "Спрощене кешування."
492
+
493
+ #: wp-cache.php:784
494
+ msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should go with PHP caching."
495
+ msgstr "Використання mod_rewrite допоможе зробити роботу блога швидше, ніж PHP (хоча і цей варіант теж не такий повільний). Цей режим простіше і зручніше, але починаючому користувачеві краще використовувати кешування PHP."
496
+
497
+ #: wp-cache.php:790
498
+ msgid "Miscellaneous"
499
+ msgstr "Різне"
500
+
501
+ #: wp-cache.php:795
502
+ msgid "Compress pages so they&#8217;re served more quickly to visitors."
503
+ msgstr "Стискати файли кешу щоб прискорити роботу."
504
+
505
+ #: wp-cache.php:796
506
+ msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
507
+ msgstr "Стиснення кешу вимкнено за замовчуванням, так як може некоректно працювати на деяких хостингах. Включення або Відключення даної опції автоматично чистить тимчасовий кеш."
508
+
509
+ #: wp-cache.php:799
510
+ msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
511
+ msgstr "Помилка 304. Дана помилка виникає тоді, коли сторінка не була змінена з часу минулого запиту."
512
+
513
+ #: wp-cache.php:800
514
+ msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
515
+ msgstr "Підтримка помилки 304 відключена за замовчуванням (через проблеми деяких сервісів)."
516
+
517
+ #: wp-cache.php:802
518
+ msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
519
+ msgstr "Не кешувати сторінки для <acronym title=\"Зареєстрованих пользователей и авторов комментариев\">відомих користувачів</acronym>."
520
+
521
+ #: wp-cache.php:803
522
+ msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
523
+ msgstr "Авто перебудова кеша. Гості блогу побачать застарілі версії сторінок кеша поки нові будуть генеруватися."
524
+
525
+ #: wp-cache.php:804
526
+ msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
527
+ msgstr "Розповісти усім, що Ви користуєтеся плагіном WP Super Cache (повідомлення буде розміщено в \"підвалі\" сайту)!"
528
+
529
+ #: wp-cache.php:810
530
+ #: wp-cache.php:957
531
+ #: wp-cache.php:1473
532
+ msgid "Advanced"
533
+ msgstr "Настройки"
534
+
535
+ #: wp-cache.php:814
536
+ msgid "Mobile device support."
537
+ msgstr "Підтримка мобільних пристроїв"
538
+
539
+ #: wp-cache.php:815
540
+ msgid "Clear all cache files when a post or page is published."
541
+ msgstr "Очищати кеш коли новий запис або сторінка опублікована."
542
+
543
+ #: wp-cache.php:816
544
+ msgid "Only refresh current page when comments made."
545
+ msgstr "Оновлювати сторінку при додаванні нового коментаря до неї"
546
+
547
+ #: wp-cache.php:817
548
+ msgid "List the newest cached pages on this page."
549
+ msgstr "Створити список сторінок в кеші (виводиться на цій сторінці)"
550
+
551
+ #: wp-cache.php:819
552
+ 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>"
553
+ msgstr "Блокування файлів. Вам швидше за все не знадобиться ця опція, але вона може вирішити проблему малопотужних хостингів. Увага! <em>Включення опції, в окремих випадках, може викликати проблеми в роботі блогу!</em>"
554
+
555
+ #: wp-cache.php:822
556
+ msgid "Use object cache to store cached files."
557
+ msgstr "Використовувати об'єкти кеша для зберігання кешованих файлів."
558
+
559
+ #: wp-cache.php:822
560
+ msgid "(Experimental)"
561
+ msgstr "(Експериментальні установки)"
562
+
563
+ #: wp-cache.php:829
564
+ msgid "Note:"
565
+ msgstr "Важливо:"
566
+
567
+ #: wp-cache.php:831
568
+ #, php-format
569
+ 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!)"
570
+ msgstr "Деактивувавши плагін, переконайтеся що <em>папка %s</em> доступна для запису в настройках Вашого сервера, щоб файли плагіна <em>advanced-cache.php</em> і <em>cache-config.php</em> були вилучені в автоматичному режимі (також перевірте наявність прав на запис для цих двох файлів)."
571
+
572
+ #: wp-cache.php:832
573
+ #, php-format
574
+ 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\"."
575
+ msgstr "Для довідки дивіться <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> (документ на англ.). Там Ви знайдете корисну інформацію щодо використання та видалення плагіна WP Super Cache. "
576
+
577
+ #: wp-cache.php:833
578
+ #, php-format
579
+ 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."
580
+ msgstr "Все ще потрібна допомога? Дивіться офіційний <a href=\"%1$s\">ЧАВО по плагіну Super Cache</a> (англ.). Також, Ви можете задати своє питання на <a href=\"%2$s\">форумах тех. підтримки</a> (англ.), або ознайомитися з проблемами інших користувачів і запропонованими їм рішеннями. "
581
+
582
+ #: wp-cache.php:836
583
+ #: wp-cache.php:883
584
+ msgid "Update Status"
585
+ msgstr "Оновити"
586
+
587
+ #: wp-cache.php:843
588
+ msgid "Accepted Filenames &amp; Rejected URIs"
589
+ msgstr "Допустимі імена &amp; Заборонені адреси"
590
+
591
+ #: wp-cache.php:868
592
+ msgid "Caching On"
593
+ msgstr "Кешування включено"
594
+
595
+ #: wp-cache.php:869
596
+ msgid "Caching Off"
597
+ msgstr "Кешування вимкнено"
598
+
599
+ #: wp-cache.php:870
600
+ msgid "Note: enables PHP caching, cache rebuild, and mobile support"
601
+ msgstr "Важливо: рекомендується включити PHP кешування, авто перебудову кешу і підтримку для мобільних пристроїв"
602
+
603
+ #: wp-cache.php:880
604
+ msgid "Notice: Supercache mod_rewrite rules detected. Cached files will be served using those rules. Edit the .htaccess file in the root of your install and remove the SuperCache rules."
605
+ msgstr "Увага: Серед правил mod_rewrite виявлені правила від Supercache. Для роботи з кешем будуть використані саме ці правила. Щоб видалити їх, Вам потрібно вручну відредагувати файл. Htaccess."
606
+
607
+ #: wp-cache.php:892
608
+ msgid "Make WordPress Faster"
609
+ msgstr "Зроби свій блог швидше!"
610
+
611
+ #: wp-cache.php:893
612
+ #, php-format
613
+ msgid "%1$s is maintained and developed by %2$s with contributions from many others."
614
+ msgstr "Додаток %1$s створений і оновлюється автором %2$s за підтримки багатьох інших."
615
+
616
+ #: wp-cache.php:894
617
+ #, php-format
618
+ msgid "He blogs at %1$s and posts photos at %2$s."
619
+ msgstr "Відвідайте блог автора плагіна %1$s та його фотоблог на %2$s."
620
+
621
+ #: wp-cache.php:895
622
+ #, php-format
623
+ msgid "Please say hi to him on %s too!"
624
+ msgstr "Будь ласка, відвідайте %s автора!"
625
+
626
+ #: wp-cache.php:903
627
+ #, php-format
628
+ msgid "Cached pages since %1$s : <strong>%2$s</strong>"
629
+ msgstr "Сторінок в кеші з %1$s: <strong>%2$s</strong>"
630
+
631
+ #: wp-cache.php:904
632
+ msgid "Newest Cached Pages:"
633
+ msgstr "Нове в кеші:"
634
+
635
+ #: wp-cache.php:908
636
+ #, php-format
637
+ msgid "Cached %s seconds ago"
638
+ msgstr "Написано в кеш %s секунд назад"
639
+
640
+ #: wp-cache.php:911
641
+ msgid "(may not always be accurate on busy sites)"
642
+ msgstr "(Список не рекомендований для великих сайтів)"
643
+
644
+ #: wp-cache.php:930
645
+ 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."
646
+ msgstr "Кешування відбувається за рахунок PHP файлів, що зберігаються в папці плагіна. Вони завантажуються при включенні режиму Supercache. Завантаження відбувається набагато частіше, ніж для решти плагінів WordPress."
647
+
648
+ #: wp-cache.php:931
649
+ msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
650
+ msgstr "Для використання даної опції потрібно знати не тільки PHP, але і WordPress (не на початковому рівні)."
651
+
652
+ #: wp-cache.php:941
653
+ msgid "Available Plugins"
654
+ msgstr "Доступні плагіни"
655
+
656
+ #: wp-cache.php:957
657
+ msgid "Easy"
658
+ msgstr "Кеш"
659
+
660
+ #: wp-cache.php:957
661
+ msgid "Tester & Contents"
662
+ msgstr "Перевірка"
663
+
664
+ #: wp-cache.php:957
665
+ msgid "Preload"
666
+ msgstr "Загальний кеш"
667
+
668
+ #: wp-cache.php:957
669
+ msgid "Plugins"
670
+ msgstr "Додатки"
671
+
672
+ #: wp-cache.php:957
673
+ msgid "Debug"
674
+ msgstr "Обслуговування"
675
+
676
+ #: wp-cache.php:984
677
+ #, php-format
678
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
679
+ msgstr "Увага: Перевірка правил WP Super Cache mod_rewrite відключена для блогів мережі поки не буде запущена <a href=\"%s\">на головному блозі</a>."
680
+
681
+ #: wp-cache.php:986
682
+ #, php-format
683
+ msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
684
+ msgstr "Увага: Перевірка правил WP Super Cache mod_rewrite відключена для блогів мережі поки не буде запущена <a href=\"%s\">на головному блозі</a>."
685
+
686
+ #: wp-cache.php:996
687
+ msgid "Mod Rewrite Rules"
688
+ msgstr "Модуль Mod Rewrite"
689
+
690
+ #: wp-cache.php:1002
691
+ msgid "WordPress MU Detected"
692
+ msgstr "Виявлено WordPress MU!"
693
+
694
+ #: wp-cache.php:1002
695
+ 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."
696
+ msgstr "На жаль, mod_rewrite неможливо оновити в автоматичному режимі в WordPress MU. Вам доведеться вручну зробити це: відкрийте файл. Htaccess (розташований в кореневій директорії блога) і додайте наступні правила в нього."
697
+
698
+ #: wp-cache.php:1004
699
+ msgid "Mod Rewrite rules cannot be updated!"
700
+ msgstr "Mod Rewrite не може бути оновлений!"
701
+
702
+ #: wp-cache.php:1005
703
+ #, php-format
704
+ 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:"
705
+ msgstr "Для коректної роботи, у Вашому файлі %s.htaccess повинні бути прописані маркери <strong>BEGIN</strong> і <strong>END</strong>. Між ними знаходяться основні правила WordPress mod_rewrite, приклад:"
706
+
707
+ #: wp-cache.php:1007
708
+ msgid "Refresh this page when you have updated your .htaccess file."
709
+ msgstr "Оновлення сторінку коли закінчите редагування файлу.Htaccess."
710
+
711
+ #: wp-cache.php:1011
712
+ msgid "Thank you for upgrading."
713
+ msgstr "Спасибі за оновлення."
714
+
715
+ #: wp-cache.php:1011
716
+ #, php-format
717
+ 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."
718
+ msgstr "З моменту останньої встановленої версії плагіна правила mod_rewrite були змінені. На жаль, Вам доведеться вручну видалити старі правила перш ніж нові зароблять. Оновлення цю сторінку коли закінчите редагувати файл.Htaccess. Якщо Ви хочете повністю оновити все самі, то замініть наступний рядок: %1$s на цю: %2$s. Єдина відмінність - це заміна \"HTTP_COOKIE\" на \"HTTP: Cookie\" і \"wordpressuser\" на \"wordpress\". Ці зміни пов'язані з новою версією WordPress 2.5 . Звичайно Ви можете продовжувати працювати зі старими версіями, якщо вистачить сміливості;) "
719
+
720
+ #: wp-cache.php:1015
721
+ msgid "Trailing slash check required."
722
+ msgstr "Необхідна перевірка trailing slash."
723
+
724
+ #: wp-cache.php:1015
725
+ 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:"
726
+ msgstr "Здається, всі посилання Вашого блогу закінчуються символом \"/\". На жаль, як тільки Ви встановили даний плагін, спрацювала опція, що виявила копії посилань без символу \"/\" на кінці, і тепер вона не може здійснити перенаправлення на вірний адресу. Щоб це виправити це, Ви повинні відредагувати файл.htaccess і додати два нових правила до групи основних правил плагіна Supercache:"
727
+
728
+ #: wp-cache.php:1017
729
+ msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
730
+ msgstr "Щоб подивитися повний список працюючих правил, натисніть кнопку нижче \"Переглянути правила mod_rewrite\"."
731
+
732
+ #: wp-cache.php:1031
733
+ msgid "Mod Rewrite rules updated!"
734
+ msgstr "Правила mod_rewrite оновлені!"
735
+
736
+ #: wp-cache.php:1032
737
+ #, php-format
738
+ msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
739
+ msgstr "Файл %s.htaccess був успішно оновлений, необхідні правила mod_rewrite були додані. Будь ласка, перевірте їх. Вони повинні виглядати так:"
740
+
741
+ #: wp-cache.php:1034
742
+ msgid "Mod Rewrite rules must be updated!"
743
+ msgstr "Правила mod_rewrite повинні бути оновлені!"
744
+
745
+ #: wp-cache.php:1035
746
+ #, php-format
747
+ 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:"
748
+ msgstr "Ваш файл %s.htaccess недоступний для запису (в настройках сервера) і не може бути оновлений в автоматичному режимі. Ви повинні вручну додати нові правила до основних правил WordPress так, як зазначено нижче:"
749
+
750
+ #: wp-cache.php:1040
751
+ #, php-format
752
+ 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."
753
+ msgstr "Правила mod_rewrite для плагіна WP Super Cache були виявлені у файлі %s.htaccess. <br /> Натисніть на відповідну кнопку, щоб подивитися строчки. Якщо Ви тільки що оновили плагін, перевірте всі правила. "
754
+
755
+ #: wp-cache.php:1043
756
+ 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."
757
+ msgstr "Між правилами у Вашому файлі. Htaccess і правилами самого плагіна виявлені невідповідності. Це може бути просто зайвий символ у рядку, але Ви повинні особисто порівняти оригінальні правила зі своїми якомога швидше. Натисніть на кнопку &#8217;Оновити правила Mod_Rewrite&#8217;, щоб зробити це в автоматичному режимі."
758
+
759
+ #: wp-cache.php:1046
760
+ msgid "View Mod_Rewrite Rules"
761
+ msgstr "Подивитися правила mod_rewrite"
762
+
763
+ #: wp-cache.php:1050
764
+ #: wp-cache.php:2287
765
+ #, php-format
766
+ msgid "Rules must be added to %s too:"
767
+ msgstr "Правила повинні бути також додані до %s:"
768
+
769
+ #: wp-cache.php:1058
770
+ #, php-format
771
+ msgid "Gzip encoding rules in %s.htaccess created."
772
+ msgstr "Правила для Gzip-стиснення додані в файл %s.htaccess."
773
+
774
+ #: wp-cache.php:1065
775
+ msgid "Fix Configuration"
776
+ msgstr "Відновити стандартні настройки"
777
+
778
+ #: wp-cache.php:1068
779
+ msgid "Restore Default Configuration"
780
+ msgstr "Відновити налаштування за замовчуванням"
781
+
782
+ #: wp-cache.php:1076
783
+ msgid "Comment moderation is enabled. Your comment may take some time to appear."
784
+ msgstr "Перевірка коментарів включена. Перш ніж Ваші коментарі будуть опубліковані пройде якийсь час."
785
+
786
+ #: wp-cache.php:1101
787
+ msgid "Lock Down:"
788
+ msgstr "Закритий режим:"
789
+
790
+ #: wp-cache.php:1101
791
+ msgid "Disabled"
792
+ msgstr "Вимкнуто"
793
+
794
+ #: wp-cache.php:1101
795
+ msgid "Enabled"
796
+ msgstr "Включений"
797
+
798
+ #: wp-cache.php:1102
799
+ 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."
800
+ msgstr "Підготуйте свій блог до запланованих сплесків відвідуваності, активувавши даний режим. В активному стані розміщення нових коментарів і записів НЕ буде оновлювати статичні файли в кеші."
801
+
802
+ #: wp-cache.php:1103
803
+ 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."
804
+ msgstr "Розробникам: Зробіть свій власний плагін закритого режиму сумісним з нашим, додавши змінну \"WPLOCKDOWN\". Наведений нижче код допоможе Вам адоптувати свій плагін до налаштувань нашого Режиму."
805
+
806
+ #: wp-cache.php:1105
807
+ msgid "Sorry. My blog is locked down. Updates will appear shortly"
808
+ msgstr "Вибачте, мій блог тимчасово недоступний. Зайдіть пізніше"
809
+
810
+ #: wp-cache.php:1109
811
+ msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
812
+ msgstr "Ваш блог використовує Закритий режим. Нові коментарі не оновлюють всі статичні елементи кешу."
813
+
814
+ #: wp-cache.php:1111
815
+ msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
816
+ msgstr "Ваш блог не використовує Закритий режим. Останні коментарі оновлюють всі статичні елементи кешу."
817
+
818
+ #: wp-cache.php:1117
819
+ msgid "Lock Down"
820
+ msgstr "Закритий режим"
821
+
822
+ #: wp-cache.php:1125
823
+ msgid "Directly Cached Files"
824
+ msgstr "Пряме кешування сторінок"
825
+
826
+ #: wp-cache.php:1183
827
+ #, php-format
828
+ msgid "%s removed!"
829
+ msgstr "%s знищений!"
830
+
831
+ #: wp-cache.php:1191
832
+ #, php-format
833
+ 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."
834
+ msgstr "Ви повинні дозволити запис для %s. Але так як це потенційна уразливість, після оновлення сторінки поверніть права на читання."
835
+
836
+ #: wp-cache.php:1193
837
+ #, php-format
838
+ msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
839
+ msgstr "Діректрія %s доступна для запису. Вам слід змінити її права на \"Тільки читання\"."
840
+
841
+ #: wp-cache.php:1207
842
+ msgid "Existing direct page"
843
+ msgstr "Сторінка існує"
844
+
845
+ #: wp-cache.php:1207
846
+ msgid "Delete cached file"
847
+ msgstr "Видалити файли з кешу"
848
+
849
+ #: wp-cache.php:1212
850
+ msgid "Add direct page:"
851
+ msgstr "Додати сторінку в кеш:"
852
+
853
+ #: wp-cache.php:1214
854
+ #, php-format
855
+ 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."
856
+ msgstr "Даний кеш створюється прямо з папки, де знаходиться Ваш блог (папка %s). Ця опція корисна тільки тоді, коли очікується великий приплив відвідувачів з більш популярного сайту на конкретну сторінку або запис Вашого."
857
+
858
+ #: wp-cache.php:1216
859
+ #, php-format
860
+ 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."
861
+ msgstr "Наприклад: щоб додати в кеш сторінку<em>%1$sabout/</em>, потрібно прописати %1$sabout/ або /about/. Кеш для сторінки буде створено відразу ж після першого до неї звернення гостем."
862
+
863
+ #: wp-cache.php:1217
864
+ msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
865
+ msgstr "Щоб видалити сторінку з такого кеша, очистіть текстове поле і видаліть файли кешу."
866
+
867
+ #: wp-cache.php:1222
868
+ msgid "Update Direct Pages"
869
+ msgstr "Оновити сторінки"
870
+
871
+ #: wp-cache.php:1260
872
+ msgid "Expiry Time &amp; Garbage Collection"
873
+ msgstr "Прострочені сторінки &amp; Очищення сміття"
874
+
875
+ #: wp-cache.php:1262
876
+ msgid "Expire time:"
877
+ msgstr "Актуальність кешу:"
878
+
879
+ #: wp-cache.php:1263
880
+ msgid "seconds"
881
+ msgstr "Секунд"
882
+
883
+ #: wp-cache.php:1264
884
+ msgid "Garbage Collection"
885
+ msgstr "Очищення сміття"
886
+
887
+ #: wp-cache.php:1264
888
+ 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."
889
+ msgstr "Якщо час актуальності кешу більше 1800 секунд (півгодини), то очищення сміття буде запускатися кожні 10 хвилин."
890
+
891
+ #: wp-cache.php:1265
892
+ 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."
893
+ msgstr "Повірка та видалення прострочених сторінок кеша займає час, але й залишати такі файли в системі не варто. На великих блогах потрібно виставляти \"час життя\" кожної копії <em>300 секунд</em>. Ви можете поекспериментувати з налаштуванням і подивитися, скільки прострочених копій сторінок залишається в кеші протягом дня. Оптимальне число таких сторінок не більше 500. Використовуючи кешування з mod_rewrite або PHP, Ви зможете збільшити кількість кешируємой сторінок."
894
+
895
+ #: wp-cache.php:1266
896
+ msgid "Set the expiry time to 0 seconds to disable garbage collection."
897
+ msgstr "Встановіть значення на 0, щоб відключити Очищення сміття."
898
+
899
+ #: wp-cache.php:1267
900
+ msgid "Change Expiration"
901
+ msgstr "Змінити час життя копії"
902
+
903
+ #: wp-cache.php:1311
904
+ msgid "Rejected User Agents"
905
+ msgstr "Пошукові та інші боти"
906
+
907
+ #: wp-cache.php:1312
908
+ 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."
909
+ msgstr "Щоб заборонити плагіну кешувати запити від пошукових ботів і інших мережевих роботів, введіть їх назви в поле нижче (по одному в рядку). Якщо копія сторінки вже існує в кеші Super Cache, то вона все одно буде відправлена боту."
910
+
911
+ #: wp-cache.php:1319
912
+ msgid "Save UA Strings"
913
+ msgstr "Зберегти налаштування"
914
+
915
+ #: wp-cache.php:1342
916
+ 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."
917
+ msgstr "Не кешувати сторінки наступних типів. Перевірте <a href=\"http://codex.wordpress.org/Conditional_Tags\">Статтею Кодексу WP</a> (англ.), щоб дізнатися докладніше про типи сторінок."
918
+
919
+ #: wp-cache.php:1345
920
+ msgid "Single Posts"
921
+ msgstr "Записи"
922
+
923
+ #: wp-cache.php:1346
924
+ msgid "Pages"
925
+ msgstr "Сторінки"
926
+
927
+ #: wp-cache.php:1347
928
+ msgid "Front Page"
929
+ msgstr "Основна сторінка"
930
+
931
+ #: wp-cache.php:1348
932
+ msgid "Home"
933
+ msgstr "Домашня сторінка"
934
+
935
+ #: wp-cache.php:1349
936
+ msgid "Archives"
937
+ msgstr "Архіви"
938
+
939
+ #: wp-cache.php:1350
940
+ msgid "Tags"
941
+ msgstr "Мітки"
942
+
943
+ #: wp-cache.php:1351
944
+ msgid "Category"
945
+ msgstr "Рубрики"
946
+
947
+ #: wp-cache.php:1352
948
+ msgid "Feeds"
949
+ msgstr "Фіди"
950
+
951
+ #: wp-cache.php:1353
952
+ msgid "Search Pages"
953
+ msgstr "Сторінки пошуку"
954
+
955
+ #: wp-cache.php:1355
956
+ #: wp-cache.php:1483
957
+ msgid "Save"
958
+ msgstr "Зберегти"
959
+
960
+ #: wp-cache.php:1372
961
+ 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."
962
+ msgstr "Поле нижче Ви також можете заповнити фрагментами адрес сторінок (або груп сторінок, наприклад, архів за рік/місяць і т.д.), які не будуть кешуватися. Плагін буде сканувати адреси сторінок на предмет наявності в них фрагментів, зазначених нижче, перед кешуванням. "
963
+
964
+ #: wp-cache.php:1378
965
+ msgid "Save Strings"
966
+ msgstr "Зберегти список заборонених фрагментів"
967
+
968
+ #: wp-cache.php:1394
969
+ msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
970
+ msgstr "Поле нижче Ви можете заповнити назвами файлів які будуть кешованими, навіть якщо у їх назві є заборонених до кешуванню фрагменти."
971
+
972
+ #: wp-cache.php:1400
973
+ msgid "Save Files"
974
+ msgstr "Зберегти список файлів"
975
+
976
+ #: wp-cache.php:1445
977
+ msgid "Currently logging to: "
978
+ msgstr "Режим записаний на:"
979
+
980
+ #: wp-cache.php:1455
981
+ 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."
982
+ msgstr "Тут можна вирішити деякі проблеми, що виникають при роботі з плагіном, за допомогою налагодження. Ви можете записувати службову інформацію (логи) у файли директорії кешу."
983
+
984
+ #: wp-cache.php:1456
985
+ msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
986
+ msgstr "Отримати доступ до файлу лога просто, але при очищенні кешу лог також буде видалено."
987
+
988
+ #: wp-cache.php:1460
989
+ msgid "Debugging"
990
+ msgstr "Режим відлагодження"
991
+
992
+ #: wp-cache.php:1461
993
+ msgid "Logging Type"
994
+ msgstr "Тип входу"
995
+
996
+ #: wp-cache.php:1461
997
+ msgid "Email"
998
+ msgstr "Email"
999
+
1000
+ #: wp-cache.php:1462
1001
+ msgid "file"
1002
+ msgstr "Файл"
1003
+
1004
+ #: wp-cache.php:1463
1005
+ msgid "IP Address"
1006
+ msgstr "Адреса IP"
1007
+
1008
+ #: wp-cache.php:1463
1009
+ #, php-format
1010
+ msgid "(only log requests from this IP address. Your IP is %s)"
1011
+ msgstr "(Записує звернення тільки з цього IP. Ваш IP - %s)"
1012
+
1013
+ #: wp-cache.php:1464
1014
+ msgid "Log level"
1015
+ msgstr "Рівень логу"
1016
+
1017
+ #: wp-cache.php:1470
1018
+ msgid "(1 = less, 5 = more, may cause severe server load.)"
1019
+ msgstr "(1 = найменший, 5 = найбільший, може викликати болше навантаження на сервер)"
1020
+
1021
+ #: wp-cache.php:1473
1022
+ 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>"
1023
+ msgstr "В особливо рідкісних випадках на блозі можуть статися дві проблеми: <ol><li> Замість головної сторінки користувачі будуть бачити пропозицію завантажити. Zip архів з нею </li><li> Замість головної сторінки може бути додана в кеш зовсім інша (тільки у випадку, якщо Ваш бог використовує наступну структуру посилань <em>/%category%/%postname%/</em>).</li></ol>"
1024
+
1025
+ #: wp-cache.php:1474
1026
+ #, php-format
1027
+ 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."
1028
+ msgstr "II&#8217;m 99% certain! Помилки, які можуть виникнути при роботі з WP Super Cache, не пов'язані з самим плагіном. Вони виникають в окремих випадках, але Ви можете підстрахуватися, запустивши автоматичну перевірку блогу кожні 5 хвилин. У разі помилки, Вам буде надіслано повідомлення. "
1029
+
1030
+ #: wp-cache.php:1476
1031
+ msgid "Check front page every 5 minutes."
1032
+ msgstr "Перевіряти головну сторінку кожні 5 хвилин."
1033
+
1034
+ #: wp-cache.php:1477
1035
+ msgid "Front page text"
1036
+ msgstr "Ключовий текст"
1037
+
1038
+ #: wp-cache.php:1477
1039
+ msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1040
+ msgstr "Введіть текст який плагін буде шукати на головній сторінці. Якщо текст не буде виявлений, то кеш автоматично очиститься. Залиште поле порожнім щоб відключити опцію."
1041
+
1042
+ #: wp-cache.php:1478
1043
+ msgid "Clear cache on error."
1044
+ msgstr "Очищати кеш при помильці."
1045
+
1046
+ #: wp-cache.php:1479
1047
+ msgid "Email the blog admin when checks are made. (useful for testing)"
1048
+ msgstr "Повідомити адміністратора блогу по завершенню перевірки (корисно при тестуванні на помилки)."
1049
+
1050
+ #: wp-cache.php:1493
1051
+ msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1052
+ msgstr "Помилка: стиснення GZIP увімкнено, вимкніть його якщо хочете запустити wp-cache."
1053
+
1054
+ #: wp-cache.php:1540
1055
+ #: wp-cache.php:1702
1056
+ msgid "Warning"
1057
+ msgstr "Увага"
1058
+
1059
+ #: wp-cache.php:1540
1060
+ msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1061
+ msgstr "Стиснення GZIP включено в настройках WordPress, плагін не буде працювати до тих пір, поки Ви не відключите gzip."
1062
+
1063
+ #: wp-cache.php:1598
1064
+ #: wp-cache.php:1603
1065
+ #: wp-cache.php:1635
1066
+ #: wp-cache.php:1640
1067
+ #: wp-cache.php:1646
1068
+ msgid "Error"
1069
+ msgstr "Помилка"
1070
+
1071
+ #: wp-cache.php:1598
1072
+ #, php-format
1073
+ msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1074
+ msgstr "Папка <strong>($ cache_path)</strong> не існує і не може бути створена в автоматичному режимі. Перевірте права доступу до %s."
1075
+
1076
+ #: wp-cache.php:1603
1077
+ #, php-format
1078
+ 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."
1079
+ msgstr "Папка (<strong>%1$s</strong>) або <strong>%2$s</strong> повинна бути доступна для запису. Перевірте права доступу."
1080
+
1081
+ #: wp-cache.php:1635
1082
+ #, php-format
1083
+ 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."
1084
+ msgstr "Конфігураційний файл WP-Cache (<strong>%s</strong>) може бути недійсний і недоступний для запису. Будь ласка, видаліть його вручну і обновіть сторінку."
1085
+
1086
+ #: wp-cache.php:1640
1087
+ #, php-format
1088
+ msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1089
+ msgstr "Конфігураційний файл відсутній, а папка %1$s (<strong>%2$s</strong>) недоступна для запису. Перевірте права доступу."
1090
+
1091
+ #: wp-cache.php:1646
1092
+ #, php-format
1093
+ msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1094
+ msgstr "Файл WP-Cache (<strong>%s</strong>) не був знайдений. Перевірте, завершили Ви установку плагіна."
1095
+
1096
+ #: wp-cache.php:1702
1097
+ #, php-format
1098
+ msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1099
+ msgstr "%s/advanced-cache.php</em> не існує або не може бути оновлений в автоматичному режимі."
1100
+
1101
+ #: wp-cache.php:1703
1102
+ msgid "1. If it already exists please delete the file first."
1103
+ msgstr "1. Якщо він вже існує в папках Вашого блога, видаліть його."
1104
+
1105
+ #: wp-cache.php:1704
1106
+ #, php-format
1107
+ 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)"
1108
+ msgstr "2. Змініть права доступу до %1$s, щоб можна було записати дані в автоматичному режимі (права повинні бути: <em>chmod 777 %1$s</em>) перевірте правильність заданих прав і обновіть сторінку. Це тимчасове умова, після оновлення сторінки права доступу потрібно повернути на колишні (з 777 на 755). "
1109
+
1110
+ #: wp-cache.php:1705
1111
+ #, php-format
1112
+ msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1113
+ msgstr "3. Оновлення сторінку, файл <em>%s/advanced-cache.php</em> оновиться сам"
1114
+
1115
+ #: wp-cache.php:1706
1116
+ #, php-format
1117
+ msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1118
+ msgstr "Якщо це не спрацювало, переконайтеся що <em>%s/advanced-cache.php</em> точно не існує:"
1119
+
1120
+ #: wp-cache.php:1707
1121
+ #, php-format
1122
+ 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>"
1123
+ 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>"
1124
+
1125
+ #: wp-cache.php:1730
1126
+ 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>"
1127
+ msgstr " <h3>Параметр WP_CACHE не активований</h3><p>Даний параметр повинен бути активований для того, щоб WordPress міг коректно працювати з файлами кеша. В даний момент він відключений. Щоб включити його, відкрийте файл wp-config.php і додайте в нього наступний рядок:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1128
+
1129
+ #: wp-cache.php:1732
1130
+ msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1131
+ msgstr "<strong>Помилка: Мінлива WP_CACHE не активована</strong> у файлі загальних конфігурацій <code>wp-config.php</code>."
1132
+
1133
+ #: wp-cache.php:1733
1134
+ #, php-format
1135
+ 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. "
1136
+ msgstr "Відредагуйте код <code>%s</code> і додайте наступну строчку:<br /> <code>define('WP_CACHE', true);</code><br />Інакше, <strong>WP-Cache не зможе запуститися.</strong>."
1137
+
1138
+ #: wp-cache.php:1737
1139
+ 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."
1140
+ msgstr "<h3>Мінлива WP_CACHE добавлена в файл конфігурацій wp-config.php</h3><p>Якщо Ви досі бачите це повідомлення, то звіртеся з пунктом 5 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">ЧАВО</a> (на англ.). Рядок із WP_CACHE повинна бути розміщена вище."
1141
+
1142
+ #: wp-cache.php:1759
1143
+ msgid "Cache Contents"
1144
+ msgstr "Стан кешу"
1145
+
1146
+ #: wp-cache.php:1762
1147
+ msgid "Object cache in use. No cache listing available."
1148
+ msgstr "Список кешування недоступний."
1149
+
1150
+ #: wp-cache.php:1786
1151
+ #, php-format
1152
+ msgid "Deleting supercache file: <strong>%s</strong><br />"
1153
+ msgstr "Видалення файлів Super <strong>Cache:%s</strong> <br /> "
1154
+
1155
+ #: wp-cache.php:1803
1156
+ #, php-format
1157
+ msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1158
+ msgstr "Видалення файлів WP-Cache: <strong>%s</strong><br />"
1159
+
1160
+ #: wp-cache.php:1868
1161
+ msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1162
+ msgstr "Статистика об'єктів в кеші НЕ створюється автоматично. Щоб оновити її вручну натисніть на посилання нижче."
1163
+
1164
+ #: wp-cache.php:1869
1165
+ msgid "Regenerate cache stats"
1166
+ msgstr "Оновити статистику кеша"
1167
+
1168
+ #: wp-cache.php:1871
1169
+ #, php-format
1170
+ msgid "Cache stats last generated: %s minutes ago."
1171
+ msgstr "Статистика об'єктів в кеші останній раз створено: %s мин назад."
1172
+
1173
+ #: wp-cache.php:1877
1174
+ msgid "WP-Cache"
1175
+ msgstr "Стан WP-Cache"
1176
+
1177
+ #: wp-cache.php:1878
1178
+ #: wp-cache.php:1894
1179
+ #, php-format
1180
+ msgid "%s Cached Pages"
1181
+ msgstr "%s сторінок в кеші"
1182
+
1183
+ #: wp-cache.php:1879
1184
+ #: wp-cache.php:1899
1185
+ #, php-format
1186
+ msgid "%s Expired Pages"
1187
+ msgstr "%s сторінок прострочено"
1188
+
1189
+ #: wp-cache.php:1893
1190
+ msgid "WP-Super-Cache"
1191
+ msgstr "Стан WP-Super-Cache"
1192
+
1193
+ #: wp-cache.php:1904
1194
+ msgid "Fresh WP-Cached Files"
1195
+ msgstr "Нові файли WP-Cache"
1196
+
1197
+ #: wp-cache.php:1905
1198
+ #: wp-cache.php:1921
1199
+ #: wp-cache.php:1937
1200
+ #: wp-cache.php:1953
1201
+ msgid "URI"
1202
+ msgstr "АДРЕСА"
1203
+
1204
+ #: wp-cache.php:1905
1205
+ #: wp-cache.php:1921
1206
+ msgid "Key"
1207
+ msgstr "Ключ"
1208
+
1209
+ #: wp-cache.php:1905
1210
+ #: wp-cache.php:1921
1211
+ #: wp-cache.php:1937
1212
+ #: wp-cache.php:1953
1213
+ msgid "Age"
1214
+ msgstr "Вік"
1215
+
1216
+ #: wp-cache.php:1905
1217
+ #: wp-cache.php:1921
1218
+ #: wp-cache.php:1937
1219
+ #: wp-cache.php:1953
1220
+ msgid "Delete"
1221
+ msgstr "Видалити"
1222
+
1223
+ #: wp-cache.php:1920
1224
+ msgid "Stale WP-Cached Files"
1225
+ msgstr "Старі файли WP-Cache"
1226
+
1227
+ #: wp-cache.php:1936
1228
+ msgid "Fresh Super Cached Files"
1229
+ msgstr "Нові файли Super Cache"
1230
+
1231
+ #: wp-cache.php:1952
1232
+ msgid "Stale Super Cached Files"
1233
+ msgstr "Старі файли Super Cache"
1234
+
1235
+ #: wp-cache.php:1968
1236
+ msgid "Hide file list"
1237
+ msgstr "Прибрати список"
1238
+
1239
+ #: wp-cache.php:1970
1240
+ msgid "Too many cached files, no listing possible."
1241
+ msgstr "Надто багато об'єктів в кеші, створення списку неможливо."
1242
+
1243
+ #: wp-cache.php:1972
1244
+ msgid "List all cached files"
1245
+ msgstr "Список кешованих файлів"
1246
+
1247
+ #: wp-cache.php:1978
1248
+ #, php-format
1249
+ msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1250
+ msgstr "<strong>Очищення сміття</strong><br />Попереднє очищення було<strong>%s</strong> хвилин тому<br />"
1251
+
1252
+ #: wp-cache.php:1979
1253
+ #, php-format
1254
+ msgid "Next GC in <strong>%s</strong> minutes"
1255
+ msgstr "Наступне очищення буде через<strong>%s</strong> хвилин"
1256
+
1257
+ #: wp-cache.php:1982
1258
+ #, php-format
1259
+ msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1260
+ msgstr "Прострочений кеш - це сторінки, створені більш ніж %s секунд тому. Не дивлячись на свій статус, вони використовуються в загальному кеші і періодично видаляються."
1261
+
1262
+ #: wp-cache.php:1993
1263
+ msgid "Delete Expired"
1264
+ msgstr "Видалити прострочений кеш"
1265
+
1266
+ #: wp-cache.php:1999
1267
+ #: wp-cache.php:2011
1268
+ #: wp-cache.php:2174
1269
+ msgid "Delete Cache"
1270
+ msgstr "Видалити весь кеш"
1271
+
1272
+ #: wp-cache.php:2011
1273
+ msgid "Delete Super Cache cached files (opens in new window)"
1274
+ msgstr "Видалити файли Super Cache (у новому вікні)"
1275
+
1276
+ #: wp-cache.php:2150
1277
+ #, php-format
1278
+ msgid "%1$s is Digg proof thanks to caching by %2$s"
1279
+ msgstr "%1$s вдячний плагіну %2$s за проделаннную роботу"
1280
+
1281
+ #: wp-cache.php:2183
1282
+ #, php-format
1283
+ msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1284
+ msgstr "Додаток WP Super Cache повинен бути налаштований! Щоб активувати його і налаштувати, перейдіть на <a href=\"%s\">сторінку управління</a> плагіном."
1285
+
1286
+ #: wp-cache.php:2189
1287
+ msgid "Settings"
1288
+ msgstr "Настройки"
1289
+
1290
+ #: wp-cache.php:2199
1291
+ #, php-format
1292
+ msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1293
+ msgstr "Додаток WP Super Cache не активовано. Щоб активувати його, перейдіть на <a href=\"%s\">сторінку управління</a> плагіном."
1294
+
1295
+ #: wp-cache.php:2218
1296
+ #, php-format
1297
+ msgid "[%s] Front page is gzipped! Please clear cache!"
1298
+ msgstr "[%s] Головна сторінка стиснута за допомогою gzipped! Видаліть кеш!"
1299
+
1300
+ #: wp-cache.php:2218
1301
+ #, php-format
1302
+ msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1303
+ msgstr "Сталася помилка! Відвідайте %s щоб видалити кеш!"
1304
+
1305
+ #: wp-cache.php:2221
1306
+ #, php-format
1307
+ msgid "[%s] Front page is gzipped! Cache Cleared!"
1308
+ msgstr "[%s] Головна сторінка стиснута за допомогою gzipped! Кеш знищений!"
1309
+
1310
+ #: wp-cache.php:2221
1311
+ #, php-format
1312
+ 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."
1313
+ msgstr "Весь кеш для Вашого блогу був очищений, так як плагін помітив помилку на головній сторінці (вона Викачуємо архів). Для перевірки кеш, відвідайте цю стрніцу %s."
1314
+
1315
+ #: wp-cache.php:2228
1316
+ #, php-format
1317
+ msgid "[%s] Front page is not correct! Please clear cache!"
1318
+ msgstr "[%s] Кеш головної сторінки містить помилку! Видаліть кеш!"
1319
+
1320
+ #: wp-cache.php:2228
1321
+ #, php-format
1322
+ 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\"!"
1323
+ msgstr "Сталася помилка, на головній сторінці Вашого блогу не був виявлений ключовою текст \"%2$s\"! Щоб виправити помилку, відвідайте цю сторінку %1$s і уручну очистити кеш."
1324
+
1325
+ #: wp-cache.php:2231
1326
+ #, php-format
1327
+ msgid "[%s] Front page is not correct! Cache Cleared!"
1328
+ msgstr "[%s] Головна сторінка відображається з помилкою! Кеш знищений!"
1329
+
1330
+ #: wp-cache.php:2231
1331
+ #, php-format
1332
+ 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."
1333
+ msgstr "Сталася помилка, на головній сторінці Вашого блогу не був виявлений ключовою текст \"%2$s\"! Відвідайте цю сторінку %1$s щоб перевірити кеш."
1334
+
1335
+ #: wp-cache.php:2236
1336
+ #, php-format
1337
+ msgid "[%s] Front page check!"
1338
+ msgstr "[%s] Головна сторінка перевірена!"
1339
+
1340
+ #: wp-cache.php:2236
1341
+ #, php-format
1342
+ msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1343
+ msgstr "Додаток WP Super Cache щойно перевірив головну сторінку Вашого блогу на предмет помилок. Щоб відключити повідомлення та перевірку відвідайте цю сторінку %s."
1344
+
1345
+ #: wp-cache.php:2279
1346
+ msgid "Cannot update .htaccess"
1347
+ msgstr "Не можу оновити файл.Htaccess"
1348
+
1349
+ #: wp-cache.php:2279
1350
+ #, php-format
1351
+ 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."
1352
+ msgstr "Файл <code>%s.htaccess</code> не може бути оновлений в автоматичному режимі. Щоб виправити це задайте необхідні для запису права доступу до нього. "
1353
+
1354
+ #: wp-cache.php:2279
1355
+ msgid "Refresh this page when the file permissions have been modified."
1356
+ msgstr "Оновлення сторінку коли необхідні права доступу будуть задані."
1357
+
1358
+ #: wp-cache.php:2279
1359
+ #, php-format
1360
+ msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1361
+ msgstr "Ви також можете редагувати файл <code>%s.htaccess</code> вручну і особисто додати необхідні правила (до наявних там правил WordPress): "
1362
+
1363
+ #: wp-cache.php:2283
1364
+ #, php-format
1365
+ msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1366
+ msgstr "Щоб плагін міг правильно працювати з статичними html файлами, Ви повинні додати в файл <code>%s.htaccess</code> правила модуля mod_rewrite "
1367
+
1368
+ #: wp-cache.php:2284
1369
+ msgid "You can edit the file yourself add the following rules."
1370
+ msgstr "Ви можете вручну відредагувати файл і додати необхідні правила."
1371
+
1372
+ #: wp-cache.php:2285
1373
+ msgid " Make sure they appear before any existing WordPress rules. "
1374
+ msgstr "Перевірте, що вони йдуть перед всіма вже існуючими в документі правилами WordPress."
1375
+
1376
+ #: wp-cache.php:2293
1377
+ msgid "Update Mod_Rewrite Rules"
1378
+ msgstr "Оновити правила mod_rewrite"
1379
+
1380
+ #: wp-cache.php:2389
1381
+ #, php-format
1382
+ msgid "[%1$s] Cache Preload Started"
1383
+ msgstr "[%1$s] Загальне кешування почалося"
1384
+
1385
+ #: wp-cache.php:2391
1386
+ #, php-format
1387
+ msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1388
+ msgstr "[%1$s] Оновлення кеша записів з %2$d до %3$d"
1389
+
1390
+ #: wp-cache.php:2402
1391
+ #, php-format
1392
+ msgid "[%1$s] %2$d posts refreshed"
1393
+ msgstr "[%1$s] %2$d кеш записів оновлений"
1394
+
1395
+ #: wp-cache.php:2402
1396
+ msgid "Refreshed the following posts:"
1397
+ msgstr "Наступні записи оновлені:"
1398
+
1399
+ #: wp-cache.php:2411
1400
+ #, php-format
1401
+ msgid "Scheduling next preload refresh in %d minutes."
1402
+ msgstr "Наступне заплановане оновлення загального кешу через %d хвилин."
1403
+
1404
+ #: wp-cache.php:2421
1405
+ #, php-format
1406
+ msgid "[%s] Cache Preload Completed"
1407
+ msgstr "[%s] Загальне кешування завершено"
1408
+
1409
+ #: wp-cache.php:2421
1410
+ msgid "Cleaning up old supercache files."
1411
+ msgstr "Видаляти старі файли з кешу Super Cache."
1412
+
1413
+ #: wp-cache.php:2462
1414
+ #, php-format
1415
+ msgid "[%s] Preload may have stalled."
1416
+ msgstr "[%s] Загальнe кешування могло бути перервано."
1417
+
1418
+ #: wp-cache.php:2462
1419
+ #, php-format
1420
+ msgid ""
1421
+ "Preload has been restarted.\n"
1422
+ "%s"
1423
+ msgstr ""
1424
+ "Загальне кешування було перезапущенe. \n"
1425
+ "%s"
1426
+
1427
+ #~ msgid ""
1428
+ #~ "Scroll down this page and click the <strong>Update Mod_Rewrite Rules</"
1429
+ #~ "strong> button."
1430
+ #~ msgstr ""
1431
+ #~ "Пролистайте страницу вних и нажмите кнопку <strong>Обновить правила "
1432
+ #~ "Mod_Rewrite</strong>."
1433
+
1434
+ #~ msgid "WP Super Cache Manager"
1435
+ #~ msgstr "Управление плагином WP Super Cache"
1436
+
1437
+ #~ msgid "Why your configuration may not be changed"
1438
+ #~ msgstr "Почему конфигурации не могут быть изменены"
1439
+
1440
+ #~ msgid "Why"
1441
+ #~ msgstr "Почему"
1442
+
1443
+ #~ msgid "ON"
1444
+ #~ msgstr "ВКЛ"
1445
+
1446
+ #~ msgid "WP Cache and Super Cache enabled"
1447
+ #~ msgstr "Плагины WP Cache и Super Cache включены"
1448
+
1449
+ #~ msgid "HALF ON"
1450
+ #~ msgstr "РАБОТАЕТ НАПОЛОВИНУ"
1451
+
1452
+ #~ msgid "Super Cache Disabled, only legacy WP-Cache caching."
1453
+ #~ msgstr "Плагин Super Cache отключен, работает только кэшировани WP-Cache"
1454
+
1455
+ #~ msgid "OFF"
1456
+ #~ msgstr "ВЫКЛ"
1457
+
1458
+ #~ msgid "WP Cache and Super Cache disabled"
1459
+ #~ msgstr "Плагины WP Cache и Super Cache отключены"
1460
+
1461
+ #~ msgid ""
1462
+ #~ "Cache rebuild. Serve a supercache file to anonymous users while a new "
1463
+ #~ "file is being generated. Recommended for <em>very</em> busy websites with "
1464
+ #~ "lots of comments. Makes \"directly cached pages\" and \"Lockdown mode\" "
1465
+ #~ "obsolete."
1466
+ #~ msgstr ""
1467
+ #~ "Восстановление кэша. При включенной опции, гости сайта будут получать "
1468
+ #~ "старые страницы из плагина Super Cache, пока формируются новые. "
1469
+ #~ "Рекомендуется использовать данную опцию только для <em>очень</em> "
1470
+ #~ "посещаемых блогов, где много комментариев. После включения опции в "
1471
+ #~ "настройках \"прямое кэширование страниц\" и \"закрытый режим\" нет нужды "
1472
+ #~ "(они устаревают)"
1473
+
1474
+ #~ msgid ""
1475
+ #~ "List the newest cached pages (may be expensive to run on busy sites, use "
1476
+ #~ "with caution.)"
1477
+ #~ msgstr ""
1478
+ #~ "Создавать список новых кэшированных страниц (использовать на свой страх и "
1479
+ #~ "риск, может затормозить сайты с большим количеством посетителей)"
1480
+
1481
+ #~ msgid ""
1482
+ #~ "%1$s really makes your blog go faster. Make it go faster<sup>*</sup> by "
1483
+ #~ "buying me an <a href=\"%2$s\">Amazon gift card</a>! Make it out to \"%3$s"
1484
+ #~ "\" for whatever amount you want. Every penny helps!"
1485
+ #~ msgstr ""
1486
+ #~ "%1$s действительно ускоряет Ваш блог. Вы можете сделать его еще "
1487
+ #~ "быстрее<sup>*,</sup> купив мне <a href=\"%2$s\">подарочную карту сервиса "
1488
+ #~ "Amazon</a>! Можете выбрать \"%3$s\" любое значение, какое хотите. Каждая "
1489
+ #~ "копейка поможет мне!"
1490
+
1491
+ #~ msgid ""
1492
+ #~ "If Amazon isn&#8217;t your thing, there&#8217;s also PayPal. Click the "
1493
+ #~ "\"Donate\" button below or take a quick peek at my <a href=\"%s"
1494
+ #~ "\">wishlist</a>."
1495
+ #~ msgstr ""
1496
+ #~ "Если Вы не хотите иметь дело с Amazon , то можно сделать пожертвование "
1497
+ #~ "через PayPal. Нажмите кнопку \"Пожертвовать\" или выберите подарок для "
1498
+ #~ "меня из моего <a href=\"%s\">списка желаний</a>."
1499
+
1500
+ #~ msgid "Thanks in advance!"
1501
+ #~ msgstr "Заранее благодарю!"
1502
+
1503
+ #~ msgid ""
1504
+ #~ "Ok, it won&#8217;t go any faster but you&#8217;ll make this plugin author "
1505
+ #~ "very happy!"
1506
+ #~ msgstr ""
1507
+ #~ "Ладно, он не будет быстрее, но Вы все равно сделаете автора плагина очень "
1508
+ #~ "счастливым!"
1509
+
1510
+ #~ msgid "Don&#8217;t show me this again."
1511
+ #~ msgstr "Не показывать больше это сообщение."
1512
+
1513
+ #~ msgid "Hide"
1514
+ #~ msgstr "Спрятать"
1515
+
1516
+ #~ msgid ""
1517
+ #~ "He blogs at %1$s and posts photos at %2$s. He would really appreciate a "
1518
+ #~ "<a href=\"%3$s\">donation</a> to encourage development of this plugin."
1519
+ #~ "<br />Even a penny will help."
1520
+ #~ msgstr ""
1521
+ #~ "Блог автора - %1$s, фотоблог - %2$s. Автор плагина будет благодарен любой "
1522
+ #~ "<a href=\"%3$s\">поддержке</a> от Вас.<br />Даже копейка может помочь в "
1523
+ #~ "его работе."
1524
+
1525
+ #~ msgid "Super Cache Compression"
1526
+ #~ msgstr "Сжатие кэша Super Cache"
1527
+
1528
+ #~ msgid "Compression is enabled by default when in <em>HALF ON</em> mode."
1529
+ #~ msgstr ""
1530
+ #~ "Сжатие кэша отключено по умолчанию в режиме <em>РАБОТАЕТ НАПОЛОВИНУ</em>."
1531
+
1532
+ #~ msgid "Super Cache compression is now disabled."
1533
+ #~ msgstr "Сжатие кэша Super Cache теперь отключено."
1534
+
1535
+ #~ msgid "Super Cache compression is now enabled."
1536
+ #~ msgstr "Сжатие кэша Super Cache теперь включено."
1537
+
1538
+ #~ msgid "Update Compression"
1539
+ #~ msgstr "Обновить настройки сжатия"
1540
+
1541
+ #~ msgid "Debug Settings"
1542
+ #~ msgstr "Параметры отладки"
1543
+
1544
+ #~ msgid ""
1545
+ #~ "<h3>WP_CACHE constant in wp-config.php set to false</h3><p>The WP_CACHE "
1546
+ #~ "constant is defined in your wp-config.php but must be set to true, not "
1547
+ #~ "false for this plugin to work correctly.</p>"
1548
+ #~ msgstr ""
1549
+ #~ "<h3>Значение для WP_CACHE в конфигурационном файле WordPrees wp-config."
1550
+ #~ "php установлено на \"false\"</h3><p>Чтобы плагин заработал, значение "
1551
+ #~ "WP_CACHE в wp-config.php нужно поставить на \"true\".</p>"
1552
+
1553
+ #~ msgid "You must edit the file yourself add the following rules."
1554
+ #~ msgstr ""
1555
+ #~ "Вы должны вручную отредактировать файл и добавить необходимые правила."
languages/wp-super-cache-zh_TW.mo CHANGED
Binary file
languages/wp-super-cache-zh_TW.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WP Super Cache (Traditional Chinese)\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-super-cache\n"
5
- "POT-Creation-Date: 2010-12-09 13:32+0000\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: Liang, Jih-Kai <privism@gmail.com>\n"
8
  "Language-Team: privism <privism@gmail.com>\n"
@@ -13,1565 +13,1399 @@ msgstr ""
13
  "X-Poedit-Country: TAIWAN\n"
14
  "X-Poedit-SourceCharset: utf-8\n"
15
 
16
- #: ossdl-cdn.php:133
17
  msgid "Your website probably uses lots of static files. Image, Javascript and CSS files are usually static files that could just as easily be served from another site or CDN. Therefore this plugin replaces any links in the <code>wp-content</code> and <code>wp-includes</code> directories (except for PHP files) on your site with the URL you provide below. That way you can either copy all the static content to a dedicated host or mirror the files to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
18
  msgstr "你的網站可能使用了許多的靜態檔案。圖片、Javascript、CSS檔案通常都是靜態檔案,可以很簡單地使用另一個站台或CDN來服務。所以這個外掛會根據你下面所提供的URL,取代你的網站中<code>wp-content</code>和<code>wp-includes</code>目錄下除了PHP檔案以外的任何連結。用這個方式,你可以把所有的靜態內容拷貝到一個專用的主機或或使用<a href=\"http://knowledgelayer.softlayer.com/questions/365/How+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>鏡射到CDN上。"
19
 
20
- #: ossdl-cdn.php:134
21
- #, php-format
 
 
 
 
22
  msgid "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %s to ensure your CDN service is fully working before saving changes."
23
  msgstr "<strong style=\"color: red\">警告:</strong> 請先測試一些固定的網址,例如%s。在儲存變更前,確定你的CDN服務完全正常。"
24
 
25
- #: ossdl-cdn.php:135
26
  msgid "You can define different CDN URLs for each site on a multsite network."
27
  msgstr "你可以為多站台網路中的每個站台定義不同的CDN URL。"
28
 
29
- #: ossdl-cdn.php:143
30
  msgid "Enable CDN Support"
31
  msgstr "啟用CDN支援"
32
 
33
- #: ossdl-cdn.php:146
34
  msgid "Off-site URL"
35
  msgstr "站外URL"
36
 
37
- #: ossdl-cdn.php:149
38
- #, php-format
39
  msgid "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</code> please.<br />Example: <code>%2$s</code>."
40
  msgstr "這個新的 URL 在會重寫 (rewriting) 時用來取代 %1$s。請不要加上結尾的 <code>/</code>。 <br /> 例: <code>%2$s</code>"
41
 
42
- #: ossdl-cdn.php:153
43
  msgid "Include directories"
44
  msgstr "包含以下目錄"
45
 
46
- #: ossdl-cdn.php:156
47
  msgid "Directories to include in static file matching. Use a comma as the delimiter. Default is <code>wp-content, wp-includes</code>, which will be enforced if this field is left empty."
48
  msgstr "靜態檔案比對包含的目錄。使用逗號作為分隔符號。預設為 <code>wp-content, wp-includes</code> ,當這個欄位空白時會強制套用。"
49
 
50
- #: ossdl-cdn.php:160
51
  msgid "Exclude if substring"
52
  msgstr "若含有以下字串則排除"
53
 
54
- #: ossdl-cdn.php:163
55
  msgid "Excludes something from being rewritten if one of the above strings is found in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</code>, and always include <code>.php</code> (default)."
56
  msgstr "若網址中包含以上的字串,則不會被重寫。使用逗號作為分隔符號,像這樣:<code>.php, .flv, .do</code>,並請永遠包含<code>.php</code> (預設值)。"
57
 
58
- #: ossdl-cdn.php:167
59
  msgid "Additional CNAMES"
60
  msgstr "額外的正規名稱(CNAMES)"
61
 
62
- #: ossdl-cdn.php:170
63
- #, php-format
64
  msgid "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will be used in place of %1$s for rewriting (in addition to the off-site URL above). Use a comma as the delimiter. For pages with a large number of static files, this can improve browser performance. CNAMEs may also need to be configured on your CDN.<br />Example: %2$s"
65
  msgstr "這些 <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">正規名稱記錄(CNAMES)</a> 會在重寫時用來取代 %1$s (和上面的站外URL一起)。 使用逗號作為分隔符號。 在有大量靜態檔案的網頁中,這可以增進瀏覽器效能。 這些CNAME可能也需要在你的CDN被設定。<br />例: %2$s"
66
 
67
- #: ossdl-cdn.php:175
 
 
 
 
68
  msgid "Save Changes"
69
  msgstr "儲存變更"
70
 
71
- #: ossdl-cdn.php:177
72
  msgid "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
73
  msgstr "CDN 功能由<a href=\"http://wordpress.org/extend/plugins/ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a>提供,作者為<a href=\"http://mark.ossdl.de/\">Mark Kubacki</a>"
74
 
75
- #: plugins/awaitingmoderation.php:4
76
- msgid "Your comment is awaiting moderation."
77
- msgstr "您的迴響正等待審核中。"
78
-
79
- #: plugins/awaitingmoderation.php:32
80
- msgid "Awaiting Moderation"
81
- msgstr "Awaiting Moderation"
82
-
83
- #: plugins/awaitingmoderation.php:34
84
- #: plugins/badbehaviour.php:65
85
- #: plugins/domain-mapping.php:60
86
- #: wp-cache.php:1169
87
- msgid "Enabled"
88
- msgstr "啟用"
89
-
90
- #: plugins/awaitingmoderation.php:35
91
- #: plugins/badbehaviour.php:66
92
- #: plugins/domain-mapping.php:61
93
- #: wp-cache.php:1169
94
- msgid "Disabled"
95
- msgstr "停用"
96
-
97
- #: plugins/awaitingmoderation.php:36
98
- msgid "Enables or disables plugin to Remove the text \"Your comment is awaiting moderation.\" when someone leaves a moderated comment."
99
- msgstr "啟動或關閉此外掛,決定當有人發佈需審核的迴響時,是否去除「您的迴響正等待審核中」字樣。"
100
-
101
- #: plugins/awaitingmoderation.php:40
102
- #: plugins/badbehaviour.php:71
103
- #: plugins/domain-mapping.php:66
104
- #: plugins/searchengine.php:69
105
- #: wp-cache.php:1528
106
- msgid "enabled"
107
- msgstr "已啟用"
108
-
109
- #: plugins/awaitingmoderation.php:42
110
- #: plugins/badbehaviour.php:73
111
- #: plugins/domain-mapping.php:68
112
- #: plugins/searchengine.php:67
113
- msgid "disabled"
114
- msgstr "已停用"
115
-
116
- #: plugins/awaitingmoderation.php:43
117
- #, php-format
118
- msgid "Awaiting Moderation is now %s"
119
- msgstr "Awaiting Moderation 外掛模組 %s"
120
-
121
- #: plugins/awaitingmoderation.php:45
122
- #: plugins/badbehaviour.php:76
123
- #: plugins/domain-mapping.php:71
124
- msgid "Update"
125
- msgstr "更新"
126
-
127
- #: plugins/badbehaviour.php:47
128
- msgid "Bad Behaviour not found. Please check your install."
129
- msgstr "找不到 Bad Behaviour. 請檢查你的安裝。"
130
-
131
- #: plugins/badbehaviour.php:63
132
- msgid "Bad Behavior"
133
- msgstr "Bad Behavior"
134
-
135
- #: plugins/badbehaviour.php:68
136
- #, php-format
137
- msgid "(Only legacy caching supported, disabled compression and requires <a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-behavior/\") "
138
- msgstr "(只支援傳統模式,停用壓縮,<a href=\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> 路徑必須為 \"%s/plugins/bad-behavior/\")"
139
-
140
- #: plugins/badbehaviour.php:74
141
- #, php-format
142
- msgid "Bad Behavior support is now %s"
143
- msgstr "Bad Behaviour 外掛模組 %s"
144
-
145
- #: plugins/badbehaviour.php:83
146
- #: wp-cache.php:1259
147
- #: wp-cache.php:1261
148
- msgid "Warning!"
149
- msgstr "警告!"
150
-
151
- #: plugins/domain-mapping.php:58
152
- msgid "Domain Mapping"
153
- msgstr "Domain Mapping"
154
-
155
- #: plugins/domain-mapping.php:63
156
- 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."
157
- msgstr "<a href=\"http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/\">Domain Mapping</a>外掛支援,映射多個網域至一個blog。"
158
-
159
- #: plugins/domain-mapping.php:69
160
- #, php-format
161
- msgid "Domain Mapping support is now %s"
162
- msgstr "Domain Mapping 外掛模組 %s"
163
-
164
- #: plugins/domain-mapping.php:83
165
- msgid "Domain Mapping plugin detected! Please go to the Supercache plugins page and enable the domain mapping helper plugin."
166
- msgstr "Domain Mapping外掛模組已被偵測到!請到Supercache外掛頁面啟用domain mapping支援外掛。"
167
-
168
- #: plugins/searchengine.php:61
169
- #: plugins/searchengine.php:76
170
- #: wp-cache.php:1182
171
- msgid "Disable"
172
- msgstr "停用"
173
-
174
- #: plugins/searchengine.php:71
175
- #, php-format
176
- msgid "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> plugin is %s."
177
- msgstr "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for Friends</a> 外掛模組 %s"
178
-
179
- #: plugins/searchengine.php:72
180
- msgid "(requires <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a> too) "
181
- msgstr "(必須有 <a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">friendsadverts.php</a>)"
182
-
183
- #: plugins/searchengine.php:74
184
- #: wp-cache.php:1182
185
- msgid "Enable"
186
- msgstr "啟用"
187
-
188
- #: wp-cache.php:91
189
- #, php-format
190
  msgid "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-sample.php"
191
  msgstr "請以 wp-super-cache/wp-cache-config-sample.php 建立 %s /wp-cache-config.php"
192
 
193
- #: wp-cache.php:151
194
  msgid "Warning! PHP Safe Mode Enabled!"
195
  msgstr "警告!PHP 安全模式已啟用!"
196
 
197
- #: wp-cache.php:152
198
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
199
  msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
200
 
201
- #: wp-cache.php:156
202
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
203
  msgstr "你的伺服器設定為先檢查 PHP 程式擁有者才可以存取檔案。"
204
 
205
- #: wp-cache.php:157
206
- #, php-format
207
  msgid "You or an administrator may be able to make it work by changing the group owner of the plugin scripts to match that of the web server user. The group owner of the %s/cache/ directory must also be changed. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details."
208
  msgstr "你或管理員可以透過變更外掛程式群組的所有者使其與伺服器使用者一致,進而讓其運作。%s/cache/ 目錄的所有者也必須變更。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。"
209
 
210
- #: wp-cache.php:159
211
  msgid "You or an administrator must disable this. See the <a href=\"http://php.net/features.safe-mode\">safe mode manual page</a> for further details. This cannot be disabled in a .htaccess file unfortunately. It must be done in the php.ini config file."
212
  msgstr "你或管理員必須先停用此項目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。很抱歉,這無法在 .htaccess 檔案裡停用。它必須在 php.ini 設定檔中完成。"
213
 
214
- #: wp-cache.php:165
215
  msgid "Permlink Structure Error"
216
  msgstr "固定網址結構錯誤"
217
 
218
- #: wp-cache.php:166
219
  msgid "A custom url or permalink structure is required for this plugin to work correctly. Please go to the <a href=\"options-permalink.php\">Permalinks Options Page</a> to configure your permalinks."
220
  msgstr "外掛要正常運作,必須有自定url或固定網址。請到<a href=\"options-permalink.php\">固定網址選項</a>設定你的固定網址。"
221
 
222
- #: wp-cache.php:178
223
- #, php-format
224
  msgid "Warning! Your hostname \"%s\" resolves to %s"
225
  msgstr "警告!你的主機名稱 \"%s\" 解析到 %s"
226
 
227
- #: wp-cache.php:179
228
- #, php-format
229
  msgid "Your server thinks your hostname resolves to %s. Some services such as garbage collection by this plugin, and WordPress scheduled posts may not operate correctly."
230
  msgstr "你的伺服器認為你的主機名稱解析到 %s. WP Super Cache 外掛的某些服務,例如垃圾回收、WordPress 排程文章可能無法正常執行。"
231
 
232
- #: wp-cache.php:180
233
- #: wp-cache.php:194
234
- #, php-format
235
  msgid "Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the readme.txt"
236
  msgstr "請參閱readme.txt第16項<a href=\"%s\">錯誤排除段落</a>"
237
 
238
- #: wp-cache.php:193
239
  msgid "Unfortunately WordPress cannot find the file wp-cron.php. This script is required for the the correct operation of garbage collection by this plugin, WordPress scheduled posts as well as other critical activities."
240
  msgstr "很抱歉,WordPress 找不到 wp-cron.php 檔案。必須要有這個程式才能正確執行垃圾回收、排程文章及其他重要活動。"
241
 
242
- #: wp-cache.php:208
243
  msgid "Cannot continue... fix previous problems and retry."
244
  msgstr "無法繼續... 解決前述問題然後重試。"
245
 
246
- #: wp-cache.php:217
247
  msgid "Zlib Output Compression Enabled!"
248
  msgstr "Zlib輸出壓縮已被啟用!"
249
 
250
- #: wp-cache.php:218
251
  msgid "PHP is compressing the data sent to the visitors of your site. Disabling this is recommended as the plugin caches the compressed output once instead of compressing the same page over and over again. Also see #21 in the Troubleshooting section. See <a href=\"http://php.net/manual/en/zlib.configuration.php\">this page</a> for instructions on modifying your php.ini."
252
  msgstr "PHP頁面壓縮啟用中。建議將它關閉,因為外掛針對一個頁面只需要壓縮一次,而不需要反覆的壓縮。另請參見錯換排除段落第21條。 <a href=\"http://php.net/manual/en/zlib.configuration.php\">這邊</a>有如何修改你的php.ini的說明。"
253
 
254
- #: wp-cache.php:222
255
  msgid "Mod rewrite may not be installed!"
256
  msgstr "Mod rewrite 可能沒有安裝!"
257
 
258
- #: wp-cache.php:223
259
  msgid "It appears that mod_rewrite is not installed. Sometimes this check isn&#8217;t 100% reliable, especially if you are not using Apache. Please verify that the mod_rewrite module is loaded. It is required for serving Super Cache static files. You will still be able to use legacy or PHP modes."
260
  msgstr "看來 mod_rewrite 沒有安裝。有時候這種檢查並非 100% 可信,特別是當你不是使用 Apache 時。請重新檢查 mod_rewrite 模組已經載入。執行 Super Cache 靜態檔案時必須要有它。但你仍然可以使用傳統或PHP快取模式。"
261
 
262
- #: wp-cache.php:228
263
  msgid "Read Only Mode. Configuration cannot be changed."
264
  msgstr "唯讀模式。設定無法變更。"
265
 
266
- #: wp-cache.php:229
267
- #, php-format
268
  msgid "The WP Super Cache configuration file is <code>%s/wp-cache-config.php</code> and cannot be modified. That file must be writeable by the webserver to make any changes."
269
  msgstr "WP Super Cache 設定檔 <code>%s/wp-cache-config.php</code> 無法修改。該檔案必須可以從伺服器端進行寫入。"
270
 
271
- #: wp-cache.php:230
272
  msgid "A simple way of doing that is by changing the permissions temporarily using the CHMOD command or through your ftp client. Make sure it&#8217;s globally writeable and it should be fine."
273
  msgstr "最簡單的方式是使用CHMOD指令或透過FTP程式來變更權限。請確保它們正確並可以寫入。"
274
 
275
- #: wp-cache.php:231
 
 
 
 
 
276
  msgid "Writeable:"
277
  msgstr "可寫入:"
278
 
279
- #: wp-cache.php:232
280
  msgid "Readonly:"
281
  msgstr "唯讀:"
282
 
283
- #: wp-cache.php:244
284
- #, php-format
285
  msgid "Warning! %s is writeable!"
286
  msgstr "警告!%s 可寫入!"
287
 
288
- #: wp-cache.php:245
289
- #, php-format
290
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
291
  msgstr "你應該變更 %s 權限使其更加嚴密。使用你的FTP程式,或是按照以下指令來解決:"
292
 
293
- #: wp-cache.php:253
294
  msgid "Mobile rewrite rules detected"
295
  msgstr "行動裝置重寫規則檢測"
296
 
297
- #: wp-cache.php:254
298
  msgid "For best performance you should enable \"Mobile device support\" or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text \"2.0\\ MMP|240x320\" and delete those."
299
  msgstr "為了獲得最好的效能,你應該啟用\"行動裝置支援\",或從你的 .htaccess 刪除行動裝置重寫規則。尋找包含 \"2.0\\ MMP|240x320\" 字串的兩行並刪除它們。"
300
 
301
- #: wp-cache.php:254
302
  msgid "This will have no affect on ordinary users but mobile users will see uncached pages."
303
  msgstr "不會對一般使用者造成任何影響,但行動裝置使用者將會看到未快取的頁面。"
304
 
305
- #: wp-cache.php:260
306
- #: wp-cache.php:271
307
  msgid "Rewrite rules must be updated"
308
  msgstr "Mod Rewrite 規則必須更新!"
309
 
310
- #: wp-cache.php:261
311
- #: wp-cache.php:272
312
  msgid "The rewrite rules required by this plugin have changed or are missing. "
313
  msgstr "這個外掛所需的rewrite規則已被變更或不存在。"
314
 
315
- #: wp-cache.php:262
316
  msgid "Mobile support requires extra rules in your .htaccess file, or you can set the plugin to legacy mode. Here are your options (in order of difficulty):"
317
  msgstr "行動裝置支援必須在你的 .htaccess 檔案裡新增額外規則,或是你可以將外掛設定為傳統模式。這是你的選擇(根據個人需求):"
318
 
319
- #: wp-cache.php:263
320
  msgid "Set the plugin to legacy mode and enable mobile support."
321
  msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
322
 
323
- #: wp-cache.php:264
324
- #: wp-cache.php:273
325
  msgid "Scroll down the Advanced Settings page and click the <strong>Update Mod_Rewrite Rules</strong> button."
326
  msgstr "捲動到進階選項頁面的下方並點擊<strong>更新Mod_Rewrite規則</strong>按鈕。"
327
 
328
- #: wp-cache.php:265
329
- #, php-format
330
  msgid "Delete the plugin mod_rewrite rules in %s.htaccess enclosed by <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> and let the plugin regenerate them by reloading this page."
331
  msgstr "從 %s.htaccess 內刪除 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段的 mod_rewrite 規則,重新載入頁面讓外掛可以再次產生它們。"
332
 
333
- #: wp-cache.php:266
334
- #, php-format
335
  msgid "Add the rules yourself. Edit %s.htaccess and find the block of code enclosed by the lines <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code>. There are two sections that look very similar. Just below the line <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$</code> add these lines: (do it twice, once for each section)"
336
  msgstr "自行加入規則。編輯 %s.htaccess 並找到 <code># BEGIN WPSuperCache</code> and <code># END WPSuperCache</code> 原始碼區段。這兩部分看起來非常相似。只要在 <code>%%{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$</code> 下方新增這一行(這動作要做兩次,一個區段一次):"
337
 
338
- #: wp-cache.php:279
339
  msgid "Required to serve compressed supercache files properly."
340
  msgstr "需要正確的supercache壓縮檔案。"
341
 
342
- #: wp-cache.php:279
343
  msgid "Required to set caching information on supercache pages. IE7 users will see old pages without this module."
344
  msgstr "需要在supercache頁面設定快取訊息。IE7使用者將會看到沒有這個模組的舊頁面。"
345
 
346
- #: wp-cache.php:279
347
  msgid "Set the expiry date on supercached pages. Visitors may not see new pages when they refresh or leave comments without this module."
348
  msgstr "設定supercached快取過期時間。沒有這個模組,訪客在重新整理或留下迴響時可能看不到新頁面。"
349
 
350
- #: wp-cache.php:286
351
  msgid "Missing Apache Modules"
352
  msgstr "Apache 模組遺失"
353
 
354
- #: wp-cache.php:287
355
  msgid "The following Apache modules are missing. The plugin will work in legacy mode without them. In full Supercache mode, your visitors may see corrupted pages or out of date content however."
356
  msgstr "以下的Apache模組遺失。沒有它們外掛將在傳統模式下工作。若在完整的Supercache模式,你的訪客可能會看到損壞的網頁或是過時的內容。"
357
 
358
- #: wp-cache.php:438
359
  msgid "<strong>Warning!</strong> You attempted to enable compression but <code>zlib.output_compression</code> is enabled. See #21 in the Troubleshooting section of the readme file."
360
  msgstr "<strong>警告!</strong> 你試著要開啟壓縮,但是<code>zlib.output_compression</code>已被啟用。 參見讀我檔案裡錯誤排除段落第21條。"
361
 
362
- #: wp-cache.php:529
363
  msgid "WP Super Cache Settings"
364
  msgstr "WP Super Cache 狀態"
365
 
366
- #: wp-cache.php:540
367
  msgid "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced Settings Page by default."
368
  msgstr "注意:<em>Mod_rewrite或傳統快取已被開啟。</em> 預設顯示進階選項頁面。"
369
 
370
- #: wp-cache.php:551
371
  msgid "Configuration file changed, some values might be wrong. Load the page again from the \"Settings\" menu to reset them."
372
  msgstr "設定檔已變更。某些數值可能錯誤。再次從\"設定\"選單讀取頁面後重設它們。"
373
 
374
- #: wp-cache.php:571
375
- #: wp-cache.php:645
376
  msgid "Caching must be enabled to use this feature"
377
  msgstr "必須啟用快取才能使用這個功能"
378
 
379
- #: wp-cache.php:573
380
- msgid "Cache Tester"
381
- msgstr "快取測試"
382
-
383
- #: wp-cache.php:574
384
- msgid "Test your cached website by clicking the test button below."
385
- msgstr "請按下面的測試按鈕以測試你的網站快取。"
386
-
387
- #: wp-cache.php:581
388
- #, php-format
389
- msgid "Fetching %s to prime cache: "
390
- msgstr "抓取 %s 至主要快取:"
391
-
392
- #: wp-cache.php:583
393
- #: wp-cache.php:590
394
- #: wp-cache.php:597
395
- msgid "OK"
396
- msgstr "完成"
397
-
398
- #: wp-cache.php:588
399
- #, php-format
400
- msgid "Fetching first copy of %s: "
401
- msgstr "抓取第一份%s:"
402
-
403
- #: wp-cache.php:595
404
- #, php-format
405
- msgid "Fetching second copy of %s: "
406
- msgstr "抓取第二份%s:"
407
-
408
- #: wp-cache.php:601
409
- msgid "One or more page requests failed:"
410
- msgstr "一個或以上的頁面要求失敗:"
411
-
412
- #: wp-cache.php:620
413
- #: wp-cache.php:621
414
- #, php-format
415
- msgid "Page %d: %d (%s)"
416
- msgstr "頁面 %d: %d (%s)"
417
-
418
- #: wp-cache.php:627
419
- #, php-format
420
- msgid "Page 1: %s"
421
- msgstr "頁面1: %s"
422
-
423
- #: wp-cache.php:628
424
- #, php-format
425
- msgid "Page 2: %s"
426
- msgstr "頁面2: %s"
427
-
428
- #: wp-cache.php:629
429
- msgid "The timestamps on both pages match!"
430
- msgstr "頁面時間標籤相符!"
431
-
432
- #: wp-cache.php:631
433
- msgid "The pages do not match! Timestamps differ or were not found!"
434
- msgstr "無頁面時間標籤或標籤不相符"
435
-
436
- #: wp-cache.php:637
437
- msgid "Send non-secure (non https) request for homepage"
438
- msgstr "要非加密(非https)傳輸要求首頁"
439
-
440
- #: wp-cache.php:638
441
- msgid "Test Cache"
442
- msgstr "測試快取"
443
-
444
- #: wp-cache.php:663
445
- #: wp-cache.php:794
446
  msgid "Cancel Cache Preload"
447
  msgstr "取消快取預先載入"
448
 
449
- #: wp-cache.php:671
450
- #: wp-cache.php:682
451
  msgid "Scheduled preloading of cache cancelled."
452
  msgstr "預載快取排程已被取消。"
453
 
454
- #: wp-cache.php:708
455
- #: wp-cache.php:792
456
  msgid "Preload Cache Now"
457
  msgstr "馬上開始預先載入"
458
 
459
- #: wp-cache.php:712
460
  msgid "Scheduled preloading of cache in 10 seconds."
461
  msgstr "預載快取將在十秒之後開始。"
462
 
463
- #: wp-cache.php:717
464
- #, php-format
465
  msgid "Scheduled preloading of cache in %d minutes"
466
  msgstr "下次預載快取排程時間:%d分鐘後"
467
 
468
- #: wp-cache.php:721
469
  msgid "This will cache every published post and page on your site. It will create supercache static files so unknown visitors (including bots) will hit a cached page. This will probably help your Google ranking as they are using speed as a metric when judging websites now."
470
  msgstr "這會快取你網站上所有已發布的文章和頁面。它會產生supercache靜態檔案,匿名訪客(包括機器人)會命中快取頁面。這有可能會對你的Google排名有幫助,因為他們也將網站速度納入衡量項目之一。"
471
 
472
- #: wp-cache.php:722
473
  msgid "Preloading creates lots of files however. Caching is done from the newest post to the oldest so please consider only caching the newest if you have lots (10,000+) of posts. This is especially important on shared hosting."
474
  msgstr "不過預先載入會產生很多檔案。快取會從最新的文章開始做到最早的文章,所以當你有非常多(10,000+)文章的時候,可能只會有新文章被快取到。這在分享主機上特別重要。"
475
 
476
- #: wp-cache.php:723
477
  msgid "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out old legacy files for known users, not the preloaded supercache files. This is a recommended setting when the cache is preloaded."
478
  msgstr "在「預先載入」模式,通常的垃圾回收只會清除給已知使用者的傳統快取檔案,而不會清除預先載入的supercache檔案。這是預先載入的建議設定。"
479
 
480
- #: wp-cache.php:727
481
- #, php-format
482
  msgid "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d minutes.)"
483
  msgstr "每%s分鐘更新預載快取檔案。(0關閉,最低%d分鐘。)"
484
 
485
- #: wp-cache.php:740
486
  msgid "all"
487
  msgstr "所有"
488
 
489
- #: wp-cache.php:753
490
- #, php-format
491
  msgid "Preload %s posts."
492
  msgstr "預先載入 %s 篇文章。"
493
 
494
- #: wp-cache.php:760
495
  msgid "Preload mode (garbage collection only on legacy cache files. Recommended.)"
496
  msgstr "預先載入模式(只對傳統模式快取做垃圾回收。建議選項。)"
497
 
498
- #: wp-cache.php:763
499
  msgid "Send me status emails when files are refreshed."
500
  msgstr "當檔案被更新的時候寄信給我。"
501
 
502
- #: wp-cache.php:768
503
  msgid "Many emails, 2 emails per 100 posts."
504
  msgstr "很多信件,每一百篇文章二封信。"
505
 
506
- #: wp-cache.php:771
507
  msgid "Medium, 1 email per 100 posts."
508
  msgstr "中等,每一百篇文章一封信。"
509
 
510
- #: wp-cache.php:774
511
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
512
  msgstr "較少信件,開始的時候一封還有結束的時候一封。"
513
 
514
- #: wp-cache.php:778
515
- #, php-format
516
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
517
  msgstr "在%d小時%d分鐘%d秒之後更新快取。"
518
 
519
- #: wp-cache.php:779
520
- #, php-format
521
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
522
  msgstr "完整更新快取,耗費了%d小時%d分鐘%d秒。"
523
 
524
- #: wp-cache.php:785
525
- #, php-format
526
  msgid "Currently caching from post %d to %d."
527
  msgstr "目前正在快取第%d到%d篇文章。"
528
 
529
- #: wp-cache.php:789
530
- #, php-format
531
  msgid "<strong>Page last cached:</strong> %s"
532
  msgstr "<strong>最新快取頁面:</strong> %s"
533
 
534
- #: wp-cache.php:792
535
  msgid "Update Settings"
536
  msgstr "更新狀態"
537
 
538
- #: wp-cache.php:800
539
  msgid "Preloading of cache disabled. Please disable legacy page caching or talk to your host administrator."
540
  msgstr "預先載入已被關閉。請關閉傳統模式或和主機管理員連絡。"
541
 
542
- #: wp-cache.php:815
543
- #: wp-cache.php:909
544
  msgid "Caching"
545
  msgstr "快取"
546
 
547
- #: wp-cache.php:819
548
  msgid "Cache hits to this website for quick access."
549
  msgstr "啟用快取以加速對本網站的存取"
550
 
551
- #: wp-cache.php:819
552
- #: wp-cache.php:820
553
- #: wp-cache.php:837
554
- #: wp-cache.php:842
555
- #: wp-cache.php:845
556
- #: wp-cache.php:846
557
- #: wp-cache.php:912
 
558
  msgid "Recommended"
559
  msgstr "建議選項"
560
 
561
- #: wp-cache.php:820
562
  msgid "Use mod_rewrite to serve cache files."
563
  msgstr "使用mod_rewrite快取"
564
 
565
- #: wp-cache.php:821
566
  msgid "Use PHP to serve cache files."
567
  msgstr "使用PHP快取"
568
 
569
- #: wp-cache.php:822
570
  msgid "Legacy page caching."
571
  msgstr "傳統快取模式"
572
 
573
- #: wp-cache.php:823
574
  msgid "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, while legacy caching is slower again, but more flexible and also easy to get working. New users should use PHP caching."
575
  msgstr "Mod_rewrite快取是最快的,PHP快取幾乎一樣快且較容易上手;傳統模式較慢,但是有更多的調性且同樣容易上手。新使用者應該使用PHP快取。"
576
 
577
- #: wp-cache.php:829
578
  msgid "Miscellaneous"
579
  msgstr "雜項"
580
 
581
- #: wp-cache.php:835
582
  msgid "Warning! Compression is disabled as gzencode() function not found."
583
  msgstr "警告!因為找不到gzencode()函式,壓縮已被停用。"
584
 
585
- #: wp-cache.php:837
586
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
587
  msgstr "壓縮網頁,讓使用者能更快觀看"
588
 
589
- #: wp-cache.php:838
590
  msgid "Compression is disabled by default because some hosts have problems with compressed files. Switching it on and off clears the cache."
591
  msgstr "壓縮預設為停用,因為某些主機在壓縮檔案時可能發生問題。啟用或停用這項功能會清除快取。"
592
 
593
- #: wp-cache.php:842
594
  msgid "304 Not Modified browser caching. Indicate when a page has not been modified since last requested."
595
  msgstr "304 未修改支援。當一個頁面在上次被要求後沒有被更改的時候送出。"
596
 
597
- #: wp-cache.php:843
598
  msgid "304 support is disabled by default because in the past GoDaddy had problems with some of the headers used."
599
  msgstr "304支援預設為停用,因為過去GoDaddy在它使用的某些檔頭會產生問題。"
600
 
601
- #: wp-cache.php:845
602
  msgid "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that comment\">known users</acronym>."
603
  msgstr "不要為<acronym title=\"已登入或有留下迴響的使用者\">已知使用者</acronym>快取。"
604
 
605
- #: wp-cache.php:846
606
  msgid "Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated."
607
  msgstr "重建快取。當新檔案重建的時候,提供supercache檔案給匿名使用者。"
608
 
609
- #: wp-cache.php:847
610
  msgid "Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)"
611
  msgstr "告訴全世界你的伺服器已使用快取!(在你的部落格底部放置一段訊息)"
612
 
613
- #: wp-cache.php:853
614
- #: wp-cache.php:1021
615
- #: wp-cache.php:1541
616
  msgid "Advanced"
617
  msgstr "進階選項"
618
 
619
- #: wp-cache.php:857
620
  msgid "Mobile device support."
621
  msgstr "行動裝置支援。"
622
 
623
- #: wp-cache.php:858
624
  msgid "Clear all cache files when a post or page is published."
625
  msgstr "當有文章或網誌分頁發佈時清除所有快取。"
626
 
627
- #: wp-cache.php:859
 
 
 
 
628
  msgid "Only refresh current page when comments made."
629
  msgstr "當迴響發佈時,只更新目前頁面。"
630
 
631
- #: wp-cache.php:860
632
  msgid "List the newest cached pages on this page."
633
  msgstr "在本頁列出最新的快取頁面。"
634
 
635
- #: wp-cache.php:862
636
  msgid "Coarse file locking. You probably don&#8217;t need this but it may help if your server is underpowered. Warning! <em>May cause your server to lock up in very rare cases!</em>"
637
  msgstr "粗略檔案鎖定。你大概不會用到這個功能,但如果你的伺服器效能較差,開啟後可能會有所幫助。警告!<em>可能在少數情況下鎖死你的伺服器!</em>"
638
 
639
- #: wp-cache.php:864
640
  msgid "Late init. Display cached files after WordPress has loaded. Most useful in legacy mode."
641
  msgstr "延遲初始化,在WordPress載入之後再顯示快取。通常使用在傳統模式。"
642
 
643
- #: wp-cache.php:866
644
  msgid "Use object cache to store cached files."
645
  msgstr "使用object快取來儲存快取檔案。"
646
 
647
- #: wp-cache.php:866
648
  msgid "(Experimental)"
649
  msgstr "(實驗選項)"
650
 
651
- #: wp-cache.php:873
652
  msgid "Note:"
653
  msgstr "備註:"
654
 
655
- #: wp-cache.php:875
656
- #, php-format
 
 
 
657
  msgid "If uninstalling this plugin, make sure the directory <em>%s</em> is writeable by the webserver so the files <em>advanced-cache.php</em> and <em>cache-config.php</em> can be deleted automatically. (Making sure those files are writeable too is probably a good idea!)"
658
  msgstr "如果移除這個外掛,請確認目錄 <em>%s</em> 為伺服器可以寫入,<em>advanced-cache.php</em> 和 <em>cache-config.php</em> 檔案會自動刪除。(確認這些檔案是可寫入的,也是個好主意!)"
659
 
660
- #: wp-cache.php:876
661
- #, php-format
662
  msgid "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for instructions on uninstalling this script. Look for the heading, \"How to uninstall WP Super Cache\"."
663
  msgstr "反安裝資訊請參見<a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a>,尋找\"How to uninstall WP Super Cache\"標題。"
664
 
665
- #: wp-cache.php:877
666
- #, php-format
667
  msgid "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It includes installation documentation, a FAQ and Troubleshooting tips. The <a href=\"%2$s\">support forum</a> is also available. Your question may already have been answered."
668
  msgstr "需要幫助? 看看<a href=\"%1$s\">Super Cache 讀我檔案</a>。 它包含了安裝資訊,常見問題及錯誤排除小技巧。另外在<a href=\"%2$s\">支援論壇</a>上,你的問題可能也已經有人回答過了。"
669
 
670
- #: wp-cache.php:880
671
- #: wp-cache.php:927
672
  msgid "Update Status"
673
  msgstr "更新狀態"
674
 
675
- #: wp-cache.php:887
676
  msgid "Accepted Filenames &amp; Rejected URIs"
677
  msgstr "接受的檔案名稱和拒絕的URI"
678
 
679
- #: wp-cache.php:912
680
  msgid "Caching On"
681
  msgstr "開啟快取"
682
 
683
- #: wp-cache.php:913
684
  msgid "Caching Off"
685
  msgstr "關閉快取"
686
 
687
- #: wp-cache.php:914
688
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
689
  msgstr "啟用PHP快取,重建快取,以及行動裝置支援"
690
 
691
- #: wp-cache.php:924
692
  msgid "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. Cached files will be served using those rules. If your site is working ok please ignore this message or you can edit the .htaccess file in the root of your install and remove the SuperCache rules."
693
  msgstr "注意:PHP快取已被啟用,但偵測到Supercache mod_rewrite規則。快取檔案會用這些規則來服務。如果你的網站動作正常,你可以忽略這個訊息,否則請編輯站台安裝根目錄下的.htaccess檔以移除SuperCache規則。"
694
 
695
- #: wp-cache.php:929
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
696
  msgid "Recommended Links and Plugins"
697
  msgstr "建議連結及外掛"
698
 
699
- #: wp-cache.php:930
700
  msgid "Caching is only one part of making a website faster. Here are some other plugins that will help:"
701
  msgstr "快取只是讓網站變快的方法之一。這邊是一些其它有幫助的外掛:"
702
 
703
- #: wp-cache.php:931
704
- #, php-format
705
  msgid "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web server by joining Javascript and CSS files together. Alternatively you can use <a href=\"%s\">WPSCMin</a>, a Supercache plugin that minifies cached pages. It does not however join JS/CSS files together."
706
  msgstr "<a href=\"%s\">WP Minify</a> 合併Javascript及CSS檔案,以減少網頁伺服器需要服務的檔案數量。 或者你也可以使用 <a href=\"%s\">WPSCMin</a>,一個減少快取面數量的 Supercache 外掛。(但它並不會合併JS/CSS檔案)"
707
 
708
- #: wp-cache.php:932
709
- #, php-format
710
  msgid "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on Firebug. It analyzes web pages and suggests ways to improve their performance based on a set of rules for high performance web pages. Also try the performance tools online at <a href=\"%s\">GTMetrix</a>."
711
  msgstr "<a href=\"%s\">Yahoo! Yslow</a> 是Firefox附加元件Firebug的一個延伸套件。它可以分析你的網頁,並根據一些高效率網頁規則,建議你增加效能的方式。 你也可以試試一個線上效能分析工具 <a href=\"%s\">GTMetrix</a>。"
712
 
713
- #: wp-cache.php:933
714
- #, php-format
715
  msgid "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly used Javascript libraries from Google webservers. Ironically it may reduce your Yslow score."
716
  msgstr "<a href=\"%s\">Use Google Libraries</a>可以讓你從Google的伺服器上載入一些常用的Javascript函式庫。很諷刺的是它會降低你的Yslow分數。"
717
 
718
- #: wp-cache.php:934
719
- #, php-format
720
  msgid "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with Caching and cache-control</a> explains how to make your site more cacheable with .htaccess rules."
721
  msgstr "<strong>進階使用者專用:</strong> <a href=\"%s\">使用快取及快取控制加速你的網站</a>,解釋怎麼讓你的網站更適用.htaccess規則來進行快取。"
722
 
723
- #: wp-cache.php:935
724
- #, php-format
725
  msgid "<strong>Advanced users only:</strong> Install an object cache. Choose from <a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s\">eAcccelerator</a> and others."
726
  msgstr "<strong>進階使用者專用:</strong> 安裝物件快取。 你可以從<a href=\"%s\">Memcached</a>、<a href=\"%s\">XCache</a>、<a href=\"%s\">eAcccelerator</a>或其它的加速器中選擇一個。"
727
 
728
- #: wp-cache.php:946
729
  msgid "Make WordPress Faster"
730
  msgstr "讓 WordPress 更快速"
731
 
732
- #: wp-cache.php:947
733
- #, php-format
734
  msgid "%1$s is maintained and developed by %2$s with contributions from many others."
735
  msgstr "%1$s由%2$s開發及維護,並得到許多人的幫助貢獻。"
736
 
737
- #: wp-cache.php:948
738
- #, php-format
739
  msgid "He blogs at %1$s and posts photos at %2$s."
740
  msgstr "我的部落格在 %1$s,相簿在 %2$s."
741
 
742
- #: wp-cache.php:949
743
- #, php-format
744
  msgid "Please say hi to him on %s too!"
745
  msgstr "在%s上向我問好!"
746
 
747
- #: wp-cache.php:950
748
  msgid "Need Help?"
749
  msgstr "需要幫助?"
750
 
751
- #: wp-cache.php:952
752
- #, php-format
753
  msgid "<a href=\"%1$s\">Installation Help</a>"
754
  msgstr "<a href=\"%1$s\">安裝指南</a>"
755
 
756
- #: wp-cache.php:953
757
- #, php-format
758
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
759
  msgstr "<a href=\"%1$s\">常見問題</a>"
760
 
761
- #: wp-cache.php:954
762
- #, php-format
763
  msgid "<a href=\"%1$s\">Support Forum</a>"
764
  msgstr "<a href=\"%1$s\">支援論壇</a>"
765
 
766
- #: wp-cache.php:956
767
  msgid "Rate This Plugin!"
768
  msgstr "為這個外掛評分!"
769
 
770
- #: wp-cache.php:957
771
- #, php-format
772
  msgid "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you or not. It really helps development."
773
  msgstr "請為這個外掛<a href=\"%s\">評分</a>,並告訴我它是否運作正常。這對開發非常有幫助。"
774
 
775
- #: wp-cache.php:966
776
- #, php-format
777
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
778
  msgstr "快取頁面自 %1$s :<strong>%2$s</strong>"
779
 
780
- #: wp-cache.php:967
781
  msgid "Newest Cached Pages:"
782
  msgstr "最新的快取頁面:"
783
 
784
- #: wp-cache.php:971
785
- #, php-format
786
  msgid "Cached %s seconds ago"
787
  msgstr "已快取 %s 秒"
788
 
789
- #: wp-cache.php:974
790
  msgid "(may not always be accurate on busy sites)"
791
  msgstr "(在忙碌的網站上未必準確)"
792
 
793
- #: wp-cache.php:993
794
  msgid "Cache plugins are PHP scripts that live in a plugins folder inside the wp-super-cache folder. They are loaded when Supercache loads, much sooner than regular WordPress plugins."
795
  msgstr "快取外掛是wp-super-cache裡plugin資料夾中的一些PHP程式。它們在Supercache載入的時候就會被載入,比一般的WordPress plugin要早得多。"
796
 
797
- #: wp-cache.php:994
798
  msgid "This is strictly an advanced feature only and knowledge of both PHP and WordPress actions is required to create them."
799
  msgstr "這是一個非常進階的功能,只有對PHP和Wordpress動作都非常了解的人才能撰寫。"
800
 
801
- #: wp-cache.php:1004
802
  msgid "Available Plugins"
803
  msgstr "可使用的外掛"
804
 
805
- #: wp-cache.php:1021
806
  msgid "Easy"
807
  msgstr "簡易模式"
808
 
809
- #: wp-cache.php:1021
810
  msgid "CDN"
811
  msgstr "CDN"
812
 
813
- #: wp-cache.php:1021
814
- msgid "Tester & Contents"
815
- msgstr "測試及內容"
816
 
817
- #: wp-cache.php:1021
818
  msgid "Preload"
819
  msgstr "預先載入"
820
 
821
- #: wp-cache.php:1021
822
  msgid "Plugins"
823
  msgstr "外掛"
824
 
825
- #: wp-cache.php:1021
826
  msgid "Debug"
827
  msgstr "除錯設定"
828
 
829
- #: wp-cache.php:1052
830
- #, php-format
831
  msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">the main site</a> of this network."
832
  msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。s"
833
 
834
- #: wp-cache.php:1054
835
- #, php-format
836
- msgid "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a href=\"%s\">on the main site</a> of this network."
837
- msgstr "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache mod_rewrite規則檢查會被關閉。"
838
-
839
- #: wp-cache.php:1064
840
  msgid "Mod Rewrite Rules"
841
  msgstr "Mod Rewrite 規則"
842
 
843
- #: wp-cache.php:1070
844
  msgid "WordPress MU Detected"
845
  msgstr "WordPress MU 檢測"
846
 
847
- #: wp-cache.php:1070
848
  msgid "Unfortunately the rewrite rules cannot be updated automatically when running WordPress MU. Please open your .htaccess and add the following mod_rewrite rules above any other rules in that file."
849
  msgstr "抱歉,當執行 WordPress MU 時重寫規則無法自動更新。請開啟你的 .htaccess,並在上述檔案中任何位置加入下方的 mod_rewrite 規則。"
850
 
851
- #: wp-cache.php:1072
852
  msgid "Mod Rewrite rules cannot be updated!"
853
  msgstr "Mod Rewrite 規則無法更新!"
854
 
855
- #: wp-cache.php:1073
856
- #, php-format
857
  msgid "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:"
858
  msgstr "要讓它自動工作,你必須在 %s.htaccess 上有 <strong>BEGIN</strong> 和 <strong>END</strong> 標記,它們看起來像這樣,圍繞 WordPress 的 mod_rewrite 規則:"
859
 
860
- #: wp-cache.php:1075
861
  msgid "Refresh this page when you have updated your .htaccess file."
862
  msgstr "當你已更新你的 .htaccess 檔案後重新整理此頁。"
863
 
864
- #: wp-cache.php:1079
865
  msgid "Thank you for upgrading."
866
  msgstr "感謝升級。"
867
 
868
- #: wp-cache.php:1079
869
- #, php-format
870
  msgid "The mod_rewrite rules changed since you last installed this plugin. Unfortunately you must remove the old supercache rules before the new ones are updated. Refresh this page when you have edited your .htaccess file. If you wish to manually upgrade, change the following line: %1$s so it looks like this: %2$s The only changes are \"HTTP_COOKIE\" becomes \"HTTP:Cookie\" and \"wordpressuser\" becomes \"wordpress\". This is a WordPress 2.5 change but it&#8217;s backwards compatible with older versions if you&#8217;re brave enough to use them."
871
  msgstr "從你上次安裝此外掛,mod_rewrite 規則已經變更。在新的supercache規則更新前,你必須先刪除舊的supercache規則。在你修改你的 .htaccess 檔案後重新整理此頁。如果你希望手動更新,更改以下幾行:%1$s 使它看起來像這樣:%2$s ,唯一改變的地方是 \"HTTP_COOKIE\" 變成 \"HTTP:Cookie\" 以及 \"wordpressuser\" 變成 \"wordpress\"。這是 WordPress 2.5 的改變,但如果你敢使用,它與舊版本相容。"
872
 
873
- #: wp-cache.php:1083
874
  msgid "Trailing slash check required."
875
  msgstr "尾端斜線的檢查是必須的。"
876
 
877
- #: wp-cache.php:1083
878
  msgid "It looks like your blog has URLs that end with a \"/\". Unfortunately since you installed this plugin a duplicate content bug has been found where URLs not ending in a \"/\" end serve the same content as those with the \"/\" and do not redirect to the proper URL. To fix, you must edit your .htaccess file and add these two rules to the two groups of Super Cache rules:"
879
  msgstr "看起來你的部落格有以\"/\"結束的URL。不幸地在你安裝這個外掛後,在URL不是以\"/\"結束的頁面,發現了一個重複內容的bug,也就是相同的內容卻不是被指向正確的URL。你必須修改你的 .htaccess 檔案以修復這個問題,在兩個 Super Cache 規則區段內新增下面兩個規則:"
880
 
881
- #: wp-cache.php:1085
882
  msgid "You can see where the rules go and examine the complete rules by clicking the \"View mod_rewrite rules\" link below."
883
  msgstr "你可以看到規則去向,透過點選下方的「查看 mod_rewrite 規則」連結來看到完整的規則"
884
 
885
- #: wp-cache.php:1099
886
  msgid "Mod Rewrite rules updated!"
887
  msgstr "Mod Rewrite 規則已更新!"
888
 
889
- #: wp-cache.php:1100
890
- #, php-format
891
  msgid "%s.htaccess has been updated with the necessary mod_rewrite rules. Please verify they are correct. They should look like this:"
892
  msgstr "%s.htaccess 已更新必要的 mod_rewrite 規則。請確保它們是正確的。它們應該像這樣:"
893
 
894
- #: wp-cache.php:1102
895
  msgid "Mod Rewrite rules must be updated!"
896
  msgstr "Mod Rewrite 規則必須更新!"
897
 
898
- #: wp-cache.php:1103
899
- #, php-format
900
  msgid "Your %s.htaccess is not writable by the webserver and must be updated with the necessary mod_rewrite rules. The new rules go above the regular WordPress rules as shown in the code below:"
901
  msgstr "你的%s.htaccess無法由伺服器寫入,必須更新 mod_rewrite 規則。新的規則必須在一般的 WordPress 規則之上,如下面的原始碼所示:"
902
 
903
- #: wp-cache.php:1108
904
- #, php-format
905
  msgid "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /> Click the following link to see the lines added to that file. If you have upgraded the plugin make sure these rules match."
906
  msgstr "在你的%s.htaccess檔案中已經檢測到WP Super Cache重寫規則。<br />點選以下連結,查看新增到該檔案的內容。如果你已經升級外掛,請確保與這些規則相同。"
907
 
908
- #: wp-cache.php:1111
909
  msgid "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
910
  msgstr "發現.htaccess的rewrite規則和外掛rewrite規則的不一致。有可能只是單純空白字元的差別,但是你應該立即比較以下的規則。 點擊「更新Mod_Rewrite規則」按鈕以更新規則。"
911
 
912
- #: wp-cache.php:1114
913
  msgid "View Mod_Rewrite Rules"
914
  msgstr "查看 Mod_Rewrite 規則"
915
 
916
- #: wp-cache.php:1118
917
- #: wp-cache.php:2361
918
- #, php-format
919
  msgid "Rules must be added to %s too:"
920
  msgstr "也必須新增到%s的規則:"
921
 
922
- #: wp-cache.php:1126
923
- #, php-format
924
  msgid "Gzip encoding rules in %s.htaccess created."
925
  msgstr "%s.htaccess上Gzip規則建立。"
926
 
927
- #: wp-cache.php:1133
928
  msgid "Fix Configuration"
929
  msgstr "修復設定"
930
 
931
- #: wp-cache.php:1136
932
  msgid "Restore Default Configuration"
933
  msgstr "還原到預設選項"
934
 
935
- #: wp-cache.php:1144
936
  msgid "Comment moderation is enabled. Your comment may take some time to appear."
937
  msgstr "迴響審核已啟用。您的迴響可能需要一些時間才會顯示。"
938
 
939
- #: wp-cache.php:1169
940
  msgid "Lock Down:"
941
  msgstr "鎖定:"
942
 
943
- #: wp-cache.php:1170
 
 
 
 
 
 
 
 
 
 
 
 
 
 
944
  msgid "Prepare your server for an expected spike in traffic by enabling the lock down. When this is enabled, new comments on a post will not refresh the cached static files."
945
  msgstr "如果你預測會有流量高峰到來時,可以啟用鎖定功能。當這個功能啟用時,在文章裡發佈新迴響將不會更新靜態快取檔案。"
946
 
947
- #: wp-cache.php:1171
948
  msgid "Developers: Make your plugin lock down compatible by checking the \"WPLOCKDOWN\" constant. The following code will make sure your plugin respects the WPLOCKDOWN setting."
949
  msgstr "開發者:透過檢查\"WPLOCKDOWN\",讓你的外掛與鎖定功能相容。下面的原始碼將確保你的外掛遵守WPLOCKDOWN設定。"
950
 
951
- #: wp-cache.php:1173
952
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
953
  msgstr "抱歉。我的部落格已經鎖定。將會在短時間後更新。"
954
 
955
- #: wp-cache.php:1177
956
  msgid "WordPress is locked down. Super Cache static files will not be deleted when new comments are made."
957
  msgstr "WordPress 已鎖定。新的迴響產生時將不會刪除 Super Cache 靜態快取檔案。"
958
 
959
- #: wp-cache.php:1179
960
  msgid "WordPress is not locked down. New comments will refresh Super Cache static files as normal."
961
  msgstr "WordPress 未鎖定。新的迴響產生時將會正常更新 Super Cache 靜態快取檔案。"
962
 
963
- #: wp-cache.php:1185
 
 
 
 
 
 
 
 
 
 
 
964
  msgid "Lock Down"
965
  msgstr "鎖定"
966
 
967
- #: wp-cache.php:1193
968
  msgid "Directly Cached Files"
969
  msgstr "直接快取檔案"
970
 
971
- #: wp-cache.php:1251
972
- #, php-format
973
  msgid "%s removed!"
974
  msgstr "%s 已移除!"
975
 
976
- #: wp-cache.php:1259
977
- #, php-format
 
 
 
 
 
978
  msgid "You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated."
979
  msgstr "啟用這項功能前必須確認 %s 是可寫入狀態。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
980
 
981
- #: wp-cache.php:1261
982
- #, php-format
983
  msgid "%s is writable. Please make it readonly after your page is generated as this is a security risk."
984
  msgstr "%s 可寫入。由於這牽涉到一個安全風險,請在你的網頁產生後把它設為唯讀。"
985
 
986
- #: wp-cache.php:1275
987
  msgid "Existing direct page"
988
  msgstr "已存在的直接頁面"
989
 
990
- #: wp-cache.php:1275
991
  msgid "Delete cached file"
992
  msgstr "刪除快取檔案"
993
 
994
- #: wp-cache.php:1280
995
  msgid "Add direct page:"
996
  msgstr "新增直接頁面:"
997
 
998
- #: wp-cache.php:1282
999
- #, php-format
1000
  msgid "Directly cached files are files created directly off %s where your blog lives. This feature is only useful if you are expecting a major Digg or Slashdot level of traffic to one post or page."
1001
  msgstr "直接快取檔案是從你的部落格 %s 產生直接建立的檔案。這項功能只在你預測將會有從 Digg 或 Slashdot 大量流量進入某篇文章或頁面時才有用。"
1002
 
1003
- #: wp-cache.php:1284
1004
- #, php-format
1005
  msgid "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /about/. The cached file will be generated the next time an anonymous user visits that page."
1006
  msgstr "舉例來說:快取 <em>%1$sabout/</em>, 你應該輸入 %1$sabout/ 或 /about/ 。快取檔案將在下一個匿名使用者訪問該頁面時產生。"
1007
 
1008
- #: wp-cache.php:1285
1009
  msgid "Make the textbox blank to remove it from the list of direct pages and delete the cached file."
1010
  msgstr "將輸入框清空,就能將它從直接頁面清單中移除並刪除快取檔案。"
1011
 
1012
- #: wp-cache.php:1290
1013
  msgid "Update Direct Pages"
1014
  msgstr "更新直接頁面"
1015
 
1016
- #: wp-cache.php:1328
1017
  msgid "Expiry Time &amp; Garbage Collection"
1018
  msgstr "過期時間 &amp; 垃圾收集"
1019
 
1020
- #: wp-cache.php:1330
1021
  msgid "Expire time:"
1022
  msgstr "過期時間:"
1023
 
1024
- #: wp-cache.php:1331
1025
  msgid "seconds"
1026
  msgstr "秒"
1027
 
1028
- #: wp-cache.php:1332
1029
  msgid "Garbage Collection"
1030
  msgstr "垃圾收集"
1031
 
1032
- #: wp-cache.php:1332
1033
  msgid "If the expiry time is more than 1800 seconds (half an hour), garbage collection will be done every 10 minutes, otherwise it will happen 10 seconds after the expiry time above."
1034
  msgstr "如果過期時間大於1800秒(半個小時),垃圾回收會每10分鐘進行一次,否則就會在設定到期時間的10秒後進行清理。"
1035
 
1036
- #: wp-cache.php:1333
1037
  msgid "Checking for and deleting expired files is expensive, but it&#8217;s expensive leaving them there too. On a very busy site you should set the expiry time to <em>300 seconds</em>. Experiment with different values and visit this page to see how many expired files remain at different times during the day. If you are using legacy caching aim to have less than 500 cached files if possible. You can have many times more cached files when using mod_rewrite or PHP caching."
1038
  msgstr "檢查和刪除過期檔案代價高昂,但把這些檔案留在那裡也一樣。在非常忙碌的網站,你應該將過期時間設定為 <em>300 秒</em>。嘗試使用不同的數值,並注意這些頁面一天裡在不同時段產生多少過期檔案,如果可能的話盡量不讓快取文件數多於500個。"
1039
 
1040
- #: wp-cache.php:1334
1041
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1042
  msgstr "把過期時間設定為0以關閉垃圾回收功能"
1043
 
1044
- #: wp-cache.php:1335
1045
  msgid "Change Expiration"
1046
  msgstr "變更過期時間"
1047
 
1048
- #: wp-cache.php:1379
1049
  msgid "Rejected User Agents"
1050
  msgstr "被拒絕的使用者代理(User Agents)"
1051
 
1052
- #: wp-cache.php:1380
1053
  msgid "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache from caching bot, spiders, and crawlers&#8217; requests. Note that super cached files are still sent to these agents if they already exists."
1054
  msgstr "HTTP User Agent;防止快取機器人、蜘蛛或抓取器對於 WP-Cache 的請求。請注意,如果快取檔案已經存在,仍然會發送給這些代理。"
1055
 
1056
- #: wp-cache.php:1387
1057
  msgid "Save UA Strings"
1058
  msgstr "儲存UA字串"
1059
 
1060
- #: wp-cache.php:1410
1061
  msgid "Do not cache the following page types. See the <a href=\"http://codex.wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a complete discussion on each type."
1062
  msgstr "不快取以下頁面類型。查看<a href=\"http://codex.wordpress.org/Conditional_Tags\">條件標籤</a>文件中對每個類型的完整探討。"
1063
 
1064
- #: wp-cache.php:1413
1065
  msgid "Single Posts"
1066
  msgstr "單篇文章"
1067
 
1068
- #: wp-cache.php:1414
1069
  msgid "Pages"
1070
  msgstr "網誌分頁"
1071
 
1072
- #: wp-cache.php:1415
1073
  msgid "Front Page"
1074
  msgstr "首頁"
1075
 
1076
- #: wp-cache.php:1416
1077
  msgid "Home"
1078
  msgstr "主頁"
1079
 
1080
- #: wp-cache.php:1417
1081
  msgid "Archives"
1082
  msgstr "存檔"
1083
 
1084
- #: wp-cache.php:1418
1085
  msgid "Tags"
1086
  msgstr "標籤"
1087
 
1088
- #: wp-cache.php:1419
1089
  msgid "Category"
1090
  msgstr "分類"
1091
 
1092
- #: wp-cache.php:1420
1093
  msgid "Feeds"
1094
  msgstr "訂閱"
1095
 
1096
- #: wp-cache.php:1421
1097
  msgid "Search Pages"
1098
  msgstr "搜尋頁面"
1099
 
1100
- #: wp-cache.php:1423
1101
- #: wp-cache.php:1551
1102
  msgid "Save"
1103
  msgstr "儲存"
1104
 
1105
- #: wp-cache.php:1440
1106
  msgid "Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it&#8217;s enough to specify the year, i.e. &#8217;/2004/&#8217;. WP-Cache will search if that string is part of the URI and if so, it will not cache that page."
1107
  msgstr "在下方輸入框內新增字串(不是檔案名稱),控制頁面是否被快取。舉例來說,如果你的URL中包含年份,但你不想快取去年的文章,那麼就指定年份,例如 &#8217;/2004/&#8217; 。WP-Cache 將會搜尋這個字串是否包含在URI之中,如果是的話則不會快取這個頁面。"
1108
 
1109
- #: wp-cache.php:1446
1110
  msgid "Save Strings"
1111
  msgstr "儲存字串"
1112
 
1113
- #: wp-cache.php:1462
1114
  msgid "Add here those filenames that can be cached, even if they match one of the rejected substring specified above."
1115
  msgstr "這是可以被快取的檔案名,即使它們與上方設定的拒絕字串相符時也仍將被快取。"
1116
 
1117
- #: wp-cache.php:1468
1118
  msgid "Save Files"
1119
  msgstr "儲存檔案"
1120
 
1121
- #: wp-cache.php:1513
1122
- msgid "Currently logging to: "
1123
- msgstr "當前記錄到:"
1124
-
1125
- #: wp-cache.php:1523
1126
- msgid "Fix problems with the plugin by debugging it here. It can send you debug emails or log them to a file in your cache directory."
1127
- msgstr "在這裡使用外掛除錯模式解決問題。它可以寄發給你除錯電子郵件或在你的快取目錄內產生的紀錄檔。"
1128
 
1129
- #: wp-cache.php:1524
1130
- msgid "Logging to a file is easier but faces the problem that clearing the cache will clear the log file."
1131
- msgstr "記錄到一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。"
1132
 
1133
- #: wp-cache.php:1528
1134
  msgid "Debugging"
1135
  msgstr "除錯"
1136
 
1137
- #: wp-cache.php:1529
1138
- msgid "Logging Type"
1139
- msgstr "記錄種類"
1140
-
1141
- #: wp-cache.php:1529
1142
- msgid "Email"
1143
- msgstr "電子郵件"
1144
-
1145
- #: wp-cache.php:1530
1146
- msgid "file"
1147
- msgstr "檔案"
1148
 
1149
- #: wp-cache.php:1531
1150
  msgid "IP Address"
1151
  msgstr "IP位址"
1152
 
1153
- #: wp-cache.php:1531
1154
- #, php-format
1155
  msgid "(only log requests from this IP address. Your IP is %s)"
1156
  msgstr "(僅記錄來自此IP位址的請求。你的 IP 是 %s)"
1157
 
1158
- #: wp-cache.php:1532
1159
  msgid "Log level"
1160
  msgstr "記錄等級"
1161
 
1162
- #: wp-cache.php:1538
1163
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1164
  msgstr "(1 = 低,5 = 更多,可能會導致嚴重的伺服器負載)"
1165
 
1166
- #: wp-cache.php:1541
1167
  msgid "In very rare cases two problems may arise on some blogs:<ol><li> The front page may start downloading as a zip file.</li><li> The wrong page is occasionally cached as the front page if your blog uses a static front page and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1168
  msgstr "在極少數的部落格可能會出現兩個問題:<ol><li>在首頁可能會以一個 zip 檔案開始下載。</li><li>如果你的部落格使用一個靜態的首頁,或以 <em>/%category%/%postname%/</em> 作為固定連結架構的話,那麼錯誤的頁面有時候會變成首頁的快取畫面。</li></ol>"
1169
 
1170
- #: wp-cache.php:1542
1171
- #, php-format
1172
  msgid "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they only happen in very rare cases but you can run a simple check once every 5 minutes to verify that your site is ok if you&#8217;re worried. You will be emailed if there is a problem."
1173
  msgstr "我有十足的把握肯定,它們不是 WP Super Cache 的錯誤。它只會發生在極少數的情況下,但如果你擔心的話,你可以每5分鐘進行一次簡單的檢查,以確保你的網站是正常的。如果有問題,你將會收到電子郵件。"
1174
 
1175
- #: wp-cache.php:1544
1176
  msgid "Check front page every 5 minutes."
1177
  msgstr "每五分鐘檢查首頁"
1178
 
1179
- #: wp-cache.php:1545
1180
  msgid "Front page text"
1181
  msgstr "首頁文字"
1182
 
1183
- #: wp-cache.php:1545
1184
  msgid "Text to search for on your front page. If this text is missing the cache will be cleared. Leave blank to disable."
1185
  msgstr "在你的首頁裡要搜尋的文字。如果缺少這些文字時快取將被清除。保留空白停用這個功能。"
1186
 
1187
- #: wp-cache.php:1546
1188
  msgid "Clear cache on error."
1189
  msgstr "清除快取時發生錯誤。"
1190
 
1191
- #: wp-cache.php:1547
1192
  msgid "Email the blog admin when checks are made. (useful for testing)"
1193
  msgstr "當檢查時寄送電子郵件給網站管理員。(供測試用)"
1194
 
1195
- #: wp-cache.php:1561
1196
  msgid "Error: GZIP compression is enabled, disable it if you want to enable wp-cache."
1197
  msgstr "錯誤:GZIP壓縮已啟用,如果你想啟用wp-cache,請停用它。"
1198
 
1199
- #: wp-cache.php:1608
1200
- #: wp-cache.php:1773
1201
  msgid "Warning"
1202
  msgstr "警告"
1203
 
1204
- #: wp-cache.php:1608
1205
  msgid "GZIP compression is enabled in WordPress, wp-cache will be bypassed until you disable gzip compression."
1206
  msgstr "在 WordPress 上GZIP壓縮已啟用,wp-cache將被繞過,直到你停用gzip壓縮。"
1207
 
1208
- #: wp-cache.php:1669
1209
- #: wp-cache.php:1674
1210
- #: wp-cache.php:1706
1211
- #: wp-cache.php:1711
1212
- #: wp-cache.php:1717
1213
  msgid "Error"
1214
  msgstr "錯誤"
1215
 
1216
- #: wp-cache.php:1669
1217
- #, php-format
1218
- msgid "Your cache directory (<strong>$cache_path</strong>) did not exist and couldn&#8217;t be created by the web server. Check %s permissions."
1219
- msgstr "你的快取目錄(<strong>$cache_path</strong>)不存在,且無法從伺服器端建立。請檢查 %s 權限。"
1220
 
1221
- #: wp-cache.php:1674
1222
- #, php-format
1223
  msgid "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need to be writable for this plugin to work. Double-check it."
1224
  msgstr "你的快取目錄(<strong>%1$s</strong>)或 <strong>%2$s</strong> 必須讓外掛可寫入才能正常運作。請重新檢查一次。"
1225
 
1226
- #: wp-cache.php:1706
1227
- #, php-format
1228
  msgid "Your WP-Cache config file (<strong>%s</strong>) is out of date and not writable by the Web server.Please delete it and refresh this page."
1229
  msgstr "你的 WP-Cache 設定檔(<strong>%s</strong>)已經過期,且無法由伺服器端寫入,請刪除它並重新整理此頁面。"
1230
 
1231
- #: wp-cache.php:1711
1232
- #, php-format
1233
  msgid "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is not writable by the Web server.Check its permissions."
1234
  msgstr "設定檔遺失,%1$s 目錄(<strong>%2$s</strong>)也無法被伺服器寫入。請檢查權限。"
1235
 
1236
- #: wp-cache.php:1717
1237
- #, php-format
1238
  msgid "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you installation."
1239
  msgstr "WP-Cache 設定檔範本(<strong>%s</strong>)不存在。請確認你的安裝。"
1240
 
1241
- #: wp-cache.php:1773
1242
- #, php-format
1243
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1244
  msgstr "%s/advanced-cache.php</em> 不存在或是無法更新。"
1245
 
1246
- #: wp-cache.php:1774
1247
  msgid "1. If it already exists please delete the file first."
1248
  msgstr "1. 如果它已經存在,請先刪除。"
1249
 
1250
- #: wp-cache.php:1775
1251
- #, php-format
1252
  msgid "2. Make %1$s writable using the chmod command through your ftp or server software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a temporary measure and you&#8217;ll have to make it read only afterwards again. (Change 777 to 755 in the previous command)"
1253
  msgstr "2. 請使用你的FTP程式或伺服器軟體,以chmod指令使%1$s可寫入。(<em>chmod 777 %1$s</em>),並重新整理此頁面。這只是一個暫時的作法,你事後必須在把它變更為唯讀。(使用前面的指令將權限從 777 變更為 755)"
1254
 
1255
- #: wp-cache.php:1776
1256
- #, php-format
1257
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1258
  msgstr "3. 重新整理此頁面以更新 <em>%s/advanced-cache.php</em>"
1259
 
1260
- #: wp-cache.php:1777
1261
- #, php-format
1262
  msgid "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</em> doesn&#8217;t exist:"
1263
  msgstr "如果無法運作,請確認 <em>%s/advanced-cache.php</em> 檔案不存在:"
1264
 
1265
- #: wp-cache.php:1778
1266
- #, php-format
1267
  msgid "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and copy it to <em>%3$s</em> and refresh this page.</li>"
1268
  msgstr "<li>1. 以文字編輯器開啟 <em>%1$s$wp_cache_file</em>。</li><li>2. 將 <em>CACHEHOME</em> 變更為 <em>%2$s</em></li><li>3. 儲存檔案並複製為 <em>%3$s</em>,然後重新整理此頁面。</li>"
1269
 
1270
- #: wp-cache.php:1801
1271
  msgid "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by WordPress to load the code that serves cached pages. Unfortunately it is set to false. Please edit your wp-config.php and add or edit the following line above the final require_once command:<br /><br /><code>define('WP_CACHE', true);</code></p>"
1272
  msgstr "<h3>WP_CACHE變數被設為false</h3><p>WP_CACHE變數被WordPress用來載入快取程式,可是它被設為false(關閉)。請編輯你的wp-config.php檔並把以下的內容放在最後的require_once命令之前。<br /><br /><code>define('WP_CACHE', true);</code></p>"
1273
 
1274
- #: wp-cache.php:1803
1275
  msgid "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</code> file and I couldn&#8217;t modify it."
1276
  msgstr "<strong>錯誤:</strong>在你的 <code>wp-config.php</code> 檔案裡 <strong>WP_CACHE 是停用狀態</strong>,且無法修改。"
1277
 
1278
- #: wp-cache.php:1804
1279
- #, php-format
1280
  msgid "Edit <code>%s</code> and add the following line:<br /> <code>define('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be executed</strong> by WordPress core. "
1281
  msgstr "編輯 <code>%s</code> 並加入以下原始碼:<br /> <code>define('WP_CACHE', true);</code><br />否則,<strong>WP-Cache 將無法被 WordPress 核心執行</strong>。"
1282
 
1283
- #: wp-cache.php:1808
1284
  msgid "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see this warning message please see point 5 of the <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a>. The WP_CACHE line must be moved up."
1285
  msgstr "<h3>WP_CACHE 不斷被新增到 wp-config.php</h3><p>如果你持續看到此警告訊息,請參閱 <a href=\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> 第五點。WP_CACHE 原始碼必須往前移動。"
1286
 
1287
- #: wp-cache.php:1830
1288
  msgid "Cache Contents"
1289
  msgstr "快取內容"
1290
 
1291
- #: wp-cache.php:1833
1292
  msgid "Object cache in use. No cache listing available."
1293
  msgstr "正在使用Object快取。無法顯示快取清單。"
1294
 
1295
- #: wp-cache.php:1857
1296
- #, php-format
1297
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1298
  msgstr "刪除supercache檔案:<strong>%s</strong><br />"
1299
 
1300
- #: wp-cache.php:1874
1301
- #, php-format
1302
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1303
  msgstr "刪除wp-cache檔案:<strong>%s</strong><br />"
1304
 
1305
- #: wp-cache.php:1939
1306
  msgid "Cache stats are not automatically generated. You must click the link below to regenerate the stats on this page."
1307
  msgstr "快取統計不會自動產生,你必須點擊以下的連結,本頁的統計資料才會重新產生。"
1308
 
1309
- #: wp-cache.php:1940
1310
  msgid "Regenerate cache stats"
1311
  msgstr "重新產生快取統計"
1312
 
1313
- #: wp-cache.php:1942
1314
- #, php-format
1315
  msgid "Cache stats last generated: %s minutes ago."
1316
  msgstr "快取統計最後產生時間:%s分鐘以前。"
1317
 
1318
- #: wp-cache.php:1948
1319
  msgid "WP-Cache"
1320
  msgstr "WP-Cache"
1321
 
1322
- #: wp-cache.php:1949
1323
- #: wp-cache.php:1965
1324
- #, php-format
1325
  msgid "%s Cached Pages"
1326
  msgstr "%s 個頁面已快取"
1327
 
1328
- #: wp-cache.php:1950
1329
- #: wp-cache.php:1970
1330
- #, php-format
1331
  msgid "%s Expired Pages"
1332
  msgstr "%s 個頁面已過期"
1333
 
1334
- #: wp-cache.php:1964
1335
  msgid "WP-Super-Cache"
1336
  msgstr "WP-Super-Cache"
1337
 
1338
- #: wp-cache.php:1975
1339
  msgid "Fresh WP-Cached Files"
1340
  msgstr "新的 WP-Cached 檔案"
1341
 
1342
- #: wp-cache.php:1976
1343
- #: wp-cache.php:1992
1344
- #: wp-cache.php:2008
1345
- #: wp-cache.php:2024
1346
  msgid "URI"
1347
  msgstr "URI 網址"
1348
 
1349
- #: wp-cache.php:1976
1350
- #: wp-cache.php:1992
1351
  msgid "Key"
1352
  msgstr "關鍵字"
1353
 
1354
- #: wp-cache.php:1976
1355
- #: wp-cache.php:1992
1356
- #: wp-cache.php:2008
1357
- #: wp-cache.php:2024
1358
  msgid "Age"
1359
  msgstr "時間(秒)"
1360
 
1361
- #: wp-cache.php:1976
1362
- #: wp-cache.php:1992
1363
- #: wp-cache.php:2008
1364
- #: wp-cache.php:2024
1365
  msgid "Delete"
1366
  msgstr "刪除"
1367
 
1368
- #: wp-cache.php:1991
1369
  msgid "Stale WP-Cached Files"
1370
  msgstr "舊的 WP-Cached 檔案"
1371
 
1372
- #: wp-cache.php:2007
1373
  msgid "Fresh Super Cached Files"
1374
  msgstr "新的 Super Cached 檔案"
1375
 
1376
- #: wp-cache.php:2023
1377
  msgid "Stale Super Cached Files"
1378
  msgstr "舊的 Super Cached 檔案"
1379
 
1380
- #: wp-cache.php:2039
1381
  msgid "Hide file list"
1382
  msgstr "隱藏檔案清單"
1383
 
1384
- #: wp-cache.php:2041
1385
  msgid "Too many cached files, no listing possible."
1386
  msgstr "快取檔案過多,無法列出。"
1387
 
1388
- #: wp-cache.php:2043
1389
  msgid "List all cached files"
1390
  msgstr "列出所有快取檔案"
1391
 
1392
- #: wp-cache.php:2049
1393
- #, php-format
1394
  msgid "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> minutes ago<br />"
1395
  msgstr "<strong>垃圾收集</strong><br />上次垃圾收集於 <strong>%s</strong> 分鐘前<br />"
1396
 
1397
- #: wp-cache.php:2050
1398
- #, php-format
1399
  msgid "Next GC in <strong>%s</strong> minutes"
1400
  msgstr "下次垃圾收集於 <strong>%s</strong> 分鐘後"
1401
 
1402
- #: wp-cache.php:2053
1403
- #, php-format
1404
  msgid "Expired files are files older than %s seconds. They are still used by the plugin and are deleted periodically."
1405
  msgstr "過期檔案是超過 %s 秒鐘的檔案。它們仍然會被外掛使用並會定期刪除。"
1406
 
1407
- #: wp-cache.php:2064
1408
  msgid "Delete Expired"
1409
  msgstr "刪除過期檔案"
1410
 
1411
- #: wp-cache.php:2070
1412
- #: wp-cache.php:2082
1413
- #: wp-cache.php:2245
1414
- msgid "Delete Cache"
1415
- msgstr "刪除快取"
1416
-
1417
- #: wp-cache.php:2082
1418
  msgid "Delete Super Cache cached files (opens in new window)"
1419
  msgstr "刪除 Super Cache 快取檔案(在新視窗打開)"
1420
 
1421
- #: wp-cache.php:2221
1422
- #, php-format
1423
  msgid "%1$s is Digg proof thanks to caching by %2$s"
1424
  msgstr "%1$s 使用的快取程式為 %2$s"
1425
 
1426
- #: wp-cache.php:2254
1427
- #, php-format
1428
  msgid "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> to enable and configure the plugin."
1429
  msgstr "WP Super Cache 必須設定。請前往<a href=\"%s\">管理後台</a>啟用和設定外掛。"
1430
 
1431
- #: wp-cache.php:2260
1432
  msgid "Settings"
1433
  msgstr "設定"
1434
 
1435
- #: wp-cache.php:2270
1436
- #, php-format
1437
  msgid "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin page</a> to enable caching."
1438
  msgstr "WP Super Cache 停用。請前往 <a href=\"%s\">外掛管理員</a>啟用快取。"
1439
 
1440
- #: wp-cache.php:2273
1441
- #, php-format
1442
  msgid "Warning! WP Super Cache caching broken! The script advanced-cache.php could not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php and make sure the path to %2$swp-cache-phase1.php is correct."
1443
  msgstr "警告! WP Super Cache快取毀損! advanced-cache.php 腳本無法載入 wp-cache-phase1.php。<br /><br />請編輯 %1$s/advanced-cache.php 並且確認指向 %2$swp-cache-phase1.php 的路徑是正確的。"
1444
 
1445
- #: wp-cache.php:2292
1446
- #, php-format
1447
  msgid "[%s] Front page is gzipped! Please clear cache!"
1448
  msgstr "[%s] 首頁已使用gzip壓縮!請清除快取!"
1449
 
1450
- #: wp-cache.php:2292
1451
- #, php-format
1452
  msgid "Please visit %s to clear the cache as the front page of your site is now downloading!"
1453
  msgstr "請前往 %s 清除快取,網站的首頁正在下載!"
1454
 
1455
- #: wp-cache.php:2295
1456
- #, php-format
1457
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1458
  msgstr "[%s] 首頁已使用gzip壓縮!快取已清除!"
1459
 
1460
- #: wp-cache.php:2295
1461
- #, php-format
1462
  msgid "The cache on your blog has been cleared because the front page of your site is now downloading. Please visit %s to verify the cache has been cleared."
1463
  msgstr "你的部落格快取已被清除。因為你的部落格首頁正在下載,請前往 %s 確認快取已被清除。"
1464
 
1465
- #: wp-cache.php:2302
1466
- #, php-format
1467
  msgid "[%s] Front page is not correct! Please clear cache!"
1468
  msgstr "[%s] 首頁不正確!請清除快取!"
1469
 
1470
- #: wp-cache.php:2302
1471
- #, php-format
1472
  msgid "Please visit %1$s to clear the cache as the front page of your site is not correct and missing the text, \"%2$s\"!"
1473
  msgstr "請前往 %1$s 清除快取,部落格的首頁不正確,遺失文字,\"%2$s\"!"
1474
 
1475
- #: wp-cache.php:2305
1476
- #, php-format
1477
  msgid "[%s] Front page is not correct! Cache Cleared!"
1478
  msgstr "[%s] 首頁不正確!快取已清除!"
1479
 
1480
- #: wp-cache.php:2305
1481
- #, php-format
1482
  msgid "The cache on your blog has been cleared because the front page of your site is missing the text \"%2$s\". Please visit %1$s to verify the cache has been cleared."
1483
  msgstr "你的部落格已被清除快取,因為你的部落格首頁缺少文字 \"%2$s\"。請前往 %1$s 確認快取已被清除。"
1484
 
1485
- #: wp-cache.php:2310
1486
- #, php-format
1487
  msgid "[%s] Front page check!"
1488
  msgstr "[%s] 首頁檢查!"
1489
 
1490
- #: wp-cache.php:2310
1491
- #, php-format
1492
  msgid "WP Super Cache has checked the front page of your blog. Please visit %s if you would like to disable this."
1493
  msgstr "WP Super Cache 已檢查過你部落格的首頁。如果你想停用這項功能,請前往 %s 。"
1494
 
1495
- #: wp-cache.php:2353
1496
  msgid "Cannot update .htaccess"
1497
  msgstr "無法更新 .htaccess"
1498
 
1499
- #: wp-cache.php:2353
1500
- #, php-format
1501
  msgid "The file <code>%s.htaccess</code> cannot be modified by the web server. Please correct this using the chmod command or your ftp client."
1502
  msgstr "<code>%s.htaccess</code> 檔案無法被網頁伺服器更新。請使用 chmod 指令或透過 FTP 程式修正。"
1503
 
1504
- #: wp-cache.php:2353
1505
  msgid "Refresh this page when the file permissions have been modified."
1506
  msgstr "在權限修改後請重新整理這個頁面。"
1507
 
1508
- #: wp-cache.php:2353
1509
- #, php-format
1510
  msgid "Alternatively, you can edit your <code>%s.htaccess</code> file manually and add the following code (before any WordPress rules):"
1511
  msgstr "或者,你可以手動編輯 <code>%s.htaccess</code> 檔案並加入以下原始碼(在任何 WordPress 規則前):"
1512
 
1513
- #: wp-cache.php:2357
1514
- #, php-format
1515
  msgid "To serve static html files your server must have the correct mod_rewrite rules added to a file called <code>%s.htaccess</code>"
1516
  msgstr "為了使用靜態的HTML檔案,你的伺服器上必須有正確的mod_rewrite規則,新增到一個名為 <code>%s.htaccess</code> 的檔案。"
1517
 
1518
- #: wp-cache.php:2358
1519
  msgid "You can edit the file yourself add the following rules."
1520
  msgstr "你可以自行編輯並新增以下規則。"
1521
 
1522
- #: wp-cache.php:2359
1523
  msgid " Make sure they appear before any existing WordPress rules. "
1524
  msgstr "確認它們出現在任何已存在的 WordPress 規則之前。"
1525
 
1526
- #: wp-cache.php:2367
1527
  msgid "Update Mod_Rewrite Rules"
1528
  msgstr "更新 Mod_Rewrite 規則"
1529
 
1530
- #: wp-cache.php:2474
1531
- #, php-format
1532
  msgid "[%1$s] Cache Preload Started"
1533
  msgstr "[%1$s] 快取預載已經開始"
1534
 
1535
- #: wp-cache.php:2476
1536
- #, php-format
1537
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1538
  msgstr "[%1$s] 更新第 %2$d 到第 %3$d 篇文章"
1539
 
1540
- #: wp-cache.php:2494
1541
- #, php-format
1542
  msgid "[%1$s] Cache Preload Stopped"
1543
  msgstr "[%1$s] 快取預載已停止"
1544
 
1545
- #: wp-cache.php:2503
1546
- #, php-format
1547
  msgid "[%1$s] %2$d posts refreshed"
1548
  msgstr "[%1$s]%2$d 篇文章已被更新"
1549
 
1550
- #: wp-cache.php:2503
1551
  msgid "Refreshed the following posts:"
1552
  msgstr "已更新下列文章:"
1553
 
1554
- #: wp-cache.php:2512
1555
- #, php-format
1556
  msgid "Scheduling next preload refresh in %d minutes."
1557
  msgstr "下次更新預載快取時間:%d分鐘後"
1558
 
1559
- #: wp-cache.php:2522
1560
- #, php-format
1561
  msgid "[%s] Cache Preload Completed"
1562
  msgstr "[%s] 預載快取完成"
1563
 
1564
- #: wp-cache.php:2522
1565
  msgid "Cleaning up old supercache files."
1566
  msgstr "清除舊的supercache檔案。"
1567
 
1568
- #: wp-cache.php:2564
1569
- #, php-format
1570
  msgid "[%s] Preload may have stalled."
1571
  msgstr "[%s] 預先載入可能已經停止"
1572
 
1573
- #: wp-cache.php:2564
1574
- #, php-format
1575
  msgid ""
1576
  "Preload has been restarted.\n"
1577
  "%s"
@@ -1579,6 +1413,132 @@ msgstr ""
1579
  "預先載入已經被重新啟動.\n"
1580
  "%s"
1581
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1582
  #~ msgid ""
1583
  #~ "Scheduled preloading of cache cancelled. If a job is currently running it "
1584
  #~ "will not shutdown until the current 100 pages are complete."
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
  "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"
84
 
85
+ #: wp-cache.php:162
86
  msgid "Warning! PHP Safe Mode Enabled!"
87
  msgstr "警告!PHP 安全模式已啟用!"
88
 
89
+ #: wp-cache.php:163
90
  msgid "You may experience problems running this plugin because SAFE MODE is enabled."
91
  msgstr "在安全模式下,你的外掛可能會遭遇錯誤。"
92
 
93
+ #: wp-cache.php:167
94
  msgid "Your server is set up to check the owner of PHP scripts before allowing them to read and write files."
95
  msgstr "你的伺服器設定為先檢查 PHP 程式擁有者才可以存取檔案。"
96
 
97
+ #: wp-cache.php:168
 
98
  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."
99
  msgstr "你或管理員可以透過變更外掛程式群組的所有者使其與伺服器使用者一致,進而讓其運作。%s/cache/ 目錄的所有者也必須變更。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。"
100
 
101
+ #: wp-cache.php:170
102
  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."
103
  msgstr "你或管理員必須先停用此項目。查看<a href=\"http://php.net/features.safe-mode\">安全模式使用手冊</a>以取得更多說明。很抱歉,這無法在 .htaccess 檔案裡停用。它必須在 php.ini 設定檔中完成。"
104
 
105
+ #: wp-cache.php:176
106
  msgid "Permlink Structure Error"
107
  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"
115
  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
 
150
+ #: wp-cache.php:239
151
  msgid "Read Only Mode. Configuration cannot be changed."
152
  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
164
+ msgid "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</a> explains how to change file permissions."
165
+ msgstr "<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">這邊</a>解釋如何變更檔案權限。"
166
+
167
+ #: wp-cache.php:243
168
  msgid "Writeable:"
169
  msgstr "可寫入:"
170
 
171
+ #: wp-cache.php:244
172
  msgid "Readonly:"
173
  msgstr "唯讀:"
174
 
175
+ #: wp-cache.php:256
 
176
  msgid "Warning! %s is writeable!"
177
  msgstr "警告!%s 可寫入!"
178
 
179
+ #: wp-cache.php:257
 
180
  msgid "You should change the permissions on %s and make it more restrictive. Use your ftp client, or the following command to fix things:"
181
  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."
189
  msgstr "為了獲得最好的效能,你應該啟用\"行動裝置支援\",或從你的 .htaccess 刪除行動裝置重寫規則。尋找包含 \"2.0\\ MMP|240x320\" 字串的兩行並刪除它們。"
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
197
  msgid "Rewrite rules must be updated"
198
  msgstr "Mod Rewrite 規則必須更新!"
199
 
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."
211
  msgstr "將外掛設為傳統模式並開啟行動裝置支援。"
212
 
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"
240
  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
  "預先載入已經被重新啟動.\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"
1424
+ "WP Super Cache was removed from your blog but the mod_rewrite rules\n"
1425
+ "in your .htaccess were not.\n"
1426
+ "\n"
1427
+ "Please edit the following file and remove the code\n"
1428
+ "between 'BEGIN WPSuperCache' and 'END WPSuperCache'. Please backup the file first!\n"
1429
+ "\n"
1430
+ "%s\n"
1431
+ "\n"
1432
+ "Regards,\n"
1433
+ "WP Super Cache Plugin\n"
1434
+ "http://wordpress.org/extend/plugins/wp-super-cache/"
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 "測試及內容"
1520
+
1521
+ #~ msgid ""
1522
+ #~ "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on "
1523
+ #~ "<a href=\"%s\">on the main site</a> of this network."
1524
+ #~ msgstr ""
1525
+ #~ "注意:除非在這個網路的<a href=\"%s\">主站</a>上執行,WP Super Cache "
1526
+ #~ "mod_rewrite規則檢查會被關閉。"
1527
+
1528
+ #~ msgid ""
1529
+ #~ "Logging to a file is easier but faces the problem that clearing the cache "
1530
+ #~ "will clear the log file."
1531
+ #~ msgstr "記錄到一個檔案更容易,但面臨的問題是清除快取將會清除記錄檔。"
1532
+
1533
+ #~ msgid "Logging Type"
1534
+ #~ msgstr "記錄種類"
1535
+
1536
+ #~ msgid "Email"
1537
+ #~ msgstr "電子郵件"
1538
+
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."
ossdl-cdn.php CHANGED
@@ -38,6 +38,16 @@ function scossdl_off_exclude_match($match, $excludes) {
38
  return false;
39
  }
40
 
 
 
 
 
 
 
 
 
 
 
41
  /**
42
  * Rewriter of URLs, used as replace-callback.
43
  *
@@ -45,14 +55,12 @@ function scossdl_off_exclude_match($match, $excludes) {
45
  */
46
  function scossdl_off_rewriter($match) {
47
  global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes, $arr_of_cnames, $ossdl_https;
48
- static $offset = -1;
49
- static $rewritten_urls = array();
50
 
51
- if ( $ossdl_https && substr( $match[0], 0, 5 ) == 'https' )
52
  return $match[0];
53
 
54
- if ( isset( $rewritten_urls[ $match[ 0 ] ] ) )
55
- return $rewritten_urls[ $match[ 0 ] ];
56
 
57
  if ( false == in_array( $ossdl_off_cdn_url, $arr_of_cnames ) )
58
  $arr_of_cnames[] = $ossdl_off_cdn_url;
@@ -62,13 +70,8 @@ function scossdl_off_rewriter($match) {
62
  } else {
63
  $include_dirs = scossdl_off_additional_directories();
64
  if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
65
- $offset++;
66
- $offset %= count($arr_of_cnames);
67
- $url = str_replace($ossdl_off_blog_url, $arr_of_cnames[$offset], $match[0]);
68
- if ( count( $rewritten_urls ) < 30 ) // don't use too much memory please
69
- $rewritten_urls[ $match[ 0 ] ] = $url;
70
-
71
- return $url;
72
  } else {
73
  return $match[0];
74
  }
38
  return false;
39
  }
40
 
41
+ /**
42
+ * Compute string modulo, based on SHA1 hash
43
+ */
44
+ function scossdl_string_mod($s, $mod) {
45
+ /* The full SHA1 is too large for PHP integer types. This should be
46
+ * enough for our purpose */
47
+ $n = hexdec(substr(sha1($s), 0, 5));
48
+ return $n % $mod;
49
+ }
50
+
51
  /**
52
  * Rewriter of URLs, used as replace-callback.
53
  *
55
  */
56
  function scossdl_off_rewriter($match) {
57
  global $ossdl_off_blog_url, $ossdl_off_cdn_url, $arr_of_excludes, $arr_of_cnames, $ossdl_https;
 
 
58
 
59
+ if ( $ossdl_off_cdn_url == '' )
60
  return $match[0];
61
 
62
+ if ( $ossdl_https && substr( $match[0], 0, 5 ) == 'https' )
63
+ return $match[0];
64
 
65
  if ( false == in_array( $ossdl_off_cdn_url, $arr_of_cnames ) )
66
  $arr_of_cnames[] = $ossdl_off_cdn_url;
70
  } else {
71
  $include_dirs = scossdl_off_additional_directories();
72
  if ( preg_match( '/' . $include_dirs . '/', $match[0] ) ) {
73
+ $offset = scossdl_string_mod($match[1], count($arr_of_cnames));
74
+ return str_replace($ossdl_off_blog_url, $arr_of_cnames[$offset], $match[0]);
 
 
 
 
 
75
  } else {
76
  return $match[0];
77
  }
readme.txt CHANGED
@@ -1,9 +1,9 @@
1
  === WP Super Cache ===
2
  Contributors: donncha, automattic
3
  Tags: performance,caching,wp-cache,wp-super-cache,cache
4
- Tested up to: 3.2
5
- Stable tag: 0.9.9.9
6
- Requires at least: 2.9.2
7
 
8
  A very fast caching engine for WordPress that produces static html files.
9
 
@@ -287,7 +287,7 @@ Enable debugging in the plugin settings page and load the log file in a new brow
287
  In legacy caching mode, if you have compression enabled, the text "Compression = gzip" will be added. If compression is disabled and the page is served as a static html file, the text "super cache" will be added. The only other way to check if your cached file was served by PHP script or from the static cache is by looking at the HTTP headers. PHP cached pages will have the header "WP-Super-Cache: Served supercache file from PHP". Legacy cached files will have the header, "WP-Super-Cache: Served legacy cache file". I used the <a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP Headers</a> extension for Firefox to examine the headers. You should also check your cache directory in wp-content/cache/supercache/hostname/ for static cache files.
288
  If the plugin rules are missing from your .htaccess file, the plugin will attempt to serve the super cached page if it's found. The header "WP-Super-Cache: Served supercache file from PHP" if this happens.
289
 
290
- = WP-Cache vs Supercache files =
291
 
292
  WP-Cache files are stored in wp-content/cache/ (or on MU sites in a blogs sub directory) and are named wp-cache-XXXXXXXXXXXXXXXXX.html. Associated meta files are stored in a meta sub directory. Those files contain information about the cached file. These files are generated by the "legacy caching" code in the plugin.
293
  Supercache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTNAME is your domain name. The files are stored in directories matching your site's permalink structure.
@@ -359,6 +359,10 @@ Cached files are served before almost all of WordPress is loaded. While that's g
359
 
360
  This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the dynamic-cached-content/mfunc/mclude code described in the previous answer to update or display dynamic information.
361
 
 
 
 
 
362
  = Why doesn't the plugin cache requests by search engine bots by default? =
363
 
364
  Those bots usually only visit each page once and if the page is not popular there's no point creating a cache file that will sit idle on your server. However if you're not using legacy caching you can allow these visits to be cached by removing the list of bots from "Rejected User Agents" on the Advanced settings page.
@@ -386,7 +390,7 @@ That tracking adds a query string to each url linked from various sources like T
386
 
387
  = The plugin complains that wp-content is writable! htdocs is writable! =
388
 
389
- It's not good when the web server can write to these directories but sometimes shared hosting accounts are set up in this way to make administration easier. Use `chmod 755 directory` to fix the permissions or find the permissions section of your ftp client. This [Google search](http://www.google.ie/search?sourceid=chrome&ie=UTF-8&q=ftp+fix+directory+permissions+755) will lead you to more information on this topic. Unfortunately some hosts require that those directories be writable. If that's the case just ignore this warning.
390
 
391
  = How do I delete the WP_CACHE define from wp-config.php? =
392
 
@@ -405,6 +409,18 @@ This [page](http://codex.wordpress.org/Changing_File_Permissions) on the WordPre
405
  You may have the "clear all cached files when new posts are made" option set. Clearing those files can take time plus your visitors will now be visiting uncached pages. Are you using Google Analytics campaign tracking with utm_source in the url? Those pages aren't cached. See the question, "How should I best use the utm_source tracking tools in Google Analytics with this plugin" above for how to use them properly.
406
  Cached pages have to be refreshed when posts are made. Perhaps your server just isn't up to the job of serving the amount of traffic you get. Enable the "cache rebuild" feature as that may help.
407
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  = Troubleshooting =
409
 
410
  If things don't work when you installed the plugin here are a few things to check:
@@ -445,6 +461,12 @@ If that doesn't work, add this line to your wp-config.php:
445
  `ini_set('zlib.output_compression', 0);`
446
  22. The "white screen of death" or a blank page when you visit your site is almost always caused by a PHP error but [it may also be caused by APC](http://www.johnberns.com/2010/03/19/wp-super-cache-blank-page-problem-fixed/). Disable that PHP extension if you have trouble and replace with eAccelerator or Xcache.
447
  23. After uninstalling, your permalinks may break if you remove the WordPress mod_rewrite rules too. Regenerate those rules by visiting the Settings->Permalink page and saving that form again.
 
 
 
 
 
 
448
 
449
  == CDN ==
450
 
@@ -491,5 +513,9 @@ Translators who did a great job converting the text of the plugin to their nativ
491
  * [Ma�tre M�](http://maitremo.fr/) (French)
492
  * [Mathias Roth](http://trade-service.eu/) (German)
493
  * Bar�� �nver (Turkish)
494
- * [Elvis Fweb](http://fweb.org.ru/blog/super-cache-rus) (Russian)
495
  * Fredrik Fors�ll (Swedish)
 
 
 
 
1
  === WP Super Cache ===
2
  Contributors: donncha, automattic
3
  Tags: performance,caching,wp-cache,wp-super-cache,cache
4
+ Tested up to: 3.3.1
5
+ Stable tag: 1.0
6
+ Requires at least: 3.0
7
 
8
  A very fast caching engine for WordPress that produces static html files.
9
 
287
  In legacy caching mode, if you have compression enabled, the text "Compression = gzip" will be added. If compression is disabled and the page is served as a static html file, the text "super cache" will be added. The only other way to check if your cached file was served by PHP script or from the static cache is by looking at the HTTP headers. PHP cached pages will have the header "WP-Super-Cache: Served supercache file from PHP". Legacy cached files will have the header, "WP-Super-Cache: Served legacy cache file". I used the <a href="https://addons.mozilla.org/en-US/firefox/addon/3829">Live HTTP Headers</a> extension for Firefox to examine the headers. You should also check your cache directory in wp-content/cache/supercache/hostname/ for static cache files.
288
  If the plugin rules are missing from your .htaccess file, the plugin will attempt to serve the super cached page if it's found. The header "WP-Super-Cache: Served supercache file from PHP" if this happens.
289
 
290
+ = Legacy (WP-Cache) vs Supercache files =
291
 
292
  WP-Cache files are stored in wp-content/cache/ (or on MU sites in a blogs sub directory) and are named wp-cache-XXXXXXXXXXXXXXXXX.html. Associated meta files are stored in a meta sub directory. Those files contain information about the cached file. These files are generated by the "legacy caching" code in the plugin.
293
  Supercache files are stored in wp-content/cache/supercache/HOSTNAME/ where HOSTNAME is your domain name. The files are stored in directories matching your site's permalink structure.
359
 
360
  This plugin caches entire pages but some plugins think they can run PHP code every time a page loads. To fix this, the plugin needs to use Javascript/AJAX methods or the dynamic-cached-content/mfunc/mclude code described in the previous answer to update or display dynamic information.
361
 
362
+ = What does the Cache Rebuild feature do? =
363
+
364
+ When a visitor leaves a comment the cached file for that page is deleted and the next visitor recreates the cached page. A page takes time to load so what happens if it receives 100 visitors during this time? There won't be a cached page so WordPress will serve a fresh page for each user and the plugin will try to create a cached page for each of those 100 visitors causing a huge load on your server. This feature stops this happening. The cached page is not cleared when a comment is left. It is marked for rebuilding instead. The next visitor will regenerate the cached page while the old page is served to the other 99 visitors. The page is eventually loaded by the first visitor and the cached page updated. See [this post](http://ocaoimh.ie/2009/01/23/wp-super-cache-089/) for more.
365
+
366
  = Why doesn't the plugin cache requests by search engine bots by default? =
367
 
368
  Those bots usually only visit each page once and if the page is not popular there's no point creating a cache file that will sit idle on your server. However if you're not using legacy caching you can allow these visits to be cached by removing the list of bots from "Rejected User Agents" on the Advanced settings page.
390
 
391
  = The plugin complains that wp-content is writable! htdocs is writable! =
392
 
393
+ It's not good when the web server can write to these directories but sometimes shared hosting accounts are set up in this way to make administration easier. Use `chmod 755 directory` to fix the permissions or find the permissions section of your ftp client. This [Google search](http://www.google.ie/search?sourceid=chrome&ie=UTF-8&q=ftp+fix+directory+permissions+755) will lead you to more information on this topic and there's also [this codex page](http://codex.wordpress.org/Changing_File_Permissions) too. Unfortunately some hosts require that those directories be writable. If that's the case just ignore this warning.
394
 
395
  = How do I delete the WP_CACHE define from wp-config.php? =
396
 
409
  You may have the "clear all cached files when new posts are made" option set. Clearing those files can take time plus your visitors will now be visiting uncached pages. Are you using Google Analytics campaign tracking with utm_source in the url? Those pages aren't cached. See the question, "How should I best use the utm_source tracking tools in Google Analytics with this plugin" above for how to use them properly.
410
  Cached pages have to be refreshed when posts are made. Perhaps your server just isn't up to the job of serving the amount of traffic you get. Enable the "cache rebuild" feature as that may help.
411
 
412
+ = How many pages can I cache? =
413
+
414
+ The only real limit are limits defined by your server. For example, EXT2 and EXT3 allow a maximum of 31,999 sub directories so if you have a flat permalink structure (like /%POSTNAME%/) and more than 32,000 posts you may run into problems. Likewise, if you run a multisite network and have more than 31,999 sites (blogs) you won't be able to cache all of them. Realistically if you had that many active sites you wouldn't be running on one server.
415
+
416
+ = How do I serve cached mobile pages to clients on small screens like phones and tablets? =
417
+
418
+ You'll have to use a separate mobile plugin to render a page formatted for those visitors. The following plugins have been tested but YMMV depending on mobile client.
419
+ * [WPTouch] (http://wordpress.org/extend/plugins/wptouch/)
420
+ * [WordPress Mobile Edition] (http://wordpress.org/extend/plugins/wordpress-mobile-edition/)
421
+ * [WordPress Mobile Pack] (http://wordpress.org/extend/plugins/wordpress-mobile-pack/) (can't have "Don't cache pages for known users." enabled)
422
+
423
+
424
  = Troubleshooting =
425
 
426
  If things don't work when you installed the plugin here are a few things to check:
461
  `ini_set('zlib.output_compression', 0);`
462
  22. The "white screen of death" or a blank page when you visit your site is almost always caused by a PHP error but [it may also be caused by APC](http://www.johnberns.com/2010/03/19/wp-super-cache-blank-page-problem-fixed/). Disable that PHP extension if you have trouble and replace with eAccelerator or Xcache.
463
  23. After uninstalling, your permalinks may break if you remove the WordPress mod_rewrite rules too. Regenerate those rules by visiting the Settings->Permalink page and saving that form again.
464
+ 24. If your blog refuses to load make sure your wp-config.php is correct. Are you missing an opening or closing PHP tag?
465
+ 25. Your front page is ok but posts and pages give a 404? Go to Settings->permalinks and click "Save" once you've selected a custom permalink structure. You may need to manually update your .htaccess file.
466
+ 26. If certain characters do not appear correctly on your website your server may not be configured correctly. You need to tell visitors what character set is used. Go to Settings->Reading and copy the 'Encoding for pages and feeds' value. Edit the .htaccess file with all your Supercache and WordPress rewrite rules and add this at the top, replacing CHARSET with the copied value. (for example, 'UTF-8')
467
+
468
+ `AddDefaultCharset CHARSET`
469
+
470
 
471
  == CDN ==
472
 
513
  * [Ma�tre M�](http://maitremo.fr/) (French)
514
  * [Mathias Roth](http://trade-service.eu/) (German)
515
  * Bar�� �nver (Turkish)
516
+ * [Elvis Fweb](http://wp.turkenichev.ru/) (Russian)
517
  * Fredrik Fors�ll (Swedish)
518
+ * [Alyona Lompar](http://wwww.webhostinggeeks.com/) (Ukranian)
519
+ * [Nata Strazda](http://www.webhostingrating.com/) (Lithuanian)
520
+ * [Alexander Alexandrov](http://www.designcontest.com/) (Belarusian)
521
+ * [Michail Bogdanov](http://www.webhostinghub.com/) (Romanian)
wp-cache-base.php CHANGED
@@ -10,4 +10,26 @@ if (!class_exists('CacheMeta')) {
10
  }
11
  }
12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ?>
10
  }
11
  }
12
 
13
+ // We want to be able to identify each blog in a WordPress MU install
14
+ $blogcacheid = '';
15
+ if( defined( 'WP_ALLOW_MULTISITE' ) ) {
16
+ $blogcacheid = 'blog'; // main blog
17
+ if( defined( 'SUBDOMAIN_INSTALL' ) && constant( 'SUBDOMAIN_INSTALL' ) == true ) {
18
+ $blogcacheid = $_SERVER['HTTP_HOST'];
19
+ } else {
20
+ $request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) );
21
+ if( strpos( $request_uri, '/', 1 ) ) {
22
+ if( $base == '/' ) {
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);
30
+ }
31
+ $blogcacheid = str_replace( '/', '', $blogcacheid );
32
+ }
33
+ }
34
+
35
  ?>
wp-cache-config-sample.php CHANGED
@@ -17,28 +17,6 @@ $cache_path = WP_CONTENT_DIR . '/cache/';
17
  $file_prefix = 'wp-cache-';
18
  $ossdlcdn = 0;
19
 
20
- // We want to be able to identify each blog in a WordPress MU install
21
- $blogcacheid = '';
22
- if( defined( 'VHOST' ) ) {
23
- $blogcacheid = 'blog'; // main blog
24
- if( constant( 'VHOST' ) == 'yes' ) {
25
- $blogcacheid = $_SERVER['HTTP_HOST'];
26
- } else {
27
- $request_uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '..', '', $_SERVER['REQUEST_URI'] ) );
28
- if( strpos( $request_uri, '/', 1 ) ) {
29
- if( $base == '/' ) {
30
- $blogcacheid = substr( $request_uri, 1, strpos( $request_uri, '/', 1 ) - 1 );
31
- } else {
32
- $blogcacheid = str_replace( $base, '', $request_uri );
33
- $blogcacheid = substr( $blogcacheid, 0, strpos( $blogcacheid, '/', 1 ) );
34
- }
35
- if ( '/' == substr($blogcacheid, -1))
36
- $blogcacheid = substr($blogcacheid, 0, -1);
37
- }
38
- $blogcacheid = str_replace( '/', '', $blogcacheid );
39
- }
40
- }
41
-
42
  // Array of files that have 'wp-' but should still be cached
43
  $cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' );
44
 
17
  $file_prefix = 'wp-cache-';
18
  $ossdlcdn = 0;
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  // Array of files that have 'wp-' but should still be cached
21
  $cache_acceptable_files = array( 'wp-comments-popup.php', 'wp-links-opml.php', 'wp-locations.php' );
22
 
wp-cache-phase1.php CHANGED
@@ -26,6 +26,13 @@ if( !isset( $wp_cache_plugins_dir ) )
26
 
27
  require_once( WPCACHEHOME . 'wp-cache-phase2.php');
28
 
 
 
 
 
 
 
 
29
  $plugins = glob( $wp_cache_plugins_dir . '/*.php' );
30
  if( is_array( $plugins ) ) {
31
  foreach ( $plugins as $plugin ) {
@@ -34,6 +41,8 @@ if( is_array( $plugins ) ) {
34
  }
35
  }
36
 
 
 
37
  if (!$cache_enabled || $_SERVER["REQUEST_METHOD"] == 'POST')
38
  return true;
39
 
@@ -57,7 +66,7 @@ if ($cache_compression) {
57
  $wp_cache_gzip_encoding = gzip_accepted();
58
  }
59
 
60
- add_cacheaction( 'wp_cache_get_cookies_values', 'wp_cache_check_mobile' );
61
 
62
  $wp_cache_request_uri = $_SERVER[ 'REQUEST_URI' ]; // Cache this in case any plugin modifies it.
63
 
@@ -105,7 +114,7 @@ function wp_super_cache_init() {
105
 
106
  function wp_cache_serve_cache_file() {
107
  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;
108
- global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check, $wp_supercache_304;
109
 
110
  extract( wp_super_cache_init() );
111
 
@@ -146,17 +155,20 @@ function wp_cache_serve_cache_file() {
146
  }
147
  } else {
148
  // last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
149
- $file = get_current_url_supercache_dir() . "index.html";
150
- $phpfile = get_current_url_supercache_dir() . "index.html.php";
 
151
  $serving_supercache = false;
152
  if ( file_exists( $file ) ) {
153
  $serving_supercache = 'html';
154
  } elseif ( file_exists( $phpfile ) ) {
155
  $serving_supercache = 'php';
156
  }
 
 
157
  if (
158
  (
159
- $wp_cache_request_uri == '/' ||
160
  ( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) ||
161
  ( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' )
162
  ) &&
@@ -336,7 +348,7 @@ function add_cacheaction( $action, $func ) {
336
  function do_cacheaction( $action, $value = '' ) {
337
  global $wp_supercache_actions;
338
 
339
- if ( isset( $wp_supercache_actions ) && false == is_array( $wp_supercache_actions ) )
340
  return $value;
341
 
342
  if( array_key_exists($action, $wp_supercache_actions) && is_array( $wp_supercache_actions[ $action ] ) ) {
@@ -444,6 +456,10 @@ function wp_cache_user_agent_is_rejected() {
444
  return false;
445
  }
446
 
 
 
 
 
447
  function get_current_url_supercache_dir( $post_id = 0 ) {
448
  global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
449
  static $saved_supercache_dir = array();
@@ -460,8 +476,11 @@ function get_current_url_supercache_dir( $post_id = 0 ) {
460
  $uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
461
  $uri = str_replace( '\\', '', $uri );
462
  $dir = preg_replace( '/:.*$/', '', $_SERVER["HTTP_HOST"] ) . $uri; // To avoid XSS attacks
463
- if ( function_exists( "apply_filters" ) )
464
  $dir = apply_filters( 'supercache_dir', $dir );
 
 
 
465
  $dir = $cache_path . 'supercache/' . $dir . '/';
466
  if( is_array( $cached_direct_pages ) && in_array( $_SERVER[ 'REQUEST_URI' ], $cached_direct_pages ) ) {
467
  $dir = ABSPATH . $uri . '/';
@@ -472,6 +491,51 @@ function get_current_url_supercache_dir( $post_id = 0 ) {
472
  return $dir;
473
  }
474
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
475
  function get_oc_version() {
476
  $wp_cache_oc_key = wp_cache_get( "wp_cache_oc_key" );
477
  if ( ! $wp_cache_oc_key ) {
@@ -500,4 +564,21 @@ function get_oc_key( $url = false ) {
500
  return $key . $wp_cache_gzip_encoding . get_oc_version();
501
  }
502
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  ?>
26
 
27
  require_once( WPCACHEHOME . 'wp-cache-phase2.php');
28
 
29
+ if ( isset( $_GET[ 'donotcachepage' ] ) && isset( $cache_page_secret ) && $_GET[ 'donotcachepage' ] == $cache_page_secret ) {
30
+ $cache_enabled = false;
31
+ define( 'DONOTCACHEPAGE', 1 );
32
+ }
33
+ if ( isset( $wp_cache_make_known_anon ) && $wp_cache_make_known_anon )
34
+ wp_supercache_cache_for_admins();
35
+
36
  $plugins = glob( $wp_cache_plugins_dir . '/*.php' );
37
  if( is_array( $plugins ) ) {
38
  foreach ( $plugins as $plugin ) {
41
  }
42
  }
43
 
44
+ do_cacheaction( 'cache_init' );
45
+
46
  if (!$cache_enabled || $_SERVER["REQUEST_METHOD"] == 'POST')
47
  return true;
48
 
66
  $wp_cache_gzip_encoding = gzip_accepted();
67
  }
68
 
69
+ add_cacheaction( 'supercache_filename_str', 'wp_cache_check_mobile' );
70
 
71
  $wp_cache_request_uri = $_SERVER[ 'REQUEST_URI' ]; // Cache this in case any plugin modifies it.
72
 
114
 
115
  function wp_cache_serve_cache_file() {
116
  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;
117
+ global $wp_cache_object_cache, $cache_compression, $wp_cache_slash_check, $wp_supercache_304, $wp_cache_home_path;
118
 
119
  extract( wp_super_cache_init() );
120
 
155
  }
156
  } else {
157
  // last chance, check if a supercache file exists. Just in case .htaccess rules don't work on this host
158
+ $filename = supercache_filename();
159
+ $file = get_current_url_supercache_dir() . $filename;
160
+ $phpfile = get_current_url_supercache_dir() . $filename . ".php";
161
  $serving_supercache = false;
162
  if ( file_exists( $file ) ) {
163
  $serving_supercache = 'html';
164
  } elseif ( file_exists( $phpfile ) ) {
165
  $serving_supercache = 'php';
166
  }
167
+ if ( false == isset( $wp_cache_home_path ) )
168
+ $wp_cache_home_path = '/';
169
  if (
170
  (
171
+ $wp_cache_request_uri == $wp_cache_home_path ||
172
  ( $wp_cache_slash_check && substr( $wp_cache_request_uri, -1 ) == '/' ) ||
173
  ( $wp_cache_slash_check == 0 && substr( $wp_cache_request_uri, -1 ) != '/' )
174
  ) &&
348
  function do_cacheaction( $action, $value = '' ) {
349
  global $wp_supercache_actions;
350
 
351
+ if ( !isset( $wp_supercache_actions ) || !is_array( $wp_supercache_actions ) )
352
  return $value;
353
 
354
  if( array_key_exists($action, $wp_supercache_actions) && is_array( $wp_supercache_actions[ $action ] ) ) {
456
  return false;
457
  }
458
 
459
+ function get_supercache_dir() {
460
+ global $cache_path;
461
+ return $cache_path . 'supercache/' . trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', get_option( 'home' ) ) ) ) );
462
+ }
463
  function get_current_url_supercache_dir( $post_id = 0 ) {
464
  global $cached_direct_pages, $cache_path, $wp_cache_request_uri;
465
  static $saved_supercache_dir = array();
476
  $uri = preg_replace('/[ <>\'\"\r\n\t\(\)]/', '', str_replace( '/index.php', '/', str_replace( '..', '', preg_replace("/(\?.*)?$/", '', $uri ) ) ) );
477
  $uri = str_replace( '\\', '', $uri );
478
  $dir = preg_replace( '/:.*$/', '', $_SERVER["HTTP_HOST"] ) . $uri; // To avoid XSS attacks
479
+ if ( function_exists( "apply_filters" ) ) {
480
  $dir = apply_filters( 'supercache_dir', $dir );
481
+ } else {
482
+ $dir = do_cacheaction( 'supercache_dir', $dir );
483
+ }
484
  $dir = $cache_path . 'supercache/' . $dir . '/';
485
  if( is_array( $cached_direct_pages ) && in_array( $_SERVER[ 'REQUEST_URI' ], $cached_direct_pages ) ) {
486
  $dir = ABSPATH . $uri . '/';
491
  return $dir;
492
  }
493
 
494
+ function get_all_supercache_filenames( $dir = '' ) {
495
+ global $wp_cache_mobile_enabled;
496
+
497
+ $filenames = array( 'index.html', 'index-https.html', 'index.html.php' );
498
+
499
+ if ( $dir != '' && isset( $wp_cache_mobile_enabled ) && $wp_cache_mobile_enabled ) {
500
+ // open directory and look for index-*.html files
501
+ if ( is_dir( $dir ) && $dh = opendir( $dir ) ) {
502
+ while ( ( $file = readdir( $dh ) ) !== false ) {
503
+ if ( substr( $file, 0, 6 ) == 'index-' && strpos( $file, '.html' ) )
504
+ $filenames[] = $file;
505
+ }
506
+ closedir( $dh );
507
+ }
508
+ }
509
+
510
+ if ( function_exists( "apply_filters" ) ) {
511
+ $filenames = apply_filters( 'all_supercache_filenames', $filenames );
512
+ } else {
513
+ $filenames = do_cacheaction( 'all_supercache_filenames', $filenames );
514
+ }
515
+
516
+ foreach( $filenames as $file ) {
517
+ $out[] = $file;
518
+ $out[] = $file . '.gz';
519
+ }
520
+
521
+ return $out;
522
+ }
523
+
524
+ function supercache_filename() {
525
+ //Add support for https and http caching
526
+ $is_https = ('on' == strtolower($_SERVER['HTTPS']) || 'https' == strtolower($_SERVER['HTTP_X_FORWARDED_PROTO'])); //Also supports https requests coming from an nginx reverse proxy
527
+ $extra_str = $is_https ? '-https' : '';
528
+
529
+ if ( function_exists( "apply_filters" ) ) {
530
+ $extra_str = apply_filters( 'supercache_filename_str', $extra_str );
531
+ } else {
532
+ $extra_str = do_cacheaction( 'supercache_filename_str', $extra_str );
533
+ }
534
+ $filename = 'index' . $extra_str . '.html';
535
+
536
+ return $filename;
537
+ }
538
+
539
  function get_oc_version() {
540
  $wp_cache_oc_key = wp_cache_get( "wp_cache_oc_key" );
541
  if ( ! $wp_cache_oc_key ) {
564
  return $key . $wp_cache_gzip_encoding . get_oc_version();
565
  }
566
 
567
+ function wp_supercache_cache_for_admins() {
568
+ if ( isset( $_GET[ 'preview' ] ) || function_exists( "is_admin" ) && is_admin() )
569
+ return $cookies;
570
+
571
+ $cookie_keys = array( 'wordpress_logged_in', 'comment_author_' );
572
+ reset( $_COOKIE );
573
+ foreach( $_COOKIE as $cookie => $val ) {
574
+ reset( $cookie_keys );
575
+ foreach( $cookie_keys as $key ) {
576
+ if ( strpos( $cookie, $key ) !== FALSE ) {
577
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Removing auth from $_COOKIE to allow caching for logged user (' . $cookie . ')', 5 );
578
+ unset( $_COOKIE[ $cookie ] );
579
+ }
580
+ }
581
+ }
582
+ }
583
+
584
  ?>
wp-cache-phase2.php CHANGED
@@ -3,8 +3,8 @@
3
  function wp_cache_phase2() {
4
  global $wpsc_settings;
5
  global $cache_filename, $cache_acceptable_files, $wp_cache_gzip_encoding, $super_cache_enabled, $cache_rebuild_files, $wp_cache_last_gc;
6
- global $cache_max_time, $wp_cache_request_uri, $super_cache_enabled, $wp_cache_object_cache;
7
- global $cache_enabled, $wp_cache_gmt_offset, $wp_cache_blog_charset;
8
 
9
  if ( $cache_enabled == false )
10
  return false;
@@ -31,10 +31,9 @@ function wp_cache_phase2() {
31
  // No post_id is available
32
  add_action('switch_theme', 'wp_cache_no_postid', 99);
33
  add_action('edit_user_profile_update', 'wp_cache_no_postid', 99);
34
-
35
  add_action( 'wp_update_nav_menu', 'wp_cache_clear_cache' );
36
-
37
  add_action('wp_cache_gc','wp_cache_gc_cron');
 
38
 
39
  do_cacheaction( 'add_cacheaction' );
40
  }
@@ -84,48 +83,29 @@ function wp_cache_phase2() {
84
  if( $super_cache_enabled && $cache_rebuild_files ) {
85
  $user_info = wp_cache_get_cookies_values();
86
  $do_cache = apply_filters( 'do_createsupercache', $user_info );
87
- if( $user_info == '' || $do_cache === true ) {
88
- $dir = get_current_url_supercache_dir();
89
- $files_to_check = array( $dir . 'index.html', $dir . 'index.html.php', $dir . 'index.html.gz' );
90
- foreach( $files_to_check as $cache_file ) {
91
- if( !@file_exists( $cache_file . '.needs-rebuild' ) )
92
- continue;
93
- $mtime = @filemtime($cache_file . '.needs-rebuild');
94
- if( $mtime && (time() - $mtime) < 30 ) {
95
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Rebuild file renamed to cache file temporarily", 3 );
96
- @rename( $cache_file . '.needs-rebuild', $cache_file );
97
- }
98
- // cleanup old files or if rename fails
99
- if( @file_exists( $cache_file . '.needs-rebuild' ) ) {
100
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Rebuild file deleted", 3 );
101
- @unlink( $cache_file . '.needs-rebuild' );
102
- }
103
- }
104
- }
105
  }
106
 
107
- if ( $cache_max_time == 0 )
108
- return false;
109
- if( !isset( $cache_max_time ) )
110
- $cache_max_time = 600;
111
- $last_gc = get_option( "wpsupercache_gc_time" );
112
 
113
- if( !$last_gc ) {
114
- update_option( 'wpsupercache_gc_time', time() );
115
- }
116
- $next_gc = $cache_max_time < 1800 ? $cache_max_time : 600;
117
- if( $last_gc < ( time() - $next_gc ) ) {
118
- update_option( 'wpsupercache_gc_time', time() );
119
-
120
- global $wp_cache_shutdown_gc;
121
- if( !isset( $wp_cache_shutdown_gc ) || $wp_cache_shutdown_gc == 0 ) {
122
- if(!wp_next_scheduled('wp_cache_gc')) {
123
- wp_schedule_single_event(time() + 10 , 'wp_cache_gc');
124
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_gc for 10 seconds time.', 5 );
125
- }
126
- } else {
127
- global $time_to_gc_cache;
128
- $time_to_gc_cache = 1; // tell the "shutdown gc" to run!
129
  }
130
  }
131
  }
@@ -174,7 +154,7 @@ function wp_cache_is_rejected($uri) {
174
  return true; // we don't allow caching of wp-admin for security reasons
175
  }
176
  foreach ( $cache_rejected_uri as $expr ) {
177
- if( $expr != '' && preg_match( "~$expr~", $uri ) )
178
  return true;
179
  }
180
  return false;
@@ -277,6 +257,9 @@ function wp_cache_ob_callback( $buffer ) {
277
  } elseif ( isset( $wp_cache_pages[ 'search' ] ) && $wp_cache_pages[ 'search' ] == 1 && is_search() ) {
278
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching search page.', 2 );
279
  return $buffer;
 
 
 
280
  } elseif ( isset( $wp_cache_pages[ 'feed' ] ) && $wp_cache_pages[ 'feed' ] == 1 && is_feed() ) {
281
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching feed.', 2 );
282
  return $buffer;
@@ -380,15 +363,18 @@ function wp_cache_get_ob(&$buffer) {
380
  }
381
  }
382
 
 
383
  if ( $wp_cache_not_logged_in && wp_cache_get_cookies_values() != '' ) {
384
  $super_cache_enabled = false;
385
  $cache_enabled = false;
 
386
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching for known user.', 5 );
387
  }
388
 
389
  if ( $wp_cache_object_cache ) { // half on mode when using the object cache
390
  if ( wp_cache_get_cookies_values() != '' ) {
391
  $cache_enabled = false;
 
392
  }
393
  $super_cache_enabled = false;
394
  $supercacheonly = false;
@@ -398,7 +384,7 @@ function wp_cache_get_ob(&$buffer) {
398
  if ( !$cache_enabled ) {
399
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( '', 5 );
400
  wp_cache_writers_exit();
401
- return $buffer . "\n<!-- Page not cached by WP Super Cache. Check your settings page. -->";
402
  }
403
 
404
  if( @is_dir( $dir ) == false )
@@ -421,7 +407,7 @@ function wp_cache_get_ob(&$buffer) {
421
  $do_cache = apply_filters( 'do_createsupercache', $user_info );
422
  if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
423
 
424
- $cache_fname = "{$dir}index.html";
425
  $tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
426
  $fr2 = @fopen( $tmp_cache_filename, 'w' );
427
  if ( !$fr2 ) {
@@ -475,7 +461,7 @@ function wp_cache_get_ob(&$buffer) {
475
  if( $fr ) { // legacy caching
476
  fputs($fr, $store);
477
  } elseif ( isset( $fr2 ) ) { // supercache active
478
- $php_fname = "{$dir}index.html.php";
479
  $tmp_php_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
480
  $php_fd = @fopen( $tmp_php_filename, 'w' );
481
  if ( !$php_fd ) {
@@ -494,7 +480,7 @@ function wp_cache_get_ob(&$buffer) {
494
  if ( $cache_compression && $wp_cache_gzip_encoding ) {
495
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer.", 5 );
496
  $gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
497
- $gzsize = strlen($gzdata);
498
  }
499
  } else {
500
  $buffer = apply_filters( 'wpsupercache_buffer', $buffer );
@@ -503,7 +489,7 @@ function wp_cache_get_ob(&$buffer) {
503
  if( $gz || $wp_cache_gzip_encoding ) {
504
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
505
  $gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
506
- $gzsize = strlen($gzdata);
507
  }
508
  if ($wp_cache_gzip_encoding) {
509
  $wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
@@ -560,7 +546,7 @@ function wp_cache_get_ob(&$buffer) {
560
  }
561
  if( $fr2 ) {
562
  fclose($fr2);
563
- if ( $wp_cache_front_page_checks && $cache_fname == $supercachedir . $home_url[ 'path' ] . 'index.html' && !( $wp_cache_is_home ) ) {
564
  wp_cache_writers_exit();
565
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
566
  return $buffer;
@@ -578,7 +564,7 @@ function wp_cache_get_ob(&$buffer) {
578
  }
579
  if( $php_fd ) {
580
  fclose( $php_fd );
581
- if ( $php_fname == $supercachedir . $home_url[ 'path' ] . 'index.html.php' && !( $wp_cache_is_home ) ) {
582
  wp_cache_writers_exit();
583
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
584
  return $buffer;
@@ -638,8 +624,13 @@ function wp_cache_phase2_clean_cache($file_prefix) {
638
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cleaning cache in $blog_cache_dir", 3 );
639
  if ( ( $handle = @opendir( $blog_cache_dir ) ) ) {
640
  while ( false !== ($file = @readdir($handle))) {
641
- if ( preg_match("/^$file_prefix/", $file) )
642
- @unlink( $blog_cache_dir . $file );
 
 
 
 
 
643
  }
644
  closedir($handle);
645
  }
@@ -647,10 +638,8 @@ function wp_cache_phase2_clean_cache($file_prefix) {
647
  }
648
 
649
  function prune_super_cache( $directory, $force = false, $rename = false ) {
650
- global $cache_max_time, $cache_path, $super_cache_enabled, $cache_rebuild_files, $blog_cache_dir;
651
-
652
- if( !is_admin() && $super_cache_enabled == 0 )
653
- return false;
654
 
655
  if( !isset( $cache_max_time ) )
656
  $cache_max_time = 3600;
@@ -677,6 +666,7 @@ function prune_super_cache( $directory, $force = false, $rename = false ) {
677
  if ($file == '.' || $file == '..')
678
  continue;
679
  $donotdelete = true;
 
680
  }
681
  closedir($handle);
682
  }
@@ -684,6 +674,7 @@ function prune_super_cache( $directory, $force = false, $rename = false ) {
684
  continue;
685
  if( !$rename ) {
686
  @rmdir( $entry );
 
687
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "gc: deleted $entry", 2 );
688
  }
689
  }
@@ -696,10 +687,13 @@ function prune_super_cache( $directory, $force = false, $rename = false ) {
696
  $oktodelete = false;
697
  if( $oktodelete && !$rename ) {
698
  @unlink( $directory );
 
699
  } elseif( $oktodelete && $rename ) {
700
  wp_cache_rebuild_or_delete( $directory );
 
701
  }
702
  }
 
703
  }
704
 
705
  function wp_cache_rebuild_or_delete( $file ) {
@@ -749,12 +743,12 @@ function wp_cache_phase2_clean_expired( $file_prefix, $force = false ) {
749
  closedir($handle);
750
  if ( false == $wp_cache_preload_on || true == $force ) {
751
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Doing GC on supercache dir: {$cache_path}supercache", 2 );
752
- prune_super_cache( $cache_path . 'supercache' );
753
  }
754
  }
755
 
756
  wp_cache_writers_exit();
757
- return true;
758
  }
759
 
760
  function wp_cache_shutdown_callback() {
@@ -943,19 +937,16 @@ function wp_cache_post_id_gc( $siteurl, $post_id, $all = 'all' ) {
943
  if( $post_id == 0 )
944
  return;
945
 
946
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc post_id: $post_id " . post_permalink( $post_id ) . " clearing cache in $dir{$permalink}.", 4 );
947
  $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( $post_id ) ) );
948
- $dir = $cache_path . 'supercache/' . $siteurl;
 
949
  if ( $all == 'all' ) {
950
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cache in $dir{$permalink}.", 4 );
951
- prune_super_cache( $dir . $permalink, true, true );
952
  do_action( 'gc_cache', 'prune', $permalink );
953
- @rmdir( $dir . $permalink );
954
  } else {
955
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cached index.html(.gz) in $dir{$permalink}.", 4 );
956
- prune_super_cache( $dir . $permalink . 'index.html', true, true );
957
- prune_super_cache( $dir . $permalink . 'index.html.php', true, true );
958
- prune_super_cache( $dir . $permalink . 'index.html.gz', true, true );
959
  do_action( 'gc_cache', 'prune', $permalink );
960
  }
961
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$dir}page/.", 4 );
@@ -990,24 +981,29 @@ function wp_cache_post_change( $post_id ) {
990
 
991
  $permalink = trailingslashit( str_replace( get_option( 'siteurl' ), '', post_permalink( $post_id ) ) );
992
  if( $super_cache_enabled ) {
 
993
  $siteurl = trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', get_option( 'home' ) ) ) ) );
994
  // make sure the front page has a rebuild file
 
 
995
  if ( $all == true ) {
996
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting cache files in " . $cache_path . 'supercache/' . $siteurl, 4 );
997
- prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html', true, true );
998
- prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html.php', true, true );
999
- prune_super_cache( $cache_path . 'supercache/' . $siteurl . 'index.html.gz', true, true );
 
1000
  do_action( 'gc_cache', 'prune', 'homepage' );
1001
  }
1002
  wp_cache_post_id_gc( $siteurl, $post_id );
1003
  if( $all == true && get_option( 'show_on_front' ) == 'page' ) {
1004
- if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting page_on_front and_page_for_posts pages.", 4 );
1005
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: page_on_front " . get_option( 'page_on_front' ), 4 );
1006
  wp_cache_post_id_gc( $siteurl, get_option( 'page_on_front' ), 'single' );
1007
  $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( get_option( 'page_for_posts' ) ) ) );
1008
- prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html', true, true );
1009
- prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html.php', true, true );
1010
- prune_super_cache( $cache_path . 'supercache/' . $siteurl . $permalink . 'index.html.gz', true, true );
 
1011
  do_action( 'gc_cache', 'prune', $permalink );
1012
  }
1013
  }
@@ -1026,15 +1022,14 @@ function wp_cache_post_change( $post_id ) {
1026
  continue;
1027
  }
1028
  if ($post_id > 0 && $meta) {
 
1029
  if ( $meta[ 'blog_id' ] == $blog_id && ( ( $all == true && !$meta[ 'post' ] ) || $meta[ 'post' ] == $post_id) ) {
1030
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting post cache files for {$meta[ 'uri' ]}: $content_pathname", 4 );
1031
  @unlink($meta_pathname);
1032
  @unlink($content_pathname);
1033
  if ( $super_cache_enabled == true ) {
1034
- @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
1035
- @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.php');
1036
- @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
1037
- do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
1038
  }
1039
  }
1040
  } elseif ($meta[ 'blog_id' ] == $blog_id) {
@@ -1042,9 +1037,10 @@ function wp_cache_post_change( $post_id ) {
1042
  @unlink($meta_pathname);
1043
  @unlink($content_pathname);
1044
  if ( $super_cache_enabled == true ) {
1045
- @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html');
1046
- @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.php');
1047
- @wp_cache_rebuild_or_delete($cache_path . 'supercache/' . trailingslashit( $meta[ 'uri' ] ) . 'index.html.gz');
 
1048
  do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
1049
  }
1050
  }
@@ -1075,12 +1071,14 @@ function wp_cache_post_id() {
1075
  }
1076
 
1077
  function wp_cache_gc_cron() {
1078
- global $file_prefix, $cache_max_time;
1079
 
 
1080
  if ( $cache_max_time == 0 ) {
1081
  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 );
1082
  return false;
1083
  }
 
1084
 
1085
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
1086
 
@@ -1088,12 +1086,63 @@ function wp_cache_gc_cron() {
1088
  $cache_max_time = 600;
1089
 
1090
  $start = time();
1091
- if( !wp_cache_phase2_clean_expired($file_prefix ) ) {
 
1092
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache Expiry cron job failed. Probably mutex locked.', 1 );
1093
- update_option( 'wpsupercache_gc_time', time() - ( $cache_max_time - 10 ) ); // if GC failed then run it again in one minute
 
1094
  }
1095
- if( time() - $start > 30 )
1096
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cache Expiry cron job took more than 30 seconds to execute.\nYou should reduce the Expiry Time in the WP Super Cache admin page\nas you probably have more cache files than your server can handle efficiently.", 1 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1097
  }
1098
 
1099
  ?>
3
  function wp_cache_phase2() {
4
  global $wpsc_settings;
5
  global $cache_filename, $cache_acceptable_files, $wp_cache_gzip_encoding, $super_cache_enabled, $cache_rebuild_files, $wp_cache_last_gc;
6
+ global $cache_max_time, $wp_cache_request_uri, $super_cache_enabled, $wp_cache_object_cache, $cache_time_interval;
7
+ global $cache_enabled, $wp_cache_gmt_offset, $wp_cache_blog_charset, $cache_schedule_type, $cache_scheduled_time, $cache_schedule_interval;
8
 
9
  if ( $cache_enabled == false )
10
  return false;
31
  // No post_id is available
32
  add_action('switch_theme', 'wp_cache_no_postid', 99);
33
  add_action('edit_user_profile_update', 'wp_cache_no_postid', 99);
 
34
  add_action( 'wp_update_nav_menu', 'wp_cache_clear_cache' );
 
35
  add_action('wp_cache_gc','wp_cache_gc_cron');
36
+ add_filter( 'supercache_filename_str', 'wp_cache_check_mobile' );
37
 
38
  do_cacheaction( 'add_cacheaction' );
39
  }
83
  if( $super_cache_enabled && $cache_rebuild_files ) {
84
  $user_info = wp_cache_get_cookies_values();
85
  $do_cache = apply_filters( 'do_createsupercache', $user_info );
86
+ if( $user_info == '' || $do_cache === true )
87
+ wpcache_do_rebuild( get_current_url_supercache_dir() );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  }
89
 
90
+ schedule_wp_gc();
91
+ }
 
 
 
92
 
93
+ function wpcache_do_rebuild( $dir ) {
94
+ $dir = trailingslashit( $dir );
95
+ $files_to_check = get_all_supercache_filenames( $dir );
96
+ foreach( $files_to_check as $cache_file ) {
97
+ $cache_file = $dir . $cache_file;
98
+ if( !@file_exists( $cache_file . '.needs-rebuild' ) )
99
+ continue;
100
+ $mtime = @filemtime($cache_file . '.needs-rebuild');
101
+ if( $mtime && (time() - $mtime) < 30 ) {
102
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Rebuild file renamed to cache file temporarily: $cache_file", 3 );
103
+ @rename( $cache_file . '.needs-rebuild', $cache_file );
104
+ }
105
+ // cleanup old files or if rename fails
106
+ if( @file_exists( $cache_file . '.needs-rebuild' ) ) {
107
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Rebuild file deleted: {$cache_file}.needs-rebuild", 3 );
108
+ @unlink( $cache_file . '.needs-rebuild' );
109
  }
110
  }
111
  }
154
  return true; // we don't allow caching of wp-admin for security reasons
155
  }
156
  foreach ( $cache_rejected_uri as $expr ) {
157
+ if( $expr != '' && @preg_match( "~$expr~", $uri ) )
158
  return true;
159
  }
160
  return false;
257
  } elseif ( isset( $wp_cache_pages[ 'search' ] ) && $wp_cache_pages[ 'search' ] == 1 && is_search() ) {
258
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching search page.', 2 );
259
  return $buffer;
260
+ } elseif ( isset( $wp_cache_pages[ 'author' ] ) && $wp_cache_pages[ 'author' ] == 1 && is_author() ) {
261
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching author page.', 2 );
262
+ return $buffer;
263
  } elseif ( isset( $wp_cache_pages[ 'feed' ] ) && $wp_cache_pages[ 'feed' ] == 1 && is_feed() ) {
264
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching feed.', 2 );
265
  return $buffer;
363
  }
364
  }
365
 
366
+ $cache_error = '';
367
  if ( $wp_cache_not_logged_in && wp_cache_get_cookies_values() != '' ) {
368
  $super_cache_enabled = false;
369
  $cache_enabled = false;
370
+ $cache_error = 'Not caching requests by known users. (See Advanced Settings page)';
371
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Not caching for known user.', 5 );
372
  }
373
 
374
  if ( $wp_cache_object_cache ) { // half on mode when using the object cache
375
  if ( wp_cache_get_cookies_values() != '' ) {
376
  $cache_enabled = false;
377
+ $cache_error = 'Known User and using object. Only anonymous users cached.';
378
  }
379
  $super_cache_enabled = false;
380
  $supercacheonly = false;
384
  if ( !$cache_enabled ) {
385
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( '', 5 );
386
  wp_cache_writers_exit();
387
+ return $buffer . "\n<!-- Page not cached by WP Super Cache. Check your settings page. $cache_error -->";
388
  }
389
 
390
  if( @is_dir( $dir ) == false )
407
  $do_cache = apply_filters( 'do_createsupercache', $user_info );
408
  if ( $super_cache_enabled && ( $user_info == '' || $do_cache === true ) ) {
409
 
410
+ $cache_fname = $dir . supercache_filename();
411
  $tmp_cache_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
412
  $fr2 = @fopen( $tmp_cache_filename, 'w' );
413
  if ( !$fr2 ) {
461
  if( $fr ) { // legacy caching
462
  fputs($fr, $store);
463
  } elseif ( isset( $fr2 ) ) { // supercache active
464
+ $php_fname = "{$dir}" . supercache_filename() . ".php";
465
  $tmp_php_filename = $dir . uniqid( mt_rand(), true ) . '.tmp';
466
  $php_fd = @fopen( $tmp_php_filename, 'w' );
467
  if ( !$php_fd ) {
480
  if ( $cache_compression && $wp_cache_gzip_encoding ) {
481
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping dynamic buffer.", 5 );
482
  $gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
483
+ $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
484
  }
485
  } else {
486
  $buffer = apply_filters( 'wpsupercache_buffer', $buffer );
489
  if( $gz || $wp_cache_gzip_encoding ) {
490
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Gzipping buffer.", 5 );
491
  $gzdata = gzencode( $buffer . "<!-- Compression = gzip -->", 6, FORCE_GZIP );
492
+ $gzsize = function_exists( 'mb_strlen' ) ? mb_strlen( $gzdata, '8bit' ) : strlen( $gzdata );
493
  }
494
  if ($wp_cache_gzip_encoding) {
495
  $wp_cache_meta[ 'headers' ][ 'Content-Encoding' ] = 'Content-Encoding: ' . $wp_cache_gzip_encoding;
546
  }
547
  if( $fr2 ) {
548
  fclose($fr2);
549
+ if ( $wp_cache_front_page_checks && $cache_fname == $supercachedir . $home_url[ 'path' ] . supercache_filename() && !( $wp_cache_is_home ) ) {
550
  wp_cache_writers_exit();
551
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
552
  return $buffer;
564
  }
565
  if( $php_fd ) {
566
  fclose( $php_fd );
567
+ if ( $php_fname == $supercachedir . $home_url[ 'path' ] . supercache_filename() . '.php' && !( $wp_cache_is_home ) ) {
568
  wp_cache_writers_exit();
569
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Warning! Not writing another page to front page cache.", 1 );
570
  return $buffer;
624
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cleaning cache in $blog_cache_dir", 3 );
625
  if ( ( $handle = @opendir( $blog_cache_dir ) ) ) {
626
  while ( false !== ($file = @readdir($handle))) {
627
+ if ( preg_match("/^$file_prefix/", $file) ) {
628
+ $meta = unserialize( file_get_contents( $blog_cache_dir . 'meta/' . $file ) );
629
+ if ( $meta[ 'blog_id' ] == $wpdb->blogid ) {
630
+ @unlink( $blog_cache_dir . $file );
631
+ @unlink( $blog_cache_dir . 'meta/' . str_replace( '.html', '.meta', $file ) );
632
+ }
633
+ }
634
  }
635
  closedir($handle);
636
  }
638
  }
639
 
640
  function prune_super_cache( $directory, $force = false, $rename = false ) {
641
+ global $cache_max_time, $cache_path, $cache_rebuild_files, $blog_cache_dir;
642
+ static $log = 0;
 
 
643
 
644
  if( !isset( $cache_max_time ) )
645
  $cache_max_time = 3600;
666
  if ($file == '.' || $file == '..')
667
  continue;
668
  $donotdelete = true;
669
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "gc: could not delete $entry as it's not empty: $file", 2 );
670
  }
671
  closedir($handle);
672
  }
674
  continue;
675
  if( !$rename ) {
676
  @rmdir( $entry );
677
+ $log++;
678
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "gc: deleted $entry", 2 );
679
  }
680
  }
687
  $oktodelete = false;
688
  if( $oktodelete && !$rename ) {
689
  @unlink( $directory );
690
+ $log++;
691
  } elseif( $oktodelete && $rename ) {
692
  wp_cache_rebuild_or_delete( $directory );
693
+ $log++;
694
  }
695
  }
696
+ return $log;
697
  }
698
 
699
  function wp_cache_rebuild_or_delete( $file ) {
743
  closedir($handle);
744
  if ( false == $wp_cache_preload_on || true == $force ) {
745
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Doing GC on supercache dir: {$cache_path}supercache", 2 );
746
+ $deleted = prune_super_cache( $cache_path . 'supercache', false, false );
747
  }
748
  }
749
 
750
  wp_cache_writers_exit();
751
+ return $deleted;
752
  }
753
 
754
  function wp_cache_shutdown_callback() {
937
  if( $post_id == 0 )
938
  return;
939
 
 
940
  $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( $post_id ) ) );
941
+ $dir = get_current_url_supercache_dir( $post_id );
942
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc post_id: $post_id " . post_permalink( $post_id ) . " clearing cache in $dir.", 4 );
943
  if ( $all == 'all' ) {
944
+ prune_super_cache( $dir, true, true );
 
945
  do_action( 'gc_cache', 'prune', $permalink );
946
+ @rmdir( $dir );
947
  } else {
948
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cached index files in $dir.", 4 );
949
+ prune_super_cache( $dir, true, true );
 
 
950
  do_action( 'gc_cache', 'prune', $permalink );
951
  }
952
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "wp_cache_post_id_gc clearing cache in {$dir}page/.", 4 );
981
 
982
  $permalink = trailingslashit( str_replace( get_option( 'siteurl' ), '', post_permalink( $post_id ) ) );
983
  if( $super_cache_enabled ) {
984
+ $dir = get_supercache_dir();
985
  $siteurl = trailingslashit( strtolower( preg_replace( '/:.*$/', '', str_replace( 'http://', '', get_option( 'home' ) ) ) ) );
986
  // make sure the front page has a rebuild file
987
+ wp_cache_post_id_gc( $siteurl, $post_id );
988
+ // make sure the front page has a rebuild file
989
  if ( $all == true ) {
990
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting cache files in " . $cache_path . 'supercache/' . $siteurl, 4 );
991
+ $files_to_check = get_all_supercache_filenames( $dir );
992
+ foreach( $files_to_check as $cache_file ) {
993
+ prune_super_cache( $dir . $cache_file, true, true );
994
+ }
995
  do_action( 'gc_cache', 'prune', 'homepage' );
996
  }
997
  wp_cache_post_id_gc( $siteurl, $post_id );
998
  if( $all == true && get_option( 'show_on_front' ) == 'page' ) {
999
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting page_on_front and page_for_posts pages.", 4 );
1000
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: page_on_front " . get_option( 'page_on_front' ), 4 );
1001
  wp_cache_post_id_gc( $siteurl, get_option( 'page_on_front' ), 'single' );
1002
  $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( get_option( 'page_for_posts' ) ) ) );
1003
+ $files_to_check = get_all_supercache_filenames( $dir . $permalink );
1004
+ foreach( $files_to_check as $cache_file ) {
1005
+ prune_super_cache( $dir . $permalink . $cache_file, true, true );
1006
+ }
1007
  do_action( 'gc_cache', 'prune', $permalink );
1008
  }
1009
  }
1022
  continue;
1023
  }
1024
  if ($post_id > 0 && $meta) {
1025
+ $permalink = trailingslashit( str_replace( get_option( 'home' ), '', post_permalink( $post_id ) ) );
1026
  if ( $meta[ 'blog_id' ] == $blog_id && ( ( $all == true && !$meta[ 'post' ] ) || $meta[ 'post' ] == $post_id) ) {
1027
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Post change: deleting post cache files for {$meta[ 'uri' ]}: $content_pathname", 4 );
1028
  @unlink($meta_pathname);
1029
  @unlink($content_pathname);
1030
  if ( $super_cache_enabled == true ) {
1031
+ @prune_super_cache( $dir . $permalink, true, true );
1032
+ do_action( 'gc_cache', 'rebuild', $permalink );
 
 
1033
  }
1034
  }
1035
  } elseif ($meta[ 'blog_id' ] == $blog_id) {
1037
  @unlink($meta_pathname);
1038
  @unlink($content_pathname);
1039
  if ( $super_cache_enabled == true ) {
1040
+ $files_to_check = get_all_supercache_filenames( $dir . $meta[ 'uri' ] );
1041
+ foreach( $files_to_check as $cache_file ) {
1042
+ @wp_cache_rebuild_or_delete( $dir . trailingslashit( $meta[ 'uri' ] ) . $cache_file );
1043
+ }
1044
  do_action( 'gc_cache', 'rebuild', trailingslashit( $meta[ 'uri' ] ) );
1045
  }
1046
  }
1071
  }
1072
 
1073
  function wp_cache_gc_cron() {
1074
+ global $file_prefix, $cache_max_time, $cache_gc_email_me, $cache_time_interval;
1075
 
1076
+ $msg = '';
1077
  if ( $cache_max_time == 0 ) {
1078
  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 );
1079
  return false;
1080
  }
1081
+ update_option( 'wpsupercache_gc_time', time() );
1082
 
1083
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache garbage collection.', 5 );
1084
 
1086
  $cache_max_time = 600;
1087
 
1088
  $start = time();
1089
+ $num = 0;
1090
+ if( false == ( $num = wp_cache_phase2_clean_expired( $file_prefix ) ) ) {
1091
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Cache Expiry cron job failed. Probably mutex locked.', 1 );
1092
+ update_option( 'wpsupercache_gc_time', time() - ( $cache_time_interval - 10 ) ); // if GC failed then run it again in one minute
1093
+ $msg .= __( 'Cache expiry cron job failed. Job will run again in 10 seconds.', 'wp-super-cache' ) . "\n";
1094
  }
1095
+ if( time() - $start > 30 ) {
1096
  if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( "Cache Expiry cron job took more than 30 seconds to execute.\nYou should reduce the Expiry Time in the WP Super Cache admin page\nas you probably have more cache files than your server can handle efficiently.", 1 );
1097
+ $msg .= __( 'Cache expiry cron job took more than 30 seconds. You should probably run the garbage collector more often.', 'wp-super-cache' ) . "\n";
1098
+ }
1099
+
1100
+ if ( $cache_gc_email_me ) {
1101
+ if ( $msg != '' )
1102
+ $msg = "The following warnings were generated by the WP Super Cache Garbage Collector:\n" . $msg;
1103
+
1104
+ $msg = "Hi,\n\nThe WP Super Cache Garbage Collector has now run, deleting " . (int)$num . " files and directories.\nIf you want to switch off these emails please see the WP Super Cache Advanced Settings\npage on your blog.\n\n{$msg}\nRegards,\nThe Garbage Collector.";
1105
+
1106
+ wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] WP Super Cache GC Report', 'wp-super-cache' ), site_url() ), $msg );
1107
+ }
1108
+ schedule_wp_gc( 1 );
1109
+ }
1110
+
1111
+ function schedule_wp_gc( $forced = 0 ) {
1112
+ global $cache_schedule_type, $cache_max_time, $cache_time_interval, $cache_scheduled_time, $cache_schedule_interval;
1113
+
1114
+ if ( false == isset( $cache_schedule_type ) ) {
1115
+ $cache_schedule_type = 'interval';
1116
+ $cache_schedule_interval = $cache_max_time;
1117
+ }
1118
+ if ( $cache_schedule_type == 'interval' ) {
1119
+ if ( $cache_max_time == 0 )
1120
+ return false;
1121
+ if ( !isset( $cache_max_time ) )
1122
+ $cache_max_time = 600;
1123
+ $last_gc = get_option( "wpsupercache_gc_time" );
1124
+
1125
+ if ( !$last_gc ) {
1126
+ update_option( 'wpsupercache_gc_time', time() );
1127
+ $last_gc = get_option( "wpsupercache_gc_time" );
1128
+ }
1129
+ if ( $forced || ( $last_gc < ( time() - 60 ) ) ) { // Allow up to 60 seconds for the previous job to run
1130
+ global $wp_cache_shutdown_gc;
1131
+ if ( !isset( $wp_cache_shutdown_gc ) || $wp_cache_shutdown_gc == 0 ) {
1132
+ if ( !($t = wp_next_scheduled( 'wp_cache_gc' ) ) ) {
1133
+ wp_clear_scheduled_hook( 'wp_cache_gc' );
1134
+ wp_schedule_single_event( time() + $cache_time_interval, 'wp_cache_gc' );
1135
+ if ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'scheduled wp_cache_gc for 10 seconds time.', 5 );
1136
+ }
1137
+ } else {
1138
+ global $time_to_gc_cache;
1139
+ $time_to_gc_cache = 1; // tell the "shutdown gc" to run!
1140
+ }
1141
+ }
1142
+ } elseif ( $cache_schedule_type == 'time' && !wp_next_scheduled( 'wp_cache_gc' ) ) {
1143
+ wp_schedule_event( strtotime( $cache_scheduled_time ), $cache_schedule_interval, 'wp_cache_gc' );
1144
+ }
1145
+ return true;
1146
  }
1147
 
1148
  ?>
wp-cache.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Super Cache
4
  Plugin URI: http://ocaoimh.ie/wp-super-cache/
5
  Description: Very fast caching plugin for WordPress.
6
- Version: 0.9.9.9
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
@@ -153,7 +153,7 @@ function wp_cache_network_pages() {
153
  add_action( 'network_admin_menu', 'wp_cache_network_pages' );
154
 
155
  function wp_cache_manager_error_checks() {
156
- global $wpmu_version, $wp_cache_debug, $wp_cache_cron_check, $cache_enabled, $super_cache_enabled, $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers, $wp_cache_mobile_enabled, $wp_cache_mod_rewrite;
157
 
158
  if ( !wpsupercache_site_admin() )
159
  return false;
@@ -205,7 +205,7 @@ 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 false;
209
  } else {
210
  wp_cache_replace_line('^ *\$wp_cache_cron_check', "\$wp_cache_cron_check = 1;", $wp_cache_config_file);
211
  }
@@ -251,8 +251,8 @@ function wp_cache_manager_error_checks() {
251
  // writable, issue a warning only if the permissions aren't 755.
252
  if( is_writeable_ACLSafe( WP_CONTENT_DIR . '/' ) ) {
253
  $wp_content_stat = stat(WP_CONTENT_DIR . '/');
254
- $wp_content_mode = ( $wp_content_stat[ 'mode' ] & 0777 );
255
- if( $wp_content_mode != 0755 ) {
256
  ?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
257
  <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>
258
  <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>
@@ -314,11 +314,27 @@ function wp_cache_manager_error_checks() {
314
  add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
315
 
316
  function wp_cache_manager_updates() {
317
- global $wp_cache_mobile_enabled, $wp_supercache_cache_list, $wp_cache_config_file, $wp_cache_hello_world, $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_not_logged_in, $cache_path, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $cache_compression, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init, $wp_cache_front_page_checks;
318
 
319
  if ( !wpsupercache_site_admin() )
320
  return false;
321
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
322
  $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
323
  if ( $valid_nonce == false )
324
  return false;
@@ -430,6 +446,15 @@ function wp_cache_manager_updates() {
430
  }
431
  wp_cache_replace_line('^ *\$wp_cache_not_logged_in', "\$wp_cache_not_logged_in = " . $wp_cache_not_logged_in . ";", $wp_cache_config_file);
432
 
 
 
 
 
 
 
 
 
 
433
  if( $_wp_using_ext_object_cache && isset( $_POST[ 'wp_cache_object_cache' ] ) ) {
434
  if( $wp_cache_object_cache == 0 && function_exists( 'prune_super_cache' ) )
435
  prune_super_cache( $cache_path, true );
@@ -475,7 +500,7 @@ if ( isset( $_GET[ 'page' ] ) && $_GET[ 'page' ] == 'wpsupercache' )
475
  function wp_cache_manager() {
476
  global $wp_cache_config_file, $valid_nonce, $supercachedir, $cache_path, $cache_enabled, $cache_compression, $super_cache_enabled, $wp_cache_hello_world;
477
  global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
478
- global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_supercache_cache_list;
479
  global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
480
  global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init, $wp_cache_front_page_checks;
481
 
@@ -577,6 +602,11 @@ jQuery(document).ready(function(){
577
  } else {
578
  wp_cache_replace_line('^ *\$wp_cache_slash_check', "\$wp_cache_slash_check = 0;", $wp_cache_config_file);
579
  }
 
 
 
 
 
580
 
581
  if( $wp_cache_mobile_enabled == 1 ) {
582
  update_cached_mobile_ua_list( $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $mobile_groups );
@@ -620,7 +650,7 @@ jQuery(document).ready(function(){
620
  }
621
  $fp = @fopen( $cache_path . "stop_preload.txt", 'w' );
622
  @fclose( $fp );
623
- echo "<p><strong>" . __( 'Scheduled preloading of cache cancelled.', 'wp-super-cache' ) . "</strong></p>";
624
  } elseif ( isset( $_POST[ 'custom_preload_interval' ] ) && ( $_POST[ 'custom_preload_interval' ] == 0 || $_POST[ 'custom_preload_interval' ] >= $min_refresh_interval ) ) {
625
  // if preload interval changes than unschedule any preload jobs and schedule any new one.
626
  $_POST[ 'custom_preload_interval' ] = (int)$_POST[ 'custom_preload_interval' ];
@@ -797,8 +827,9 @@ jQuery(document).ready(function(){
797
  <em><?php _e( '304 support is disabled by default because in the past GoDaddy had problems with some of the headers used.', 'wp-super-cache' ); ?></em><br />
798
  <?php } ?>
799
  <label><input type='checkbox' name='wp_cache_not_logged_in' <?php if( $wp_cache_not_logged_in ) echo "checked"; ?> value='1'> <?php _e( 'Don&#8217;t cache pages for <acronym title="Logged in users and those that comment">known users</acronym>.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
 
800
  <label><input type='checkbox' name='cache_rebuild_files' <?php if( $cache_rebuild_files ) echo "checked"; ?> value='1'> <?php _e( 'Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
801
- <label><input type='checkbox' name='wp_cache_hello_world' <?php if( $wp_cache_hello_world ) echo "checked"; ?> value='1'> <?php _e( 'Proudly tell the world your server is Digg proof! (places a message in your blog&#8217;s footer)', 'wp-super-cache' ); ?></label><br />
802
  </legend>
803
  </fieldset>
804
  </td>
@@ -808,8 +839,8 @@ jQuery(document).ready(function(){
808
  <td>
809
  <fieldset>
810
  <legend class="hidden">Advanced</legend>
811
- <label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php _e( 'Mobile device support.', 'wp-super-cache' ); ?></label><br />
812
- <label><input type='checkbox' name='wp_cache_clear_on_post_edit' <?php if( $wp_cache_clear_on_post_edit ) echo "checked"; ?> value='1'> <?php _e( 'Clear all cache files when a post or page is published.', 'wp-super-cache' ); ?></label><br />
813
  <label><input type='checkbox' name='wp_cache_front_page_checks' <?php if( $wp_cache_front_page_checks ) echo "checked"; ?> value='1'> <?php _e( 'Extra homepage checks. (Very occasionally stops homepage caching)', 'wp-super-cache' ); ?></label><?php echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?><br />
814
  <label><input type='checkbox' name='wp_cache_refresh_single_only' <?php if( $wp_cache_refresh_single_only ) echo "checked"; ?> value='1'> <?php _e( 'Only refresh current page when comments made.', 'wp-super-cache' ); ?></label><br />
815
  <label><input type='checkbox' name='wp_supercache_cache_list' <?php if( $wp_supercache_cache_list ) echo "checked"; ?> value='1'> <?php _e( 'List the newest cached pages on this page.', 'wp-super-cache' ); ?></label><br />
@@ -820,6 +851,7 @@ jQuery(document).ready(function(){
820
  <?php if ( $_wp_using_ext_object_cache ) {
821
  ?><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
822
  }?>
 
823
  </legend>
824
  </fieldset>
825
  </td>
@@ -891,26 +923,34 @@ jQuery(document).ready(function(){
891
  // Prime the cache
892
  echo "<p>" . sprintf( __( 'Fetching %s to prime cache: ', 'wp-super-cache' ), $url );
893
  $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
894
- echo '<strong>' . __( 'OK', 'wp-super-cache' ) . '</strong></p>';
895
  sleep( 1 );
896
  // Get the first copy
897
  echo "<p>" . sprintf( __( 'Fetching first copy of %s: ', 'wp-super-cache' ), $url );
898
  $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
899
- $fp = fopen( $cache_path . "1.html", "w" );
900
- fwrite( $fp, $page[ 'body' ] );
901
- fclose( $fp );
902
- echo '<strong>' . __( 'OK', 'wp-super-cache' ) . "</strong> (<a href='" . WP_CONTENT_URL . "/cache/1.html'>1.html</a>)</p>";
903
- sleep( 1 );
 
 
 
 
904
  // Get the second copy
905
  echo "<p>" . sprintf( __( 'Fetching second copy of %s: ', 'wp-super-cache' ), $url );
906
  $page2 = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
907
- $fp = fopen( $cache_path . "2.html", "w" );
908
- fwrite( $fp, $page2[ 'body' ] );
909
- fclose( $fp );
910
- echo '<strong>' . __( 'OK', 'wp-super-cache' ) . "</strong> (<a href='" . WP_CONTENT_URL . "/cache/2.html'>2.html</a>)</p>";
 
 
 
 
911
 
912
  if ( is_wp_error( $page ) || is_wp_error( $page2 ) || $page[ 'response' ][ 'code' ] != 200 || $page2[ 'response' ][ 'code' ] != 200 ) {
913
- echo '<p><strong>' . __( 'One or more page requests failed:', 'wp-super-cache' ) . '</strong></p>';
914
  $error = false;
915
  if ( is_wp_error( $page ) ) {
916
  $error = $page;
@@ -938,9 +978,14 @@ jQuery(document).ready(function(){
938
  preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page2[ 'body' ], $matches2 ) && $matches1[2] == $matches2[2] ) {
939
  echo '<p>' . sprintf( __( 'Page 1: %s', 'wp-super-cache' ), $matches1[ 2 ] ) . '</p>';
940
  echo '<p>' . sprintf( __( 'Page 2: %s', 'wp-super-cache' ), $matches2[ 2 ] ) . '</p>';
941
- echo '<p><strong>' . __( 'The timestamps on both pages match!', 'wp-super-cache' ) . '</strong></p>';
942
  } else {
943
  echo '<p><strong>' . __( 'The pages do not match! Timestamps differ or were not found!', 'wp-super-cache' ) . '</strong></p>';
 
 
 
 
 
944
 
945
  }
946
  }
@@ -956,9 +1001,17 @@ jQuery(document).ready(function(){
956
  echo "<p>" . __( "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below.", 'wp-super-cache' ) . "</p>";
957
  echo '<form name="wp_cache_content_delete" action="?page=wpsupercache&tab=contents" method="post">';
958
  echo '<input type="hidden" name="wp_delete_cache" />';
959
- echo '<div class="submit"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' &raquo;" /></div>';
960
  wp_nonce_field('wp-cache');
961
  echo "</form>\n";
 
 
 
 
 
 
 
 
962
  ?>
963
  <h3><?php _e( 'Recommended Links and Plugins', 'wp-super-cache' ); ?></h3>
964
  <p><?php _e( 'Caching is only one part of making a website faster. Here are some other plugins that will help:', 'wp-super-cache' ); ?></p>
@@ -1146,15 +1199,15 @@ function wsc_mod_rewrite() {
1146
  if ( $rules != $scrules ) {
1147
  ?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><?php _e( '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.', 'wp-super-cache' ); ?></p><?php
1148
  }
1149
- ?>
1150
- <a href="javascript:toggleLayer('rewriterules');" class="button"><?php _e( 'View Mod_Rewrite Rules', 'wp-super-cache' ); ?></a>
1151
- <?php wpsc_update_htaccess_form(); ?>
1152
- <div id='rewriterules' style='display: none;'>
1153
- <?php echo "<p><pre># BEGIN WPSuperCache\n" . esc_html( $rules ) . "# END WPSuperCache</pre></p>\n";
 
1154
  echo "<p>" . sprintf( __( 'Rules must be added to %s too:', 'wp-super-cache' ), WP_CONTENT_DIR . "/cache/.htaccess" ) . "</p>";
1155
- echo "<pre># BEGIN supercache\n" . esc_html( $gziprules ) . "# END supercache</pre></p>"; ?>
1156
- </div>
1157
- <?php
1158
  }
1159
  // http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
1160
  if( !is_file( $cache_path . '.htaccess' ) ) {
@@ -1294,7 +1347,11 @@ function wp_lock_down() {
1294
  $readonly = 'READONLY';
1295
  ?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><strong><?php _e( 'Warning!', 'wp-super-cache' ); ?></strong> <?php printf( __( 'You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated.', 'wp-super-cache' ), ABSPATH ); ?></p><?php
1296
  } else {
1297
- ?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><strong><?php _e( 'Warning!', 'wp-super-cache' ); ?></strong> <?php printf( __( '%s is writable. Please make it readonly after your page is generated as this is a security risk.', 'wp-super-cache' ), ABSPATH ); ?></p><?php
 
 
 
 
1298
  }
1299
  echo '<form name="direct_page" action="#direct" method="post">';
1300
  if( is_array( $cached_direct_pages ) ) {
@@ -1349,24 +1406,122 @@ function RecursiveFolderDelete ( $folderPath ) { // from http://www.php.net/manu
1349
  }
1350
 
1351
  function wp_cache_edit_max_time () {
1352
- global $cache_max_time, $wp_cache_config_file, $valid_nonce, $cache_enabled, $super_cache_enabled;
 
 
 
 
 
 
 
 
 
 
 
1353
 
1354
- if( !isset( $cache_max_time ) )
1355
  $cache_max_time = 3600;
 
 
1356
 
1357
- if(isset($_POST['wp_max_time']) && $valid_nonce) {
1358
- $max_time = (int)$_POST['wp_max_time'];
1359
- $cache_max_time = $max_time;
 
 
 
 
1360
  wp_cache_replace_line('^ *\$cache_max_time', "\$cache_max_time = $cache_max_time;", $wp_cache_config_file);
1361
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1362
  ?><fieldset class="options">
1363
  <a name='expirytime'></a>
1364
  <h3><?php _e( 'Expiry Time &amp; Garbage Collection', 'wp-super-cache' ); ?></h3><?php
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1365
  echo '<form name="wp_edit_max_time" action="#expirytime" method="post">';
1366
- echo '<label for="wp_max_time">' . __( 'Expire time:', 'wp-super-cache' ) . '</label> ';
1367
- echo "<input type=\"text\" size=6 name=\"wp_max_time\" value=\"$cache_max_time\" /> " . __( "seconds", 'wp-super-cache' );
1368
- echo "<h4>" . __( 'Garbage Collection', 'wp-super-cache' ) . "</h4><p>" . __( '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.', 'wp-super-cache' ) . "</p>";
1369
- echo "<p>" . __( '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.', 'wp-super-cache' ) . "</p>";
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1370
  echo "<p>" . __( 'Set the expiry time to 0 seconds to disable garbage collection.', 'wp-super-cache' ) . "</p>";
1371
  echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Change Expiration', 'wp-super-cache' ) . ' &raquo;" /></div>';
1372
  wp_nonce_field('wp-cache');
@@ -1430,7 +1585,7 @@ function wp_cache_edit_rejected_pages() {
1430
  global $wp_cache_config_file, $valid_nonce, $wp_cache_pages;
1431
 
1432
  if ( isset( $_POST[ 'wp_edit_rejected_pages' ] ) && $valid_nonce ) {
1433
- $pages = array( 'single', 'pages', 'archives', 'tag', 'frontpage', 'home', 'category', 'feed', 'search' );
1434
  foreach( $pages as $page ) {
1435
  if ( isset( $_POST[ 'wp_cache_pages' ][ $page ] ) ) {
1436
  $value = 1;
@@ -1455,6 +1610,7 @@ function wp_cache_edit_rejected_pages() {
1455
  echo '&nbsp;&nbsp;<label><input type="checkbox" value="1" name="wp_cache_pages[category]" ' . checked( 1, $wp_cache_pages[ 'category' ], false ) . ' /> ' . __( 'Category', 'wp-super-cache' ) . ' (is_category)</label><br />';
1456
  echo '<label><input type="checkbox" value="1" name="wp_cache_pages[feed]" ' . checked( 1, $wp_cache_pages[ 'feed' ], false ) . ' /> ' . __( 'Feeds', 'wp-super-cache' ) . ' (is_feed)</label><br />';
1457
  echo '<label><input type="checkbox" value="1" name="wp_cache_pages[search]" ' . checked( 1, $wp_cache_pages[ 'search' ], false ) . ' /> ' . __( 'Search Pages', 'wp-super-cache' ) . ' (is_search)</label><br />';
 
1458
 
1459
  echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save' ) . ' &raquo;" /></div>';
1460
  wp_nonce_field('wp-cache');
@@ -1846,6 +2002,10 @@ function wp_cache_files() {
1846
  wp_cache_clean_cache($file_prefix);
1847
  $_GET[ 'action' ] = 'regenerate_cache_stats';
1848
  }
 
 
 
 
1849
  if(isset($_REQUEST['wp_delete_expired'])) {
1850
  wp_cache_clean_expired($file_prefix);
1851
  $_GET[ 'action' ] = 'regenerate_cache_stats';
@@ -1862,7 +2022,7 @@ function wp_cache_files() {
1862
  }
1863
 
1864
  $cache_stats = get_option( 'supercache_stats' );
1865
- if ( !is_array( $cache_stats ) || ( $valid_nonce && array_key_exists('action', $_GET) && $_GET[ 'action' ] == 'regenerate_cache_stats' ) ) {
1866
  $list_files = false; // it doesn't list supercached files, and removing single pages is buggy
1867
  $count = 0;
1868
  $expired = 0;
@@ -1993,7 +2153,7 @@ function wp_cache_files() {
1993
  $age = 0;
1994
  echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'expired' ] / $divisor ) ) . "</li></ul>";
1995
  if ( $valid_nonce && array_key_exists('listfiles', $_GET) && $_GET[ 'listfiles' ] ) {
1996
- echo "<div style='padding: 10px; border: 1px solid #333; height: 400px; width: 70%; overflow: auto'>";
1997
  if ( is_array( $cached_list ) && !empty( $cached_list ) ) {
1998
  echo "<h4>" . __( 'Fresh WP-Cached Files', 'wp-super-cache' ) . "</h4>";
1999
  echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
@@ -2059,7 +2219,7 @@ function wp_cache_files() {
2059
  echo "</table>";
2060
  }
2061
  echo "</div>";
2062
- echo "<p><a href='?page=wpsupercache#top'>" . __( 'Hide file list', 'wp-super-cache' ) . "</a></p>";
2063
  } elseif ( $cache_stats[ 'supercache' ][ 'cached' ] > 300 || $cache_stats[ 'supercache' ][ 'expired' ] > 300 || ( $cache_stats[ 'wpcache' ][ 'cached' ] / $divisor ) > 300 || ( $cache_stats[ 'wpcache' ][ 'expired' ] / $divisor) > 300 ) {
2064
  echo "<p><em>" . __( 'Too many cached files, no listing possible.', 'wp-super-cache' ) . "</em></p>";
2065
  } else {
@@ -2093,6 +2253,13 @@ function wp_cache_delete_buttons() {
2093
  echo '<div class="submit" style="float:left;margin-left:10px"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' &raquo;" /></div>';
2094
  wp_nonce_field('wp-cache');
2095
  echo "</form>\n";
 
 
 
 
 
 
 
2096
  }
2097
 
2098
  function delete_cache_dashboard() {
@@ -2140,33 +2307,34 @@ function wpsc_dirsize($directory, $sizes) {
2140
  return $sizes;
2141
  }
2142
 
2143
-
2144
- function wp_cache_clean_cache($file_prefix) {
2145
- global $cache_path, $supercachedir, $blog_cache_dir, $wp_cache_object_cache;
2146
 
2147
  if ( $wp_cache_object_cache && function_exists( "reset_oc_version" ) )
2148
  reset_oc_version();
2149
 
2150
- // If phase2 was compiled, use its function to avoid race-conditions
2151
- if(function_exists('wp_cache_phase2_clean_cache')) {
2152
- if (function_exists ('prune_super_cache')) {
2153
- if( is_dir( $supercachedir ) ) {
2154
- prune_super_cache( $supercachedir, true );
2155
- } elseif( is_dir( $supercachedir . '.disabled' ) ) {
2156
- prune_super_cache( $supercachedir . '.disabled', true );
2157
- }
2158
- prune_super_cache( $cache_path, true );
2159
- $_POST[ 'super_cache_stats' ] = 1; // regenerate super cache stats;
2160
- } elseif ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Warning! prune_super_cache() not found in wp-cache.php', 1 );
2161
- return wp_cache_phase2_clean_cache($file_prefix);
2162
- } elseif ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Warning! wp_cache_phase2_clean_cache() not found in wp-cache.php', 1 );
2163
 
2164
- $expr = "/^$file_prefix/";
2165
- if ( ($handle = @opendir( $blog_cache_dir )) ) {
 
 
 
 
 
 
 
 
2166
  while ( false !== ($file = readdir($handle))) {
2167
- if ( preg_match($expr, $file) ) {
2168
- @unlink( $blog_cache_dir . $file);
2169
- @unlink( $blog_cache_dir . 'meta/' . str_replace( '.html', '.meta', $file ) );
 
 
 
2170
  }
2171
  }
2172
  closedir($handle);
@@ -2241,7 +2409,7 @@ function wpsc_remove_marker( $filename, $marker ) {
2241
  }
2242
 
2243
  function wp_super_cache_footer() {
2244
- ?><p id='supercache'><?php printf( __( '%1$s is Digg proof thanks to caching by %2$s', 'wp-super-cache' ), bloginfo( 'name' ), '<a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>' ); ?></p><?php
2245
  }
2246
  if( isset( $wp_cache_hello_world ) && $wp_cache_hello_world )
2247
  add_action( 'wp_footer', 'wp_super_cache_footer' );
@@ -2424,6 +2592,7 @@ function wpsc_get_htaccess_info() {
2424
  $home_path = get_home_path();
2425
  $home_root = parse_url(get_bloginfo('url'));
2426
  $home_root = isset( $home_root['path'] ) ? trailingslashit( $home_root['path'] ) : '/';
 
2427
  $inst_root = str_replace( '//', '/', '/' . trailingslashit( str_replace( $content_dir_root, '', str_replace( '\\', '/', WP_CONTENT_DIR ) ) ) );
2428
  $wprules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WordPress' ) );
2429
  $wprules = str_replace( "RewriteEngine On\n", '', $wprules );
@@ -2448,16 +2617,28 @@ function wpsc_get_htaccess_info() {
2448
  $rules = "<IfModule mod_rewrite.c>\n";
2449
  $rules .= "RewriteEngine On\n";
2450
  $rules .= "RewriteBase $home_root\n"; // props Chris Messina
2451
- $charset = get_option('blog_charset') == '' ? 'UTF-8' : get_option('blog_charset');
2452
- $rules .= "AddDefaultCharset {$charset}\n";
 
 
 
 
 
2453
  $rules .= "CONDITION_RULES";
2454
  $rules .= "RewriteCond %{HTTP:Accept-Encoding} gzip\n";
2455
- $rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html.gz -f\n";
2456
- $rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html.gz\" [L]\n\n";
 
 
 
 
 
 
2457
 
2458
  $rules .= "CONDITION_RULES";
2459
- $rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html -f\n";
2460
- $rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root}$1/index.html\" [L]\n";
 
2461
  $rules .= "</IfModule>\n";
2462
  $rules = apply_filters( 'supercacherewriterules', $rules );
2463
 
@@ -2467,17 +2648,18 @@ function wpsc_get_htaccess_info() {
2467
  $gziprules .= "<IfModule mod_deflate.c>\n SetEnvIfNoCase Request_URI \.gz$ no-gzip\n</IfModule>\n";
2468
  $gziprules .= "<IfModule mod_headers.c>\n Header set Vary \"Accept-Encoding, Cookie\"\n Header set Cache-Control 'max-age=3, must-revalidate'\n</IfModule>\n";
2469
  $gziprules .= "<IfModule mod_expires.c>\n ExpiresActive On\n ExpiresByType text/html A3\n</IfModule>\n";
2470
- return array( "document_root" => $document_root, "apache_root" => $apache_root, "home_path" => $home_path, "home_root" => $home_root, "inst_root" => $inst_root, "wprules" => $wprules, "scrules" => $scrules, "condition_rules" => $condition_rules, "rules" => $rules, "gziprules" => $gziprules );
2471
  }
2472
 
2473
  function clear_post_supercache( $post_id ) {
2474
  $dir = get_current_url_supercache_dir( $post_id );
2475
- if ( file_exists( $dir . 'index.html' ) ) {
2476
- @unlink( $dir . 'index.html' );
2477
- }
2478
- if ( file_exists( $dir . 'index.html.gz' ) ) {
2479
- @unlink( $dir . 'index.html.gz' );
2480
- }
 
2481
  }
2482
 
2483
  function wp_cron_preload_cache() {
@@ -2500,9 +2682,67 @@ function wp_cron_preload_cache() {
2500
  @fclose( $fp );
2501
 
2502
  $counter = get_option( 'preload_cache_counter' );
 
 
 
 
2503
  $c = $counter[ 'c' ];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2504
  if ( $wp_cache_preload_posts == 'all' || $c <= $wp_cache_preload_posts ) {
2505
- $posts = $wpdb->get_col( "SELECT ID FROM {$wpdb->posts} WHERE (post_type = 'post' OR post_type='page') AND post_status = 'publish' ORDER BY post_date DESC LIMIT $c, 100" );
2506
  } else {
2507
  $posts = false;
2508
  }
@@ -2511,10 +2751,8 @@ function wp_cron_preload_cache() {
2511
 
2512
  update_option( 'preload_cache_counter', array( 'c' => ( $c + 100 ), 't' => time() ) );
2513
  if ( $posts ) {
2514
- if ( $wp_cache_preload_email_me && $c == 0 )
2515
- wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Cache Preload Started', 'wp-super-cache' ), site_url(), '' ), '' );
2516
  if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume == 'many' )
2517
- wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Refreshing posts from %2$d to %3$d', 'wp-super-cache' ), site_url(), $c, ($c+100) ), '' );
2518
  $msg = '';
2519
  $count = $c + 1;
2520
  $permalink_counter_msg = $cache_path . "preload_permalink.txt";
@@ -2532,7 +2770,7 @@ function wp_cron_preload_cache() {
2532
  @unlink( $cache_path . "stop_preload.txt" );
2533
  update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
2534
  if ( $wp_cache_preload_email_me )
2535
- wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Cache Preload Stopped', 'wp-super-cache' ), site_url(), '' ), '' );
2536
  return true;
2537
  }
2538
  $msg .= "$url\n";
@@ -2669,4 +2907,22 @@ function uninstall_supercache( $folderPath ) { // from http://www.php.net/manual
2669
  return false;
2670
  }
2671
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2672
  ?>
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.0
7
  Author: Donncha O Caoimh
8
  Author URI: http://ocaoimh.ie/
9
  */
153
  add_action( 'network_admin_menu', 'wp_cache_network_pages' );
154
 
155
  function wp_cache_manager_error_checks() {
156
+ global $wpmu_version, $wp_cache_debug, $wp_cache_cron_check, $cache_enabled, $super_cache_enabled, $wp_cache_config_file, $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $wp_cache_mobile_browsers, $wp_cache_mobile_enabled, $wp_cache_mod_rewrite, $cache_path;
157
 
158
  if ( !wpsupercache_site_admin() )
159
  return false;
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
  }
251
  // writable, issue a warning only if the permissions aren't 755.
252
  if( is_writeable_ACLSafe( WP_CONTENT_DIR . '/' ) ) {
253
  $wp_content_stat = stat(WP_CONTENT_DIR . '/');
254
+ $wp_content_mode = decoct( $wp_content_stat[ 'mode' ] & 0777 );
255
+ if( substr( $wp_content_mode, -2 ) == '77' ) {
256
  ?><div id="message" class="updated fade"><h3><?php printf( __( 'Warning! %s is writeable!', 'wp-super-cache' ), WP_CONTENT_DIR ); ?></h3>
257
  <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>
258
  <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>
314
  add_filter( 'wp_super_cache_error_checking', 'wp_cache_manager_error_checks' );
315
 
316
  function wp_cache_manager_updates() {
317
+ 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;
318
 
319
  if ( !wpsupercache_site_admin() )
320
  return false;
321
 
322
+ if ( false == isset( $cache_page_secret ) ) {
323
+ $cache_page_secret = md5( date( 'H:i:s' ) . mt_rand() );
324
+ wp_cache_replace_line('^ *\$cache_page_secret', "\$cache_page_secret = '" . $cache_page_secret . "';", $wp_cache_config_file);
325
+ }
326
+
327
+ // Delete cache for a specific page
328
+ if ( isset( $_GET[ 'action' ] ) && $_GET[ 'action' ] == 'delete' && ( isset( $_GET[ '_wpnonce' ] ) ? wp_verify_nonce( $_REQUEST[ '_wpnonce' ], 'delete-cache' ) : false ) ) {
329
+ $path = get_supercache_dir() . preg_replace( '/:.*$/', '', $_GET[ 'path' ] );
330
+ $files = get_all_supercache_filenames( $path );
331
+ foreach( $files as $cache_file )
332
+ prune_super_cache( $path . $cache_file, true );
333
+
334
+ wp_redirect( preg_replace( '/[ <>\'\"\r\n\t\(\)]/', '', $_GET[ 'path' ] ) );
335
+ die();
336
+ }
337
+
338
  $valid_nonce = isset($_REQUEST['_wpnonce']) ? wp_verify_nonce($_REQUEST['_wpnonce'], 'wp-cache') : false;
339
  if ( $valid_nonce == false )
340
  return false;
446
  }
447
  wp_cache_replace_line('^ *\$wp_cache_not_logged_in', "\$wp_cache_not_logged_in = " . $wp_cache_not_logged_in . ";", $wp_cache_config_file);
448
 
449
+ if( isset( $_POST[ 'wp_cache_make_known_anon' ] ) ) {
450
+ if( $wp_cache_make_known_anon == 0 && function_exists( 'prune_super_cache' ) )
451
+ prune_super_cache ($cache_path, true);
452
+ $wp_cache_make_known_anon = 1;
453
+ } else {
454
+ $wp_cache_make_known_anon = 0;
455
+ }
456
+ wp_cache_replace_line('^ *\$wp_cache_make_known_anon', "\$wp_cache_make_known_anon = " . $wp_cache_make_known_anon . ";", $wp_cache_config_file);
457
+
458
  if( $_wp_using_ext_object_cache && isset( $_POST[ 'wp_cache_object_cache' ] ) ) {
459
  if( $wp_cache_object_cache == 0 && function_exists( 'prune_super_cache' ) )
460
  prune_super_cache( $cache_path, true );
500
  function wp_cache_manager() {
501
  global $wp_cache_config_file, $valid_nonce, $supercachedir, $cache_path, $cache_enabled, $cache_compression, $super_cache_enabled, $wp_cache_hello_world;
502
  global $wp_cache_clear_on_post_edit, $cache_rebuild_files, $wp_cache_mutex_disabled, $wp_cache_mobile_enabled, $wp_cache_mobile_browsers;
503
+ global $wp_cache_cron_check, $wp_cache_debug, $wp_cache_not_logged_in, $wp_cache_make_known_anon, $wp_supercache_cache_list, $cache_page_secret, $cache_home_path;
504
  global $wp_super_cache_front_page_check, $wp_cache_object_cache, $_wp_using_ext_object_cache, $wp_cache_refresh_single_only, $wp_cache_mobile_prefixes;
505
  global $wpmu_version, $cache_max_time, $wp_cache_mod_rewrite, $wp_supercache_304, $wp_super_cache_late_init, $wp_cache_front_page_checks;
506
 
602
  } else {
603
  wp_cache_replace_line('^ *\$wp_cache_slash_check', "\$wp_cache_slash_check = 0;", $wp_cache_config_file);
604
  }
605
+ $home_path = parse_url( site_url() );
606
+ $home_path = trailingslashit( $home_path[ 'path' ] );
607
+ if ( "$home_path" != "$wp_cache_home_path" )
608
+ wp_cache_replace_line('^ *\$wp_cache_home_path', "\$wp_cache_home_path = '$home_path';", $wp_cache_config_file);
609
+
610
 
611
  if( $wp_cache_mobile_enabled == 1 ) {
612
  update_cached_mobile_ua_list( $wp_cache_mobile_browsers, $wp_cache_mobile_prefixes, $mobile_groups );
650
  }
651
  $fp = @fopen( $cache_path . "stop_preload.txt", 'w' );
652
  @fclose( $fp );
653
+ echo "<p><strong>" . __( 'Scheduled preloading of cache almost cancelled. It may take up to a minute for it to cancel completely.', 'wp-super-cache' ) . "</strong></p>";
654
  } elseif ( isset( $_POST[ 'custom_preload_interval' ] ) && ( $_POST[ 'custom_preload_interval' ] == 0 || $_POST[ 'custom_preload_interval' ] >= $min_refresh_interval ) ) {
655
  // if preload interval changes than unschedule any preload jobs and schedule any new one.
656
  $_POST[ 'custom_preload_interval' ] = (int)$_POST[ 'custom_preload_interval' ];
827
  <em><?php _e( '304 support is disabled by default because in the past GoDaddy had problems with some of the headers used.', 'wp-super-cache' ); ?></em><br />
828
  <?php } ?>
829
  <label><input type='checkbox' name='wp_cache_not_logged_in' <?php if( $wp_cache_not_logged_in ) echo "checked"; ?> value='1'> <?php _e( 'Don&#8217;t cache pages for <acronym title="Logged in users and those that comment">known users</acronym>.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
830
+ <label><input type='checkbox' name='wp_cache_make_known_anon' <?php if( $wp_cache_make_known_anon ) echo "checked"; ?> value='1'> <?php _e( 'Make known users anonymous so they&#8217;re served supercached static files.', 'wp-super-cache' ); ?></label><br />
831
  <label><input type='checkbox' name='cache_rebuild_files' <?php if( $cache_rebuild_files ) echo "checked"; ?> value='1'> <?php _e( 'Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.', 'wp-super-cache' ); echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?></label><br />
832
+ <label><input type='checkbox' name='wp_cache_hello_world' <?php if( $wp_cache_hello_world ) echo "checked"; ?> value='1'> <?php printf( __( 'Proudly tell the world your server is <a href="%s">Stephen Fry proof</a>! (places a message in your blog&#8217;s footer)', 'wp-super-cache' ), 'https://twitter.com/#!/HibbsLupusTrust/statuses/136429993059291136' ); ?></label><br />
833
  </legend>
834
  </fieldset>
835
  </td>
839
  <td>
840
  <fieldset>
841
  <legend class="hidden">Advanced</legend>
842
+ <label><input type='checkbox' name='wp_cache_mobile_enabled' <?php if( $wp_cache_mobile_enabled ) echo "checked"; ?> value='1'> <?php _e( '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.)', 'wp-super-cache' ); ?></label><br />
843
+ <label><input type='checkbox' name='wp_cache_clear_on_post_edit' <?php if( $wp_cache_clear_on_post_edit ) echo "checked"; ?> value='1'> <?php _e( 'Clear all cache files when a post or page is published or updated.', 'wp-super-cache' ); ?></label><br />
844
  <label><input type='checkbox' name='wp_cache_front_page_checks' <?php if( $wp_cache_front_page_checks ) echo "checked"; ?> value='1'> <?php _e( 'Extra homepage checks. (Very occasionally stops homepage caching)', 'wp-super-cache' ); ?></label><?php echo " <em>(" . __( "Recommended", "wp-super-cache" ) . ")</em>"; ?><br />
845
  <label><input type='checkbox' name='wp_cache_refresh_single_only' <?php if( $wp_cache_refresh_single_only ) echo "checked"; ?> value='1'> <?php _e( 'Only refresh current page when comments made.', 'wp-super-cache' ); ?></label><br />
846
  <label><input type='checkbox' name='wp_supercache_cache_list' <?php if( $wp_supercache_cache_list ) echo "checked"; ?> value='1'> <?php _e( 'List the newest cached pages on this page.', 'wp-super-cache' ); ?></label><br />
851
  <?php if ( $_wp_using_ext_object_cache ) {
852
  ?><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
853
  }?>
854
+ <?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 ); ?>
855
  </legend>
856
  </fieldset>
857
  </td>
923
  // Prime the cache
924
  echo "<p>" . sprintf( __( 'Fetching %s to prime cache: ', 'wp-super-cache' ), $url );
925
  $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
926
+ echo '<span style="color: #0a0; font-weight: bold;">' . __( 'OK', 'wp-super-cache' ) . '</strong></p>';
927
  sleep( 1 );
928
  // Get the first copy
929
  echo "<p>" . sprintf( __( 'Fetching first copy of %s: ', 'wp-super-cache' ), $url );
930
  $page = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
931
+ if ( !is_wp_error( $page ) ) {
932
+ $fp = fopen( $cache_path . "1.html", "w" );
933
+ fwrite( $fp, $page[ 'body' ] );
934
+ fclose( $fp );
935
+ echo '<span style="color: #0a0; font-weight: bold;">' . __( 'OK', 'wp-super-cache' ) . "</span> (<a href='" . WP_CONTENT_URL . "/cache/1.html'>1.html</a>)</p>";
936
+ sleep( 1 );
937
+ } else {
938
+ echo '<span style="color: #a00; font-weight: bold;">' . __( 'FAILED', 'wp-super-cache' ) . "</span></p>";
939
+ }
940
  // Get the second copy
941
  echo "<p>" . sprintf( __( 'Fetching second copy of %s: ', 'wp-super-cache' ), $url );
942
  $page2 = wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
943
+ if ( !is_wp_error( $page2 ) ) {
944
+ $fp = fopen( $cache_path . "2.html", "w" );
945
+ fwrite( $fp, $page2[ 'body' ] );
946
+ fclose( $fp );
947
+ echo '<span style="color: #0a0; font-weight: bold;">' . __( 'OK', 'wp-super-cache' ) . "</span> (<a href='" . WP_CONTENT_URL . "/cache/2.html'>2.html</a>)</p>";
948
+ } else {
949
+ echo '<span style="color: #a00; font-weight: bold;">' . __( 'FAILED', 'wp-super-cache' ) . "</span></p>";
950
+ }
951
 
952
  if ( is_wp_error( $page ) || is_wp_error( $page2 ) || $page[ 'response' ][ 'code' ] != 200 || $page2[ 'response' ][ 'code' ] != 200 ) {
953
+ echo '<p><span style="color: #a00; font-weight: bold;">' . __( 'One or more page requests failed:', 'wp-super-cache' ) . '</span></p>';
954
  $error = false;
955
  if ( is_wp_error( $page ) ) {
956
  $error = $page;
978
  preg_match( '/(Cached page generated by WP-Super-Cache on) ([0-9]*-[0-9]*-[0-9]* [0-9]*:[0-9]*:[0-9]*)/', $page2[ 'body' ], $matches2 ) && $matches1[2] == $matches2[2] ) {
979
  echo '<p>' . sprintf( __( 'Page 1: %s', 'wp-super-cache' ), $matches1[ 2 ] ) . '</p>';
980
  echo '<p>' . sprintf( __( 'Page 2: %s', 'wp-super-cache' ), $matches2[ 2 ] ) . '</p>';
981
+ echo '<p><span style="color: #0a0; font-weight: bold;">' . __( 'The timestamps on both pages match!', 'wp-super-cache' ) . '</span></p>';
982
  } else {
983
  echo '<p><strong>' . __( 'The pages do not match! Timestamps differ or were not found!', 'wp-super-cache' ) . '</strong></p>';
984
+ echo '<p>' . __( 'Things you can do:', 'wp-super-cache' ) . '</p>';
985
+ echo '<ol><li>' . __( 'Load your homepage in a logged out browser, check the timestamp at the end of the html source. Load the page again and compare the timestamp. Caching is working if the timestamps match.', 'wp-super-cache' ) . '</li>';
986
+ echo '<li>' . __( 'Enable logging on the Debug page here. That should help you track down the problem.', 'wp-super-cache' ) . '</li>';
987
+ echo '<li>' . __( 'You should check Page 1 and Page 2 above for errors. Your local server configuration may not allow your website to access itself.', 'wp-super-cache' ) . '</li>';
988
+ echo "</ol>";
989
 
990
  }
991
  }
1001
  echo "<p>" . __( "Cached pages are stored on your server as html and PHP files. If you need to delete them use the button below.", 'wp-super-cache' ) . "</p>";
1002
  echo '<form name="wp_cache_content_delete" action="?page=wpsupercache&tab=contents" method="post">';
1003
  echo '<input type="hidden" name="wp_delete_cache" />';
1004
+ echo '<div class="submit" style="float:left;margin-left:10px"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' &raquo;" /></div>';
1005
  wp_nonce_field('wp-cache');
1006
  echo "</form>\n";
1007
+
1008
+ if ( defined( 'WP_ALLOW_MULTISITE' ) && wpsupercache_site_admin() ) {
1009
+ echo '<form name="wp_cache_content_delete" action="#listfiles" method="post">';
1010
+ echo '<input type="hidden" name="wp_delete_all_cache" />';
1011
+ echo '<div class="submit" style="float:left;margin-left:10px"><input id="deleteallpost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache On All Blogs', 'wp-super-cache' ) . ' &raquo;" />';
1012
+ wp_nonce_field('wp-cache');
1013
+ echo "</form><br />\n";
1014
+ }
1015
  ?>
1016
  <h3><?php _e( 'Recommended Links and Plugins', 'wp-super-cache' ); ?></h3>
1017
  <p><?php _e( 'Caching is only one part of making a website faster. Here are some other plugins that will help:', 'wp-super-cache' ); ?></p>
1199
  if ( $rules != $scrules ) {
1200
  ?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><?php _e( '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.', 'wp-super-cache' ); ?></p><?php
1201
  }
1202
+ ?><a href="javascript:toggleLayer('rewriterules');" class="button"><?php _e( 'View Mod_Rewrite Rules', 'wp-super-cache' ); ?></a><?php
1203
+ wpsc_update_htaccess_form();
1204
+ echo "<div id='rewriterules' style='display: none;'>";
1205
+ if ( $rules != $scrules )
1206
+ echo '<div style="background: #fff; border: 1px solid #333; margin: 2px;">' . wp_text_diff( $scrules, $rules, array( 'title' => 'Rewrite Rules', 'title_left' => 'Current Rules', 'title_right' => 'New Rules' ) ) . "</div>";
1207
+ echo "<p><pre># BEGIN WPSuperCache\n" . esc_html( $rules ) . "# END WPSuperCache</pre></p>\n";
1208
  echo "<p>" . sprintf( __( 'Rules must be added to %s too:', 'wp-super-cache' ), WP_CONTENT_DIR . "/cache/.htaccess" ) . "</p>";
1209
+ echo "<pre># BEGIN supercache\n" . esc_html( $gziprules ) . "# END supercache</pre></p>";
1210
+ echo '</div>';
 
1211
  }
1212
  // http://allmybrain.com/2007/11/08/making-wp-super-cache-gzip-compression-work/
1213
  if( !is_file( $cache_path . '.htaccess' ) ) {
1347
  $readonly = 'READONLY';
1348
  ?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><strong><?php _e( 'Warning!', 'wp-super-cache' ); ?></strong> <?php printf( __( 'You must make %s writable to enable this feature. As this is a security risk please make it readonly after your page is generated.', 'wp-super-cache' ), ABSPATH ); ?></p><?php
1349
  } else {
1350
+ $abspath_stat = stat(ABSPATH . '/');
1351
+ $abspath_mode = decoct( $abspath_stat[ 'mode' ] & 0777 );
1352
+ if ( substr( $abspath_mode, -2 ) == '77' ) {
1353
+ ?><p style='padding:0 8px;color:#9f6000;background-color:#feefb3;border:1px solid #9f6000;'><strong><?php _e( 'Warning!', 'wp-super-cache' ); ?></strong> <?php printf( __( '%s is writable. Please make it readonly after your page is generated as this is a security risk.', 'wp-super-cache' ), ABSPATH ); ?></p><?php
1354
+ }
1355
  }
1356
  echo '<form name="direct_page" action="#direct" method="post">';
1357
  if( is_array( $cached_direct_pages ) ) {
1406
  }
1407
 
1408
  function wp_cache_edit_max_time () {
1409
+ global $cache_max_time, $wp_cache_config_file, $valid_nonce, $cache_enabled, $super_cache_enabled, $cache_schedule_type, $cache_scheduled_time, $cache_schedule_interval, $cache_time_interval, $cache_gc_email_me, $wp_cache_preload_on;
1410
+
1411
+
1412
+ if( !isset( $cache_schedule_type ) ) {
1413
+ $cache_schedule_type = 'interval';
1414
+ wp_cache_replace_line('^ *\$cache_schedule_type', "\$cache_schedule_type = '$cache_schedule_type';", $wp_cache_config_file);
1415
+ }
1416
+
1417
+ if( !isset( $cache_scheduled_time ) ) {
1418
+ $cache_scheduled_time = '00:00';
1419
+ wp_cache_replace_line('^ *\$cache_scheduled_time', "\$cache_scheduled_time = '$cache_scheduled_time';", $wp_cache_config_file);
1420
+ }
1421
 
1422
+ if( !isset( $cache_max_time ) ) {
1423
  $cache_max_time = 3600;
1424
+ wp_cache_replace_line('^ *\$cache_max_time', "\$cache_max_time = $cache_max_time;", $wp_cache_config_file);
1425
+ }
1426
 
1427
+ if ( !isset( $cache_time_interval ) ) {
1428
+ $cache_time_interval = $cache_max_time;
1429
+ wp_cache_replace_line('^ *\$cache_time_interval', "\$cache_time_interval = '$cache_time_interval';", $wp_cache_config_file);
1430
+ }
1431
+
1432
+ if ( isset( $_POST['wp_max_time'] ) && $valid_nonce ) {
1433
+ $cache_max_time = (int)$_POST['wp_max_time'];
1434
  wp_cache_replace_line('^ *\$cache_max_time', "\$cache_max_time = $cache_max_time;", $wp_cache_config_file);
1435
  }
1436
+
1437
+ if ( isset( $_POST[ 'cache_gc_email_me' ] ) && $valid_nonce ) {
1438
+ $cache_gc_email_me = 1;
1439
+ wp_cache_replace_line('^ *\$cache_gc_email_me', "\$cache_gc_email_me = $cache_gc_email_me;", $wp_cache_config_file);
1440
+ } elseif ( $valid_nonce ) {
1441
+ $cache_gc_email_me = 0;
1442
+ wp_cache_replace_line('^ *\$cache_gc_email_me', "\$cache_gc_email_me = $cache_gc_email_me;", $wp_cache_config_file);
1443
+ }
1444
+ if ( $_POST[ 'cache_schedule_type' ] == 'interval' && isset( $_POST['cache_time_interval'] ) && $valid_nonce ) {
1445
+ wp_clear_scheduled_hook( 'wp_cache_gc' );
1446
+ $cache_schedule_type = 'interval';
1447
+ if ( (int)$_POST[ 'cache_time_interval' ] == 0 )
1448
+ $_POST[ 'cache_time_interval' ] = 600;
1449
+ $cache_time_interval = (int)$_POST[ 'cache_time_interval' ];
1450
+ wp_schedule_single_event( time() + $cache_time_interval, 'wp_cache_gc' );
1451
+ wp_cache_replace_line('^ *\$cache_schedule_type', "\$cache_schedule_type = '$cache_schedule_type';", $wp_cache_config_file);
1452
+ wp_cache_replace_line('^ *\$cache_time_interval', "\$cache_time_interval = '$cache_time_interval';", $wp_cache_config_file);
1453
+ } elseif ( $valid_nonce ) {
1454
+ wp_clear_scheduled_hook( 'wp_cache_gc' );
1455
+ $cache_schedule_type = 'time';
1456
+ if ( $_POST[ 'cache_scheduled_time' ] == '' )
1457
+ $_POST[ 'cache_scheduled_time' ] = '00:00';
1458
+ $cache_scheduled_time = $_POST[ 'cache_scheduled_time' ];
1459
+ $cache_schedule_interval = (int)$_POST[ 'cache_schedule_interval' ];
1460
+ wp_schedule_single_event( strtotime( $cache_scheduled_time ), 'wp_cache_gc' );
1461
+ wp_cache_replace_line('^ *\$cache_schedule_type', "\$cache_schedule_type = '$cache_schedule_type';", $wp_cache_config_file);
1462
+ wp_cache_replace_line('^ *\$cache_schedule_interval', "\$cache_schedule_interval = '{$cache_schedule_interval}';", $wp_cache_config_file);
1463
+ wp_cache_replace_line('^ *\$cache_scheduled_time', "\$cache_scheduled_time = '$cache_scheduled_time';", $wp_cache_config_file);
1464
+ wp_schedule_event( strtotime( $cache_scheduled_time ), $cache_schedule_interval, 'wp_cache_gc' );
1465
+ }
1466
  ?><fieldset class="options">
1467
  <a name='expirytime'></a>
1468
  <h3><?php _e( 'Expiry Time &amp; Garbage Collection', 'wp-super-cache' ); ?></h3><?php
1469
+ $next_gc = wp_next_scheduled( 'wp_cache_gc' );
1470
+ echo "<p>" . sprintf( __( 'Current server time is: %s', 'wp-super-cache' ), "<strong>" . date( 'Y-m-d H:i:s', time() ) . "</strong>" ) . "</p>";
1471
+ if ( $next_gc )
1472
+ echo "<p>" . sprintf( __( 'Next scheduled garbage collection will be at (YY-MM-DD H:M:S): %s', 'wp-super-cache' ), "<strong>" . date( 'Y-m-d H:i:s', $next_gc ) . "</strong>" ) . "</p>";
1473
+
1474
+ if ( $wp_cache_preload_on )
1475
+ echo "<p>" . __( 'Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not be deleted regardless of age.' ) . "</p>";
1476
+
1477
+ echo "<script type='text/javascript'>";
1478
+ echo "jQuery(function () {
1479
+ jQuery('#cache_interval_time').click(function () {
1480
+ jQuery('#schedule_interval').attr('checked', true);
1481
+ });
1482
+ jQuery('#cache_scheduled_time').click(function () {
1483
+ jQuery('#schedule_time').attr('checked', true);
1484
+ });
1485
+ jQuery('#cache_scheduled_select').click(function () {
1486
+ jQuery('#schedule_time').attr('checked', true);
1487
+ });
1488
+ });";
1489
+ echo "</script>";
1490
  echo '<form name="wp_edit_max_time" action="#expirytime" method="post">';
1491
+ echo '<table class="form-table">';
1492
+ echo '<tr><td><label for="wp_max_time"><strong>' . __( 'Cache Timeout', 'wp-super-cache' ) . '</strong></label></td>';
1493
+ echo "<td><input type='text' id='wp_max_time' size=6 name='wp_max_time' value='$cache_max_time' /> " . __( "seconds", 'wp-super-cache' ) . "</td></tr>\n";
1494
+ echo "<tr><td></td><td>" . __( 'How long should cached pages remain fresh? Set to 0 to disable garbage collection. A good starting point is 3600 seconds.', 'wp-super-cache' ) . "</td></tr>\n";
1495
+ echo '<tr><td valign="top"><strong>' . __( 'Scheduler', 'wp-super-cache' ) . '</strong></td><td><table cellpadding=0 cellspacing=0><tr><td valign="top"><input type="radio" id="schedule_interval" name="cache_schedule_type" value="interval" ' . checked( 'interval', $cache_schedule_type, false ) . ' /></td><td valign="top"><label for="cache_interval_time">' . __( 'Timer:', 'wp-super-cache' ) . '</label></td>';
1496
+ echo "<td><input type='text' id='cache_interval_time' size=6 name='cache_time_interval' value='$cache_time_interval' /> " . __( "seconds", 'wp-super-cache' ) . '<br />' . __( 'Check for stale cached files every <em>interval</em> seconds.', 'wp-super-cache' ) . "</td></tr>";
1497
+ echo '<tr><td valign="top"><input type="radio" id="schedule_time" name="cache_schedule_type" value="time" ' . checked( 'time', $cache_schedule_type, false ) . ' /></td><td valign="top"><label for="schedule_time">' . __( 'Clock:', 'wp-super-cache' ) . '</label></td>';
1498
+ echo "<td><input type=\"text\" size=5 id='cache_scheduled_time' name='cache_scheduled_time' value=\"$cache_scheduled_time\" /> " . __( "HH:MM", 'wp-super-cache' ) . "<br />" . __( 'Check for stale cached files at this time or starting at this time every <em>interval</em> below.', 'wp-super-cache' ) . "</td></tr>";
1499
+ $schedules = wp_get_schedules();
1500
+ echo "<tr><td><br /></td><td><label for='cache_scheduled_select'>" . __( 'Interval:', 'wp-super-cache' ) . "</label></td><td><select id='cache_scheduled_select' name='cache_schedule_interval' size=1>";
1501
+ foreach( $schedules as $desc => $details ) {
1502
+ echo "<option name='$desc' " . selected( $desc, $cache_schedule_interval, false ) . " /> $desc</option>";
1503
+ }
1504
+ echo "</select></td></tr>";
1505
+ echo '</table></td></tr>';
1506
+ echo '<tr><td><label for="cache_gc_email_me"><strong>' . __( 'Notification Emails', 'wp-super-cache' ) . '</strong></label></td>';
1507
+ echo "<td><input type='checkbox' id='cache_gc_email_me' name='cache_gc_email_me' " . checked( $cache_gc_email_me, 1, false ) . " /> </td></tr>\n";
1508
+ echo "</table>\n";
1509
+ echo "<h4>" . __( 'Garbage Collection', 'wp-super-cache' ) . "</h4>";
1510
+ echo "<ol><li>" . __( '<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>.', 'wp-super-cache' ) . "</li>\n";
1511
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1512
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1513
+ echo "<li>" . __( 'Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the garbage collector should run.', 'wp-super-cache' ) . "</li>\n";
1514
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1515
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1516
+ echo "</ol>";
1517
+ echo "<p>" . __( '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.', 'wp-super-cache' ) . "</p>\n";
1518
+ echo "<ol>";
1519
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1520
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1521
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1522
+ echo "<li>" . __( '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.', 'wp-super-cache' ) . "</li>\n";
1523
+ echo "</ol>";
1524
+ echo "<p>" . __( '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.', 'wp-super-cache' ) . "</p>";
1525
  echo "<p>" . __( 'Set the expiry time to 0 seconds to disable garbage collection.', 'wp-super-cache' ) . "</p>";
1526
  echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Change Expiration', 'wp-super-cache' ) . ' &raquo;" /></div>';
1527
  wp_nonce_field('wp-cache');
1585
  global $wp_cache_config_file, $valid_nonce, $wp_cache_pages;
1586
 
1587
  if ( isset( $_POST[ 'wp_edit_rejected_pages' ] ) && $valid_nonce ) {
1588
+ $pages = array( 'single', 'pages', 'archives', 'tag', 'frontpage', 'home', 'category', 'feed', 'author', 'search' );
1589
  foreach( $pages as $page ) {
1590
  if ( isset( $_POST[ 'wp_cache_pages' ][ $page ] ) ) {
1591
  $value = 1;
1610
  echo '&nbsp;&nbsp;<label><input type="checkbox" value="1" name="wp_cache_pages[category]" ' . checked( 1, $wp_cache_pages[ 'category' ], false ) . ' /> ' . __( 'Category', 'wp-super-cache' ) . ' (is_category)</label><br />';
1611
  echo '<label><input type="checkbox" value="1" name="wp_cache_pages[feed]" ' . checked( 1, $wp_cache_pages[ 'feed' ], false ) . ' /> ' . __( 'Feeds', 'wp-super-cache' ) . ' (is_feed)</label><br />';
1612
  echo '<label><input type="checkbox" value="1" name="wp_cache_pages[search]" ' . checked( 1, $wp_cache_pages[ 'search' ], false ) . ' /> ' . __( 'Search Pages', 'wp-super-cache' ) . ' (is_search)</label><br />';
1613
+ echo '<label><input type="checkbox" value="1" name="wp_cache_pages[author]" ' . checked( 1, $wp_cache_pages[ 'author' ], false ) . ' /> ' . __( 'Author Pages', 'wp-super-cache' ) . ' (is_author)</label><br />';
1614
 
1615
  echo '<div class="submit"><input type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Save' ) . ' &raquo;" /></div>';
1616
  wp_nonce_field('wp-cache');
2002
  wp_cache_clean_cache($file_prefix);
2003
  $_GET[ 'action' ] = 'regenerate_cache_stats';
2004
  }
2005
+ if ( isset( $_REQUEST[ 'wp_delete_all_cache' ] ) ) {
2006
+ wp_cache_clean_cache( $file_prefix, true );
2007
+ $_GET[ 'action' ] = 'regenerate_cache_stats';
2008
+ }
2009
  if(isset($_REQUEST['wp_delete_expired'])) {
2010
  wp_cache_clean_expired($file_prefix);
2011
  $_GET[ 'action' ] = 'regenerate_cache_stats';
2022
  }
2023
 
2024
  $cache_stats = get_option( 'supercache_stats' );
2025
+ if ( !is_array( $cache_stats ) || ( isset( $_GET[ 'listfiles' ] ) ) || ( $valid_nonce && array_key_exists('action', $_GET) && $_GET[ 'action' ] == 'regenerate_cache_stats' ) ) {
2026
  $list_files = false; // it doesn't list supercached files, and removing single pages is buggy
2027
  $count = 0;
2028
  $expired = 0;
2153
  $age = 0;
2154
  echo "<li>" . sprintf( __( '%s Expired Pages', 'wp-super-cache' ), intval( $cache_stats[ 'supercache' ][ 'expired' ] / $divisor ) ) . "</li></ul>";
2155
  if ( $valid_nonce && array_key_exists('listfiles', $_GET) && $_GET[ 'listfiles' ] ) {
2156
+ echo "<div style='padding: 10px; border: 1px solid #333; height: 400px; width: 90%; overflow: auto'>";
2157
  if ( is_array( $cached_list ) && !empty( $cached_list ) ) {
2158
  echo "<h4>" . __( 'Fresh WP-Cached Files', 'wp-super-cache' ) . "</h4>";
2159
  echo "<table class='widefat'><tr><th>#</th><th>" . __( 'URI', 'wp-super-cache' ) . "</th><th>" . __( 'Key', 'wp-super-cache' ) . "</th><th>" . __( 'Age', 'wp-super-cache' ) . "</th><th>" . __( 'Delete', 'wp-super-cache' ) . "</th></tr>";
2219
  echo "</table>";
2220
  }
2221
  echo "</div>";
2222
+ echo "<p><a href='?page=wpsupercache&tab=contents#top'>" . __( 'Hide file list', 'wp-super-cache' ) . "</a></p>";
2223
  } elseif ( $cache_stats[ 'supercache' ][ 'cached' ] > 300 || $cache_stats[ 'supercache' ][ 'expired' ] > 300 || ( $cache_stats[ 'wpcache' ][ 'cached' ] / $divisor ) > 300 || ( $cache_stats[ 'wpcache' ][ 'expired' ] / $divisor) > 300 ) {
2224
  echo "<p><em>" . __( 'Too many cached files, no listing possible.', 'wp-super-cache' ) . "</em></p>";
2225
  } else {
2253
  echo '<div class="submit" style="float:left;margin-left:10px"><input id="deletepost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache', 'wp-super-cache' ) . ' &raquo;" /></div>';
2254
  wp_nonce_field('wp-cache');
2255
  echo "</form>\n";
2256
+ if ( defined( 'WP_ALLOW_MULTISITE' ) && wpsupercache_site_admin() ) {
2257
+ echo '<form name="wp_cache_content_delete" action="#listfiles" method="post">';
2258
+ echo '<input type="hidden" name="wp_delete_all_cache" />';
2259
+ echo '<div class="submit" style="float:left;margin-left:10px"><input id="deleteallpost" type="submit" ' . SUBMITDISABLED . 'value="' . __( 'Delete Cache On All Blogs', 'wp-super-cache' ) . ' &raquo;" />';
2260
+ wp_nonce_field('wp-cache');
2261
+ echo "</form>\n";
2262
+ }
2263
  }
2264
 
2265
  function delete_cache_dashboard() {
2307
  return $sizes;
2308
  }
2309
 
2310
+ function wp_cache_clean_cache( $file_prefix, $all = false ) {
2311
+ global $wpdb, $cache_path, $supercachedir, $blog_cache_dir, $wp_cache_object_cache;
 
2312
 
2313
  if ( $wp_cache_object_cache && function_exists( "reset_oc_version" ) )
2314
  reset_oc_version();
2315
 
2316
+ if ( $all == true && wpsupercache_site_admin() && function_exists( 'prune_super_cache' ) ) {
2317
+ prune_super_cache( $cache_path, true );
2318
+ return true;
2319
+ }
 
 
 
 
 
 
 
 
 
2320
 
2321
+ if (function_exists ('prune_super_cache')) {
2322
+ if( is_dir( $supercachedir ) ) {
2323
+ prune_super_cache( $supercachedir, true );
2324
+ } elseif( is_dir( $supercachedir . '.disabled' ) ) {
2325
+ prune_super_cache( $supercachedir . '.disabled', true );
2326
+ }
2327
+ $_POST[ 'super_cache_stats' ] = 1; // regenerate super cache stats;
2328
+ } elseif ( isset( $GLOBALS[ 'wp_super_cache_debug' ] ) && $GLOBALS[ 'wp_super_cache_debug' ] ) wp_cache_debug( 'Warning! prune_super_cache() not found in wp-cache.php', 1 );
2329
+
2330
+ if ( $handle = @opendir( $blog_cache_dir . 'meta/' ) ) {
2331
  while ( false !== ($file = readdir($handle))) {
2332
+ if ( preg_match( "/^$file_prefix/", $file ) ) {
2333
+ $meta = unserialize( file_get_contents( $blog_cache_dir . 'meta/' . $file ) );
2334
+ if ( $meta[ 'blog_id' ] == $wpdb->blogid ) {
2335
+ @unlink( $blog_cache_dir . 'meta/' . $file);
2336
+ @unlink( $blog_cache_dir . str_replace( '.meta', '.html', $file ) );
2337
+ }
2338
  }
2339
  }
2340
  closedir($handle);
2409
  }
2410
 
2411
  function wp_super_cache_footer() {
2412
+ ?><p id='supercache'><?php printf( __( '%1$s is Stephen Fry proof thanks to caching by %2$s', 'wp-super-cache' ), bloginfo( 'name' ), '<a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a>' ); ?></p><?php
2413
  }
2414
  if( isset( $wp_cache_hello_world ) && $wp_cache_hello_world )
2415
  add_action( 'wp_footer', 'wp_super_cache_footer' );
2592
  $home_path = get_home_path();
2593
  $home_root = parse_url(get_bloginfo('url'));
2594
  $home_root = isset( $home_root['path'] ) ? trailingslashit( $home_root['path'] ) : '/';
2595
+ $home_root_lc = str_replace( '//', '/', strtolower( $home_root ) );
2596
  $inst_root = str_replace( '//', '/', '/' . trailingslashit( str_replace( $content_dir_root, '', str_replace( '\\', '/', WP_CONTENT_DIR ) ) ) );
2597
  $wprules = implode( "\n", extract_from_markers( $home_path.'.htaccess', 'WordPress' ) );
2598
  $wprules = str_replace( "RewriteEngine On\n", '', $wprules );
2617
  $rules = "<IfModule mod_rewrite.c>\n";
2618
  $rules .= "RewriteEngine On\n";
2619
  $rules .= "RewriteBase $home_root\n"; // props Chris Messina
2620
+ $rules .= "#If you serve pages from behind a proxy you may want to change 'RewriteCond %{HTTPS} on' to something more sensible\n";
2621
+ $rules .= "CONDITION_RULES";
2622
+ $rules .= "RewriteCond %{HTTP:Accept-Encoding} gzip\n";
2623
+ $rules .= "RewriteCond %{HTTPS} on\n";
2624
+ $rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index-https.html.gz -f\n";
2625
+ $rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index-https.html.gz\" [L]\n\n";
2626
+
2627
  $rules .= "CONDITION_RULES";
2628
  $rules .= "RewriteCond %{HTTP:Accept-Encoding} gzip\n";
2629
+ $rules .= "RewriteCond %{HTTPS} !on\n";
2630
+ $rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index.html.gz -f\n";
2631
+ $rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index.html.gz\" [L]\n\n";
2632
+
2633
+ $rules .= "CONDITION_RULES";
2634
+ $rules .= "RewriteCond %{HTTPS} on\n";
2635
+ $rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index-https.html -f\n";
2636
+ $rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index-https.html\" [L]\n\n";
2637
 
2638
  $rules .= "CONDITION_RULES";
2639
+ $rules .= "RewriteCond %{HTTPS} !on\n";
2640
+ $rules .= "RewriteCond {$apache_root}{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index.html -f\n";
2641
+ $rules .= "RewriteRule ^(.*) \"{$inst_root}cache/supercache/%{HTTP_HOST}{$home_root_lc}$1/index.html\" [L]\n";
2642
  $rules .= "</IfModule>\n";
2643
  $rules = apply_filters( 'supercacherewriterules', $rules );
2644
 
2648
  $gziprules .= "<IfModule mod_deflate.c>\n SetEnvIfNoCase Request_URI \.gz$ no-gzip\n</IfModule>\n";
2649
  $gziprules .= "<IfModule mod_headers.c>\n Header set Vary \"Accept-Encoding, Cookie\"\n Header set Cache-Control 'max-age=3, must-revalidate'\n</IfModule>\n";
2650
  $gziprules .= "<IfModule mod_expires.c>\n ExpiresActive On\n ExpiresByType text/html A3\n</IfModule>\n";
2651
+ return array( "document_root" => $document_root, "apache_root" => $apache_root, "home_path" => $home_path, "home_root" => $home_root, "home_root_lc" => $home_root_lc, "inst_root" => $inst_root, "wprules" => $wprules, "scrules" => $scrules, "condition_rules" => $condition_rules, "rules" => $rules, "gziprules" => $gziprules );
2652
  }
2653
 
2654
  function clear_post_supercache( $post_id ) {
2655
  $dir = get_current_url_supercache_dir( $post_id );
2656
+ if ( false == @is_dir( $dir ) )
2657
+ return false;
2658
+
2659
+ if ( !function_exists( 'prune_super_cache' ) )
2660
+ include_once( 'wp-cache-phase2.php' );
2661
+
2662
+ prune_super_cache( $dir, true);
2663
  }
2664
 
2665
  function wp_cron_preload_cache() {
2682
  @fclose( $fp );
2683
 
2684
  $counter = get_option( 'preload_cache_counter' );
2685
+ if ( is_array( $counter ) == false ) {
2686
+ $counter = array( 'c' => 0, 't' => time() );
2687
+ update_option( 'preload_cache_counter', $counter );
2688
+ }
2689
  $c = $counter[ 'c' ];
2690
+
2691
+ if ( $wp_cache_preload_email_me && $c == 0 )
2692
+ wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Cache Preload Started', 'wp-super-cache' ), site_url(), '' ), ' ' );
2693
+
2694
+ $taxonomies = apply_filters( 'wp_cache_preload_taxonomies', array( 'post_tag' => 'tag', 'category' => 'category' ) );
2695
+ $finished = false;
2696
+ $permalink_counter_msg = $cache_path . "preload_permalink.txt";
2697
+ foreach( $taxonomies as $taxonomy => $path ) {
2698
+ $taxonomy_filename = $cache_path . "taxonomy_" . $taxonomy . ".txt";
2699
+ if ( $c == 0 )
2700
+ @unlink( $taxonomy_filename );
2701
+
2702
+ if ( false == @file_exists( $taxonomy_filename ) ) {
2703
+ $out = '';
2704
+ $records = get_terms( $taxonomy );
2705
+ foreach( $records as $term ) {
2706
+ $out .= site_url( $path . "/" . $term->slug . "/" ) . "\n";
2707
+ }
2708
+ $fp = fopen( $taxonomy_filename, 'w' );
2709
+ if ( $fp ) {
2710
+ fwrite( $fp, $out );
2711
+ fclose( $fp );
2712
+ }
2713
+ $details = explode( "\n", $out );
2714
+ } else {
2715
+ $details = explode( "\n", file_get_contents( $taxonomy_filename ) );
2716
+ }
2717
+ if ( count( $details ) != 1 && $details[ 0 ] != '' ) {
2718
+ $rows = array_splice( $details, 0, 50 );
2719
+ if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume == 'many' )
2720
+ wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d', 'wp-super-cache' ), site_url(), $taxonomy, $c, ($c+100) ), 'Refreshing: ' . print_r( $rows, 1 ) );
2721
+ foreach( (array)$rows as $url ) {
2722
+ set_time_limit( 60 );
2723
+ if ( $url == '' )
2724
+ continue;
2725
+ $url_info = parse_url( $url );
2726
+ $dir = get_supercache_dir() . $url_info[ 'path' ];
2727
+ prune_super_cache( $dir );
2728
+ $fp = @fopen( $permalink_counter_msg, 'w' );
2729
+ if ( $fp ) {
2730
+ @fwrite( $fp, "$taxonomy: $url" );
2731
+ @fclose( $fp );
2732
+ }
2733
+ wp_remote_get( $url, array('timeout' => 60, 'blocking' => true ) );
2734
+ sleep( 1 );
2735
+ }
2736
+ $fp = fopen( $taxonomy_filename, 'w' );
2737
+ if ( $fp ) {
2738
+ fwrite( $fp, implode( "\n", $details ) );
2739
+ fclose( $fp );
2740
+ }
2741
+ }
2742
+ }
2743
+
2744
  if ( $wp_cache_preload_posts == 'all' || $c <= $wp_cache_preload_posts ) {
2745
+ $posts = $wpdb->get_col( "SELECT ID FROM {$wpdb->posts} WHERE ( post_type != 'revision' AND post_type != 'nav_menu_item' ) AND post_status = 'publish' ORDER BY post_date DESC LIMIT $c, 100" );
2746
  } else {
2747
  $posts = false;
2748
  }
2751
 
2752
  update_option( 'preload_cache_counter', array( 'c' => ( $c + 100 ), 't' => time() ) );
2753
  if ( $posts ) {
 
 
2754
  if ( $wp_cache_preload_email_me && $wp_cache_preload_email_volume == 'many' )
2755
+ wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Refreshing posts from %2$d to %3$d', 'wp-super-cache' ), site_url(), $c, ($c+100) ), ' ' );
2756
  $msg = '';
2757
  $count = $c + 1;
2758
  $permalink_counter_msg = $cache_path . "preload_permalink.txt";
2770
  @unlink( $cache_path . "stop_preload.txt" );
2771
  update_option( 'preload_cache_counter', array( 'c' => 0, 't' => time() ) );
2772
  if ( $wp_cache_preload_email_me )
2773
+ wp_mail( get_option( 'admin_email' ), sprintf( __( '[%1$s] Cache Preload Stopped', 'wp-super-cache' ), site_url(), '' ), ' ' );
2774
  return true;
2775
  }
2776
  $msg .= "$url\n";
2907
  return false;
2908
  }
2909
  }
2910
+
2911
+ function supercache_admin_bar_render() {
2912
+ global $wp_admin_bar, $wp_cache_not_logged_in;
2913
+ if ( !is_user_logged_in() && !$wp_cache_not_logged_in )
2914
+ return false;
2915
+
2916
+ if ( !wpsupercache_site_admin() )
2917
+ return false;
2918
+
2919
+ $wp_admin_bar->add_menu( array(
2920
+ 'parent' => '',
2921
+ 'id' => 'delete-cache',
2922
+ 'title' => __( 'Delete Cache', 'wp-super-cache' ),
2923
+ 'href' => wp_nonce_url( admin_url( 'options-general.php?page=wpsupercache&action=delete&path=' . urlencode( $_SERVER[ 'REQUEST_URI' ] ) ), 'delete-cache' )
2924
+ ) );
2925
+ }
2926
+ add_action( 'wp_before_admin_bar_render', 'supercache_admin_bar_render' );
2927
+
2928
  ?>
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: 2011-02-28 22:08:12+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -12,100 +12,6 @@ msgstr ""
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
15
- #: ossdl-cdn.php:146
16
- msgid ""
17
- "Your website probably uses lots of static files. Image, Javascript and CSS "
18
- "files are usually static files that could just as easily be served from "
19
- "another site or CDN. Therefore this plugin replaces any links in the "
20
- "<code>wp-content</code> and <code>wp-includes</code> directories (except for "
21
- "PHP files) on your site with the URL you provide below. That way you can "
22
- "either copy all the static content to a dedicated host or mirror the files "
23
- "to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How"
24
- "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
25
- msgstr ""
26
-
27
- #: ossdl-cdn.php:147 wp-cache.php:968
28
- msgid ""
29
- "The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to "
30
- "Amazon S3/Cloudfront if you would rather not depend on origin pull. See the "
31
- "<a href=\"%2$s\">plugin support forum</a> if you have any queries about this "
32
- "plugin."
33
- msgstr ""
34
-
35
- #: ossdl-cdn.php:148
36
- msgid ""
37
- "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %"
38
- "s to ensure your CDN service is fully working before saving changes."
39
- msgstr ""
40
-
41
- #: ossdl-cdn.php:149
42
- msgid "You can define different CDN URLs for each site on a multsite network."
43
- msgstr ""
44
-
45
- #: ossdl-cdn.php:157
46
- msgid "Enable CDN Support"
47
- msgstr ""
48
-
49
- #: ossdl-cdn.php:160
50
- msgid "Off-site URL"
51
- msgstr ""
52
-
53
- #: ossdl-cdn.php:163
54
- msgid ""
55
- "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</"
56
- "code> please.<br />Example: <code>%2$s</code>."
57
- msgstr ""
58
-
59
- #: ossdl-cdn.php:167
60
- msgid "Include directories"
61
- msgstr ""
62
-
63
- #: ossdl-cdn.php:170
64
- msgid ""
65
- "Directories to include in static file matching. Use a comma as the "
66
- "delimiter. Default is <code>wp-content, wp-includes</code>, which will be "
67
- "enforced if this field is left empty."
68
- msgstr ""
69
-
70
- #: ossdl-cdn.php:174
71
- msgid "Exclude if substring"
72
- msgstr ""
73
-
74
- #: ossdl-cdn.php:177
75
- msgid ""
76
- "Excludes something from being rewritten if one of the above strings is found "
77
- "in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</"
78
- "code>, and always include <code>.php</code> (default)."
79
- msgstr ""
80
-
81
- #: ossdl-cdn.php:181
82
- msgid "Additional CNAMES"
83
- msgstr ""
84
-
85
- #: ossdl-cdn.php:184
86
- msgid ""
87
- "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will "
88
- "be used in place of %1$s for rewriting (in addition to the off-site URL "
89
- "above). Use a comma as the delimiter. For pages with a large number of "
90
- "static files, this can improve browser performance. CNAMEs may also need to "
91
- "be configured on your CDN.<br />Example: %2$s"
92
- msgstr ""
93
-
94
- #: ossdl-cdn.php:188
95
- msgid "Skip https URLs to avoid \"mixed content\" errors"
96
- msgstr ""
97
-
98
- #: ossdl-cdn.php:192
99
- msgid "Save Changes"
100
- msgstr ""
101
-
102
- #: ossdl-cdn.php:194
103
- msgid ""
104
- "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
105
- "ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
106
- "ossdl.de/\">Mark Kubacki</a>"
107
- msgstr ""
108
-
109
  #: wp-cache.php:99
110
  msgid ""
111
  "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
@@ -334,54 +240,60 @@ msgid ""
334
  "pages or out of date content however."
335
  msgstr ""
336
 
337
- #: wp-cache.php:459
338
  msgid ""
339
  "<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
340
  "output_compression</code> is enabled. See #21 in the Troubleshooting section "
341
  "of the readme file."
342
  msgstr ""
343
 
344
- #: wp-cache.php:550
345
  msgid "WP Super Cache Settings"
346
  msgstr ""
347
 
348
- #: wp-cache.php:561
349
  msgid ""
350
  "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
351
  "Settings Page by default."
352
  msgstr ""
353
 
354
- #: wp-cache.php:572
355
  msgid ""
356
  "Configuration file changed, some values might be wrong. Load the page again "
357
  "from the \"Settings\" menu to reset them."
358
  msgstr ""
359
 
360
- #: wp-cache.php:597
361
  msgid "Caching must be enabled to use this feature"
362
  msgstr ""
363
 
364
- #: wp-cache.php:615 wp-cache.php:746
365
  msgid "Cancel Cache Preload"
366
  msgstr ""
367
 
368
- #: wp-cache.php:623 wp-cache.php:634
 
 
 
 
 
 
369
  msgid "Scheduled preloading of cache cancelled."
370
  msgstr ""
371
 
372
- #: wp-cache.php:660 wp-cache.php:744
373
  msgid "Preload Cache Now"
374
  msgstr ""
375
 
376
- #: wp-cache.php:664
377
  msgid "Scheduled preloading of cache in 10 seconds."
378
  msgstr ""
379
 
380
- #: wp-cache.php:669
381
  msgid "Scheduled preloading of cache in %d minutes"
382
  msgstr ""
383
 
384
- #: wp-cache.php:673
385
  msgid ""
386
  "This will cache every published post and page on your site. It will create "
387
  "supercache static files so unknown visitors (including bots) will hit a "
@@ -389,218 +301,230 @@ msgid ""
389
  "speed as a metric when judging websites now."
390
  msgstr ""
391
 
392
- #: wp-cache.php:674
393
  msgid ""
394
  "Preloading creates lots of files however. Caching is done from the newest "
395
  "post to the oldest so please consider only caching the newest if you have "
396
  "lots (10,000+) of posts. This is especially important on shared hosting."
397
  msgstr ""
398
 
399
- #: wp-cache.php:675
400
  msgid ""
401
  "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out "
402
  "old legacy files for known users, not the preloaded supercache files. This "
403
  "is a recommended setting when the cache is preloaded."
404
  msgstr ""
405
 
406
- #: wp-cache.php:679
407
  msgid ""
408
  "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
409
  "minutes.)"
410
  msgstr ""
411
 
412
- #: wp-cache.php:692
413
  msgid "all"
414
  msgstr ""
415
 
416
- #: wp-cache.php:705
417
  msgid "Preload %s posts."
418
  msgstr ""
419
 
420
- #: wp-cache.php:712
421
  msgid ""
422
  "Preload mode (garbage collection only on legacy cache files. Recommended.)"
423
  msgstr ""
424
 
425
- #: wp-cache.php:715
426
  msgid "Send me status emails when files are refreshed."
427
  msgstr ""
428
 
429
- #: wp-cache.php:720
430
  msgid "Many emails, 2 emails per 100 posts."
431
  msgstr ""
432
 
433
- #: wp-cache.php:723
434
  msgid "Medium, 1 email per 100 posts."
435
  msgstr ""
436
 
437
- #: wp-cache.php:726
438
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
439
  msgstr ""
440
 
441
- #: wp-cache.php:730
442
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
443
  msgstr ""
444
 
445
- #: wp-cache.php:731
446
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
447
  msgstr ""
448
 
449
- #: wp-cache.php:737
450
  msgid "Currently caching from post %d to %d."
451
  msgstr ""
452
 
453
- #: wp-cache.php:741
454
  msgid "<strong>Page last cached:</strong> %s"
455
  msgstr ""
456
 
457
- #: wp-cache.php:744
458
  msgid "Update Settings"
459
  msgstr ""
460
 
461
- #: wp-cache.php:752
462
  msgid ""
463
  "Preloading of cache disabled. Please disable legacy page caching or talk to "
464
  "your host administrator."
465
  msgstr ""
466
 
467
- #: wp-cache.php:769 wp-cache.php:865
468
  msgid "Caching"
469
  msgstr ""
470
 
471
- #: wp-cache.php:773
472
  msgid "Cache hits to this website for quick access."
473
  msgstr ""
474
 
475
- #: wp-cache.php:773 wp-cache.php:774 wp-cache.php:791 wp-cache.php:796
476
- #: wp-cache.php:799 wp-cache.php:800 wp-cache.php:813 wp-cache.php:868
477
  msgid "Recommended"
478
  msgstr ""
479
 
480
- #: wp-cache.php:774
481
  msgid "Use mod_rewrite to serve cache files."
482
  msgstr ""
483
 
484
- #: wp-cache.php:775
485
  msgid "Use PHP to serve cache files."
486
  msgstr ""
487
 
488
- #: wp-cache.php:776
489
  msgid "Legacy page caching."
490
  msgstr ""
491
 
492
- #: wp-cache.php:777
493
  msgid ""
494
  "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
495
  "while legacy caching is slower again, but more flexible and also easy to get "
496
  "working. New users should use PHP caching."
497
  msgstr ""
498
 
499
- #: wp-cache.php:783
500
  msgid "Miscellaneous"
501
  msgstr ""
502
 
503
- #: wp-cache.php:789
504
  msgid "Warning! Compression is disabled as gzencode() function not found."
505
  msgstr ""
506
 
507
- #: wp-cache.php:791
508
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
509
  msgstr ""
510
 
511
- #: wp-cache.php:792
512
  msgid ""
513
  "Compression is disabled by default because some hosts have problems with "
514
  "compressed files. Switching it on and off clears the cache."
515
  msgstr ""
516
 
517
- #: wp-cache.php:796
518
  msgid ""
519
  "304 Not Modified browser caching. Indicate when a page has not been modified "
520
  "since last requested."
521
  msgstr ""
522
 
523
- #: wp-cache.php:797
524
  msgid ""
525
  "304 support is disabled by default because in the past GoDaddy had problems "
526
  "with some of the headers used."
527
  msgstr ""
528
 
529
- #: wp-cache.php:799
530
  msgid ""
531
  "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
532
  "comment\">known users</acronym>."
533
  msgstr ""
534
 
535
- #: wp-cache.php:800
 
 
 
 
 
536
  msgid ""
537
  "Cache rebuild. Serve a supercache file to anonymous users while a new file "
538
  "is being generated."
539
  msgstr ""
540
 
541
- #: wp-cache.php:801
542
  msgid ""
543
- "Proudly tell the world your server is Digg proof! (places a message in your "
544
- "blog&#8217;s footer)"
545
  msgstr ""
546
 
547
- #: wp-cache.php:807 wp-cache.php:1056 wp-cache.php:1563
548
  msgid "Advanced"
549
  msgstr ""
550
 
551
- #: wp-cache.php:811
552
- msgid "Mobile device support."
 
 
 
553
  msgstr ""
554
 
555
- #: wp-cache.php:812
556
- msgid "Clear all cache files when a post or page is published."
557
  msgstr ""
558
 
559
- #: wp-cache.php:813
560
  msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
561
  msgstr ""
562
 
563
- #: wp-cache.php:814
564
  msgid "Only refresh current page when comments made."
565
  msgstr ""
566
 
567
- #: wp-cache.php:815
568
  msgid "List the newest cached pages on this page."
569
  msgstr ""
570
 
571
- #: wp-cache.php:817
572
  msgid ""
573
  "Coarse file locking. You probably don&#8217;t need this but it may help if "
574
  "your server is underpowered. Warning! <em>May cause your server to lock up "
575
  "in very rare cases!</em>"
576
  msgstr ""
577
 
578
- #: wp-cache.php:819
579
  msgid ""
580
  "Late init. Display cached files after WordPress has loaded. Most useful in "
581
  "legacy mode."
582
  msgstr ""
583
 
584
- #: wp-cache.php:821
585
  msgid "Use object cache to store cached files."
586
  msgstr ""
587
 
588
- #: wp-cache.php:821
589
  msgid "(Experimental)"
590
  msgstr ""
591
 
592
- #: wp-cache.php:828
 
 
 
 
593
  msgid "Note:"
594
  msgstr ""
595
 
596
- #: wp-cache.php:830
597
  msgid ""
598
  "Uninstall this plugin on the plugins page. It will automatically clean up "
599
  "after itself. If manual intervention is required then simple instructions "
600
  "are provided."
601
  msgstr ""
602
 
603
- #: wp-cache.php:831
604
  msgid ""
605
  "If uninstalling this plugin, make sure the directory <em>%s</em> is "
606
  "writeable by the webserver so the files <em>advanced-cache.php</em> and "
@@ -608,14 +532,14 @@ msgid ""
608
  "files are writeable too is probably a good idea!)"
609
  msgstr ""
610
 
611
- #: wp-cache.php:832
612
  msgid ""
613
  "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
614
  "instructions on uninstalling this script. Look for the heading, \"How to "
615
  "uninstall WP Super Cache\"."
616
  msgstr ""
617
 
618
- #: wp-cache.php:833
619
  msgid ""
620
  "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
621
  "includes installation documentation, a FAQ and Troubleshooting tips. The <a "
@@ -623,27 +547,27 @@ msgid ""
623
  "have been answered."
624
  msgstr ""
625
 
626
- #: wp-cache.php:836 wp-cache.php:883
627
  msgid "Update Status"
628
  msgstr ""
629
 
630
- #: wp-cache.php:843
631
  msgid "Accepted Filenames &amp; Rejected URIs"
632
  msgstr ""
633
 
634
- #: wp-cache.php:868
635
  msgid "Caching On"
636
  msgstr ""
637
 
638
- #: wp-cache.php:869
639
  msgid "Caching Off"
640
  msgstr ""
641
 
642
- #: wp-cache.php:870
643
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
644
  msgstr ""
645
 
646
- #: wp-cache.php:880
647
  msgid ""
648
  "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
649
  "Cached files will be served using those rules. If your site is working ok "
@@ -651,87 +575,119 @@ msgid ""
651
  "your install and remove the SuperCache rules."
652
  msgstr ""
653
 
654
- #: wp-cache.php:885
655
  msgid "Cache Tester"
656
  msgstr ""
657
 
658
- #: wp-cache.php:886
659
  msgid "Test your cached website by clicking the test button below."
660
  msgstr ""
661
 
662
- #: wp-cache.php:892
663
  msgid "Fetching %s to prime cache: "
664
  msgstr ""
665
 
666
- #: wp-cache.php:894 wp-cache.php:902 wp-cache.php:910
667
  msgid "OK"
668
  msgstr ""
669
 
670
- #: wp-cache.php:897
671
  msgid "Fetching first copy of %s: "
672
  msgstr ""
673
 
674
- #: wp-cache.php:905
 
 
 
 
675
  msgid "Fetching second copy of %s: "
676
  msgstr ""
677
 
678
- #: wp-cache.php:913
679
  msgid "One or more page requests failed:"
680
  msgstr ""
681
 
682
- #: wp-cache.php:932 wp-cache.php:933
683
  msgid "Page %d: %d (%s)"
684
  msgstr ""
685
 
686
- #: wp-cache.php:939
687
  msgid "Page 1: %s"
688
  msgstr ""
689
 
690
- #: wp-cache.php:940
691
  msgid "Page 2: %s"
692
  msgstr ""
693
 
694
- #: wp-cache.php:941
695
  msgid "The timestamps on both pages match!"
696
  msgstr ""
697
 
698
- #: wp-cache.php:943
699
  msgid "The pages do not match! Timestamps differ or were not found!"
700
  msgstr ""
701
 
702
- #: wp-cache.php:950
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
703
  msgid "Send non-secure (non https) request for homepage"
704
  msgstr ""
705
 
706
- #: wp-cache.php:951
707
  msgid "Test Cache"
708
  msgstr ""
709
 
710
- #: wp-cache.php:955
711
  msgid "Delete Cached Pages"
712
  msgstr ""
713
 
714
- #: wp-cache.php:956
715
  msgid ""
716
  "Cached pages are stored on your server as html and PHP files. If you need to "
717
  "delete them use the button below."
718
  msgstr ""
719
 
720
- #: wp-cache.php:959 wp-cache.php:2093 wp-cache.php:2105 wp-cache.php:2268
 
721
  msgid "Delete Cache"
722
  msgstr ""
723
 
724
- #: wp-cache.php:963
 
 
 
 
725
  msgid "Recommended Links and Plugins"
726
  msgstr ""
727
 
728
- #: wp-cache.php:964
729
  msgid ""
730
  "Caching is only one part of making a website faster. Here are some other "
731
  "plugins that will help:"
732
  msgstr ""
733
 
734
- #: wp-cache.php:965
735
  msgid ""
736
  "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
737
  "server by joining Javascript and CSS files together. Alternatively you can "
@@ -739,7 +695,7 @@ msgid ""
739
  "pages. It does not however join JS/CSS files together."
740
  msgstr ""
741
 
742
- #: wp-cache.php:966
743
  msgid ""
744
  "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
745
  "Firebug. It analyzes web pages and suggests ways to improve their "
@@ -747,168 +703,176 @@ msgid ""
747
  "the performance tools online at <a href=\"%s\">GTMetrix</a>."
748
  msgstr ""
749
 
750
- #: wp-cache.php:967
751
  msgid ""
752
  "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
753
  "used Javascript libraries from Google webservers. Ironically it may reduce "
754
  "your Yslow score."
755
  msgstr ""
756
 
757
- #: wp-cache.php:969
 
 
 
 
 
 
 
 
758
  msgid ""
759
  "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
760
  "Caching and cache-control</a> explains how to make your site more cacheable "
761
  "with .htaccess rules."
762
  msgstr ""
763
 
764
- #: wp-cache.php:970
765
  msgid ""
766
  "<strong>Advanced users only:</strong> Install an object cache. Choose from "
767
  "<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
768
  "\">eAcccelerator</a> and others."
769
  msgstr ""
770
 
771
- #: wp-cache.php:981
772
  msgid "Make WordPress Faster"
773
  msgstr ""
774
 
775
- #: wp-cache.php:982
776
  msgid ""
777
  "%1$s is maintained and developed by %2$s with contributions from many others."
778
  msgstr ""
779
 
780
- #: wp-cache.php:983
781
  msgid "He blogs at %1$s and posts photos at %2$s."
782
  msgstr ""
783
 
784
- #: wp-cache.php:984
785
  msgid "Please say hi to him on %s too!"
786
  msgstr ""
787
 
788
- #: wp-cache.php:985
789
  msgid "Need Help?"
790
  msgstr ""
791
 
792
- #: wp-cache.php:987
793
  msgid "<a href=\"%1$s\">Installation Help</a>"
794
  msgstr ""
795
 
796
- #: wp-cache.php:988
797
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
798
  msgstr ""
799
 
800
- #: wp-cache.php:989
801
  msgid "<a href=\"%1$s\">Support Forum</a>"
802
  msgstr ""
803
 
804
- #: wp-cache.php:991
805
  msgid "Rate This Plugin!"
806
  msgstr ""
807
 
808
- #: wp-cache.php:992
809
  msgid ""
810
  "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
811
  "or not. It really helps development."
812
  msgstr ""
813
 
814
- #: wp-cache.php:1001
815
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
816
  msgstr ""
817
 
818
- #: wp-cache.php:1002
819
  msgid "Newest Cached Pages:"
820
  msgstr ""
821
 
822
- #: wp-cache.php:1006
823
  msgid "Cached %s seconds ago"
824
  msgstr ""
825
 
826
- #: wp-cache.php:1009
827
  msgid "(may not always be accurate on busy sites)"
828
  msgstr ""
829
 
830
- #: wp-cache.php:1028
831
  msgid ""
832
  "Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
833
  "super-cache folder. They are loaded when Supercache loads, much sooner than "
834
  "regular WordPress plugins."
835
  msgstr ""
836
 
837
- #: wp-cache.php:1029
838
  msgid ""
839
  "This is strictly an advanced feature only and knowledge of both PHP and "
840
  "WordPress actions is required to create them."
841
  msgstr ""
842
 
843
- #: wp-cache.php:1039
844
  msgid "Available Plugins"
845
  msgstr ""
846
 
847
- #: wp-cache.php:1056
848
  msgid "Easy"
849
  msgstr ""
850
 
851
- #: wp-cache.php:1056
852
  msgid "CDN"
853
  msgstr ""
854
 
855
- #: wp-cache.php:1056
856
  msgid "Contents"
857
  msgstr ""
858
 
859
- #: wp-cache.php:1056
860
  msgid "Preload"
861
  msgstr ""
862
 
863
- #: wp-cache.php:1056
864
  msgid "Plugins"
865
  msgstr ""
866
 
867
- #: wp-cache.php:1056
868
  msgid "Debug"
869
  msgstr ""
870
 
871
- #: wp-cache.php:1091
872
  msgid ""
873
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
874
  "href=\"%s\">the main site</a> of this network."
875
  msgstr ""
876
 
877
- #: wp-cache.php:1100
878
  msgid "Mod Rewrite Rules"
879
  msgstr ""
880
 
881
- #: wp-cache.php:1106
882
  msgid "WordPress MU Detected"
883
  msgstr ""
884
 
885
- #: wp-cache.php:1106
886
  msgid ""
887
  "Unfortunately the rewrite rules cannot be updated automatically when running "
888
  "WordPress MU. Please open your .htaccess and add the following mod_rewrite "
889
  "rules above any other rules in that file."
890
  msgstr ""
891
 
892
- #: wp-cache.php:1108
893
  msgid "Mod Rewrite rules cannot be updated!"
894
  msgstr ""
895
 
896
- #: wp-cache.php:1109
897
  msgid ""
898
  "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
899
  "htaccess for the auto update to work. They look like this and surround the "
900
  "main WordPress mod_rewrite rules:"
901
  msgstr ""
902
 
903
- #: wp-cache.php:1111
904
  msgid "Refresh this page when you have updated your .htaccess file."
905
  msgstr ""
906
 
907
- #: wp-cache.php:1115
908
  msgid "Thank you for upgrading."
909
  msgstr ""
910
 
911
- #: wp-cache.php:1115
912
  msgid ""
913
  "The mod_rewrite rules changed since you last installed this plugin. "
914
  "Unfortunately you must remove the old supercache rules before the new ones "
@@ -920,11 +884,11 @@ msgid ""
920
  "brave enough to use them."
921
  msgstr ""
922
 
923
- #: wp-cache.php:1119
924
  msgid "Trailing slash check required."
925
  msgstr ""
926
 
927
- #: wp-cache.php:1119
928
  msgid ""
929
  "It looks like your blog has URLs that end with a \"/\". Unfortunately since "
930
  "you installed this plugin a duplicate content bug has been found where URLs "
@@ -933,41 +897,41 @@ msgid ""
933
  "and add these two rules to the two groups of Super Cache rules:"
934
  msgstr ""
935
 
936
- #: wp-cache.php:1121
937
  msgid ""
938
  "You can see where the rules go and examine the complete rules by clicking "
939
  "the \"View mod_rewrite rules\" link below."
940
  msgstr ""
941
 
942
- #: wp-cache.php:1135
943
  msgid "Mod Rewrite rules updated!"
944
  msgstr ""
945
 
946
- #: wp-cache.php:1136
947
  msgid ""
948
  "%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
949
  "verify they are correct. They should look like this:"
950
  msgstr ""
951
 
952
- #: wp-cache.php:1138
953
  msgid "Mod Rewrite rules must be updated!"
954
  msgstr ""
955
 
956
- #: wp-cache.php:1139
957
  msgid ""
958
  "Your %s.htaccess is not writable by the webserver and must be updated with "
959
  "the necessary mod_rewrite rules. The new rules go above the regular "
960
  "WordPress rules as shown in the code below:"
961
  msgstr ""
962
 
963
- #: wp-cache.php:1144
964
  msgid ""
965
  "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
966
  "> Click the following link to see the lines added to that file. If you have "
967
  "upgraded the plugin make sure these rules match."
968
  msgstr ""
969
 
970
- #: wp-cache.php:1147
971
  msgid ""
972
  "A difference between the rules in your .htaccess file and the plugin rewrite "
973
  "rules has been found. This could be simple whitespace differences but you "
@@ -975,252 +939,380 @@ msgid ""
975
  "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
976
  msgstr ""
977
 
978
- #: wp-cache.php:1150
979
  msgid "View Mod_Rewrite Rules"
980
  msgstr ""
981
 
982
- #: wp-cache.php:1154 wp-cache.php:2384
983
  msgid "Rules must be added to %s too:"
984
  msgstr ""
985
 
986
- #: wp-cache.php:1162
987
  msgid "Gzip encoding rules in %s.htaccess created."
988
  msgstr ""
989
 
990
- #: wp-cache.php:1169
991
  msgid "Fix Configuration"
992
  msgstr ""
993
 
994
- #: wp-cache.php:1172
995
  msgid "Restore Default Configuration"
996
  msgstr ""
997
 
998
- #: wp-cache.php:1180
999
  msgid ""
1000
  "Comment moderation is enabled. Your comment may take some time to appear."
1001
  msgstr ""
1002
 
1003
- #: wp-cache.php:1205
1004
  msgid "Lock Down:"
1005
  msgstr ""
1006
 
1007
- #: wp-cache.php:1205 plugins/awaitingmoderation.php:35
1008
- #: plugins/badbehaviour.php:66 plugins/domain-mapping.php:61
1009
  msgid "Disabled"
1010
  msgstr ""
1011
 
1012
- #: wp-cache.php:1205 plugins/awaitingmoderation.php:34
1013
- #: plugins/badbehaviour.php:65 plugins/domain-mapping.php:60
1014
  msgid "Enabled"
1015
  msgstr ""
1016
 
1017
- #: wp-cache.php:1206
1018
  msgid ""
1019
  "Prepare your server for an expected spike in traffic by enabling the lock "
1020
  "down. When this is enabled, new comments on a post will not refresh the "
1021
  "cached static files."
1022
  msgstr ""
1023
 
1024
- #: wp-cache.php:1207
1025
  msgid ""
1026
  "Developers: Make your plugin lock down compatible by checking the "
1027
  "\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
1028
  "respects the WPLOCKDOWN setting."
1029
  msgstr ""
1030
 
1031
- #: wp-cache.php:1209
1032
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
1033
  msgstr ""
1034
 
1035
- #: wp-cache.php:1213
1036
  msgid ""
1037
  "WordPress is locked down. Super Cache static files will not be deleted when "
1038
  "new comments are made."
1039
  msgstr ""
1040
 
1041
- #: wp-cache.php:1215
1042
  msgid ""
1043
  "WordPress is not locked down. New comments will refresh Super Cache static "
1044
  "files as normal."
1045
  msgstr ""
1046
 
1047
- #: wp-cache.php:1218 plugins/searchengine.php:61 plugins/searchengine.php:76
1048
  msgid "Disable"
1049
  msgstr ""
1050
 
1051
- #: wp-cache.php:1218 plugins/searchengine.php:74
1052
  msgid "Enable"
1053
  msgstr ""
1054
 
1055
- #: wp-cache.php:1221
1056
  msgid "Lock Down"
1057
  msgstr ""
1058
 
1059
- #: wp-cache.php:1229
1060
  msgid "Directly Cached Files"
1061
  msgstr ""
1062
 
1063
- #: wp-cache.php:1287
1064
  msgid "%s removed!"
1065
  msgstr ""
1066
 
1067
- #: wp-cache.php:1295 wp-cache.php:1297 plugins/badbehaviour.php:83
1068
  msgid "Warning!"
1069
  msgstr ""
1070
 
1071
- #: wp-cache.php:1295
1072
  msgid ""
1073
  "You must make %s writable to enable this feature. As this is a security risk "
1074
  "please make it readonly after your page is generated."
1075
  msgstr ""
1076
 
1077
- #: wp-cache.php:1297
1078
  msgid ""
1079
  "%s is writable. Please make it readonly after your page is generated as this "
1080
  "is a security risk."
1081
  msgstr ""
1082
 
1083
- #: wp-cache.php:1311
1084
  msgid "Existing direct page"
1085
  msgstr ""
1086
 
1087
- #: wp-cache.php:1311
1088
  msgid "Delete cached file"
1089
  msgstr ""
1090
 
1091
- #: wp-cache.php:1316
1092
  msgid "Add direct page:"
1093
  msgstr ""
1094
 
1095
- #: wp-cache.php:1318
1096
  msgid ""
1097
  "Directly cached files are files created directly off %s where your blog "
1098
  "lives. This feature is only useful if you are expecting a major Digg or "
1099
  "Slashdot level of traffic to one post or page."
1100
  msgstr ""
1101
 
1102
- #: wp-cache.php:1320
1103
  msgid ""
1104
  "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
1105
  "about/. The cached file will be generated the next time an anonymous user "
1106
  "visits that page."
1107
  msgstr ""
1108
 
1109
- #: wp-cache.php:1321
1110
  msgid ""
1111
  "Make the textbox blank to remove it from the list of direct pages and delete "
1112
  "the cached file."
1113
  msgstr ""
1114
 
1115
- #: wp-cache.php:1326
1116
  msgid "Update Direct Pages"
1117
  msgstr ""
1118
 
1119
- #: wp-cache.php:1364
1120
  msgid "Expiry Time &amp; Garbage Collection"
1121
  msgstr ""
1122
 
1123
- #: wp-cache.php:1366
1124
- msgid "Expire time:"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1125
  msgstr ""
1126
 
1127
- #: wp-cache.php:1367
1128
  msgid "seconds"
1129
  msgstr ""
1130
 
1131
- #: wp-cache.php:1368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1132
  msgid "Garbage Collection"
1133
  msgstr ""
1134
 
1135
- #: wp-cache.php:1368
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1136
  msgid ""
1137
- "If the expiry time is more than 1800 seconds (half an hour), garbage "
1138
- "collection will be done every 10 minutes, otherwise it will happen 10 "
1139
- "seconds after the expiry time above."
1140
  msgstr ""
1141
 
1142
- #: wp-cache.php:1369
 
 
 
 
 
 
 
1143
  msgid ""
1144
  "Checking for and deleting expired files is expensive, but it&#8217;s "
1145
  "expensive leaving them there too. On a very busy site you should set the "
1146
- "expiry time to <em>300 seconds</em>. Experiment with different values and "
1147
  "visit this page to see how many expired files remain at different times "
1148
  "during the day. If you are using legacy caching aim to have less than 500 "
1149
  "cached files if possible. You can have many times more cached files when "
1150
  "using mod_rewrite or PHP caching."
1151
  msgstr ""
1152
 
1153
- #: wp-cache.php:1370
1154
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1155
  msgstr ""
1156
 
1157
- #: wp-cache.php:1371
1158
  msgid "Change Expiration"
1159
  msgstr ""
1160
 
1161
- #: wp-cache.php:1415
1162
  msgid "Rejected User Agents"
1163
  msgstr ""
1164
 
1165
- #: wp-cache.php:1416
1166
  msgid ""
1167
  "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache "
1168
  "from caching bot, spiders, and crawlers&#8217; requests. Note that super "
1169
  "cached files are still sent to these agents if they already exists."
1170
  msgstr ""
1171
 
1172
- #: wp-cache.php:1423
1173
  msgid "Save UA Strings"
1174
  msgstr ""
1175
 
1176
- #: wp-cache.php:1446
1177
  msgid ""
1178
  "Do not cache the following page types. See the <a href=\"http://codex."
1179
  "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
1180
  "complete discussion on each type."
1181
  msgstr ""
1182
 
1183
- #: wp-cache.php:1449
1184
  msgid "Single Posts"
1185
  msgstr ""
1186
 
1187
- #: wp-cache.php:1450
1188
  msgid "Pages"
1189
  msgstr ""
1190
 
1191
- #: wp-cache.php:1451
1192
  msgid "Front Page"
1193
  msgstr ""
1194
 
1195
- #: wp-cache.php:1452
1196
  msgid "Home"
1197
  msgstr ""
1198
 
1199
- #: wp-cache.php:1453
1200
  msgid "Archives"
1201
  msgstr ""
1202
 
1203
- #: wp-cache.php:1454
1204
  msgid "Tags"
1205
  msgstr ""
1206
 
1207
- #: wp-cache.php:1455
1208
  msgid "Category"
1209
  msgstr ""
1210
 
1211
- #: wp-cache.php:1456
1212
  msgid "Feeds"
1213
  msgstr ""
1214
 
1215
- #: wp-cache.php:1457
1216
  msgid "Search Pages"
1217
  msgstr ""
1218
 
1219
- #: wp-cache.php:1459 wp-cache.php:1573
 
 
 
 
1220
  msgid "Save"
1221
  msgstr ""
1222
 
1223
- #: wp-cache.php:1476
1224
  msgid ""
1225
  "Add here strings (not a filename) that forces a page not to be cached. For "
1226
  "example, if your URLs include year and you dont want to cache last year "
@@ -1229,57 +1321,57 @@ msgid ""
1229
  "cache that page."
1230
  msgstr ""
1231
 
1232
- #: wp-cache.php:1482
1233
  msgid "Save Strings"
1234
  msgstr ""
1235
 
1236
- #: wp-cache.php:1498
1237
  msgid ""
1238
  "Add here those filenames that can be cached, even if they match one of the "
1239
  "rejected substring specified above."
1240
  msgstr ""
1241
 
1242
- #: wp-cache.php:1504
1243
  msgid "Save Files"
1244
  msgstr ""
1245
 
1246
- #: wp-cache.php:1545
1247
  msgid "Currently logging to: %s"
1248
  msgstr ""
1249
 
1250
- #: wp-cache.php:1548
1251
  msgid ""
1252
  "Fix problems with the plugin by debugging it here. It can log them to a file "
1253
  "in your cache directory."
1254
  msgstr ""
1255
 
1256
- #: wp-cache.php:1552
1257
  msgid "Debugging"
1258
  msgstr ""
1259
 
1260
- #: wp-cache.php:1552 plugins/awaitingmoderation.php:40
1261
- #: plugins/badbehaviour.php:71 plugins/searchengine.php:69
1262
- #: plugins/domain-mapping.php:66
1263
  msgid "enabled"
1264
  msgstr ""
1265
 
1266
- #: wp-cache.php:1553
1267
  msgid "IP Address"
1268
  msgstr ""
1269
 
1270
- #: wp-cache.php:1553
1271
  msgid "(only log requests from this IP address. Your IP is %s)"
1272
  msgstr ""
1273
 
1274
- #: wp-cache.php:1554
1275
  msgid "Log level"
1276
  msgstr ""
1277
 
1278
- #: wp-cache.php:1560
1279
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1280
  msgstr ""
1281
 
1282
- #: wp-cache.php:1563
1283
  msgid ""
1284
  "In very rare cases two problems may arise on some blogs:<ol><li> The front "
1285
  "page may start downloading as a zip file.</li><li> The wrong page is "
@@ -1287,7 +1379,7 @@ msgid ""
1287
  "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1288
  msgstr ""
1289
 
1290
- #: wp-cache.php:1564
1291
  msgid ""
1292
  "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they "
1293
  "only happen in very rare cases but you can run a simple check once every 5 "
@@ -1295,88 +1387,88 @@ msgid ""
1295
  "emailed if there is a problem."
1296
  msgstr ""
1297
 
1298
- #: wp-cache.php:1566
1299
  msgid "Check front page every 5 minutes."
1300
  msgstr ""
1301
 
1302
- #: wp-cache.php:1567
1303
  msgid "Front page text"
1304
  msgstr ""
1305
 
1306
- #: wp-cache.php:1567
1307
  msgid ""
1308
  "Text to search for on your front page. If this text is missing the cache "
1309
  "will be cleared. Leave blank to disable."
1310
  msgstr ""
1311
 
1312
- #: wp-cache.php:1568
1313
  msgid "Clear cache on error."
1314
  msgstr ""
1315
 
1316
- #: wp-cache.php:1569
1317
  msgid "Email the blog admin when checks are made. (useful for testing)"
1318
  msgstr ""
1319
 
1320
- #: wp-cache.php:1583
1321
  msgid ""
1322
  "Error: GZIP compression is enabled, disable it if you want to enable wp-"
1323
  "cache."
1324
  msgstr ""
1325
 
1326
- #: wp-cache.php:1630 wp-cache.php:1796
1327
  msgid "Warning"
1328
  msgstr ""
1329
 
1330
- #: wp-cache.php:1630
1331
  msgid ""
1332
  "GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
1333
  "you disable gzip compression."
1334
  msgstr ""
1335
 
1336
- #: wp-cache.php:1692 wp-cache.php:1697 wp-cache.php:1729 wp-cache.php:1734
1337
- #: wp-cache.php:1740
1338
  msgid "Error"
1339
  msgstr ""
1340
 
1341
- #: wp-cache.php:1692
1342
  msgid ""
1343
  "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;"
1344
  "t be created by the web server. Check %1$s permissions."
1345
  msgstr ""
1346
 
1347
- #: wp-cache.php:1697
1348
  msgid ""
1349
  "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
1350
  "to be writable for this plugin to work. Double-check it."
1351
  msgstr ""
1352
 
1353
- #: wp-cache.php:1729
1354
  msgid ""
1355
  "Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
1356
  "writable by the Web server.Please delete it and refresh this page."
1357
  msgstr ""
1358
 
1359
- #: wp-cache.php:1734
1360
  msgid ""
1361
  "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
1362
  "not writable by the Web server.Check its permissions."
1363
  msgstr ""
1364
 
1365
- #: wp-cache.php:1740
1366
  msgid ""
1367
  "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
1368
  "installation."
1369
  msgstr ""
1370
 
1371
- #: wp-cache.php:1796
1372
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1373
  msgstr ""
1374
 
1375
- #: wp-cache.php:1797
1376
  msgid "1. If it already exists please delete the file first."
1377
  msgstr ""
1378
 
1379
- #: wp-cache.php:1798
1380
  msgid ""
1381
  "2. Make %1$s writable using the chmod command through your ftp or server "
1382
  "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
@@ -1384,24 +1476,24 @@ msgid ""
1384
  "again. (Change 777 to 755 in the previous command)"
1385
  msgstr ""
1386
 
1387
- #: wp-cache.php:1799
1388
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1389
  msgstr ""
1390
 
1391
- #: wp-cache.php:1800
1392
  msgid ""
1393
  "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
1394
  "em> doesn&#8217;t exist:"
1395
  msgstr ""
1396
 
1397
- #: wp-cache.php:1801
1398
  msgid ""
1399
  "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
1400
  "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
1401
  "copy it to <em>%3$s</em> and refresh this page.</li>"
1402
  msgstr ""
1403
 
1404
- #: wp-cache.php:1824
1405
  msgid ""
1406
  "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
1407
  "WordPress to load the code that serves cached pages. Unfortunately it is set "
@@ -1410,20 +1502,20 @@ msgid ""
1410
  "true);</code></p>"
1411
  msgstr ""
1412
 
1413
- #: wp-cache.php:1826
1414
  msgid ""
1415
  "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
1416
  "code> file and I couldn&#8217;t modify it."
1417
  msgstr ""
1418
 
1419
- #: wp-cache.php:1827
1420
  msgid ""
1421
  "Edit <code>%s</code> and add the following line:<br /> <code>define"
1422
  "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
1423
  "executed</strong> by WordPress core. "
1424
  msgstr ""
1425
 
1426
- #: wp-cache.php:1831
1427
  msgid ""
1428
  "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
1429
  "this warning message please see point 5 of the <a href=\"http://wordpress."
@@ -1431,283 +1523,287 @@ msgid ""
1431
  "moved up."
1432
  msgstr ""
1433
 
1434
- #: wp-cache.php:1855
1435
  msgid "Cache Contents"
1436
  msgstr ""
1437
 
1438
- #: wp-cache.php:1858
1439
  msgid "Object cache in use. No cache listing available."
1440
  msgstr ""
1441
 
1442
- #: wp-cache.php:1882
1443
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1444
  msgstr ""
1445
 
1446
- #: wp-cache.php:1899
1447
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1448
  msgstr ""
1449
 
1450
- #: wp-cache.php:1964
1451
  msgid ""
1452
  "Cache stats are not automatically generated. You must click the link below "
1453
  "to regenerate the stats on this page."
1454
  msgstr ""
1455
 
1456
- #: wp-cache.php:1965
1457
  msgid "Regenerate cache stats"
1458
  msgstr ""
1459
 
1460
- #: wp-cache.php:1967
1461
  msgid "Cache stats last generated: %s minutes ago."
1462
  msgstr ""
1463
 
1464
- #: wp-cache.php:1973
1465
  msgid "WP-Cache"
1466
  msgstr ""
1467
 
1468
- #: wp-cache.php:1974 wp-cache.php:1989
1469
  msgid "%s Cached Pages"
1470
  msgstr ""
1471
 
1472
- #: wp-cache.php:1975 wp-cache.php:1994
1473
  msgid "%s Expired Pages"
1474
  msgstr ""
1475
 
1476
- #: wp-cache.php:1988
1477
  msgid "WP-Super-Cache"
1478
  msgstr ""
1479
 
1480
- #: wp-cache.php:1998
1481
  msgid "Fresh WP-Cached Files"
1482
  msgstr ""
1483
 
1484
- #: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
1485
  msgid "URI"
1486
  msgstr ""
1487
 
1488
- #: wp-cache.php:1999 wp-cache.php:2015
1489
  msgid "Key"
1490
  msgstr ""
1491
 
1492
- #: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
1493
  msgid "Age"
1494
  msgstr ""
1495
 
1496
- #: wp-cache.php:1999 wp-cache.php:2015 wp-cache.php:2031 wp-cache.php:2047
1497
  msgid "Delete"
1498
  msgstr ""
1499
 
1500
- #: wp-cache.php:2014
1501
  msgid "Stale WP-Cached Files"
1502
  msgstr ""
1503
 
1504
- #: wp-cache.php:2030
1505
  msgid "Fresh Super Cached Files"
1506
  msgstr ""
1507
 
1508
- #: wp-cache.php:2046
1509
  msgid "Stale Super Cached Files"
1510
  msgstr ""
1511
 
1512
- #: wp-cache.php:2062
1513
  msgid "Hide file list"
1514
  msgstr ""
1515
 
1516
- #: wp-cache.php:2064
1517
  msgid "Too many cached files, no listing possible."
1518
  msgstr ""
1519
 
1520
- #: wp-cache.php:2066
1521
  msgid "List all cached files"
1522
  msgstr ""
1523
 
1524
- #: wp-cache.php:2072
1525
  msgid ""
1526
  "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
1527
  "minutes ago<br />"
1528
  msgstr ""
1529
 
1530
- #: wp-cache.php:2073
1531
  msgid "Next GC in <strong>%s</strong> minutes"
1532
  msgstr ""
1533
 
1534
- #: wp-cache.php:2076
1535
  msgid ""
1536
  "Expired files are files older than %s seconds. They are still used by the "
1537
  "plugin and are deleted periodically."
1538
  msgstr ""
1539
 
1540
- #: wp-cache.php:2087
1541
  msgid "Delete Expired"
1542
  msgstr ""
1543
 
1544
- #: wp-cache.php:2105
1545
  msgid "Delete Super Cache cached files (opens in new window)"
1546
  msgstr ""
1547
 
1548
- #: wp-cache.php:2244
1549
- msgid "%1$s is Digg proof thanks to caching by %2$s"
1550
  msgstr ""
1551
 
1552
- #: wp-cache.php:2277
1553
  msgid ""
1554
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1555
  "to enable and configure the plugin."
1556
  msgstr ""
1557
 
1558
- #: wp-cache.php:2283
1559
  msgid "Settings"
1560
  msgstr ""
1561
 
1562
- #: wp-cache.php:2293
1563
  msgid ""
1564
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1565
  "page</a> to enable caching."
1566
  msgstr ""
1567
 
1568
- #: wp-cache.php:2296
1569
  msgid ""
1570
  "Warning! WP Super Cache caching broken! The script advanced-cache.php could "
1571
  "not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php "
1572
  "and make sure the path to %2$swp-cache-phase1.php is correct."
1573
  msgstr ""
1574
 
1575
- #: wp-cache.php:2315
1576
  msgid "[%s] Front page is gzipped! Please clear cache!"
1577
  msgstr ""
1578
 
1579
- #: wp-cache.php:2315
1580
  msgid ""
1581
  "Please visit %s to clear the cache as the front page of your site is now "
1582
  "downloading!"
1583
  msgstr ""
1584
 
1585
- #: wp-cache.php:2318
1586
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1587
  msgstr ""
1588
 
1589
- #: wp-cache.php:2318
1590
  msgid ""
1591
  "The cache on your blog has been cleared because the front page of your site "
1592
  "is now downloading. Please visit %s to verify the cache has been cleared."
1593
  msgstr ""
1594
 
1595
- #: wp-cache.php:2325
1596
  msgid "[%s] Front page is not correct! Please clear cache!"
1597
  msgstr ""
1598
 
1599
- #: wp-cache.php:2325
1600
  msgid ""
1601
  "Please visit %1$s to clear the cache as the front page of your site is not "
1602
  "correct and missing the text, \"%2$s\"!"
1603
  msgstr ""
1604
 
1605
- #: wp-cache.php:2328
1606
  msgid "[%s] Front page is not correct! Cache Cleared!"
1607
  msgstr ""
1608
 
1609
- #: wp-cache.php:2328
1610
  msgid ""
1611
  "The cache on your blog has been cleared because the front page of your site "
1612
  "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
1613
  "cleared."
1614
  msgstr ""
1615
 
1616
- #: wp-cache.php:2333
1617
  msgid "[%s] Front page check!"
1618
  msgstr ""
1619
 
1620
- #: wp-cache.php:2333
1621
  msgid ""
1622
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
1623
  "you would like to disable this."
1624
  msgstr ""
1625
 
1626
- #: wp-cache.php:2376
1627
  msgid "Cannot update .htaccess"
1628
  msgstr ""
1629
 
1630
- #: wp-cache.php:2376
1631
  msgid ""
1632
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
1633
  "Please correct this using the chmod command or your ftp client."
1634
  msgstr ""
1635
 
1636
- #: wp-cache.php:2376
1637
  msgid "Refresh this page when the file permissions have been modified."
1638
  msgstr ""
1639
 
1640
- #: wp-cache.php:2376
1641
  msgid ""
1642
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
1643
  "add the following code (before any WordPress rules):"
1644
  msgstr ""
1645
 
1646
- #: wp-cache.php:2380
1647
  msgid ""
1648
  "To serve static html files your server must have the correct mod_rewrite "
1649
  "rules added to a file called <code>%s.htaccess</code>"
1650
  msgstr ""
1651
 
1652
- #: wp-cache.php:2381
1653
  msgid "You can edit the file yourself add the following rules."
1654
  msgstr ""
1655
 
1656
- #: wp-cache.php:2382
1657
  msgid " Make sure they appear before any existing WordPress rules. "
1658
  msgstr ""
1659
 
1660
- #: wp-cache.php:2390
1661
  msgid "Update Mod_Rewrite Rules"
1662
  msgstr ""
1663
 
1664
- #: wp-cache.php:2515
1665
  msgid "[%1$s] Cache Preload Started"
1666
  msgstr ""
1667
 
1668
- #: wp-cache.php:2517
 
 
 
 
1669
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1670
  msgstr ""
1671
 
1672
- #: wp-cache.php:2535
1673
  msgid "[%1$s] Cache Preload Stopped"
1674
  msgstr ""
1675
 
1676
- #: wp-cache.php:2544
1677
  msgid "[%1$s] %2$d posts refreshed"
1678
  msgstr ""
1679
 
1680
- #: wp-cache.php:2544
1681
  msgid "Refreshed the following posts:"
1682
  msgstr ""
1683
 
1684
- #: wp-cache.php:2553
1685
  msgid "Scheduling next preload refresh in %d minutes."
1686
  msgstr ""
1687
 
1688
- #: wp-cache.php:2563
1689
  msgid "[%s] Cache Preload Completed"
1690
  msgstr ""
1691
 
1692
- #: wp-cache.php:2563
1693
  msgid "Cleaning up old supercache files."
1694
  msgstr ""
1695
 
1696
- #: wp-cache.php:2605
1697
  msgid "[%s] Preload may have stalled."
1698
  msgstr ""
1699
 
1700
- #: wp-cache.php:2605
1701
  msgid ""
1702
  "Preload has been restarted.\n"
1703
  "%s"
1704
  msgstr ""
1705
 
1706
- #: wp-cache.php:2648
1707
  msgid "Supercache Uninstall Problems"
1708
  msgstr ""
1709
 
1710
- #: wp-cache.php:2648
1711
  msgid ""
1712
  "Dear User,\n"
1713
  "\n"
@@ -1725,6 +1821,92 @@ msgid ""
1725
  "http://wordpress.org/extend/plugins/wp-super-cache/"
1726
  msgstr ""
1727
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1728
  #: plugins/awaitingmoderation.php:4
1729
  msgid "Your comment is awaiting moderation."
1730
  msgstr ""
@@ -1739,8 +1921,8 @@ msgid ""
1739
  "moderation.\" when someone leaves a moderated comment."
1740
  msgstr ""
1741
 
1742
- #: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:73
1743
- #: plugins/searchengine.php:67 plugins/domain-mapping.php:68
1744
  msgid "disabled"
1745
  msgstr ""
1746
 
@@ -1748,30 +1930,11 @@ msgstr ""
1748
  msgid "Awaiting Moderation is now %s"
1749
  msgstr ""
1750
 
1751
- #: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76
1752
- #: plugins/domain-mapping.php:71
1753
  msgid "Update"
1754
  msgstr ""
1755
 
1756
- #: plugins/badbehaviour.php:47
1757
- msgid "Bad Behaviour not found. Please check your install."
1758
- msgstr ""
1759
-
1760
- #: plugins/badbehaviour.php:63
1761
- msgid "Bad Behavior"
1762
- msgstr ""
1763
-
1764
- #: plugins/badbehaviour.php:68
1765
- msgid ""
1766
- "(Only legacy caching supported, disabled compression and requires <a href="
1767
- "\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-"
1768
- "behavior/\") "
1769
- msgstr ""
1770
-
1771
- #: plugins/badbehaviour.php:74
1772
- msgid "Bad Behavior support is now %s"
1773
- msgstr ""
1774
-
1775
  #: plugins/searchengine.php:71
1776
  msgid ""
1777
  "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for "
@@ -1804,3 +1967,36 @@ msgid ""
1804
  "Domain Mapping plugin detected! Please go to the Supercache plugins page and "
1805
  "enable the domain mapping helper plugin."
1806
  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: 2011-12-06 13:03:54+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
12
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
  "Language-Team: LANGUAGE <LL@li.org>\n"
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  #: wp-cache.php:99
16
  msgid ""
17
  "Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
240
  "pages or out of date content however."
241
  msgstr ""
242
 
243
+ #: wp-cache.php:484
244
  msgid ""
245
  "<strong>Warning!</strong> You attempted to enable compression but <code>zlib."
246
  "output_compression</code> is enabled. See #21 in the Troubleshooting section "
247
  "of the readme file."
248
  msgstr ""
249
 
250
+ #: wp-cache.php:575
251
  msgid "WP Super Cache Settings"
252
  msgstr ""
253
 
254
+ #: wp-cache.php:586
255
  msgid ""
256
  "Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
257
  "Settings Page by default."
258
  msgstr ""
259
 
260
+ #: wp-cache.php:597
261
  msgid ""
262
  "Configuration file changed, some values might be wrong. Load the page again "
263
  "from the \"Settings\" menu to reset them."
264
  msgstr ""
265
 
266
+ #: wp-cache.php:627
267
  msgid "Caching must be enabled to use this feature"
268
  msgstr ""
269
 
270
+ #: wp-cache.php:645 wp-cache.php:776
271
  msgid "Cancel Cache Preload"
272
  msgstr ""
273
 
274
+ #: wp-cache.php:653
275
+ msgid ""
276
+ "Scheduled preloading of cache almost cancelled. It may take up to a minute "
277
+ "for it to cancel completely."
278
+ msgstr ""
279
+
280
+ #: wp-cache.php:664
281
  msgid "Scheduled preloading of cache cancelled."
282
  msgstr ""
283
 
284
+ #: wp-cache.php:690 wp-cache.php:774
285
  msgid "Preload Cache Now"
286
  msgstr ""
287
 
288
+ #: wp-cache.php:694
289
  msgid "Scheduled preloading of cache in 10 seconds."
290
  msgstr ""
291
 
292
+ #: wp-cache.php:699
293
  msgid "Scheduled preloading of cache in %d minutes"
294
  msgstr ""
295
 
296
+ #: wp-cache.php:703
297
  msgid ""
298
  "This will cache every published post and page on your site. It will create "
299
  "supercache static files so unknown visitors (including bots) will hit a "
301
  "speed as a metric when judging websites now."
302
  msgstr ""
303
 
304
+ #: wp-cache.php:704
305
  msgid ""
306
  "Preloading creates lots of files however. Caching is done from the newest "
307
  "post to the oldest so please consider only caching the newest if you have "
308
  "lots (10,000+) of posts. This is especially important on shared hosting."
309
  msgstr ""
310
 
311
+ #: wp-cache.php:705
312
  msgid ""
313
  "In &#8217;Preload Mode&#8217; regular garbage collection will only clean out "
314
  "old legacy files for known users, not the preloaded supercache files. This "
315
  "is a recommended setting when the cache is preloaded."
316
  msgstr ""
317
 
318
+ #: wp-cache.php:709
319
  msgid ""
320
  "Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
321
  "minutes.)"
322
  msgstr ""
323
 
324
+ #: wp-cache.php:722
325
  msgid "all"
326
  msgstr ""
327
 
328
+ #: wp-cache.php:735
329
  msgid "Preload %s posts."
330
  msgstr ""
331
 
332
+ #: wp-cache.php:742
333
  msgid ""
334
  "Preload mode (garbage collection only on legacy cache files. Recommended.)"
335
  msgstr ""
336
 
337
+ #: wp-cache.php:745
338
  msgid "Send me status emails when files are refreshed."
339
  msgstr ""
340
 
341
+ #: wp-cache.php:750
342
  msgid "Many emails, 2 emails per 100 posts."
343
  msgstr ""
344
 
345
+ #: wp-cache.php:753
346
  msgid "Medium, 1 email per 100 posts."
347
  msgstr ""
348
 
349
+ #: wp-cache.php:756
350
  msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
351
  msgstr ""
352
 
353
+ #: wp-cache.php:760
354
  msgid "Refresh of cache in %d hours %d minutes and %d seconds."
355
  msgstr ""
356
 
357
+ #: wp-cache.php:761
358
  msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
359
  msgstr ""
360
 
361
+ #: wp-cache.php:767
362
  msgid "Currently caching from post %d to %d."
363
  msgstr ""
364
 
365
+ #: wp-cache.php:771
366
  msgid "<strong>Page last cached:</strong> %s"
367
  msgstr ""
368
 
369
+ #: wp-cache.php:774
370
  msgid "Update Settings"
371
  msgstr ""
372
 
373
+ #: wp-cache.php:782
374
  msgid ""
375
  "Preloading of cache disabled. Please disable legacy page caching or talk to "
376
  "your host administrator."
377
  msgstr ""
378
 
379
+ #: wp-cache.php:799 wp-cache.php:897
380
  msgid "Caching"
381
  msgstr ""
382
 
383
+ #: wp-cache.php:803
384
  msgid "Cache hits to this website for quick access."
385
  msgstr ""
386
 
387
+ #: wp-cache.php:803 wp-cache.php:804 wp-cache.php:821 wp-cache.php:826
388
+ #: wp-cache.php:829 wp-cache.php:831 wp-cache.php:844 wp-cache.php:900
389
  msgid "Recommended"
390
  msgstr ""
391
 
392
+ #: wp-cache.php:804
393
  msgid "Use mod_rewrite to serve cache files."
394
  msgstr ""
395
 
396
+ #: wp-cache.php:805
397
  msgid "Use PHP to serve cache files."
398
  msgstr ""
399
 
400
+ #: wp-cache.php:806
401
  msgid "Legacy page caching."
402
  msgstr ""
403
 
404
+ #: wp-cache.php:807
405
  msgid ""
406
  "Mod_rewrite is fastest, PHP is almost as fast and easier to get working, "
407
  "while legacy caching is slower again, but more flexible and also easy to get "
408
  "working. New users should use PHP caching."
409
  msgstr ""
410
 
411
+ #: wp-cache.php:813
412
  msgid "Miscellaneous"
413
  msgstr ""
414
 
415
+ #: wp-cache.php:819
416
  msgid "Warning! Compression is disabled as gzencode() function not found."
417
  msgstr ""
418
 
419
+ #: wp-cache.php:821
420
  msgid "Compress pages so they&#8217;re served more quickly to visitors."
421
  msgstr ""
422
 
423
+ #: wp-cache.php:822
424
  msgid ""
425
  "Compression is disabled by default because some hosts have problems with "
426
  "compressed files. Switching it on and off clears the cache."
427
  msgstr ""
428
 
429
+ #: wp-cache.php:826
430
  msgid ""
431
  "304 Not Modified browser caching. Indicate when a page has not been modified "
432
  "since last requested."
433
  msgstr ""
434
 
435
+ #: wp-cache.php:827
436
  msgid ""
437
  "304 support is disabled by default because in the past GoDaddy had problems "
438
  "with some of the headers used."
439
  msgstr ""
440
 
441
+ #: wp-cache.php:829
442
  msgid ""
443
  "Don&#8217;t cache pages for <acronym title=\"Logged in users and those that "
444
  "comment\">known users</acronym>."
445
  msgstr ""
446
 
447
+ #: wp-cache.php:830
448
+ msgid ""
449
+ "Make known users anonymous so they&#8217;re served supercached static files."
450
+ msgstr ""
451
+
452
+ #: wp-cache.php:831
453
  msgid ""
454
  "Cache rebuild. Serve a supercache file to anonymous users while a new file "
455
  "is being generated."
456
  msgstr ""
457
 
458
+ #: wp-cache.php:832
459
  msgid ""
460
+ "Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! "
461
+ "(places a message in your blog&#8217;s footer)"
462
  msgstr ""
463
 
464
+ #: wp-cache.php:838 wp-cache.php:1109 wp-cache.php:1719
465
  msgid "Advanced"
466
  msgstr ""
467
 
468
+ #: wp-cache.php:842
469
+ msgid ""
470
+ "Mobile device support. (External plugin or theme required. See the <a href="
471
+ "\"http://wordpress.org/extend/plugins/wp-super-cache/faq/\">FAQ</a> for "
472
+ "further details.)"
473
  msgstr ""
474
 
475
+ #: wp-cache.php:843
476
+ msgid "Clear all cache files when a post or page is published or updated."
477
  msgstr ""
478
 
479
+ #: wp-cache.php:844
480
  msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
481
  msgstr ""
482
 
483
+ #: wp-cache.php:845
484
  msgid "Only refresh current page when comments made."
485
  msgstr ""
486
 
487
+ #: wp-cache.php:846
488
  msgid "List the newest cached pages on this page."
489
  msgstr ""
490
 
491
+ #: wp-cache.php:848
492
  msgid ""
493
  "Coarse file locking. You probably don&#8217;t need this but it may help if "
494
  "your server is underpowered. Warning! <em>May cause your server to lock up "
495
  "in very rare cases!</em>"
496
  msgstr ""
497
 
498
+ #: wp-cache.php:850
499
  msgid ""
500
  "Late init. Display cached files after WordPress has loaded. Most useful in "
501
  "legacy mode."
502
  msgstr ""
503
 
504
+ #: wp-cache.php:852
505
  msgid "Use object cache to store cached files."
506
  msgstr ""
507
 
508
+ #: wp-cache.php:852
509
  msgid "(Experimental)"
510
  msgstr ""
511
 
512
+ #: wp-cache.php:854
513
+ msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
514
+ msgstr ""
515
+
516
+ #: wp-cache.php:860
517
  msgid "Note:"
518
  msgstr ""
519
 
520
+ #: wp-cache.php:862
521
  msgid ""
522
  "Uninstall this plugin on the plugins page. It will automatically clean up "
523
  "after itself. If manual intervention is required then simple instructions "
524
  "are provided."
525
  msgstr ""
526
 
527
+ #: wp-cache.php:863
528
  msgid ""
529
  "If uninstalling this plugin, make sure the directory <em>%s</em> is "
530
  "writeable by the webserver so the files <em>advanced-cache.php</em> and "
532
  "files are writeable too is probably a good idea!)"
533
  msgstr ""
534
 
535
+ #: wp-cache.php:864
536
  msgid ""
537
  "Please see the <a href=\"%1$s/wp-super-cache/readme.txt\">readme.txt</a> for "
538
  "instructions on uninstalling this script. Look for the heading, \"How to "
539
  "uninstall WP Super Cache\"."
540
  msgstr ""
541
 
542
+ #: wp-cache.php:865
543
  msgid ""
544
  "Need help? Check the <a href=\"%1$s\">Super Cache readme file</a>. It "
545
  "includes installation documentation, a FAQ and Troubleshooting tips. The <a "
547
  "have been answered."
548
  msgstr ""
549
 
550
+ #: wp-cache.php:868 wp-cache.php:915
551
  msgid "Update Status"
552
  msgstr ""
553
 
554
+ #: wp-cache.php:875
555
  msgid "Accepted Filenames &amp; Rejected URIs"
556
  msgstr ""
557
 
558
+ #: wp-cache.php:900
559
  msgid "Caching On"
560
  msgstr ""
561
 
562
+ #: wp-cache.php:901
563
  msgid "Caching Off"
564
  msgstr ""
565
 
566
+ #: wp-cache.php:902
567
  msgid "Note: enables PHP caching, cache rebuild, and mobile support"
568
  msgstr ""
569
 
570
+ #: wp-cache.php:912
571
  msgid ""
572
  "Notice: PHP caching enabled but Supercache mod_rewrite rules detected. "
573
  "Cached files will be served using those rules. If your site is working ok "
575
  "your install and remove the SuperCache rules."
576
  msgstr ""
577
 
578
+ #: wp-cache.php:917
579
  msgid "Cache Tester"
580
  msgstr ""
581
 
582
+ #: wp-cache.php:918
583
  msgid "Test your cached website by clicking the test button below."
584
  msgstr ""
585
 
586
+ #: wp-cache.php:924
587
  msgid "Fetching %s to prime cache: "
588
  msgstr ""
589
 
590
+ #: wp-cache.php:926 wp-cache.php:935 wp-cache.php:947
591
  msgid "OK"
592
  msgstr ""
593
 
594
+ #: wp-cache.php:929
595
  msgid "Fetching first copy of %s: "
596
  msgstr ""
597
 
598
+ #: wp-cache.php:938 wp-cache.php:949
599
+ msgid "FAILED"
600
+ msgstr ""
601
+
602
+ #: wp-cache.php:941
603
  msgid "Fetching second copy of %s: "
604
  msgstr ""
605
 
606
+ #: wp-cache.php:953
607
  msgid "One or more page requests failed:"
608
  msgstr ""
609
 
610
+ #: wp-cache.php:972 wp-cache.php:973
611
  msgid "Page %d: %d (%s)"
612
  msgstr ""
613
 
614
+ #: wp-cache.php:979
615
  msgid "Page 1: %s"
616
  msgstr ""
617
 
618
+ #: wp-cache.php:980
619
  msgid "Page 2: %s"
620
  msgstr ""
621
 
622
+ #: wp-cache.php:981
623
  msgid "The timestamps on both pages match!"
624
  msgstr ""
625
 
626
+ #: wp-cache.php:983
627
  msgid "The pages do not match! Timestamps differ or were not found!"
628
  msgstr ""
629
 
630
+ #: wp-cache.php:984
631
+ msgid "Things you can do:"
632
+ msgstr ""
633
+
634
+ #: wp-cache.php:985
635
+ msgid ""
636
+ "Load your homepage in a logged out browser, check the timestamp at the end "
637
+ "of the html source. Load the page again and compare the timestamp. Caching "
638
+ "is working if the timestamps match."
639
+ msgstr ""
640
+
641
+ #: wp-cache.php:986
642
+ msgid ""
643
+ "Enable logging on the Debug page here. That should help you track down the "
644
+ "problem."
645
+ msgstr ""
646
+
647
+ #: wp-cache.php:987
648
+ msgid ""
649
+ "You should check Page 1 and Page 2 above for errors. Your local server "
650
+ "configuration may not allow your website to access itself."
651
+ msgstr ""
652
+
653
+ #: wp-cache.php:995
654
  msgid "Send non-secure (non https) request for homepage"
655
  msgstr ""
656
 
657
+ #: wp-cache.php:996
658
  msgid "Test Cache"
659
  msgstr ""
660
 
661
+ #: wp-cache.php:1000
662
  msgid "Delete Cached Pages"
663
  msgstr ""
664
 
665
+ #: wp-cache.php:1001
666
  msgid ""
667
  "Cached pages are stored on your server as html and PHP files. If you need to "
668
  "delete them use the button below."
669
  msgstr ""
670
 
671
+ #: wp-cache.php:1004 wp-cache.php:2253 wp-cache.php:2272 wp-cache.php:2436
672
+ #: wp-cache.php:2922
673
  msgid "Delete Cache"
674
  msgstr ""
675
 
676
+ #: wp-cache.php:1011 wp-cache.php:2259
677
+ msgid "Delete Cache On All Blogs"
678
+ msgstr ""
679
+
680
+ #: wp-cache.php:1016
681
  msgid "Recommended Links and Plugins"
682
  msgstr ""
683
 
684
+ #: wp-cache.php:1017
685
  msgid ""
686
  "Caching is only one part of making a website faster. Here are some other "
687
  "plugins that will help:"
688
  msgstr ""
689
 
690
+ #: wp-cache.php:1018
691
  msgid ""
692
  "<a href=\"%s\">WP Minify</a> reduces the number of files served by your web "
693
  "server by joining Javascript and CSS files together. Alternatively you can "
695
  "pages. It does not however join JS/CSS files together."
696
  msgstr ""
697
 
698
+ #: wp-cache.php:1019
699
  msgid ""
700
  "<a href=\"%s\">Yahoo! Yslow</a> is an extension for the Firefox add-on "
701
  "Firebug. It analyzes web pages and suggests ways to improve their "
703
  "the performance tools online at <a href=\"%s\">GTMetrix</a>."
704
  msgstr ""
705
 
706
+ #: wp-cache.php:1020
707
  msgid ""
708
  "<a href=\"%s\">Use Google Libraries</a> allows you to load some commonly "
709
  "used Javascript libraries from Google webservers. Ironically it may reduce "
710
  "your Yslow score."
711
  msgstr ""
712
 
713
+ #: wp-cache.php:1021 ossdl-cdn.php:150
714
+ msgid ""
715
+ "The <a href=\"%1$s\">CDN Sync Tool</a> plugin will help upload files to "
716
+ "Amazon S3/Cloudfront if you would rather not depend on origin pull. See the "
717
+ "<a href=\"%2$s\">plugin support forum</a> if you have any queries about this "
718
+ "plugin."
719
+ msgstr ""
720
+
721
+ #: wp-cache.php:1022
722
  msgid ""
723
  "<strong>Advanced users only:</strong> <a href=\"%s\">Speed up your site with "
724
  "Caching and cache-control</a> explains how to make your site more cacheable "
725
  "with .htaccess rules."
726
  msgstr ""
727
 
728
+ #: wp-cache.php:1023
729
  msgid ""
730
  "<strong>Advanced users only:</strong> Install an object cache. Choose from "
731
  "<a href=\"%s\">Memcached</a>, <a href=\"%s\">XCache</a>, <a href=\"%s"
732
  "\">eAcccelerator</a> and others."
733
  msgstr ""
734
 
735
+ #: wp-cache.php:1034
736
  msgid "Make WordPress Faster"
737
  msgstr ""
738
 
739
+ #: wp-cache.php:1035
740
  msgid ""
741
  "%1$s is maintained and developed by %2$s with contributions from many others."
742
  msgstr ""
743
 
744
+ #: wp-cache.php:1036
745
  msgid "He blogs at %1$s and posts photos at %2$s."
746
  msgstr ""
747
 
748
+ #: wp-cache.php:1037
749
  msgid "Please say hi to him on %s too!"
750
  msgstr ""
751
 
752
+ #: wp-cache.php:1038
753
  msgid "Need Help?"
754
  msgstr ""
755
 
756
+ #: wp-cache.php:1040
757
  msgid "<a href=\"%1$s\">Installation Help</a>"
758
  msgstr ""
759
 
760
+ #: wp-cache.php:1041
761
  msgid "<a href=\"%1$s\">Frequently Asked Questions</a>"
762
  msgstr ""
763
 
764
+ #: wp-cache.php:1042
765
  msgid "<a href=\"%1$s\">Support Forum</a>"
766
  msgstr ""
767
 
768
+ #: wp-cache.php:1044
769
  msgid "Rate This Plugin!"
770
  msgstr ""
771
 
772
+ #: wp-cache.php:1045
773
  msgid ""
774
  "Please <a href=\"%s\">rate</a> this plugin and tell me if it works for you "
775
  "or not. It really helps development."
776
  msgstr ""
777
 
778
+ #: wp-cache.php:1054
779
  msgid "Cached pages since %1$s : <strong>%2$s</strong>"
780
  msgstr ""
781
 
782
+ #: wp-cache.php:1055
783
  msgid "Newest Cached Pages:"
784
  msgstr ""
785
 
786
+ #: wp-cache.php:1059
787
  msgid "Cached %s seconds ago"
788
  msgstr ""
789
 
790
+ #: wp-cache.php:1062
791
  msgid "(may not always be accurate on busy sites)"
792
  msgstr ""
793
 
794
+ #: wp-cache.php:1081
795
  msgid ""
796
  "Cache plugins are PHP scripts that live in a plugins folder inside the wp-"
797
  "super-cache folder. They are loaded when Supercache loads, much sooner than "
798
  "regular WordPress plugins."
799
  msgstr ""
800
 
801
+ #: wp-cache.php:1082
802
  msgid ""
803
  "This is strictly an advanced feature only and knowledge of both PHP and "
804
  "WordPress actions is required to create them."
805
  msgstr ""
806
 
807
+ #: wp-cache.php:1092
808
  msgid "Available Plugins"
809
  msgstr ""
810
 
811
+ #: wp-cache.php:1109
812
  msgid "Easy"
813
  msgstr ""
814
 
815
+ #: wp-cache.php:1109
816
  msgid "CDN"
817
  msgstr ""
818
 
819
+ #: wp-cache.php:1109
820
  msgid "Contents"
821
  msgstr ""
822
 
823
+ #: wp-cache.php:1109
824
  msgid "Preload"
825
  msgstr ""
826
 
827
+ #: wp-cache.php:1109
828
  msgid "Plugins"
829
  msgstr ""
830
 
831
+ #: wp-cache.php:1109
832
  msgid "Debug"
833
  msgstr ""
834
 
835
+ #: wp-cache.php:1144
836
  msgid ""
837
  "Notice: WP Super Cache mod_rewrite rule checks disabled unless running on <a "
838
  "href=\"%s\">the main site</a> of this network."
839
  msgstr ""
840
 
841
+ #: wp-cache.php:1153
842
  msgid "Mod Rewrite Rules"
843
  msgstr ""
844
 
845
+ #: wp-cache.php:1159
846
  msgid "WordPress MU Detected"
847
  msgstr ""
848
 
849
+ #: wp-cache.php:1159
850
  msgid ""
851
  "Unfortunately the rewrite rules cannot be updated automatically when running "
852
  "WordPress MU. Please open your .htaccess and add the following mod_rewrite "
853
  "rules above any other rules in that file."
854
  msgstr ""
855
 
856
+ #: wp-cache.php:1161
857
  msgid "Mod Rewrite rules cannot be updated!"
858
  msgstr ""
859
 
860
+ #: wp-cache.php:1162
861
  msgid ""
862
  "You must have <strong>BEGIN</strong> and <strong>END</strong> markers in %s."
863
  "htaccess for the auto update to work. They look like this and surround the "
864
  "main WordPress mod_rewrite rules:"
865
  msgstr ""
866
 
867
+ #: wp-cache.php:1164
868
  msgid "Refresh this page when you have updated your .htaccess file."
869
  msgstr ""
870
 
871
+ #: wp-cache.php:1168
872
  msgid "Thank you for upgrading."
873
  msgstr ""
874
 
875
+ #: wp-cache.php:1168
876
  msgid ""
877
  "The mod_rewrite rules changed since you last installed this plugin. "
878
  "Unfortunately you must remove the old supercache rules before the new ones "
884
  "brave enough to use them."
885
  msgstr ""
886
 
887
+ #: wp-cache.php:1172
888
  msgid "Trailing slash check required."
889
  msgstr ""
890
 
891
+ #: wp-cache.php:1172
892
  msgid ""
893
  "It looks like your blog has URLs that end with a \"/\". Unfortunately since "
894
  "you installed this plugin a duplicate content bug has been found where URLs "
897
  "and add these two rules to the two groups of Super Cache rules:"
898
  msgstr ""
899
 
900
+ #: wp-cache.php:1174
901
  msgid ""
902
  "You can see where the rules go and examine the complete rules by clicking "
903
  "the \"View mod_rewrite rules\" link below."
904
  msgstr ""
905
 
906
+ #: wp-cache.php:1188
907
  msgid "Mod Rewrite rules updated!"
908
  msgstr ""
909
 
910
+ #: wp-cache.php:1189
911
  msgid ""
912
  "%s.htaccess has been updated with the necessary mod_rewrite rules. Please "
913
  "verify they are correct. They should look like this:"
914
  msgstr ""
915
 
916
+ #: wp-cache.php:1191
917
  msgid "Mod Rewrite rules must be updated!"
918
  msgstr ""
919
 
920
+ #: wp-cache.php:1192
921
  msgid ""
922
  "Your %s.htaccess is not writable by the webserver and must be updated with "
923
  "the necessary mod_rewrite rules. The new rules go above the regular "
924
  "WordPress rules as shown in the code below:"
925
  msgstr ""
926
 
927
+ #: wp-cache.php:1197
928
  msgid ""
929
  "WP Super Cache mod rewrite rules were detected in your %s.htaccess file.<br /"
930
  "> Click the following link to see the lines added to that file. If you have "
931
  "upgraded the plugin make sure these rules match."
932
  msgstr ""
933
 
934
+ #: wp-cache.php:1200
935
  msgid ""
936
  "A difference between the rules in your .htaccess file and the plugin rewrite "
937
  "rules has been found. This could be simple whitespace differences but you "
939
  "Click the &#8217;Update Mod_Rewrite Rules&#8217; button to update the rules."
940
  msgstr ""
941
 
942
+ #: wp-cache.php:1202
943
  msgid "View Mod_Rewrite Rules"
944
  msgstr ""
945
 
946
+ #: wp-cache.php:1208 wp-cache.php:2552
947
  msgid "Rules must be added to %s too:"
948
  msgstr ""
949
 
950
+ #: wp-cache.php:1215
951
  msgid "Gzip encoding rules in %s.htaccess created."
952
  msgstr ""
953
 
954
+ #: wp-cache.php:1222
955
  msgid "Fix Configuration"
956
  msgstr ""
957
 
958
+ #: wp-cache.php:1225
959
  msgid "Restore Default Configuration"
960
  msgstr ""
961
 
962
+ #: wp-cache.php:1233
963
  msgid ""
964
  "Comment moderation is enabled. Your comment may take some time to appear."
965
  msgstr ""
966
 
967
+ #: wp-cache.php:1258
968
  msgid "Lock Down:"
969
  msgstr ""
970
 
971
+ #: wp-cache.php:1258 plugins/awaitingmoderation.php:35
972
+ #: plugins/domain-mapping.php:61 plugins/badbehaviour.php:66
973
  msgid "Disabled"
974
  msgstr ""
975
 
976
+ #: wp-cache.php:1258 plugins/awaitingmoderation.php:34
977
+ #: plugins/domain-mapping.php:60 plugins/badbehaviour.php:65
978
  msgid "Enabled"
979
  msgstr ""
980
 
981
+ #: wp-cache.php:1259
982
  msgid ""
983
  "Prepare your server for an expected spike in traffic by enabling the lock "
984
  "down. When this is enabled, new comments on a post will not refresh the "
985
  "cached static files."
986
  msgstr ""
987
 
988
+ #: wp-cache.php:1260
989
  msgid ""
990
  "Developers: Make your plugin lock down compatible by checking the "
991
  "\"WPLOCKDOWN\" constant. The following code will make sure your plugin "
992
  "respects the WPLOCKDOWN setting."
993
  msgstr ""
994
 
995
+ #: wp-cache.php:1262
996
  msgid "Sorry. My blog is locked down. Updates will appear shortly"
997
  msgstr ""
998
 
999
+ #: wp-cache.php:1266
1000
  msgid ""
1001
  "WordPress is locked down. Super Cache static files will not be deleted when "
1002
  "new comments are made."
1003
  msgstr ""
1004
 
1005
+ #: wp-cache.php:1268
1006
  msgid ""
1007
  "WordPress is not locked down. New comments will refresh Super Cache static "
1008
  "files as normal."
1009
  msgstr ""
1010
 
1011
+ #: wp-cache.php:1271 plugins/searchengine.php:61 plugins/searchengine.php:76
1012
  msgid "Disable"
1013
  msgstr ""
1014
 
1015
+ #: wp-cache.php:1271 plugins/searchengine.php:74
1016
  msgid "Enable"
1017
  msgstr ""
1018
 
1019
+ #: wp-cache.php:1274
1020
  msgid "Lock Down"
1021
  msgstr ""
1022
 
1023
+ #: wp-cache.php:1282
1024
  msgid "Directly Cached Files"
1025
  msgstr ""
1026
 
1027
+ #: wp-cache.php:1340
1028
  msgid "%s removed!"
1029
  msgstr ""
1030
 
1031
+ #: wp-cache.php:1348 wp-cache.php:1353 plugins/badbehaviour.php:83
1032
  msgid "Warning!"
1033
  msgstr ""
1034
 
1035
+ #: wp-cache.php:1348
1036
  msgid ""
1037
  "You must make %s writable to enable this feature. As this is a security risk "
1038
  "please make it readonly after your page is generated."
1039
  msgstr ""
1040
 
1041
+ #: wp-cache.php:1353
1042
  msgid ""
1043
  "%s is writable. Please make it readonly after your page is generated as this "
1044
  "is a security risk."
1045
  msgstr ""
1046
 
1047
+ #: wp-cache.php:1368
1048
  msgid "Existing direct page"
1049
  msgstr ""
1050
 
1051
+ #: wp-cache.php:1368
1052
  msgid "Delete cached file"
1053
  msgstr ""
1054
 
1055
+ #: wp-cache.php:1373
1056
  msgid "Add direct page:"
1057
  msgstr ""
1058
 
1059
+ #: wp-cache.php:1375
1060
  msgid ""
1061
  "Directly cached files are files created directly off %s where your blog "
1062
  "lives. This feature is only useful if you are expecting a major Digg or "
1063
  "Slashdot level of traffic to one post or page."
1064
  msgstr ""
1065
 
1066
+ #: wp-cache.php:1377
1067
  msgid ""
1068
  "For example: to cache <em>%1$sabout/</em>, you would enter %1$sabout/ or /"
1069
  "about/. The cached file will be generated the next time an anonymous user "
1070
  "visits that page."
1071
  msgstr ""
1072
 
1073
+ #: wp-cache.php:1378
1074
  msgid ""
1075
  "Make the textbox blank to remove it from the list of direct pages and delete "
1076
  "the cached file."
1077
  msgstr ""
1078
 
1079
+ #: wp-cache.php:1383
1080
  msgid "Update Direct Pages"
1081
  msgstr ""
1082
 
1083
+ #: wp-cache.php:1468
1084
  msgid "Expiry Time &amp; Garbage Collection"
1085
  msgstr ""
1086
 
1087
+ #: wp-cache.php:1470
1088
+ msgid "Current server time is: %s"
1089
+ msgstr ""
1090
+
1091
+ #: wp-cache.php:1472
1092
+ msgid "Next scheduled garbage collection will be at (YY-MM-DD H:M:S): %s"
1093
+ msgstr ""
1094
+
1095
+ #: wp-cache.php:1475
1096
+ msgid ""
1097
+ "Warning! <strong>PRELOAD MODE</strong> activated. Supercache files will not "
1098
+ "be deleted regardless of age."
1099
+ msgstr ""
1100
+
1101
+ #: wp-cache.php:1492
1102
+ msgid "Cache Timeout"
1103
  msgstr ""
1104
 
1105
+ #: wp-cache.php:1493 wp-cache.php:1496
1106
  msgid "seconds"
1107
  msgstr ""
1108
 
1109
+ #: wp-cache.php:1494
1110
+ msgid ""
1111
+ "How long should cached pages remain fresh? Set to 0 to disable garbage "
1112
+ "collection. A good starting point is 3600 seconds."
1113
+ msgstr ""
1114
+
1115
+ #: wp-cache.php:1495
1116
+ msgid "Scheduler"
1117
+ msgstr ""
1118
+
1119
+ #: wp-cache.php:1495
1120
+ msgid "Timer:"
1121
+ msgstr ""
1122
+
1123
+ #: wp-cache.php:1496
1124
+ msgid "Check for stale cached files every <em>interval</em> seconds."
1125
+ msgstr ""
1126
+
1127
+ #: wp-cache.php:1497
1128
+ msgid "Clock:"
1129
+ msgstr ""
1130
+
1131
+ #: wp-cache.php:1498
1132
+ msgid "HH:MM"
1133
+ msgstr ""
1134
+
1135
+ #: wp-cache.php:1498
1136
+ msgid ""
1137
+ "Check for stale cached files at this time or starting at this time every "
1138
+ "<em>interval</em> below."
1139
+ msgstr ""
1140
+
1141
+ #: wp-cache.php:1500
1142
+ msgid "Interval:"
1143
+ msgstr ""
1144
+
1145
+ #: wp-cache.php:1506
1146
+ msgid "Notification Emails"
1147
+ msgstr ""
1148
+
1149
+ #: wp-cache.php:1509
1150
  msgid "Garbage Collection"
1151
  msgstr ""
1152
 
1153
+ #: wp-cache.php:1510
1154
+ msgid ""
1155
+ "<em>Garbage collection</em> is the simple act of throwing out your garbage. "
1156
+ "For this plugin that would be old or <em>stale</em> cached files that may be "
1157
+ "out of date. New cached files are described as <em>fresh</em>."
1158
+ msgstr ""
1159
+
1160
+ #: wp-cache.php:1511
1161
+ msgid ""
1162
+ "Cached files are fresh for a limited length of time. You can set that time "
1163
+ "in the <em>Cache Timeout</em> text box on this page."
1164
+ msgstr ""
1165
+
1166
+ #: wp-cache.php:1512
1167
+ msgid ""
1168
+ "Stale cached files are not removed as soon as they become stale. They have "
1169
+ "to be removed by the garbage collecter. That is why you have to tell the "
1170
+ "plugin when the garbage collector should run."
1171
+ msgstr ""
1172
+
1173
+ #: wp-cache.php:1513
1174
+ msgid ""
1175
+ "Use the <em>Timer</em> or <em>Clock</em> schedulers to define when the "
1176
+ "garbage collector should run."
1177
+ msgstr ""
1178
+
1179
+ #: wp-cache.php:1514
1180
+ msgid ""
1181
+ "The <em>Timer</em> scheduler tells the plugin to run the garbage collector "
1182
+ "at regular intervals. When one garbage collection is done, the next run is "
1183
+ "scheduled."
1184
+ msgstr ""
1185
+
1186
+ #: wp-cache.php:1515
1187
+ msgid ""
1188
+ "Or, the <em>Clock</em> scheduler allows the garbage collection to run at "
1189
+ "specific times. If set to run hourly or twicedaily the garbage collector "
1190
+ "will be first scheduled for the time you enter here. It will then run again "
1191
+ "at the indicated interval. If set to run daily it will run once a day at the "
1192
+ "time specified."
1193
+ msgstr ""
1194
+
1195
+ #: wp-cache.php:1517
1196
+ msgid ""
1197
+ "There are no best garbage collection settings but here are a few scenarios. "
1198
+ "Garbage collection is separate to other actions that clear our cached files "
1199
+ "like leaving a comment or publishing a post."
1200
+ msgstr ""
1201
+
1202
+ #: wp-cache.php:1519
1203
+ msgid ""
1204
+ "Sites that want to serve lots of newly generated data should set the "
1205
+ "<em>Cache Timeout</em> to 60 and use the <em>Timer</em> scheduler set to 90 "
1206
+ "seconds."
1207
+ msgstr ""
1208
+
1209
+ #: wp-cache.php:1520
1210
+ msgid ""
1211
+ "Sites with widgets and rss feeds in their sidebar should probably use a "
1212
+ "timeout of 3600 seconds and set the timer to 600 seconds. Stale files will "
1213
+ "be caught within 10 minutes of going stale."
1214
+ msgstr ""
1215
+
1216
+ #: wp-cache.php:1521
1217
  msgid ""
1218
+ "Sites with lots of static content, no widgets or rss feeds in their sidebar "
1219
+ "can use a timeout of 86400 seconds or even more and set the timer to "
1220
+ "something equally long."
1221
  msgstr ""
1222
 
1223
+ #: wp-cache.php:1522
1224
+ msgid ""
1225
+ "Sites where an external data source updates at a particular time every day "
1226
+ "should set the timeout to 86400 seconds and use the Clock scheduler set "
1227
+ "appropriately."
1228
+ msgstr ""
1229
+
1230
+ #: wp-cache.php:1524
1231
  msgid ""
1232
  "Checking for and deleting expired files is expensive, but it&#8217;s "
1233
  "expensive leaving them there too. On a very busy site you should set the "
1234
+ "expiry time to <em>600 seconds</em>. Experiment with different values and "
1235
  "visit this page to see how many expired files remain at different times "
1236
  "during the day. If you are using legacy caching aim to have less than 500 "
1237
  "cached files if possible. You can have many times more cached files when "
1238
  "using mod_rewrite or PHP caching."
1239
  msgstr ""
1240
 
1241
+ #: wp-cache.php:1525
1242
  msgid "Set the expiry time to 0 seconds to disable garbage collection."
1243
  msgstr ""
1244
 
1245
+ #: wp-cache.php:1526
1246
  msgid "Change Expiration"
1247
  msgstr ""
1248
 
1249
+ #: wp-cache.php:1570
1250
  msgid "Rejected User Agents"
1251
  msgstr ""
1252
 
1253
+ #: wp-cache.php:1571
1254
  msgid ""
1255
  "Strings in the HTTP &#8217;User Agent&#8217; header that prevent WP-Cache "
1256
  "from caching bot, spiders, and crawlers&#8217; requests. Note that super "
1257
  "cached files are still sent to these agents if they already exists."
1258
  msgstr ""
1259
 
1260
+ #: wp-cache.php:1578
1261
  msgid "Save UA Strings"
1262
  msgstr ""
1263
 
1264
+ #: wp-cache.php:1601
1265
  msgid ""
1266
  "Do not cache the following page types. See the <a href=\"http://codex."
1267
  "wordpress.org/Conditional_Tags\">Conditional Tags</a> documentation for a "
1268
  "complete discussion on each type."
1269
  msgstr ""
1270
 
1271
+ #: wp-cache.php:1604
1272
  msgid "Single Posts"
1273
  msgstr ""
1274
 
1275
+ #: wp-cache.php:1605
1276
  msgid "Pages"
1277
  msgstr ""
1278
 
1279
+ #: wp-cache.php:1606
1280
  msgid "Front Page"
1281
  msgstr ""
1282
 
1283
+ #: wp-cache.php:1607
1284
  msgid "Home"
1285
  msgstr ""
1286
 
1287
+ #: wp-cache.php:1608
1288
  msgid "Archives"
1289
  msgstr ""
1290
 
1291
+ #: wp-cache.php:1609
1292
  msgid "Tags"
1293
  msgstr ""
1294
 
1295
+ #: wp-cache.php:1610
1296
  msgid "Category"
1297
  msgstr ""
1298
 
1299
+ #: wp-cache.php:1611
1300
  msgid "Feeds"
1301
  msgstr ""
1302
 
1303
+ #: wp-cache.php:1612
1304
  msgid "Search Pages"
1305
  msgstr ""
1306
 
1307
+ #: wp-cache.php:1613
1308
+ msgid "Author Pages"
1309
+ msgstr ""
1310
+
1311
+ #: wp-cache.php:1615 wp-cache.php:1729
1312
  msgid "Save"
1313
  msgstr ""
1314
 
1315
+ #: wp-cache.php:1632
1316
  msgid ""
1317
  "Add here strings (not a filename) that forces a page not to be cached. For "
1318
  "example, if your URLs include year and you dont want to cache last year "
1321
  "cache that page."
1322
  msgstr ""
1323
 
1324
+ #: wp-cache.php:1638
1325
  msgid "Save Strings"
1326
  msgstr ""
1327
 
1328
+ #: wp-cache.php:1654
1329
  msgid ""
1330
  "Add here those filenames that can be cached, even if they match one of the "
1331
  "rejected substring specified above."
1332
  msgstr ""
1333
 
1334
+ #: wp-cache.php:1660
1335
  msgid "Save Files"
1336
  msgstr ""
1337
 
1338
+ #: wp-cache.php:1701
1339
  msgid "Currently logging to: %s"
1340
  msgstr ""
1341
 
1342
+ #: wp-cache.php:1704
1343
  msgid ""
1344
  "Fix problems with the plugin by debugging it here. It can log them to a file "
1345
  "in your cache directory."
1346
  msgstr ""
1347
 
1348
+ #: wp-cache.php:1708
1349
  msgid "Debugging"
1350
  msgstr ""
1351
 
1352
+ #: wp-cache.php:1708 plugins/awaitingmoderation.php:40
1353
+ #: plugins/searchengine.php:69 plugins/domain-mapping.php:66
1354
+ #: plugins/badbehaviour.php:71
1355
  msgid "enabled"
1356
  msgstr ""
1357
 
1358
+ #: wp-cache.php:1709
1359
  msgid "IP Address"
1360
  msgstr ""
1361
 
1362
+ #: wp-cache.php:1709
1363
  msgid "(only log requests from this IP address. Your IP is %s)"
1364
  msgstr ""
1365
 
1366
+ #: wp-cache.php:1710
1367
  msgid "Log level"
1368
  msgstr ""
1369
 
1370
+ #: wp-cache.php:1716
1371
  msgid "(1 = less, 5 = more, may cause severe server load.)"
1372
  msgstr ""
1373
 
1374
+ #: wp-cache.php:1719
1375
  msgid ""
1376
  "In very rare cases two problems may arise on some blogs:<ol><li> The front "
1377
  "page may start downloading as a zip file.</li><li> The wrong page is "
1379
  "and the permalink structure is <em>/%category%/%postname%/</em>.</li></ol>"
1380
  msgstr ""
1381
 
1382
+ #: wp-cache.php:1720
1383
  msgid ""
1384
  "I&#8217;m 99% certain that they aren&#8217;t bugs in WP Super Cache and they "
1385
  "only happen in very rare cases but you can run a simple check once every 5 "
1387
  "emailed if there is a problem."
1388
  msgstr ""
1389
 
1390
+ #: wp-cache.php:1722
1391
  msgid "Check front page every 5 minutes."
1392
  msgstr ""
1393
 
1394
+ #: wp-cache.php:1723
1395
  msgid "Front page text"
1396
  msgstr ""
1397
 
1398
+ #: wp-cache.php:1723
1399
  msgid ""
1400
  "Text to search for on your front page. If this text is missing the cache "
1401
  "will be cleared. Leave blank to disable."
1402
  msgstr ""
1403
 
1404
+ #: wp-cache.php:1724
1405
  msgid "Clear cache on error."
1406
  msgstr ""
1407
 
1408
+ #: wp-cache.php:1725
1409
  msgid "Email the blog admin when checks are made. (useful for testing)"
1410
  msgstr ""
1411
 
1412
+ #: wp-cache.php:1739
1413
  msgid ""
1414
  "Error: GZIP compression is enabled, disable it if you want to enable wp-"
1415
  "cache."
1416
  msgstr ""
1417
 
1418
+ #: wp-cache.php:1786 wp-cache.php:1952
1419
  msgid "Warning"
1420
  msgstr ""
1421
 
1422
+ #: wp-cache.php:1786
1423
  msgid ""
1424
  "GZIP compression is enabled in WordPress, wp-cache will be bypassed until "
1425
  "you disable gzip compression."
1426
  msgstr ""
1427
 
1428
+ #: wp-cache.php:1848 wp-cache.php:1853 wp-cache.php:1885 wp-cache.php:1890
1429
+ #: wp-cache.php:1896
1430
  msgid "Error"
1431
  msgstr ""
1432
 
1433
+ #: wp-cache.php:1848
1434
  msgid ""
1435
  "Your cache directory (<strong>%1$s</strong>) did not exist and couldn&#8217;"
1436
  "t be created by the web server. Check %1$s permissions."
1437
  msgstr ""
1438
 
1439
+ #: wp-cache.php:1853
1440
  msgid ""
1441
  "Your cache directory (<strong>%1$s</strong>) or <strong>%2$s</strong> need "
1442
  "to be writable for this plugin to work. Double-check it."
1443
  msgstr ""
1444
 
1445
+ #: wp-cache.php:1885
1446
  msgid ""
1447
  "Your WP-Cache config file (<strong>%s</strong>) is out of date and not "
1448
  "writable by the Web server.Please delete it and refresh this page."
1449
  msgstr ""
1450
 
1451
+ #: wp-cache.php:1890
1452
  msgid ""
1453
  "Configuration file missing and %1$s directory (<strong>%2$s</strong>) is "
1454
  "not writable by the Web server.Check its permissions."
1455
  msgstr ""
1456
 
1457
+ #: wp-cache.php:1896
1458
  msgid ""
1459
  "Sample WP-Cache config file (<strong>%s</strong>) does not exist.Verify you "
1460
  "installation."
1461
  msgstr ""
1462
 
1463
+ #: wp-cache.php:1952
1464
  msgid "%s/advanced-cache.php</em> does not exist or cannot be updated."
1465
  msgstr ""
1466
 
1467
+ #: wp-cache.php:1953
1468
  msgid "1. If it already exists please delete the file first."
1469
  msgstr ""
1470
 
1471
+ #: wp-cache.php:1954
1472
  msgid ""
1473
  "2. Make %1$s writable using the chmod command through your ftp or server "
1474
  "software. (<em>chmod 777 %1$s</em>) and refresh this page. This is only a "
1476
  "again. (Change 777 to 755 in the previous command)"
1477
  msgstr ""
1478
 
1479
+ #: wp-cache.php:1955
1480
  msgid "3. Refresh this page to update <em>%s/advanced-cache.php</em>"
1481
  msgstr ""
1482
 
1483
+ #: wp-cache.php:1956
1484
  msgid ""
1485
  "If that doesn&#8217;t work, make sure the file <em>%s/advanced-cache.php</"
1486
  "em> doesn&#8217;t exist:"
1487
  msgstr ""
1488
 
1489
+ #: wp-cache.php:1957
1490
  msgid ""
1491
  "<li>1. Open <em>%1$s$wp_cache_file</em> in a text editor.</li><li>2. Change "
1492
  "the text <em>CACHEHOME</em> to <em>%2$s</em></li><li>3. Save the file and "
1493
  "copy it to <em>%3$s</em> and refresh this page.</li>"
1494
  msgstr ""
1495
 
1496
+ #: wp-cache.php:1980
1497
  msgid ""
1498
  "<h3>WP_CACHE constant set to false</h3><p>The WP_CACHE constant is used by "
1499
  "WordPress to load the code that serves cached pages. Unfortunately it is set "
1502
  "true);</code></p>"
1503
  msgstr ""
1504
 
1505
+ #: wp-cache.php:1982
1506
  msgid ""
1507
  "<strong>Error: WP_CACHE is not enabled</strong> in your <code>wp-config.php</"
1508
  "code> file and I couldn&#8217;t modify it."
1509
  msgstr ""
1510
 
1511
+ #: wp-cache.php:1983
1512
  msgid ""
1513
  "Edit <code>%s</code> and add the following line:<br /> <code>define"
1514
  "('WP_CACHE', true);</code><br />Otherwise, <strong>WP-Cache will not be "
1515
  "executed</strong> by WordPress core. "
1516
  msgstr ""
1517
 
1518
+ #: wp-cache.php:1987
1519
  msgid ""
1520
  "<h3>WP_CACHE constant added to wp-config.php</h3><p>If you continue to see "
1521
  "this warning message please see point 5 of the <a href=\"http://wordpress."
1523
  "moved up."
1524
  msgstr ""
1525
 
1526
+ #: wp-cache.php:2015
1527
  msgid "Cache Contents"
1528
  msgstr ""
1529
 
1530
+ #: wp-cache.php:2018
1531
  msgid "Object cache in use. No cache listing available."
1532
  msgstr ""
1533
 
1534
+ #: wp-cache.php:2042
1535
  msgid "Deleting supercache file: <strong>%s</strong><br />"
1536
  msgstr ""
1537
 
1538
+ #: wp-cache.php:2059
1539
  msgid "Deleting wp-cache file: <strong>%s</strong><br />"
1540
  msgstr ""
1541
 
1542
+ #: wp-cache.php:2124
1543
  msgid ""
1544
  "Cache stats are not automatically generated. You must click the link below "
1545
  "to regenerate the stats on this page."
1546
  msgstr ""
1547
 
1548
+ #: wp-cache.php:2125
1549
  msgid "Regenerate cache stats"
1550
  msgstr ""
1551
 
1552
+ #: wp-cache.php:2127
1553
  msgid "Cache stats last generated: %s minutes ago."
1554
  msgstr ""
1555
 
1556
+ #: wp-cache.php:2133
1557
  msgid "WP-Cache"
1558
  msgstr ""
1559
 
1560
+ #: wp-cache.php:2134 wp-cache.php:2149
1561
  msgid "%s Cached Pages"
1562
  msgstr ""
1563
 
1564
+ #: wp-cache.php:2135 wp-cache.php:2154
1565
  msgid "%s Expired Pages"
1566
  msgstr ""
1567
 
1568
+ #: wp-cache.php:2148
1569
  msgid "WP-Super-Cache"
1570
  msgstr ""
1571
 
1572
+ #: wp-cache.php:2158
1573
  msgid "Fresh WP-Cached Files"
1574
  msgstr ""
1575
 
1576
+ #: wp-cache.php:2159 wp-cache.php:2175 wp-cache.php:2191 wp-cache.php:2207
1577
  msgid "URI"
1578
  msgstr ""
1579
 
1580
+ #: wp-cache.php:2159 wp-cache.php:2175
1581
  msgid "Key"
1582
  msgstr ""
1583
 
1584
+ #: wp-cache.php:2159 wp-cache.php:2175 wp-cache.php:2191 wp-cache.php:2207
1585
  msgid "Age"
1586
  msgstr ""
1587
 
1588
+ #: wp-cache.php:2159 wp-cache.php:2175 wp-cache.php:2191 wp-cache.php:2207
1589
  msgid "Delete"
1590
  msgstr ""
1591
 
1592
+ #: wp-cache.php:2174
1593
  msgid "Stale WP-Cached Files"
1594
  msgstr ""
1595
 
1596
+ #: wp-cache.php:2190
1597
  msgid "Fresh Super Cached Files"
1598
  msgstr ""
1599
 
1600
+ #: wp-cache.php:2206
1601
  msgid "Stale Super Cached Files"
1602
  msgstr ""
1603
 
1604
+ #: wp-cache.php:2222
1605
  msgid "Hide file list"
1606
  msgstr ""
1607
 
1608
+ #: wp-cache.php:2224
1609
  msgid "Too many cached files, no listing possible."
1610
  msgstr ""
1611
 
1612
+ #: wp-cache.php:2226
1613
  msgid "List all cached files"
1614
  msgstr ""
1615
 
1616
+ #: wp-cache.php:2232
1617
  msgid ""
1618
  "<strong>Garbage Collection</strong><br />Last GC was <strong>%s</strong> "
1619
  "minutes ago<br />"
1620
  msgstr ""
1621
 
1622
+ #: wp-cache.php:2233
1623
  msgid "Next GC in <strong>%s</strong> minutes"
1624
  msgstr ""
1625
 
1626
+ #: wp-cache.php:2236
1627
  msgid ""
1628
  "Expired files are files older than %s seconds. They are still used by the "
1629
  "plugin and are deleted periodically."
1630
  msgstr ""
1631
 
1632
+ #: wp-cache.php:2247
1633
  msgid "Delete Expired"
1634
  msgstr ""
1635
 
1636
+ #: wp-cache.php:2272
1637
  msgid "Delete Super Cache cached files (opens in new window)"
1638
  msgstr ""
1639
 
1640
+ #: wp-cache.php:2412
1641
+ msgid "%1$s is Stephen Fry proof thanks to caching by %2$s"
1642
  msgstr ""
1643
 
1644
+ #: wp-cache.php:2445
1645
  msgid ""
1646
  "WP Super Cache must be configured. Go to <a href=\"%s\">the admin page</a> "
1647
  "to enable and configure the plugin."
1648
  msgstr ""
1649
 
1650
+ #: wp-cache.php:2451
1651
  msgid "Settings"
1652
  msgstr ""
1653
 
1654
+ #: wp-cache.php:2461
1655
  msgid ""
1656
  "WP Super Cache is disabled. Please go to the <a href=\"%s\">plugin admin "
1657
  "page</a> to enable caching."
1658
  msgstr ""
1659
 
1660
+ #: wp-cache.php:2464
1661
  msgid ""
1662
  "Warning! WP Super Cache caching broken! The script advanced-cache.php could "
1663
  "not load wp-cache-phase1.php.<br /><br />Please edit %1$s/advanced-cache.php "
1664
  "and make sure the path to %2$swp-cache-phase1.php is correct."
1665
  msgstr ""
1666
 
1667
+ #: wp-cache.php:2483
1668
  msgid "[%s] Front page is gzipped! Please clear cache!"
1669
  msgstr ""
1670
 
1671
+ #: wp-cache.php:2483
1672
  msgid ""
1673
  "Please visit %s to clear the cache as the front page of your site is now "
1674
  "downloading!"
1675
  msgstr ""
1676
 
1677
+ #: wp-cache.php:2486
1678
  msgid "[%s] Front page is gzipped! Cache Cleared!"
1679
  msgstr ""
1680
 
1681
+ #: wp-cache.php:2486
1682
  msgid ""
1683
  "The cache on your blog has been cleared because the front page of your site "
1684
  "is now downloading. Please visit %s to verify the cache has been cleared."
1685
  msgstr ""
1686
 
1687
+ #: wp-cache.php:2493
1688
  msgid "[%s] Front page is not correct! Please clear cache!"
1689
  msgstr ""
1690
 
1691
+ #: wp-cache.php:2493
1692
  msgid ""
1693
  "Please visit %1$s to clear the cache as the front page of your site is not "
1694
  "correct and missing the text, \"%2$s\"!"
1695
  msgstr ""
1696
 
1697
+ #: wp-cache.php:2496
1698
  msgid "[%s] Front page is not correct! Cache Cleared!"
1699
  msgstr ""
1700
 
1701
+ #: wp-cache.php:2496
1702
  msgid ""
1703
  "The cache on your blog has been cleared because the front page of your site "
1704
  "is missing the text \"%2$s\". Please visit %1$s to verify the cache has been "
1705
  "cleared."
1706
  msgstr ""
1707
 
1708
+ #: wp-cache.php:2501
1709
  msgid "[%s] Front page check!"
1710
  msgstr ""
1711
 
1712
+ #: wp-cache.php:2501
1713
  msgid ""
1714
  "WP Super Cache has checked the front page of your blog. Please visit %s if "
1715
  "you would like to disable this."
1716
  msgstr ""
1717
 
1718
+ #: wp-cache.php:2544
1719
  msgid "Cannot update .htaccess"
1720
  msgstr ""
1721
 
1722
+ #: wp-cache.php:2544
1723
  msgid ""
1724
  "The file <code>%s.htaccess</code> cannot be modified by the web server. "
1725
  "Please correct this using the chmod command or your ftp client."
1726
  msgstr ""
1727
 
1728
+ #: wp-cache.php:2544
1729
  msgid "Refresh this page when the file permissions have been modified."
1730
  msgstr ""
1731
 
1732
+ #: wp-cache.php:2544
1733
  msgid ""
1734
  "Alternatively, you can edit your <code>%s.htaccess</code> file manually and "
1735
  "add the following code (before any WordPress rules):"
1736
  msgstr ""
1737
 
1738
+ #: wp-cache.php:2548
1739
  msgid ""
1740
  "To serve static html files your server must have the correct mod_rewrite "
1741
  "rules added to a file called <code>%s.htaccess</code>"
1742
  msgstr ""
1743
 
1744
+ #: wp-cache.php:2549
1745
  msgid "You can edit the file yourself add the following rules."
1746
  msgstr ""
1747
 
1748
+ #: wp-cache.php:2550
1749
  msgid " Make sure they appear before any existing WordPress rules. "
1750
  msgstr ""
1751
 
1752
+ #: wp-cache.php:2558
1753
  msgid "Update Mod_Rewrite Rules"
1754
  msgstr ""
1755
 
1756
+ #: wp-cache.php:2692
1757
  msgid "[%1$s] Cache Preload Started"
1758
  msgstr ""
1759
 
1760
+ #: wp-cache.php:2720
1761
+ msgid "[%1$s] Refreshing %2$s taxonomy from %3$d to %4$d"
1762
+ msgstr ""
1763
+
1764
+ #: wp-cache.php:2755
1765
  msgid "[%1$s] Refreshing posts from %2$d to %3$d"
1766
  msgstr ""
1767
 
1768
+ #: wp-cache.php:2773
1769
  msgid "[%1$s] Cache Preload Stopped"
1770
  msgstr ""
1771
 
1772
+ #: wp-cache.php:2782
1773
  msgid "[%1$s] %2$d posts refreshed"
1774
  msgstr ""
1775
 
1776
+ #: wp-cache.php:2782
1777
  msgid "Refreshed the following posts:"
1778
  msgstr ""
1779
 
1780
+ #: wp-cache.php:2791
1781
  msgid "Scheduling next preload refresh in %d minutes."
1782
  msgstr ""
1783
 
1784
+ #: wp-cache.php:2801
1785
  msgid "[%s] Cache Preload Completed"
1786
  msgstr ""
1787
 
1788
+ #: wp-cache.php:2801
1789
  msgid "Cleaning up old supercache files."
1790
  msgstr ""
1791
 
1792
+ #: wp-cache.php:2843
1793
  msgid "[%s] Preload may have stalled."
1794
  msgstr ""
1795
 
1796
+ #: wp-cache.php:2843
1797
  msgid ""
1798
  "Preload has been restarted.\n"
1799
  "%s"
1800
  msgstr ""
1801
 
1802
+ #: wp-cache.php:2886
1803
  msgid "Supercache Uninstall Problems"
1804
  msgstr ""
1805
 
1806
+ #: wp-cache.php:2886
1807
  msgid ""
1808
  "Dear User,\n"
1809
  "\n"
1821
  "http://wordpress.org/extend/plugins/wp-super-cache/"
1822
  msgstr ""
1823
 
1824
+ #: ossdl-cdn.php:149
1825
+ msgid ""
1826
+ "Your website probably uses lots of static files. Image, Javascript and CSS "
1827
+ "files are usually static files that could just as easily be served from "
1828
+ "another site or CDN. Therefore this plugin replaces any links in the "
1829
+ "<code>wp-content</code> and <code>wp-includes</code> directories (except for "
1830
+ "PHP files) on your site with the URL you provide below. That way you can "
1831
+ "either copy all the static content to a dedicated host or mirror the files "
1832
+ "to a CDN by <a href=\"http://knowledgelayer.softlayer.com/questions/365/How"
1833
+ "+does+Origin+Pull+work%3F\" target=\"_blank\">origin pull</a>."
1834
+ msgstr ""
1835
+
1836
+ #: ossdl-cdn.php:151
1837
+ msgid ""
1838
+ "<strong style=\"color: red\">WARNING:</strong> Test some static urls e.g., %"
1839
+ "s to ensure your CDN service is fully working before saving changes."
1840
+ msgstr ""
1841
+
1842
+ #: ossdl-cdn.php:152
1843
+ msgid "You can define different CDN URLs for each site on a multsite network."
1844
+ msgstr ""
1845
+
1846
+ #: ossdl-cdn.php:160
1847
+ msgid "Enable CDN Support"
1848
+ msgstr ""
1849
+
1850
+ #: ossdl-cdn.php:163
1851
+ msgid "Off-site URL"
1852
+ msgstr ""
1853
+
1854
+ #: ossdl-cdn.php:166
1855
+ msgid ""
1856
+ "The new URL to be used in place of %1$s for rewriting. No trailing <code>/</"
1857
+ "code> please.<br />Example: <code>%2$s</code>."
1858
+ msgstr ""
1859
+
1860
+ #: ossdl-cdn.php:170
1861
+ msgid "Include directories"
1862
+ msgstr ""
1863
+
1864
+ #: ossdl-cdn.php:173
1865
+ msgid ""
1866
+ "Directories to include in static file matching. Use a comma as the "
1867
+ "delimiter. Default is <code>wp-content, wp-includes</code>, which will be "
1868
+ "enforced if this field is left empty."
1869
+ msgstr ""
1870
+
1871
+ #: ossdl-cdn.php:177
1872
+ msgid "Exclude if substring"
1873
+ msgstr ""
1874
+
1875
+ #: ossdl-cdn.php:180
1876
+ msgid ""
1877
+ "Excludes something from being rewritten if one of the above strings is found "
1878
+ "in the match. Use a comma as the delimiter like this, <code>.php, .flv, .do</"
1879
+ "code>, and always include <code>.php</code> (default)."
1880
+ msgstr ""
1881
+
1882
+ #: ossdl-cdn.php:184
1883
+ msgid "Additional CNAMES"
1884
+ msgstr ""
1885
+
1886
+ #: ossdl-cdn.php:187
1887
+ msgid ""
1888
+ "These <a href=\"http://en.wikipedia.org/wiki/CNAME_record\">CNAMES</a> will "
1889
+ "be used in place of %1$s for rewriting (in addition to the off-site URL "
1890
+ "above). Use a comma as the delimiter. For pages with a large number of "
1891
+ "static files, this can improve browser performance. CNAMEs may also need to "
1892
+ "be configured on your CDN.<br />Example: %2$s"
1893
+ msgstr ""
1894
+
1895
+ #: ossdl-cdn.php:191
1896
+ msgid "Skip https URLs to avoid \"mixed content\" errors"
1897
+ msgstr ""
1898
+
1899
+ #: ossdl-cdn.php:195
1900
+ msgid "Save Changes"
1901
+ msgstr ""
1902
+
1903
+ #: ossdl-cdn.php:197
1904
+ msgid ""
1905
+ "CDN functionality provided by <a href=\"http://wordpress.org/extend/plugins/"
1906
+ "ossdl-cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark."
1907
+ "ossdl.de/\">Mark Kubacki</a>"
1908
+ msgstr ""
1909
+
1910
  #: plugins/awaitingmoderation.php:4
1911
  msgid "Your comment is awaiting moderation."
1912
  msgstr ""
1921
  "moderation.\" when someone leaves a moderated comment."
1922
  msgstr ""
1923
 
1924
+ #: plugins/awaitingmoderation.php:42 plugins/searchengine.php:67
1925
+ #: plugins/domain-mapping.php:68 plugins/badbehaviour.php:73
1926
  msgid "disabled"
1927
  msgstr ""
1928
 
1930
  msgid "Awaiting Moderation is now %s"
1931
  msgstr ""
1932
 
1933
+ #: plugins/awaitingmoderation.php:45 plugins/domain-mapping.php:71
1934
+ #: plugins/badbehaviour.php:76
1935
  msgid "Update"
1936
  msgstr ""
1937
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1938
  #: plugins/searchengine.php:71
1939
  msgid ""
1940
  "<a href=\"http://ocaoimh.ie/no-adverts-for-friends/\">No Adverts for "
1967
  "Domain Mapping plugin detected! Please go to the Supercache plugins page and "
1968
  "enable the domain mapping helper plugin."
1969
  msgstr ""
1970
+
1971
+ #: plugins/badbehaviour.php:47
1972
+ msgid "Bad Behaviour not found. Please check your install."
1973
+ msgstr ""
1974
+
1975
+ #: plugins/badbehaviour.php:63
1976
+ msgid "Bad Behavior"
1977
+ msgstr ""
1978
+
1979
+ #: plugins/badbehaviour.php:68
1980
+ msgid ""
1981
+ "(Only legacy caching supported, disabled compression and requires <a href="
1982
+ "\"http://www.bad-behavior.ioerror.us/\">Bad Behavior</a> in \"%s/plugins/bad-"
1983
+ "behavior/\") "
1984
+ msgstr ""
1985
+
1986
+ #: plugins/badbehaviour.php:74
1987
+ msgid "Bad Behavior support is now %s"
1988
+ msgstr ""
1989
+
1990
+ #: wp-cache-phase2.php:1093
1991
+ msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
1992
+ msgstr ""
1993
+
1994
+ #: wp-cache-phase2.php:1097
1995
+ msgid ""
1996
+ "Cache expiry cron job took more than 30 seconds. You should probably run the "
1997
+ "garbage collector more often."
1998
+ msgstr ""
1999
+
2000
+ #: wp-cache-phase2.php:1106
2001
+ msgid "[%1$s] WP Super Cache GC Report"
2002
+ msgstr ""