-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
debugpress.pot
2156 lines (1662 loc) · 40.7 KB
/
debugpress.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
#, fuzzy
msgid ""
msgstr ""
"Plural - Forms: nplurals = INTEGER; plural = EXPRESSION;\n"
"Project-Id-Version: DebugPress\n"
"POT-Creation-Date: 11/02/2024 09:36:48 AM\n"
"Language-Team: Milan Petrovic <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: GD i18n 2.8; www.dev4press.com\n"
#: core/admin/Plugin.php:60
#: core/panel/Tools.php:38
#: forms/admin/settings.php:2
msgid "DebugPress Settings"
msgstr ""
#: core/admin/Plugin.php:60
#: core/admin/Plugin.php:125
#: forms/display.php:77
msgid "DebugPress"
msgstr ""
#: core/admin/Plugin.php:64
#: core/admin/Plugin.php:64
msgid "DebugPress Info"
msgstr ""
#: core/admin/Plugin.php:86
msgid "Debug Mode"
msgstr ""
#: core/admin/Plugin.php:87
msgid "Plugin Debug Mode Activation"
msgstr ""
#: core/admin/Plugin.php:87
msgid "On this page, Advanced Tab, you have options to attempt enabling debug mode and save queries. But, it is highly recommended to do it via wp-config.php."
msgstr ""
#: core/admin/Plugin.php:88
msgid "How to enable WordPress Debug Mode"
msgstr ""
#: core/admin/Plugin.php:88
msgid "Add the following code into wp-config.php. Find the line in that file where WP_DEBUG is set, and replace that line with this code."
msgstr ""
#: core/admin/Plugin.php:92
msgid "This code enables debug mode, hides errors from being displayed, but enables logging errors into debug log file. It also enables saving of all SQL queries."
msgstr ""
#: core/admin/Plugin.php:92
#: core/panel/Basics.php:34
#: core/panel/DebugLog.php:30
msgid "More Information"
msgstr ""
#: core/admin/Plugin.php:99
msgid "On Demand"
msgstr ""
#: core/admin/Plugin.php:100
msgid "Debugger On Demand Activation"
msgstr ""
#: core/admin/Plugin.php:100
msgid "Add the following argument and value to the URL. If the access key value is not configured in the plugin settings, On Demand loading is disabled."
msgstr ""
#: core/admin/Plugin.php:101
msgid "If the URL already has arguments (? is already in URL), replace ? with &."
msgstr ""
#: core/admin/Plugin.php:108
#: core/admin/Plugin.php:109
msgid "Help & Support"
msgstr ""
#: core/admin/Plugin.php:109
msgid "To get help with DebugPress, you can start with Knowledge Base list of frequently asked questions, user guides, articles (tutorials) and reference guide (for developers)."
msgstr ""
#: core/admin/Plugin.php:110
#: core/admin/Plugin.php:128
msgid "Knowledge Base"
msgstr ""
#: core/admin/Plugin.php:110
#: core/admin/Plugin.php:129
msgid "Support Forum"
msgstr ""
#: core/admin/Plugin.php:117
#: core/admin/Plugin.php:118
msgid "Found a bug?"
msgstr ""
#: core/admin/Plugin.php:118
msgid "If you find a bug in DebugPress, you can report it in the support forum."
msgstr ""
#: core/admin/Plugin.php:119
msgid "Before reporting a bug, make sure you use latest plugin version, your website and server meet system requirements. And, please be as descriptive as possible, include server side logged errors, or errors from browser debugger."
msgstr ""
#: core/admin/Plugin.php:120
msgid "Open new topic"
msgstr ""
#: core/admin/Plugin.php:40
#: core/panel/DebugLog.php:47
#: forms/admin/tools.php:30
#: forms/display.php:75
msgid "Settings"
msgstr ""
#: core/admin/Plugin.php:47
#: core/admin/Plugin.php:127
msgid "Home Page"
msgstr ""
#: core/admin/Plugin.php:48
msgid "Buy Me A Coffee"
msgstr ""
#: core/admin/Settings.php:350
msgid "Main activation settings for the plugin. You can choose to use debugger on admin side and / or frontend."
msgstr ""
#: core/admin/Settings.php:354
msgid "Debugger is activated through the button, and you can choose where this button will be located. If you don't use WordPress Toolbar, you can have floating button."
msgstr ""
#: core/admin/Settings.php:358
msgid "Debugger can be visible to any user (or visitor), depending on the settings here. It can be useful for debugger to be available with different roles, if the website behaviour is influenced by the role."
msgstr ""
#: core/admin/Settings.php:363
msgid "Debugger can be be loaded on demand only, by using the secret access key in the URL. This way you can have DebugPress plugin active, but both Activation options can be disabled, and plugin Debugger panel is activated only on pages with the on demand URL request."
msgstr ""
#: core/admin/Settings.php:367
msgid "Debugger contains some special panels that can be limited in terms of use when it comes to different user roles allowed to view Debugger popup."
msgstr ""
#: core/admin/Settings.php:371
msgid "Debugger contains various panels, and some of them are always enabled, but other panels can be enabled if you need them."
msgstr ""
#: core/admin/Settings.php:375
msgid "Control which types of errors and warnings plugins will track and report."
msgstr ""
#: core/admin/Settings.php:379
msgid "Choose which pretty print implementation to load. This is used to display complex arrays and objects in a readable form."
msgstr ""
#: core/admin/Settings.php:383
msgid "Show and hide the debugger popup using the shortcut combination on the keyboard."
msgstr ""
#: core/admin/Settings.php:387
msgid "If WP_DEBUG and SAVEQUERIES are not defined, plugin will attempt to enable both, because they are needed for the full debugger information to be displayed."
msgstr ""
#: core/admin/Settings.php:391
msgid "Add AJAX tab in the debugger, and track the AJAX request on the active page."
msgstr ""
#: core/admin/Settings.php:26
msgid "Debugger Activation"
msgstr ""
#: core/admin/Settings.php:32
msgid "Debugger Activation Button Location"
msgstr ""
#: core/admin/Settings.php:38
msgid "User roles with access to Debugger"
msgstr ""
#: core/admin/Settings.php:44
msgid "On Demand loading of Debugger"
msgstr ""
#: core/admin/Settings.php:50
msgid "Special Debugger Panels"
msgstr ""
#: core/admin/Settings.php:56
msgid "Additional Debugger Panels"
msgstr ""
#: core/admin/Settings.php:62
msgid "AJAX Calls Tracking"
msgstr ""
#: core/admin/Settings.php:68
msgid "Errors Tracking"
msgstr ""
#: core/admin/Settings.php:74
msgid "Pretty Print"
msgstr ""
#: core/admin/Settings.php:80
msgid "Keyboard Shortcut"
msgstr ""
#: core/admin/Settings.php:86
msgid "Auto debug overrides"
msgstr ""
#: core/admin/Settings.php:94
#: core/admin/Settings.php:108
msgid "Website Admin"
msgstr ""
#: core/admin/Settings.php:101
#: core/admin/Settings.php:115
msgid "Website Frontend"
msgstr ""
#: core/admin/Settings.php:122
msgid "Super Admin"
msgstr ""
#: core/admin/Settings.php:129
#: core/admin/Settings.php:199
msgid "User Roles"
msgstr ""
#: core/admin/Settings.php:136
msgid "Visitors"
msgstr ""
#: core/admin/Settings.php:143
msgid "Access Key"
msgstr ""
#: core/admin/Settings.php:150
msgid "Print Package"
msgstr ""
#: core/admin/Settings.php:157
msgid "Enable WP_DEBUG"
msgstr ""
#: core/admin/Settings.php:164
msgid "Enable SAVEQUERIES"
msgstr ""
#: core/admin/Settings.php:171
msgid "Enable Shortcut Support"
msgstr ""
#: core/admin/Settings.php:178
msgid "Shortcut Key Combination"
msgstr ""
#: core/admin/Settings.php:185
msgid "Registered Content"
msgstr ""
#: core/admin/Settings.php:192
msgid "Rewriter Rules"
msgstr ""
#: core/admin/Settings.php:206
#: core/panel/Request.php:27
msgid "Page Request"
msgstr ""
#: core/admin/Settings.php:213
msgid "WordPress Debug Log"
msgstr ""
#: core/admin/Settings.php:220
msgid "Registered Hooks"
msgstr ""
#: core/admin/Settings.php:227
msgid "Enqueued Files"
msgstr ""
#: core/admin/Settings.php:234
msgid "System Information"
msgstr ""
#: core/admin/Settings.php:241
msgid "Current User"
msgstr ""
#: core/admin/Settings.php:248
msgid "Defined Constants"
msgstr ""
#: core/admin/Settings.php:255
msgid "HTTP Requests"
msgstr ""
#: core/admin/Settings.php:262
msgid "PHP Information"
msgstr ""
#: core/admin/Settings.php:269
#: core/display/Loader.php:259
msgid "bbPress"
msgstr ""
#: core/admin/Settings.php:276
msgid "PHP errors and warnings"
msgstr ""
#: core/admin/Settings.php:283
msgid "WordPress Doing It Wrong"
msgstr ""
#: core/admin/Settings.php:290
msgid "Deprecated warnings"
msgstr ""
#: core/admin/Settings.php:297
msgid "AJAX Tracking"
msgstr ""
#: core/admin/Settings.php:304
msgid "Save to Debug Log"
msgstr ""
#: core/admin/Settings.php:322
msgid "In WordPress Toolbar"
msgstr ""
#: core/admin/Settings.php:323
msgid "Float, Top / Left"
msgstr ""
#: core/admin/Settings.php:324
msgid "Float, Top / Right"
msgstr ""
#: core/admin/Settings.php:325
msgid "Float, Bottom / Left"
msgstr ""
#: core/admin/Settings.php:326
msgid "Float, Bottom / Right"
msgstr ""
#: core/admin/Settings.php:359
msgid "Make sure not to leave Debugger active for all user roles and visitors once you have done testing, or it will expose information about your website and server!"
msgstr ""
#: core/admin/Settings.php:434
msgid "Visitors are users that are not currently logged in."
msgstr ""
#: core/admin/Settings.php:441
msgid "Access key to use in the URL to activate DebugPress on demand. Use any URL friendly string you want that includes one or more: lowercase letters, numbers, dashes."
msgstr ""
#: core/admin/Settings.php:442
msgid "URL Query Argument:"
msgstr ""
#: core/admin/Settings.php:449
msgid "Third party developed library with more robust output and able to process almost any type of complex objects."
msgstr ""
#: core/admin/Settings.php:449
msgid "GitHub"
msgstr ""
#: core/admin/Settings.php:451
msgid "Basic Pretty Print"
msgstr ""
#: core/admin/Settings.php:452
msgid "Default and simple library, but it can be limited in what it can process."
msgstr ""
#: core/admin/Settings.php:459
msgid "Plugin will attempt to set WP_DEBUG to 'true'. But, if the WP_DEBUG was previously defined elsewhere as 'false', this option will not work."
msgstr ""
#: core/admin/Settings.php:466
msgid "Plugin will attempt to set SAVEQUERIES to 'true'. But, if the SAVEQUERIES was previously defined elsewhere as 'false', this option will not work."
msgstr ""
#: core/admin/Settings.php:479
msgid "Keyboard keys combination to activate the debugger popup. You can use any number of letter key, with one or more special modifier keys. Use symbol + to connect separate the keys."
msgstr ""
#: core/admin/Settings.php:480
msgid "Modifier keys:"
msgstr ""
#: core/admin/Settings.php:511
msgid "This panel will be on the right side of the Debugger header, and it is displayed as icon only."
msgstr ""
#: core/admin/Settings.php:590
msgid "The tracking results for each tracked AJAX call would be also saved in the WordPress 'debug.log', if it is used."
msgstr ""
#: core/display/ErrorFormat.php:13
msgid "Show Details"
msgstr ""
#: core/display/ErrorFormat.php:14
msgid "From"
msgstr ""
#: core/display/ErrorFormat.php:23
msgid "Error information is missing"
msgstr ""
#: core/display/ErrorFormat.php:30
msgid "FATAL ERROR"
msgstr ""
#: core/display/ErrorFormat.php:35
msgid "ERROR"
msgstr ""
#: core/display/ErrorFormat.php:42
msgid "WARNING"
msgstr ""
#: core/display/ErrorFormat.php:47
msgid "NOTICE"
msgstr ""
#: core/display/ErrorFormat.php:52
msgid "DEPRECATED"
msgstr ""
#: core/display/ErrorFormat.php:56
msgid "STRICT"
msgstr ""
#: core/display/ErrorFormat.php:60
msgid "UNKNOWN ERROR"
msgstr ""
#: core/display/ErrorFormat.php:70
#: core/display/ErrorFormat.php:87
#: core/display/ErrorFormat.php:104
#: core/display/ErrorFormat.php:123
#: core/display/ErrorFormat.php:150
#: core/display/ErrorFormat.php:172
msgid "On line"
msgstr ""
#: core/display/ErrorFormat.php:71
#: core/display/ErrorFormat.php:88
#: core/display/ErrorFormat.php:105
#: core/display/ErrorFormat.php:124
#: core/display/ErrorFormat.php:151
#: core/display/ErrorFormat.php:175
msgid "In file"
msgstr ""
#: core/display/ErrorFormat.php:85
msgid "For <strong>%s</strong>"
msgstr ""
#: core/display/ErrorFormat.php:86
msgid "Since version"
msgstr ""
#: core/display/ErrorFormat.php:103
msgid "Deprecated File"
msgstr ""
#: core/display/ErrorFormat.php:108
#: core/display/ErrorFormat.php:131
msgid "<strong>%1$s</strong> is deprecated since version %2$s. Use <strong>%3$s</strong> instead."
msgstr ""
#: core/display/ErrorFormat.php:110
#: core/display/ErrorFormat.php:133
msgid "<strong>%1$s</strong> is deprecated since version %2$s."
msgstr ""
#: core/display/ErrorFormat.php:122
msgid "Deprecated Function"
msgstr ""
#: core/display/ErrorFormat.php:127
#: core/panel/Hooks.php:111
msgid "Hook"
msgstr ""
#: core/display/ErrorFormat.php:149
msgid "Deprecated Constructor"
msgstr ""
#: core/display/ErrorFormat.php:153
msgid "For <strong>%1$s</strong> since version %2$s."
msgstr ""
#: core/display/ErrorFormat.php:168
msgid "Deprecated Argument"
msgstr ""
#: core/display/ErrorFormat.php:178
msgid "Argument in <strong>%1$s</strong> is deprecated since version %2$s."
msgstr ""
#: core/display/Loader.php:88
msgctxt "Popup message"
msgid "Show Details"
msgstr ""
#: core/display/Loader.php:89
msgctxt "Popup message"
msgid "Hide Details"
msgstr ""
#: core/display/Loader.php:141
msgid "AJAX Calls"
msgstr ""
#: core/display/Loader.php:145
#: core/panel/Basics.php:58
msgid "HTTP API Calls"
msgstr ""
#: core/display/Loader.php:148
msgid "Storage"
msgstr ""
#: core/display/Loader.php:149
msgid "PHP Errors"
msgstr ""
#: core/display/Loader.php:152
msgid "Open Debugger Panel"
msgstr ""
#: core/display/Loader.php:168
msgid "Basics"
msgstr ""
#: core/display/Loader.php:175
#: core/panel/Constants.php:148
#: core/panel/HTTP.php:16
#: core/panel/Request.php:29
#: core/panel/Request.php:15
msgid "Request"
msgstr ""
#: core/display/Loader.php:182
#: core/panel/Request.php:93
msgid "Query"
msgstr ""
#: core/display/Loader.php:189
msgid "Content"
msgstr ""
#: core/display/Loader.php:196
msgid "Rewriter"
msgstr ""
#: core/display/Loader.php:203
msgid "Roles"
msgstr ""
#: core/display/Loader.php:210
msgid "Constants"
msgstr ""
#: core/display/Loader.php:217
#: core/panel/Basics.php:113
msgid "Hooks"
msgstr ""
#: core/display/Loader.php:224
#: core/track/Tracker.php:576
msgid "SQL Queries"
msgstr ""
#: core/display/Loader.php:231
#: core/panel/Server.php:59
msgid "User"
msgstr ""
#: core/display/Loader.php:238
msgid "Enqueue"
msgstr ""
#: core/display/Loader.php:245
#: core/main/Plugin.php:284
#: core/panel/Hooks.php:22
msgid "PHP"
msgstr ""
#: core/display/Loader.php:252
#: core/panel/Constants.php:139
msgid "System"
msgstr ""
#: core/display/Loader.php:266
msgid "Plugins"
msgstr ""
#: core/display/Loader.php:273
msgid "HTTP"
msgstr ""
#: core/display/Loader.php:280
msgid "AJAX"
msgstr ""
#: core/display/Loader.php:288
msgid "Store"
msgstr ""
#: core/display/Loader.php:295
msgid "Deprecated"
msgstr ""
#: core/display/Loader.php:302
msgid "Doing It Wrong"
msgstr ""
#: core/display/Loader.php:309
msgid "Errors"
msgstr ""
#: core/display/Loader.php:315
msgid "Layout"
msgstr ""
#: core/display/Loader.php:320
#: forms/admin/settings.php:21
msgid "Tools"
msgstr ""
#: core/display/Loader.php:326
msgid "Debug Log"
msgstr ""
#: core/display/Loader.php:115
msgid "Debugger Panel"
msgstr ""
#: core/main/Callback.php:151
msgid "Closure in [%1$d] on line [%2$s]"
msgstr ""
#: core/main/Callback.php:153
msgid "The Unknown Closure"
msgstr ""
#: core/main/Info.php:15
#: core/main/Info.php:416
#: core/main/Info.php:458
#: core/main/Info.php:481
msgid "loaded"
msgstr ""
#: core/main/Info.php:17
#: core/main/Info.php:419
#: core/main/Info.php:429
#: core/main/Info.php:437
#: core/main/Info.php:447
#: core/main/Info.php:461
#: core/main/Info.php:469
#: core/main/Info.php:488
msgid "not loaded"
msgstr ""
#: core/main/Info.php:307
#: core/main/Info.php:311
#: core/main/Info.php:406
msgid "On"
msgstr ""
#: core/main/Info.php:307
#: core/main/Info.php:311
#: core/main/Info.php:406
msgid "Off"
msgstr ""
#: core/main/Info.php:346
msgid "ON"
msgstr ""
#: core/main/Info.php:346
msgid "OFF"
msgstr ""
#: core/main/Info.php:503
#: core/main/Info.php:511
msgid "OK"
msgstr ""
#: core/main/Info.php:505
#: core/main/Info.php:513
msgid "not available"
msgstr ""
#: core/main/Panel.php:90
#: core/main/Panel.php:95
#: core/panel/Basics.php:109
#: core/panel/Hooks.php:75
#: core/panel/Queries.php:100
#: core/panel/Queries.php:140
msgid "Name"
msgstr ""
#: core/main/Panel.php:91
#: core/main/Panel.php:96
#: forms/tools/mysql.php:11
#: forms/tools/opcache.php:21
#: forms/tools/opcache.php:42
#: forms/tools/opcache.php:63
msgid "Value"
msgstr ""
#: core/main/Panel.php:147
msgid "NOT DEFINED"
msgstr ""
#: core/main/Panel.php:194
msgid "not defined"
msgstr ""
#: core/main/Plugin.php:253
msgid "Production Environment"
msgstr ""
#: core/main/Plugin.php:256
msgid "Staging Environment"
msgstr ""
#: core/main/Plugin.php:259
msgid "Local Environment"
msgstr ""
#: core/main/Plugin.php:262
msgid "Development Environment"
msgstr ""
#: core/main/Plugin.php:286
#: core/panel/Server.php:22
msgid "IP"
msgstr ""
#: core/main/Plugin.php:287
#: core/panel/Queries.php:106
#: core/panel/Queries.php:161
#: core/panel/Queries.php:179
#: core/panel/Queries.php:197
#: core/panel/Queries.php:216
msgid "Queries"
msgstr ""
#: core/main/Plugin.php:288
#: core/panel/Basics.php:110
msgid "Memory"
msgstr ""
#: core/main/Plugin.php:289
msgid "Loaded"
msgstr ""
#: core/main/Plugin.php:289
msgid "seconds."
msgstr ""
#: core/panel/Basics.php:45
msgid "Memory Used by PHP"
msgstr ""
#: core/panel/Basics.php:46
msgid "Total Page Time"
msgstr ""
#: core/panel/Basics.php:46
#: core/panel/Basics.php:50
#: core/panel/Basics.php:59
#: core/panel/Basics.php:71
#: core/panel/Queries.php:262
#: core/track/AJAX.php:87
#: core/track/AJAX.php:89
#: core/track/AJAX.php:94
msgid "seconds"
msgstr ""
#: core/panel/Basics.php:47
msgid "Number of SQL Queries"
msgstr ""
#: core/panel/Basics.php:50
msgid "Time for SQL Queries"
msgstr ""
#: core/panel/Basics.php:54
msgid "Executed Hooks"
msgstr ""
#: core/panel/Basics.php:59
msgid "HTTP API Total Time"
msgstr ""
#: core/panel/Basics.php:61
msgid "Current Timestamp"
msgstr ""
#: core/panel/Basics.php:62
msgid "Current Datetime"
msgstr ""
#: core/panel/Basics.php:70
msgid "PHP Memory Available"
msgstr ""
#: core/panel/Basics.php:71
msgid "PHP Max Execution Time"
msgstr ""
#: core/panel/Basics.php:84
#: core/panel/Server.php:32
#: core/panel/Server.php:47
#: core/panel/Server.php:82
msgid "Version"
msgstr ""
#: core/panel/Basics.php:86
#: core/panel/Hooks.php:27
msgid "Child Theme"
msgstr ""
#: core/panel/Basics.php:86
#: core/panel/Constants.php:142
#: core/panel/Hooks.php:28
#: core/panel/Hooks.php:29
msgid "Theme"
msgstr ""
#: core/panel/Basics.php:92
msgid "Parent Theme"
msgstr ""
#: core/panel/Basics.php:98
msgid "Pretty Permalinks"
msgstr ""
#: core/panel/Basics.php:99
msgid "Enabled"
msgstr ""
#: core/panel/Basics.php:99
msgid "Disabled"
msgstr ""
#: core/panel/Basics.php:111
msgid "Timer"
msgstr ""
#: core/panel/Basics.php:112
msgid "SQL"
msgstr ""
#: core/panel/Basics.php:138
msgid "Debug mode is not enabled. Some of the debug related information is not available."
msgstr ""
#: core/panel/Basics.php:145
msgid "Saving of SQL queries is not enabled. SQL queries debug is not available."
msgstr ""
#: core/panel/Basics.php:29
msgid "Debug mode problems"
msgstr ""
#: core/panel/Basics.php:41
msgid "Page Loading Stats"
msgstr ""
#: core/panel/Basics.php:66
msgid "Current PHP Limits"
msgstr ""
#: core/panel/Basics.php:75
msgid "Upload Directory"
msgstr ""
#: core/panel/Basics.php:104
msgid "Page Scope"
msgstr ""
#: core/panel/Basics.php:107
msgid "Load Snapshots"
msgstr ""
#: core/panel/bbPress.php:95
#: core/panel/Request.php:92
msgid "Path"
msgstr ""
#: core/panel/bbPress.php:108
msgid "Forum Query"
msgstr ""
#: core/panel/bbPress.php:113
msgid "Topic Query"
msgstr ""
#: core/panel/bbPress.php:118
msgid "Reply Query"
msgstr ""
#: core/panel/bbPress.php:123
msgid "Search Query"
msgstr ""
#: core/panel/bbPress.php:66
#: core/panel/Query.php:17
msgid "Query Conditionals"
msgstr ""
#: core/panel/bbPress.php:83
msgid "bbPress Environment"
msgstr ""
#: core/panel/bbPress.php:93
msgid "Templates Stack"
msgstr ""
#: core/panel/bbPress.php:105
msgid "bbPress Queries"
msgstr ""
#: core/panel/bbPress.php:128
msgid "Basic bbPress Object"
msgstr ""
#: core/panel/Constants.php:133
msgid "Path, directories"
msgstr ""
#: core/panel/Constants.php:136
msgid "Debug"
msgstr ""
#: core/panel/Constants.php:145
#: core/panel/Server.php:58
msgid "Database"
msgstr ""
#: core/panel/Constants.php:153
msgid "Global"
msgstr ""
#: core/panel/Constants.php:156
msgid "Multisite"
msgstr ""
#: core/panel/Constants.php:159
msgid "Security"
msgstr ""
#: core/panel/Constants.php:162
msgid "Back Compatibility"
msgstr ""
#: core/panel/Content.php:40
#: core/panel/Rewriter.php:24
msgid "Permalinks are disabled."
msgstr ""
#: core/panel/Content.php:46
#: core/panel/Rewriter.php:30
msgid "Rewrite rules are not loaded on the WordPress admin side."
msgstr ""
#: core/panel/Content.php:38
#: core/panel/Rewriter.php:22
msgid "Rewrite Rules problem"
msgstr ""
#: core/panel/Content.php:15
msgid "Registered Post Types"
msgstr ""
#: core/panel/Content.php:18
msgid "Registered Taxonomies"
msgstr ""
#: core/panel/Content.php:21
msgid "Registered Post Statuses"
msgstr ""