WP Security Audit Log - Version 3.2.3.1

Version Description

(2018-08-15) =

  • Bug fix
    • Fixed a compatibility problem with Windows server.
Download this release

Release Info

Developer WPWhiteSecurity
Plugin Icon 128x128 WP Security Audit Log
Version 3.2.3.1
Comparing to
See all releases

Code changes from version 3.2.3 to 3.2.3.1

classes/ViewManager.php CHANGED
@@ -88,7 +88,7 @@ class WSAL_ViewManager {
88
  $skip_views = apply_filters( 'wsal_skip_views', $skip_views );
89
 
90
  // Load views.
91
- foreach ( glob( dirname( __FILE__ ) . '/Views/*.php' ) as $file ) {
92
  if ( empty( $skip_views ) || ! in_array( $file, $skip_views ) ) {
93
  $this->AddFromFile( $file );
94
  }
88
  $skip_views = apply_filters( 'wsal_skip_views', $skip_views );
89
 
90
  // Load views.
91
+ foreach ( glob( $this->_plugin->GetBaseDir() . 'classes/Views/*.php' ) as $file ) {
92
  if ( empty( $skip_views ) || ! in_array( $file, $skip_views ) ) {
93
  $this->AddFromFile( $file );
94
  }
languages/wp-security-audit-log.pot CHANGED
@@ -3,14 +3,14 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: WP Security Audit Log\n"
6
- "POT-Creation-Date: 2018-05-02 11:30+0100\n"
7
- "PO-Revision-Date: 2018-05-02 11:30+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "X-Generator: Poedit 2.0.7\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: wp-security-audit-log.php\n"
@@ -21,226 +21,360 @@ msgstr ""
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
- #: classes/AuditLogListView.php:80
 
 
 
 
 
 
25
  msgid "No events so far."
26
  msgstr ""
27
 
28
- #: classes/AuditLogListView.php:98
29
  msgid "Show "
30
  msgstr ""
31
 
32
- #: classes/AuditLogListView.php:108
33
  msgid " Items"
34
  msgstr ""
35
 
36
- #: classes/AuditLogListView.php:123 classes/Views/AuditLog.php:221
37
- #: classes/Views/AuditLog.php:244
38
  msgid "All Sites"
39
  msgstr ""
40
 
41
- #: classes/AuditLogListView.php:147
42
  msgid "Live Database"
43
  msgstr ""
44
 
45
- #: classes/AuditLogListView.php:150
46
  msgid "Archive Database"
47
  msgstr ""
48
 
49
- #: classes/AuditLogListView.php:203 classes/WidgetManager.php:67
 
50
  msgid "User"
51
  msgstr ""
52
 
53
- #: classes/AuditLogListView.php:205 classes/Views/Settings.php:650
54
  msgid "Username"
55
  msgstr ""
56
 
57
- #: classes/AuditLogListView.php:208 classes/AuditLogListView.php:225
58
- msgid "Alert ID"
 
59
  msgstr ""
60
 
61
- #: classes/AuditLogListView.php:209 classes/AuditLogListView.php:228
 
62
  msgid "Severity"
63
  msgstr ""
64
 
65
- #: classes/AuditLogListView.php:210 classes/AuditLogListView.php:231
66
  msgid "Date"
67
  msgstr ""
68
 
69
- #: classes/AuditLogListView.php:212 classes/AuditLogListView.php:237
70
  msgid "Source IP"
71
  msgstr ""
72
 
73
- #: classes/AuditLogListView.php:215 classes/AuditLogListView.php:240
74
  msgid "Site"
75
  msgstr ""
76
 
77
- #: classes/AuditLogListView.php:217 classes/AuditLogListView.php:243
78
  msgid "Message"
79
  msgstr ""
80
 
81
- #: classes/AuditLogListView.php:295
82
  msgid "Click to toggle."
83
  msgstr ""
84
 
85
- #: classes/AuditLogListView.php:314
86
- msgid "Disable this type of alerts."
87
  msgstr ""
88
 
89
- #: classes/AuditLogListView.php:322
90
  msgid "Unknown error code."
91
  msgstr ""
92
 
93
- #: classes/AuditLogListView.php:357
94
- msgid "Show me all activity by this User"
 
 
 
 
 
 
 
 
95
  msgstr ""
96
 
97
- #: classes/AuditLogListView.php:372
98
  msgid "Unknown"
99
  msgstr ""
100
 
101
- #: classes/AuditLogListView.php:376 classes/Views/Licensing.php:113
 
 
 
 
102
  #: classes/Views/Licensing.php:153
103
  msgid "Plugin"
104
  msgstr ""
105
 
106
- #: classes/AuditLogListView.php:380
107
  msgid "Plugins"
108
  msgstr ""
109
 
110
- #: classes/AuditLogListView.php:384
111
  msgid "Website Visitor"
112
  msgstr ""
113
 
114
- #: classes/AuditLogListView.php:388
115
  msgid "System"
116
  msgstr ""
117
 
118
- #: classes/AuditLogListView.php:408 classes/AuditLogListView.php:421
119
  msgid "Show me all activity originating from this IP Address"
120
  msgstr ""
121
 
122
- #: classes/AuditLogListView.php:450
123
  msgid "View all details of this change"
124
  msgstr ""
125
 
126
- #: classes/AuditLogListView.php:451 classes/AuditLogListView.php:597
127
  msgid "Alert Data Inspector"
128
  msgstr ""
129
 
130
- #: classes/AuditLogListView.php:552 classes/AuditLogListView.php:569
 
 
 
 
131
  msgid "Download the log file."
132
  msgstr ""
133
 
134
- #: classes/AuditLogListView.php:577
135
  msgid "published"
136
  msgstr ""
137
 
138
- #: classes/Loggers/Database.php:182 classes/Views/EmailNotifications.php:153
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
139
  #: classes/Views/EmailNotifications.php:185 classes/Views/ExternalDB.php:152
140
- #: classes/Views/ExternalDB.php:184 classes/Views/Help.php:144
141
- #: classes/Views/Help.php:195 classes/Views/LogInUsers.php:154
142
  #: classes/Views/LogInUsers.php:186 classes/Views/Reports.php:153
143
  #: classes/Views/Reports.php:185 classes/Views/Search.php:153
144
  #: classes/Views/Search.php:178
145
  msgid "Upgrade to Premium"
146
  msgstr ""
147
 
148
- #: classes/Loggers/Database.php:183 classes/Views/AuditLog.php:105
149
  #: classes/Views/EmailNotifications.php:154
150
  #: classes/Views/EmailNotifications.php:186 classes/Views/ExternalDB.php:153
151
- #: classes/Views/ExternalDB.php:185 classes/Views/Help.php:196
152
  #: classes/Views/LogInUsers.php:155 classes/Views/LogInUsers.php:187
153
  #: classes/Views/Reports.php:154 classes/Views/Reports.php:186
154
  #: classes/Views/Search.php:154 classes/Views/Search.php:179
155
  msgid "More Information"
156
  msgstr ""
157
 
158
- #: classes/Sensors/Content.php:941 classes/Sensors/Content.php:949
159
- #: classes/Sensors/WooCommerce.php:608 classes/Sensors/WooCommerce.php:614
160
  msgid "Password Protected"
161
  msgstr ""
162
 
163
- #: classes/Sensors/Content.php:943 classes/Sensors/Content.php:951
164
  msgid "Public"
165
  msgstr ""
166
 
167
- #: classes/Sensors/Content.php:945 classes/Sensors/Content.php:953
168
  msgid "Private"
169
  msgstr ""
170
 
171
- #: classes/Sensors/WooCommerce.php:1270
172
  msgid "In stock"
173
  msgstr ""
174
 
175
- #: classes/Sensors/WooCommerce.php:1272
176
  msgid "Out of stock"
177
  msgstr ""
178
 
179
- #: classes/Settings.php:363
180
  msgid "This function is deprecated"
181
  msgstr ""
182
 
183
- #: classes/Views/AuditLog.php:78
184
  msgid ""
185
  "See who is logged in to your WordPress, create user productivity reports, "
186
  "get alerted via email of important changes and more!"
187
  msgstr ""
188
 
189
- #: classes/Views/AuditLog.php:79
190
  msgid ""
191
  "Unlock these powerful features and much more with the premium edition of WP "
192
  "Security Audit Log."
193
  msgstr ""
194
 
195
- #: classes/Views/AuditLog.php:104
196
  msgid "Buy Now"
197
  msgstr ""
198
 
199
- #: classes/Views/AuditLog.php:123
200
  msgid ""
201
  "There are connectivity issues with the database where the WordPress activity "
202
  "log is stored. The logs will be temporary buffered in the WordPress database "
203
  "until the connection is fully restored."
204
  msgstr ""
205
 
206
- #: classes/Views/AuditLog.php:140 classes/Views/AuditLog.php:156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207
  msgid "Audit Log Viewer"
208
  msgstr ""
209
 
210
- #: classes/Views/AuditLog.php:183 classes/Views/Licensing.php:82
211
- #: classes/Views/Settings.php:211 classes/Views/ToggleAlerts.php:68
212
  msgid "You do not have sufficient permissions to access this page."
213
  msgstr ""
214
 
215
- #: classes/Views/AuditLog.php:191 classes/Views/AuditLog.php:422
216
- #: classes/Views/Licensing.php:90 classes/Views/Settings.php:207
217
- #: classes/Views/Settings.php:968 classes/Views/Settings.php:996
218
- #: classes/Views/Settings.php:1026
219
- msgid "Nonce verification failed."
220
  msgstr ""
221
 
222
- #: classes/Views/AuditLog.php:220 classes/Views/AuditLog.php:243
 
 
 
 
 
 
 
 
 
223
  msgid "Please enter the number of alerts you would like to see on one page:"
224
  msgstr ""
225
 
226
- #: classes/Views/AuditLog.php:222 classes/Views/AuditLog.php:245
227
  msgid "No Results"
228
  msgstr ""
229
 
230
- #: classes/Views/AuditLog.php:419
231
  msgid "No users found."
232
  msgstr ""
233
 
234
- #: classes/Views/AuditLog.php:441
 
 
 
 
 
 
 
 
 
 
 
 
235
  msgid "Log file does not exist."
236
  msgstr ""
237
 
238
- #: classes/Views/AuditLog.php:482
239
  msgid "Request to get log file failed."
240
  msgstr ""
241
 
242
- #: classes/Views/AuditLog.php:489
243
- msgid "Nonce verification failed!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgstr ""
245
 
246
  #: classes/Views/EmailNotifications.php:28
@@ -337,7 +471,7 @@ msgstr ""
337
 
338
  #: classes/Views/ExternalDB.php:121
339
  msgid ""
340
- "Configure archiving rules to archive old alerts in an archiving database,"
341
  msgstr ""
342
 
343
  #: classes/Views/ExternalDB.php:167 classes/Views/ExternalDB.php:168
@@ -353,14 +487,19 @@ msgid ""
353
  msgstr ""
354
 
355
  #: classes/Views/Help.php:30 classes/Views/Help.php:44
 
356
  msgid "Help"
357
  msgstr ""
358
 
359
- #: classes/Views/Help.php:75
 
 
 
 
360
  msgid "Getting Started"
361
  msgstr ""
362
 
363
- #: classes/Views/Help.php:77
364
  msgid ""
365
  "Getting started with WP Security Audit Log is really easy; once the plugin "
366
  "is installed it will automatically keep a log of everything that is "
@@ -368,126 +507,126 @@ msgid ""
368
  "video below for a quick overview of the plugin."
369
  msgstr ""
370
 
371
- #: classes/Views/Help.php:86
372
  msgid "Plugin Support"
373
  msgstr ""
374
 
375
- #: classes/Views/Help.php:88
376
  msgid ""
377
  "Have you encountered or noticed any issues while using WP Security Audit Log "
378
  "plugin?"
379
  msgstr ""
380
 
381
- #: classes/Views/Help.php:89
382
  msgid ""
383
  "Or you want to report something to us? Click any of the options below to "
384
  "post on the plugin's forum or contact our support directly."
385
  msgstr ""
386
 
387
- #: classes/Views/Help.php:91
388
  msgid "Free Support Forum"
389
  msgstr ""
390
 
391
- #: classes/Views/Help.php:93
392
  msgid "Free Support Email"
393
  msgstr ""
394
 
395
- #: classes/Views/Help.php:99
396
  msgid "Plugin Documentation"
397
  msgstr ""
398
 
399
- #: classes/Views/Help.php:101
400
  msgid ""
401
  "For more technical information about the WP Security Audit Log plugin please "
402
  "visit the plugin’s knowledge base."
403
  msgstr ""
404
 
405
- #: classes/Views/Help.php:102
406
  msgid ""
407
- "Refer to the list of WordPress security alerts for a complete list of Alerts "
408
  "and IDs that the plugin uses to keep a log of all the changes in the "
409
  "WordPress audit log."
410
  msgstr ""
411
 
412
- #: classes/Views/Help.php:104
413
  msgid "Plugin Website"
414
  msgstr ""
415
 
416
- #: classes/Views/Help.php:106
417
  msgid "Knowledge Base"
418
  msgstr ""
419
 
420
- #: classes/Views/Help.php:108
421
- msgid "List of WordPress Security Alerts"
422
  msgstr ""
423
 
424
- #: classes/Views/Help.php:114
425
  msgid "Rate WP Security Audit Log"
426
  msgstr ""
427
 
428
- #: classes/Views/Help.php:116
429
  msgid ""
430
  "We work really hard to deliver a plugin that enables you to keep a record of "
431
  "all the changes that are happening on your WordPress."
432
  msgstr ""
433
 
434
- #: classes/Views/Help.php:117
435
  msgid ""
436
  "It takes thousands of man-hours every year and endless amount of dedication "
437
  "to research, develop and maintain the free edition of WP Security Audit Log."
438
  msgstr ""
439
 
440
- #: classes/Views/Help.php:118
441
  msgid ""
442
  "Therefore if you like what you see, and find WP Security Audit Log useful we "
443
  "ask you nothing more than to please rate our plugin."
444
  msgstr ""
445
 
446
- #: classes/Views/Help.php:119
447
  msgid "We appreciate every star!"
448
  msgstr ""
449
 
450
- #: classes/Views/Help.php:129
451
  msgid "Rate Plugin"
452
  msgstr ""
453
 
454
- #: classes/Views/Help.php:148
455
  msgid "See who is logged in"
456
  msgstr ""
457
 
458
- #: classes/Views/Help.php:149
459
  msgid "And remotely terminate sessions"
460
  msgstr ""
461
 
462
- #: classes/Views/Help.php:152
463
  msgid "Generate reports"
464
  msgstr ""
465
 
466
- #: classes/Views/Help.php:153
467
  msgid "Or configure automated email reports"
468
  msgstr ""
469
 
470
- #: classes/Views/Help.php:156
471
  msgid "Configure email notifications"
472
  msgstr ""
473
 
474
- #: classes/Views/Help.php:157
475
  msgid "Get instantly notified of important changes"
476
  msgstr ""
477
 
478
- #: classes/Views/Help.php:160
479
  msgid "Add Search"
480
  msgstr ""
481
 
482
- #: classes/Views/Help.php:161
483
  msgid "Easily track down suspicious behaviour"
484
  msgstr ""
485
 
486
- #: classes/Views/Help.php:164
487
  msgid "Integrate & Centralise"
488
  msgstr ""
489
 
490
- #: classes/Views/Help.php:165
491
  msgid "Export the logs to your centralised logging system"
492
  msgstr ""
493
 
@@ -495,12 +634,12 @@ msgstr ""
495
  msgid "Licensing"
496
  msgstr ""
497
 
498
- #: classes/Views/Licensing.php:96 classes/Views/Settings.php:218
499
  #: classes/Views/ToggleAlerts.php:92
500
  msgid "Settings have been saved."
501
  msgstr ""
502
 
503
- #: classes/Views/Licensing.php:101 classes/Views/Settings.php:223
504
  #: classes/Views/ToggleAlerts.php:98
505
  msgid "Error: "
506
  msgstr ""
@@ -660,3416 +799,4497 @@ msgid ""
660
  "to fine tune the search results."
661
  msgstr ""
662
 
663
- #: classes/Views/Settings.php:57 classes/Views/Settings.php:71
664
- msgid "Settings"
665
  msgstr ""
666
 
667
- #: classes/Views/Settings.php:229
668
- msgid "General"
669
  msgstr ""
670
 
671
- #: classes/Views/Settings.php:230
672
- msgid "Audit Log"
673
  msgstr ""
674
 
675
- #: classes/Views/Settings.php:231
676
  msgid "Exclude Objects"
677
  msgstr ""
678
 
679
- #: classes/Views/Settings.php:247
680
- msgid "From Email & Name"
681
  msgstr ""
682
 
683
- #: classes/Views/Settings.php:250
684
- msgid "Email Address"
685
  msgstr ""
686
 
687
- #: classes/Views/Settings.php:253
688
- msgid "Display Name"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
689
  msgstr ""
690
 
691
- #: classes/Views/Settings.php:259
 
692
  #, php-format
693
  msgid ""
694
- "These email address and display name will be used as From details in the "
695
- "emails sent by the %s . Please ensure the mail server can relay emails with "
696
- "the domain of the specified email address."
697
  msgstr ""
698
 
699
- #: classes/Views/Settings.php:260
700
- msgid "(premium add-ons)"
701
  msgstr ""
702
 
703
- #: classes/Views/Settings.php:268
704
- msgid "Alerts Dashboard Widget"
705
  msgstr ""
706
 
707
- #: classes/Views/Settings.php:274
708
- msgid "On"
 
 
 
709
  msgstr ""
710
 
711
- #: classes/Views/Settings.php:279
712
- msgid "Off"
713
  msgstr ""
714
 
715
- #: classes/Views/Settings.php:285
716
- #, php-format
717
- msgid "Display a dashboard widget with the latest %d security alerts."
 
 
 
 
718
  msgstr ""
719
 
720
- #: classes/Views/Settings.php:295
721
- msgid "Reverse Proxy / Firewall Options"
 
 
 
 
 
 
722
  msgstr ""
723
 
724
- #: classes/Views/Settings.php:300
725
- msgid "WordPress running behind firewall or proxy"
726
  msgstr ""
727
 
728
- #: classes/Views/Settings.php:303
 
 
729
  msgid ""
730
- "Enable this option if your WordPress is running behind a firewall or reverse "
731
- "proxy. When this option is enabled the plugin will retrieve the user's IP "
732
- "address from the proxy header."
 
 
 
733
  msgstr ""
734
 
735
- #: classes/Views/Settings.php:307
736
- msgid "Filter Internal IP Addresses"
737
  msgstr ""
738
 
739
- #: classes/Views/Settings.php:310
740
  msgid ""
741
- "Enable this option to filter internal IP addresses from the proxy headers."
 
 
742
  msgstr ""
743
 
744
- #: classes/Views/Settings.php:316
745
- msgid "Can Manage Plugin"
746
  msgstr ""
747
 
748
- #: classes/Views/Settings.php:323
749
- msgid "Users and Roles in this list can manage the plugin settings"
 
 
 
750
  msgstr ""
751
 
752
- #: classes/Views/Settings.php:341
753
  msgid "Restrict Plugin Access"
754
  msgstr ""
755
 
756
- #: classes/Views/Settings.php:351
757
- msgid ""
758
- "If this option is disabled all the administrators on this WordPress have "
759
- "access to manage this plugin."
 
 
760
  msgstr ""
761
 
762
- #: classes/Views/Settings.php:352
 
 
 
 
763
  msgid ""
764
- "By enabling this option only <strong>You</strong> and the users specified in "
765
- "the <strong>Can Manage Plugin</strong> and <strong>Can View Alerts</strong> "
766
- "can configure this plugin or view the alerts in the WordPress audit trail."
767
  msgstr ""
768
 
769
- #: classes/Views/Settings.php:359
770
- msgid "Login Page Notification"
771
  msgstr ""
772
 
773
- #: classes/Views/Settings.php:383 wp-security-audit-log.php:1122
774
  msgid ""
775
- "For security and auditing purposes, a record of all of your logged-in "
776
- "actions and changes within the WordPress dashboard will be recorded in an "
777
- "audit log with the <a href=\"https://www.wpsecurityauditlog.com/\" target="
778
- "\"_blank\">WP Security Audit Log plugin</a>. The audit log also includes the "
779
- "IP address where you accessed this site from."
780
  msgstr ""
781
 
782
- #: classes/Views/Settings.php:401
 
 
 
 
783
  msgid ""
784
- "Many compliance regulations (such as the GDRP) require website "
785
- "administrators to tell the users of this website that a log is kept of all "
786
- "the changes they do when logged in."
787
  msgstr ""
788
 
789
- #: classes/Views/Settings.php:403
790
- msgid "<strong>Note: </strong>"
791
  msgstr ""
792
 
793
- #: classes/Views/Settings.php:403
794
  msgid ""
795
- "The only HTML code allowed in the login page notification is for links ( < a "
796
- "href >...< /a > )."
 
797
  msgstr ""
798
 
799
- #: classes/Views/Settings.php:410
800
- msgid "Developer Options"
801
  msgstr ""
802
 
803
- #: classes/Views/Settings.php:416
804
- msgid "Show Developer Options"
805
  msgstr ""
806
 
807
- #: classes/Views/Settings.php:420
808
- msgid ""
809
- "Only enable these options on testing, staging and development websites. "
810
- "Enabling any of the settings below on LIVE websites may cause unintended "
811
- "side-effects including degraded performance."
812
  msgstr ""
813
 
814
- #: classes/Views/Settings.php:434
815
- msgid "Request Log"
816
  msgstr ""
817
 
818
- #: classes/Views/Settings.php:435
819
- msgid "Enables logging request to file."
 
 
 
 
820
  msgstr ""
821
 
822
- #: classes/Views/Settings.php:459
823
  msgid ""
824
- "The request log file is saved in the /wp-content/uploads/wp-security-audit-"
825
- "log/ directory."
 
 
826
  msgstr ""
827
 
828
- #: classes/Views/Settings.php:467
829
  msgid "Hide Plugin in Plugins Page"
830
  msgstr ""
831
 
832
- #: classes/Views/Settings.php:472
833
- msgid "Hide"
834
  msgstr ""
835
 
836
- #: classes/Views/Settings.php:476
 
 
 
 
837
  msgid ""
838
- "To manually revert this setting set the value of option wsal-hide-plugin to "
839
- "0 in the wp_wsal_options table."
840
  msgstr ""
841
 
842
- #: classes/Views/Settings.php:483
843
- msgid "Remove Data on Uninstall"
 
 
 
844
  msgstr ""
845
 
846
- #: classes/Views/Settings.php:490
847
  msgid ""
848
- "Check this box if you would like remove all data when the plugin is deleted."
 
 
849
  msgstr ""
850
 
851
- #: classes/Views/Settings.php:509
 
 
852
  msgid ""
853
- "The options below are disabled because you enabled archiving of alerts to "
854
- "the archiving table from"
855
  msgstr ""
856
 
857
- #: classes/Views/Settings.php:514
858
  msgid "Audit Log Retention"
859
  msgstr ""
860
 
861
- #: classes/Views/Settings.php:517
862
- msgid "(eg: 1 month)"
863
  msgstr ""
864
 
865
- #: classes/Views/Settings.php:523
866
- msgid "None"
867
  msgstr ""
868
 
869
- #: classes/Views/Settings.php:527
870
- msgid "(Leave empty or enter 0 to disable automatic pruning.)"
871
  msgstr ""
872
 
873
- #: classes/Views/Settings.php:533
874
- msgid "Delete alerts older than"
875
  msgstr ""
876
 
877
- #: classes/Views/Settings.php:542
878
- msgid "months"
879
  msgstr ""
880
 
881
- #: classes/Views/Settings.php:546
882
- msgid "(eg: 80)"
883
  msgstr ""
884
 
885
- #: classes/Views/Settings.php:552
886
- msgid "Keep up to"
887
  msgstr ""
888
 
889
- #: classes/Views/Settings.php:557
890
- msgid "alerts"
891
  msgstr ""
892
 
893
- #: classes/Views/Settings.php:563
894
- msgid "Next Scheduled Cleanup is in "
 
 
 
895
  msgstr ""
896
 
897
- #: classes/Views/Settings.php:567
898
- #, php-format
899
- msgid "(or %s)"
900
  msgstr ""
901
 
902
- #: classes/Views/Settings.php:568
903
- msgid "Run Manually"
904
  msgstr ""
905
 
906
- #: classes/Views/Settings.php:576
907
- msgid "Can View Alerts"
908
  msgstr ""
909
 
910
- #: classes/Views/Settings.php:583
911
- msgid "Users and Roles in this list can view the security alerts"
 
912
  msgstr ""
913
 
914
- #: classes/Views/Settings.php:599
915
- msgid "Refresh Audit Log Viewer"
 
 
 
 
916
  msgstr ""
917
 
918
- #: classes/Views/Settings.php:606
919
- msgid "Automatic"
920
  msgstr ""
921
 
922
- #: classes/Views/Settings.php:608
923
- msgid "Refresh Audit Log Viewer as soon as there are new alerts."
924
  msgstr ""
925
 
926
- #: classes/Views/Settings.php:613
927
- msgid "Manual"
928
  msgstr ""
929
 
930
- #: classes/Views/Settings.php:615
931
- msgid "Refresh Audit Log Viewer only when the page is reloaded."
932
  msgstr ""
933
 
934
- #: classes/Views/Settings.php:622
935
- msgid "Alerts Timestamp"
936
  msgstr ""
937
 
938
- #: classes/Views/Settings.php:629
939
- msgid "UTC"
 
 
 
940
  msgstr ""
941
 
942
- #: classes/Views/Settings.php:635
943
- msgid "WordPress' timezone"
944
  msgstr ""
945
 
946
- #: classes/Views/Settings.php:638
947
- msgid ""
948
- "Select which timestamp the alerts should have in the Audit Log viewer. Note "
949
- "that the WordPress' timezone might be different from that of the server."
950
  msgstr ""
951
 
952
- #: classes/Views/Settings.php:644
953
- msgid "User Information in Audit Log"
954
  msgstr ""
955
 
956
- #: classes/Views/Settings.php:655
957
- msgid "First Name & Last Name"
958
  msgstr ""
959
 
960
- #: classes/Views/Settings.php:658
961
  msgid ""
962
- "Select the type of user information that should be displayed in the audit "
963
- "log."
964
  msgstr ""
965
 
966
- #: classes/Views/Settings.php:664
967
- msgid "Audit Log Columns Selection"
968
  msgstr ""
969
 
970
- #: classes/Views/Settings.php:680
971
- msgid ""
972
- "When you disable any of the above such details won’t be shown in the Audit "
973
- "Log viewer though the plugin will still record such information in the "
974
- "database."
975
  msgstr ""
976
 
977
- #: classes/Views/Settings.php:686
978
- msgid "Disable Alerts for WordPress Background Activity"
979
  msgstr ""
980
 
981
- #: classes/Views/Settings.php:692
982
- msgid "Hide activity"
983
  msgstr ""
984
 
985
- #: classes/Views/Settings.php:696
986
  msgid ""
987
- "For example do not raise an alert when WordPress deletes the auto drafts."
 
 
 
988
  msgstr ""
989
 
990
- #: classes/Views/Settings.php:707
991
- msgid "Users & Roles"
992
  msgstr ""
993
 
994
- #: classes/Views/Settings.php:710
995
  msgid ""
996
- "Any of the users and roles listed in the below options will be excluded from "
997
- "monitoring. This means that any change they do will not be logged."
 
998
  msgstr ""
999
 
1000
- #: classes/Views/Settings.php:714
1001
- msgid "Excluded Users"
 
 
 
1002
  msgstr ""
1003
 
1004
- #: classes/Views/Settings.php:734
1005
- msgid "Excluded Roles"
1006
  msgstr ""
1007
 
1008
- #: classes/Views/Settings.php:753
1009
- msgid "Custom Fields"
1010
  msgstr ""
1011
 
1012
- #: classes/Views/Settings.php:757
1013
  msgid ""
1014
- "All of the custom fields listed below will be excluded from monitoring. This "
1015
- "means that if they are changed or updated the plugin will not log such "
1016
- "activity."
1017
  msgstr ""
1018
 
1019
- #: classes/Views/Settings.php:758
1020
  msgid ""
1021
- "You can use the * wildcard to exclude more than one Custom Field. For "
1022
- "example, to exclude all the Custom Fields that start with wp123 specify "
1023
- "wp123*."
 
1024
  msgstr ""
1025
 
1026
- #: classes/Views/Settings.php:763
1027
- msgid "Excluded Custom Fields"
1028
  msgstr ""
1029
 
1030
- #: classes/Views/Settings.php:782
1031
- msgid "IP Addresses"
1032
  msgstr ""
1033
 
1034
- #: classes/Views/Settings.php:785
 
 
 
 
1035
  msgid ""
1036
- "Any of the IP addresses listed below will be excluded from monitoring. This "
1037
- "means that all activity from such IP address will not be recorded."
 
 
 
 
1038
  msgstr ""
1039
 
1040
- #: classes/Views/Settings.php:789
1041
- msgid "Excluded IP Addresses"
1042
  msgstr ""
1043
 
1044
- #: classes/Views/Settings.php:808 defaults.php:206
1045
- msgid "Custom Post Types"
1046
  msgstr ""
1047
 
1048
- #: classes/Views/Settings.php:811
1049
- msgid ""
1050
- "The below list of Custom Post Types are excluded from monitoring. This means "
1051
- "that all activity related to these Custom Post Types will not be recorded."
1052
  msgstr ""
1053
 
1054
- #: classes/Views/Settings.php:814
1055
- msgid "Exclude Custom Post Type from monitoring"
1056
  msgstr ""
1057
 
1058
- #: classes/Views/ToggleAlerts.php:27 classes/Views/ToggleAlerts.php:41
1059
- msgid "Enable/Disable Alerts"
1060
  msgstr ""
1061
 
1062
- #: classes/Views/ToggleAlerts.php:175
1063
- msgid "Code"
1064
  msgstr ""
1065
 
1066
- #: classes/Views/ToggleAlerts.php:176
1067
- msgid "Type"
1068
  msgstr ""
1069
 
1070
- #: classes/Views/ToggleAlerts.php:177 classes/WidgetManager.php:68
1071
- msgid "Description"
1072
  msgstr ""
1073
 
1074
- #: classes/Views/ToggleAlerts.php:186
1075
- msgid ""
1076
- "<strong>Note:</strong> Post refers to any type of content, i.e. blog post, "
1077
- "page or a post with a custom post type."
1078
  msgstr ""
1079
 
1080
- #: classes/Views/ToggleAlerts.php:201
1081
- msgid "Not Implemented"
1082
  msgstr ""
1083
 
1084
- #: classes/Views/ToggleAlerts.php:204
1085
- msgid "Not Available"
1086
  msgstr ""
1087
 
1088
- #: classes/Views/ToggleAlerts.php:230 classes/Views/ToggleAlerts.php:263
1089
- msgid ""
1090
- "Capture 404 requests to file (the log file are created in the /wp-content/"
1091
- "uploads/wp-security-audit-log/404s/ directory)"
1092
  msgstr ""
1093
 
1094
- #: classes/Views/ToggleAlerts.php:238 classes/Views/ToggleAlerts.php:271
1095
- msgid "Purge log files older than one month"
1096
  msgstr ""
1097
 
1098
- #: classes/Views/ToggleAlerts.php:243
1099
- msgid ""
1100
- "Number of 404 Requests to Log. By default the plugin keeps up to 99 requests "
1101
- "to non-existing pages from the same IP address. Increase the value in this "
1102
- "setting to the desired amount to keep a log of more or less requests."
1103
  msgstr ""
1104
 
1105
- #: classes/Views/ToggleAlerts.php:248 classes/Views/ToggleAlerts.php:281
1106
- msgid "Record the referrer that generated the 404 error."
1107
  msgstr ""
1108
 
1109
- #: classes/Views/ToggleAlerts.php:276
1110
- msgid ""
1111
- "Number of 404 Requests to Log. By default the plugin keeps up to 99 requests "
1112
- "to non-existing pages from the same IP address. Increase the value in this "
1113
- "setting to the desired amount to keep a log of more or less requests. Note "
1114
- "that by increasing this value to a high number, should your website be "
1115
- "scanned the plugin will consume more resources to log all the requests."
1116
  msgstr ""
1117
 
1118
- #: classes/Views/ToggleAlerts.php:293 classes/Views/ToggleAlerts.php:306
1119
- msgid ""
1120
- "Number of login attempts to log. Enter 0 to log all failed login attempts. "
1121
- "(By default the plugin only logs up to 10 failed login because the process "
1122
- "can be very resource intensive in case of a brute force attack)"
1123
  msgstr ""
1124
 
1125
- #: classes/Views/ToggleAlerts.php:321
1126
- msgid "Save Changes"
1127
  msgstr ""
1128
 
1129
- #: classes/WidgetManager.php:36
1130
- msgid "Latest Alerts"
1131
  msgstr ""
1132
 
1133
- #: classes/WidgetManager.php:60
1134
- msgid "No alerts found."
1135
  msgstr ""
1136
 
1137
- #: defaults.php:60
1138
- msgid "Fatal run-time error."
1139
  msgstr ""
1140
 
1141
- #: defaults.php:64
1142
- msgid "Run-time warning (non-fatal error)."
1143
  msgstr ""
1144
 
1145
- #: defaults.php:68
1146
- msgid "Compile-time parse error."
1147
  msgstr ""
1148
 
1149
- #: defaults.php:72
1150
- msgid "Run-time notice."
1151
  msgstr ""
1152
 
1153
- #: defaults.php:76
1154
- msgid "Fatal error that occurred during startup."
1155
  msgstr ""
1156
 
1157
- #: defaults.php:80
1158
- msgid "Warnings that occurred during startup."
1159
  msgstr ""
1160
 
1161
- #: defaults.php:84
1162
- msgid "Fatal compile-time error."
1163
  msgstr ""
1164
 
1165
- #: defaults.php:88
1166
- msgid "Compile-time warning."
1167
  msgstr ""
1168
 
1169
- #: defaults.php:92
1170
- msgid "User-generated error message."
1171
  msgstr ""
1172
 
1173
- #: defaults.php:96
1174
- msgid "User-generated warning message."
1175
  msgstr ""
1176
 
1177
- #: defaults.php:100
1178
- msgid "User-generated notice message."
1179
  msgstr ""
1180
 
1181
- #: defaults.php:104
1182
- msgid "Non-standard/optimal code warning."
1183
  msgstr ""
1184
 
1185
- #: defaults.php:108
1186
- msgid "Catchable fatal error."
1187
  msgstr ""
1188
 
1189
- #: defaults.php:112
1190
- msgid "Run-time deprecation notices."
1191
  msgstr ""
1192
 
1193
- #: defaults.php:116
1194
- msgid "Run-time user deprecation notices."
1195
  msgstr ""
1196
 
1197
- #: defaults.php:121
1198
- msgid "Critical, high-impact messages."
1199
  msgstr ""
1200
 
1201
- #: defaults.php:125
1202
- msgid "Debug informational messages."
1203
  msgstr ""
1204
 
1205
- #: defaults.php:135
1206
- msgid "Content & Comments"
1207
  msgstr ""
1208
 
1209
- #: defaults.php:139
1210
- msgid "Content"
1211
  msgstr ""
1212
 
1213
- #: defaults.php:140
1214
- msgid "User created a new post and saved it as draft"
1215
  msgstr ""
1216
 
1217
- #: defaults.php:140
1218
- msgid ""
1219
- "Created a new %PostType% titled %PostTitle% and saved it as draft. "
1220
- "%EditorLinkPost%."
1221
  msgstr ""
1222
 
1223
- #: defaults.php:141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1224
  msgid "User published a post"
1225
  msgstr ""
1226
 
1227
- #: defaults.php:141
1228
  msgid ""
1229
  "Published a %PostType% titled %PostTitle%. URL is %PostUrl%. %EditorLinkPost"
1230
  "%."
1231
  msgstr ""
1232
 
1233
- #: defaults.php:142
1234
  msgid "User modified a post"
1235
  msgstr ""
1236
 
1237
- #: defaults.php:142
1238
  msgid ""
1239
  "Modified the %PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
1240
  "%EditorLinkPost%."
1241
  msgstr ""
1242
 
1243
- #: defaults.php:143
1244
  msgid "User permanently deleted a post from the trash"
1245
  msgstr ""
1246
 
1247
- #: defaults.php:143
1248
  msgid ""
1249
  "Permanently deleted the %PostType% titled %PostTitle%. URL was %PostUrl%."
1250
  msgstr ""
1251
 
1252
- #: defaults.php:144
1253
  msgid "User moved a post to the trash"
1254
  msgstr ""
1255
 
1256
- #: defaults.php:144
1257
  msgid ""
1258
  "Moved the %PostStatus% %PostType% titled %PostTitle% to trash. URL is "
1259
  "%PostUrl%."
1260
  msgstr ""
1261
 
1262
- #: defaults.php:145
1263
  msgid "User restored a post from trash"
1264
  msgstr ""
1265
 
1266
- #: defaults.php:145
1267
  msgid ""
1268
  "The %PostStatus% %PostType% titled %PostTitle% has been restored from trash. "
1269
  "URL is: %PostUrl%. %EditorLinkPost%."
1270
  msgstr ""
1271
 
1272
- #: defaults.php:146
1273
  msgid "User changed post category"
1274
  msgstr ""
1275
 
1276
- #: defaults.php:146
1277
  msgid ""
1278
  "Changed the category of the %PostStatus% %PostType% titled %PostTitle% from "
1279
  "%OldCategories% to %NewCategories%. URL is: %PostUrl%. %EditorLinkPost%."
1280
  msgstr ""
1281
 
1282
- #: defaults.php:147
1283
  msgid "User changed post URL"
1284
  msgstr ""
1285
 
1286
- #: defaults.php:147
1287
  msgid ""
1288
  "Changed the URL of the %PostStatus% %PostType% titled %PostTitle%%ReportText"
1289
  "%.%ChangeText% %EditorLinkPost%."
1290
  msgstr ""
1291
 
1292
- #: defaults.php:148
1293
  msgid "User changed post author"
1294
  msgstr ""
1295
 
1296
- #: defaults.php:148
1297
  msgid ""
1298
  "Changed the author of the %PostStatus% %PostType% titled %PostTitle% from "
1299
  "%OldAuthor% to %NewAuthor%. URL is: %PostUrl%. %EditorLinkPost%."
1300
  msgstr ""
1301
 
1302
- #: defaults.php:149
1303
  msgid "User changed post status"
1304
  msgstr ""
1305
 
1306
- #: defaults.php:149
1307
  msgid ""
1308
  "Changed the status of the %PostType% titled %PostTitle% from %OldStatus% to "
1309
  "%NewStatus%. URL is: %PostUrl%. %EditorLinkPost%."
1310
  msgstr ""
1311
 
1312
- #: defaults.php:150
1313
  msgid "User created new category"
1314
  msgstr ""
1315
 
1316
- #: defaults.php:150
1317
  msgid ""
1318
  "Created a new category called %CategoryName%. Category slug is %Slug%. "
1319
  "%CategoryLink%."
1320
  msgstr ""
1321
 
1322
- #: defaults.php:151
1323
  msgid "User deleted category"
1324
  msgstr ""
1325
 
1326
- #: defaults.php:151
1327
  msgid ""
1328
  "Deleted the %CategoryName% category. Category slug was %Slug%. %CategoryLink"
1329
  "%."
1330
  msgstr ""
1331
 
1332
- #: defaults.php:152
1333
  msgid "User changed the visibility of a post"
1334
  msgstr ""
1335
 
1336
- #: defaults.php:152
1337
  msgid ""
1338
  "Changed the visibility of the %PostStatus% %PostType% titled %PostTitle% "
1339
  "from %OldVisibility% to %NewVisibility%. URL is: %PostUrl%. %EditorLinkPost%."
1340
  msgstr ""
1341
 
1342
- #: defaults.php:153
1343
  msgid "User changed the date of a post"
1344
  msgstr ""
1345
 
1346
- #: defaults.php:153
1347
  msgid ""
1348
  "Changed the date of the %PostStatus% %PostType% titled %PostTitle% from "
1349
  "%OldDate% to %NewDate%. URL is: %PostUrl%. %EditorLinkPost%."
1350
  msgstr ""
1351
 
1352
- #: defaults.php:154
1353
  msgid "User changed the parent of a page"
1354
  msgstr ""
1355
 
1356
- #: defaults.php:154
1357
  msgid ""
1358
  "Changed the parent of the %PostStatus% %PostType% titled %PostTitle% from "
1359
  "%OldParentName% to %NewParentName%. %EditorLinkPost%."
1360
  msgstr ""
1361
 
1362
- #: defaults.php:155
1363
  msgid "User changed the template of a page"
1364
  msgstr ""
1365
 
1366
- #: defaults.php:155
1367
  msgid ""
1368
  "Changed the template of the %PostStatus% %PostType% titled %PostTitle% from "
1369
  "%OldTemplate% to %NewTemplate%. %EditorLinkPost%."
1370
  msgstr ""
1371
 
1372
- #: defaults.php:156
1373
  msgid "User set a post as sticky"
1374
  msgstr ""
1375
 
1376
- #: defaults.php:156
1377
  msgid ""
1378
  "Set the post %PostTitle% as Sticky. Post URL is %PostUrl%. %EditorLinkPost%."
1379
  msgstr ""
1380
 
1381
- #: defaults.php:157
1382
  msgid "User removed post from sticky"
1383
  msgstr ""
1384
 
1385
- #: defaults.php:157
1386
  msgid "Removed the post %PostTitle% from Sticky. %EditorLinkPost%."
1387
  msgstr ""
1388
 
1389
- #: defaults.php:158
1390
  msgid "Changed the parent of a category."
1391
  msgstr ""
1392
 
1393
- #: defaults.php:158
1394
  msgid ""
1395
  "Changed the parent of the category %CategoryName% from %OldParent% to "
1396
  "%NewParent%. %CategoryLink%."
1397
  msgstr ""
1398
 
1399
- #: defaults.php:159
1400
  msgid "User created a custom field for a post"
1401
  msgstr ""
1402
 
1403
- #: defaults.php:159
1404
  msgid ""
1405
  "Created a new custom field called %MetaKey% with value %MetaValue% in the "
1406
  "%PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
1407
  "%EditorLinkPost%.<br>%MetaLink%."
1408
  msgstr ""
1409
 
1410
- #: defaults.php:160
1411
  msgid "User updated a custom field value for a post"
1412
  msgstr ""
1413
 
1414
- #: defaults.php:160
1415
  msgid ""
1416
  "Modified the value of the custom field %MetaKey%%ReportText% in the "
1417
  "%PostStatus% %PostType% titled %PostTitle%.%ChangeText% URL is: %PostUrl%. "
1418
  "%EditorLinkPost%.<br>%MetaLink%."
1419
  msgstr ""
1420
 
1421
- #: defaults.php:161
1422
  msgid "User deleted a custom field from a post"
1423
  msgstr ""
1424
 
1425
- #: defaults.php:161
1426
  msgid ""
1427
  "Deleted the custom field %MetaKey% with value %MetaValue% from %PostStatus% "
1428
  "%PostType% titled %PostTitle%. URL is: %PostUrl%. %EditorLinkPost%."
1429
  msgstr ""
1430
 
1431
- #: defaults.php:162
1432
  msgid "User updated a custom field name for a post"
1433
  msgstr ""
1434
 
1435
- #: defaults.php:162
1436
  msgid ""
1437
  "Changed the custom field's name from %MetaKeyOld% to %MetaKeyNew% in the "
1438
  "%PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
1439
  "%EditorLinkPost%.<br>%MetaLink%."
1440
  msgstr ""
1441
 
1442
- #: defaults.php:163
1443
  msgid "User modified the content of a post."
1444
  msgstr ""
1445
 
1446
- #: defaults.php:163
1447
  msgid ""
1448
  "Modified the content of the %PostStatus% %PostType% titled %PostTitle%. Post "
1449
  "URL is %PostUrl%. %RevisionLink% %EditorLinkPost%."
1450
  msgstr ""
1451
 
1452
- #: defaults.php:164
1453
  msgid "User submitted a post for review"
1454
  msgstr ""
1455
 
1456
- #: defaults.php:164
1457
  msgid ""
1458
  "Submitted the %PostType% titled %PostTitle% for review. URL is: %PostUrl%. "
1459
  "%EditorLinkPost%."
1460
  msgstr ""
1461
 
1462
- #: defaults.php:165
1463
  msgid "User scheduled a post"
1464
  msgstr ""
1465
 
1466
- #: defaults.php:165
1467
  msgid ""
1468
  "Scheduled the %PostType% titled %PostTitle% to be published on "
1469
  "%PublishingDate%. URL is: %PostUrl%. %EditorLinkPost%."
1470
  msgstr ""
1471
 
1472
- #: defaults.php:166
1473
  msgid "User changed title of a post"
1474
  msgstr ""
1475
 
1476
- #: defaults.php:166
1477
  msgid ""
1478
  "Changed the title of the %PostStatus% %PostType% from %OldTitle% to %NewTitle"
1479
  "%. URL is: %PostUrl%. %EditorLinkPost%."
1480
  msgstr ""
1481
 
1482
- #: defaults.php:167
1483
  msgid "User opened a post in the editor"
1484
  msgstr ""
1485
 
1486
- #: defaults.php:167
1487
  msgid ""
1488
  "Opened the %PostStatus% %PostType% titled %PostTitle% in the editor. URL is: "
1489
  "%PostUrl%. %EditorLinkPost%."
1490
  msgstr ""
1491
 
1492
- #: defaults.php:168
1493
  msgid "User viewed a post"
1494
  msgstr ""
1495
 
1496
- #: defaults.php:168
1497
  msgid ""
1498
  "Viewed the %PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
1499
  "%EditorLinkPost%."
1500
  msgstr ""
1501
 
1502
- #: defaults.php:169
1503
  msgid "A plugin modified a post"
1504
  msgstr ""
1505
 
1506
- #: defaults.php:169
1507
  msgid ""
1508
  "Plugin modified the %PostStatus% %PostType% titled %PostTitle% of type "
1509
  "%PostType%. URL is: %PostUrl%. %EditorLinkPost%."
1510
  msgstr ""
1511
 
1512
- #: defaults.php:170
1513
  msgid "User disabled Comments/Trackbacks and Pingbacks in a post."
1514
  msgstr ""
1515
 
1516
- #: defaults.php:170
1517
  msgid ""
1518
  "Disabled %Type% on the %PostStatus% %PostType% titled %PostTitle%. URL is: "
1519
  "%PostUrl%. %EditorLinkPost%."
1520
  msgstr ""
1521
 
1522
- #: defaults.php:171
1523
  msgid "User enabled Comments/Trackbacks and Pingbacks in a post."
1524
  msgstr ""
1525
 
1526
- #: defaults.php:171
1527
  msgid ""
1528
  "Enabled %Type% on the %PostStatus% %PostType% titled %PostTitle%. URL is: "
1529
  "%PostUrl%. %EditorLinkPost%."
1530
  msgstr ""
1531
 
1532
- #: defaults.php:172
1533
  msgid "User added post tag"
1534
  msgstr ""
1535
 
1536
- #: defaults.php:172
1537
  msgid ""
1538
  "Added the tag %tag% to the %PostStatus% post titled %PostTitle%. URL is: "
1539
  "%PostUrl%. %EditorLinkPost%."
1540
  msgstr ""
1541
 
1542
- #: defaults.php:173
1543
  msgid "User removed post tag"
1544
  msgstr ""
1545
 
1546
- #: defaults.php:173
1547
  msgid ""
1548
  "Removed the tag %tag% from the %PostStatus% post titled %PostTitle%. URL is: "
1549
  "%PostUrl%. %EditorLinkPost%."
1550
  msgstr ""
1551
 
1552
- #: defaults.php:174
1553
  msgid "User created new tag"
1554
  msgstr ""
1555
 
1556
- #: defaults.php:174
1557
  msgid "Added a new tag called %TagName%. View the tag: %TagLink%."
1558
  msgstr ""
1559
 
1560
- #: defaults.php:175
1561
  msgid "User deleted tag"
1562
  msgstr ""
1563
 
1564
- #: defaults.php:175
1565
  msgid "Deleted the tag %TagName%."
1566
  msgstr ""
1567
 
1568
- #: defaults.php:176
1569
  msgid "User renamed tag"
1570
  msgstr ""
1571
 
1572
- #: defaults.php:176
1573
  msgid "Renamed a tag from %old_name% to %new_name%. View the tag: %TagLink%."
1574
  msgstr ""
1575
 
1576
- #: defaults.php:177
1577
  msgid "User changed tag slug"
1578
  msgstr ""
1579
 
1580
- #: defaults.php:177
1581
  msgid ""
1582
  "Changed the slug of tag %tag% from %old_slug% to %new_slug%. View the tag: "
1583
  "%TagLink%."
1584
  msgstr ""
1585
 
1586
- #: defaults.php:178
1587
  msgid "User changed tag description"
1588
  msgstr ""
1589
 
1590
- #: defaults.php:178
1591
  msgid ""
1592
  "Changed the description of the tag %tag%%ReportText%.%ChangeText% View the "
1593
  "tag: %TagLink%."
1594
  msgstr ""
1595
 
1596
- #: defaults.php:184
1597
  msgid "Comments"
1598
  msgstr ""
1599
 
1600
- #: defaults.php:185
1601
  msgid "User approved a comment"
1602
  msgstr ""
1603
 
1604
- #: defaults.php:185
1605
  msgid ""
1606
  "Approved the comment posted in response to the post %PostTitle% by %Author% "
1607
  "on %CommentLink%."
1608
  msgstr ""
1609
 
1610
- #: defaults.php:186
1611
  msgid "User unapproved a comment"
1612
  msgstr ""
1613
 
1614
- #: defaults.php:186
1615
  msgid ""
1616
  "Unapproved the comment posted in response to the post %PostTitle% by %Author"
1617
  "% on %CommentLink%."
1618
  msgstr ""
1619
 
1620
- #: defaults.php:187
1621
  msgid "User replied to a comment"
1622
  msgstr ""
1623
 
1624
- #: defaults.php:187
1625
  msgid ""
1626
  "Replied to the comment posted in response to the post %PostTitle% by %Author"
1627
  "% on %CommentLink%."
1628
  msgstr ""
1629
 
1630
- #: defaults.php:188
1631
  msgid "User edited a comment"
1632
  msgstr ""
1633
 
1634
- #: defaults.php:188
1635
  msgid ""
1636
  "Edited a comment posted in response to the post %PostTitle% by %Author% on "
1637
  "%CommentLink%."
1638
  msgstr ""
1639
 
1640
- #: defaults.php:189
1641
  msgid "User marked a comment as Spam"
1642
  msgstr ""
1643
 
1644
- #: defaults.php:189
1645
  msgid ""
1646
  "Marked the comment posted in response to the post %PostTitle% by %Author% on "
1647
  "%CommentLink% as Spam."
1648
  msgstr ""
1649
 
1650
- #: defaults.php:190
1651
  msgid "User marked a comment as Not Spam"
1652
  msgstr ""
1653
 
1654
- #: defaults.php:190
1655
  msgid ""
1656
  "Marked the comment posted in response to the post %PostTitle% by %Author% on "
1657
  "%CommentLink% as Not Spam."
1658
  msgstr ""
1659
 
1660
- #: defaults.php:191
1661
  msgid "User moved a comment to trash"
1662
  msgstr ""
1663
 
1664
- #: defaults.php:191
1665
  msgid ""
1666
  "Moved the comment posted in response to the post %PostTitle% by %Author% on "
1667
  "%Date% to trash."
1668
  msgstr ""
1669
 
1670
- #: defaults.php:192
1671
  msgid "User restored a comment from the trash"
1672
  msgstr ""
1673
 
1674
- #: defaults.php:192
1675
  msgid ""
1676
  "Restored the comment posted in response to the post %PostTitle% by %Author% "
1677
  "on %CommentLink% from the trash."
1678
  msgstr ""
1679
 
1680
- #: defaults.php:193
1681
  msgid "User permanently deleted a comment"
1682
  msgstr ""
1683
 
1684
- #: defaults.php:193
1685
  msgid ""
1686
  "Permanently deleted the comment posted in response to the post %PostTitle% "
1687
  "by %Author% on %Date%."
1688
  msgstr ""
1689
 
1690
- #: defaults.php:194
1691
  msgid "User posted a comment"
1692
  msgstr ""
1693
 
1694
- #: defaults.php:194 defaults.php:195
1695
  msgid "%CommentMsg% on %CommentLink%."
1696
  msgstr ""
1697
 
1698
- #: defaults.php:195
1699
  msgid "Visitor posted a comment"
1700
  msgstr ""
1701
 
1702
- #: defaults.php:207
1703
  msgid "User modified a draft blog post"
1704
  msgstr ""
1705
 
1706
- #: defaults.php:207
1707
  msgid "Modified the draft post with the %PostTitle%. %EditorLinkPost%."
1708
  msgstr ""
1709
 
1710
- #: defaults.php:208
1711
  msgid "User created a new post with custom post type and saved it as draft"
1712
  msgstr ""
1713
 
1714
- #: defaults.php:208
1715
  msgid ""
1716
  "Created a new custom post called %PostTitle% of type %PostType%. "
1717
  "%EditorLinkPost%."
1718
  msgstr ""
1719
 
1720
- #: defaults.php:209
1721
  msgid "User published a post with custom post type"
1722
  msgstr ""
1723
 
1724
- #: defaults.php:209
1725
  msgid ""
1726
  "Published a custom post %PostTitle% of type %PostType%. Post URL is %PostUrl"
1727
  "%. %EditorLinkPost%."
1728
  msgstr ""
1729
 
1730
- #: defaults.php:210
1731
  msgid "User modified a post with custom post type"
1732
  msgstr ""
1733
 
1734
- #: defaults.php:210
1735
  msgid ""
1736
  "Modified the custom post %PostTitle% of type %PostType%. Post URL is %PostUrl"
1737
  "%. %EditorLinkPost%."
1738
  msgstr ""
1739
 
1740
- #: defaults.php:211
1741
  msgid "User modified a draft post with custom post type"
1742
  msgstr ""
1743
 
1744
- #: defaults.php:211
1745
  msgid ""
1746
  "Modified the draft custom post %PostTitle% of type is %PostType%. "
1747
  "%EditorLinkPost%."
1748
  msgstr ""
1749
 
1750
- #: defaults.php:212
1751
  msgid "User permanently deleted post with custom post type"
1752
  msgstr ""
1753
 
1754
- #: defaults.php:212
1755
  msgid "Permanently Deleted the custom post %PostTitle% of type %PostType%."
1756
  msgstr ""
1757
 
1758
- #: defaults.php:213
1759
  msgid "User moved post with custom post type to trash"
1760
  msgstr ""
1761
 
1762
- #: defaults.php:213
1763
  msgid ""
1764
  "Moved the custom post %PostTitle% of type %PostType% to trash. Post URL was "
1765
  "%PostUrl%."
1766
  msgstr ""
1767
 
1768
- #: defaults.php:214
1769
  msgid "User restored post with custom post type from trash"
1770
  msgstr ""
1771
 
1772
- #: defaults.php:214
1773
  msgid ""
1774
  "The custom post %PostTitle% of type %PostType% has been restored from trash. "
1775
  "%EditorLinkPost%."
1776
  msgstr ""
1777
 
1778
- #: defaults.php:215
1779
  msgid "User changed the category of a post with custom post type"
1780
  msgstr ""
1781
 
1782
- #: defaults.php:215
1783
  msgid ""
1784
  "Changed the category(ies) of the custom post %PostTitle% of type %PostType% "
1785
  "from %OldCategories% to %NewCategories%. %EditorLinkPost%."
1786
  msgstr ""
1787
 
1788
- #: defaults.php:216
1789
  msgid "User changed the URL of a post with custom post type"
1790
  msgstr ""
1791
 
1792
- #: defaults.php:216
1793
  msgid ""
1794
  "Changed the URL of the custom post %PostTitle% of type %PostType% from "
1795
  "%OldUrl% to %NewUrl%. %EditorLinkPost%."
1796
  msgstr ""
1797
 
1798
- #: defaults.php:217
1799
  msgid "User changed the author or post with custom post type"
1800
  msgstr ""
1801
 
1802
- #: defaults.php:217
1803
  msgid ""
1804
  "Changed the author of custom post %PostTitle% of type %PostType% from "
1805
  "%OldAuthor% to %NewAuthor%. %EditorLinkPost%."
1806
  msgstr ""
1807
 
1808
- #: defaults.php:218
1809
  msgid "User changed the status of post with custom post type"
1810
  msgstr ""
1811
 
1812
- #: defaults.php:218
1813
  msgid ""
1814
  "Changed the status of custom post %PostTitle% of type %PostType% from "
1815
  "%OldStatus% to %NewStatus%. %EditorLinkPost%."
1816
  msgstr ""
1817
 
1818
- #: defaults.php:219
1819
  msgid "User changed the visibility of a post with custom post type"
1820
  msgstr ""
1821
 
1822
- #: defaults.php:219
1823
  msgid ""
1824
  "Changed the visibility of the custom post %PostTitle% of type %PostType% "
1825
  "from %OldVisibility% to %NewVisibility%. %EditorLinkPost%."
1826
  msgstr ""
1827
 
1828
- #: defaults.php:220
1829
  msgid "User changed the date of post with custom post type"
1830
  msgstr ""
1831
 
1832
- #: defaults.php:220
1833
  msgid ""
1834
  "Changed the date of the custom post %PostTitle% of type %PostType% from "
1835
  "%OldDate% to %NewDate%. %EditorLinkPost%."
1836
  msgstr ""
1837
 
1838
- #: defaults.php:221
1839
  msgid "User created a custom field for a custom post type"
1840
  msgstr ""
1841
 
1842
- #: defaults.php:221
1843
  msgid ""
1844
  "Created a new custom field %MetaKey% with value %MetaValue% in custom post "
1845
  "%PostTitle% of type %PostType%. %EditorLinkPost%.<br>%MetaLink%."
1846
  msgstr ""
1847
 
1848
- #: defaults.php:222
1849
  msgid "User updated a custom field for a custom post type"
1850
  msgstr ""
1851
 
1852
- #: defaults.php:222
1853
  msgid ""
1854
  "Modified the value of the custom field %MetaKey% from %MetaValueOld% to "
1855
  "%MetaValueNew% in custom post %PostTitle% of type %PostType% %EditorLinkPost"
1856
  "%.<br>%MetaLink%."
1857
  msgstr ""
1858
 
1859
- #: defaults.php:223
1860
  msgid "User deleted a custom field from a custom post type"
1861
  msgstr ""
1862
 
1863
- #: defaults.php:223
1864
  msgid ""
1865
  "Deleted the custom field %MetaKey% with id %MetaID% from custom post "
1866
  "%PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
1867
  msgstr ""
1868
 
1869
- #: defaults.php:224
1870
  msgid "User updated a custom field name for a custom post type"
1871
  msgstr ""
1872
 
1873
- #: defaults.php:224
1874
  msgid ""
1875
  "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in custom "
1876
  "post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
1877
  msgstr ""
1878
 
1879
- #: defaults.php:225
1880
  msgid "User modified content for a published custom post type"
1881
  msgstr ""
1882
 
1883
- #: defaults.php:225
1884
  msgid ""
1885
  "Modified the content of the published custom post type %PostTitle%. Post URL "
1886
  "is %PostUrl%.%EditorLinkPost%."
1887
  msgstr ""
1888
 
1889
- #: defaults.php:226
1890
  msgid "User modified content for a draft post"
1891
  msgstr ""
1892
 
1893
- #: defaults.php:226
1894
  msgid ""
1895
  "Modified the content of the draft post %PostTitle%.%RevisionLink% "
1896
  "%EditorLinkPost%."
1897
  msgstr ""
1898
 
1899
- #: defaults.php:227
1900
  msgid "User modified content for a draft custom post type"
1901
  msgstr ""
1902
 
1903
- #: defaults.php:227
1904
  msgid ""
1905
  "Modified the content of the draft custom post type %PostTitle%."
1906
  "%EditorLinkPost%."
1907
  msgstr ""
1908
 
1909
- #: defaults.php:228
1910
  msgid "User modified content of a post"
1911
  msgstr ""
1912
 
1913
- #: defaults.php:228
1914
  msgid ""
1915
  "Modified the content of post %PostTitle% which is submitted for review."
1916
  "%RevisionLink% %EditorLinkPost%."
1917
  msgstr ""
1918
 
1919
- #: defaults.php:229
1920
  msgid "User scheduled a custom post type"
1921
  msgstr ""
1922
 
1923
- #: defaults.php:229
1924
  msgid ""
1925
  "Scheduled the custom post type %PostTitle% to be published %PublishingDate%. "
1926
  "%EditorLinkPost%."
1927
  msgstr ""
1928
 
1929
- #: defaults.php:230
1930
  msgid "User changed title of a custom post type"
1931
  msgstr ""
1932
 
1933
- #: defaults.php:230
1934
  msgid ""
1935
  "Changed the title of the custom post %OldTitle% to %NewTitle%. "
1936
  "%EditorLinkPost%."
1937
  msgstr ""
1938
 
1939
- #: defaults.php:231
1940
  msgid "User opened a custom post type in the editor"
1941
  msgstr ""
1942
 
1943
- #: defaults.php:231
1944
  msgid ""
1945
  "Opened the custom post %PostTitle% of type %PostType% in the editor. View "
1946
  "the post: %EditorLinkPost%."
1947
  msgstr ""
1948
 
1949
- #: defaults.php:232
1950
  msgid "User viewed a custom post type"
1951
  msgstr ""
1952
 
1953
- #: defaults.php:232
1954
  msgid ""
1955
  "Viewed the custom post %PostTitle% of type %PostType%. View the post: "
1956
  "%PostUrl%."
1957
  msgstr ""
1958
 
1959
- #: defaults.php:243
1960
- msgid "Pages"
1961
- msgstr ""
1962
-
1963
- #: defaults.php:244
1964
  msgid "User created a new WordPress page and saved it as draft"
1965
  msgstr ""
1966
 
1967
- #: defaults.php:244
1968
  msgid ""
1969
  "Created a new page called %PostTitle% and saved it as draft. %EditorLinkPage"
1970
  "%."
1971
  msgstr ""
1972
 
1973
- #: defaults.php:245
1974
  msgid "User published a WordPress page"
1975
  msgstr ""
1976
 
1977
- #: defaults.php:245
1978
  msgid ""
1979
  "Published a page called %PostTitle%. Page URL is %PostUrl%. %EditorLinkPage%."
1980
  msgstr ""
1981
 
1982
- #: defaults.php:246
1983
  msgid "User modified a published WordPress page"
1984
  msgstr ""
1985
 
1986
- #: defaults.php:246
1987
  msgid ""
1988
  "Modified the published page %PostTitle%. Page URL is %PostUrl%. "
1989
  "%EditorLinkPage%."
1990
  msgstr ""
1991
 
1992
- #: defaults.php:247
1993
  msgid "User modified a draft WordPress page"
1994
  msgstr ""
1995
 
1996
- #: defaults.php:247
1997
  msgid ""
1998
  "Modified the draft page %PostTitle%. Page ID is %PostID%. %EditorLinkPage%."
1999
  msgstr ""
2000
 
2001
- #: defaults.php:248
2002
  msgid "User permanently deleted a page from the trash"
2003
  msgstr ""
2004
 
2005
- #: defaults.php:248
2006
  msgid "Permanently deleted the page %PostTitle%."
2007
  msgstr ""
2008
 
2009
- #: defaults.php:249
2010
  msgid "User moved WordPress page to the trash"
2011
  msgstr ""
2012
 
2013
- #: defaults.php:249
2014
  msgid "Moved the page %PostTitle% to trash. Page URL was %PostUrl%."
2015
  msgstr ""
2016
 
2017
- #: defaults.php:250
2018
  msgid "User restored a WordPress page from trash"
2019
  msgstr ""
2020
 
2021
- #: defaults.php:250
2022
  msgid "Page %PostTitle% has been restored from trash. %EditorLinkPage%."
2023
  msgstr ""
2024
 
2025
- #: defaults.php:251
2026
  msgid "User changed page URL"
2027
  msgstr ""
2028
 
2029
- #: defaults.php:251
2030
  msgid ""
2031
  "Changed the URL of the page %PostTitle% from %OldUrl% to %NewUrl%. "
2032
  "%EditorLinkPage%."
2033
  msgstr ""
2034
 
2035
- #: defaults.php:252
2036
  msgid "User changed page author"
2037
  msgstr ""
2038
 
2039
- #: defaults.php:252
2040
  msgid ""
2041
  "Changed the author of the page %PostTitle% from %OldAuthor% to %NewAuthor%. "
2042
  "%EditorLinkPage%."
2043
  msgstr ""
2044
 
2045
- #: defaults.php:253
2046
  msgid "User changed page status"
2047
  msgstr ""
2048
 
2049
- #: defaults.php:253
2050
  msgid ""
2051
  "Changed the status of the page %PostTitle% from %OldStatus% to %NewStatus%. "
2052
  "%EditorLinkPage%."
2053
  msgstr ""
2054
 
2055
- #: defaults.php:254
2056
  msgid "User changed the visibility of a page post"
2057
  msgstr ""
2058
 
2059
- #: defaults.php:254
2060
  msgid ""
2061
  "Changed the visibility of the page %PostTitle% from %OldVisibility% to "
2062
  "%NewVisibility%. %EditorLinkPage%."
2063
  msgstr ""
2064
 
2065
- #: defaults.php:255
2066
  msgid "User changed the date of a page post"
2067
  msgstr ""
2068
 
2069
- #: defaults.php:255
2070
  msgid ""
2071
  "Changed the date of the page %PostTitle% from %OldDate% to %NewDate%. "
2072
  "%EditorLinkPage%."
2073
  msgstr ""
2074
 
2075
- #: defaults.php:256
2076
  msgid "User created a custom field for a page"
2077
  msgstr ""
2078
 
2079
- #: defaults.php:256
2080
  msgid ""
2081
  "Created a new custom field called %MetaKey% with value %MetaValue% in the "
2082
  "page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
2083
  msgstr ""
2084
 
2085
- #: defaults.php:257
2086
  msgid "User updated a custom field value for a page"
2087
  msgstr ""
2088
 
2089
- #: defaults.php:257
2090
  msgid ""
2091
  "Modified the value of the custom field %MetaKey% from %MetaValueOld% to "
2092
  "%MetaValueNew% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
2093
  msgstr ""
2094
 
2095
- #: defaults.php:258
2096
  msgid "User deleted a custom field from a page"
2097
  msgstr ""
2098
 
2099
- #: defaults.php:258
2100
  msgid ""
2101
  "Deleted the custom field %MetaKey% with id %MetaID% from page %PostTitle% "
2102
  "%EditorLinkPage%.<br>%MetaLink%."
2103
  msgstr ""
2104
 
2105
- #: defaults.php:259
2106
  msgid "User updated a custom field name for a page"
2107
  msgstr ""
2108
 
2109
- #: defaults.php:259
2110
  msgid ""
2111
  "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in the page "
2112
  "%PostTitle% %EditorLinkPage%.<br>%MetaLink%."
2113
  msgstr ""
2114
 
2115
- #: defaults.php:260
2116
  msgid "User modified content for a published page"
2117
  msgstr ""
2118
 
2119
- #: defaults.php:260
2120
  msgid ""
2121
  "Modified the content of the published page %PostTitle%. Page URL is %PostUrl"
2122
  "%. %RevisionLink% %EditorLinkPage%."
2123
  msgstr ""
2124
 
2125
- #: defaults.php:261
2126
  msgid "User modified content for a draft page"
2127
  msgstr ""
2128
 
2129
- #: defaults.php:261
2130
  msgid ""
2131
  "Modified the content of draft page %PostTitle%.%RevisionLink% %EditorLinkPage"
2132
  "%."
2133
  msgstr ""
2134
 
2135
- #: defaults.php:262
2136
  msgid "User scheduled a page"
2137
  msgstr ""
2138
 
2139
- #: defaults.php:262
2140
  msgid ""
2141
  "Scheduled the page %PostTitle% to be published %PublishingDate%. "
2142
  "%EditorLinkPage%."
2143
  msgstr ""
2144
 
2145
- #: defaults.php:263
2146
  msgid "User changed title of a page"
2147
  msgstr ""
2148
 
2149
- #: defaults.php:263
2150
  msgid ""
2151
  "Changed the title of the page %OldTitle% to %NewTitle%. %EditorLinkPage%."
2152
  msgstr ""
2153
 
2154
- #: defaults.php:264
2155
  msgid "User opened a page in the editor"
2156
  msgstr ""
2157
 
2158
- #: defaults.php:264
2159
  msgid ""
2160
  "Opened the page %PostTitle% in the editor. View the page: %EditorLinkPage%."
2161
  msgstr ""
2162
 
2163
- #: defaults.php:265
2164
  msgid "User viewed a page"
2165
  msgstr ""
2166
 
2167
- #: defaults.php:265
2168
  msgid "Viewed the page %PostTitle%. View the page: %PostUrl%."
2169
  msgstr ""
2170
 
2171
- #: defaults.php:266
2172
  msgid "User disabled Comments/Trackbacks and Pingbacks on a draft post"
2173
  msgstr ""
2174
 
2175
- #: defaults.php:266
2176
  msgid ""
2177
  "Disabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
2178
  msgstr ""
2179
 
2180
- #: defaults.php:267
2181
  msgid "User enabled Comments/Trackbacks and Pingbacks on a draft post"
2182
  msgstr ""
2183
 
2184
- #: defaults.php:267
2185
  msgid "Enabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
2186
  msgstr ""
2187
 
2188
- #: defaults.php:268
2189
  msgid "User disabled Comments/Trackbacks and Pingbacks on a published page"
2190
  msgstr ""
2191
 
2192
- #: defaults.php:268
2193
  msgid ""
2194
  "Disabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
2195
  msgstr ""
2196
 
2197
- #: defaults.php:269
2198
  msgid "User enabled Comments/Trackbacks and Pingbacks on a published page"
2199
  msgstr ""
2200
 
2201
- #: defaults.php:269
2202
  msgid ""
2203
  "Enabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
2204
  msgstr ""
2205
 
2206
- #: defaults.php:270
2207
- msgid "User disabled Comments/Trackbacks and Pingbacks on a draft page"
2208
- msgstr ""
2209
-
2210
- #: defaults.php:270
2211
- msgid ""
2212
- "Disabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
2213
- msgstr ""
2214
-
2215
- #: defaults.php:271
2216
- msgid "User enabled Comments/Trackbacks and Pingbacks on a draft page"
2217
- msgstr ""
2218
-
2219
- #: defaults.php:271
2220
- msgid "Enabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
2221
- msgstr ""
2222
-
2223
- #: defaults.php:278
2224
- msgid "WordPress & Multisite Management"
2225
- msgstr ""
2226
-
2227
- #: defaults.php:282
2228
- msgid "Database"
2229
- msgstr ""
2230
-
2231
- #: defaults.php:283
2232
- msgid "Plugin created tables"
2233
- msgstr ""
2234
-
2235
- #: defaults.php:283
2236
- msgid ""
2237
- "Plugin %Plugin->Name% created these tables in the database: %TableNames%."
2238
- msgstr ""
2239
-
2240
- #: defaults.php:284
2241
- msgid "Plugin modified tables structure"
2242
- msgstr ""
2243
-
2244
- #: defaults.php:284
2245
- msgid ""
2246
- "Plugin %Plugin->Name% modified the structure of these database tables: "
2247
- "%TableNames%."
2248
- msgstr ""
2249
-
2250
- #: defaults.php:285
2251
- msgid "Plugin deleted tables"
2252
- msgstr ""
2253
-
2254
- #: defaults.php:285
2255
- msgid ""
2256
- "Plugin %Plugin->Name% deleted the following tables from the database: "
2257
- "%TableNames%."
2258
- msgstr ""
2259
-
2260
- #: defaults.php:286
2261
- msgid "Theme created tables"
2262
- msgstr ""
2263
-
2264
- #: defaults.php:286
2265
- msgid "Theme %Theme->Name% created these tables in the database: %TableNames%."
2266
- msgstr ""
2267
-
2268
- #: defaults.php:287
2269
- msgid "Theme modified tables structure"
2270
- msgstr ""
2271
-
2272
- #: defaults.php:287
2273
- msgid ""
2274
- "Theme %Theme->Name% modified the structure of these database tables: "
2275
- "%TableNames%."
2276
- msgstr ""
2277
-
2278
- #: defaults.php:288
2279
- msgid "Theme deleted tables"
2280
- msgstr ""
2281
-
2282
- #: defaults.php:288
2283
- msgid ""
2284
- "Theme %Theme->Name% deleted the following tables from the database: "
2285
- "%TableNames%."
2286
- msgstr ""
2287
-
2288
- #: defaults.php:289
2289
- msgid "Unknown component created tables"
2290
- msgstr ""
2291
-
2292
- #: defaults.php:289
2293
- msgid ""
2294
- "An unknown component created these tables in the database: %TableNames%."
2295
- msgstr ""
2296
-
2297
- #: defaults.php:290
2298
- msgid "Unknown component modified tables structure"
2299
- msgstr ""
2300
-
2301
- #: defaults.php:290
2302
- msgid ""
2303
- "An unknown component modified the structure of these database tables: "
2304
- "%TableNames%."
2305
- msgstr ""
2306
-
2307
- #: defaults.php:291
2308
- msgid "Unknown component deleted tables"
2309
- msgstr ""
2310
-
2311
- #: defaults.php:291
2312
- msgid ""
2313
- "An unknown component deleted the following tables from the database: "
2314
- "%TableNames%."
2315
- msgstr ""
2316
-
2317
- #: defaults.php:297
2318
- msgid "MultiSite"
2319
- msgstr ""
2320
-
2321
- #: defaults.php:298
2322
- msgid "User granted Super Admin privileges"
2323
- msgstr ""
2324
-
2325
- #: defaults.php:298
2326
- msgid "Granted Super Admin privileges to %TargetUsername%."
2327
- msgstr ""
2328
-
2329
- #: defaults.php:299
2330
- msgid "User revoked from Super Admin privileges"
2331
- msgstr ""
2332
-
2333
- #: defaults.php:299
2334
- msgid "Revoked Super Admin privileges from %TargetUsername%."
2335
- msgstr ""
2336
-
2337
- #: defaults.php:300
2338
- msgid "Existing user added to a site"
2339
  msgstr ""
2340
 
2341
- #: defaults.php:300
2342
  msgid ""
2343
- "Added the existing user %TargetUsername% with %TargetUserRole% role to site "
2344
- "%SiteName%."
2345
  msgstr ""
2346
 
2347
- #: defaults.php:301
2348
- msgid "User removed from site"
2349
  msgstr ""
2350
 
2351
- #: defaults.php:301
2352
- msgid ""
2353
- "Removed the user %TargetUsername% with role %TargetUserRole% from %SiteName% "
2354
- "site."
2355
  msgstr ""
2356
 
2357
- #: defaults.php:302
2358
- msgid "New network user created"
2359
  msgstr ""
2360
 
2361
- #: defaults.php:302
2362
- msgid "Created a new network user %NewUserData->Username%."
2363
  msgstr ""
2364
 
2365
- #: defaults.php:303
2366
- msgid "The forum role of a user was changed by another WordPress user"
2367
  msgstr ""
2368
 
2369
- #: defaults.php:303
2370
  msgid ""
2371
- "Change the forum role of the user %TargetUsername% from %OldRole% to %NewRole"
2372
- "% by %UserChanger%."
2373
  msgstr ""
2374
 
2375
- #: defaults.php:304
2376
- msgid "New site added on the network"
2377
  msgstr ""
2378
 
2379
- #: defaults.php:304
2380
- msgid "Added the site %SiteName% to the network."
 
 
2381
  msgstr ""
2382
 
2383
- #: defaults.php:305
2384
- msgid "Existing site archived"
2385
  msgstr ""
2386
 
2387
- #: defaults.php:305
2388
- msgid "Archived the site %SiteName%."
 
 
2389
  msgstr ""
2390
 
2391
- #: defaults.php:306
2392
- msgid "Archived site has been unarchived"
2393
  msgstr ""
2394
 
2395
- #: defaults.php:306
2396
- msgid "Unarchived the site %SiteName%."
2397
  msgstr ""
2398
 
2399
- #: defaults.php:307
2400
- msgid "Deactivated site has been activated"
2401
  msgstr ""
2402
 
2403
- #: defaults.php:307
2404
- msgid "Activated the site %SiteName%."
 
 
2405
  msgstr ""
2406
 
2407
- #: defaults.php:308
2408
- msgid "Site has been deactivated"
2409
  msgstr ""
2410
 
2411
- #: defaults.php:308
2412
- msgid "Deactivated the site %SiteName%."
 
 
2413
  msgstr ""
2414
 
2415
- #: defaults.php:309
2416
- msgid "Existing site deleted from network"
2417
  msgstr ""
2418
 
2419
- #: defaults.php:309
2420
- msgid "Deleted the site %SiteName%."
 
2421
  msgstr ""
2422
 
2423
- #: defaults.php:310
2424
- msgid "Activated theme on network"
2425
  msgstr ""
2426
 
2427
- #: defaults.php:310
2428
  msgid ""
2429
- "Network activated the theme %Theme->Name% installed in %Theme-"
2430
- ">get_template_directory%."
2431
  msgstr ""
2432
 
2433
- #: defaults.php:311
2434
- msgid "Deactivated theme from network"
2435
  msgstr ""
2436
 
2437
- #: defaults.php:311
2438
  msgid ""
2439
- "Network deactivated the theme %Theme->Name% installed in %Theme-"
2440
- ">get_template_directory%."
2441
  msgstr ""
2442
 
2443
- #: defaults.php:317
2444
  msgid "Plugins & Themes"
2445
  msgstr ""
2446
 
2447
- #: defaults.php:318
2448
  msgid "User installed a plugin"
2449
  msgstr ""
2450
 
2451
- #: defaults.php:318
2452
  msgid "Installed the plugin %Plugin->Name% in %Plugin->plugin_dir_path%."
2453
  msgstr ""
2454
 
2455
- #: defaults.php:319
2456
  msgid "User activated a WordPress plugin"
2457
  msgstr ""
2458
 
2459
- #: defaults.php:319
2460
  msgid "Activated the plugin %PluginData->Name% installed in %PluginFile%."
2461
  msgstr ""
2462
 
2463
- #: defaults.php:320
2464
  msgid "User deactivated a WordPress plugin"
2465
  msgstr ""
2466
 
2467
- #: defaults.php:320
2468
  msgid "Deactivated the plugin %PluginData->Name% installed in %PluginFile%."
2469
  msgstr ""
2470
 
2471
- #: defaults.php:321
2472
  msgid "User uninstalled a plugin"
2473
  msgstr ""
2474
 
2475
- #: defaults.php:321
2476
  msgid ""
2477
  "Uninstalled the plugin %PluginData->Name% which was installed in %PluginFile"
2478
  "%."
2479
  msgstr ""
2480
 
2481
- #: defaults.php:322
2482
  msgid "User upgraded a plugin"
2483
  msgstr ""
2484
 
2485
- #: defaults.php:322
2486
  msgid "Upgraded the plugin %PluginData->Name% installed in %PluginFile%."
2487
  msgstr ""
2488
 
2489
- #: defaults.php:323
2490
  msgid "User installed a theme"
2491
  msgstr ""
2492
 
2493
- #: defaults.php:323
2494
  msgid ""
2495
  "Installed the theme \"%Theme->Name%\" in %Theme->get_template_directory%."
2496
  msgstr ""
2497
 
2498
- #: defaults.php:324
2499
  msgid "User activated a theme"
2500
  msgstr ""
2501
 
2502
- #: defaults.php:324
2503
  msgid ""
2504
  "Activated the theme \"%Theme->Name%\", installed in %Theme-"
2505
  ">get_template_directory%."
2506
  msgstr ""
2507
 
2508
- #: defaults.php:325
2509
  msgid "User uninstalled a theme"
2510
  msgstr ""
2511
 
2512
- #: defaults.php:325
2513
  msgid ""
2514
  "Deleted the theme \"%Theme->Name%\" installed in %Theme-"
2515
  ">get_template_directory%."
2516
  msgstr ""
2517
 
2518
- #: defaults.php:326
2519
  msgid "A plugin created a post"
2520
  msgstr ""
2521
 
2522
- #: defaults.php:326
2523
  msgid ""
2524
  "A plugin automatically created the following %PostType% called %PostTitle%. "
2525
  "View the post: %EditorLinkPost%."
2526
  msgstr ""
2527
 
2528
- #: defaults.php:327
2529
  msgid "A plugin created a page"
2530
  msgstr ""
2531
 
2532
- #: defaults.php:327
2533
  msgid "A plugin automatically created the following page: %PostTitle%."
2534
  msgstr ""
2535
 
2536
- #: defaults.php:328
2537
  msgid "A plugin created a custom post"
2538
  msgstr ""
2539
 
2540
- #: defaults.php:328
2541
  msgid "A plugin automatically created the following custom post: %PostTitle%."
2542
  msgstr ""
2543
 
2544
- #: defaults.php:329
2545
  msgid "A plugin deleted a post"
2546
  msgstr ""
2547
 
2548
- #: defaults.php:329
2549
  msgid ""
2550
  "A plugin automatically deleted the following %PostType% called %PostTitle%."
2551
  msgstr ""
2552
 
2553
- #: defaults.php:330
2554
  msgid "A plugin deleted a page"
2555
  msgstr ""
2556
 
2557
- #: defaults.php:330
2558
  msgid "A plugin automatically deleted the following page: %PostTitle%."
2559
  msgstr ""
2560
 
2561
- #: defaults.php:331
2562
  msgid "A plugin deleted a custom post"
2563
  msgstr ""
2564
 
2565
- #: defaults.php:331
2566
  msgid "A plugin automatically deleted the following custom post: %PostTitle%."
2567
  msgstr ""
2568
 
2569
- #: defaults.php:332
2570
  msgid "User updated a theme"
2571
  msgstr ""
2572
 
2573
- #: defaults.php:332
2574
  msgid ""
2575
  "Updated the theme \"%Theme->Name%\" installed in %Theme-"
2576
  ">get_template_directory%."
2577
  msgstr ""
2578
 
2579
- #: defaults.php:333
2580
  msgid "User changed a file using the theme editor"
2581
  msgstr ""
2582
 
2583
- #: defaults.php:333
2584
  msgid "Modified %File% with the Theme Editor."
2585
  msgstr ""
2586
 
2587
- #: defaults.php:334
2588
  msgid "User changed a file using the plugin editor"
2589
  msgstr ""
2590
 
2591
- #: defaults.php:334
2592
  msgid "Modified %File% with the Plugin Editor."
2593
  msgstr ""
2594
 
2595
- #: defaults.php:335
2596
  msgid "A plugin modified a page"
2597
  msgstr ""
2598
 
2599
- #: defaults.php:335
2600
  msgid "Plugin modified the page %PostTitle%. View the page: %EditorLinkPage%."
2601
  msgstr ""
2602
 
2603
- #: defaults.php:336
2604
  msgid "A plugin modified a custom post"
2605
  msgstr ""
2606
 
2607
- #: defaults.php:336
2608
  msgid ""
2609
  "Plugin modified the custom post %PostTitle%. View the post: %EditorLinkPost%."
2610
  msgstr ""
2611
 
2612
- #: defaults.php:342
2613
  msgid "System Activity"
2614
  msgstr ""
2615
 
2616
- #: defaults.php:343
2617
  msgid "Unknown Error"
2618
  msgstr ""
2619
 
2620
- #: defaults.php:343
2621
  msgid "An unexpected error has occurred ."
2622
  msgstr ""
2623
 
2624
- #: defaults.php:344
2625
  msgid "PHP error"
2626
  msgstr ""
2627
 
2628
- #: defaults.php:344 defaults.php:345 defaults.php:346 defaults.php:347
2629
- #: defaults.php:348
2630
  msgid "%Message%."
2631
  msgstr ""
2632
 
2633
- #: defaults.php:345
2634
  msgid "PHP warning"
2635
  msgstr ""
2636
 
2637
- #: defaults.php:346
2638
  msgid "PHP notice"
2639
  msgstr ""
2640
 
2641
- #: defaults.php:347
2642
  msgid "PHP exception"
2643
  msgstr ""
2644
 
2645
- #: defaults.php:348
2646
  msgid "PHP shutdown error"
2647
  msgstr ""
2648
 
2649
- #: defaults.php:349
2650
  msgid "Events automatically pruned by system"
2651
  msgstr ""
2652
 
2653
- #: defaults.php:349
2654
- msgid "System automatically deleted %EventCount% alert(s)."
2655
  msgstr ""
2656
 
2657
- #: defaults.php:350
2658
  msgid "Option Anyone Can Register in WordPress settings changed"
2659
  msgstr ""
2660
 
2661
- #: defaults.php:350
2662
  msgid "%NewValue% the option \"Anyone can register\"."
2663
  msgstr ""
2664
 
2665
- #: defaults.php:351
2666
  msgid "New User Default Role changed"
2667
  msgstr ""
2668
 
2669
- #: defaults.php:351
2670
  msgid "Changed the New User Default Role from %OldRole% to %NewRole%."
2671
  msgstr ""
2672
 
2673
- #: defaults.php:352
2674
  msgid "WordPress Administrator Notification email changed"
2675
  msgstr ""
2676
 
2677
- #: defaults.php:352
2678
  msgid ""
2679
  "Changed the WordPress administrator notifications email address from "
2680
  "%OldEmail% to %NewEmail%."
2681
  msgstr ""
2682
 
2683
- #: defaults.php:353
2684
  msgid "WordPress was updated"
2685
  msgstr ""
2686
 
2687
- #: defaults.php:353
2688
  msgid "Updated WordPress from version %OldVersion% to %NewVersion%."
2689
  msgstr ""
2690
 
2691
- #: defaults.php:354
2692
  msgid "User changes the WordPress Permalinks"
2693
  msgstr ""
2694
 
2695
- #: defaults.php:354
2696
  msgid "Changed the WordPress permalinks from %OldPattern% to %NewPattern%."
2697
  msgstr ""
2698
 
2699
- #: defaults.php:355
2700
  msgid "User requests non-existing pages (404 Error Pages)"
2701
  msgstr ""
2702
 
2703
- #: defaults.php:355
2704
  msgid ""
2705
  "Has requested a non existing page (404 Error Pages) %Attempts% %Msg%. "
2706
- "%LinkFile%"
2707
  msgstr ""
2708
 
2709
- #: defaults.php:356
2710
  msgid "Website Visitor User requests non-existing pages (404 Error Pages)"
2711
  msgstr ""
2712
 
2713
- #: defaults.php:356
2714
  msgid ""
2715
  "Website Visitor Has requested a non existing page (404 Error Pages) %Attempts"
2716
- "% %Msg%. %LinkFile%"
2717
  msgstr ""
2718
 
2719
- #: defaults.php:357
2720
  msgid "Option WordPress Address (URL) in WordPress settings changed"
2721
  msgstr ""
2722
 
2723
- #: defaults.php:357
2724
  msgid "Changed the WordPress address (URL) from %old_url% to %new_url%."
2725
  msgstr ""
2726
 
2727
- #: defaults.php:358
2728
  msgid "Option Site Address (URL) in WordPress settings changed"
2729
  msgstr ""
2730
 
2731
- #: defaults.php:358
2732
  msgid "Changed the site address (URL) from %old_url% to %new_url%."
2733
  msgstr ""
2734
 
2735
- #: defaults.php:359
2736
  msgid "Advertising Add-ons."
2737
  msgstr ""
2738
 
2739
- #: defaults.php:359
2740
  msgid "%PromoName% %PromoMessage%"
2741
  msgstr ""
2742
 
2743
- #: defaults.php:365
2744
  msgid "Menus"
2745
  msgstr ""
2746
 
2747
- #: defaults.php:366
2748
  msgid "User created new menu"
2749
  msgstr ""
2750
 
2751
- #: defaults.php:366
2752
  msgid "Created a new menu called %MenuName%."
2753
  msgstr ""
2754
 
2755
- #: defaults.php:367
2756
  msgid "User added content to a menu"
2757
  msgstr ""
2758
 
2759
- #: defaults.php:367
2760
  msgid "Added the %ContentType% called %ContentName% to menu %MenuName%."
2761
  msgstr ""
2762
 
2763
- #: defaults.php:368
2764
  msgid "User removed content from a menu"
2765
  msgstr ""
2766
 
2767
- #: defaults.php:368
2768
  msgid ""
2769
  "Removed the %ContentType% called %ContentName% from the menu %MenuName%."
2770
  msgstr ""
2771
 
2772
- #: defaults.php:369
2773
  msgid "User deleted menu"
2774
  msgstr ""
2775
 
2776
- #: defaults.php:369
2777
  msgid "Deleted the menu %MenuName%."
2778
  msgstr ""
2779
 
2780
- #: defaults.php:370
2781
  msgid "User changed menu setting"
2782
  msgstr ""
2783
 
2784
- #: defaults.php:370
2785
  msgid "%Status% the menu setting %MenuSetting% in %MenuName%."
2786
  msgstr ""
2787
 
2788
- #: defaults.php:371
2789
  msgid "User modified content in a menu"
2790
  msgstr ""
2791
 
2792
- #: defaults.php:371
2793
  msgid "Modified the %ContentType% called %ContentName% in menu %MenuName%."
2794
  msgstr ""
2795
 
2796
- #: defaults.php:372
2797
  msgid "User changed name of a menu"
2798
  msgstr ""
2799
 
2800
- #: defaults.php:372
2801
  msgid "Changed the name of menu %OldMenuName% to %NewMenuName%."
2802
  msgstr ""
2803
 
2804
- #: defaults.php:373
2805
  msgid "User changed order of the objects in a menu"
2806
  msgstr ""
2807
 
2808
- #: defaults.php:373
2809
  msgid "Changed the order of the %ItemName% in menu %MenuName%."
2810
  msgstr ""
2811
 
2812
- #: defaults.php:374
2813
  msgid "User moved objects as a sub-item"
2814
  msgstr ""
2815
 
2816
- #: defaults.php:374
2817
  msgid "Moved %ItemName% as a sub-item of %ParentName% in menu %MenuName%."
2818
  msgstr ""
2819
 
2820
- #: defaults.php:380
2821
  msgid "Widgets"
2822
  msgstr ""
2823
 
2824
- #: defaults.php:381
2825
  msgid "User added a new widget"
2826
  msgstr ""
2827
 
2828
- #: defaults.php:381
2829
  msgid "Added a new %WidgetName% widget in %Sidebar%."
2830
  msgstr ""
2831
 
2832
- #: defaults.php:382
2833
  msgid "User modified a widget"
2834
  msgstr ""
2835
 
2836
- #: defaults.php:382
2837
  msgid "Modified the %WidgetName% widget in %Sidebar%."
2838
  msgstr ""
2839
 
2840
- #: defaults.php:383
2841
  msgid "User deleted widget"
2842
  msgstr ""
2843
 
2844
- #: defaults.php:383
2845
  msgid "Deleted the %WidgetName% widget from %Sidebar%."
2846
  msgstr ""
2847
 
2848
- #: defaults.php:384
2849
  msgid "User moved widget"
2850
  msgstr ""
2851
 
2852
- #: defaults.php:384
2853
  msgid "Moved the %WidgetName% widget from %OldSidebar% to %NewSidebar%."
2854
  msgstr ""
2855
 
2856
- #: defaults.php:385
2857
  msgid "User changed widget position"
2858
  msgstr ""
2859
 
2860
- #: defaults.php:385
2861
  msgid "Changed the position of the widget %WidgetName% in sidebar %Sidebar%."
2862
  msgstr ""
2863
 
2864
- #: defaults.php:391
2865
  msgid "Site Settings"
2866
  msgstr ""
2867
 
2868
- #: defaults.php:392
2869
  msgid ""
2870
  "Enabled/Disabled the option Discourage search engines from indexing this site"
2871
  msgstr ""
2872
 
2873
- #: defaults.php:392
2874
  msgid "%Status% the option Discourage search engines from indexing this site."
2875
  msgstr ""
2876
 
2877
- #: defaults.php:393
2878
  msgid "Enabled/Disabled comments on all the website"
2879
  msgstr ""
2880
 
2881
- #: defaults.php:393
2882
  msgid "%Status% comments on all the website."
2883
  msgstr ""
2884
 
2885
- #: defaults.php:394
2886
  msgid "Enabled/Disabled the option Comment author must fill out name and email"
2887
  msgstr ""
2888
 
2889
- #: defaults.php:394
2890
  msgid "%Status% the option Comment author must fill out name and email."
2891
  msgstr ""
2892
 
2893
- #: defaults.php:395
2894
  msgid ""
2895
  "Enabled/Disabled the option Users must be logged in and registered to comment"
2896
  msgstr ""
2897
 
2898
- #: defaults.php:395
2899
  msgid "%Status% the option Users must be logged in and registered to comment."
2900
  msgstr ""
2901
 
2902
- #: defaults.php:396
2903
  msgid "Enabled/Disabled the option to automatically close comments"
2904
  msgstr ""
2905
 
2906
- #: defaults.php:396
2907
  msgid "%Status% the option to automatically close comments after %Value% days."
2908
  msgstr ""
2909
 
2910
- #: defaults.php:397
2911
  msgid "Changed the value of the option Automatically close comments"
2912
  msgstr ""
2913
 
2914
- #: defaults.php:397
2915
  msgid ""
2916
  "Changed the value of the option Automatically close comments from %OldValue% "
2917
  "to %NewValue% days."
2918
  msgstr ""
2919
 
2920
- #: defaults.php:398
2921
  msgid "Enabled/Disabled the option for comments to be manually approved"
2922
  msgstr ""
2923
 
2924
- #: defaults.php:398
2925
  msgid "%Status% the option for comments to be manually approved."
2926
  msgstr ""
2927
 
2928
- #: defaults.php:399
2929
  msgid ""
2930
  "Enabled/Disabled the option for an author to have previously approved "
2931
  "comments for the comments to appear"
2932
  msgstr ""
2933
 
2934
- #: defaults.php:399
2935
  msgid ""
2936
  "%Status% the option for an author to have previously approved comments for "
2937
  "the comments to appear."
2938
  msgstr ""
2939
 
2940
- #: defaults.php:400
2941
  msgid ""
2942
  "Changed the number of links that a comment must have to be held in the queue"
2943
  msgstr ""
2944
 
2945
- #: defaults.php:400
2946
  msgid ""
2947
  "Changed the number of links from %OldValue% to %NewValue% that a comment "
2948
  "must have to be held in the queue."
2949
  msgstr ""
2950
 
2951
- #: defaults.php:401
2952
  msgid "Modified the list of keywords for comments moderation"
2953
  msgstr ""
2954
 
2955
- #: defaults.php:401
2956
  msgid "Modified the list of keywords for comments moderation."
2957
  msgstr ""
2958
 
2959
- #: defaults.php:402
2960
  msgid "Modified the list of keywords for comments blacklisting"
2961
  msgstr ""
2962
 
2963
- #: defaults.php:402
2964
  msgid "Modified the list of keywords for comments blacklisting."
2965
  msgstr ""
2966
 
2967
- #: defaults.php:403
2968
  msgid "Created a New cron job"
2969
  msgstr ""
2970
 
2971
- #: defaults.php:403
2972
  msgid ""
2973
  "A new cron job called %name% was created and is scheduled to run %schedule%."
2974
  msgstr ""
2975
 
2976
- #: defaults.php:404
2977
  msgid "Changed status of the cron job"
2978
  msgstr ""
2979
 
2980
- #: defaults.php:404
2981
  msgid "The cron job %name% was %status%."
2982
  msgstr ""
2983
 
2984
- #: defaults.php:405
2985
  msgid "Deleted the cron job"
2986
  msgstr ""
2987
 
2988
- #: defaults.php:405
2989
  msgid "The cron job %name% was deleted."
2990
  msgstr ""
2991
 
2992
- #: defaults.php:406
2993
  msgid "Started the cron job"
2994
  msgstr ""
2995
 
2996
- #: defaults.php:406
2997
  msgid "The cron job %name% has just started."
2998
  msgstr ""
2999
 
3000
- #: defaults.php:413
3001
- msgid "Users Profiles & Activity"
3002
- msgstr ""
3003
-
3004
- #: defaults.php:417
3005
- msgid "Other User Activity"
3006
- msgstr ""
3007
-
3008
- #: defaults.php:418
3009
- msgid "User logged in"
3010
- msgstr ""
3011
-
3012
- #: defaults.php:418
3013
- msgid "Successfully logged in."
3014
- msgstr ""
3015
-
3016
- #: defaults.php:419
3017
- msgid "User logged out"
3018
  msgstr ""
3019
 
3020
- #: defaults.php:419
3021
- msgid "Successfully logged out."
3022
  msgstr ""
3023
 
3024
- #: defaults.php:420
3025
- msgid "Login failed"
3026
  msgstr ""
3027
 
3028
- #: defaults.php:420
3029
- msgid "%Attempts% failed login(s) detected."
3030
  msgstr ""
3031
 
3032
- #: defaults.php:421
3033
- msgid "Login failed / non existing user"
3034
  msgstr ""
3035
 
3036
- #: defaults.php:421
3037
- msgid ""
3038
- "%Attempts% failed login(s) detected using non existing user. %LogFileText%"
3039
  msgstr ""
3040
 
3041
- #: defaults.php:422
3042
- msgid "Login blocked"
3043
  msgstr ""
3044
 
3045
- #: defaults.php:422
3046
  msgid ""
3047
- "Blocked from logging in because the same WordPress user is logged in from "
3048
- "%ClientIP%."
 
3049
  msgstr ""
3050
 
3051
- #: defaults.php:423
3052
- msgid "User logged in with existing session(s)"
3053
  msgstr ""
3054
 
3055
- #: defaults.php:423
3056
  msgid ""
3057
- "Successfully logged in. Another session from %IPAddress% for this user "
3058
- "already exist."
3059
- msgstr ""
3060
-
3061
- #: defaults.php:424
3062
- msgid "User logged out all other sessions with the same username"
3063
- msgstr ""
3064
-
3065
- #: defaults.php:424
3066
- msgid "Logged out all other sessions with the same username."
3067
- msgstr ""
3068
-
3069
- #: defaults.php:425
3070
- msgid "User session destroyed and logged out."
3071
- msgstr ""
3072
-
3073
- #: defaults.php:425
3074
- msgid "Logged out session %TargetSessionID% which belonged to %TargetUserName%"
3075
- msgstr ""
3076
-
3077
- #: defaults.php:426
3078
- msgid "User uploaded file from Uploads directory"
3079
- msgstr ""
3080
-
3081
- #: defaults.php:426
3082
- msgid "Uploaded the file %FileName% in %FilePath%."
3083
- msgstr ""
3084
-
3085
- #: defaults.php:427
3086
- msgid "User deleted file from Uploads directory"
3087
- msgstr ""
3088
-
3089
- #: defaults.php:427
3090
- msgid "Deleted the file %FileName% from %FilePath%."
3091
  msgstr ""
3092
 
3093
- #: defaults.php:433
3094
- msgid "User Profiles"
3095
  msgstr ""
3096
 
3097
- #: defaults.php:434
3098
- msgid "New user was created on WordPress"
3099
  msgstr ""
3100
 
3101
- #: defaults.php:434
3102
- msgid ""
3103
- "A new user %NewUserData->Username% was created with role of %NewUserData-"
3104
- ">Roles%."
3105
  msgstr ""
3106
 
3107
- #: defaults.php:435
3108
- msgid "User created another WordPress user"
3109
  msgstr ""
3110
 
3111
- #: defaults.php:435
3112
- msgid ""
3113
- "%UserChanger% created a new user %NewUserData->Username% with the role of "
3114
- "%NewUserData->Roles%."
3115
  msgstr ""
3116
 
3117
- #: defaults.php:436
3118
- msgid "The role of a user was changed by another WordPress user"
3119
  msgstr ""
3120
 
3121
- #: defaults.php:436
3122
  msgid ""
3123
- "Changed the role of the user %TargetUsername% from %OldRole% to %NewRole%"
3124
- "%multisite_text%."
3125
- msgstr ""
3126
-
3127
- #: defaults.php:437
3128
- msgid "User has changed his or her password"
3129
- msgstr ""
3130
-
3131
- #: defaults.php:437
3132
- msgid "Changed the password."
3133
  msgstr ""
3134
 
3135
- #: defaults.php:438
3136
- msgid "User changed another user's password"
3137
  msgstr ""
3138
 
3139
- #: defaults.php:438
3140
  msgid ""
3141
- "Changed the password for the user %TargetUserData->Username% with the role "
3142
- "of %TargetUserData->Roles%."
3143
  msgstr ""
3144
 
3145
- #: defaults.php:439
3146
- msgid "User changed his or her email address"
3147
  msgstr ""
3148
 
3149
- #: defaults.php:439
3150
- msgid "Changed the email address from %OldEmail% to %NewEmail%."
3151
  msgstr ""
3152
 
3153
- #: defaults.php:440
3154
- msgid "User changed another user's email address"
3155
  msgstr ""
3156
 
3157
- #: defaults.php:440
3158
  msgid ""
3159
- "Changed the email address of the user %TargetUsername% from %OldEmail% to "
3160
- "%NewEmail%."
3161
  msgstr ""
3162
 
3163
- #: defaults.php:441
3164
- msgid "User was deleted by another user"
3165
  msgstr ""
3166
 
3167
- #: defaults.php:441
3168
- msgid ""
3169
- "Deleted the user %TargetUserData->Username% with the role of %TargetUserData-"
3170
- ">Roles%."
3171
  msgstr ""
3172
 
3173
- #: defaults.php:442
3174
- msgid "User opened the profile page of another user"
3175
  msgstr ""
3176
 
3177
- #: defaults.php:442
3178
- msgid "%UserChanger% opened the profile page of the user %TargetUsername%."
3179
  msgstr ""
3180
 
3181
- #: defaults.php:443
3182
- msgid "User updated a custom field value for a user"
3183
  msgstr ""
3184
 
3185
- #: defaults.php:443
3186
- msgid ""
3187
- "Changed the value of the custom field %custom_field_name%%ReportText% for "
3188
- "the user %TargetUsername%.%ChangeText%"
3189
  msgstr ""
3190
 
3191
- #: defaults.php:444
3192
- msgid "User created a custom field value for a user"
3193
  msgstr ""
3194
 
3195
- #: defaults.php:444
3196
- msgid ""
3197
- "Created the value of the custom field %custom_field_name% with %new_value% "
3198
- "for the user %TargetUsername%."
3199
  msgstr ""
3200
 
3201
- #: defaults.php:445
3202
- msgid "User changed first name for a user"
3203
  msgstr ""
3204
 
3205
- #: defaults.php:445
3206
- msgid ""
3207
- "Changed the first name of the user %TargetUsername% from %old_firstname% to "
3208
- "%new_firstname%"
3209
  msgstr ""
3210
 
3211
- #: defaults.php:446
3212
- msgid "User changed last name for a user"
3213
  msgstr ""
3214
 
3215
- #: defaults.php:446
3216
- msgid ""
3217
- "Changed the last name of the user %TargetUsername% from %old_lastname% to "
3218
- "%new_lastname%"
3219
  msgstr ""
3220
 
3221
- #: defaults.php:447
3222
- msgid "User changed nickname for a user"
3223
  msgstr ""
3224
 
3225
- #: defaults.php:447
3226
  msgid ""
3227
- "Changed the nickname of the user %TargetUsername% from %old_nickname% to "
3228
- "%new_nickname%"
3229
  msgstr ""
3230
 
3231
- #: defaults.php:448
3232
- msgid "User changed the display name for a user"
3233
  msgstr ""
3234
 
3235
- #: defaults.php:448
3236
  msgid ""
3237
- "Changed the Display name publicly of user %TargetUsername% from "
3238
- "%old_displayname% to %new_displayname%"
3239
- msgstr ""
3240
-
3241
- #: defaults.php:455
3242
- msgid "Third Party Support"
3243
  msgstr ""
3244
 
3245
- #: defaults.php:459
3246
- msgid "BBPress Forum"
3247
  msgstr ""
3248
 
3249
- #: defaults.php:460
3250
  msgid "User created new forum"
3251
  msgstr ""
3252
 
3253
- #: defaults.php:460
3254
  msgid ""
3255
  "Created new forum %ForumName%. Forum URL is %ForumURL%. %EditorLinkForum%."
3256
  msgstr ""
3257
 
3258
- #: defaults.php:461
3259
  msgid "User changed status of a forum"
3260
  msgstr ""
3261
 
3262
- #: defaults.php:461
3263
  msgid ""
3264
  "Changed the status of the forum %ForumName% from %OldStatus% to %NewStatus%. "
3265
  "%EditorLinkForum%."
3266
  msgstr ""
3267
 
3268
- #: defaults.php:462
3269
  msgid "User changed visibility of a forum"
3270
  msgstr ""
3271
 
3272
- #: defaults.php:462
3273
  msgid ""
3274
  "Changed the visibility of the forum %ForumName% from %OldVisibility% to "
3275
  "%NewVisibility%. %EditorLinkForum%."
3276
  msgstr ""
3277
 
3278
- #: defaults.php:463
3279
  msgid "User changed the URL of a forum"
3280
  msgstr ""
3281
 
3282
- #: defaults.php:463
3283
  msgid ""
3284
  "Changed the URL of the forum %ForumName% from %OldUrl% to %NewUrl%. "
3285
  "%EditorLinkForum%."
3286
  msgstr ""
3287
 
3288
- #: defaults.php:464
3289
  msgid "User changed order of a forum"
3290
  msgstr ""
3291
 
3292
- #: defaults.php:464
3293
  msgid ""
3294
  "Changed the order of the forum %ForumName% from %OldOrder% to %NewOrder%. "
3295
  "%EditorLinkForum%."
3296
  msgstr ""
3297
 
3298
- #: defaults.php:465
3299
  msgid "User moved forum to trash"
3300
  msgstr ""
3301
 
3302
- #: defaults.php:465
3303
  msgid "Moved the forum %ForumName% to trash."
3304
  msgstr ""
3305
 
3306
- #: defaults.php:466
3307
  msgid "User permanently deleted forum"
3308
  msgstr ""
3309
 
3310
- #: defaults.php:466
3311
  msgid "Permanently deleted the forum %ForumName%."
3312
  msgstr ""
3313
 
3314
- #: defaults.php:467
3315
  msgid "User restored forum from trash"
3316
  msgstr ""
3317
 
3318
- #: defaults.php:467
3319
  msgid "Restored the forum %ForumName% from trash. %EditorLinkForum%."
3320
  msgstr ""
3321
 
3322
- #: defaults.php:468
3323
  msgid "User changed the parent of a forum"
3324
  msgstr ""
3325
 
3326
- #: defaults.php:468
3327
  msgid ""
3328
  "Changed the parent of the forum %ForumName% from %OldParent% to %NewParent%. "
3329
  "%EditorLinkForum%."
3330
  msgstr ""
3331
 
3332
- #: defaults.php:469
3333
  msgid "User changed forum's role"
3334
  msgstr ""
3335
 
3336
- #: defaults.php:469
3337
  msgid "Changed the forum's auto role from %OldRole% to %NewRole%."
3338
  msgstr ""
3339
 
3340
- #: defaults.php:470
3341
  msgid "User changed option of a forum"
3342
  msgstr ""
3343
 
3344
- #: defaults.php:470
3345
  msgid "%Status% the option for anonymous posting on forum."
3346
  msgstr ""
3347
 
3348
- #: defaults.php:471
3349
  msgid "User changed type of a forum"
3350
  msgstr ""
3351
 
3352
- #: defaults.php:471
3353
  msgid ""
3354
  "Changed the type of the forum %ForumName% from %OldType% to %NewType%. "
3355
  "%EditorLinkForum%."
3356
  msgstr ""
3357
 
3358
- #: defaults.php:472
3359
  msgid "User changed time to disallow post editing"
3360
  msgstr ""
3361
 
3362
- #: defaults.php:472
3363
  msgid ""
3364
  "Changed the time to disallow post editing from %OldTime% to %NewTime% "
3365
  "minutes in the forums."
3366
  msgstr ""
3367
 
3368
- #: defaults.php:473
3369
  msgid "User changed the forum setting posting throttle time"
3370
  msgstr ""
3371
 
3372
- #: defaults.php:473
3373
  msgid ""
3374
  "Changed the posting throttle time from %OldTime% to %NewTime% seconds in the "
3375
  "forums."
3376
  msgstr ""
3377
 
3378
- #: defaults.php:474
3379
  msgid "User created new topic"
3380
  msgstr ""
3381
 
3382
- #: defaults.php:474
3383
  msgid "Created a new topic %TopicName%. %EditorLinkTopic%."
3384
  msgstr ""
3385
 
3386
- #: defaults.php:475
3387
  msgid "User changed status of a topic"
3388
  msgstr ""
3389
 
3390
- #: defaults.php:475
3391
  msgid ""
3392
  "Changed the status of the topic %TopicName% from %OldStatus% to %NewStatus%. "
3393
  "%EditorLinkTopic%."
3394
  msgstr ""
3395
 
3396
- #: defaults.php:476
3397
  msgid "User changed type of a topic"
3398
  msgstr ""
3399
 
3400
- #: defaults.php:476
3401
  msgid ""
3402
  "Changed the type of the topic %TopicName% from %OldType% to %NewType%. "
3403
  "%EditorLinkTopic%."
3404
  msgstr ""
3405
 
3406
- #: defaults.php:477
3407
  msgid "User changed URL of a topic"
3408
  msgstr ""
3409
 
3410
- #: defaults.php:477
3411
  msgid "Changed the URL of the topic %TopicName% from %OldUrl% to %NewUrl%."
3412
  msgstr ""
3413
 
3414
- #: defaults.php:478
3415
  msgid "User changed the forum of a topic"
3416
  msgstr ""
3417
 
3418
- #: defaults.php:478
3419
  msgid ""
3420
  "Changed the forum of the topic %TopicName% from %OldForum% to %NewForum%. "
3421
  "%EditorLinkTopic%."
3422
  msgstr ""
3423
 
3424
- #: defaults.php:479
3425
  msgid "User moved topic to trash"
3426
  msgstr ""
3427
 
3428
- #: defaults.php:479
3429
  msgid "Moved the topic %TopicName% to trash."
3430
  msgstr ""
3431
 
3432
- #: defaults.php:480
3433
  msgid "User permanently deleted topic"
3434
  msgstr ""
3435
 
3436
- #: defaults.php:480
3437
  msgid "Permanently deleted the topic %TopicName%."
3438
  msgstr ""
3439
 
3440
- #: defaults.php:481
3441
  msgid "User restored topic from trash"
3442
  msgstr ""
3443
 
3444
- #: defaults.php:481
3445
  msgid "Restored the topic %TopicName% from trash. %EditorLinkTopic%."
3446
  msgstr ""
3447
 
3448
- #: defaults.php:482
3449
  msgid "User changed visibility of a topic"
3450
  msgstr ""
3451
 
3452
- #: defaults.php:482
3453
  msgid ""
3454
  "Changed the visibility of the topic %TopicName% from %OldVisibility% to "
3455
  "%NewVisibility%. %EditorLinkTopic%."
3456
  msgstr ""
3457
 
3458
- #: defaults.php:488
3459
- msgid "WooCommerce"
3460
- msgstr ""
3461
-
3462
- #: defaults.php:489
3463
  msgid "User created a new product"
3464
  msgstr ""
3465
 
3466
- #: defaults.php:489
3467
  msgid ""
3468
  "Created a new product called %ProductTitle% and saved it as draft. View the "
3469
  "product: %EditorLinkProduct%."
3470
  msgstr ""
3471
 
3472
- #: defaults.php:490
3473
  msgid "User published a product"
3474
  msgstr ""
3475
 
3476
- #: defaults.php:490
3477
  msgid ""
3478
  "Published a product called %ProductTitle%. Product URL is %ProductUrl%. View "
3479
  "the product: %EditorLinkProduct%."
3480
  msgstr ""
3481
 
3482
- #: defaults.php:491
3483
  msgid "User created a new product category"
3484
  msgstr ""
3485
 
3486
- #: defaults.php:491
3487
  msgid ""
3488
  "Created a new product category called %CategoryName% in WooCommerce. Product "
3489
  "category slug is %Slug%."
3490
  msgstr ""
3491
 
3492
- #: defaults.php:492
3493
  msgid "User changed the category of a product"
3494
  msgstr ""
3495
 
3496
- #: defaults.php:492
3497
  msgid ""
3498
  "Changed the category of the product %ProductTitle% from %OldCategories% to "
3499
  "%NewCategories%. View the product: %EditorLinkProduct%."
3500
  msgstr ""
3501
 
3502
- #: defaults.php:493
3503
  msgid "User modified the short description of a product"
3504
  msgstr ""
3505
 
3506
- #: defaults.php:493
3507
  msgid ""
3508
  "Modified the short description of the product %ProductTitle%.%ChangeText% "
3509
  "View the product: %EditorLinkProduct%."
3510
  msgstr ""
3511
 
3512
- #: defaults.php:494
3513
  msgid "User modified the text of a product"
3514
  msgstr ""
3515
 
3516
- #: defaults.php:494
3517
  msgid ""
3518
  "Modified the text of the product %ProductTitle%. View the product: "
3519
  "%EditorLinkProduct%."
3520
  msgstr ""
3521
 
3522
- #: defaults.php:495
3523
  msgid "User changed the URL of a product"
3524
  msgstr ""
3525
 
3526
- #: defaults.php:495
3527
  msgid ""
3528
  "Changed the URL of the product %ProductTitle%%ReportText%.%ChangeText% View "
3529
  "the product: %EditorLinkProduct%."
3530
  msgstr ""
3531
 
3532
- #: defaults.php:496
3533
  msgid "User changed the Product Data of a product"
3534
  msgstr ""
3535
 
3536
- #: defaults.php:496
3537
  msgid ""
3538
  "Changed the Product Data of the product %ProductTitle%. View the product: "
3539
  "%EditorLinkProduct%."
3540
  msgstr ""
3541
 
3542
- #: defaults.php:497
3543
  msgid "User changed the date of a product"
3544
  msgstr ""
3545
 
3546
- #: defaults.php:497
3547
  msgid ""
3548
  "Changed the date of the product %ProductTitle% from %OldDate% to %NewDate%. "
3549
  "View the product: %EditorLinkProduct%."
3550
  msgstr ""
3551
 
3552
- #: defaults.php:498
3553
  msgid "User changed the visibility of a product"
3554
  msgstr ""
3555
 
3556
- #: defaults.php:498
3557
  msgid ""
3558
  "Changed the visibility of the product %ProductTitle% from %OldVisibility% to "
3559
  "%NewVisibility%. View the product: %EditorLinkProduct%."
3560
  msgstr ""
3561
 
3562
- #: defaults.php:499
3563
  msgid "User modified the published product"
3564
  msgstr ""
3565
 
3566
- #: defaults.php:499
3567
  msgid ""
3568
  "Modified the published product %ProductTitle%. Product URL is %ProductUrl%. "
3569
  "View the product: %EditorLinkProduct%."
3570
  msgstr ""
3571
 
3572
- #: defaults.php:500
3573
  msgid "User modified the draft product"
3574
  msgstr ""
3575
 
3576
- #: defaults.php:500
3577
  msgid ""
3578
  "Modified the draft product %ProductTitle%. View the product: "
3579
  "%EditorLinkProduct%."
3580
  msgstr ""
3581
 
3582
- #: defaults.php:501
3583
  msgid "User moved a product to trash"
3584
  msgstr ""
3585
 
3586
- #: defaults.php:501
3587
  msgid ""
3588
  "Moved the product %ProductTitle% to trash. Product URL was %ProductUrl%."
3589
  msgstr ""
3590
 
3591
- #: defaults.php:502
3592
  msgid "User permanently deleted a product"
3593
  msgstr ""
3594
 
3595
- #: defaults.php:502
3596
  msgid "Permanently deleted the product %ProductTitle%."
3597
  msgstr ""
3598
 
3599
- #: defaults.php:503
3600
  msgid "User restored a product from the trash"
3601
  msgstr ""
3602
 
3603
- #: defaults.php:503
3604
  msgid ""
3605
  "Product %ProductTitle% has been restored from trash. View product: "
3606
  "%EditorLinkProduct%."
3607
  msgstr ""
3608
 
3609
- #: defaults.php:504
3610
  msgid "User changed status of a product"
3611
  msgstr ""
3612
 
3613
- #: defaults.php:504
3614
  msgid ""
3615
  "Changed the status of the product %ProductTitle% from %OldStatus% to "
3616
  "%NewStatus%. View the product: %EditorLinkProduct%."
3617
  msgstr ""
3618
 
3619
- #: defaults.php:505
3620
  msgid "User changed type of a price"
3621
  msgstr ""
3622
 
3623
- #: defaults.php:505
3624
  msgid ""
3625
  "Changed the %PriceType% of the product %ProductTitle% from %OldPrice% to "
3626
  "%NewPrice%. View the product: %EditorLinkProduct%."
3627
  msgstr ""
3628
 
3629
- #: defaults.php:506
3630
  msgid "User changed the SKU of a product"
3631
  msgstr ""
3632
 
3633
- #: defaults.php:506
3634
  msgid ""
3635
  "Changed the SKU of the product %ProductTitle% from %OldSku% to %NewSku%. "
3636
  "View the product: %EditorLinkProduct%."
3637
  msgstr ""
3638
 
3639
- #: defaults.php:507
3640
  msgid "User changed the stock status of a product"
3641
  msgstr ""
3642
 
3643
- #: defaults.php:507
3644
  msgid ""
3645
  "Changed the stock status of the product %ProductTitle% from %OldStatus% to "
3646
  "%NewStatus%. View the product: %EditorLinkProduct%."
3647
  msgstr ""
3648
 
3649
- #: defaults.php:508
3650
  msgid "User changed the stock quantity"
3651
  msgstr ""
3652
 
3653
- #: defaults.php:508
3654
  msgid ""
3655
  "Changed the stock quantity of the product %ProductTitle% from %OldValue% to "
3656
  "%NewValue%. View the product: %EditorLinkProduct%"
3657
  msgstr ""
3658
 
3659
- #: defaults.php:509
3660
  msgid "User set a product type"
3661
  msgstr ""
3662
 
3663
- #: defaults.php:509
3664
  msgid ""
3665
  "Set the product %ProductTitle% as %Type%. View the product: "
3666
  "%EditorLinkProduct%."
3667
  msgstr ""
3668
 
3669
- #: defaults.php:510
3670
  msgid "User changed the weight of a product"
3671
  msgstr ""
3672
 
3673
- #: defaults.php:510
3674
  msgid ""
3675
  "Changed the weight of the product %ProductTitle% from %OldWeight% to "
3676
  "%NewWeight%. View the product: %EditorLinkProduct%."
3677
  msgstr ""
3678
 
3679
- #: defaults.php:511
3680
  msgid "User changed the dimensions of a product"
3681
  msgstr ""
3682
 
3683
- #: defaults.php:511
3684
  msgid ""
3685
  "Changed the %DimensionType% dimensions of the product %ProductTitle% from "
3686
  "%OldDimension% to %NewDimension%. View the product: %EditorLinkProduct%."
3687
  msgstr ""
3688
 
3689
- #: defaults.php:512
3690
  msgid "User added the Downloadable File to a product"
3691
  msgstr ""
3692
 
3693
- #: defaults.php:512
3694
  msgid ""
3695
  "Added the Downloadable File %FileName% with File URL %FileUrl% to the "
3696
  "product %ProductTitle%. View the product: %EditorLinkProduct%."
3697
  msgstr ""
3698
 
3699
- #: defaults.php:513
3700
  msgid "User Removed the Downloadable File from a product"
3701
  msgstr ""
3702
 
3703
- #: defaults.php:513
3704
  msgid ""
3705
  "Removed the Downloadable File %FileName% with File URL %FileUrl% from the "
3706
  "product %ProductTitle%. View the product: %EditorLinkProduct%."
3707
  msgstr ""
3708
 
3709
- #: defaults.php:514
3710
  msgid "User changed the name of a Downloadable File in a product"
3711
  msgstr ""
3712
 
3713
- #: defaults.php:514
3714
  msgid ""
3715
  "Changed the name of a Downloadable File from %OldName% to %NewName% in "
3716
  "product %ProductTitle%. View the product: %EditorLinkProduct%."
3717
  msgstr ""
3718
 
3719
- #: defaults.php:515
3720
  msgid "User changed the URL of the Downloadable File in a product"
3721
  msgstr ""
3722
 
3723
- #: defaults.php:515
3724
  msgid ""
3725
  "Changed the URL of the Downloadable File %FileName% from %OldUrl% to %NewUrl"
3726
  "% in product %ProductTitle%. View the product: %EditorLinkProduct%."
3727
  msgstr ""
3728
 
3729
- #: defaults.php:516
3730
  msgid "User changed the Weight Unit"
3731
  msgstr ""
3732
 
3733
- #: defaults.php:516
3734
  msgid "Changed the Weight Unit from %OldUnit% to %NewUnit% in WooCommerce."
3735
  msgstr ""
3736
 
3737
- #: defaults.php:517
3738
  msgid "User changed the Dimensions Unit"
3739
  msgstr ""
3740
 
3741
- #: defaults.php:517
3742
  msgid "Changed the Dimensions Unit from %OldUnit% to %NewUnit% in WooCommerce."
3743
  msgstr ""
3744
 
3745
- #: defaults.php:518
3746
  msgid "User changed the Base Location"
3747
  msgstr ""
3748
 
3749
- #: defaults.php:518
3750
  msgid ""
3751
  "Changed the Base Location from %OldLocation% to %NewLocation% in WooCommerce."
3752
  msgstr ""
3753
 
3754
- #: defaults.php:519
3755
  msgid "User Enabled/Disabled taxes"
3756
  msgstr ""
3757
 
3758
- #: defaults.php:519
3759
  msgid "%Status% taxes in the WooCommerce store."
3760
  msgstr ""
3761
 
3762
- #: defaults.php:520
3763
  msgid "User changed the currency"
3764
  msgstr ""
3765
 
3766
- #: defaults.php:520
3767
  msgid ""
3768
  "Changed the currency from %OldCurrency% to %NewCurrency% in WooCommerce."
3769
  msgstr ""
3770
 
3771
- #: defaults.php:521
3772
  msgid "User Enabled/Disabled the use of coupons during checkout"
3773
  msgstr ""
3774
 
3775
- #: defaults.php:521
3776
  msgid "%Status% the use of coupons during checkout in WooCommerce."
3777
  msgstr ""
3778
 
3779
- #: defaults.php:522
3780
  msgid "User Enabled/Disabled guest checkout"
3781
  msgstr ""
3782
 
3783
- #: defaults.php:522
3784
  msgid "%Status% guest checkout in WooCommerce."
3785
  msgstr ""
3786
 
3787
- #: defaults.php:523
3788
  msgid "User Enabled/Disabled cash on delivery"
3789
  msgstr ""
3790
 
3791
- #: defaults.php:523
3792
  msgid "%Status% the option Enable cash on delivery in WooCommerce."
3793
  msgstr ""
3794
 
3795
- #: defaults.php:525
3796
- msgid "Yoast SEO"
3797
  msgstr ""
3798
 
3799
- #: defaults.php:526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3800
  msgid "User changed title of a SEO post"
3801
  msgstr ""
3802
 
3803
- #: defaults.php:526
3804
  msgid ""
3805
  "Changed the SEO title of the %PostStatus% %PostType%%ReportText%.%ChangeText"
3806
  "% %EditorLinkPost%."
3807
  msgstr ""
3808
 
3809
- #: defaults.php:527
3810
  msgid "User changed the meta description of a SEO post"
3811
  msgstr ""
3812
 
3813
- #: defaults.php:527
3814
  msgid ""
3815
  "Changed the Meta description of the %PostStatus% %PostType% titled %PostTitle"
3816
  "%%ReportText%.%ChangeText% %EditorLinkPost%."
3817
  msgstr ""
3818
 
3819
- #: defaults.php:528
3820
  msgid ""
3821
  "User changed setting to allow search engines to show post in search results "
3822
  "of a SEO post"
3823
  msgstr ""
3824
 
3825
- #: defaults.php:528
3826
  msgid ""
3827
  "Changed the setting to allow search engines to show post in search results "
3828
  "from %OldStatus% to %NewStatus% in the %PostStatus% %PostType% titled "
3829
  "%PostTitle%. %EditorLinkPost%."
3830
  msgstr ""
3831
 
3832
- #: defaults.php:529
3833
  msgid ""
3834
  "User Enabled/Disabled the option for search engine to follow links of a SEO "
3835
  "post"
3836
  msgstr ""
3837
 
3838
- #: defaults.php:529
3839
  msgid ""
3840
  "%NewStatus% the option for search engine to follow links in the %PostType% "
3841
  "titled %PostTitle%. %EditorLinkPost%."
3842
  msgstr ""
3843
 
3844
- #: defaults.php:530
3845
  msgid "User set the meta robots advanced setting of a SEO post"
3846
  msgstr ""
3847
 
3848
- #: defaults.php:530
3849
  msgid ""
3850
  "Set the Meta Robots Advanced setting to %NewStatus% in the %PostStatus% "
3851
  "%PostType% titled %PostTitle%. %EditorLinkPost%."
3852
  msgstr ""
3853
 
3854
- #: defaults.php:531
3855
  msgid "User changed the canonical URL of a SEO post"
3856
  msgstr ""
3857
 
3858
- #: defaults.php:531
3859
  msgid ""
3860
  "Changed the Canonical URL of the %PostStatus% %PostType% titled %PostTitle%"
3861
  "%ReportText%.%ChangeText% %EditorLinkPost%."
3862
  msgstr ""
3863
 
3864
- #: defaults.php:532
3865
  msgid "User changed the focus keyword of a SEO post"
3866
  msgstr ""
3867
 
3868
- #: defaults.php:532
3869
  msgid ""
3870
  "Changed the focus keyword of the %PostStatus% %PostType% titled %PostTitle% "
3871
  "from %old_keywords% to %new_keywords%. %EditorLinkPost%."
3872
  msgstr ""
3873
 
3874
- #: defaults.php:533
3875
  msgid "User Enabled/Disabled the option Cornerston Content of a SEO post"
3876
  msgstr ""
3877
 
3878
- #: defaults.php:533
3879
  msgid ""
3880
  "%Status% the option Cornerston Content on the %PostStatus% %PostType% titled "
3881
  "%PostTitle%. %EditorLinkPost%."
3882
  msgstr ""
3883
 
3884
- #: defaults.php:534
3885
  msgid "User changed the Title Separator setting"
3886
  msgstr ""
3887
 
3888
- #: defaults.php:534
3889
  msgid ""
3890
  "Changed the Title Separator from %old% to %new% in the Yoast SEO plugin "
3891
  "settings."
3892
  msgstr ""
3893
 
3894
- #: defaults.php:535
3895
  msgid "User changed the Homepage Title setting"
3896
  msgstr ""
3897
 
3898
- #: defaults.php:535
3899
  msgid ""
3900
  "Changed the Homepage Title%ReportText% in the Yoast SEO plugin settings."
3901
  "%ChangeText%"
3902
  msgstr ""
3903
 
3904
- #: defaults.php:536
3905
  msgid "User changed the Homepage Meta description setting"
3906
  msgstr ""
3907
 
3908
- #: defaults.php:536
3909
  msgid ""
3910
  "Changed the Homepage Meta description%ReportText% in the Yoast SEO plugin "
3911
  "settings.%ChangeText%"
3912
  msgstr ""
3913
 
3914
- #: defaults.php:537
3915
  msgid "User changed the Company or Person setting"
3916
  msgstr ""
3917
 
3918
- #: defaults.php:537
3919
  msgid ""
3920
  "Changed the Company or Person setting from %old% to %new% in the YOAST SEO "
3921
  "plugin settings."
3922
  msgstr ""
3923
 
3924
- #: defaults.php:538
3925
  msgid ""
3926
  "User Enabled/Disabled the option Show Posts/Pages in Search Results in the "
3927
  "Yoast SEO plugin settings"
3928
  msgstr ""
3929
 
3930
- #: defaults.php:538
3931
  msgid ""
3932
  "%Status% the option Show %SEOPostType% in Search Results in the Yoast SEO "
3933
  "plugin settings."
3934
  msgstr ""
3935
 
3936
- #: defaults.php:539
3937
  msgid ""
3938
  "User changed the Posts/Pages title template in the Yoast SEO plugin settings"
3939
  msgstr ""
3940
 
3941
- #: defaults.php:539
3942
  msgid ""
3943
  "Changed the %SEOPostType% title template from %old% to %new% in the Yoast "
3944
  "SEO plugin settings."
3945
  msgstr ""
3946
 
3947
- #: defaults.php:540
3948
  msgid "User Enabled/Disabled SEO analysis in the Yoast SEO plugin settings"
3949
  msgstr ""
3950
 
3951
- #: defaults.php:540
3952
  msgid "%Status% SEO analysis in the Yoast SEO plugin settings."
3953
  msgstr ""
3954
 
3955
- #: defaults.php:541
3956
  msgid ""
3957
  "User Enabled/Disabled readability analysis in the Yoast SEO plugin settings"
3958
  msgstr ""
3959
 
3960
- #: defaults.php:541
3961
  msgid "%Status% Readability analysis in the Yoast SEO plugin settings."
3962
  msgstr ""
3963
 
3964
- #: defaults.php:542
3965
  msgid ""
3966
  "User Enabled/Disabled cornerstone content in the Yoast SEO plugin settings"
3967
  msgstr ""
3968
 
3969
- #: defaults.php:542
3970
  msgid "%Status% Cornerstone content in the Yoast SEO plugin settings."
3971
  msgstr ""
3972
 
3973
- #: defaults.php:543
3974
  msgid ""
3975
  "User Enabled/Disabled the text link counter in the Yoast SEO plugin settings"
3976
  msgstr ""
3977
 
3978
- #: defaults.php:543
3979
  msgid "%Status% the Text link counter in the Yoast SEO plugin settings."
3980
  msgstr ""
3981
 
3982
- #: defaults.php:544
3983
  msgid "User Enabled/Disabled XML sitemaps in the Yoast SEO plugin settings"
3984
  msgstr ""
3985
 
3986
- #: defaults.php:544
3987
  msgid "%Status% XML Sitemaps in the Yoast SEO plugin settings."
3988
  msgstr ""
3989
 
3990
- #: defaults.php:545
3991
  msgid "User Enabled/Disabled ryte integration in the Yoast SEO plugin settings"
3992
  msgstr ""
3993
 
3994
- #: defaults.php:545
3995
  msgid "%Status% Ryte Integration in the Yoast SEO plugin settings."
3996
  msgstr ""
3997
 
3998
- #: defaults.php:546
3999
  msgid ""
4000
  "User Enabled/Disabled the admin bar menu in the Yoast SEO plugin settings"
4001
  msgstr ""
4002
 
4003
- #: defaults.php:546
4004
  msgid "%Status% the Admin bar menu in the Yoast SEO plugin settings."
4005
  msgstr ""
4006
 
4007
- #: defaults.php:547
4008
  msgid ""
4009
  "User changed the Posts/Pages meta description template in the Yoast SEO "
4010
  "plugin settings"
4011
  msgstr ""
4012
 
4013
- #: defaults.php:547
4014
  msgid ""
4015
  "Changed the %SEOPostType% meta description template from %old% to %new% in "
4016
  "the Yoast SEO plugin settings."
4017
  msgstr ""
4018
 
4019
- #: defaults.php:548
4020
  msgid ""
4021
  "User set the option Date in Snippet Preview for Posts/Pages in the Yoast SEO "
4022
  "plugin settings"
4023
  msgstr ""
4024
 
4025
- #: defaults.php:548
4026
  msgid ""
4027
  "%Status% the option Date in Snippet Preview for %SEOPostType% in the Yoast "
4028
  "SEO plugin settings."
4029
  msgstr ""
4030
 
4031
- #: defaults.php:549
4032
  msgid ""
4033
  "User set the option Yoast SEO Meta Box for Posts/Pages in the Yoast SEO "
4034
  "plugin settings"
4035
  msgstr ""
4036
 
4037
- #: defaults.php:549
4038
  msgid ""
4039
  "%Status% the option Yoast SEO Meta Box for %SEOPostType% in the Yoast SEO "
4040
  "plugin settings."
4041
  msgstr ""
4042
 
4043
- #: defaults.php:550
4044
  msgid ""
4045
  "User Enabled/Disabled the advanced settings for authors in the Yoast SEO "
4046
  "plugin settings"
4047
  msgstr ""
4048
 
4049
- #: defaults.php:550
4050
  msgid "%Status% the advanced settings for authors in the Yoast SEO settings."
4051
  msgstr ""
4052
 
4053
- #: wp-security-audit-log.php:304 wp-security-audit-log.php:330
 
4054
  #, php-format
4055
  msgid "Hey %1$s"
4056
  msgstr ""
4057
 
4058
- #: wp-security-audit-log.php:305
4059
  msgid ""
4060
  "Never miss an important update! Opt-in to our security and feature updates "
4061
  "notifications, and non-sensitive diagnostic tracking with freemius.com."
4062
  msgstr ""
4063
 
4064
- #: wp-security-audit-log.php:306 wp-security-audit-log.php:332
4065
  msgid "Note: "
4066
  msgstr ""
4067
 
4068
- #: wp-security-audit-log.php:307 wp-security-audit-log.php:333
4069
  msgid "NO AUDIT LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS."
4070
  msgstr ""
4071
 
4072
- #: wp-security-audit-log.php:331
 
4073
  #, php-format
4074
  msgid ""
4075
  "Please help us improve %2$s! If you opt-in, some non-sensitive data about "
@@ -4077,31 +5297,56 @@ msgid ""
4077
  "use. If you skip this, that's okay! %2$s will still work just fine."
4078
  msgstr ""
4079
 
4080
- #: wp-security-audit-log.php:382
 
 
 
 
 
 
 
 
 
 
 
 
 
4081
  msgid ""
4082
  "Error: You do not have sufficient permissions to disable this custom field."
4083
  msgstr ""
4084
 
4085
- #: wp-security-audit-log.php:418
4086
  msgid "Error: You do not have sufficient permissions to disable this alert."
4087
  msgstr ""
4088
 
4089
- #: wp-security-audit-log.php:530
4090
  #, php-format
4091
  msgid ""
4092
  "You are using a version of PHP that is older than %s, which is no longer "
4093
  "supported."
4094
  msgstr ""
4095
 
4096
- #: wp-security-audit-log.php:531
4097
  msgid ""
4098
  "Contact us on <a href=\"mailto:plugins@wpwhitesecurity.com"
4099
  "\">plugins@wpwhitesecurity.com</a> to help you switch the version of PHP you "
4100
  "are using."
4101
  msgstr ""
4102
 
4103
- #. Plugin Name of the plugin/theme
4104
- msgid "WP Security Audit Log"
 
 
 
 
 
 
 
 
 
 
 
 
4105
  msgstr ""
4106
 
4107
  #. Plugin URI of the plugin/theme
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: WP Security Audit Log\n"
6
+ "POT-Creation-Date: 2018-08-21 06:16+0100\n"
7
+ "PO-Revision-Date: 2018-08-21 06:15+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Generator: Poedit 2.1.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-Flags-xgettext: --add-comments=translators:\n"
16
  "X-Poedit-WPHeader: wp-security-audit-log.php\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
+ #. translators: Event ID
25
+ #: classes/AlertManager.php:247
26
+ #, php-format
27
+ msgid "Event with code %d has not be registered."
28
+ msgstr ""
29
+
30
+ #: classes/AuditLogListView.php:92
31
  msgid "No events so far."
32
  msgstr ""
33
 
34
+ #: classes/AuditLogListView.php:143
35
  msgid "Show "
36
  msgstr ""
37
 
38
+ #: classes/AuditLogListView.php:153
39
  msgid " Items"
40
  msgstr ""
41
 
42
+ #: classes/AuditLogListView.php:169 classes/Views/AuditLog.php:379
43
+ #: classes/Views/AuditLog.php:402
44
  msgid "All Sites"
45
  msgstr ""
46
 
47
+ #: classes/AuditLogListView.php:193
48
  msgid "Live Database"
49
  msgstr ""
50
 
51
+ #: classes/AuditLogListView.php:196
52
  msgid "Archive Database"
53
  msgstr ""
54
 
55
+ #: classes/AuditLogListView.php:250 classes/Views/Settings.php:933
56
+ #: classes/WidgetManager.php:86
57
  msgid "User"
58
  msgstr ""
59
 
60
+ #: classes/AuditLogListView.php:252
61
  msgid "Username"
62
  msgstr ""
63
 
64
+ #: classes/AuditLogListView.php:257 classes/AuditLogListView.php:281
65
+ #: classes/Views/Settings.php:927
66
+ msgid "Event ID"
67
  msgstr ""
68
 
69
+ #: classes/AuditLogListView.php:258 classes/AuditLogListView.php:284
70
+ #: classes/Views/Settings.php:929 classes/Views/ToggleAlerts.php:277
71
  msgid "Severity"
72
  msgstr ""
73
 
74
+ #: classes/AuditLogListView.php:259 classes/AuditLogListView.php:287
75
  msgid "Date"
76
  msgstr ""
77
 
78
+ #: classes/AuditLogListView.php:261 classes/AuditLogListView.php:293
79
  msgid "Source IP"
80
  msgstr ""
81
 
82
+ #: classes/AuditLogListView.php:266 classes/AuditLogListView.php:296
83
  msgid "Site"
84
  msgstr ""
85
 
86
+ #: classes/AuditLogListView.php:269 classes/AuditLogListView.php:299
87
  msgid "Message"
88
  msgstr ""
89
 
90
+ #: classes/AuditLogListView.php:350
91
  msgid "Click to toggle."
92
  msgstr ""
93
 
94
+ #: classes/AuditLogListView.php:369
95
+ msgid "Disable this type of events."
96
  msgstr ""
97
 
98
+ #: classes/AuditLogListView.php:377
99
  msgid "Unknown error code."
100
  msgstr ""
101
 
102
+ #: classes/AuditLogListView.php:381
103
+ msgid "Critical"
104
+ msgstr ""
105
+
106
+ #: classes/AuditLogListView.php:383
107
+ msgid "Warning"
108
+ msgstr ""
109
+
110
+ #: classes/AuditLogListView.php:385
111
+ msgid "Notification"
112
  msgstr ""
113
 
114
+ #: classes/AuditLogListView.php:395 classes/AuditLogListView.php:434
115
  msgid "Unknown"
116
  msgstr ""
117
 
118
+ #: classes/AuditLogListView.php:419
119
+ msgid "Show me all activity by this User"
120
+ msgstr ""
121
+
122
+ #: classes/AuditLogListView.php:438 classes/Views/Licensing.php:113
123
  #: classes/Views/Licensing.php:153
124
  msgid "Plugin"
125
  msgstr ""
126
 
127
+ #: classes/AuditLogListView.php:442
128
  msgid "Plugins"
129
  msgstr ""
130
 
131
+ #: classes/AuditLogListView.php:446
132
  msgid "Website Visitor"
133
  msgstr ""
134
 
135
+ #: classes/AuditLogListView.php:450
136
  msgid "System"
137
  msgstr ""
138
 
139
+ #: classes/AuditLogListView.php:470 classes/AuditLogListView.php:483
140
  msgid "Show me all activity originating from this IP Address"
141
  msgstr ""
142
 
143
+ #: classes/AuditLogListView.php:512
144
  msgid "View all details of this change"
145
  msgstr ""
146
 
147
+ #: classes/AuditLogListView.php:513 classes/AuditLogListView.php:662
148
  msgid "Alert Data Inspector"
149
  msgstr ""
150
 
151
+ #: classes/AuditLogListView.php:614
152
+ msgid "Download the log file"
153
+ msgstr ""
154
+
155
+ #: classes/AuditLogListView.php:634
156
  msgid "Download the log file."
157
  msgstr ""
158
 
159
+ #: classes/AuditLogListView.php:642
160
  msgid "published"
161
  msgstr ""
162
 
163
+ #: classes/AuditLogListView.php:864
164
+ msgid "Select All"
165
+ msgstr ""
166
+
167
+ #: classes/Connector/wp-db-custom.php:207
168
+ msgid "Error establishing a database connection"
169
+ msgstr ""
170
+
171
+ #. translators: 1: wp-config.php. 2: database host
172
+ #: classes/Connector/wp-db-custom.php:211
173
+ #, php-format
174
+ msgid ""
175
+ "This either means that the username and password information in your %1$s "
176
+ "file is incorrect or we can&#8217;t contact the database server at %2$s. "
177
+ "This could mean your host&#8217;s database server is down."
178
+ msgstr ""
179
+
180
+ #: classes/Connector/wp-db-custom.php:217
181
+ msgid "Are you sure you have the correct username and password?"
182
+ msgstr ""
183
+
184
+ #: classes/Connector/wp-db-custom.php:218
185
+ msgid "Are you sure that you have typed the correct hostname?"
186
+ msgstr ""
187
+
188
+ #: classes/Connector/wp-db-custom.php:219
189
+ msgid "Are you sure that the database server is running?"
190
+ msgstr ""
191
+
192
+ #. translators: %s: support forums URL
193
+ #: classes/Connector/wp-db-custom.php:224
194
+ #, php-format
195
+ msgid ""
196
+ "If you&#8217;re unsure what these terms mean you should probably contact "
197
+ "your host. If you still need help you can always visit the <a href=\"%s"
198
+ "\">WordPress Support Forums</a>."
199
+ msgstr ""
200
+
201
+ #: classes/Connector/wp-db-custom.php:225
202
+ msgid "https://wordpress.org/support/"
203
+ msgstr ""
204
+
205
+ #: classes/Loggers/Database.php:238 classes/Views/EmailNotifications.php:153
206
  #: classes/Views/EmailNotifications.php:185 classes/Views/ExternalDB.php:152
207
+ #: classes/Views/ExternalDB.php:184 classes/Views/Help.php:188
208
+ #: classes/Views/Help.php:239 classes/Views/LogInUsers.php:154
209
  #: classes/Views/LogInUsers.php:186 classes/Views/Reports.php:153
210
  #: classes/Views/Reports.php:185 classes/Views/Search.php:153
211
  #: classes/Views/Search.php:178
212
  msgid "Upgrade to Premium"
213
  msgstr ""
214
 
215
+ #: classes/Loggers/Database.php:239 classes/Views/AuditLog.php:116
216
  #: classes/Views/EmailNotifications.php:154
217
  #: classes/Views/EmailNotifications.php:186 classes/Views/ExternalDB.php:153
218
+ #: classes/Views/ExternalDB.php:185 classes/Views/Help.php:240
219
  #: classes/Views/LogInUsers.php:155 classes/Views/LogInUsers.php:187
220
  #: classes/Views/Reports.php:154 classes/Views/Reports.php:186
221
  #: classes/Views/Search.php:154 classes/Views/Search.php:179
222
  msgid "More Information"
223
  msgstr ""
224
 
225
+ #: classes/Sensors/Content.php:1038 classes/Sensors/Content.php:1046
226
+ #: classes/Sensors/WooCommerce.php:599 classes/Sensors/WooCommerce.php:605
227
  msgid "Password Protected"
228
  msgstr ""
229
 
230
+ #: classes/Sensors/Content.php:1040 classes/Sensors/Content.php:1048
231
  msgid "Public"
232
  msgstr ""
233
 
234
+ #: classes/Sensors/Content.php:1042 classes/Sensors/Content.php:1050
235
  msgid "Private"
236
  msgstr ""
237
 
238
+ #: classes/Sensors/WooCommerce.php:1272
239
  msgid "In stock"
240
  msgstr ""
241
 
242
+ #: classes/Sensors/WooCommerce.php:1274
243
  msgid "Out of stock"
244
  msgstr ""
245
 
246
+ #: classes/Settings.php:412
247
  msgid "This function is deprecated"
248
  msgstr ""
249
 
250
+ #: classes/Views/AuditLog.php:89
251
  msgid ""
252
  "See who is logged in to your WordPress, create user productivity reports, "
253
  "get alerted via email of important changes and more!"
254
  msgstr ""
255
 
256
+ #: classes/Views/AuditLog.php:90
257
  msgid ""
258
  "Unlock these powerful features and much more with the premium edition of WP "
259
  "Security Audit Log."
260
  msgstr ""
261
 
262
+ #: classes/Views/AuditLog.php:115
263
  msgid "Buy Now"
264
  msgstr ""
265
 
266
+ #: classes/Views/AuditLog.php:140
267
  msgid ""
268
  "There are connectivity issues with the database where the WordPress activity "
269
  "log is stored. The logs will be temporary buffered in the WordPress database "
270
  "until the connection is fully restored."
271
  msgstr ""
272
 
273
+ #: classes/Views/AuditLog.php:157
274
+ msgid ""
275
+ "Help us improve WP Security Audit Log! Opt-in to sending us diagnostic non-"
276
+ "sensitive data about your plugin usage (<strong>no activity log data is "
277
+ "sent</strong>) and subscribe to our newsletter."
278
+ msgstr ""
279
+
280
+ #: classes/Views/AuditLog.php:160
281
+ msgid "Opt-In"
282
+ msgstr ""
283
+
284
+ #: classes/Views/AuditLog.php:162
285
+ msgid "Learn More"
286
+ msgstr ""
287
+
288
+ #: classes/Views/AuditLog.php:164 classes/Views/AuditLog.php:343
289
+ #: classes/Views/Settings.php:418 classes/Views/Settings.php:484
290
+ #: classes/Views/Settings.php:522 classes/Views/Settings.php:997
291
+ #: classes/Views/Settings.php:1065 classes/Views/Settings.php:1711
292
+ #: classes/Views/Settings.php:1773 classes/Views/Settings.php:1788
293
+ #: classes/Views/Settings.php:1798 classes/Views/SetupWizard.php:516
294
+ msgid "No"
295
+ msgstr ""
296
+
297
+ #: classes/Views/AuditLog.php:204 classes/Views/AuditLog.php:220
298
  msgid "Audit Log Viewer"
299
  msgstr ""
300
 
301
+ #: classes/Views/AuditLog.php:301 classes/Views/Licensing.php:82
302
+ #: classes/Views/Settings.php:295 classes/Views/ToggleAlerts.php:68
303
  msgid "You do not have sufficient permissions to access this page."
304
  msgstr ""
305
 
306
+ #: classes/Views/AuditLog.php:339
307
+ msgid ""
308
+ "Thank you very much for using the WP Security Audit Log plugin. We have "
309
+ "created a wizard to ease the process of configuring the plugin so you can "
310
+ "get the best out of it. Would you like to run the wizard?"
311
  msgstr ""
312
 
313
+ #: classes/Views/AuditLog.php:342 classes/Views/Settings.php:413
314
+ #: classes/Views/Settings.php:454 classes/Views/Settings.php:512
315
+ #: classes/Views/Settings.php:991 classes/Views/Settings.php:1058
316
+ #: classes/Views/Settings.php:1706 classes/Views/Settings.php:1766
317
+ #: classes/Views/Settings.php:1787 classes/Views/Settings.php:1797
318
+ #: classes/Views/SetupWizard.php:521
319
+ msgid "Yes"
320
+ msgstr ""
321
+
322
+ #: classes/Views/AuditLog.php:378 classes/Views/AuditLog.php:401
323
  msgid "Please enter the number of alerts you would like to see on one page:"
324
  msgstr ""
325
 
326
+ #: classes/Views/AuditLog.php:380 classes/Views/AuditLog.php:403
327
  msgid "No Results"
328
  msgstr ""
329
 
330
+ #: classes/Views/AuditLog.php:588
331
  msgid "No users found."
332
  msgstr ""
333
 
334
+ #: classes/Views/AuditLog.php:591 classes/Views/AuditLog.php:665
335
+ #: classes/Views/AuditLog.php:691 classes/Views/Licensing.php:90
336
+ #: classes/Views/Settings.php:238 classes/Views/Settings.php:291
337
+ #: classes/Views/Settings.php:1931 classes/Views/Settings.php:1959
338
+ #: classes/Views/Settings.php:1989 classes/Views/Settings.php:2028
339
+ #: classes/Views/Settings.php:2030 classes/Views/Settings.php:2032
340
+ #: classes/Views/Settings.php:2139 classes/Views/Settings.php:2141
341
+ #: classes/Views/Settings.php:2143 classes/Views/Settings.php:2233
342
+ #: classes/Views/Settings.php:2300 classes/Views/SetupWizard.php:81
343
+ msgid "Nonce verification failed."
344
+ msgstr ""
345
+
346
+ #: classes/Views/AuditLog.php:611
347
  msgid "Log file does not exist."
348
  msgstr ""
349
 
350
+ #: classes/Views/AuditLog.php:656
351
  msgid "Request to get log file failed."
352
  msgstr ""
353
 
354
+ #: classes/Views/AuditLog.php:731
355
+ msgid "Freemius opt choice selected."
356
+ msgstr ""
357
+
358
+ #: classes/Views/AuditLog.php:738
359
+ msgid "Freemius opt choice not found."
360
+ msgstr ""
361
+
362
+ #: classes/Views/AuditLog.php:899
363
+ msgid "WordPress Activity Log"
364
+ msgstr ""
365
+
366
+ #: classes/Views/AuditLog.php:900
367
+ msgid ""
368
+ "When a user makes a change on your website the plugin will keep a record of "
369
+ "that event here. Right now there is nothing because this is a new install."
370
+ msgstr ""
371
+
372
+ #: classes/Views/AuditLog.php:901
373
+ msgid "Thank you for using WP Security Audit Log"
374
+ msgstr ""
375
+
376
+ #: classes/Views/AuditLog.php:922
377
+ msgid "Error: You do not have sufficient permissions to exclude this URL."
378
  msgstr ""
379
 
380
  #: classes/Views/EmailNotifications.php:28
471
 
472
  #: classes/Views/ExternalDB.php:121
473
  msgid ""
474
+ "Configure archiving rules to archive old events in an archiving database,"
475
  msgstr ""
476
 
477
  #: classes/Views/ExternalDB.php:167 classes/Views/ExternalDB.php:168
487
  msgstr ""
488
 
489
  #: classes/Views/Help.php:30 classes/Views/Help.php:44
490
+ #: classes/Views/Help.php:86
491
  msgid "Help"
492
  msgstr ""
493
 
494
+ #: classes/Views/Help.php:88 classes/Views/Help.php:165
495
+ msgid "System Info"
496
+ msgstr ""
497
+
498
+ #: classes/Views/Help.php:97
499
  msgid "Getting Started"
500
  msgstr ""
501
 
502
+ #: classes/Views/Help.php:99
503
  msgid ""
504
  "Getting started with WP Security Audit Log is really easy; once the plugin "
505
  "is installed it will automatically keep a log of everything that is "
507
  "video below for a quick overview of the plugin."
508
  msgstr ""
509
 
510
+ #: classes/Views/Help.php:108
511
  msgid "Plugin Support"
512
  msgstr ""
513
 
514
+ #: classes/Views/Help.php:110
515
  msgid ""
516
  "Have you encountered or noticed any issues while using WP Security Audit Log "
517
  "plugin?"
518
  msgstr ""
519
 
520
+ #: classes/Views/Help.php:111
521
  msgid ""
522
  "Or you want to report something to us? Click any of the options below to "
523
  "post on the plugin's forum or contact our support directly."
524
  msgstr ""
525
 
526
+ #: classes/Views/Help.php:113
527
  msgid "Free Support Forum"
528
  msgstr ""
529
 
530
+ #: classes/Views/Help.php:115
531
  msgid "Free Support Email"
532
  msgstr ""
533
 
534
+ #: classes/Views/Help.php:121
535
  msgid "Plugin Documentation"
536
  msgstr ""
537
 
538
+ #: classes/Views/Help.php:123
539
  msgid ""
540
  "For more technical information about the WP Security Audit Log plugin please "
541
  "visit the plugin’s knowledge base."
542
  msgstr ""
543
 
544
+ #: classes/Views/Help.php:124
545
  msgid ""
546
+ "Refer to the list of WordPress security events for a complete list of Events "
547
  "and IDs that the plugin uses to keep a log of all the changes in the "
548
  "WordPress audit log."
549
  msgstr ""
550
 
551
+ #: classes/Views/Help.php:126
552
  msgid "Plugin Website"
553
  msgstr ""
554
 
555
+ #: classes/Views/Help.php:128
556
  msgid "Knowledge Base"
557
  msgstr ""
558
 
559
+ #: classes/Views/Help.php:130
560
+ msgid "List of WordPress Security Events"
561
  msgstr ""
562
 
563
+ #: classes/Views/Help.php:136
564
  msgid "Rate WP Security Audit Log"
565
  msgstr ""
566
 
567
+ #: classes/Views/Help.php:138
568
  msgid ""
569
  "We work really hard to deliver a plugin that enables you to keep a record of "
570
  "all the changes that are happening on your WordPress."
571
  msgstr ""
572
 
573
+ #: classes/Views/Help.php:139
574
  msgid ""
575
  "It takes thousands of man-hours every year and endless amount of dedication "
576
  "to research, develop and maintain the free edition of WP Security Audit Log."
577
  msgstr ""
578
 
579
+ #: classes/Views/Help.php:140
580
  msgid ""
581
  "Therefore if you like what you see, and find WP Security Audit Log useful we "
582
  "ask you nothing more than to please rate our plugin."
583
  msgstr ""
584
 
585
+ #: classes/Views/Help.php:141
586
  msgid "We appreciate every star!"
587
  msgstr ""
588
 
589
+ #: classes/Views/Help.php:151
590
  msgid "Rate Plugin"
591
  msgstr ""
592
 
593
+ #: classes/Views/Help.php:192
594
  msgid "See who is logged in"
595
  msgstr ""
596
 
597
+ #: classes/Views/Help.php:193
598
  msgid "And remotely terminate sessions"
599
  msgstr ""
600
 
601
+ #: classes/Views/Help.php:196
602
  msgid "Generate reports"
603
  msgstr ""
604
 
605
+ #: classes/Views/Help.php:197
606
  msgid "Or configure automated email reports"
607
  msgstr ""
608
 
609
+ #: classes/Views/Help.php:200
610
  msgid "Configure email notifications"
611
  msgstr ""
612
 
613
+ #: classes/Views/Help.php:201
614
  msgid "Get instantly notified of important changes"
615
  msgstr ""
616
 
617
+ #: classes/Views/Help.php:204
618
  msgid "Add Search"
619
  msgstr ""
620
 
621
+ #: classes/Views/Help.php:205
622
  msgid "Easily track down suspicious behaviour"
623
  msgstr ""
624
 
625
+ #: classes/Views/Help.php:208
626
  msgid "Integrate & Centralise"
627
  msgstr ""
628
 
629
+ #: classes/Views/Help.php:209
630
  msgid "Export the logs to your centralised logging system"
631
  msgstr ""
632
 
634
  msgid "Licensing"
635
  msgstr ""
636
 
637
+ #: classes/Views/Licensing.php:96 classes/Views/Settings.php:302
638
  #: classes/Views/ToggleAlerts.php:92
639
  msgid "Settings have been saved."
640
  msgstr ""
641
 
642
+ #: classes/Views/Licensing.php:101 classes/Views/Settings.php:307
643
  #: classes/Views/ToggleAlerts.php:98
644
  msgid "Error: "
645
  msgstr ""
799
  "to fine tune the search results."
800
  msgstr ""
801
 
802
+ #: classes/Views/Settings.php:77
803
+ msgid "General"
804
  msgstr ""
805
 
806
+ #: classes/Views/Settings.php:83
807
+ msgid "Activity Log"
808
  msgstr ""
809
 
810
+ #: classes/Views/Settings.php:89
811
+ msgid "File Integrity Scan"
812
  msgstr ""
813
 
814
+ #: classes/Views/Settings.php:95 classes/Views/SetupWizard.php:148
815
  msgid "Exclude Objects"
816
  msgstr ""
817
 
818
+ #: classes/Views/Settings.php:101
819
+ msgid "Advanced Settings"
820
  msgstr ""
821
 
822
+ #: classes/Views/Settings.php:142 classes/Views/Settings.php:156
823
+ msgid "Settings"
824
  msgstr ""
825
 
826
+ #: classes/Views/Settings.php:211
827
+ msgid "Unknown settings tab."
828
+ msgstr ""
829
+
830
+ #: classes/Views/Settings.php:223 classes/Views/Settings.php:2321
831
+ #: classes/Views/Settings.php:2348 classes/Views/SetupWizard.php:66
832
+ msgid "Access Denied."
833
+ msgstr ""
834
+
835
+ #: classes/Views/Settings.php:248 classes/Views/SetupWizard.php:91
836
+ msgid "Invalid input."
837
+ msgstr ""
838
+
839
+ #: classes/Views/Settings.php:391
840
+ msgid ""
841
+ "Need help with setting up the plugin to meet your requirements? <a href="
842
+ "\"https://www.wpsecurityauditlog.com/contact/\" target=\"_blank\">Schedule a "
843
+ "20 minutes consultation and setup call</a> with our experts for just $50."
844
+ msgstr ""
845
+
846
+ #: classes/Views/Settings.php:394
847
+ msgid "Display latest events widget in dashboard"
848
  msgstr ""
849
 
850
+ #. translators: Max number of dashboard widget alerts.
851
+ #: classes/Views/Settings.php:399
852
  #, php-format
853
  msgid ""
854
+ "The events widget displays the latest %d security events in the dashboard so "
855
+ "you can get an overview of the latest events once you login."
 
856
  msgstr ""
857
 
858
+ #: classes/Views/Settings.php:407
859
+ msgid "Dashboard Widget"
860
  msgstr ""
861
 
862
+ #: classes/Views/Settings.php:428
863
+ msgid "Add user notification on the WordPress login page"
864
  msgstr ""
865
 
866
+ #: classes/Views/Settings.php:430
867
+ msgid ""
868
+ "Many compliance regulations (such as the GDRP) require website "
869
+ "administrators to tell the users of their website that all the changes they "
870
+ "do when logged in are being logged."
871
  msgstr ""
872
 
873
+ #: classes/Views/Settings.php:435
874
+ msgid "Login Page Notification"
875
  msgstr ""
876
 
877
+ #: classes/Views/Settings.php:460 wp-security-audit-log.php:1274
878
+ msgid ""
879
+ "For security and auditing purposes, a record of all of your logged-in "
880
+ "actions and changes within the WordPress dashboard will be recorded in an "
881
+ "audit log with the <a href=\"https://www.wpsecurityauditlog.com/\" target="
882
+ "\"_blank\">WP Security Audit Log plugin</a>. The audit log also includes the "
883
+ "IP address where you accessed this site from."
884
  msgstr ""
885
 
886
+ #: classes/Views/Settings.php:478
887
+ msgid "<strong>Note: </strong>"
888
+ msgstr ""
889
+
890
+ #: classes/Views/Settings.php:478
891
+ msgid ""
892
+ "The only HTML code allowed in the login page notification is for links ( < a "
893
+ "href >< /a > )."
894
  msgstr ""
895
 
896
+ #: classes/Views/Settings.php:494
897
+ msgid "Is your website running behind a firewall or reverse proxy?"
898
  msgstr ""
899
 
900
+ #. translators: Learn more link.
901
+ #: classes/Views/Settings.php:499
902
+ #, php-format
903
  msgid ""
904
+ "If your website is running behind a firewall set this option to yes so the "
905
+ "plugin retrieves the end user’s IP address from the proxy header - %s."
906
+ msgstr ""
907
+
908
+ #: classes/Views/Settings.php:500
909
+ msgid "learn more"
910
  msgstr ""
911
 
912
+ #: classes/Views/Settings.php:507
913
+ msgid "Reverse Proxy / Firewall Options"
914
  msgstr ""
915
 
916
+ #: classes/Views/Settings.php:517
917
  msgid ""
918
+ "Filter internal IP addresses from the proxy headers. Enable this option only "
919
+ "if you are\tare still seeing the internal IP addresses of the firewall or "
920
+ "proxy."
921
  msgstr ""
922
 
923
+ #: classes/Views/Settings.php:533
924
+ msgid "Who can change the plugin settings?"
925
  msgstr ""
926
 
927
+ #: classes/Views/Settings.php:535
928
+ msgid ""
929
+ "By default only users with administrator or super administrator (multisite) "
930
+ "roles can change the settings of the plugin. Though you can change these "
931
+ "privileges from this section."
932
  msgstr ""
933
 
934
+ #: classes/Views/Settings.php:540
935
  msgid "Restrict Plugin Access"
936
  msgstr ""
937
 
938
+ #: classes/Views/Settings.php:546
939
+ msgid "Only me"
940
+ msgstr ""
941
+
942
+ #: classes/Views/Settings.php:551
943
+ msgid "Only administrators"
944
  msgstr ""
945
 
946
+ #: classes/Views/Settings.php:556
947
+ msgid "All these users or users with these roles"
948
+ msgstr ""
949
+
950
+ #: classes/Views/Settings.php:560
951
  msgid ""
952
+ "Specify the username or the users which can change the plugin settings. You "
953
+ "can also specify roles."
 
954
  msgstr ""
955
 
956
+ #: classes/Views/Settings.php:592
957
+ msgid "Allow other users to view the activity log"
958
  msgstr ""
959
 
960
+ #: classes/Views/Settings.php:594
961
  msgid ""
962
+ "By default only users with administrator and super administrator (multisite) "
963
+ "role can view the WordPress activity log. Though you can allow other users "
964
+ "with no admin role to view the events."
 
 
965
  msgstr ""
966
 
967
+ #: classes/Views/Settings.php:599
968
+ msgid "Can View Events"
969
+ msgstr ""
970
+
971
+ #: classes/Views/Settings.php:607
972
  msgid ""
973
+ "Specify the username or the users which do not have an admin role but can "
974
+ "also see the WordPress activity role. You can also specify roles."
 
975
  msgstr ""
976
 
977
+ #: classes/Views/Settings.php:633
978
+ msgid "Which email address should the plugin use as a from address?"
979
  msgstr ""
980
 
981
+ #: classes/Views/Settings.php:635
982
  msgid ""
983
+ "By default when the plugin sends an email notification it uses the email "
984
+ "address specified in this website’s general settings. Though you can change "
985
+ "the email address and display name from this section."
986
  msgstr ""
987
 
988
+ #: classes/Views/Settings.php:640
989
+ msgid "From Email & Name"
990
  msgstr ""
991
 
992
+ #: classes/Views/Settings.php:646
993
+ msgid "Use the email address from the WordPress general settings"
994
  msgstr ""
995
 
996
+ #: classes/Views/Settings.php:651
997
+ msgid "Use another email address"
 
 
 
998
  msgstr ""
999
 
1000
+ #: classes/Views/Settings.php:655
1001
+ msgid "Email Address"
1002
  msgstr ""
1003
 
1004
+ #: classes/Views/Settings.php:660
1005
+ msgid "Display Name"
1006
+ msgstr ""
1007
+
1008
+ #: classes/Views/Settings.php:671
1009
+ msgid "Do you want to hide the plugin from the list of installed plugins?"
1010
  msgstr ""
1011
 
1012
+ #: classes/Views/Settings.php:673
1013
  msgid ""
1014
+ "By default all installed plugins are listed in the plugins page. If you do "
1015
+ "not want other administrators to see that you installed this plugin set this "
1016
+ "option to Yes so the WP Security Audit Log is not listed as an installed "
1017
+ "plugin on this website."
1018
  msgstr ""
1019
 
1020
+ #: classes/Views/Settings.php:678
1021
  msgid "Hide Plugin in Plugins Page"
1022
  msgstr ""
1023
 
1024
+ #: classes/Views/Settings.php:683
1025
+ msgid "Yes, hide the plugin from the list of installed plugins"
1026
  msgstr ""
1027
 
1028
+ #: classes/Views/Settings.php:688
1029
+ msgid "No, do not hide the plugin"
1030
+ msgstr ""
1031
+
1032
+ #: classes/Views/Settings.php:749
1033
  msgid ""
1034
+ "For how long do you want to keep the activity log events (Retention "
1035
+ "settings) ?"
1036
  msgstr ""
1037
 
1038
+ #: classes/Views/Settings.php:752
1039
+ msgid ""
1040
+ "The plugin uses an efficient way to store the activity log data in the "
1041
+ "WordPress database, though the more data you keep the more disk space will "
1042
+ "be required. "
1043
  msgstr ""
1044
 
1045
+ #: classes/Views/Settings.php:753
1046
  msgid ""
1047
+ "<a href=\"https://www.wpsecurityauditlog.com/pricing/\" target=\"_blank"
1048
+ "\">Upgrade to Premium</a> to store the activity log data in an external "
1049
+ "database."
1050
  msgstr ""
1051
 
1052
+ #. translators: 1: Archive page link tag. 2: Link closing tag.
1053
+ #: classes/Views/Settings.php:763
1054
+ #, php-format
1055
  msgid ""
1056
+ "Retention settings moved to %1$s archiving settings %2$s because archiving "
1057
+ "is enabled"
1058
  msgstr ""
1059
 
1060
+ #: classes/Views/Settings.php:770
1061
  msgid "Audit Log Retention"
1062
  msgstr ""
1063
 
1064
+ #: classes/Views/Settings.php:776
1065
+ msgid "Keep all data"
1066
  msgstr ""
1067
 
1068
+ #: classes/Views/Settings.php:803
1069
+ msgid "Delete events older than"
1070
  msgstr ""
1071
 
1072
+ #: classes/Views/Settings.php:810
1073
+ msgid "Months"
1074
  msgstr ""
1075
 
1076
+ #: classes/Views/Settings.php:811
1077
+ msgid "Years"
1078
  msgstr ""
1079
 
1080
+ #: classes/Views/Settings.php:819
1081
+ msgid "The next scheduled purging of activity log data that is older than "
1082
  msgstr ""
1083
 
1084
+ #: classes/Views/Settings.php:826
1085
+ msgid "You can run the purging process now by clicking the button below."
1086
  msgstr ""
1087
 
1088
+ #: classes/Views/Settings.php:830
1089
+ msgid "Purge Old Data"
1090
  msgstr ""
1091
 
1092
+ #: classes/Views/Settings.php:841
1093
+ msgid "What timestamp you would like to see in the WordPress activity log?"
1094
  msgstr ""
1095
 
1096
+ #: classes/Views/Settings.php:842
1097
+ msgid ""
1098
+ "Note that the WordPress' timezone might be different from that configured on "
1099
+ "the server so when you switch from UTC to WordPress timezone or vice versa "
1100
+ "you might notice a big difference."
1101
  msgstr ""
1102
 
1103
+ #: classes/Views/Settings.php:846
1104
+ msgid "Events Timestamp"
 
1105
  msgstr ""
1106
 
1107
+ #: classes/Views/Settings.php:866
1108
+ msgid "UTC"
1109
  msgstr ""
1110
 
1111
+ #: classes/Views/Settings.php:872
1112
+ msgid "Timezone configured on this WordPress website"
1113
  msgstr ""
1114
 
1115
+ #: classes/Views/Settings.php:882
1116
+ msgid ""
1117
+ "What user information should be displayed in the WordPress activity log?"
1118
  msgstr ""
1119
 
1120
+ #: classes/Views/Settings.php:883
1121
+ msgid ""
1122
+ "Usernames might not be the same as a user's first and last name so it can be "
1123
+ "difficult to recognize whose user was that did a change. When there is no "
1124
+ "first & last name or public display name configured the plugin will revert "
1125
+ "back to the WordPress username."
1126
  msgstr ""
1127
 
1128
+ #: classes/Views/Settings.php:887
1129
+ msgid "User Information in Audit Log"
1130
  msgstr ""
1131
 
1132
+ #: classes/Views/Settings.php:893
1133
+ msgid "WordPress Username"
1134
  msgstr ""
1135
 
1136
+ #: classes/Views/Settings.php:898
1137
+ msgid "First Name & Last Name"
1138
  msgstr ""
1139
 
1140
+ #: classes/Views/Settings.php:903
1141
+ msgid "Configured Public Display Name"
1142
  msgstr ""
1143
 
1144
+ #: classes/Views/Settings.php:913
1145
+ msgid "Select the columns to be displayed in the WordPress activity log"
1146
  msgstr ""
1147
 
1148
+ #: classes/Views/Settings.php:914
1149
+ msgid ""
1150
+ "When you deselect a column it won’t be shown in the activity log viewer but "
1151
+ "the data will still be recorded by the plugin, so when you select it again "
1152
+ "all the data will be displayed."
1153
  msgstr ""
1154
 
1155
+ #: classes/Views/Settings.php:918
1156
+ msgid "Audit Log Columns Selection"
1157
  msgstr ""
1158
 
1159
+ #: classes/Views/Settings.php:931
1160
+ msgid "Date & Time"
 
 
1161
  msgstr ""
1162
 
1163
+ #: classes/Views/Settings.php:935
1164
+ msgid "Source IP Address"
1165
  msgstr ""
1166
 
1167
+ #: classes/Views/Settings.php:950
1168
+ msgid "Do you want the activity log viewer to auto refresh?"
1169
  msgstr ""
1170
 
1171
+ #: classes/Views/Settings.php:951
1172
  msgid ""
1173
+ "The activity log viewer auto refreshes every 30 seconds when opened so you "
1174
+ "can see the latest events as they happen almost in real time."
1175
  msgstr ""
1176
 
1177
+ #: classes/Views/Settings.php:955
1178
+ msgid "Refresh Audit Log Viewer"
1179
  msgstr ""
1180
 
1181
+ #: classes/Views/Settings.php:962
1182
+ msgid "Auto refresh"
 
 
 
1183
  msgstr ""
1184
 
1185
+ #: classes/Views/Settings.php:968
1186
+ msgid "Do not auto refresh"
1187
  msgstr ""
1188
 
1189
+ #: classes/Views/Settings.php:978
1190
+ msgid "Do you want to keep a log of WordPress background activity?"
1191
  msgstr ""
1192
 
1193
+ #: classes/Views/Settings.php:980
1194
  msgid ""
1195
+ "WordPress does a lot of things in the background that you do not necessarily "
1196
+ "need to know about, such as; deletion of post revisions, deletion of auto "
1197
+ "saved drafts etc. By default the plugin does not report them since there "
1198
+ "might be a lot and are irrelevant to the user."
1199
  msgstr ""
1200
 
1201
+ #: classes/Views/Settings.php:985
1202
+ msgid "Disable Events for WordPress Background Activity"
1203
  msgstr ""
1204
 
1205
+ #: classes/Views/Settings.php:1041
1206
  msgid ""
1207
+ "The plugin runs file integrity scans on your website so it keeps a log when "
1208
+ "a file is added, modified or deleted. All the settings for the file "
1209
+ "integrity scans can be found in this page."
1210
  msgstr ""
1211
 
1212
+ #: classes/Views/Settings.php:1042
1213
+ msgid ""
1214
+ "<a href=\"https://www.wpsecurityauditlog.com/support-documentation/wordpress-"
1215
+ "files-changes-warning-activity-logs/\" target=\"_blank\">Refer to the "
1216
+ "WordPress file integrity scans feature page</a> for more information."
1217
  msgstr ""
1218
 
1219
+ #: classes/Views/Settings.php:1045
1220
+ msgid "Do you want the plugin to scan your website for file changes?"
1221
  msgstr ""
1222
 
1223
+ #: classes/Views/Settings.php:1050
1224
+ msgid "Keep a Log of File Changes"
1225
  msgstr ""
1226
 
1227
+ #: classes/Views/Settings.php:1074
1228
  msgid ""
1229
+ "Which file changes events do you want to keep a log of in the activity log?"
 
 
1230
  msgstr ""
1231
 
1232
+ #: classes/Views/Settings.php:1076
1233
  msgid ""
1234
+ "By default the plugin will keep a log whenever a file has been added, "
1235
+ "modified or deleted. It will also log an event in the activity log when a "
1236
+ "file is too big to scan or there are too many files to scan. Click on the "
1237
+ "link to specify which of these events the plugin should keep a log of."
1238
  msgstr ""
1239
 
1240
+ #: classes/Views/Settings.php:1082
1241
+ msgid "Alert me when"
1242
  msgstr ""
1243
 
1244
+ #: classes/Views/Settings.php:1095
1245
+ msgid "Configure Events"
1246
  msgstr ""
1247
 
1248
+ #: classes/Views/Settings.php:1104
1249
+ msgid "When should the plugin scan your website for file changes?"
1250
+ msgstr ""
1251
+
1252
+ #: classes/Views/Settings.php:1106
1253
  msgid ""
1254
+ "By default the plugin will run file integrity scans once a week. If you can, "
1255
+ "ideally you should run file integrity scans on a daily basis. The file "
1256
+ "integrity scanner is very efficient and requires very little resources. "
1257
+ "Though if you have a fairly large website we recommend you to scan it when "
1258
+ "it is the least busy. The scan process should only take a few seconds to "
1259
+ "complete."
1260
  msgstr ""
1261
 
1262
+ #: classes/Views/Settings.php:1112
1263
+ msgid "Scan Frequency"
1264
  msgstr ""
1265
 
1266
+ #: classes/Views/Settings.php:1117
1267
+ msgid "Daily"
1268
  msgstr ""
1269
 
1270
+ #: classes/Views/Settings.php:1118
1271
+ msgid "Weekly"
 
 
1272
  msgstr ""
1273
 
1274
+ #: classes/Views/Settings.php:1119
1275
+ msgid "Monthly"
1276
  msgstr ""
1277
 
1278
+ #: classes/Views/Settings.php:1137
1279
+ msgid "Scan Time"
1280
  msgstr ""
1281
 
1282
+ #: classes/Views/Settings.php:1143
1283
+ msgid "00:00"
1284
  msgstr ""
1285
 
1286
+ #: classes/Views/Settings.php:1144
1287
+ msgid "01:00"
1288
  msgstr ""
1289
 
1290
+ #: classes/Views/Settings.php:1145
1291
+ msgid "02:00"
1292
  msgstr ""
1293
 
1294
+ #: classes/Views/Settings.php:1146
1295
+ msgid "03:00"
 
 
1296
  msgstr ""
1297
 
1298
+ #: classes/Views/Settings.php:1147
1299
+ msgid "04:00"
1300
  msgstr ""
1301
 
1302
+ #: classes/Views/Settings.php:1148
1303
+ msgid "05:00"
1304
  msgstr ""
1305
 
1306
+ #: classes/Views/Settings.php:1149
1307
+ msgid "06:00"
 
 
1308
  msgstr ""
1309
 
1310
+ #: classes/Views/Settings.php:1150
1311
+ msgid "07:00"
1312
  msgstr ""
1313
 
1314
+ #: classes/Views/Settings.php:1151
1315
+ msgid "08:00"
 
 
 
1316
  msgstr ""
1317
 
1318
+ #: classes/Views/Settings.php:1152
1319
+ msgid "09:00"
1320
  msgstr ""
1321
 
1322
+ #: classes/Views/Settings.php:1153
1323
+ msgid "10:00"
 
 
 
 
 
1324
  msgstr ""
1325
 
1326
+ #: classes/Views/Settings.php:1154
1327
+ msgid "11:00"
 
 
 
1328
  msgstr ""
1329
 
1330
+ #: classes/Views/Settings.php:1155
1331
+ msgid "12:00"
1332
  msgstr ""
1333
 
1334
+ #: classes/Views/Settings.php:1156
1335
+ msgid "13:00"
1336
  msgstr ""
1337
 
1338
+ #: classes/Views/Settings.php:1157
1339
+ msgid "14:00"
1340
  msgstr ""
1341
 
1342
+ #: classes/Views/Settings.php:1158
1343
+ msgid "15:00"
1344
  msgstr ""
1345
 
1346
+ #: classes/Views/Settings.php:1159
1347
+ msgid "16:00"
1348
  msgstr ""
1349
 
1350
+ #: classes/Views/Settings.php:1160
1351
+ msgid "17:00"
1352
  msgstr ""
1353
 
1354
+ #: classes/Views/Settings.php:1161
1355
+ msgid "18:00"
1356
  msgstr ""
1357
 
1358
+ #: classes/Views/Settings.php:1162
1359
+ msgid "19:00"
1360
  msgstr ""
1361
 
1362
+ #: classes/Views/Settings.php:1163
1363
+ msgid "20:00"
1364
  msgstr ""
1365
 
1366
+ #: classes/Views/Settings.php:1164
1367
+ msgid "21:00"
1368
  msgstr ""
1369
 
1370
+ #: classes/Views/Settings.php:1165
1371
+ msgid "22:00"
1372
  msgstr ""
1373
 
1374
+ #: classes/Views/Settings.php:1166
1375
+ msgid "23:00"
1376
  msgstr ""
1377
 
1378
+ #: classes/Views/Settings.php:1171
1379
+ msgid "Monday"
1380
  msgstr ""
1381
 
1382
+ #: classes/Views/Settings.php:1172
1383
+ msgid "Tuesday"
1384
  msgstr ""
1385
 
1386
+ #: classes/Views/Settings.php:1173
1387
+ msgid "Wednesday"
1388
  msgstr ""
1389
 
1390
+ #: classes/Views/Settings.php:1174
1391
+ msgid "Thursday"
1392
  msgstr ""
1393
 
1394
+ #: classes/Views/Settings.php:1175
1395
+ msgid "Friday"
1396
  msgstr ""
1397
 
1398
+ #: classes/Views/Settings.php:1176
1399
+ msgid "Saturday"
1400
  msgstr ""
1401
 
1402
+ #: classes/Views/Settings.php:1177
1403
+ msgid "Sunday"
1404
  msgstr ""
1405
 
1406
+ #: classes/Views/Settings.php:1182
1407
+ msgid "01"
1408
  msgstr ""
1409
 
1410
+ #: classes/Views/Settings.php:1183
1411
+ msgid "02"
1412
  msgstr ""
1413
 
1414
+ #: classes/Views/Settings.php:1184
1415
+ msgid "03"
1416
  msgstr ""
1417
 
1418
+ #: classes/Views/Settings.php:1185
1419
+ msgid "04"
1420
  msgstr ""
1421
 
1422
+ #: classes/Views/Settings.php:1186
1423
+ msgid "05"
 
 
1424
  msgstr ""
1425
 
1426
+ #: classes/Views/Settings.php:1187
1427
+ msgid "06"
1428
+ msgstr ""
1429
+
1430
+ #: classes/Views/Settings.php:1188
1431
+ msgid "07"
1432
+ msgstr ""
1433
+
1434
+ #: classes/Views/Settings.php:1189
1435
+ msgid "08"
1436
+ msgstr ""
1437
+
1438
+ #: classes/Views/Settings.php:1190
1439
+ msgid "09"
1440
+ msgstr ""
1441
+
1442
+ #: classes/Views/Settings.php:1191
1443
+ msgid "10"
1444
+ msgstr ""
1445
+
1446
+ #: classes/Views/Settings.php:1192
1447
+ msgid "11"
1448
+ msgstr ""
1449
+
1450
+ #: classes/Views/Settings.php:1193
1451
+ msgid "12"
1452
+ msgstr ""
1453
+
1454
+ #: classes/Views/Settings.php:1194
1455
+ msgid "13"
1456
+ msgstr ""
1457
+
1458
+ #: classes/Views/Settings.php:1195
1459
+ msgid "14"
1460
+ msgstr ""
1461
+
1462
+ #: classes/Views/Settings.php:1196
1463
+ msgid "15"
1464
+ msgstr ""
1465
+
1466
+ #: classes/Views/Settings.php:1197
1467
+ msgid "16"
1468
+ msgstr ""
1469
+
1470
+ #: classes/Views/Settings.php:1198
1471
+ msgid "17"
1472
+ msgstr ""
1473
+
1474
+ #: classes/Views/Settings.php:1199
1475
+ msgid "18"
1476
+ msgstr ""
1477
+
1478
+ #: classes/Views/Settings.php:1200
1479
+ msgid "19"
1480
+ msgstr ""
1481
+
1482
+ #: classes/Views/Settings.php:1201
1483
+ msgid "20"
1484
+ msgstr ""
1485
+
1486
+ #: classes/Views/Settings.php:1202
1487
+ msgid "21"
1488
+ msgstr ""
1489
+
1490
+ #: classes/Views/Settings.php:1203
1491
+ msgid "22"
1492
+ msgstr ""
1493
+
1494
+ #: classes/Views/Settings.php:1204
1495
+ msgid "23"
1496
+ msgstr ""
1497
+
1498
+ #: classes/Views/Settings.php:1205
1499
+ msgid "24"
1500
+ msgstr ""
1501
+
1502
+ #: classes/Views/Settings.php:1206
1503
+ msgid "25"
1504
+ msgstr ""
1505
+
1506
+ #: classes/Views/Settings.php:1207
1507
+ msgid "26"
1508
+ msgstr ""
1509
+
1510
+ #: classes/Views/Settings.php:1208
1511
+ msgid "27"
1512
+ msgstr ""
1513
+
1514
+ #: classes/Views/Settings.php:1209
1515
+ msgid "28"
1516
+ msgstr ""
1517
+
1518
+ #: classes/Views/Settings.php:1210
1519
+ msgid "29"
1520
+ msgstr ""
1521
+
1522
+ #: classes/Views/Settings.php:1211
1523
+ msgid "30"
1524
+ msgstr ""
1525
+
1526
+ #: classes/Views/Settings.php:1227
1527
+ msgid "Hour"
1528
+ msgstr ""
1529
+
1530
+ #: classes/Views/Settings.php:1243 classes/Views/Settings.php:1259
1531
+ msgid "Day"
1532
+ msgstr ""
1533
+
1534
+ #: classes/Views/Settings.php:1269
1535
+ msgid "Which directories should be scanned for file changes?"
1536
+ msgstr ""
1537
+
1538
+ #: classes/Views/Settings.php:1271
1539
+ msgid ""
1540
+ "The plugin will scan all the directories in your WordPress website by "
1541
+ "default because that is the most secure option. Though if for some reason "
1542
+ "you do not want the plugin to scan any of these directories you can uncheck "
1543
+ "them from the below list."
1544
+ msgstr ""
1545
+
1546
+ #: classes/Views/Settings.php:1277
1547
+ msgid "Directories to scan"
1548
+ msgstr ""
1549
+
1550
+ #: classes/Views/Settings.php:1283
1551
+ msgid "Root directory of WordPress (excluding sub directories)"
1552
+ msgstr ""
1553
+
1554
+ #: classes/Views/Settings.php:1284
1555
+ msgid "WP Admin directory (/wp-admin/)"
1556
+ msgstr ""
1557
+
1558
+ #: classes/Views/Settings.php:1285
1559
+ msgid "WP Includes directory (/wp-includes/)"
1560
+ msgstr ""
1561
+
1562
+ #: classes/Views/Settings.php:1286
1563
+ msgid ""
1564
+ "/wp-content/ directory (excluding plugins, themes & uploads directories)"
1565
+ msgstr ""
1566
+
1567
+ #: classes/Views/Settings.php:1287
1568
+ msgid "Themes directory (/wp-content/themes/)"
1569
+ msgstr ""
1570
+
1571
+ #: classes/Views/Settings.php:1288
1572
+ msgid "Plugins directory (/wp-content/plugins/)"
1573
+ msgstr ""
1574
+
1575
+ #: classes/Views/Settings.php:1289
1576
+ msgid "Uploads directory (/wp-content/uploads/)"
1577
+ msgstr ""
1578
+
1579
+ #: classes/Views/Settings.php:1295
1580
+ msgid ""
1581
+ "Uploads directory of all sub sites on this network (/wp-content/sites/*)"
1582
+ msgstr ""
1583
+
1584
+ #: classes/Views/Settings.php:1318
1585
+ msgid ""
1586
+ "Do you want to exclude specific files or files with a particular extension "
1587
+ "from the scan?"
1588
+ msgstr ""
1589
+
1590
+ #: classes/Views/Settings.php:1319
1591
+ msgid ""
1592
+ "The plugin will scan everything that is in the WordPress root directory or "
1593
+ "below, even if the files and directories are not part of WordPress. It is "
1594
+ "recommended to scan all source code files and only exclude files that cannot "
1595
+ "be tampered, such as text files, media files etc, most of which are already "
1596
+ "excluded by default."
1597
+ msgstr ""
1598
+
1599
+ #: classes/Views/Settings.php:1324
1600
+ msgid "Exclude All Files in These Directories"
1601
+ msgstr ""
1602
+
1603
+ #: classes/Views/Settings.php:1337 classes/Views/Settings.php:1373
1604
+ #: classes/Views/Settings.php:1403
1605
+ msgid "REMOVE"
1606
+ msgstr ""
1607
+
1608
+ #: classes/Views/Settings.php:1342 classes/Views/Settings.php:1378
1609
+ #: classes/Views/Settings.php:1408 classes/Views/SetupWizard.php:530
1610
+ #: classes/Views/SetupWizard.php:538 classes/Views/SetupWizard.php:623
1611
+ #: classes/Views/SetupWizard.php:642 classes/Views/SetupWizard.php:661
1612
+ msgid "ADD"
1613
+ msgstr ""
1614
+
1615
+ #: classes/Views/Settings.php:1345
1616
+ msgid ""
1617
+ "Specify the name of the directory and the path to it in relation to the "
1618
+ "website's root. For example, if you want to want to exclude all files in the "
1619
+ "sub directory dir1/dir2 specify the following:"
1620
+ msgstr ""
1621
+
1622
+ #: classes/Views/Settings.php:1356
1623
+ msgid "Exclude These Files"
1624
+ msgstr ""
1625
+
1626
+ #: classes/Views/Settings.php:1381
1627
+ msgid ""
1628
+ "Specify the name and extension of the file(s) you want to exclude. Wildcard "
1629
+ "not supported. There is no need to specify the path of the file."
1630
+ msgstr ""
1631
+
1632
+ #: classes/Views/Settings.php:1390
1633
+ msgid "Exclude these File Types"
1634
+ msgstr ""
1635
+
1636
+ #: classes/Views/Settings.php:1411
1637
+ msgid ""
1638
+ "Specify the extension of the file types you want to exclude. You should "
1639
+ "exclude any type of logs and backup files that tend to be very big."
1640
+ msgstr ""
1641
+
1642
+ #: classes/Views/Settings.php:1420
1643
+ msgid "Launch an instant file integrity scan"
1644
+ msgstr ""
1645
+
1646
+ #: classes/Views/Settings.php:1422
1647
+ msgid ""
1648
+ "Click the Scan Now button to launch an instant file integrity scan using the "
1649
+ "configured settings. You can navigate away from this page during the scan. "
1650
+ "Note that the instant scan can be more resource intensive than scheduled "
1651
+ "scans."
1652
+ msgstr ""
1653
+
1654
+ #: classes/Views/Settings.php:1428
1655
+ msgid "Launch Instant Scan"
1656
+ msgstr ""
1657
+
1658
+ #: classes/Views/Settings.php:1435 classes/Views/Settings.php:1895
1659
+ msgid "Scan Now"
1660
+ msgstr ""
1661
+
1662
+ #: classes/Views/Settings.php:1438 classes/Views/Settings.php:1445
1663
+ msgid "Stop Scan"
1664
+ msgstr ""
1665
+
1666
+ #: classes/Views/Settings.php:1442 classes/Views/Settings.php:1897
1667
+ msgid "Scan in Progress"
1668
+ msgstr ""
1669
+
1670
+ #: classes/Views/Settings.php:1525
1671
+ msgid ""
1672
+ "By default the plugin keeps a log of all user changes done on your WordPress "
1673
+ "website. Use the setting below to exclude any objects from the activity log. "
1674
+ "When an object is excluded from the activity log, any event in which that "
1675
+ "object is referred will not be logged in the activity log."
1676
+ msgstr ""
1677
+
1678
+ #: classes/Views/Settings.php:1529
1679
+ msgid "Exclude Users:"
1680
+ msgstr ""
1681
+
1682
+ #: classes/Views/Settings.php:1550
1683
+ msgid "Exclude Roles:"
1684
+ msgstr ""
1685
+
1686
+ #: classes/Views/Settings.php:1571
1687
+ msgid "Exclude IP Addresses:"
1688
+ msgstr ""
1689
+
1690
+ #: classes/Views/Settings.php:1592
1691
+ msgid "Exclude Post Type:"
1692
+ msgstr ""
1693
+
1694
+ #: classes/Views/Settings.php:1607
1695
+ msgid ""
1696
+ "WordPress has the post and page post types by default though your website "
1697
+ "might use more post types (custom post types). You can exclude all post "
1698
+ "types, including the default WordPress ones."
1699
+ msgstr ""
1700
+
1701
+ #: classes/Views/Settings.php:1614
1702
+ msgid "Exclude Custom Fields:"
1703
+ msgstr ""
1704
+
1705
+ #: classes/Views/Settings.php:1629
1706
+ msgid ""
1707
+ "You can use the * wildcard to exclude multiple matching custom fields. For "
1708
+ "example to exclude all custom fields starting with wp123 enter wp123*"
1709
+ msgstr ""
1710
+
1711
+ #: classes/Views/Settings.php:1636
1712
+ msgid "Exclude Non-Existing URLs:"
1713
+ msgstr ""
1714
+
1715
+ #: classes/Views/Settings.php:1652
1716
+ msgid ""
1717
+ "Add the non existing URLs for which you do not want to be alerted of HTTP "
1718
+ "404 errors in the activity log by specifying the complete URL.\tExamples "
1719
+ "below:"
1720
+ msgstr ""
1721
+
1722
+ #: classes/Views/Settings.php:1654
1723
+ msgid "File: "
1724
+ msgstr ""
1725
+
1726
+ #: classes/Views/Settings.php:1656
1727
+ msgid "Directory: "
1728
+ msgstr ""
1729
+
1730
+ #: classes/Views/Settings.php:1689
1731
+ msgid "These settings are for advanced users."
1732
+ msgstr ""
1733
+
1734
+ #: classes/Views/Settings.php:1690
1735
+ msgid ""
1736
+ "If you have any questions <a href=\"https://www.wpsecurityauditlog.com/"
1737
+ "contact/\" target=\"_blank\">contact us</a>."
1738
+ msgstr ""
1739
+
1740
+ #: classes/Views/Settings.php:1693
1741
+ msgid ""
1742
+ "Troubleshooting setting: Keep a debug log of all the requests this website "
1743
+ "receives"
1744
+ msgstr ""
1745
+
1746
+ #: classes/Views/Settings.php:1694
1747
+ msgid ""
1748
+ "Only enable the request log on testing, staging and development website. "
1749
+ "Never enable logging on a live website unless instructed to do so. Enabling "
1750
+ "request logging on a live website may degrade the performance of the website."
1751
+ msgstr ""
1752
+
1753
+ #: classes/Views/Settings.php:1698
1754
+ msgid "Request Log"
1755
+ msgstr ""
1756
+
1757
+ #: classes/Views/Settings.php:1716
1758
+ msgid ""
1759
+ "<strong>Note:</strong> The requests debug log file is saved as request.log."
1760
+ "php in the /wp-content/uploads/wp-security-audit-log/ directory."
1761
+ msgstr ""
1762
+
1763
+ #: classes/Views/Settings.php:1728
1764
+ msgid "Reset plugin settings to default"
1765
+ msgstr ""
1766
+
1767
+ #: classes/Views/Settings.php:1729
1768
+ msgid ""
1769
+ "Click the RESET button to reset ALL plugin settings to default. Note that "
1770
+ "the activity log data will be retained and only the plugin settings will be "
1771
+ "reset. To purge the data of the activity log use the setting below."
1772
+ msgstr ""
1773
+
1774
+ #: classes/Views/Settings.php:1733
1775
+ msgid "Reset Settings"
1776
+ msgstr ""
1777
+
1778
+ #: classes/Views/Settings.php:1735
1779
+ msgid "RESET"
1780
+ msgstr ""
1781
+
1782
+ #: classes/Views/Settings.php:1741
1783
+ msgid "Purge the WordPress activity log"
1784
+ msgstr ""
1785
+
1786
+ #: classes/Views/Settings.php:1742
1787
+ msgid ""
1788
+ "Click the Purge button below to delete all the data from the WordPress "
1789
+ "activity log and start afresh."
1790
+ msgstr ""
1791
+
1792
+ #: classes/Views/Settings.php:1746
1793
+ msgid "Purge Activity Log"
1794
+ msgstr ""
1795
+
1796
+ #: classes/Views/Settings.php:1748
1797
+ msgid "PURGE"
1798
+ msgstr ""
1799
+
1800
+ #: classes/Views/Settings.php:1754
1801
+ msgid "Do you want to delete the plugin data from the database upon uninstall?"
1802
+ msgstr ""
1803
+
1804
+ #: classes/Views/Settings.php:1755
1805
+ msgid ""
1806
+ "The plugin saves the activity log data and settings in the WordPress "
1807
+ "database. By default upon uninstalling the plugin the data is kept in the "
1808
+ "database so if it is installed again, you can still access the data. If the "
1809
+ "data is deleted it is not possible to recover it so you won't be able to "
1810
+ "access it again even when you reinstall the plugin."
1811
+ msgstr ""
1812
+
1813
+ #: classes/Views/Settings.php:1759
1814
+ msgid "Remove Data on Uninstall"
1815
+ msgstr ""
1816
+
1817
+ #: classes/Views/Settings.php:1784
1818
+ msgid "Are you sure you want to reset all the plugin settings to default?"
1819
+ msgstr ""
1820
+
1821
+ #: classes/Views/Settings.php:1794
1822
+ msgid "Are you sure you want to purge all the activity log data?"
1823
+ msgstr ""
1824
+
1825
+ #: classes/Views/Settings.php:1888
1826
+ msgid "The specified token is not a valid URL!"
1827
+ msgstr ""
1828
+
1829
+ #: classes/Views/Settings.php:1889
1830
+ msgid "The specified token is not a valid post type!"
1831
+ msgstr ""
1832
+
1833
+ #: classes/Views/Settings.php:1890
1834
+ msgid "The specified token is not a valid IP address!"
1835
+ msgstr ""
1836
+
1837
+ #: classes/Views/Settings.php:1891
1838
+ msgid "The specified token is not a user nor a role!"
1839
+ msgstr ""
1840
+
1841
+ #: classes/Views/Settings.php:1892
1842
+ msgid "Filename cannot be added because it contains invalid characters."
1843
+ msgstr ""
1844
+
1845
+ #: classes/Views/Settings.php:1893
1846
+ msgid "File extension cannot be added because it contains invalid characters."
1847
+ msgstr ""
1848
+
1849
+ #: classes/Views/Settings.php:1894
1850
+ msgid "Directory cannot be added because it contains invalid characters."
1851
+ msgstr ""
1852
+
1853
+ #: classes/Views/Settings.php:1896
1854
+ msgid "Scan Failed"
1855
+ msgstr ""
1856
+
1857
+ #: classes/Views/Settings.php:2021 classes/Views/Settings.php:2132
1858
+ msgid "Invalid setting type."
1859
+ msgstr ""
1860
+
1861
+ #: classes/Views/Settings.php:2075
1862
+ msgid "You can exclude this directory using the check boxes above."
1863
+ msgstr ""
1864
+
1865
+ #: classes/Views/Settings.php:2094
1866
+ msgid "Option added to excluded types."
1867
+ msgstr ""
1868
+
1869
+ #: classes/Views/Settings.php:2098
1870
+ msgid "This file is already excluded from the scan."
1871
+ msgstr ""
1872
+
1873
+ #: classes/Views/Settings.php:2100
1874
+ msgid "This file extension is already excluded from the scan."
1875
+ msgstr ""
1876
+
1877
+ #: classes/Views/Settings.php:2102
1878
+ msgid "This directory is already excluded from the scan."
1879
+ msgstr ""
1880
+
1881
+ #: classes/Views/Settings.php:2112
1882
+ msgid "Option name is empty."
1883
+ msgstr ""
1884
+
1885
+ #: classes/Views/Settings.php:2208
1886
+ msgid "Option removed from excluded scan types."
1887
+ msgstr ""
1888
+
1889
+ #: classes/Views/Settings.php:2213 classes/Views/Settings.php:2278
1890
+ msgid "Something went wrong."
1891
+ msgstr ""
1892
+
1893
+ #: classes/Views/Settings.php:2240
1894
+ msgid "A cron job is in progress."
1895
+ msgstr ""
1896
+
1897
+ #: classes/Views/Settings.php:2273 classes/Views/Settings.php:2310
1898
+ msgid "Scan started successfully."
1899
+ msgstr ""
1900
+
1901
+ #: classes/Views/Settings.php:2333 classes/Views/Settings.php:2358
1902
+ msgid "Tables has been reset."
1903
+ msgstr ""
1904
+
1905
+ #: classes/Views/Settings.php:2335 classes/Views/Settings.php:2360
1906
+ msgid "Reset query failed."
1907
+ msgstr ""
1908
+
1909
+ #: classes/Views/Settings.php:2338 classes/Views/Settings.php:2363
1910
+ msgid "Nonce Verification Failed."
1911
+ msgstr ""
1912
+
1913
+ #: classes/Views/SetupWizard.php:129
1914
+ msgid "Welcome"
1915
+ msgstr ""
1916
+
1917
+ #: classes/Views/SetupWizard.php:133
1918
+ msgid "Log Details"
1919
+ msgstr ""
1920
+
1921
+ #: classes/Views/SetupWizard.php:138
1922
+ msgid "Log Retention"
1923
+ msgstr ""
1924
+
1925
+ #: classes/Views/SetupWizard.php:143
1926
+ msgid "Access"
1927
+ msgstr ""
1928
+
1929
+ #: classes/Views/SetupWizard.php:153 classes/Views/SetupWizard.php:752
1930
+ #: classes/Views/SetupWizard.php:753
1931
+ msgid "Finish"
1932
+ msgstr ""
1933
+
1934
+ #: classes/Views/SetupWizard.php:197
1935
+ msgid "Specified token in not a user."
1936
+ msgstr ""
1937
+
1938
+ #: classes/Views/SetupWizard.php:198
1939
+ msgid "Specified token in not a role."
1940
+ msgstr ""
1941
+
1942
+ #: classes/Views/SetupWizard.php:199
1943
+ msgid "Specified token in not an IP."
1944
+ msgstr ""
1945
+
1946
+ #: classes/Views/SetupWizard.php:229
1947
+ msgid "WP Security Audit Log &rsaquo; Setup Wizard"
1948
+ msgstr ""
1949
+
1950
+ #: classes/Views/SetupWizard.php:246
1951
+ msgid "Close Wizard"
1952
+ msgstr ""
1953
+
1954
+ #: classes/Views/SetupWizard.php:322
1955
+ msgid "Thank you for installing the WP Security Audit Log plugin."
1956
+ msgstr ""
1957
+
1958
+ #: classes/Views/SetupWizard.php:323
1959
+ msgid ""
1960
+ "This wizard will help you configure your WordPress activity log plugin and "
1961
+ "get you started quickly."
1962
+ msgstr ""
1963
+
1964
+ #: classes/Views/SetupWizard.php:324
1965
+ msgid ""
1966
+ "Anything that can be configured in this wizard can be changed at a later "
1967
+ "stage from the plugin settings. If you are an experienced user of this "
1968
+ "plugin you can exit this wizard and configure all the settings manually."
1969
+ msgstr ""
1970
+
1971
+ #: classes/Views/SetupWizard.php:329
1972
+ msgid "Start Configuring the Plugin"
1973
+ msgstr ""
1974
+
1975
+ #: classes/Views/SetupWizard.php:333
1976
+ msgid "Exit Wizard"
1977
+ msgstr ""
1978
+
1979
+ #: classes/Views/SetupWizard.php:347
1980
+ msgid "Please select the level of detail for your WordPress activity logs:"
1981
+ msgstr ""
1982
+
1983
+ #: classes/Views/SetupWizard.php:352
1984
+ msgid ""
1985
+ "Basic (I want a high level overview and I am not interested in the detail)"
1986
+ msgstr ""
1987
+
1988
+ #: classes/Views/SetupWizard.php:357
1989
+ msgid "Geek (I want to know everything that is happening on my WordPress)"
1990
+ msgstr ""
1991
+
1992
+ #: classes/Views/SetupWizard.php:360
1993
+ msgid ""
1994
+ "Note: You can change the WordPress logging level from the plugin’s settings "
1995
+ "anytime."
1996
+ msgstr ""
1997
+
1998
+ #: classes/Views/SetupWizard.php:368 classes/Views/SetupWizard.php:369
1999
+ #: classes/Views/SetupWizard.php:434 classes/Views/SetupWizard.php:435
2000
+ #: classes/Views/SetupWizard.php:563 classes/Views/SetupWizard.php:564
2001
+ #: classes/Views/SetupWizard.php:683 classes/Views/SetupWizard.php:684
2002
+ msgid "Next"
2003
+ msgstr ""
2004
+
2005
+ #: classes/Views/SetupWizard.php:408
2006
+ msgid "How long do you want to keep the data in the WordPress activity Log?"
2007
+ msgstr ""
2008
+
2009
+ #: classes/Views/SetupWizard.php:413
2010
+ msgid "6 months (data older than 6 months will be deleted)"
2011
+ msgstr ""
2012
+
2013
+ #: classes/Views/SetupWizard.php:418
2014
+ msgid "12 months (data older than 12 months will be deleted)"
2015
+ msgstr ""
2016
+
2017
+ #: classes/Views/SetupWizard.php:423
2018
+ msgid "Keep all data."
2019
+ msgstr ""
2020
+
2021
+ #: classes/Views/SetupWizard.php:426
2022
+ msgid ""
2023
+ "Note: You can change the WordPress activity log retention settings at any "
2024
+ "time from the plugin settings later on."
2025
+ msgstr ""
2026
+
2027
+ #: classes/Views/SetupWizard.php:444
2028
+ msgid ""
2029
+ "The plugin stores the data in the WordPress database in a very efficient "
2030
+ "way, though the more data you keep the more hard disk space it will consume. "
2031
+ "If you need need to retain a lot of data we would recommend you to <a href="
2032
+ "\"https://www.wpsecurityauditlog.com/premium-features/\" target=\"_blank"
2033
+ "\">upgrade to Premium</a> and use the Database tools to store the WordPress "
2034
+ "activity log in an external database."
2035
+ msgstr ""
2036
+
2037
+ #: classes/Views/SetupWizard.php:511
2038
+ msgid ""
2039
+ "By default only the users with administrator role can access the WordPress "
2040
+ "activity log. Would you like to allow any other user or users with a role to "
2041
+ "access the WordPress activity log?"
2042
+ msgstr ""
2043
+
2044
+ #: classes/Views/SetupWizard.php:527 classes/Views/SetupWizard.php:620
2045
+ msgid "Usernames: "
2046
+ msgstr ""
2047
+
2048
+ #: classes/Views/SetupWizard.php:535 classes/Views/SetupWizard.php:639
2049
+ msgid "Roles: "
2050
+ msgstr ""
2051
+
2052
+ #: classes/Views/SetupWizard.php:556
2053
+ msgid ""
2054
+ "Note: you can change the WordPress activity log privileges settings at any "
2055
+ "time from the plugin settings."
2056
+ msgstr ""
2057
+
2058
+ #: classes/Views/SetupWizard.php:570
2059
+ msgid ""
2060
+ "The WordPress activity log contains sensitive data such as who logged in, "
2061
+ "from where, when, and what they did."
2062
+ msgstr ""
2063
+
2064
+ #: classes/Views/SetupWizard.php:615
2065
+ msgid ""
2066
+ "The plugin will keep a log of everything that happens on your WordPress "
2067
+ "website. If you would like to exclude a particular user, users with a role "
2068
+ "or an IP address from the log specify them below. If not just click the Next "
2069
+ "button."
2070
+ msgstr ""
2071
+
2072
+ #: classes/Views/SetupWizard.php:658
2073
+ msgid "IP Address: "
2074
+ msgstr ""
2075
+
2076
+ #: classes/Views/SetupWizard.php:676
2077
+ msgid "Note: You can change these exclusions anytime from the plugin settings."
2078
+ msgstr ""
2079
+
2080
+ #: classes/Views/SetupWizard.php:690
2081
+ msgid ""
2082
+ "The WordPress activity log contains sensitive data such as who logged in, "
2083
+ "from where, when and what they did."
2084
+ msgstr ""
2085
+
2086
+ #: classes/Views/SetupWizard.php:723
2087
+ msgid ""
2088
+ "Your plugin is all set and it is ready to start keeping a record of "
2089
+ "everything that is happening on your WordPress in a WordPress activity log."
2090
+ msgstr ""
2091
+
2092
+ #: classes/Views/SetupWizard.php:724
2093
+ msgid "Below are a few useful links you might need to refer to:"
2094
+ msgstr ""
2095
+
2096
+ #: classes/Views/SetupWizard.php:729
2097
+ msgid "Getting started with the WP Security Audit Log plugin"
2098
+ msgstr ""
2099
+
2100
+ #: classes/Views/SetupWizard.php:734
2101
+ msgid "Knowledge Base & Support Documents"
2102
+ msgstr ""
2103
+
2104
+ #: classes/Views/SetupWizard.php:739
2105
+ msgid "Benefits of keeping a WordPress activity log"
2106
+ msgstr ""
2107
+
2108
+ #: classes/Views/SetupWizard.php:744
2109
+ msgid ""
2110
+ "We trust this plugin meets all your activity log requirements. Should you "
2111
+ "encounter any problems, have feature requests or would like to share some "
2112
+ "feedback, <a href=\"https://www.wpsecurityauditlog.com/contact/\" target="
2113
+ "\"_blank\">please get in touch!</a>"
2114
+ msgstr ""
2115
+
2116
+ #: classes/Views/ToggleAlerts.php:27 classes/Views/ToggleAlerts.php:41
2117
+ msgid "Enable/Disable Events"
2118
+ msgstr ""
2119
+
2120
+ #: classes/Views/ToggleAlerts.php:160
2121
+ msgid "Log Level: "
2122
+ msgstr ""
2123
+
2124
+ #: classes/Views/ToggleAlerts.php:165
2125
+ msgid "Basic"
2126
+ msgstr ""
2127
+
2128
+ #: classes/Views/ToggleAlerts.php:170
2129
+ msgid "Geek"
2130
+ msgstr ""
2131
+
2132
+ #: classes/Views/ToggleAlerts.php:173
2133
+ msgid "Custom"
2134
+ msgstr ""
2135
+
2136
+ #: classes/Views/ToggleAlerts.php:177
2137
+ msgid ""
2138
+ "Use the Log level drop down menu above to use one of our preset log levels. "
2139
+ "Alternatively you can enable or disable any of the individual events from "
2140
+ "the below tabs. Refer to <a href=\"https://www.wpsecurityauditlog.com/"
2141
+ "support-documentation/list-wordpress-audit-trail-alerts/\" target=\"_blank"
2142
+ "\">the complete list of WordPress activity log event IDs</a> for reference "
2143
+ "on all the events the plugin can keep a log of."
2144
+ msgstr ""
2145
+
2146
+ #: classes/Views/ToggleAlerts.php:198 classes/Views/ToggleAlerts.php:230
2147
+ #: defaults.php:248
2148
+ msgid "Custom Post Types"
2149
+ msgstr ""
2150
+
2151
+ #: classes/Views/ToggleAlerts.php:198 classes/Views/ToggleAlerts.php:230
2152
+ #: defaults.php:285
2153
+ msgid "Pages"
2154
+ msgstr ""
2155
+
2156
+ #: classes/Views/ToggleAlerts.php:233 classes/Views/ToggleAlerts.php:239
2157
+ #: classes/Views/ToggleAlerts.php:288 defaults.php:472
2158
+ msgid "BBPress Forum"
2159
+ msgstr ""
2160
+
2161
+ #: classes/Views/ToggleAlerts.php:234 classes/Views/ToggleAlerts.php:246
2162
+ #: classes/Views/ToggleAlerts.php:294 defaults.php:501
2163
+ msgid "WooCommerce"
2164
+ msgstr ""
2165
+
2166
+ #: classes/Views/ToggleAlerts.php:235 classes/Views/ToggleAlerts.php:253
2167
+ #: classes/Views/ToggleAlerts.php:300 defaults.php:544
2168
+ msgid "Yoast SEO"
2169
+ msgstr ""
2170
+
2171
+ #: classes/Views/ToggleAlerts.php:236 classes/Views/ToggleAlerts.php:260
2172
+ #: classes/Views/ToggleAlerts.php:306 defaults.php:447
2173
+ msgid "MultiSite"
2174
+ msgstr ""
2175
+
2176
+ #: classes/Views/ToggleAlerts.php:276
2177
+ msgid "Code"
2178
+ msgstr ""
2179
+
2180
+ #: classes/Views/ToggleAlerts.php:278 classes/WidgetManager.php:87
2181
+ msgid "Description"
2182
+ msgstr ""
2183
+
2184
+ #: classes/Views/ToggleAlerts.php:281 classes/Views/ToggleAlerts.php:342
2185
+ #: classes/Views/ToggleAlerts.php:457 defaults.php:431
2186
+ msgid "File Changes"
2187
+ msgstr ""
2188
+
2189
+ #: classes/Views/ToggleAlerts.php:282 defaults.php:181
2190
+ msgid "Content"
2191
+ msgstr ""
2192
+
2193
+ #: classes/Views/ToggleAlerts.php:285
2194
+ msgid ""
2195
+ "<strong>Note:</strong> Post refers to any type of content, i.e. blog post, "
2196
+ "page or a post with a custom post type."
2197
+ msgstr ""
2198
+
2199
+ #: classes/Views/ToggleAlerts.php:291
2200
+ msgid ""
2201
+ "The plugin BBPress is not installed on your website so these events have "
2202
+ "been disabled."
2203
+ msgstr ""
2204
+
2205
+ #: classes/Views/ToggleAlerts.php:297
2206
+ msgid ""
2207
+ "The plugin WooCommerce is not installed on your website so these events have "
2208
+ "been disabled."
2209
+ msgstr ""
2210
+
2211
+ #: classes/Views/ToggleAlerts.php:303
2212
+ msgid ""
2213
+ "The plugin Yoast SEO is not installed on your website so these events have "
2214
+ "been disabled."
2215
+ msgstr ""
2216
+
2217
+ #: classes/Views/ToggleAlerts.php:309
2218
+ msgid ""
2219
+ "Your website is a single site so the multisite events have been disabled."
2220
+ msgstr ""
2221
+
2222
+ #: classes/Views/ToggleAlerts.php:326
2223
+ msgid "Not Implemented"
2224
+ msgstr ""
2225
+
2226
+ #: classes/Views/ToggleAlerts.php:329
2227
+ msgid "Not Available"
2228
+ msgstr ""
2229
+
2230
+ #: classes/Views/ToggleAlerts.php:361 classes/Views/ToggleAlerts.php:394
2231
+ msgid ""
2232
+ "Capture 404 requests to file (the log file are created in the /wp-content/"
2233
+ "uploads/wp-security-audit-log/404s/ directory)"
2234
+ msgstr ""
2235
+
2236
+ #: classes/Views/ToggleAlerts.php:369 classes/Views/ToggleAlerts.php:402
2237
+ msgid "Purge log files older than one month"
2238
+ msgstr ""
2239
+
2240
+ #: classes/Views/ToggleAlerts.php:374
2241
+ msgid ""
2242
+ "Number of 404 Requests to Log. By default the plugin keeps up to 99 requests "
2243
+ "to non-existing pages from the same IP address. Increase the value in this "
2244
+ "setting to the desired amount to keep a log of more or less requests."
2245
+ msgstr ""
2246
+
2247
+ #: classes/Views/ToggleAlerts.php:379 classes/Views/ToggleAlerts.php:412
2248
+ msgid "Record the referrer that generated the 404 error."
2249
+ msgstr ""
2250
+
2251
+ #: classes/Views/ToggleAlerts.php:407
2252
+ msgid ""
2253
+ "Number of 404 Requests to Log. By default the plugin keeps up to 99 requests "
2254
+ "to non-existing pages from the same IP address. Increase the value in this "
2255
+ "setting to the desired amount to keep a log of more or less requests. Note "
2256
+ "that by increasing this value to a high number, should your website be "
2257
+ "scanned the plugin will consume more resources to log all the requests."
2258
+ msgstr ""
2259
+
2260
+ #: classes/Views/ToggleAlerts.php:424 classes/Views/ToggleAlerts.php:437
2261
+ msgid ""
2262
+ "Number of login attempts to log. Enter 0 to log all failed login attempts. "
2263
+ "(By default the plugin only logs up to 10 failed login because the process "
2264
+ "can be very resource intensive in case of a brute force attack)"
2265
+ msgstr ""
2266
+
2267
+ #: classes/Views/ToggleAlerts.php:450
2268
+ msgid ""
2269
+ "Log all stock changes. Disable this setting to only keep a log of stock "
2270
+ "changes done manually via the WooCommerce dashboard. Therefore automated "
2271
+ "stock changes typically done via customers placing orders or via other "
2272
+ "plugins will not be logged."
2273
+ msgstr ""
2274
+
2275
+ #: classes/Views/ToggleAlerts.php:472
2276
+ msgid "Configure the file integrity scan settings."
2277
+ msgstr ""
2278
+
2279
+ #: classes/Views/ToggleAlerts.php:487
2280
+ msgid "Save Changes"
2281
+ msgstr ""
2282
+
2283
+ #: classes/Views/ToggleAlerts.php:493
2284
+ msgid "Enable File Integrity Scanner"
2285
+ msgstr ""
2286
+
2287
+ #: classes/Views/ToggleAlerts.php:495
2288
+ msgid ""
2289
+ "The file integrity scanner is switched off. To enable this event it has to "
2290
+ "be switched on."
2291
+ msgstr ""
2292
+
2293
+ #: classes/Views/ToggleAlerts.php:499
2294
+ msgid "SWITCH ON"
2295
+ msgstr ""
2296
+
2297
+ #: classes/Views/ToggleAlerts.php:500
2298
+ msgid "DISABLE EVENT"
2299
+ msgstr ""
2300
+
2301
+ #: classes/WidgetManager.php:55
2302
+ msgid "Latest Events"
2303
+ msgstr ""
2304
+
2305
+ #: classes/WidgetManager.php:79
2306
+ msgid "No alerts found."
2307
+ msgstr ""
2308
+
2309
+ #: defaults.php:60
2310
+ msgid "Fatal run-time error."
2311
+ msgstr ""
2312
+
2313
+ #: defaults.php:64
2314
+ msgid "Run-time warning (non-fatal error)."
2315
+ msgstr ""
2316
+
2317
+ #: defaults.php:68
2318
+ msgid "Compile-time parse error."
2319
+ msgstr ""
2320
+
2321
+ #: defaults.php:72
2322
+ msgid "Run-time notice."
2323
+ msgstr ""
2324
+
2325
+ #: defaults.php:76
2326
+ msgid "Fatal error that occurred during startup."
2327
+ msgstr ""
2328
+
2329
+ #: defaults.php:80
2330
+ msgid "Warnings that occurred during startup."
2331
+ msgstr ""
2332
+
2333
+ #: defaults.php:84
2334
+ msgid "Fatal compile-time error."
2335
+ msgstr ""
2336
+
2337
+ #: defaults.php:88
2338
+ msgid "Compile-time warning."
2339
+ msgstr ""
2340
+
2341
+ #: defaults.php:92
2342
+ msgid "User-generated error message."
2343
+ msgstr ""
2344
+
2345
+ #: defaults.php:96
2346
+ msgid "User-generated warning message."
2347
+ msgstr ""
2348
+
2349
+ #: defaults.php:100
2350
+ msgid "User-generated notice message."
2351
+ msgstr ""
2352
+
2353
+ #: defaults.php:104
2354
+ msgid "Non-standard/optimal code warning."
2355
+ msgstr ""
2356
+
2357
+ #: defaults.php:108
2358
+ msgid "Catchable fatal error."
2359
+ msgstr ""
2360
+
2361
+ #: defaults.php:112
2362
+ msgid "Run-time deprecation notices."
2363
+ msgstr ""
2364
+
2365
+ #: defaults.php:116
2366
+ msgid "Run-time user deprecation notices."
2367
+ msgstr ""
2368
+
2369
+ #: defaults.php:121
2370
+ msgid "Critical, high-impact messages."
2371
+ msgstr ""
2372
+
2373
+ #: defaults.php:125
2374
+ msgid "Debug informational messages."
2375
+ msgstr ""
2376
+
2377
+ #: defaults.php:135
2378
+ msgid "Users Profiles & Activity"
2379
+ msgstr ""
2380
+
2381
+ #: defaults.php:139
2382
+ msgid "Other User Activity"
2383
+ msgstr ""
2384
+
2385
+ #: defaults.php:140
2386
+ msgid "User logged in"
2387
+ msgstr ""
2388
+
2389
+ #: defaults.php:140
2390
+ msgid "Successfully logged in."
2391
+ msgstr ""
2392
+
2393
+ #: defaults.php:141
2394
+ msgid "User logged out"
2395
+ msgstr ""
2396
+
2397
+ #: defaults.php:141
2398
+ msgid "Successfully logged out."
2399
+ msgstr ""
2400
+
2401
+ #: defaults.php:142
2402
+ msgid "Login failed"
2403
+ msgstr ""
2404
+
2405
+ #: defaults.php:142
2406
+ msgid "%Attempts% failed login(s) detected."
2407
+ msgstr ""
2408
+
2409
+ #: defaults.php:143
2410
+ msgid "Login failed / non existing user"
2411
+ msgstr ""
2412
+
2413
+ #: defaults.php:143
2414
+ msgid ""
2415
+ "%Attempts% failed login(s) detected using non existing user. %LogFileText%"
2416
+ msgstr ""
2417
+
2418
+ #: defaults.php:144
2419
+ msgid "Login blocked"
2420
+ msgstr ""
2421
+
2422
+ #: defaults.php:144
2423
+ msgid ""
2424
+ "Blocked from logging in because the same WordPress user is logged in from "
2425
+ "%ClientIP%."
2426
+ msgstr ""
2427
+
2428
+ #: defaults.php:145
2429
+ msgid "User logged in with existing session(s)"
2430
+ msgstr ""
2431
+
2432
+ #: defaults.php:145
2433
+ msgid ""
2434
+ "Successfully logged in. Another session from %IPAddress% for this user "
2435
+ "already exist."
2436
+ msgstr ""
2437
+
2438
+ #: defaults.php:146
2439
+ msgid "User logged out all other sessions with the same username"
2440
+ msgstr ""
2441
+
2442
+ #: defaults.php:146
2443
+ msgid "Logged out all other sessions with the same username."
2444
+ msgstr ""
2445
+
2446
+ #: defaults.php:147
2447
+ msgid "User session destroyed and logged out."
2448
+ msgstr ""
2449
+
2450
+ #: defaults.php:147
2451
+ msgid "Logged out session %TargetSessionID% which belonged to %TargetUserName%"
2452
+ msgstr ""
2453
+
2454
+ #: defaults.php:148
2455
+ msgid "User uploaded file from Uploads directory"
2456
+ msgstr ""
2457
+
2458
+ #: defaults.php:148
2459
+ msgid "Uploaded the file %FileName% in %FilePath%."
2460
+ msgstr ""
2461
+
2462
+ #: defaults.php:149
2463
+ msgid "User deleted file from Uploads directory"
2464
+ msgstr ""
2465
+
2466
+ #: defaults.php:149
2467
+ msgid "Deleted the file %FileName% from %FilePath%."
2468
+ msgstr ""
2469
+
2470
+ #: defaults.php:155
2471
+ msgid "User Profiles"
2472
+ msgstr ""
2473
+
2474
+ #: defaults.php:156
2475
+ msgid "New user was created on WordPress"
2476
+ msgstr ""
2477
+
2478
+ #: defaults.php:156
2479
+ msgid ""
2480
+ "A new user %NewUserData->Username% was created with role of %NewUserData-"
2481
+ ">Roles%."
2482
+ msgstr ""
2483
+
2484
+ #: defaults.php:157
2485
+ msgid "User created another WordPress user"
2486
+ msgstr ""
2487
+
2488
+ #: defaults.php:157
2489
+ msgid ""
2490
+ "%UserChanger% created a new user %NewUserData->Username% with the role of "
2491
+ "%NewUserData->Roles%."
2492
+ msgstr ""
2493
+
2494
+ #: defaults.php:158
2495
+ msgid "The role of a user was changed by another WordPress user"
2496
+ msgstr ""
2497
+
2498
+ #: defaults.php:158
2499
+ msgid ""
2500
+ "Changed the role of the user %TargetUsername% from %OldRole% to %NewRole%"
2501
+ "%multisite_text%."
2502
+ msgstr ""
2503
+
2504
+ #: defaults.php:159
2505
+ msgid "User has changed his or her password"
2506
+ msgstr ""
2507
+
2508
+ #: defaults.php:159
2509
+ msgid "Changed the password."
2510
+ msgstr ""
2511
+
2512
+ #: defaults.php:160
2513
+ msgid "User changed another user's password"
2514
+ msgstr ""
2515
+
2516
+ #: defaults.php:160
2517
+ msgid ""
2518
+ "Changed the password for the user %TargetUserData->Username% with the role "
2519
+ "of %TargetUserData->Roles%."
2520
+ msgstr ""
2521
+
2522
+ #: defaults.php:161
2523
+ msgid "User changed his or her email address"
2524
+ msgstr ""
2525
+
2526
+ #: defaults.php:161
2527
+ msgid "Changed the email address from %OldEmail% to %NewEmail%."
2528
+ msgstr ""
2529
+
2530
+ #: defaults.php:162
2531
+ msgid "User changed another user's email address"
2532
+ msgstr ""
2533
+
2534
+ #: defaults.php:162
2535
+ msgid ""
2536
+ "Changed the email address of the user %TargetUsername% from %OldEmail% to "
2537
+ "%NewEmail%."
2538
+ msgstr ""
2539
+
2540
+ #: defaults.php:163
2541
+ msgid "User was deleted by another user"
2542
+ msgstr ""
2543
+
2544
+ #: defaults.php:163
2545
+ msgid ""
2546
+ "Deleted the user %TargetUserData->Username% with the role of %TargetUserData-"
2547
+ ">Roles%."
2548
+ msgstr ""
2549
+
2550
+ #: defaults.php:164
2551
+ msgid "User opened the profile page of another user"
2552
+ msgstr ""
2553
+
2554
+ #: defaults.php:164
2555
+ msgid "%UserChanger% opened the profile page of the user %TargetUsername%."
2556
+ msgstr ""
2557
+
2558
+ #: defaults.php:165
2559
+ msgid "User updated a custom field value for a user"
2560
+ msgstr ""
2561
+
2562
+ #: defaults.php:165
2563
+ msgid ""
2564
+ "Changed the value of the custom field %custom_field_name%%ReportText% for "
2565
+ "the user %TargetUsername%.%ChangeText%"
2566
+ msgstr ""
2567
+
2568
+ #: defaults.php:166
2569
+ msgid "User created a custom field value for a user"
2570
+ msgstr ""
2571
+
2572
+ #: defaults.php:166
2573
+ msgid ""
2574
+ "Created the value of the custom field %custom_field_name% with %new_value% "
2575
+ "for the user %TargetUsername%."
2576
+ msgstr ""
2577
+
2578
+ #: defaults.php:167
2579
+ msgid "User changed first name for a user"
2580
+ msgstr ""
2581
+
2582
+ #: defaults.php:167
2583
+ msgid ""
2584
+ "Changed the first name of the user %TargetUsername% from %old_firstname% to "
2585
+ "%new_firstname%"
2586
+ msgstr ""
2587
+
2588
+ #: defaults.php:168
2589
+ msgid "User changed last name for a user"
2590
+ msgstr ""
2591
+
2592
+ #: defaults.php:168
2593
+ msgid ""
2594
+ "Changed the last name of the user %TargetUsername% from %old_lastname% to "
2595
+ "%new_lastname%"
2596
+ msgstr ""
2597
+
2598
+ #: defaults.php:169
2599
+ msgid "User changed nickname for a user"
2600
+ msgstr ""
2601
+
2602
+ #: defaults.php:169
2603
+ msgid ""
2604
+ "Changed the nickname of the user %TargetUsername% from %old_nickname% to "
2605
+ "%new_nickname%"
2606
+ msgstr ""
2607
+
2608
+ #: defaults.php:170
2609
+ msgid "User changed the display name for a user"
2610
+ msgstr ""
2611
+
2612
+ #: defaults.php:170
2613
+ msgid ""
2614
+ "Changed the Display name publicly of user %TargetUsername% from "
2615
+ "%old_displayname% to %new_displayname%"
2616
+ msgstr ""
2617
+
2618
+ #: defaults.php:177
2619
+ msgid "Content & Comments"
2620
+ msgstr ""
2621
+
2622
+ #: defaults.php:182
2623
+ msgid "User created a new post and saved it as draft"
2624
+ msgstr ""
2625
+
2626
+ #: defaults.php:182
2627
+ msgid ""
2628
+ "Created a new %PostType% titled %PostTitle% and saved it as draft. "
2629
+ "%EditorLinkPost%."
2630
+ msgstr ""
2631
+
2632
+ #: defaults.php:183
2633
  msgid "User published a post"
2634
  msgstr ""
2635
 
2636
+ #: defaults.php:183
2637
  msgid ""
2638
  "Published a %PostType% titled %PostTitle%. URL is %PostUrl%. %EditorLinkPost"
2639
  "%."
2640
  msgstr ""
2641
 
2642
+ #: defaults.php:184
2643
  msgid "User modified a post"
2644
  msgstr ""
2645
 
2646
+ #: defaults.php:184
2647
  msgid ""
2648
  "Modified the %PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
2649
  "%EditorLinkPost%."
2650
  msgstr ""
2651
 
2652
+ #: defaults.php:185
2653
  msgid "User permanently deleted a post from the trash"
2654
  msgstr ""
2655
 
2656
+ #: defaults.php:185
2657
  msgid ""
2658
  "Permanently deleted the %PostType% titled %PostTitle%. URL was %PostUrl%."
2659
  msgstr ""
2660
 
2661
+ #: defaults.php:186
2662
  msgid "User moved a post to the trash"
2663
  msgstr ""
2664
 
2665
+ #: defaults.php:186
2666
  msgid ""
2667
  "Moved the %PostStatus% %PostType% titled %PostTitle% to trash. URL is "
2668
  "%PostUrl%."
2669
  msgstr ""
2670
 
2671
+ #: defaults.php:187
2672
  msgid "User restored a post from trash"
2673
  msgstr ""
2674
 
2675
+ #: defaults.php:187
2676
  msgid ""
2677
  "The %PostStatus% %PostType% titled %PostTitle% has been restored from trash. "
2678
  "URL is: %PostUrl%. %EditorLinkPost%."
2679
  msgstr ""
2680
 
2681
+ #: defaults.php:188
2682
  msgid "User changed post category"
2683
  msgstr ""
2684
 
2685
+ #: defaults.php:188
2686
  msgid ""
2687
  "Changed the category of the %PostStatus% %PostType% titled %PostTitle% from "
2688
  "%OldCategories% to %NewCategories%. URL is: %PostUrl%. %EditorLinkPost%."
2689
  msgstr ""
2690
 
2691
+ #: defaults.php:189
2692
  msgid "User changed post URL"
2693
  msgstr ""
2694
 
2695
+ #: defaults.php:189
2696
  msgid ""
2697
  "Changed the URL of the %PostStatus% %PostType% titled %PostTitle%%ReportText"
2698
  "%.%ChangeText% %EditorLinkPost%."
2699
  msgstr ""
2700
 
2701
+ #: defaults.php:190
2702
  msgid "User changed post author"
2703
  msgstr ""
2704
 
2705
+ #: defaults.php:190
2706
  msgid ""
2707
  "Changed the author of the %PostStatus% %PostType% titled %PostTitle% from "
2708
  "%OldAuthor% to %NewAuthor%. URL is: %PostUrl%. %EditorLinkPost%."
2709
  msgstr ""
2710
 
2711
+ #: defaults.php:191
2712
  msgid "User changed post status"
2713
  msgstr ""
2714
 
2715
+ #: defaults.php:191
2716
  msgid ""
2717
  "Changed the status of the %PostType% titled %PostTitle% from %OldStatus% to "
2718
  "%NewStatus%. URL is: %PostUrl%. %EditorLinkPost%."
2719
  msgstr ""
2720
 
2721
+ #: defaults.php:192
2722
  msgid "User created new category"
2723
  msgstr ""
2724
 
2725
+ #: defaults.php:192
2726
  msgid ""
2727
  "Created a new category called %CategoryName%. Category slug is %Slug%. "
2728
  "%CategoryLink%."
2729
  msgstr ""
2730
 
2731
+ #: defaults.php:193
2732
  msgid "User deleted category"
2733
  msgstr ""
2734
 
2735
+ #: defaults.php:193
2736
  msgid ""
2737
  "Deleted the %CategoryName% category. Category slug was %Slug%. %CategoryLink"
2738
  "%."
2739
  msgstr ""
2740
 
2741
+ #: defaults.php:194
2742
  msgid "User changed the visibility of a post"
2743
  msgstr ""
2744
 
2745
+ #: defaults.php:194
2746
  msgid ""
2747
  "Changed the visibility of the %PostStatus% %PostType% titled %PostTitle% "
2748
  "from %OldVisibility% to %NewVisibility%. URL is: %PostUrl%. %EditorLinkPost%."
2749
  msgstr ""
2750
 
2751
+ #: defaults.php:195
2752
  msgid "User changed the date of a post"
2753
  msgstr ""
2754
 
2755
+ #: defaults.php:195
2756
  msgid ""
2757
  "Changed the date of the %PostStatus% %PostType% titled %PostTitle% from "
2758
  "%OldDate% to %NewDate%. URL is: %PostUrl%. %EditorLinkPost%."
2759
  msgstr ""
2760
 
2761
+ #: defaults.php:196
2762
  msgid "User changed the parent of a page"
2763
  msgstr ""
2764
 
2765
+ #: defaults.php:196
2766
  msgid ""
2767
  "Changed the parent of the %PostStatus% %PostType% titled %PostTitle% from "
2768
  "%OldParentName% to %NewParentName%. %EditorLinkPost%."
2769
  msgstr ""
2770
 
2771
+ #: defaults.php:197
2772
  msgid "User changed the template of a page"
2773
  msgstr ""
2774
 
2775
+ #: defaults.php:197
2776
  msgid ""
2777
  "Changed the template of the %PostStatus% %PostType% titled %PostTitle% from "
2778
  "%OldTemplate% to %NewTemplate%. %EditorLinkPost%."
2779
  msgstr ""
2780
 
2781
+ #: defaults.php:198
2782
  msgid "User set a post as sticky"
2783
  msgstr ""
2784
 
2785
+ #: defaults.php:198
2786
  msgid ""
2787
  "Set the post %PostTitle% as Sticky. Post URL is %PostUrl%. %EditorLinkPost%."
2788
  msgstr ""
2789
 
2790
+ #: defaults.php:199
2791
  msgid "User removed post from sticky"
2792
  msgstr ""
2793
 
2794
+ #: defaults.php:199
2795
  msgid "Removed the post %PostTitle% from Sticky. %EditorLinkPost%."
2796
  msgstr ""
2797
 
2798
+ #: defaults.php:200
2799
  msgid "Changed the parent of a category."
2800
  msgstr ""
2801
 
2802
+ #: defaults.php:200
2803
  msgid ""
2804
  "Changed the parent of the category %CategoryName% from %OldParent% to "
2805
  "%NewParent%. %CategoryLink%."
2806
  msgstr ""
2807
 
2808
+ #: defaults.php:201
2809
  msgid "User created a custom field for a post"
2810
  msgstr ""
2811
 
2812
+ #: defaults.php:201
2813
  msgid ""
2814
  "Created a new custom field called %MetaKey% with value %MetaValue% in the "
2815
  "%PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
2816
  "%EditorLinkPost%.<br>%MetaLink%."
2817
  msgstr ""
2818
 
2819
+ #: defaults.php:202
2820
  msgid "User updated a custom field value for a post"
2821
  msgstr ""
2822
 
2823
+ #: defaults.php:202
2824
  msgid ""
2825
  "Modified the value of the custom field %MetaKey%%ReportText% in the "
2826
  "%PostStatus% %PostType% titled %PostTitle%.%ChangeText% URL is: %PostUrl%. "
2827
  "%EditorLinkPost%.<br>%MetaLink%."
2828
  msgstr ""
2829
 
2830
+ #: defaults.php:203
2831
  msgid "User deleted a custom field from a post"
2832
  msgstr ""
2833
 
2834
+ #: defaults.php:203
2835
  msgid ""
2836
  "Deleted the custom field %MetaKey% with value %MetaValue% from %PostStatus% "
2837
  "%PostType% titled %PostTitle%. URL is: %PostUrl%. %EditorLinkPost%."
2838
  msgstr ""
2839
 
2840
+ #: defaults.php:204
2841
  msgid "User updated a custom field name for a post"
2842
  msgstr ""
2843
 
2844
+ #: defaults.php:204
2845
  msgid ""
2846
  "Changed the custom field's name from %MetaKeyOld% to %MetaKeyNew% in the "
2847
  "%PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
2848
  "%EditorLinkPost%.<br>%MetaLink%."
2849
  msgstr ""
2850
 
2851
+ #: defaults.php:205
2852
  msgid "User modified the content of a post."
2853
  msgstr ""
2854
 
2855
+ #: defaults.php:205
2856
  msgid ""
2857
  "Modified the content of the %PostStatus% %PostType% titled %PostTitle%. Post "
2858
  "URL is %PostUrl%. %RevisionLink% %EditorLinkPost%."
2859
  msgstr ""
2860
 
2861
+ #: defaults.php:206
2862
  msgid "User submitted a post for review"
2863
  msgstr ""
2864
 
2865
+ #: defaults.php:206
2866
  msgid ""
2867
  "Submitted the %PostType% titled %PostTitle% for review. URL is: %PostUrl%. "
2868
  "%EditorLinkPost%."
2869
  msgstr ""
2870
 
2871
+ #: defaults.php:207
2872
  msgid "User scheduled a post"
2873
  msgstr ""
2874
 
2875
+ #: defaults.php:207
2876
  msgid ""
2877
  "Scheduled the %PostType% titled %PostTitle% to be published on "
2878
  "%PublishingDate%. URL is: %PostUrl%. %EditorLinkPost%."
2879
  msgstr ""
2880
 
2881
+ #: defaults.php:208
2882
  msgid "User changed title of a post"
2883
  msgstr ""
2884
 
2885
+ #: defaults.php:208
2886
  msgid ""
2887
  "Changed the title of the %PostStatus% %PostType% from %OldTitle% to %NewTitle"
2888
  "%. URL is: %PostUrl%. %EditorLinkPost%."
2889
  msgstr ""
2890
 
2891
+ #: defaults.php:209
2892
  msgid "User opened a post in the editor"
2893
  msgstr ""
2894
 
2895
+ #: defaults.php:209
2896
  msgid ""
2897
  "Opened the %PostStatus% %PostType% titled %PostTitle% in the editor. URL is: "
2898
  "%PostUrl%. %EditorLinkPost%."
2899
  msgstr ""
2900
 
2901
+ #: defaults.php:210
2902
  msgid "User viewed a post"
2903
  msgstr ""
2904
 
2905
+ #: defaults.php:210
2906
  msgid ""
2907
  "Viewed the %PostStatus% %PostType% titled %PostTitle%. URL is: %PostUrl%. "
2908
  "%EditorLinkPost%."
2909
  msgstr ""
2910
 
2911
+ #: defaults.php:211
2912
  msgid "A plugin modified a post"
2913
  msgstr ""
2914
 
2915
+ #: defaults.php:211
2916
  msgid ""
2917
  "Plugin modified the %PostStatus% %PostType% titled %PostTitle% of type "
2918
  "%PostType%. URL is: %PostUrl%. %EditorLinkPost%."
2919
  msgstr ""
2920
 
2921
+ #: defaults.php:212
2922
  msgid "User disabled Comments/Trackbacks and Pingbacks in a post."
2923
  msgstr ""
2924
 
2925
+ #: defaults.php:212
2926
  msgid ""
2927
  "Disabled %Type% on the %PostStatus% %PostType% titled %PostTitle%. URL is: "
2928
  "%PostUrl%. %EditorLinkPost%."
2929
  msgstr ""
2930
 
2931
+ #: defaults.php:213
2932
  msgid "User enabled Comments/Trackbacks and Pingbacks in a post."
2933
  msgstr ""
2934
 
2935
+ #: defaults.php:213
2936
  msgid ""
2937
  "Enabled %Type% on the %PostStatus% %PostType% titled %PostTitle%. URL is: "
2938
  "%PostUrl%. %EditorLinkPost%."
2939
  msgstr ""
2940
 
2941
+ #: defaults.php:214
2942
  msgid "User added post tag"
2943
  msgstr ""
2944
 
2945
+ #: defaults.php:214
2946
  msgid ""
2947
  "Added the tag %tag% to the %PostStatus% post titled %PostTitle%. URL is: "
2948
  "%PostUrl%. %EditorLinkPost%."
2949
  msgstr ""
2950
 
2951
+ #: defaults.php:215
2952
  msgid "User removed post tag"
2953
  msgstr ""
2954
 
2955
+ #: defaults.php:215
2956
  msgid ""
2957
  "Removed the tag %tag% from the %PostStatus% post titled %PostTitle%. URL is: "
2958
  "%PostUrl%. %EditorLinkPost%."
2959
  msgstr ""
2960
 
2961
+ #: defaults.php:216
2962
  msgid "User created new tag"
2963
  msgstr ""
2964
 
2965
+ #: defaults.php:216
2966
  msgid "Added a new tag called %TagName%. View the tag: %TagLink%."
2967
  msgstr ""
2968
 
2969
+ #: defaults.php:217
2970
  msgid "User deleted tag"
2971
  msgstr ""
2972
 
2973
+ #: defaults.php:217
2974
  msgid "Deleted the tag %TagName%."
2975
  msgstr ""
2976
 
2977
+ #: defaults.php:218
2978
  msgid "User renamed tag"
2979
  msgstr ""
2980
 
2981
+ #: defaults.php:218
2982
  msgid "Renamed a tag from %old_name% to %new_name%. View the tag: %TagLink%."
2983
  msgstr ""
2984
 
2985
+ #: defaults.php:219
2986
  msgid "User changed tag slug"
2987
  msgstr ""
2988
 
2989
+ #: defaults.php:219
2990
  msgid ""
2991
  "Changed the slug of tag %tag% from %old_slug% to %new_slug%. View the tag: "
2992
  "%TagLink%."
2993
  msgstr ""
2994
 
2995
+ #: defaults.php:220
2996
  msgid "User changed tag description"
2997
  msgstr ""
2998
 
2999
+ #: defaults.php:220
3000
  msgid ""
3001
  "Changed the description of the tag %tag%%ReportText%.%ChangeText% View the "
3002
  "tag: %TagLink%."
3003
  msgstr ""
3004
 
3005
+ #: defaults.php:226
3006
  msgid "Comments"
3007
  msgstr ""
3008
 
3009
+ #: defaults.php:227
3010
  msgid "User approved a comment"
3011
  msgstr ""
3012
 
3013
+ #: defaults.php:227
3014
  msgid ""
3015
  "Approved the comment posted in response to the post %PostTitle% by %Author% "
3016
  "on %CommentLink%."
3017
  msgstr ""
3018
 
3019
+ #: defaults.php:228
3020
  msgid "User unapproved a comment"
3021
  msgstr ""
3022
 
3023
+ #: defaults.php:228
3024
  msgid ""
3025
  "Unapproved the comment posted in response to the post %PostTitle% by %Author"
3026
  "% on %CommentLink%."
3027
  msgstr ""
3028
 
3029
+ #: defaults.php:229
3030
  msgid "User replied to a comment"
3031
  msgstr ""
3032
 
3033
+ #: defaults.php:229
3034
  msgid ""
3035
  "Replied to the comment posted in response to the post %PostTitle% by %Author"
3036
  "% on %CommentLink%."
3037
  msgstr ""
3038
 
3039
+ #: defaults.php:230
3040
  msgid "User edited a comment"
3041
  msgstr ""
3042
 
3043
+ #: defaults.php:230
3044
  msgid ""
3045
  "Edited a comment posted in response to the post %PostTitle% by %Author% on "
3046
  "%CommentLink%."
3047
  msgstr ""
3048
 
3049
+ #: defaults.php:231
3050
  msgid "User marked a comment as Spam"
3051
  msgstr ""
3052
 
3053
+ #: defaults.php:231
3054
  msgid ""
3055
  "Marked the comment posted in response to the post %PostTitle% by %Author% on "
3056
  "%CommentLink% as Spam."
3057
  msgstr ""
3058
 
3059
+ #: defaults.php:232
3060
  msgid "User marked a comment as Not Spam"
3061
  msgstr ""
3062
 
3063
+ #: defaults.php:232
3064
  msgid ""
3065
  "Marked the comment posted in response to the post %PostTitle% by %Author% on "
3066
  "%CommentLink% as Not Spam."
3067
  msgstr ""
3068
 
3069
+ #: defaults.php:233
3070
  msgid "User moved a comment to trash"
3071
  msgstr ""
3072
 
3073
+ #: defaults.php:233
3074
  msgid ""
3075
  "Moved the comment posted in response to the post %PostTitle% by %Author% on "
3076
  "%Date% to trash."
3077
  msgstr ""
3078
 
3079
+ #: defaults.php:234
3080
  msgid "User restored a comment from the trash"
3081
  msgstr ""
3082
 
3083
+ #: defaults.php:234
3084
  msgid ""
3085
  "Restored the comment posted in response to the post %PostTitle% by %Author% "
3086
  "on %CommentLink% from the trash."
3087
  msgstr ""
3088
 
3089
+ #: defaults.php:235
3090
  msgid "User permanently deleted a comment"
3091
  msgstr ""
3092
 
3093
+ #: defaults.php:235
3094
  msgid ""
3095
  "Permanently deleted the comment posted in response to the post %PostTitle% "
3096
  "by %Author% on %Date%."
3097
  msgstr ""
3098
 
3099
+ #: defaults.php:236
3100
  msgid "User posted a comment"
3101
  msgstr ""
3102
 
3103
+ #: defaults.php:236 defaults.php:237
3104
  msgid "%CommentMsg% on %CommentLink%."
3105
  msgstr ""
3106
 
3107
+ #: defaults.php:237
3108
  msgid "Visitor posted a comment"
3109
  msgstr ""
3110
 
3111
+ #: defaults.php:249
3112
  msgid "User modified a draft blog post"
3113
  msgstr ""
3114
 
3115
+ #: defaults.php:249
3116
  msgid "Modified the draft post with the %PostTitle%. %EditorLinkPost%."
3117
  msgstr ""
3118
 
3119
+ #: defaults.php:250
3120
  msgid "User created a new post with custom post type and saved it as draft"
3121
  msgstr ""
3122
 
3123
+ #: defaults.php:250
3124
  msgid ""
3125
  "Created a new custom post called %PostTitle% of type %PostType%. "
3126
  "%EditorLinkPost%."
3127
  msgstr ""
3128
 
3129
+ #: defaults.php:251
3130
  msgid "User published a post with custom post type"
3131
  msgstr ""
3132
 
3133
+ #: defaults.php:251
3134
  msgid ""
3135
  "Published a custom post %PostTitle% of type %PostType%. Post URL is %PostUrl"
3136
  "%. %EditorLinkPost%."
3137
  msgstr ""
3138
 
3139
+ #: defaults.php:252
3140
  msgid "User modified a post with custom post type"
3141
  msgstr ""
3142
 
3143
+ #: defaults.php:252
3144
  msgid ""
3145
  "Modified the custom post %PostTitle% of type %PostType%. Post URL is %PostUrl"
3146
  "%. %EditorLinkPost%."
3147
  msgstr ""
3148
 
3149
+ #: defaults.php:253
3150
  msgid "User modified a draft post with custom post type"
3151
  msgstr ""
3152
 
3153
+ #: defaults.php:253
3154
  msgid ""
3155
  "Modified the draft custom post %PostTitle% of type is %PostType%. "
3156
  "%EditorLinkPost%."
3157
  msgstr ""
3158
 
3159
+ #: defaults.php:254
3160
  msgid "User permanently deleted post with custom post type"
3161
  msgstr ""
3162
 
3163
+ #: defaults.php:254
3164
  msgid "Permanently Deleted the custom post %PostTitle% of type %PostType%."
3165
  msgstr ""
3166
 
3167
+ #: defaults.php:255
3168
  msgid "User moved post with custom post type to trash"
3169
  msgstr ""
3170
 
3171
+ #: defaults.php:255
3172
  msgid ""
3173
  "Moved the custom post %PostTitle% of type %PostType% to trash. Post URL was "
3174
  "%PostUrl%."
3175
  msgstr ""
3176
 
3177
+ #: defaults.php:256
3178
  msgid "User restored post with custom post type from trash"
3179
  msgstr ""
3180
 
3181
+ #: defaults.php:256
3182
  msgid ""
3183
  "The custom post %PostTitle% of type %PostType% has been restored from trash. "
3184
  "%EditorLinkPost%."
3185
  msgstr ""
3186
 
3187
+ #: defaults.php:257
3188
  msgid "User changed the category of a post with custom post type"
3189
  msgstr ""
3190
 
3191
+ #: defaults.php:257
3192
  msgid ""
3193
  "Changed the category(ies) of the custom post %PostTitle% of type %PostType% "
3194
  "from %OldCategories% to %NewCategories%. %EditorLinkPost%."
3195
  msgstr ""
3196
 
3197
+ #: defaults.php:258
3198
  msgid "User changed the URL of a post with custom post type"
3199
  msgstr ""
3200
 
3201
+ #: defaults.php:258
3202
  msgid ""
3203
  "Changed the URL of the custom post %PostTitle% of type %PostType% from "
3204
  "%OldUrl% to %NewUrl%. %EditorLinkPost%."
3205
  msgstr ""
3206
 
3207
+ #: defaults.php:259
3208
  msgid "User changed the author or post with custom post type"
3209
  msgstr ""
3210
 
3211
+ #: defaults.php:259
3212
  msgid ""
3213
  "Changed the author of custom post %PostTitle% of type %PostType% from "
3214
  "%OldAuthor% to %NewAuthor%. %EditorLinkPost%."
3215
  msgstr ""
3216
 
3217
+ #: defaults.php:260
3218
  msgid "User changed the status of post with custom post type"
3219
  msgstr ""
3220
 
3221
+ #: defaults.php:260
3222
  msgid ""
3223
  "Changed the status of custom post %PostTitle% of type %PostType% from "
3224
  "%OldStatus% to %NewStatus%. %EditorLinkPost%."
3225
  msgstr ""
3226
 
3227
+ #: defaults.php:261
3228
  msgid "User changed the visibility of a post with custom post type"
3229
  msgstr ""
3230
 
3231
+ #: defaults.php:261
3232
  msgid ""
3233
  "Changed the visibility of the custom post %PostTitle% of type %PostType% "
3234
  "from %OldVisibility% to %NewVisibility%. %EditorLinkPost%."
3235
  msgstr ""
3236
 
3237
+ #: defaults.php:262
3238
  msgid "User changed the date of post with custom post type"
3239
  msgstr ""
3240
 
3241
+ #: defaults.php:262
3242
  msgid ""
3243
  "Changed the date of the custom post %PostTitle% of type %PostType% from "
3244
  "%OldDate% to %NewDate%. %EditorLinkPost%."
3245
  msgstr ""
3246
 
3247
+ #: defaults.php:263
3248
  msgid "User created a custom field for a custom post type"
3249
  msgstr ""
3250
 
3251
+ #: defaults.php:263
3252
  msgid ""
3253
  "Created a new custom field %MetaKey% with value %MetaValue% in custom post "
3254
  "%PostTitle% of type %PostType%. %EditorLinkPost%.<br>%MetaLink%."
3255
  msgstr ""
3256
 
3257
+ #: defaults.php:264
3258
  msgid "User updated a custom field for a custom post type"
3259
  msgstr ""
3260
 
3261
+ #: defaults.php:264
3262
  msgid ""
3263
  "Modified the value of the custom field %MetaKey% from %MetaValueOld% to "
3264
  "%MetaValueNew% in custom post %PostTitle% of type %PostType% %EditorLinkPost"
3265
  "%.<br>%MetaLink%."
3266
  msgstr ""
3267
 
3268
+ #: defaults.php:265
3269
  msgid "User deleted a custom field from a custom post type"
3270
  msgstr ""
3271
 
3272
+ #: defaults.php:265
3273
  msgid ""
3274
  "Deleted the custom field %MetaKey% with id %MetaID% from custom post "
3275
  "%PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
3276
  msgstr ""
3277
 
3278
+ #: defaults.php:266
3279
  msgid "User updated a custom field name for a custom post type"
3280
  msgstr ""
3281
 
3282
+ #: defaults.php:266
3283
  msgid ""
3284
  "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in custom "
3285
  "post %PostTitle% of type %PostType% %EditorLinkPost%.<br>%MetaLink%."
3286
  msgstr ""
3287
 
3288
+ #: defaults.php:267
3289
  msgid "User modified content for a published custom post type"
3290
  msgstr ""
3291
 
3292
+ #: defaults.php:267
3293
  msgid ""
3294
  "Modified the content of the published custom post type %PostTitle%. Post URL "
3295
  "is %PostUrl%.%EditorLinkPost%."
3296
  msgstr ""
3297
 
3298
+ #: defaults.php:268
3299
  msgid "User modified content for a draft post"
3300
  msgstr ""
3301
 
3302
+ #: defaults.php:268
3303
  msgid ""
3304
  "Modified the content of the draft post %PostTitle%.%RevisionLink% "
3305
  "%EditorLinkPost%."
3306
  msgstr ""
3307
 
3308
+ #: defaults.php:269
3309
  msgid "User modified content for a draft custom post type"
3310
  msgstr ""
3311
 
3312
+ #: defaults.php:269
3313
  msgid ""
3314
  "Modified the content of the draft custom post type %PostTitle%."
3315
  "%EditorLinkPost%."
3316
  msgstr ""
3317
 
3318
+ #: defaults.php:270
3319
  msgid "User modified content of a post"
3320
  msgstr ""
3321
 
3322
+ #: defaults.php:270
3323
  msgid ""
3324
  "Modified the content of post %PostTitle% which is submitted for review."
3325
  "%RevisionLink% %EditorLinkPost%."
3326
  msgstr ""
3327
 
3328
+ #: defaults.php:271
3329
  msgid "User scheduled a custom post type"
3330
  msgstr ""
3331
 
3332
+ #: defaults.php:271
3333
  msgid ""
3334
  "Scheduled the custom post type %PostTitle% to be published %PublishingDate%. "
3335
  "%EditorLinkPost%."
3336
  msgstr ""
3337
 
3338
+ #: defaults.php:272
3339
  msgid "User changed title of a custom post type"
3340
  msgstr ""
3341
 
3342
+ #: defaults.php:272
3343
  msgid ""
3344
  "Changed the title of the custom post %OldTitle% to %NewTitle%. "
3345
  "%EditorLinkPost%."
3346
  msgstr ""
3347
 
3348
+ #: defaults.php:273
3349
  msgid "User opened a custom post type in the editor"
3350
  msgstr ""
3351
 
3352
+ #: defaults.php:273
3353
  msgid ""
3354
  "Opened the custom post %PostTitle% of type %PostType% in the editor. View "
3355
  "the post: %EditorLinkPost%."
3356
  msgstr ""
3357
 
3358
+ #: defaults.php:274
3359
  msgid "User viewed a custom post type"
3360
  msgstr ""
3361
 
3362
+ #: defaults.php:274
3363
  msgid ""
3364
  "Viewed the custom post %PostTitle% of type %PostType%. View the post: "
3365
  "%PostUrl%."
3366
  msgstr ""
3367
 
3368
+ #: defaults.php:286
 
 
 
 
3369
  msgid "User created a new WordPress page and saved it as draft"
3370
  msgstr ""
3371
 
3372
+ #: defaults.php:286
3373
  msgid ""
3374
  "Created a new page called %PostTitle% and saved it as draft. %EditorLinkPage"
3375
  "%."
3376
  msgstr ""
3377
 
3378
+ #: defaults.php:287
3379
  msgid "User published a WordPress page"
3380
  msgstr ""
3381
 
3382
+ #: defaults.php:287
3383
  msgid ""
3384
  "Published a page called %PostTitle%. Page URL is %PostUrl%. %EditorLinkPage%."
3385
  msgstr ""
3386
 
3387
+ #: defaults.php:288
3388
  msgid "User modified a published WordPress page"
3389
  msgstr ""
3390
 
3391
+ #: defaults.php:288
3392
  msgid ""
3393
  "Modified the published page %PostTitle%. Page URL is %PostUrl%. "
3394
  "%EditorLinkPage%."
3395
  msgstr ""
3396
 
3397
+ #: defaults.php:289
3398
  msgid "User modified a draft WordPress page"
3399
  msgstr ""
3400
 
3401
+ #: defaults.php:289
3402
  msgid ""
3403
  "Modified the draft page %PostTitle%. Page ID is %PostID%. %EditorLinkPage%."
3404
  msgstr ""
3405
 
3406
+ #: defaults.php:290
3407
  msgid "User permanently deleted a page from the trash"
3408
  msgstr ""
3409
 
3410
+ #: defaults.php:290
3411
  msgid "Permanently deleted the page %PostTitle%."
3412
  msgstr ""
3413
 
3414
+ #: defaults.php:291
3415
  msgid "User moved WordPress page to the trash"
3416
  msgstr ""
3417
 
3418
+ #: defaults.php:291
3419
  msgid "Moved the page %PostTitle% to trash. Page URL was %PostUrl%."
3420
  msgstr ""
3421
 
3422
+ #: defaults.php:292
3423
  msgid "User restored a WordPress page from trash"
3424
  msgstr ""
3425
 
3426
+ #: defaults.php:292
3427
  msgid "Page %PostTitle% has been restored from trash. %EditorLinkPage%."
3428
  msgstr ""
3429
 
3430
+ #: defaults.php:293
3431
  msgid "User changed page URL"
3432
  msgstr ""
3433
 
3434
+ #: defaults.php:293
3435
  msgid ""
3436
  "Changed the URL of the page %PostTitle% from %OldUrl% to %NewUrl%. "
3437
  "%EditorLinkPage%."
3438
  msgstr ""
3439
 
3440
+ #: defaults.php:294
3441
  msgid "User changed page author"
3442
  msgstr ""
3443
 
3444
+ #: defaults.php:294
3445
  msgid ""
3446
  "Changed the author of the page %PostTitle% from %OldAuthor% to %NewAuthor%. "
3447
  "%EditorLinkPage%."
3448
  msgstr ""
3449
 
3450
+ #: defaults.php:295
3451
  msgid "User changed page status"
3452
  msgstr ""
3453
 
3454
+ #: defaults.php:295
3455
  msgid ""
3456
  "Changed the status of the page %PostTitle% from %OldStatus% to %NewStatus%. "
3457
  "%EditorLinkPage%."
3458
  msgstr ""
3459
 
3460
+ #: defaults.php:296
3461
  msgid "User changed the visibility of a page post"
3462
  msgstr ""
3463
 
3464
+ #: defaults.php:296
3465
  msgid ""
3466
  "Changed the visibility of the page %PostTitle% from %OldVisibility% to "
3467
  "%NewVisibility%. %EditorLinkPage%."
3468
  msgstr ""
3469
 
3470
+ #: defaults.php:297
3471
  msgid "User changed the date of a page post"
3472
  msgstr ""
3473
 
3474
+ #: defaults.php:297
3475
  msgid ""
3476
  "Changed the date of the page %PostTitle% from %OldDate% to %NewDate%. "
3477
  "%EditorLinkPage%."
3478
  msgstr ""
3479
 
3480
+ #: defaults.php:298
3481
  msgid "User created a custom field for a page"
3482
  msgstr ""
3483
 
3484
+ #: defaults.php:298
3485
  msgid ""
3486
  "Created a new custom field called %MetaKey% with value %MetaValue% in the "
3487
  "page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
3488
  msgstr ""
3489
 
3490
+ #: defaults.php:299
3491
  msgid "User updated a custom field value for a page"
3492
  msgstr ""
3493
 
3494
+ #: defaults.php:299
3495
  msgid ""
3496
  "Modified the value of the custom field %MetaKey% from %MetaValueOld% to "
3497
  "%MetaValueNew% in the page %PostTitle% %EditorLinkPage%.<br>%MetaLink%."
3498
  msgstr ""
3499
 
3500
+ #: defaults.php:300
3501
  msgid "User deleted a custom field from a page"
3502
  msgstr ""
3503
 
3504
+ #: defaults.php:300
3505
  msgid ""
3506
  "Deleted the custom field %MetaKey% with id %MetaID% from page %PostTitle% "
3507
  "%EditorLinkPage%.<br>%MetaLink%."
3508
  msgstr ""
3509
 
3510
+ #: defaults.php:301
3511
  msgid "User updated a custom field name for a page"
3512
  msgstr ""
3513
 
3514
+ #: defaults.php:301
3515
  msgid ""
3516
  "Changed the custom field name from %MetaKeyOld% to %MetaKeyNew% in the page "
3517
  "%PostTitle% %EditorLinkPage%.<br>%MetaLink%."
3518
  msgstr ""
3519
 
3520
+ #: defaults.php:302
3521
  msgid "User modified content for a published page"
3522
  msgstr ""
3523
 
3524
+ #: defaults.php:302
3525
  msgid ""
3526
  "Modified the content of the published page %PostTitle%. Page URL is %PostUrl"
3527
  "%. %RevisionLink% %EditorLinkPage%."
3528
  msgstr ""
3529
 
3530
+ #: defaults.php:303
3531
  msgid "User modified content for a draft page"
3532
  msgstr ""
3533
 
3534
+ #: defaults.php:303
3535
  msgid ""
3536
  "Modified the content of draft page %PostTitle%.%RevisionLink% %EditorLinkPage"
3537
  "%."
3538
  msgstr ""
3539
 
3540
+ #: defaults.php:304
3541
  msgid "User scheduled a page"
3542
  msgstr ""
3543
 
3544
+ #: defaults.php:304
3545
  msgid ""
3546
  "Scheduled the page %PostTitle% to be published %PublishingDate%. "
3547
  "%EditorLinkPage%."
3548
  msgstr ""
3549
 
3550
+ #: defaults.php:305
3551
  msgid "User changed title of a page"
3552
  msgstr ""
3553
 
3554
+ #: defaults.php:305
3555
  msgid ""
3556
  "Changed the title of the page %OldTitle% to %NewTitle%. %EditorLinkPage%."
3557
  msgstr ""
3558
 
3559
+ #: defaults.php:306
3560
  msgid "User opened a page in the editor"
3561
  msgstr ""
3562
 
3563
+ #: defaults.php:306
3564
  msgid ""
3565
  "Opened the page %PostTitle% in the editor. View the page: %EditorLinkPage%."
3566
  msgstr ""
3567
 
3568
+ #: defaults.php:307
3569
  msgid "User viewed a page"
3570
  msgstr ""
3571
 
3572
+ #: defaults.php:307
3573
  msgid "Viewed the page %PostTitle%. View the page: %PostUrl%."
3574
  msgstr ""
3575
 
3576
+ #: defaults.php:308
3577
  msgid "User disabled Comments/Trackbacks and Pingbacks on a draft post"
3578
  msgstr ""
3579
 
3580
+ #: defaults.php:308
3581
  msgid ""
3582
  "Disabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
3583
  msgstr ""
3584
 
3585
+ #: defaults.php:309
3586
  msgid "User enabled Comments/Trackbacks and Pingbacks on a draft post"
3587
  msgstr ""
3588
 
3589
+ #: defaults.php:309
3590
  msgid "Enabled %Type% on the draft post %PostTitle%. View the post: %PostUrl%."
3591
  msgstr ""
3592
 
3593
+ #: defaults.php:310
3594
  msgid "User disabled Comments/Trackbacks and Pingbacks on a published page"
3595
  msgstr ""
3596
 
3597
+ #: defaults.php:310
3598
  msgid ""
3599
  "Disabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
3600
  msgstr ""
3601
 
3602
+ #: defaults.php:311
3603
  msgid "User enabled Comments/Trackbacks and Pingbacks on a published page"
3604
  msgstr ""
3605
 
3606
+ #: defaults.php:311
3607
  msgid ""
3608
  "Enabled %Type% on the published page %PostTitle%. View the page: %PostUrl%."
3609
  msgstr ""
3610
 
3611
+ #: defaults.php:312
3612
+ msgid "User disabled Comments/Trackbacks and Pingbacks on a draft page"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3613
  msgstr ""
3614
 
3615
+ #: defaults.php:312
3616
  msgid ""
3617
+ "Disabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
 
3618
  msgstr ""
3619
 
3620
+ #: defaults.php:313
3621
+ msgid "User enabled Comments/Trackbacks and Pingbacks on a draft page"
3622
  msgstr ""
3623
 
3624
+ #: defaults.php:313
3625
+ msgid "Enabled %Type% on the draft page %PostTitle%. View the page: %PostUrl%."
 
 
3626
  msgstr ""
3627
 
3628
+ #: defaults.php:320
3629
+ msgid "WordPress Install"
3630
  msgstr ""
3631
 
3632
+ #: defaults.php:324
3633
+ msgid "Database"
3634
  msgstr ""
3635
 
3636
+ #: defaults.php:325
3637
+ msgid "Plugin created tables"
3638
  msgstr ""
3639
 
3640
+ #: defaults.php:325
3641
  msgid ""
3642
+ "Plugin %Plugin->Name% created these tables in the database: %TableNames%."
 
3643
  msgstr ""
3644
 
3645
+ #: defaults.php:326
3646
+ msgid "Plugin modified tables structure"
3647
  msgstr ""
3648
 
3649
+ #: defaults.php:326
3650
+ msgid ""
3651
+ "Plugin %Plugin->Name% modified the structure of these database tables: "
3652
+ "%TableNames%."
3653
  msgstr ""
3654
 
3655
+ #: defaults.php:327
3656
+ msgid "Plugin deleted tables"
3657
  msgstr ""
3658
 
3659
+ #: defaults.php:327
3660
+ msgid ""
3661
+ "Plugin %Plugin->Name% deleted the following tables from the database: "
3662
+ "%TableNames%."
3663
  msgstr ""
3664
 
3665
+ #: defaults.php:328
3666
+ msgid "Theme created tables"
3667
  msgstr ""
3668
 
3669
+ #: defaults.php:328
3670
+ msgid "Theme %Theme->Name% created these tables in the database: %TableNames%."
3671
  msgstr ""
3672
 
3673
+ #: defaults.php:329
3674
+ msgid "Theme modified tables structure"
3675
  msgstr ""
3676
 
3677
+ #: defaults.php:329
3678
+ msgid ""
3679
+ "Theme %Theme->Name% modified the structure of these database tables: "
3680
+ "%TableNames%."
3681
  msgstr ""
3682
 
3683
+ #: defaults.php:330
3684
+ msgid "Theme deleted tables"
3685
  msgstr ""
3686
 
3687
+ #: defaults.php:330
3688
+ msgid ""
3689
+ "Theme %Theme->Name% deleted the following tables from the database: "
3690
+ "%TableNames%."
3691
  msgstr ""
3692
 
3693
+ #: defaults.php:331
3694
+ msgid "Unknown component created tables"
3695
  msgstr ""
3696
 
3697
+ #: defaults.php:331
3698
+ msgid ""
3699
+ "An unknown component created these tables in the database: %TableNames%."
3700
  msgstr ""
3701
 
3702
+ #: defaults.php:332
3703
+ msgid "Unknown component modified tables structure"
3704
  msgstr ""
3705
 
3706
+ #: defaults.php:332
3707
  msgid ""
3708
+ "An unknown component modified the structure of these database tables: "
3709
+ "%TableNames%."
3710
  msgstr ""
3711
 
3712
+ #: defaults.php:333
3713
+ msgid "Unknown component deleted tables"
3714
  msgstr ""
3715
 
3716
+ #: defaults.php:333
3717
  msgid ""
3718
+ "An unknown component deleted the following tables from the database: "
3719
+ "%TableNames%."
3720
  msgstr ""
3721
 
3722
+ #: defaults.php:339
3723
  msgid "Plugins & Themes"
3724
  msgstr ""
3725
 
3726
+ #: defaults.php:340
3727
  msgid "User installed a plugin"
3728
  msgstr ""
3729
 
3730
+ #: defaults.php:340
3731
  msgid "Installed the plugin %Plugin->Name% in %Plugin->plugin_dir_path%."
3732
  msgstr ""
3733
 
3734
+ #: defaults.php:341
3735
  msgid "User activated a WordPress plugin"
3736
  msgstr ""
3737
 
3738
+ #: defaults.php:341
3739
  msgid "Activated the plugin %PluginData->Name% installed in %PluginFile%."
3740
  msgstr ""
3741
 
3742
+ #: defaults.php:342
3743
  msgid "User deactivated a WordPress plugin"
3744
  msgstr ""
3745
 
3746
+ #: defaults.php:342
3747
  msgid "Deactivated the plugin %PluginData->Name% installed in %PluginFile%."
3748
  msgstr ""
3749
 
3750
+ #: defaults.php:343
3751
  msgid "User uninstalled a plugin"
3752
  msgstr ""
3753
 
3754
+ #: defaults.php:343
3755
  msgid ""
3756
  "Uninstalled the plugin %PluginData->Name% which was installed in %PluginFile"
3757
  "%."
3758
  msgstr ""
3759
 
3760
+ #: defaults.php:344
3761
  msgid "User upgraded a plugin"
3762
  msgstr ""
3763
 
3764
+ #: defaults.php:344
3765
  msgid "Upgraded the plugin %PluginData->Name% installed in %PluginFile%."
3766
  msgstr ""
3767
 
3768
+ #: defaults.php:345
3769
  msgid "User installed a theme"
3770
  msgstr ""
3771
 
3772
+ #: defaults.php:345
3773
  msgid ""
3774
  "Installed the theme \"%Theme->Name%\" in %Theme->get_template_directory%."
3775
  msgstr ""
3776
 
3777
+ #: defaults.php:346
3778
  msgid "User activated a theme"
3779
  msgstr ""
3780
 
3781
+ #: defaults.php:346
3782
  msgid ""
3783
  "Activated the theme \"%Theme->Name%\", installed in %Theme-"
3784
  ">get_template_directory%."
3785
  msgstr ""
3786
 
3787
+ #: defaults.php:347
3788
  msgid "User uninstalled a theme"
3789
  msgstr ""
3790
 
3791
+ #: defaults.php:347
3792
  msgid ""
3793
  "Deleted the theme \"%Theme->Name%\" installed in %Theme-"
3794
  ">get_template_directory%."
3795
  msgstr ""
3796
 
3797
+ #: defaults.php:348
3798
  msgid "A plugin created a post"
3799
  msgstr ""
3800
 
3801
+ #: defaults.php:348
3802
  msgid ""
3803
  "A plugin automatically created the following %PostType% called %PostTitle%. "
3804
  "View the post: %EditorLinkPost%."
3805
  msgstr ""
3806
 
3807
+ #: defaults.php:349
3808
  msgid "A plugin created a page"
3809
  msgstr ""
3810
 
3811
+ #: defaults.php:349
3812
  msgid "A plugin automatically created the following page: %PostTitle%."
3813
  msgstr ""
3814
 
3815
+ #: defaults.php:350
3816
  msgid "A plugin created a custom post"
3817
  msgstr ""
3818
 
3819
+ #: defaults.php:350
3820
  msgid "A plugin automatically created the following custom post: %PostTitle%."
3821
  msgstr ""
3822
 
3823
+ #: defaults.php:351
3824
  msgid "A plugin deleted a post"
3825
  msgstr ""
3826
 
3827
+ #: defaults.php:351
3828
  msgid ""
3829
  "A plugin automatically deleted the following %PostType% called %PostTitle%."
3830
  msgstr ""
3831
 
3832
+ #: defaults.php:352
3833
  msgid "A plugin deleted a page"
3834
  msgstr ""
3835
 
3836
+ #: defaults.php:352
3837
  msgid "A plugin automatically deleted the following page: %PostTitle%."
3838
  msgstr ""
3839
 
3840
+ #: defaults.php:353
3841
  msgid "A plugin deleted a custom post"
3842
  msgstr ""
3843
 
3844
+ #: defaults.php:353
3845
  msgid "A plugin automatically deleted the following custom post: %PostTitle%."
3846
  msgstr ""
3847
 
3848
+ #: defaults.php:354
3849
  msgid "User updated a theme"
3850
  msgstr ""
3851
 
3852
+ #: defaults.php:354
3853
  msgid ""
3854
  "Updated the theme \"%Theme->Name%\" installed in %Theme-"
3855
  ">get_template_directory%."
3856
  msgstr ""
3857
 
3858
+ #: defaults.php:355
3859
  msgid "User changed a file using the theme editor"
3860
  msgstr ""
3861
 
3862
+ #: defaults.php:355
3863
  msgid "Modified %File% with the Theme Editor."
3864
  msgstr ""
3865
 
3866
+ #: defaults.php:356
3867
  msgid "User changed a file using the plugin editor"
3868
  msgstr ""
3869
 
3870
+ #: defaults.php:356
3871
  msgid "Modified %File% with the Plugin Editor."
3872
  msgstr ""
3873
 
3874
+ #: defaults.php:357
3875
  msgid "A plugin modified a page"
3876
  msgstr ""
3877
 
3878
+ #: defaults.php:357
3879
  msgid "Plugin modified the page %PostTitle%. View the page: %EditorLinkPage%."
3880
  msgstr ""
3881
 
3882
+ #: defaults.php:358
3883
  msgid "A plugin modified a custom post"
3884
  msgstr ""
3885
 
3886
+ #: defaults.php:358
3887
  msgid ""
3888
  "Plugin modified the custom post %PostTitle%. View the post: %EditorLinkPost%."
3889
  msgstr ""
3890
 
3891
+ #: defaults.php:364
3892
  msgid "System Activity"
3893
  msgstr ""
3894
 
3895
+ #: defaults.php:365
3896
  msgid "Unknown Error"
3897
  msgstr ""
3898
 
3899
+ #: defaults.php:365
3900
  msgid "An unexpected error has occurred ."
3901
  msgstr ""
3902
 
3903
+ #: defaults.php:366
3904
  msgid "PHP error"
3905
  msgstr ""
3906
 
3907
+ #: defaults.php:366 defaults.php:367 defaults.php:368 defaults.php:369
3908
+ #: defaults.php:370
3909
  msgid "%Message%."
3910
  msgstr ""
3911
 
3912
+ #: defaults.php:367
3913
  msgid "PHP warning"
3914
  msgstr ""
3915
 
3916
+ #: defaults.php:368
3917
  msgid "PHP notice"
3918
  msgstr ""
3919
 
3920
+ #: defaults.php:369
3921
  msgid "PHP exception"
3922
  msgstr ""
3923
 
3924
+ #: defaults.php:370
3925
  msgid "PHP shutdown error"
3926
  msgstr ""
3927
 
3928
+ #: defaults.php:371
3929
  msgid "Events automatically pruned by system"
3930
  msgstr ""
3931
 
3932
+ #: defaults.php:371
3933
+ msgid "System automatically deleted %EventCount% event(s)."
3934
  msgstr ""
3935
 
3936
+ #: defaults.php:372
3937
  msgid "Option Anyone Can Register in WordPress settings changed"
3938
  msgstr ""
3939
 
3940
+ #: defaults.php:372
3941
  msgid "%NewValue% the option \"Anyone can register\"."
3942
  msgstr ""
3943
 
3944
+ #: defaults.php:373
3945
  msgid "New User Default Role changed"
3946
  msgstr ""
3947
 
3948
+ #: defaults.php:373
3949
  msgid "Changed the New User Default Role from %OldRole% to %NewRole%."
3950
  msgstr ""
3951
 
3952
+ #: defaults.php:374
3953
  msgid "WordPress Administrator Notification email changed"
3954
  msgstr ""
3955
 
3956
+ #: defaults.php:374
3957
  msgid ""
3958
  "Changed the WordPress administrator notifications email address from "
3959
  "%OldEmail% to %NewEmail%."
3960
  msgstr ""
3961
 
3962
+ #: defaults.php:375
3963
  msgid "WordPress was updated"
3964
  msgstr ""
3965
 
3966
+ #: defaults.php:375
3967
  msgid "Updated WordPress from version %OldVersion% to %NewVersion%."
3968
  msgstr ""
3969
 
3970
+ #: defaults.php:376
3971
  msgid "User changes the WordPress Permalinks"
3972
  msgstr ""
3973
 
3974
+ #: defaults.php:376
3975
  msgid "Changed the WordPress permalinks from %OldPattern% to %NewPattern%."
3976
  msgstr ""
3977
 
3978
+ #: defaults.php:377
3979
  msgid "User requests non-existing pages (404 Error Pages)"
3980
  msgstr ""
3981
 
3982
+ #: defaults.php:377
3983
  msgid ""
3984
  "Has requested a non existing page (404 Error Pages) %Attempts% %Msg%. "
3985
+ "%LinkFile%%URL%"
3986
  msgstr ""
3987
 
3988
+ #: defaults.php:378
3989
  msgid "Website Visitor User requests non-existing pages (404 Error Pages)"
3990
  msgstr ""
3991
 
3992
+ #: defaults.php:378
3993
  msgid ""
3994
  "Website Visitor Has requested a non existing page (404 Error Pages) %Attempts"
3995
+ "% %Msg%. %LinkFile%%URL%"
3996
  msgstr ""
3997
 
3998
+ #: defaults.php:379
3999
  msgid "Option WordPress Address (URL) in WordPress settings changed"
4000
  msgstr ""
4001
 
4002
+ #: defaults.php:379
4003
  msgid "Changed the WordPress address (URL) from %old_url% to %new_url%."
4004
  msgstr ""
4005
 
4006
+ #: defaults.php:380
4007
  msgid "Option Site Address (URL) in WordPress settings changed"
4008
  msgstr ""
4009
 
4010
+ #: defaults.php:380
4011
  msgid "Changed the site address (URL) from %old_url% to %new_url%."
4012
  msgstr ""
4013
 
4014
+ #: defaults.php:381
4015
  msgid "Advertising Add-ons."
4016
  msgstr ""
4017
 
4018
+ #: defaults.php:381
4019
  msgid "%PromoName% %PromoMessage%"
4020
  msgstr ""
4021
 
4022
+ #: defaults.php:387
4023
  msgid "Menus"
4024
  msgstr ""
4025
 
4026
+ #: defaults.php:388
4027
  msgid "User created new menu"
4028
  msgstr ""
4029
 
4030
+ #: defaults.php:388
4031
  msgid "Created a new menu called %MenuName%."
4032
  msgstr ""
4033
 
4034
+ #: defaults.php:389
4035
  msgid "User added content to a menu"
4036
  msgstr ""
4037
 
4038
+ #: defaults.php:389
4039
  msgid "Added the %ContentType% called %ContentName% to menu %MenuName%."
4040
  msgstr ""
4041
 
4042
+ #: defaults.php:390
4043
  msgid "User removed content from a menu"
4044
  msgstr ""
4045
 
4046
+ #: defaults.php:390
4047
  msgid ""
4048
  "Removed the %ContentType% called %ContentName% from the menu %MenuName%."
4049
  msgstr ""
4050
 
4051
+ #: defaults.php:391
4052
  msgid "User deleted menu"
4053
  msgstr ""
4054
 
4055
+ #: defaults.php:391
4056
  msgid "Deleted the menu %MenuName%."
4057
  msgstr ""
4058
 
4059
+ #: defaults.php:392
4060
  msgid "User changed menu setting"
4061
  msgstr ""
4062
 
4063
+ #: defaults.php:392
4064
  msgid "%Status% the menu setting %MenuSetting% in %MenuName%."
4065
  msgstr ""
4066
 
4067
+ #: defaults.php:393
4068
  msgid "User modified content in a menu"
4069
  msgstr ""
4070
 
4071
+ #: defaults.php:393
4072
  msgid "Modified the %ContentType% called %ContentName% in menu %MenuName%."
4073
  msgstr ""
4074
 
4075
+ #: defaults.php:394
4076
  msgid "User changed name of a menu"
4077
  msgstr ""
4078
 
4079
+ #: defaults.php:394
4080
  msgid "Changed the name of menu %OldMenuName% to %NewMenuName%."
4081
  msgstr ""
4082
 
4083
+ #: defaults.php:395
4084
  msgid "User changed order of the objects in a menu"
4085
  msgstr ""
4086
 
4087
+ #: defaults.php:395
4088
  msgid "Changed the order of the %ItemName% in menu %MenuName%."
4089
  msgstr ""
4090
 
4091
+ #: defaults.php:396
4092
  msgid "User moved objects as a sub-item"
4093
  msgstr ""
4094
 
4095
+ #: defaults.php:396
4096
  msgid "Moved %ItemName% as a sub-item of %ParentName% in menu %MenuName%."
4097
  msgstr ""
4098
 
4099
+ #: defaults.php:402
4100
  msgid "Widgets"
4101
  msgstr ""
4102
 
4103
+ #: defaults.php:403
4104
  msgid "User added a new widget"
4105
  msgstr ""
4106
 
4107
+ #: defaults.php:403
4108
  msgid "Added a new %WidgetName% widget in %Sidebar%."
4109
  msgstr ""
4110
 
4111
+ #: defaults.php:404
4112
  msgid "User modified a widget"
4113
  msgstr ""
4114
 
4115
+ #: defaults.php:404
4116
  msgid "Modified the %WidgetName% widget in %Sidebar%."
4117
  msgstr ""
4118
 
4119
+ #: defaults.php:405
4120
  msgid "User deleted widget"
4121
  msgstr ""
4122
 
4123
+ #: defaults.php:405
4124
  msgid "Deleted the %WidgetName% widget from %Sidebar%."
4125
  msgstr ""
4126
 
4127
+ #: defaults.php:406
4128
  msgid "User moved widget"
4129
  msgstr ""
4130
 
4131
+ #: defaults.php:406
4132
  msgid "Moved the %WidgetName% widget from %OldSidebar% to %NewSidebar%."
4133
  msgstr ""
4134
 
4135
+ #: defaults.php:407
4136
  msgid "User changed widget position"
4137
  msgstr ""
4138
 
4139
+ #: defaults.php:407
4140
  msgid "Changed the position of the widget %WidgetName% in sidebar %Sidebar%."
4141
  msgstr ""
4142
 
4143
+ #: defaults.php:413
4144
  msgid "Site Settings"
4145
  msgstr ""
4146
 
4147
+ #: defaults.php:414
4148
  msgid ""
4149
  "Enabled/Disabled the option Discourage search engines from indexing this site"
4150
  msgstr ""
4151
 
4152
+ #: defaults.php:414
4153
  msgid "%Status% the option Discourage search engines from indexing this site."
4154
  msgstr ""
4155
 
4156
+ #: defaults.php:415
4157
  msgid "Enabled/Disabled comments on all the website"
4158
  msgstr ""
4159
 
4160
+ #: defaults.php:415
4161
  msgid "%Status% comments on all the website."
4162
  msgstr ""
4163
 
4164
+ #: defaults.php:416
4165
  msgid "Enabled/Disabled the option Comment author must fill out name and email"
4166
  msgstr ""
4167
 
4168
+ #: defaults.php:416
4169
  msgid "%Status% the option Comment author must fill out name and email."
4170
  msgstr ""
4171
 
4172
+ #: defaults.php:417
4173
  msgid ""
4174
  "Enabled/Disabled the option Users must be logged in and registered to comment"
4175
  msgstr ""
4176
 
4177
+ #: defaults.php:417
4178
  msgid "%Status% the option Users must be logged in and registered to comment."
4179
  msgstr ""
4180
 
4181
+ #: defaults.php:418
4182
  msgid "Enabled/Disabled the option to automatically close comments"
4183
  msgstr ""
4184
 
4185
+ #: defaults.php:418
4186
  msgid "%Status% the option to automatically close comments after %Value% days."
4187
  msgstr ""
4188
 
4189
+ #: defaults.php:419
4190
  msgid "Changed the value of the option Automatically close comments"
4191
  msgstr ""
4192
 
4193
+ #: defaults.php:419
4194
  msgid ""
4195
  "Changed the value of the option Automatically close comments from %OldValue% "
4196
  "to %NewValue% days."
4197
  msgstr ""
4198
 
4199
+ #: defaults.php:420
4200
  msgid "Enabled/Disabled the option for comments to be manually approved"
4201
  msgstr ""
4202
 
4203
+ #: defaults.php:420
4204
  msgid "%Status% the option for comments to be manually approved."
4205
  msgstr ""
4206
 
4207
+ #: defaults.php:421
4208
  msgid ""
4209
  "Enabled/Disabled the option for an author to have previously approved "
4210
  "comments for the comments to appear"
4211
  msgstr ""
4212
 
4213
+ #: defaults.php:421
4214
  msgid ""
4215
  "%Status% the option for an author to have previously approved comments for "
4216
  "the comments to appear."
4217
  msgstr ""
4218
 
4219
+ #: defaults.php:422
4220
  msgid ""
4221
  "Changed the number of links that a comment must have to be held in the queue"
4222
  msgstr ""
4223
 
4224
+ #: defaults.php:422
4225
  msgid ""
4226
  "Changed the number of links from %OldValue% to %NewValue% that a comment "
4227
  "must have to be held in the queue."
4228
  msgstr ""
4229
 
4230
+ #: defaults.php:423
4231
  msgid "Modified the list of keywords for comments moderation"
4232
  msgstr ""
4233
 
4234
+ #: defaults.php:423
4235
  msgid "Modified the list of keywords for comments moderation."
4236
  msgstr ""
4237
 
4238
+ #: defaults.php:424
4239
  msgid "Modified the list of keywords for comments blacklisting"
4240
  msgstr ""
4241
 
4242
+ #: defaults.php:424
4243
  msgid "Modified the list of keywords for comments blacklisting."
4244
  msgstr ""
4245
 
4246
+ #: defaults.php:425
4247
  msgid "Created a New cron job"
4248
  msgstr ""
4249
 
4250
+ #: defaults.php:425
4251
  msgid ""
4252
  "A new cron job called %name% was created and is scheduled to run %schedule%."
4253
  msgstr ""
4254
 
4255
+ #: defaults.php:426
4256
  msgid "Changed status of the cron job"
4257
  msgstr ""
4258
 
4259
+ #: defaults.php:426
4260
  msgid "The cron job %name% was %status%."
4261
  msgstr ""
4262
 
4263
+ #: defaults.php:427
4264
  msgid "Deleted the cron job"
4265
  msgstr ""
4266
 
4267
+ #: defaults.php:427
4268
  msgid "The cron job %name% was deleted."
4269
  msgstr ""
4270
 
4271
+ #: defaults.php:428
4272
  msgid "Started the cron job"
4273
  msgstr ""
4274
 
4275
+ #: defaults.php:428
4276
  msgid "The cron job %name% has just started."
4277
  msgstr ""
4278
 
4279
+ #: defaults.php:432
4280
+ msgid "File content has been modified."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4281
  msgstr ""
4282
 
4283
+ #: defaults.php:432
4284
+ msgid "The content of the file %FileLocation% has been modified."
4285
  msgstr ""
4286
 
4287
+ #: defaults.php:433
4288
+ msgid "File added to the site."
4289
  msgstr ""
4290
 
4291
+ #: defaults.php:433
4292
+ msgid "The file %FileLocation% has been added to your website."
4293
  msgstr ""
4294
 
4295
+ #: defaults.php:434
4296
+ msgid "File deleted from the site."
4297
  msgstr ""
4298
 
4299
+ #: defaults.php:434
4300
+ msgid "The file %FileLocation% has been deleted from your website."
 
4301
  msgstr ""
4302
 
4303
+ #: defaults.php:435
4304
+ msgid "File not scanned because it is bigger than 5MB."
4305
  msgstr ""
4306
 
4307
+ #: defaults.php:435
4308
  msgid ""
4309
+ "The file %FileLocation% was not scanned because it is bigger than 5MB. "
4310
+ "Please <a href=\"https://www.wpsecurityauditlog.com/contact/\" target="
4311
+ "\"_blank\">contact our support</a> for more information."
4312
  msgstr ""
4313
 
4314
+ #: defaults.php:436
4315
+ msgid "File integrity scan stopped due to the limit of 1 million files."
4316
  msgstr ""
4317
 
4318
+ #: defaults.php:436
4319
  msgid ""
4320
+ "The file changes scanning engine has reached the limit of 1 million files "
4321
+ "and stopped the scan. Please <a href=\"https://www.wpsecurityauditlog.com/"
4322
+ "contact/\" target=\"_blank\">contact our support</a> for more information."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4323
  msgstr ""
4324
 
4325
+ #: defaults.php:443
4326
+ msgid "Multisite Network"
4327
  msgstr ""
4328
 
4329
+ #: defaults.php:448
4330
+ msgid "User granted Super Admin privileges"
4331
  msgstr ""
4332
 
4333
+ #: defaults.php:448
4334
+ msgid "Granted Super Admin privileges to %TargetUsername%."
 
 
4335
  msgstr ""
4336
 
4337
+ #: defaults.php:449
4338
+ msgid "User revoked from Super Admin privileges"
4339
  msgstr ""
4340
 
4341
+ #: defaults.php:449
4342
+ msgid "Revoked Super Admin privileges from %TargetUsername%."
 
 
4343
  msgstr ""
4344
 
4345
+ #: defaults.php:450
4346
+ msgid "Existing user added to a site"
4347
  msgstr ""
4348
 
4349
+ #: defaults.php:450
4350
  msgid ""
4351
+ "Added the existing user %TargetUsername% with %TargetUserRole% role to site "
4352
+ "%SiteName%."
 
 
 
 
 
 
 
 
4353
  msgstr ""
4354
 
4355
+ #: defaults.php:451
4356
+ msgid "User removed from site"
4357
  msgstr ""
4358
 
4359
+ #: defaults.php:451
4360
  msgid ""
4361
+ "Removed the user %TargetUsername% with role %TargetUserRole% from %SiteName% "
4362
+ "site."
4363
  msgstr ""
4364
 
4365
+ #: defaults.php:452
4366
+ msgid "New network user created"
4367
  msgstr ""
4368
 
4369
+ #: defaults.php:452
4370
+ msgid "Created a new network user %NewUserData->Username%."
4371
  msgstr ""
4372
 
4373
+ #: defaults.php:453
4374
+ msgid "The forum role of a user was changed by another WordPress user"
4375
  msgstr ""
4376
 
4377
+ #: defaults.php:453
4378
  msgid ""
4379
+ "Change the forum role of the user %TargetUsername% from %OldRole% to %NewRole"
4380
+ "% by %UserChanger%."
4381
  msgstr ""
4382
 
4383
+ #: defaults.php:454
4384
+ msgid "New site added on the network"
4385
  msgstr ""
4386
 
4387
+ #: defaults.php:454
4388
+ msgid "Added the site %SiteName% to the network."
 
 
4389
  msgstr ""
4390
 
4391
+ #: defaults.php:455
4392
+ msgid "Existing site archived"
4393
  msgstr ""
4394
 
4395
+ #: defaults.php:455
4396
+ msgid "Archived the site %SiteName%."
4397
  msgstr ""
4398
 
4399
+ #: defaults.php:456
4400
+ msgid "Archived site has been unarchived"
4401
  msgstr ""
4402
 
4403
+ #: defaults.php:456
4404
+ msgid "Unarchived the site %SiteName%."
 
 
4405
  msgstr ""
4406
 
4407
+ #: defaults.php:457
4408
+ msgid "Deactivated site has been activated"
4409
  msgstr ""
4410
 
4411
+ #: defaults.php:457
4412
+ msgid "Activated the site %SiteName%."
 
 
4413
  msgstr ""
4414
 
4415
+ #: defaults.php:458
4416
+ msgid "Site has been deactivated"
4417
  msgstr ""
4418
 
4419
+ #: defaults.php:458
4420
+ msgid "Deactivated the site %SiteName%."
 
 
4421
  msgstr ""
4422
 
4423
+ #: defaults.php:459
4424
+ msgid "Existing site deleted from network"
4425
  msgstr ""
4426
 
4427
+ #: defaults.php:459
4428
+ msgid "Deleted the site %SiteName%."
 
 
4429
  msgstr ""
4430
 
4431
+ #: defaults.php:460
4432
+ msgid "Activated theme on network"
4433
  msgstr ""
4434
 
4435
+ #: defaults.php:460
4436
  msgid ""
4437
+ "Network activated the theme %Theme->Name% installed in %Theme-"
4438
+ ">get_template_directory%."
4439
  msgstr ""
4440
 
4441
+ #: defaults.php:461
4442
+ msgid "Deactivated theme from network"
4443
  msgstr ""
4444
 
4445
+ #: defaults.php:461
4446
  msgid ""
4447
+ "Network deactivated the theme %Theme->Name% installed in %Theme-"
4448
+ ">get_template_directory%."
 
 
 
 
4449
  msgstr ""
4450
 
4451
+ #: defaults.php:468
4452
+ msgid "Third Party Plugins"
4453
  msgstr ""
4454
 
4455
+ #: defaults.php:473
4456
  msgid "User created new forum"
4457
  msgstr ""
4458
 
4459
+ #: defaults.php:473
4460
  msgid ""
4461
  "Created new forum %ForumName%. Forum URL is %ForumURL%. %EditorLinkForum%."
4462
  msgstr ""
4463
 
4464
+ #: defaults.php:474
4465
  msgid "User changed status of a forum"
4466
  msgstr ""
4467
 
4468
+ #: defaults.php:474
4469
  msgid ""
4470
  "Changed the status of the forum %ForumName% from %OldStatus% to %NewStatus%. "
4471
  "%EditorLinkForum%."
4472
  msgstr ""
4473
 
4474
+ #: defaults.php:475
4475
  msgid "User changed visibility of a forum"
4476
  msgstr ""
4477
 
4478
+ #: defaults.php:475
4479
  msgid ""
4480
  "Changed the visibility of the forum %ForumName% from %OldVisibility% to "
4481
  "%NewVisibility%. %EditorLinkForum%."
4482
  msgstr ""
4483
 
4484
+ #: defaults.php:476
4485
  msgid "User changed the URL of a forum"
4486
  msgstr ""
4487
 
4488
+ #: defaults.php:476
4489
  msgid ""
4490
  "Changed the URL of the forum %ForumName% from %OldUrl% to %NewUrl%. "
4491
  "%EditorLinkForum%."
4492
  msgstr ""
4493
 
4494
+ #: defaults.php:477
4495
  msgid "User changed order of a forum"
4496
  msgstr ""
4497
 
4498
+ #: defaults.php:477
4499
  msgid ""
4500
  "Changed the order of the forum %ForumName% from %OldOrder% to %NewOrder%. "
4501
  "%EditorLinkForum%."
4502
  msgstr ""
4503
 
4504
+ #: defaults.php:478
4505
  msgid "User moved forum to trash"
4506
  msgstr ""
4507
 
4508
+ #: defaults.php:478
4509
  msgid "Moved the forum %ForumName% to trash."
4510
  msgstr ""
4511
 
4512
+ #: defaults.php:479
4513
  msgid "User permanently deleted forum"
4514
  msgstr ""
4515
 
4516
+ #: defaults.php:479
4517
  msgid "Permanently deleted the forum %ForumName%."
4518
  msgstr ""
4519
 
4520
+ #: defaults.php:480
4521
  msgid "User restored forum from trash"
4522
  msgstr ""
4523
 
4524
+ #: defaults.php:480
4525
  msgid "Restored the forum %ForumName% from trash. %EditorLinkForum%."
4526
  msgstr ""
4527
 
4528
+ #: defaults.php:481
4529
  msgid "User changed the parent of a forum"
4530
  msgstr ""
4531
 
4532
+ #: defaults.php:481
4533
  msgid ""
4534
  "Changed the parent of the forum %ForumName% from %OldParent% to %NewParent%. "
4535
  "%EditorLinkForum%."
4536
  msgstr ""
4537
 
4538
+ #: defaults.php:482
4539
  msgid "User changed forum's role"
4540
  msgstr ""
4541
 
4542
+ #: defaults.php:482
4543
  msgid "Changed the forum's auto role from %OldRole% to %NewRole%."
4544
  msgstr ""
4545
 
4546
+ #: defaults.php:483
4547
  msgid "User changed option of a forum"
4548
  msgstr ""
4549
 
4550
+ #: defaults.php:483
4551
  msgid "%Status% the option for anonymous posting on forum."
4552
  msgstr ""
4553
 
4554
+ #: defaults.php:484
4555
  msgid "User changed type of a forum"
4556
  msgstr ""
4557
 
4558
+ #: defaults.php:484
4559
  msgid ""
4560
  "Changed the type of the forum %ForumName% from %OldType% to %NewType%. "
4561
  "%EditorLinkForum%."
4562
  msgstr ""
4563
 
4564
+ #: defaults.php:485
4565
  msgid "User changed time to disallow post editing"
4566
  msgstr ""
4567
 
4568
+ #: defaults.php:485
4569
  msgid ""
4570
  "Changed the time to disallow post editing from %OldTime% to %NewTime% "
4571
  "minutes in the forums."
4572
  msgstr ""
4573
 
4574
+ #: defaults.php:486
4575
  msgid "User changed the forum setting posting throttle time"
4576
  msgstr ""
4577
 
4578
+ #: defaults.php:486
4579
  msgid ""
4580
  "Changed the posting throttle time from %OldTime% to %NewTime% seconds in the "
4581
  "forums."
4582
  msgstr ""
4583
 
4584
+ #: defaults.php:487
4585
  msgid "User created new topic"
4586
  msgstr ""
4587
 
4588
+ #: defaults.php:487
4589
  msgid "Created a new topic %TopicName%. %EditorLinkTopic%."
4590
  msgstr ""
4591
 
4592
+ #: defaults.php:488
4593
  msgid "User changed status of a topic"
4594
  msgstr ""
4595
 
4596
+ #: defaults.php:488
4597
  msgid ""
4598
  "Changed the status of the topic %TopicName% from %OldStatus% to %NewStatus%. "
4599
  "%EditorLinkTopic%."
4600
  msgstr ""
4601
 
4602
+ #: defaults.php:489
4603
  msgid "User changed type of a topic"
4604
  msgstr ""
4605
 
4606
+ #: defaults.php:489
4607
  msgid ""
4608
  "Changed the type of the topic %TopicName% from %OldType% to %NewType%. "
4609
  "%EditorLinkTopic%."
4610
  msgstr ""
4611
 
4612
+ #: defaults.php:490
4613
  msgid "User changed URL of a topic"
4614
  msgstr ""
4615
 
4616
+ #: defaults.php:490
4617
  msgid "Changed the URL of the topic %TopicName% from %OldUrl% to %NewUrl%."
4618
  msgstr ""
4619
 
4620
+ #: defaults.php:491
4621
  msgid "User changed the forum of a topic"
4622
  msgstr ""
4623
 
4624
+ #: defaults.php:491
4625
  msgid ""
4626
  "Changed the forum of the topic %TopicName% from %OldForum% to %NewForum%. "
4627
  "%EditorLinkTopic%."
4628
  msgstr ""
4629
 
4630
+ #: defaults.php:492
4631
  msgid "User moved topic to trash"
4632
  msgstr ""
4633
 
4634
+ #: defaults.php:492
4635
  msgid "Moved the topic %TopicName% to trash."
4636
  msgstr ""
4637
 
4638
+ #: defaults.php:493
4639
  msgid "User permanently deleted topic"
4640
  msgstr ""
4641
 
4642
+ #: defaults.php:493
4643
  msgid "Permanently deleted the topic %TopicName%."
4644
  msgstr ""
4645
 
4646
+ #: defaults.php:494
4647
  msgid "User restored topic from trash"
4648
  msgstr ""
4649
 
4650
+ #: defaults.php:494
4651
  msgid "Restored the topic %TopicName% from trash. %EditorLinkTopic%."
4652
  msgstr ""
4653
 
4654
+ #: defaults.php:495
4655
  msgid "User changed visibility of a topic"
4656
  msgstr ""
4657
 
4658
+ #: defaults.php:495
4659
  msgid ""
4660
  "Changed the visibility of the topic %TopicName% from %OldVisibility% to "
4661
  "%NewVisibility%. %EditorLinkTopic%."
4662
  msgstr ""
4663
 
4664
+ #: defaults.php:502
 
 
 
 
4665
  msgid "User created a new product"
4666
  msgstr ""
4667
 
4668
+ #: defaults.php:502
4669
  msgid ""
4670
  "Created a new product called %ProductTitle% and saved it as draft. View the "
4671
  "product: %EditorLinkProduct%."
4672
  msgstr ""
4673
 
4674
+ #: defaults.php:503
4675
  msgid "User published a product"
4676
  msgstr ""
4677
 
4678
+ #: defaults.php:503
4679
  msgid ""
4680
  "Published a product called %ProductTitle%. Product URL is %ProductUrl%. View "
4681
  "the product: %EditorLinkProduct%."
4682
  msgstr ""
4683
 
4684
+ #: defaults.php:504
4685
  msgid "User created a new product category"
4686
  msgstr ""
4687
 
4688
+ #: defaults.php:504
4689
  msgid ""
4690
  "Created a new product category called %CategoryName% in WooCommerce. Product "
4691
  "category slug is %Slug%."
4692
  msgstr ""
4693
 
4694
+ #: defaults.php:505
4695
  msgid "User changed the category of a product"
4696
  msgstr ""
4697
 
4698
+ #: defaults.php:505
4699
  msgid ""
4700
  "Changed the category of the product %ProductTitle% from %OldCategories% to "
4701
  "%NewCategories%. View the product: %EditorLinkProduct%."
4702
  msgstr ""
4703
 
4704
+ #: defaults.php:506
4705
  msgid "User modified the short description of a product"
4706
  msgstr ""
4707
 
4708
+ #: defaults.php:506
4709
  msgid ""
4710
  "Modified the short description of the product %ProductTitle%.%ChangeText% "
4711
  "View the product: %EditorLinkProduct%."
4712
  msgstr ""
4713
 
4714
+ #: defaults.php:507
4715
  msgid "User modified the text of a product"
4716
  msgstr ""
4717
 
4718
+ #: defaults.php:507
4719
  msgid ""
4720
  "Modified the text of the product %ProductTitle%. View the product: "
4721
  "%EditorLinkProduct%."
4722
  msgstr ""
4723
 
4724
+ #: defaults.php:508
4725
  msgid "User changed the URL of a product"
4726
  msgstr ""
4727
 
4728
+ #: defaults.php:508
4729
  msgid ""
4730
  "Changed the URL of the product %ProductTitle%%ReportText%.%ChangeText% View "
4731
  "the product: %EditorLinkProduct%."
4732
  msgstr ""
4733
 
4734
+ #: defaults.php:509
4735
  msgid "User changed the Product Data of a product"
4736
  msgstr ""
4737
 
4738
+ #: defaults.php:509
4739
  msgid ""
4740
  "Changed the Product Data of the product %ProductTitle%. View the product: "
4741
  "%EditorLinkProduct%."
4742
  msgstr ""
4743
 
4744
+ #: defaults.php:510
4745
  msgid "User changed the date of a product"
4746
  msgstr ""
4747
 
4748
+ #: defaults.php:510
4749
  msgid ""
4750
  "Changed the date of the product %ProductTitle% from %OldDate% to %NewDate%. "
4751
  "View the product: %EditorLinkProduct%."
4752
  msgstr ""
4753
 
4754
+ #: defaults.php:511
4755
  msgid "User changed the visibility of a product"
4756
  msgstr ""
4757
 
4758
+ #: defaults.php:511
4759
  msgid ""
4760
  "Changed the visibility of the product %ProductTitle% from %OldVisibility% to "
4761
  "%NewVisibility%. View the product: %EditorLinkProduct%."
4762
  msgstr ""
4763
 
4764
+ #: defaults.php:512
4765
  msgid "User modified the published product"
4766
  msgstr ""
4767
 
4768
+ #: defaults.php:512
4769
  msgid ""
4770
  "Modified the published product %ProductTitle%. Product URL is %ProductUrl%. "
4771
  "View the product: %EditorLinkProduct%."
4772
  msgstr ""
4773
 
4774
+ #: defaults.php:513
4775
  msgid "User modified the draft product"
4776
  msgstr ""
4777
 
4778
+ #: defaults.php:513
4779
  msgid ""
4780
  "Modified the draft product %ProductTitle%. View the product: "
4781
  "%EditorLinkProduct%."
4782
  msgstr ""
4783
 
4784
+ #: defaults.php:514
4785
  msgid "User moved a product to trash"
4786
  msgstr ""
4787
 
4788
+ #: defaults.php:514
4789
  msgid ""
4790
  "Moved the product %ProductTitle% to trash. Product URL was %ProductUrl%."
4791
  msgstr ""
4792
 
4793
+ #: defaults.php:515
4794
  msgid "User permanently deleted a product"
4795
  msgstr ""
4796
 
4797
+ #: defaults.php:515
4798
  msgid "Permanently deleted the product %ProductTitle%."
4799
  msgstr ""
4800
 
4801
+ #: defaults.php:516
4802
  msgid "User restored a product from the trash"
4803
  msgstr ""
4804
 
4805
+ #: defaults.php:516
4806
  msgid ""
4807
  "Product %ProductTitle% has been restored from trash. View product: "
4808
  "%EditorLinkProduct%."
4809
  msgstr ""
4810
 
4811
+ #: defaults.php:517
4812
  msgid "User changed status of a product"
4813
  msgstr ""
4814
 
4815
+ #: defaults.php:517
4816
  msgid ""
4817
  "Changed the status of the product %ProductTitle% from %OldStatus% to "
4818
  "%NewStatus%. View the product: %EditorLinkProduct%."
4819
  msgstr ""
4820
 
4821
+ #: defaults.php:518
4822
  msgid "User changed type of a price"
4823
  msgstr ""
4824
 
4825
+ #: defaults.php:518
4826
  msgid ""
4827
  "Changed the %PriceType% of the product %ProductTitle% from %OldPrice% to "
4828
  "%NewPrice%. View the product: %EditorLinkProduct%."
4829
  msgstr ""
4830
 
4831
+ #: defaults.php:519
4832
  msgid "User changed the SKU of a product"
4833
  msgstr ""
4834
 
4835
+ #: defaults.php:519
4836
  msgid ""
4837
  "Changed the SKU of the product %ProductTitle% from %OldSku% to %NewSku%. "
4838
  "View the product: %EditorLinkProduct%."
4839
  msgstr ""
4840
 
4841
+ #: defaults.php:520
4842
  msgid "User changed the stock status of a product"
4843
  msgstr ""
4844
 
4845
+ #: defaults.php:520
4846
  msgid ""
4847
  "Changed the stock status of the product %ProductTitle% from %OldStatus% to "
4848
  "%NewStatus%. View the product: %EditorLinkProduct%."
4849
  msgstr ""
4850
 
4851
+ #: defaults.php:521
4852
  msgid "User changed the stock quantity"
4853
  msgstr ""
4854
 
4855
+ #: defaults.php:521
4856
  msgid ""
4857
  "Changed the stock quantity of the product %ProductTitle% from %OldValue% to "
4858
  "%NewValue%. View the product: %EditorLinkProduct%"
4859
  msgstr ""
4860
 
4861
+ #: defaults.php:522
4862
  msgid "User set a product type"
4863
  msgstr ""
4864
 
4865
+ #: defaults.php:522
4866
  msgid ""
4867
  "Set the product %ProductTitle% as %Type%. View the product: "
4868
  "%EditorLinkProduct%."
4869
  msgstr ""
4870
 
4871
+ #: defaults.php:523
4872
  msgid "User changed the weight of a product"
4873
  msgstr ""
4874
 
4875
+ #: defaults.php:523
4876
  msgid ""
4877
  "Changed the weight of the product %ProductTitle% from %OldWeight% to "
4878
  "%NewWeight%. View the product: %EditorLinkProduct%."
4879
  msgstr ""
4880
 
4881
+ #: defaults.php:524
4882
  msgid "User changed the dimensions of a product"
4883
  msgstr ""
4884
 
4885
+ #: defaults.php:524
4886
  msgid ""
4887
  "Changed the %DimensionType% dimensions of the product %ProductTitle% from "
4888
  "%OldDimension% to %NewDimension%. View the product: %EditorLinkProduct%."
4889
  msgstr ""
4890
 
4891
+ #: defaults.php:525
4892
  msgid "User added the Downloadable File to a product"
4893
  msgstr ""
4894
 
4895
+ #: defaults.php:525
4896
  msgid ""
4897
  "Added the Downloadable File %FileName% with File URL %FileUrl% to the "
4898
  "product %ProductTitle%. View the product: %EditorLinkProduct%."
4899
  msgstr ""
4900
 
4901
+ #: defaults.php:526
4902
  msgid "User Removed the Downloadable File from a product"
4903
  msgstr ""
4904
 
4905
+ #: defaults.php:526
4906
  msgid ""
4907
  "Removed the Downloadable File %FileName% with File URL %FileUrl% from the "
4908
  "product %ProductTitle%. View the product: %EditorLinkProduct%."
4909
  msgstr ""
4910
 
4911
+ #: defaults.php:527
4912
  msgid "User changed the name of a Downloadable File in a product"
4913
  msgstr ""
4914
 
4915
+ #: defaults.php:527
4916
  msgid ""
4917
  "Changed the name of a Downloadable File from %OldName% to %NewName% in "
4918
  "product %ProductTitle%. View the product: %EditorLinkProduct%."
4919
  msgstr ""
4920
 
4921
+ #: defaults.php:528
4922
  msgid "User changed the URL of the Downloadable File in a product"
4923
  msgstr ""
4924
 
4925
+ #: defaults.php:528
4926
  msgid ""
4927
  "Changed the URL of the Downloadable File %FileName% from %OldUrl% to %NewUrl"
4928
  "% in product %ProductTitle%. View the product: %EditorLinkProduct%."
4929
  msgstr ""
4930
 
4931
+ #: defaults.php:529
4932
  msgid "User changed the Weight Unit"
4933
  msgstr ""
4934
 
4935
+ #: defaults.php:529
4936
  msgid "Changed the Weight Unit from %OldUnit% to %NewUnit% in WooCommerce."
4937
  msgstr ""
4938
 
4939
+ #: defaults.php:530
4940
  msgid "User changed the Dimensions Unit"
4941
  msgstr ""
4942
 
4943
+ #: defaults.php:530
4944
  msgid "Changed the Dimensions Unit from %OldUnit% to %NewUnit% in WooCommerce."
4945
  msgstr ""
4946
 
4947
+ #: defaults.php:531
4948
  msgid "User changed the Base Location"
4949
  msgstr ""
4950
 
4951
+ #: defaults.php:531
4952
  msgid ""
4953
  "Changed the Base Location from %OldLocation% to %NewLocation% in WooCommerce."
4954
  msgstr ""
4955
 
4956
+ #: defaults.php:532
4957
  msgid "User Enabled/Disabled taxes"
4958
  msgstr ""
4959
 
4960
+ #: defaults.php:532
4961
  msgid "%Status% taxes in the WooCommerce store."
4962
  msgstr ""
4963
 
4964
+ #: defaults.php:533
4965
  msgid "User changed the currency"
4966
  msgstr ""
4967
 
4968
+ #: defaults.php:533
4969
  msgid ""
4970
  "Changed the currency from %OldCurrency% to %NewCurrency% in WooCommerce."
4971
  msgstr ""
4972
 
4973
+ #: defaults.php:534
4974
  msgid "User Enabled/Disabled the use of coupons during checkout"
4975
  msgstr ""
4976
 
4977
+ #: defaults.php:534
4978
  msgid "%Status% the use of coupons during checkout in WooCommerce."
4979
  msgstr ""
4980
 
4981
+ #: defaults.php:535
4982
  msgid "User Enabled/Disabled guest checkout"
4983
  msgstr ""
4984
 
4985
+ #: defaults.php:535
4986
  msgid "%Status% guest checkout in WooCommerce."
4987
  msgstr ""
4988
 
4989
+ #: defaults.php:536
4990
  msgid "User Enabled/Disabled cash on delivery"
4991
  msgstr ""
4992
 
4993
+ #: defaults.php:536
4994
  msgid "%Status% the option Enable cash on delivery in WooCommerce."
4995
  msgstr ""
4996
 
4997
+ #: defaults.php:537
4998
+ msgid "User opened a product in the editor"
4999
  msgstr ""
5000
 
5001
+ #: defaults.php:537
5002
+ msgid ""
5003
+ "Opened the %ProductStatus% product page %ProductTitle% in editor. View the "
5004
+ "product: %EditorLinkProduct%."
5005
+ msgstr ""
5006
+
5007
+ #: defaults.php:538
5008
+ msgid "User viewed a product"
5009
+ msgstr ""
5010
+
5011
+ #: defaults.php:538
5012
+ msgid ""
5013
+ "Viewed the %ProductStatus% product page %ProductTitle%. View the product: "
5014
+ "%EditorLinkProduct%."
5015
+ msgstr ""
5016
+
5017
+ #: defaults.php:545
5018
  msgid "User changed title of a SEO post"
5019
  msgstr ""
5020
 
5021
+ #: defaults.php:545
5022
  msgid ""
5023
  "Changed the SEO title of the %PostStatus% %PostType%%ReportText%.%ChangeText"
5024
  "% %EditorLinkPost%."
5025
  msgstr ""
5026
 
5027
+ #: defaults.php:546
5028
  msgid "User changed the meta description of a SEO post"
5029
  msgstr ""
5030
 
5031
+ #: defaults.php:546
5032
  msgid ""
5033
  "Changed the Meta description of the %PostStatus% %PostType% titled %PostTitle"
5034
  "%%ReportText%.%ChangeText% %EditorLinkPost%."
5035
  msgstr ""
5036
 
5037
+ #: defaults.php:547
5038
  msgid ""
5039
  "User changed setting to allow search engines to show post in search results "
5040
  "of a SEO post"
5041
  msgstr ""
5042
 
5043
+ #: defaults.php:547
5044
  msgid ""
5045
  "Changed the setting to allow search engines to show post in search results "
5046
  "from %OldStatus% to %NewStatus% in the %PostStatus% %PostType% titled "
5047
  "%PostTitle%. %EditorLinkPost%."
5048
  msgstr ""
5049
 
5050
+ #: defaults.php:548
5051
  msgid ""
5052
  "User Enabled/Disabled the option for search engine to follow links of a SEO "
5053
  "post"
5054
  msgstr ""
5055
 
5056
+ #: defaults.php:548
5057
  msgid ""
5058
  "%NewStatus% the option for search engine to follow links in the %PostType% "
5059
  "titled %PostTitle%. %EditorLinkPost%."
5060
  msgstr ""
5061
 
5062
+ #: defaults.php:549
5063
  msgid "User set the meta robots advanced setting of a SEO post"
5064
  msgstr ""
5065
 
5066
+ #: defaults.php:549
5067
  msgid ""
5068
  "Set the Meta Robots Advanced setting to %NewStatus% in the %PostStatus% "
5069
  "%PostType% titled %PostTitle%. %EditorLinkPost%."
5070
  msgstr ""
5071
 
5072
+ #: defaults.php:550
5073
  msgid "User changed the canonical URL of a SEO post"
5074
  msgstr ""
5075
 
5076
+ #: defaults.php:550
5077
  msgid ""
5078
  "Changed the Canonical URL of the %PostStatus% %PostType% titled %PostTitle%"
5079
  "%ReportText%.%ChangeText% %EditorLinkPost%."
5080
  msgstr ""
5081
 
5082
+ #: defaults.php:551
5083
  msgid "User changed the focus keyword of a SEO post"
5084
  msgstr ""
5085
 
5086
+ #: defaults.php:551
5087
  msgid ""
5088
  "Changed the focus keyword of the %PostStatus% %PostType% titled %PostTitle% "
5089
  "from %old_keywords% to %new_keywords%. %EditorLinkPost%."
5090
  msgstr ""
5091
 
5092
+ #: defaults.php:552
5093
  msgid "User Enabled/Disabled the option Cornerston Content of a SEO post"
5094
  msgstr ""
5095
 
5096
+ #: defaults.php:552
5097
  msgid ""
5098
  "%Status% the option Cornerston Content on the %PostStatus% %PostType% titled "
5099
  "%PostTitle%. %EditorLinkPost%."
5100
  msgstr ""
5101
 
5102
+ #: defaults.php:553
5103
  msgid "User changed the Title Separator setting"
5104
  msgstr ""
5105
 
5106
+ #: defaults.php:553
5107
  msgid ""
5108
  "Changed the Title Separator from %old% to %new% in the Yoast SEO plugin "
5109
  "settings."
5110
  msgstr ""
5111
 
5112
+ #: defaults.php:554
5113
  msgid "User changed the Homepage Title setting"
5114
  msgstr ""
5115
 
5116
+ #: defaults.php:554
5117
  msgid ""
5118
  "Changed the Homepage Title%ReportText% in the Yoast SEO plugin settings."
5119
  "%ChangeText%"
5120
  msgstr ""
5121
 
5122
+ #: defaults.php:555
5123
  msgid "User changed the Homepage Meta description setting"
5124
  msgstr ""
5125
 
5126
+ #: defaults.php:555
5127
  msgid ""
5128
  "Changed the Homepage Meta description%ReportText% in the Yoast SEO plugin "
5129
  "settings.%ChangeText%"
5130
  msgstr ""
5131
 
5132
+ #: defaults.php:556
5133
  msgid "User changed the Company or Person setting"
5134
  msgstr ""
5135
 
5136
+ #: defaults.php:556
5137
  msgid ""
5138
  "Changed the Company or Person setting from %old% to %new% in the YOAST SEO "
5139
  "plugin settings."
5140
  msgstr ""
5141
 
5142
+ #: defaults.php:557
5143
  msgid ""
5144
  "User Enabled/Disabled the option Show Posts/Pages in Search Results in the "
5145
  "Yoast SEO plugin settings"
5146
  msgstr ""
5147
 
5148
+ #: defaults.php:557
5149
  msgid ""
5150
  "%Status% the option Show %SEOPostType% in Search Results in the Yoast SEO "
5151
  "plugin settings."
5152
  msgstr ""
5153
 
5154
+ #: defaults.php:558
5155
  msgid ""
5156
  "User changed the Posts/Pages title template in the Yoast SEO plugin settings"
5157
  msgstr ""
5158
 
5159
+ #: defaults.php:558
5160
  msgid ""
5161
  "Changed the %SEOPostType% title template from %old% to %new% in the Yoast "
5162
  "SEO plugin settings."
5163
  msgstr ""
5164
 
5165
+ #: defaults.php:559
5166
  msgid "User Enabled/Disabled SEO analysis in the Yoast SEO plugin settings"
5167
  msgstr ""
5168
 
5169
+ #: defaults.php:559
5170
  msgid "%Status% SEO analysis in the Yoast SEO plugin settings."
5171
  msgstr ""
5172
 
5173
+ #: defaults.php:560
5174
  msgid ""
5175
  "User Enabled/Disabled readability analysis in the Yoast SEO plugin settings"
5176
  msgstr ""
5177
 
5178
+ #: defaults.php:560
5179
  msgid "%Status% Readability analysis in the Yoast SEO plugin settings."
5180
  msgstr ""
5181
 
5182
+ #: defaults.php:561
5183
  msgid ""
5184
  "User Enabled/Disabled cornerstone content in the Yoast SEO plugin settings"
5185
  msgstr ""
5186
 
5187
+ #: defaults.php:561
5188
  msgid "%Status% Cornerstone content in the Yoast SEO plugin settings."
5189
  msgstr ""
5190
 
5191
+ #: defaults.php:562
5192
  msgid ""
5193
  "User Enabled/Disabled the text link counter in the Yoast SEO plugin settings"
5194
  msgstr ""
5195
 
5196
+ #: defaults.php:562
5197
  msgid "%Status% the Text link counter in the Yoast SEO plugin settings."
5198
  msgstr ""
5199
 
5200
+ #: defaults.php:563
5201
  msgid "User Enabled/Disabled XML sitemaps in the Yoast SEO plugin settings"
5202
  msgstr ""
5203
 
5204
+ #: defaults.php:563
5205
  msgid "%Status% XML Sitemaps in the Yoast SEO plugin settings."
5206
  msgstr ""
5207
 
5208
+ #: defaults.php:564
5209
  msgid "User Enabled/Disabled ryte integration in the Yoast SEO plugin settings"
5210
  msgstr ""
5211
 
5212
+ #: defaults.php:564
5213
  msgid "%Status% Ryte Integration in the Yoast SEO plugin settings."
5214
  msgstr ""
5215
 
5216
+ #: defaults.php:565
5217
  msgid ""
5218
  "User Enabled/Disabled the admin bar menu in the Yoast SEO plugin settings"
5219
  msgstr ""
5220
 
5221
+ #: defaults.php:565
5222
  msgid "%Status% the Admin bar menu in the Yoast SEO plugin settings."
5223
  msgstr ""
5224
 
5225
+ #: defaults.php:566
5226
  msgid ""
5227
  "User changed the Posts/Pages meta description template in the Yoast SEO "
5228
  "plugin settings"
5229
  msgstr ""
5230
 
5231
+ #: defaults.php:566
5232
  msgid ""
5233
  "Changed the %SEOPostType% meta description template from %old% to %new% in "
5234
  "the Yoast SEO plugin settings."
5235
  msgstr ""
5236
 
5237
+ #: defaults.php:567
5238
  msgid ""
5239
  "User set the option Date in Snippet Preview for Posts/Pages in the Yoast SEO "
5240
  "plugin settings"
5241
  msgstr ""
5242
 
5243
+ #: defaults.php:567
5244
  msgid ""
5245
  "%Status% the option Date in Snippet Preview for %SEOPostType% in the Yoast "
5246
  "SEO plugin settings."
5247
  msgstr ""
5248
 
5249
+ #: defaults.php:568
5250
  msgid ""
5251
  "User set the option Yoast SEO Meta Box for Posts/Pages in the Yoast SEO "
5252
  "plugin settings"
5253
  msgstr ""
5254
 
5255
+ #: defaults.php:568
5256
  msgid ""
5257
  "%Status% the option Yoast SEO Meta Box for %SEOPostType% in the Yoast SEO "
5258
  "plugin settings."
5259
  msgstr ""
5260
 
5261
+ #: defaults.php:569
5262
  msgid ""
5263
  "User Enabled/Disabled the advanced settings for authors in the Yoast SEO "
5264
  "plugin settings"
5265
  msgstr ""
5266
 
5267
+ #: defaults.php:569
5268
  msgid "%Status% the advanced settings for authors in the Yoast SEO settings."
5269
  msgstr ""
5270
 
5271
+ #. translators: Username
5272
+ #: wp-security-audit-log.php:341 wp-security-audit-log.php:368
5273
  #, php-format
5274
  msgid "Hey %1$s"
5275
  msgstr ""
5276
 
5277
+ #: wp-security-audit-log.php:342
5278
  msgid ""
5279
  "Never miss an important update! Opt-in to our security and feature updates "
5280
  "notifications, and non-sensitive diagnostic tracking with freemius.com."
5281
  msgstr ""
5282
 
5283
+ #: wp-security-audit-log.php:343 wp-security-audit-log.php:371
5284
  msgid "Note: "
5285
  msgstr ""
5286
 
5287
+ #: wp-security-audit-log.php:344 wp-security-audit-log.php:372
5288
  msgid "NO AUDIT LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS."
5289
  msgstr ""
5290
 
5291
+ #. translators: 1: Plugin name. 2: Freemius link.
5292
+ #: wp-security-audit-log.php:370
5293
  #, php-format
5294
  msgid ""
5295
  "Please help us improve %2$s! If you opt-in, some non-sensitive data about "
5297
  "use. If you skip this, that's okay! %2$s will still work just fine."
5298
  msgstr ""
5299
 
5300
+ #. translators: Plugin name
5301
+ #: wp-security-audit-log.php:391
5302
+ #, php-format
5303
+ msgid ""
5304
+ "Get a free 7-day trial of the premium edition of %s. No credit card "
5305
+ "required, no commitments!"
5306
+ msgstr ""
5307
+
5308
+ #. Plugin Name of the plugin/theme
5309
+ #: wp-security-audit-log.php:392
5310
+ msgid "WP Security Audit Log"
5311
+ msgstr ""
5312
+
5313
+ #: wp-security-audit-log.php:462
5314
  msgid ""
5315
  "Error: You do not have sufficient permissions to disable this custom field."
5316
  msgstr ""
5317
 
5318
+ #: wp-security-audit-log.php:498
5319
  msgid "Error: You do not have sufficient permissions to disable this alert."
5320
  msgstr ""
5321
 
5322
+ #: wp-security-audit-log.php:605
5323
  #, php-format
5324
  msgid ""
5325
  "You are using a version of PHP that is older than %s, which is no longer "
5326
  "supported."
5327
  msgstr ""
5328
 
5329
+ #: wp-security-audit-log.php:606
5330
  msgid ""
5331
  "Contact us on <a href=\"mailto:plugins@wpwhitesecurity.com"
5332
  "\">plugins@wpwhitesecurity.com</a> to help you switch the version of PHP you "
5333
  "are using."
5334
  msgstr ""
5335
 
5336
+ #: wp-security-audit-log.php:1293
5337
+ msgid "Every 45 minutes"
5338
+ msgstr ""
5339
+
5340
+ #: wp-security-audit-log.php:1297
5341
+ msgid "Every 30 minutes"
5342
+ msgstr ""
5343
+
5344
+ #: wp-security-audit-log.php:1301
5345
+ msgid "Every 10 minutes"
5346
+ msgstr ""
5347
+
5348
+ #: wp-security-audit-log.php:1305
5349
+ msgid "Every 1 minute"
5350
  msgstr ""
5351
 
5352
  #. Plugin URI of the plugin/theme
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: wordpress security plugin, wordpress security audit log, audit log, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, dashboard, notification, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
7
  Requires at least: 3.6
8
  Tested up to: 4.9.7
9
- Stable tag: 3.2.3
10
  Requires PHP: 5.4.43
11
 
12
  An easy to use & comprehensive WordPress activity log plugin to log all changes on WordPress sites & multisite networks.
@@ -179,17 +179,22 @@ Please refer to our [Support & Documentation pages](https://www.wpsecurityauditl
179
 
180
  == Changelog ==
181
 
182
- = 3.2.3 (2018-08-16) =
 
 
 
 
 
183
 
184
  Release Notes: [click here](https://www.wpsecurityauditlog.com/releases/3-2-3-setup-wizard-ease-of-use/)
185
 
186
  * **New Features**
187
  * Added a startup wizard to assist new users with new installs.
188
- * Introduced the [WordPress activity log levels](https://www.wpsecurityauditlog.com/support-documentation/default-wordpress-activity-log-levels/).
189
  * New search filters in the WordPress activity log viewer.
190
  * Added a new test button to all external database connections, including those for [WordPress activity log archiving](https://www.wpsecurityauditlog.com/support-documentation/archive-alerts-wordpress-audit-trail/) and mirroring.
191
  * Added several new settings to [purge the WordPress activity log](https://www.wpsecurityauditlog.com/support-documentation/wordpress-activity-log-deleted-plugin-uninstall-option/) and reset plugin settings to default.
192
-
193
  * **Improvements**
194
  * Performance improvement: optimized the logic of the plugin sensors to load only required ones during user action.
195
  * Redesigned all the settings pages and included more help text, making them more user friendly.
6
  Tags: wordpress security plugin, wordpress security audit log, audit log, event log wordpress, wordpress user tracking, wordpress activity log, wordpress audit, security event log, audit trail, wordpress security monitor, wordpress admin, wordpress admin monitoring, user activity, admin, multisite, dashboard, notification, wordpress monitoring, email notification, wordpress email alerts, tracking, user tracking, user activity report, wordpress audit trail
7
  Requires at least: 3.6
8
  Tested up to: 4.9.7
9
+ Stable tag: 3.2.3.1
10
  Requires PHP: 5.4.43
11
 
12
  An easy to use & comprehensive WordPress activity log plugin to log all changes on WordPress sites & multisite networks.
179
 
180
  == Changelog ==
181
 
182
+ = 3.2.3.1 (2018-08-15) =
183
+
184
+ * **Bug fix**
185
+ * Fixed a compatibility problem with Windows server.
186
+
187
+ = 3.2.3 (2018-08-13) =
188
 
189
  Release Notes: [click here](https://www.wpsecurityauditlog.com/releases/3-2-3-setup-wizard-ease-of-use/)
190
 
191
  * **New Features**
192
  * Added a startup wizard to assist new users with new installs.
193
+ * Introduced the [WordPress activity log levels](https://www.wpsecurityauditlog.com/support-documentation/default-wordpress-activity-log-levels/).
194
  * New search filters in the WordPress activity log viewer.
195
  * Added a new test button to all external database connections, including those for [WordPress activity log archiving](https://www.wpsecurityauditlog.com/support-documentation/archive-alerts-wordpress-audit-trail/) and mirroring.
196
  * Added several new settings to [purge the WordPress activity log](https://www.wpsecurityauditlog.com/support-documentation/wordpress-activity-log-deleted-plugin-uninstall-option/) and reset plugin settings to default.
197
+
198
  * **Improvements**
199
  * Performance improvement: optimized the logic of the plugin sensors to load only required ones during user action.
200
  * Redesigned all the settings pages and included more help text, making them more user friendly.
wp-security-audit-log.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://www.wpsecurityauditlog.com/
5
  * Description: Identify WordPress security issues before they become a problem. Keep track of everything happening on your WordPress including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Security Audit Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Audit Log Viewer included in the plugin to see all the security alerts.
6
  * Author: WP White Security
7
- * Version: 3.2.3
8
  * Text Domain: wp-security-audit-log
9
  * Author URI: http://www.wpsecurityauditlog.com/
10
  * License: GPL2
@@ -54,7 +54,7 @@ if ( ! function_exists( 'wsal_freemius' ) ) {
54
  *
55
  * @var string
56
  */
57
- public $version = '3.2.3';
58
 
59
  // Plugin constants.
60
  const PLG_CLS_PRFX = 'WSAL_';
4
  * Plugin URI: http://www.wpsecurityauditlog.com/
5
  * Description: Identify WordPress security issues before they become a problem. Keep track of everything happening on your WordPress including WordPress users activity. Similar to Windows Event Log and Linux Syslog, WP Security Audit Log generates a security alert for everything that happens on your WordPress blogs and websites. Use the Audit Log Viewer included in the plugin to see all the security alerts.
6
  * Author: WP White Security
7
+ * Version: 3.2.3.1
8
  * Text Domain: wp-security-audit-log
9
  * Author URI: http://www.wpsecurityauditlog.com/
10
  * License: GPL2
54
  *
55
  * @var string
56
  */
57
+ public $version = '3.2.3.1';
58
 
59
  // Plugin constants.
60
  const PLG_CLS_PRFX = 'WSAL_';