-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoreactivity.pot
3050 lines (2342 loc) · 69 KB
/
coreactivity.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: CoreActivity\n"
"POT-Creation-Date: 07/16/2024 10:33:12 PM\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/meta/Users.php:49
#: core/admin/Settings.php:503
#: core/admin/Settings.php:537
#: core/admin/Settings.php:572
#: core/basic/Wizard.php:186
msgid "Log"
msgstr ""
#: core/admin/meta/Users.php:55
#: core/admin/Settings.php:498
#: core/admin/Settings.php:532
#: core/admin/Settings.php:567
#: core/table/Events.php:97
msgid "Status"
msgstr ""
#: core/admin/meta/Users.php:56
msgid "Last Active"
msgstr ""
#: core/admin/meta/Users.php:57
msgid "Last Login"
msgstr ""
#: core/admin/meta/Users.php:66
#: core/admin/Data.php:50
msgid "Online"
msgstr ""
#: core/admin/meta/Users.php:68
msgid "Offline"
msgstr ""
#: core/admin/panel/About.php:20
#: forms/content-dashboard-overall.php:22
msgid "Components"
msgstr ""
#: core/admin/panel/Dashboard.php:22
#: core/admin/Help.php:83
#: core/admin/Help.php:84
#: core/admin/Plugin.php:136
#: core/basic/AdminBar.php:107
#: forms/content-dashboard-overall.php:34
msgid "Events"
msgstr ""
#: core/admin/panel/Dashboard.php:30
#: forms/content-dashboard-blog.php:19
msgid "Network Dashboard"
msgstr ""
#: core/admin/panel/Dashboard.php:39
#: core/admin/Help.php:66
#: core/admin/Help.php:67
#: core/admin/Plugin.php:129
#: core/basic/AdminBar.php:114
#: core/table/Events.php:102
#: core/table/Logs.php:900
#: core/table/Logs.php:920
#: core/table/Logs.php:1017
#: core/table/Logs.php:1030
#: core/table/Logs.php:1095
#: core/table/Logs.php:1108
#: core/table/Logs.php:976
msgid "Logs"
msgstr ""
#: core/admin/panel/Events.php:21
#: core/admin/panel/Logs.php:22
msgid "Rows"
msgstr ""
#: core/admin/panel/Settings.php:19
msgid "Logging Data"
msgstr ""
#: core/admin/panel/Settings.php:21
msgid "Logging"
msgstr ""
#: core/admin/panel/Settings.php:23
msgid "Settings related to logging of main activity information."
msgstr ""
#: core/admin/panel/Settings.php:26
msgid "Optional Data"
msgstr ""
#: core/admin/panel/Settings.php:28
msgid "Settings related to logging of optional data."
msgstr ""
#: core/admin/panel/Settings.php:31
msgid "Exceptions"
msgstr ""
#: core/admin/panel/Settings.php:33
msgid "Some of the components can use these exceptions to limit the logging and skip some events."
msgstr ""
#: core/admin/panel/Settings.php:36
#: core/admin/Settings.php:308
#: core/basic/Wizard.php:185
msgid "Geo Location"
msgstr ""
#: core/admin/panel/Settings.php:38
msgid "Plugin can use online geolocation services, or the local database for geolocation."
msgstr ""
#: core/admin/panel/Settings.php:41
msgid "Logs Panel"
msgstr ""
#: core/admin/panel/Settings.php:43
msgid "Log Core"
msgstr ""
#: core/admin/panel/Settings.php:45
msgid "Settings related to some aspects for the Logs panel display."
msgstr ""
#: core/admin/panel/Settings.php:48
#: core/admin/Settings.php:511
#: core/admin/Settings.php:545
#: core/admin/Settings.php:580
msgid "Advanced"
msgstr ""
#: core/admin/panel/Settings.php:50
msgid "More advanced settings that should not be changed for most websites."
msgstr ""
#: core/admin/panel/Settings.php:53
msgid "Tracking"
msgstr ""
#: core/admin/panel/Settings.php:55
msgid "Features"
msgstr ""
#: core/admin/panel/Settings.php:57
msgid "Additional settings for some of the plugin tracking features."
msgstr ""
#: core/admin/panel/Settings.php:60
#: core/admin/panel/Tools.php:30
#: core/basic/Wizard.php:187
#: core/components/Notification.php:75
#: core/table/Events.php:105
msgid "Notifications"
msgstr ""
#: core/admin/panel/Settings.php:62
msgid "Settings related to instant, daily and weekly email notifications."
msgstr ""
#: core/admin/panel/Settings.php:65
msgid "Maintenance"
msgstr ""
#: core/admin/panel/Settings.php:67
msgid "Settings related to maintenance and cleanup of the log database tables."
msgstr ""
#: core/admin/panel/Tools.php:18
msgid "Data Cleanup"
msgstr ""
#: core/admin/panel/Tools.php:21
msgid "Cleanup"
msgstr ""
#: core/admin/panel/Tools.php:22
msgid "Using this tool, you can cleanup log entries."
msgstr ""
#: core/admin/panel/Tools.php:33
msgid "Configuration"
msgstr ""
#: core/admin/panel/Tools.php:35
#: core/admin/Plugin.php:106
msgid "Update"
msgstr ""
#: core/admin/panel/Tools.php:36
msgid "Using this tool, bulk enable or disable events for notifications."
msgstr ""
#: core/admin/AJAX.php:113
msgid "WhoIs check failed"
msgstr ""
#: core/admin/Data.php:12
msgid "Full IP"
msgstr ""
#: core/admin/Data.php:13
msgid "Mask last Byte"
msgstr ""
#: core/admin/Data.php:14
msgid "Mask last 2 Bytes"
msgstr ""
#: core/admin/Data.php:15
msgid "Maks whole IP"
msgstr ""
#: core/admin/Data.php:21
msgid "Select the data age"
msgstr ""
#: core/admin/Data.php:22
msgid "All logged data"
msgstr ""
#: core/admin/Data.php:23
msgid "Logged data older than 1 day"
msgstr ""
#: core/admin/Data.php:24
msgid "Logged data older than 3 days"
msgstr ""
#: core/admin/Data.php:25
msgid "Logged data older than 7 days"
msgstr ""
#: core/admin/Data.php:26
msgid "Logged data older than 14 days"
msgstr ""
#: core/admin/Data.php:27
msgid "Logged data older than 30 days"
msgstr ""
#: core/admin/Data.php:28
msgid "Logged data older than 60 days"
msgstr ""
#: core/admin/Data.php:29
msgid "Logged data older than 90 days"
msgstr ""
#: core/admin/Data.php:30
msgid "Logged data older than 180 days"
msgstr ""
#: core/admin/Data.php:31
msgid "Logged data older than 1 year"
msgstr ""
#: core/admin/Data.php:32
msgid "Logged data older than 2 years"
msgstr ""
#: core/admin/Data.php:51
#: core/admin/Settings.php:329
msgid "IP2Location Database"
msgstr ""
#: core/admin/Data.php:52
msgid "MaxMind GeoIP2 and GeoLite2 Database"
msgstr ""
#: core/admin/Data.php:58
msgid "Lite: Country"
msgstr ""
#: core/admin/Data.php:59
msgid "Lite: Country, Region, City"
msgstr ""
#: core/admin/Data.php:60
msgid "Lite: Country, Region, City, Location"
msgstr ""
#: core/admin/Data.php:61
msgid "Lite: Country, Region, City, Location, ZIP"
msgstr ""
#: core/admin/Data.php:62
msgid "Lite: Country, Region, City, Location, ZIP, Timezone"
msgstr ""
#: core/admin/Data.php:68
msgid "GeoLite2: Country"
msgstr ""
#: core/admin/Data.php:69
msgid "GeoLite2: Country, City, Location, ZIP, Timezone"
msgstr ""
#: core/admin/Help.php:38
msgid "Basics"
msgstr ""
#: core/admin/Help.php:39
#: forms/content-dashboard-overall.php:16
msgid "Components and Events"
msgstr ""
#: core/admin/Help.php:40
msgid "Some components and events included in coreActivity are not always registered. Some components are made for WordPress Multisite, and some components require specific third-party plugins. The widget on this panel, and list of all Events show actual status of registered components and available events."
msgstr ""
#: core/admin/Help.php:41
msgid "To stop all the logging, you can use the Toggle button on the Dashboard to disable or later enable the logging system. This can be useful if you are testing something, and want to temporarily disable the logging."
msgstr ""
#: core/admin/Help.php:42
msgid "All Components and Events"
msgstr ""
#: core/admin/Help.php:43
#: forms/content-dashboard-database.php:15
msgid "Database Statistics"
msgstr ""
#: core/admin/Help.php:44
msgid "Plugin has 3 database tables, and the widget on the dashboard shows the current status of those tables, number of records, total size, free space and more."
msgstr ""
#: core/admin/Help.php:45
#: forms/content-dashboard-location.php:16
msgid "GEO Location"
msgstr ""
#: core/admin/Help.php:46
msgid "To identify the country for each logged event, plugin can use logged IP to find the country and city. For this process, plugin can use online GEO location service or local database."
msgstr ""
#: core/admin/Help.php:47
#: forms/content-dashboard-location.php:81
msgid "GEO Location Settings"
msgstr ""
#: core/admin/Help.php:54
msgid "Statistics"
msgstr ""
#: core/admin/Help.php:55
msgid "Quick Sweep"
msgstr ""
#: core/admin/Help.php:56
msgid "The simple statistical overview, shows number of log entries for all logged components in the last 30 days. Click on the component icon button, to go to the Logs page filtered by the selected component."
msgstr ""
#: core/admin/Help.php:57
msgid "Main Events panel lists counts for each component and event based on all the log records currently in the database."
msgstr ""
#: core/admin/Help.php:68
msgid "This is the core of the coreActivity plugin, panel where all the logged records are displayed. There are few important things to know."
msgstr ""
#: core/admin/Help.php:70
msgid "Depending on your screen size, the table can have strange layout due to the number of columns it can show. Make sure to check out the Screen Options tab to disable some of the columns. And, some columns related options are available in the plugins settings."
msgstr ""
#: core/admin/Help.php:71
msgid "To see all additional information about each event, click on the toggle button on the right side of the table to show hidden Metadata row."
msgstr ""
#: core/admin/Help.php:72
msgid "Based on the current view mode, some columns and filter elements can be automatically hidden."
msgstr ""
#: core/admin/Help.php:74
msgid "Logs Panel Settings"
msgstr ""
#: core/admin/Help.php:85
msgid "This panel shows all the registered components and events, along with the status toggle, and toggles for the notifications."
msgstr ""
#: core/admin/Help.php:87
msgid "For each event, you have additional buttons to filter or view the Logs for the selected component or event, and button to open the Cleanup tools panel to remove selected component or event only."
msgstr ""
#: core/admin/Help.php:88
msgid "Log records counts are based on the current number of records in the logs belonging to each event."
msgstr ""
#: core/admin/Plugin.php:187
msgid "coreActivity events logging has been disabled. You can enable it again from the plugin Dashboard."
msgstr ""
#: core/admin/Plugin.php:188
msgid "coreActivity Dashboard"
msgstr ""
#: core/admin/Plugin.php:98
msgid "Install"
msgstr ""
#: core/admin/Plugin.php:101
msgid "Before you continue, make sure plugin installation was successful."
msgstr ""
#: core/admin/Plugin.php:109
msgid "Before you continue, make sure plugin was successfully updated."
msgstr ""
#: core/admin/Plugin.php:117
msgid "Overview"
msgstr ""
#: core/admin/Plugin.php:123
msgid "About"
msgstr ""
#: core/admin/Plugin.php:131
msgid "Detailed log with all the logged activities for all supported events."
msgstr ""
#: core/admin/Plugin.php:138
msgid "All the events registered for activity tracking and logging."
msgstr ""
#: core/admin/Plugin.php:143
#: core/basic/AdminBar.php:121
msgid "Settings"
msgstr ""
#: core/admin/Plugin.php:149
#: core/basic/AdminBar.php:128
msgid "Tools"
msgstr ""
#: core/admin/Plugin.php:158
#: core/admin/Settings.php:644
msgid "Setup Wizard"
msgstr ""
#: core/admin/Plugin.php:198
msgid "The cleanup operation has been completed."
msgstr ""
#: core/admin/Plugin.php:201
msgid "Events activity status has been updated."
msgstr ""
#: core/admin/Plugin.php:204
msgid "Events notifications status has been updated."
msgstr ""
#: core/admin/Settings.php:37
msgid "Cleanup Period"
msgstr ""
#: core/admin/Settings.php:44
msgid "Log entries age"
msgstr ""
#: core/admin/Settings.php:55
msgid "Cleanup Events"
msgstr ""
#: core/admin/Settings.php:62
msgid "Events to remove"
msgstr ""
#: core/admin/Settings.php:75
msgid "Logging Process"
msgstr ""
#: core/admin/Settings.php:82
msgid "Skip Duplicates"
msgstr ""
#: core/admin/Settings.php:82
msgid "Plugin can hold of logging duplicated events for a period of 24 hours by detecting duplicated events."
msgstr ""
#: core/admin/Settings.php:83
msgid "Duplication skipping affects only some components and events that can produce exactly the same event entry over and over again."
msgstr ""
#: core/admin/Settings.php:84
msgid "Duplication is tracked over the period of 24 hours, allowing for repeated duplicated events to be logged only once a day."
msgstr ""
#: core/admin/Settings.php:85
msgid "IP, user ID, logged date and time, and user agent are not taken into account when determining if the event is duplicate."
msgstr ""
#: core/admin/Settings.php:92
msgid "Visitor IP"
msgstr ""
#: core/admin/Settings.php:99
msgid "Use Forwarded IPs"
msgstr ""
#: core/admin/Settings.php:99
msgid "To get visitor IP, plugin can only use main REMOTE_ADDR key, or it can test for one of the possible FORWARD keys."
msgstr ""
#: core/admin/Settings.php:100
msgid "Many of the request header keys can be faked before reaching the website, with the exception of REMOTE_ADDR key which is the only key that is safe from tampering."
msgstr ""
#: core/admin/Settings.php:101
msgid "But, REMOTE_ADDR is the IP of the machine connecting to your website, it doesn't have to be an IP of the machine actually making the request."
msgstr ""
#: core/admin/Settings.php:102
msgid "If your visitor is behind proxy, or some other network interface, the real visitor IP can be set inside of the FORWARD keys."
msgstr ""
#: core/admin/Settings.php:103
msgid "If you want to always check if one of the FORWARD keys is set, you need to enable this option, but there is no guarantee that any of the forwarded IPs will be a real one."
msgstr ""
#: core/admin/Settings.php:104
msgid "When FORWARDED and REMOTE_ADDR are different, plugin will log both IPs (this was implemented from plugin version 2.1)."
msgstr ""
#: core/admin/Settings.php:105
msgid "If your website is behind CloudFlare, plugin will be able to detect this, and will get real IP, and this option will not be used."
msgstr ""
#: core/admin/Settings.php:114
msgid "IP Location Data"
msgstr ""
#: core/admin/Settings.php:121
#: forms/dialog-data.php:96
msgid "Country Code"
msgstr ""
#: core/admin/Settings.php:121
msgid "Each log entry IP will be geo-located, and if possible, the country code will be stored in the main log database table."
msgstr ""
#: core/admin/Settings.php:123
msgid "Each time logging is requested, plugin will try to determine the country for the IP and save it in the main database."
msgstr ""
#: core/admin/Settings.php:124
msgid "Country for IP can change over time (especially for the IP4), and this will add permanent mark of the country into the log at the time it is logged."
msgstr ""
#: core/admin/Settings.php:132
msgid "GEOLocation Settings"
msgstr ""
#: core/admin/Settings.php:136
msgid "Expanded Meta Information"
msgstr ""
#: core/admin/Settings.php:136
msgid "Any additional geolocation data will be logged as a meta data."
msgstr ""
#: core/admin/Settings.php:138
msgid "This data, along the country code for the IP will be later used to display IP location in the log."
msgstr ""
#: core/admin/Settings.php:139
msgid "Information provided by the geolocation can contain only country, or it can have expanded information."
msgstr ""
#: core/admin/Settings.php:147
#: core/admin/Settings.php:191
#: core/admin/Settings.php:444
msgid "Meta Data"
msgstr ""
#: core/admin/Settings.php:150
msgid "Standard"
msgstr ""
#: core/admin/Settings.php:154
msgid "User Agent"
msgstr ""
#: core/admin/Settings.php:154
msgid "If the request has user agent string, it will be logged as the log entry meta data."
msgstr ""
#: core/admin/Settings.php:155
msgid "User agent can be used to extract information about the request source device, OS, browsers, and more."
msgstr ""
#: core/admin/Settings.php:156
msgid "User agent data is not always reliable, because request source can spoof the user agent and set it to anything."
msgstr ""
#: core/admin/Settings.php:158
msgid "Referer"
msgstr ""
#: core/admin/Settings.php:158
msgid "If the request has referer, it will be logged as the log entry meta data."
msgstr ""
#: core/admin/Settings.php:162
msgid "Device Detection"
msgstr ""
#: core/admin/Settings.php:166
msgid "Device Information"
msgstr ""
#: core/admin/Settings.php:166
msgid "Based on the user agent, detect the information about the device and store it as meta when the request is logged."
msgstr ""
#: core/admin/Settings.php:167
msgid "Device detection will be done at the request log time, and will be stored as meta data."
msgstr ""
#: core/admin/Settings.php:168
#: core/admin/Settings.php:173
msgid "Device detection data will take additional space in the meta table."
msgstr ""
#: core/admin/Settings.php:169
msgid "If you don't save this as metadata, plugin can still display device detection data later, if you enable User Agent logging."
msgstr ""
#: core/admin/Settings.php:171
msgid "Filter Information"
msgstr ""
#: core/admin/Settings.php:171
msgid "Simplified detected information will be stored as individual meta elements that can be used for the log filtering."
msgstr ""
#: core/admin/Settings.php:172
msgid "At this time, coreActivity plugin doesn't have filter by meta data implemented!"
msgstr ""
#: core/admin/Settings.php:178
msgid "Event Specific"
msgstr ""
#: core/admin/Settings.php:182
msgid "Plugin or Theme Descriptions"
msgstr ""
#: core/admin/Settings.php:182
msgid "Descriptions are available for plugins and themes, but they can be on the longer side, and usually are not useful for log analysis."
msgstr ""
#: core/admin/Settings.php:183
msgid "Transient Value"
msgstr ""
#: core/admin/Settings.php:183
msgid "In most cases, transient values can be huge, since transients are used as a cache of sorts, and it is not a good idea to log the actual value for transient. Transients are often changing and usually serialized."
msgstr ""
#: core/admin/Settings.php:198
#: core/log/Activity.php:101
msgid "Post Meta"
msgstr ""
#: core/admin/Settings.php:198
#: core/admin/Settings.php:199
#: core/admin/Settings.php:200
#: core/admin/Settings.php:201
msgid "Add one or more options (exact meta key name) to skip from logging."
msgstr ""
#: core/admin/Settings.php:199
#: core/log/Activity.php:108
msgid "User Meta"
msgstr ""
#: core/admin/Settings.php:200
#: core/log/Activity.php:104
msgid "Term Meta"
msgstr ""
#: core/admin/Settings.php:201
#: core/log/Activity.php:106
msgid "Comment Meta"
msgstr ""
#: core/admin/Settings.php:207
msgid "Component: Options"
msgstr ""
#: core/admin/Settings.php:210
msgid "General Rules"
msgstr ""
#: core/admin/Settings.php:214
msgid "Action Scheduler Locks"
msgstr ""
#: core/admin/Settings.php:214
msgid "Many WordPress plugins use Actions Scheduler (as a plugin or internal component), and it can often change one or more locking options flooding the log with entries. With this enabled, any locking option of the Action Scheduler will be ignored when logging options changes."
msgstr ""
#: core/admin/Settings.php:218
#: core/admin/Settings.php:231
#: core/admin/Settings.php:244
#: core/admin/Settings.php:257
#: core/admin/Settings.php:270
#: core/admin/Settings.php:283
msgid "Specific Options"
msgstr ""
#: core/admin/Settings.php:222
#: core/admin/Settings.php:235
msgid "Options to skip"
msgstr ""
#: core/admin/Settings.php:222
#: core/admin/Settings.php:235
msgid "Add one or more options (exact option name) to skip from logging."
msgstr ""
#: core/admin/Settings.php:228
msgid "Component: Sitemeta"
msgstr ""
#: core/admin/Settings.php:241
msgid "Component: Notification"
msgstr ""
#: core/admin/Settings.php:248
msgid "Notifications to Skip"
msgstr ""
#: core/admin/Settings.php:248
msgid "Add one or more notifications (exact option name) to skip from logging."
msgstr ""
#: core/admin/Settings.php:254
msgid "Component: WordPress"
msgstr ""
#: core/admin/Settings.php:261
msgid "CRON to Skip"
msgstr ""
#: core/admin/Settings.php:261
msgid "Add one or more CRON jobs (exact option name) to skip from logging."
msgstr ""
#: core/admin/Settings.php:267
msgid "Component: Plugin"
msgstr ""
#: core/admin/Settings.php:274
msgid "Plugins to Skip"
msgstr ""
#: core/admin/Settings.php:274
msgid "Add one or more plugins (exact option name) to skip from logging."
msgstr ""
#: core/admin/Settings.php:280
msgid "Component: Theme"
msgstr ""
#: core/admin/Settings.php:287
msgid "Themes to Skip"
msgstr ""
#: core/admin/Settings.php:287
msgid "Add one or more themes (exact option name) to skip from logging."
msgstr ""
#: core/admin/Settings.php:293
msgid "Component: Errors"
msgstr ""
#: core/admin/Settings.php:296
msgid "File Names"
msgstr ""
#: core/admin/Settings.php:300
msgid "Regular Expressions"
msgstr ""
#: core/admin/Settings.php:300
msgid "If the request is for a file, it will be checked with provided regular expressions. If the file matches any of these, it will not be logged."
msgstr ""
#: core/admin/Settings.php:315
#: core/table/Logs.php:190
#: forms/dialog-data.php:20
msgid "Method"
msgstr ""
#: core/admin/Settings.php:315
msgid "Online geolocation is usually slower, it does make a call to the online service for geo-locating the IP."
msgstr ""
#: core/admin/Settings.php:317
msgid "Online geolocation can be slower, since it depends on the external services to work. It can also happen for the request to timeout or fail."
msgstr ""
#: core/admin/Settings.php:318
msgid "Database approach is the best solution since the database is on your server, and it is much faster to get the location, without having any issues that online services can have."
msgstr ""
#: core/admin/Settings.php:319
msgid "If the selected database method is not working (database file is missing), plugin will fallback to use Online method."
msgstr ""
#: core/admin/Settings.php:339
msgid "Token"
msgstr ""
#: core/admin/Settings.php:339
msgid "Token is required to download and updated database file."
msgstr ""
#: core/admin/Settings.php:341
msgid "IP2Location has free and premium services and databases. For this plugin purposes, Lite database is quite sufficient."
msgstr ""
#: core/admin/Settings.php:342
msgid "To get the download token, register on the IP2Location Lite website, and once you are logged in there, get the download token and past it in this field."
msgstr ""
#: core/admin/Settings.php:343
#: core/admin/Settings.php:380
msgid "Plugin will attempt to download database file once a week during regular weekly maintenance."
msgstr ""
#: core/admin/Settings.php:353
msgid "Register and Get token on IP2Location Lite"
msgstr ""
#: core/admin/Settings.php:357
#: core/admin/Settings.php:394
msgid "Database"
msgstr ""
#: core/admin/Settings.php:357
#: core/admin/Settings.php:394
msgid "Depending on the database you choose, you will get additional information for each IP."
msgstr ""
#: core/admin/Settings.php:359
msgid "Country database is about 9MB in size, other databases can be up to 200MB in size."
msgstr ""
#: core/admin/Settings.php:360
#: core/admin/Settings.php:396
msgid "If you choose Country only database, you will be able to log in only IP country code."
msgstr ""
#: core/admin/Settings.php:366
msgid "GEOIP2 Database"
msgstr ""
#: core/admin/Settings.php:376
msgid "License"
msgstr ""
#: core/admin/Settings.php:376
msgid "License is required to download and updated database file."
msgstr ""
#: core/admin/Settings.php:378
msgid "GEOIP2 has free and premium services and databases. For this plugin purposes, Lite database is quite sufficient."
msgstr ""
#: core/admin/Settings.php:379
msgid "To get the download license, register on the GEOIP2 website, and once you are logged in there, generate new license."
msgstr ""
#: core/admin/Settings.php:390
msgid "Register and Get token on GeoIP2"
msgstr ""
#: core/admin/Settings.php:406
msgid "Content Display"
msgstr ""
#: core/admin/Settings.php:409
#: core/table/Logs.php:196
#: core/table/Logs.php:746
#: forms/dialog-data.php:16
msgid "IP"
msgstr ""
#: core/admin/Settings.php:413
msgid "IP GEO location flag"
msgstr ""
#: core/admin/Settings.php:413
msgid "Show country for the logged IP."
msgstr ""
#: core/admin/Settings.php:414
msgid "IPv4 Display"
msgstr ""
#: core/admin/Settings.php:414
msgid "You can hide parts of the IP address when displayed. This will work for IPv4 address only, and it doesn't affect use of IP in URLs for filtering."
msgstr ""
#: core/admin/Settings.php:418
msgid "Other Information"
msgstr ""
#: core/admin/Settings.php:422
msgid "Simplified values"
msgstr ""
#: core/admin/Settings.php:422
msgid "Values for columns Component and Event will be displayed using labels."
msgstr ""
#: core/admin/Settings.php:423
msgid "User avatar"
msgstr ""
#: core/admin/Settings.php:423
msgid "Show user avatar for logs that are related to the user."
msgstr ""
#: core/admin/Settings.php:424
msgid "Linked Blog ID"
msgstr ""
#: core/admin/Settings.php:424
msgid "In the multisite network mode, link the Blog ID to the Blog URL"
msgstr ""
#: core/admin/Settings.php:430
msgid "Table Layout"
msgstr ""
#: core/admin/Settings.php:433
msgid "Basic Data"
msgstr ""
#: core/admin/Settings.php:437
msgid "Request as Column"
msgstr ""
#: core/admin/Settings.php:437
msgid "Request value can be quite long, and it can cause layout issues if displayed as column. If this option is displayed, Request will be displayed as Meta value in the hidden Meta row."
msgstr ""
#: core/admin/Settings.php:438
msgid "Protocol as Column"
msgstr ""
#: core/admin/Settings.php:438
msgid "Protocol value would most likely be the same for each request, especially if your webserver is behind some sort of proxy setup. If this option is displayed, Protocol will be displayed as Meta value in the hidden Meta row."
msgstr ""
#: core/admin/Settings.php:439
msgid "Object Type Column"
msgstr ""
#: core/admin/Settings.php:439
msgid "If enabled, Object Type will have own column, if disabled, it will be displayed as a part of the Object column."
msgstr ""
#: core/admin/Settings.php:440
msgid "Device Detection Column"
msgstr ""
#: core/admin/Settings.php:440
msgid "Show the Device Detection information, if available."
msgstr ""
#: core/admin/Settings.php:448
msgid "Meta Column"
msgstr ""
#: core/admin/Settings.php:448
msgid "By default, all meta data is displayed in the hidden Meta row under main row because a lot of metadata can be quite large and will break table layout or will be unreadable. If you enable Meta column, some of the meta data will be displayed in this column, depending on the event."
msgstr ""
#: core/admin/Settings.php:454
msgid "Log Panel Updates"
msgstr ""
#: core/admin/Settings.php:461
msgid "Live Updates"