forked from litespeedtech/lscache_wp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlitespeed-cache.pot
5306 lines (4098 loc) · 121 KB
/
litespeed-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) 2021 LiteSpeed Cache
# This file is distributed under the same license as the LiteSpeed Cache package.
msgid ""
msgstr ""
"Project-Id-Version: LiteSpeed Cache 3.6.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/litespeed-cache\n"
"POT-Creation-Date: 2021-02-01 14:26:02+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: cli/purge.cls.php:95
msgid "Purged All!"
msgstr ""
#: cli/purge.cls.php:140
msgid "Purged the blog!"
msgstr ""
#: cli/purge.cls.php:191
msgid "Purged the url!"
msgstr ""
#: cli/purge.cls.php:247
msgid "Purged!"
msgstr ""
#: src/activation.cls.php:420 src/activation.cls.php:425
msgid "Failed to upgrade."
msgstr ""
#: src/activation.cls.php:429
msgid "Upgraded successfully."
msgstr ""
#: src/admin-display.cls.php:121 tpl/dash/entry.tpl.php:6
msgid "Dashboard"
msgstr ""
#: src/admin-display.cls.php:123
msgid "General"
msgstr ""
#: src/admin-display.cls.php:125 tpl/cache/entry.tpl.php:6
#: tpl/cache/entry_network.tpl.php:6
msgid "Cache"
msgstr ""
#: src/admin-display.cls.php:127 tpl/cdn/settings.tpl.php:188
msgid "CDN"
msgstr ""
#: src/admin-display.cls.php:129 src/gui.cls.php:595
#: tpl/dash/dashboard.tpl.php:52 tpl/dash/network_dash.tpl.php:27
msgid "Image Optimization"
msgstr ""
#: src/admin-display.cls.php:131
msgid "Page Optimization"
msgstr ""
#: src/admin-display.cls.php:133 tpl/page_optm/entry.tpl.php:45
msgid "Database"
msgstr ""
#: src/admin-display.cls.php:135 src/lang.cls.php:210
msgid "Crawler"
msgstr ""
#: src/admin-display.cls.php:137
msgid "Toolbox"
msgstr ""
#: src/admin-display.cls.php:211
msgid "Cookie Name"
msgstr ""
#: src/admin-display.cls.php:212 tpl/crawler/settings-simulation.tpl.php:51
msgid "Cookie Values"
msgstr ""
#: src/admin-display.cls.php:214
msgid "Remove cookie simulation"
msgstr ""
#: src/admin-display.cls.php:215
msgid "Add new cookie to simulate"
msgstr ""
#: src/admin-display.cls.php:234
msgid "CDN URL to be used. For example, %s"
msgstr ""
#: src/admin-display.cls.php:236
msgid "Remove CDN URL"
msgstr ""
#: src/admin-display.cls.php:237
msgid "Add new CDN URL"
msgstr ""
#: src/admin-display.cls.php:238 src/admin-display.cls.php:799
#: src/admin-display.cls.php:834 src/admin-display.cls.php:885
#: tpl/cache/settings-cache.tpl.php:19
#: tpl/cache/settings_inc.cache_mobile.tpl.php:70 tpl/cdn/settings.tpl.php:48
#: tpl/page_optm/settings_css.tpl.php:149
#: tpl/page_optm/settings_css.tpl.php:166
#: tpl/page_optm/settings_css.tpl.php:167
#: tpl/page_optm/settings_media.tpl.php:156
#: tpl/toolbox/settings-debug.tpl.php:34
msgid "ON"
msgstr ""
#: src/admin-display.cls.php:239 src/admin-display.cls.php:800
#: src/admin-display.cls.php:833 src/admin-display.cls.php:885
#: tpl/cache/settings-cache.tpl.php:19
#: tpl/cache/settings_inc.object.tpl.php:210 tpl/cdn/settings.tpl.php:48
#: tpl/page_optm/settings_css.tpl.php:83 tpl/page_optm/settings_css.tpl.php:166
#: tpl/page_optm/settings_css.tpl.php:181
#: tpl/page_optm/settings_media.tpl.php:159
#: tpl/toolbox/settings-debug.tpl.php:34
msgid "OFF"
msgstr ""
#: src/admin-display.cls.php:281 src/gui.cls.php:586
msgid "Settings"
msgstr ""
#: src/admin-display.cls.php:446
msgid "Dismiss"
msgstr ""
#: src/admin-display.cls.php:674
msgid "Save Changes"
msgstr ""
#: src/admin-display.cls.php:897
msgid "This setting is overwritten by the PHP constant %s"
msgstr ""
#: src/admin-display.cls.php:900
msgid "This setting is overwritten by the primary site setting"
msgstr ""
#: src/admin-display.cls.php:903
msgid "This setting is overwritten by the Network setting"
msgstr ""
#: src/admin-display.cls.php:907
msgid "currently set to %s"
msgstr ""
#: src/admin-display.cls.php:917 tpl/cache/settings_inc.object.tpl.php:103
#: tpl/crawler/settings-general.tpl.php:60
#: tpl/crawler/settings-general.tpl.php:74
#: tpl/crawler/settings-general.tpl.php:89 tpl/esi_widget_edit.php:70
msgid "seconds"
msgstr ""
#: src/admin-display.cls.php:948 src/admin-display.cls.php:953
msgid "Recommended value"
msgstr ""
#: src/admin-display.cls.php:977
msgid "Invalid rewrite rule"
msgstr ""
#: src/admin-display.cls.php:994
msgid "Path must end with %s"
msgstr ""
#: src/admin-display.cls.php:1012
msgid "Minimum value"
msgstr ""
#: src/admin-display.cls.php:1015
msgid "Maximum value"
msgstr ""
#: src/admin-display.cls.php:1027
msgid "Zero, or"
msgstr ""
#: src/admin-display.cls.php:1034
msgid "Larger than"
msgstr ""
#: src/admin-display.cls.php:1037
msgid "Smaller than"
msgstr ""
#: src/admin-display.cls.php:1040
msgid "Value range"
msgstr ""
#: src/admin-display.cls.php:1065
msgid "Invalid IP"
msgstr ""
#: src/admin-display.cls.php:1085 tpl/cache/settings-esi.tpl.php:95
#: tpl/page_optm/settings_css.tpl.php:151
#: tpl/page_optm/settings_html.tpl.php:86
#: tpl/page_optm/settings_media_exc.tpl.php:25
#: tpl/page_optm/settings_tuning.tpl.php:35
#: tpl/page_optm/settings_tuning.tpl.php:56
#: tpl/page_optm/settings_tuning.tpl.php:90
msgid "API"
msgstr ""
#: src/admin-display.cls.php:1086
msgid "Server variable(s) %s available to override this setting."
msgstr ""
#: src/admin-display.cls.php:1098
msgid "The URLs will be compared to the REQUEST_URI server variable."
msgstr ""
#: src/admin-display.cls.php:1099
msgid "For example, for %s, %s can be used here."
msgstr ""
#: src/admin-display.cls.php:1101
msgid "To match the beginning, add %s to the beginning of the item."
msgstr ""
#: src/admin-display.cls.php:1102
msgid "To do an exact match, add %s to the end of the URL."
msgstr ""
#: src/admin-display.cls.php:1103 src/doc.cls.php:61
msgid "One per line."
msgstr ""
#: src/admin-display.cls.php:1117
msgid "%s groups"
msgstr ""
#: src/admin-display.cls.php:1120
msgid "%s images"
msgstr ""
#: src/admin-display.cls.php:1130
msgid "%s group"
msgstr ""
#: src/admin-display.cls.php:1133
msgid "%s image"
msgstr ""
#: src/admin-settings.cls.php:259 src/admin-settings.cls.php:294
msgid "Options saved."
msgstr ""
#: src/cdn/cloudflare.cls.php:117
msgid "Notified Cloudflare to set development mode to %s successfully."
msgstr ""
#: src/cdn/cloudflare.cls.php:134
msgid "Cloudflare API is set to off."
msgstr ""
#: src/cdn/cloudflare.cls.php:150
msgid "Notified Cloudflare to purge all successfully."
msgstr ""
#: src/cdn/cloudflare.cls.php:164
msgid "No available Cloudflare zone"
msgstr ""
#: src/cdn/cloudflare.cls.php:250
msgid "Communicated with Cloudflare successfully."
msgstr ""
#: src/cdn/cloudflare.cls.php:259
msgid "Failed to communicate with Cloudflare"
msgstr ""
#: src/cloud.cls.php:308 src/cloud.cls.php:325 src/cloud.cls.php:356
#: src/cloud.cls.php:465 src/cloud.cls.php:798
msgid "Cloud Error"
msgstr ""
#: src/cloud.cls.php:356
msgid "No available Cloud Node."
msgstr ""
#: src/cloud.cls.php:465
msgid "Please try after %1$s for service %2$s."
msgstr ""
#: src/cloud.cls.php:548 src/cloud.cls.php:560
msgid "Failed to request via WordPress"
msgstr ""
#: src/cloud.cls.php:570
msgid ""
"We are working hard to improve your online service experience. The service "
"will be unavailable while we work. We apologize for any inconvenience."
msgstr ""
#: src/cloud.cls.php:579 src/cloud.cls.php:587 src/cloud.cls.php:834
msgid "Message from QUIC.cloud server"
msgstr ""
#: src/cloud.cls.php:595
msgid "Good news from QUIC.cloud server"
msgstr ""
#: src/cloud.cls.php:604
msgid "%1$s plugin version %2$s required for this action."
msgstr ""
#: src/cloud.cls.php:646 src/cloud.cls.php:823
msgid "Failed to communicate with QUIC.cloud server"
msgstr ""
#: src/cloud.cls.php:654
msgid ""
"Site not recognized. Domain Key has been automatically removed. Please "
"request a new one."
msgstr ""
#: src/cloud.cls.php:655 src/error.cls.php:48
msgid "Click here to set."
msgstr ""
#: src/cloud.cls.php:842
msgid ""
"Applied for Domain Key successfully. Please wait for result. Domain Key will "
"be automatically sent to your WordPress."
msgstr ""
#: src/cloud.cls.php:893
msgid ""
"Congratulations, your Domain Key has been approved! The setting has been "
"updated accordingly."
msgstr ""
#: src/cloud.cls.php:964
msgid "Domain Key hash mismatch"
msgstr ""
#: src/cloud.cls.php:1049
msgid "Sync credit allowance with Cloud Server successfully."
msgstr ""
#: src/conf.cls.php:773
msgid "Changed setting successfully."
msgstr ""
#: src/core.cls.php:257
msgid "Notified LiteSpeed Web Server to purge everything."
msgstr ""
#: src/core.cls.php:262
msgid "Notified LiteSpeed Web Server to purge the list."
msgstr ""
#: src/crawler-map.cls.php:267
msgid "Sitemap cleaned successfully"
msgstr ""
#: src/crawler-map.cls.php:319
msgid "No valid sitemap parsed for crawler."
msgstr ""
#: src/crawler-map.cls.php:323
msgid "Sitemap created successfully: %d items"
msgstr ""
#: src/crawler.cls.php:767
msgid "Guest"
msgstr ""
#: src/crawler.cls.php:906
msgid "Manually added to blacklist"
msgstr ""
#: src/crawler.cls.php:909
msgid "Previously existed in blacklist"
msgstr ""
#: src/css.cls.php:552 src/placeholder.cls.php:542
msgid "Queue cleared successfully."
msgstr ""
#: src/data.cls.php:197
msgid ""
"The database has been upgrading in the background since %s. This message "
"will disappear once upgrade is complete."
msgstr ""
#: src/data.upgrade.func.php:42
msgid ""
"LiteSpeed Cache upgraded successfully. NOTE: Due to changes in this version, "
"the settings %1$s and %2$s have been turned OFF. Please turn them back on "
"manually and verify that your site layout is correct, and you have no JS "
"errors."
msgstr ""
#: src/data.upgrade.func.php:42 src/lang.cls.php:112
msgid "JS Combine"
msgstr ""
#: src/data.upgrade.func.php:42
msgid "JS Defer"
msgstr ""
#: src/data.upgrade.func.php:43
msgid "Click here to settings"
msgstr ""
#: src/db-optm.cls.php:132
msgid "Clean all successfully."
msgstr ""
#: src/db-optm.cls.php:159
msgid "Clean post revisions successfully."
msgstr ""
#: src/db-optm.cls.php:163
msgid "Clean auto drafts successfully."
msgstr ""
#: src/db-optm.cls.php:167
msgid "Clean trashed posts and pages successfully."
msgstr ""
#: src/db-optm.cls.php:171
msgid "Clean spam comments successfully."
msgstr ""
#: src/db-optm.cls.php:175
msgid "Clean trashed comments successfully."
msgstr ""
#: src/db-optm.cls.php:179
msgid "Clean trackbacks and pingbacks successfully."
msgstr ""
#: src/db-optm.cls.php:183
msgid "Clean expired transients successfully."
msgstr ""
#: src/db-optm.cls.php:187
msgid "Clean all transients successfully."
msgstr ""
#: src/db-optm.cls.php:197
msgid "Optimized all tables."
msgstr ""
#: src/db-optm.cls.php:204
msgid "Clean all CSS/JS optimizer data successfully."
msgstr ""
#: src/db-optm.cls.php:256
msgid "Converted to InnoDB successfully."
msgstr ""
#: src/doc.cls.php:24
msgid ""
"This site utilizes caching in order to facilitate a faster response time and "
"better user experience. Caching potentially stores a duplicate copy of every "
"web page that is on display on this site. All cache files are temporary, and "
"are never accessed by any third party, except as necessary to obtain "
"technical support from the cache plugin vendor. Cache files expire on a "
"schedule set by the site administrator, but may easily be purged by the "
"admin before their natural expiration, if necessary."
msgstr ""
#: src/doc.cls.php:40 src/doc.cls.php:92 tpl/cdn/manage.tpl.php:66
#: tpl/dash/dashboard.tpl.php:46 tpl/img_optm/summary.tpl.php:56
#: tpl/img_optm/summary.tpl.php:96 tpl/inc/check_cache_disabled.php:42
msgid "Learn More"
msgstr ""
#: src/doc.cls.php:76
msgid "Both full and partial strings can be used."
msgstr ""
#: src/doc.cls.php:79
msgid "Both full URLs and partial strings can be used."
msgstr ""
#: src/doc.cls.php:91
msgid "This setting will edit the .htaccess file."
msgstr ""
#: src/doc.cls.php:104
msgid ""
"For online services to work correctly, you must whitelist all online server "
"IPs."
msgstr ""
#: src/doc.cls.php:105
msgid ""
"Before generating key, please verify all IPs on this list are whitelisted"
msgstr ""
#: src/doc.cls.php:106 tpl/general/settings.tpl.php:87
msgid "Current Online Server IPs"
msgstr ""
#: src/error.cls.php:42
msgid "The setting %s is currently enabled."
msgstr ""
#: src/error.cls.php:43
msgid "Click here to change."
msgstr ""
#: src/error.cls.php:47
msgid "You will need to set %s to use the online services."
msgstr ""
#: src/error.cls.php:52
msgid "You don't have enough quota for current service left this month."
msgstr ""
#: src/error.cls.php:56
msgid "You have too many requested images, please try again in a few minutes."
msgstr ""
#: src/error.cls.php:60
msgid ""
"You have too many notified images, please pull down notified images first."
msgstr ""
#: src/error.cls.php:64
msgid "The image list is empty."
msgstr ""
#: src/error.cls.php:68
msgid "Not enough parameters. Please check if the domain key is set correctly"
msgstr ""
#: src/error.cls.php:72
msgid "There is proceeding queue not pulled yet."
msgstr ""
#: src/error.cls.php:76
msgid "There is proceeding queue not pulled yet. Queue info: %s."
msgstr ""
#: src/error.cls.php:80
msgid "The site is not registered on QUIC.cloud."
msgstr ""
#: src/error.cls.php:84
msgid ""
"The domain key is not correct. Please try to sync your domain key again."
msgstr ""
#: src/error.cls.php:88
msgid "Credits are not enough to proceed the current request."
msgstr ""
#: src/error.cls.php:92 src/error.cls.php:116
msgid "%s file not writable."
msgstr ""
#: src/error.cls.php:100
msgid "Could not find %1$s in %2$s."
msgstr ""
#: src/error.cls.php:104
msgid "Invalid login cookie. Please check the %s file."
msgstr ""
#: src/error.cls.php:108
msgid "Failed to back up %s file, aborted changes."
msgstr ""
#: src/error.cls.php:112
msgid "%s file not readable."
msgstr ""
#: src/error.cls.php:120
msgid "Failed to get %s file contents."
msgstr ""
#: src/error.cls.php:124
msgid "Failed to create table %s! SQL: %s."
msgstr ""
#: src/error.cls.php:128
msgid "Crawler disabled by the server admin."
msgstr ""
#: src/error.cls.php:133
msgid "Previous request too recent. Please try again later."
msgstr ""
#: src/error.cls.php:137
msgid "Previous request too recent. Please try again after %s."
msgstr ""
#: src/error.cls.php:141
msgid "Your application is waiting for approval."
msgstr ""
#: src/error.cls.php:145
msgid "The callback validation to your domain failed due to hash mismatch."
msgstr ""
#: src/error.cls.php:149
msgid ""
"The callback validation to your domain failed. Please make sure there is no "
"firewall blocking our servers."
msgstr ""
#: src/error.cls.php:153
msgid ""
"The callback validation to your domain failed. Please make sure there is no "
"firewall blocking our servers. Response code: "
msgstr ""
#: src/error.cls.php:157
msgid ""
"Your domain has been forbidden from using our services due to a previous "
"policy violation."
msgstr ""
#: src/error.cls.php:161
msgid "Unknown error"
msgstr ""
#: src/file.cls.php:140
msgid "Folder does not exist: %s"
msgstr ""
#: src/file.cls.php:149
msgid "Can not create folder: %1$s. Error: %2$s"
msgstr ""
#: src/file.cls.php:157
msgid "Folder is not writable: %s."
msgstr ""
#: src/file.cls.php:164 src/file.cls.php:169
msgid "File %s is not writable."
msgstr ""
#: src/file.cls.php:176
msgid "Failed to write to %s."
msgstr ""
#: src/gui.cls.php:82
msgid "Public Caches"
msgstr ""
#: src/gui.cls.php:83
msgid "Public Cache Hits"
msgstr ""
#: src/gui.cls.php:84
msgid "Private Caches"
msgstr ""
#: src/gui.cls.php:85
msgid "Private Cache Hits"
msgstr ""
#: src/gui.cls.php:395
msgid "Purge this page"
msgstr ""
#: src/gui.cls.php:403
msgid "Mark this page as "
msgstr ""
#: src/gui.cls.php:415
msgid "Forced cacheable"
msgstr ""
#: src/gui.cls.php:426
msgid "Non cacheable"
msgstr ""
#: src/gui.cls.php:437
msgid "Private cache"
msgstr ""
#: src/gui.cls.php:448
msgid "No optimization"
msgstr ""
#: src/gui.cls.php:456
msgid "More settings"
msgstr ""
#: src/gui.cls.php:463 src/gui.cls.php:471 src/gui.cls.php:479
#: src/gui.cls.php:488 src/gui.cls.php:498 src/gui.cls.php:508
#: src/gui.cls.php:518 src/gui.cls.php:528 src/gui.cls.php:538
#: src/gui.cls.php:604 src/gui.cls.php:612 src/gui.cls.php:620
#: src/gui.cls.php:629 src/gui.cls.php:639 src/gui.cls.php:649
#: src/gui.cls.php:659 src/gui.cls.php:669 src/gui.cls.php:679
#: src/gui.cls.php:689 tpl/toolbox/purge.tpl.php:39
#: tpl/toolbox/purge.tpl.php:45 tpl/toolbox/purge.tpl.php:54
#: tpl/toolbox/purge.tpl.php:63 tpl/toolbox/purge.tpl.php:72
#: tpl/toolbox/purge.tpl.php:81 tpl/toolbox/purge.tpl.php:90
#: tpl/toolbox/purge.tpl.php:99 tpl/toolbox/purge.tpl.php:108
msgid "Purge All"
msgstr ""
#: src/gui.cls.php:471 src/gui.cls.php:562 src/gui.cls.php:612
msgid "LSCache"
msgstr ""
#: src/gui.cls.php:479 src/gui.cls.php:620 tpl/toolbox/purge.tpl.php:45
msgid "CSS/JS Cache"
msgstr ""
#: src/gui.cls.php:488 src/gui.cls.php:639 src/lang.cls.php:79
#: tpl/dash/dashboard.tpl.php:361 tpl/toolbox/purge.tpl.php:54
msgid "Object Cache"
msgstr ""
#: src/gui.cls.php:498 src/gui.cls.php:649 tpl/toolbox/purge.tpl.php:63
msgid "Opcode Cache"
msgstr ""
#: src/gui.cls.php:508 src/gui.cls.php:659 tpl/dash/dashboard.tpl.php:53
#: tpl/dash/dashboard.tpl.php:402 tpl/toolbox/purge.tpl.php:72
msgid "Critical CSS"
msgstr ""
#: src/gui.cls.php:518 src/gui.cls.php:669 tpl/toolbox/purge.tpl.php:81
msgid "Localized Resources"
msgstr ""
#: src/gui.cls.php:528 src/gui.cls.php:679 tpl/toolbox/purge.tpl.php:90
msgid "LQIP Cache"
msgstr ""
#: src/gui.cls.php:538 src/gui.cls.php:689 src/lang.cls.php:142
#: tpl/toolbox/purge.tpl.php:99
msgid "Gravatar Cache"
msgstr ""
#: src/gui.cls.php:562
msgid "LiteSpeed Cache Purge All"
msgstr ""
#: src/gui.cls.php:578 tpl/cdn/entry.tpl.php:7 tpl/cdn/settings.tpl.php:188
#: tpl/db_optm/entry.tpl.php:6
msgid "Manage"
msgstr ""
#: src/gui.cls.php:629 tpl/cdn/manage.tpl.php:17
msgid "Cloudflare"
msgstr ""
#: src/gui.cls.php:708 tpl/img_optm/summary.tpl.php:169
msgid "Remove all previous unfinished image optimization requests."
msgstr ""
#: src/gui.cls.php:709 tpl/img_optm/summary.tpl.php:171
msgid "Clean Up Unfinished Data"
msgstr ""
#: src/gui.cls.php:727
msgid "Install %s"
msgstr ""
#: src/gui.cls.php:728
msgid "Install Now"
msgstr ""
#: src/gui.cls.php:747
msgid ""
"<a href=\"%1$s\" %2$s>View version %3$s details</a> or <a href=\"%4$s\" %5$s "
"target=\"_blank\">update now</a>."
msgstr ""
#: src/gui.cls.php:750
msgid "View %1$s version %2$s details"
msgstr ""
#: src/gui.cls.php:755
msgid "Update %s now"
msgstr ""
#: src/htaccess.cls.php:355
msgid "Mobile Agent Rules"
msgstr ""
#: src/htaccess.cls.php:843
msgid ""
"<p>Please add/replace the following codes into the beginning of %1$s:</p> "
"%2$s"
msgstr ""
#: src/htaccess.cls.php:910
msgid "File Saved."
msgstr ""
#: src/img-optm.cls.php:109
msgid "No new image gathered."
msgstr ""
#: src/img-optm.cls.php:143
msgid "Gathered %d images successfully."
msgstr ""
#: src/img-optm.cls.php:420
msgid "Pushed %1$s to Cloud server, accepted %2$s."
msgstr ""
#: src/img-optm.cls.php:457
msgid "Bypassed %1$s duplicated images."
msgstr ""
#: src/img-optm.cls.php:495
msgid "Cleared %1$s invalid images."
msgstr ""
#: src/img-optm.cls.php:574
msgid "No valid image found in the current request."
msgstr ""
#: src/img-optm.cls.php:597
msgid "No valid image found by Cloud server in the current request."
msgstr ""
#: src/img-optm.cls.php:828
msgid "Pull Cron is running"
msgstr ""
#: src/img-optm.cls.php:884
msgid "Some optimized image file(s) has expired and was cleared."
msgstr ""
#: src/img-optm.cls.php:901
msgid "One or more pulled images does not match with the notified image md5"
msgstr ""
#: src/img-optm.cls.php:945
msgid "Optimized WebP file expired and was cleared."
msgstr ""
#: src/img-optm.cls.php:962
msgid "Pulled WebP image md5 does not match the notified WebP image md5."
msgstr ""
#: src/img-optm.cls.php:1022
msgid "Pulled %d image(s)"
msgstr ""
#: src/img-optm.cls.php:1109
msgid "Cleaned up unfinished data successfully."
msgstr ""
#: src/img-optm.cls.php:1180
msgid "Destroy all optimization data successfully."
msgstr ""
#: src/img-optm.cls.php:1215 src/img-optm.cls.php:1288
msgid "Rescaned successfully."
msgstr ""
#: src/img-optm.cls.php:1301
msgid "Rescaned %d images successfully."
msgstr ""
#: src/img-optm.cls.php:1360
msgid "Calculated backups successfully."
msgstr ""
#: src/img-optm.cls.php:1422
msgid "Removed backups successfully."
msgstr ""
#: src/img-optm.cls.php:1619
msgid "Switched images successfully."
msgstr ""
#: src/img-optm.cls.php:1648
msgid "Disabled WebP file successfully."
msgstr ""
#: src/img-optm.cls.php:1654
msgid "Enabled WebP file successfully."
msgstr ""
#: src/img-optm.cls.php:1670
msgid "Restored original file successfully."
msgstr ""
#: src/img-optm.cls.php:1677
msgid "Switched to optimized file successfully."
msgstr ""
#: src/img-optm.cls.php:1740
msgid "Reset the optimized data successfully."
msgstr ""
#: src/import.cls.php:83
msgid "Import failed due to file error."
msgstr ""
#: src/import.cls.php:121
msgid "Imported setting file %s successfully."
msgstr ""
#: src/import.cls.php:146
msgid "Reset successfully."
msgstr ""
#: src/lang.cls.php:24
msgid "Images not requested"
msgstr ""
#: src/lang.cls.php:25 tpl/dash/dashboard.tpl.php:302
msgid "Images requested"
msgstr ""
#: src/lang.cls.php:26 tpl/dash/dashboard.tpl.php:312
msgid "Images notified to pull"
msgstr ""
#: src/lang.cls.php:27
msgid "Images optimized and pulled"
msgstr ""
#: src/lang.cls.php:28
msgid "Images failed to pull"
msgstr ""
#: src/lang.cls.php:29 src/lang.cls.php:30
msgid "Images failed to fetch"
msgstr ""
#: src/lang.cls.php:31
msgid "Images previously optimized"
msgstr ""
#: src/lang.cls.php:32
msgid "Images failed with other errors"
msgstr ""
#: src/lang.cls.php:33
msgid "Image files missing"
msgstr ""
#: src/lang.cls.php:34
msgid "Duplicate image files ignored"
msgstr ""
#: src/lang.cls.php:35
msgid "Images with wrong meta"
msgstr ""
#: src/lang.cls.php:54
msgid "Server IP"
msgstr ""
#: src/lang.cls.php:55
msgid "Domain Key"
msgstr ""
#: src/lang.cls.php:57
msgid "Enable Cache"
msgstr ""
#: src/lang.cls.php:58 tpl/dash/dashboard.tpl.php:362
msgid "Browser Cache"
msgstr ""
#: src/lang.cls.php:59
msgid "Default Public Cache TTL"
msgstr ""
#: src/lang.cls.php:60
msgid "Default Private Cache TTL"
msgstr ""
#: src/lang.cls.php:61
msgid "Default Front Page TTL"
msgstr ""
#: src/lang.cls.php:62
msgid "Default Feed TTL"
msgstr ""
#: src/lang.cls.php:63
msgid "Default REST TTL"
msgstr ""
#: src/lang.cls.php:64
msgid "Default HTTP Status Code Page TTL"
msgstr ""
#: src/lang.cls.php:65
msgid "Browser Cache TTL"
msgstr ""