forked from Automattic/wp-super-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wp-super-cache.pot
2242 lines (1810 loc) · 56.8 KB
/
wp-super-cache.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2017 WP Super Cache
# This file is distributed under the same license as the WP Super Cache package.
msgid ""
msgstr ""
"Project-Id-Version: WP Super Cache 1.4.9\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-super-cache\n"
"POT-Creation-Date: 2017-02-28 12:51:09+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: ossdl-cdn.php:153
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=\"https://knowledgelayer.softlayer.com/faq/how-does-"
"origin-pull-work\" target=\"_blank\">origin pull</a>."
msgstr ""
#: ossdl-cdn.php:154
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."
msgstr ""
#: ossdl-cdn.php:155
msgid "You can define different CDN URLs for each site on a multsite network."
msgstr ""
#: ossdl-cdn.php:163
msgid "Enable CDN Support"
msgstr ""
#: ossdl-cdn.php:166
msgid "Off-site URL"
msgstr ""
#: ossdl-cdn.php:169
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>."
msgstr ""
#: ossdl-cdn.php:173
msgid "Include directories"
msgstr ""
#: ossdl-cdn.php:176
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."
msgstr ""
#: ossdl-cdn.php:180
msgid "Exclude if substring"
msgstr ""
#: ossdl-cdn.php:183
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)."
msgstr ""
#: ossdl-cdn.php:187
msgid "Additional CNAMES"
msgstr ""
#: ossdl-cdn.php:190
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"
msgstr ""
#: ossdl-cdn.php:194
msgid "Skip https URLs to avoid \"mixed content\" errors"
msgstr ""
#: ossdl-cdn.php:198
msgid "Save Changes"
msgstr ""
#: ossdl-cdn.php:200
msgid ""
"CDN functionality provided by <a href=\"http://wordpress.org/plugins/ossdl-"
"cdn-off-linker/\">OSSDL CDN Off Linker</a> by <a href=\"http://mark.ossdl.de/"
"\">Mark Kubacki</a>"
msgstr ""
#: plugins/awaitingmoderation.php:4
msgid "Your comment is awaiting moderation."
msgstr ""
#: plugins/awaitingmoderation.php:32
msgid "Awaiting Moderation"
msgstr ""
#: plugins/awaitingmoderation.php:34 plugins/badbehaviour.php:65
#: plugins/domain-mapping.php:75 plugins/jetpack.php:31
#: plugins/searchengine.php:69 plugins/wptouch.php:22 wp-cache.php:1500
msgid "Enabled"
msgstr ""
#: plugins/awaitingmoderation.php:35 plugins/badbehaviour.php:66
#: plugins/domain-mapping.php:76 plugins/jetpack.php:32
#: plugins/searchengine.php:70 plugins/wptouch.php:23 wp-cache.php:1500
msgid "Disabled"
msgstr ""
#: plugins/awaitingmoderation.php:36
msgid ""
"Enables or disables plugin to Remove the text \"Your comment is awaiting "
"moderation.\" when someone leaves a moderated comment."
msgstr ""
#: plugins/awaitingmoderation.php:40 plugins/badbehaviour.php:71
#: plugins/domain-mapping.php:81 plugins/jetpack.php:37
#: plugins/searchengine.php:75 plugins/wptouch.php:28 wp-cache.php:1977
#: wp-cache.php:1979
msgid "enabled"
msgstr ""
#: plugins/awaitingmoderation.php:42 plugins/badbehaviour.php:73
#: plugins/domain-mapping.php:83 plugins/jetpack.php:39
#: plugins/searchengine.php:77 plugins/wptouch.php:30
msgid "disabled"
msgstr ""
#: plugins/awaitingmoderation.php:43
msgid "Awaiting Moderation is now %s"
msgstr ""
#: plugins/awaitingmoderation.php:45 plugins/badbehaviour.php:76
#: plugins/domain-mapping.php:86 plugins/jetpack.php:42
#: plugins/searchengine.php:80 plugins/wptouch.php:33
msgid "Update"
msgstr ""
#: plugins/badbehaviour.php:47
msgid "Bad Behaviour not found. Please check your install."
msgstr ""
#: plugins/badbehaviour.php:63
msgid "Bad Behavior"
msgstr ""
#: plugins/badbehaviour.php:68
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/\") "
msgstr ""
#: plugins/badbehaviour.php:74
msgid "Bad Behavior support is now %s"
msgstr ""
#: plugins/badbehaviour.php:83 wp-cache.php:1593 wp-cache.php:1598
msgid "Warning!"
msgstr ""
#: plugins/domain-mapping.php:73
msgid "Domain Mapping"
msgstr ""
#: plugins/domain-mapping.php:78
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."
msgstr ""
#: plugins/domain-mapping.php:84
msgid "Domain Mapping support is now %s"
msgstr ""
#: plugins/domain-mapping.php:98
msgid ""
"Domain Mapping plugin detected! Please go to the Supercache plugins page and "
"enable the domain mapping helper plugin."
msgstr ""
#: plugins/jetpack.php:25
msgid "Jetpack Mobile Theme"
msgstr ""
#: plugins/jetpack.php:28
msgid ""
"Jetpack not found in %s. Install it and enable the mobile theme and this "
"helper plugin to cache visits by mobile visitors."
msgstr ""
#: plugins/jetpack.php:34
msgid ""
"Provides support for the <a href=\"http://wordpress.org/extend/plugins/"
"jetpack/\">Jetpack</a> mobile theme and plugin. PHP caching mode and mobile "
"support will be enabled too."
msgstr ""
#: plugins/jetpack.php:40
msgid "Jetpack Mobile Theme support is now %s"
msgstr ""
#: plugins/multisite.php:13
msgid "Cached"
msgstr ""
#: plugins/multisite.php:31 wp-cache.php:1513
msgid "Enable"
msgstr ""
#: plugins/multisite.php:33 plugins/searchengine.php:61 wp-cache.php:1513
msgid "Disable"
msgstr ""
#: plugins/multisite.php:39
msgid "Caching has been disabled on this blog on the Network Admin Sites page."
msgstr ""
#: plugins/searchengine.php:67
msgid "No Adverts for Friends"
msgstr ""
#: plugins/searchengine.php:72
msgid ""
"Provides support for <a href=\"http://ocaoimh.ie/no-adverts-for-friends/"
"\">No Adverts for Friends</a>."
msgstr ""
#: plugins/searchengine.php:78
msgid "No Adverts for Friends support is now %s"
msgstr ""
#: plugins/wptouch.php:20
msgid "WPTouch"
msgstr ""
#: plugins/wptouch.php:25
msgid ""
"Provides support for <a href=\"http://wordpress.org/extend/plugins/wptouch/"
"\">WPTouch</a> mobile theme and plugin."
msgstr ""
#: plugins/wptouch.php:31
msgid "WPTouch support is now %s"
msgstr ""
#: plugins/wptouch.php:45
msgid ""
"WPTouch plugin detected! Please go to the Supercache plugins page and enable "
"the WPTouch helper plugin."
msgstr ""
#: wp-cache-phase2.php:1389
msgid "Cache expiry cron job failed. Job will run again in 10 seconds."
msgstr ""
#: wp-cache-phase2.php:1393
msgid ""
"Cache expiry cron job took more than 30 seconds. You should probably run the "
"garbage collector more often."
msgstr ""
#: wp-cache-phase2.php:1402
msgid "[%1$s] WP Super Cache GC Report"
msgstr ""
#: wp-cache.php:111
msgid ""
"Please create %s /wp-cache-config.php from wp-super-cache/wp-cache-config-"
"sample.php"
msgstr ""
#: wp-cache.php:203
msgid "Warning! PHP Safe Mode Enabled!"
msgstr ""
#: wp-cache.php:204
msgid ""
"You may experience problems running this plugin because SAFE MODE is enabled."
msgstr ""
#: wp-cache.php:208
msgid ""
"Your server is set up to check the owner of PHP scripts before allowing them "
"to read and write files."
msgstr ""
#: wp-cache.php:209
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."
msgstr ""
#: wp-cache.php: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."
msgstr ""
#: wp-cache.php:217
msgid "Permlink Structure Error"
msgstr ""
#: wp-cache.php:218
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."
msgstr ""
#: wp-cache.php:230
msgid "Warning! Your hostname \"%s\" resolves to %s"
msgstr ""
#: wp-cache.php:231
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."
msgstr ""
#: wp-cache.php:232 wp-cache.php:246
msgid ""
"Please see entry 16 in the <a href=\"%s\">Troubleshooting section</a> of the "
"readme.txt"
msgstr ""
#: wp-cache.php:245
msgid ""
"Unfortunately, WordPress cannot find the file wp-cron.php. This script is "
"required for the correct operation of garbage collection by this plugin, "
"WordPress scheduled posts as well as other critical activities."
msgstr ""
#: wp-cache.php:259
msgid "Cannot continue... fix previous problems and retry."
msgstr ""
#: wp-cache.php:268
msgid "Zlib Output Compression Enabled!"
msgstr ""
#: wp-cache.php:269
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."
msgstr ""
#: wp-cache.php:273
msgid "Mod rewrite may not be installed!"
msgstr ""
#: wp-cache.php:274
msgid ""
"It appears that mod_rewrite is not installed. Sometimes this check isn’"
"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."
msgstr ""
#: wp-cache.php:280
msgid "Read Only Mode. Configuration cannot be changed."
msgstr ""
#: wp-cache.php:281
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 web server to "
"make any changes."
msgstr ""
#: wp-cache.php:282
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’s globally "
"writeable and it should be fine."
msgstr ""
#: wp-cache.php:283 wp-cache.php:332
msgid ""
"<a href=\"http://codex.wordpress.org/Changing_File_Permissions\">This page</"
"a> explains how to change file permissions."
msgstr ""
#: wp-cache.php:284
msgid "Writeable:"
msgstr ""
#: wp-cache.php:285
msgid "Read-only:"
msgstr ""
#: wp-cache.php:303
msgid "Warning! Garbage collection is not scheduled!"
msgstr ""
#: wp-cache.php:304
msgid ""
"Garbage collection by this plugin clears out expired and old cached pages on "
"a regular basis. Use <a href=\"#expirytime\">this form</a> to enable it."
msgstr ""
#: wp-cache.php:309 wp-cache.php:337 wp-cache.php:409 wp-cache.php:2169
msgid "Dismiss"
msgstr ""
#: wp-cache.php:330
msgid "Warning! %s is writeable!"
msgstr ""
#: wp-cache.php:331
msgid ""
"You should change the permissions on %s and make it more restrictive. Use "
"your ftp client, or the following command to fix things:"
msgstr ""
#: wp-cache.php:349
msgid "Mobile rewrite rules detected"
msgstr ""
#: wp-cache.php:350
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."
msgstr ""
#: wp-cache.php:350
msgid ""
"This will have no affect on ordinary users but mobile users will see "
"uncached pages."
msgstr ""
#: wp-cache.php:356 wp-cache.php:367
msgid "Rewrite rules must be updated"
msgstr ""
#: wp-cache.php:357 wp-cache.php:368
msgid "The rewrite rules required by this plugin have changed or are missing. "
msgstr ""
#: wp-cache.php:358
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):"
msgstr ""
#: wp-cache.php:359
msgid "Set the plugin to legacy mode and enable mobile support."
msgstr ""
#: wp-cache.php:360 wp-cache.php:369
msgid ""
"Scroll down the Advanced Settings page and click the <strong>Update "
"Mod_Rewrite Rules</strong> button."
msgstr ""
#: wp-cache.php:361
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."
msgstr ""
#: wp-cache.php:362
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_|%s|wp-postpass_).*$</code> add "
"these lines: (do it twice, once for each section)"
msgstr ""
#: wp-cache.php:375
msgid "Required to serve compressed supercache files properly."
msgstr ""
#: wp-cache.php:375
msgid ""
"Required to set caching information on supercache pages. IE7 users will see "
"old pages without this module."
msgstr ""
#: wp-cache.php:375
msgid ""
"Set the expiry date on supercached pages. Visitors may not see new pages "
"when they refresh or leave comments without this module."
msgstr ""
#: wp-cache.php:382
msgid "Missing Apache Modules"
msgstr ""
#: wp-cache.php:383
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."
msgstr ""
#: wp-cache.php:403
msgid ".htaccess file may need to be moved"
msgstr ""
#: wp-cache.php:404
msgid ""
"It appears you have WordPress installed in a sub directory as described <a "
"href=\"http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory\">here</"
"a>. Unfortunately, WordPress writes to the .htaccess in the install "
"directory, not where your site is served from.<br />When you update the "
"rewrite rules in this plugin you will have to copy the file to where your "
"site is hosted. This will be fixed in the future."
msgstr ""
#: wp-cache.php:663
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."
msgstr ""
#: wp-cache.php:763
msgid "WP Super Cache Settings"
msgstr ""
#: wp-cache.php:777
msgid ""
"Notice: <em>Mod_rewrite or Legacy caching enabled</em>. Showing Advanced "
"Settings Page by default."
msgstr ""
#: wp-cache.php:788
msgid ""
"Configuration file changed, some values might be wrong. Load the page again "
"from the \"Settings\" menu to reset them."
msgstr ""
#: wp-cache.php:820
msgid "Caching must be enabled to use this feature"
msgstr ""
#: wp-cache.php:838 wp-cache.php:978
msgid "Cancel Cache Preload"
msgstr ""
#: wp-cache.php:846
msgid ""
"Scheduled preloading of cache almost cancelled. It may take up to a minute "
"for it to cancel completely."
msgstr ""
#: wp-cache.php:857
msgid "Scheduled preloading of cache cancelled."
msgstr ""
#: wp-cache.php:889 wp-cache.php:976
msgid "Preload Cache Now"
msgstr ""
#: wp-cache.php:893
msgid "Scheduled preloading of cache in 10 seconds."
msgstr ""
#: wp-cache.php:898
msgid "Scheduled preloading of cache in %d minutes"
msgstr ""
#: wp-cache.php:902
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."
msgstr ""
#: wp-cache.php:903
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."
msgstr ""
#: wp-cache.php:904
msgid ""
"In ’Preload Mode’ 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."
msgstr ""
#: wp-cache.php:908
msgid ""
"Refresh preloaded cache files every %s minutes. (0 to disable, minimum %d "
"minutes.)"
msgstr ""
#: wp-cache.php:921
msgid "all"
msgstr ""
#: wp-cache.php:934
msgid "Preload %s posts."
msgstr ""
#: wp-cache.php:941
msgid ""
"Preload mode (garbage collection only on legacy cache files. Recommended.)"
msgstr ""
#: wp-cache.php:944
msgid "Preload tags, categories and other taxonomies."
msgstr ""
#: wp-cache.php:947
msgid "Send me status emails when files are refreshed."
msgstr ""
#: wp-cache.php:952
msgid "Many emails, 2 emails per 100 posts."
msgstr ""
#: wp-cache.php:955
msgid "Medium, 1 email per 100 posts."
msgstr ""
#: wp-cache.php:958
msgid "Less emails, 1 at the start and 1 at the end of preloading all posts."
msgstr ""
#: wp-cache.php:962
msgid "Refresh of cache in %d hours %d minutes and %d seconds."
msgstr ""
#: wp-cache.php:963
msgid "Full refresh of cache in %d hours %d minutes and %d seconds."
msgstr ""
#: wp-cache.php:969
msgid "Currently caching from post %d to %d."
msgstr ""
#: wp-cache.php:973
msgid "<strong>Page last cached:</strong> %s"
msgstr ""
#: wp-cache.php:976
msgid "Update Settings"
msgstr ""
#: wp-cache.php:984
msgid ""
"Preloading of cache disabled. Please disable legacy page caching or talk to "
"your host administrator."
msgstr ""
#: wp-cache.php:1001 wp-cache.php:1146
msgid "Caching"
msgstr ""
#: wp-cache.php:1005 wp-cache.php:1149
msgid "Caching On"
msgstr ""
#: wp-cache.php:1005 wp-cache.php:1008 wp-cache.php:1024 wp-cache.php:1029
#: wp-cache.php:1030 wp-cache.php:1037 wp-cache.php:1064 wp-cache.php:1149
msgid "Recommended"
msgstr ""
#: wp-cache.php:1006 wp-cache.php:1150
msgid "Caching Off"
msgstr ""
#: wp-cache.php:1007
msgid "Use mod_rewrite to serve cache files."
msgstr ""
#: wp-cache.php:1008
msgid "Use PHP to serve cache files."
msgstr ""
#: wp-cache.php:1009
msgid "Legacy page caching."
msgstr ""
#: wp-cache.php:1010
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."
msgstr ""
#: wp-cache.php:1016
msgid "Miscellaneous"
msgstr ""
#: wp-cache.php:1022
msgid "Warning! Compression is disabled as gzencode() function was not found."
msgstr ""
#: wp-cache.php:1024
msgid "Compress pages so they’re served more quickly to visitors."
msgstr ""
#: wp-cache.php:1025
msgid ""
"Compression is disabled by default because some hosts have problems with "
"compressed files. Switching it on and off clears the cache."
msgstr ""
#: wp-cache.php:1029
msgid ""
"Don’t cache pages for <acronym title=\"Logged in users and those that "
"comment\">known users</acronym>."
msgstr ""
#: wp-cache.php:1030
msgid ""
"Cache rebuild. Serve a supercache file to anonymous users while a new file "
"is being generated."
msgstr ""
#: wp-cache.php:1037
msgid ""
"304 Not Modified browser caching. Indicate when a page has not been modified "
"since it was last requested."
msgstr ""
#: wp-cache.php:1040
msgid ""
"Warning! 304 browser caching is only supported when mod_rewrite caching is "
"not used."
msgstr ""
#: wp-cache.php:1042
msgid ""
"304 support is disabled by default because some hosts have had problems with "
"the headers used in the past."
msgstr ""
#: wp-cache.php:1045
msgid "Don’t cache pages with GET parameters. (?x=y at the end of a url)"
msgstr ""
#: wp-cache.php:1046
msgid ""
"Make known users anonymous so they’re served supercached static files."
msgstr ""
#: wp-cache.php:1047
msgid ""
"Proudly tell the world your server is <a href=\"%s\">Stephen Fry proof</a>! "
"(places a message in your blog’s footer)"
msgstr ""
#: wp-cache.php:1053 wp-cache.php:1350 wp-cache.php:1986
msgid "Advanced"
msgstr ""
#: wp-cache.php:1057
msgid ""
"Enable dynamic caching. Requires PHP or legacy caching. (See <a href="
"\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> or wp-super-"
"cache/plugins/dynamic-cache-test.php for example code.)"
msgstr ""
#: wp-cache.php:1058
msgid ""
"Mobile device support. (External plugin or theme required. See the <a href="
"\"http://wordpress.org/plugins/wp-super-cache/faq/\">FAQ</a> for further "
"details.)"
msgstr ""
#: wp-cache.php:1060
msgid "Mobile Browsers"
msgstr ""
#: wp-cache.php:1060
msgid "Mobile Prefixes"
msgstr ""
#: wp-cache.php:1062
msgid ""
"Remove UTF8/blog charset support from .htaccess file. Only necessary if you "
"see odd characters or punctuation looks incorrect. Requires rewrite rules "
"update."
msgstr ""
#: wp-cache.php:1063
msgid "Clear all cache files when a post or page is published or updated."
msgstr ""
#: wp-cache.php:1064
msgid "Extra homepage checks. (Very occasionally stops homepage caching)"
msgstr ""
#: wp-cache.php:1065
msgid "Only refresh current page when comments made."
msgstr ""
#: wp-cache.php:1066
msgid "List the newest cached pages on this page."
msgstr ""
#: wp-cache.php:1068
msgid ""
"Coarse file locking. You do not need this as it will slow down your website."
msgstr ""
#: wp-cache.php:1070
msgid ""
"Late init. Display cached files after WordPress has loaded. Most useful in "
"legacy mode."
msgstr ""
#: wp-cache.php:1072
msgid "Use object cache to store cached files."
msgstr ""
#: wp-cache.php:1072
msgid "(Experimental)"
msgstr ""
#: wp-cache.php:1074
msgid "<strong>DO NOT CACHE PAGE</strong> secret key: <a href=\"%s\">%s</a>"
msgstr ""
#: wp-cache.php:1079
msgid "Cache Location"
msgstr ""
#: wp-cache.php:1084
msgid ""
"Change the location of your cache files. The default is WP_CONTENT_DIR . /"
"cache/ which translates to %s."
msgstr ""
#: wp-cache.php:1085
msgid "You must give the full path to the directory."
msgstr ""
#: wp-cache.php:1086
msgid ""
"If the directory does not exist, it will be created. Please make sure your "
"web server user has write access to the parent directory. The parent "
"directory must exist."
msgstr ""
#: wp-cache.php:1087
msgid ""
"If the new cache directory does not exist, it will be created and the "
"contents of the old cache directory will be moved there. Otherwise, the old "
"cache directory will be left where it is."
msgstr ""
#: wp-cache.php:1088
msgid ""
"Submit a blank entry to set it to the default directory, WP_CONTENT_DIR . /"
"cache/."
msgstr ""
#: wp-cache.php:1090
msgid ""
"The plugin detected a bare directory index in your cache directory, which "
"would let visitors see your cache files directly and might expose private "
"posts."
msgstr ""
#: wp-cache.php:1092
msgid ""
"You are using mod_rewrite to serve cache files so the plugin has added "
"<q>Options -Indexes</q> to the .htaccess file in the cache directory to "
"disable indexes. However, if that does not work, you should contact your "
"system administrator or support and ask for them to be disabled, or use PHP "
"mode and move the cache outside of the web root."
msgstr ""
#: wp-cache.php:1094
msgid ""
"index.html files have been added in key directories, but unless directory "
"indexes are disabled, it is probably better to store the cache files outside "
"of the web root of %s"
msgstr ""
#: wp-cache.php:1101
msgid ""
"Since you are using mod_rewrite to serve cache files, you must choose a "
"directory in your web root which is <q>%s</q> and update the mod_rewrite "
"rules in the .htaccess file."
msgstr ""
#: wp-cache.php:1109
msgid "Note:"
msgstr ""
#: wp-cache.php:1111
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."
msgstr ""
#: wp-cache.php:1112
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 is probably a good idea!)"
msgstr ""
#: wp-cache.php:1113
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\"."
msgstr ""
#: wp-cache.php:1114
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."
msgstr ""
#: wp-cache.php:1117 wp-cache.php:1162
msgid "Update Status"
msgstr ""
#: wp-cache.php:1124
msgid "Accepted Filenames & Rejected URIs"
msgstr ""
#: wp-cache.php:1159
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. Otherwise, you can edit the .htaccess file in "
"the root of your install and remove the SuperCache rules."
msgstr ""
#: wp-cache.php:1164
msgid "Cache Tester"
msgstr ""
#: wp-cache.php:1165
msgid "Test your cached website by clicking the test button below."
msgstr ""
#: wp-cache.php:1171
msgid "Fetching %s to prime cache: "
msgstr ""
#: wp-cache.php:1173 wp-cache.php:1182 wp-cache.php:1194
msgid "OK"
msgstr ""
#: wp-cache.php:1176
msgid "Fetching first copy of %s: "
msgstr ""
#: wp-cache.php:1185 wp-cache.php:1196
msgid "FAILED"
msgstr ""
#: wp-cache.php:1188
msgid "Fetching second copy of %s: "
msgstr ""
#: wp-cache.php:1200
msgid "One or more page requests failed:"
msgstr ""
#: wp-cache.php:1219 wp-cache.php:1220
msgid "Page %d: %d (%s)"
msgstr ""
#: wp-cache.php:1226
msgid "Page 1: %s"
msgstr ""
#: wp-cache.php:1227