Cerber Security & Antispam - Version 6.7.5

Version Description

  • A new button View Activity has been added to the user edit page in the WordPress dashboard.
  • Miscellaneous code optimizations: performance of database routines and SQL queries are improved.
  • A new Swedish translation has been added. Thanks to Fredrik Nslund.
  • Bug fixed: The wildcard ... entry (all IPv4 addresses) to the Black IP Access List, doesn't work as intended.
Download this release

Release Info

Developer Gioni
Plugin Icon 128x128 Cerber Security & Antispam
Version 6.7.5
Comparing to
See all releases

Code changes from version 6.7 to 6.7.5

assets/admin.css CHANGED
@@ -1,5 +1,13 @@
1
  /* Reset some WP styles */
2
 
 
 
 
 
 
 
 
 
3
  .crb-main a:focus,
4
  #crb-aside a:focus {
5
  -webkit-box-shadow: none !important;
@@ -35,7 +43,7 @@
35
  #crb-kpi {
36
  width: 100%;
37
  background-color: #fff;
38
- color: #111;
39
  border-collapse: collapse;
40
  border: 6px solid #e9e9e9;
41
  }
@@ -45,8 +53,8 @@
45
  #crb-kpi td:nth-child(odd) {
46
  text-align: right;
47
  font-size: 200%;
48
- color: #555;
49
- font-weight: bold;
50
  min-width: 5%;
51
  /*border-left: #555 solid 3px;*/
52
  border-left-width: 3px;
@@ -284,6 +292,10 @@ td.crb-traffic-details{
284
  td.crb-traffic-details td{
285
  padding: 6px;
286
  }
 
 
 
 
287
  /*
288
  td.crb-traffic-details div{
289
  overflow: auto;
@@ -367,6 +379,7 @@ td.crb-traffic-details div{
367
  #crb-traffic-form label {
368
  font-weight: bold;
369
  color: #333;
 
370
  }
371
 
372
  /* IP info like WHOIS details */
@@ -577,7 +590,7 @@ p.act-url{
577
  .acl-table td:first-child {
578
  width: 25%;
579
  white-space: pre;
580
- font-family: Consolas, Monaco, monospace;
581
  font-size: 110%;
582
  }
583
  .acl-table td:nth-child(2) {
@@ -608,12 +621,17 @@ p.act-url{
608
  a.nav-tab:first-child{
609
  margin-left: 0 !important;
610
  }
 
 
 
611
  .cerber-tabs span.dashicons {
612
  display: inline-block;
613
  vertical-align: middle;
614
  line-height: 18px;
615
  }
616
-
 
 
617
  .cerber-tabs .nav-tab-active {
618
  color: #804040;
619
  color: rgb(0, 103, 153);
@@ -649,6 +667,122 @@ a.nav-tab:first-child{
649
  #crb-scanner {
650
  text-align: center;
651
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
652
 
653
  /* Widgets */
654
 
@@ -849,6 +983,33 @@ div#whois:hover {
849
  margin-right: 0.5em;
850
  }
851
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
852
  @font-face {
853
  font-family: "cerber-icon";
854
  src: url('fonts/cerber.eot');
@@ -874,6 +1035,7 @@ div#whois:hover {
874
  }
875
 
876
  /* Avatars */
 
877
  table.crb-avatar{
878
  margin: 0.2em 0 0.2em 0;
879
  border-collapse: collapse;
1
  /* Reset some WP styles */
2
 
3
+ .crb-admin {
4
+ font-family: 'Roboto', sans-serif;
5
+ }
6
+
7
+ .crb-admin b, .crb-admin strong {
8
+ font-weight: 500;
9
+ }
10
+
11
  .crb-main a:focus,
12
  #crb-aside a:focus {
13
  -webkit-box-shadow: none !important;
43
  #crb-kpi {
44
  width: 100%;
45
  background-color: #fff;
46
+ color: #333;
47
  border-collapse: collapse;
48
  border: 6px solid #e9e9e9;
49
  }
53
  #crb-kpi td:nth-child(odd) {
54
  text-align: right;
55
  font-size: 200%;
56
+ color: #111;
57
+ /*font-weight: bold;*/
58
  min-width: 5%;
59
  /*border-left: #555 solid 3px;*/
60
  border-left-width: 3px;
292
  td.crb-traffic-details td{
293
  padding: 6px;
294
  }
295
+ td.crb-traffic-details table td:nth-child(2) {
296
+ font-family: Menlo, Consolas, Monaco, monospace;
297
+ }
298
+
299
  /*
300
  td.crb-traffic-details div{
301
  overflow: auto;
379
  #crb-traffic-form label {
380
  font-weight: bold;
381
  color: #333;
382
+ font-family: 'Roboto', sans-serif;
383
  }
384
 
385
  /* IP info like WHOIS details */
590
  .acl-table td:first-child {
591
  width: 25%;
592
  white-space: pre;
593
+ font-family: Menlo, Consolas, Monaco, monospace;
594
  font-size: 110%;
595
  }
596
  .acl-table td:nth-child(2) {
621
  a.nav-tab:first-child{
622
  margin-left: 0 !important;
623
  }
624
+ .cerber-tabs {
625
+ font-weight: normal;
626
+ }
627
  .cerber-tabs span.dashicons {
628
  display: inline-block;
629
  vertical-align: middle;
630
  line-height: 18px;
631
  }
632
+ .cerber-tabs .nav-tab {
633
+ font-weight: normal;
634
+ }
635
  .cerber-tabs .nav-tab-active {
636
  color: #804040;
637
  color: rgb(0, 103, 153);
667
  #crb-scanner {
668
  text-align: center;
669
  }
670
+ #crb-scan-display, #crb-scan-details {
671
+ width: 97%;
672
+ overflow: auto;
673
+ padding: 20px 10px 10px 10px;
674
+ background-color: #f9f9f9;
675
+ border: solid #E5E5E5 2px;
676
+ border-bottom: none;
677
+ /*margin-bottom: 10px;*/
678
+ }
679
+ #crb-scan-details {
680
+ border: solid #E5E5E5 2px;
681
+ min-height: 20vh;
682
+ max-height: 50vh;
683
+ overflow: auto;
684
+ -webkit-transition: height 2s; /* Safari */
685
+ transition: height 2s;
686
+ }
687
+ div.scan-tile {
688
+ float: left;
689
+ width: 19%;
690
+ text-align: center;
691
+ }
692
+ div.scan-tile div {
693
+ display: inline-block;
694
+ text-align: left;
695
+ }
696
+ #crb-scan-display div div p:first-of-type {
697
+ font-size: 200%;
698
+ line-height: 160%;
699
+ /*font-family: Menlo, Consolas, Monaco, monospace;*/
700
+ color: #000;
701
+ margin: 0;
702
+ }
703
+
704
+ #crb-scan-info {
705
+ width: 23%;
706
+ text-align: left !important;
707
+ }
708
+
709
+ #crb-scan-info table {
710
+ width: 100%;
711
+ }
712
+
713
+ @media (max-width: 600px) {
714
+ #crb-scan-display div.scan-tile,
715
+ #crb-scan-info {
716
+ float: none;
717
+ width: 100%;
718
+ }
719
+
720
+ #crb-scan-display div.scan-tile div {
721
+ text-align: center;
722
+ }
723
+ }
724
+
725
+ #crb-browse-files {
726
+ width: 100%;
727
+ border-collapse: collapse;
728
+ border: 1px solid #E5E5E5;
729
+ }
730
+
731
+ #crb-browse-files td {
732
+ color: #333;
733
+ text-align: left;
734
+ padding: 0.5em;
735
+ }
736
+
737
+ #crb-browse-files tr.crb-file-file td:nth-child(2) {
738
+ font-family: Menlo, Consolas, Monaco, monospace;
739
+ cursor: pointer;
740
+ }
741
+
742
+ #crb-browse-files tr.crb-scan-section td {
743
+ padding: 1em 0 1em 0;
744
+ border-top: 1px dashed #aaa;
745
+ }
746
+ #crb-browse-files tr.crb-scan-section td span {
747
+ font-weight: bold;
748
+ color: #222;
749
+ /*margin-right: 0.5em;*/
750
+ }
751
+
752
+ #crb-browse-files .risk3{
753
+ color: #c91619;
754
+ }
755
+ #crb-browse-files .risk2{
756
+ /*color: yellow;*/
757
+ }
758
+
759
+ #crb-scan-controls .button {
760
+ margin-right: 1em;
761
+ }
762
+
763
+ #crb-scan-progress {
764
+ padding: 10px 5px 0 5px;
765
+ clear: both;
766
+ }
767
+
768
+ #crb-scan-progress > div {
769
+ display: none;
770
+ text-align: left;
771
+ clear: both;
772
+ width: 100%;
773
+ height: 5px;
774
+ background-color: #E5E5E5;
775
+ }
776
+
777
+ #the-scan-bar {
778
+ display: block;
779
+ width: 0;
780
+ height: 5px;
781
+ background-color: #00ae65cc;
782
+ }
783
+
784
+ /* end of Scanner page */
785
+
786
 
787
  /* Widgets */
788
 
983
  margin-right: 0.5em;
984
  }
985
 
986
+ /* Fonts */
987
+
988
+ @font-face {
989
+ font-family: 'Roboto';
990
+ font-style: normal;
991
+ font-weight: 300;
992
+ src: local('Roboto Light'), local('Roboto-Light'), url(fonts/roboto/Roboto-Light.woff) format('woff');
993
+ }
994
+ @font-face {
995
+ font-family: 'Roboto';
996
+ font-style: normal;
997
+ font-weight: 400;
998
+ src: local('Roboto'), local('Roboto-Regular'), url(fonts/roboto/Roboto-Regular.woff) format('woff');
999
+ }
1000
+ @font-face {
1001
+ font-family: 'Roboto';
1002
+ font-style: normal;
1003
+ font-weight: 500;
1004
+ src: local('Roboto Medium'), local('Roboto-Medium'), url(fonts/roboto/Roboto-Medium.woff) format('woff');
1005
+ }
1006
+ @font-face {
1007
+ font-family: 'Roboto';
1008
+ font-style: normal;
1009
+ font-weight: 700;
1010
+ src: local('Roboto Bold'), local('Roboto-Bold'), url(fonts/roboto/Roboto-Bold.woff) format('woff');
1011
+ }
1012
+
1013
  @font-face {
1014
  font-family: "cerber-icon";
1015
  src: url('fonts/cerber.eot');
1035
  }
1036
 
1037
  /* Avatars */
1038
+
1039
  table.crb-avatar{
1040
  margin: 0.2em 0 0.2em 0;
1041
  border-collapse: collapse;
assets/fonts/roboto/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
assets/fonts/roboto/Roboto-Bold.woff ADDED
Binary file
assets/fonts/roboto/Roboto-Light.woff ADDED
Binary file
assets/fonts/roboto/Roboto-Medium.woff ADDED
Binary file
assets/fonts/roboto/Roboto-Regular.woff ADDED
Binary file
cerber-lab.php CHANGED
@@ -100,7 +100,7 @@ function lab_get_reputation( $ip, $ask = true ) {
100
  return LAB_IP_OK;
101
  }
102
 
103
- $reputation = $wpdb->get_var( 'SELECT reputation FROM ' . CERBER_LAB_IP_TABLE . ' WHERE ip = "' . $ip . '"' );
104
  if ( is_numeric( $reputation ) ) {
105
  return $reputation;
106
  }
@@ -159,7 +159,7 @@ function lab_reputation_update( $ip, $ip_data ) {
159
  $reputation = absint( $ip_data['reputation']['value'] );
160
  $expires = time() + absint( $ip_data['reputation']['ttl'] );
161
 
162
- if ( $wpdb->get_var( 'SELECT COUNT(ip) FROM ' . CERBER_LAB_IP_TABLE . ' WHERE ip = "' . $ip . '"' ) ) {
163
  $wpdb->query( 'UPDATE ' . CERBER_LAB_IP_TABLE . ' SET reputation = ' . $reputation . ', expires = ' . $expires . ' WHERE ip = "' . $ip . '"' );
164
  }
165
  else {
@@ -278,7 +278,7 @@ function lab_send_request($request, $node_id = null, $scheme = null) {
278
  //curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
279
 
280
  $start = microtime( true );
281
- $data = curl_exec($curl);
282
  $stop = microtime( true );
283
 
284
  //if (!$data) // curl_error($curl) . curl_errno($curl) );
@@ -676,7 +676,7 @@ function lab_indicator(){
676
  if ( lab_is_cloud_ok() && lab_lab() ) {
677
  $key = lab_get_key();
678
  $sid = 'Site ID: '.$key[0];
679
- return '<div title="'.$sid.'" style="float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #29AD16;"><span style="vertical-align: top; line-height: 1;" class="dashicons dashicons-shield-alt"></span></div>';
680
  //return '<div title="'.$sid.'" style="float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #51AE43;"><span style="vertical-align: top; line-height: 1;" class="dashicons dashicons-yes"></span> Cerber Security Cloud Protection is active</div>';
681
  }
682
 
@@ -808,7 +808,7 @@ function lab_get_country( $ip, $cache_only = true ) {
808
  $where = ' WHERE ip = "' . $item . '"';
809
  }
810
 
811
- $country = $wpdb->get_var( 'SELECT country FROM ' . CERBER_LAB_NET_TABLE . $where );
812
 
813
  if ( $country ) {
814
  $ret[ $ip_id ] = $country;
@@ -869,7 +869,7 @@ function lab_geo_update( $ip = '', $data = array() ) {
869
  $where = ' WHERE ip = "' . $ip . '"';
870
  }
871
 
872
- $exists = $wpdb->get_var( 'SELECT ip FROM ' . CERBER_LAB_NET_TABLE . $where );
873
 
874
  if ($exists){
875
  $wpdb->query( 'UPDATE ' . CERBER_LAB_NET_TABLE . " SET expires = $expires, country = '$code' $where");
@@ -883,7 +883,7 @@ function lab_geo_update( $ip = '', $data = array() ) {
883
  if ( ! empty( $data['network']['geo']['country'] ) ) {
884
  foreach ( $data['network']['geo']['country'] as $locale => $name ) {
885
  $where = ' WHERE country = "' . $code . '" AND locale = "' . $locale . '"';
886
- $exists = $wpdb->get_var( 'SELECT country FROM ' . CERBER_GEO_TABLE . $where );
887
 
888
  if ( ! $exists ) {
889
  $wpdb->query( 'INSERT INTO ' . CERBER_GEO_TABLE . ' (country, locale, country_name) VALUES ("' . $code . '","' . $locale . '","' . $name . '")' );
@@ -902,4 +902,67 @@ function lab_cleanup_cache() {
902
  }
903
  $wpdb->query( 'TRUNCATE TABLE ' . CERBER_LAB_NET_TABLE );
904
  $wpdb->query( 'TRUNCATE TABLE ' . CERBER_LAB_IP_TABLE );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
905
  }
100
  return LAB_IP_OK;
101
  }
102
 
103
+ $reputation = cerber_db_get_var( 'SELECT reputation FROM ' . CERBER_LAB_IP_TABLE . ' WHERE ip = "' . $ip . '"' );
104
  if ( is_numeric( $reputation ) ) {
105
  return $reputation;
106
  }
159
  $reputation = absint( $ip_data['reputation']['value'] );
160
  $expires = time() + absint( $ip_data['reputation']['ttl'] );
161
 
162
+ if ( cerber_db_get_var( 'SELECT COUNT(ip) FROM ' . CERBER_LAB_IP_TABLE . ' WHERE ip = "' . $ip . '"' ) ) {
163
  $wpdb->query( 'UPDATE ' . CERBER_LAB_IP_TABLE . ' SET reputation = ' . $reputation . ', expires = ' . $expires . ' WHERE ip = "' . $ip . '"' );
164
  }
165
  else {
278
  //curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
279
 
280
  $start = microtime( true );
281
+ $data = @curl_exec($curl);
282
  $stop = microtime( true );
283
 
284
  //if (!$data) // curl_error($curl) . curl_errno($curl) );
676
  if ( lab_is_cloud_ok() && lab_lab() ) {
677
  $key = lab_get_key();
678
  $sid = 'Site ID: '.$key[0];
679
+ return '<div title="'.$sid.'" style="float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #00ae65cc;"><span style="vertical-align: top; line-height: 1;" class="dashicons dashicons-shield-alt"></span></div>';
680
  //return '<div title="'.$sid.'" style="float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #51AE43;"><span style="vertical-align: top; line-height: 1;" class="dashicons dashicons-yes"></span> Cerber Security Cloud Protection is active</div>';
681
  }
682
 
808
  $where = ' WHERE ip = "' . $item . '"';
809
  }
810
 
811
+ $country = cerber_db_get_var( 'SELECT country FROM ' . CERBER_LAB_NET_TABLE . $where );
812
 
813
  if ( $country ) {
814
  $ret[ $ip_id ] = $country;
869
  $where = ' WHERE ip = "' . $ip . '"';
870
  }
871
 
872
+ $exists = cerber_db_get_var( 'SELECT ip FROM ' . CERBER_LAB_NET_TABLE . $where );
873
 
874
  if ($exists){
875
  $wpdb->query( 'UPDATE ' . CERBER_LAB_NET_TABLE . " SET expires = $expires, country = '$code' $where");
883
  if ( ! empty( $data['network']['geo']['country'] ) ) {
884
  foreach ( $data['network']['geo']['country'] as $locale => $name ) {
885
  $where = ' WHERE country = "' . $code . '" AND locale = "' . $locale . '"';
886
+ $exists = cerber_db_get_var( 'SELECT country FROM ' . CERBER_GEO_TABLE . $where );
887
 
888
  if ( ! $exists ) {
889
  $wpdb->query( 'INSERT INTO ' . CERBER_GEO_TABLE . ' (country, locale, country_name) VALUES ("' . $code . '","' . $locale . '","' . $name . '")' );
902
  }
903
  $wpdb->query( 'TRUNCATE TABLE ' . CERBER_LAB_NET_TABLE );
904
  $wpdb->query( 'TRUNCATE TABLE ' . CERBER_LAB_IP_TABLE );
905
+ }
906
+
907
+ /**
908
+ * Check if the current request is originated from the Cerber Cloud
909
+ *
910
+ * @return int 1 for the cloud request, 0 otherwise
911
+ */
912
+ function lab_is_cloud_request() {
913
+ static $ret;
914
+
915
+ if ( isset( $ret ) ) {
916
+ return $ret;
917
+ }
918
+
919
+ $node_id = absint( $_GET['cerber_cloud_nid'] );
920
+ if ( ! $node_id ) {
921
+ $node_id = absint( $_POST['cerber_cloud_nid'] );
922
+ }
923
+
924
+ if ( $node_id && ( lab_get_real_node_id() === $node_id ) ) {
925
+ $ret = 1;
926
+ }
927
+ else {
928
+ $ret = 0;
929
+ }
930
+
931
+ return $ret;
932
+ }
933
+
934
+ /**
935
+ * Return node ID for the current request if it is originated from the Cerber Cloud
936
+ *
937
+ * @return bool|int Node ID if the current request comes from a valid node or false otherwise
938
+ */
939
+ function lab_get_real_node_id() {
940
+ static $ret;
941
+
942
+ if ( isset( $ret ) ) {
943
+ return $ret;
944
+ }
945
+
946
+ // Use a cache for all node IPs
947
+ $hostname = @gethostbyaddr( cerber_get_remote_ip() );
948
+ if ( ! $hostname || filter_var( $hostname, FILTER_VALIDATE_IP ) ) {
949
+ $ret = false;
950
+
951
+ return $ret;
952
+ }
953
+ $domain = array_slice( explode( '.', $hostname ), - 3, 3 );
954
+ if ( ! $domain || count( $domain ) != 3 ) {
955
+ $ret = false;
956
+
957
+ return $ret;
958
+ }
959
+ if ( $domain[1] . '.' . $domain[2] != 'cerberlab.net' ) {
960
+ $ret = false;
961
+
962
+ return $ret;
963
+ }
964
+
965
+ $ret = absint( substr( $domain[0], 4, 2 ) );
966
+
967
+ return $ret;
968
  }
cerber-load.php CHANGED
@@ -60,7 +60,8 @@ define( 'CERBER_LAB_TABLE', 'cerber_lab' );
60
  define( 'CERBER_LAB_IP_TABLE', 'cerber_lab_ip' );
61
  define( 'CERBER_LAB_NET_TABLE', 'cerber_lab_net' );
62
  define( 'CERBER_GEO_TABLE', 'cerber_countries' );
63
- define( 'CERBER_SCAN_TABLE', 'cerber_scan' );
 
64
 
65
  define( 'CERBER_PREFIX', '_cerber_' );
66
  define( 'CERBER_MARKER1', 'WP CERBER GROOVE' );
@@ -75,7 +76,7 @@ define( 'WP_SIGNUP_SCRIPT', 'wp-signup.php' );
75
  define( 'GOO_RECAPTCHA_URL', 'https://www.google.com/recaptcha/api/siteverify' );
76
 
77
  define( 'CERBER_REQ_PHP', '5.3.0' );
78
- define( 'CERBER_REQ_WP', '4.4' );
79
  define( 'CERBER_TECH', 'https://cerber.tech/' );
80
 
81
  require_once( dirname( __FILE__ ) . '/cerber-pluggable.php' );
@@ -85,6 +86,7 @@ require_once( dirname( __FILE__ ) . '/cerber-lab.php' );
85
  require_once( dirname( __FILE__ ) . '/whois.php' );
86
  require_once( dirname( __FILE__ ) . '/jetflow.php' );
87
  require_once( dirname( __FILE__ ) . '/cerber-news.php' );
 
88
 
89
  if ( defined( 'WP_ADMIN' ) || defined( 'WP_NETWORK_ADMIN' ) ) {
90
  // Load dashboard stuff
@@ -250,9 +252,9 @@ class WP_Cerber {
250
  $deny = false;
251
  $act = 18;
252
  if ( cerber_is_http_post() ) {
253
- if (cerber_acl_check(null, 'B')) {
254
  $deny = true;
255
- $act = 18;
256
  }
257
  }
258
  if ( !$deny && $_FILES ) {
@@ -630,7 +632,7 @@ class WP_Cerber {
630
  final function reCaptchaFailed($context = '') {
631
  cerber_log( 40 );
632
  if ($this->options['recaptcha-period'] && $this->options['recaptcha-number'] && $this->options['recaptcha-within']) {
633
- $remain = cerber_get_remain_count($this->remote_ip , true, 40, $this->options['recaptcha-number'], $this->options['recaptcha-within']);
634
  if ($remain < 1) cerber_block_add( $this->remote_ip, 5 );
635
  }
636
  }
@@ -680,7 +682,7 @@ class WP_Cerber {
680
  return false;
681
  }
682
 
683
- $result = curl_exec($curl);
684
  if (!$result) {
685
  cerber_admin_notice(__( 'ERROR:', 'wp-cerber' ) .' '. curl_error($curl));
686
  $result = false;
@@ -810,16 +812,22 @@ add_action( 'shutdown', function () {
810
 
811
  // Multiple different malicious activities
812
  $black = crb_get_activity_set('black');
813
- $no_good = array_intersect( $black, $cerber_logged );
814
- if ( ! empty( $no_good ) && cerber_is_allowed() ) {
815
  $ip = $wp_cerber->getRemoteIp();
816
- $in = implode( ',', $black );
817
- $range = time() - 600;
818
- $count = $wpdb->get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE . ' WHERE ip = "' . $ip . '" AND activity IN (' . $in . ') AND stamp > ' . $range );
819
- if ( $count >= 3 ) {
820
  cerber_soft_block_add( $ip, 7 );
821
  $cerber_status = 18;
822
  }
 
 
 
 
 
 
823
  }
824
 
825
  } );
@@ -1374,7 +1382,7 @@ function cerber_is_comment_allowed(){
1374
  $deny = 19;
1375
  }
1376
  elseif ( cerber_is_bot('botscomm') ) {
1377
- $remain = cerber_get_remain_count( null , true, 16, 3, 60);
1378
  if ($remain < 1) cerber_block_add( null, 6, '', 60 );
1379
  $deny = 16;
1380
  }
@@ -1501,8 +1509,7 @@ function cerber_access_control() {
1501
  return;
1502
  }
1503
 
1504
- //if ( $acl == 'B' || cerber_block_check() ) {
1505
- if ( $acl == 'B' || !cerber_is_allowed() ) { // @since 5.8.2
1506
  $deny = true;
1507
  }
1508
  else {
@@ -2517,7 +2524,7 @@ function cerber_get_block( $ip = '' ) {
2517
  */
2518
  function cerber_blocked_num() {
2519
  global $wpdb;
2520
- $count = $wpdb->get_var( 'SELECT count(ip) FROM ' . CERBER_BLOCKS_TABLE );
2521
 
2522
  return absint( $count );
2523
  }
@@ -2553,17 +2560,22 @@ function cerber_calc_duration( $ip ) {
2553
  *
2554
  * @param $ip string an IP address
2555
  * @param $check_acl bool if true will check the White IP ACL first
2556
- * @param $activity string comma-separated list of activity IDs to calculate for
2557
  * @param $allowed int Allowed attempts within $period
2558
  * @param $period int Period for count attempts
2559
  *
2560
- * @return int Allowed attempts for now
2561
  */
2562
- function cerber_get_remain_count( $ip = '', $check_acl = true, $activity = '7,51,52', $allowed = null, $period = null ) {
2563
  global $wpdb, $wp_cerber;
2564
  if ( ! $ip ) {
2565
  $ip = $wp_cerber->getRemoteIp();
2566
  }
 
 
 
 
 
2567
 
2568
  if ( ! $allowed ) {
2569
  $allowed = absint( crb_get_settings( 'attempts' ) );
@@ -2578,8 +2590,8 @@ function cerber_get_remain_count( $ip = '', $check_acl = true, $activity = '7,51
2578
  }
2579
 
2580
  $range = time() - $period * 60;
2581
- // TODO: remove prepare, replace $activity with an array of integer
2582
- $attempts = $wpdb->get_var( $wpdb->prepare( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE . ' WHERE ip = %s AND activity IN (%s) AND stamp > %d', $ip, $activity, $range ) );
2583
 
2584
  if ( ! $attempts ) {
2585
  return $allowed;
@@ -2606,8 +2618,7 @@ function cerber_is_allowed( $ip = '' ) {
2606
  $wp_cerber = get_wp_cerber();
2607
  $ip = $wp_cerber->getRemoteIp();
2608
  }
2609
-
2610
- if ( ! filter_var( $ip, FILTER_VALIDATE_IP ) ) {
2611
  return false;
2612
  }
2613
 
@@ -2814,6 +2825,18 @@ function cerber_can_be_listed( $ip, $list = 'B' ) {
2814
  return true;
2815
  }
2816
 
 
 
 
 
 
 
 
 
 
 
 
 
2817
  /**
2818
  * Check ACLs for given IP. Some extra lines for performance reason.
2819
  *
@@ -3663,6 +3686,10 @@ add_action( 'cerber_hourly_2', function () {
3663
 
3664
  cerber_watchdog( true );
3665
 
 
 
 
 
3666
  set_site_transient( 'crb_hourly_2', date( 'G' ) , 3600 );
3667
  });
3668
 
@@ -4135,10 +4162,10 @@ function cerber_upgrade_all() {
4135
  cerber_create_db();
4136
  cerber_upgrade_db();
4137
  cerber_acl_fixer( true );
4138
- cerber_push_the_news( CERBER_VER );
4139
  cerber_antibot_gene( true );
4140
  cerber_upgrade_options();
4141
  wp_clear_scheduled_hook( 'cerber_hourly' ); // @since 5.8
 
4142
  update_site_option( '_cerber_up', array( 'v' => CERBER_VER, 't' => time() ) );
4143
  }
4144
  }
@@ -4270,6 +4297,41 @@ function cerber_create_db($recreate = true) {
4270
  ) DEFAULT CHARSET=utf8;
4271
  ';
4272
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4273
 
4274
  foreach ( $sql as $query ) {
4275
  if ( ! $wpdb->query( $query ) && $wpdb->last_error ) {
@@ -5060,7 +5122,7 @@ function cerber_beast(){
5060
  //if ( false === strrpos( $script_filename, $uri ) ) {
5061
  if ( ! cerber_script_exists( $uri ) && !cerber_is_login_request() ) {
5062
  $wp_cerber = get_wp_cerber();
5063
- $cerber_status = 13;
5064
  cerber_log( 55 );
5065
  cerber_soft_block_add( $wp_cerber->getRemoteIp(), 8);
5066
  //cerber_404_page( true );
@@ -5069,11 +5131,11 @@ function cerber_beast(){
5069
  // Direct access to a PHP script
5070
  if ( ! in_array( $uri_script, cerber_get_wp_scripts() ) ) {
5071
  $deny = false;
5072
- if ( cerber_acl_check() == 'B' ) {
5073
  $deny = true;
5074
  $cerber_status = 14;
5075
  }
5076
- elseif (!cerber_is_allowed() ) {
5077
  $deny = true;
5078
  $cerber_status = 13;
5079
  }
@@ -5081,7 +5143,7 @@ function cerber_beast(){
5081
  $deny = true;
5082
  $cerber_status = 15;
5083
  }
5084
- if ($deny){
5085
  cerber_log( 50 );
5086
  //cerber_404_page( true );
5087
  cerber_forbidden_page();
60
  define( 'CERBER_LAB_IP_TABLE', 'cerber_lab_ip' );
61
  define( 'CERBER_LAB_NET_TABLE', 'cerber_lab_net' );
62
  define( 'CERBER_GEO_TABLE', 'cerber_countries' );
63
+ define( 'CERBER_SCAN_TABLE', 'cerber_files' );
64
+ define( 'CERBER_SETS_TABLE', 'cerber_sets' );
65
 
66
  define( 'CERBER_PREFIX', '_cerber_' );
67
  define( 'CERBER_MARKER1', 'WP CERBER GROOVE' );
76
  define( 'GOO_RECAPTCHA_URL', 'https://www.google.com/recaptcha/api/siteverify' );
77
 
78
  define( 'CERBER_REQ_PHP', '5.3.0' );
79
+ define( 'CERBER_REQ_WP', '4.5' );
80
  define( 'CERBER_TECH', 'https://cerber.tech/' );
81
 
82
  require_once( dirname( __FILE__ ) . '/cerber-pluggable.php' );
86
  require_once( dirname( __FILE__ ) . '/whois.php' );
87
  require_once( dirname( __FILE__ ) . '/jetflow.php' );
88
  require_once( dirname( __FILE__ ) . '/cerber-news.php' );
89
+ //require_once( dirname( __FILE__ ) . '/cerber-scanner.php' );
90
 
91
  if ( defined( 'WP_ADMIN' ) || defined( 'WP_NETWORK_ADMIN' ) ) {
92
  // Load dashboard stuff
252
  $deny = false;
253
  $act = 18;
254
  if ( cerber_is_http_post() ) {
255
+ if ( ! cerber_is_allowed() ) {
256
  $deny = true;
257
+ $act = 18;
258
  }
259
  }
260
  if ( !$deny && $_FILES ) {
632
  final function reCaptchaFailed($context = '') {
633
  cerber_log( 40 );
634
  if ($this->options['recaptcha-period'] && $this->options['recaptcha-number'] && $this->options['recaptcha-within']) {
635
+ $remain = cerber_get_remain_count($this->remote_ip , true, array( 40 ), $this->options['recaptcha-number'], $this->options['recaptcha-within']);
636
  if ($remain < 1) cerber_block_add( $this->remote_ip, 5 );
637
  }
638
  }
682
  return false;
683
  }
684
 
685
+ $result = @curl_exec($curl);
686
  if (!$result) {
687
  cerber_admin_notice(__( 'ERROR:', 'wp-cerber' ) .' '. curl_error($curl));
688
  $result = false;
812
 
813
  // Multiple different malicious activities
814
  $black = crb_get_activity_set('black');
815
+ $black_logged = array_intersect( $black, $cerber_logged );
816
+ if ( ! empty( $black_logged ) && cerber_is_allowed() ) {
817
  $ip = $wp_cerber->getRemoteIp();
818
+ //$in = implode( ',', $black );
819
+ //$range = time() - 600;
820
+ $remain = cerber_get_remain_count( $ip , true, $black); // @since 6.7.5
821
+ if ( $remain < 1 ) {
822
  cerber_soft_block_add( $ip, 7 );
823
  $cerber_status = 18;
824
  }
825
+ /*
826
+ $count = $wpdb->get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE . ' WHERE ip = "' . $ip . '" AND activity IN (' . $in . ') AND stamp > ' . $range );
827
+ if ( $count >= 5 ) {
828
+ cerber_soft_block_add( $ip, 7 );
829
+ $cerber_status = 18;
830
+ }*/
831
  }
832
 
833
  } );
1382
  $deny = 19;
1383
  }
1384
  elseif ( cerber_is_bot('botscomm') ) {
1385
+ $remain = cerber_get_remain_count( null, true, array( 16 ), 3, 60 );
1386
  if ($remain < 1) cerber_block_add( null, 6, '', 60 );
1387
  $deny = 16;
1388
  }
1509
  return;
1510
  }
1511
 
1512
+ if ( $acl == 'B' || !cerber_is_allowed() ) {
 
1513
  $deny = true;
1514
  }
1515
  else {
2524
  */
2525
  function cerber_blocked_num() {
2526
  global $wpdb;
2527
+ $count = cerber_db_get_var( 'SELECT count(ip) FROM ' . CERBER_BLOCKS_TABLE );
2528
 
2529
  return absint( $count );
2530
  }
2560
  *
2561
  * @param $ip string an IP address
2562
  * @param $check_acl bool if true will check the White IP ACL first
2563
+ * @param $activity array List of activity IDs to calculate for
2564
  * @param $allowed int Allowed attempts within $period
2565
  * @param $period int Period for count attempts
2566
  *
2567
+ * @return int Allowed attempts for present moment
2568
  */
2569
+ function cerber_get_remain_count( $ip = '', $check_acl = true, $activity = array( '7,51,52' ), $allowed = null, $period = null ) {
2570
  global $wpdb, $wp_cerber;
2571
  if ( ! $ip ) {
2572
  $ip = $wp_cerber->getRemoteIp();
2573
  }
2574
+ else {
2575
+ if ( ! $ip = filter_var( $ip, FILTER_VALIDATE_IP ) ) {
2576
+ return 0;
2577
+ }
2578
+ }
2579
 
2580
  if ( ! $allowed ) {
2581
  $allowed = absint( crb_get_settings( 'attempts' ) );
2590
  }
2591
 
2592
  $range = time() - $period * 60;
2593
+ $in = implode( ',', array_filter( array_map( 'absint', $activity ) ) );
2594
+ $attempts = cerber_db_get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE . ' WHERE ip = "' . $ip . '" AND activity IN (' . $in . ') AND stamp > ' . $range );
2595
 
2596
  if ( ! $attempts ) {
2597
  return $allowed;
2618
  $wp_cerber = get_wp_cerber();
2619
  $ip = $wp_cerber->getRemoteIp();
2620
  }
2621
+ elseif ( ! filter_var( $ip, FILTER_VALIDATE_IP ) ) {
 
2622
  return false;
2623
  }
2624
 
2825
  return true;
2826
  }
2827
 
2828
+ function cerber_is_acl_permit( $ip = '' ) {
2829
+ $tag = cerber_acl_check( $ip );
2830
+ if ( $tag == 'W' ) {
2831
+ return true;
2832
+ }
2833
+ if ( $tag == 'B' ) {
2834
+ return false;
2835
+ }
2836
+
2837
+ return true;
2838
+ }
2839
+
2840
  /**
2841
  * Check ACLs for given IP. Some extra lines for performance reason.
2842
  *
3686
 
3687
  cerber_watchdog( true );
3688
 
3689
+ if ( function_exists( 'cerber_delete_expired_set' ) ) {
3690
+ cerber_delete_expired_set();
3691
+ }
3692
+
3693
  set_site_transient( 'crb_hourly_2', date( 'G' ) , 3600 );
3694
  });
3695
 
4162
  cerber_create_db();
4163
  cerber_upgrade_db();
4164
  cerber_acl_fixer( true );
 
4165
  cerber_antibot_gene( true );
4166
  cerber_upgrade_options();
4167
  wp_clear_scheduled_hook( 'cerber_hourly' ); // @since 5.8
4168
+ cerber_push_the_news( CERBER_VER );
4169
  update_site_option( '_cerber_up', array( 'v' => CERBER_VER, 't' => time() ) );
4170
  }
4171
  }
4297
  ) DEFAULT CHARSET=utf8;
4298
  ';
4299
  }
4300
+ /*
4301
+ if ( ! cerber_is_table( CERBER_SCAN_TABLE ) ) {
4302
+ $sql[] = '
4303
+ CREATE TABLE IF NOT EXISTS ' . CERBER_SCAN_TABLE . ' (
4304
+ scan_id INT(10) UNSIGNED NOT NULL,
4305
+ scan_type INT(10) UNSIGNED NOT NULL DEFAULT 1,
4306
+ scan_status INT(10) UNSIGNED NOT NULL DEFAULT 0,
4307
+ file_name_hash VARCHAR(255) CHARACTER SET ascii NOT NULL DEFAULT "",
4308
+ file_name TEXT NOT NULL,
4309
+ file_type INT(10) UNSIGNED NOT NULL DEFAULT 0,
4310
+ file_hash VARCHAR(255) CHARACTER SET ascii NOT NULL DEFAULT "",
4311
+ file_md5 VARCHAR(255) CHARACTER SET ascii NOT NULL DEFAULT "",
4312
+ file_hash_repo VARCHAR(255) CHARACTER SET ascii NOT NULL DEFAULT "",
4313
+ hash_match INT(10) UNSIGNED NOT NULL DEFAULT 0,
4314
+ file_size BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
4315
+ file_perms INT(11) NOT NULL DEFAULT 0,
4316
+ file_writable INT(10) UNSIGNED NOT NULL DEFAULT 0,
4317
+ file_mtime INT(10) UNSIGNED NOT NULL DEFAULT 0,
4318
+ PRIMARY KEY (scan_id, file_name_hash)
4319
+ ) DEFAULT CHARSET=utf8;
4320
+ ';
4321
+ }
4322
+
4323
+ if ( ! cerber_is_table( CERBER_SETS_TABLE ) ) {
4324
+ $sql[] = '
4325
+ CREATE TABLE IF NOT EXISTS ' . CERBER_SETS_TABLE . ' (
4326
+ the_key VARCHAR(255) CHARACTER SET ascii NOT NULL,
4327
+ the_id BIGINT(20) NOT NULL DEFAULT 0,
4328
+ the_value LONGTEXT NOT NULL,
4329
+ expires BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
4330
+ PRIMARY KEY (the_key, the_id)
4331
+ ) DEFAULT CHARSET=utf8;
4332
+ ';
4333
+ }
4334
+ */
4335
 
4336
  foreach ( $sql as $query ) {
4337
  if ( ! $wpdb->query( $query ) && $wpdb->last_error ) {
5122
  //if ( false === strrpos( $script_filename, $uri ) ) {
5123
  if ( ! cerber_script_exists( $uri ) && !cerber_is_login_request() ) {
5124
  $wp_cerber = get_wp_cerber();
5125
+ $cerber_status = 19;
5126
  cerber_log( 55 );
5127
  cerber_soft_block_add( $wp_cerber->getRemoteIp(), 8);
5128
  //cerber_404_page( true );
5131
  // Direct access to a PHP script
5132
  if ( ! in_array( $uri_script, cerber_get_wp_scripts() ) ) {
5133
  $deny = false;
5134
+ if ( ! cerber_is_acl_permit() ) {
5135
  $deny = true;
5136
  $cerber_status = 14;
5137
  }
5138
+ elseif ( ! cerber_is_allowed() ) {
5139
  $deny = true;
5140
  $cerber_status = 13;
5141
  }
5143
  $deny = true;
5144
  $cerber_status = 15;
5145
  }
5146
+ if ( $deny ) {
5147
  cerber_log( 50 );
5148
  //cerber_404_page( true );
5149
  cerber_forbidden_page();
cerber-tools.php CHANGED
@@ -38,7 +38,7 @@ function cerber_tools_page() {
38
  $tab = cerber_get_tab( 'imex', array( 'imex', 'diagnostic', 'license', 'help' ) );
39
 
40
  ?>
41
- <div class="wrap">
42
 
43
  <h2><?php _e( 'Tools', 'wp-cerber' ) ?></h2>
44
 
@@ -311,14 +311,14 @@ function cerber_show_lic() {
311
  <tr>
312
  <th scope="row">License key for PRO version</th>
313
  <td>
314
- <input name="cerber_license" style="font-family: Consolas, Monaco, monospace;" value="<?php echo $lic; ?>" size="<?php echo LAB_KEY_LENGTH; ?>" maxlength="<?php echo LAB_KEY_LENGTH; ?>" type="text">
315
  <?php echo '<p>'.$valid.'</p>'; ?>
316
  </td>
317
  </tr>
318
  <tr>
319
  <th scope="row">Site ID</th>
320
  <td>
321
- <?php echo '<p style="font-family: Consolas, Monaco, monospace;">'.$key[0].'</p>'; ?>
322
  </td>
323
  </tr>
324
  <tbody>
@@ -339,7 +339,7 @@ function cerber_show_lic() {
339
  */
340
  function cerber_recaptcha_page() {
341
  ?>
342
- <div class="wrap">
343
  <h2><?php _e( 'Antispam and bot detection settings', 'wp-cerber' ) ?></h2>
344
  <?php
345
  cerber_show_aside( 'recaptcha' );
@@ -367,9 +367,12 @@ function cerber_show_wp_diag(){
367
  $folders = array(
368
  array( 'WordPress root folder (ABSPATH) ', ABSPATH ),
369
  array( 'Uploads folder', $uploads['path'] ),
370
- array( 'Content folder (WP_CONTENT_DIR) ', WP_CONTENT_DIR ),
371
- array( 'Plugins folder (WP_PLUGIN_DIR) ', WP_PLUGIN_DIR ),
 
 
372
  array( 'Must use plugin folder (WPMU_PLUGIN_DIR) ', WPMU_PLUGIN_DIR ),
 
373
  );
374
 
375
  foreach ( $folders as &$folder ) {
38
  $tab = cerber_get_tab( 'imex', array( 'imex', 'diagnostic', 'license', 'help' ) );
39
 
40
  ?>
41
+ <div class="wrap crb-admin">
42
 
43
  <h2><?php _e( 'Tools', 'wp-cerber' ) ?></h2>
44
 
311
  <tr>
312
  <th scope="row">License key for PRO version</th>
313
  <td>
314
+ <input name="cerber_license" style="font-family: Menlo, Consolas, Monaco, monospace;" value="<?php echo $lic; ?>" size="<?php echo LAB_KEY_LENGTH; ?>" maxlength="<?php echo LAB_KEY_LENGTH; ?>" type="text">
315
  <?php echo '<p>'.$valid.'</p>'; ?>
316
  </td>
317
  </tr>
318
  <tr>
319
  <th scope="row">Site ID</th>
320
  <td>
321
+ <?php echo '<p style="font-family: Menlo, Consolas, Monaco, monospace;">'.$key[0].'</p>'; ?>
322
  </td>
323
  </tr>
324
  <tbody>
339
  */
340
  function cerber_recaptcha_page() {
341
  ?>
342
+ <div class="wrap crb-admin">
343
  <h2><?php _e( 'Antispam and bot detection settings', 'wp-cerber' ) ?></h2>
344
  <?php
345
  cerber_show_aside( 'recaptcha' );
367
  $folders = array(
368
  array( 'WordPress root folder (ABSPATH) ', ABSPATH ),
369
  array( 'Uploads folder', $uploads['path'] ),
370
+ //array( 'Content folder (WP_CONTENT_DIR) ', WP_CONTENT_DIR ),
371
+ array( 'Content folder', dirname( cerber_get_plugins_dir() ) ),
372
+ //array( 'Plugins folder (WP_PLUGIN_DIR) ', WP_PLUGIN_DIR ),
373
+ array( 'Plugins folder', cerber_get_plugins_dir() ),
374
  array( 'Must use plugin folder (WPMU_PLUGIN_DIR) ', WPMU_PLUGIN_DIR ),
375
+ array( 'Folder for temporary files', ini_get( 'upload_tmp_dir' ) ),
376
  );
377
 
378
  foreach ( $folders as &$folder ) {
changelog.txt CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  = 6.7 =
2
  * New: Regular expressions are now available for the Traffic Inspector Request whitelist and Antispam Query whitelist.
3
  * Update: Antispam engine algorithms have been updated to improve AJAX requests handling and reduce false positives.
1
+ = 6.7.5 =
2
+ * A new button View Activity has been added to the user edit page in the WordPress dashboard.
3
+ * Miscellaneous code optimizations: performance of database routines and SQL queries are improved.
4
+ * A new Swedish translation has been added. Thanks to Fredrik Näslund.
5
+ * Bug fixed: The wildcard *.*.*.* entry (all IPv4 addresses) to the Black IP Access List, doesn't work as intended.
6
+
7
  = 6.7 =
8
  * New: Regular expressions are now available for the Traffic Inspector Request whitelist and Antispam Query whitelist.
9
  * Update: Antispam engine algorithms have been updated to improve AJAX requests handling and reduce false positives.
common.php CHANGED
@@ -54,7 +54,7 @@ function cerber_get_wp_scripts(){
54
  function cerber_admin_link($tab = '', $args = array()){
55
  //return add_query_arg(array('record_id'=>$record_id,'mode'=>'view_record'),admin_url('admin.php?page=storage'));
56
 
57
- if (empty($args['page'])) {
58
  if ( in_array( $tab, array( 'recaptcha', 'antispam' ) ) ) {
59
  $page = 'cerber-recaptcha';
60
  $tab = null;
@@ -68,6 +68,9 @@ function cerber_admin_link($tab = '', $args = array()){
68
  elseif ( in_array( $tab, array( 'geo' ) ) ) {
69
  $page = 'cerber-rules';
70
  }
 
 
 
71
  else {
72
  $page = 'cerber-security';
73
  }
@@ -77,11 +80,11 @@ function cerber_admin_link($tab = '', $args = array()){
77
  unset( $args['page'] );
78
  }
79
 
80
- if (!is_multisite()) {
81
- $link = admin_url('admin.php?page='.$page);
82
  }
83
  else {
84
- $link = network_admin_url('admin.php?page='.$page);
85
  }
86
 
87
  if ( $tab ) {
@@ -180,7 +183,7 @@ function cerber_pb_get_devices($token = ''){
180
  CURLOPT_DNS_CACHE_TIMEOUT => 4 * 3600,
181
  ));
182
 
183
- $result = curl_exec($curl);
184
  $curl_error = curl_error($curl);
185
  curl_close($curl);
186
 
@@ -243,7 +246,7 @@ function cerber_pb_send($title, $body){
243
  CURLOPT_DNS_CACHE_TIMEOUT => 4 * 3600,
244
  ));
245
 
246
- $result = curl_exec($curl);
247
  $curl_error = curl_error($curl);
248
  curl_close($curl);
249
 
@@ -845,11 +848,11 @@ function cerber_get_labels($type = 'activity'){
845
  $labels[13] = __( 'Locked out', 'wp-cerber' );
846
  $labels[14] = __( 'IP blacklisted', 'wp-cerber' );
847
  // @since 4.9
848
- //$labels[15]=__('by Cerber Lab','wp-cerber');
849
  $labels[15] = __( 'Malicious activity detected', 'wp-cerber' );
850
  $labels[16] = __( 'Blocked by country rule', 'wp-cerber' );
851
  $labels[17] = __( 'Limit reached', 'wp-cerber' );
852
  $labels[18] = __( 'Multiple suspicious activities', 'wp-cerber' );
 
853
  }
854
 
855
  return $labels;
@@ -1225,46 +1228,87 @@ function cerber_real_escape($string){
1225
  function cerber_db_query( $query ) {
1226
  global $cerber_db_errors;
1227
 
 
 
 
 
1228
  $db = cerber_get_db();
1229
 
1230
  if ( ! $db ) {
 
 
1231
  return false;
1232
  }
1233
 
1234
  if ( $db->use_mysqli ) {
1235
  $ret = mysqli_query( $db->dbh, $query );
1236
  if ( ! $ret ) {
1237
- if ( ! isset( $cerber_db_errors ) ) {
1238
- $cerber_db_errors = array();
1239
- }
1240
- $cerber_db_errors[] = mysqli_error( $db->dbh );
1241
  }
1242
  }
1243
  else {
1244
  $ret = mysql_query( $query, $db->dbh ); // For compatibility reason only
 
 
 
1245
  }
1246
 
1247
  return $ret;
1248
  }
1249
 
1250
- function cerber_db_get_results( $query, $type = MYSQLI_NUM ) {
1251
  $db = cerber_get_db();
1252
 
 
 
1253
  if ( $result = cerber_db_query( $query ) ) {
1254
  if ( $db->use_mysqli ) {
1255
- return $result->fetch_all( $type );
 
 
 
 
 
 
 
 
 
 
 
1256
  }
1257
  else {
1258
- if ( $type == MYSQLI_NUM ) {
1259
- return mysql_fetch_array( $result, MYSQL_NUM ); // For compatibility reason only
 
 
1260
  }
1261
  else {
1262
- return mysql_fetch_assoc( $result ); // For compatibility reason only
 
 
1263
  }
1264
  }
1265
  }
1266
 
1267
- return false;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1268
  }
1269
 
1270
  function cerber_db_get_var( $query ) {
@@ -1311,7 +1355,7 @@ function cerber_get_db() {
1311
  */
1312
  function cerber_db_connect() {
1313
  if ( ! defined( 'CRB_ABSPATH' ) ) {
1314
- define( 'CRB_ABSPATH', dirname( __FILE__, 4 ) );
1315
  }
1316
  $db_class = CRB_ABSPATH . '/wp-includes/wp-db.php';
1317
  $wp_config = CRB_ABSPATH . '/wp-config.php';
@@ -1435,7 +1479,7 @@ function cerber_htaccess_sync( $settings = array() ) {
1435
 
1436
  $rules = array();
1437
 
1438
- if ( !empty($settings['adminphp']) ) {
1439
  // https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6389
1440
  $groove_x = cerber_get_groove_x();
1441
  $cookie = 'cerber_groove_x_'.$groove_x[0];
@@ -1634,4 +1678,31 @@ function cerber_is_permalink_enabled() {
1634
  }
1635
 
1636
  return $ret;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1637
  }
54
  function cerber_admin_link($tab = '', $args = array()){
55
  //return add_query_arg(array('record_id'=>$record_id,'mode'=>'view_record'),admin_url('admin.php?page=storage'));
56
 
57
+ if ( empty( $args['page'] ) ) {
58
  if ( in_array( $tab, array( 'recaptcha', 'antispam' ) ) ) {
59
  $page = 'cerber-recaptcha';
60
  $tab = null;
68
  elseif ( in_array( $tab, array( 'geo' ) ) ) {
69
  $page = 'cerber-rules';
70
  }
71
+ elseif ( in_array( $tab, array( 'scanner' ) ) ) {
72
+ $page = 'cerber-integrity';
73
+ }
74
  else {
75
  $page = 'cerber-security';
76
  }
80
  unset( $args['page'] );
81
  }
82
 
83
+ if ( ! is_multisite() ) {
84
+ $link = admin_url( 'admin.php?page=' . $page );
85
  }
86
  else {
87
+ $link = network_admin_url( 'admin.php?page=' . $page );
88
  }
89
 
90
  if ( $tab ) {
183
  CURLOPT_DNS_CACHE_TIMEOUT => 4 * 3600,
184
  ));
185
 
186
+ $result = @curl_exec($curl);
187
  $curl_error = curl_error($curl);
188
  curl_close($curl);
189
 
246
  CURLOPT_DNS_CACHE_TIMEOUT => 4 * 3600,
247
  ));
248
 
249
+ $result = @curl_exec($curl);
250
  $curl_error = curl_error($curl);
251
  curl_close($curl);
252
 
848
  $labels[13] = __( 'Locked out', 'wp-cerber' );
849
  $labels[14] = __( 'IP blacklisted', 'wp-cerber' );
850
  // @since 4.9
 
851
  $labels[15] = __( 'Malicious activity detected', 'wp-cerber' );
852
  $labels[16] = __( 'Blocked by country rule', 'wp-cerber' );
853
  $labels[17] = __( 'Limit reached', 'wp-cerber' );
854
  $labels[18] = __( 'Multiple suspicious activities', 'wp-cerber' );
855
+ $labels[19] = __( 'Denied', 'wp-cerber' ); // @since 6.7.5
856
  }
857
 
858
  return $labels;
1228
  function cerber_db_query( $query ) {
1229
  global $cerber_db_errors;
1230
 
1231
+ if ( ! isset( $cerber_db_errors ) ) {
1232
+ $cerber_db_errors = array();
1233
+ }
1234
+
1235
  $db = cerber_get_db();
1236
 
1237
  if ( ! $db ) {
1238
+ $cerber_db_errors[] = 'DB ERROR: No active DB handler';
1239
+
1240
  return false;
1241
  }
1242
 
1243
  if ( $db->use_mysqli ) {
1244
  $ret = mysqli_query( $db->dbh, $query );
1245
  if ( ! $ret ) {
1246
+ $cerber_db_errors[] = mysqli_error( $db->dbh ) . ' for the query: ' . $query;
 
 
 
1247
  }
1248
  }
1249
  else {
1250
  $ret = mysql_query( $query, $db->dbh ); // For compatibility reason only
1251
+ if ( ! $ret ) {
1252
+ $cerber_db_errors[] = mysql_error( $db->dbh ) . ' for the query: ' . $query; // For compatibility reason only
1253
+ }
1254
  }
1255
 
1256
  return $ret;
1257
  }
1258
 
1259
+ function cerber_db_get_results( $query, $type = MYSQLI_ASSOC ) {
1260
  $db = cerber_get_db();
1261
 
1262
+ $ret = array();
1263
+
1264
  if ( $result = cerber_db_query( $query ) ) {
1265
  if ( $db->use_mysqli ) {
1266
+ //$ret = $result->fetch_all( $type );
1267
+ if ( $type == MYSQLI_ASSOC ) {
1268
+ while ( $row = mysqli_fetch_assoc( $result ) ) {
1269
+ $ret[] = $row;
1270
+ }
1271
+ }
1272
+ else {
1273
+ while ( $row = mysqli_fetch_row( $result ) ) {
1274
+ $ret[] = $row;
1275
+ }
1276
+ }
1277
+ mysqli_free_result( $result );
1278
  }
1279
  else {
1280
+ if ( $type == MYSQL_ASSOC ) {
1281
+ while ( $row = mysql_fetch_assoc( $result ) ) { // For compatibility reason only
1282
+ $ret[] = $row;
1283
+ }
1284
  }
1285
  else {
1286
+ while ( $row = mysql_fetch_row( $result ) ) { // For compatibility reason only
1287
+ $ret[] = $row;
1288
+ }
1289
  }
1290
  }
1291
  }
1292
 
1293
+ return $ret;
1294
+ }
1295
+
1296
+ function cerber_db_get_row( $query ) {
1297
+ $db = cerber_get_db();
1298
+
1299
+ if ( $result = cerber_db_query( $query ) ) {
1300
+ if ( $db->use_mysqli ) {
1301
+ $ret = mysqli_fetch_array( $result, MYSQLI_ASSOC );
1302
+ }
1303
+ else {
1304
+ $ret = mysql_fetch_array( $result, MYSQL_ASSOC ); // For compatibility reason only
1305
+ }
1306
+ }
1307
+ else {
1308
+ $ret = false;
1309
+ }
1310
+
1311
+ return $ret;
1312
  }
1313
 
1314
  function cerber_db_get_var( $query ) {
1355
  */
1356
  function cerber_db_connect() {
1357
  if ( ! defined( 'CRB_ABSPATH' ) ) {
1358
+ define( 'CRB_ABSPATH', cerber_dirname( __FILE__, 4 ) );
1359
  }
1360
  $db_class = CRB_ABSPATH . '/wp-includes/wp-db.php';
1361
  $wp_config = CRB_ABSPATH . '/wp-config.php';
1479
 
1480
  $rules = array();
1481
 
1482
+ if ( ! empty( $settings['adminphp'] ) ) {
1483
  // https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6389
1484
  $groove_x = cerber_get_groove_x();
1485
  $cookie = 'cerber_groove_x_'.$groove_x[0];
1678
  }
1679
 
1680
  return $ret;
1681
+ }
1682
+
1683
+ /**
1684
+ * Given the path of a file or directory, this function
1685
+ * will return the parent directory's path that is given levels up
1686
+ *
1687
+ * @param string $path
1688
+ * @param integer $levels
1689
+ *
1690
+ * @return string Parent directory's path
1691
+ */
1692
+ function cerber_dirname( $path, $levels = 0 ) {
1693
+
1694
+ if ( PHP_VERSION_ID >= 70000 || $levels == 0 ) {
1695
+ return dirname( $path, $levels );
1696
+ }
1697
+
1698
+ $ret = '.';
1699
+
1700
+ $path = explode( DIRECTORY_SEPARATOR, str_replace( array( '/', '\\' ), DIRECTORY_SEPARATOR, $path ) );
1701
+ if ( 0 < ( count( $path ) - $levels ) ) {
1702
+ $path = array_slice( $path, 0, count( $path ) - $levels );
1703
+ $ret = implode( DIRECTORY_SEPARATOR, $path );
1704
+ }
1705
+
1706
+ return $ret;
1707
+
1708
  }
dashboard.php CHANGED
@@ -60,6 +60,11 @@ function cerber_admin_menu() {
60
  add_submenu_page( 'cerber-security', __( 'Cerber Security Rules', 'wp-cerber' ), __( 'Security Rules', 'wp-cerber' ), 'manage_options', 'cerber-rules', 'cerber_rules_page' );
61
  }
62
 
 
 
 
 
 
63
  add_submenu_page( 'cerber-security', __( 'Cerber antispam settings', 'wp-cerber' ), __( 'Antispam', 'wp-cerber' ), 'manage_options', 'cerber-recaptcha', 'cerber_recaptcha_page' );
64
  add_submenu_page( 'cerber-security', __( 'Cerber tools', 'wp-cerber' ), __( 'Tools', 'wp-cerber' ), 'manage_options', 'cerber-tools', 'cerber_tools_page' );
65
 
@@ -508,7 +513,7 @@ function cerber_export_activity() {
508
  list( $query, $per_page, $falist, $ip, $filter_login, $user_id, $search ) = cerber_activity_query( array('per_page' => 0) );
509
 
510
  if ( $rows = $wpdb->get_results( $query ) ) {
511
- $total = $wpdb->get_var( "SELECT FOUND_ROWS()" );
512
 
513
  $fname = rawurlencode('wp-cerber-activity'); // encode non-ASCII symbols
514
 
@@ -597,7 +602,7 @@ function cerber_show_activity($args = array(), $echo = true){
597
 
598
  if ( $rows = $wpdb->get_results( $query ) ) {
599
 
600
- $total = $wpdb->get_var( "SELECT FOUND_ROWS()" );
601
  $tbody = '';
602
  $roles = $wp_roles->roles;
603
  $country = '';
@@ -946,68 +951,74 @@ function cerber_ip_extra_view($ip, $context = 'activity'){
946
  /**
947
  * Additional information about user
948
  */
949
- function cerber_user_extra_view($user_id, $context = 'activity'){
950
  global $wp_roles, $wpdb;
951
 
952
  $ret = '';
953
  if ( $u = get_userdata( $user_id ) ) {
954
  if ( ! is_multisite() && $u->roles ) {
955
- $r = array();
956
  foreach ( $u->roles as $role ) {
957
- $r[] = $wp_roles->roles[ $role ]['name'];
958
- }
959
- $r = '<span class="act-role">' . implode( ', ', $r ) . '</span>';
960
  }
 
 
 
 
 
961
 
962
  $edit = get_edit_user_link( $user_id );
963
- $name = '<b><a href="'.$edit.'">' . $u->display_name . '</a></b><p>' . $r . '</p>';
964
 
965
- if ($avatar = get_avatar( $user_id, 96 )) {
966
- $ret .= '<div>' . $avatar . '</div>';
967
  }
968
 
969
- $time = strtotime($wpdb->get_var("SELECT user_registered FROM {$wpdb->users} WHERE id = ".$user_id));
970
- if ($time) {
971
- $reg = $time < (time() - DAY_IN_SECONDS) ? cerber_date($time) : cerber_ago_time($time);
972
- if ($rm = get_user_meta($user_id, '_crb_reg_', true)){
973
- if ($rm['IP']) {
974
- if ( $country = crb_country_html( null, $rm['IP'] ) ) {
975
- $reg .= ' &nbsp; ' . $country;
976
- }
977
- }
978
- }
979
- }
980
 
981
- // Last seen
982
- $s1 = $wpdb->get_row('SELECT stamp,ip FROM '.CERBER_TRAF_TABLE.' WHERE user_id = ' .$user_id . ' ORDER BY stamp DESC LIMIT 1');
983
- $s2 = $wpdb->get_row('SELECT stamp,ip FROM '.CERBER_LOG_TABLE.' WHERE user_id = ' .$user_id . ' ORDER BY stamp DESC LIMIT 1');
984
 
985
- $time1 = ($s1) ? $s1->stamp : 0;
986
- $time2 = ($s2) ? $s2->stamp : 0;
987
 
988
- $sn = ($time1 < $time2) ? $s2 : $s1;
989
 
990
- if ($sn) {
991
- $seen = $sn->stamp < (time() - DAY_IN_SECONDS) ? cerber_date($sn->stamp) : cerber_ago_time($sn->stamp);
992
- $seen = __('Last seen','wp-cerber').': ' . $seen;
993
- if ( $country = crb_country_html( null, $sn->ip ) ) {
994
- $seen .= ' &nbsp; ' . $country;
995
  }
996
- $seen = '<p>'. $seen . '</p>';
 
 
 
997
  }
998
 
999
- $ret .= '<div>' . $name . '<p>'.__('Registered','wp-cerber').': ' . $reg. '</p>'.$seen.'</div>';
1000
 
1001
- if ($context == 'activity') {
1002
- $link = cerber_traffic_link(array('filter_user'=>$user_id));
1003
- }
1004
- else {
1005
- $link = ' <a class="crb-button-tiny" href="'.cerber_admin_link('activity',array('filter_user'=>$user_id)).'">'.__('Check for activity','wp-cerber').'</a>';
1006
- }
1007
  }
1008
 
1009
- if ($ret) {
1010
- return '<div class="crb-extra-info" id="user-extra-info">'.$ret.$link.'</div>';
1011
  }
1012
 
1013
  return '';
@@ -1877,7 +1888,7 @@ function cerber_table_info( $table ) {
1877
  }
1878
  $columns .= '</table>';
1879
 
1880
- $rows = absint( $wpdb->get_var( 'SELECT COUNT(*) FROM ' . $table ) );
1881
 
1882
  $sts = $wpdb->get_row( 'SHOW TABLE STATUS WHERE NAME = "' . $table .'"');
1883
  $status = '<table>';
@@ -1979,6 +1990,7 @@ function cerber_admin_head(){
1979
  crb_ajax_nonce = '<?php echo $crb_ajax_nonce; ?>';
1980
  crb_ajax_loader = '<?php echo $crb_ajax_loader; ?>';
1981
  crb_lab_available = <?php echo $crb_lab_available; ?>;
 
1982
  </script>
1983
 
1984
  <?php
@@ -2065,6 +2077,29 @@ function cerber_admin_footer() {
2065
 
2066
  //add_some_pointers();
2067
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2068
  if ( defined( 'CERBER_BETA' ) && cerber_is_admin_page( false ) ) :
2069
  ?>
2070
  <script type="text/javascript">
@@ -2179,7 +2214,7 @@ function cerber_rules_page(){
2179
  $tab = cerber_get_tab( 'geo', array( 'geo' ) );
2180
 
2181
  ?>
2182
- <div class="wrap">
2183
 
2184
  <h2><?php _e( 'Security Rules', 'wp-cerber' ) ?></h2>
2185
 
@@ -2519,7 +2554,7 @@ function cerber_traffic_page(){
2519
  $tab = cerber_get_tab( 'traffic', array( 'traffic', 'ti_settings', 'help' ) );
2520
 
2521
  ?>
2522
- <div class="wrap">
2523
 
2524
  <h2><?php _e( 'Traffic Inspector', 'wp-cerber' ) ?></h2>
2525
 
@@ -2583,7 +2618,7 @@ function cerber_show_traffic($args = array(), $echo = true){
2583
  if ( ! $wp_cerber_remote ) {
2584
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
2585
  $rows = $wpdb->get_results( $query, OBJECT_K );
2586
- $total = $wpdb->get_var( $found );
2587
 
2588
  if ($rows){
2589
  $events = $wpdb->get_results('SELECT log.session_id,log.* FROM '. CERBER_LOG_TABLE . ' log WHERE log.session_id IN ("' . implode('", "',array_keys($rows)).'" )', OBJECT_K);
@@ -2624,7 +2659,7 @@ function cerber_show_traffic($args = array(), $echo = true){
2624
 
2625
  // TODO: make it compatible with multisite WP
2626
  if ($row->wp_type == 601 && $row->wp_id > 0) {
2627
- $title = $wpdb->get_var('SELECT post_title FROM '.$wpdb->posts.' WHERE ID = '.absint($row->wp_id));
2628
  if ($title) {
2629
  $wp_objects[$row->wp_id] = apply_filters( 'the_title', $title, $row->wp_id );
2630
  }
@@ -2736,11 +2771,17 @@ function cerber_show_traffic($args = array(), $echo = true){
2736
  }
2737
 
2738
  if ( ! empty( $details[2] ) ) {
2739
- $more_details[] = array('Referrer', htmlentities( urldecode( $details[2] )));
 
 
 
2740
  }
2741
 
2742
  if ( ! empty( $details[1] ) ) {
2743
- $more_details[] = array('User agent', htmlentities( $details[1] ));
 
 
 
2744
  }
2745
 
2746
  // POST fields
60
  add_submenu_page( 'cerber-security', __( 'Cerber Security Rules', 'wp-cerber' ), __( 'Security Rules', 'wp-cerber' ), 'manage_options', 'cerber-rules', 'cerber_rules_page' );
61
  }
62
 
63
+ if ( ! is_multisite() ) { // <-- To be implemented
64
+
65
+ //add_submenu_page( 'cerber-security', 'Cerber Security: Site Integrity', __( 'Site Integrity', 'wp-cerber' ), 'manage_options', 'cerber-integrity', 'cerber_integrity_page' );
66
+ }
67
+
68
  add_submenu_page( 'cerber-security', __( 'Cerber antispam settings', 'wp-cerber' ), __( 'Antispam', 'wp-cerber' ), 'manage_options', 'cerber-recaptcha', 'cerber_recaptcha_page' );
69
  add_submenu_page( 'cerber-security', __( 'Cerber tools', 'wp-cerber' ), __( 'Tools', 'wp-cerber' ), 'manage_options', 'cerber-tools', 'cerber_tools_page' );
70
 
513
  list( $query, $per_page, $falist, $ip, $filter_login, $user_id, $search ) = cerber_activity_query( array('per_page' => 0) );
514
 
515
  if ( $rows = $wpdb->get_results( $query ) ) {
516
+ $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
517
 
518
  $fname = rawurlencode('wp-cerber-activity'); // encode non-ASCII symbols
519
 
602
 
603
  if ( $rows = $wpdb->get_results( $query ) ) {
604
 
605
+ $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
606
  $tbody = '';
607
  $roles = $wp_roles->roles;
608
  $country = '';
951
  /**
952
  * Additional information about user
953
  */
954
+ function cerber_user_extra_view( $user_id, $context = 'activity' ) {
955
  global $wp_roles, $wpdb;
956
 
957
  $ret = '';
958
  if ( $u = get_userdata( $user_id ) ) {
959
  if ( ! is_multisite() && $u->roles ) {
960
+ $roles = array();
961
  foreach ( $u->roles as $role ) {
962
+ $roles[] = $wp_roles->roles[ $role ]['name'];
 
 
963
  }
964
+ $roles = '<span class="act-role">' . implode( ', ', $roles ) . '</span>';
965
+ }
966
+ else {
967
+ $roles = '';
968
+ }
969
 
970
  $edit = get_edit_user_link( $user_id );
971
+ $name = '<b><a href="' . $edit . '">' . $u->display_name . '</a></b><p>' . $roles . '</p>';
972
 
973
+ if ( $avatar = get_avatar( $user_id, 96 ) ) {
974
+ $ret .= '<div>' . $avatar . '</div>';
975
  }
976
 
977
+ $time = strtotime( cerber_db_get_var( "SELECT user_registered FROM {$wpdb->users} WHERE id = " . $user_id ) );
978
+ if ( $time ) {
979
+ $reg = $time < ( time() - DAY_IN_SECONDS ) ? cerber_date( $time ) : cerber_ago_time( $time );
980
+ if ( $rm = get_user_meta( $user_id, '_crb_reg_', true ) ) {
981
+ if ( $rm['IP'] ) {
982
+ if ( $country = crb_country_html( null, $rm['IP'] ) ) {
983
+ $reg .= ' &nbsp; ' . $country;
984
+ }
985
+ }
986
+ }
987
+ }
988
 
989
+ // Last seen
990
+ $s1 = $wpdb->get_row( 'SELECT stamp,ip FROM ' . CERBER_TRAF_TABLE . ' WHERE user_id = ' . $user_id . ' ORDER BY stamp DESC LIMIT 1' );
991
+ $s2 = $wpdb->get_row( 'SELECT stamp,ip FROM ' . CERBER_LOG_TABLE . ' WHERE user_id = ' . $user_id . ' ORDER BY stamp DESC LIMIT 1' );
992
 
993
+ $time1 = ( $s1 ) ? $s1->stamp : 0;
994
+ $time2 = ( $s2 ) ? $s2->stamp : 0;
995
 
996
+ $sn = ( $time1 < $time2 ) ? $s2 : $s1;
997
 
998
+ if ( $sn ) {
999
+ $seen = $sn->stamp < ( time() - DAY_IN_SECONDS ) ? cerber_date( $sn->stamp ) : cerber_ago_time( $sn->stamp );
1000
+ $seen = __( 'Last seen', 'wp-cerber' ) . ': ' . $seen;
1001
+ if ( $country = crb_country_html( null, $sn->ip ) ) {
1002
+ $seen .= ' &nbsp; ' . $country;
1003
  }
1004
+ $seen = '<p>' . $seen . '</p>';
1005
+ }
1006
+ else {
1007
+ $seen = '';
1008
  }
1009
 
1010
+ $ret .= '<div>' . $name . '<p>' . __( 'Registered', 'wp-cerber' ) . ': ' . $reg . '</p>' . $seen . '</div>';
1011
 
1012
+ if ( $context == 'activity' ) {
1013
+ $link = cerber_traffic_link( array( 'filter_user' => $user_id ) );
1014
+ }
1015
+ else {
1016
+ $link = ' <a class="crb-button-tiny" href="' . cerber_admin_link( 'activity', array( 'filter_user' => $user_id ) ) . '">' . __( 'Check for activity', 'wp-cerber' ) . '</a>';
1017
+ }
1018
  }
1019
 
1020
+ if ( $ret ) {
1021
+ return '<div class="crb-extra-info" id="user-extra-info">' . $ret . $link . '</div>';
1022
  }
1023
 
1024
  return '';
1888
  }
1889
  $columns .= '</table>';
1890
 
1891
+ $rows = absint( cerber_db_get_var( 'SELECT COUNT(*) FROM ' . $table ) );
1892
 
1893
  $sts = $wpdb->get_row( 'SHOW TABLE STATUS WHERE NAME = "' . $table .'"');
1894
  $status = '<table>';
1990
  crb_ajax_nonce = '<?php echo $crb_ajax_nonce; ?>';
1991
  crb_ajax_loader = '<?php echo $crb_ajax_loader; ?>';
1992
  crb_lab_available = <?php echo $crb_lab_available; ?>;
1993
+
1994
  </script>
1995
 
1996
  <?php
2077
 
2078
  //add_some_pointers();
2079
 
2080
+ // Add a button on a user profile page
2081
+
2082
+ $uid = 0;
2083
+ if ( defined( 'IS_PROFILE_PAGE' ) && IS_PROFILE_PAGE ) {
2084
+ $uid = get_current_user_id();
2085
+ }
2086
+ elseif ( ! empty( $_GET['user_id'] ) && strpos( $_SERVER['SCRIPT_NAME'], 'user-edit.php' ) ) {
2087
+ $uid = absint( $_GET['user_id'] );
2088
+ }
2089
+ if ( $uid ) {
2090
+ $user_link = '<a href="' . cerber_admin_link( 'activity', array( 'filter_user' => $uid ) ) . '" class="page-title-action">' . __( 'View Activity', 'wp-cerber' ) . '</a>';
2091
+ ?>
2092
+ <script>
2093
+ jQuery(document).ready(function ($) {
2094
+ $("#profile-page").find(".wp-heading-inline").after('<?php echo $user_link; ?>');
2095
+ });
2096
+ </script>
2097
+ <?php
2098
+
2099
+ }
2100
+
2101
+ // ------------------------------------------------------
2102
+
2103
  if ( defined( 'CERBER_BETA' ) && cerber_is_admin_page( false ) ) :
2104
  ?>
2105
  <script type="text/javascript">
2214
  $tab = cerber_get_tab( 'geo', array( 'geo' ) );
2215
 
2216
  ?>
2217
+ <div class="wrap crb-admin">
2218
 
2219
  <h2><?php _e( 'Security Rules', 'wp-cerber' ) ?></h2>
2220
 
2554
  $tab = cerber_get_tab( 'traffic', array( 'traffic', 'ti_settings', 'help' ) );
2555
 
2556
  ?>
2557
+ <div class="wrap crb-admin">
2558
 
2559
  <h2><?php _e( 'Traffic Inspector', 'wp-cerber' ) ?></h2>
2560
 
2618
  if ( ! $wp_cerber_remote ) {
2619
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
2620
  $rows = $wpdb->get_results( $query, OBJECT_K );
2621
+ $total = cerber_db_get_var( $found );
2622
 
2623
  if ($rows){
2624
  $events = $wpdb->get_results('SELECT log.session_id,log.* FROM '. CERBER_LOG_TABLE . ' log WHERE log.session_id IN ("' . implode('", "',array_keys($rows)).'" )', OBJECT_K);
2659
 
2660
  // TODO: make it compatible with multisite WP
2661
  if ($row->wp_type == 601 && $row->wp_id > 0) {
2662
+ $title = cerber_db_get_var( 'SELECT post_title FROM ' . $wpdb->posts . ' WHERE ID = ' . absint( $row->wp_id ) );
2663
  if ($title) {
2664
  $wp_objects[$row->wp_id] = apply_filters( 'the_title', $title, $row->wp_id );
2665
  }
2771
  }
2772
 
2773
  if ( ! empty( $details[2] ) ) {
2774
+ $more_details[] = array(
2775
+ 'Referrer',
2776
+ '<span class="code">' . htmlentities( urldecode( $details[2] ) ) . '</span>'
2777
+ );
2778
  }
2779
 
2780
  if ( ! empty( $details[1] ) ) {
2781
+ $more_details[] = array(
2782
+ 'User agent',
2783
+ '<span class="code">' . htmlentities( $details[1] ) . '</span>'
2784
+ );
2785
  }
2786
 
2787
  // POST fields
languages/wp-cerber-de_DE.mo CHANGED
Binary file
languages/wp-cerber-de_DE.po CHANGED
@@ -8,693 +8,690 @@ msgstr ""
8
  "Language: de\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:70
12
  msgid "Limit login attempts"
13
  msgstr "Anmeldeversuche limitieren"
14
 
15
- #: ../settings.php:71
16
  msgid "Attempts"
17
  msgstr "Versuche"
18
 
19
- #: ../settings.php:72
20
  msgid "Lockout duration"
21
  msgstr "Sperrdauer"
22
 
23
- #: ../settings.php:72 ../settings.php:91
24
  msgid "minutes"
25
  msgstr "Minuten"
26
 
27
- #: ../settings.php:73
28
  msgid "Aggressive lockout"
29
  msgstr "Aggressive Sperre"
30
 
31
- #: ../settings.php:76
32
  msgid "Site connection"
33
  msgstr "Verbindung zur Website"
34
 
35
- #: ../settings.php:78
36
  msgid "Proactive security rules"
37
  msgstr "Proaktive Sicherheitsregeln"
38
 
39
- #: ../settings.php:79
40
  msgid "Block subnet"
41
  msgstr "Sperre Subnetz"
42
 
43
- #: ../settings.php:82
44
  msgid "Request wp-login.php"
45
  msgstr "Anfrage wp-login.php"
46
 
47
- #: ../settings.php:82
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "IP nach jeder Anfrage auf wp-login.php sofort sperren"
50
 
51
- #: ../settings.php:81
52
  msgid "Redirect dashboard requests"
53
  msgstr "Dashboard-Anfragen umleiten"
54
 
55
- #: ../settings.php:85
56
  msgid "Custom login page"
57
  msgstr "Benutzerdefinierte Login-Seite"
58
 
59
- #: ../settings.php:86
60
  msgid "Custom login URL"
61
  msgstr "Benutzerdefinierte Login-URL"
62
 
63
  #. There is no perfect translation for "slug" with keeping the context. "Permalink" describes the whole URL but is used by WordPress in this place.
64
- #: ../settings.php:86
65
  #, fuzzy
66
  msgid "must not overlap with the existing pages or posts slug"
67
  msgstr "darf sich nicht mit Permalinks von vorhandenen Seiten oder Beiträgen überlappen"
68
 
69
- #: ../settings.php:87
70
  msgid "Disable wp-login.php"
71
  msgstr "Deaktiviere wp-login.php"
72
 
73
- #: ../settings.php:87
74
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
75
  msgstr "Blockiere direkten Zugriff zu wp-login.php und gib HTTP 404 Not Found Error zurück"
76
 
77
- #: ../dashboard.php:1209 ../settings.php:89
78
  msgid "Citadel mode"
79
  msgstr "Citadel Modus"
80
 
81
- #: ../settings.php:90
82
  msgid "Threshold"
83
  msgstr "Schwelle"
84
 
85
- #: ../settings.php:91
86
  msgid "Duration"
87
  msgstr "Dauer"
88
 
89
- #: ../wp-cerber.php:3863 ../settings.php:75 ../settings.php:92 ../settings.php:396
 
90
  msgid "Notifications"
91
  msgstr "Benachrichtigungen"
92
 
93
- #: ../settings.php:92
94
  msgid "Send notification to admin email"
95
  msgstr "Sende eine Benachrichtigung an die Emailadresse des Admins"
96
 
97
- #: ../wp-cerber.php:3860 ../settings.php:389 ../cerber-tools.php:88 ../cerber-
98
- #: tools.php:97 ../cerber-tools.php:178
99
  msgid "Access Lists"
100
  msgstr "Zugriffslisten"
101
 
102
- #: ../dashboard.php:1227 ../dashboard.php:1437 ../wp-cerber.php:3624 ../settings.
103
- #: php:94 ../settings.php:380
104
  msgid "Activity"
105
  msgstr "Aktivität"
106
 
107
- #: ../settings.php:384
108
  msgid "Lockouts"
109
  msgstr "Sperren"
110
 
111
- #: ../settings.php:505 ../settings.php:627
112
  msgid "%s allowed retries in %s minutes"
113
  msgstr "%s erlaubte Wiederholungen in %s Minuten"
114
 
115
- #: ../settings.php:527 ../settings.php:649
116
  msgid "Enable after %s failed login attempts in last %s minutes"
117
  msgstr "Aktiviere nach %s fehlgeschlagenen Anmeldeversuchen in den letzten %s Minuten"
118
 
119
- #: ../dashboard.php:93 ../dashboard.php:652 ../dashboard.php:2812 ../wp-cerber.
120
- #: php:3633
121
  msgid "IP"
122
  msgstr "IP"
123
 
124
- #: ../dashboard.php:491 ../dashboard.php:655 ../dashboard.php:2810
125
  msgid "Date"
126
  msgstr "Datum"
127
 
128
- #: ../dashboard.php:491 ../dashboard.php:657 ../dashboard.php:2815
129
  msgid "Local User"
130
  msgstr "Lokaler Benutzer"
131
 
132
- #: ../dashboard.php:491 ../dashboard.php:658 ../wp-cerber.php:3641
133
  msgid "Username used"
134
  msgstr "Benutzername wird bereits verwendet"
135
 
136
- #: ../dashboard.php:112
137
  msgid "Showing last %d records from %d"
138
  msgstr "Zeige die letzten %d Einträge von %d"
139
 
140
- #: ../common.php:690
141
  msgid "Logged in"
142
  msgstr "Eingeloggt"
143
 
144
- #: ../common.php:691
145
  msgid "Logged out"
146
  msgstr "Ausgeloggt"
147
 
148
- #: ../common.php:692
149
  msgid "Login failed"
150
  msgstr "Login fehlgeschlagen"
151
 
152
- #: ../common.php:695
153
  msgid "IP blocked"
154
  msgstr "IP geblockt"
155
 
156
- #: ../common.php:696
157
  msgid "Subnet blocked"
158
  msgstr "Subnetz geblockt"
159
 
160
- #: ../common.php:698
161
  msgid "Citadel activated!"
162
  msgstr "Citadel-Modus aktiviert!"
163
 
164
- #: ../dashboard.php:632 ../dashboard.php:836 ../dashboard.php:2648 ../common.php:
165
- #: 735
166
  msgid "Locked out"
167
  msgstr "Ausgesperrt"
168
 
169
  #. Only correct if "IP blacklisted" is used as indicative. Otherwise it would not translate "IP auf der schwarzen Liste" but "IP auf die schwarze Liste gesetzt" (if it states that the IP was just blacklisted).
170
- #: ../common.php:736
171
  #, fuzzy
172
  msgid "IP blacklisted"
173
  msgstr "IP blockiert"
174
 
175
- #: ../common.php:713
176
  msgid "Password changed"
177
  msgstr "Passwort geändert"
178
 
179
- #: ../dashboard.php:86 ../dashboard.php:159
180
  msgid "Remove"
181
  msgstr "Entfernen"
182
 
183
- #: ../dashboard.php:390
184
  msgid "Lockout for %s was removed"
185
  msgstr "Die Sperre für %s wurde entfernt"
186
 
187
- #: ../dashboard.php:131 ../dashboard.php:627 ../dashboard.php:830 ../dashboard.
188
- #: php:1207 ../dashboard.php:2643 ../wp-cerber.php:3852 ../settings.php:74 ..
189
- #: settings.php:350
190
  #, fuzzy
191
  msgid "White IP Access List"
192
  msgstr "Weiße Liste (erlaubten IPs)"
193
 
194
- #: ../dashboard.php:133 ../dashboard.php:628 ../dashboard.php:833 ../dashboard.
195
- #: php:1208 ../dashboard.php:2644
196
  #, fuzzy
197
  msgid "Black IP Access List"
198
  msgstr "Schwarze Liste (verbotenen IPs)"
199
 
200
- #: ../dashboard.php:165
201
  msgid "List is empty"
202
  msgstr "Liste ist leer"
203
 
204
- #: ../dashboard.php:202
205
  msgid "Address %s was added to White IP Access List"
206
  msgstr "Adresse %s wurde zur Liste der erlaubten IPs hinzugefügt"
207
 
208
- #: ../dashboard.php:216
209
  msgid "Address %s was added to Black IP Access List"
210
  msgstr "Adresse %s wurde zur Liste der verbotenen IPs hinzugefügt"
211
 
212
- #: ../wp-cerber.php:3097
213
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
214
  msgstr "Citadel-Modus ist aktiviert nach %d fehlgeschlagenen Logins in %d Minuten."
215
 
216
- #: ../dashboard.php:1584
217
  msgid "View Activity"
218
  msgstr "Aktivitäten anzeigen"
219
 
220
- #: ../dashboard.php:2500 ../cerber-tools.php:87 ../cerber-tools.php:96
221
  msgid "Settings"
222
  msgstr "Einstellungen"
223
 
224
- #: ../dashboard.php:1073
225
  msgid "Last login"
226
  msgstr "Letzte Anmeldung"
227
 
228
- #: ../dashboard.php:1106 ../dashboard.php:1190
229
  msgid "Never"
230
  msgstr "Niemals"
231
 
232
- #: ../dashboard.php:1481
233
  msgid "Are you sure?"
234
  msgstr "Sind Sie sicher?"
235
 
236
- #: ../dashboard.php:1284 ../settings.php:76
237
  msgid "My site is behind a reverse proxy"
238
  msgstr "Meine Website ist hinter einem Reverse-Proxy"
239
 
240
- #: ../settings.php:80
241
  msgid "Non-existent users"
242
  msgstr "Nicht vorhandene Benutzer"
243
 
244
- #: ../settings.php:80
245
  msgid "Immediately block IP when attempting to login with a non-existent username"
246
  msgstr "IP sofort sperren, wenn versucht wird, sich mit einem nicht vorhandenen Benutzernamen einzuloggen "
247
 
248
- #: ../settings.php:81
249
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
250
  msgstr "Die automatische Umleitung auf die Anmeldeseite deaktivieren, wenn /wp-admin/ von einer nicht autorisierten Anfrage aufgerufen wird"
251
 
252
  #. A fuzzy translation that is mostly used in this context would be "Machen Sie Ihren Schutz intelligenter!"
253
- #: ../settings.php:336
254
  msgid "Make your protection smarter!"
255
  msgstr "Machen Sie Ihren Schutz schlauer!"
256
 
257
- #: ../settings.php:340
258
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
259
  msgstr "Bitte aktivieren Sie Permalinks um dieses Merkmal zu verwenden. Setzen Sie die Permalink-Einstellungen auf etwas anderes als Standard."
260
 
261
- #: ../settings.php:343
262
- msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
263
- msgstr "Seien Sie vorsichtig bei der Aktivierung dieser Optionen. Wenn Sie die benutzerdefinierte Login-URL vergessen, können Sie sich nicht mehr anmelden."
264
-
265
- #: ../wp-cerber.php:3859 ../settings.php:386
266
  msgid "Main Settings"
267
  msgstr "Haupteinstellungen"
268
 
269
- #: ../settings.php:398
270
  msgid "Help"
271
  msgstr "Hilfe"
272
 
273
  #. "Aussperrungen" is used in plural because there are more likely several lockouts in the last hours. One single lockout would demand the use of the singular "Aussperrung". We could use "Aussperrung(en)" to cover all cases.
274
- #: ../settings.php:515 ../settings.php:637
275
  #, fuzzy
276
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
277
  msgstr "Erhöhe die Sperrdauer um %s Stunden nach %s Aussperrungen in den letzten %s Stunden"
278
 
279
- #: ../wp-cerber.php:237
280
  msgid "You are not allowed to log in. Ask your administrator for assistance."
281
  msgstr "Sie sind nicht berechtigt, sich anzumelden. Fragen Sie Ihren Administrator nach Unterstützung."
282
 
283
  #. One "Minute", two/three/four/... "Minuten".
284
- #: ../wp-cerber.php:243
285
  #, fuzzy
286
  msgid "You have reached the login attempts limit. Please try again in %d minutes."
287
  msgstr "Sie haben die maximale Anzahl an Login-Versuchen erreicht. Bitte versuchen Sie es in %d Minuten noch einmal."
288
 
289
- #: ../wp-cerber.php:262
290
  msgid "You have only one attempt remaining."
291
  msgid_plural "You have %d attempts remaining."
292
  msgstr[0] "Sie haben nur noch einen Versuch."
293
  msgstr[1] "Sie haben nur noch %d Versuche."
294
 
295
- #: ../dashboard.php:680
296
  msgid "No activity has been logged."
297
  msgstr "Keine Aktivität wurde protokolliert."
298
 
299
- #: ../dashboard.php:96
300
  msgid "Expires"
301
  msgstr "Gültig bis"
302
 
303
- #: ../dashboard.php:118
304
  msgid "No lockouts at the moment. The sky is clear."
305
  msgstr "Keine Sperrung im Moment. Der Himmel ist klar."
306
 
307
- #: ../dashboard.php:131
308
  msgid "These IPs will never be locked out"
309
  msgstr "Diese IPs werden nie gesperrt"
310
 
311
- #: ../dashboard.php:140
312
  msgid "Your IP"
313
  msgstr "Ihre IP"
314
 
315
- #: ../wp-cerber.php:3098
316
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
317
  msgstr "Der letzte gescheiterte Versuch war um %s von der IP %s mit der Benutzeranmeldung: %s."
318
 
319
- #: ../wp-cerber.php:3835
320
  msgid "Can't activate WP Cerber due to a database error."
321
  msgstr "Kann WP Cerber aufgrund eines Datenbankfehlers nicht aktivieren."
322
 
323
- #: ../settings.php:522 ../settings.php:644
324
  msgid "Notify admin if the number of active lockouts above"
325
  msgstr "Benachrichtige den Admin, wenn die Anzahl von aktiven Aussperrungen größer ist als"
326
 
327
- #: ../settings.php:95 ../settings.php:168 ../settings.php:326
328
  msgid "days"
329
  msgstr "Tage"
330
 
331
- #: ../dashboard.php:1160
332
  msgid "Cerber Quick View"
333
  msgstr "Cerber Schnellansicht"
334
 
335
- #: ../dashboard.php:114
336
  msgid "Hint"
337
  msgstr "Hinweis"
338
 
339
- #: ../dashboard.php:114
340
  msgid "To view activity, click on the IP"
341
  msgstr "Um die Aktivität sehen zu können, klicken Sie auf die IP"
342
 
343
- #: ../dashboard.php:158 ../dashboard.php:843 ../dashboard.php:870 ../dashboard.
344
- #: php:962
345
  msgid "Check for activity"
346
  msgstr "Auf Aktivität überprüfen"
347
 
348
- #: ../settings.php:79
349
  msgid "Always block entire subnet Class C of intruders IP"
350
  msgstr "Immer das gesamte Subnetz Klasse C der IP des Eindringlings blockieren"
351
 
352
- #: ../settings.php:92 ../settings.php:524 ../settings.php:646
353
  msgid "Click to send test"
354
  msgstr "Klicken für Sendungstest"
355
 
356
- #: ../settings.php:786 ../settings.php:787
357
  msgid "Attention! You have changed the login URL! The new login URL is"
358
  msgstr "Achtung! Sie haben die Anmelde-URL geändert! Die neue Login-URL ist"
359
 
360
- #: ../dashboard.php:1072
361
  msgid "Comments"
362
  msgstr "Kommentare"
363
 
364
- #: ../common.php:968
365
  msgid "Update to version %s of WP Cerber"
366
  msgstr "Update auf Version %s von WP Cerber"
367
 
368
- #: ../wp-cerber.php:3099 ../wp-cerber.php:3665
369
  msgid "View activity in dashboard"
370
  msgstr "Zeige Aktivität im Dashboard"
371
 
372
- #: ../wp-cerber.php:3129
373
  msgid "Number of active lockouts"
374
  msgstr "Anzahl der aktiven Sperren"
375
 
376
- #: ../wp-cerber.php:3133
377
  msgid "View lockouts in dashboard"
378
  msgstr "Zeige Sperren im Dashboard"
379
 
380
- #: ../wp-cerber.php:3215
381
  msgid "This message was sent by"
382
  msgstr "Diese Nachricht wurde gesendet von"
383
 
384
  #. Used to be "Import/Export" but this is a fuzzy translation. Exact translation that WordPress also uses is "Werkzeuge".
385
- #: ../dashboard.php:1001 ../cerber-tools.php:43
386
  msgid "Tools"
387
  msgstr "Werkzeuge"
388
 
389
- #: ../cerber-tools.php:84
390
  msgid "Export settings to the file"
391
  msgstr "Einstellungen in Datei exportieren"
392
 
393
  #. "below" is ignored in the translation.
394
- #: ../cerber-tools.php:85
395
  #, fuzzy
396
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
397
  msgstr "Wenn Sie auf den Button klicken, bekommen Sie eine Konfigurationsdatei, die Sie auf einer anderen Website hochladen können."
398
 
399
- #: ../cerber-tools.php:86
400
  msgid "What do you want to export?"
401
  msgstr "Was wollen Sie exportieren?"
402
 
403
- #: ../cerber-tools.php:89
404
  msgid "Download file"
405
  msgstr "Datei herunterladen"
406
 
407
- #: ../cerber-tools.php:91
408
  msgid "Import settings from the file"
409
  msgstr "Einstellungen aus Datei importieren"
410
 
411
  #. "below" is ignored in the translation.
412
- #: ../cerber-tools.php:92
413
  #, fuzzy
414
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
415
  msgstr "Wenn Sie auf den Button klicken, wird die Datei hochgeladen und alle vorhandenen Einstellungen werden überschrieben."
416
 
417
- #: ../cerber-tools.php:93
418
  msgid "Select file to import."
419
  msgstr "Datei zum Importieren auswählen."
420
 
421
- #: ../cerber-tools.php:93
422
  msgid "Maximum upload file size: %s."
423
  msgstr "Maximale Dateigröße für Uploads: %s"
424
 
425
- #: ../cerber-tools.php:96
426
  msgid "What do you want to import?"
427
  msgstr "Was wollen Sie importieren?"
428
 
429
- #: ../cerber-tools.php:98
430
  msgid "Upload file"
431
  msgstr "Datei hochladen"
432
 
433
- #: ../cerber-tools.php:145
434
  msgid "No file was uploaded or file is corrupted"
435
  msgstr "Keine Datei hochgeladen oder Datei ist beschädigt"
436
 
437
- #: ../cerber-tools.php:178
438
  msgid "Error while updating"
439
  msgstr "Fehler bei der Aktualisierung"
440
 
441
- #: ../cerber-tools.php:181
442
  msgid "Settings has imported successfully from"
443
  msgstr "Einstellungen erfolgreich importiert von"
444
 
445
- #: ../cerber-tools.php:185
446
  msgid "Error while parsing file"
447
  msgstr "Fehler beim Parsen der Datei"
448
 
449
- #: ../dashboard.php:94 ../dashboard.php:653
450
  msgid "Hostname"
451
  msgstr "Hostname"
452
 
453
- #: ../dashboard.php:355
454
  #, fuzzy
455
  msgid "unknown"
456
  msgstr "unbekannt"
457
 
458
- #: ../settings.php:95 ../settings.php:322
459
  msgid "Keep records for"
460
  msgstr "Behalte Aufzeichnungen für"
461
 
462
- #: ../dashboard.php:1194 ../dashboard.php:1215
463
  msgid "active"
464
  msgstr "aktiv"
465
 
466
- #: ../dashboard.php:1194
467
  msgid "deactivate"
468
  msgstr "deaktiviert"
469
 
470
- #: ../dashboard.php:1196
471
  msgid "not active"
472
  msgstr "nicht aktiv"
473
 
474
  #. "deactive" and "disabled" mean exactly the same in German.
475
- #: ../dashboard.php:1197 ../dashboard.php:1211
476
  msgid "disabled"
477
  msgstr "deaktiviert"
478
 
479
- #: ../dashboard.php:1202
480
  msgid "failed attempts"
481
  msgstr "Fehlversuche"
482
 
483
- #: ../dashboard.php:1202 ../dashboard.php:1203
484
  msgid "in 24 hours"
485
  msgstr "in 24 Stunden"
486
 
487
- #: ../dashboard.php:1202 ../dashboard.php:1203
488
  msgid "view all"
489
  msgstr "Zeige alle"
490
 
491
- #: ../dashboard.php:1203
492
  msgid "lockouts"
493
  msgstr "Sperren"
494
 
495
- #: ../dashboard.php:1205
496
  msgid "Lockouts at the moment"
497
  msgstr "Momentane Sperren"
498
 
499
- #: ../dashboard.php:1206
500
  msgid "Last lockout"
501
  msgstr "Letzte Sperre"
502
 
503
- #: ../dashboard.php:1207 ../dashboard.php:1208 ../dashboard.php:1755
504
  msgid "entry"
505
  msgid_plural "entries"
506
  msgstr[0] "Eintrag"
507
  msgstr[1] "Einträge"
508
 
509
- #: ../dashboard.php:1476
510
  #, fuzzy
511
  msgid "Confused about some settings?"
512
  msgstr "Verwirrende Einstellungen?"
513
 
514
- #: ../dashboard.php:1477
515
  msgid "You can easily load default recommended settings using button below"
516
  msgstr "Sie können ganz einfach mit dem unteren Button empfohlene Standardeinstellungen laden"
517
 
518
- #: ../dashboard.php:1479
519
  msgid "Load default settings"
520
  msgstr "Standardeinstellung laden"
521
 
522
- #: ../dashboard.php:1487
523
  msgid "doesn't affect Custom login URL and Access Lists"
524
  msgstr "hat keinen Einfluss auf benutzerdefinierte Login-URL und Zugriffslisten"
525
 
526
- #: ../common.php:961
527
  msgid "New version is available"
528
  msgstr "Eine neue Version ist verfügbar"
529
 
530
  #. Name of the plugin
531
- #: ../dashboard.php:989 ../dashboard.php:1011
532
  msgid "WP Cerber"
533
  msgstr "WP Cerber"
534
 
535
- #: ../wp-cerber.php:3073
536
  msgid "WP Cerber notify"
537
  msgstr "WP Cerber benachrichtigen"
538
 
539
- #: ../wp-cerber.php:3095
540
  msgid "Citadel mode is activated"
541
  msgstr "Citadel-Modus ist aktiviert"
542
 
543
- #: ../wp-cerber.php:3169
544
  msgid "New Custom login URL"
545
  msgstr "Neue benutzerdefinierte Login-URL"
546
 
547
- #: ../wp-cerber.php:3822
548
  msgid "The WP Cerber requires PHP %s or higher. You are running"
549
  msgstr "WP Cerber benötigt PHP Version %s oder höher. Sie haben"
550
 
551
- #: ../wp-cerber.php:3826
552
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
553
  msgstr "WP Cerber benötigt Wordpress Version %s oder höher. Sie haben"
554
 
555
  #. Non-fuzzy translation would be "Verwende Datei" but in this context "Verwende Logdatei" is describing exactly what it does.
556
- #: ../settings.php:98
557
  #, fuzzy
558
  msgid "Use file"
559
  msgstr "Verwende Logdatei"
560
 
561
- #: ../settings.php:98
562
  msgid "Write failed login attempts to the file"
563
  msgstr "Schreibe fehlgeschlagene Anmeldungen in die Datei."
564
 
565
- #: ../dashboard.php:1583
566
  msgid "Deactivate"
567
  msgstr "Deaktivieren"
568
 
569
- #: ../dashboard.php:97 ../wp-cerber.php:3131
570
  msgid "Reason"
571
  msgstr "Grund"
572
 
573
- #: ../dashboard.php:170
574
  msgid "Add IP to the list"
575
  msgstr "Füge IP zur Liste hinzu"
576
 
577
- #: ../dashboard.php:889
578
  msgid "Add IP to the Black List"
579
  msgstr "Füge IP zur Schwarzen Liste hinzu"
580
 
581
- #: ../common.php:766
582
  msgid "Attempt to access"
583
  msgstr "Zugriffsversuch"
584
 
585
- #: ../common.php:765
586
  msgid "Limit on login attempts is reached"
587
  msgstr "Limit für Anmeldeversuche ist erreicht"
588
 
589
- #: ../common.php:721 ../common.php:767
590
  msgid "Attempt to log in with non-existent username"
591
  msgstr "Anmeldeversuch mit nicht existierendem Nutzernamen"
592
 
593
- #: ../wp-cerber.php:3130
594
  msgid "Last lockout was added: %s for IP %s"
595
  msgstr "Letzte Sperre wurde hinzugefügt: %s für IP %s"
596
 
597
  #. "Abhärtung" is the medical translation for "hardening" which fits best in this case.
598
- #: ../wp-cerber.php:3862 ../settings.php:391
599
  msgid "Hardening"
600
  msgstr "Abhärtung"
601
 
602
- #: ../dashboard.php:866
603
  msgid "Abuse email:"
604
  msgstr "Missbrauch Email:"
605
 
606
- #: ../settings.php:197 ../settings.php:228
607
  msgid "Email Address"
608
  msgstr "E-Mail-Adresse"
609
 
610
- #: ../settings.php:206
611
  msgid "if empty, the admin email %s will be used"
612
  msgstr "wenn leer, dann wird die E-Mail-Adresse %s des Admins benutzt"
613
 
614
  #. More narrow translation would be "IP aufbrechen" but does not really fit.
615
- #: ../settings.php:101
616
  #, fuzzy
617
  msgid "Drill down IP"
618
  msgstr "IP inspizieren"
619
 
620
- #: ../settings.php:101
621
  msgid "Retrieve extra WHOIS information for IP"
622
  msgstr "Extra WHOIS Informationen für IP abrufen"
623
 
624
- #: ../settings.php:109
625
  msgid "Hardening WordPress"
626
  msgstr "WordPress abhärten"
627
 
628
  #. "Enumeration" would originally translate to "Aufzählung" but does not quite fit.
629
- #: ../settings.php:110
630
  #, fuzzy
631
  msgid "Stop user enumeration"
632
  msgstr "Benutzererfassung stoppen"
633
 
634
- #: ../settings.php:111
635
  msgid "Disable XML-RPC"
636
  msgstr "Deaktiviere XML-RPC"
637
 
638
- #: ../settings.php:111
639
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
640
  msgstr "Zugriff auf den XML-RPC Server sperren (Pingbacks und Trackbacks eingeschlossen)"
641
 
642
- #: ../settings.php:112
643
  msgid "Disable feeds"
644
  msgstr "Feeds deaktivieren"
645
 
646
- #: ../settings.php:112
647
  msgid "Block access to the RSS, Atom and RDF feeds"
648
  msgstr "Zugriff auf den RSS-, den Atom- und den RDF-Feed blockieren"
649
 
650
- #: ../settings.php:113
651
  msgid "Disable REST API"
652
  msgstr "REST API deaktivieren"
653
 
654
- #: ../settings.php:350
655
  #, fuzzy
656
  msgid "These settings do not affect hosts from the "
657
  msgstr "Diese Einstellungen beeinflussen keine Hosts von"
658
 
659
- #: ../settings.php:867 ../settings.php:879
660
  msgid "<strong>ERROR</strong>: please enter a valid email address."
661
  msgstr "<strong>FEHLER</strong>: Bitte eine gültige E-Mail-Adresse eingeben"
662
 
663
- #: ../wp-cerber.php:3161 ../wp-cerber.php:3851
664
  #, fuzzy
665
  msgid "WP Cerber is now active and has started protecting your site"
666
  msgstr "WP Cerber ist nun aktiv und schützt ihre Website"
667
 
668
- #: ../dashboard.php:98
669
  msgid "Action"
670
  msgstr "Aktion"
671
 
672
- #: ../dashboard.php:133
673
  msgid "Nobody can log in or register from these IPs"
674
  msgstr "Niemand kann sich von diesen IPs anmelden oder registrieren"
675
 
676
- #: ../dashboard.php:196 ../dashboard.php:208
677
  msgid "Incorrect IP address or IP range"
678
  msgstr "Falsche IP-Adresse oder falscher IP-Bereich"
679
 
680
- #: ../dashboard.php:407 ../dashboard.php:1599
681
  msgid "Settings saved"
682
  msgstr "Einstellungen gespeichert"
683
 
684
- #: ../dashboard.php:870
685
  msgid "Network:"
686
  msgstr "Netzwerk:"
687
 
688
- #: ../dashboard.php:884
689
  msgid "Add network to the Black List"
690
  msgstr "Netzwerk zur schwarzen Liste hinzufügen"
691
 
692
- #: ../dashboard.php:1582
693
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
694
  msgstr "Achtung! Citadel-Modus ist nun aktiv. Niemand kann sich anmelden."
695
 
696
- #: ../dashboard.php:313 ../dashboard.php:2573 ../whois.php:221 ../whois.php:252 ..
697
- #: common.php:764 ../common.php:1043
698
  msgid "Unknown"
699
  msgstr "Unbekannt"
700
 
@@ -703,472 +700,473 @@ msgstr "Unbekannt"
703
  msgid "Gregory"
704
  msgstr "Gregory"
705
 
706
- #: ../wp-cerber.php:545 ../wp-cerber.php:557 ../wp-cerber.php:564 ../wp-cerber.
707
- #: php:760 ../wp-cerber.php:976 ../wp-cerber.php:982 ../wp-cerber.php:987 ../wp-
708
- #: cerber.php:992 ../wp-cerber.php:998 ../wp-cerber.php:1005 ../wp-cerber.php:
709
- #: 1105 ../wp-cerber.php:1242 ../common.php:194 ../common.php:251 ../common.php:
710
- #: 255 ../settings.php:836
 
711
  msgid "ERROR:"
712
  msgstr "FEHLER:"
713
 
714
- #: ../wp-cerber.php:574
715
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
716
  msgstr "Menschlichkeitsnachweis gescheitert. Bitte klicken Sie das quadratische Kästchen im reCAPTCHA-Block unten."
717
 
718
- #: ../wp-cerber.php:772
719
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
720
  msgstr "<strong>FEHLER</strong>: Das eingegebene Passwort für den Benutzernamen %s ist falsch."
721
 
722
- #: ../wp-cerber.php:993
723
  msgid "Username is not allowed. Please choose another one."
724
  msgstr "Benutzername ist nicht erlaubt. Bitte einen anderen wählen."
725
 
726
- #: ../wp-cerber.php:3124
727
  msgid "unspecified"
728
  msgstr "nicht spezifiziert"
729
 
730
- #: ../wp-cerber.php:3127
731
  msgid "Number of lockouts is increasing"
732
  msgstr "Anzahl an Sperren steigt an"
733
 
734
- #: ../wp-cerber.php:3132
735
  msgid "View activity for this IP"
736
  msgstr "Zeige Aktivität für diese IP"
737
 
738
- #: ../wp-cerber.php:3136 ../wp-cerber.php:3138
739
  msgid "A new version of WP Cerber is available to install"
740
  msgstr "Eine neue Version von WP Cerber ist zur Installation verfügbar"
741
 
742
- #: ../wp-cerber.php:3137
743
  msgid "Hi!"
744
  msgstr "Hallo!"
745
 
746
  #. Original translation is "Internetseite" but this translation is not up to time.
747
- #: ../wp-cerber.php:3140 ../wp-cerber.php:3151
748
  msgid "Website"
749
  msgstr "Website"
750
 
751
- #: ../wp-cerber.php:3143 ../wp-cerber.php:3144
752
  msgid "The WP Cerber security plugin has been deactivated"
753
  msgstr "Das WP Cerber Sicherheits-Plugin wurde deaktiviert"
754
 
755
- #: ../wp-cerber.php:3146
756
  msgid "Not logged in"
757
  msgstr "Nicht angemeldet"
758
 
759
- #: ../wp-cerber.php:3152
760
  #, fuzzy
761
  msgid "By user"
762
  msgstr "Von Nutzer"
763
 
764
- #: ../wp-cerber.php:3153
765
  #, fuzzy
766
  msgid "From IP address"
767
  msgstr "Von IP-Adresse"
768
 
769
- #: ../wp-cerber.php:3156
770
  #, fuzzy
771
  msgid "From country"
772
  msgstr "Vom Land"
773
 
774
- #: ../wp-cerber.php:3160
775
  msgid "The WP Cerber security plugin is now active"
776
  msgstr "Das WP Cerber Sicherheits-Plugin ist nun aktiv"
777
 
778
- #: ../wp-cerber.php:3852
779
  #, fuzzy
780
  msgid "Your IP address is added to the"
781
  msgstr "Ihre IP-Adresse wurde hinzugefügt zu"
782
 
783
- #: ../wp-cerber.php:3864
784
  msgid "Import settings"
785
  msgstr "Import-Einstellungen"
786
 
787
- #: ../settings.php:209
788
  msgid "Notification limit"
789
  msgstr "Benachrichtigungslimit"
790
 
791
- #: ../settings.php:209
792
  #, fuzzy
793
  msgid "notification letters allowed per hour (0 means unlimited)"
794
  msgstr "Zugelassene Benachrichtigungen pro Stunde (0 bedeutet kein Limit)"
795
 
796
- #: ../settings.php:131
797
  msgid "User related settings"
798
  msgstr "Benutzerbezogene Einstellungen"
799
 
800
- #: ../settings.php:133
801
  msgid "Prohibited usernames"
802
  msgstr "Verbotene Benutzernamen"
803
 
804
- #: ../settings.php:139
805
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
806
  msgstr "Benutzernamen von dieser Liste dürfen sich nicht anmelden oder registrieren. Jede IP-Adresse, die versucht hat einen dieser Nutzernamen zu verwenden, wird sofort blockiert. Mit Komma Namen trennen."
807
 
808
- #: ../settings.php:141
809
  msgid "User session expire"
810
  msgstr "Benutzer-Sitzung Ablauf"
811
 
812
- #: ../settings.php:141
813
  msgid "in minutes (leave empty to use default WP value)"
814
  msgstr "in Minuten (leer lassen um WP Standardwert zu verwenden)"
815
 
816
- #: ../settings.php:171
817
  msgid "reCAPTCHA settings"
818
  msgstr "reCAPTCHA-Einstellungen"
819
 
820
  #. Technical term.
821
- #: ../settings.php:172
822
  msgid "Site key"
823
  msgstr "Site key"
824
 
825
  #. Technical term.
826
- #: ../settings.php:173
827
  msgid "Secret key"
828
  msgstr "Secret key"
829
 
830
- #: ../settings.php:176
831
  msgid "Enable reCAPTCHA for WordPress registration form"
832
  msgstr "Aktiviere reCAPTCHA für das WordPress Registrierungsformular"
833
 
834
- #: ../settings.php:179
835
  msgid "Lost password form"
836
  msgstr "Passwort-Vergessen-Formular"
837
 
838
- #: ../settings.php:182
839
  msgid "Login form"
840
  msgstr "Anmeldeforumlar"
841
 
842
- #: ../settings.php:182
843
  msgid "Enable reCAPTCHA for WordPress login form"
844
  msgstr "Aktiviere reCAPTCHA für das WordPress Anmeldeformular"
845
 
846
- #: ../settings.php:353
847
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
848
  msgstr "Bevor Sie reCAPTCHA nutzen können, müssen Sie einen Site key und einen Secret key von der Google Website beziehen."
849
 
850
- #: ../cerber-lab.php:709 ../settings.php:354
851
  msgid "Know more"
852
  msgstr "Mehr erfahren"
853
 
854
- #: ../dashboard.php:989 ../settings.php:373
855
  msgid "WP Cerber Security"
856
  msgstr "WP Cerber Sicherheit"
857
 
858
- #: ../settings.php:393
859
  msgid "Users"
860
  msgstr "Benutzer"
861
 
862
- #: ../common.php:688
863
  msgid "User created"
864
  msgstr "Benutzer erstellt"
865
 
866
- #: ../dashboard.php:1430 ../common.php:689
867
  msgid "User registered"
868
  msgstr "Benutzer registriert"
869
 
870
- #: ../common.php:716
871
  msgid "reCAPTCHA verification failed"
872
  msgstr "reCAPTCHA-Bestätigung gescheitert"
873
 
874
- #: ../common.php:717
875
  msgid "reCAPTCHA settings are incorrect"
876
  msgstr "reCAPTCHA-Einstellungen sind falsch"
877
 
878
- #: ../common.php:720
879
  msgid "Attempt to access prohibited URL"
880
  msgstr "Zugriffsversuch auf verbotene URL"
881
 
882
- #: ../common.php:722 ../common.php:768
883
  msgid "Attempt to log in with prohibited username"
884
  msgstr "Anmeldeversuch mit verbotenem Benutzernamen"
885
 
886
- #: ../settings.php:96
887
  msgid "Cerber Lab connection"
888
  msgstr "Cerber Lab Verbindung"
889
 
890
- #: ../settings.php:96
891
  msgid "Send malicious IP addresses to the Cerber Lab"
892
  msgstr "Bösartige IP-Adressen an das Cerber Lab senden"
893
 
894
- #: ../settings.php:97
895
  msgid "Cerber Lab protocol"
896
  msgstr "Cerber Lab Protokoll"
897
 
898
- #: ../settings.php:151 ../settings.php:176
899
  msgid "Registration form"
900
  msgstr "Registrierungsformular"
901
 
902
- #: ../settings.php:177
903
  msgid "Enable reCAPTCHA for WooCommerce registration form"
904
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Registrierungsformular"
905
 
906
- #: ../settings.php:179
907
  msgid "Enable reCAPTCHA for WordPress lost password form"
908
  msgstr "Aktiviere reCAPTCHA für das WordPress Passwort-Vergessen-Formular"
909
 
910
- #: ../settings.php:180
911
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
912
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Passwort-Vergessen-Formular"
913
 
914
- #: ../settings.php:183
915
  msgid "Enable reCAPTCHA for WooCommerce login form"
916
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Anmeldeformular"
917
 
918
- #: ../common.php:718
919
  msgid "Request to the Google reCAPTCHA service failed"
920
  msgstr "Anfrage an den Google reCAPTCHA Dienst gescheitert"
921
 
922
- #: ../dashboard.php:1422 ../dashboard.php:1452
923
  msgid "View all"
924
  msgstr "Zeige alle"
925
 
926
- #: ../dashboard.php:1453
927
  msgid "Recently locked out IP addresses"
928
  msgstr "Kürzlich ausgesperrte IP-Adressen"
929
 
930
  #. "OK, vernichte sie alle" is a nicer translation for "OK, kill them all" ... too harsh or does it fit?
931
- #: ../cerber-lab.php:707
932
  #, fuzzy
933
  msgid "OK, nail them all"
934
  msgstr "OK, vernichte sie alle"
935
 
936
- #: ../cerber-lab.php:708
937
  msgid "NO, maybe later"
938
  msgstr "NEIN, vielleicht später"
939
 
940
  #. Dashboard is in German more common in this context as the actual translation "Amaturenbrett" which is only used for non-digital things like in cars!
941
- #: ../dashboard.php:991 ../dashboard.php:1226 ../dashboard.php:1775 ../settings.
942
- #: php:378
943
  #, fuzzy
944
  msgid "Dashboard"
945
  msgstr "Dashboard"
946
 
947
- #: ../cerber-lab.php:705
948
  msgid "Want to make WP Cerber even more powerful?"
949
  msgstr "Wollen Sie WP Cerber noch stärker machen?"
950
 
951
- #: ../cerber-lab.php:706
952
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
953
  msgstr "Erlaube WP Cerber ausgesperrte bösartige IP-Adressen an das Cerber Lab zu senden. Dies hilft dem Plugin-Team neue Algorithmen für WP Cerber zu entwickeln, die WordPress gegen täglich auftretende neue Bedrohungen und Botnets verteidigen. Sie können das Senden jederzeit in den Plugin-Einstellungen deaktivieren."
954
 
955
- #: ../dashboard.php:491
956
  msgid "IP address"
957
  msgstr "IP-Adresse"
958
 
959
- #: ../dashboard.php:491
960
  msgid "User login"
961
  msgstr "Benutzer-Anmeldung"
962
 
963
- #: ../dashboard.php:491
964
  msgid "User ID"
965
  msgstr "Benutzer-ID"
966
 
967
- #: ../dashboard.php:676
968
  msgid "Export"
969
  msgstr "Export"
970
 
971
- #: ../dashboard.php:695
972
  msgid "Search for IP or username"
973
  msgstr "Suche nach IP oder Nutzernamen"
974
 
975
- #: ../dashboard.php:695
976
  msgid "Filter"
977
  msgstr "Filter"
978
 
979
- #: ../dashboard.php:991
980
  msgid "Cerber Dashboard"
981
  msgstr "Cerber Dashboard"
982
 
983
- #: ../dashboard.php:1001
984
  msgid "Cerber tools"
985
  msgstr "Cerber Werkzeuge"
986
 
987
- #: ../dashboard.php:1685
988
  msgid "Subscribe"
989
  msgstr "Abonnieren"
990
 
991
- #: ../dashboard.php:1686 ../cerber-tools.php:266
992
  msgid "Unsubscribe"
993
  msgstr "Abmelden"
994
 
995
- #: ../dashboard.php:1714
996
  #, fuzzy
997
  msgid "You've subscribed"
998
  msgstr "Erfolgreich abonniert"
999
 
1000
- #: ../dashboard.php:1717
1001
  #, fuzzy
1002
  msgid "You've unsubscribed"
1003
  msgstr "Erfolgreich abgemeldet"
1004
 
1005
- #: ../wp-cerber.php:3173 ../wp-cerber.php:3174
1006
  msgid "A new activity has been recorded"
1007
  msgstr "Eine neue Aktivität wurde aufgezeichnet"
1008
 
1009
- #: ../wp-cerber.php:3637
1010
  msgid "User"
1011
  msgstr "Benutzer"
1012
 
1013
- #: ../wp-cerber.php:3645
1014
  msgid "Search string"
1015
  msgstr "Such-String"
1016
 
1017
- #: ../wp-cerber.php:3666
1018
  msgid "To unsubscribe click here"
1019
  msgstr "Zum Abmelden hier klicken"
1020
 
1021
- #: ../settings.php:100
1022
  msgid "Preferences"
1023
  msgstr "Präferenzen"
1024
 
1025
- #: ../settings.php:102
1026
  msgid "Date format"
1027
  msgstr "Datumsformat"
1028
 
1029
- #: ../settings.php:102
1030
  msgid "if empty, the default format %s will be used"
1031
  msgstr "wenn leer, dann wird das Standard Format %s verwendet"
1032
 
1033
- #: ../settings.php:211
1034
  msgid "Push notifications"
1035
  msgstr "Push-Benachrichtigungen"
1036
 
1037
- #: ../settings.php:194
1038
  msgid "Email notifications"
1039
  msgstr "Email-Benachrichtigungen"
1040
 
1041
- #: ../settings.php:201 ../settings.php:233 ../settings.php:290
1042
  msgid "Use comma to specify multiple values"
1043
  msgstr "Mit Komma mehrere Werte trennen"
1044
 
1045
- #: ../settings.php:218
1046
  msgid "All connected devices"
1047
  msgstr "Alle verbundenen Geräte"
1048
 
1049
- #: ../settings.php:219
1050
  msgid "No devices found"
1051
  msgstr "Kein Gerät gefunden"
1052
 
1053
- #: ../settings.php:221
1054
  msgid "Not available"
1055
  msgstr "Nicht verfügbar"
1056
 
1057
- #: ../common.php:714
1058
  msgid "Password reset requested"
1059
  msgstr "Passwort Zurücksetzung angefordert"
1060
 
1061
- #: ../common.php:769
1062
  msgid "Limit on failed reCAPTCHA verifications is reached"
1063
  msgstr "Grenze an fehlgeschlagenen reCAPTCHA ist erreicht"
1064
 
1065
- #: ../common.php:827
1066
  msgid "%s ago"
1067
  msgstr "vor %s"
1068
 
1069
- #: ../settings.php:74
1070
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1071
  msgstr "Eingeschränkte Zugangsregeln für IP Adresse in der White IP Liste anwenden"
1072
 
1073
- #: ../settings.php:83
1074
  msgid "Display 404 page"
1075
  msgstr "Zeige 404 Seite"
1076
 
1077
- #: ../settings.php:174
1078
  msgid "Invisible reCAPTCHA"
1079
  msgstr "Unsichtbares reCAPTCHA"
1080
 
1081
- #: ../settings.php:174
1082
  msgid "Enable invisible reCAPTCHA"
1083
  msgstr "Unsichtbares reCAPTCHA aktivieren"
1084
 
1085
- #: ../settings.php:174
1086
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1087
  msgstr "(nicht anwenden, sofern nicht Seite betreten wurde und Geheimschlüssel für unsichtbare Version erhalten)"
1088
 
1089
- #: ../settings.php:185
1090
  msgid "Enable reCAPTCHA for WordPress comment form"
1091
  msgstr "reCAPTCHA für WordPress Kommentarformular aktivieren"
1092
 
1093
- #: ../settings.php:186
1094
  msgid "Disable reCAPTCHA for logged in users"
1095
  msgstr "reCAPTCHA für angemeldete Benutzer deaktivieren"
1096
 
1097
- #: ../settings.php:188
1098
  msgid "Limit attempts"
1099
  msgstr "Versuche Einschränken"
1100
 
1101
- #: ../settings.php:188
1102
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1103
  msgstr "IP Adresse für %s Minuten nach %s fehlgeschlagenen Versuchen innerhalb von %s Minuten sperren"
1104
 
1105
- #: ../settings.php:347
1106
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1107
  msgstr "Im Citadel Modus kann sich niemand einloggen, außer IPs auf der White IP Zugangsliste. Laufende Sitzungen werden nicht beeinflusst."
1108
 
1109
- #: ../dashboard.php:491 ../dashboard.php:656
1110
  msgid "Event"
1111
  msgstr "Ereignis"
1112
 
1113
- #: ../common.php:137
1114
  msgid "Spam comments denied"
1115
  msgstr "Spam Kommentare verweigert"
1116
 
1117
- #: ../common.php:139
1118
  msgid "Malicious IP addresses detected"
1119
  msgstr "Schadhafte IP Adresse gefunden"
1120
 
1121
- #: ../common.php:140
1122
  msgid "Lockouts occurred"
1123
  msgstr "Sperre aufgetreten"
1124
 
1125
- #: ../dashboard.php:1431
1126
  msgid "All suspicious activity"
1127
  msgstr "Alle verdächtigen Aktivitäten"
1128
 
1129
- #: ../wp-cerber.php:977 ../wp-cerber.php:983 ../wp-cerber.php:999 ../wp-cerber.
1130
- #: php:1006
1131
  msgid "You are not allowed to register."
1132
  msgstr "Registrierung nicht erlaubt."
1133
 
1134
- #: ../common.php:699
1135
  msgid "Spam comment denied"
1136
  msgstr "Spam Kommentar verweigert"
1137
 
1138
- #: ../common.php:724
1139
  msgid "Attempt to log in denied"
1140
  msgstr "Loginversuch verweigert"
1141
 
1142
- #: ../common.php:725
1143
  msgid "Attempt to register denied"
1144
  msgstr "Registrierungsversuch verweigert"
1145
 
1146
- #: ../common.php:134
1147
  msgid "Malicious activities mitigated"
1148
  msgstr "Schadhafte Aktivitäten gemildert"
1149
 
1150
- #: ../dashboard.php:1000
1151
  msgid "Cerber antispam settings"
1152
  msgstr "Cerber Antispam-Einstellungen"
1153
 
1154
- #: ../dashboard.php:1000 ../dashboard.php:1229 ../wp-cerber.php:3861 ../settings.
1155
- #: php:185
1156
  msgid "Antispam"
1157
  msgstr "Spam-Schutz"
1158
 
1159
- #: ../settings.php:149
1160
  msgid "Cerber antispam engine"
1161
  msgstr "Cerber Anti-Spam Engine"
1162
 
1163
- #: ../settings.php:150
1164
  msgid "Comment form"
1165
  msgstr "Kommentarformular"
1166
 
1167
- #: ../settings.php:150
1168
  msgid "Protect comment form with bot detection engine"
1169
  msgstr "Schützen Sie das Kommentarformular mit der Bot-Erkennung"
1170
 
1171
- #: ../settings.php:151
1172
  msgid "Protect registration form with bot detection engine"
1173
  msgstr "Schützen Sie das Registrierungsformular mit Bot-Erkennung"
1174
 
@@ -1184,64 +1182,64 @@ msgstr "Diagnose"
1184
  msgid "License"
1185
  msgstr "Lizenz"
1186
 
1187
- #: ../cerber-tools.php:336
1188
  msgid "Antispam and bot detection settings"
1189
  msgstr "Antispam- und Bot-Erkennungseinstellungen"
1190
 
1191
- #: ../wp-cerber.php:1242
1192
  msgid "Sorry, human verification failed."
1193
  msgstr "Entschuldigung, der Menschlichkeitsnachweis ist fehlgeschlagen.\n"
1194
  ""
1195
 
1196
- #: ../common.php:770
1197
  msgid "Bot activity is detected"
1198
  msgstr "Bot-Aktivität wurde erkannt"
1199
 
1200
- #: ../settings.php:166
1201
  msgid "Comment processing"
1202
  msgstr "Kommentarverarbeitung"
1203
 
1204
- #: ../settings.php:167
1205
  msgid "If a spam comment detected"
1206
  msgstr "wenn ein Spam-Kommentar erkannt wird"
1207
 
1208
- #: ../settings.php:168
1209
  msgid "Trash spam comments"
1210
  msgstr "Spam-Kommentar in den Papierkorb legen"
1211
 
1212
- #: ../settings.php:168
1213
  msgid "Move spam comments to trash after"
1214
  msgstr "Verschieben Sie die Spam-Kommentare anschließend in den Papierkorb"
1215
 
1216
- #: ../common.php:700
1217
  msgid "Spam form submission denied"
1218
  msgstr "Spam in Formular geblockt"
1219
 
1220
- #: ../settings.php:152
1221
  msgid "Other forms"
1222
  msgstr "andere Formulare"
1223
 
1224
- #: ../settings.php:152
1225
  msgid "Protect all forms on the website with bot detection engine"
1226
  msgstr "Schützen Sie alle Formulare auf der Website mit der Bot-Erkennungs-Engine"
1227
 
1228
- #: ../settings.php:154
1229
  msgid "Adjust antispam engine"
1230
  msgstr "Passen Sie die Anti-Spam-Engine an"
1231
 
1232
- #: ../settings.php:155
1233
  msgid "Safe mode"
1234
  msgstr "Abgesicherter Modus"
1235
 
1236
- #: ../settings.php:155
1237
  msgid "Use less restrictive policies (allow AJAX)"
1238
  msgstr "Weniger restriktive Richtlinien verwenden (AJAX zulassen)"
1239
 
1240
- #: ../dashboard.php:2840 ../settings.php:156
1241
  msgid "Logged in users"
1242
  msgstr "Angemeldete Benutzer"
1243
 
1244
- #: ../settings.php:156
1245
  msgid "Disable bot detection engine for logged in users"
1246
  msgstr "Deaktivieren der Bot-Erkennungs-Engine für eingeloggte Benutzer"
1247
 
@@ -1250,58 +1248,58 @@ msgstr "Deaktivieren der Bot-Erkennungs-Engine für eingeloggte Benutzer"
1250
  msgid "WP Cerber Security & Antispam"
1251
  msgstr "WP Cerber Security & Antispam"
1252
 
1253
- #: ../dashboard.php:95 ../dashboard.php:654
1254
  msgid "Country"
1255
  msgstr "Land"
1256
 
1257
- #: ../dashboard.php:686
1258
  msgid "All events"
1259
  msgstr "Alle Ereignisse"
1260
 
1261
- #: ../dashboard.php:997
1262
  msgid "Cerber Security Rules"
1263
  msgstr "Cerber Sicherheitsregeln"
1264
 
1265
- #: ../dashboard.php:997 ../dashboard.php:2154
1266
  msgid "Security Rules"
1267
  msgstr "Sicherheitsregeln"
1268
 
1269
- #: ../dashboard.php:1074
1270
  msgid "Failed login attempts"
1271
  msgstr "Fehlgeschlagene Anmeldeversuche"
1272
 
1273
- #: ../dashboard.php:956 ../dashboard.php:1075
1274
  msgid "Registered"
1275
  msgstr "Registriert"
1276
 
1277
- #: ../dashboard.php:1142
1278
  msgid "You"
1279
  msgstr "Du"
1280
 
1281
- #: ../common.php:138
1282
  msgid "Spam form submissions denied"
1283
  msgstr "Spam Formular-Übermittlungen verweigert\n"
1284
  ""
1285
 
1286
- #: ../dashboard.php:1488 ../wp-cerber.php:3163 ../wp-cerber.php:3854
1287
  msgid "Getting Started Guide"
1288
  msgstr "Leitfaden für den Einstieg"
1289
 
1290
- #: ../dashboard.php:2159
1291
  msgid "Countries"
1292
  msgstr "Länder"
1293
 
1294
- #: ../dashboard.php:2222
1295
  msgid "Permitted for one country"
1296
  msgid_plural "Permitted for %d countries"
1297
  msgstr[0] "Erlaubt für ein Land"
1298
  msgstr[1] "Erlaubt für %d Länder"
1299
 
1300
- #: ../dashboard.php:2233
1301
  msgid "No rule"
1302
  msgstr "Keine Regel"
1303
 
1304
- #: ../dashboard.php:2445
1305
  msgid "Security rules have been updated"
1306
  msgstr "Sicherheitsregeln wurden aktualisiert"
1307
 
@@ -1310,450 +1308,532 @@ msgstr "Sicherheitsregeln wurden aktualisiert"
1310
  msgid "https://wpcerber.com"
1311
  msgstr "https://wpcerber.com"
1312
 
1313
- #: ../common.php:701
1314
  msgid "Form submission denied"
1315
  msgstr "Formular-Übermittlung verweigert"
1316
 
1317
- #: ../common.php:702
1318
  msgid "Comment denied"
1319
  msgstr "Kommentar verweigert"
1320
 
1321
- #: ../common.php:728
1322
  msgid "Request to REST API denied"
1323
  msgstr "Anfrage an REST API verweigert"
1324
 
1325
- #: ../common.php:729
1326
  msgid "XML-RPC request denied"
1327
  msgstr "XML-RPC-Anfrage verweigert"
1328
 
1329
- #: ../common.php:733
1330
  msgid "Bot detected"
1331
  msgstr "Bot erkannt"
1332
 
1333
- #: ../common.php:734
1334
  msgid "Citadel mode is active"
1335
  msgstr "Citadel-Modus ist aktiv"
1336
 
1337
- #: ../common.php:739
1338
  msgid "Malicious activity detected"
1339
  msgstr "Bösartige Aktivität entdeckt"
1340
 
1341
- #: ../common.php:740
1342
  msgid "Blocked by country rule"
1343
  msgstr "Gesperrt durch Länderregel"
1344
 
1345
- #: ../common.php:741
1346
  msgid "Limit reached"
1347
  msgstr "Limit erreicht"
1348
 
1349
- #: ../common.php:742
1350
  msgid "Multiple suspicious activities"
1351
  msgstr "Mehrere verdächtige Aktivitäten"
1352
 
1353
- #: ../common.php:771
1354
  msgid "Multiple suspicious activities were detected"
1355
  msgstr "Mehrere verdächtige Aktivitäten erkannt"
1356
 
1357
- #: ../settings.php:110
1358
  msgid "Block access to user pages like /?author=n and user data via REST API"
1359
  msgstr "Blockieren Sie den Zugriff auf Benutzerseiten wie /? Author = n und Benutzerdaten über die REST-API"
1360
 
1361
- #: ../settings.php:113
1362
  msgid "Block access to the WordPress REST API except the following"
1363
  msgstr "Zugriffe auf WordPress REST API blockieren mit Ausnahme der folgenden"
1364
 
1365
- #: ../settings.php:114
1366
  msgid "Allow REST API for logged in users"
1367
  msgstr "REST API für angemeldete Benutzer erlauben"
1368
 
1369
- #: ../settings.php:121
1370
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1371
  msgstr "Geben Sie die REST API Namespaces an, die zugelassen werden sollen, falls die REST API deaktiviert ist. Ein String pro Zeile."
1372
 
1373
- #: ../settings.php:132
1374
  msgid "Registration limit"
1375
  msgstr "Registrierungs-Beschränkung"
1376
 
1377
- #: ../settings.php:142
1378
  msgid "Sort users in dashboard"
1379
  msgstr "Benutzer im Dashboard sortieren"
1380
 
1381
- #: ../settings.php:142
1382
  msgid "by date of registration"
1383
  msgstr "nach Registrierungsdatum"
1384
 
1385
- #: ../settings.php:157
1386
  msgid "Query whitelist"
1387
  msgstr "IP Whitelist abfragen"
1388
 
1389
- #: ../settings.php:510 ../settings.php:632
1390
  msgid "%s allowed registrations in %s minutes from one IP"
1391
  msgstr "%s erlaubte Registrierungen innerhalb von %s Minuten von derselben IP"
1392
 
1393
- #: ../dashboard.php:2289
1394
  msgid "Start typing here to find a country"
1395
  msgstr "Beginnen Sie hier mit der Eingabe, um ein Land zu finden"
1396
 
1397
- #: ../dashboard.php:2372
1398
  msgid "Click on a country name to add it to the list of selected countries"
1399
  msgstr "Klicken Sie auf einen Ländernamen, um ihn zur Liste der ausgewählten Länder hinzuzufügen"
1400
 
1401
- #: ../dashboard.php:2396
1402
  msgid "Submit forms"
1403
  msgstr "Formulare absenden"
1404
 
1405
- #: ../dashboard.php:2397
1406
  msgid "Post comments"
1407
  msgstr "Kommentare veröffentlichen"
1408
 
1409
- #: ../dashboard.php:2398
1410
  msgid "Log in to the website"
1411
  msgstr "Auf der Website anmelden"
1412
 
1413
- #: ../dashboard.php:2399
1414
  msgid "Register on the website"
1415
  msgstr "Auf der Website registrieren"
1416
 
1417
- #: ../dashboard.php:2400
1418
  msgid "Use XML-RPC"
1419
  msgstr "XML-RPC benutzen"
1420
 
1421
- #: ../dashboard.php:2401
1422
  msgid "Use REST API"
1423
  msgstr "REST API benutzen"
1424
 
1425
- #: ../settings.php:167
1426
  msgid "Deny it completely"
1427
  msgstr "Alles verbieten"
1428
 
1429
- #: ../settings.php:167
1430
  msgid "Mark it as spam"
1431
  msgstr "Als Spam markieren"
1432
 
1433
- #: ../dashboard.php:1416
1434
  msgid "in the last 24 hours"
1435
  msgstr "in den letzten 24 Stunden"
1436
 
1437
- #: ../dashboard.php:1776
1438
  msgid "Main settings"
1439
  msgstr "Haupteinstellungen"
1440
 
1441
- #: ../settings.php:225
1442
  msgid "Weekly reports"
1443
  msgstr "Wöchentliche Berichte"
1444
 
1445
- #: ../settings.php:729
1446
  msgid "Sunday"
1447
  msgstr "Sonntag"
1448
 
1449
- #: ../settings.php:730
1450
  msgid "Monday"
1451
  msgstr "Montag"
1452
 
1453
- #: ../settings.php:731
1454
  msgid "Tuesday"
1455
  msgstr "Dienstag"
1456
 
1457
- #: ../settings.php:732
1458
  msgid "Wednesday"
1459
  msgstr "Mittwoch"
1460
 
1461
- #: ../settings.php:733
1462
  msgid "Thursday"
1463
  msgstr "Donnerstag"
1464
 
1465
- #: ../settings.php:734
1466
  msgid "Friday"
1467
  msgstr "Freitag"
1468
 
1469
- #: ../settings.php:735
1470
  msgid "Saturday"
1471
  msgstr "Samstag"
1472
 
1473
- #: ../settings.php:788 ../settings.php:789
1474
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1475
  msgstr "Wenn Sie ein Caching-Plugin verwenden, müssen Sie Ihre neue Anmelde-URL zur Liste der Seiten hinzufügen, die nicht gecached werden sollen."
1476
 
1477
  #. translators: preposition of time
1478
- #: ../settings.php:745
1479
  msgctxt "preposition of time"
1480
  msgid "at"
1481
  msgstr "um"
1482
 
1483
- #: ../wp-cerber.php:3179
1484
  msgid "Weekly report"
1485
  msgstr "Wöchentlicher Bericht"
1486
 
1487
- #: ../wp-cerber.php:3182
1488
  msgid "To change reporting settings visit"
1489
  msgstr "Um die Einstellungen für die Berichte zu ändern besuchen Sie"
1490
 
1491
- #: ../wp-cerber.php:3208
1492
  msgid "Your login page:"
1493
  msgstr "Ihre Anmeldeseite:"
1494
 
1495
- #: ../wp-cerber.php:3212
1496
  msgid "Your license is valid until"
1497
  msgstr "Ihre Lizenz ist gültig bis"
1498
 
1499
- #: ../wp-cerber.php:3323
1500
  msgid "Activity details"
1501
  msgstr "Aktivitätsdetails"
1502
 
1503
- #: ../settings.php:761
1504
  msgid "Click to send now"
1505
  msgstr "Klicken Sie, um jetzt zu senden"
1506
 
1507
- #: ../wp-cerber.php:639
1508
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1509
  msgstr "> > > Sind Sie ein Übersetzer von WP Cerber? Um eine kostenlose PRO-Lizenz zu erhalten, kontaktieren Sie uns über https://wpcerber.com/contact/"
1510
 
1511
- #: ../dashboard.php:380
1512
  msgid "Email has been sent to"
1513
  msgstr "E-Mail wurde gesendet an"
1514
 
1515
- #: ../dashboard.php:383
1516
  msgid "Unable to send email to"
1517
  msgstr "E-Mail kann nicht gesendet werden an"
1518
 
1519
- #: ../dashboard.php:2225
1520
  msgid "Not permitted for one country"
1521
  msgid_plural "Not permitted for %d countries"
1522
  msgstr[0] "Nicht erlaubt für 1 Land"
1523
  msgstr[1] "Nicht erlaubt für %d Länder"
1524
 
1525
- #: ../dashboard.php:2376
1526
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1527
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1528
- msgstr ""
1529
 
1530
- #: ../dashboard.php:2379
1531
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1532
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1533
- msgstr ""
1534
 
1535
  #. Description of the plugin
1536
  #:
1537
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1538
  msgstr "Schützt die Website vor Bruteforce-Angriffen, Bots und Hackern. Schutz gegen Spam durch die Cerber Antispam Engine und reCAPTCHA. Umfassende Kontrolle der Benutzeraktivitäten. Anmeldebeschränkung über IP-Zugangslisten. Limitiert die Anzahl der Anmeldeversuche. Mehr Informationen: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1539
 
1540
- #: ../wp-cerber.php:3311
1541
  msgid "Weekly Report"
1542
  msgstr "Wöchentlicher Bericht"
1543
 
1544
- #: ../settings.php:83
1545
  msgid "Use 404 template from the active theme"
1546
  msgstr "404-Template des aktiven Themes nutzen"
1547
 
1548
- #: ../settings.php:83
1549
  msgid "Display simple 404 page"
1550
  msgstr "Einfache 404-Seite anzeigen"
1551
 
1552
- #: ../settings.php:163
1553
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1554
  msgstr "Geben Sie einen Teil eines Query Strings oder eines Query Paths ein, um einen Request von der Untersuchung auszuschliessen. Ein Eintrag pro Zeile."
1555
 
1556
- #: ../settings.php:238
1557
  msgid "if empty, email from notification settings will be used"
1558
  msgstr "leer lassen, um die E-Mail-Adresse von den Benachrichtigungseinstellungen zu verwenden"
1559
 
1560
- #: ../settings.php:226
1561
  msgid "Enable reporting"
1562
  msgstr "Berichte aktivieren"
1563
 
1564
- #: ../wp-cerber.php:3236
1565
  msgid "Your last sign-in was %s from %s"
1566
  msgstr "Ihre letzte Anmeldung war am %s von %s aus"
1567
 
1568
- #: ../wp-cerber.php:3337
1569
  msgid "Attempts to log in with non-existent username"
1570
  msgstr "Anmeldeversuche mit nicht existierendem Benutzernamen"
1571
 
1572
- #: ../dashboard.php:169
1573
  msgid "IP address, IPv4 address range or subnet"
1574
  msgstr "IP-Adresse, IPv4-Adressbereich oder Subnetz"
1575
 
1576
- #: ../dashboard.php:171
1577
  msgid "Optional comment for this entry"
1578
  msgstr "Optionaler Kommentar zu diesem Eintrag"
1579
 
1580
- #: ../dashboard.php:212
1581
  msgid "You cannot add your IP address or network"
1582
  msgstr "Sie können Ihre IP-Adresse oder Ihr Netzwerk nicht hinzufügen."
1583
 
1584
- #: ../cerber-news.php:153
1585
  msgid "Cool!"
1586
  msgstr "Cool!"
1587
 
1588
- #: ../settings.php:139
1589
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1590
  msgstr "Um einen REGEX-Ausdruck zu definieren umschliessen Sie diesen mit zwei Vorwärts-Schrägstrichen"
1591
 
1592
- #: ../dashboard.php:993
1593
  msgid "Cerber Traffic Inspector"
1594
  msgstr ""
1595
 
1596
- #: ../dashboard.php:993 ../dashboard.php:1212 ../dashboard.php:2494
1597
  msgid "Traffic Inspector"
1598
  msgstr ""
1599
 
1600
- #: ../dashboard.php:1228
1601
  msgid "Traffic"
1602
  msgstr ""
1603
 
1604
- #: ../dashboard.php:2499
1605
  msgid "Live traffic"
1606
  msgstr ""
1607
 
1608
- #: ../dashboard.php:2811
1609
  msgid "Request"
1610
  msgstr ""
1611
 
1612
- #: ../dashboard.php:2813
1613
  msgid "Host Info"
1614
  msgstr ""
1615
 
1616
- #: ../dashboard.php:2814
1617
  msgid "User Agent"
1618
  msgstr ""
1619
 
1620
- #: ../dashboard.php:2839
1621
  msgid "All requests"
1622
  msgstr ""
1623
 
1624
- #: ../dashboard.php:2841
1625
  msgid "Not logged in visitors"
1626
  msgstr ""
1627
 
1628
- #: ../dashboard.php:2842
1629
  msgid "Form submissions"
1630
  msgstr ""
1631
 
1632
- #: ../dashboard.php:2843
1633
  msgid "Page Not Found"
1634
  msgstr ""
1635
 
1636
- #: ../dashboard.php:2844
1637
  msgid "REST API"
1638
  msgstr ""
1639
 
1640
- #: ../dashboard.php:2845
1641
  msgid "XML-RPC"
1642
  msgstr ""
1643
 
1644
- #: ../dashboard.php:2849
1645
  msgid "Longer than"
1646
  msgstr ""
1647
 
1648
- #: ../dashboard.php:2862
1649
  msgid "Refresh"
1650
  msgstr ""
1651
 
1652
- #: ../common.php:101
1653
  msgid "Check for requests"
1654
  msgstr ""
1655
 
1656
- #: ../common.php:987
1657
  msgid "Not specified"
1658
  msgstr ""
1659
 
1660
- #: ../settings.php:262
1661
  msgid "Logging mode"
1662
  msgstr ""
1663
 
1664
- #: ../settings.php:268
1665
  msgid "Logging disabled"
1666
  msgstr ""
1667
 
1668
- #: ../settings.php:269
1669
  msgid "Smart"
1670
  msgstr ""
1671
 
1672
- #: ../settings.php:270
1673
  msgid "All traffic"
1674
  msgstr ""
1675
 
1676
- #: ../settings.php:274
1677
  msgid "Ignore crawlers"
1678
  msgstr ""
1679
 
1680
- #: ../settings.php:284
1681
  msgid "Mask these form fields"
1682
  msgstr ""
1683
 
1684
- #: ../settings.php:319
1685
  msgid "milliseconds"
1686
  msgstr ""
1687
 
1688
- #: ../settings.php:246
1689
  msgid "Inspection"
1690
  msgstr ""
1691
 
1692
- #: ../settings.php:247
1693
  msgid "Enable traffic inspection"
1694
  msgstr ""
1695
 
1696
- #: ../settings.php:261
1697
  msgid "Logging"
1698
  msgstr ""
1699
 
1700
- #: ../settings.php:279
1701
  msgid "Save request fields"
1702
  msgstr ""
1703
 
1704
- #: ../settings.php:314
1705
  msgid "Page generation time threshold"
1706
  msgstr ""
1707
 
1708
- #: ../dashboard.php:2831
1709
  msgid "No requests have been logged."
1710
  msgstr ""
1711
 
1712
- #: ../dashboard.php:1211
1713
  msgid "enabled"
1714
  msgstr ""
1715
 
1716
- #: ../dashboard.php:1215
1717
  msgid "no connection"
1718
  msgstr ""
1719
 
1720
- #: ../dashboard.php:3116
1721
  msgid "Advanced search"
1722
  msgstr ""
1723
 
1724
- #: ../dashboard.php:949
1725
  msgid "Last seen"
1726
  msgstr ""
1727
 
1728
- #: ../common.php:726 ../common.php:772
1729
  msgid "Probing for vulnerable PHP code"
1730
  msgstr ""
1731
 
1732
- #: ../dashboard.php:3097
1733
  msgid "Any"
1734
  msgstr ""
1735
 
1736
- #: ../wp-cerber.php:2963
1737
  msgid "We're sorry, you are not allowed to proceed"
1738
  msgstr ""
1739
 
1740
- #: ../settings.php:252
1741
  msgid "Request whitelist"
1742
  msgstr ""
1743
 
1744
- #: ../settings.php:258
1745
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1746
  msgstr ""
1747
 
1748
- #: ../settings.php:295
1749
  msgid "Save request headers"
1750
  msgstr ""
1751
 
1752
- #: ../settings.php:301
1753
  msgid "Save $_SERVER"
1754
  msgstr ""
1755
 
1756
- #: ../settings.php:307
1757
  msgid "Save request cookies"
1758
  msgstr ""
1759
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "Language: de\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:73
12
  msgid "Limit login attempts"
13
  msgstr "Anmeldeversuche limitieren"
14
 
15
+ #: ../settings.php:74
16
  msgid "Attempts"
17
  msgstr "Versuche"
18
 
19
+ #: ../settings.php:75
20
  msgid "Lockout duration"
21
  msgstr "Sperrdauer"
22
 
23
+ #: ../settings.php:75 ../settings.php:101
24
  msgid "minutes"
25
  msgstr "Minuten"
26
 
27
+ #: ../settings.php:76
28
  msgid "Aggressive lockout"
29
  msgstr "Aggressive Sperre"
30
 
31
+ #: ../settings.php:79
32
  msgid "Site connection"
33
  msgstr "Verbindung zur Website"
34
 
35
+ #: ../settings.php:81
36
  msgid "Proactive security rules"
37
  msgstr "Proaktive Sicherheitsregeln"
38
 
39
+ #: ../settings.php:82
40
  msgid "Block subnet"
41
  msgstr "Sperre Subnetz"
42
 
43
+ #: ../settings.php:85
44
  msgid "Request wp-login.php"
45
  msgstr "Anfrage wp-login.php"
46
 
47
+ #: ../settings.php:85
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "IP nach jeder Anfrage auf wp-login.php sofort sperren"
50
 
51
+ #: ../settings.php:84
52
  msgid "Redirect dashboard requests"
53
  msgstr "Dashboard-Anfragen umleiten"
54
 
55
+ #: ../settings.php:88
56
  msgid "Custom login page"
57
  msgstr "Benutzerdefinierte Login-Seite"
58
 
59
+ #: ../settings.php:89
60
  msgid "Custom login URL"
61
  msgstr "Benutzerdefinierte Login-URL"
62
 
63
  #. There is no perfect translation for "slug" with keeping the context. "Permalink" describes the whole URL but is used by WordPress in this place.
64
+ #: ../settings.php:95
65
  #, fuzzy
66
  msgid "must not overlap with the existing pages or posts slug"
67
  msgstr "darf sich nicht mit Permalinks von vorhandenen Seiten oder Beiträgen überlappen"
68
 
69
+ #: ../settings.php:97
70
  msgid "Disable wp-login.php"
71
  msgstr "Deaktiviere wp-login.php"
72
 
73
+ #: ../settings.php:97
74
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
75
  msgstr "Blockiere direkten Zugriff zu wp-login.php und gib HTTP 404 Not Found Error zurück"
76
 
77
+ #: ../dashboard.php:1221 ../settings.php:99
78
  msgid "Citadel mode"
79
  msgstr "Citadel Modus"
80
 
81
+ #: ../settings.php:100
82
  msgid "Threshold"
83
  msgstr "Schwelle"
84
 
85
+ #: ../settings.php:101
86
  msgid "Duration"
87
  msgstr "Dauer"
88
 
89
+ #: ../cerber-load.php:4111 ../settings.php:78 ../settings.php:102 ../settings.php:
90
+ #: 411
91
  msgid "Notifications"
92
  msgstr "Benachrichtigungen"
93
 
94
+ #: ../settings.php:102
95
  msgid "Send notification to admin email"
96
  msgstr "Sende eine Benachrichtigung an die Emailadresse des Admins"
97
 
98
+ #: ../cerber-load.php:4108 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
99
+ #: tools.php:101 ../cerber-tools.php:182
100
  msgid "Access Lists"
101
  msgstr "Zugriffslisten"
102
 
103
+ #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3855 ..
104
+ #: /settings.php:104 ../settings.php:395
105
  msgid "Activity"
106
  msgstr "Aktivität"
107
 
108
+ #: ../settings.php:399
109
  msgid "Lockouts"
110
  msgstr "Sperren"
111
 
112
+ #: ../settings.php:520 ../settings.php:642
113
  msgid "%s allowed retries in %s minutes"
114
  msgstr "%s erlaubte Wiederholungen in %s Minuten"
115
 
116
+ #: ../settings.php:542 ../settings.php:664
117
  msgid "Enable after %s failed login attempts in last %s minutes"
118
  msgstr "Aktiviere nach %s fehlgeschlagenen Anmeldeversuchen in den letzten %s Minuten"
119
 
120
+ #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
121
+ #: php:3864
122
  msgid "IP"
123
  msgstr "IP"
124
 
125
+ #: ../dashboard.php:534 ../dashboard.php:698 ../dashboard.php:2846
126
  msgid "Date"
127
  msgstr "Datum"
128
 
129
+ #: ../dashboard.php:534 ../dashboard.php:700 ../dashboard.php:2851
130
  msgid "Local User"
131
  msgstr "Lokaler Benutzer"
132
 
133
+ #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3872
134
  msgid "Username used"
135
  msgstr "Benutzername wird bereits verwendet"
136
 
137
+ #: ../dashboard.php:148
138
  msgid "Showing last %d records from %d"
139
  msgstr "Zeige die letzten %d Einträge von %d"
140
 
141
+ #: ../common.php:798
142
  msgid "Logged in"
143
  msgstr "Eingeloggt"
144
 
145
+ #: ../common.php:799
146
  msgid "Logged out"
147
  msgstr "Ausgeloggt"
148
 
149
+ #: ../common.php:800
150
  msgid "Login failed"
151
  msgstr "Login fehlgeschlagen"
152
 
153
+ #: ../common.php:803
154
  msgid "IP blocked"
155
  msgstr "IP geblockt"
156
 
157
+ #: ../common.php:804
158
  msgid "Subnet blocked"
159
  msgstr "Subnetz geblockt"
160
 
161
+ #: ../common.php:806
162
  msgid "Citadel activated!"
163
  msgstr "Citadel-Modus aktiviert!"
164
 
165
+ #: ../dashboard.php:675 ../dashboard.php:879 ../dashboard.php:2684 ../common.php:
166
+ #: 845
167
  msgid "Locked out"
168
  msgstr "Ausgesperrt"
169
 
170
  #. Only correct if "IP blacklisted" is used as indicative. Otherwise it would not translate "IP auf der schwarzen Liste" but "IP auf die schwarze Liste gesetzt" (if it states that the IP was just blacklisted).
171
+ #: ../common.php:846
172
  #, fuzzy
173
  msgid "IP blacklisted"
174
  msgstr "IP blockiert"
175
 
176
+ #: ../common.php:821
177
  msgid "Password changed"
178
  msgstr "Passwort geändert"
179
 
180
+ #: ../dashboard.php:122 ../dashboard.php:195
181
  msgid "Remove"
182
  msgstr "Entfernen"
183
 
184
+ #: ../dashboard.php:425
185
  msgid "Lockout for %s was removed"
186
  msgstr "Die Sperre für %s wurde entfernt"
187
 
188
+ #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
189
+ #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4100 ../settings.php:77 ..
190
+ #: /settings.php:365
191
  #, fuzzy
192
  msgid "White IP Access List"
193
  msgstr "Weiße Liste (erlaubten IPs)"
194
 
195
+ #: ../dashboard.php:169 ../dashboard.php:671 ../dashboard.php:876 ../dashboard.
196
+ #: php:1220 ../dashboard.php:2680
197
  #, fuzzy
198
  msgid "Black IP Access List"
199
  msgstr "Schwarze Liste (verbotenen IPs)"
200
 
201
+ #: ../dashboard.php:201
202
  msgid "List is empty"
203
  msgstr "Liste ist leer"
204
 
205
+ #: ../dashboard.php:238
206
  msgid "Address %s was added to White IP Access List"
207
  msgstr "Adresse %s wurde zur Liste der erlaubten IPs hinzugefügt"
208
 
209
+ #: ../dashboard.php:252
210
  msgid "Address %s was added to Black IP Access List"
211
  msgstr "Adresse %s wurde zur Liste der verbotenen IPs hinzugefügt"
212
 
213
+ #: ../cerber-load.php:3337
214
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
215
  msgstr "Citadel-Modus ist aktiviert nach %d fehlgeschlagenen Logins in %d Minuten."
216
 
217
+ #: ../dashboard.php:1625
218
  msgid "View Activity"
219
  msgstr "Aktivitäten anzeigen"
220
 
221
+ #: ../dashboard.php:2530 ../cerber-tools.php:91 ../cerber-tools.php:100
222
  msgid "Settings"
223
  msgstr "Einstellungen"
224
 
225
+ #: ../dashboard.php:1082
226
  msgid "Last login"
227
  msgstr "Letzte Anmeldung"
228
 
229
+ #: ../dashboard.php:1115 ../dashboard.php:1202
230
  msgid "Never"
231
  msgstr "Niemals"
232
 
233
+ #: ../dashboard.php:1513
234
  msgid "Are you sure?"
235
  msgstr "Sind Sie sicher?"
236
 
237
+ #: ../dashboard.php:1307 ../settings.php:79
238
  msgid "My site is behind a reverse proxy"
239
  msgstr "Meine Website ist hinter einem Reverse-Proxy"
240
 
241
+ #: ../settings.php:83
242
  msgid "Non-existent users"
243
  msgstr "Nicht vorhandene Benutzer"
244
 
245
+ #: ../settings.php:83
246
  msgid "Immediately block IP when attempting to login with a non-existent username"
247
  msgstr "IP sofort sperren, wenn versucht wird, sich mit einem nicht vorhandenen Benutzernamen einzuloggen "
248
 
249
+ #: ../settings.php:84
250
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
251
  msgstr "Die automatische Umleitung auf die Anmeldeseite deaktivieren, wenn /wp-admin/ von einer nicht autorisierten Anfrage aufgerufen wird"
252
 
253
  #. A fuzzy translation that is mostly used in this context would be "Machen Sie Ihren Schutz intelligenter!"
254
+ #: ../settings.php:351
255
  msgid "Make your protection smarter!"
256
  msgstr "Machen Sie Ihren Schutz schlauer!"
257
 
258
+ #: ../settings.php:355
259
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
260
  msgstr "Bitte aktivieren Sie Permalinks um dieses Merkmal zu verwenden. Setzen Sie die Permalink-Einstellungen auf etwas anderes als Standard."
261
 
262
+ #: ../cerber-load.php:4107 ../settings.php:401
 
 
 
 
263
  msgid "Main Settings"
264
  msgstr "Haupteinstellungen"
265
 
266
+ #: ../dashboard.php:2531 ../settings.php:413 ../cerber-tools.php:51
267
  msgid "Help"
268
  msgstr "Hilfe"
269
 
270
  #. "Aussperrungen" is used in plural because there are more likely several lockouts in the last hours. One single lockout would demand the use of the singular "Aussperrung". We could use "Aussperrung(en)" to cover all cases.
271
+ #: ../settings.php:530 ../settings.php:652
272
  #, fuzzy
273
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
274
  msgstr "Erhöhe die Sperrdauer um %s Stunden nach %s Aussperrungen in den letzten %s Stunden"
275
 
276
+ #: ../cerber-load.php:358
277
  msgid "You are not allowed to log in. Ask your administrator for assistance."
278
  msgstr "Sie sind nicht berechtigt, sich anzumelden. Fragen Sie Ihren Administrator nach Unterstützung."
279
 
280
  #. One "Minute", two/three/four/... "Minuten".
281
+ #: ../cerber-load.php:364
282
  #, fuzzy
283
  msgid "You have reached the login attempts limit. Please try again in %d minutes."
284
  msgstr "Sie haben die maximale Anzahl an Login-Versuchen erreicht. Bitte versuchen Sie es in %d Minuten noch einmal."
285
 
286
+ #: ../cerber-load.php:383
287
  msgid "You have only one attempt remaining."
288
  msgid_plural "You have %d attempts remaining."
289
  msgstr[0] "Sie haben nur noch einen Versuch."
290
  msgstr[1] "Sie haben nur noch %d Versuche."
291
 
292
+ #: ../dashboard.php:723
293
  msgid "No activity has been logged."
294
  msgstr "Keine Aktivität wurde protokolliert."
295
 
296
+ #: ../dashboard.php:132
297
  msgid "Expires"
298
  msgstr "Gültig bis"
299
 
300
+ #: ../dashboard.php:154
301
  msgid "No lockouts at the moment. The sky is clear."
302
  msgstr "Keine Sperrung im Moment. Der Himmel ist klar."
303
 
304
+ #: ../dashboard.php:167
305
  msgid "These IPs will never be locked out"
306
  msgstr "Diese IPs werden nie gesperrt"
307
 
308
+ #: ../dashboard.php:176
309
  msgid "Your IP"
310
  msgstr "Ihre IP"
311
 
312
+ #: ../cerber-load.php:3338
313
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
314
  msgstr "Der letzte gescheiterte Versuch war um %s von der IP %s mit der Benutzeranmeldung: %s."
315
 
316
+ #: ../cerber-load.php:4067
317
  msgid "Can't activate WP Cerber due to a database error."
318
  msgstr "Kann WP Cerber aufgrund eines Datenbankfehlers nicht aktivieren."
319
 
320
+ #: ../settings.php:537 ../settings.php:659
321
  msgid "Notify admin if the number of active lockouts above"
322
  msgstr "Benachrichtige den Admin, wenn die Anzahl von aktiven Aussperrungen größer ist als"
323
 
324
+ #: ../settings.php:105 ../settings.php:179 ../settings.php:341
325
  msgid "days"
326
  msgstr "Tage"
327
 
328
+ #: ../dashboard.php:1172
329
  msgid "Cerber Quick View"
330
  msgstr "Cerber Schnellansicht"
331
 
332
+ #: ../dashboard.php:150
333
  msgid "Hint"
334
  msgstr "Hinweis"
335
 
336
+ #: ../dashboard.php:150
337
  msgid "To view activity, click on the IP"
338
  msgstr "Um die Aktivität sehen zu können, klicken Sie auf die IP"
339
 
340
+ #: ../dashboard.php:194 ../dashboard.php:886 ../dashboard.php:913 ../dashboard.
341
+ #: php:1005
342
  msgid "Check for activity"
343
  msgstr "Auf Aktivität überprüfen"
344
 
345
+ #: ../settings.php:82
346
  msgid "Always block entire subnet Class C of intruders IP"
347
  msgstr "Immer das gesamte Subnetz Klasse C der IP des Eindringlings blockieren"
348
 
349
+ #: ../settings.php:102 ../settings.php:539 ../settings.php:661
350
  msgid "Click to send test"
351
  msgstr "Klicken für Sendungstest"
352
 
353
+ #: ../settings.php:814 ../settings.php:815
354
  msgid "Attention! You have changed the login URL! The new login URL is"
355
  msgstr "Achtung! Sie haben die Anmelde-URL geändert! Die neue Login-URL ist"
356
 
357
+ #: ../dashboard.php:1081
358
  msgid "Comments"
359
  msgstr "Kommentare"
360
 
361
+ #: ../common.php:1078
362
  msgid "Update to version %s of WP Cerber"
363
  msgstr "Update auf Version %s von WP Cerber"
364
 
365
+ #: ../cerber-load.php:3339 ../cerber-load.php:3896
366
  msgid "View activity in dashboard"
367
  msgstr "Zeige Aktivität im Dashboard"
368
 
369
+ #: ../cerber-load.php:3369
370
  msgid "Number of active lockouts"
371
  msgstr "Anzahl der aktiven Sperren"
372
 
373
+ #: ../cerber-load.php:3373
374
  msgid "View lockouts in dashboard"
375
  msgstr "Zeige Sperren im Dashboard"
376
 
377
+ #: ../cerber-load.php:3455
378
  msgid "This message was sent by"
379
  msgstr "Diese Nachricht wurde gesendet von"
380
 
381
  #. Used to be "Import/Export" but this is a fuzzy translation. Exact translation that WordPress also uses is "Werkzeuge".
382
+ #: ../dashboard.php:64 ../cerber-tools.php:43
383
  msgid "Tools"
384
  msgstr "Werkzeuge"
385
 
386
+ #: ../cerber-tools.php:88
387
  msgid "Export settings to the file"
388
  msgstr "Einstellungen in Datei exportieren"
389
 
390
  #. "below" is ignored in the translation.
391
+ #: ../cerber-tools.php:89
392
  #, fuzzy
393
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
394
  msgstr "Wenn Sie auf den Button klicken, bekommen Sie eine Konfigurationsdatei, die Sie auf einer anderen Website hochladen können."
395
 
396
+ #: ../cerber-tools.php:90
397
  msgid "What do you want to export?"
398
  msgstr "Was wollen Sie exportieren?"
399
 
400
+ #: ../cerber-tools.php:93
401
  msgid "Download file"
402
  msgstr "Datei herunterladen"
403
 
404
+ #: ../cerber-tools.php:95
405
  msgid "Import settings from the file"
406
  msgstr "Einstellungen aus Datei importieren"
407
 
408
  #. "below" is ignored in the translation.
409
+ #: ../cerber-tools.php:96
410
  #, fuzzy
411
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
412
  msgstr "Wenn Sie auf den Button klicken, wird die Datei hochgeladen und alle vorhandenen Einstellungen werden überschrieben."
413
 
414
+ #: ../cerber-tools.php:97
415
  msgid "Select file to import."
416
  msgstr "Datei zum Importieren auswählen."
417
 
418
+ #: ../cerber-tools.php:97
419
  msgid "Maximum upload file size: %s."
420
  msgstr "Maximale Dateigröße für Uploads: %s"
421
 
422
+ #: ../cerber-tools.php:100
423
  msgid "What do you want to import?"
424
  msgstr "Was wollen Sie importieren?"
425
 
426
+ #: ../cerber-tools.php:102
427
  msgid "Upload file"
428
  msgstr "Datei hochladen"
429
 
430
+ #: ../cerber-tools.php:149
431
  msgid "No file was uploaded or file is corrupted"
432
  msgstr "Keine Datei hochgeladen oder Datei ist beschädigt"
433
 
434
+ #: ../cerber-tools.php:182
435
  msgid "Error while updating"
436
  msgstr "Fehler bei der Aktualisierung"
437
 
438
+ #: ../cerber-tools.php:185
439
  msgid "Settings has imported successfully from"
440
  msgstr "Einstellungen erfolgreich importiert von"
441
 
442
+ #: ../cerber-tools.php:189
443
  msgid "Error while parsing file"
444
  msgstr "Fehler beim Parsen der Datei"
445
 
446
+ #: ../dashboard.php:130 ../dashboard.php:696
447
  msgid "Hostname"
448
  msgstr "Hostname"
449
 
450
+ #: ../dashboard.php:391
451
  #, fuzzy
452
  msgid "unknown"
453
  msgstr "unbekannt"
454
 
455
+ #: ../settings.php:105 ../settings.php:337
456
  msgid "Keep records for"
457
  msgstr "Behalte Aufzeichnungen für"
458
 
459
+ #: ../dashboard.php:1206 ../dashboard.php:1227
460
  msgid "active"
461
  msgstr "aktiv"
462
 
463
+ #: ../dashboard.php:1206
464
  msgid "deactivate"
465
  msgstr "deaktiviert"
466
 
467
+ #: ../dashboard.php:1208
468
  msgid "not active"
469
  msgstr "nicht aktiv"
470
 
471
  #. "deactive" and "disabled" mean exactly the same in German.
472
+ #: ../dashboard.php:1209 ../dashboard.php:1223
473
  msgid "disabled"
474
  msgstr "deaktiviert"
475
 
476
+ #: ../dashboard.php:1214
477
  msgid "failed attempts"
478
  msgstr "Fehlversuche"
479
 
480
+ #: ../dashboard.php:1214 ../dashboard.php:1215
481
  msgid "in 24 hours"
482
  msgstr "in 24 Stunden"
483
 
484
+ #: ../dashboard.php:1214 ../dashboard.php:1215
485
  msgid "view all"
486
  msgstr "Zeige alle"
487
 
488
+ #: ../dashboard.php:1215
489
  msgid "lockouts"
490
  msgstr "Sperren"
491
 
492
+ #: ../dashboard.php:1217
493
  msgid "Lockouts at the moment"
494
  msgstr "Momentane Sperren"
495
 
496
+ #: ../dashboard.php:1218
497
  msgid "Last lockout"
498
  msgstr "Letzte Sperre"
499
 
500
+ #: ../dashboard.php:1219 ../dashboard.php:1220 ../dashboard.php:1796
501
  msgid "entry"
502
  msgid_plural "entries"
503
  msgstr[0] "Eintrag"
504
  msgstr[1] "Einträge"
505
 
506
+ #: ../dashboard.php:1508
507
  #, fuzzy
508
  msgid "Confused about some settings?"
509
  msgstr "Verwirrende Einstellungen?"
510
 
511
+ #: ../dashboard.php:1509
512
  msgid "You can easily load default recommended settings using button below"
513
  msgstr "Sie können ganz einfach mit dem unteren Button empfohlene Standardeinstellungen laden"
514
 
515
+ #: ../dashboard.php:1511
516
  msgid "Load default settings"
517
  msgstr "Standardeinstellung laden"
518
 
519
+ #: ../dashboard.php:1519
520
  msgid "doesn't affect Custom login URL and Access Lists"
521
  msgstr "hat keinen Einfluss auf benutzerdefinierte Login-URL und Zugriffslisten"
522
 
523
+ #: ../common.php:1071 ../settings.php:221
524
  msgid "New version is available"
525
  msgstr "Eine neue Version ist verfügbar"
526
 
527
  #. Name of the plugin
528
+ #: ../dashboard.php:52 ../dashboard.php:76
529
  msgid "WP Cerber"
530
  msgstr "WP Cerber"
531
 
532
+ #: ../cerber-load.php:3313
533
  msgid "WP Cerber notify"
534
  msgstr "WP Cerber benachrichtigen"
535
 
536
+ #: ../cerber-load.php:3335
537
  msgid "Citadel mode is activated"
538
  msgstr "Citadel-Modus ist aktiviert"
539
 
540
+ #: ../cerber-load.php:3409
541
  msgid "New Custom login URL"
542
  msgstr "Neue benutzerdefinierte Login-URL"
543
 
544
+ #: ../cerber-load.php:4054
545
  msgid "The WP Cerber requires PHP %s or higher. You are running"
546
  msgstr "WP Cerber benötigt PHP Version %s oder höher. Sie haben"
547
 
548
+ #: ../cerber-load.php:4058
549
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
550
  msgstr "WP Cerber benötigt Wordpress Version %s oder höher. Sie haben"
551
 
552
  #. Non-fuzzy translation would be "Verwende Datei" but in this context "Verwende Logdatei" is describing exactly what it does.
553
+ #: ../settings.php:108
554
  #, fuzzy
555
  msgid "Use file"
556
  msgstr "Verwende Logdatei"
557
 
558
+ #: ../settings.php:108
559
  msgid "Write failed login attempts to the file"
560
  msgstr "Schreibe fehlgeschlagene Anmeldungen in die Datei."
561
 
562
+ #: ../dashboard.php:1624
563
  msgid "Deactivate"
564
  msgstr "Deaktivieren"
565
 
566
+ #: ../dashboard.php:133 ../cerber-load.php:3371
567
  msgid "Reason"
568
  msgstr "Grund"
569
 
570
+ #: ../dashboard.php:206
571
  msgid "Add IP to the list"
572
  msgstr "Füge IP zur Liste hinzu"
573
 
574
+ #: ../dashboard.php:932
575
  msgid "Add IP to the Black List"
576
  msgstr "Füge IP zur Schwarzen Liste hinzu"
577
 
578
+ #: ../common.php:876
579
  msgid "Attempt to access"
580
  msgstr "Zugriffsversuch"
581
 
582
+ #: ../common.php:875
583
  msgid "Limit on login attempts is reached"
584
  msgstr "Limit für Anmeldeversuche ist erreicht"
585
 
586
+ #: ../common.php:829 ../common.php:877
587
  msgid "Attempt to log in with non-existent username"
588
  msgstr "Anmeldeversuch mit nicht existierendem Nutzernamen"
589
 
590
+ #: ../cerber-load.php:3370
591
  msgid "Last lockout was added: %s for IP %s"
592
  msgstr "Letzte Sperre wurde hinzugefügt: %s für IP %s"
593
 
594
  #. "Abhärtung" is the medical translation for "hardening" which fits best in this case.
595
+ #: ../cerber-load.php:4110 ../settings.php:406
596
  msgid "Hardening"
597
  msgstr "Abhärtung"
598
 
599
+ #: ../dashboard.php:909
600
  msgid "Abuse email:"
601
  msgstr "Missbrauch Email:"
602
 
603
+ #: ../settings.php:208 ../settings.php:243
604
  msgid "Email Address"
605
  msgstr "E-Mail-Adresse"
606
 
607
+ #: ../settings.php:217
608
  msgid "if empty, the admin email %s will be used"
609
  msgstr "wenn leer, dann wird die E-Mail-Adresse %s des Admins benutzt"
610
 
611
  #. More narrow translation would be "IP aufbrechen" but does not really fit.
612
+ #: ../settings.php:111
613
  #, fuzzy
614
  msgid "Drill down IP"
615
  msgstr "IP inspizieren"
616
 
617
+ #: ../settings.php:111
618
  msgid "Retrieve extra WHOIS information for IP"
619
  msgstr "Extra WHOIS Informationen für IP abrufen"
620
 
621
+ #: ../settings.php:119
622
  msgid "Hardening WordPress"
623
  msgstr "WordPress abhärten"
624
 
625
  #. "Enumeration" would originally translate to "Aufzählung" but does not quite fit.
626
+ #: ../settings.php:120
627
  #, fuzzy
628
  msgid "Stop user enumeration"
629
  msgstr "Benutzererfassung stoppen"
630
 
631
+ #: ../settings.php:122
632
  msgid "Disable XML-RPC"
633
  msgstr "Deaktiviere XML-RPC"
634
 
635
+ #: ../settings.php:122
636
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
637
  msgstr "Zugriff auf den XML-RPC Server sperren (Pingbacks und Trackbacks eingeschlossen)"
638
 
639
+ #: ../settings.php:123
640
  msgid "Disable feeds"
641
  msgstr "Feeds deaktivieren"
642
 
643
+ #: ../settings.php:123
644
  msgid "Block access to the RSS, Atom and RDF feeds"
645
  msgstr "Zugriff auf den RSS-, den Atom- und den RDF-Feed blockieren"
646
 
647
+ #: ../settings.php:124
648
  msgid "Disable REST API"
649
  msgstr "REST API deaktivieren"
650
 
651
+ #: ../settings.php:365
652
  #, fuzzy
653
  msgid "These settings do not affect hosts from the "
654
  msgstr "Diese Einstellungen beeinflussen keine Hosts von"
655
 
656
+ #: ../settings.php:895 ../settings.php:907
657
  msgid "<strong>ERROR</strong>: please enter a valid email address."
658
  msgstr "<strong>FEHLER</strong>: Bitte eine gültige E-Mail-Adresse eingeben"
659
 
660
+ #: ../cerber-load.php:3401 ../cerber-load.php:4099
661
  #, fuzzy
662
  msgid "WP Cerber is now active and has started protecting your site"
663
  msgstr "WP Cerber ist nun aktiv und schützt ihre Website"
664
 
665
+ #: ../dashboard.php:134
666
  msgid "Action"
667
  msgstr "Aktion"
668
 
669
+ #: ../dashboard.php:169
670
  msgid "Nobody can log in or register from these IPs"
671
  msgstr "Niemand kann sich von diesen IPs anmelden oder registrieren"
672
 
673
+ #: ../dashboard.php:232 ../dashboard.php:244
674
  msgid "Incorrect IP address or IP range"
675
  msgstr "Falsche IP-Adresse oder falscher IP-Bereich"
676
 
677
+ #: ../dashboard.php:441 ../dashboard.php:1640
678
  msgid "Settings saved"
679
  msgstr "Einstellungen gespeichert"
680
 
681
+ #: ../dashboard.php:913
682
  msgid "Network:"
683
  msgstr "Netzwerk:"
684
 
685
+ #: ../dashboard.php:927
686
  msgid "Add network to the Black List"
687
  msgstr "Netzwerk zur schwarzen Liste hinzufügen"
688
 
689
+ #: ../dashboard.php:1623
690
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
691
  msgstr "Achtung! Citadel-Modus ist nun aktiv. Niemand kann sich anmelden."
692
 
693
+ #: ../dashboard.php:349 ../dashboard.php:2609 ../whois.php:221 ../whois.php:252 ..
694
+ #: /common.php:874 ../common.php:1153
695
  msgid "Unknown"
696
  msgstr "Unbekannt"
697
 
700
  msgid "Gregory"
701
  msgstr "Gregory"
702
 
703
+ #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
704
+ #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
705
+ #: load.php:932 ../cerber-load.php:1149 ../cerber-load.php:1155 ../cerber-load.
706
+ #: php:1160 ../cerber-load.php:1165 ../cerber-load.php:1171 ../cerber-load.php:
707
+ #: 1178 ../cerber-load.php:1278 ../cerber-load.php:1415 ../settings.php:793 ..
708
+ #: /settings.php:864
709
  msgid "ERROR:"
710
  msgstr "FEHLER:"
711
 
712
+ #: ../cerber-load.php:695
713
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
714
  msgstr "Menschlichkeitsnachweis gescheitert. Bitte klicken Sie das quadratische Kästchen im reCAPTCHA-Block unten."
715
 
716
+ #: ../cerber-load.php:944
717
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
718
  msgstr "<strong>FEHLER</strong>: Das eingegebene Passwort für den Benutzernamen %s ist falsch."
719
 
720
+ #: ../cerber-load.php:1166
721
  msgid "Username is not allowed. Please choose another one."
722
  msgstr "Benutzername ist nicht erlaubt. Bitte einen anderen wählen."
723
 
724
+ #: ../cerber-load.php:3364
725
  msgid "unspecified"
726
  msgstr "nicht spezifiziert"
727
 
728
+ #: ../cerber-load.php:3367
729
  msgid "Number of lockouts is increasing"
730
  msgstr "Anzahl an Sperren steigt an"
731
 
732
+ #: ../cerber-load.php:3372
733
  msgid "View activity for this IP"
734
  msgstr "Zeige Aktivität für diese IP"
735
 
736
+ #: ../cerber-load.php:3376 ../cerber-load.php:3378
737
  msgid "A new version of WP Cerber is available to install"
738
  msgstr "Eine neue Version von WP Cerber ist zur Installation verfügbar"
739
 
740
+ #: ../cerber-load.php:3377
741
  msgid "Hi!"
742
  msgstr "Hallo!"
743
 
744
  #. Original translation is "Internetseite" but this translation is not up to time.
745
+ #: ../cerber-load.php:3380 ../cerber-load.php:3391
746
  msgid "Website"
747
  msgstr "Website"
748
 
749
+ #: ../cerber-load.php:3383 ../cerber-load.php:3384
750
  msgid "The WP Cerber security plugin has been deactivated"
751
  msgstr "Das WP Cerber Sicherheits-Plugin wurde deaktiviert"
752
 
753
+ #: ../cerber-load.php:3386
754
  msgid "Not logged in"
755
  msgstr "Nicht angemeldet"
756
 
757
+ #: ../cerber-load.php:3392
758
  #, fuzzy
759
  msgid "By user"
760
  msgstr "Von Nutzer"
761
 
762
+ #: ../cerber-load.php:3393
763
  #, fuzzy
764
  msgid "From IP address"
765
  msgstr "Von IP-Adresse"
766
 
767
+ #: ../cerber-load.php:3396
768
  #, fuzzy
769
  msgid "From country"
770
  msgstr "Vom Land"
771
 
772
+ #: ../cerber-load.php:3400
773
  msgid "The WP Cerber security plugin is now active"
774
  msgstr "Das WP Cerber Sicherheits-Plugin ist nun aktiv"
775
 
776
+ #: ../cerber-load.php:4100
777
  #, fuzzy
778
  msgid "Your IP address is added to the"
779
  msgstr "Ihre IP-Adresse wurde hinzugefügt zu"
780
 
781
+ #: ../cerber-load.php:4112
782
  msgid "Import settings"
783
  msgstr "Import-Einstellungen"
784
 
785
+ #: ../settings.php:220
786
  msgid "Notification limit"
787
  msgstr "Benachrichtigungslimit"
788
 
789
+ #: ../settings.php:220
790
  #, fuzzy
791
  msgid "notification letters allowed per hour (0 means unlimited)"
792
  msgstr "Zugelassene Benachrichtigungen pro Stunde (0 bedeutet kein Limit)"
793
 
794
+ #: ../settings.php:142
795
  msgid "User related settings"
796
  msgstr "Benutzerbezogene Einstellungen"
797
 
798
+ #: ../settings.php:144
799
  msgid "Prohibited usernames"
800
  msgstr "Verbotene Benutzernamen"
801
 
802
+ #: ../settings.php:150
803
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
804
  msgstr "Benutzernamen von dieser Liste dürfen sich nicht anmelden oder registrieren. Jede IP-Adresse, die versucht hat einen dieser Nutzernamen zu verwenden, wird sofort blockiert. Mit Komma Namen trennen."
805
 
806
+ #: ../settings.php:152
807
  msgid "User session expire"
808
  msgstr "Benutzer-Sitzung Ablauf"
809
 
810
+ #: ../settings.php:152
811
  msgid "in minutes (leave empty to use default WP value)"
812
  msgstr "in Minuten (leer lassen um WP Standardwert zu verwenden)"
813
 
814
+ #: ../settings.php:182
815
  msgid "reCAPTCHA settings"
816
  msgstr "reCAPTCHA-Einstellungen"
817
 
818
  #. Technical term.
819
+ #: ../settings.php:183
820
  msgid "Site key"
821
  msgstr "Site key"
822
 
823
  #. Technical term.
824
+ #: ../settings.php:184
825
  msgid "Secret key"
826
  msgstr "Secret key"
827
 
828
+ #: ../settings.php:187
829
  msgid "Enable reCAPTCHA for WordPress registration form"
830
  msgstr "Aktiviere reCAPTCHA für das WordPress Registrierungsformular"
831
 
832
+ #: ../settings.php:190
833
  msgid "Lost password form"
834
  msgstr "Passwort-Vergessen-Formular"
835
 
836
+ #: ../settings.php:193
837
  msgid "Login form"
838
  msgstr "Anmeldeforumlar"
839
 
840
+ #: ../settings.php:193
841
  msgid "Enable reCAPTCHA for WordPress login form"
842
  msgstr "Aktiviere reCAPTCHA für das WordPress Anmeldeformular"
843
 
844
+ #: ../settings.php:368
845
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
846
  msgstr "Bevor Sie reCAPTCHA nutzen können, müssen Sie einen Site key und einen Secret key von der Google Website beziehen."
847
 
848
+ #: ../cerber-lab.php:720 ../settings.php:369
849
  msgid "Know more"
850
  msgstr "Mehr erfahren"
851
 
852
+ #: ../dashboard.php:52 ../settings.php:388
853
  msgid "WP Cerber Security"
854
  msgstr "WP Cerber Sicherheit"
855
 
856
+ #: ../settings.php:408
857
  msgid "Users"
858
  msgstr "Benutzer"
859
 
860
+ #: ../common.php:796
861
  msgid "User created"
862
  msgstr "Benutzer erstellt"
863
 
864
+ #: ../dashboard.php:1460 ../common.php:797
865
  msgid "User registered"
866
  msgstr "Benutzer registriert"
867
 
868
+ #: ../common.php:824
869
  msgid "reCAPTCHA verification failed"
870
  msgstr "reCAPTCHA-Bestätigung gescheitert"
871
 
872
+ #: ../common.php:825
873
  msgid "reCAPTCHA settings are incorrect"
874
  msgstr "reCAPTCHA-Einstellungen sind falsch"
875
 
876
+ #: ../common.php:828
877
  msgid "Attempt to access prohibited URL"
878
  msgstr "Zugriffsversuch auf verbotene URL"
879
 
880
+ #: ../common.php:830 ../common.php:878
881
  msgid "Attempt to log in with prohibited username"
882
  msgstr "Anmeldeversuch mit verbotenem Benutzernamen"
883
 
884
+ #: ../settings.php:106
885
  msgid "Cerber Lab connection"
886
  msgstr "Cerber Lab Verbindung"
887
 
888
+ #: ../settings.php:106
889
  msgid "Send malicious IP addresses to the Cerber Lab"
890
  msgstr "Bösartige IP-Adressen an das Cerber Lab senden"
891
 
892
+ #: ../settings.php:107
893
  msgid "Cerber Lab protocol"
894
  msgstr "Cerber Lab Protokoll"
895
 
896
+ #: ../settings.php:162 ../settings.php:187
897
  msgid "Registration form"
898
  msgstr "Registrierungsformular"
899
 
900
+ #: ../settings.php:188
901
  msgid "Enable reCAPTCHA for WooCommerce registration form"
902
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Registrierungsformular"
903
 
904
+ #: ../settings.php:190
905
  msgid "Enable reCAPTCHA for WordPress lost password form"
906
  msgstr "Aktiviere reCAPTCHA für das WordPress Passwort-Vergessen-Formular"
907
 
908
+ #: ../settings.php:191
909
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
910
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Passwort-Vergessen-Formular"
911
 
912
+ #: ../settings.php:194
913
  msgid "Enable reCAPTCHA for WooCommerce login form"
914
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Anmeldeformular"
915
 
916
+ #: ../common.php:826
917
  msgid "Request to the Google reCAPTCHA service failed"
918
  msgstr "Anfrage an den Google reCAPTCHA Dienst gescheitert"
919
 
920
+ #: ../dashboard.php:1452 ../dashboard.php:1482
921
  msgid "View all"
922
  msgstr "Zeige alle"
923
 
924
+ #: ../dashboard.php:1483
925
  msgid "Recently locked out IP addresses"
926
  msgstr "Kürzlich ausgesperrte IP-Adressen"
927
 
928
  #. "OK, vernichte sie alle" is a nicer translation for "OK, kill them all" ... too harsh or does it fit?
929
+ #: ../cerber-lab.php:718
930
  #, fuzzy
931
  msgid "OK, nail them all"
932
  msgstr "OK, vernichte sie alle"
933
 
934
+ #: ../cerber-lab.php:719
935
  msgid "NO, maybe later"
936
  msgstr "NEIN, vielleicht später"
937
 
938
  #. Dashboard is in German more common in this context as the actual translation "Amaturenbrett" which is only used for non-digital things like in cars!
939
+ #: ../dashboard.php:54 ../dashboard.php:1238 ../dashboard.php:1816 ../settings.
940
+ #: php:393
941
  #, fuzzy
942
  msgid "Dashboard"
943
  msgstr "Dashboard"
944
 
945
+ #: ../cerber-lab.php:716
946
  msgid "Want to make WP Cerber even more powerful?"
947
  msgstr "Wollen Sie WP Cerber noch stärker machen?"
948
 
949
+ #: ../cerber-lab.php:717
950
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
951
  msgstr "Erlaube WP Cerber ausgesperrte bösartige IP-Adressen an das Cerber Lab zu senden. Dies hilft dem Plugin-Team neue Algorithmen für WP Cerber zu entwickeln, die WordPress gegen täglich auftretende neue Bedrohungen und Botnets verteidigen. Sie können das Senden jederzeit in den Plugin-Einstellungen deaktivieren."
952
 
953
+ #: ../dashboard.php:534
954
  msgid "IP address"
955
  msgstr "IP-Adresse"
956
 
957
+ #: ../dashboard.php:534
958
  msgid "User login"
959
  msgstr "Benutzer-Anmeldung"
960
 
961
+ #: ../dashboard.php:534
962
  msgid "User ID"
963
  msgstr "Benutzer-ID"
964
 
965
+ #: ../dashboard.php:719
966
  msgid "Export"
967
  msgstr "Export"
968
 
969
+ #: ../dashboard.php:738
970
  msgid "Search for IP or username"
971
  msgstr "Suche nach IP oder Nutzernamen"
972
 
973
+ #: ../dashboard.php:738
974
  msgid "Filter"
975
  msgstr "Filter"
976
 
977
+ #: ../dashboard.php:54
978
  msgid "Cerber Dashboard"
979
  msgstr "Cerber Dashboard"
980
 
981
+ #: ../dashboard.php:64
982
  msgid "Cerber tools"
983
  msgstr "Cerber Werkzeuge"
984
 
985
+ #: ../dashboard.php:1726
986
  msgid "Subscribe"
987
  msgstr "Abonnieren"
988
 
989
+ #: ../dashboard.php:1727 ../cerber-tools.php:273
990
  msgid "Unsubscribe"
991
  msgstr "Abmelden"
992
 
993
+ #: ../dashboard.php:1755
994
  #, fuzzy
995
  msgid "You've subscribed"
996
  msgstr "Erfolgreich abonniert"
997
 
998
+ #: ../dashboard.php:1758
999
  #, fuzzy
1000
  msgid "You've unsubscribed"
1001
  msgstr "Erfolgreich abgemeldet"
1002
 
1003
+ #: ../cerber-load.php:3413 ../cerber-load.php:3414
1004
  msgid "A new activity has been recorded"
1005
  msgstr "Eine neue Aktivität wurde aufgezeichnet"
1006
 
1007
+ #: ../cerber-load.php:3868
1008
  msgid "User"
1009
  msgstr "Benutzer"
1010
 
1011
+ #: ../cerber-load.php:3876
1012
  msgid "Search string"
1013
  msgstr "Such-String"
1014
 
1015
+ #: ../cerber-load.php:3897
1016
  msgid "To unsubscribe click here"
1017
  msgstr "Zum Abmelden hier klicken"
1018
 
1019
+ #: ../settings.php:110
1020
  msgid "Preferences"
1021
  msgstr "Präferenzen"
1022
 
1023
+ #: ../settings.php:112
1024
  msgid "Date format"
1025
  msgstr "Datumsformat"
1026
 
1027
+ #: ../settings.php:112
1028
  msgid "if empty, the default format %s will be used"
1029
  msgstr "wenn leer, dann wird das Standard Format %s verwendet"
1030
 
1031
+ #: ../settings.php:226
1032
  msgid "Push notifications"
1033
  msgstr "Push-Benachrichtigungen"
1034
 
1035
+ #: ../settings.php:205
1036
  msgid "Email notifications"
1037
  msgstr "Email-Benachrichtigungen"
1038
 
1039
+ #: ../settings.php:212 ../settings.php:248 ../settings.php:305
1040
  msgid "Use comma to specify multiple values"
1041
  msgstr "Mit Komma mehrere Werte trennen"
1042
 
1043
+ #: ../settings.php:233
1044
  msgid "All connected devices"
1045
  msgstr "Alle verbundenen Geräte"
1046
 
1047
+ #: ../settings.php:234
1048
  msgid "No devices found"
1049
  msgstr "Kein Gerät gefunden"
1050
 
1051
+ #: ../settings.php:236
1052
  msgid "Not available"
1053
  msgstr "Nicht verfügbar"
1054
 
1055
+ #: ../common.php:822
1056
  msgid "Password reset requested"
1057
  msgstr "Passwort Zurücksetzung angefordert"
1058
 
1059
+ #: ../common.php:879
1060
  msgid "Limit on failed reCAPTCHA verifications is reached"
1061
  msgstr "Grenze an fehlgeschlagenen reCAPTCHA ist erreicht"
1062
 
1063
+ #: ../common.php:937
1064
  msgid "%s ago"
1065
  msgstr "vor %s"
1066
 
1067
+ #: ../settings.php:77
1068
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1069
  msgstr "Eingeschränkte Zugangsregeln für IP Adresse in der White IP Liste anwenden"
1070
 
1071
+ #: ../settings.php:86
1072
  msgid "Display 404 page"
1073
  msgstr "Zeige 404 Seite"
1074
 
1075
+ #: ../settings.php:185
1076
  msgid "Invisible reCAPTCHA"
1077
  msgstr "Unsichtbares reCAPTCHA"
1078
 
1079
+ #: ../settings.php:185
1080
  msgid "Enable invisible reCAPTCHA"
1081
  msgstr "Unsichtbares reCAPTCHA aktivieren"
1082
 
1083
+ #: ../settings.php:185
1084
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1085
  msgstr "(nicht anwenden, sofern nicht Seite betreten wurde und Geheimschlüssel für unsichtbare Version erhalten)"
1086
 
1087
+ #: ../settings.php:196
1088
  msgid "Enable reCAPTCHA for WordPress comment form"
1089
  msgstr "reCAPTCHA für WordPress Kommentarformular aktivieren"
1090
 
1091
+ #: ../settings.php:197
1092
  msgid "Disable reCAPTCHA for logged in users"
1093
  msgstr "reCAPTCHA für angemeldete Benutzer deaktivieren"
1094
 
1095
+ #: ../settings.php:199
1096
  msgid "Limit attempts"
1097
  msgstr "Versuche Einschränken"
1098
 
1099
+ #: ../settings.php:199
1100
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1101
  msgstr "IP Adresse für %s Minuten nach %s fehlgeschlagenen Versuchen innerhalb von %s Minuten sperren"
1102
 
1103
+ #: ../settings.php:362
1104
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1105
  msgstr "Im Citadel Modus kann sich niemand einloggen, außer IPs auf der White IP Zugangsliste. Laufende Sitzungen werden nicht beeinflusst."
1106
 
1107
+ #: ../dashboard.php:534 ../dashboard.php:699
1108
  msgid "Event"
1109
  msgstr "Ereignis"
1110
 
1111
+ #: ../common.php:146
1112
  msgid "Spam comments denied"
1113
  msgstr "Spam Kommentare verweigert"
1114
 
1115
+ #: ../common.php:148
1116
  msgid "Malicious IP addresses detected"
1117
  msgstr "Schadhafte IP Adresse gefunden"
1118
 
1119
+ #: ../common.php:149
1120
  msgid "Lockouts occurred"
1121
  msgstr "Sperre aufgetreten"
1122
 
1123
+ #: ../dashboard.php:1461
1124
  msgid "All suspicious activity"
1125
  msgstr "Alle verdächtigen Aktivitäten"
1126
 
1127
+ #: ../cerber-load.php:1150 ../cerber-load.php:1156 ../cerber-load.php:1172 ..
1128
+ #: /cerber-load.php:1179
1129
  msgid "You are not allowed to register."
1130
  msgstr "Registrierung nicht erlaubt."
1131
 
1132
+ #: ../common.php:807
1133
  msgid "Spam comment denied"
1134
  msgstr "Spam Kommentar verweigert"
1135
 
1136
+ #: ../common.php:832
1137
  msgid "Attempt to log in denied"
1138
  msgstr "Loginversuch verweigert"
1139
 
1140
+ #: ../common.php:833
1141
  msgid "Attempt to register denied"
1142
  msgstr "Registrierungsversuch verweigert"
1143
 
1144
+ #: ../common.php:143
1145
  msgid "Malicious activities mitigated"
1146
  msgstr "Schadhafte Aktivitäten gemildert"
1147
 
1148
+ #: ../dashboard.php:63
1149
  msgid "Cerber antispam settings"
1150
  msgstr "Cerber Antispam-Einstellungen"
1151
 
1152
+ #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4109 ../settings.
1153
+ #: php:196
1154
  msgid "Antispam"
1155
  msgstr "Spam-Schutz"
1156
 
1157
+ #: ../settings.php:160
1158
  msgid "Cerber antispam engine"
1159
  msgstr "Cerber Anti-Spam Engine"
1160
 
1161
+ #: ../settings.php:161
1162
  msgid "Comment form"
1163
  msgstr "Kommentarformular"
1164
 
1165
+ #: ../settings.php:161
1166
  msgid "Protect comment form with bot detection engine"
1167
  msgstr "Schützen Sie das Kommentarformular mit der Bot-Erkennung"
1168
 
1169
+ #: ../settings.php:162
1170
  msgid "Protect registration form with bot detection engine"
1171
  msgstr "Schützen Sie das Registrierungsformular mit Bot-Erkennung"
1172
 
1182
  msgid "License"
1183
  msgstr "Lizenz"
1184
 
1185
+ #: ../cerber-tools.php:343
1186
  msgid "Antispam and bot detection settings"
1187
  msgstr "Antispam- und Bot-Erkennungseinstellungen"
1188
 
1189
+ #: ../cerber-load.php:1415
1190
  msgid "Sorry, human verification failed."
1191
  msgstr "Entschuldigung, der Menschlichkeitsnachweis ist fehlgeschlagen.\n"
1192
  ""
1193
 
1194
+ #: ../common.php:880
1195
  msgid "Bot activity is detected"
1196
  msgstr "Bot-Aktivität wurde erkannt"
1197
 
1198
+ #: ../settings.php:177
1199
  msgid "Comment processing"
1200
  msgstr "Kommentarverarbeitung"
1201
 
1202
+ #: ../settings.php:178
1203
  msgid "If a spam comment detected"
1204
  msgstr "wenn ein Spam-Kommentar erkannt wird"
1205
 
1206
+ #: ../settings.php:179
1207
  msgid "Trash spam comments"
1208
  msgstr "Spam-Kommentar in den Papierkorb legen"
1209
 
1210
+ #: ../settings.php:179
1211
  msgid "Move spam comments to trash after"
1212
  msgstr "Verschieben Sie die Spam-Kommentare anschließend in den Papierkorb"
1213
 
1214
+ #: ../common.php:808
1215
  msgid "Spam form submission denied"
1216
  msgstr "Spam in Formular geblockt"
1217
 
1218
+ #: ../settings.php:163
1219
  msgid "Other forms"
1220
  msgstr "andere Formulare"
1221
 
1222
+ #: ../settings.php:163
1223
  msgid "Protect all forms on the website with bot detection engine"
1224
  msgstr "Schützen Sie alle Formulare auf der Website mit der Bot-Erkennungs-Engine"
1225
 
1226
+ #: ../settings.php:165
1227
  msgid "Adjust antispam engine"
1228
  msgstr "Passen Sie die Anti-Spam-Engine an"
1229
 
1230
+ #: ../settings.php:166
1231
  msgid "Safe mode"
1232
  msgstr "Abgesicherter Modus"
1233
 
1234
+ #: ../settings.php:166
1235
  msgid "Use less restrictive policies (allow AJAX)"
1236
  msgstr "Weniger restriktive Richtlinien verwenden (AJAX zulassen)"
1237
 
1238
+ #: ../dashboard.php:2876 ../settings.php:167
1239
  msgid "Logged in users"
1240
  msgstr "Angemeldete Benutzer"
1241
 
1242
+ #: ../settings.php:167
1243
  msgid "Disable bot detection engine for logged in users"
1244
  msgstr "Deaktivieren der Bot-Erkennungs-Engine für eingeloggte Benutzer"
1245
 
1248
  msgid "WP Cerber Security & Antispam"
1249
  msgstr "WP Cerber Security & Antispam"
1250
 
1251
+ #: ../dashboard.php:131 ../dashboard.php:697
1252
  msgid "Country"
1253
  msgstr "Land"
1254
 
1255
+ #: ../dashboard.php:729
1256
  msgid "All events"
1257
  msgstr "Alle Ereignisse"
1258
 
1259
+ #: ../dashboard.php:60
1260
  msgid "Cerber Security Rules"
1261
  msgstr "Cerber Sicherheitsregeln"
1262
 
1263
+ #: ../dashboard.php:60 ../dashboard.php:2184
1264
  msgid "Security Rules"
1265
  msgstr "Sicherheitsregeln"
1266
 
1267
+ #: ../dashboard.php:1083
1268
  msgid "Failed login attempts"
1269
  msgstr "Fehlgeschlagene Anmeldeversuche"
1270
 
1271
+ #: ../dashboard.php:999 ../dashboard.php:1084
1272
  msgid "Registered"
1273
  msgstr "Registriert"
1274
 
1275
+ #: ../dashboard.php:1154
1276
  msgid "You"
1277
  msgstr "Du"
1278
 
1279
+ #: ../common.php:147
1280
  msgid "Spam form submissions denied"
1281
  msgstr "Spam Formular-Übermittlungen verweigert\n"
1282
  ""
1283
 
1284
+ #: ../dashboard.php:1520 ../cerber-load.php:3403 ../cerber-load.php:4102
1285
  msgid "Getting Started Guide"
1286
  msgstr "Leitfaden für den Einstieg"
1287
 
1288
+ #: ../dashboard.php:2189
1289
  msgid "Countries"
1290
  msgstr "Länder"
1291
 
1292
+ #: ../dashboard.php:2252
1293
  msgid "Permitted for one country"
1294
  msgid_plural "Permitted for %d countries"
1295
  msgstr[0] "Erlaubt für ein Land"
1296
  msgstr[1] "Erlaubt für %d Länder"
1297
 
1298
+ #: ../dashboard.php:2263
1299
  msgid "No rule"
1300
  msgstr "Keine Regel"
1301
 
1302
+ #: ../dashboard.php:2475
1303
  msgid "Security rules have been updated"
1304
  msgstr "Sicherheitsregeln wurden aktualisiert"
1305
 
1308
  msgid "https://wpcerber.com"
1309
  msgstr "https://wpcerber.com"
1310
 
1311
+ #: ../common.php:809
1312
  msgid "Form submission denied"
1313
  msgstr "Formular-Übermittlung verweigert"
1314
 
1315
+ #: ../common.php:810
1316
  msgid "Comment denied"
1317
  msgstr "Kommentar verweigert"
1318
 
1319
+ #: ../common.php:838
1320
  msgid "Request to REST API denied"
1321
  msgstr "Anfrage an REST API verweigert"
1322
 
1323
+ #: ../common.php:839
1324
  msgid "XML-RPC request denied"
1325
  msgstr "XML-RPC-Anfrage verweigert"
1326
 
1327
+ #: ../common.php:843
1328
  msgid "Bot detected"
1329
  msgstr "Bot erkannt"
1330
 
1331
+ #: ../common.php:844
1332
  msgid "Citadel mode is active"
1333
  msgstr "Citadel-Modus ist aktiv"
1334
 
1335
+ #: ../common.php:849
1336
  msgid "Malicious activity detected"
1337
  msgstr "Bösartige Aktivität entdeckt"
1338
 
1339
+ #: ../common.php:850
1340
  msgid "Blocked by country rule"
1341
  msgstr "Gesperrt durch Länderregel"
1342
 
1343
+ #: ../common.php:851
1344
  msgid "Limit reached"
1345
  msgstr "Limit erreicht"
1346
 
1347
+ #: ../common.php:852
1348
  msgid "Multiple suspicious activities"
1349
  msgstr "Mehrere verdächtige Aktivitäten"
1350
 
1351
+ #: ../common.php:881
1352
  msgid "Multiple suspicious activities were detected"
1353
  msgstr "Mehrere verdächtige Aktivitäten erkannt"
1354
 
1355
+ #: ../settings.php:120
1356
  msgid "Block access to user pages like /?author=n and user data via REST API"
1357
  msgstr "Blockieren Sie den Zugriff auf Benutzerseiten wie /? Author = n und Benutzerdaten über die REST-API"
1358
 
1359
+ #: ../settings.php:124
1360
  msgid "Block access to the WordPress REST API except the following"
1361
  msgstr "Zugriffe auf WordPress REST API blockieren mit Ausnahme der folgenden"
1362
 
1363
+ #: ../settings.php:125
1364
  msgid "Allow REST API for logged in users"
1365
  msgstr "REST API für angemeldete Benutzer erlauben"
1366
 
1367
+ #: ../settings.php:132
1368
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1369
  msgstr "Geben Sie die REST API Namespaces an, die zugelassen werden sollen, falls die REST API deaktiviert ist. Ein String pro Zeile."
1370
 
1371
+ #: ../settings.php:143
1372
  msgid "Registration limit"
1373
  msgstr "Registrierungs-Beschränkung"
1374
 
1375
+ #: ../settings.php:153
1376
  msgid "Sort users in dashboard"
1377
  msgstr "Benutzer im Dashboard sortieren"
1378
 
1379
+ #: ../settings.php:153
1380
  msgid "by date of registration"
1381
  msgstr "nach Registrierungsdatum"
1382
 
1383
+ #: ../settings.php:168
1384
  msgid "Query whitelist"
1385
  msgstr "IP Whitelist abfragen"
1386
 
1387
+ #: ../settings.php:525 ../settings.php:647
1388
  msgid "%s allowed registrations in %s minutes from one IP"
1389
  msgstr "%s erlaubte Registrierungen innerhalb von %s Minuten von derselben IP"
1390
 
1391
+ #: ../dashboard.php:2319
1392
  msgid "Start typing here to find a country"
1393
  msgstr "Beginnen Sie hier mit der Eingabe, um ein Land zu finden"
1394
 
1395
+ #: ../dashboard.php:2402
1396
  msgid "Click on a country name to add it to the list of selected countries"
1397
  msgstr "Klicken Sie auf einen Ländernamen, um ihn zur Liste der ausgewählten Länder hinzuzufügen"
1398
 
1399
+ #: ../dashboard.php:2426
1400
  msgid "Submit forms"
1401
  msgstr "Formulare absenden"
1402
 
1403
+ #: ../dashboard.php:2427
1404
  msgid "Post comments"
1405
  msgstr "Kommentare veröffentlichen"
1406
 
1407
+ #: ../dashboard.php:2428
1408
  msgid "Log in to the website"
1409
  msgstr "Auf der Website anmelden"
1410
 
1411
+ #: ../dashboard.php:2429
1412
  msgid "Register on the website"
1413
  msgstr "Auf der Website registrieren"
1414
 
1415
+ #: ../dashboard.php:2430
1416
  msgid "Use XML-RPC"
1417
  msgstr "XML-RPC benutzen"
1418
 
1419
+ #: ../dashboard.php:2431
1420
  msgid "Use REST API"
1421
  msgstr "REST API benutzen"
1422
 
1423
+ #: ../settings.php:178
1424
  msgid "Deny it completely"
1425
  msgstr "Alles verbieten"
1426
 
1427
+ #: ../settings.php:178
1428
  msgid "Mark it as spam"
1429
  msgstr "Als Spam markieren"
1430
 
1431
+ #: ../dashboard.php:1446
1432
  msgid "in the last 24 hours"
1433
  msgstr "in den letzten 24 Stunden"
1434
 
1435
+ #: ../dashboard.php:1817
1436
  msgid "Main settings"
1437
  msgstr "Haupteinstellungen"
1438
 
1439
+ #: ../settings.php:240
1440
  msgid "Weekly reports"
1441
  msgstr "Wöchentliche Berichte"
1442
 
1443
+ #: ../settings.php:750
1444
  msgid "Sunday"
1445
  msgstr "Sonntag"
1446
 
1447
+ #: ../settings.php:751
1448
  msgid "Monday"
1449
  msgstr "Montag"
1450
 
1451
+ #: ../settings.php:752
1452
  msgid "Tuesday"
1453
  msgstr "Dienstag"
1454
 
1455
+ #: ../settings.php:753
1456
  msgid "Wednesday"
1457
  msgstr "Mittwoch"
1458
 
1459
+ #: ../settings.php:754
1460
  msgid "Thursday"
1461
  msgstr "Donnerstag"
1462
 
1463
+ #: ../settings.php:755
1464
  msgid "Friday"
1465
  msgstr "Freitag"
1466
 
1467
+ #: ../settings.php:756
1468
  msgid "Saturday"
1469
  msgstr "Samstag"
1470
 
1471
+ #: ../settings.php:816 ../settings.php:817
1472
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1473
  msgstr "Wenn Sie ein Caching-Plugin verwenden, müssen Sie Ihre neue Anmelde-URL zur Liste der Seiten hinzufügen, die nicht gecached werden sollen."
1474
 
1475
  #. translators: preposition of time
1476
+ #: ../settings.php:766
1477
  msgctxt "preposition of time"
1478
  msgid "at"
1479
  msgstr "um"
1480
 
1481
+ #: ../cerber-load.php:3419
1482
  msgid "Weekly report"
1483
  msgstr "Wöchentlicher Bericht"
1484
 
1485
+ #: ../cerber-load.php:3422
1486
  msgid "To change reporting settings visit"
1487
  msgstr "Um die Einstellungen für die Berichte zu ändern besuchen Sie"
1488
 
1489
+ #: ../cerber-load.php:3448
1490
  msgid "Your login page:"
1491
  msgstr "Ihre Anmeldeseite:"
1492
 
1493
+ #: ../cerber-load.php:3452
1494
  msgid "Your license is valid until"
1495
  msgstr "Ihre Lizenz ist gültig bis"
1496
 
1497
+ #: ../cerber-load.php:3563
1498
  msgid "Activity details"
1499
  msgstr "Aktivitätsdetails"
1500
 
1501
+ #: ../settings.php:782
1502
  msgid "Click to send now"
1503
  msgstr "Klicken Sie, um jetzt zu senden"
1504
 
1505
+ #: ../cerber-load.php:796
1506
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1507
  msgstr "> > > Sind Sie ein Übersetzer von WP Cerber? Um eine kostenlose PRO-Lizenz zu erhalten, kontaktieren Sie uns über https://wpcerber.com/contact/"
1508
 
1509
+ #: ../dashboard.php:416
1510
  msgid "Email has been sent to"
1511
  msgstr "E-Mail wurde gesendet an"
1512
 
1513
+ #: ../dashboard.php:419
1514
  msgid "Unable to send email to"
1515
  msgstr "E-Mail kann nicht gesendet werden an"
1516
 
1517
+ #: ../dashboard.php:2255
1518
  msgid "Not permitted for one country"
1519
  msgid_plural "Not permitted for %d countries"
1520
  msgstr[0] "Nicht erlaubt für 1 Land"
1521
  msgstr[1] "Nicht erlaubt für %d Länder"
1522
 
1523
+ #: ../dashboard.php:2406
1524
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1525
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1526
+ msgstr "Ausgewählte Länder dürfen %s, anderen Ländern ist es nicht erlaubt"
1527
 
1528
+ #: ../dashboard.php:2409
1529
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1530
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1531
+ msgstr "Ausgewählte Länder dürfen nicht %s, anderen Ländern ist es erlaubt"
1532
 
1533
  #. Description of the plugin
1534
  #:
1535
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1536
  msgstr "Schützt die Website vor Bruteforce-Angriffen, Bots und Hackern. Schutz gegen Spam durch die Cerber Antispam Engine und reCAPTCHA. Umfassende Kontrolle der Benutzeraktivitäten. Anmeldebeschränkung über IP-Zugangslisten. Limitiert die Anzahl der Anmeldeversuche. Mehr Informationen: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1537
 
1538
+ #: ../cerber-load.php:3551
1539
  msgid "Weekly Report"
1540
  msgstr "Wöchentlicher Bericht"
1541
 
1542
+ #: ../settings.php:86
1543
  msgid "Use 404 template from the active theme"
1544
  msgstr "404-Template des aktiven Themes nutzen"
1545
 
1546
+ #: ../settings.php:86
1547
  msgid "Display simple 404 page"
1548
  msgstr "Einfache 404-Seite anzeigen"
1549
 
1550
+ #: ../settings.php:174
1551
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1552
  msgstr "Geben Sie einen Teil eines Query Strings oder eines Query Paths ein, um einen Request von der Untersuchung auszuschliessen. Ein Eintrag pro Zeile."
1553
 
1554
+ #: ../settings.php:253
1555
  msgid "if empty, email from notification settings will be used"
1556
  msgstr "leer lassen, um die E-Mail-Adresse von den Benachrichtigungseinstellungen zu verwenden"
1557
 
1558
+ #: ../settings.php:241
1559
  msgid "Enable reporting"
1560
  msgstr "Berichte aktivieren"
1561
 
1562
+ #: ../cerber-load.php:3476
1563
  msgid "Your last sign-in was %s from %s"
1564
  msgstr "Ihre letzte Anmeldung war am %s von %s aus"
1565
 
1566
+ #: ../cerber-load.php:3577
1567
  msgid "Attempts to log in with non-existent username"
1568
  msgstr "Anmeldeversuche mit nicht existierendem Benutzernamen"
1569
 
1570
+ #: ../dashboard.php:205
1571
  msgid "IP address, IPv4 address range or subnet"
1572
  msgstr "IP-Adresse, IPv4-Adressbereich oder Subnetz"
1573
 
1574
+ #: ../dashboard.php:207
1575
  msgid "Optional comment for this entry"
1576
  msgstr "Optionaler Kommentar zu diesem Eintrag"
1577
 
1578
+ #: ../dashboard.php:248
1579
  msgid "You cannot add your IP address or network"
1580
  msgstr "Sie können Ihre IP-Adresse oder Ihr Netzwerk nicht hinzufügen."
1581
 
1582
+ #: ../cerber-news.php:173
1583
  msgid "Cool!"
1584
  msgstr "Cool!"
1585
 
1586
+ #: ../settings.php:150
1587
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1588
  msgstr "Um einen REGEX-Ausdruck zu definieren umschliessen Sie diesen mit zwei Vorwärts-Schrägstrichen"
1589
 
1590
+ #: ../dashboard.php:56
1591
  msgid "Cerber Traffic Inspector"
1592
  msgstr ""
1593
 
1594
+ #: ../dashboard.php:56 ../dashboard.php:1224 ../dashboard.php:2524
1595
  msgid "Traffic Inspector"
1596
  msgstr ""
1597
 
1598
+ #: ../dashboard.php:1240
1599
  msgid "Traffic"
1600
  msgstr ""
1601
 
1602
+ #: ../dashboard.php:2529
1603
  msgid "Live traffic"
1604
  msgstr ""
1605
 
1606
+ #: ../dashboard.php:2847
1607
  msgid "Request"
1608
  msgstr ""
1609
 
1610
+ #: ../dashboard.php:2849
1611
  msgid "Host Info"
1612
  msgstr ""
1613
 
1614
+ #: ../dashboard.php:2850
1615
  msgid "User Agent"
1616
  msgstr ""
1617
 
1618
+ #: ../dashboard.php:2875
1619
  msgid "All requests"
1620
  msgstr ""
1621
 
1622
+ #: ../dashboard.php:2877
1623
  msgid "Not logged in visitors"
1624
  msgstr ""
1625
 
1626
+ #: ../dashboard.php:2878
1627
  msgid "Form submissions"
1628
  msgstr ""
1629
 
1630
+ #: ../dashboard.php:2879
1631
  msgid "Page Not Found"
1632
  msgstr ""
1633
 
1634
+ #: ../dashboard.php:2880
1635
  msgid "REST API"
1636
  msgstr ""
1637
 
1638
+ #: ../dashboard.php:2881
1639
  msgid "XML-RPC"
1640
  msgstr ""
1641
 
1642
+ #: ../dashboard.php:2885
1643
  msgid "Longer than"
1644
  msgstr ""
1645
 
1646
+ #: ../dashboard.php:2898
1647
  msgid "Refresh"
1648
  msgstr ""
1649
 
1650
+ #: ../common.php:109
1651
  msgid "Check for requests"
1652
  msgstr ""
1653
 
1654
+ #: ../common.php:1097
1655
  msgid "Not specified"
1656
  msgstr ""
1657
 
1658
+ #: ../settings.php:277
1659
  msgid "Logging mode"
1660
  msgstr ""
1661
 
1662
+ #: ../settings.php:283
1663
  msgid "Logging disabled"
1664
  msgstr ""
1665
 
1666
+ #: ../settings.php:284
1667
  msgid "Smart"
1668
  msgstr ""
1669
 
1670
+ #: ../settings.php:285
1671
  msgid "All traffic"
1672
  msgstr ""
1673
 
1674
+ #: ../settings.php:289
1675
  msgid "Ignore crawlers"
1676
  msgstr ""
1677
 
1678
+ #: ../settings.php:299
1679
  msgid "Mask these form fields"
1680
  msgstr ""
1681
 
1682
+ #: ../settings.php:334
1683
  msgid "milliseconds"
1684
  msgstr ""
1685
 
1686
+ #: ../settings.php:261
1687
  msgid "Inspection"
1688
  msgstr ""
1689
 
1690
+ #: ../settings.php:262
1691
  msgid "Enable traffic inspection"
1692
  msgstr ""
1693
 
1694
+ #: ../settings.php:276
1695
  msgid "Logging"
1696
  msgstr ""
1697
 
1698
+ #: ../settings.php:294
1699
  msgid "Save request fields"
1700
  msgstr ""
1701
 
1702
+ #: ../settings.php:329
1703
  msgid "Page generation time threshold"
1704
  msgstr ""
1705
 
1706
+ #: ../dashboard.php:2867
1707
  msgid "No requests have been logged."
1708
  msgstr ""
1709
 
1710
+ #: ../dashboard.php:1223
1711
  msgid "enabled"
1712
  msgstr ""
1713
 
1714
+ #: ../dashboard.php:1227
1715
  msgid "no connection"
1716
  msgstr ""
1717
 
1718
+ #: ../dashboard.php:3159
1719
  msgid "Advanced search"
1720
  msgstr ""
1721
 
1722
+ #: ../dashboard.php:992
1723
  msgid "Last seen"
1724
  msgstr ""
1725
 
1726
+ #: ../common.php:834 ../common.php:882
1727
  msgid "Probing for vulnerable PHP code"
1728
  msgstr ""
1729
 
1730
+ #: ../dashboard.php:3119
1731
  msgid "Any"
1732
  msgstr ""
1733
 
1734
+ #: ../cerber-load.php:3203
1735
  msgid "We're sorry, you are not allowed to proceed"
1736
  msgstr ""
1737
 
1738
+ #: ../settings.php:267
1739
  msgid "Request whitelist"
1740
  msgstr ""
1741
 
1742
+ #: ../settings.php:273
1743
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1744
  msgstr ""
1745
 
1746
+ #: ../settings.php:310
1747
  msgid "Save request headers"
1748
  msgstr ""
1749
 
1750
+ #: ../settings.php:316
1751
  msgid "Save $_SERVER"
1752
  msgstr ""
1753
 
1754
+ #: ../settings.php:322
1755
  msgid "Save request cookies"
1756
  msgstr ""
1757
 
1758
+ #: ../settings.php:121
1759
+ msgid "Protect admin scripts"
1760
+ msgstr ""
1761
+
1762
+ #: ../settings.php:121
1763
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1764
+ msgstr ""
1765
+
1766
+ #: ../common.php:1583
1767
+ msgid "Unable to create the directory"
1768
+ msgstr ""
1769
+
1770
+ #: ../common.php:1588
1771
+ msgid "Destination folder access denied"
1772
+ msgstr ""
1773
+
1774
+ #: ../common.php:1591
1775
+ msgid "File not found"
1776
+ msgstr ""
1777
+
1778
+ #: ../common.php:1594
1779
+ msgid "Unable to copy the file"
1780
+ msgstr ""
1781
+
1782
+ #: ../common.php:1600
1783
+ msgid "Unable to delete the file"
1784
+ msgstr ""
1785
+
1786
+ #: ../settings.php:70
1787
+ msgid "Plugin initialization"
1788
+ msgstr ""
1789
+
1790
+ #: ../settings.php:71
1791
+ msgid "Load security engine"
1792
+ msgstr ""
1793
+
1794
+ #: ../settings.php:71
1795
+ msgid "Legacy mode"
1796
+ msgstr ""
1797
+
1798
+ #: ../settings.php:71
1799
+ msgid "Standard mode"
1800
+ msgstr ""
1801
+
1802
+ #: ../settings.php:794
1803
+ msgid "Plugin initialization mode has not been changed"
1804
+ msgstr ""
1805
+
1806
+ #. Description of the plugin
1807
+ #:
1808
+ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1809
+ msgstr ""
1810
+
1811
+ #: ../common.php:835
1812
+ msgid "Attempt to upload executable file denied"
1813
+ msgstr ""
1814
+
1815
+ #: ../common.php:836
1816
+ msgid "File upload denied"
1817
+ msgstr ""
1818
+
1819
+ #. Description of the plugin
1820
+ #:
1821
+ msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1822
+ msgstr ""
1823
+
1824
+ #: ../settings.php:94
1825
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1826
+ msgstr ""
1827
+
1828
+ #: ../settings.php:174 ../settings.php:273
1829
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1830
+ msgstr ""
1831
+
1832
+ #: ../settings.php:358
1833
+ msgid "Be careful about enabling these options."
1834
+ msgstr ""
1835
+
1836
+ #: ../settings.php:358
1837
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1838
+ msgstr ""
1839
+
languages/wp-cerber-nb_NO.mo CHANGED
Binary file
languages/wp-cerber-nb_NO.po CHANGED
@@ -84,7 +84,7 @@ msgstr "Terskel"
84
  msgid "Duration"
85
  msgstr "Varighet"
86
 
87
- #: ../cerber-load.php:4100 ../settings.php:78 ../settings.php:102 ../settings.php:
88
  #: 411
89
  msgid "Notifications"
90
  msgstr "Varsling"
@@ -93,12 +93,12 @@ msgstr "Varsling"
93
  msgid "Send notification to admin email"
94
  msgstr "Send varsel til admins e-postadresse"
95
 
96
- #: ../cerber-load.php:4097 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
97
  #: tools.php:101 ../cerber-tools.php:182
98
  msgid "Access Lists"
99
  msgstr "Tilgangsliste"
100
 
101
- #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3844 ..
102
  #: /settings.php:104 ../settings.php:395
103
  msgid "Activity"
104
  msgstr "Aktivitet"
@@ -116,7 +116,7 @@ msgid "Enable after %s failed login attempts in last %s minutes"
116
  msgstr "Aktivér etter %s mislykkede innloggingsforsøk på %s minutter"
117
 
118
  #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
119
- #: php:3853
120
  msgid "IP"
121
  msgstr "IP-adresse"
122
 
@@ -128,7 +128,7 @@ msgstr "Dato"
128
  msgid "Local User"
129
  msgstr "Lokal bruker"
130
 
131
- #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3861
132
  msgid "Username used"
133
  msgstr "Brukernavn brukt"
134
 
@@ -182,7 +182,7 @@ msgid "Lockout for %s was removed"
182
  msgstr "Utestengelse for %s ble fjernet"
183
 
184
  #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
185
- #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4089 ../settings.php:77 ..
186
  #: /settings.php:365
187
  msgid "White IP Access List"
188
  msgstr "Hvit IP-tilgangsliste"
@@ -204,7 +204,7 @@ msgstr "Adressen %s ble lagt til den hvite IP-tilgangslisten"
204
  msgid "Address %s was added to Black IP Access List"
205
  msgstr "Adressen %s ble lagt til den svarte IP-tilgangslisten"
206
 
207
- #: ../cerber-load.php:3326
208
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
209
  msgstr "Vakttårnsmodus ble aktivert etter %d mislykkede innloggingsforsøk på %d minutter"
210
 
@@ -252,11 +252,7 @@ msgstr "Gjør din beskyttelse smartere!"
252
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
253
  msgstr "Vennligst "
254
 
255
- #: ../settings.php:358
256
- msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
257
- msgstr "Vær forsiktig når du velger dette alternativet. Glemmer du din nye URL for innlogging, vil du ikke kunne logge deg inn."
258
-
259
- #: ../cerber-load.php:4096 ../settings.php:401
260
  msgid "Main Settings"
261
  msgstr "Hovedinnstillinger"
262
 
@@ -302,11 +298,11 @@ msgstr "Disse IP-er vil aldri bli utestengt"
302
  msgid "Your IP"
303
  msgstr "Din IP"
304
 
305
- #: ../cerber-load.php:3327
306
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
307
  msgstr "Siste mislykkede forsøk var %s fra IP %s med brukernavn %s."
308
 
309
- #: ../cerber-load.php:4056
310
  msgid "Can't activate WP Cerber due to a database error."
311
  msgstr "Kunne ikke aktivere WP Cerber på grunn av en databasefeil."
312
 
@@ -355,19 +351,19 @@ msgstr "Kommentarer"
355
  msgid "Update to version %s of WP Cerber"
356
  msgstr "Oppdatér til versjon %s av WP Cerber"
357
 
358
- #: ../cerber-load.php:3328 ../cerber-load.php:3885
359
  msgid "View activity in dashboard"
360
  msgstr "Se aktivitet i kontrollpanelet"
361
 
362
- #: ../cerber-load.php:3358
363
  msgid "Number of active lockouts"
364
  msgstr "Antall aktive utestengelser"
365
 
366
- #: ../cerber-load.php:3362
367
  msgid "View lockouts in dashboard"
368
  msgstr "Se utestengelser i kontrollpanelet"
369
 
370
- #: ../cerber-load.php:3444
371
  msgid "This message was sent by"
372
  msgstr "Denne meldingen ble sendt av"
373
 
@@ -514,23 +510,23 @@ msgstr "Ny versjon er tilgjengelig"
514
  msgid "WP Cerber"
515
  msgstr "WP Cerber"
516
 
517
- #: ../cerber-load.php:3302
518
  msgid "WP Cerber notify"
519
  msgstr "WP Cerber-varsling"
520
 
521
- #: ../cerber-load.php:3324
522
  msgid "Citadel mode is activated"
523
  msgstr "Vakttårns-modus er aktivert"
524
 
525
- #: ../cerber-load.php:3398
526
  msgid "New Custom login URL"
527
  msgstr "Ny egendefinert innloggings-URL"
528
 
529
- #: ../cerber-load.php:4043
530
  msgid "The WP Cerber requires PHP %s or higher. You are running"
531
  msgstr "WP Cerber krever PHP versjon %s eller høyere. Du kjører"
532
 
533
- #: ../cerber-load.php:4047
534
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
535
  msgstr "WP Cerber krever WordPress versjon %s eller høyere. Du kjører"
536
 
@@ -546,7 +542,7 @@ msgstr "Skriv mislykkede innloggingsforsøk til filen"
546
  msgid "Deactivate"
547
  msgstr "Deaktivér"
548
 
549
- #: ../dashboard.php:133 ../cerber-load.php:3360
550
  msgid "Reason"
551
  msgstr "Grunn"
552
 
@@ -570,11 +566,11 @@ msgstr "Grensen for innloggingsforsøk er nådd"
570
  msgid "Attempt to log in with non-existent username"
571
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
572
 
573
- #: ../cerber-load.php:3359
574
  msgid "Last lockout was added: %s for IP %s"
575
  msgstr "Siste utestengelse ble lagt til: %s for IP %s"
576
 
577
- #: ../cerber-load.php:4099 ../settings.php:406
578
  msgid "Hardening"
579
  msgstr "Forsterking"
580
 
@@ -634,7 +630,7 @@ msgstr "Disse innstillingene påvirker ikke verter fra "
634
  msgid "<strong>ERROR</strong>: please enter a valid email address."
635
  msgstr "<strong>FEIL</strong>: vennligst skriv inn en gyldig e-postadresse"
636
 
637
- #: ../cerber-load.php:3390 ../cerber-load.php:4088
638
  msgid "WP Cerber is now active and has started protecting your site"
639
  msgstr "WP Cerber er nå aktiv og har begynt å beskytte siden din"
640
 
@@ -678,9 +674,9 @@ msgstr "Gregory"
678
 
679
  #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
680
  #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
681
- #: load.php:926 ../cerber-load.php:1143 ../cerber-load.php:1149 ../cerber-load.
682
- #: php:1154 ../cerber-load.php:1159 ../cerber-load.php:1165 ../cerber-load.php:
683
- #: 1172 ../cerber-load.php:1272 ../cerber-load.php:1409 ../settings.php:793 ..
684
  #: /settings.php:864
685
  msgid "ERROR:"
686
  msgstr "FEIL:"
@@ -689,67 +685,67 @@ msgstr "FEIL:"
689
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
690
  msgstr "Bekreftelse av menneskelighet feilet. Vennligst klikk den firkantige boksen i reCAPTCHA-blokken under."
691
 
692
- #: ../cerber-load.php:938
693
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
694
  msgstr "<strong>FEIL</strong>: Passordet du skrev inn for brukernavnet %s er ugyldig."
695
 
696
- #: ../cerber-load.php:1160
697
  msgid "Username is not allowed. Please choose another one."
698
  msgstr "Brukernavnet er ikke tillatt. Vennligst velg et annet brukernavn."
699
 
700
- #: ../cerber-load.php:3353
701
  msgid "unspecified"
702
  msgstr "uspesifisert"
703
 
704
- #: ../cerber-load.php:3356
705
  msgid "Number of lockouts is increasing"
706
  msgstr "Antallet utestengelser stiger"
707
 
708
- #: ../cerber-load.php:3361
709
  msgid "View activity for this IP"
710
  msgstr "Se aktivitet for denne IP"
711
 
712
- #: ../cerber-load.php:3365 ../cerber-load.php:3367
713
  msgid "A new version of WP Cerber is available to install"
714
  msgstr "En ny versjon av WP Cerber er tilgjengelig for installasjon"
715
 
716
- #: ../cerber-load.php:3366
717
  msgid "Hi!"
718
  msgstr "Hei!"
719
 
720
- #: ../cerber-load.php:3369 ../cerber-load.php:3380
721
  msgid "Website"
722
  msgstr "Webside"
723
 
724
- #: ../cerber-load.php:3372 ../cerber-load.php:3373
725
  msgid "The WP Cerber security plugin has been deactivated"
726
  msgstr "Sikkerhetstillegget WP Cerber har blitt deaktivert"
727
 
728
- #: ../cerber-load.php:3375
729
  msgid "Not logged in"
730
  msgstr "Ikke innlogget"
731
 
732
- #: ../cerber-load.php:3381
733
  msgid "By user"
734
  msgstr "Etter brukernavn"
735
 
736
- #: ../cerber-load.php:3382
737
  msgid "From IP address"
738
  msgstr "Fra IP-adresse"
739
 
740
- #: ../cerber-load.php:3385
741
  msgid "From country"
742
  msgstr "Fra land"
743
 
744
- #: ../cerber-load.php:3389
745
  msgid "The WP Cerber security plugin is now active"
746
  msgstr "Sikkerhetstillegget WP Cerber er nå aktivt"
747
 
748
- #: ../cerber-load.php:4089
749
  msgid "Your IP address is added to the"
750
  msgstr "Din IP-adresse ble lagt til"
751
 
752
- #: ../cerber-load.php:4101
753
  msgid "Import settings"
754
  msgstr "Importer innstillinger"
755
 
@@ -962,19 +958,19 @@ msgstr "Du abbonerer"
962
  msgid "You've unsubscribed"
963
  msgstr "Du har avsluttet abonnementet"
964
 
965
- #: ../cerber-load.php:3402 ../cerber-load.php:3403
966
  msgid "A new activity has been recorded"
967
  msgstr "En ny aktivitet har blitt registrert"
968
 
969
- #: ../cerber-load.php:3857
970
  msgid "User"
971
  msgstr "Bruker"
972
 
973
- #: ../cerber-load.php:3865
974
  msgid "Search string"
975
  msgstr "Søkeord"
976
 
977
- #: ../cerber-load.php:3886
978
  msgid "To unsubscribe click here"
979
  msgstr "Klikk her for å avslutte abbonementet"
980
 
@@ -1086,8 +1082,8 @@ msgstr "Utestengelser"
1086
  msgid "All suspicious activity"
1087
  msgstr "All mistenkelig aktivitet"
1088
 
1089
- #: ../cerber-load.php:1144 ../cerber-load.php:1150 ../cerber-load.php:1166 ..
1090
- #: /cerber-load.php:1173
1091
  msgid "You are not allowed to register."
1092
  msgstr "Du har ikke tilgang til å registrere deg"
1093
 
@@ -1111,7 +1107,7 @@ msgstr "Mistenkelige aktiviteter redusert"
1111
  msgid "Cerber antispam settings"
1112
  msgstr "Cerber antispam-innstillinger"
1113
 
1114
- #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4098 ../settings.
1115
  #: php:196
1116
  msgid "Antispam"
1117
  msgstr "Antispam"
@@ -1148,7 +1144,7 @@ msgstr "Lisens"
1148
  msgid "Antispam and bot detection settings"
1149
  msgstr "Innstillinger for antispam og bot-oppdagelse"
1150
 
1151
- #: ../cerber-load.php:1409
1152
  msgid "Sorry, human verification failed."
1153
  msgstr "Beklager, menneskeverifisering feilet"
1154
 
@@ -1241,7 +1237,7 @@ msgstr "Deg"
1241
  msgid "Spam form submissions denied"
1242
  msgstr "Innsending av skjema nektet pga. spam"
1243
 
1244
- #: ../dashboard.php:1520 ../cerber-load.php:3392 ../cerber-load.php:4091
1245
  msgid "Getting Started Guide"
1246
  msgstr "Hurtigstartsguide"
1247
 
@@ -1438,23 +1434,23 @@ msgctxt "preposition of time"
1438
  msgid "at"
1439
  msgstr "klokken"
1440
 
1441
- #: ../cerber-load.php:3408
1442
  msgid "Weekly report"
1443
  msgstr "Ukentlig rapport"
1444
 
1445
- #: ../cerber-load.php:3411
1446
  msgid "To change reporting settings visit"
1447
  msgstr "For å endre rapporteringsinnstillingene, besøk"
1448
 
1449
- #: ../cerber-load.php:3437
1450
  msgid "Your login page:"
1451
  msgstr "Din innloggingsside"
1452
 
1453
- #: ../cerber-load.php:3441
1454
  msgid "Your license is valid until"
1455
  msgstr "Din lisens er gyldig inntil"
1456
 
1457
- #: ../cerber-load.php:3552
1458
  msgid "Activity details"
1459
  msgstr "Aktivitetsdetaljer"
1460
 
@@ -1495,7 +1491,7 @@ msgstr "Valgte land er ikke tillatt å %s, andre land er tillatt å"
1495
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1496
  msgstr "Beskytter siden mot brute force-angrep, botter og hackere. Antispam-beskyttelse via Cerbers eget system og reCAPTCHA. Omfattende kontroll av brukeraktivitet. Begrens innlogging etter IP-adresselister. Begrens innloggingsforsøk. Finn ut mer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1497
 
1498
- #: ../cerber-load.php:3540
1499
  msgid "Weekly Report"
1500
  msgstr "Ukentlig rapport"
1501
 
@@ -1519,11 +1515,11 @@ msgstr "hvis feltet er tomt, vil e-postadressen fra varselinnstillingene bli bru
1519
  msgid "Enable reporting"
1520
  msgstr "Aktivér rapportering"
1521
 
1522
- #: ../cerber-load.php:3465
1523
  msgid "Your last sign-in was %s from %s"
1524
  msgstr "Din siste innlogging var %s fra %s"
1525
 
1526
- #: ../cerber-load.php:3566
1527
  msgid "Attempts to log in with non-existent username"
1528
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
1529
 
@@ -1539,7 +1535,7 @@ msgstr "Valgfri kommentar for denne oppføringen"
1539
  msgid "You cannot add your IP address or network"
1540
  msgstr "Du kan ikke legge til din IP-adresse eller nettverk"
1541
 
1542
- #: ../cerber-news.php:165
1543
  msgid "Cool!"
1544
  msgstr "Kult!"
1545
 
@@ -1691,7 +1687,7 @@ msgstr "Søker etter sårbar PHP-kode"
1691
  msgid "Any"
1692
  msgstr "Enhver"
1693
 
1694
- #: ../cerber-load.php:3192
1695
  msgid "We're sorry, you are not allowed to proceed"
1696
  msgstr "Beklager, du har ikke tillatelse til å fortsette"
1697
 
@@ -1763,11 +1759,6 @@ msgstr "Standardmodus"
1763
  msgid "Plugin initialization mode has not been changed"
1764
  msgstr "Initialisering av plugin er ikke forandret"
1765
 
1766
- #. Name of the plugin
1767
- #:
1768
- msgid "WP Cerber boot module"
1769
- msgstr "WP Cerber oppstartsmodul"
1770
-
1771
  #. Description of the plugin
1772
  #:
1773
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
@@ -1786,10 +1777,6 @@ msgstr "Filopplasting ble nektet"
1786
  msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1787
  msgstr ""
1788
 
1789
- #: ../settings.php:94
1790
- msgid "Custom login URL may contain only: letters, numbers, dashes and underscores"
1791
- msgstr ""
1792
-
1793
  #: ../settings.php:94
1794
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1795
  msgstr ""
@@ -1798,3 +1785,11 @@ msgstr ""
1798
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1799
  msgstr ""
1800
 
 
 
 
 
 
 
 
 
84
  msgid "Duration"
85
  msgstr "Varighet"
86
 
87
+ #: ../cerber-load.php:4111 ../settings.php:78 ../settings.php:102 ../settings.php:
88
  #: 411
89
  msgid "Notifications"
90
  msgstr "Varsling"
93
  msgid "Send notification to admin email"
94
  msgstr "Send varsel til admins e-postadresse"
95
 
96
+ #: ../cerber-load.php:4108 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
97
  #: tools.php:101 ../cerber-tools.php:182
98
  msgid "Access Lists"
99
  msgstr "Tilgangsliste"
100
 
101
+ #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3855 ..
102
  #: /settings.php:104 ../settings.php:395
103
  msgid "Activity"
104
  msgstr "Aktivitet"
116
  msgstr "Aktivér etter %s mislykkede innloggingsforsøk på %s minutter"
117
 
118
  #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
119
+ #: php:3864
120
  msgid "IP"
121
  msgstr "IP-adresse"
122
 
128
  msgid "Local User"
129
  msgstr "Lokal bruker"
130
 
131
+ #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3872
132
  msgid "Username used"
133
  msgstr "Brukernavn brukt"
134
 
182
  msgstr "Utestengelse for %s ble fjernet"
183
 
184
  #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
185
+ #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4100 ../settings.php:77 ..
186
  #: /settings.php:365
187
  msgid "White IP Access List"
188
  msgstr "Hvit IP-tilgangsliste"
204
  msgid "Address %s was added to Black IP Access List"
205
  msgstr "Adressen %s ble lagt til den svarte IP-tilgangslisten"
206
 
207
+ #: ../cerber-load.php:3337
208
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
209
  msgstr "Vakttårnsmodus ble aktivert etter %d mislykkede innloggingsforsøk på %d minutter"
210
 
252
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
253
  msgstr "Vennligst "
254
 
255
+ #: ../cerber-load.php:4107 ../settings.php:401
 
 
 
 
256
  msgid "Main Settings"
257
  msgstr "Hovedinnstillinger"
258
 
298
  msgid "Your IP"
299
  msgstr "Din IP"
300
 
301
+ #: ../cerber-load.php:3338
302
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
303
  msgstr "Siste mislykkede forsøk var %s fra IP %s med brukernavn %s."
304
 
305
+ #: ../cerber-load.php:4067
306
  msgid "Can't activate WP Cerber due to a database error."
307
  msgstr "Kunne ikke aktivere WP Cerber på grunn av en databasefeil."
308
 
351
  msgid "Update to version %s of WP Cerber"
352
  msgstr "Oppdatér til versjon %s av WP Cerber"
353
 
354
+ #: ../cerber-load.php:3339 ../cerber-load.php:3896
355
  msgid "View activity in dashboard"
356
  msgstr "Se aktivitet i kontrollpanelet"
357
 
358
+ #: ../cerber-load.php:3369
359
  msgid "Number of active lockouts"
360
  msgstr "Antall aktive utestengelser"
361
 
362
+ #: ../cerber-load.php:3373
363
  msgid "View lockouts in dashboard"
364
  msgstr "Se utestengelser i kontrollpanelet"
365
 
366
+ #: ../cerber-load.php:3455
367
  msgid "This message was sent by"
368
  msgstr "Denne meldingen ble sendt av"
369
 
510
  msgid "WP Cerber"
511
  msgstr "WP Cerber"
512
 
513
+ #: ../cerber-load.php:3313
514
  msgid "WP Cerber notify"
515
  msgstr "WP Cerber-varsling"
516
 
517
+ #: ../cerber-load.php:3335
518
  msgid "Citadel mode is activated"
519
  msgstr "Vakttårns-modus er aktivert"
520
 
521
+ #: ../cerber-load.php:3409
522
  msgid "New Custom login URL"
523
  msgstr "Ny egendefinert innloggings-URL"
524
 
525
+ #: ../cerber-load.php:4054
526
  msgid "The WP Cerber requires PHP %s or higher. You are running"
527
  msgstr "WP Cerber krever PHP versjon %s eller høyere. Du kjører"
528
 
529
+ #: ../cerber-load.php:4058
530
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
531
  msgstr "WP Cerber krever WordPress versjon %s eller høyere. Du kjører"
532
 
542
  msgid "Deactivate"
543
  msgstr "Deaktivér"
544
 
545
+ #: ../dashboard.php:133 ../cerber-load.php:3371
546
  msgid "Reason"
547
  msgstr "Grunn"
548
 
566
  msgid "Attempt to log in with non-existent username"
567
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
568
 
569
+ #: ../cerber-load.php:3370
570
  msgid "Last lockout was added: %s for IP %s"
571
  msgstr "Siste utestengelse ble lagt til: %s for IP %s"
572
 
573
+ #: ../cerber-load.php:4110 ../settings.php:406
574
  msgid "Hardening"
575
  msgstr "Forsterking"
576
 
630
  msgid "<strong>ERROR</strong>: please enter a valid email address."
631
  msgstr "<strong>FEIL</strong>: vennligst skriv inn en gyldig e-postadresse"
632
 
633
+ #: ../cerber-load.php:3401 ../cerber-load.php:4099
634
  msgid "WP Cerber is now active and has started protecting your site"
635
  msgstr "WP Cerber er nå aktiv og har begynt å beskytte siden din"
636
 
674
 
675
  #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
676
  #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
677
+ #: load.php:932 ../cerber-load.php:1149 ../cerber-load.php:1155 ../cerber-load.
678
+ #: php:1160 ../cerber-load.php:1165 ../cerber-load.php:1171 ../cerber-load.php:
679
+ #: 1178 ../cerber-load.php:1278 ../cerber-load.php:1415 ../settings.php:793 ..
680
  #: /settings.php:864
681
  msgid "ERROR:"
682
  msgstr "FEIL:"
685
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
686
  msgstr "Bekreftelse av menneskelighet feilet. Vennligst klikk den firkantige boksen i reCAPTCHA-blokken under."
687
 
688
+ #: ../cerber-load.php:944
689
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
690
  msgstr "<strong>FEIL</strong>: Passordet du skrev inn for brukernavnet %s er ugyldig."
691
 
692
+ #: ../cerber-load.php:1166
693
  msgid "Username is not allowed. Please choose another one."
694
  msgstr "Brukernavnet er ikke tillatt. Vennligst velg et annet brukernavn."
695
 
696
+ #: ../cerber-load.php:3364
697
  msgid "unspecified"
698
  msgstr "uspesifisert"
699
 
700
+ #: ../cerber-load.php:3367
701
  msgid "Number of lockouts is increasing"
702
  msgstr "Antallet utestengelser stiger"
703
 
704
+ #: ../cerber-load.php:3372
705
  msgid "View activity for this IP"
706
  msgstr "Se aktivitet for denne IP"
707
 
708
+ #: ../cerber-load.php:3376 ../cerber-load.php:3378
709
  msgid "A new version of WP Cerber is available to install"
710
  msgstr "En ny versjon av WP Cerber er tilgjengelig for installasjon"
711
 
712
+ #: ../cerber-load.php:3377
713
  msgid "Hi!"
714
  msgstr "Hei!"
715
 
716
+ #: ../cerber-load.php:3380 ../cerber-load.php:3391
717
  msgid "Website"
718
  msgstr "Webside"
719
 
720
+ #: ../cerber-load.php:3383 ../cerber-load.php:3384
721
  msgid "The WP Cerber security plugin has been deactivated"
722
  msgstr "Sikkerhetstillegget WP Cerber har blitt deaktivert"
723
 
724
+ #: ../cerber-load.php:3386
725
  msgid "Not logged in"
726
  msgstr "Ikke innlogget"
727
 
728
+ #: ../cerber-load.php:3392
729
  msgid "By user"
730
  msgstr "Etter brukernavn"
731
 
732
+ #: ../cerber-load.php:3393
733
  msgid "From IP address"
734
  msgstr "Fra IP-adresse"
735
 
736
+ #: ../cerber-load.php:3396
737
  msgid "From country"
738
  msgstr "Fra land"
739
 
740
+ #: ../cerber-load.php:3400
741
  msgid "The WP Cerber security plugin is now active"
742
  msgstr "Sikkerhetstillegget WP Cerber er nå aktivt"
743
 
744
+ #: ../cerber-load.php:4100
745
  msgid "Your IP address is added to the"
746
  msgstr "Din IP-adresse ble lagt til"
747
 
748
+ #: ../cerber-load.php:4112
749
  msgid "Import settings"
750
  msgstr "Importer innstillinger"
751
 
958
  msgid "You've unsubscribed"
959
  msgstr "Du har avsluttet abonnementet"
960
 
961
+ #: ../cerber-load.php:3413 ../cerber-load.php:3414
962
  msgid "A new activity has been recorded"
963
  msgstr "En ny aktivitet har blitt registrert"
964
 
965
+ #: ../cerber-load.php:3868
966
  msgid "User"
967
  msgstr "Bruker"
968
 
969
+ #: ../cerber-load.php:3876
970
  msgid "Search string"
971
  msgstr "Søkeord"
972
 
973
+ #: ../cerber-load.php:3897
974
  msgid "To unsubscribe click here"
975
  msgstr "Klikk her for å avslutte abbonementet"
976
 
1082
  msgid "All suspicious activity"
1083
  msgstr "All mistenkelig aktivitet"
1084
 
1085
+ #: ../cerber-load.php:1150 ../cerber-load.php:1156 ../cerber-load.php:1172 ..
1086
+ #: /cerber-load.php:1179
1087
  msgid "You are not allowed to register."
1088
  msgstr "Du har ikke tilgang til å registrere deg"
1089
 
1107
  msgid "Cerber antispam settings"
1108
  msgstr "Cerber antispam-innstillinger"
1109
 
1110
+ #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4109 ../settings.
1111
  #: php:196
1112
  msgid "Antispam"
1113
  msgstr "Antispam"
1144
  msgid "Antispam and bot detection settings"
1145
  msgstr "Innstillinger for antispam og bot-oppdagelse"
1146
 
1147
+ #: ../cerber-load.php:1415
1148
  msgid "Sorry, human verification failed."
1149
  msgstr "Beklager, menneskeverifisering feilet"
1150
 
1237
  msgid "Spam form submissions denied"
1238
  msgstr "Innsending av skjema nektet pga. spam"
1239
 
1240
+ #: ../dashboard.php:1520 ../cerber-load.php:3403 ../cerber-load.php:4102
1241
  msgid "Getting Started Guide"
1242
  msgstr "Hurtigstartsguide"
1243
 
1434
  msgid "at"
1435
  msgstr "klokken"
1436
 
1437
+ #: ../cerber-load.php:3419
1438
  msgid "Weekly report"
1439
  msgstr "Ukentlig rapport"
1440
 
1441
+ #: ../cerber-load.php:3422
1442
  msgid "To change reporting settings visit"
1443
  msgstr "For å endre rapporteringsinnstillingene, besøk"
1444
 
1445
+ #: ../cerber-load.php:3448
1446
  msgid "Your login page:"
1447
  msgstr "Din innloggingsside"
1448
 
1449
+ #: ../cerber-load.php:3452
1450
  msgid "Your license is valid until"
1451
  msgstr "Din lisens er gyldig inntil"
1452
 
1453
+ #: ../cerber-load.php:3563
1454
  msgid "Activity details"
1455
  msgstr "Aktivitetsdetaljer"
1456
 
1491
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1492
  msgstr "Beskytter siden mot brute force-angrep, botter og hackere. Antispam-beskyttelse via Cerbers eget system og reCAPTCHA. Omfattende kontroll av brukeraktivitet. Begrens innlogging etter IP-adresselister. Begrens innloggingsforsøk. Finn ut mer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1493
 
1494
+ #: ../cerber-load.php:3551
1495
  msgid "Weekly Report"
1496
  msgstr "Ukentlig rapport"
1497
 
1515
  msgid "Enable reporting"
1516
  msgstr "Aktivér rapportering"
1517
 
1518
+ #: ../cerber-load.php:3476
1519
  msgid "Your last sign-in was %s from %s"
1520
  msgstr "Din siste innlogging var %s fra %s"
1521
 
1522
+ #: ../cerber-load.php:3577
1523
  msgid "Attempts to log in with non-existent username"
1524
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
1525
 
1535
  msgid "You cannot add your IP address or network"
1536
  msgstr "Du kan ikke legge til din IP-adresse eller nettverk"
1537
 
1538
+ #: ../cerber-news.php:173
1539
  msgid "Cool!"
1540
  msgstr "Kult!"
1541
 
1687
  msgid "Any"
1688
  msgstr "Enhver"
1689
 
1690
+ #: ../cerber-load.php:3203
1691
  msgid "We're sorry, you are not allowed to proceed"
1692
  msgstr "Beklager, du har ikke tillatelse til å fortsette"
1693
 
1759
  msgid "Plugin initialization mode has not been changed"
1760
  msgstr "Initialisering av plugin er ikke forandret"
1761
 
 
 
 
 
 
1762
  #. Description of the plugin
1763
  #:
1764
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1777
  msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1778
  msgstr ""
1779
 
 
 
 
 
1780
  #: ../settings.php:94
1781
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1782
  msgstr ""
1785
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1786
  msgstr ""
1787
 
1788
+ #: ../settings.php:358
1789
+ msgid "Be careful about enabling these options."
1790
+ msgstr ""
1791
+
1792
+ #: ../settings.php:358
1793
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1794
+ msgstr ""
1795
+
languages/wp-cerber-nl_NL.mo CHANGED
Binary file
languages/wp-cerber-nl_NL.po CHANGED
@@ -84,7 +84,7 @@ msgstr "Drempelwaarde"
84
  msgid "Duration"
85
  msgstr "Duur"
86
 
87
- #: ../cerber-load.php:4100 ../settings.php:78 ../settings.php:102 ../settings.php:
88
  #: 411
89
  msgid "Notifications"
90
  msgstr "Meldingen"
@@ -93,12 +93,12 @@ msgstr "Meldingen"
93
  msgid "Send notification to admin email"
94
  msgstr "Melding versturen naar admin e-mailadres"
95
 
96
- #: ../cerber-load.php:4097 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
97
  #: tools.php:101 ../cerber-tools.php:182
98
  msgid "Access Lists"
99
  msgstr "Toegangslijsten"
100
 
101
- #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3844 ..
102
  #: /settings.php:104 ../settings.php:395
103
  msgid "Activity"
104
  msgstr "Activiteit"
@@ -116,7 +116,7 @@ msgid "Enable after %s failed login attempts in last %s minutes"
116
  msgstr "Aanzetten na %s mislukte inlogpogingen binnen %s minuten"
117
 
118
  #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
119
- #: php:3853
120
  msgid "IP"
121
  msgstr "IP"
122
 
@@ -128,7 +128,7 @@ msgstr "Datum"
128
  msgid "Local User"
129
  msgstr "Lokale gebruiker"
130
 
131
- #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3861
132
  msgid "Username used"
133
  msgstr "Toegepaste gebruikersnaam"
134
 
@@ -183,7 +183,7 @@ msgid "Lockout for %s was removed"
183
  msgstr "Uitsluiting voor %s is verwijderd"
184
 
185
  #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
186
- #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4089 ../settings.php:77 ..
187
  #: /settings.php:365
188
  #, fuzzy
189
  msgid "White IP Access List"
@@ -209,7 +209,7 @@ msgstr "Adres %s toegevoegd aan de Lijst Toegelaten IP-adressen"
209
  msgid "Address %s was added to Black IP Access List"
210
  msgstr "Adres %s toegevoegd aan de Lijst Uitgesloten IP-adressen "
211
 
212
- #: ../cerber-load.php:3326
213
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
214
  msgstr "Citadelstand geactiveerd na %d mislukte inlogpogingen binnen %d minuten"
215
 
@@ -259,11 +259,7 @@ msgstr "Maak je bescherming slimmer!"
259
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
260
  msgstr "Schakel Permalinks in om deze functionaliteit te gebruiken. Stel de Permalinks instelling in op iets anders dan Standaard."
261
 
262
- #: ../settings.php:358
263
- msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
264
- msgstr "Pas op als je deze opties inschakelt! Vergeet je de aangepaste inlog-URL, dan kun je niet meer inloggen."
265
-
266
- #: ../cerber-load.php:4096 ../settings.php:401
267
  msgid "Main Settings"
268
  msgstr "Hoofdinstellingen"
269
 
@@ -310,11 +306,11 @@ msgstr "Deze IP's worden nooit geblokkeerd."
310
  msgid "Your IP"
311
  msgstr "Jouw IP"
312
 
313
- #: ../cerber-load.php:3327
314
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
315
  msgstr "Laatste mislukte inlogpoging was op %s vanaf IP %s op gebruiker %s."
316
 
317
- #: ../cerber-load.php:4056
318
  msgid "Can't activate WP Cerber due to a database error."
319
  msgstr "Kan WP Cerber niet activeren door een fout in de database"
320
 
@@ -363,19 +359,19 @@ msgstr "Reacties"
363
  msgid "Update to version %s of WP Cerber"
364
  msgstr "WP Cerber updaten naar versie %s"
365
 
366
- #: ../cerber-load.php:3328 ../cerber-load.php:3885
367
  msgid "View activity in dashboard"
368
  msgstr "Activiteiten bekijken in dashboard"
369
 
370
- #: ../cerber-load.php:3358
371
  msgid "Number of active lockouts"
372
  msgstr "Aantal actieve uitsluitingen"
373
 
374
- #: ../cerber-load.php:3362
375
  msgid "View lockouts in dashboard"
376
  msgstr "Uitsluitingen bekijken in dashboard"
377
 
378
- #: ../cerber-load.php:3444
379
  msgid "This message was sent by"
380
  msgstr "Dit bericht is verzonden door"
381
 
@@ -527,23 +523,23 @@ msgstr "Nieuwe versie beschikbaar"
527
  msgid "WP Cerber"
528
  msgstr "WP Cerber"
529
 
530
- #: ../cerber-load.php:3302
531
  msgid "WP Cerber notify"
532
  msgstr "WP Cerber melding"
533
 
534
- #: ../cerber-load.php:3324
535
  msgid "Citadel mode is activated"
536
  msgstr "Citadelstand is actief"
537
 
538
- #: ../cerber-load.php:3398
539
  msgid "New Custom login URL"
540
  msgstr "Nieuwe Aangepaste inlog-URL"
541
 
542
- #: ../cerber-load.php:4043
543
  msgid "The WP Cerber requires PHP %s or higher. You are running"
544
  msgstr "WP Cerber vereist PHP %s of hoger. Je gebruikt nu"
545
 
546
- #: ../cerber-load.php:4047
547
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
548
  msgstr "WP Cerber vereist WordPress %s of hoger. Je gebruikt nu"
549
 
@@ -559,7 +555,7 @@ msgstr "Mislukte pogingen opslaan in bestand"
559
  msgid "Deactivate"
560
  msgstr "Deactiveren"
561
 
562
- #: ../dashboard.php:133 ../cerber-load.php:3360
563
  msgid "Reason"
564
  msgstr "Reden"
565
 
@@ -583,11 +579,11 @@ msgstr "Limiet voor aantal inlogpogingen is bereikt"
583
  msgid "Attempt to log in with non-existent username"
584
  msgstr "Inlogpoging met onbekende gebruikersnaam"
585
 
586
- #: ../cerber-load.php:3359
587
  msgid "Last lockout was added: %s for IP %s"
588
  msgstr "Laatste uitsluiting was toegevoegd: %s voor IP-adres %s"
589
 
590
- #: ../cerber-load.php:4099 ../settings.php:406
591
  msgid "Hardening"
592
  msgstr "Versterking"
593
 
@@ -647,7 +643,7 @@ msgstr "Deze instellingen gelden niet voor hosts van de "
647
  msgid "<strong>ERROR</strong>: please enter a valid email address."
648
  msgstr "<strong>LET OP</strong>: voer een geldig e-mailadres in."
649
 
650
- #: ../cerber-load.php:3390 ../cerber-load.php:4088
651
  msgid "WP Cerber is now active and has started protecting your site"
652
  msgstr "WP Cerber is actief en beschermt nu je website"
653
 
@@ -691,9 +687,9 @@ msgstr "Gregory"
691
 
692
  #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
693
  #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
694
- #: load.php:926 ../cerber-load.php:1143 ../cerber-load.php:1149 ../cerber-load.
695
- #: php:1154 ../cerber-load.php:1159 ../cerber-load.php:1165 ../cerber-load.php:
696
- #: 1172 ../cerber-load.php:1272 ../cerber-load.php:1409 ../settings.php:793 ..
697
  #: /settings.php:864
698
  msgid "ERROR:"
699
  msgstr "FOUT:"
@@ -702,67 +698,67 @@ msgstr "FOUT:"
702
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
703
  msgstr "Menselijke verificatie mislukt. Klik het vierkant in onderstaand reCAPTCHA-blok."
704
 
705
- #: ../cerber-load.php:938
706
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
707
  msgstr "<strong>LET OP</strong>: je geeft een foutief wachtwoord op voor gebruiker %s."
708
 
709
- #: ../cerber-load.php:1160
710
  msgid "Username is not allowed. Please choose another one."
711
  msgstr "Gebruikersnaam is niet toegestaan, kies een andere."
712
 
713
- #: ../cerber-load.php:3353
714
  msgid "unspecified"
715
  msgstr "niet gespecificeerd"
716
 
717
- #: ../cerber-load.php:3356
718
  msgid "Number of lockouts is increasing"
719
  msgstr "Aantal uitsluitingen loopt op"
720
 
721
- #: ../cerber-load.php:3361
722
  msgid "View activity for this IP"
723
  msgstr "Bekijk activiteit voor dit adres"
724
 
725
- #: ../cerber-load.php:3365 ../cerber-load.php:3367
726
  msgid "A new version of WP Cerber is available to install"
727
  msgstr "Nieuwe versie WP Cerber is klaar voor installatie"
728
 
729
- #: ../cerber-load.php:3366
730
  msgid "Hi!"
731
  msgstr "Hallo!"
732
 
733
- #: ../cerber-load.php:3369 ../cerber-load.php:3380
734
  msgid "Website"
735
  msgstr "Website"
736
 
737
- #: ../cerber-load.php:3372 ../cerber-load.php:3373
738
  msgid "The WP Cerber security plugin has been deactivated"
739
  msgstr "WP Cerber is gedeactiveerd"
740
 
741
- #: ../cerber-load.php:3375
742
  msgid "Not logged in"
743
  msgstr "Niet ingelogd"
744
 
745
- #: ../cerber-load.php:3381
746
  msgid "By user"
747
  msgstr "Door gebruiker"
748
 
749
- #: ../cerber-load.php:3382
750
  msgid "From IP address"
751
  msgstr "Van IP-adres"
752
 
753
- #: ../cerber-load.php:3385
754
  msgid "From country"
755
  msgstr "Uit land"
756
 
757
- #: ../cerber-load.php:3389
758
  msgid "The WP Cerber security plugin is now active"
759
  msgstr "WP Cerber is actief"
760
 
761
- #: ../cerber-load.php:4089
762
  msgid "Your IP address is added to the"
763
  msgstr "Je IP-adres is toegevoegd aan de "
764
 
765
- #: ../cerber-load.php:4101
766
  msgid "Import settings"
767
  msgstr "Instellingen importeren"
768
 
@@ -976,19 +972,19 @@ msgstr "Je bent ingeschreven"
976
  msgid "You've unsubscribed"
977
  msgstr "Je bent uitgeschreven"
978
 
979
- #: ../cerber-load.php:3402 ../cerber-load.php:3403
980
  msgid "A new activity has been recorded"
981
  msgstr "Er is nieuwe activiteit waargenomen"
982
 
983
- #: ../cerber-load.php:3857
984
  msgid "User"
985
  msgstr "Gebruiker"
986
 
987
- #: ../cerber-load.php:3865
988
  msgid "Search string"
989
  msgstr "Zoekfrase"
990
 
991
- #: ../cerber-load.php:3886
992
  msgid "To unsubscribe click here"
993
  msgstr "Klik om uit te schrijven"
994
 
@@ -1100,8 +1096,8 @@ msgstr "Uitsluitingen"
1100
  msgid "All suspicious activity"
1101
  msgstr "Alle verdachte activiteit"
1102
 
1103
- #: ../cerber-load.php:1144 ../cerber-load.php:1150 ../cerber-load.php:1166 ..
1104
- #: /cerber-load.php:1173
1105
  msgid "You are not allowed to register."
1106
  msgstr "Je mag niet aanmelden."
1107
 
@@ -1125,7 +1121,7 @@ msgstr "Verdachte activiteiten afgevangen"
1125
  msgid "Cerber antispam settings"
1126
  msgstr "Cerber Antispam-instellingen"
1127
 
1128
- #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4098 ../settings.
1129
  #: php:196
1130
  msgid "Antispam"
1131
  msgstr "Antispam"
@@ -1162,7 +1158,7 @@ msgstr "Licentie"
1162
  msgid "Antispam and bot detection settings"
1163
  msgstr "Antispam- en botdetectie-instellingen"
1164
 
1165
- #: ../cerber-load.php:1409
1166
  msgid "Sorry, human verification failed."
1167
  msgstr "Sorry, de verificatie faalt."
1168
 
@@ -1255,7 +1251,7 @@ msgstr "Jij"
1255
  msgid "Spam form submissions denied"
1256
  msgstr "Spam formulierafgifte afgewezen "
1257
 
1258
- #: ../dashboard.php:1520 ../cerber-load.php:3392 ../cerber-load.php:4091
1259
  msgid "Getting Started Guide"
1260
  msgstr "Startgids"
1261
 
@@ -1452,23 +1448,23 @@ msgctxt "preposition of time"
1452
  msgid "at"
1453
  msgstr "op"
1454
 
1455
- #: ../cerber-load.php:3408
1456
  msgid "Weekly report"
1457
  msgstr "Weekrapport"
1458
 
1459
- #: ../cerber-load.php:3411
1460
  msgid "To change reporting settings visit"
1461
  msgstr "Om je rapportageinstellingen aan te passen, ga naar"
1462
 
1463
- #: ../cerber-load.php:3437
1464
  msgid "Your login page:"
1465
  msgstr "Je login-pagina:"
1466
 
1467
- #: ../cerber-load.php:3441
1468
  msgid "Your license is valid until"
1469
  msgstr "Je licentie geldt tot"
1470
 
1471
- #: ../cerber-load.php:3552
1472
  msgid "Activity details"
1473
  msgstr "Details van activiteiten"
1474
 
@@ -1509,7 +1505,7 @@ msgstr "Gekozen landen mogen niet %s, overige landen wel"
1509
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1510
  msgstr "Beschermt site tegen brute force-aanvallen, bots en hackers. Spambescherming met Cerber's antispamprogramma en reCAPTCHA. Uitgebreid beheer van gebruikersactiviteit. Beperk login op IP-adres. Limiteer login-pogingen. Meer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1511
 
1512
- #: ../cerber-load.php:3540
1513
  msgid "Weekly Report"
1514
  msgstr "Weekrapport"
1515
 
@@ -1534,11 +1530,11 @@ msgid "Enable reporting"
1534
  msgstr "Rapporteren aanzetten"
1535
 
1536
  #. How to interpret this line? Do you mean 'was DATE/TIME from IP ADDRESS' ?
1537
- #: ../cerber-load.php:3465
1538
  msgid "Your last sign-in was %s from %s"
1539
  msgstr "Je laatste inlog was op %s vanaf %s"
1540
 
1541
- #: ../cerber-load.php:3566
1542
  msgid "Attempts to log in with non-existent username"
1543
  msgstr "Pogingen om in te loggen met een onbekende gebruikersnaam"
1544
 
@@ -1554,7 +1550,7 @@ msgstr "Opmerking hierbij"
1554
  msgid "You cannot add your IP address or network"
1555
  msgstr "Je kunt je eigen IP of netwerk niet toevoegen"
1556
 
1557
- #: ../cerber-news.php:165
1558
  msgid "Cool!"
1559
  msgstr "Mooi!"
1560
 
@@ -1708,7 +1704,7 @@ msgstr "Op zoek naar kwetsbare PHP-code"
1708
  msgid "Any"
1709
  msgstr "Enig"
1710
 
1711
- #: ../cerber-load.php:3192
1712
  msgid "We're sorry, you are not allowed to proceed"
1713
  msgstr "Excuus, je mag niet doorgaan"
1714
 
@@ -1781,11 +1777,6 @@ msgstr "Standaardinstelling"
1781
  msgid "Plugin initialization mode has not been changed"
1782
  msgstr "Plugin initialisatie is niet aangepast"
1783
 
1784
- #. Name of the plugin
1785
- #:
1786
- msgid "WP Cerber boot module"
1787
- msgstr "WP Cerber opstartmodule"
1788
-
1789
  #. Description of the plugin
1790
  #:
1791
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
@@ -1802,17 +1793,22 @@ msgstr "Bestandsupload afgewezen"
1802
  #. Description of the plugin
1803
  #:
1804
  msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1805
- msgstr ""
1806
-
1807
- #: ../settings.php:94
1808
- msgid "Custom login URL may contain only: letters, numbers, dashes and underscores"
1809
- msgstr ""
1810
 
1811
  #: ../settings.php:94
1812
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1813
- msgstr ""
1814
 
 
1815
  #: ../settings.php:174 ../settings.php:273
1816
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1817
- msgstr ""
 
 
 
 
 
 
 
 
1818
 
84
  msgid "Duration"
85
  msgstr "Duur"
86
 
87
+ #: ../cerber-load.php:4111 ../settings.php:78 ../settings.php:102 ../settings.php:
88
  #: 411
89
  msgid "Notifications"
90
  msgstr "Meldingen"
93
  msgid "Send notification to admin email"
94
  msgstr "Melding versturen naar admin e-mailadres"
95
 
96
+ #: ../cerber-load.php:4108 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
97
  #: tools.php:101 ../cerber-tools.php:182
98
  msgid "Access Lists"
99
  msgstr "Toegangslijsten"
100
 
101
+ #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3855 ..
102
  #: /settings.php:104 ../settings.php:395
103
  msgid "Activity"
104
  msgstr "Activiteit"
116
  msgstr "Aanzetten na %s mislukte inlogpogingen binnen %s minuten"
117
 
118
  #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
119
+ #: php:3864
120
  msgid "IP"
121
  msgstr "IP"
122
 
128
  msgid "Local User"
129
  msgstr "Lokale gebruiker"
130
 
131
+ #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3872
132
  msgid "Username used"
133
  msgstr "Toegepaste gebruikersnaam"
134
 
183
  msgstr "Uitsluiting voor %s is verwijderd"
184
 
185
  #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
186
+ #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4100 ../settings.php:77 ..
187
  #: /settings.php:365
188
  #, fuzzy
189
  msgid "White IP Access List"
209
  msgid "Address %s was added to Black IP Access List"
210
  msgstr "Adres %s toegevoegd aan de Lijst Uitgesloten IP-adressen "
211
 
212
+ #: ../cerber-load.php:3337
213
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
214
  msgstr "Citadelstand geactiveerd na %d mislukte inlogpogingen binnen %d minuten"
215
 
259
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
260
  msgstr "Schakel Permalinks in om deze functionaliteit te gebruiken. Stel de Permalinks instelling in op iets anders dan Standaard."
261
 
262
+ #: ../cerber-load.php:4107 ../settings.php:401
 
 
 
 
263
  msgid "Main Settings"
264
  msgstr "Hoofdinstellingen"
265
 
306
  msgid "Your IP"
307
  msgstr "Jouw IP"
308
 
309
+ #: ../cerber-load.php:3338
310
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
311
  msgstr "Laatste mislukte inlogpoging was op %s vanaf IP %s op gebruiker %s."
312
 
313
+ #: ../cerber-load.php:4067
314
  msgid "Can't activate WP Cerber due to a database error."
315
  msgstr "Kan WP Cerber niet activeren door een fout in de database"
316
 
359
  msgid "Update to version %s of WP Cerber"
360
  msgstr "WP Cerber updaten naar versie %s"
361
 
362
+ #: ../cerber-load.php:3339 ../cerber-load.php:3896
363
  msgid "View activity in dashboard"
364
  msgstr "Activiteiten bekijken in dashboard"
365
 
366
+ #: ../cerber-load.php:3369
367
  msgid "Number of active lockouts"
368
  msgstr "Aantal actieve uitsluitingen"
369
 
370
+ #: ../cerber-load.php:3373
371
  msgid "View lockouts in dashboard"
372
  msgstr "Uitsluitingen bekijken in dashboard"
373
 
374
+ #: ../cerber-load.php:3455
375
  msgid "This message was sent by"
376
  msgstr "Dit bericht is verzonden door"
377
 
523
  msgid "WP Cerber"
524
  msgstr "WP Cerber"
525
 
526
+ #: ../cerber-load.php:3313
527
  msgid "WP Cerber notify"
528
  msgstr "WP Cerber melding"
529
 
530
+ #: ../cerber-load.php:3335
531
  msgid "Citadel mode is activated"
532
  msgstr "Citadelstand is actief"
533
 
534
+ #: ../cerber-load.php:3409
535
  msgid "New Custom login URL"
536
  msgstr "Nieuwe Aangepaste inlog-URL"
537
 
538
+ #: ../cerber-load.php:4054
539
  msgid "The WP Cerber requires PHP %s or higher. You are running"
540
  msgstr "WP Cerber vereist PHP %s of hoger. Je gebruikt nu"
541
 
542
+ #: ../cerber-load.php:4058
543
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
544
  msgstr "WP Cerber vereist WordPress %s of hoger. Je gebruikt nu"
545
 
555
  msgid "Deactivate"
556
  msgstr "Deactiveren"
557
 
558
+ #: ../dashboard.php:133 ../cerber-load.php:3371
559
  msgid "Reason"
560
  msgstr "Reden"
561
 
579
  msgid "Attempt to log in with non-existent username"
580
  msgstr "Inlogpoging met onbekende gebruikersnaam"
581
 
582
+ #: ../cerber-load.php:3370
583
  msgid "Last lockout was added: %s for IP %s"
584
  msgstr "Laatste uitsluiting was toegevoegd: %s voor IP-adres %s"
585
 
586
+ #: ../cerber-load.php:4110 ../settings.php:406
587
  msgid "Hardening"
588
  msgstr "Versterking"
589
 
643
  msgid "<strong>ERROR</strong>: please enter a valid email address."
644
  msgstr "<strong>LET OP</strong>: voer een geldig e-mailadres in."
645
 
646
+ #: ../cerber-load.php:3401 ../cerber-load.php:4099
647
  msgid "WP Cerber is now active and has started protecting your site"
648
  msgstr "WP Cerber is actief en beschermt nu je website"
649
 
687
 
688
  #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
689
  #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
690
+ #: load.php:932 ../cerber-load.php:1149 ../cerber-load.php:1155 ../cerber-load.
691
+ #: php:1160 ../cerber-load.php:1165 ../cerber-load.php:1171 ../cerber-load.php:
692
+ #: 1178 ../cerber-load.php:1278 ../cerber-load.php:1415 ../settings.php:793 ..
693
  #: /settings.php:864
694
  msgid "ERROR:"
695
  msgstr "FOUT:"
698
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
699
  msgstr "Menselijke verificatie mislukt. Klik het vierkant in onderstaand reCAPTCHA-blok."
700
 
701
+ #: ../cerber-load.php:944
702
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
703
  msgstr "<strong>LET OP</strong>: je geeft een foutief wachtwoord op voor gebruiker %s."
704
 
705
+ #: ../cerber-load.php:1166
706
  msgid "Username is not allowed. Please choose another one."
707
  msgstr "Gebruikersnaam is niet toegestaan, kies een andere."
708
 
709
+ #: ../cerber-load.php:3364
710
  msgid "unspecified"
711
  msgstr "niet gespecificeerd"
712
 
713
+ #: ../cerber-load.php:3367
714
  msgid "Number of lockouts is increasing"
715
  msgstr "Aantal uitsluitingen loopt op"
716
 
717
+ #: ../cerber-load.php:3372
718
  msgid "View activity for this IP"
719
  msgstr "Bekijk activiteit voor dit adres"
720
 
721
+ #: ../cerber-load.php:3376 ../cerber-load.php:3378
722
  msgid "A new version of WP Cerber is available to install"
723
  msgstr "Nieuwe versie WP Cerber is klaar voor installatie"
724
 
725
+ #: ../cerber-load.php:3377
726
  msgid "Hi!"
727
  msgstr "Hallo!"
728
 
729
+ #: ../cerber-load.php:3380 ../cerber-load.php:3391
730
  msgid "Website"
731
  msgstr "Website"
732
 
733
+ #: ../cerber-load.php:3383 ../cerber-load.php:3384
734
  msgid "The WP Cerber security plugin has been deactivated"
735
  msgstr "WP Cerber is gedeactiveerd"
736
 
737
+ #: ../cerber-load.php:3386
738
  msgid "Not logged in"
739
  msgstr "Niet ingelogd"
740
 
741
+ #: ../cerber-load.php:3392
742
  msgid "By user"
743
  msgstr "Door gebruiker"
744
 
745
+ #: ../cerber-load.php:3393
746
  msgid "From IP address"
747
  msgstr "Van IP-adres"
748
 
749
+ #: ../cerber-load.php:3396
750
  msgid "From country"
751
  msgstr "Uit land"
752
 
753
+ #: ../cerber-load.php:3400
754
  msgid "The WP Cerber security plugin is now active"
755
  msgstr "WP Cerber is actief"
756
 
757
+ #: ../cerber-load.php:4100
758
  msgid "Your IP address is added to the"
759
  msgstr "Je IP-adres is toegevoegd aan de "
760
 
761
+ #: ../cerber-load.php:4112
762
  msgid "Import settings"
763
  msgstr "Instellingen importeren"
764
 
972
  msgid "You've unsubscribed"
973
  msgstr "Je bent uitgeschreven"
974
 
975
+ #: ../cerber-load.php:3413 ../cerber-load.php:3414
976
  msgid "A new activity has been recorded"
977
  msgstr "Er is nieuwe activiteit waargenomen"
978
 
979
+ #: ../cerber-load.php:3868
980
  msgid "User"
981
  msgstr "Gebruiker"
982
 
983
+ #: ../cerber-load.php:3876
984
  msgid "Search string"
985
  msgstr "Zoekfrase"
986
 
987
+ #: ../cerber-load.php:3897
988
  msgid "To unsubscribe click here"
989
  msgstr "Klik om uit te schrijven"
990
 
1096
  msgid "All suspicious activity"
1097
  msgstr "Alle verdachte activiteit"
1098
 
1099
+ #: ../cerber-load.php:1150 ../cerber-load.php:1156 ../cerber-load.php:1172 ..
1100
+ #: /cerber-load.php:1179
1101
  msgid "You are not allowed to register."
1102
  msgstr "Je mag niet aanmelden."
1103
 
1121
  msgid "Cerber antispam settings"
1122
  msgstr "Cerber Antispam-instellingen"
1123
 
1124
+ #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4109 ../settings.
1125
  #: php:196
1126
  msgid "Antispam"
1127
  msgstr "Antispam"
1158
  msgid "Antispam and bot detection settings"
1159
  msgstr "Antispam- en botdetectie-instellingen"
1160
 
1161
+ #: ../cerber-load.php:1415
1162
  msgid "Sorry, human verification failed."
1163
  msgstr "Sorry, de verificatie faalt."
1164
 
1251
  msgid "Spam form submissions denied"
1252
  msgstr "Spam formulierafgifte afgewezen "
1253
 
1254
+ #: ../dashboard.php:1520 ../cerber-load.php:3403 ../cerber-load.php:4102
1255
  msgid "Getting Started Guide"
1256
  msgstr "Startgids"
1257
 
1448
  msgid "at"
1449
  msgstr "op"
1450
 
1451
+ #: ../cerber-load.php:3419
1452
  msgid "Weekly report"
1453
  msgstr "Weekrapport"
1454
 
1455
+ #: ../cerber-load.php:3422
1456
  msgid "To change reporting settings visit"
1457
  msgstr "Om je rapportageinstellingen aan te passen, ga naar"
1458
 
1459
+ #: ../cerber-load.php:3448
1460
  msgid "Your login page:"
1461
  msgstr "Je login-pagina:"
1462
 
1463
+ #: ../cerber-load.php:3452
1464
  msgid "Your license is valid until"
1465
  msgstr "Je licentie geldt tot"
1466
 
1467
+ #: ../cerber-load.php:3563
1468
  msgid "Activity details"
1469
  msgstr "Details van activiteiten"
1470
 
1505
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1506
  msgstr "Beschermt site tegen brute force-aanvallen, bots en hackers. Spambescherming met Cerber's antispamprogramma en reCAPTCHA. Uitgebreid beheer van gebruikersactiviteit. Beperk login op IP-adres. Limiteer login-pogingen. Meer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1507
 
1508
+ #: ../cerber-load.php:3551
1509
  msgid "Weekly Report"
1510
  msgstr "Weekrapport"
1511
 
1530
  msgstr "Rapporteren aanzetten"
1531
 
1532
  #. How to interpret this line? Do you mean 'was DATE/TIME from IP ADDRESS' ?
1533
+ #: ../cerber-load.php:3476
1534
  msgid "Your last sign-in was %s from %s"
1535
  msgstr "Je laatste inlog was op %s vanaf %s"
1536
 
1537
+ #: ../cerber-load.php:3577
1538
  msgid "Attempts to log in with non-existent username"
1539
  msgstr "Pogingen om in te loggen met een onbekende gebruikersnaam"
1540
 
1550
  msgid "You cannot add your IP address or network"
1551
  msgstr "Je kunt je eigen IP of netwerk niet toevoegen"
1552
 
1553
+ #: ../cerber-news.php:173
1554
  msgid "Cool!"
1555
  msgstr "Mooi!"
1556
 
1704
  msgid "Any"
1705
  msgstr "Enig"
1706
 
1707
+ #: ../cerber-load.php:3203
1708
  msgid "We're sorry, you are not allowed to proceed"
1709
  msgstr "Excuus, je mag niet doorgaan"
1710
 
1777
  msgid "Plugin initialization mode has not been changed"
1778
  msgstr "Plugin initialisatie is niet aangepast"
1779
 
 
 
 
 
 
1780
  #. Description of the plugin
1781
  #:
1782
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1793
  #. Description of the plugin
1794
  #:
1795
  msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1796
+ msgstr "Beschermt WordPress tegen brute force aanvallen, bots en hackers. Spambescherming met Cerber Antispam en reCAPTCHA. Beheer gebruikers- en botactiviteiten. Beperk login met IP toegangslijsten. Beperk login-pogingen. Meer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
 
 
 
 
1797
 
1798
  #: ../settings.php:94
1799
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1800
+ msgstr "Aangepaste inlog-URL mag alleen letters, cijfers, koppel- en lage streepjes bevatten"
1801
 
1802
+ #. Shouldn't these 'braces' be 'brackets'?
1803
  #: ../settings.php:174 ../settings.php:273
1804
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1805
+ msgstr "Zet bij een REGEX-patroon de hele regel tussen accolades { }."
1806
+
1807
+ #: ../settings.php:358
1808
+ msgid "Be careful about enabling these options."
1809
+ msgstr "Wees voorzichtig met deze opties!"
1810
+
1811
+ #: ../settings.php:358
1812
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1813
+ msgstr "Als je de Aangepaste inlog-URL vergeet, kun je niet meer inloggen."
1814
 
languages/wp-cerber-pl_PL.mo CHANGED
Binary file
languages/wp-cerber-pl_PL.po CHANGED
@@ -8,665 +8,665 @@ msgstr ""
8
  "Language: pl\n"
9
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
 
11
- #: ../settings.php:67
12
  msgid "Limit login attempts"
13
  msgstr "Limit prób logowana"
14
 
15
- #: ../settings.php:68
16
  msgid "Attempts"
17
  msgstr "Próby"
18
 
19
- #: ../settings.php:69
20
  msgid "Lockout duration"
21
  msgstr "Czas zablokowania"
22
 
23
- #: ../settings.php:69 ../settings.php:88
24
  msgid "minutes"
25
  msgstr "minut/y"
26
 
27
- #: ../settings.php:70
28
  msgid "Aggressive lockout"
29
  msgstr "Agresywna blokada"
30
 
31
- #: ../settings.php:73
32
  msgid "Site connection"
33
  msgstr "Połączenie witryny"
34
 
35
- #: ../settings.php:75
36
  msgid "Proactive security rules"
37
  msgstr "Pro-aktywne zasady bezpieczeństwa"
38
 
39
- #: ../settings.php:76
40
  msgid "Block subnet"
41
  msgstr "Blokada podsieci"
42
 
43
- #: ../settings.php:79
44
  msgid "Request wp-login.php"
45
  msgstr "Żądanie wp-login.php"
46
 
47
- #: ../settings.php:79
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Natychmiast blokuj wszystkie adresy IP, które próbują uzyskać dostęp do wp-login.php"
50
 
51
- #: ../settings.php:78
52
  msgid "Redirect dashboard requests"
53
  msgstr "Przekieruj żądania do kokpitu"
54
 
55
- #: ../settings.php:82
56
  msgid "Custom login page"
57
  msgstr "Własna strona logowania"
58
 
59
- #: ../settings.php:83
60
  msgid "Custom login URL"
61
  msgstr "Własny URL logowania"
62
 
63
- #: ../settings.php:83
64
  msgid "must not overlap with the existing pages or posts slug"
65
  msgstr "nie może nachodzić z istniejącym stronami lub uproszczonymi adresami wpisów"
66
 
67
- #: ../settings.php:84
68
  msgid "Disable wp-login.php"
69
  msgstr "Wyłącz wp-login.php"
70
 
71
- #: ../settings.php:84
72
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
73
  msgstr "Zablokuj bezpośredni dostęp do wp-login.php i przekieruj na błąd 404"
74
 
75
- #: ../dashboard.php:1109 ../settings.php:86
76
  msgid "Citadel mode"
77
  msgstr "Tryb Twierdzy"
78
 
79
- #: ../settings.php:87
80
  msgid "Threshold"
81
  msgstr "Pułap"
82
 
83
- #: ../settings.php:88
84
  msgid "Duration"
85
  msgstr "Czas trwania"
86
 
87
- #: ../wp-cerber.php:3742 ../settings.php:72 ../settings.php:89 ../settings.php:262
 
88
  msgid "Notifications"
89
  msgstr "Powiadomienia"
90
 
91
- #: ../settings.php:89
92
  msgid "Send notification to admin email"
93
  msgstr "Wyślij powiadomienie na adres mailowy administratora"
94
 
95
- #: ../dashboard.php:1118 ../wp-cerber.php:3739 ../settings.php:255 ../cerber-
96
- #: tools.php:88 ../cerber-tools.php:97 ../cerber-tools.php:178
97
  msgid "Access Lists"
98
  msgstr "Listy Dostępowe"
99
 
100
- #: ../dashboard.php:1116 ../dashboard.php:1312 ../wp-cerber.php:3503 ../settings.
101
- #: php:91 ../settings.php:246
102
  msgid "Activity"
103
  msgstr "Aktywność"
104
 
105
- #: ../dashboard.php:1117 ../settings.php:250
106
  msgid "Lockouts"
107
  msgstr "Blodady"
108
 
109
- #: ../settings.php:377 ../settings.php:500
110
  msgid "%s allowed retries in %s minutes"
111
  msgstr "%s prób w ciągu %s minut"
112
 
113
- #: ../settings.php:399 ../settings.php:522
114
  msgid "Enable after %s failed login attempts in last %s minutes"
115
  msgstr "Włączane po %d nieprawidłowych próbach logowania w ciągu ostatnich %d minut."
116
 
117
- #: ../dashboard.php:93 ../dashboard.php:631 ../wp-cerber.php:3512
 
118
  msgid "IP"
119
  msgstr "IP"
120
 
121
- #: ../dashboard.php:476 ../dashboard.php:634
122
  msgid "Date"
123
  msgstr "Data"
124
 
125
- #: ../dashboard.php:476 ../dashboard.php:636
126
  msgid "Local User"
127
  msgstr "Lokalny użytkownik"
128
 
129
- #: ../dashboard.php:476 ../dashboard.php:637 ../wp-cerber.php:3520
130
  msgid "Username used"
131
  msgstr "Nazwa użytkownika"
132
 
133
- #: ../dashboard.php:112
134
  msgid "Showing last %d records from %d"
135
  msgstr "Wyświetla ostatnie %d wpisów z %d"
136
 
137
- #: ../common.php:521
138
  msgid "Logged in"
139
  msgstr "Zalogowano"
140
 
141
- #: ../common.php:522
142
  msgid "Logged out"
143
  msgstr "Wylogowano"
144
 
145
- #: ../common.php:523
146
  msgid "Login failed"
147
  msgstr "Nieprawidłowe logowanie"
148
 
149
- #: ../common.php:526
150
  msgid "IP blocked"
151
  msgstr "Zablokowano IP"
152
 
153
- #: ../common.php:527
154
  msgid "Subnet blocked"
155
  msgstr "Zablokowana podsieć"
156
 
157
- #: ../common.php:529
158
  msgid "Citadel activated!"
159
  msgstr "Aktywacja twierdzy!"
160
 
161
- #: ../dashboard.php:612 ../dashboard.php:816 ../common.php:565
 
162
  msgid "Locked out"
163
  msgstr "Zablokowany"
164
 
165
- #: ../common.php:566
166
  msgid "IP blacklisted"
167
  msgstr "IP dodany do czarnej listy"
168
 
169
- #: ../common.php:544
170
  msgid "Password changed"
171
  msgstr "Zmieniono hasło"
172
 
173
- #: ../dashboard.php:86 ../dashboard.php:158
174
  msgid "Remove"
175
  msgstr "Usuń"
176
 
177
- #: ../dashboard.php:387
178
  msgid "Lockout for %s was removed"
179
  msgstr "Blokada dla %s została usunięta"
180
 
181
- #: ../dashboard.php:131 ../dashboard.php:607 ../dashboard.php:811 ../dashboard.
182
- #: php:1107 ../wp-cerber.php:3731 ../settings.php:71 ../settings.php:216
 
183
  msgid "White IP Access List"
184
  msgstr "Lista dostępu dla białej listy"
185
 
186
- #: ../dashboard.php:133 ../dashboard.php:608 ../dashboard.php:813 ../dashboard.
187
- #: php:1108
188
  msgid "Black IP Access List"
189
  msgstr "Lista dostępu dla czarnej listy"
190
 
191
- #: ../dashboard.php:163
192
  msgid "List is empty"
193
  msgstr "Lista jest pusta"
194
 
195
- #: ../dashboard.php:200
196
  msgid "Address %s was added to White IP Access List"
197
  msgstr "Adres %s został dodany do Białej listy dostępu"
198
 
199
- #: ../dashboard.php:214
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "Adres %s został dodany do czarnej listy"
202
 
203
- #: ../wp-cerber.php:2995
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "Tryb Twierdzy aktywuje się po %d nieprawidłowych logowania w czasie %d minut."
206
 
207
- #: ../dashboard.php:1454
208
  msgid "View Activity"
209
  msgstr "Zobacz Aktywność"
210
 
211
- #: ../cerber-tools.php:87 ../cerber-tools.php:96
212
  msgid "Settings"
213
  msgstr "Ustawienia"
214
 
215
- #: ../dashboard.php:973
216
  msgid "Last login"
217
  msgstr "Ostatnie logowanie"
218
 
219
- #: ../dashboard.php:1006 ../dashboard.php:1090
220
  msgid "Never"
221
  msgstr "Nigdy"
222
 
223
- #: ../dashboard.php:1356
224
  msgid "Are you sure?"
225
  msgstr "Jesteś pewny/a?"
226
 
227
  #. Not sure how "reverse" should be translated into polish language with this context
228
- #: ../dashboard.php:1164 ../settings.php:73
229
- #, fuzzy
230
  msgid "My site is behind a reverse proxy"
231
- msgstr "Moja strona łączy się z odwrotnego(reverse) proxy"
232
 
233
- #: ../settings.php:77
234
  msgid "Non-existent users"
235
  msgstr "Nie-istniejący użytkownicy"
236
 
237
- #: ../settings.php:77
238
  msgid "Immediately block IP when attempting to login with a non-existent username"
239
  msgstr "Natychmiast blokuj IP, które próbują logować się na nieistniejące nazwy użytkownika"
240
 
241
- #: ../settings.php:78
242
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
243
  msgstr "Wyłącz automatyczne przekierowanie na stronę logowania, kiedy jest wykonywane nieautoryzowane żądanie."
244
 
245
- #: ../settings.php:202
246
  msgid "Make your protection smarter!"
247
  msgstr "Zadbaj o to, aby twoja ochrona była mądrzejsza!"
248
 
249
- #: ../settings.php:206
250
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
251
  msgstr "Prosimy włączyć włączyć permalinki, aby funkcja była dostępna. Zmień ustawienia permalinków na inne, niż domyślne."
252
 
253
- #: ../settings.php:209
254
- msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
255
- msgstr "Uważaj przy zmianie tej opcji. Jeśli zapomnisz własnego adresu logowania, to możesz nie być w stanie się zalogować."
256
-
257
- #: ../wp-cerber.php:3738 ../settings.php:252
258
  msgid "Main Settings"
259
  msgstr "Ustawienia Główne"
260
 
261
- #: ../settings.php:264
262
  msgid "Help"
263
  msgstr "Pomoc"
264
 
265
- #: ../settings.php:387 ../settings.php:510
266
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
267
  msgstr "Zwiększ czas blokady do %s godzin po %s blokadach w czasie %s godzin"
268
 
269
- #: ../wp-cerber.php:237
270
  msgid "You are not allowed to log in. Ask your administrator for assistance."
271
  msgstr "Nie masz pozwolenia na zalogowanie. Skontaktuj się z administratorem."
272
 
273
- #: ../wp-cerber.php:243
274
  msgid "You have reached the login attempts limit. Please try again in %d minutes."
275
  msgstr "Osiągnięto limit logowań"
276
 
277
- #: ../wp-cerber.php:262
278
  msgid "You have only one attempt remaining."
279
  msgid_plural "You have %d attempts remaining."
280
  msgstr[0] "Pozostała tobie jedna próba."
281
  msgstr[1] "Pozostałych prób: %d"
282
  msgstr[2] "Pozostałych prób: %d"
283
 
284
- #: ../dashboard.php:658
285
  msgid "No activity has been logged."
286
  msgstr "Nie zarejestrowano aktywności."
287
 
288
- #: ../dashboard.php:96
289
  msgid "Expires"
290
  msgstr "Upływa"
291
 
292
- #: ../dashboard.php:118
293
  msgid "No lockouts at the moment. The sky is clear."
294
  msgstr "Na chwilę obecną brak jakichkolwiek blokad"
295
 
296
- #: ../dashboard.php:131
297
  msgid "These IPs will never be locked out"
298
  msgstr "Te adresy IP nigdy nie będą zablokowane."
299
 
300
- #: ../dashboard.php:140
301
  msgid "Your IP"
302
  msgstr "Twoje IP"
303
 
304
- #: ../wp-cerber.php:2996
305
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
306
  msgstr "Ostatnia nieudana próba miała miejsce %s z adresu IP %s oraz nazwie użytkownika: %s"
307
 
308
- #: ../wp-cerber.php:3714
309
  msgid "Can't activate WP Cerber due to a database error."
310
  msgstr "Nie można aktywować WP Cerber przez błąd bazy danych."
311
 
312
- #: ../settings.php:394 ../settings.php:517
313
  msgid "Notify admin if the number of active lockouts above"
314
  msgstr "Powiadom administratora, jeśli liczba aktywnych blokad przekroczy"
315
 
316
- #: ../settings.php:92 ../settings.php:144
317
  msgid "days"
318
  msgstr "dni"
319
 
320
- #: ../dashboard.php:1060
321
  msgid "Cerber Quick View"
322
  msgstr "Szybki podgląd Cerbera"
323
 
324
- #: ../dashboard.php:114
325
  msgid "Hint"
326
  msgstr "Podpowiedź"
327
 
328
- #: ../dashboard.php:114
329
  msgid "To view activity, click on the IP"
330
  msgstr "Aby zobaczyć aktywność, kliknij na IP"
331
 
332
- #: ../dashboard.php:158 ../dashboard.php:843
 
333
  msgid "Check for activity"
334
  msgstr "Sprawdź aktywność"
335
 
336
- #: ../settings.php:76
337
  msgid "Always block entire subnet Class C of intruders IP"
338
  msgstr "Zawsze blokuj całą podsieć Klasy C z adresów IP intruzów"
339
 
340
- #: ../settings.php:89 ../settings.php:396 ../settings.php:519
341
  msgid "Click to send test"
342
  msgstr "Kliknij, aby wysłać wiadomość testową"
343
 
344
- #: ../settings.php:659 ../settings.php:660
345
  msgid "Attention! You have changed the login URL! The new login URL is"
346
  msgstr "Uwaga! Został zmieniony adres URL logowania! Nowy adres to"
347
 
348
- #: ../dashboard.php:972
349
  msgid "Comments"
350
  msgstr "Komentarze"
351
 
352
- #: ../common.php:785
353
  msgid "Update to version %s of WP Cerber"
354
  msgstr "Aktualizuj WP Cerber do wersji %s"
355
 
356
- #: ../wp-cerber.php:2997 ../wp-cerber.php:3544
357
  msgid "View activity in dashboard"
358
  msgstr "Zobacz aktywność na pulpicie"
359
 
360
- #: ../wp-cerber.php:3027
361
  msgid "Number of active lockouts"
362
  msgstr "Liczba aktywnych blokad"
363
 
364
- #: ../wp-cerber.php:3031
365
  msgid "View lockouts in dashboard"
366
  msgstr "Sprawdź blokady w kokpicie"
367
 
368
- #: ../wp-cerber.php:3113
369
  msgid "This message was sent by"
370
  msgstr "Ta wiadomość została wysłana przez"
371
 
372
- #: ../dashboard.php:901 ../cerber-tools.php:43
373
  msgid "Tools"
374
  msgstr "Narzędzia"
375
 
376
- #: ../cerber-tools.php:84
377
  msgid "Export settings to the file"
378
  msgstr "Eksportuj ustawienia do pliku"
379
 
380
- #: ../cerber-tools.php:85
381
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
382
  msgstr "Kiedy klikniesz na przycisk poniżej, to otrzymasz plik konfiguracyjny, który możesz importować na innej stronie."
383
 
384
- #: ../cerber-tools.php:86
385
  msgid "What do you want to export?"
386
  msgstr "Co chcesz eksportować?"
387
 
388
- #: ../cerber-tools.php:89
389
  msgid "Download file"
390
  msgstr "Pobierz plik"
391
 
392
- #: ../cerber-tools.php:91
393
  msgid "Import settings from the file"
394
  msgstr "Importuj ustawienia z pliku"
395
 
396
- #: ../cerber-tools.php:92
397
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
398
  msgstr "Kiedy klikniesz na przycisk poniżej, to zostanie zaimportowany plik i wszystkie dotychczasowe opcje zostaną nadpisane."
399
 
400
- #: ../cerber-tools.php:93
401
  msgid "Select file to import."
402
  msgstr "Wybierz plik do importu"
403
 
404
- #: ../cerber-tools.php:93
405
  msgid "Maximum upload file size: %s."
406
  msgstr "Maksymalna wielkość pliku importu: %s"
407
 
408
- #: ../cerber-tools.php:96
409
  msgid "What do you want to import?"
410
  msgstr "Co chcesz importować?"
411
 
412
- #: ../cerber-tools.php:98
413
  msgid "Upload file"
414
  msgstr "Wyślij plik"
415
 
416
- #: ../cerber-tools.php:145
417
  msgid "No file was uploaded or file is corrupted"
418
  msgstr "Żaden plik nie został zaimportowany lub plik jest uszkodzony"
419
 
420
- #: ../cerber-tools.php:178
421
  msgid "Error while updating"
422
  msgstr "Błąd podczas aktualizacji"
423
 
424
- #: ../cerber-tools.php:181
425
  msgid "Settings has imported successfully from"
426
  msgstr "Ustawienia zaimportowano prawidłowo z"
427
 
428
- #: ../cerber-tools.php:185
429
  msgid "Error while parsing file"
430
  msgstr "Bład parsowania pliku"
431
 
432
- #: ../dashboard.php:94 ../dashboard.php:632
433
  msgid "Hostname"
434
  msgstr "Host"
435
 
436
- #: ../dashboard.php:353
437
  msgid "unknown"
438
  msgstr "nieznane"
439
 
440
- #: ../settings.php:92
441
  msgid "Keep records for"
442
  msgstr "Trzymaj zapisy przez"
443
 
444
- #: ../dashboard.php:1094
445
  msgid "active"
446
  msgstr "aktywne"
447
 
448
- #: ../dashboard.php:1094
449
  msgid "deactivate"
450
  msgstr "deaktywuj"
451
 
452
- #: ../dashboard.php:1096
453
  msgid "not active"
454
  msgstr "nieaktywne"
455
 
456
- #: ../dashboard.php:1097
457
  msgid "disabled"
458
  msgstr "wyłączone"
459
 
460
- #: ../dashboard.php:1102
461
  msgid "failed attempts"
462
  msgstr "nieudane próby"
463
 
464
- #: ../dashboard.php:1102 ../dashboard.php:1103
465
  msgid "in 24 hours"
466
  msgstr "przez 24 godziny"
467
 
468
- #: ../dashboard.php:1102 ../dashboard.php:1103
469
  msgid "view all"
470
  msgstr "zobacz wszystkie"
471
 
472
- #: ../dashboard.php:1103
473
  msgid "lockouts"
474
  msgstr "blokady"
475
 
476
- #: ../dashboard.php:1105
477
  msgid "Lockouts at the moment"
478
  msgstr "Blokad na chwilę obecną"
479
 
480
- #: ../dashboard.php:1106
481
  msgid "Last lockout"
482
  msgstr "Ostatnia blokada"
483
 
484
- #: ../dashboard.php:1107 ../dashboard.php:1108 ../dashboard.php:1620
485
  msgid "entry"
486
  msgid_plural "entries"
487
  msgstr[0] "wpis"
488
  msgstr[1] "wpisów"
489
  msgstr[2] "wpisy"
490
 
491
- #: ../dashboard.php:1351
492
  msgid "Confused about some settings?"
493
  msgstr "Nie rozumiesz niektórych ustawień?"
494
 
495
- #: ../dashboard.php:1352
496
  msgid "You can easily load default recommended settings using button below"
497
  msgstr "Możesz bez problemu załadować rekomendowane ustawienia klikając na przycisk poniżej"
498
 
499
- #: ../dashboard.php:1354
500
  msgid "Load default settings"
501
  msgstr "Załaduj ustawienia domyślne"
502
 
503
- #: ../dashboard.php:1362
504
  msgid "doesn't affect Custom login URL and Access Lists"
505
  msgstr "Nie ma wpływu na własny adres logowania oraz na Listy Dostępu"
506
 
507
- #: ../common.php:778
508
  msgid "New version is available"
509
  msgstr "Dostępna jest nowa wersja"
510
 
511
  #. Name of the plugin
512
- #: ../dashboard.php:892 ../dashboard.php:911
513
  msgid "WP Cerber"
514
  msgstr "WP Cerber"
515
 
516
- #: ../wp-cerber.php:2971
517
  msgid "WP Cerber notify"
518
  msgstr "Powiadomienie WP Cerber"
519
 
520
- #: ../wp-cerber.php:2993
521
  msgid "Citadel mode is activated"
522
  msgstr "Tryb Twierdzy jest aktywny"
523
 
524
- #: ../wp-cerber.php:3067
525
  msgid "New Custom login URL"
526
  msgstr "Nowy, własny URL logowania"
527
 
528
- #: ../wp-cerber.php:3701
529
  msgid "The WP Cerber requires PHP %s or higher. You are running"
530
  msgstr "WP Cerber wymaga wersji PHP %s lub wyższej. Twoja wersja to"
531
 
532
- #: ../wp-cerber.php:3705
533
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
534
  msgstr "WP Cerber wymaga wersji Wordpress %s lub wyższej. Twoja wersja to"
535
 
536
- #: ../settings.php:95
537
  msgid "Use file"
538
  msgstr "Użyj pliku"
539
 
540
- #: ../settings.php:95
541
  msgid "Write failed login attempts to the file"
542
  msgstr "Zapisuj nieprawidłowe próby logowania do pliku"
543
 
544
- #: ../dashboard.php:1453
545
  msgid "Deactivate"
546
  msgstr "Wyłącz"
547
 
548
- #: ../dashboard.php:97 ../wp-cerber.php:3029
549
  msgid "Reason"
550
  msgstr "Powód"
551
 
552
- #: ../dashboard.php:168
553
  msgid "Add IP to the list"
554
  msgstr "Dodaj IP do listy"
555
 
556
- #: ../dashboard.php:861
557
  msgid "Add IP to the Black List"
558
  msgstr "Dodaj IP do czarnej listy"
559
 
560
- #: ../common.php:596
561
  msgid "Attempt to access"
562
  msgstr "Próba dostępu"
563
 
564
- #: ../common.php:595
565
  msgid "Limit on login attempts is reached"
566
  msgstr "Osiągnięto limit prób logowania"
567
 
568
- #: ../common.php:552 ../common.php:597
569
  msgid "Attempt to log in with non-existent username"
570
  msgstr "Próba logowania z nieistniejącej nazwy użytkownika"
571
 
572
- #: ../wp-cerber.php:3028
573
  msgid "Last lockout was added: %s for IP %s"
574
  msgstr "Ostatnią blokadę dodano: %s dla IP %s"
575
 
576
- #: ../wp-cerber.php:3741 ../settings.php:257
577
  msgid "Hardening"
578
  msgstr "Wzmacnianie"
579
 
580
- #: ../dashboard.php:839
581
  msgid "Abuse email:"
582
  msgstr "Nadużycie adresu email:"
583
 
584
- #: ../settings.php:172 ../settings.php:192
585
  msgid "Email Address"
586
  msgstr "Adres E-mail"
587
 
588
- #: ../settings.php:172
589
  msgid "if empty, the admin email %s will be used"
590
  msgstr "jeśli puste, to zostanie użyty adres e-mail administratora: %s"
591
 
592
- #: ../settings.php:98
593
- #, fuzzy
594
  msgid "Drill down IP"
595
  msgstr "Identyfikuj adres IP"
596
 
597
- #: ../settings.php:98
598
  msgid "Retrieve extra WHOIS information for IP"
599
  msgstr "Sprawdź dodatkowe informacje WHOIS dla adresu IP"
600
 
601
- #: ../settings.php:106
602
  msgid "Hardening WordPress"
603
  msgstr "Wzmacnianie Wordpressa"
604
 
605
- #: ../settings.php:107
606
  msgid "Stop user enumeration"
607
  msgstr "Wyłącz numerację użytkowników"
608
 
609
- #: ../settings.php:108
610
  msgid "Disable XML-RPC"
611
  msgstr "Wyłącz XML-RPC"
612
 
613
- #: ../settings.php:108
614
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
615
  msgstr "Zablokuj dostęp do serwera XML-RPC (włączając w to Pingbacki i Trackbacki)"
616
 
617
- #: ../settings.php:109
618
  msgid "Disable feeds"
619
  msgstr "Wyłącz kanały RSS"
620
 
621
- #: ../settings.php:109
622
  msgid "Block access to the RSS, Atom and RDF feeds"
623
  msgstr "Wyłącz dostęp do RSS"
624
 
625
- #: ../settings.php:110
626
  msgid "Disable REST API"
627
  msgstr "Wyłącz REST API"
628
 
629
- #: ../settings.php:216
630
  msgid "These settings do not affect hosts from the "
631
  msgstr "Te ustawienia nie mają wpływu na: "
632
 
633
- #: ../settings.php:736 ../settings.php:748
634
  msgid "<strong>ERROR</strong>: please enter a valid email address."
635
  msgstr "<strong>BŁĄD</strong>: Proszę podać prawidłowy adres mailowy"
636
 
637
- #: ../wp-cerber.php:3059 ../wp-cerber.php:3730
638
  msgid "WP Cerber is now active and has started protecting your site"
639
  msgstr "WP Cerber jest teraz aktywny i chroni twoją witrynę"
640
 
641
- #: ../dashboard.php:98
642
  msgid "Action"
643
  msgstr "Akcja"
644
 
645
- #: ../dashboard.php:133
646
  msgid "Nobody can log in or register from these IPs"
647
  msgstr "Z tych adresów IP nikt nie może się zalogować ani zarejestrować"
648
 
649
- #: ../dashboard.php:194 ../dashboard.php:206
650
  msgid "Incorrect IP address or IP range"
651
  msgstr "Nieprawidłowy adres IP lub zakres IP"
652
 
653
- #: ../dashboard.php:404 ../dashboard.php:1469
654
  msgid "Settings saved"
655
  msgstr "Ustawienia zapisano"
656
 
657
- #: ../dashboard.php:843
658
  msgid "Network:"
659
  msgstr "Sieć:"
660
 
661
- #: ../dashboard.php:857
662
  msgid "Add network to the Black List"
663
  msgstr "Dodaj sieć do Czarnej Listy"
664
 
665
- #: ../dashboard.php:1452
666
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
667
  msgstr "Uwaga! Tryb Twierdzy jest aktywny. Nikt obecnie nie może się zalogować."
668
 
669
- #: ../dashboard.php:311 ../whois.php:221 ../whois.php:252 ../common.php:594
 
670
  msgid "Unknown"
671
  msgstr "Nieznane"
672
 
@@ -675,459 +675,461 @@ msgstr "Nieznane"
675
  msgid "Gregory"
676
  msgstr "Gregory"
677
 
678
- #: ../wp-cerber.php:545 ../wp-cerber.php:557 ../wp-cerber.php:564 ../wp-cerber.
679
- #: php:743 ../wp-cerber.php:959 ../wp-cerber.php:965 ../wp-cerber.php:970 ../wp-
680
- #: cerber.php:975 ../wp-cerber.php:981 ../wp-cerber.php:988 ../wp-cerber.php:1088
681
- #: ../wp-cerber.php:1225 ../common.php:173 ../common.php:227 ../common.php:231 ..
682
- #: /settings.php:709
 
683
  msgid "ERROR:"
684
  msgstr "BŁĄD:"
685
 
686
- #: ../wp-cerber.php:574
687
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
688
  msgstr "Nieudana weryfikacja. Proszę zaznaczyć kwadrat poniżej w bloku reCAPTCHA"
689
 
690
- #: ../wp-cerber.php:755
691
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
692
  msgstr "<strong>BŁĄD</strong>: Hasło dla nazwy użytkownika jest nieprawidłowe"
693
 
694
- #: ../wp-cerber.php:976
695
  msgid "Username is not allowed. Please choose another one."
696
  msgstr "Nazwa użytkownika niedostępna. Prosimy wybrać inną."
697
 
698
- #: ../wp-cerber.php:3022
699
  msgid "unspecified"
700
  msgstr "nieokreślone"
701
 
702
- #: ../wp-cerber.php:3025
703
  msgid "Number of lockouts is increasing"
704
  msgstr "Liczba blokad wzrasta"
705
 
706
- #: ../wp-cerber.php:3030
707
  msgid "View activity for this IP"
708
  msgstr "Zobacz aktywność tego IP"
709
 
710
- #: ../wp-cerber.php:3034 ../wp-cerber.php:3036
711
  msgid "A new version of WP Cerber is available to install"
712
  msgstr "Dostępna jest nowa wersja WP Cerber"
713
 
714
- #: ../wp-cerber.php:3035
715
  msgid "Hi!"
716
  msgstr "Cześć!"
717
 
718
- #: ../wp-cerber.php:3038 ../wp-cerber.php:3049
719
  msgid "Website"
720
  msgstr "Witryna"
721
 
722
- #: ../wp-cerber.php:3041 ../wp-cerber.php:3042
723
  msgid "The WP Cerber security plugin has been deactivated"
724
  msgstr "Wtyczka bezpieczeństwa WP Cerber została wyłączona"
725
 
726
- #: ../wp-cerber.php:3044
727
  msgid "Not logged in"
728
  msgstr "Niezalogowany"
729
 
730
- #: ../wp-cerber.php:3050
731
  msgid "By user"
732
  msgstr "- użytkownik"
733
 
734
- #: ../wp-cerber.php:3051
735
  msgid "From IP address"
736
  msgstr "Z adresu IP"
737
 
738
- #: ../wp-cerber.php:3054
739
  msgid "From country"
740
  msgstr "Z Państwa"
741
 
742
- #: ../wp-cerber.php:3058
743
  msgid "The WP Cerber security plugin is now active"
744
  msgstr "Wtyczka WP Cerber jest teraz aktywna"
745
 
746
- #: ../wp-cerber.php:3731
747
  msgid "Your IP address is added to the"
748
  msgstr "Twój adres IP został dodany do"
749
 
750
- #: ../wp-cerber.php:3743
751
  msgid "Import settings"
752
  msgstr "Importuj ustawienia"
753
 
754
- #: ../settings.php:173
755
  msgid "Notification limit"
756
  msgstr "Limit powiadomień"
757
 
758
- #: ../settings.php:173
759
  msgid "notification letters allowed per hour (0 means unlimited)"
760
  msgstr "limit powiadomień na godzinę (0 oznacza nieograniczone)"
761
 
762
- #: ../settings.php:121
763
  msgid "User related settings"
764
  msgstr "Ustawienia związane z użytkownikami"
765
 
766
- #: ../settings.php:123
767
  msgid "Prohibited usernames"
768
  msgstr "Zabronione nazwy użytkownika"
769
 
770
- #: ../settings.php:123
771
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
772
  msgstr "Użytkownicy z tej listy nie mogą się logować, ani rejestrować. Każdy adres IP próbujący używać jakiekolwiek nazwy użytkownika z tej listy zostanie zablokowany."
773
 
774
- #: ../settings.php:124
775
  msgid "User session expire"
776
  msgstr "Przedawnienie sesji użytkownika"
777
 
778
- #: ../settings.php:124
779
  msgid "in minutes (leave empty to use default WP value)"
780
  msgstr "w minutach (pozostaw puste, aby użyć standardowej wartości WP)"
781
 
782
- #: ../settings.php:147
783
  msgid "reCAPTCHA settings"
784
  msgstr "Ustawienia reCAPTCHA"
785
 
786
- #: ../settings.php:148
787
  msgid "Site key"
788
  msgstr "Klucz strony"
789
 
790
- #: ../settings.php:149
791
  msgid "Secret key"
792
  msgstr "Sekretny klucz"
793
 
794
- #: ../settings.php:152
795
  msgid "Enable reCAPTCHA for WordPress registration form"
796
  msgstr "Włącz reCAPTCHA dla formularza rejestracji Wordpressa"
797
 
798
- #: ../settings.php:155
799
  msgid "Lost password form"
800
  msgstr "Formularz odzyskiwania hasła"
801
 
802
- #: ../settings.php:158
803
  msgid "Login form"
804
  msgstr "Formularz logowania"
805
 
806
- #: ../settings.php:158
807
  msgid "Enable reCAPTCHA for WordPress login form"
808
  msgstr "Włącz reCAPTCHę dla formularza logowania Wordpressa"
809
 
810
- #: ../settings.php:219
811
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
812
  msgstr "Zanim zaczniesz używać reCAPTCHA musisz uzyskać dwa klucze na specjalnej stronie Google"
813
 
814
- #: ../cerber-lab.php:666 ../settings.php:220
815
  msgid "Know more"
816
  msgstr "Dowiedz się więcej"
817
 
818
- #: ../dashboard.php:892 ../settings.php:239
819
  msgid "WP Cerber Security"
820
  msgstr "Zabezpieczenia WP Cerber"
821
 
822
- #: ../settings.php:259
823
  msgid "Users"
824
  msgstr "Użytkownicy"
825
 
826
- #: ../common.php:519
827
  msgid "User created"
828
  msgstr "Utworzenie nowego użytkownika"
829
 
830
- #: ../dashboard.php:1306 ../common.php:520
831
  msgid "User registered"
832
  msgstr "Użytkownik zarejestrowany"
833
 
834
- #: ../common.php:547
835
  msgid "reCAPTCHA verification failed"
836
  msgstr "Nieprawidłowa weryfikacja reCATPCHA"
837
 
838
- #: ../common.php:548
839
  msgid "reCAPTCHA settings are incorrect"
840
  msgstr "Nieprawidłowe ustawienia reCAPTCHA"
841
 
842
- #: ../common.php:551
843
  msgid "Attempt to access prohibited URL"
844
  msgstr "Próba logowania na zabroniony URL"
845
 
846
- #: ../common.php:553 ../common.php:598
847
  msgid "Attempt to log in with prohibited username"
848
  msgstr "Próba zalogowania z zabronioną nazwą użytkownika"
849
 
850
- #: ../settings.php:93
851
  msgid "Cerber Lab connection"
852
  msgstr "Połączenie Cerber Lab"
853
 
854
- #: ../settings.php:93
855
  msgid "Send malicious IP addresses to the Cerber Lab"
856
  msgstr "Wyślij szkodliwe adresy IP do Cerber Lab"
857
 
858
- #: ../settings.php:94
859
  msgid "Cerber Lab protocol"
860
  msgstr "Protokół Cerber Lab"
861
 
862
- #: ../settings.php:134 ../settings.php:152
863
  msgid "Registration form"
864
  msgstr "Formularz rejestracji"
865
 
866
- #: ../settings.php:153
867
  msgid "Enable reCAPTCHA for WooCommerce registration form"
868
  msgstr "Włącz reCAPTCHA dla formularza rejestracji WooCommerce"
869
 
870
- #: ../settings.php:155
871
  msgid "Enable reCAPTCHA for WordPress lost password form"
872
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła Wordpressa"
873
 
874
- #: ../settings.php:156
875
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
876
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła WooCommerce"
877
 
878
- #: ../settings.php:159
879
  msgid "Enable reCAPTCHA for WooCommerce login form"
880
  msgstr "Włącz reCAPTCHę dla formularza logowania WooCoomerce"
881
 
882
- #: ../common.php:549
883
  msgid "Request to the Google reCAPTCHA service failed"
884
  msgstr "Wysyłanie żądania do Google reCAPTCHA nie powiodło się"
885
 
886
- #: ../dashboard.php:1298 ../dashboard.php:1327
887
  msgid "View all"
888
  msgstr "Zobacz wszystkie"
889
 
890
- #: ../dashboard.php:1328
891
  msgid "Recently locked out IP addresses"
892
  msgstr "Ostatnio zablokowane adresy IP"
893
 
894
- #: ../cerber-lab.php:664
895
  msgid "OK, nail them all"
896
  msgstr "OK"
897
 
898
- #: ../cerber-lab.php:665
899
  msgid "NO, maybe later"
900
  msgstr "NIE"
901
 
902
- #: ../dashboard.php:894 ../dashboard.php:1115 ../dashboard.php:1640 ../settings.
903
- #: php:244
904
  msgid "Dashboard"
905
  msgstr "Kokpit"
906
 
907
- #: ../cerber-lab.php:662
908
  msgid "Want to make WP Cerber even more powerful?"
909
  msgstr "Chcesz uczyć WP Cerber jeszcze bardziej potężnym?"
910
 
911
- #: ../cerber-lab.php:663
912
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
913
  msgstr "Pozwól na wysyłanie szkodliwych adresów IP do Cerber Lab. Pomoże to stworzyć nowe algorytmy dla obrony Wordpressa przed zagrożeniami botów pojawiających się na co dzień. Możesz wyłączyć tę opcję w każdej chwili w opcjach wtyczki."
914
 
915
- #: ../dashboard.php:476
916
  msgid "IP address"
917
  msgstr "Adres IP"
918
 
919
- #: ../dashboard.php:476
920
  msgid "User login"
921
  msgstr "Login użytkownika"
922
 
923
- #: ../dashboard.php:476
924
  msgid "User ID"
925
  msgstr "ID użytkownika"
926
 
927
- #: ../dashboard.php:654
928
  msgid "Export"
929
  msgstr "Eksport"
930
 
931
- #: ../dashboard.php:673
932
  msgid "Search for IP or username"
933
  msgstr "Szukaj IP lub użytkownika"
934
 
935
- #: ../dashboard.php:673
936
  msgid "Filter"
937
  msgstr "Filtr"
938
 
939
- #: ../dashboard.php:894
940
  msgid "Cerber Dashboard"
941
  msgstr "Kokpit Cerbera"
942
 
943
- #: ../dashboard.php:901
944
  msgid "Cerber tools"
945
  msgstr "Narzędzia Cerbera"
946
 
947
- #: ../dashboard.php:1553
948
  msgid "Subscribe"
949
  msgstr "Subskrybuj"
950
 
951
- #: ../dashboard.php:1554 ../cerber-tools.php:243
952
  msgid "Unsubscribe"
953
  msgstr "Odsubskrybuj"
954
 
955
- #: ../dashboard.php:1582
956
  msgid "You've subscribed"
957
  msgstr "Zasubskrybowałeś/aś"
958
 
959
- #: ../dashboard.php:1585
960
  msgid "You've unsubscribed"
961
  msgstr "Odsubskrybowałeś/aś"
962
 
963
- #: ../wp-cerber.php:3071 ../wp-cerber.php:3072
964
  msgid "A new activity has been recorded"
965
  msgstr "Zarejestrowano nową aktywność"
966
 
967
- #: ../wp-cerber.php:3516
968
  msgid "User"
969
  msgstr "Użytkownik"
970
 
971
- #: ../wp-cerber.php:3524
972
  msgid "Search string"
973
  msgstr "Fraza do wyszukania"
974
 
975
- #: ../wp-cerber.php:3545
976
  msgid "To unsubscribe click here"
977
  msgstr "Aby wyłączyć subskrypcję, kliknij tutaj"
978
 
979
- #: ../settings.php:97
980
  msgid "Preferences"
981
  msgstr "Preferencje"
982
 
983
- #: ../settings.php:99
984
  msgid "Date format"
985
  msgstr "Format daty"
986
 
987
- #: ../settings.php:99
988
  msgid "if empty, the default format %s will be used"
989
  msgstr "Jeśli puste, do zostanie użyty domyślny format %s"
990
 
991
- #: ../dashboard.php:1111 ../settings.php:175
992
  msgid "Push notifications"
993
  msgstr "Pchnij powiadomienia"
994
 
995
- #: ../settings.php:170
996
  msgid "Email notifications"
997
  msgstr "Powiadomienia E-mail"
998
 
999
- #: ../settings.php:172 ../settings.php:192
1000
  msgid "Use comma to specify multiple values"
1001
  msgstr "Używaj przecinka, aby określić więcej wartości"
1002
 
1003
- #: ../settings.php:182
1004
  msgid "All connected devices"
1005
  msgstr "Wszystkie połączone urządzenia"
1006
 
1007
- #: ../settings.php:183
1008
  msgid "No devices found"
1009
  msgstr "Nie znaleziono urządzeń"
1010
 
1011
- #: ../settings.php:185
1012
  msgid "Not available"
1013
  msgstr "Niedostępne"
1014
 
1015
- #: ../common.php:545
1016
  msgid "Password reset requested"
1017
  msgstr "Prośba o reset hasła"
1018
 
1019
- #: ../common.php:599
1020
  msgid "Limit on failed reCAPTCHA verifications is reached"
1021
  msgstr "Osiągnięto limit nieprawidłowych weryfikacji reCAPTCHA"
1022
 
1023
- #: ../common.php:644
1024
  msgid "%s ago"
1025
  msgstr "%s temu"
1026
 
1027
- #: ../settings.php:71
1028
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1029
  msgstr "Włącz zasadę limitu logowań dla adresów IP na białej liście"
1030
 
1031
- #: ../settings.php:80
1032
  msgid "Display 404 page"
1033
  msgstr "Wyświetl stronę 404"
1034
 
1035
- #: ../settings.php:150
1036
  msgid "Invisible reCAPTCHA"
1037
  msgstr "Niewidzialna reCAPTCHA"
1038
 
1039
- #: ../settings.php:150
1040
  msgid "Enable invisible reCAPTCHA"
1041
  msgstr "Włącz niewidzialną reCAPTCHę"
1042
 
1043
- #: ../settings.php:150
1044
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1045
  msgstr "(nie włączaj, dopóki nie zaopatrzysz się w odpowiednie klucze dla wersji niewidzialnej reCAPTCHy)"
1046
 
1047
- #: ../settings.php:161
1048
  msgid "Enable reCAPTCHA for WordPress comment form"
1049
  msgstr "Włącz reCAPTCHA dla formularza komentarzy Wordpressa"
1050
 
1051
- #: ../settings.php:162
1052
  msgid "Disable reCAPTCHA for logged in users"
1053
  msgstr "Wyłącz reCAPTCHę dla zalogowanych użytkowników"
1054
 
1055
- #: ../settings.php:164
1056
  msgid "Limit attempts"
1057
  msgstr "Limit prób"
1058
 
1059
- #: ../settings.php:164
1060
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1061
  msgstr "Zablokuj adres IP na %s minut po %s nieprawidłowych próbowach logowania w ciągu %s minut"
1062
 
1063
- #: ../settings.php:213
1064
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1065
  msgstr "W trybie Twierdzy nie może się zalogować nikt oprócz adresów IP znajdujących się na białej liście. Nie ma to wpływu na aktywne sesje użytkowników."
1066
 
1067
- #: ../dashboard.php:476 ../dashboard.php:635
1068
  msgid "Event"
1069
  msgstr "Zdarzenie"
1070
 
1071
- #: ../common.php:116
1072
  msgid "Spam comments denied"
1073
  msgstr "Odrzuconych komentarzy ze spamem"
1074
 
1075
- #: ../common.php:118
1076
  msgid "Malicious IP addresses detected"
1077
  msgstr "Wykrytych szkodliwych adresów IP"
1078
 
1079
- #: ../common.php:119
1080
  msgid "Lockouts occurred"
1081
  msgstr "Blokad"
1082
 
1083
- #: ../dashboard.php:1307
1084
  msgid "All suspicious activity"
1085
  msgstr "Cała podejrzana aktywność"
1086
 
1087
- #: ../wp-cerber.php:960 ../wp-cerber.php:966 ../wp-cerber.php:982 ../wp-cerber.
1088
- #: php:989
1089
  msgid "You are not allowed to register."
1090
  msgstr "Nie masz zezwolenia na rejestrację."
1091
 
1092
- #: ../common.php:530
1093
  msgid "Spam comment denied"
1094
  msgstr "Komentarz ze spamem odrzucony"
1095
 
1096
- #: ../common.php:555
1097
  msgid "Attempt to log in denied"
1098
  msgstr "Odrzucono próbę logowania"
1099
 
1100
- #: ../common.php:556
1101
  msgid "Attempt to register denied"
1102
  msgstr "Odrzucono próbę rejestracji"
1103
 
1104
- #: ../common.php:113
1105
  msgid "Malicious activities mitigated"
1106
  msgstr "Złagodzonej szkodliwej aktywności"
1107
 
1108
- #: ../dashboard.php:900
1109
  msgid "Cerber antispam settings"
1110
- msgstr ""
1111
 
1112
- #: ../dashboard.php:900 ../wp-cerber.php:3740 ../settings.php:161
 
1113
  msgid "Antispam"
1114
  msgstr "Antyspam"
1115
 
1116
- #: ../settings.php:132
1117
  msgid "Cerber antispam engine"
1118
  msgstr "Silnik antyspamu cerbera"
1119
 
1120
- #: ../settings.php:133
1121
  msgid "Comment form"
1122
  msgstr "Formularz komentarzy"
1123
 
1124
- #: ../settings.php:133
1125
  msgid "Protect comment form with bot detection engine"
1126
  msgstr "Chroń formularz komentarzy silnikiem wykrywania botów"
1127
 
1128
- #: ../settings.php:134
1129
  msgid "Protect registration form with bot detection engine"
1130
- msgstr ""
1131
 
1132
  #: ../cerber-tools.php:48
1133
  msgid "Export & Import"
@@ -1141,408 +1143,664 @@ msgstr "Diagnostyka"
1141
  msgid "License"
1142
  msgstr "Licencja"
1143
 
1144
- #: ../cerber-tools.php:313
1145
  msgid "Antispam and bot detection settings"
1146
  msgstr "Antyspam oraz ustawienia wykrywania botów"
1147
 
1148
- #: ../wp-cerber.php:1225
1149
  msgid "Sorry, human verification failed."
1150
- msgstr ""
1151
 
1152
- #: ../common.php:600
1153
  msgid "Bot activity is detected"
1154
- msgstr ""
1155
 
1156
- #: ../settings.php:142
1157
  msgid "Comment processing"
1158
- msgstr ""
1159
 
1160
- #: ../settings.php:143
1161
  msgid "If a spam comment detected"
1162
- msgstr ""
1163
 
1164
- #: ../settings.php:144
1165
  msgid "Trash spam comments"
1166
- msgstr ""
1167
 
1168
- #: ../settings.php:144
1169
  msgid "Move spam comments to trash after"
1170
- msgstr ""
1171
 
1172
- #: ../common.php:531
1173
  msgid "Spam form submission denied"
1174
- msgstr ""
1175
 
1176
- #: ../settings.php:135
1177
  msgid "Other forms"
1178
  msgstr "Inne formularze"
1179
 
1180
- #: ../settings.php:135
1181
  msgid "Protect all forms on the website with bot detection engine"
1182
- msgstr ""
1183
 
1184
- #: ../settings.php:137
1185
  msgid "Adjust antispam engine"
1186
- msgstr ""
1187
 
1188
- #: ../settings.php:138
1189
  msgid "Safe mode"
1190
- msgstr ""
1191
 
1192
- #: ../settings.php:138
1193
  msgid "Use less restrictive policies (allow AJAX)"
1194
- msgstr ""
1195
 
1196
- #: ../settings.php:139
1197
  msgid "Logged in users"
1198
  msgstr "Zalogowani użytkownicy"
1199
 
1200
- #: ../settings.php:139
1201
  msgid "Disable bot detection engine for logged in users"
1202
- msgstr ""
1203
 
1204
  #. Name of the plugin
1205
  #:
1206
  msgid "WP Cerber Security & Antispam"
1207
- msgstr ""
1208
 
1209
- #: ../dashboard.php:95 ../dashboard.php:633
1210
  msgid "Country"
1211
  msgstr "Państwo"
1212
 
1213
- #: ../dashboard.php:664
1214
  msgid "All events"
1215
- msgstr ""
1216
 
1217
- #: ../dashboard.php:897
1218
  msgid "Cerber Security Rules"
1219
- msgstr ""
1220
 
1221
- #: ../dashboard.php:897 ../dashboard.php:1985
1222
  msgid "Security Rules"
1223
- msgstr ""
1224
 
1225
- #: ../dashboard.php:974
1226
  msgid "Failed login attempts"
1227
- msgstr ""
1228
 
1229
- #: ../dashboard.php:975
1230
  msgid "Registered"
1231
- msgstr ""
1232
 
1233
- #: ../dashboard.php:1042
1234
  msgid "You"
1235
  msgstr "Ty"
1236
 
1237
- #: ../common.php:117
1238
  msgid "Spam form submissions denied"
1239
- msgstr ""
1240
 
1241
- #: ../dashboard.php:1363 ../wp-cerber.php:3061 ../wp-cerber.php:3733
1242
  msgid "Getting Started Guide"
1243
- msgstr ""
1244
 
1245
- #: ../dashboard.php:1990
1246
  msgid "Countries"
1247
  msgstr "Państwa"
1248
 
1249
- #: ../dashboard.php:2055
1250
  msgid "Permitted for one country"
1251
  msgid_plural "Permitted for %d countries"
1252
- msgstr[0] ""
1253
- msgstr[1] ""
1254
- msgstr[2] ""
1255
 
1256
- #: ../dashboard.php:2066
1257
  msgid "No rule"
1258
- msgstr ""
1259
 
1260
- #: ../dashboard.php:2269
1261
  msgid "Security rules have been updated"
1262
- msgstr ""
1263
 
1264
  #. URI of the plugin
1265
  #:
1266
  msgid "https://wpcerber.com"
1267
  msgstr "https://wpcerber.com"
1268
 
1269
- #: ../common.php:532
1270
  msgid "Form submission denied"
1271
- msgstr ""
1272
 
1273
- #: ../common.php:533
1274
  msgid "Comment denied"
1275
- msgstr ""
1276
 
1277
- #: ../common.php:558
1278
  msgid "Request to REST API denied"
1279
- msgstr ""
1280
 
1281
- #: ../common.php:559
1282
  msgid "XML-RPC request denied"
1283
- msgstr ""
1284
 
1285
- #: ../common.php:563
1286
  msgid "Bot detected"
1287
- msgstr ""
1288
 
1289
- #: ../common.php:564
1290
  msgid "Citadel mode is active"
1291
- msgstr ""
1292
 
1293
- #: ../common.php:569
1294
  msgid "Malicious activity detected"
1295
- msgstr ""
1296
 
1297
- #: ../common.php:570
1298
  msgid "Blocked by country rule"
1299
- msgstr ""
1300
 
1301
- #: ../common.php:571
1302
  msgid "Limit reached"
1303
- msgstr ""
1304
 
1305
- #: ../common.php:572
 
1306
  msgid "Multiple suspicious activities"
1307
- msgstr ""
1308
 
1309
- #: ../common.php:601
1310
  msgid "Multiple suspicious activities were detected"
1311
- msgstr ""
1312
 
1313
- #: ../settings.php:107
1314
  msgid "Block access to user pages like /?author=n and user data via REST API"
1315
- msgstr ""
1316
 
1317
- #: ../settings.php:110
1318
  msgid "Block access to the WordPress REST API except the following"
1319
- msgstr ""
1320
 
1321
- #: ../settings.php:111
1322
  msgid "Allow REST API for logged in users"
1323
- msgstr ""
1324
 
1325
- #: ../settings.php:112
1326
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1327
- msgstr ""
1328
 
1329
- #: ../settings.php:122
1330
  msgid "Registration limit"
1331
- msgstr ""
1332
 
1333
- #: ../settings.php:125
1334
  msgid "Sort users in dashboard"
1335
- msgstr ""
1336
 
1337
- #: ../settings.php:125
1338
  msgid "by date of registration"
1339
- msgstr ""
1340
 
1341
- #: ../settings.php:140
 
1342
  msgid "Query whitelist"
1343
- msgstr ""
1344
 
1345
- #: ../settings.php:382 ../settings.php:505
1346
  msgid "%s allowed registrations in %s minutes from one IP"
1347
- msgstr ""
1348
 
1349
- #: ../dashboard.php:2122
1350
  msgid "Start typing here to find a country"
1351
- msgstr ""
1352
 
1353
- #: ../dashboard.php:2205
1354
  msgid "Click on a country name to add it to the list of selected countries"
1355
- msgstr ""
1356
 
1357
- #: ../dashboard.php:2224
1358
  msgid "Submit forms"
1359
- msgstr ""
1360
 
1361
- #: ../dashboard.php:2225
1362
  msgid "Post comments"
1363
- msgstr ""
1364
 
1365
- #: ../dashboard.php:2226
1366
  msgid "Log in to the website"
1367
- msgstr ""
1368
 
1369
- #: ../dashboard.php:2227
1370
  msgid "Register on the website"
1371
- msgstr ""
1372
 
1373
- #: ../dashboard.php:2228
1374
  msgid "Use XML-RPC"
1375
- msgstr ""
1376
 
1377
- #: ../dashboard.php:2229
1378
  msgid "Use REST API"
1379
- msgstr ""
1380
 
1381
- #: ../settings.php:143
1382
  msgid "Deny it completely"
1383
- msgstr ""
1384
 
1385
- #: ../settings.php:143
1386
  msgid "Mark it as spam"
1387
- msgstr ""
1388
 
1389
- #: ../dashboard.php:1292
1390
  msgid "in the last 24 hours"
1391
- msgstr ""
1392
 
1393
- #: ../dashboard.php:1641
1394
  msgid "Main settings"
1395
- msgstr ""
1396
 
1397
- #: ../settings.php:190
1398
  msgid "Weekly reports"
1399
- msgstr ""
1400
 
1401
- #: ../settings.php:602
1402
  msgid "Sunday"
1403
- msgstr ""
1404
 
1405
- #: ../settings.php:603
1406
  msgid "Monday"
1407
- msgstr ""
1408
 
1409
- #: ../settings.php:604
1410
  msgid "Tuesday"
1411
- msgstr ""
1412
 
1413
- #: ../settings.php:605
1414
  msgid "Wednesday"
1415
- msgstr ""
1416
 
1417
- #: ../settings.php:606
1418
  msgid "Thursday"
1419
- msgstr ""
1420
 
1421
- #: ../settings.php:607
1422
  msgid "Friday"
1423
- msgstr ""
1424
 
1425
- #: ../settings.php:608
1426
  msgid "Saturday"
1427
- msgstr ""
1428
 
1429
- #: ../settings.php:661 ../settings.php:662
1430
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1431
- msgstr ""
1432
 
1433
  #. translators: preposition of time
1434
- #: ../settings.php:618
1435
  msgctxt "preposition of time"
1436
  msgid "at"
1437
- msgstr ""
1438
 
1439
- #: ../wp-cerber.php:3077
1440
  msgid "Weekly report"
1441
- msgstr ""
1442
 
1443
- #: ../wp-cerber.php:3080
1444
  msgid "To change reporting settings visit"
1445
- msgstr ""
1446
 
1447
- #: ../wp-cerber.php:3106
1448
  msgid "Your login page:"
1449
- msgstr ""
1450
 
1451
- #: ../wp-cerber.php:3110
1452
  msgid "Your license is valid until"
1453
- msgstr ""
1454
 
1455
- #: ../wp-cerber.php:3221
1456
  msgid "Activity details"
1457
- msgstr ""
1458
 
1459
- #: ../settings.php:634
1460
  msgid "Click to send now"
1461
- msgstr ""
1462
 
1463
- #: ../wp-cerber.php:625
1464
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1465
- msgstr ""
1466
 
1467
- #: ../dashboard.php:377
1468
  msgid "Email has been sent to"
1469
- msgstr ""
1470
 
1471
- #: ../dashboard.php:380
1472
  msgid "Unable to send email to"
1473
- msgstr ""
1474
 
1475
- #: ../dashboard.php:2058
1476
  msgid "Not permitted for one country"
1477
  msgid_plural "Not permitted for %d countries"
1478
- msgstr[0] ""
1479
- msgstr[1] ""
1480
- msgstr[2] ""
1481
 
1482
- #: ../dashboard.php:2209
1483
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1484
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1485
- msgstr ""
1486
 
1487
- #: ../dashboard.php:2212
1488
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1489
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1490
- msgstr ""
1491
 
1492
  #. Description of the plugin
1493
  #:
1494
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1495
- msgstr ""
1496
 
1497
- #: ../wp-cerber.php:3209
1498
  msgid "Weekly Report"
1499
- msgstr ""
1500
 
1501
- #: ../settings.php:80
1502
  msgid "Use 404 template from the active theme"
1503
- msgstr ""
1504
 
1505
- #: ../settings.php:80
1506
  msgid "Display simple 404 page"
1507
- msgstr ""
1508
 
1509
- #: ../settings.php:140
1510
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1511
- msgstr ""
1512
 
1513
- #: ../settings.php:192
1514
  msgid "if empty, email from notification settings will be used"
1515
- msgstr ""
1516
 
1517
- #: ../settings.php:193
1518
  msgid "Enable reporting"
1519
- msgstr ""
1520
 
1521
- #: ../wp-cerber.php:3133
1522
  msgid "Your last sign-in was %s from %s"
1523
- msgstr ""
1524
 
1525
- #: ../wp-cerber.php:3235
1526
  msgid "Attempts to log in with non-existent username"
1527
- msgstr ""
1528
 
1529
- #: ../dashboard.php:167
1530
  msgid "IP address, IPv4 address range or subnet"
1531
- msgstr ""
1532
 
1533
- #: ../dashboard.php:169
1534
  msgid "Optional comment for this entry"
1535
- msgstr ""
1536
 
1537
- #: ../dashboard.php:210
1538
  msgid "You cannot add your IP address or network"
1539
- msgstr ""
1540
 
1541
- #: ../cerber-news.php:135
1542
  msgid "Cool!"
1543
- msgstr ""
1544
 
1545
- #: ../settings.php:123
1546
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1547
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1548
 
8
  "Language: pl\n"
9
  "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
 
11
+ #: ../settings.php:73
12
  msgid "Limit login attempts"
13
  msgstr "Limit prób logowana"
14
 
15
+ #: ../settings.php:74
16
  msgid "Attempts"
17
  msgstr "Próby"
18
 
19
+ #: ../settings.php:75
20
  msgid "Lockout duration"
21
  msgstr "Czas zablokowania"
22
 
23
+ #: ../settings.php:75 ../settings.php:101
24
  msgid "minutes"
25
  msgstr "minut/y"
26
 
27
+ #: ../settings.php:76
28
  msgid "Aggressive lockout"
29
  msgstr "Agresywna blokada"
30
 
31
+ #: ../settings.php:79
32
  msgid "Site connection"
33
  msgstr "Połączenie witryny"
34
 
35
+ #: ../settings.php:81
36
  msgid "Proactive security rules"
37
  msgstr "Pro-aktywne zasady bezpieczeństwa"
38
 
39
+ #: ../settings.php:82
40
  msgid "Block subnet"
41
  msgstr "Blokada podsieci"
42
 
43
+ #: ../settings.php:85
44
  msgid "Request wp-login.php"
45
  msgstr "Żądanie wp-login.php"
46
 
47
+ #: ../settings.php:85
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Natychmiast blokuj wszystkie adresy IP, które próbują uzyskać dostęp do wp-login.php"
50
 
51
+ #: ../settings.php:84
52
  msgid "Redirect dashboard requests"
53
  msgstr "Przekieruj żądania do kokpitu"
54
 
55
+ #: ../settings.php:88
56
  msgid "Custom login page"
57
  msgstr "Własna strona logowania"
58
 
59
+ #: ../settings.php:89
60
  msgid "Custom login URL"
61
  msgstr "Własny URL logowania"
62
 
63
+ #: ../settings.php:95
64
  msgid "must not overlap with the existing pages or posts slug"
65
  msgstr "nie może nachodzić z istniejącym stronami lub uproszczonymi adresami wpisów"
66
 
67
+ #: ../settings.php:97
68
  msgid "Disable wp-login.php"
69
  msgstr "Wyłącz wp-login.php"
70
 
71
+ #: ../settings.php:97
72
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
73
  msgstr "Zablokuj bezpośredni dostęp do wp-login.php i przekieruj na błąd 404"
74
 
75
+ #: ../dashboard.php:1221 ../settings.php:99
76
  msgid "Citadel mode"
77
  msgstr "Tryb Twierdzy"
78
 
79
+ #: ../settings.php:100
80
  msgid "Threshold"
81
  msgstr "Pułap"
82
 
83
+ #: ../settings.php:101
84
  msgid "Duration"
85
  msgstr "Czas trwania"
86
 
87
+ #: ../cerber-load.php:4111 ../settings.php:78 ../settings.php:102 ../settings.php:
88
+ #: 411
89
  msgid "Notifications"
90
  msgstr "Powiadomienia"
91
 
92
+ #: ../settings.php:102
93
  msgid "Send notification to admin email"
94
  msgstr "Wyślij powiadomienie na adres mailowy administratora"
95
 
96
+ #: ../cerber-load.php:4108 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
97
+ #: tools.php:101 ../cerber-tools.php:182
98
  msgid "Access Lists"
99
  msgstr "Listy Dostępowe"
100
 
101
+ #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3855 ..
102
+ #: /settings.php:104 ../settings.php:395
103
  msgid "Activity"
104
  msgstr "Aktywność"
105
 
106
+ #: ../settings.php:399
107
  msgid "Lockouts"
108
  msgstr "Blodady"
109
 
110
+ #: ../settings.php:520 ../settings.php:642
111
  msgid "%s allowed retries in %s minutes"
112
  msgstr "%s prób w ciągu %s minut"
113
 
114
+ #: ../settings.php:542 ../settings.php:664
115
  msgid "Enable after %s failed login attempts in last %s minutes"
116
  msgstr "Włączane po %d nieprawidłowych próbach logowania w ciągu ostatnich %d minut."
117
 
118
+ #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
119
+ #: php:3864
120
  msgid "IP"
121
  msgstr "IP"
122
 
123
+ #: ../dashboard.php:534 ../dashboard.php:698 ../dashboard.php:2846
124
  msgid "Date"
125
  msgstr "Data"
126
 
127
+ #: ../dashboard.php:534 ../dashboard.php:700 ../dashboard.php:2851
128
  msgid "Local User"
129
  msgstr "Lokalny użytkownik"
130
 
131
+ #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3872
132
  msgid "Username used"
133
  msgstr "Nazwa użytkownika"
134
 
135
+ #: ../dashboard.php:148
136
  msgid "Showing last %d records from %d"
137
  msgstr "Wyświetla ostatnie %d wpisów z %d"
138
 
139
+ #: ../common.php:798
140
  msgid "Logged in"
141
  msgstr "Zalogowano"
142
 
143
+ #: ../common.php:799
144
  msgid "Logged out"
145
  msgstr "Wylogowano"
146
 
147
+ #: ../common.php:800
148
  msgid "Login failed"
149
  msgstr "Nieprawidłowe logowanie"
150
 
151
+ #: ../common.php:803
152
  msgid "IP blocked"
153
  msgstr "Zablokowano IP"
154
 
155
+ #: ../common.php:804
156
  msgid "Subnet blocked"
157
  msgstr "Zablokowana podsieć"
158
 
159
+ #: ../common.php:806
160
  msgid "Citadel activated!"
161
  msgstr "Aktywacja twierdzy!"
162
 
163
+ #: ../dashboard.php:675 ../dashboard.php:879 ../dashboard.php:2684 ../common.php:
164
+ #: 845
165
  msgid "Locked out"
166
  msgstr "Zablokowany"
167
 
168
+ #: ../common.php:846
169
  msgid "IP blacklisted"
170
  msgstr "IP dodany do czarnej listy"
171
 
172
+ #: ../common.php:821
173
  msgid "Password changed"
174
  msgstr "Zmieniono hasło"
175
 
176
+ #: ../dashboard.php:122 ../dashboard.php:195
177
  msgid "Remove"
178
  msgstr "Usuń"
179
 
180
+ #: ../dashboard.php:425
181
  msgid "Lockout for %s was removed"
182
  msgstr "Blokada dla %s została usunięta"
183
 
184
+ #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
185
+ #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4100 ../settings.php:77 ..
186
+ #: /settings.php:365
187
  msgid "White IP Access List"
188
  msgstr "Lista dostępu dla białej listy"
189
 
190
+ #: ../dashboard.php:169 ../dashboard.php:671 ../dashboard.php:876 ../dashboard.
191
+ #: php:1220 ../dashboard.php:2680
192
  msgid "Black IP Access List"
193
  msgstr "Lista dostępu dla czarnej listy"
194
 
195
+ #: ../dashboard.php:201
196
  msgid "List is empty"
197
  msgstr "Lista jest pusta"
198
 
199
+ #: ../dashboard.php:238
200
  msgid "Address %s was added to White IP Access List"
201
  msgstr "Adres %s został dodany do Białej listy dostępu"
202
 
203
+ #: ../dashboard.php:252
204
  msgid "Address %s was added to Black IP Access List"
205
  msgstr "Adres %s został dodany do czarnej listy"
206
 
207
+ #: ../cerber-load.php:3337
208
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
209
  msgstr "Tryb Twierdzy aktywuje się po %d nieprawidłowych logowania w czasie %d minut."
210
 
211
+ #: ../dashboard.php:1625
212
  msgid "View Activity"
213
  msgstr "Zobacz Aktywność"
214
 
215
+ #: ../dashboard.php:2530 ../cerber-tools.php:91 ../cerber-tools.php:100
216
  msgid "Settings"
217
  msgstr "Ustawienia"
218
 
219
+ #: ../dashboard.php:1082
220
  msgid "Last login"
221
  msgstr "Ostatnie logowanie"
222
 
223
+ #: ../dashboard.php:1115 ../dashboard.php:1202
224
  msgid "Never"
225
  msgstr "Nigdy"
226
 
227
+ #: ../dashboard.php:1513
228
  msgid "Are you sure?"
229
  msgstr "Jesteś pewny/a?"
230
 
231
  #. Not sure how "reverse" should be translated into polish language with this context
232
+ #: ../dashboard.php:1307 ../settings.php:79
 
233
  msgid "My site is behind a reverse proxy"
234
+ msgstr "Moja strona łączy się przez odwrotne proxy"
235
 
236
+ #: ../settings.php:83
237
  msgid "Non-existent users"
238
  msgstr "Nie-istniejący użytkownicy"
239
 
240
+ #: ../settings.php:83
241
  msgid "Immediately block IP when attempting to login with a non-existent username"
242
  msgstr "Natychmiast blokuj IP, które próbują logować się na nieistniejące nazwy użytkownika"
243
 
244
+ #: ../settings.php:84
245
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
246
  msgstr "Wyłącz automatyczne przekierowanie na stronę logowania, kiedy jest wykonywane nieautoryzowane żądanie."
247
 
248
+ #: ../settings.php:351
249
  msgid "Make your protection smarter!"
250
  msgstr "Zadbaj o to, aby twoja ochrona była mądrzejsza!"
251
 
252
+ #: ../settings.php:355
253
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
254
  msgstr "Prosimy włączyć włączyć permalinki, aby funkcja była dostępna. Zmień ustawienia permalinków na inne, niż domyślne."
255
 
256
+ #: ../cerber-load.php:4107 ../settings.php:401
 
 
 
 
257
  msgid "Main Settings"
258
  msgstr "Ustawienia Główne"
259
 
260
+ #: ../dashboard.php:2531 ../settings.php:413 ../cerber-tools.php:51
261
  msgid "Help"
262
  msgstr "Pomoc"
263
 
264
+ #: ../settings.php:530 ../settings.php:652
265
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
266
  msgstr "Zwiększ czas blokady do %s godzin po %s blokadach w czasie %s godzin"
267
 
268
+ #: ../cerber-load.php:358
269
  msgid "You are not allowed to log in. Ask your administrator for assistance."
270
  msgstr "Nie masz pozwolenia na zalogowanie. Skontaktuj się z administratorem."
271
 
272
+ #: ../cerber-load.php:364
273
  msgid "You have reached the login attempts limit. Please try again in %d minutes."
274
  msgstr "Osiągnięto limit logowań"
275
 
276
+ #: ../cerber-load.php:383
277
  msgid "You have only one attempt remaining."
278
  msgid_plural "You have %d attempts remaining."
279
  msgstr[0] "Pozostała tobie jedna próba."
280
  msgstr[1] "Pozostałych prób: %d"
281
  msgstr[2] "Pozostałych prób: %d"
282
 
283
+ #: ../dashboard.php:723
284
  msgid "No activity has been logged."
285
  msgstr "Nie zarejestrowano aktywności."
286
 
287
+ #: ../dashboard.php:132
288
  msgid "Expires"
289
  msgstr "Upływa"
290
 
291
+ #: ../dashboard.php:154
292
  msgid "No lockouts at the moment. The sky is clear."
293
  msgstr "Na chwilę obecną brak jakichkolwiek blokad"
294
 
295
+ #: ../dashboard.php:167
296
  msgid "These IPs will never be locked out"
297
  msgstr "Te adresy IP nigdy nie będą zablokowane."
298
 
299
+ #: ../dashboard.php:176
300
  msgid "Your IP"
301
  msgstr "Twoje IP"
302
 
303
+ #: ../cerber-load.php:3338
304
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
305
  msgstr "Ostatnia nieudana próba miała miejsce %s z adresu IP %s oraz nazwie użytkownika: %s"
306
 
307
+ #: ../cerber-load.php:4067
308
  msgid "Can't activate WP Cerber due to a database error."
309
  msgstr "Nie można aktywować WP Cerber przez błąd bazy danych."
310
 
311
+ #: ../settings.php:537 ../settings.php:659
312
  msgid "Notify admin if the number of active lockouts above"
313
  msgstr "Powiadom administratora, jeśli liczba aktywnych blokad przekroczy"
314
 
315
+ #: ../settings.php:105 ../settings.php:179 ../settings.php:341
316
  msgid "days"
317
  msgstr "dni"
318
 
319
+ #: ../dashboard.php:1172
320
  msgid "Cerber Quick View"
321
  msgstr "Szybki podgląd Cerbera"
322
 
323
+ #: ../dashboard.php:150
324
  msgid "Hint"
325
  msgstr "Podpowiedź"
326
 
327
+ #: ../dashboard.php:150
328
  msgid "To view activity, click on the IP"
329
  msgstr "Aby zobaczyć aktywność, kliknij na IP"
330
 
331
+ #: ../dashboard.php:194 ../dashboard.php:886 ../dashboard.php:913 ../dashboard.
332
+ #: php:1005
333
  msgid "Check for activity"
334
  msgstr "Sprawdź aktywność"
335
 
336
+ #: ../settings.php:82
337
  msgid "Always block entire subnet Class C of intruders IP"
338
  msgstr "Zawsze blokuj całą podsieć Klasy C z adresów IP intruzów"
339
 
340
+ #: ../settings.php:102 ../settings.php:539 ../settings.php:661
341
  msgid "Click to send test"
342
  msgstr "Kliknij, aby wysłać wiadomość testową"
343
 
344
+ #: ../settings.php:814 ../settings.php:815
345
  msgid "Attention! You have changed the login URL! The new login URL is"
346
  msgstr "Uwaga! Został zmieniony adres URL logowania! Nowy adres to"
347
 
348
+ #: ../dashboard.php:1081
349
  msgid "Comments"
350
  msgstr "Komentarze"
351
 
352
+ #: ../common.php:1078
353
  msgid "Update to version %s of WP Cerber"
354
  msgstr "Aktualizuj WP Cerber do wersji %s"
355
 
356
+ #: ../cerber-load.php:3339 ../cerber-load.php:3896
357
  msgid "View activity in dashboard"
358
  msgstr "Zobacz aktywność na pulpicie"
359
 
360
+ #: ../cerber-load.php:3369
361
  msgid "Number of active lockouts"
362
  msgstr "Liczba aktywnych blokad"
363
 
364
+ #: ../cerber-load.php:3373
365
  msgid "View lockouts in dashboard"
366
  msgstr "Sprawdź blokady w kokpicie"
367
 
368
+ #: ../cerber-load.php:3455
369
  msgid "This message was sent by"
370
  msgstr "Ta wiadomość została wysłana przez"
371
 
372
+ #: ../dashboard.php:64 ../cerber-tools.php:43
373
  msgid "Tools"
374
  msgstr "Narzędzia"
375
 
376
+ #: ../cerber-tools.php:88
377
  msgid "Export settings to the file"
378
  msgstr "Eksportuj ustawienia do pliku"
379
 
380
+ #: ../cerber-tools.php:89
381
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
382
  msgstr "Kiedy klikniesz na przycisk poniżej, to otrzymasz plik konfiguracyjny, który możesz importować na innej stronie."
383
 
384
+ #: ../cerber-tools.php:90
385
  msgid "What do you want to export?"
386
  msgstr "Co chcesz eksportować?"
387
 
388
+ #: ../cerber-tools.php:93
389
  msgid "Download file"
390
  msgstr "Pobierz plik"
391
 
392
+ #: ../cerber-tools.php:95
393
  msgid "Import settings from the file"
394
  msgstr "Importuj ustawienia z pliku"
395
 
396
+ #: ../cerber-tools.php:96
397
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
398
  msgstr "Kiedy klikniesz na przycisk poniżej, to zostanie zaimportowany plik i wszystkie dotychczasowe opcje zostaną nadpisane."
399
 
400
+ #: ../cerber-tools.php:97
401
  msgid "Select file to import."
402
  msgstr "Wybierz plik do importu"
403
 
404
+ #: ../cerber-tools.php:97
405
  msgid "Maximum upload file size: %s."
406
  msgstr "Maksymalna wielkość pliku importu: %s"
407
 
408
+ #: ../cerber-tools.php:100
409
  msgid "What do you want to import?"
410
  msgstr "Co chcesz importować?"
411
 
412
+ #: ../cerber-tools.php:102
413
  msgid "Upload file"
414
  msgstr "Wyślij plik"
415
 
416
+ #: ../cerber-tools.php:149
417
  msgid "No file was uploaded or file is corrupted"
418
  msgstr "Żaden plik nie został zaimportowany lub plik jest uszkodzony"
419
 
420
+ #: ../cerber-tools.php:182
421
  msgid "Error while updating"
422
  msgstr "Błąd podczas aktualizacji"
423
 
424
+ #: ../cerber-tools.php:185
425
  msgid "Settings has imported successfully from"
426
  msgstr "Ustawienia zaimportowano prawidłowo z"
427
 
428
+ #: ../cerber-tools.php:189
429
  msgid "Error while parsing file"
430
  msgstr "Bład parsowania pliku"
431
 
432
+ #: ../dashboard.php:130 ../dashboard.php:696
433
  msgid "Hostname"
434
  msgstr "Host"
435
 
436
+ #: ../dashboard.php:391
437
  msgid "unknown"
438
  msgstr "nieznane"
439
 
440
+ #: ../settings.php:105 ../settings.php:337
441
  msgid "Keep records for"
442
  msgstr "Trzymaj zapisy przez"
443
 
444
+ #: ../dashboard.php:1206 ../dashboard.php:1227
445
  msgid "active"
446
  msgstr "aktywne"
447
 
448
+ #: ../dashboard.php:1206
449
  msgid "deactivate"
450
  msgstr "deaktywuj"
451
 
452
+ #: ../dashboard.php:1208
453
  msgid "not active"
454
  msgstr "nieaktywne"
455
 
456
+ #: ../dashboard.php:1209 ../dashboard.php:1223
457
  msgid "disabled"
458
  msgstr "wyłączone"
459
 
460
+ #: ../dashboard.php:1214
461
  msgid "failed attempts"
462
  msgstr "nieudane próby"
463
 
464
+ #: ../dashboard.php:1214 ../dashboard.php:1215
465
  msgid "in 24 hours"
466
  msgstr "przez 24 godziny"
467
 
468
+ #: ../dashboard.php:1214 ../dashboard.php:1215
469
  msgid "view all"
470
  msgstr "zobacz wszystkie"
471
 
472
+ #: ../dashboard.php:1215
473
  msgid "lockouts"
474
  msgstr "blokady"
475
 
476
+ #: ../dashboard.php:1217
477
  msgid "Lockouts at the moment"
478
  msgstr "Blokad na chwilę obecną"
479
 
480
+ #: ../dashboard.php:1218
481
  msgid "Last lockout"
482
  msgstr "Ostatnia blokada"
483
 
484
+ #: ../dashboard.php:1219 ../dashboard.php:1220 ../dashboard.php:1796
485
  msgid "entry"
486
  msgid_plural "entries"
487
  msgstr[0] "wpis"
488
  msgstr[1] "wpisów"
489
  msgstr[2] "wpisy"
490
 
491
+ #: ../dashboard.php:1508
492
  msgid "Confused about some settings?"
493
  msgstr "Nie rozumiesz niektórych ustawień?"
494
 
495
+ #: ../dashboard.php:1509
496
  msgid "You can easily load default recommended settings using button below"
497
  msgstr "Możesz bez problemu załadować rekomendowane ustawienia klikając na przycisk poniżej"
498
 
499
+ #: ../dashboard.php:1511
500
  msgid "Load default settings"
501
  msgstr "Załaduj ustawienia domyślne"
502
 
503
+ #: ../dashboard.php:1519
504
  msgid "doesn't affect Custom login URL and Access Lists"
505
  msgstr "Nie ma wpływu na własny adres logowania oraz na Listy Dostępu"
506
 
507
+ #: ../common.php:1071 ../settings.php:221
508
  msgid "New version is available"
509
  msgstr "Dostępna jest nowa wersja"
510
 
511
  #. Name of the plugin
512
+ #: ../dashboard.php:52 ../dashboard.php:76
513
  msgid "WP Cerber"
514
  msgstr "WP Cerber"
515
 
516
+ #: ../cerber-load.php:3313
517
  msgid "WP Cerber notify"
518
  msgstr "Powiadomienie WP Cerber"
519
 
520
+ #: ../cerber-load.php:3335
521
  msgid "Citadel mode is activated"
522
  msgstr "Tryb Twierdzy jest aktywny"
523
 
524
+ #: ../cerber-load.php:3409
525
  msgid "New Custom login URL"
526
  msgstr "Nowy, własny URL logowania"
527
 
528
+ #: ../cerber-load.php:4054
529
  msgid "The WP Cerber requires PHP %s or higher. You are running"
530
  msgstr "WP Cerber wymaga wersji PHP %s lub wyższej. Twoja wersja to"
531
 
532
+ #: ../cerber-load.php:4058
533
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
534
  msgstr "WP Cerber wymaga wersji Wordpress %s lub wyższej. Twoja wersja to"
535
 
536
+ #: ../settings.php:108
537
  msgid "Use file"
538
  msgstr "Użyj pliku"
539
 
540
+ #: ../settings.php:108
541
  msgid "Write failed login attempts to the file"
542
  msgstr "Zapisuj nieprawidłowe próby logowania do pliku"
543
 
544
+ #: ../dashboard.php:1624
545
  msgid "Deactivate"
546
  msgstr "Wyłącz"
547
 
548
+ #: ../dashboard.php:133 ../cerber-load.php:3371
549
  msgid "Reason"
550
  msgstr "Powód"
551
 
552
+ #: ../dashboard.php:206
553
  msgid "Add IP to the list"
554
  msgstr "Dodaj IP do listy"
555
 
556
+ #: ../dashboard.php:932
557
  msgid "Add IP to the Black List"
558
  msgstr "Dodaj IP do czarnej listy"
559
 
560
+ #: ../common.php:876
561
  msgid "Attempt to access"
562
  msgstr "Próba dostępu"
563
 
564
+ #: ../common.php:875
565
  msgid "Limit on login attempts is reached"
566
  msgstr "Osiągnięto limit prób logowania"
567
 
568
+ #: ../common.php:829 ../common.php:877
569
  msgid "Attempt to log in with non-existent username"
570
  msgstr "Próba logowania z nieistniejącej nazwy użytkownika"
571
 
572
+ #: ../cerber-load.php:3370
573
  msgid "Last lockout was added: %s for IP %s"
574
  msgstr "Ostatnią blokadę dodano: %s dla IP %s"
575
 
576
+ #: ../cerber-load.php:4110 ../settings.php:406
577
  msgid "Hardening"
578
  msgstr "Wzmacnianie"
579
 
580
+ #: ../dashboard.php:909
581
  msgid "Abuse email:"
582
  msgstr "Nadużycie adresu email:"
583
 
584
+ #: ../settings.php:208 ../settings.php:243
585
  msgid "Email Address"
586
  msgstr "Adres E-mail"
587
 
588
+ #: ../settings.php:217
589
  msgid "if empty, the admin email %s will be used"
590
  msgstr "jeśli puste, to zostanie użyty adres e-mail administratora: %s"
591
 
592
+ #: ../settings.php:111
 
593
  msgid "Drill down IP"
594
  msgstr "Identyfikuj adres IP"
595
 
596
+ #: ../settings.php:111
597
  msgid "Retrieve extra WHOIS information for IP"
598
  msgstr "Sprawdź dodatkowe informacje WHOIS dla adresu IP"
599
 
600
+ #: ../settings.php:119
601
  msgid "Hardening WordPress"
602
  msgstr "Wzmacnianie Wordpressa"
603
 
604
+ #: ../settings.php:120
605
  msgid "Stop user enumeration"
606
  msgstr "Wyłącz numerację użytkowników"
607
 
608
+ #: ../settings.php:122
609
  msgid "Disable XML-RPC"
610
  msgstr "Wyłącz XML-RPC"
611
 
612
+ #: ../settings.php:122
613
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
614
  msgstr "Zablokuj dostęp do serwera XML-RPC (włączając w to Pingbacki i Trackbacki)"
615
 
616
+ #: ../settings.php:123
617
  msgid "Disable feeds"
618
  msgstr "Wyłącz kanały RSS"
619
 
620
+ #: ../settings.php:123
621
  msgid "Block access to the RSS, Atom and RDF feeds"
622
  msgstr "Wyłącz dostęp do RSS"
623
 
624
+ #: ../settings.php:124
625
  msgid "Disable REST API"
626
  msgstr "Wyłącz REST API"
627
 
628
+ #: ../settings.php:365
629
  msgid "These settings do not affect hosts from the "
630
  msgstr "Te ustawienia nie mają wpływu na: "
631
 
632
+ #: ../settings.php:895 ../settings.php:907
633
  msgid "<strong>ERROR</strong>: please enter a valid email address."
634
  msgstr "<strong>BŁĄD</strong>: Proszę podać prawidłowy adres mailowy"
635
 
636
+ #: ../cerber-load.php:3401 ../cerber-load.php:4099
637
  msgid "WP Cerber is now active and has started protecting your site"
638
  msgstr "WP Cerber jest teraz aktywny i chroni twoją witrynę"
639
 
640
+ #: ../dashboard.php:134
641
  msgid "Action"
642
  msgstr "Akcja"
643
 
644
+ #: ../dashboard.php:169
645
  msgid "Nobody can log in or register from these IPs"
646
  msgstr "Z tych adresów IP nikt nie może się zalogować ani zarejestrować"
647
 
648
+ #: ../dashboard.php:232 ../dashboard.php:244
649
  msgid "Incorrect IP address or IP range"
650
  msgstr "Nieprawidłowy adres IP lub zakres IP"
651
 
652
+ #: ../dashboard.php:441 ../dashboard.php:1640
653
  msgid "Settings saved"
654
  msgstr "Ustawienia zapisano"
655
 
656
+ #: ../dashboard.php:913
657
  msgid "Network:"
658
  msgstr "Sieć:"
659
 
660
+ #: ../dashboard.php:927
661
  msgid "Add network to the Black List"
662
  msgstr "Dodaj sieć do Czarnej Listy"
663
 
664
+ #: ../dashboard.php:1623
665
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
666
  msgstr "Uwaga! Tryb Twierdzy jest aktywny. Nikt obecnie nie może się zalogować."
667
 
668
+ #: ../dashboard.php:349 ../dashboard.php:2609 ../whois.php:221 ../whois.php:252 ..
669
+ #: /common.php:874 ../common.php:1153
670
  msgid "Unknown"
671
  msgstr "Nieznane"
672
 
675
  msgid "Gregory"
676
  msgstr "Gregory"
677
 
678
+ #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
679
+ #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
680
+ #: load.php:932 ../cerber-load.php:1149 ../cerber-load.php:1155 ../cerber-load.
681
+ #: php:1160 ../cerber-load.php:1165 ../cerber-load.php:1171 ../cerber-load.php:
682
+ #: 1178 ../cerber-load.php:1278 ../cerber-load.php:1415 ../settings.php:793 ..
683
+ #: /settings.php:864
684
  msgid "ERROR:"
685
  msgstr "BŁĄD:"
686
 
687
+ #: ../cerber-load.php:695
688
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
689
  msgstr "Nieudana weryfikacja. Proszę zaznaczyć kwadrat poniżej w bloku reCAPTCHA"
690
 
691
+ #: ../cerber-load.php:944
692
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
693
  msgstr "<strong>BŁĄD</strong>: Hasło dla nazwy użytkownika jest nieprawidłowe"
694
 
695
+ #: ../cerber-load.php:1166
696
  msgid "Username is not allowed. Please choose another one."
697
  msgstr "Nazwa użytkownika niedostępna. Prosimy wybrać inną."
698
 
699
+ #: ../cerber-load.php:3364
700
  msgid "unspecified"
701
  msgstr "nieokreślone"
702
 
703
+ #: ../cerber-load.php:3367
704
  msgid "Number of lockouts is increasing"
705
  msgstr "Liczba blokad wzrasta"
706
 
707
+ #: ../cerber-load.php:3372
708
  msgid "View activity for this IP"
709
  msgstr "Zobacz aktywność tego IP"
710
 
711
+ #: ../cerber-load.php:3376 ../cerber-load.php:3378
712
  msgid "A new version of WP Cerber is available to install"
713
  msgstr "Dostępna jest nowa wersja WP Cerber"
714
 
715
+ #: ../cerber-load.php:3377
716
  msgid "Hi!"
717
  msgstr "Cześć!"
718
 
719
+ #: ../cerber-load.php:3380 ../cerber-load.php:3391
720
  msgid "Website"
721
  msgstr "Witryna"
722
 
723
+ #: ../cerber-load.php:3383 ../cerber-load.php:3384
724
  msgid "The WP Cerber security plugin has been deactivated"
725
  msgstr "Wtyczka bezpieczeństwa WP Cerber została wyłączona"
726
 
727
+ #: ../cerber-load.php:3386
728
  msgid "Not logged in"
729
  msgstr "Niezalogowany"
730
 
731
+ #: ../cerber-load.php:3392
732
  msgid "By user"
733
  msgstr "- użytkownik"
734
 
735
+ #: ../cerber-load.php:3393
736
  msgid "From IP address"
737
  msgstr "Z adresu IP"
738
 
739
+ #: ../cerber-load.php:3396
740
  msgid "From country"
741
  msgstr "Z Państwa"
742
 
743
+ #: ../cerber-load.php:3400
744
  msgid "The WP Cerber security plugin is now active"
745
  msgstr "Wtyczka WP Cerber jest teraz aktywna"
746
 
747
+ #: ../cerber-load.php:4100
748
  msgid "Your IP address is added to the"
749
  msgstr "Twój adres IP został dodany do"
750
 
751
+ #: ../cerber-load.php:4112
752
  msgid "Import settings"
753
  msgstr "Importuj ustawienia"
754
 
755
+ #: ../settings.php:220
756
  msgid "Notification limit"
757
  msgstr "Limit powiadomień"
758
 
759
+ #: ../settings.php:220
760
  msgid "notification letters allowed per hour (0 means unlimited)"
761
  msgstr "limit powiadomień na godzinę (0 oznacza nieograniczone)"
762
 
763
+ #: ../settings.php:142
764
  msgid "User related settings"
765
  msgstr "Ustawienia związane z użytkownikami"
766
 
767
+ #: ../settings.php:144
768
  msgid "Prohibited usernames"
769
  msgstr "Zabronione nazwy użytkownika"
770
 
771
+ #: ../settings.php:150
772
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
773
  msgstr "Użytkownicy z tej listy nie mogą się logować, ani rejestrować. Każdy adres IP próbujący używać jakiekolwiek nazwy użytkownika z tej listy zostanie zablokowany."
774
 
775
+ #: ../settings.php:152
776
  msgid "User session expire"
777
  msgstr "Przedawnienie sesji użytkownika"
778
 
779
+ #: ../settings.php:152
780
  msgid "in minutes (leave empty to use default WP value)"
781
  msgstr "w minutach (pozostaw puste, aby użyć standardowej wartości WP)"
782
 
783
+ #: ../settings.php:182
784
  msgid "reCAPTCHA settings"
785
  msgstr "Ustawienia reCAPTCHA"
786
 
787
+ #: ../settings.php:183
788
  msgid "Site key"
789
  msgstr "Klucz strony"
790
 
791
+ #: ../settings.php:184
792
  msgid "Secret key"
793
  msgstr "Sekretny klucz"
794
 
795
+ #: ../settings.php:187
796
  msgid "Enable reCAPTCHA for WordPress registration form"
797
  msgstr "Włącz reCAPTCHA dla formularza rejestracji Wordpressa"
798
 
799
+ #: ../settings.php:190
800
  msgid "Lost password form"
801
  msgstr "Formularz odzyskiwania hasła"
802
 
803
+ #: ../settings.php:193
804
  msgid "Login form"
805
  msgstr "Formularz logowania"
806
 
807
+ #: ../settings.php:193
808
  msgid "Enable reCAPTCHA for WordPress login form"
809
  msgstr "Włącz reCAPTCHę dla formularza logowania Wordpressa"
810
 
811
+ #: ../settings.php:368
812
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
813
  msgstr "Zanim zaczniesz używać reCAPTCHA musisz uzyskać dwa klucze na specjalnej stronie Google"
814
 
815
+ #: ../cerber-lab.php:720 ../settings.php:369
816
  msgid "Know more"
817
  msgstr "Dowiedz się więcej"
818
 
819
+ #: ../dashboard.php:52 ../settings.php:388
820
  msgid "WP Cerber Security"
821
  msgstr "Zabezpieczenia WP Cerber"
822
 
823
+ #: ../settings.php:408
824
  msgid "Users"
825
  msgstr "Użytkownicy"
826
 
827
+ #: ../common.php:796
828
  msgid "User created"
829
  msgstr "Utworzenie nowego użytkownika"
830
 
831
+ #: ../dashboard.php:1460 ../common.php:797
832
  msgid "User registered"
833
  msgstr "Użytkownik zarejestrowany"
834
 
835
+ #: ../common.php:824
836
  msgid "reCAPTCHA verification failed"
837
  msgstr "Nieprawidłowa weryfikacja reCATPCHA"
838
 
839
+ #: ../common.php:825
840
  msgid "reCAPTCHA settings are incorrect"
841
  msgstr "Nieprawidłowe ustawienia reCAPTCHA"
842
 
843
+ #: ../common.php:828
844
  msgid "Attempt to access prohibited URL"
845
  msgstr "Próba logowania na zabroniony URL"
846
 
847
+ #: ../common.php:830 ../common.php:878
848
  msgid "Attempt to log in with prohibited username"
849
  msgstr "Próba zalogowania z zabronioną nazwą użytkownika"
850
 
851
+ #: ../settings.php:106
852
  msgid "Cerber Lab connection"
853
  msgstr "Połączenie Cerber Lab"
854
 
855
+ #: ../settings.php:106
856
  msgid "Send malicious IP addresses to the Cerber Lab"
857
  msgstr "Wyślij szkodliwe adresy IP do Cerber Lab"
858
 
859
+ #: ../settings.php:107
860
  msgid "Cerber Lab protocol"
861
  msgstr "Protokół Cerber Lab"
862
 
863
+ #: ../settings.php:162 ../settings.php:187
864
  msgid "Registration form"
865
  msgstr "Formularz rejestracji"
866
 
867
+ #: ../settings.php:188
868
  msgid "Enable reCAPTCHA for WooCommerce registration form"
869
  msgstr "Włącz reCAPTCHA dla formularza rejestracji WooCommerce"
870
 
871
+ #: ../settings.php:190
872
  msgid "Enable reCAPTCHA for WordPress lost password form"
873
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła Wordpressa"
874
 
875
+ #: ../settings.php:191
876
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
877
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła WooCommerce"
878
 
879
+ #: ../settings.php:194
880
  msgid "Enable reCAPTCHA for WooCommerce login form"
881
  msgstr "Włącz reCAPTCHę dla formularza logowania WooCoomerce"
882
 
883
+ #: ../common.php:826
884
  msgid "Request to the Google reCAPTCHA service failed"
885
  msgstr "Wysyłanie żądania do Google reCAPTCHA nie powiodło się"
886
 
887
+ #: ../dashboard.php:1452 ../dashboard.php:1482
888
  msgid "View all"
889
  msgstr "Zobacz wszystkie"
890
 
891
+ #: ../dashboard.php:1483
892
  msgid "Recently locked out IP addresses"
893
  msgstr "Ostatnio zablokowane adresy IP"
894
 
895
+ #: ../cerber-lab.php:718
896
  msgid "OK, nail them all"
897
  msgstr "OK"
898
 
899
+ #: ../cerber-lab.php:719
900
  msgid "NO, maybe later"
901
  msgstr "NIE"
902
 
903
+ #: ../dashboard.php:54 ../dashboard.php:1238 ../dashboard.php:1816 ../settings.
904
+ #: php:393
905
  msgid "Dashboard"
906
  msgstr "Kokpit"
907
 
908
+ #: ../cerber-lab.php:716
909
  msgid "Want to make WP Cerber even more powerful?"
910
  msgstr "Chcesz uczyć WP Cerber jeszcze bardziej potężnym?"
911
 
912
+ #: ../cerber-lab.php:717
913
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
914
  msgstr "Pozwól na wysyłanie szkodliwych adresów IP do Cerber Lab. Pomoże to stworzyć nowe algorytmy dla obrony Wordpressa przed zagrożeniami botów pojawiających się na co dzień. Możesz wyłączyć tę opcję w każdej chwili w opcjach wtyczki."
915
 
916
+ #: ../dashboard.php:534
917
  msgid "IP address"
918
  msgstr "Adres IP"
919
 
920
+ #: ../dashboard.php:534
921
  msgid "User login"
922
  msgstr "Login użytkownika"
923
 
924
+ #: ../dashboard.php:534
925
  msgid "User ID"
926
  msgstr "ID użytkownika"
927
 
928
+ #: ../dashboard.php:719
929
  msgid "Export"
930
  msgstr "Eksport"
931
 
932
+ #: ../dashboard.php:738
933
  msgid "Search for IP or username"
934
  msgstr "Szukaj IP lub użytkownika"
935
 
936
+ #: ../dashboard.php:738
937
  msgid "Filter"
938
  msgstr "Filtr"
939
 
940
+ #: ../dashboard.php:54
941
  msgid "Cerber Dashboard"
942
  msgstr "Kokpit Cerbera"
943
 
944
+ #: ../dashboard.php:64
945
  msgid "Cerber tools"
946
  msgstr "Narzędzia Cerbera"
947
 
948
+ #: ../dashboard.php:1726
949
  msgid "Subscribe"
950
  msgstr "Subskrybuj"
951
 
952
+ #: ../dashboard.php:1727 ../cerber-tools.php:273
953
  msgid "Unsubscribe"
954
  msgstr "Odsubskrybuj"
955
 
956
+ #: ../dashboard.php:1755
957
  msgid "You've subscribed"
958
  msgstr "Zasubskrybowałeś/aś"
959
 
960
+ #: ../dashboard.php:1758
961
  msgid "You've unsubscribed"
962
  msgstr "Odsubskrybowałeś/aś"
963
 
964
+ #: ../cerber-load.php:3413 ../cerber-load.php:3414
965
  msgid "A new activity has been recorded"
966
  msgstr "Zarejestrowano nową aktywność"
967
 
968
+ #: ../cerber-load.php:3868
969
  msgid "User"
970
  msgstr "Użytkownik"
971
 
972
+ #: ../cerber-load.php:3876
973
  msgid "Search string"
974
  msgstr "Fraza do wyszukania"
975
 
976
+ #: ../cerber-load.php:3897
977
  msgid "To unsubscribe click here"
978
  msgstr "Aby wyłączyć subskrypcję, kliknij tutaj"
979
 
980
+ #: ../settings.php:110
981
  msgid "Preferences"
982
  msgstr "Preferencje"
983
 
984
+ #: ../settings.php:112
985
  msgid "Date format"
986
  msgstr "Format daty"
987
 
988
+ #: ../settings.php:112
989
  msgid "if empty, the default format %s will be used"
990
  msgstr "Jeśli puste, do zostanie użyty domyślny format %s"
991
 
992
+ #: ../settings.php:226
993
  msgid "Push notifications"
994
  msgstr "Pchnij powiadomienia"
995
 
996
+ #: ../settings.php:205
997
  msgid "Email notifications"
998
  msgstr "Powiadomienia E-mail"
999
 
1000
+ #: ../settings.php:212 ../settings.php:248 ../settings.php:305
1001
  msgid "Use comma to specify multiple values"
1002
  msgstr "Używaj przecinka, aby określić więcej wartości"
1003
 
1004
+ #: ../settings.php:233
1005
  msgid "All connected devices"
1006
  msgstr "Wszystkie połączone urządzenia"
1007
 
1008
+ #: ../settings.php:234
1009
  msgid "No devices found"
1010
  msgstr "Nie znaleziono urządzeń"
1011
 
1012
+ #: ../settings.php:236
1013
  msgid "Not available"
1014
  msgstr "Niedostępne"
1015
 
1016
+ #: ../common.php:822
1017
  msgid "Password reset requested"
1018
  msgstr "Prośba o reset hasła"
1019
 
1020
+ #: ../common.php:879
1021
  msgid "Limit on failed reCAPTCHA verifications is reached"
1022
  msgstr "Osiągnięto limit nieprawidłowych weryfikacji reCAPTCHA"
1023
 
1024
+ #: ../common.php:937
1025
  msgid "%s ago"
1026
  msgstr "%s temu"
1027
 
1028
+ #: ../settings.php:77
1029
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1030
  msgstr "Włącz zasadę limitu logowań dla adresów IP na białej liście"
1031
 
1032
+ #: ../settings.php:86
1033
  msgid "Display 404 page"
1034
  msgstr "Wyświetl stronę 404"
1035
 
1036
+ #: ../settings.php:185
1037
  msgid "Invisible reCAPTCHA"
1038
  msgstr "Niewidzialna reCAPTCHA"
1039
 
1040
+ #: ../settings.php:185
1041
  msgid "Enable invisible reCAPTCHA"
1042
  msgstr "Włącz niewidzialną reCAPTCHę"
1043
 
1044
+ #: ../settings.php:185
1045
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1046
  msgstr "(nie włączaj, dopóki nie zaopatrzysz się w odpowiednie klucze dla wersji niewidzialnej reCAPTCHy)"
1047
 
1048
+ #: ../settings.php:196
1049
  msgid "Enable reCAPTCHA for WordPress comment form"
1050
  msgstr "Włącz reCAPTCHA dla formularza komentarzy Wordpressa"
1051
 
1052
+ #: ../settings.php:197
1053
  msgid "Disable reCAPTCHA for logged in users"
1054
  msgstr "Wyłącz reCAPTCHę dla zalogowanych użytkowników"
1055
 
1056
+ #: ../settings.php:199
1057
  msgid "Limit attempts"
1058
  msgstr "Limit prób"
1059
 
1060
+ #: ../settings.php:199
1061
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1062
  msgstr "Zablokuj adres IP na %s minut po %s nieprawidłowych próbowach logowania w ciągu %s minut"
1063
 
1064
+ #: ../settings.php:362
1065
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1066
  msgstr "W trybie Twierdzy nie może się zalogować nikt oprócz adresów IP znajdujących się na białej liście. Nie ma to wpływu na aktywne sesje użytkowników."
1067
 
1068
+ #: ../dashboard.php:534 ../dashboard.php:699
1069
  msgid "Event"
1070
  msgstr "Zdarzenie"
1071
 
1072
+ #: ../common.php:146
1073
  msgid "Spam comments denied"
1074
  msgstr "Odrzuconych komentarzy ze spamem"
1075
 
1076
+ #: ../common.php:148
1077
  msgid "Malicious IP addresses detected"
1078
  msgstr "Wykrytych szkodliwych adresów IP"
1079
 
1080
+ #: ../common.php:149
1081
  msgid "Lockouts occurred"
1082
  msgstr "Blokad"
1083
 
1084
+ #: ../dashboard.php:1461
1085
  msgid "All suspicious activity"
1086
  msgstr "Cała podejrzana aktywność"
1087
 
1088
+ #: ../cerber-load.php:1150 ../cerber-load.php:1156 ../cerber-load.php:1172 ..
1089
+ #: /cerber-load.php:1179
1090
  msgid "You are not allowed to register."
1091
  msgstr "Nie masz zezwolenia na rejestrację."
1092
 
1093
+ #: ../common.php:807
1094
  msgid "Spam comment denied"
1095
  msgstr "Komentarz ze spamem odrzucony"
1096
 
1097
+ #: ../common.php:832
1098
  msgid "Attempt to log in denied"
1099
  msgstr "Odrzucono próbę logowania"
1100
 
1101
+ #: ../common.php:833
1102
  msgid "Attempt to register denied"
1103
  msgstr "Odrzucono próbę rejestracji"
1104
 
1105
+ #: ../common.php:143
1106
  msgid "Malicious activities mitigated"
1107
  msgstr "Złagodzonej szkodliwej aktywności"
1108
 
1109
+ #: ../dashboard.php:63
1110
  msgid "Cerber antispam settings"
1111
+ msgstr "Ustawienia antyspamowe Cerbera"
1112
 
1113
+ #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4109 ../settings.
1114
+ #: php:196
1115
  msgid "Antispam"
1116
  msgstr "Antyspam"
1117
 
1118
+ #: ../settings.php:160
1119
  msgid "Cerber antispam engine"
1120
  msgstr "Silnik antyspamu cerbera"
1121
 
1122
+ #: ../settings.php:161
1123
  msgid "Comment form"
1124
  msgstr "Formularz komentarzy"
1125
 
1126
+ #: ../settings.php:161
1127
  msgid "Protect comment form with bot detection engine"
1128
  msgstr "Chroń formularz komentarzy silnikiem wykrywania botów"
1129
 
1130
+ #: ../settings.php:162
1131
  msgid "Protect registration form with bot detection engine"
1132
+ msgstr "Chroń formularz rejestracyjny za pomocą mechanizmu wykrywania botów"
1133
 
1134
  #: ../cerber-tools.php:48
1135
  msgid "Export & Import"
1143
  msgid "License"
1144
  msgstr "Licencja"
1145
 
1146
+ #: ../cerber-tools.php:343
1147
  msgid "Antispam and bot detection settings"
1148
  msgstr "Antyspam oraz ustawienia wykrywania botów"
1149
 
1150
+ #: ../cerber-load.php:1415
1151
  msgid "Sorry, human verification failed."
1152
+ msgstr "Błędna weryfkacja."
1153
 
1154
+ #: ../common.php:880
1155
  msgid "Bot activity is detected"
1156
+ msgstr "Wykryto aktywność botów"
1157
 
1158
+ #: ../settings.php:177
1159
  msgid "Comment processing"
1160
+ msgstr "Przetwarzanie komentarzy"
1161
 
1162
+ #: ../settings.php:178
1163
  msgid "If a spam comment detected"
1164
+ msgstr "Jeśli wykryto spamerski komentarz"
1165
 
1166
+ #: ../settings.php:179
1167
  msgid "Trash spam comments"
1168
+ msgstr "Wyrzuć komentarze oznaczone jako spam"
1169
 
1170
+ #: ../settings.php:179
1171
  msgid "Move spam comments to trash after"
1172
+ msgstr "Przenieś spamerskie komentarze do kosza po"
1173
 
1174
+ #: ../common.php:808
1175
  msgid "Spam form submission denied"
1176
+ msgstr "Odrzucony formularz ze spamem"
1177
 
1178
+ #: ../settings.php:163
1179
  msgid "Other forms"
1180
  msgstr "Inne formularze"
1181
 
1182
+ #: ../settings.php:163
1183
  msgid "Protect all forms on the website with bot detection engine"
1184
+ msgstr "Chroń wszystkie formularze na stronie dzięki mechanizmowi wykrywania botów"
1185
 
1186
+ #: ../settings.php:165
1187
  msgid "Adjust antispam engine"
1188
+ msgstr "Dostosowanie silnika antyspamowego"
1189
 
1190
+ #: ../settings.php:166
1191
  msgid "Safe mode"
1192
+ msgstr "Tryb bezpieczny"
1193
 
1194
+ #: ../settings.php:166
1195
  msgid "Use less restrictive policies (allow AJAX)"
1196
+ msgstr "Użyj mniej restrykcyjnych zasad (zezwól na AJAX)"
1197
 
1198
+ #: ../dashboard.php:2876 ../settings.php:167
1199
  msgid "Logged in users"
1200
  msgstr "Zalogowani użytkownicy"
1201
 
1202
+ #: ../settings.php:167
1203
  msgid "Disable bot detection engine for logged in users"
1204
+ msgstr "Wyłącz mechanizm wykrywania botów dla zalogowanych użytkowników"
1205
 
1206
  #. Name of the plugin
1207
  #:
1208
  msgid "WP Cerber Security & Antispam"
1209
+ msgstr "System zabezpieczeń i antyspam WP Cerber"
1210
 
1211
+ #: ../dashboard.php:131 ../dashboard.php:697
1212
  msgid "Country"
1213
  msgstr "Państwo"
1214
 
1215
+ #: ../dashboard.php:729
1216
  msgid "All events"
1217
+ msgstr "Wszystkie zdarzenia"
1218
 
1219
+ #: ../dashboard.php:60
1220
  msgid "Cerber Security Rules"
1221
+ msgstr "Zasady Bezpieczeństwa Cerbera"
1222
 
1223
+ #: ../dashboard.php:60 ../dashboard.php:2184
1224
  msgid "Security Rules"
1225
+ msgstr "Zasady Bezpieczeństwa"
1226
 
1227
+ #: ../dashboard.php:1083
1228
  msgid "Failed login attempts"
1229
+ msgstr "Nieudane próby logowania"
1230
 
1231
+ #: ../dashboard.php:999 ../dashboard.php:1084
1232
  msgid "Registered"
1233
+ msgstr "Zarejestrowany"
1234
 
1235
+ #: ../dashboard.php:1154
1236
  msgid "You"
1237
  msgstr "Ty"
1238
 
1239
+ #: ../common.php:147
1240
  msgid "Spam form submissions denied"
1241
+ msgstr "Odrzuconych formularzy ze spamem"
1242
 
1243
+ #: ../dashboard.php:1520 ../cerber-load.php:3403 ../cerber-load.php:4102
1244
  msgid "Getting Started Guide"
1245
+ msgstr "Pierwsze kroki"
1246
 
1247
+ #: ../dashboard.php:2189
1248
  msgid "Countries"
1249
  msgstr "Państwa"
1250
 
1251
+ #: ../dashboard.php:2252
1252
  msgid "Permitted for one country"
1253
  msgid_plural "Permitted for %d countries"
1254
+ msgstr[0] "Dozwolone dla jednego kraju"
1255
+ msgstr[1] "Dozwolone dla %d krajów"
1256
+ msgstr[2] "Dozwolone dla liczby krajów: %d"
1257
 
1258
+ #: ../dashboard.php:2263
1259
  msgid "No rule"
1260
+ msgstr "Brak reguły"
1261
 
1262
+ #: ../dashboard.php:2475
1263
  msgid "Security rules have been updated"
1264
+ msgstr "Ustawienia zabezpieczeń zostały zaktualizowane"
1265
 
1266
  #. URI of the plugin
1267
  #:
1268
  msgid "https://wpcerber.com"
1269
  msgstr "https://wpcerber.com"
1270
 
1271
+ #: ../common.php:809
1272
  msgid "Form submission denied"
1273
+ msgstr "Wysyłka formularza została odrzucona"
1274
 
1275
+ #: ../common.php:810
1276
  msgid "Comment denied"
1277
+ msgstr "Komentarz odrzucony"
1278
 
1279
+ #: ../common.php:838
1280
  msgid "Request to REST API denied"
1281
+ msgstr "Zablokowane odwołanie do interfejsu REST API"
1282
 
1283
+ #: ../common.php:839
1284
  msgid "XML-RPC request denied"
1285
+ msgstr "Żądanie XML-RPC odrzucono"
1286
 
1287
+ #: ../common.php:843
1288
  msgid "Bot detected"
1289
+ msgstr "Wykryty bot"
1290
 
1291
+ #: ../common.php:844
1292
  msgid "Citadel mode is active"
1293
+ msgstr "Tryb Twierdzy jest aktywny"
1294
 
1295
+ #: ../common.php:849
1296
  msgid "Malicious activity detected"
1297
+ msgstr "Wykryto podejrzane aktywności"
1298
 
1299
+ #: ../common.php:850
1300
  msgid "Blocked by country rule"
1301
+ msgstr "Zablokowane według reguły kraju"
1302
 
1303
+ #: ../common.php:851
1304
  msgid "Limit reached"
1305
+ msgstr "Osiągnięty limit"
1306
 
1307
+ #: ../common.php:852
1308
+ #, fuzzy
1309
  msgid "Multiple suspicious activities"
1310
+ msgstr "Wiele podejrzanych działań"
1311
 
1312
+ #: ../common.php:881
1313
  msgid "Multiple suspicious activities were detected"
1314
+ msgstr "Wykryto wiele podejrzane aktywności"
1315
 
1316
+ #: ../settings.php:120
1317
  msgid "Block access to user pages like /?author=n and user data via REST API"
1318
+ msgstr "Zablokuj dostęp do stron użytkowników typu /?author=n i danych użytkownika przez interfejs REST API"
1319
 
1320
+ #: ../settings.php:124
1321
  msgid "Block access to the WordPress REST API except the following"
1322
+ msgstr "Zablokuj dostęp do interfejsu REST API WordPressa za wyjątkiem następujących"
1323
 
1324
+ #: ../settings.php:125
1325
  msgid "Allow REST API for logged in users"
1326
+ msgstr "Zezwól zalogowanym użytkownikom na dostęp do interfejsu REST API"
1327
 
1328
+ #: ../settings.php:132
1329
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1330
+ msgstr "Określ obszary nazw API REST, które mają być dozwolone, jeśli interfejs API REST jest wyłączony. Jeden wpis na linię."
1331
 
1332
+ #: ../settings.php:143
1333
  msgid "Registration limit"
1334
+ msgstr "Limit rejestracji"
1335
 
1336
+ #: ../settings.php:153
1337
  msgid "Sort users in dashboard"
1338
+ msgstr "Sortuj użytkowników w kokpicie"
1339
 
1340
+ #: ../settings.php:153
1341
  msgid "by date of registration"
1342
+ msgstr "po dacie rejestracji"
1343
 
1344
+ #: ../settings.php:168
1345
+ #, fuzzy
1346
  msgid "Query whitelist"
1347
+ msgstr "Zapytanie do białej listy"
1348
 
1349
+ #: ../settings.php:525 ../settings.php:647
1350
  msgid "%s allowed registrations in %s minutes from one IP"
1351
+ msgstr "%s możliwych rejestracji w ciągu %s minut z jednego adresu IP"
1352
 
1353
+ #: ../dashboard.php:2319
1354
  msgid "Start typing here to find a country"
1355
+ msgstr "Zacznij wpisywać tutaj, aby znaleźć kraj"
1356
 
1357
+ #: ../dashboard.php:2402
1358
  msgid "Click on a country name to add it to the list of selected countries"
1359
+ msgstr "Kliknij na nazwie kraju, aby dodać go do listy wybranych krajów"
1360
 
1361
+ #: ../dashboard.php:2426
1362
  msgid "Submit forms"
1363
+ msgstr "Prześlij formularze"
1364
 
1365
+ #: ../dashboard.php:2427
1366
  msgid "Post comments"
1367
+ msgstr "Komentarze wpisu"
1368
 
1369
+ #: ../dashboard.php:2428
1370
  msgid "Log in to the website"
1371
+ msgstr "Zaloguj się do strony"
1372
 
1373
+ #: ../dashboard.php:2429
1374
  msgid "Register on the website"
1375
+ msgstr "Zarejestruj się na stronie"
1376
 
1377
+ #: ../dashboard.php:2430
1378
  msgid "Use XML-RPC"
1379
+ msgstr "Użyj XML-RPC"
1380
 
1381
+ #: ../dashboard.php:2431
1382
  msgid "Use REST API"
1383
+ msgstr "Użyj REST API"
1384
 
1385
+ #: ../settings.php:178
1386
  msgid "Deny it completely"
1387
+ msgstr "Odrzuć kompletnie"
1388
 
1389
+ #: ../settings.php:178
1390
  msgid "Mark it as spam"
1391
+ msgstr "Zaznacz jako spam"
1392
 
1393
+ #: ../dashboard.php:1446
1394
  msgid "in the last 24 hours"
1395
+ msgstr "w ostatnich 24 godzinach"
1396
 
1397
+ #: ../dashboard.php:1817
1398
  msgid "Main settings"
1399
+ msgstr "Ustawienia główne"
1400
 
1401
+ #: ../settings.php:240
1402
  msgid "Weekly reports"
1403
+ msgstr "Raporty tygodniowe"
1404
 
1405
+ #: ../settings.php:750
1406
  msgid "Sunday"
1407
+ msgstr "Niedziela"
1408
 
1409
+ #: ../settings.php:751
1410
  msgid "Monday"
1411
+ msgstr "Poniedziałek"
1412
 
1413
+ #: ../settings.php:752
1414
  msgid "Tuesday"
1415
+ msgstr "Wtorek"
1416
 
1417
+ #: ../settings.php:753
1418
  msgid "Wednesday"
1419
+ msgstr "Środa"
1420
 
1421
+ #: ../settings.php:754
1422
  msgid "Thursday"
1423
+ msgstr "Czwartek"
1424
 
1425
+ #: ../settings.php:755
1426
  msgid "Friday"
1427
+ msgstr "Piątek"
1428
 
1429
+ #: ../settings.php:756
1430
  msgid "Saturday"
1431
+ msgstr "Sobota"
1432
 
1433
+ #: ../settings.php:816 ../settings.php:817
1434
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1435
+ msgstr "Jeśli używasz wtyczki pamięci podręcznej, musisz dodać nowy adres URL logowania do listy stron, które nie będą buforowane."
1436
 
1437
  #. translators: preposition of time
1438
+ #: ../settings.php:766
1439
  msgctxt "preposition of time"
1440
  msgid "at"
1441
+ msgstr "o"
1442
 
1443
+ #: ../cerber-load.php:3419
1444
  msgid "Weekly report"
1445
+ msgstr "Raport tygodniowy"
1446
 
1447
+ #: ../cerber-load.php:3422
1448
  msgid "To change reporting settings visit"
1449
+ msgstr "Aby zmienić ustawienia raportowania odwiedź"
1450
 
1451
+ #: ../cerber-load.php:3448
1452
  msgid "Your login page:"
1453
+ msgstr "Twoja strona logowania:"
1454
 
1455
+ #: ../cerber-load.php:3452
1456
  msgid "Your license is valid until"
1457
+ msgstr "Twoja licencja jest ważna do"
1458
 
1459
+ #: ../cerber-load.php:3563
1460
  msgid "Activity details"
1461
+ msgstr "Szczegóły aktywności"
1462
 
1463
+ #: ../settings.php:782
1464
  msgid "Click to send now"
1465
+ msgstr "Kliknij, aby wysłać teraz"
1466
 
1467
+ #: ../cerber-load.php:796
1468
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1469
+ msgstr "> > > Tłumaczysz WP Cerber? Zdobądź licencję PRO Cerbera za darmo, podaj swój kontakt tutaj: https://wpcerber.com/contact/"
1470
 
1471
+ #: ../dashboard.php:416
1472
  msgid "Email has been sent to"
1473
+ msgstr "Email został wysłany na adres"
1474
 
1475
+ #: ../dashboard.php:419
1476
  msgid "Unable to send email to"
1477
+ msgstr "Nie można wysłać e-maila do"
1478
 
1479
+ #: ../dashboard.php:2255
1480
  msgid "Not permitted for one country"
1481
  msgid_plural "Not permitted for %d countries"
1482
+ msgstr[0] "Niedozwolone dla jednego kraju"
1483
+ msgstr[1] "Niedozwolone dla %d krajów"
1484
+ msgstr[2] "Niedozwolone dla liczby krajów: %d"
1485
 
1486
+ #: ../dashboard.php:2406
1487
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1488
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1489
+ msgstr "Wybrane kraje mają możliwość %s. inne nie mają możliwości"
1490
 
1491
+ #: ../dashboard.php:2409
1492
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1493
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1494
+ msgstr "Wybrane kraje nie mają możliwości %s, inne kraje mają możliwość"
1495
 
1496
  #. Description of the plugin
1497
  #:
1498
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1499
+ msgstr "Chroni wordpressa przed atakami typu brute force, botami i hakerami. System antyspamowy jest połączony reCAPTCHA i chroni wordpressa przed wszelkim spamem. Ponadto oddaje do dyspozycji administratora wszechstronne zastosowanie restrykcji oraz zapisywanie aktywności użytkowników i botów. Umożliwia także ograniczenie ilości logowań. Dowiedz się więcej tutaj: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1500
 
1501
+ #: ../cerber-load.php:3551
1502
  msgid "Weekly Report"
1503
+ msgstr "Raport tygodniowy"
1504
 
1505
+ #: ../settings.php:86
1506
  msgid "Use 404 template from the active theme"
1507
+ msgstr "Użyj szablonu błędu 404 z aktywnego motywu"
1508
 
1509
+ #: ../settings.php:86
1510
  msgid "Display simple 404 page"
1511
+ msgstr "Wyświetl prostą stronę 404"
1512
 
1513
+ #: ../settings.php:174
1514
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1515
+ msgstr "Wpisz część zapytania lub ścieżkę do zapytania, aby wyłączyć żądanie z listy inspekcji. Jedna pozycja na linię."
1516
 
1517
+ #: ../settings.php:253
1518
  msgid "if empty, email from notification settings will be used"
1519
+ msgstr "jeśli jest pusty, zostanie użyty adres e-mail z ustawień powiadomień"
1520
 
1521
+ #: ../settings.php:241
1522
  msgid "Enable reporting"
1523
+ msgstr "Włącz raportowanie"
1524
 
1525
+ #: ../cerber-load.php:3476
1526
  msgid "Your last sign-in was %s from %s"
1527
+ msgstr "Twoje ostatnie logowanie to % s z %s"
1528
 
1529
+ #: ../cerber-load.php:3577
1530
  msgid "Attempts to log in with non-existent username"
1531
+ msgstr "Próba logowania z nieistniejącej nazwy użytkownika"
1532
 
1533
+ #: ../dashboard.php:205
1534
  msgid "IP address, IPv4 address range or subnet"
1535
+ msgstr "Adres IP, zakres w adresie IPv4 lub podsieć"
1536
 
1537
+ #: ../dashboard.php:207
1538
  msgid "Optional comment for this entry"
1539
+ msgstr "Opcjonalny komentarz do tego wpisu"
1540
 
1541
+ #: ../dashboard.php:248
1542
  msgid "You cannot add your IP address or network"
1543
+ msgstr "Nie możesz dodać swojego adresu IP lub sieci"
1544
 
1545
+ #: ../cerber-news.php:173
1546
  msgid "Cool!"
1547
+ msgstr "Fajnie!"
1548
 
1549
+ #: ../settings.php:150
1550
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1551
+ msgstr "Aby określić wzór REGEX zamknij całość pomiędzy dwa ukośniki."
1552
+
1553
+ #: ../dashboard.php:56
1554
+ msgid "Cerber Traffic Inspector"
1555
+ msgstr "Inspektor ruchu Cerbera"
1556
+
1557
+ #: ../dashboard.php:56 ../dashboard.php:1224 ../dashboard.php:2524
1558
+ msgid "Traffic Inspector"
1559
+ msgstr "Inspektor ruchu"
1560
+
1561
+ #: ../dashboard.php:1240
1562
+ msgid "Traffic"
1563
+ msgstr "Ruch"
1564
+
1565
+ #: ../dashboard.php:2529
1566
+ msgid "Live traffic"
1567
+ msgstr "Ruch na żywo"
1568
+
1569
+ #: ../dashboard.php:2847
1570
+ msgid "Request"
1571
+ msgstr "Żądanie"
1572
+
1573
+ #: ../dashboard.php:2849
1574
+ msgid "Host Info"
1575
+ msgstr "Informacje o hostingu"
1576
+
1577
+ #: ../dashboard.php:2850
1578
+ msgid "User Agent"
1579
+ msgstr "Przeglądarka użytkownika"
1580
+
1581
+ #: ../dashboard.php:2875
1582
+ msgid "All requests"
1583
+ msgstr "Wszystkie odwołania"
1584
+
1585
+ #: ../dashboard.php:2877
1586
+ msgid "Not logged in visitors"
1587
+ msgstr "Niezalogowani użytkownicy"
1588
+
1589
+ #: ../dashboard.php:2878
1590
+ msgid "Form submissions"
1591
+ msgstr "Przesyłanie formularzy"
1592
+
1593
+ #: ../dashboard.php:2879
1594
+ msgid "Page Not Found"
1595
+ msgstr "Strony nie znaleziono"
1596
+
1597
+ #: ../dashboard.php:2880
1598
+ msgid "REST API"
1599
+ msgstr "REST API"
1600
+
1601
+ #: ../dashboard.php:2881
1602
+ msgid "XML-RPC"
1603
+ msgstr "XML-RPC"
1604
+
1605
+ #: ../dashboard.php:2885
1606
+ msgid "Longer than"
1607
+ msgstr "Dłuższe niż"
1608
+
1609
+ #: ../dashboard.php:2898
1610
+ msgid "Refresh"
1611
+ msgstr "Odśwież"
1612
+
1613
+ #: ../common.php:109
1614
+ msgid "Check for requests"
1615
+ msgstr "Sprawdź żądania"
1616
+
1617
+ #: ../common.php:1097
1618
+ msgid "Not specified"
1619
+ msgstr "Nieokreślony"
1620
+
1621
+ #: ../settings.php:277
1622
+ msgid "Logging mode"
1623
+ msgstr "Tryb zapisu logów"
1624
+
1625
+ #: ../settings.php:283
1626
+ msgid "Logging disabled"
1627
+ msgstr "Zapisywanie logów wyłączone"
1628
+
1629
+ #: ../settings.php:284
1630
+ msgid "Smart"
1631
+ msgstr "Inteligentne"
1632
+
1633
+ #: ../settings.php:285
1634
+ msgid "All traffic"
1635
+ msgstr "Cały ruch"
1636
+
1637
+ #: ../settings.php:289
1638
+ msgid "Ignore crawlers"
1639
+ msgstr "Ignoruj roboty indeksujące"
1640
+
1641
+ #: ../settings.php:299
1642
+ #, fuzzy
1643
+ msgid "Mask these form fields"
1644
+ msgstr "Ukryj te pola formularzy"
1645
+
1646
+ #: ../settings.php:334
1647
+ msgid "milliseconds"
1648
+ msgstr "milisekundy"
1649
+
1650
+ #: ../settings.php:261
1651
+ msgid "Inspection"
1652
+ msgstr "Inspekcja"
1653
+
1654
+ #: ../settings.php:262
1655
+ msgid "Enable traffic inspection"
1656
+ msgstr "Włącz inspekcję ruchu"
1657
+
1658
+ #. is it as "saving data in logs" kind of context?
1659
+ #: ../settings.php:276
1660
+ #, fuzzy
1661
+ msgid "Logging"
1662
+ msgstr "Zapisywanie logów"
1663
+
1664
+ #: ../settings.php:294
1665
+ msgid "Save request fields"
1666
+ msgstr "Zapisz pola żądań"
1667
+
1668
+ #: ../settings.php:329
1669
+ msgid "Page generation time threshold"
1670
+ msgstr "Próg czasowy generowania strony"
1671
+
1672
+ #: ../dashboard.php:2867
1673
+ msgid "No requests have been logged."
1674
+ msgstr "Nie zalogowano żadnych żądań."
1675
+
1676
+ #: ../dashboard.php:1223
1677
+ msgid "enabled"
1678
+ msgstr "włączony"
1679
+
1680
+ #: ../dashboard.php:1227
1681
+ msgid "no connection"
1682
+ msgstr "brak połączenia"
1683
+
1684
+ #: ../dashboard.php:3159
1685
+ msgid "Advanced search"
1686
+ msgstr "Wyszukiwanie zaawansowane"
1687
+
1688
+ #: ../dashboard.php:992
1689
+ msgid "Last seen"
1690
+ msgstr "Ostatnio widziany"
1691
+
1692
+ #: ../common.php:834 ../common.php:882
1693
+ msgid "Probing for vulnerable PHP code"
1694
+ msgstr "Sondowanie dla wrażliwego kodu PHP"
1695
+
1696
+ #: ../dashboard.php:3119
1697
+ msgid "Any"
1698
+ msgstr "Dowolny"
1699
+
1700
+ #: ../cerber-load.php:3203
1701
+ msgid "We're sorry, you are not allowed to proceed"
1702
+ msgstr "Przepraszamy, nie masz możliwości kontynuowania"
1703
+
1704
+ #: ../settings.php:267
1705
+ msgid "Request whitelist"
1706
+ msgstr "Biała lista żądań"
1707
+
1708
+ #: ../settings.php:273
1709
+ msgid "Enter a request URI to exclude the request from inspection. One item per line."
1710
+ msgstr "Wpisz adresy żądania, które mają być wykluczone z inspekcji. Jeden adres na linię."
1711
+
1712
+ #: ../settings.php:310
1713
+ msgid "Save request headers"
1714
+ msgstr "Zapisz nagłówki żądań"
1715
+
1716
+ #: ../settings.php:316
1717
+ msgid "Save $_SERVER"
1718
+ msgstr "Zapisz $_SERVER"
1719
+
1720
+ #: ../settings.php:322
1721
+ msgid "Save request cookies"
1722
+ msgstr "Zapisz ciasteczka żądań"
1723
+
1724
+ #: ../settings.php:121
1725
+ msgid "Protect admin scripts"
1726
+ msgstr "Chroń skrypty administracyjne"
1727
+
1728
+ #: ../settings.php:121
1729
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1730
+ msgstr "Zablokuj nieautoryzowany dostęp do skryptów load-scripts.php i load-styles.php"
1731
+
1732
+ #: ../common.php:1583
1733
+ msgid "Unable to create the directory"
1734
+ msgstr "Nie można utworzyć katalogu"
1735
+
1736
+ #: ../common.php:1588
1737
+ msgid "Destination folder access denied"
1738
+ msgstr "Odmowa dostępu do folderu docelowego"
1739
+
1740
+ #: ../common.php:1591
1741
+ msgid "File not found"
1742
+ msgstr "Nie znaleziono pliku"
1743
+
1744
+ #: ../common.php:1594
1745
+ msgid "Unable to copy the file"
1746
+ msgstr "Nie można skopiować pliku"
1747
+
1748
+ #: ../common.php:1600
1749
+ msgid "Unable to delete the file"
1750
+ msgstr "Nie można usunąć pliku"
1751
+
1752
+ #: ../settings.php:70
1753
+ msgid "Plugin initialization"
1754
+ msgstr "Inicjalizacja wtyczki"
1755
+
1756
+ #: ../settings.php:71
1757
+ msgid "Load security engine"
1758
+ msgstr "Uruchamianie mechanizmu bezpieczeństwa"
1759
+
1760
+ #: ../settings.php:71
1761
+ msgid "Legacy mode"
1762
+ msgstr "Stary tryb"
1763
+
1764
+ #: ../settings.php:71
1765
+ msgid "Standard mode"
1766
+ msgstr "Tryb standardowy"
1767
+
1768
+ #: ../settings.php:794
1769
+ msgid "Plugin initialization mode has not been changed"
1770
+ msgstr "Sposób inicjalizacji trybu wtyczki nie został zmieniony"
1771
+
1772
+ #. Description of the plugin
1773
+ #:
1774
+ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1775
+ msgstr "Jest to standardowy tryb uruchamiania modułu dla wtyczki WP Cerber. Został zainstalowany w momencie przestawienia trybu inicjalizacji na standardowy. Dowiedz się więcej tutaj - <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1776
+
1777
+ #: ../common.php:835
1778
+ msgid "Attempt to upload executable file denied"
1779
+ msgstr "Odrzucona próba dodania pliku wykonywalnego"
1780
+
1781
+ #. Możliwie do zmiany w zależności od kontekstu.
1782
+ #: ../common.php:836
1783
+ msgid "File upload denied"
1784
+ msgstr "Odrzucone wysyłanie pliku"
1785
+
1786
+ #. Description of the plugin
1787
+ #:
1788
+ msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1789
+ msgstr "Chroni wordpressa przed atakami typu brute force, botami i hakerami. System antyspamowy jest połączony reCAPTCHA i chroni wordpressa przed wszelkim spamem. Dodatkowo umożliwia zastosowanie restrykcji oraz zapisywanie aktywności użytkowników i botów. Ponadto umożliwia ograniczenie ilości logowań. Dowiedz się więcej tutaj: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1790
+
1791
+ #: ../settings.php:94
1792
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1793
+ msgstr "Niestandardowy adres URL logowania może zawierać tylko litery, cyfry, myślniki i podkreślenia"
1794
+
1795
+ #: ../settings.php:174 ../settings.php:273
1796
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1797
+ msgstr "Aby określić wzór REGEX, zamknij linię pomiędzy dwie klamry."
1798
+
1799
+ #: ../settings.php:358
1800
+ msgid "Be careful about enabling these options."
1801
+ msgstr "Uważaj podczas włączania tych opcji"
1802
+
1803
+ #: ../settings.php:358
1804
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1805
+ msgstr "Jeśli zapomnisz własny adres URL logowania, to nie będziesz mógł się zalogować."
1806
 
languages/wp-cerber-pt_BR.mo CHANGED
Binary file
languages/wp-cerber-pt_BR.po CHANGED
@@ -4,1180 +4,1798 @@ msgstr ""
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
- "Project-Id-Version: WP Cerber\n"
8
  "Language: pt-br\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:57
12
  msgid "Limit login attempts"
13
  msgstr "Limitar tentativas de login"
14
 
15
- #: ../settings.php:58
16
  msgid "Attempts"
17
  msgstr "Tentativas"
18
 
19
- #: ../settings.php:59
20
  msgid "Lockout duration"
21
  msgstr "Duração do bloqueio"
22
 
23
- #: ../settings.php:59 ../settings.php:78
24
  msgid "minutes"
25
  msgstr "minutos"
26
 
27
- #: ../settings.php:60
28
  msgid "Aggressive lockout"
29
  msgstr "Bloqueio agressivo"
30
 
31
- #: ../settings.php:63
32
  msgid "Site connection"
33
  msgstr "Conexão do site"
34
 
35
- #: ../settings.php:65
36
  msgid "Proactive security rules"
37
  msgstr "Regras de segurança proativa"
38
 
39
- #: ../settings.php:66
40
  msgid "Block subnet"
41
  msgstr "Bloquear sub-rede"
42
 
43
- #: ../settings.php:69
44
  msgid "Request wp-login.php"
45
  msgstr "Requisitar wp-login.php"
46
 
47
- #: ../settings.php:69
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Bloquer IP imediatamente após qualquer requisição a wp-login.php"
50
 
51
- #: ../settings.php:68
52
  msgid "Redirect dashboard requests"
53
  msgstr "Redirecionar requisições ao painel"
54
 
55
- #: ../settings.php:72
56
  msgid "Custom login page"
57
  msgstr "Página alternativa de login"
58
 
59
- #: ../settings.php:73
60
  msgid "Custom login URL"
61
- msgstr "URL alternativo de login"
62
 
63
- #: ../settings.php:73
64
  msgid "must not overlap with the existing pages or posts slug"
65
  msgstr "não deve se sobrepor aos links permanentes de páginas e posts"
66
 
67
- #: ../settings.php:74
68
  msgid "Disable wp-login.php"
69
  msgstr "Desabilitar wp-login.php"
70
 
71
- #: ../settings.php:74
72
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
73
  msgstr "Bloquear acesso direto a wp-login.php e retornar o erro HTTP 404"
74
 
75
- #: ../dashboard.php:888 ../settings.php:76
76
  msgid "Citadel mode"
77
  msgstr "Modo Fortaleza"
78
 
79
- #: ../settings.php:77
80
  msgid "Threshold"
81
  msgstr "Limite"
82
 
83
- #: ../settings.php:78
84
  msgid "Duration"
85
  msgstr "Duração"
86
 
87
- #: ../wp-cerber.php:2630 ../settings.php:62 ../settings.php:80 ../settings.php:230
 
88
  msgid "Notifications"
89
  msgstr "Notificações"
90
 
91
- #: ../settings.php:80
92
  msgid "Send notification to admin email"
93
  msgstr "Enviar notificação para o email do administrador"
94
 
95
- #: ../dashboard.php:897 ../dashboard.php:1377 ../wp-cerber.php:2628 ../settings.
96
- #: php:223 ../cerber-tools.php:59 ../cerber-tools.php:68 ../cerber-tools.php:178
97
  msgid "Access Lists"
98
  msgstr "Listas de Acesso"
99
 
100
- #: ../dashboard.php:895 ../dashboard.php:1065 ../wp-cerber.php:2495 ../settings.
101
- #: php:82 ../settings.php:213
102
  msgid "Activity"
103
  msgstr "Atividade"
104
 
105
- #: ../dashboard.php:896 ../settings.php:218
106
  msgid "Lockouts"
107
  msgstr "Bloqueios"
108
 
109
- #: ../settings.php:348
110
  msgid "%s allowed retries in %s minutes"
111
  msgstr "%s tentativas restantes em %s minutos"
112
 
113
- #: ../settings.php:365
114
  msgid "Enable after %s failed login attempts in last %s minutes"
115
  msgstr "Habilitar após %s tentativas falhas de login nos últimos %s minutos"
116
 
117
- #: ../dashboard.php:77 ../dashboard.php:486 ../wp-cerber.php:2496
 
118
  msgid "IP"
119
  msgstr "IP"
120
 
121
- #: ../dashboard.php:339 ../dashboard.php:486
122
  msgid "Date"
123
  msgstr "Data"
124
 
125
- #: ../dashboard.php:339 ../dashboard.php:486
126
  msgid "Local User"
127
  msgstr "Usuário Local"
128
 
129
- #: ../dashboard.php:339 ../dashboard.php:486 ../wp-cerber.php:2504
130
  msgid "Username used"
131
  msgstr "Nome de usuário usado"
132
 
133
- #: ../dashboard.php:83
134
  msgid "Showing last %d records from %d"
135
  msgstr "Mostrando últimos %d registros de %d"
136
 
137
- #: ../common.php:284
138
  msgid "Logged in"
139
- msgstr "Conectado"
140
 
141
- #: ../common.php:285
142
  msgid "Logged out"
143
  msgstr "Desconectado"
144
 
145
- #: ../common.php:286
146
  msgid "Login failed"
147
  msgstr "Falha no login"
148
 
149
- #: ../common.php:289
150
  msgid "IP blocked"
151
  msgstr "IP bloqueado"
152
 
153
- #: ../common.php:290
154
  msgid "Subnet blocked"
155
  msgstr "Sub-rede bloqueada"
156
 
157
- #: ../common.php:292
158
  msgid "Citadel activated!"
159
  msgstr "Fortaleza ativada!"
160
 
161
- #: ../dashboard.php:472 ../dashboard.php:652 ../common.php:296
162
- #, fuzzy
163
  msgid "Locked out"
164
  msgstr "Bloqueado"
165
 
166
- #: ../common.php:297
167
  msgid "IP blacklisted"
168
  msgstr "IP bloqueado"
169
 
170
- #: ../common.php:303
171
  msgid "Password changed"
172
  msgstr "Senha alterada"
173
 
174
- #: ../dashboard.php:74 ../dashboard.php:123
175
  msgid "Remove"
176
  msgstr "Remover"
177
 
178
- #: ../dashboard.php:268
179
  msgid "Lockout for %s was removed"
180
  msgstr "Bloqueio de %s foi removido"
181
 
182
- #: ../dashboard.php:102 ../dashboard.php:467 ../dashboard.php:647 ../dashboard.
183
- #: php:886 ../wp-cerber.php:2622 ../settings.php:61 ../settings.php:181
 
184
  msgid "White IP Access List"
185
  msgstr "Lista Segura de IPs"
186
 
187
- #: ../dashboard.php:104 ../dashboard.php:468 ../dashboard.php:649 ../dashboard.
188
- #: php:887
189
- #, fuzzy
190
  msgid "Black IP Access List"
191
  msgstr "Lista Negra de IPs"
192
 
193
- #: ../dashboard.php:126
194
  msgid "List is empty"
195
  msgstr "A lista está vazia"
196
 
197
- #: ../dashboard.php:153
198
  msgid "Address %s was added to White IP Access List"
199
  msgstr "Endereço %s adicionado à Lista Segura de IPs"
200
 
201
- #: ../dashboard.php:166
202
- #, fuzzy
203
  msgid "Address %s was added to Black IP Access List"
204
  msgstr "Endereço %s adicionado à Lista Negra de IPs"
205
 
206
- #: ../wp-cerber.php:2181
207
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
208
  msgstr "O modo Fortaleza é atividado após %d tentaivas de login falhas em %d minutos."
209
 
210
- #: ../dashboard.php:1188
211
- #, fuzzy
212
  msgid "View Activity"
213
  msgstr "Ver Atividade"
214
 
215
- #: ../cerber-tools.php:58 ../cerber-tools.php:67
216
  msgid "Settings"
217
  msgstr "Configurações"
218
 
219
- #: ../dashboard.php:787
220
- #, fuzzy
221
  msgid "Last login"
222
  msgstr "Último login"
223
 
224
- #: ../dashboard.php:814 ../dashboard.php:869
225
  msgid "Never"
226
  msgstr "Nunca"
227
 
228
- #: ../dashboard.php:1108
229
  msgid "Are you sure?"
230
  msgstr "Tem certeza?"
231
 
232
- #: ../settings.php:63
233
  msgid "My site is behind a reverse proxy"
234
  msgstr "Meu site está sob um proxy reverso"
235
 
236
- #: ../settings.php:67
237
  msgid "Non-existent users"
238
  msgstr "Usuários não-existentes"
239
 
240
- #: ../settings.php:67
241
  msgid "Immediately block IP when attempting to login with a non-existent username"
242
  msgstr "Bloquear IP imediatamente nas tentativas de login com nomes de usuários não existentes"
243
 
244
- #: ../settings.php:68
245
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
246
  msgstr "Desabilitar redirecionamento automático para a página de login quando /wp-admin/ é requisitada sem autorização"
247
 
248
- #: ../settings.php:167
249
  msgid "Make your protection smarter!"
250
  msgstr "Deixe sua proteção mais inteligente!"
251
 
252
- #: ../settings.php:171
253
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
254
  msgstr "Favor habilitar os Links Permanentes para utilizar essa funcionalidade. Configure os Link Permanentes para algo além do Padrão."
255
 
256
- #: ../settings.php:174
257
- msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
258
- msgstr "Tenha cuidado ao habilitar essas opções. Caso esqueça o URL de login, você não poderá mais se conectar."
259
-
260
- #: ../wp-cerber.php:2627 ../settings.php:220
261
  msgid "Main Settings"
262
  msgstr "Configurações Principais"
263
 
264
- #: ../settings.php:234
265
  msgid "Help"
266
  msgstr "Ajuda"
267
 
268
- #: ../settings.php:353
269
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
270
  msgstr "Aumentar a duração do bloqueio para %s horas após %s bloqueios nas últimas %s horas."
271
 
272
- #: ../wp-cerber.php:215
273
  msgid "You are not allowed to log in. Ask your administrator for assistance."
274
  msgstr "Você não tem permissão para entrar. Peça ajuda ao administrador."
275
 
276
- #: ../wp-cerber.php:221
277
  msgid "You have reached the login attempts limit. Please try again in %d minutes."
278
  msgstr "Você atingiu o limite de tentativas de login. Por favor, tente novamente em %d minutos."
279
 
280
- #: ../wp-cerber.php:240
281
  msgid "You have only one attempt remaining."
282
  msgid_plural "You have %d attempts remaining."
283
  msgstr[0] "Você tem apenas uma tentativa restante."
284
  msgstr[1] "Você tem %d tentativas restantes."
285
 
286
- #: ../dashboard.php:499
287
  msgid "No activity has been logged."
288
  msgstr "Nenhuma atividade foi registrada."
289
 
290
- #: ../dashboard.php:77
291
  msgid "Expires"
292
  msgstr "Expira"
293
 
294
- #: ../dashboard.php:89
295
- #, fuzzy
296
  msgid "No lockouts at the moment. The sky is clear."
297
  msgstr "Nenhum bloqueio no momento. O céu está limpo."
298
 
299
- #: ../dashboard.php:102
300
  msgid "These IPs will never be locked out"
301
  msgstr "Estes IPs nunca serão bloqueados"
302
 
303
- #: ../dashboard.php:106
304
  msgid "Your IP"
305
  msgstr "Seu IP"
306
 
307
- #: ../dashboard.php:162
308
- msgid "You can't add your IP address"
309
- msgstr "Você não pode adicionar seu próprio IP"
310
-
311
- #: ../wp-cerber.php:2182
312
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
313
  msgstr "Última tentativa de login falha foi às %s do IP %s com o login de usuário: %s."
314
 
315
- #: ../wp-cerber.php:2245
316
- msgid "Change notification settings"
317
- msgstr "Alterar configurações de notificações"
318
-
319
- #: ../wp-cerber.php:2605
320
  msgid "Can't activate WP Cerber due to a database error."
321
  msgstr "Não foi possível ativar o WP Cerber devido a um erro na conexão com o banco de dados."
322
 
323
- #: ../settings.php:360
324
  msgid "Notify admin if the number of active lockouts above"
325
  msgstr "Notificar o administrador caso o número de bloqueios ativos seja acima"
326
 
327
- #: ../settings.php:83
328
  msgid "days"
329
  msgstr "dias"
330
 
331
- #: ../dashboard.php:838
332
  msgid "Cerber Quick View"
333
  msgstr "Visualição Rápida do Cerber"
334
 
335
- #: ../dashboard.php:85
336
  msgid "Hint"
337
  msgstr "Dica"
338
 
339
- #: ../dashboard.php:85
340
  msgid "To view activity, click on the IP"
341
  msgstr "Para ver a atividade, clique no IP"
342
 
343
- #: ../dashboard.php:123 ../dashboard.php:679
 
344
  msgid "Check for activity"
345
  msgstr "Verificar atividade"
346
 
347
- #: ../settings.php:66
348
  msgid "Always block entire subnet Class C of intruders IP"
349
  msgstr "Sempre bloquear toda a sub-rede classe C de IPs invasores"
350
 
351
- #: ../settings.php:80 ../settings.php:362
352
  msgid "Click to send test"
353
  msgstr "Clique para enviar teste"
354
 
355
- #: ../settings.php:445
356
  msgid "Attention! You have changed the login URL! The new login URL is"
357
- msgstr "Atenção! Você alteraou o URL de login! O novo URL de login é"
358
 
359
- #: ../dashboard.php:786
360
  msgid "Comments"
361
  msgstr "Comentários"
362
 
363
- #: ../dashboard.php:789
364
- msgid "Date of registration"
365
- msgstr "Data de registro"
366
-
367
- #: ../dashboard.php:258
368
- msgid "Message has been sent to "
369
- msgstr "A mensagem foi enviada para "
370
-
371
- #: ../dashboard.php:1250
372
  msgid "Update to version %s of WP Cerber"
373
  msgstr "Atualizar WP Cerber para a versão %s"
374
 
375
- #: ../wp-cerber.php:2183 ../wp-cerber.php:2520
376
  msgid "View activity in dashboard"
377
  msgstr "Ver atividade no painel"
378
 
379
- #: ../wp-cerber.php:2213
380
  msgid "Number of active lockouts"
381
  msgstr "Número de bloqueios ativos"
382
 
383
- #: ../wp-cerber.php:2217
384
  msgid "View lockouts in dashboard"
385
  msgstr "Ver bloqueios no painel"
386
 
387
- #: ../wp-cerber.php:2270
388
  msgid "This message was sent by"
389
  msgstr "Esta mensagem foi enviada por"
390
 
391
- #: ../dashboard.php:733 ../cerber-tools.php:40
392
  msgid "Tools"
393
  msgstr "Ferramentas"
394
 
395
- #: ../cerber-tools.php:55
396
  msgid "Export settings to the file"
397
  msgstr "Exportar configurações para o arquivo"
398
 
399
- #: ../cerber-tools.php:56
400
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
401
  msgstr "Assim que clicar no botão abaixo, você baixará um arquivo de configuração que poderá usar em outros sites."
402
 
403
- #: ../cerber-tools.php:57
404
  msgid "What do you want to export?"
405
  msgstr "O que gostaria de exportar?"
406
 
407
- #: ../cerber-tools.php:60
408
  msgid "Download file"
409
  msgstr "Baixar arquivo"
410
 
411
- #: ../cerber-tools.php:62
412
  msgid "Import settings from the file"
413
  msgstr "Importar configurações de um arquivo"
414
 
415
- #: ../cerber-tools.php:63
416
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
417
  msgstr "Assim que clicar no botão abaixo, o arquivo será enviado e todas as configurações existentes serão sobrescritas."
418
 
419
- #: ../cerber-tools.php:64
420
  msgid "Select file to import."
421
  msgstr "Selecionar arquivo para importação."
422
 
423
- #: ../cerber-tools.php:64
424
  msgid "Maximum upload file size: %s."
425
  msgstr "Tamanho máximo do arquivo para envio: %s."
426
 
427
- #: ../cerber-tools.php:67
428
  msgid "What do you want to import?"
429
  msgstr "O que gostaria de importar?"
430
 
431
- #: ../cerber-tools.php:69
432
  msgid "Upload file"
433
  msgstr "Enviar arquivo"
434
 
435
- #: ../cerber-tools.php:148
436
  msgid "No file was uploaded or file is corrupted"
437
  msgstr "Nenhum arquivo foi enviado ou o arquivo está corrompido"
438
 
439
- #: ../cerber-tools.php:178
440
  msgid "Error while updating"
441
  msgstr "Erro ao enviar arquivo"
442
 
443
- #: ../cerber-tools.php:181
444
  msgid "Settings has imported successfully from"
445
  msgstr "As configurações foram importadas com sucesso de"
446
 
447
- #: ../cerber-tools.php:185
448
  msgid "Error while parsing file"
449
  msgstr "Erro ao interpretar arquivo"
450
 
451
- #: ../dashboard.php:77 ../dashboard.php:486
452
  msgid "Hostname"
453
  msgstr "Nome do servidor"
454
 
455
- #: ../dashboard.php:237
456
  msgid "unknown"
457
  msgstr "desconhecido"
458
 
459
- #: ../settings.php:83
460
  msgid "Keep records for"
461
  msgstr "Guardar registros por"
462
 
463
- #: ../dashboard.php:873
464
  msgid "active"
465
  msgstr "ativo"
466
 
467
- #: ../dashboard.php:873
468
  msgid "deactivate"
469
  msgstr "desativar"
470
 
471
- #: ../dashboard.php:875
472
  msgid "not active"
473
  msgstr "inativo"
474
 
475
- #: ../dashboard.php:876
476
  msgid "disabled"
477
  msgstr "desabilitado"
478
 
479
- #: ../dashboard.php:881
480
  msgid "failed attempts"
481
  msgstr "tentativas falhas"
482
 
483
- #: ../dashboard.php:881 ../dashboard.php:882
484
  msgid "in 24 hours"
485
  msgstr "em 24 horas"
486
 
487
- #: ../dashboard.php:881 ../dashboard.php:882
488
  msgid "view all"
489
  msgstr "ver todos"
490
 
491
- #: ../dashboard.php:882
492
  msgid "lockouts"
493
  msgstr "bloqueios"
494
 
495
- #: ../dashboard.php:884
496
  msgid "Lockouts at the moment"
497
  msgstr "Bloqueios no momento"
498
 
499
- #: ../dashboard.php:885
500
- #, fuzzy
501
  msgid "Last lockout"
502
  msgstr "Último bloqueio"
503
 
504
- #: ../dashboard.php:886 ../dashboard.php:887 ../dashboard.php:1356
505
  msgid "entry"
506
  msgid_plural "entries"
507
  msgstr[0] "entrada"
508
  msgstr[1] "entradas"
509
 
510
- #: ../dashboard.php:1103
511
- #, fuzzy
512
  msgid "Confused about some settings?"
513
  msgstr "Confuso em relação às configurações?"
514
 
515
- #: ../dashboard.php:1104
516
- #, fuzzy
517
  msgid "You can easily load default recommended settings using button below"
518
  msgstr "Você pode carregar as configurações recomendadas clicando no botão abaixo."
519
 
520
- #: ../dashboard.php:1106
521
  msgid "Load default settings"
522
  msgstr "Carregar configurações padrão"
523
 
524
- #: ../dashboard.php:1114
525
  msgid "doesn't affect Custom login URL and Access Lists"
526
- msgstr "não afeta URL alternativo de login e Listas de Acesso"
527
-
528
- #: ../dashboard.php:1133
529
- msgid "Donate"
530
- msgstr "Doe"
531
 
532
- #: ../dashboard.php:1244
533
  msgid "New version is available"
534
  msgstr "Nova versão disponível"
535
 
536
  #. Name of the plugin
537
- #: ../dashboard.php:728 ../dashboard.php:743
538
  msgid "WP Cerber"
539
  msgstr "WP Cerber"
540
 
541
- #. URI of the plugin
542
- #:
543
- msgid "http://wpcerber.com"
544
- msgstr "http://wpcerber.com"
545
-
546
- #: ../wp-cerber.php:2161
547
  msgid "WP Cerber notify"
548
  msgstr "WP Cerber notifica"
549
 
550
- #: ../wp-cerber.php:2179
551
  msgid "Citadel mode is activated"
552
  msgstr "Modo Fortaleza está ativado"
553
 
554
- #: ../wp-cerber.php:2250
555
  msgid "New Custom login URL"
556
- msgstr "Novo URL alternativo de login"
557
 
558
- #: ../wp-cerber.php:2596
559
  msgid "The WP Cerber requires PHP %s or higher. You are running"
560
- msgstr "WP Cerber requer PHP %s ou mais recente. Você está rodando"
561
 
562
- #: ../wp-cerber.php:2600
563
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
564
- msgstr "WP Cerber requer Wordpress %s ou mais recente. Você está rodando"
565
 
566
- #: ../settings.php:86
567
  msgid "Use file"
568
  msgstr "Usar arquivo"
569
 
570
- #: ../settings.php:86
571
  msgid "Write failed login attempts to the file"
572
  msgstr "Escrever tentativas falhas de login em um arquivo"
573
 
574
- #: ../dashboard.php:788
575
- msgid "Failed attempts in last 24 hours"
576
- msgstr "Tentativas falhas de login nas últimas 24 horas"
577
-
578
- #: ../dashboard.php:1187
579
  msgid "Deactivate"
580
  msgstr "Desativar"
581
 
582
- #: ../dashboard.php:77 ../wp-cerber.php:2215
583
  msgid "Reason"
584
  msgstr "Razão"
585
 
586
- #: ../dashboard.php:130
587
  msgid "Add IP to the list"
588
  msgstr "Adicionar IP à lista"
589
 
590
- #: ../dashboard.php:697
591
  msgid "Add IP to the Black List"
592
  msgstr "Adicionar IP à Lista Negra"
593
 
594
- #: ../common.php:325
595
  msgid "Attempt to access"
596
  msgstr "Tentativa de acesso"
597
 
598
- #: ../common.php:324
599
  msgid "Limit on login attempts is reached"
600
  msgstr "O limite de tentativas de login foi atingido"
601
 
602
- #: ../common.php:311 ../common.php:326
603
  msgid "Attempt to log in with non-existent username"
604
  msgstr "Tentativa de login com nome de usuário não existente"
605
 
606
- #: ../wp-cerber.php:2214
607
  msgid "Last lockout was added: %s for IP %s"
608
  msgstr "Último bloqueio foi adicionado: %s para o IP %s"
609
 
610
- #: ../wp-cerber.php:2624
611
- msgid "It's important to check security settings."
612
- msgstr "É importante verificar as configurações de segurança."
613
-
614
- #: ../wp-cerber.php:2629 ../settings.php:225
615
  msgid "Hardening"
616
  msgstr "Fortalecendo"
617
 
618
- #: ../dashboard.php:675
619
  msgid "Abuse email:"
620
  msgstr "Email para abusos:"
621
 
622
- #: ../settings.php:143
623
  msgid "Email Address"
624
  msgstr "Endereço de Email"
625
 
626
- #: ../settings.php:143
627
  msgid "if empty, the admin email %s will be used"
628
  msgstr "se vazio, o email do administrador %s será usado"
629
 
630
- #: ../settings.php:89
631
  msgid "Drill down IP"
632
  msgstr "Rastrear IP"
633
 
634
- #: ../settings.php:89
635
  msgid "Retrieve extra WHOIS information for IP"
636
  msgstr "Pegar informação extra de WHOIS para o IP"
637
 
638
- #: ../settings.php:97
639
  msgid "Hardening WordPress"
640
  msgstr "Fortalecendo o Wordpress"
641
 
642
- #: ../settings.php:98
643
  msgid "Stop user enumeration"
644
  msgstr "Bloquear enumeração de usuários"
645
 
646
- #: ../settings.php:98
647
- msgid "Block access to the pages like /?author=n"
648
- msgstr "Bloquear acesso a páginas como /?autor=n"
649
-
650
- #: ../settings.php:99
651
  msgid "Disable XML-RPC"
652
  msgstr "Desabilitar XML-RPC"
653
 
654
- #: ../settings.php:99
655
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
656
  msgstr "Bloquear acesso ao servidor XML-RPC (incluindo Pingbacks e Trackbacks)"
657
 
658
- #: ../settings.php:100
659
  msgid "Disable feeds"
660
  msgstr "Desabilitar feeds"
661
 
662
- #: ../settings.php:100
663
  msgid "Block access to the RSS, Atom and RDF feeds"
664
  msgstr "Bloquear acesso aos feeds RSS, Atom e RDF"
665
 
666
- #: ../settings.php:101
667
  msgid "Disable REST API"
668
  msgstr "Desabilitar API REST"
669
 
670
- #: ../settings.php:101
671
- msgid "Block access to the WordPress REST API"
672
- msgstr "Bloquear acesso à API REST do Wordpress"
673
-
674
- #: ../settings.php:181
675
  msgid "These settings do not affect hosts from the "
676
  msgstr "Estas configurações não afetam servidores do "
677
 
678
- #: ../settings.php:525
679
  msgid "<strong>ERROR</strong>: please enter a valid email address."
680
  msgstr "<strong>ERRO</strong>: favor digitar um endereço de email válido."
681
 
682
- #: ../wp-cerber.php:2244 ../wp-cerber.php:2621
683
  msgid "WP Cerber is now active and has started protecting your site"
684
  msgstr "WP Cerver está ativo agora e já começou a proteger o seu site"
685
 
686
- #: ../dashboard.php:77
687
  msgid "Action"
688
  msgstr "Ação"
689
 
690
- #: ../dashboard.php:104
691
  msgid "Nobody can log in or register from these IPs"
692
  msgstr "Ninguém pode entrar ou se registrar a partir destes IPs"
693
 
694
- #: ../dashboard.php:150 ../dashboard.php:158
695
  msgid "Incorrect IP address or IP range"
696
  msgstr "Endereço ou faixa de IP incorretos"
697
 
698
- #: ../dashboard.php:261
699
- msgid "Unable to send notification email"
700
- msgstr "Não foi possível enviar o email de notificação"
701
-
702
- #: ../dashboard.php:284 ../dashboard.php:1203
703
  msgid "Settings saved"
704
  msgstr "Configurações salvas"
705
 
706
- #: ../dashboard.php:679
707
  msgid "Network:"
708
  msgstr "Rede:"
709
 
710
- #: ../dashboard.php:693
711
  msgid "Add network to the Black List"
712
  msgstr "Adicionar rede à Lista Negra"
713
 
714
- #: ../dashboard.php:1186
715
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
716
  msgstr "Atenção! O modo Fortaleza agora está ativado. Ninguém pode fazer login."
717
 
718
- #: ../whois.php:210 ../common.php:323
 
719
  msgid "Unknown"
720
  msgstr "Desconhecido"
721
 
722
- #. Description of the plugin
723
- #:
724
- msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Feel free to contact developer on the site <a href=\"http://wpcerber.com\">wpcerber.com</a>."
725
- msgstr "Protege sites contra ataques de força bruta, bots e hackers. Proteção anti-spam com reCAPTCHA. Controle abrangente para atividade de usuários. Restrição de login para listas de IPs. Limite de tentativas de login. Sinta-se à vontade para contatar o desenvolvedor no site <a href=\"http://wpcerber.com\">wpcerber.com</a>."
726
-
727
  #. Author of the plugin
728
  #:
729
  msgid "Gregory"
730
  msgstr "Gregory"
731
 
732
- #: ../wp-cerber.php:302 ../wp-cerber.php:558 ../wp-cerber.php:570 ../wp-cerber.
733
- #: php:577 ../wp-cerber.php:715 ../wp-cerber.php:919 ../wp-cerber.php:924 ../wp-
734
- #: cerber.php:930 ../wp-cerber.php:960 ../common.php:80 ../common.php:133 ..
735
- #: /common.php:137 ../settings.php:498
 
 
736
  msgid "ERROR:"
737
  msgstr "ERRO:"
738
 
739
- #: ../wp-cerber.php:587
740
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
741
  msgstr "Verificação de humanidade falhou. Por favor, click no quadrado do bloco reCAPTCHA abaixo."
742
 
743
- #: ../wp-cerber.php:726
744
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
745
  msgstr "<strong>ERRO</strong>: A senha que você digitou para o usuário %s está incorreta."
746
 
747
- #: ../wp-cerber.php:925
748
  msgid "Username is not allowed. Please choose another one."
749
  msgstr "Nome de usuário não permitido. Por favor, escolha outro nome."
750
 
751
- #: ../wp-cerber.php:2208
752
  msgid "unspecified"
753
  msgstr "não especificado"
754
 
755
- #: ../wp-cerber.php:2211
756
  msgid "Number of lockouts is increasing"
757
  msgstr "O número de bloqueios está aumentando"
758
 
759
- #: ../wp-cerber.php:2216
760
  msgid "View activity for this IP"
761
  msgstr "Ver atividade do IP"
762
 
763
- #: ../wp-cerber.php:2220 ../wp-cerber.php:2222
764
  msgid "A new version of WP Cerber is available to install"
765
  msgstr "Uma nova versão do WP Cerber está disponível para ser instalada"
766
 
767
- #: ../wp-cerber.php:2221
768
  msgid "Hi!"
769
  msgstr "Olá!"
770
 
771
- #: ../wp-cerber.php:2223 ../wp-cerber.php:2234
772
  msgid "Website"
773
  msgstr "Website"
774
 
775
- #: ../wp-cerber.php:2226 ../wp-cerber.php:2227
776
  msgid "The WP Cerber security plugin has been deactivated"
777
  msgstr "O plugin de segurança WP Cerber foi desativado"
778
 
779
- #: ../wp-cerber.php:2229
780
  msgid "Not logged in"
781
- msgstr "Não conectado"
782
 
783
- #: ../wp-cerber.php:2235
784
  msgid "By user"
785
  msgstr "Pelo usuário"
786
 
787
- #: ../wp-cerber.php:2236
788
  msgid "From IP address"
789
  msgstr "Do endereço de IP"
790
 
791
- #: ../wp-cerber.php:2239
792
  msgid "From country"
793
  msgstr "Do país"
794
 
795
- #: ../wp-cerber.php:2243
796
  msgid "The WP Cerber security plugin is now active"
797
  msgstr "O plugin de segurança WP Cerber está agora ativado"
798
 
799
- #: ../wp-cerber.php:2622
800
  msgid "Your IP address is added to the"
801
  msgstr "Seu endereço de IP foi adicionado à"
802
 
803
- #: ../dashboard.php:732
804
- msgid "reCAPTCHA"
805
- msgstr "reCAPTCHA"
806
-
807
- #: ../wp-cerber.php:2631
808
  msgid "Import settings"
809
  msgstr "Importar configurações"
810
 
811
- #: ../settings.php:144
812
  msgid "Notification limit"
813
  msgstr "Limite de notificação"
814
 
815
- #: ../settings.php:144
816
  msgid "notification letters allowed per hour (0 means unlimited)"
817
  msgstr "notificações permitidas por hora (0 significa ilimitadas)"
818
 
819
- #: ../settings.php:110
820
  msgid "User related settings"
821
  msgstr "Configurações de usuário"
822
 
823
- #: ../settings.php:111
824
  msgid "Prohibited usernames"
825
  msgstr "Nomes de usuários proibidos"
826
 
827
- #: ../settings.php:111
828
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
829
  msgstr "Nomes de usuários desta lista não podem fazer login ou serem registrados. Qualquer endereço de IP que tentar utilizar algum destes nomes será imediatamente bloqueado. Utilize vírgulas para separar os logins."
830
 
831
- #: ../settings.php:112
832
  msgid "User session expire"
833
  msgstr "Sessão de usuário expira"
834
 
835
- #: ../settings.php:112
836
  msgid "in minutes (leave empty to use default WP value)"
837
  msgstr "em minutos (deixe em branco para usar o valor padrão do Wordpress)"
838
 
839
- #: ../cerber-tools.php:195
840
  msgid "reCAPTCHA settings"
841
  msgstr "Configurações do reCAPTCHA"
842
 
843
- #: ../settings.php:119
844
  msgid "Site key"
845
  msgstr "Chave do site"
846
 
847
- #: ../settings.php:120
848
  msgid "Secret key"
849
  msgstr "Chave secreta"
850
 
851
- #: ../settings.php:123
852
  msgid "Enable reCAPTCHA for WordPress registration form"
853
  msgstr "Habilitar reCAPTCHA para o formulário de registro do Wordpress"
854
 
855
- #: ../settings.php:126
856
  msgid "Lost password form"
857
  msgstr "Formulário de senha perdida"
858
 
859
- #: ../settings.php:129
860
  msgid "Login form"
861
  msgstr "Formulário de login"
862
 
863
- #: ../settings.php:129
864
  msgid "Enable reCAPTCHA for WordPress login form"
865
  msgstr "Habilitar reCAPTCHA para o formulário de login do Wordpress"
866
 
867
- #: ../settings.php:184
868
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
869
  msgstr "Antes de começar a utilizar o reCAPTCHA, você precisa obter uma Chave do Site uma Chave Secreta no website do Google"
870
 
871
- #: ../cerber-lab.php:527 ../settings.php:185
872
  msgid "Know more"
873
  msgstr "Saiba mais"
874
 
875
- #: ../dashboard.php:728 ../settings.php:206
876
  msgid "WP Cerber Security"
877
  msgstr "WP Cerber Security"
878
 
879
- #: ../settings.php:227
880
  msgid "Users"
881
  msgstr "Usuários"
882
 
883
- #: ../common.php:282
884
  msgid "User created"
885
  msgstr "Usuário criado"
886
 
887
- #: ../common.php:283
888
  msgid "User registered"
889
  msgstr "Usuário registrado"
890
 
891
- #: ../common.php:306
892
  msgid "reCAPTCHA verification failed"
893
  msgstr "A verificação do reCAPTCHA falhou"
894
 
895
- #: ../common.php:307
896
  msgid "reCAPTCHA settings are incorrect"
897
  msgstr "As configurações do reCAPTCHA estão incorretas"
898
 
899
- #: ../common.php:310
900
  msgid "Attempt to access prohibited URL"
901
  msgstr "Tentativa de acesso a URL proibido"
902
 
903
- #: ../common.php:312 ../common.php:327
904
  msgid "Attempt to log in with prohibited username"
905
  msgstr "Tentativa de login com nome de usuário proibido."
906
 
907
- #: ../settings.php:84
908
  msgid "Cerber Lab connection"
909
  msgstr "Conexão Cerber Lab"
910
 
911
- #: ../settings.php:84
912
  msgid "Send malicious IP addresses to the Cerber Lab"
913
  msgstr "Enviar endereço de IP malicioso para o Cerber Lab"
914
 
915
- #: ../settings.php:85
916
  msgid "Cerber Lab protocol"
917
  msgstr "Protocolo Cerber Lab"
918
 
919
- #: ../settings.php:123
920
  msgid "Registration form"
921
  msgstr "Formulário de restro"
922
 
923
- #: ../settings.php:124
924
  msgid "Enable reCAPTCHA for WooCommerce registration form"
925
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WooCommerce"
926
 
927
- #: ../settings.php:126
928
  msgid "Enable reCAPTCHA for WordPress lost password form"
929
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do Wordpress"
930
 
931
- #: ../settings.php:127
932
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
933
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WooCommerce"
934
 
935
- #: ../settings.php:130
936
  msgid "Enable reCAPTCHA for WooCommerce login form"
937
  msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
938
 
939
- #: ../common.php:308
940
  msgid "Request to the Google reCAPTCHA service failed"
941
  msgstr "A requisição para o serviço Google reCAPTCHA falhou"
942
 
943
- #: ../dashboard.php:1052 ../dashboard.php:1080
944
  msgid "View all"
945
  msgstr "Ver todos"
946
 
947
- #: ../dashboard.php:1081
948
  msgid "Recently locked out IP addresses"
949
  msgstr "Endereços de IP recentemente bloqueados"
950
 
951
- #: ../cerber-lab.php:525
952
  msgid "OK, nail them all"
953
  msgstr "OK, acabe com eles"
954
 
955
- #: ../cerber-lab.php:526
956
  msgid "NO, maybe later"
957
  msgstr "NÃO, talvez mais tarde"
958
 
959
- #: ../dashboard.php:730 ../dashboard.php:894 ../dashboard.php:1376 ../settings.
960
- #: php:211
961
  msgid "Dashboard"
962
  msgstr "Painel de Controle"
963
 
964
- #: ../cerber-lab.php:523
965
  msgid "Want to make WP Cerber even more powerful?"
966
  msgstr "Gostaria de fazer o WP Cerber ainda mais poderoso?"
967
 
968
- #: ../cerber-lab.php:524
969
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
970
  msgstr "Permita que o WP Cerber envie endereços de IP maliciosos para o Cerber Lab. Isso ajuda os desenvolvedores do plugin a criarem algoritmos para defender o WordPress de novas ameaças e botnets que surgem dia-a-dia. Você pode desabilitar este envio a qualquer momento nas configurações do plugin."
971
 
972
- #: ../dashboard.php:339
973
  msgid "IP address"
974
  msgstr "Endereço de IP"
975
 
976
- #: ../dashboard.php:339
977
  msgid "User login"
978
  msgstr "Login do usuário"
979
 
980
- #: ../dashboard.php:339
981
  msgid "User ID"
982
  msgstr "ID do usuário"
983
 
984
- #: ../dashboard.php:495
985
  msgid "Export"
986
  msgstr "Exportar"
987
 
988
- #: ../dashboard.php:505
989
- msgid "All activities"
990
- msgstr "Todas as atividades"
991
-
992
- #: ../dashboard.php:514
993
  msgid "Search for IP or username"
994
  msgstr "Buscar por IP ou usuário"
995
 
996
- #: ../dashboard.php:514
997
  msgid "Filter"
998
  msgstr "Filtrar"
999
 
1000
- #: ../dashboard.php:730
1001
  msgid "Cerber Dashboard"
1002
  msgstr "Painel de Controle do Cerber"
1003
 
1004
- #: ../dashboard.php:732
1005
- msgid "Cerber reCAPTCHA settings"
1006
- msgstr "Configurações do reCAPTCHA do Cerber"
1007
-
1008
- #: ../dashboard.php:733
1009
  msgid "Cerber tools"
1010
  msgstr "Ferramentas do Cerber"
1011
 
1012
- #: ../dashboard.php:1289
1013
  msgid "Subscribe"
1014
  msgstr "Inscrever"
1015
 
1016
- #: ../dashboard.php:1290
1017
  msgid "Unsubscribe"
1018
  msgstr "Cancelar inscrição"
1019
 
1020
- #: ../dashboard.php:1318
1021
  msgid "You've subscribed"
1022
  msgstr "Você está inscrito"
1023
 
1024
- #: ../dashboard.php:1321
1025
  msgid "You've unsubscribed"
1026
  msgstr "Você cancelou sua inscrição"
1027
 
1028
- #: ../wp-cerber.php:2254 ../wp-cerber.php:2255
1029
  msgid "A new activity has been recorded"
1030
  msgstr "Uma nova atividade foi capturada"
1031
 
1032
- #: ../wp-cerber.php:2500
1033
  msgid "User"
1034
  msgstr "Usuário"
1035
 
1036
- #: ../wp-cerber.php:2508
1037
  msgid "Search string"
1038
  msgstr "Termo pesquisado"
1039
 
1040
- #: ../wp-cerber.php:2521
1041
  msgid "To unsubscribe click here"
1042
  msgstr "Para cancelar sua inscrição, clique aqui"
1043
 
1044
- #: ../settings.php:88
1045
  msgid "Preferences"
1046
  msgstr "Preferências"
1047
 
1048
- #: ../settings.php:90
1049
  msgid "Date format"
1050
  msgstr "Formato da data"
1051
 
1052
- #: ../settings.php:90
1053
  msgid "if empty, the default format %s will be used"
1054
  msgstr "se vazio, o formato padrão %s será usado"
1055
 
1056
- #: ../dashboard.php:890 ../settings.php:146
1057
  msgid "Push notifications"
1058
  msgstr "Notificações push"
1059
 
1060
- #: ../settings.php:141
1061
  msgid "Email notifications"
1062
  msgstr "Notificações por email"
1063
 
1064
- #: ../settings.php:143
1065
  msgid "Use comma to specify multiple values"
1066
  msgstr "Use vírgulas para separar múltiplos valores"
1067
 
1068
- #: ../settings.php:153
1069
  msgid "All connected devices"
1070
  msgstr "Todos os dispositivos conectados"
1071
 
1072
- #: ../settings.php:154
1073
  msgid "No devices found"
1074
  msgstr "Nenhum dispositivo encontrado"
1075
 
1076
- #: ../settings.php:156
1077
  msgid "Not available"
1078
  msgstr "Não disponível"
1079
 
1080
- #: ../common.php:304
1081
  msgid "Password reset requested"
1082
  msgstr "Redefinição de senha solicitada"
1083
 
1084
- #: ../common.php:328
1085
  msgid "Limit on failed reCAPTCHA verifications is reached"
1086
  msgstr "Foi atingido o limite de verificações falhas do reCAPTCHA"
1087
 
1088
- #: ../common.php:380
1089
  msgid "%s ago"
1090
  msgstr "%s atrás"
1091
 
1092
- #: ../settings.php:61
1093
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1094
  msgstr "Aplicar regras de limite para login aos endereçoes de IP da Lista Segura"
1095
 
1096
- #: ../settings.php:70
1097
  msgid "Display 404 page"
1098
  msgstr "Exibir página 404"
1099
 
1100
- #: ../settings.php:121
1101
  msgid "Invisible reCAPTCHA"
1102
  msgstr "reCAPTCHA invisível"
1103
 
1104
- #: ../settings.php:121
1105
  msgid "Enable invisible reCAPTCHA"
1106
  msgstr "Habilitar reCAPTCHA invisível"
1107
 
1108
- #: ../settings.php:121
1109
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1110
  msgstr "(não habilite esta opção a menos que tenha as Chaves do Site e Secreta para esta versão invisível)"
1111
 
1112
- #: ../settings.php:132
1113
- msgid "Anti-Spam"
1114
- msgstr "Anti-Spam"
1115
-
1116
- #: ../settings.php:132
1117
  msgid "Enable reCAPTCHA for WordPress comment form"
1118
  msgstr "Habilitar reCAPTCHA para o formulário de comentários do Wordpress"
1119
 
1120
- #: ../settings.php:133
1121
  msgid "Disable reCAPTCHA for logged in users"
1122
- msgstr "Desabilitar reCAPTCHA para usuários conectados"
1123
 
1124
- #: ../settings.php:135
1125
  msgid "Limit attempts"
1126
  msgstr "Limitar tentativas"
1127
 
1128
- #: ../settings.php:135
1129
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1130
  msgstr "Bloquear endereço de IP por %s minutos depois de %s tentativas falhas dentro de %s minutos"
1131
 
1132
- #: ../settings.php:178
1133
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1134
  msgstr "No modo Fortaleza apenas os IPs da Lista Segura podem se conectar. Sessões ativas de usuários não serão afetadas."
1135
 
1136
- #: ../dashboard.php:339 ../dashboard.php:486
1137
  msgid "Event"
1138
- msgstr ""
1139
 
1140
- #: ../dashboard.php:1033
 
1141
  msgid "Spam comments denied"
1142
- msgstr ""
1143
 
1144
- #: ../dashboard.php:1034
1145
  msgid "Malicious IP addresses detected"
1146
- msgstr ""
1147
 
1148
- #: ../dashboard.php:1035
1149
  msgid "Lockouts occurred"
1150
- msgstr ""
1151
-
1152
- #: ../dashboard.php:1036
1153
- msgid "Locked out IP now"
1154
- msgstr ""
1155
 
1156
- #: ../dashboard.php:1060
1157
  msgid "All suspicious activity"
1158
- msgstr ""
1159
 
1160
- #: ../wp-cerber.php:931
 
1161
  msgid "You are not allowed to register."
1162
- msgstr ""
1163
 
1164
- #: ../common.php:293
 
1165
  msgid "Spam comment denied"
1166
- msgstr ""
1167
 
1168
- #: ../common.php:299
1169
- msgid "by Cerber Lab"
1170
- msgstr ""
1171
-
1172
- #: ../common.php:314
1173
  msgid "Attempt to log in denied"
1174
- msgstr ""
1175
 
1176
- #: ../common.php:315
1177
  msgid "Attempt to register denied"
1178
- msgstr ""
1179
 
1180
- #: ../dashboard.php:1032
1181
  msgid "Malicious activities mitigated"
1182
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1183
 
4
  "Content-Type: text/plain; charset=UTF-8\n"
5
  "Content-Transfer-Encoding: 8bit\n"
6
  "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: WP Cerber Security\n"
8
  "Language: pt-br\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:73
12
  msgid "Limit login attempts"
13
  msgstr "Limitar tentativas de login"
14
 
15
+ #: ../settings.php:74
16
  msgid "Attempts"
17
  msgstr "Tentativas"
18
 
19
+ #: ../settings.php:75
20
  msgid "Lockout duration"
21
  msgstr "Duração do bloqueio"
22
 
23
+ #: ../settings.php:75 ../settings.php:101
24
  msgid "minutes"
25
  msgstr "minutos"
26
 
27
+ #: ../settings.php:76
28
  msgid "Aggressive lockout"
29
  msgstr "Bloqueio agressivo"
30
 
31
+ #: ../settings.php:79
32
  msgid "Site connection"
33
  msgstr "Conexão do site"
34
 
35
+ #: ../settings.php:81
36
  msgid "Proactive security rules"
37
  msgstr "Regras de segurança proativa"
38
 
39
+ #: ../settings.php:82
40
  msgid "Block subnet"
41
  msgstr "Bloquear sub-rede"
42
 
43
+ #: ../settings.php:85
44
  msgid "Request wp-login.php"
45
  msgstr "Requisitar wp-login.php"
46
 
47
+ #: ../settings.php:85
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Bloquer IP imediatamente após qualquer requisição a wp-login.php"
50
 
51
+ #: ../settings.php:84
52
  msgid "Redirect dashboard requests"
53
  msgstr "Redirecionar requisições ao painel"
54
 
55
+ #: ../settings.php:88
56
  msgid "Custom login page"
57
  msgstr "Página alternativa de login"
58
 
59
+ #: ../settings.php:89
60
  msgid "Custom login URL"
61
+ msgstr "URL personalizado de login"
62
 
63
+ #: ../settings.php:95
64
  msgid "must not overlap with the existing pages or posts slug"
65
  msgstr "não deve se sobrepor aos links permanentes de páginas e posts"
66
 
67
+ #: ../settings.php:97
68
  msgid "Disable wp-login.php"
69
  msgstr "Desabilitar wp-login.php"
70
 
71
+ #: ../settings.php:97
72
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
73
  msgstr "Bloquear acesso direto a wp-login.php e retornar o erro HTTP 404"
74
 
75
+ #: ../dashboard.php:1221 ../settings.php:99
76
  msgid "Citadel mode"
77
  msgstr "Modo Fortaleza"
78
 
79
+ #: ../settings.php:100
80
  msgid "Threshold"
81
  msgstr "Limite"
82
 
83
+ #: ../settings.php:101
84
  msgid "Duration"
85
  msgstr "Duração"
86
 
87
+ #: ../cerber-load.php:4111 ../settings.php:78 ../settings.php:102 ../settings.php:
88
+ #: 411
89
  msgid "Notifications"
90
  msgstr "Notificações"
91
 
92
+ #: ../settings.php:102
93
  msgid "Send notification to admin email"
94
  msgstr "Enviar notificação para o email do administrador"
95
 
96
+ #: ../cerber-load.php:4108 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
97
+ #: tools.php:101 ../cerber-tools.php:182
98
  msgid "Access Lists"
99
  msgstr "Listas de Acesso"
100
 
101
+ #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3855 ..
102
+ #: /settings.php:104 ../settings.php:395
103
  msgid "Activity"
104
  msgstr "Atividade"
105
 
106
+ #: ../settings.php:399
107
  msgid "Lockouts"
108
  msgstr "Bloqueios"
109
 
110
+ #: ../settings.php:520 ../settings.php:642
111
  msgid "%s allowed retries in %s minutes"
112
  msgstr "%s tentativas restantes em %s minutos"
113
 
114
+ #: ../settings.php:542 ../settings.php:664
115
  msgid "Enable after %s failed login attempts in last %s minutes"
116
  msgstr "Habilitar após %s tentativas falhas de login nos últimos %s minutos"
117
 
118
+ #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
119
+ #: php:3864
120
  msgid "IP"
121
  msgstr "IP"
122
 
123
+ #: ../dashboard.php:534 ../dashboard.php:698 ../dashboard.php:2846
124
  msgid "Date"
125
  msgstr "Data"
126
 
127
+ #: ../dashboard.php:534 ../dashboard.php:700 ../dashboard.php:2851
128
  msgid "Local User"
129
  msgstr "Usuário Local"
130
 
131
+ #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3872
132
  msgid "Username used"
133
  msgstr "Nome de usuário usado"
134
 
135
+ #: ../dashboard.php:148
136
  msgid "Showing last %d records from %d"
137
  msgstr "Mostrando últimos %d registros de %d"
138
 
139
+ #: ../common.php:798
140
  msgid "Logged in"
141
+ msgstr "Logado"
142
 
143
+ #: ../common.php:799
144
  msgid "Logged out"
145
  msgstr "Desconectado"
146
 
147
+ #: ../common.php:800
148
  msgid "Login failed"
149
  msgstr "Falha no login"
150
 
151
+ #: ../common.php:803
152
  msgid "IP blocked"
153
  msgstr "IP bloqueado"
154
 
155
+ #: ../common.php:804
156
  msgid "Subnet blocked"
157
  msgstr "Sub-rede bloqueada"
158
 
159
+ #: ../common.php:806
160
  msgid "Citadel activated!"
161
  msgstr "Fortaleza ativada!"
162
 
163
+ #: ../dashboard.php:675 ../dashboard.php:879 ../dashboard.php:2684 ../common.php:
164
+ #: 845
165
  msgid "Locked out"
166
  msgstr "Bloqueado"
167
 
168
+ #: ../common.php:846
169
  msgid "IP blacklisted"
170
  msgstr "IP bloqueado"
171
 
172
+ #: ../common.php:821
173
  msgid "Password changed"
174
  msgstr "Senha alterada"
175
 
176
+ #: ../dashboard.php:122 ../dashboard.php:195
177
  msgid "Remove"
178
  msgstr "Remover"
179
 
180
+ #: ../dashboard.php:425
181
  msgid "Lockout for %s was removed"
182
  msgstr "Bloqueio de %s foi removido"
183
 
184
+ #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
185
+ #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4100 ../settings.php:77 ..
186
+ #: /settings.php:365
187
  msgid "White IP Access List"
188
  msgstr "Lista Segura de IPs"
189
 
190
+ #: ../dashboard.php:169 ../dashboard.php:671 ../dashboard.php:876 ../dashboard.
191
+ #: php:1220 ../dashboard.php:2680
 
192
  msgid "Black IP Access List"
193
  msgstr "Lista Negra de IPs"
194
 
195
+ #: ../dashboard.php:201
196
  msgid "List is empty"
197
  msgstr "A lista está vazia"
198
 
199
+ #: ../dashboard.php:238
200
  msgid "Address %s was added to White IP Access List"
201
  msgstr "Endereço %s adicionado à Lista Segura de IPs"
202
 
203
+ #: ../dashboard.php:252
 
204
  msgid "Address %s was added to Black IP Access List"
205
  msgstr "Endereço %s adicionado à Lista Negra de IPs"
206
 
207
+ #: ../cerber-load.php:3337
208
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
209
  msgstr "O modo Fortaleza é atividado após %d tentaivas de login falhas em %d minutos."
210
 
211
+ #: ../dashboard.php:1625
 
212
  msgid "View Activity"
213
  msgstr "Ver Atividade"
214
 
215
+ #: ../dashboard.php:2530 ../cerber-tools.php:91 ../cerber-tools.php:100
216
  msgid "Settings"
217
  msgstr "Configurações"
218
 
219
+ #: ../dashboard.php:1082
 
220
  msgid "Last login"
221
  msgstr "Último login"
222
 
223
+ #: ../dashboard.php:1115 ../dashboard.php:1202
224
  msgid "Never"
225
  msgstr "Nunca"
226
 
227
+ #: ../dashboard.php:1513
228
  msgid "Are you sure?"
229
  msgstr "Tem certeza?"
230
 
231
+ #: ../dashboard.php:1307 ../settings.php:79
232
  msgid "My site is behind a reverse proxy"
233
  msgstr "Meu site está sob um proxy reverso"
234
 
235
+ #: ../settings.php:83
236
  msgid "Non-existent users"
237
  msgstr "Usuários não-existentes"
238
 
239
+ #: ../settings.php:83
240
  msgid "Immediately block IP when attempting to login with a non-existent username"
241
  msgstr "Bloquear IP imediatamente nas tentativas de login com nomes de usuários não existentes"
242
 
243
+ #: ../settings.php:84
244
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
245
  msgstr "Desabilitar redirecionamento automático para a página de login quando /wp-admin/ é requisitada sem autorização"
246
 
247
+ #: ../settings.php:351
248
  msgid "Make your protection smarter!"
249
  msgstr "Deixe sua proteção mais inteligente!"
250
 
251
+ #: ../settings.php:355
252
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
253
  msgstr "Favor habilitar os Links Permanentes para utilizar essa funcionalidade. Configure os Link Permanentes para algo além do Padrão."
254
 
255
+ #: ../cerber-load.php:4107 ../settings.php:401
 
 
 
 
256
  msgid "Main Settings"
257
  msgstr "Configurações Principais"
258
 
259
+ #: ../dashboard.php:2531 ../settings.php:413 ../cerber-tools.php:51
260
  msgid "Help"
261
  msgstr "Ajuda"
262
 
263
+ #: ../settings.php:530 ../settings.php:652
264
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
265
  msgstr "Aumentar a duração do bloqueio para %s horas após %s bloqueios nas últimas %s horas."
266
 
267
+ #: ../cerber-load.php:358
268
  msgid "You are not allowed to log in. Ask your administrator for assistance."
269
  msgstr "Você não tem permissão para entrar. Peça ajuda ao administrador."
270
 
271
+ #: ../cerber-load.php:364
272
  msgid "You have reached the login attempts limit. Please try again in %d minutes."
273
  msgstr "Você atingiu o limite de tentativas de login. Por favor, tente novamente em %d minutos."
274
 
275
+ #: ../cerber-load.php:383
276
  msgid "You have only one attempt remaining."
277
  msgid_plural "You have %d attempts remaining."
278
  msgstr[0] "Você tem apenas uma tentativa restante."
279
  msgstr[1] "Você tem %d tentativas restantes."
280
 
281
+ #: ../dashboard.php:723
282
  msgid "No activity has been logged."
283
  msgstr "Nenhuma atividade foi registrada."
284
 
285
+ #: ../dashboard.php:132
286
  msgid "Expires"
287
  msgstr "Expira"
288
 
289
+ #: ../dashboard.php:154
 
290
  msgid "No lockouts at the moment. The sky is clear."
291
  msgstr "Nenhum bloqueio no momento. O céu está limpo."
292
 
293
+ #: ../dashboard.php:167
294
  msgid "These IPs will never be locked out"
295
  msgstr "Estes IPs nunca serão bloqueados"
296
 
297
+ #: ../dashboard.php:176
298
  msgid "Your IP"
299
  msgstr "Seu IP"
300
 
301
+ #: ../cerber-load.php:3338
 
 
 
 
302
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
303
  msgstr "Última tentativa de login falha foi às %s do IP %s com o login de usuário: %s."
304
 
305
+ #: ../cerber-load.php:4067
 
 
 
 
306
  msgid "Can't activate WP Cerber due to a database error."
307
  msgstr "Não foi possível ativar o WP Cerber devido a um erro na conexão com o banco de dados."
308
 
309
+ #: ../settings.php:537 ../settings.php:659
310
  msgid "Notify admin if the number of active lockouts above"
311
  msgstr "Notificar o administrador caso o número de bloqueios ativos seja acima"
312
 
313
+ #: ../settings.php:105 ../settings.php:179 ../settings.php:341
314
  msgid "days"
315
  msgstr "dias"
316
 
317
+ #: ../dashboard.php:1172
318
  msgid "Cerber Quick View"
319
  msgstr "Visualição Rápida do Cerber"
320
 
321
+ #: ../dashboard.php:150
322
  msgid "Hint"
323
  msgstr "Dica"
324
 
325
+ #: ../dashboard.php:150
326
  msgid "To view activity, click on the IP"
327
  msgstr "Para ver a atividade, clique no IP"
328
 
329
+ #: ../dashboard.php:194 ../dashboard.php:886 ../dashboard.php:913 ../dashboard.
330
+ #: php:1005
331
  msgid "Check for activity"
332
  msgstr "Verificar atividade"
333
 
334
+ #: ../settings.php:82
335
  msgid "Always block entire subnet Class C of intruders IP"
336
  msgstr "Sempre bloquear toda a sub-rede classe C de IPs invasores"
337
 
338
+ #: ../settings.php:102 ../settings.php:539 ../settings.php:661
339
  msgid "Click to send test"
340
  msgstr "Clique para enviar teste"
341
 
342
+ #: ../settings.php:814 ../settings.php:815
343
  msgid "Attention! You have changed the login URL! The new login URL is"
344
+ msgstr "Atenção! Você alterou o URL de login! O novo URL de login é"
345
 
346
+ #: ../dashboard.php:1081
347
  msgid "Comments"
348
  msgstr "Comentários"
349
 
350
+ #: ../common.php:1078
 
 
 
 
 
 
 
 
351
  msgid "Update to version %s of WP Cerber"
352
  msgstr "Atualizar WP Cerber para a versão %s"
353
 
354
+ #: ../cerber-load.php:3339 ../cerber-load.php:3896
355
  msgid "View activity in dashboard"
356
  msgstr "Ver atividade no painel"
357
 
358
+ #: ../cerber-load.php:3369
359
  msgid "Number of active lockouts"
360
  msgstr "Número de bloqueios ativos"
361
 
362
+ #: ../cerber-load.php:3373
363
  msgid "View lockouts in dashboard"
364
  msgstr "Ver bloqueios no painel"
365
 
366
+ #: ../cerber-load.php:3455
367
  msgid "This message was sent by"
368
  msgstr "Esta mensagem foi enviada por"
369
 
370
+ #: ../dashboard.php:64 ../cerber-tools.php:43
371
  msgid "Tools"
372
  msgstr "Ferramentas"
373
 
374
+ #: ../cerber-tools.php:88
375
  msgid "Export settings to the file"
376
  msgstr "Exportar configurações para o arquivo"
377
 
378
+ #: ../cerber-tools.php:89
379
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
380
  msgstr "Assim que clicar no botão abaixo, você baixará um arquivo de configuração que poderá usar em outros sites."
381
 
382
+ #: ../cerber-tools.php:90
383
  msgid "What do you want to export?"
384
  msgstr "O que gostaria de exportar?"
385
 
386
+ #: ../cerber-tools.php:93
387
  msgid "Download file"
388
  msgstr "Baixar arquivo"
389
 
390
+ #: ../cerber-tools.php:95
391
  msgid "Import settings from the file"
392
  msgstr "Importar configurações de um arquivo"
393
 
394
+ #: ../cerber-tools.php:96
395
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
396
  msgstr "Assim que clicar no botão abaixo, o arquivo será enviado e todas as configurações existentes serão sobrescritas."
397
 
398
+ #: ../cerber-tools.php:97
399
  msgid "Select file to import."
400
  msgstr "Selecionar arquivo para importação."
401
 
402
+ #: ../cerber-tools.php:97
403
  msgid "Maximum upload file size: %s."
404
  msgstr "Tamanho máximo do arquivo para envio: %s."
405
 
406
+ #: ../cerber-tools.php:100
407
  msgid "What do you want to import?"
408
  msgstr "O que gostaria de importar?"
409
 
410
+ #: ../cerber-tools.php:102
411
  msgid "Upload file"
412
  msgstr "Enviar arquivo"
413
 
414
+ #: ../cerber-tools.php:149
415
  msgid "No file was uploaded or file is corrupted"
416
  msgstr "Nenhum arquivo foi enviado ou o arquivo está corrompido"
417
 
418
+ #: ../cerber-tools.php:182
419
  msgid "Error while updating"
420
  msgstr "Erro ao enviar arquivo"
421
 
422
+ #: ../cerber-tools.php:185
423
  msgid "Settings has imported successfully from"
424
  msgstr "As configurações foram importadas com sucesso de"
425
 
426
+ #: ../cerber-tools.php:189
427
  msgid "Error while parsing file"
428
  msgstr "Erro ao interpretar arquivo"
429
 
430
+ #: ../dashboard.php:130 ../dashboard.php:696
431
  msgid "Hostname"
432
  msgstr "Nome do servidor"
433
 
434
+ #: ../dashboard.php:391
435
  msgid "unknown"
436
  msgstr "desconhecido"
437
 
438
+ #: ../settings.php:105 ../settings.php:337
439
  msgid "Keep records for"
440
  msgstr "Guardar registros por"
441
 
442
+ #: ../dashboard.php:1206 ../dashboard.php:1227
443
  msgid "active"
444
  msgstr "ativo"
445
 
446
+ #: ../dashboard.php:1206
447
  msgid "deactivate"
448
  msgstr "desativar"
449
 
450
+ #: ../dashboard.php:1208
451
  msgid "not active"
452
  msgstr "inativo"
453
 
454
+ #: ../dashboard.php:1209 ../dashboard.php:1223
455
  msgid "disabled"
456
  msgstr "desabilitado"
457
 
458
+ #: ../dashboard.php:1214
459
  msgid "failed attempts"
460
  msgstr "tentativas falhas"
461
 
462
+ #: ../dashboard.php:1214 ../dashboard.php:1215
463
  msgid "in 24 hours"
464
  msgstr "em 24 horas"
465
 
466
+ #: ../dashboard.php:1214 ../dashboard.php:1215
467
  msgid "view all"
468
  msgstr "ver todos"
469
 
470
+ #: ../dashboard.php:1215
471
  msgid "lockouts"
472
  msgstr "bloqueios"
473
 
474
+ #: ../dashboard.php:1217
475
  msgid "Lockouts at the moment"
476
  msgstr "Bloqueios no momento"
477
 
478
+ #: ../dashboard.php:1218
 
479
  msgid "Last lockout"
480
  msgstr "Último bloqueio"
481
 
482
+ #: ../dashboard.php:1219 ../dashboard.php:1220 ../dashboard.php:1796
483
  msgid "entry"
484
  msgid_plural "entries"
485
  msgstr[0] "entrada"
486
  msgstr[1] "entradas"
487
 
488
+ #: ../dashboard.php:1508
 
489
  msgid "Confused about some settings?"
490
  msgstr "Confuso em relação às configurações?"
491
 
492
+ #: ../dashboard.php:1509
 
493
  msgid "You can easily load default recommended settings using button below"
494
  msgstr "Você pode carregar as configurações recomendadas clicando no botão abaixo."
495
 
496
+ #: ../dashboard.php:1511
497
  msgid "Load default settings"
498
  msgstr "Carregar configurações padrão"
499
 
500
+ #: ../dashboard.php:1519
501
  msgid "doesn't affect Custom login URL and Access Lists"
502
+ msgstr "não afeta URL personalizado de login e Listas de Acesso"
 
 
 
 
503
 
504
+ #: ../common.php:1071 ../settings.php:221
505
  msgid "New version is available"
506
  msgstr "Nova versão disponível"
507
 
508
  #. Name of the plugin
509
+ #: ../dashboard.php:52 ../dashboard.php:76
510
  msgid "WP Cerber"
511
  msgstr "WP Cerber"
512
 
513
+ #: ../cerber-load.php:3313
 
 
 
 
 
514
  msgid "WP Cerber notify"
515
  msgstr "WP Cerber notifica"
516
 
517
+ #: ../cerber-load.php:3335
518
  msgid "Citadel mode is activated"
519
  msgstr "Modo Fortaleza está ativado"
520
 
521
+ #: ../cerber-load.php:3409
522
  msgid "New Custom login URL"
523
+ msgstr "Novo URL personalizado de login"
524
 
525
+ #: ../cerber-load.php:4054
526
  msgid "The WP Cerber requires PHP %s or higher. You are running"
527
+ msgstr "O WP Cerber requer PHP %s ou mais recente. Você está rodando"
528
 
529
+ #: ../cerber-load.php:4058
530
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
531
+ msgstr "O WP Cerber requer Wordpress %s ou mais recente. Você está rodando"
532
 
533
+ #: ../settings.php:108
534
  msgid "Use file"
535
  msgstr "Usar arquivo"
536
 
537
+ #: ../settings.php:108
538
  msgid "Write failed login attempts to the file"
539
  msgstr "Escrever tentativas falhas de login em um arquivo"
540
 
541
+ #: ../dashboard.php:1624
 
 
 
 
542
  msgid "Deactivate"
543
  msgstr "Desativar"
544
 
545
+ #: ../dashboard.php:133 ../cerber-load.php:3371
546
  msgid "Reason"
547
  msgstr "Razão"
548
 
549
+ #: ../dashboard.php:206
550
  msgid "Add IP to the list"
551
  msgstr "Adicionar IP à lista"
552
 
553
+ #: ../dashboard.php:932
554
  msgid "Add IP to the Black List"
555
  msgstr "Adicionar IP à Lista Negra"
556
 
557
+ #: ../common.php:876
558
  msgid "Attempt to access"
559
  msgstr "Tentativa de acesso"
560
 
561
+ #: ../common.php:875
562
  msgid "Limit on login attempts is reached"
563
  msgstr "O limite de tentativas de login foi atingido"
564
 
565
+ #: ../common.php:829 ../common.php:877
566
  msgid "Attempt to log in with non-existent username"
567
  msgstr "Tentativa de login com nome de usuário não existente"
568
 
569
+ #: ../cerber-load.php:3370
570
  msgid "Last lockout was added: %s for IP %s"
571
  msgstr "Último bloqueio foi adicionado: %s para o IP %s"
572
 
573
+ #: ../cerber-load.php:4110 ../settings.php:406
 
 
 
 
574
  msgid "Hardening"
575
  msgstr "Fortalecendo"
576
 
577
+ #: ../dashboard.php:909
578
  msgid "Abuse email:"
579
  msgstr "Email para abusos:"
580
 
581
+ #: ../settings.php:208 ../settings.php:243
582
  msgid "Email Address"
583
  msgstr "Endereço de Email"
584
 
585
+ #: ../settings.php:217
586
  msgid "if empty, the admin email %s will be used"
587
  msgstr "se vazio, o email do administrador %s será usado"
588
 
589
+ #: ../settings.php:111
590
  msgid "Drill down IP"
591
  msgstr "Rastrear IP"
592
 
593
+ #: ../settings.php:111
594
  msgid "Retrieve extra WHOIS information for IP"
595
  msgstr "Pegar informação extra de WHOIS para o IP"
596
 
597
+ #: ../settings.php:119
598
  msgid "Hardening WordPress"
599
  msgstr "Fortalecendo o Wordpress"
600
 
601
+ #: ../settings.php:120
602
  msgid "Stop user enumeration"
603
  msgstr "Bloquear enumeração de usuários"
604
 
605
+ #: ../settings.php:122
 
 
 
 
606
  msgid "Disable XML-RPC"
607
  msgstr "Desabilitar XML-RPC"
608
 
609
+ #: ../settings.php:122
610
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
611
  msgstr "Bloquear acesso ao servidor XML-RPC (incluindo Pingbacks e Trackbacks)"
612
 
613
+ #: ../settings.php:123
614
  msgid "Disable feeds"
615
  msgstr "Desabilitar feeds"
616
 
617
+ #: ../settings.php:123
618
  msgid "Block access to the RSS, Atom and RDF feeds"
619
  msgstr "Bloquear acesso aos feeds RSS, Atom e RDF"
620
 
621
+ #: ../settings.php:124
622
  msgid "Disable REST API"
623
  msgstr "Desabilitar API REST"
624
 
625
+ #: ../settings.php:365
 
 
 
 
626
  msgid "These settings do not affect hosts from the "
627
  msgstr "Estas configurações não afetam servidores do "
628
 
629
+ #: ../settings.php:895 ../settings.php:907
630
  msgid "<strong>ERROR</strong>: please enter a valid email address."
631
  msgstr "<strong>ERRO</strong>: favor digitar um endereço de email válido."
632
 
633
+ #: ../cerber-load.php:3401 ../cerber-load.php:4099
634
  msgid "WP Cerber is now active and has started protecting your site"
635
  msgstr "WP Cerver está ativo agora e já começou a proteger o seu site"
636
 
637
+ #: ../dashboard.php:134
638
  msgid "Action"
639
  msgstr "Ação"
640
 
641
+ #: ../dashboard.php:169
642
  msgid "Nobody can log in or register from these IPs"
643
  msgstr "Ninguém pode entrar ou se registrar a partir destes IPs"
644
 
645
+ #: ../dashboard.php:232 ../dashboard.php:244
646
  msgid "Incorrect IP address or IP range"
647
  msgstr "Endereço ou faixa de IP incorretos"
648
 
649
+ #: ../dashboard.php:441 ../dashboard.php:1640
 
 
 
 
650
  msgid "Settings saved"
651
  msgstr "Configurações salvas"
652
 
653
+ #: ../dashboard.php:913
654
  msgid "Network:"
655
  msgstr "Rede:"
656
 
657
+ #: ../dashboard.php:927
658
  msgid "Add network to the Black List"
659
  msgstr "Adicionar rede à Lista Negra"
660
 
661
+ #: ../dashboard.php:1623
662
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
663
  msgstr "Atenção! O modo Fortaleza agora está ativado. Ninguém pode fazer login."
664
 
665
+ #: ../dashboard.php:349 ../dashboard.php:2609 ../whois.php:221 ../whois.php:252 ..
666
+ #: /common.php:874 ../common.php:1153
667
  msgid "Unknown"
668
  msgstr "Desconhecido"
669
 
 
 
 
 
 
670
  #. Author of the plugin
671
  #:
672
  msgid "Gregory"
673
  msgstr "Gregory"
674
 
675
+ #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
676
+ #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
677
+ #: load.php:932 ../cerber-load.php:1149 ../cerber-load.php:1155 ../cerber-load.
678
+ #: php:1160 ../cerber-load.php:1165 ../cerber-load.php:1171 ../cerber-load.php:
679
+ #: 1178 ../cerber-load.php:1278 ../cerber-load.php:1415 ../settings.php:793 ..
680
+ #: /settings.php:864
681
  msgid "ERROR:"
682
  msgstr "ERRO:"
683
 
684
+ #: ../cerber-load.php:695
685
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
686
  msgstr "Verificação de humanidade falhou. Por favor, click no quadrado do bloco reCAPTCHA abaixo."
687
 
688
+ #: ../cerber-load.php:944
689
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
690
  msgstr "<strong>ERRO</strong>: A senha que você digitou para o usuário %s está incorreta."
691
 
692
+ #: ../cerber-load.php:1166
693
  msgid "Username is not allowed. Please choose another one."
694
  msgstr "Nome de usuário não permitido. Por favor, escolha outro nome."
695
 
696
+ #: ../cerber-load.php:3364
697
  msgid "unspecified"
698
  msgstr "não especificado"
699
 
700
+ #: ../cerber-load.php:3367
701
  msgid "Number of lockouts is increasing"
702
  msgstr "O número de bloqueios está aumentando"
703
 
704
+ #: ../cerber-load.php:3372
705
  msgid "View activity for this IP"
706
  msgstr "Ver atividade do IP"
707
 
708
+ #: ../cerber-load.php:3376 ../cerber-load.php:3378
709
  msgid "A new version of WP Cerber is available to install"
710
  msgstr "Uma nova versão do WP Cerber está disponível para ser instalada"
711
 
712
+ #: ../cerber-load.php:3377
713
  msgid "Hi!"
714
  msgstr "Olá!"
715
 
716
+ #: ../cerber-load.php:3380 ../cerber-load.php:3391
717
  msgid "Website"
718
  msgstr "Website"
719
 
720
+ #: ../cerber-load.php:3383 ../cerber-load.php:3384
721
  msgid "The WP Cerber security plugin has been deactivated"
722
  msgstr "O plugin de segurança WP Cerber foi desativado"
723
 
724
+ #: ../cerber-load.php:3386
725
  msgid "Not logged in"
726
+ msgstr "Não logado"
727
 
728
+ #: ../cerber-load.php:3392
729
  msgid "By user"
730
  msgstr "Pelo usuário"
731
 
732
+ #: ../cerber-load.php:3393
733
  msgid "From IP address"
734
  msgstr "Do endereço de IP"
735
 
736
+ #: ../cerber-load.php:3396
737
  msgid "From country"
738
  msgstr "Do país"
739
 
740
+ #: ../cerber-load.php:3400
741
  msgid "The WP Cerber security plugin is now active"
742
  msgstr "O plugin de segurança WP Cerber está agora ativado"
743
 
744
+ #: ../cerber-load.php:4100
745
  msgid "Your IP address is added to the"
746
  msgstr "Seu endereço de IP foi adicionado à"
747
 
748
+ #: ../cerber-load.php:4112
 
 
 
 
749
  msgid "Import settings"
750
  msgstr "Importar configurações"
751
 
752
+ #: ../settings.php:220
753
  msgid "Notification limit"
754
  msgstr "Limite de notificação"
755
 
756
+ #: ../settings.php:220
757
  msgid "notification letters allowed per hour (0 means unlimited)"
758
  msgstr "notificações permitidas por hora (0 significa ilimitadas)"
759
 
760
+ #: ../settings.php:142
761
  msgid "User related settings"
762
  msgstr "Configurações de usuário"
763
 
764
+ #: ../settings.php:144
765
  msgid "Prohibited usernames"
766
  msgstr "Nomes de usuários proibidos"
767
 
768
+ #: ../settings.php:150
769
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
770
  msgstr "Nomes de usuários desta lista não podem fazer login ou serem registrados. Qualquer endereço de IP que tentar utilizar algum destes nomes será imediatamente bloqueado. Utilize vírgulas para separar os logins."
771
 
772
+ #: ../settings.php:152
773
  msgid "User session expire"
774
  msgstr "Sessão de usuário expira"
775
 
776
+ #: ../settings.php:152
777
  msgid "in minutes (leave empty to use default WP value)"
778
  msgstr "em minutos (deixe em branco para usar o valor padrão do Wordpress)"
779
 
780
+ #: ../settings.php:182
781
  msgid "reCAPTCHA settings"
782
  msgstr "Configurações do reCAPTCHA"
783
 
784
+ #: ../settings.php:183
785
  msgid "Site key"
786
  msgstr "Chave do site"
787
 
788
+ #: ../settings.php:184
789
  msgid "Secret key"
790
  msgstr "Chave secreta"
791
 
792
+ #: ../settings.php:187
793
  msgid "Enable reCAPTCHA for WordPress registration form"
794
  msgstr "Habilitar reCAPTCHA para o formulário de registro do Wordpress"
795
 
796
+ #: ../settings.php:190
797
  msgid "Lost password form"
798
  msgstr "Formulário de senha perdida"
799
 
800
+ #: ../settings.php:193
801
  msgid "Login form"
802
  msgstr "Formulário de login"
803
 
804
+ #: ../settings.php:193
805
  msgid "Enable reCAPTCHA for WordPress login form"
806
  msgstr "Habilitar reCAPTCHA para o formulário de login do Wordpress"
807
 
808
+ #: ../settings.php:368
809
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
810
  msgstr "Antes de começar a utilizar o reCAPTCHA, você precisa obter uma Chave do Site uma Chave Secreta no website do Google"
811
 
812
+ #: ../cerber-lab.php:720 ../settings.php:369
813
  msgid "Know more"
814
  msgstr "Saiba mais"
815
 
816
+ #: ../dashboard.php:52 ../settings.php:388
817
  msgid "WP Cerber Security"
818
  msgstr "WP Cerber Security"
819
 
820
+ #: ../settings.php:408
821
  msgid "Users"
822
  msgstr "Usuários"
823
 
824
+ #: ../common.php:796
825
  msgid "User created"
826
  msgstr "Usuário criado"
827
 
828
+ #: ../dashboard.php:1460 ../common.php:797
829
  msgid "User registered"
830
  msgstr "Usuário registrado"
831
 
832
+ #: ../common.php:824
833
  msgid "reCAPTCHA verification failed"
834
  msgstr "A verificação do reCAPTCHA falhou"
835
 
836
+ #: ../common.php:825
837
  msgid "reCAPTCHA settings are incorrect"
838
  msgstr "As configurações do reCAPTCHA estão incorretas"
839
 
840
+ #: ../common.php:828
841
  msgid "Attempt to access prohibited URL"
842
  msgstr "Tentativa de acesso a URL proibido"
843
 
844
+ #: ../common.php:830 ../common.php:878
845
  msgid "Attempt to log in with prohibited username"
846
  msgstr "Tentativa de login com nome de usuário proibido."
847
 
848
+ #: ../settings.php:106
849
  msgid "Cerber Lab connection"
850
  msgstr "Conexão Cerber Lab"
851
 
852
+ #: ../settings.php:106
853
  msgid "Send malicious IP addresses to the Cerber Lab"
854
  msgstr "Enviar endereço de IP malicioso para o Cerber Lab"
855
 
856
+ #: ../settings.php:107
857
  msgid "Cerber Lab protocol"
858
  msgstr "Protocolo Cerber Lab"
859
 
860
+ #: ../settings.php:162 ../settings.php:187
861
  msgid "Registration form"
862
  msgstr "Formulário de restro"
863
 
864
+ #: ../settings.php:188
865
  msgid "Enable reCAPTCHA for WooCommerce registration form"
866
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WooCommerce"
867
 
868
+ #: ../settings.php:190
869
  msgid "Enable reCAPTCHA for WordPress lost password form"
870
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do Wordpress"
871
 
872
+ #: ../settings.php:191
873
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
874
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WooCommerce"
875
 
876
+ #: ../settings.php:194
877
  msgid "Enable reCAPTCHA for WooCommerce login form"
878
  msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
879
 
880
+ #: ../common.php:826
881
  msgid "Request to the Google reCAPTCHA service failed"
882
  msgstr "A requisição para o serviço Google reCAPTCHA falhou"
883
 
884
+ #: ../dashboard.php:1452 ../dashboard.php:1482
885
  msgid "View all"
886
  msgstr "Ver todos"
887
 
888
+ #: ../dashboard.php:1483
889
  msgid "Recently locked out IP addresses"
890
  msgstr "Endereços de IP recentemente bloqueados"
891
 
892
+ #: ../cerber-lab.php:718
893
  msgid "OK, nail them all"
894
  msgstr "OK, acabe com eles"
895
 
896
+ #: ../cerber-lab.php:719
897
  msgid "NO, maybe later"
898
  msgstr "NÃO, talvez mais tarde"
899
 
900
+ #: ../dashboard.php:54 ../dashboard.php:1238 ../dashboard.php:1816 ../settings.
901
+ #: php:393
902
  msgid "Dashboard"
903
  msgstr "Painel de Controle"
904
 
905
+ #: ../cerber-lab.php:716
906
  msgid "Want to make WP Cerber even more powerful?"
907
  msgstr "Gostaria de fazer o WP Cerber ainda mais poderoso?"
908
 
909
+ #: ../cerber-lab.php:717
910
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
911
  msgstr "Permita que o WP Cerber envie endereços de IP maliciosos para o Cerber Lab. Isso ajuda os desenvolvedores do plugin a criarem algoritmos para defender o WordPress de novas ameaças e botnets que surgem dia-a-dia. Você pode desabilitar este envio a qualquer momento nas configurações do plugin."
912
 
913
+ #: ../dashboard.php:534
914
  msgid "IP address"
915
  msgstr "Endereço de IP"
916
 
917
+ #: ../dashboard.php:534
918
  msgid "User login"
919
  msgstr "Login do usuário"
920
 
921
+ #: ../dashboard.php:534
922
  msgid "User ID"
923
  msgstr "ID do usuário"
924
 
925
+ #: ../dashboard.php:719
926
  msgid "Export"
927
  msgstr "Exportar"
928
 
929
+ #: ../dashboard.php:738
 
 
 
 
930
  msgid "Search for IP or username"
931
  msgstr "Buscar por IP ou usuário"
932
 
933
+ #: ../dashboard.php:738
934
  msgid "Filter"
935
  msgstr "Filtrar"
936
 
937
+ #: ../dashboard.php:54
938
  msgid "Cerber Dashboard"
939
  msgstr "Painel de Controle do Cerber"
940
 
941
+ #: ../dashboard.php:64
 
 
 
 
942
  msgid "Cerber tools"
943
  msgstr "Ferramentas do Cerber"
944
 
945
+ #: ../dashboard.php:1726
946
  msgid "Subscribe"
947
  msgstr "Inscrever"
948
 
949
+ #: ../dashboard.php:1727 ../cerber-tools.php:273
950
  msgid "Unsubscribe"
951
  msgstr "Cancelar inscrição"
952
 
953
+ #: ../dashboard.php:1755
954
  msgid "You've subscribed"
955
  msgstr "Você está inscrito"
956
 
957
+ #: ../dashboard.php:1758
958
  msgid "You've unsubscribed"
959
  msgstr "Você cancelou sua inscrição"
960
 
961
+ #: ../cerber-load.php:3413 ../cerber-load.php:3414
962
  msgid "A new activity has been recorded"
963
  msgstr "Uma nova atividade foi capturada"
964
 
965
+ #: ../cerber-load.php:3868
966
  msgid "User"
967
  msgstr "Usuário"
968
 
969
+ #: ../cerber-load.php:3876
970
  msgid "Search string"
971
  msgstr "Termo pesquisado"
972
 
973
+ #: ../cerber-load.php:3897
974
  msgid "To unsubscribe click here"
975
  msgstr "Para cancelar sua inscrição, clique aqui"
976
 
977
+ #: ../settings.php:110
978
  msgid "Preferences"
979
  msgstr "Preferências"
980
 
981
+ #: ../settings.php:112
982
  msgid "Date format"
983
  msgstr "Formato da data"
984
 
985
+ #: ../settings.php:112
986
  msgid "if empty, the default format %s will be used"
987
  msgstr "se vazio, o formato padrão %s será usado"
988
 
989
+ #: ../settings.php:226
990
  msgid "Push notifications"
991
  msgstr "Notificações push"
992
 
993
+ #: ../settings.php:205
994
  msgid "Email notifications"
995
  msgstr "Notificações por email"
996
 
997
+ #: ../settings.php:212 ../settings.php:248 ../settings.php:305
998
  msgid "Use comma to specify multiple values"
999
  msgstr "Use vírgulas para separar múltiplos valores"
1000
 
1001
+ #: ../settings.php:233
1002
  msgid "All connected devices"
1003
  msgstr "Todos os dispositivos conectados"
1004
 
1005
+ #: ../settings.php:234
1006
  msgid "No devices found"
1007
  msgstr "Nenhum dispositivo encontrado"
1008
 
1009
+ #: ../settings.php:236
1010
  msgid "Not available"
1011
  msgstr "Não disponível"
1012
 
1013
+ #: ../common.php:822
1014
  msgid "Password reset requested"
1015
  msgstr "Redefinição de senha solicitada"
1016
 
1017
+ #: ../common.php:879
1018
  msgid "Limit on failed reCAPTCHA verifications is reached"
1019
  msgstr "Foi atingido o limite de verificações falhas do reCAPTCHA"
1020
 
1021
+ #: ../common.php:937
1022
  msgid "%s ago"
1023
  msgstr "%s atrás"
1024
 
1025
+ #: ../settings.php:77
1026
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1027
  msgstr "Aplicar regras de limite para login aos endereçoes de IP da Lista Segura"
1028
 
1029
+ #: ../settings.php:86
1030
  msgid "Display 404 page"
1031
  msgstr "Exibir página 404"
1032
 
1033
+ #: ../settings.php:185
1034
  msgid "Invisible reCAPTCHA"
1035
  msgstr "reCAPTCHA invisível"
1036
 
1037
+ #: ../settings.php:185
1038
  msgid "Enable invisible reCAPTCHA"
1039
  msgstr "Habilitar reCAPTCHA invisível"
1040
 
1041
+ #: ../settings.php:185
1042
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1043
  msgstr "(não habilite esta opção a menos que tenha as Chaves do Site e Secreta para esta versão invisível)"
1044
 
1045
+ #: ../settings.php:196
 
 
 
 
1046
  msgid "Enable reCAPTCHA for WordPress comment form"
1047
  msgstr "Habilitar reCAPTCHA para o formulário de comentários do Wordpress"
1048
 
1049
+ #: ../settings.php:197
1050
  msgid "Disable reCAPTCHA for logged in users"
1051
+ msgstr "Desabilitar reCAPTCHA para usuários logados"
1052
 
1053
+ #: ../settings.php:199
1054
  msgid "Limit attempts"
1055
  msgstr "Limitar tentativas"
1056
 
1057
+ #: ../settings.php:199
1058
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1059
  msgstr "Bloquear endereço de IP por %s minutos depois de %s tentativas falhas dentro de %s minutos"
1060
 
1061
+ #: ../settings.php:362
1062
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1063
  msgstr "No modo Fortaleza apenas os IPs da Lista Segura podem se conectar. Sessões ativas de usuários não serão afetadas."
1064
 
1065
+ #: ../dashboard.php:534 ../dashboard.php:699
1066
  msgid "Event"
1067
+ msgstr "Evento"
1068
 
1069
+ #: ../common.php:146
1070
+ #, fuzzy
1071
  msgid "Spam comments denied"
1072
+ msgstr "Comentários spam recusados"
1073
 
1074
+ #: ../common.php:148
1075
  msgid "Malicious IP addresses detected"
1076
+ msgstr "Endereço de IP malicioso detectado"
1077
 
1078
+ #: ../common.php:149
1079
  msgid "Lockouts occurred"
1080
+ msgstr "Bloqueios ocorridos"
 
 
 
 
1081
 
1082
+ #: ../dashboard.php:1461
1083
  msgid "All suspicious activity"
1084
+ msgstr "Todas as atividades suspeitas"
1085
 
1086
+ #: ../cerber-load.php:1150 ../cerber-load.php:1156 ../cerber-load.php:1172 ..
1087
+ #: /cerber-load.php:1179
1088
  msgid "You are not allowed to register."
1089
+ msgstr "Não é permitido o seu registro."
1090
 
1091
+ #: ../common.php:807
1092
+ #, fuzzy
1093
  msgid "Spam comment denied"
1094
+ msgstr "Comentário spam recusado"
1095
 
1096
+ #: ../common.php:832
 
 
 
 
1097
  msgid "Attempt to log in denied"
1098
+ msgstr "Tentativa de login recusada"
1099
 
1100
+ #: ../common.php:833
1101
  msgid "Attempt to register denied"
1102
+ msgstr "Tentativa de registro recusada"
1103
 
1104
+ #: ../common.php:143
1105
  msgid "Malicious activities mitigated"
1106
+ msgstr "Atividades maliciosas mitigadas"
1107
+
1108
+ #: ../dashboard.php:63
1109
+ msgid "Cerber antispam settings"
1110
+ msgstr "Configurações antispam do Cerber"
1111
+
1112
+ #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4109 ../settings.
1113
+ #: php:196
1114
+ msgid "Antispam"
1115
+ msgstr "Antispam"
1116
+
1117
+ #: ../settings.php:160
1118
+ msgid "Cerber antispam engine"
1119
+ msgstr "Mecanismo antispam do Cerber"
1120
+
1121
+ #: ../settings.php:161
1122
+ msgid "Comment form"
1123
+ msgstr "Formulário para comentários"
1124
+
1125
+ #: ../settings.php:161
1126
+ msgid "Protect comment form with bot detection engine"
1127
+ msgstr "Proteger formulário para comentários com mecanismo de detecção de bots"
1128
+
1129
+ #: ../settings.php:162
1130
+ msgid "Protect registration form with bot detection engine"
1131
+ msgstr "Proteger formulário de registro com mecanismo de detecção de bots"
1132
+
1133
+ #: ../cerber-tools.php:48
1134
+ msgid "Export & Import"
1135
+ msgstr "Exportar & Importar"
1136
+
1137
+ #: ../cerber-tools.php:49
1138
+ msgid "Diagnostic"
1139
+ msgstr "Diagnóstico"
1140
+
1141
+ #: ../cerber-tools.php:50
1142
+ msgid "License"
1143
+ msgstr "Licença"
1144
+
1145
+ #: ../cerber-tools.php:343
1146
+ msgid "Antispam and bot detection settings"
1147
+ msgstr "Configurações antispam e de detecção de bots"
1148
+
1149
+ #: ../cerber-load.php:1415
1150
+ msgid "Sorry, human verification failed."
1151
+ msgstr "Desculpe, a verificação de humanidade falhou."
1152
+
1153
+ #: ../common.php:880
1154
+ msgid "Bot activity is detected"
1155
+ msgstr "Atividade de bot detectada"
1156
+
1157
+ #: ../settings.php:177
1158
+ msgid "Comment processing"
1159
+ msgstr "Processando comentário"
1160
+
1161
+ #: ../settings.php:178
1162
+ #, fuzzy
1163
+ msgid "If a spam comment detected"
1164
+ msgstr "Se um comentário spam for detectado"
1165
+
1166
+ #: ../settings.php:179
1167
+ #, fuzzy
1168
+ msgid "Trash spam comments"
1169
+ msgstr "Mandar comentários spam para a lixeira"
1170
+
1171
+ #: ../settings.php:179
1172
+ #, fuzzy
1173
+ msgid "Move spam comments to trash after"
1174
+ msgstr "Mover comentários spam para a lixeira após"
1175
+
1176
+ #: ../common.php:808
1177
+ #, fuzzy
1178
+ msgid "Spam form submission denied"
1179
+ msgstr "Envio de formulário spam recusado"
1180
+
1181
+ #: ../settings.php:163
1182
+ msgid "Other forms"
1183
+ msgstr "Outros formulários"
1184
+
1185
+ #: ../settings.php:163
1186
+ msgid "Protect all forms on the website with bot detection engine"
1187
+ msgstr "Proteger todos os formulários do website com o mecanismo de detecção de bots"
1188
+
1189
+ #: ../settings.php:165
1190
+ msgid "Adjust antispam engine"
1191
+ msgstr "Ajustar mecanismo antispam"
1192
+
1193
+ #: ../settings.php:166
1194
+ msgid "Safe mode"
1195
+ msgstr "Modo seguro"
1196
+
1197
+ #: ../settings.php:166
1198
+ msgid "Use less restrictive policies (allow AJAX)"
1199
+ msgstr "Usar políticas menos restritivas (permitir AJAX)"
1200
+
1201
+ #: ../dashboard.php:2876 ../settings.php:167
1202
+ msgid "Logged in users"
1203
+ msgstr "Usuários logados"
1204
+
1205
+ #: ../settings.php:167
1206
+ msgid "Disable bot detection engine for logged in users"
1207
+ msgstr "Desabilitar mecanismo de detecção de bots para usuários logados"
1208
+
1209
+ #. Name of the plugin
1210
+ #:
1211
+ msgid "WP Cerber Security & Antispam"
1212
+ msgstr "WP Cerber Security & Antispam"
1213
+
1214
+ #: ../dashboard.php:131 ../dashboard.php:697
1215
+ msgid "Country"
1216
+ msgstr "País"
1217
+
1218
+ #: ../dashboard.php:729
1219
+ msgid "All events"
1220
+ msgstr "Todos os eventos"
1221
+
1222
+ #: ../dashboard.php:60
1223
+ msgid "Cerber Security Rules"
1224
+ msgstr "Regras de Segurança do Cerber"
1225
+
1226
+ #: ../dashboard.php:60 ../dashboard.php:2184
1227
+ msgid "Security Rules"
1228
+ msgstr "Regras de Segurança"
1229
+
1230
+ #: ../dashboard.php:1083
1231
+ msgid "Failed login attempts"
1232
+ msgstr "Tentativas falhas de login"
1233
+
1234
+ #: ../dashboard.php:999 ../dashboard.php:1084
1235
+ msgid "Registered"
1236
+ msgstr "Registrado"
1237
+
1238
+ #: ../dashboard.php:1154
1239
+ msgid "You"
1240
+ msgstr "Você"
1241
+
1242
+ #: ../common.php:147
1243
+ msgid "Spam form submissions denied"
1244
+ msgstr "Envio de formulário de spam recusado"
1245
+
1246
+ #: ../dashboard.php:1520 ../cerber-load.php:3403 ../cerber-load.php:4102
1247
+ msgid "Getting Started Guide"
1248
+ msgstr "Guia de Introdução"
1249
+
1250
+ #: ../dashboard.php:2189
1251
+ msgid "Countries"
1252
+ msgstr "Países"
1253
+
1254
+ #: ../dashboard.php:2252
1255
+ msgid "Permitted for one country"
1256
+ msgid_plural "Permitted for %d countries"
1257
+ msgstr[0] "Permitido para um país"
1258
+ msgstr[1] "Permitido para %d países"
1259
+
1260
+ #: ../dashboard.php:2263
1261
+ msgid "No rule"
1262
+ msgstr "Nenhuma regra"
1263
+
1264
+ #: ../dashboard.php:2475
1265
+ msgid "Security rules have been updated"
1266
+ msgstr "As regras de segurança foram atualizadas"
1267
+
1268
+ #. URI of the plugin
1269
+ #:
1270
+ msgid "https://wpcerber.com"
1271
+ msgstr "https://wpcerber.com"
1272
+
1273
+ #: ../common.php:809
1274
+ msgid "Form submission denied"
1275
+ msgstr "Envio de formulário recusado"
1276
+
1277
+ #: ../common.php:810
1278
+ msgid "Comment denied"
1279
+ msgstr "Comentário recusado"
1280
+
1281
+ #: ../common.php:838
1282
+ msgid "Request to REST API denied"
1283
+ msgstr "Requisição à API REST recusada"
1284
+
1285
+ #: ../common.php:839
1286
+ msgid "XML-RPC request denied"
1287
+ msgstr "Requisição XML-RPC recusada"
1288
+
1289
+ #: ../common.php:843
1290
+ msgid "Bot detected"
1291
+ msgstr "Bot detectado"
1292
+
1293
+ #: ../common.php:844
1294
+ msgid "Citadel mode is active"
1295
+ msgstr "Modo Fortaleza está ativo"
1296
+
1297
+ #: ../common.php:849
1298
+ msgid "Malicious activity detected"
1299
+ msgstr "Atividade maliciosa detectada"
1300
+
1301
+ #: ../common.php:850
1302
+ msgid "Blocked by country rule"
1303
+ msgstr "Bloquear por regra de países"
1304
+
1305
+ #: ../common.php:851
1306
+ msgid "Limit reached"
1307
+ msgstr "Limite atingido"
1308
+
1309
+ #: ../common.php:852
1310
+ msgid "Multiple suspicious activities"
1311
+ msgstr "Múltiplas atividades suspeitas"
1312
+
1313
+ #: ../common.php:881
1314
+ msgid "Multiple suspicious activities were detected"
1315
+ msgstr "Múltiplas atividades suspeitas foram detectadas"
1316
+
1317
+ #: ../settings.php:120
1318
+ msgid "Block access to user pages like /?author=n and user data via REST API"
1319
+ msgstr "Bloquear acesso a páginas de usuários como /?autor=n e dados de usuários via API REST"
1320
+
1321
+ #: ../settings.php:124
1322
+ msgid "Block access to the WordPress REST API except the following"
1323
+ msgstr "Bloquear acesso à API REST do Wordpress exceto para o seguinte"
1324
+
1325
+ #: ../settings.php:125
1326
+ msgid "Allow REST API for logged in users"
1327
+ msgstr "Permitir API REST para usuários logados"
1328
+
1329
+ #: ../settings.php:132
1330
+ msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1331
+ msgstr "Especificar namespaces permitidos da API REST quando ela estiver desabilitada. Um namespace por linha."
1332
+
1333
+ #: ../settings.php:143
1334
+ msgid "Registration limit"
1335
+ msgstr "Limite de registros"
1336
+
1337
+ #: ../settings.php:153
1338
+ msgid "Sort users in dashboard"
1339
+ msgstr "Ordenar usuários no painel de controle"
1340
+
1341
+ #: ../settings.php:153
1342
+ msgid "by date of registration"
1343
+ msgstr "por data de registro"
1344
+
1345
+ #: ../settings.php:168
1346
+ msgid "Query whitelist"
1347
+ msgstr "Lista de permissão para consultas"
1348
+
1349
+ #: ../settings.php:525 ../settings.php:647
1350
+ msgid "%s allowed registrations in %s minutes from one IP"
1351
+ msgstr "%s registros permitidos de um IP em %s minutos"
1352
+
1353
+ #: ../dashboard.php:2319
1354
+ msgid "Start typing here to find a country"
1355
+ msgstr "Comece a digitar aqui para encontrar um país"
1356
+
1357
+ #: ../dashboard.php:2402
1358
+ msgid "Click on a country name to add it to the list of selected countries"
1359
+ msgstr "Clique no nome de um país para adicioná-lo à lista de países selecionados"
1360
+
1361
+ #: ../dashboard.php:2426
1362
+ msgid "Submit forms"
1363
+ msgstr "Enviar formulários"
1364
+
1365
+ #: ../dashboard.php:2427
1366
+ msgid "Post comments"
1367
+ msgstr "Publicar comentários"
1368
+
1369
+ #: ../dashboard.php:2428
1370
+ msgid "Log in to the website"
1371
+ msgstr "Logar no website"
1372
+
1373
+ #: ../dashboard.php:2429
1374
+ msgid "Register on the website"
1375
+ msgstr "Registrar no website"
1376
+
1377
+ #: ../dashboard.php:2430
1378
+ msgid "Use XML-RPC"
1379
+ msgstr "Usar XML-RPC"
1380
+
1381
+ #: ../dashboard.php:2431
1382
+ msgid "Use REST API"
1383
+ msgstr "Usar API REST"
1384
+
1385
+ #: ../settings.php:178
1386
+ msgid "Deny it completely"
1387
+ msgstr "Negar completamente"
1388
+
1389
+ #: ../settings.php:178
1390
+ msgid "Mark it as spam"
1391
+ msgstr "Marcar como spam"
1392
+
1393
+ #: ../dashboard.php:1446
1394
+ msgid "in the last 24 hours"
1395
+ msgstr "nas últimas 24 horas"
1396
+
1397
+ #: ../dashboard.php:1817
1398
+ msgid "Main settings"
1399
+ msgstr "Configurações principais"
1400
+
1401
+ #: ../settings.php:240
1402
+ msgid "Weekly reports"
1403
+ msgstr "Relatórios semanais"
1404
+
1405
+ #: ../settings.php:750
1406
+ msgid "Sunday"
1407
+ msgstr "Domingo"
1408
+
1409
+ #: ../settings.php:751
1410
+ msgid "Monday"
1411
+ msgstr "Segunda-feira"
1412
+
1413
+ #: ../settings.php:752
1414
+ msgid "Tuesday"
1415
+ msgstr "Terça-feira"
1416
+
1417
+ #: ../settings.php:753
1418
+ msgid "Wednesday"
1419
+ msgstr "Quarta-feira"
1420
+
1421
+ #: ../settings.php:754
1422
+ msgid "Thursday"
1423
+ msgstr "Quinta-feira"
1424
+
1425
+ #: ../settings.php:755
1426
+ msgid "Friday"
1427
+ msgstr "Sexta-feira"
1428
+
1429
+ #: ../settings.php:756
1430
+ msgid "Saturday"
1431
+ msgstr "Sábado"
1432
+
1433
+ #: ../settings.php:816 ../settings.php:817
1434
+ msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1435
+ msgstr "Se estiver utilizando um plugin de cache, você deve adicionar o novo URL de login na lista de páginas excluídas do cache."
1436
+
1437
+ #. translators: preposition of time
1438
+ #: ../settings.php:766
1439
+ msgctxt "preposition of time"
1440
+ msgid "at"
1441
+ msgstr "às"
1442
+
1443
+ #: ../cerber-load.php:3419
1444
+ msgid "Weekly report"
1445
+ msgstr "Relatório semanal"
1446
+
1447
+ #: ../cerber-load.php:3422
1448
+ msgid "To change reporting settings visit"
1449
+ msgstr "Para modificar as configurações de relatórios visitar"
1450
+
1451
+ #: ../cerber-load.php:3448
1452
+ msgid "Your login page:"
1453
+ msgstr "Sua página de login:"
1454
+
1455
+ #: ../cerber-load.php:3452
1456
+ msgid "Your license is valid until"
1457
+ msgstr "Sua licença é válida até"
1458
+
1459
+ #: ../cerber-load.php:3563
1460
+ msgid "Activity details"
1461
+ msgstr "Detalhes da atividade"
1462
+
1463
+ #: ../settings.php:782
1464
+ msgid "Click to send now"
1465
+ msgstr "Clique para enviar agora"
1466
+
1467
+ #: ../cerber-load.php:796
1468
+ msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1469
+ msgstr "> > > Tradutor do WP Cerber? Para ganhar uma licença PRO, deixe seu contato aqui: https://wpcerber.com/contact/"
1470
+
1471
+ #: ../dashboard.php:416
1472
+ msgid "Email has been sent to"
1473
+ msgstr "O email foi enviado para"
1474
+
1475
+ #: ../dashboard.php:419
1476
+ msgid "Unable to send email to"
1477
+ msgstr "Não foi possível enviar o email para"
1478
+
1479
+ #: ../dashboard.php:2255
1480
+ msgid "Not permitted for one country"
1481
+ msgid_plural "Not permitted for %d countries"
1482
+ msgstr[0] "Não permitido para um país"
1483
+ msgstr[1] "Não permitido para %d países"
1484
+
1485
+ #: ../dashboard.php:2406
1486
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1487
+ msgid "Selected countries are permitted to %s, other countries are not permitted to"
1488
+ msgstr "Aos países selecionados é permitido %s, aos outros países não"
1489
+
1490
+ #: ../dashboard.php:2409
1491
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1492
+ msgid "Selected countries are not permitted to %s, other countries are permitted to"
1493
+ msgstr "Aos países selecionados não é permitido %s, aos outros países sim"
1494
+
1495
+ #. Description of the plugin
1496
+ #:
1497
+ msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1498
+ msgstr "Protege sites de ataques de força bruta, bots e hackers. Proteção antispam com o mecanismo antispam Cerber e reCAPTCHA. Controle abrangente das atividades de usuários. Restrição de login com listas de acesso por IPs. Limitação das tentativas de login. Saiba mais: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1499
+
1500
+ #: ../cerber-load.php:3551
1501
+ msgid "Weekly Report"
1502
+ msgstr "Relatório Semanal"
1503
+
1504
+ #: ../settings.php:86
1505
+ msgid "Use 404 template from the active theme"
1506
+ msgstr "Usar template 404 do tema ativo"
1507
+
1508
+ #: ../settings.php:86
1509
+ msgid "Display simple 404 page"
1510
+ msgstr "Exibir página 404 simples"
1511
+
1512
+ #: ../settings.php:174
1513
+ msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1514
+ msgstr "Digite parte da string de consulta ou do caminho de consulta para excluir uma requisição da inspeção. Um item por linha."
1515
+
1516
+ #: ../settings.php:253
1517
+ msgid "if empty, email from notification settings will be used"
1518
+ msgstr "quando vazio, o email das configurações de notificações será usado"
1519
+
1520
+ #: ../settings.php:241
1521
+ msgid "Enable reporting"
1522
+ msgstr "Habilitar relatórios"
1523
+
1524
+ #: ../cerber-load.php:3476
1525
+ msgid "Your last sign-in was %s from %s"
1526
+ msgstr "Seu último login foi em %s a partir do IP %s"
1527
+
1528
+ #: ../cerber-load.php:3577
1529
+ msgid "Attempts to log in with non-existent username"
1530
+ msgstr "Tentativas de login com nomes de usuário não existentes"
1531
+
1532
+ #: ../dashboard.php:205
1533
+ msgid "IP address, IPv4 address range or subnet"
1534
+ msgstr "Endereço de IP, faixa de IPv4 ou sub-rede"
1535
+
1536
+ #: ../dashboard.php:207
1537
+ msgid "Optional comment for this entry"
1538
+ msgstr "Comentário opcional para esta estrada"
1539
+
1540
+ #: ../dashboard.php:248
1541
+ msgid "You cannot add your IP address or network"
1542
+ msgstr "Você não pode adicionar seu endereço de IP ou rede"
1543
+
1544
+ #: ../cerber-news.php:173
1545
+ msgid "Cool!"
1546
+ msgstr "Legal!"
1547
+
1548
+ #: ../settings.php:150
1549
+ msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1550
+ msgstr "Para especificar um padrão REGEX, envolva o padrão entre barras"
1551
+
1552
+ #: ../dashboard.php:56
1553
+ msgid "Cerber Traffic Inspector"
1554
+ msgstr "Inspetor de Tráfego do Cerber"
1555
+
1556
+ #: ../dashboard.php:56 ../dashboard.php:1224 ../dashboard.php:2524
1557
+ msgid "Traffic Inspector"
1558
+ msgstr "Inspetor de Tráfego"
1559
+
1560
+ #: ../dashboard.php:1240
1561
+ msgid "Traffic"
1562
+ msgstr "Tráfego"
1563
+
1564
+ #: ../dashboard.php:2529
1565
+ msgid "Live traffic"
1566
+ msgstr "Tráfego ao vivo"
1567
+
1568
+ #: ../dashboard.php:2847
1569
+ msgid "Request"
1570
+ msgstr "Requisição"
1571
+
1572
+ #: ../dashboard.php:2849
1573
+ msgid "Host Info"
1574
+ msgstr "Informação do Servidor"
1575
+
1576
+ #: ../dashboard.php:2850
1577
+ msgid "User Agent"
1578
+ msgstr "User Agent"
1579
+
1580
+ #: ../dashboard.php:2875
1581
+ msgid "All requests"
1582
+ msgstr "Todas as requisições"
1583
+
1584
+ #: ../dashboard.php:2877
1585
+ msgid "Not logged in visitors"
1586
+ msgstr "Visitantes não logados"
1587
+
1588
+ #: ../dashboard.php:2878
1589
+ msgid "Form submissions"
1590
+ msgstr "Envios de formulários"
1591
+
1592
+ #: ../dashboard.php:2879
1593
+ msgid "Page Not Found"
1594
+ msgstr "Página não encontrada"
1595
+
1596
+ #: ../dashboard.php:2880
1597
+ msgid "REST API"
1598
+ msgstr "API REST"
1599
+
1600
+ #: ../dashboard.php:2881
1601
+ msgid "XML-RPC"
1602
+ msgstr "XML-RPC"
1603
+
1604
+ #: ../dashboard.php:2885
1605
+ msgid "Longer than"
1606
+ msgstr "Mais do que"
1607
+
1608
+ #: ../dashboard.php:2898
1609
+ msgid "Refresh"
1610
+ msgstr "Recarregar"
1611
+
1612
+ #: ../common.php:109
1613
+ msgid "Check for requests"
1614
+ msgstr "Verificar requisições"
1615
+
1616
+ #: ../common.php:1097
1617
+ msgid "Not specified"
1618
+ msgstr "Não especificado"
1619
+
1620
+ #: ../settings.php:277
1621
+ msgid "Logging mode"
1622
+ msgstr "Modo de registro"
1623
+
1624
+ #: ../settings.php:283
1625
+ msgid "Logging disabled"
1626
+ msgstr "Registro desabilitado"
1627
+
1628
+ #: ../settings.php:284
1629
+ msgid "Smart"
1630
+ msgstr "Inteligente"
1631
+
1632
+ #: ../settings.php:285
1633
+ msgid "All traffic"
1634
+ msgstr "Todo tráfego"
1635
+
1636
+ #: ../settings.php:289
1637
+ msgid "Ignore crawlers"
1638
+ msgstr "Ignorar crawlers"
1639
+
1640
+ #: ../settings.php:299
1641
+ msgid "Mask these form fields"
1642
+ msgstr "Mascarar estes campos de fomulários"
1643
+
1644
+ #: ../settings.php:334
1645
+ msgid "milliseconds"
1646
+ msgstr "milissegundos"
1647
+
1648
+ #: ../settings.php:261
1649
+ msgid "Inspection"
1650
+ msgstr "Inspeção"
1651
+
1652
+ #: ../settings.php:262
1653
+ msgid "Enable traffic inspection"
1654
+ msgstr "Habilitar inspeção de tráfego"
1655
+
1656
+ #: ../settings.php:276
1657
+ msgid "Logging"
1658
+ msgstr "Registrando"
1659
+
1660
+ #: ../settings.php:294
1661
+ msgid "Save request fields"
1662
+ msgstr "Salvar campos de requisição"
1663
+
1664
+ #: ../settings.php:329
1665
+ msgid "Page generation time threshold"
1666
+ msgstr "Limite de tempo para geração de páginas"
1667
+
1668
+ #: ../dashboard.php:2867
1669
+ msgid "No requests have been logged."
1670
+ msgstr "Nenhuma requisição foi registrada."
1671
+
1672
+ #: ../dashboard.php:1223
1673
+ msgid "enabled"
1674
+ msgstr "habilitado"
1675
+
1676
+ #: ../dashboard.php:1227
1677
+ msgid "no connection"
1678
+ msgstr "sem conexão"
1679
+
1680
+ #: ../dashboard.php:3159
1681
+ msgid "Advanced search"
1682
+ msgstr "Busca avançada"
1683
+
1684
+ #: ../dashboard.php:992
1685
+ msgid "Last seen"
1686
+ msgstr "Visto pela última vez"
1687
+
1688
+ #: ../common.php:834 ../common.php:882
1689
+ msgid "Probing for vulnerable PHP code"
1690
+ msgstr "Teste para vulnerabilidades no código PHP"
1691
+
1692
+ #: ../dashboard.php:3119
1693
+ msgid "Any"
1694
+ msgstr "Qualquer"
1695
+
1696
+ #: ../cerber-load.php:3203
1697
+ msgid "We're sorry, you are not allowed to proceed"
1698
+ msgstr "Desculpe, você não tem permissão para prosseguir"
1699
+
1700
+ #: ../settings.php:267
1701
+ msgid "Request whitelist"
1702
+ msgstr "Lista de permissão para requisições"
1703
+
1704
+ #: ../settings.php:273
1705
+ msgid "Enter a request URI to exclude the request from inspection. One item per line."
1706
+ msgstr "Digite um URI de requisição para excluir a requisição da inspeção. Um item por linha."
1707
+
1708
+ #: ../settings.php:310
1709
+ msgid "Save request headers"
1710
+ msgstr "Salvar cabeçalhos da requisição"
1711
+
1712
+ #: ../settings.php:316
1713
+ msgid "Save $_SERVER"
1714
+ msgstr "Salvar $_SERVER"
1715
+
1716
+ #: ../settings.php:322
1717
+ msgid "Save request cookies"
1718
+ msgstr "Salvar cookies da requisição"
1719
+
1720
+ #: ../settings.php:121
1721
+ msgid "Protect admin scripts"
1722
+ msgstr "Proteger scripts da administração"
1723
+
1724
+ #: ../settings.php:121
1725
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1726
+ msgstr "Bloquear acessos não autorizados a load-scripts.php e load-styles.php"
1727
+
1728
+ #: ../common.php:1583
1729
+ msgid "Unable to create the directory"
1730
+ msgstr "Não foi possível criar o diretório"
1731
+
1732
+ #: ../common.php:1588
1733
+ msgid "Destination folder access denied"
1734
+ msgstr "Acesso recusado à pasta de destino"
1735
+
1736
+ #: ../common.php:1591
1737
+ msgid "File not found"
1738
+ msgstr "Arquivo não encontrado"
1739
+
1740
+ #: ../common.php:1594
1741
+ msgid "Unable to copy the file"
1742
+ msgstr "Não foi possível copiar o arquivo"
1743
+
1744
+ #: ../common.php:1600
1745
+ msgid "Unable to delete the file"
1746
+ msgstr "Não foi possível apagar o arquivo"
1747
+
1748
+ #: ../settings.php:70
1749
+ msgid "Plugin initialization"
1750
+ msgstr "Inicialização do plugin"
1751
+
1752
+ #: ../settings.php:71
1753
+ msgid "Load security engine"
1754
+ msgstr "Carregar mecanismo de segurança"
1755
+
1756
+ #: ../settings.php:71
1757
+ msgid "Legacy mode"
1758
+ msgstr "Modo legado"
1759
+
1760
+ #: ../settings.php:71
1761
+ msgid "Standard mode"
1762
+ msgstr "Modo padrão"
1763
+
1764
+ #: ../settings.php:794
1765
+ msgid "Plugin initialization mode has not been changed"
1766
+ msgstr "O modo de inicialização do plugin não foi alterado"
1767
+
1768
+ #. Description of the plugin
1769
+ #:
1770
+ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1771
+ msgstr "Este é um módulo de inicialização padrão para o plugin WP Cerber Security & Antispam. Ele foi instalado ao configurar \"Padrão\" como modo de inicialização do plugin. Saiba mais: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1772
+
1773
+ #: ../common.php:835
1774
+ msgid "Attempt to upload executable file denied"
1775
+ msgstr "Tentativa de upload de arquivo executável recusada"
1776
+
1777
+ #: ../common.php:836
1778
+ msgid "File upload denied"
1779
+ msgstr "Upload de arquivo recusado"
1780
+
1781
+ #. Description of the plugin
1782
+ #:
1783
+ msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1784
+ msgstr "Protege o Wordpress contra ataques de força bruta, bots e hackers. Proteção contra spam com o mecanismo antispam do Cerber e reCAPTCHA. Controle abrangente das atividades de usuários e bots. Restrição de login com listas de acesso por IP. Limitação para tentativas de login. Saiba mais: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1785
+
1786
+ #: ../settings.php:94
1787
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1788
+ msgstr "O URL personalizado de login pode conter apenas letras, números, traços e underscores."
1789
+
1790
+ #: ../settings.php:174 ../settings.php:273
1791
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1792
+ msgstr "Para especificar um padrão REGEX, envolva a linha toda entre duas barras."
1793
+
1794
+ #: ../settings.php:358
1795
+ msgid "Be careful about enabling these options."
1796
+ msgstr "Seja cuidadoso ao habilitar estas opções."
1797
+
1798
+ #: ../settings.php:358
1799
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1800
+ msgstr "Se você esquecer sua URL de login personalizada, não será possível fazer login."
1801
 
languages/wp-cerber-sv_SE.mo ADDED
Binary file
languages/wp-cerber-sv_SE.po ADDED
@@ -0,0 +1,1795 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: WP Cerber Security\n"
8
+ "Language: sv\n"
9
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
+
11
+ #: ../settings.php:73
12
+ msgid "Limit login attempts"
13
+ msgstr "Begränsa inloggningsförsök"
14
+
15
+ #: ../settings.php:74
16
+ msgid "Attempts"
17
+ msgstr "Försök"
18
+
19
+ #: ../settings.php:75
20
+ msgid "Lockout duration"
21
+ msgstr "Utlåsningstidens varaktighet"
22
+
23
+ #: ../settings.php:75 ../settings.php:101
24
+ msgid "minutes"
25
+ msgstr "minuter"
26
+
27
+ #: ../settings.php:76
28
+ msgid "Aggressive lockout"
29
+ msgstr "Aggressiv utlåsning"
30
+
31
+ #: ../settings.php:79
32
+ msgid "Site connection"
33
+ msgstr "Webbplatsanslutning"
34
+
35
+ #: ../settings.php:81
36
+ msgid "Proactive security rules"
37
+ msgstr "Proaktiva säkerhetsregler"
38
+
39
+ #: ../settings.php:82
40
+ msgid "Block subnet"
41
+ msgstr "Blockera undernät"
42
+
43
+ #: ../settings.php:85
44
+ msgid "Request wp-login.php"
45
+ msgstr "Begär wp-login.php"
46
+
47
+ #: ../settings.php:85
48
+ msgid "Immediately block IP after any request to wp-login.php"
49
+ msgstr "Blockera omedelbart IP efter en förfrågan till wp-login.php"
50
+
51
+ #: ../settings.php:84
52
+ msgid "Redirect dashboard requests"
53
+ msgstr "Omdirigera förfrågningar på adminpanel"
54
+
55
+ #: ../settings.php:88
56
+ msgid "Custom login page"
57
+ msgstr "Anpassad inloggningssida"
58
+
59
+ #: ../settings.php:89
60
+ msgid "Custom login URL"
61
+ msgstr "Anpassad URL för inloggning"
62
+
63
+ #: ../settings.php:95
64
+ msgid "must not overlap with the existing pages or posts slug"
65
+ msgstr "får inte överlappa med befintliga sidor eller permalänkar för inlägg"
66
+
67
+ #: ../settings.php:97
68
+ msgid "Disable wp-login.php"
69
+ msgstr "Inaktivera wp-login.php"
70
+
71
+ #: ../settings.php:97
72
+ msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
73
+ msgstr "Blockera direktåtkomst till wp-login.php och returnera HTTP 404 inte hittade fel"
74
+
75
+ #: ../dashboard.php:1221 ../settings.php:99
76
+ msgid "Citadel mode"
77
+ msgstr "Citadelläge"
78
+
79
+ #: ../settings.php:100
80
+ msgid "Threshold"
81
+ msgstr "Gränsvärde"
82
+
83
+ #: ../settings.php:101
84
+ msgid "Duration"
85
+ msgstr "Varaktighet"
86
+
87
+ #: ../cerber-load.php:4111 ../settings.php:78 ../settings.php:102 ../settings.php:
88
+ #: 411
89
+ msgid "Notifications"
90
+ msgstr "Notiser"
91
+
92
+ #: ../settings.php:102
93
+ msgid "Send notification to admin email"
94
+ msgstr "Skicka meddelande till admins e-post"
95
+
96
+ #: ../cerber-load.php:4108 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
97
+ #: tools.php:101 ../cerber-tools.php:182
98
+ msgid "Access Lists"
99
+ msgstr "Åtkomstlistor"
100
+
101
+ #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3855 ..
102
+ #: /settings.php:104 ../settings.php:395
103
+ msgid "Activity"
104
+ msgstr "Aktivitet"
105
+
106
+ #: ../settings.php:399
107
+ msgid "Lockouts"
108
+ msgstr "Utlåsningar"
109
+
110
+ #: ../settings.php:520 ../settings.php:642
111
+ msgid "%s allowed retries in %s minutes"
112
+ msgstr "%s tillåtna försök på %s minuter"
113
+
114
+ #: ../settings.php:542 ../settings.php:664
115
+ msgid "Enable after %s failed login attempts in last %s minutes"
116
+ msgstr "Aktivera efter %s misslyckade inloggningsförsök under senaste %s minuter"
117
+
118
+ #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
119
+ #: php:3864
120
+ msgid "IP"
121
+ msgstr "IP"
122
+
123
+ #: ../dashboard.php:534 ../dashboard.php:698 ../dashboard.php:2846
124
+ msgid "Date"
125
+ msgstr "Datum"
126
+
127
+ #: ../dashboard.php:534 ../dashboard.php:700 ../dashboard.php:2851
128
+ msgid "Local User"
129
+ msgstr "Lokal användare"
130
+
131
+ #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3872
132
+ msgid "Username used"
133
+ msgstr "Användarnamn används"
134
+
135
+ #: ../dashboard.php:148
136
+ msgid "Showing last %d records from %d"
137
+ msgstr "Visar senaste %d poster från %d"
138
+
139
+ #: ../common.php:798
140
+ msgid "Logged in"
141
+ msgstr "Inloggad"
142
+
143
+ #: ../common.php:799
144
+ msgid "Logged out"
145
+ msgstr "Utloggad"
146
+
147
+ #: ../common.php:800
148
+ msgid "Login failed"
149
+ msgstr "Inloggning misslyckades"
150
+
151
+ #: ../common.php:803
152
+ msgid "IP blocked"
153
+ msgstr "IP blockerad"
154
+
155
+ #: ../common.php:804
156
+ msgid "Subnet blocked"
157
+ msgstr "Undernät blockerat"
158
+
159
+ #: ../common.php:806
160
+ msgid "Citadel activated!"
161
+ msgstr "Citadel aktiverat!"
162
+
163
+ #: ../dashboard.php:675 ../dashboard.php:879 ../dashboard.php:2684 ../common.php:
164
+ #: 845
165
+ msgid "Locked out"
166
+ msgstr "Utlåst"
167
+
168
+ #: ../common.php:846
169
+ msgid "IP blacklisted"
170
+ msgstr "IP svartlistad"
171
+
172
+ #: ../common.php:821
173
+ msgid "Password changed"
174
+ msgstr "Lösenord ändrat"
175
+
176
+ #: ../dashboard.php:122 ../dashboard.php:195
177
+ msgid "Remove"
178
+ msgstr "Ta bort"
179
+
180
+ #: ../dashboard.php:425
181
+ msgid "Lockout for %s was removed"
182
+ msgstr "Utlåsning för %s borttagen"
183
+
184
+ #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
185
+ #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4100 ../settings.php:77 ..
186
+ #: /settings.php:365
187
+ msgid "White IP Access List"
188
+ msgstr "Vita IP-åtkomstlistan"
189
+
190
+ #: ../dashboard.php:169 ../dashboard.php:671 ../dashboard.php:876 ../dashboard.
191
+ #: php:1220 ../dashboard.php:2680
192
+ msgid "Black IP Access List"
193
+ msgstr "Svarta IP-åtkomstlistan"
194
+
195
+ #: ../dashboard.php:201
196
+ msgid "List is empty"
197
+ msgstr "Listan är tom"
198
+
199
+ #: ../dashboard.php:238
200
+ msgid "Address %s was added to White IP Access List"
201
+ msgstr "Adress %s har lagts till i vita IP-åtkomstlistan"
202
+
203
+ #: ../dashboard.php:252
204
+ msgid "Address %s was added to Black IP Access List"
205
+ msgstr "Adress %s har lagts till i svarta IP-åtkomstlistan"
206
+
207
+ #: ../cerber-load.php:3337
208
+ msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
209
+ msgstr "Citadelläge är aktiverad efter %d misslyckades inloggningsförsök inom %d minuter."
210
+
211
+ #: ../dashboard.php:1625
212
+ msgid "View Activity"
213
+ msgstr "Visa aktivitet"
214
+
215
+ #: ../dashboard.php:2530 ../cerber-tools.php:91 ../cerber-tools.php:100
216
+ msgid "Settings"
217
+ msgstr "Inställningar"
218
+
219
+ #: ../dashboard.php:1082
220
+ msgid "Last login"
221
+ msgstr "Senaste inloggning"
222
+
223
+ #: ../dashboard.php:1115 ../dashboard.php:1202
224
+ msgid "Never"
225
+ msgstr "Aldrig"
226
+
227
+ #: ../dashboard.php:1513
228
+ msgid "Are you sure?"
229
+ msgstr "Är du säker?"
230
+
231
+ #: ../dashboard.php:1307 ../settings.php:79
232
+ msgid "My site is behind a reverse proxy"
233
+ msgstr "Min webbplats är bakom en omvänd proxy"
234
+
235
+ #: ../settings.php:83
236
+ msgid "Non-existent users"
237
+ msgstr "Icke-existerande användare"
238
+
239
+ #: ../settings.php:83
240
+ msgid "Immediately block IP when attempting to login with a non-existent username"
241
+ msgstr "Blockera omedelbart IP vid försök att logga in med ett icke-existerande användarnamn"
242
+
243
+ #: ../settings.php:84
244
+ msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
245
+ msgstr "Inaktivera automatisk omdirigering till inloggningssidan när /wp-admin/ begärs av en obehörig begäran"
246
+
247
+ #: ../settings.php:351
248
+ msgid "Make your protection smarter!"
249
+ msgstr "Gör ditt skydd smartare!"
250
+
251
+ #: ../settings.php:355
252
+ msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
253
+ msgstr "Aktivera permalänkar för att använda denna funktion. Ange inställningar för permalänkar till något annat än standard."
254
+
255
+ #: ../cerber-load.php:4107 ../settings.php:401
256
+ msgid "Main Settings"
257
+ msgstr "Huvudinställningar"
258
+
259
+ #: ../dashboard.php:2531 ../settings.php:413 ../cerber-tools.php:51
260
+ msgid "Help"
261
+ msgstr "Hjälp"
262
+
263
+ #: ../settings.php:530 ../settings.php:652
264
+ msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
265
+ msgstr "Öka utlåsningens varaktighet till %s timmar efter %s utlåsningar under de senaste %s timmarna"
266
+
267
+ #: ../cerber-load.php:358
268
+ msgid "You are not allowed to log in. Ask your administrator for assistance."
269
+ msgstr "Du har inte rätt att logga in. Fråga din administratör om hjälp."
270
+
271
+ #: ../cerber-load.php:364
272
+ msgid "You have reached the login attempts limit. Please try again in %d minutes."
273
+ msgstr "Du har nått gränsen för inloggningsförsök. Försök igen om %d minuter."
274
+
275
+ #: ../cerber-load.php:383
276
+ msgid "You have only one attempt remaining."
277
+ msgid_plural "You have %d attempts remaining."
278
+ msgstr[0] "Du har bara ett försök kvar."
279
+ msgstr[1] "Du har %d försök kvar."
280
+
281
+ #: ../dashboard.php:723
282
+ msgid "No activity has been logged."
283
+ msgstr "Ingen aktivitet har loggats."
284
+
285
+ #: ../dashboard.php:132
286
+ msgid "Expires"
287
+ msgstr "Löper ut"
288
+
289
+ #: ../dashboard.php:154
290
+ msgid "No lockouts at the moment. The sky is clear."
291
+ msgstr "Inga utlåsningar för tillfället. Kusten är klar."
292
+
293
+ #: ../dashboard.php:167
294
+ msgid "These IPs will never be locked out"
295
+ msgstr "Dessa IP kommer aldrig att vara utlåsta"
296
+
297
+ #: ../dashboard.php:176
298
+ msgid "Your IP"
299
+ msgstr "Ditt IP"
300
+
301
+ #: ../cerber-load.php:3338
302
+ msgid "Last failed attempt was at %s from IP %s with user login: %s."
303
+ msgstr "Senast misslyckat försök var %s från IP %s med användarinloggning: %s."
304
+
305
+ #: ../cerber-load.php:4067
306
+ msgid "Can't activate WP Cerber due to a database error."
307
+ msgstr "Kan inte aktivera WP Cerber på grund av ett databasfel."
308
+
309
+ #: ../settings.php:537 ../settings.php:659
310
+ msgid "Notify admin if the number of active lockouts above"
311
+ msgstr "Meddela admin om antalet aktiva utlåsningar ovan"
312
+
313
+ #: ../settings.php:105 ../settings.php:179 ../settings.php:341
314
+ msgid "days"
315
+ msgstr "dagar"
316
+
317
+ #: ../dashboard.php:1172
318
+ msgid "Cerber Quick View"
319
+ msgstr "Cerber snabböversikt"
320
+
321
+ #: ../dashboard.php:150
322
+ msgid "Hint"
323
+ msgstr "Tips"
324
+
325
+ #: ../dashboard.php:150
326
+ msgid "To view activity, click on the IP"
327
+ msgstr "För att visa aktivitet, klicka på IP"
328
+
329
+ #: ../dashboard.php:194 ../dashboard.php:886 ../dashboard.php:913 ../dashboard.
330
+ #: php:1005
331
+ msgid "Check for activity"
332
+ msgstr "Kontrollera efter aktivitet"
333
+
334
+ #: ../settings.php:82
335
+ msgid "Always block entire subnet Class C of intruders IP"
336
+ msgstr "Blockera alltid hela undernätet Klass C av inkräktande IP"
337
+
338
+ #: ../settings.php:102 ../settings.php:539 ../settings.php:661
339
+ msgid "Click to send test"
340
+ msgstr "Klicka för att skicka test"
341
+
342
+ #: ../settings.php:814 ../settings.php:815
343
+ msgid "Attention! You have changed the login URL! The new login URL is"
344
+ msgstr "Observera! Du har ändrat URL för inloggning! Den nya URL:en för inloggning är"
345
+
346
+ #: ../dashboard.php:1081
347
+ msgid "Comments"
348
+ msgstr "Kommentarer"
349
+
350
+ #: ../common.php:1078
351
+ msgid "Update to version %s of WP Cerber"
352
+ msgstr "Uppdatera till version %s av WP Cerber"
353
+
354
+ #: ../cerber-load.php:3339 ../cerber-load.php:3896
355
+ msgid "View activity in dashboard"
356
+ msgstr "Visa aktivitet i adminpanel"
357
+
358
+ #: ../cerber-load.php:3369
359
+ msgid "Number of active lockouts"
360
+ msgstr "Antal aktiva utlåsningar"
361
+
362
+ #: ../cerber-load.php:3373
363
+ msgid "View lockouts in dashboard"
364
+ msgstr "Visa utlåsningar i adminpanelen"
365
+
366
+ #: ../cerber-load.php:3455
367
+ msgid "This message was sent by"
368
+ msgstr "Detta meddelande skickades av"
369
+
370
+ #: ../dashboard.php:64 ../cerber-tools.php:43
371
+ msgid "Tools"
372
+ msgstr "Verktyg"
373
+
374
+ #: ../cerber-tools.php:88
375
+ msgid "Export settings to the file"
376
+ msgstr "Exportera inställningar till fil"
377
+
378
+ #: ../cerber-tools.php:89
379
+ msgid "When you click the button below you will get a configuration file, which you can upload on another site."
380
+ msgstr "När du klickar på knappen nedan får du en konfigurationsfil, som du kan ladda upp på en annan webbplats."
381
+
382
+ #: ../cerber-tools.php:90
383
+ msgid "What do you want to export?"
384
+ msgstr "Vad vill du exportera?"
385
+
386
+ #: ../cerber-tools.php:93
387
+ msgid "Download file"
388
+ msgstr "Ladda ner fil"
389
+
390
+ #: ../cerber-tools.php:95
391
+ msgid "Import settings from the file"
392
+ msgstr "Importera inställningar från fil"
393
+
394
+ #: ../cerber-tools.php:96
395
+ msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
396
+ msgstr "När du klickar på knappen nedan kommer filen att laddas upp och alla befintliga inställningar kommer att åsidosättas"
397
+
398
+ #: ../cerber-tools.php:97
399
+ msgid "Select file to import."
400
+ msgstr "Välj fil att importera."
401
+
402
+ #: ../cerber-tools.php:97
403
+ msgid "Maximum upload file size: %s."
404
+ msgstr "Maximal filstorlek för uppladdning: %s."
405
+
406
+ #: ../cerber-tools.php:100
407
+ msgid "What do you want to import?"
408
+ msgstr "Vad vill du importera?"
409
+
410
+ #: ../cerber-tools.php:102
411
+ msgid "Upload file"
412
+ msgstr "Ladda upp fil"
413
+
414
+ #: ../cerber-tools.php:149
415
+ msgid "No file was uploaded or file is corrupted"
416
+ msgstr "Ingen fil har laddats upp eller filen är skadad"
417
+
418
+ #: ../cerber-tools.php:182
419
+ msgid "Error while updating"
420
+ msgstr "Fel vid uppdatering"
421
+
422
+ #: ../cerber-tools.php:185
423
+ msgid "Settings has imported successfully from"
424
+ msgstr "Inställningar har importerats utan problem från"
425
+
426
+ #: ../cerber-tools.php:189
427
+ msgid "Error while parsing file"
428
+ msgstr "Fel uppstod vid analyseringen av fil"
429
+
430
+ #: ../dashboard.php:130 ../dashboard.php:696
431
+ msgid "Hostname"
432
+ msgstr "Värdnamn"
433
+
434
+ #: ../dashboard.php:391
435
+ msgid "unknown"
436
+ msgstr "okänd"
437
+
438
+ #: ../settings.php:105 ../settings.php:337
439
+ msgid "Keep records for"
440
+ msgstr "Behåll uppgifter i"
441
+
442
+ #: ../dashboard.php:1206 ../dashboard.php:1227
443
+ msgid "active"
444
+ msgstr "aktivt"
445
+
446
+ #: ../dashboard.php:1206
447
+ msgid "deactivate"
448
+ msgstr "inaktivera"
449
+
450
+ #: ../dashboard.php:1208
451
+ msgid "not active"
452
+ msgstr "Inte aktiv"
453
+
454
+ #: ../dashboard.php:1209 ../dashboard.php:1223
455
+ msgid "disabled"
456
+ msgstr "inaktiverad"
457
+
458
+ #: ../dashboard.php:1214
459
+ msgid "failed attempts"
460
+ msgstr "misslyckade försök"
461
+
462
+ #: ../dashboard.php:1214 ../dashboard.php:1215
463
+ msgid "in 24 hours"
464
+ msgstr "om 24 timmar"
465
+
466
+ #: ../dashboard.php:1214 ../dashboard.php:1215
467
+ msgid "view all"
468
+ msgstr "visa alla"
469
+
470
+ #: ../dashboard.php:1215
471
+ msgid "lockouts"
472
+ msgstr "Utlåsningar"
473
+
474
+ #: ../dashboard.php:1217
475
+ msgid "Lockouts at the moment"
476
+ msgstr "Utlåsningar just nu"
477
+
478
+ #: ../dashboard.php:1218
479
+ msgid "Last lockout"
480
+ msgstr "Senaste utlåsning"
481
+
482
+ #: ../dashboard.php:1219 ../dashboard.php:1220 ../dashboard.php:1796
483
+ msgid "entry"
484
+ msgid_plural "entries"
485
+ msgstr[0] ""
486
+ msgstr[1] ""
487
+
488
+ #: ../dashboard.php:1508
489
+ msgid "Confused about some settings?"
490
+ msgstr "Förvirrad på några inställningar?"
491
+
492
+ #: ../dashboard.php:1509
493
+ msgid "You can easily load default recommended settings using button below"
494
+ msgstr "Du kan enkelt ladda de rekommenderade standardinställningarna med knappen nedan"
495
+
496
+ #: ../dashboard.php:1511
497
+ msgid "Load default settings"
498
+ msgstr "Ladda standardinställningar"
499
+
500
+ #: ../dashboard.php:1519
501
+ msgid "doesn't affect Custom login URL and Access Lists"
502
+ msgstr "påverkar inte anpassad URL för inloggning och åtkomstlistor"
503
+
504
+ #: ../common.php:1071 ../settings.php:221
505
+ msgid "New version is available"
506
+ msgstr "Ny version tillgänglig"
507
+
508
+ #. Name of the plugin
509
+ #: ../dashboard.php:52 ../dashboard.php:76
510
+ msgid "WP Cerber"
511
+ msgstr "WP Cerber"
512
+
513
+ #: ../cerber-load.php:3313
514
+ msgid "WP Cerber notify"
515
+ msgstr "WP Cerber meddelar"
516
+
517
+ #: ../cerber-load.php:3335
518
+ msgid "Citadel mode is activated"
519
+ msgstr "Citadelläge är aktiverat"
520
+
521
+ #: ../cerber-load.php:3409
522
+ msgid "New Custom login URL"
523
+ msgstr "Ny anpassad URL för inloggning"
524
+
525
+ #: ../cerber-load.php:4054
526
+ msgid "The WP Cerber requires PHP %s or higher. You are running"
527
+ msgstr "WP Cerber kräver PHP %s eller högre. Du kör"
528
+
529
+ #: ../cerber-load.php:4058
530
+ msgid "The WP Cerber requires WordPress %s or higher. You are running"
531
+ msgstr "WP Cerber kräver WordPress %s eller högre. Du kör"
532
+
533
+ #: ../settings.php:108
534
+ msgid "Use file"
535
+ msgstr "Använd fil"
536
+
537
+ #: ../settings.php:108
538
+ msgid "Write failed login attempts to the file"
539
+ msgstr "Skriv misslyckade inloggningsförsök till fil"
540
+
541
+ #: ../dashboard.php:1624
542
+ msgid "Deactivate"
543
+ msgstr "Inaktivera"
544
+
545
+ #: ../dashboard.php:133 ../cerber-load.php:3371
546
+ msgid "Reason"
547
+ msgstr "Anledning"
548
+
549
+ #: ../dashboard.php:206
550
+ msgid "Add IP to the list"
551
+ msgstr "Lägg till IP till listan"
552
+
553
+ #: ../dashboard.php:932
554
+ msgid "Add IP to the Black List"
555
+ msgstr "Lägg till IP i svartlistan"
556
+
557
+ #: ../common.php:876
558
+ msgid "Attempt to access"
559
+ msgstr "Försök att komma åt"
560
+
561
+ #: ../common.php:875
562
+ msgid "Limit on login attempts is reached"
563
+ msgstr "Gränsen för inloggningsförsök är nådd"
564
+
565
+ #: ../common.php:829 ../common.php:877
566
+ msgid "Attempt to log in with non-existent username"
567
+ msgstr "Försök att logga in med icke-existerande användarnamn"
568
+
569
+ #: ../cerber-load.php:3370
570
+ msgid "Last lockout was added: %s for IP %s"
571
+ msgstr "Senaste utlåsningen lades till: %s för IP %s"
572
+
573
+ #: ../cerber-load.php:4110 ../settings.php:406
574
+ msgid "Hardening"
575
+ msgstr "Förstärk"
576
+
577
+ #: ../dashboard.php:909
578
+ msgid "Abuse email:"
579
+ msgstr "E-post för missbruk:"
580
+
581
+ #: ../settings.php:208 ../settings.php:243
582
+ msgid "Email Address"
583
+ msgstr "E-postadress"
584
+
585
+ #: ../settings.php:217
586
+ msgid "if empty, the admin email %s will be used"
587
+ msgstr "om det är tomt, kommer admins e-post %s att användas"
588
+
589
+ #: ../settings.php:111
590
+ msgid "Drill down IP"
591
+ msgstr "Rulla ner IP"
592
+
593
+ #: ../settings.php:111
594
+ msgid "Retrieve extra WHOIS information for IP"
595
+ msgstr "Hämta extra WHOIS-information för IP"
596
+
597
+ #: ../settings.php:119
598
+ msgid "Hardening WordPress"
599
+ msgstr "Förstärk WordPress"
600
+
601
+ #: ../settings.php:120
602
+ msgid "Stop user enumeration"
603
+ msgstr "Stoppa uppräkning av användare"
604
+
605
+ #: ../settings.php:122
606
+ msgid "Disable XML-RPC"
607
+ msgstr "Inaktivera XML-RPC"
608
+
609
+ #: ../settings.php:122
610
+ msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
611
+ msgstr "Blockera åtkomst till XML-RPC-servern (inklusive pingbacks och trackbacks)"
612
+
613
+ #: ../settings.php:123
614
+ msgid "Disable feeds"
615
+ msgstr "Inaktivera flöden"
616
+
617
+ #: ../settings.php:123
618
+ msgid "Block access to the RSS, Atom and RDF feeds"
619
+ msgstr "Blockera åtkomst till RSS, Atom och RDF-flöden"
620
+
621
+ #: ../settings.php:124
622
+ msgid "Disable REST API"
623
+ msgstr "Inaktivera REST API"
624
+
625
+ #: ../settings.php:365
626
+ msgid "These settings do not affect hosts from the "
627
+ msgstr "Dessa inställningar påverkar inte servrar från"
628
+
629
+ #: ../settings.php:895 ../settings.php:907
630
+ msgid "<strong>ERROR</strong>: please enter a valid email address."
631
+ msgstr "<strong>FEL</strong>: Ange en giltig e-postadress."
632
+
633
+ #: ../cerber-load.php:3401 ../cerber-load.php:4099
634
+ msgid "WP Cerber is now active and has started protecting your site"
635
+ msgstr "WP Cerber är nu aktiv och har börjat skydda din webbplats"
636
+
637
+ #: ../dashboard.php:134
638
+ msgid "Action"
639
+ msgstr "Åtgärd"
640
+
641
+ #: ../dashboard.php:169
642
+ msgid "Nobody can log in or register from these IPs"
643
+ msgstr "Ingen kan logga in eller registrera från dessa IP"
644
+
645
+ #: ../dashboard.php:232 ../dashboard.php:244
646
+ msgid "Incorrect IP address or IP range"
647
+ msgstr "Felaktig IP-adress eller IP-intervall"
648
+
649
+ #: ../dashboard.php:441 ../dashboard.php:1640
650
+ msgid "Settings saved"
651
+ msgstr "Inställningar sparade"
652
+
653
+ #: ../dashboard.php:913
654
+ msgid "Network:"
655
+ msgstr "Nätverk:"
656
+
657
+ #: ../dashboard.php:927
658
+ msgid "Add network to the Black List"
659
+ msgstr "Lägg till nätverk i svartlistan"
660
+
661
+ #: ../dashboard.php:1623
662
+ msgid "Attention! Citadel mode is now active. Nobody is able to log in."
663
+ msgstr "Observera! Citadelläget är nu aktivt. Ingen kan logga in."
664
+
665
+ #: ../dashboard.php:349 ../dashboard.php:2609 ../whois.php:221 ../whois.php:252 ..
666
+ #: /common.php:874 ../common.php:1153
667
+ msgid "Unknown"
668
+ msgstr "Okänd"
669
+
670
+ #. Author of the plugin
671
+ #:
672
+ msgid "Gregory"
673
+ msgstr "Gregory"
674
+
675
+ #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
676
+ #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
677
+ #: load.php:932 ../cerber-load.php:1149 ../cerber-load.php:1155 ../cerber-load.
678
+ #: php:1160 ../cerber-load.php:1165 ../cerber-load.php:1171 ../cerber-load.php:
679
+ #: 1178 ../cerber-load.php:1278 ../cerber-load.php:1415 ../settings.php:793 ..
680
+ #: /settings.php:864
681
+ msgid "ERROR:"
682
+ msgstr "FEL:"
683
+
684
+ #: ../cerber-load.php:695
685
+ msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
686
+ msgstr "Mänsklig verifikation misslyckades. Klicka på rutan i reCAPTCHA-blocket nedan."
687
+
688
+ #: ../cerber-load.php:944
689
+ msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
690
+ msgstr "<strong>FEL</strong>: Lösenordet du angav för användarnamnet %s är felaktigt."
691
+
692
+ #: ../cerber-load.php:1166
693
+ msgid "Username is not allowed. Please choose another one."
694
+ msgstr "Användarnamn är inte tillåtet. Välj ett annat."
695
+
696
+ #: ../cerber-load.php:3364
697
+ msgid "unspecified"
698
+ msgstr "Ospecificerat"
699
+
700
+ #: ../cerber-load.php:3367
701
+ msgid "Number of lockouts is increasing"
702
+ msgstr "Antal utlåsningar är stigande"
703
+
704
+ #: ../cerber-load.php:3372
705
+ msgid "View activity for this IP"
706
+ msgstr "Visa aktivitet för detta IP"
707
+
708
+ #: ../cerber-load.php:3376 ../cerber-load.php:3378
709
+ msgid "A new version of WP Cerber is available to install"
710
+ msgstr "En ny version av WP Cerber är tillgänglig att installeras"
711
+
712
+ #: ../cerber-load.php:3377
713
+ msgid "Hi!"
714
+ msgstr "Hej!"
715
+
716
+ #: ../cerber-load.php:3380 ../cerber-load.php:3391
717
+ msgid "Website"
718
+ msgstr "Webbplats"
719
+
720
+ #: ../cerber-load.php:3383 ../cerber-load.php:3384
721
+ msgid "The WP Cerber security plugin has been deactivated"
722
+ msgstr "Säkerhetstillägget WP Cerber har blivit avaktiverat"
723
+
724
+ #: ../cerber-load.php:3386
725
+ msgid "Not logged in"
726
+ msgstr "Inte inloggad"
727
+
728
+ #: ../cerber-load.php:3392
729
+ msgid "By user"
730
+ msgstr "Efter användare"
731
+
732
+ #: ../cerber-load.php:3393
733
+ msgid "From IP address"
734
+ msgstr "från IP-adress"
735
+
736
+ #: ../cerber-load.php:3396
737
+ msgid "From country"
738
+ msgstr "Från land"
739
+
740
+ #: ../cerber-load.php:3400
741
+ msgid "The WP Cerber security plugin is now active"
742
+ msgstr "Säkerhetstillägget WP Cerber är nu aktivt"
743
+
744
+ #: ../cerber-load.php:4100
745
+ msgid "Your IP address is added to the"
746
+ msgstr "Din IP-adress läggs till i"
747
+
748
+ #: ../cerber-load.php:4112
749
+ msgid "Import settings"
750
+ msgstr "Importera inställningar"
751
+
752
+ #: ../settings.php:220
753
+ msgid "Notification limit"
754
+ msgstr "Gräns för notiser"
755
+
756
+ #: ../settings.php:220
757
+ msgid "notification letters allowed per hour (0 means unlimited)"
758
+ msgstr "notisaviseringar tillåtna per timme (0 betyder obegränsad)"
759
+
760
+ #: ../settings.php:142
761
+ msgid "User related settings"
762
+ msgstr "Användarrelaterade inställningar"
763
+
764
+ #: ../settings.php:144
765
+ msgid "Prohibited usernames"
766
+ msgstr "Förbjudna användarnamn"
767
+
768
+ #: ../settings.php:150
769
+ msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
770
+ msgstr "Användarnamn från denna lista får inte logga in eller registrera sig. Alla IP-adresser, som försökt använda någon av dessa användarnamn, kommer omedelbart att blockeras. Använd komma för att separera inloggningar."
771
+
772
+ #: ../settings.php:152
773
+ msgid "User session expire"
774
+ msgstr "Användarsessionen löper ut"
775
+
776
+ #: ../settings.php:152
777
+ msgid "in minutes (leave empty to use default WP value)"
778
+ msgstr "i minuter (lämna tomt för att använda standard WP-värde)"
779
+
780
+ #: ../settings.php:182
781
+ msgid "reCAPTCHA settings"
782
+ msgstr "reCaptcha-inställningar"
783
+
784
+ #: ../settings.php:183
785
+ msgid "Site key"
786
+ msgstr "Webbplatsnyckel"
787
+
788
+ #: ../settings.php:184
789
+ msgid "Secret key"
790
+ msgstr "Hemlig nyckel"
791
+
792
+ #: ../settings.php:187
793
+ msgid "Enable reCAPTCHA for WordPress registration form"
794
+ msgstr "Aktivera reCAPTCHA för WordPress registreringsformulär"
795
+
796
+ #: ../settings.php:190
797
+ msgid "Lost password form"
798
+ msgstr "Formulär för glömt lösenord"
799
+
800
+ #: ../settings.php:193
801
+ msgid "Login form"
802
+ msgstr "Inloggningsformulär"
803
+
804
+ #: ../settings.php:193
805
+ msgid "Enable reCAPTCHA for WordPress login form"
806
+ msgstr "Aktivera reCAPTCHA för WordPress inloggningsformulär"
807
+
808
+ #: ../settings.php:368
809
+ msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
810
+ msgstr "Innan du kan börja använda reCAPTCHA måste du skaffa webbplatsnyckel och hemlig nyckel på Googles webbplats"
811
+
812
+ #: ../cerber-lab.php:720 ../settings.php:369
813
+ msgid "Know more"
814
+ msgstr "Läs mer"
815
+
816
+ #: ../dashboard.php:52 ../settings.php:388
817
+ msgid "WP Cerber Security"
818
+ msgstr "WP Cerber Security"
819
+
820
+ #: ../settings.php:408
821
+ msgid "Users"
822
+ msgstr "Användare"
823
+
824
+ #: ../common.php:796
825
+ msgid "User created"
826
+ msgstr "Användare skapad"
827
+
828
+ #: ../dashboard.php:1460 ../common.php:797
829
+ msgid "User registered"
830
+ msgstr "Användare registrerad"
831
+
832
+ #: ../common.php:824
833
+ msgid "reCAPTCHA verification failed"
834
+ msgstr "reCAPTCHA-verifiering misslyckades"
835
+
836
+ #: ../common.php:825
837
+ msgid "reCAPTCHA settings are incorrect"
838
+ msgstr "reCAPTCHA-inställningarna är felaktiga"
839
+
840
+ #: ../common.php:828
841
+ msgid "Attempt to access prohibited URL"
842
+ msgstr "Försök att få tillgång till förbjuden URL"
843
+
844
+ #: ../common.php:830 ../common.php:878
845
+ msgid "Attempt to log in with prohibited username"
846
+ msgstr "Försök att logga in med förbjudna användarnamn"
847
+
848
+ #: ../settings.php:106
849
+ msgid "Cerber Lab connection"
850
+ msgstr "Cerber Lab-anslutning"
851
+
852
+ #: ../settings.php:106
853
+ msgid "Send malicious IP addresses to the Cerber Lab"
854
+ msgstr "Skicka skadliga IP-adresser till Cerber Lab"
855
+
856
+ #: ../settings.php:107
857
+ msgid "Cerber Lab protocol"
858
+ msgstr "Cerber Lab-protokoll"
859
+
860
+ #: ../settings.php:162 ../settings.php:187
861
+ msgid "Registration form"
862
+ msgstr "Registreringsformulär"
863
+
864
+ #: ../settings.php:188
865
+ msgid "Enable reCAPTCHA for WooCommerce registration form"
866
+ msgstr "Aktivera reCAPTCHA för WooCommerce registreringsformulär"
867
+
868
+ #: ../settings.php:190
869
+ msgid "Enable reCAPTCHA for WordPress lost password form"
870
+ msgstr "Aktivera reCAPTCHA för WordPress på formuläret för förlorat lösenord"
871
+
872
+ #: ../settings.php:191
873
+ msgid "Enable reCAPTCHA for WooCommerce lost password form"
874
+ msgstr "Aktivera reCAPTCHA för WooCommerce på formuläret för förlorat lösenord"
875
+
876
+ #: ../settings.php:194
877
+ msgid "Enable reCAPTCHA for WooCommerce login form"
878
+ msgstr "Aktivera reCAPTCHA för WooCommerce inloggningsformulär"
879
+
880
+ #: ../common.php:826
881
+ msgid "Request to the Google reCAPTCHA service failed"
882
+ msgstr "Begäran om Google reCAPTCHA-tjänsten misslyckades"
883
+
884
+ #: ../dashboard.php:1452 ../dashboard.php:1482
885
+ msgid "View all"
886
+ msgstr "Visa alla"
887
+
888
+ #: ../dashboard.php:1483
889
+ msgid "Recently locked out IP addresses"
890
+ msgstr "Nyligen utlåsta IP-adresser"
891
+
892
+ #: ../cerber-lab.php:718
893
+ msgid "OK, nail them all"
894
+ msgstr "OK, sätt fast dem alla"
895
+
896
+ #: ../cerber-lab.php:719
897
+ msgid "NO, maybe later"
898
+ msgstr "Nej, kanske senare"
899
+
900
+ #: ../dashboard.php:54 ../dashboard.php:1238 ../dashboard.php:1816 ../settings.
901
+ #: php:393
902
+ msgid "Dashboard"
903
+ msgstr "Adminpanel"
904
+
905
+ #: ../cerber-lab.php:716
906
+ msgid "Want to make WP Cerber even more powerful?"
907
+ msgstr "Vill du göra WP Cerber ännu mer kraftfull?"
908
+
909
+ #: ../cerber-lab.php:717
910
+ msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
911
+ msgstr "Tillåt WP Cerber att skicka utlåsta skadliga IP-adresser till Cerber Lab. Detta hjälper teamet för tillägget att utveckla nya algoritmer för WP Cerber som kommer att försvara WordPress mot nya hot och botnets som dyker upp varje dag. Du kan när som helst inaktivera sändningen i inställningarna för tillägget."
912
+
913
+ #: ../dashboard.php:534
914
+ msgid "IP address"
915
+ msgstr "IP-adress"
916
+
917
+ #: ../dashboard.php:534
918
+ msgid "User login"
919
+ msgstr "Användarinloggning"
920
+
921
+ #: ../dashboard.php:534
922
+ msgid "User ID"
923
+ msgstr "Användar-ID"
924
+
925
+ #: ../dashboard.php:719
926
+ msgid "Export"
927
+ msgstr "Exportera"
928
+
929
+ #: ../dashboard.php:738
930
+ msgid "Search for IP or username"
931
+ msgstr "Sök efter IP eller användarnamn"
932
+
933
+ #: ../dashboard.php:738
934
+ msgid "Filter"
935
+ msgstr "Filter"
936
+
937
+ #: ../dashboard.php:54
938
+ msgid "Cerber Dashboard"
939
+ msgstr "Cerber adminpanel"
940
+
941
+ #: ../dashboard.php:64
942
+ msgid "Cerber tools"
943
+ msgstr "Cerber verktyg"
944
+
945
+ #: ../dashboard.php:1726
946
+ msgid "Subscribe"
947
+ msgstr "Prenumerera"
948
+
949
+ #: ../dashboard.php:1727 ../cerber-tools.php:273
950
+ msgid "Unsubscribe"
951
+ msgstr "Avregistrera prenumeration"
952
+
953
+ #: ../dashboard.php:1755
954
+ msgid "You've subscribed"
955
+ msgstr "Du prenumererar"
956
+
957
+ #: ../dashboard.php:1758
958
+ msgid "You've unsubscribed"
959
+ msgstr "Du är avregistrerad"
960
+
961
+ #: ../cerber-load.php:3413 ../cerber-load.php:3414
962
+ msgid "A new activity has been recorded"
963
+ msgstr "En ny aktivitet har registrerats"
964
+
965
+ #: ../cerber-load.php:3868
966
+ msgid "User"
967
+ msgstr "Användare"
968
+
969
+ #: ../cerber-load.php:3876
970
+ msgid "Search string"
971
+ msgstr "Söksträng"
972
+
973
+ #: ../cerber-load.php:3897
974
+ msgid "To unsubscribe click here"
975
+ msgstr "För att avregistrera prenumerationen klicka här"
976
+
977
+ #: ../settings.php:110
978
+ msgid "Preferences"
979
+ msgstr "Preferenser"
980
+
981
+ #: ../settings.php:112
982
+ msgid "Date format"
983
+ msgstr "Datumformat"
984
+
985
+ #: ../settings.php:112
986
+ msgid "if empty, the default format %s will be used"
987
+ msgstr "om det är tomt, kommer standardformatet %s att användas"
988
+
989
+ #: ../settings.php:226
990
+ msgid "Push notifications"
991
+ msgstr "Pushmeddelanden"
992
+
993
+ #: ../settings.php:205
994
+ msgid "Email notifications"
995
+ msgstr "E-postmeddelanden"
996
+
997
+ #: ../settings.php:212 ../settings.php:248 ../settings.php:305
998
+ msgid "Use comma to specify multiple values"
999
+ msgstr "Använd komma för att ange flera värden"
1000
+
1001
+ #: ../settings.php:233
1002
+ msgid "All connected devices"
1003
+ msgstr "Alla anslutna enheter"
1004
+
1005
+ #: ../settings.php:234
1006
+ msgid "No devices found"
1007
+ msgstr "Hittade inga enheter"
1008
+
1009
+ #: ../settings.php:236
1010
+ msgid "Not available"
1011
+ msgstr "Inte tillgänglig"
1012
+
1013
+ #: ../common.php:822
1014
+ msgid "Password reset requested"
1015
+ msgstr "Lösenordsåterställning begärd"
1016
+
1017
+ #: ../common.php:879
1018
+ msgid "Limit on failed reCAPTCHA verifications is reached"
1019
+ msgstr "Gräns för om misslyckade reCAPTCHA-verifieringar uppnås"
1020
+
1021
+ #: ../common.php:937
1022
+ msgid "%s ago"
1023
+ msgstr "%s sedan"
1024
+
1025
+ #: ../settings.php:77
1026
+ msgid "Apply limit login rules to IP addresses in the White IP Access List"
1027
+ msgstr "Tillämpa gränser för inloggningsregler till IP-adresser i den vita IP-åtkomstlistan"
1028
+
1029
+ #: ../settings.php:86
1030
+ msgid "Display 404 page"
1031
+ msgstr "Visa 404 sida"
1032
+
1033
+ #: ../settings.php:185
1034
+ msgid "Invisible reCAPTCHA"
1035
+ msgstr "Osynlig reCAPTCHA"
1036
+
1037
+ #: ../settings.php:185
1038
+ msgid "Enable invisible reCAPTCHA"
1039
+ msgstr "Aktivera osynlig reCAPTCHA"
1040
+
1041
+ #: ../settings.php:185
1042
+ msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1043
+ msgstr "(aktivera det inte om du inte skaffar och anger webbplatsen och hemliga nycklar för den osynliga versionen)"
1044
+
1045
+ #: ../settings.php:196
1046
+ msgid "Enable reCAPTCHA for WordPress comment form"
1047
+ msgstr "Aktivera reCAPTCHA för WordPress-kommentarformulär"
1048
+
1049
+ #: ../settings.php:197
1050
+ msgid "Disable reCAPTCHA for logged in users"
1051
+ msgstr "Inaktivera reCAPTCHA för inloggade användare"
1052
+
1053
+ #: ../settings.php:199
1054
+ msgid "Limit attempts"
1055
+ msgstr "Begränsa försök"
1056
+
1057
+ #: ../settings.php:199
1058
+ msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1059
+ msgstr "Lås ut IP-adress i %s minuter efter %s misslyckade försök inom %s minuter"
1060
+
1061
+ #: ../settings.php:362
1062
+ msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1063
+ msgstr "I Citadel-läget kan ingen logga in utom IP-adresser från den vita IP-åtkomstlistan. Aktiva användarsessioner påverkas inte."
1064
+
1065
+ #: ../dashboard.php:534 ../dashboard.php:699
1066
+ msgid "Event"
1067
+ msgstr "Händelse"
1068
+
1069
+ #: ../common.php:146
1070
+ msgid "Spam comments denied"
1071
+ msgstr "Skräppostkommentarer nekades"
1072
+
1073
+ #: ../common.php:148
1074
+ msgid "Malicious IP addresses detected"
1075
+ msgstr "Skadliga IP-adresser upptäcktes"
1076
+
1077
+ #: ../common.php:149
1078
+ msgid "Lockouts occurred"
1079
+ msgstr "Utlåsningar inträffade"
1080
+
1081
+ #: ../dashboard.php:1461
1082
+ msgid "All suspicious activity"
1083
+ msgstr "All misstänkt aktivitet"
1084
+
1085
+ #: ../cerber-load.php:1150 ../cerber-load.php:1156 ../cerber-load.php:1172 ..
1086
+ #: /cerber-load.php:1179
1087
+ msgid "You are not allowed to register."
1088
+ msgstr "Du har inte behörighet att registrera."
1089
+
1090
+ #: ../common.php:807
1091
+ msgid "Spam comment denied"
1092
+ msgstr "Skräppostkommentar nekad"
1093
+
1094
+ #: ../common.php:832
1095
+ msgid "Attempt to log in denied"
1096
+ msgstr "Försök att logga in nekad"
1097
+
1098
+ #: ../common.php:833
1099
+ msgid "Attempt to register denied"
1100
+ msgstr "Försök att registrera nekad"
1101
+
1102
+ #: ../common.php:143
1103
+ msgid "Malicious activities mitigated"
1104
+ msgstr "Skadliga aktiviteter mildrades"
1105
+
1106
+ #: ../dashboard.php:63
1107
+ msgid "Cerber antispam settings"
1108
+ msgstr "Cerber antispam inställningar"
1109
+
1110
+ #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4109 ../settings.
1111
+ #: php:196
1112
+ msgid "Antispam"
1113
+ msgstr "Antispam"
1114
+
1115
+ #: ../settings.php:160
1116
+ msgid "Cerber antispam engine"
1117
+ msgstr "Cerber antispam-motor"
1118
+
1119
+ #: ../settings.php:161
1120
+ msgid "Comment form"
1121
+ msgstr "Kommentarsformulär"
1122
+
1123
+ #: ../settings.php:161
1124
+ msgid "Protect comment form with bot detection engine"
1125
+ msgstr "Skydda kommentarformulär med botdetekteringsmotor"
1126
+
1127
+ #: ../settings.php:162
1128
+ msgid "Protect registration form with bot detection engine"
1129
+ msgstr ""
1130
+
1131
+ #: ../cerber-tools.php:48
1132
+ msgid "Export & Import"
1133
+ msgstr "Exportera och importera"
1134
+
1135
+ #: ../cerber-tools.php:49
1136
+ msgid "Diagnostic"
1137
+ msgstr "Diagnostik"
1138
+
1139
+ #: ../cerber-tools.php:50
1140
+ msgid "License"
1141
+ msgstr "Licens"
1142
+
1143
+ #: ../cerber-tools.php:343
1144
+ msgid "Antispam and bot detection settings"
1145
+ msgstr "Inställningar för antispam och botdetektering"
1146
+
1147
+ #: ../cerber-load.php:1415
1148
+ msgid "Sorry, human verification failed."
1149
+ msgstr "Tyvärr, mänsklig verifiering misslyckades."
1150
+
1151
+ #: ../common.php:880
1152
+ msgid "Bot activity is detected"
1153
+ msgstr "Botaktivitet är upptäckt"
1154
+
1155
+ #: ../settings.php:177
1156
+ msgid "Comment processing"
1157
+ msgstr "Kommentarbehandling"
1158
+
1159
+ #: ../settings.php:178
1160
+ msgid "If a spam comment detected"
1161
+ msgstr "Om en skräppostkommentar upptäcks"
1162
+
1163
+ #: ../settings.php:179
1164
+ msgid "Trash spam comments"
1165
+ msgstr "Släng skräppostkommentarer"
1166
+
1167
+ #: ../settings.php:179
1168
+ msgid "Move spam comments to trash after"
1169
+ msgstr "Flytta skräppostkommentarer till papperskorgen efter"
1170
+
1171
+ #: ../common.php:808
1172
+ msgid "Spam form submission denied"
1173
+ msgstr ""
1174
+
1175
+ #: ../settings.php:163
1176
+ msgid "Other forms"
1177
+ msgstr "Andra formulär"
1178
+
1179
+ #: ../settings.php:163
1180
+ msgid "Protect all forms on the website with bot detection engine"
1181
+ msgstr ""
1182
+
1183
+ #: ../settings.php:165
1184
+ msgid "Adjust antispam engine"
1185
+ msgstr "Justera antispam-motor"
1186
+
1187
+ #: ../settings.php:166
1188
+ msgid "Safe mode"
1189
+ msgstr "Säkert läge"
1190
+
1191
+ #: ../settings.php:166
1192
+ msgid "Use less restrictive policies (allow AJAX)"
1193
+ msgstr "Använd mindre restriktiva policyer (tillåt AJAX)"
1194
+
1195
+ #: ../dashboard.php:2876 ../settings.php:167
1196
+ msgid "Logged in users"
1197
+ msgstr "Inloggade användare"
1198
+
1199
+ #: ../settings.php:167
1200
+ msgid "Disable bot detection engine for logged in users"
1201
+ msgstr "Inaktivera botdetekteringsmotor för inloggade användare"
1202
+
1203
+ #. Name of the plugin
1204
+ #:
1205
+ msgid "WP Cerber Security & Antispam"
1206
+ msgstr "WP Cerber Security & Antispam"
1207
+
1208
+ #: ../dashboard.php:131 ../dashboard.php:697
1209
+ msgid "Country"
1210
+ msgstr "Land"
1211
+
1212
+ #: ../dashboard.php:729
1213
+ msgid "All events"
1214
+ msgstr "Alla händelser"
1215
+
1216
+ #: ../dashboard.php:60
1217
+ msgid "Cerber Security Rules"
1218
+ msgstr "Cerber säkerhetsregler"
1219
+
1220
+ #: ../dashboard.php:60 ../dashboard.php:2184
1221
+ msgid "Security Rules"
1222
+ msgstr "Säkerhetsregler"
1223
+
1224
+ #: ../dashboard.php:1083
1225
+ msgid "Failed login attempts"
1226
+ msgstr "Misslyckade inloggningsförsök"
1227
+
1228
+ #: ../dashboard.php:999 ../dashboard.php:1084
1229
+ msgid "Registered"
1230
+ msgstr "Registrerad"
1231
+
1232
+ #: ../dashboard.php:1154
1233
+ msgid "You"
1234
+ msgstr "Du"
1235
+
1236
+ #: ../common.php:147
1237
+ msgid "Spam form submissions denied"
1238
+ msgstr "Inskickning av skräppostformulär nekad"
1239
+
1240
+ #: ../dashboard.php:1520 ../cerber-load.php:3403 ../cerber-load.php:4102
1241
+ msgid "Getting Started Guide"
1242
+ msgstr "Komma igång guiden"
1243
+
1244
+ #: ../dashboard.php:2189
1245
+ msgid "Countries"
1246
+ msgstr "Länder"
1247
+
1248
+ #: ../dashboard.php:2252
1249
+ msgid "Permitted for one country"
1250
+ msgid_plural "Permitted for %d countries"
1251
+ msgstr[0] "Tillåtet för ett land"
1252
+ msgstr[1] "Tillåtet för %d länder"
1253
+
1254
+ #: ../dashboard.php:2263
1255
+ msgid "No rule"
1256
+ msgstr "Ingen regel"
1257
+
1258
+ #: ../dashboard.php:2475
1259
+ msgid "Security rules have been updated"
1260
+ msgstr "Säkerhetsregler har uppdaterats"
1261
+
1262
+ #. URI of the plugin
1263
+ #:
1264
+ msgid "https://wpcerber.com"
1265
+ msgstr "https://wpcerber.com"
1266
+
1267
+ #: ../common.php:809
1268
+ msgid "Form submission denied"
1269
+ msgstr "Formulärinlämning nekad"
1270
+
1271
+ #: ../common.php:810
1272
+ msgid "Comment denied"
1273
+ msgstr "Kommentar nekad"
1274
+
1275
+ #: ../common.php:838
1276
+ msgid "Request to REST API denied"
1277
+ msgstr "Begäran till REST API nekad"
1278
+
1279
+ #: ../common.php:839
1280
+ msgid "XML-RPC request denied"
1281
+ msgstr "XML-RPC-förfråga nekad"
1282
+
1283
+ #: ../common.php:843
1284
+ msgid "Bot detected"
1285
+ msgstr "Bot upptäckt"
1286
+
1287
+ #: ../common.php:844
1288
+ msgid "Citadel mode is active"
1289
+ msgstr "Citadelläget är aktivt"
1290
+
1291
+ #: ../common.php:849
1292
+ msgid "Malicious activity detected"
1293
+ msgstr "Skadlig aktivitet upptäckt"
1294
+
1295
+ #: ../common.php:850
1296
+ msgid "Blocked by country rule"
1297
+ msgstr "Blockerad av landsregeln"
1298
+
1299
+ #: ../common.php:851
1300
+ msgid "Limit reached"
1301
+ msgstr "Gräns nådd"
1302
+
1303
+ #: ../common.php:852
1304
+ msgid "Multiple suspicious activities"
1305
+ msgstr "Flera misstänkta aktiviteter"
1306
+
1307
+ #: ../common.php:881
1308
+ msgid "Multiple suspicious activities were detected"
1309
+ msgstr "Flera misstänkta aktiviteter upptäcktes"
1310
+
1311
+ #: ../settings.php:120
1312
+ msgid "Block access to user pages like /?author=n and user data via REST API"
1313
+ msgstr "Blockera åtkomst till användarsidor som /?author=n och användardata via REST API"
1314
+
1315
+ #: ../settings.php:124
1316
+ msgid "Block access to the WordPress REST API except the following"
1317
+ msgstr "Blockera åtkomst till WordPress REST API utom följande"
1318
+
1319
+ #: ../settings.php:125
1320
+ msgid "Allow REST API for logged in users"
1321
+ msgstr "Tillåt REST API för inloggade användare"
1322
+
1323
+ #: ../settings.php:132
1324
+ msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1325
+ msgstr "Ange REST API-namnområden för att tillåtas om REST API är inaktiverat. En sträng per rad."
1326
+
1327
+ #: ../settings.php:143
1328
+ msgid "Registration limit"
1329
+ msgstr "Registreringsgräns"
1330
+
1331
+ #: ../settings.php:153
1332
+ msgid "Sort users in dashboard"
1333
+ msgstr "Sortera användare i adminpanelen"
1334
+
1335
+ #: ../settings.php:153
1336
+ msgid "by date of registration"
1337
+ msgstr "efter registreringsdatum"
1338
+
1339
+ #: ../settings.php:168
1340
+ msgid "Query whitelist"
1341
+ msgstr ""
1342
+
1343
+ #: ../settings.php:525 ../settings.php:647
1344
+ msgid "%s allowed registrations in %s minutes from one IP"
1345
+ msgstr "%s tillåtna registreringar inom %s minuter från ett IP"
1346
+
1347
+ #: ../dashboard.php:2319
1348
+ msgid "Start typing here to find a country"
1349
+ msgstr "Börja skriva här för att hitta ett land"
1350
+
1351
+ #: ../dashboard.php:2402
1352
+ msgid "Click on a country name to add it to the list of selected countries"
1353
+ msgstr "Klicka på ett landsnamn för att lägga till det i listan över valda länder"
1354
+
1355
+ #: ../dashboard.php:2426
1356
+ msgid "Submit forms"
1357
+ msgstr "Skicka formulär"
1358
+
1359
+ #: ../dashboard.php:2427
1360
+ msgid "Post comments"
1361
+ msgstr "Publicera kommentarer"
1362
+
1363
+ #: ../dashboard.php:2428
1364
+ msgid "Log in to the website"
1365
+ msgstr "Logga in på webbplatsen"
1366
+
1367
+ #: ../dashboard.php:2429
1368
+ msgid "Register on the website"
1369
+ msgstr "Registrera på webbplatsen"
1370
+
1371
+ #: ../dashboard.php:2430
1372
+ msgid "Use XML-RPC"
1373
+ msgstr "Använd XML-RPC"
1374
+
1375
+ #: ../dashboard.php:2431
1376
+ msgid "Use REST API"
1377
+ msgstr "Använd REST API"
1378
+
1379
+ #: ../settings.php:178
1380
+ msgid "Deny it completely"
1381
+ msgstr "Förneka det fullständigt"
1382
+
1383
+ #: ../settings.php:178
1384
+ msgid "Mark it as spam"
1385
+ msgstr "Markera det som skräppost"
1386
+
1387
+ #: ../dashboard.php:1446
1388
+ msgid "in the last 24 hours"
1389
+ msgstr "under de senaste 24 timmarna"
1390
+
1391
+ #: ../dashboard.php:1817
1392
+ msgid "Main settings"
1393
+ msgstr "Huvudinställningar"
1394
+
1395
+ #: ../settings.php:240
1396
+ msgid "Weekly reports"
1397
+ msgstr "Veckovisa rapporter"
1398
+
1399
+ #: ../settings.php:750
1400
+ msgid "Sunday"
1401
+ msgstr "Söndag"
1402
+
1403
+ #: ../settings.php:751
1404
+ msgid "Monday"
1405
+ msgstr "Måndag"
1406
+
1407
+ #: ../settings.php:752
1408
+ msgid "Tuesday"
1409
+ msgstr "Tisdag"
1410
+
1411
+ #: ../settings.php:753
1412
+ msgid "Wednesday"
1413
+ msgstr "Onsdag"
1414
+
1415
+ #: ../settings.php:754
1416
+ msgid "Thursday"
1417
+ msgstr "Torsdag"
1418
+
1419
+ #: ../settings.php:755
1420
+ msgid "Friday"
1421
+ msgstr "Fredag"
1422
+
1423
+ #: ../settings.php:756
1424
+ msgid "Saturday"
1425
+ msgstr "Lördag"
1426
+
1427
+ #: ../settings.php:816 ../settings.php:817
1428
+ msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1429
+ msgstr "Om du använder ett cachetillägg måste du lägga till din nya URL för inloggning till listan över sidor som inte ska caches."
1430
+
1431
+ #. translators: preposition of time
1432
+ #: ../settings.php:766
1433
+ msgctxt "preposition of time"
1434
+ msgid "at"
1435
+ msgstr "vid"
1436
+
1437
+ #: ../cerber-load.php:3419
1438
+ msgid "Weekly report"
1439
+ msgstr "Veckorapport"
1440
+
1441
+ #: ../cerber-load.php:3422
1442
+ msgid "To change reporting settings visit"
1443
+ msgstr "För att ändra rapporteringsinställningar besök"
1444
+
1445
+ #: ../cerber-load.php:3448
1446
+ msgid "Your login page:"
1447
+ msgstr "Din inloggningssida:"
1448
+
1449
+ #: ../cerber-load.php:3452
1450
+ msgid "Your license is valid until"
1451
+ msgstr "Din licens är giltig till"
1452
+
1453
+ #: ../cerber-load.php:3563
1454
+ msgid "Activity details"
1455
+ msgstr "Aktivitetsdetaljer"
1456
+
1457
+ #: ../settings.php:782
1458
+ msgid "Click to send now"
1459
+ msgstr "Klicka för att skicka nu"
1460
+
1461
+ #: ../cerber-load.php:796
1462
+ msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1463
+ msgstr ">>> Översättare av WP Cerber? För att få PRO-licens gratis, uppge dina kontaktuppgifter här: https://wpcerber.com/contact/"
1464
+
1465
+ #: ../dashboard.php:416
1466
+ msgid "Email has been sent to"
1467
+ msgstr "E-post har skickats till"
1468
+
1469
+ #: ../dashboard.php:419
1470
+ msgid "Unable to send email to"
1471
+ msgstr "Det går inte att skicka e-post till"
1472
+
1473
+ #: ../dashboard.php:2255
1474
+ msgid "Not permitted for one country"
1475
+ msgid_plural "Not permitted for %d countries"
1476
+ msgstr[0] "Inte tillåtet för ett land"
1477
+ msgstr[1] "Inte tillåtet för %d länder"
1478
+
1479
+ #: ../dashboard.php:2406
1480
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1481
+ msgid "Selected countries are permitted to %s, other countries are not permitted to"
1482
+ msgstr "Valda länder är tillåtna att %s, andra länder är inte tillåtna att"
1483
+
1484
+ #: ../dashboard.php:2409
1485
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1486
+ msgid "Selected countries are not permitted to %s, other countries are permitted to"
1487
+ msgstr "Valda länder är inte tillåtna att %s, andra länder har tillåtelse att"
1488
+
1489
+ #. Description of the plugin
1490
+ #:
1491
+ msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1492
+ msgstr ""
1493
+
1494
+ #: ../cerber-load.php:3551
1495
+ msgid "Weekly Report"
1496
+ msgstr "Veckorapport"
1497
+
1498
+ #: ../settings.php:86
1499
+ msgid "Use 404 template from the active theme"
1500
+ msgstr "Använd 404 mall från det aktiva temat"
1501
+
1502
+ #: ../settings.php:86
1503
+ msgid "Display simple 404 page"
1504
+ msgstr "Visa enkel 404 sida"
1505
+
1506
+ #: ../settings.php:174
1507
+ msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1508
+ msgstr ""
1509
+
1510
+ #: ../settings.php:253
1511
+ msgid "if empty, email from notification settings will be used"
1512
+ msgstr "Om det är tomt kommer e-post från meddelandeinställningar att användas"
1513
+
1514
+ #: ../settings.php:241
1515
+ msgid "Enable reporting"
1516
+ msgstr "Aktivera rapportering"
1517
+
1518
+ #: ../cerber-load.php:3476
1519
+ msgid "Your last sign-in was %s from %s"
1520
+ msgstr "Din senaste inloggning var %s från %s"
1521
+
1522
+ #: ../cerber-load.php:3577
1523
+ msgid "Attempts to log in with non-existent username"
1524
+ msgstr "Försök att logga in med icke-existerande användarnamn"
1525
+
1526
+ #: ../dashboard.php:205
1527
+ msgid "IP address, IPv4 address range or subnet"
1528
+ msgstr "IP-adress, IPv4-adressintervall eller undernät"
1529
+
1530
+ #: ../dashboard.php:207
1531
+ msgid "Optional comment for this entry"
1532
+ msgstr "Valfri kommentar för detta inlägg"
1533
+
1534
+ #: ../dashboard.php:248
1535
+ msgid "You cannot add your IP address or network"
1536
+ msgstr "Du kan inte lägga till din IP-adress eller ditt nätverk"
1537
+
1538
+ #: ../cerber-news.php:173
1539
+ msgid "Cool!"
1540
+ msgstr "Häftigt!"
1541
+
1542
+ #: ../settings.php:150
1543
+ msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1544
+ msgstr ""
1545
+
1546
+ #: ../dashboard.php:56
1547
+ msgid "Cerber Traffic Inspector"
1548
+ msgstr "Cerber trafikkontroll"
1549
+
1550
+ #: ../dashboard.php:56 ../dashboard.php:1224 ../dashboard.php:2524
1551
+ msgid "Traffic Inspector"
1552
+ msgstr "Trafikinspektion"
1553
+
1554
+ #: ../dashboard.php:1240
1555
+ msgid "Traffic"
1556
+ msgstr "Trafik"
1557
+
1558
+ #: ../dashboard.php:2529
1559
+ msgid "Live traffic"
1560
+ msgstr "Live trafik"
1561
+
1562
+ #: ../dashboard.php:2847
1563
+ msgid "Request"
1564
+ msgstr "Förfrågan"
1565
+
1566
+ #: ../dashboard.php:2849
1567
+ msgid "Host Info"
1568
+ msgstr "Server information"
1569
+
1570
+ #: ../dashboard.php:2850
1571
+ msgid "User Agent"
1572
+ msgstr "Användaragent"
1573
+
1574
+ #: ../dashboard.php:2875
1575
+ msgid "All requests"
1576
+ msgstr "Alla förfrågningar"
1577
+
1578
+ #: ../dashboard.php:2877
1579
+ msgid "Not logged in visitors"
1580
+ msgstr "Inte inloggade besökare"
1581
+
1582
+ #: ../dashboard.php:2878
1583
+ msgid "Form submissions"
1584
+ msgstr "Formulärinlämningar"
1585
+
1586
+ #: ../dashboard.php:2879
1587
+ msgid "Page Not Found"
1588
+ msgstr "Sidan hittades inte"
1589
+
1590
+ #: ../dashboard.php:2880
1591
+ msgid "REST API"
1592
+ msgstr "REST API"
1593
+
1594
+ #: ../dashboard.php:2881
1595
+ msgid "XML-RPC"
1596
+ msgstr "XML-RPC"
1597
+
1598
+ #: ../dashboard.php:2885
1599
+ msgid "Longer than"
1600
+ msgstr "Längre än"
1601
+
1602
+ #: ../dashboard.php:2898
1603
+ msgid "Refresh"
1604
+ msgstr "Uppdatera"
1605
+
1606
+ #: ../common.php:109
1607
+ msgid "Check for requests"
1608
+ msgstr "Kontrollera efter förfrågningar"
1609
+
1610
+ #: ../common.php:1097
1611
+ msgid "Not specified"
1612
+ msgstr "Inte specificerad"
1613
+
1614
+ #: ../settings.php:277
1615
+ msgid "Logging mode"
1616
+ msgstr "Loggningsläge"
1617
+
1618
+ #: ../settings.php:283
1619
+ msgid "Logging disabled"
1620
+ msgstr "Loggning inaktiverad"
1621
+
1622
+ #: ../settings.php:284
1623
+ msgid "Smart"
1624
+ msgstr "Smart"
1625
+
1626
+ #: ../settings.php:285
1627
+ msgid "All traffic"
1628
+ msgstr "All trafik"
1629
+
1630
+ #: ../settings.php:289
1631
+ msgid "Ignore crawlers"
1632
+ msgstr "Ignorera sökrobotar"
1633
+
1634
+ #: ../settings.php:299
1635
+ msgid "Mask these form fields"
1636
+ msgstr "Maskera dessa formulärfält"
1637
+
1638
+ #: ../settings.php:334
1639
+ msgid "milliseconds"
1640
+ msgstr "millisekunder"
1641
+
1642
+ #: ../settings.php:261
1643
+ msgid "Inspection"
1644
+ msgstr "Inspektion"
1645
+
1646
+ #: ../settings.php:262
1647
+ msgid "Enable traffic inspection"
1648
+ msgstr "Aktivera trafikinspektion"
1649
+
1650
+ #: ../settings.php:276
1651
+ msgid "Logging"
1652
+ msgstr "Loggning"
1653
+
1654
+ #: ../settings.php:294
1655
+ msgid "Save request fields"
1656
+ msgstr ""
1657
+
1658
+ #: ../settings.php:329
1659
+ msgid "Page generation time threshold"
1660
+ msgstr "Tidsgräns för sidgenerering"
1661
+
1662
+ #: ../dashboard.php:2867
1663
+ msgid "No requests have been logged."
1664
+ msgstr "Inga förfrågningar har loggats."
1665
+
1666
+ #: ../dashboard.php:1223
1667
+ msgid "enabled"
1668
+ msgstr "aktiverad"
1669
+
1670
+ #: ../dashboard.php:1227
1671
+ msgid "no connection"
1672
+ msgstr "Ingen anslutning"
1673
+
1674
+ #: ../dashboard.php:3159
1675
+ msgid "Advanced search"
1676
+ msgstr "Avancerad sökning"
1677
+
1678
+ #: ../dashboard.php:992
1679
+ msgid "Last seen"
1680
+ msgstr "Senast sedd"
1681
+
1682
+ #: ../common.php:834 ../common.php:882
1683
+ msgid "Probing for vulnerable PHP code"
1684
+ msgstr ""
1685
+
1686
+ #: ../dashboard.php:3119
1687
+ msgid "Any"
1688
+ msgstr "Någon"
1689
+
1690
+ #: ../cerber-load.php:3203
1691
+ msgid "We're sorry, you are not allowed to proceed"
1692
+ msgstr "Vi är ledsna, du saknar behörighet att fortsätta"
1693
+
1694
+ #: ../settings.php:267
1695
+ msgid "Request whitelist"
1696
+ msgstr ""
1697
+
1698
+ #: ../settings.php:273
1699
+ msgid "Enter a request URI to exclude the request from inspection. One item per line."
1700
+ msgstr "Ange en URI-begäran för att utesluta begäran från inspektion. Ett objekt per rad."
1701
+
1702
+ #: ../settings.php:310
1703
+ msgid "Save request headers"
1704
+ msgstr ""
1705
+
1706
+ #: ../settings.php:316
1707
+ msgid "Save $_SERVER"
1708
+ msgstr ""
1709
+
1710
+ #: ../settings.php:322
1711
+ msgid "Save request cookies"
1712
+ msgstr ""
1713
+
1714
+ #: ../settings.php:121
1715
+ msgid "Protect admin scripts"
1716
+ msgstr "Skydda adminskript"
1717
+
1718
+ #: ../settings.php:121
1719
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1720
+ msgstr "Blockera obehörig åtkomst till load-scripts.php och load-styles.php"
1721
+
1722
+ #: ../common.php:1583
1723
+ msgid "Unable to create the directory"
1724
+ msgstr "Det går inte att skapa katalogen"
1725
+
1726
+ #: ../common.php:1588
1727
+ msgid "Destination folder access denied"
1728
+ msgstr "Åtkomst till destinationsmapp nekad"
1729
+
1730
+ #: ../common.php:1591
1731
+ msgid "File not found"
1732
+ msgstr "Filen hittades inte"
1733
+
1734
+ #: ../common.php:1594
1735
+ msgid "Unable to copy the file"
1736
+ msgstr "Det går inte att kopiera filen"
1737
+
1738
+ #: ../common.php:1600
1739
+ msgid "Unable to delete the file"
1740
+ msgstr "Det går inte att ta bort filen."
1741
+
1742
+ #: ../settings.php:70
1743
+ msgid "Plugin initialization"
1744
+ msgstr "Initialisering av tillägg"
1745
+
1746
+ #: ../settings.php:71
1747
+ msgid "Load security engine"
1748
+ msgstr "Ladda säkerhetsmotor"
1749
+
1750
+ #: ../settings.php:71
1751
+ msgid "Legacy mode"
1752
+ msgstr "Bakåtkompatibelt läge"
1753
+
1754
+ #: ../settings.php:71
1755
+ msgid "Standard mode"
1756
+ msgstr "Standardläge"
1757
+
1758
+ #: ../settings.php:794
1759
+ msgid "Plugin initialization mode has not been changed"
1760
+ msgstr "Tilläggets initialiseringsläge har inte ändrats"
1761
+
1762
+ #. Description of the plugin
1763
+ #:
1764
+ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1765
+ msgstr ""
1766
+
1767
+ #: ../common.php:835
1768
+ msgid "Attempt to upload executable file denied"
1769
+ msgstr "Försök att ladda upp körbar fil nekad"
1770
+
1771
+ #: ../common.php:836
1772
+ msgid "File upload denied"
1773
+ msgstr "Filuppladdning nekad"
1774
+
1775
+ #. Description of the plugin
1776
+ #:
1777
+ msgid "Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1778
+ msgstr "Skyddar WordPress mot brute force attacks, bots och hackare. Antispam-skydd med Cerber antispam-motor och reCAPTCHA. Omfattande kontroll av användar- och botaktivitet. Begränsa inloggning via IP-åtkomstlistor. Begränsa inloggningsförsök. Läs mer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1779
+
1780
+ #: ../settings.php:94
1781
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1782
+ msgstr "Anpassad URL för inloggning kan endast innehålla bokstäver, siffror, bindestreck och understreck"
1783
+
1784
+ #: ../settings.php:174 ../settings.php:273
1785
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1786
+ msgstr ""
1787
+
1788
+ #: ../settings.php:358
1789
+ msgid "Be careful about enabling these options."
1790
+ msgstr "Var försiktig med att aktivera dessa alternativ."
1791
+
1792
+ #: ../settings.php:358
1793
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1794
+ msgstr "Om du glömmer din anpassade URL för inloggning kommer du inte att kunna logga in."
1795
+
languages/wp-cerber.pot CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: WP Cerber\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: Tue Sep 08 2015 21:38:11 GMT+0300\n"
8
- "POT-Revision-Date: Sat Mar 31 2018 17:03:18 GMT+0300\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -62,7 +62,7 @@ msgstr ""
62
  msgid "Cerber antispam settings"
63
  msgstr ""
64
 
65
- #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4098 ../settings.
66
  #: php:196
67
  msgid "Antispam"
68
  msgstr ""
@@ -80,7 +80,7 @@ msgid "Remove"
80
  msgstr ""
81
 
82
  #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
83
- #: php:3853
84
  msgid "IP"
85
  msgstr ""
86
 
@@ -96,7 +96,7 @@ msgstr ""
96
  msgid "Expires"
97
  msgstr ""
98
 
99
- #: ../dashboard.php:133 ../cerber-load.php:3360
100
  msgid "Reason"
101
  msgstr ""
102
 
@@ -122,7 +122,7 @@ msgid "No lockouts at the moment. The sky is clear."
122
  msgstr ""
123
 
124
  #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
125
- #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4089 ../settings.php:77 ..
126
  #: /settings.php:365
127
  msgid "White IP Access List"
128
  msgstr ""
@@ -233,7 +233,7 @@ msgstr ""
233
  msgid "User ID"
234
  msgstr ""
235
 
236
- #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3861
237
  msgid "Username used"
238
  msgstr ""
239
 
@@ -368,7 +368,7 @@ msgstr ""
368
  msgid "no connection"
369
  msgstr ""
370
 
371
- #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3844 ..
372
  #: /settings.php:104 ../settings.php:395
373
  msgid "Activity"
374
  msgstr ""
@@ -421,7 +421,7 @@ msgstr ""
421
  msgid "doesn't affect Custom login URL and Access Lists"
422
  msgstr ""
423
 
424
- #: ../dashboard.php:1520 ../cerber-load.php:3392 ../cerber-load.php:4091
425
  msgid "Getting Started Guide"
426
  msgstr ""
427
 
@@ -645,9 +645,9 @@ msgstr ""
645
 
646
  #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
647
  #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
648
- #: load.php:926 ../cerber-load.php:1143 ../cerber-load.php:1149 ../cerber-load.
649
- #: php:1154 ../cerber-load.php:1159 ../cerber-load.php:1165 ../cerber-load.php:
650
- #: 1172 ../cerber-load.php:1272 ../cerber-load.php:1409 ../settings.php:793 ..
651
  #: /settings.php:864
652
  msgid "ERROR:"
653
  msgstr ""
@@ -842,7 +842,7 @@ msgstr ""
842
  msgid "Unable to delete the file"
843
  msgstr ""
844
 
845
- #: ../cerber-news.php:165
846
  msgid "Cool!"
847
  msgstr ""
848
 
@@ -898,211 +898,211 @@ msgid ""
898
  "contacts here: https://wpcerber.com/contact/"
899
  msgstr ""
900
 
901
- #: ../cerber-load.php:938
902
  #, php-format
903
  msgid ""
904
  "<strong>ERROR</strong>: The password you entered for the username %s is "
905
  "incorrect."
906
  msgstr ""
907
 
908
- #: ../cerber-load.php:1144 ../cerber-load.php:1150 ../cerber-load.php:1166 ..
909
- #: /cerber-load.php:1173
910
  msgid "You are not allowed to register."
911
  msgstr ""
912
 
913
- #: ../cerber-load.php:1160
914
  msgid "Username is not allowed. Please choose another one."
915
  msgstr ""
916
 
917
- #: ../cerber-load.php:1409
918
  msgid "Sorry, human verification failed."
919
  msgstr ""
920
 
921
- #: ../cerber-load.php:3192
922
  msgid "We're sorry, you are not allowed to proceed"
923
  msgstr ""
924
 
925
- #: ../cerber-load.php:3302
926
  msgid "WP Cerber notify"
927
  msgstr ""
928
 
929
- #: ../cerber-load.php:3324
930
  msgid "Citadel mode is activated"
931
  msgstr ""
932
 
933
- #: ../cerber-load.php:3326
934
  #, php-format
935
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
936
  msgstr ""
937
 
938
- #: ../cerber-load.php:3327
939
  #, php-format
940
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
941
  msgstr ""
942
 
943
- #: ../cerber-load.php:3328 ../cerber-load.php:3885
944
  msgid "View activity in dashboard"
945
  msgstr ""
946
 
947
- #: ../cerber-load.php:3353
948
  msgid "unspecified"
949
  msgstr ""
950
 
951
- #: ../cerber-load.php:3356
952
  msgid "Number of lockouts is increasing"
953
  msgstr ""
954
 
955
- #: ../cerber-load.php:3358
956
  msgid "Number of active lockouts"
957
  msgstr ""
958
 
959
- #: ../cerber-load.php:3359
960
  #, php-format
961
  msgid "Last lockout was added: %s for IP %s"
962
  msgstr ""
963
 
964
- #: ../cerber-load.php:3361
965
  msgid "View activity for this IP"
966
  msgstr ""
967
 
968
- #: ../cerber-load.php:3362
969
  msgid "View lockouts in dashboard"
970
  msgstr ""
971
 
972
- #: ../cerber-load.php:3365 ../cerber-load.php:3367
973
  msgid "A new version of WP Cerber is available to install"
974
  msgstr ""
975
 
976
- #: ../cerber-load.php:3366
977
  msgid "Hi!"
978
  msgstr ""
979
 
980
- #: ../cerber-load.php:3369 ../cerber-load.php:3380
981
  msgid "Website"
982
  msgstr ""
983
 
984
- #: ../cerber-load.php:3372 ../cerber-load.php:3373
985
  msgid "The WP Cerber security plugin has been deactivated"
986
  msgstr ""
987
 
988
- #: ../cerber-load.php:3375
989
  msgid "Not logged in"
990
  msgstr ""
991
 
992
- #: ../cerber-load.php:3381
993
  msgid "By user"
994
  msgstr ""
995
 
996
- #: ../cerber-load.php:3382
997
  msgid "From IP address"
998
  msgstr ""
999
 
1000
- #: ../cerber-load.php:3385
1001
  msgid "From country"
1002
  msgstr ""
1003
 
1004
- #: ../cerber-load.php:3389
1005
  msgid "The WP Cerber security plugin is now active"
1006
  msgstr ""
1007
 
1008
- #: ../cerber-load.php:3390 ../cerber-load.php:4088
1009
  msgid "WP Cerber is now active and has started protecting your site"
1010
  msgstr ""
1011
 
1012
- #: ../cerber-load.php:3398
1013
  msgid "New Custom login URL"
1014
  msgstr ""
1015
 
1016
- #: ../cerber-load.php:3402 ../cerber-load.php:3403
1017
  msgid "A new activity has been recorded"
1018
  msgstr ""
1019
 
1020
- #: ../cerber-load.php:3408
1021
  msgid "Weekly report"
1022
  msgstr ""
1023
 
1024
- #: ../cerber-load.php:3411
1025
  msgid "To change reporting settings visit"
1026
  msgstr ""
1027
 
1028
- #: ../cerber-load.php:3437
1029
  msgid "Your login page:"
1030
  msgstr ""
1031
 
1032
- #: ../cerber-load.php:3441
1033
  msgid "Your license is valid until"
1034
  msgstr ""
1035
 
1036
- #: ../cerber-load.php:3444
1037
  msgid "This message was sent by"
1038
  msgstr ""
1039
 
1040
- #: ../cerber-load.php:3465
1041
  #, php-format
1042
  msgid "Your last sign-in was %s from %s"
1043
  msgstr ""
1044
 
1045
- #: ../cerber-load.php:3540
1046
  msgid "Weekly Report"
1047
  msgstr ""
1048
 
1049
- #: ../cerber-load.php:3552
1050
  msgid "Activity details"
1051
  msgstr ""
1052
 
1053
- #: ../cerber-load.php:3566
1054
  msgid "Attempts to log in with non-existent username"
1055
  msgstr ""
1056
 
1057
- #: ../cerber-load.php:3857
1058
  msgid "User"
1059
  msgstr ""
1060
 
1061
- #: ../cerber-load.php:3865
1062
  msgid "Search string"
1063
  msgstr ""
1064
 
1065
- #: ../cerber-load.php:3886
1066
  msgid "To unsubscribe click here"
1067
  msgstr ""
1068
 
1069
- #: ../cerber-load.php:4043
1070
  #, php-format
1071
  msgid "The WP Cerber requires PHP %s or higher. You are running"
1072
  msgstr ""
1073
 
1074
- #: ../cerber-load.php:4047
1075
  #, php-format
1076
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
1077
  msgstr ""
1078
 
1079
- #: ../cerber-load.php:4056
1080
  msgid "Can't activate WP Cerber due to a database error."
1081
  msgstr ""
1082
 
1083
- #: ../cerber-load.php:4089
1084
  msgid "Your IP address is added to the"
1085
  msgstr ""
1086
 
1087
- #: ../cerber-load.php:4096 ../settings.php:401
1088
  msgid "Main Settings"
1089
  msgstr ""
1090
 
1091
- #: ../cerber-load.php:4097 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
1092
  #: tools.php:101 ../cerber-tools.php:182
1093
  msgid "Access Lists"
1094
  msgstr ""
1095
 
1096
- #: ../cerber-load.php:4099 ../settings.php:406
1097
  msgid "Hardening"
1098
  msgstr ""
1099
 
1100
- #: ../cerber-load.php:4100 ../settings.php:78 ../settings.php:102 ../settings.php:
1101
  #: 411
1102
  msgid "Notifications"
1103
  msgstr ""
1104
 
1105
- #: ../cerber-load.php:4101
1106
  msgid "Import settings"
1107
  msgstr ""
1108
 
@@ -1673,9 +1673,11 @@ msgid ""
1673
  msgstr ""
1674
 
1675
  #: ../settings.php:358
1676
- msgid ""
1677
- "Be careful when enabling this options. If you forget the custom login URL "
1678
- "you will not be able to login."
 
 
1679
  msgstr ""
1680
 
1681
  #: ../settings.php:362
@@ -1859,10 +1861,6 @@ msgstr ""
1859
  msgid "Antispam and bot detection settings"
1860
  msgstr ""
1861
 
1862
- #. Name of the plugin
1863
- msgid "WP Cerber boot module"
1864
- msgstr ""
1865
-
1866
  #. Description of the plugin
1867
  msgid ""
1868
  "This is a standard boot module for WP Cerber Security & Antispam plugin. It "
5
  "Project-Id-Version: WP Cerber\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: Tue Sep 08 2015 21:38:11 GMT+0300\n"
8
+ "POT-Revision-Date: Thu Apr 05 2018 11:06:47 GMT+0300\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
62
  msgid "Cerber antispam settings"
63
  msgstr ""
64
 
65
+ #: ../dashboard.php:63 ../dashboard.php:1241 ../cerber-load.php:4109 ../settings.
66
  #: php:196
67
  msgid "Antispam"
68
  msgstr ""
80
  msgstr ""
81
 
82
  #: ../dashboard.php:129 ../dashboard.php:695 ../dashboard.php:2848 ../cerber-load.
83
+ #: php:3864
84
  msgid "IP"
85
  msgstr ""
86
 
96
  msgid "Expires"
97
  msgstr ""
98
 
99
+ #: ../dashboard.php:133 ../cerber-load.php:3371
100
  msgid "Reason"
101
  msgstr ""
102
 
122
  msgstr ""
123
 
124
  #: ../dashboard.php:167 ../dashboard.php:670 ../dashboard.php:873 ../dashboard.
125
+ #: php:1219 ../dashboard.php:2679 ../cerber-load.php:4100 ../settings.php:77 ..
126
  #: /settings.php:365
127
  msgid "White IP Access List"
128
  msgstr ""
233
  msgid "User ID"
234
  msgstr ""
235
 
236
+ #: ../dashboard.php:534 ../dashboard.php:701 ../cerber-load.php:3872
237
  msgid "Username used"
238
  msgstr ""
239
 
368
  msgid "no connection"
369
  msgstr ""
370
 
371
+ #: ../dashboard.php:1239 ../dashboard.php:1467 ../cerber-load.php:3855 ..
372
  #: /settings.php:104 ../settings.php:395
373
  msgid "Activity"
374
  msgstr ""
421
  msgid "doesn't affect Custom login URL and Access Lists"
422
  msgstr ""
423
 
424
+ #: ../dashboard.php:1520 ../cerber-load.php:3403 ../cerber-load.php:4102
425
  msgid "Getting Started Guide"
426
  msgstr ""
427
 
645
 
646
  #: ../common.php:203 ../common.php:260 ../common.php:265 ../common.php:270 ..
647
  #: /cerber-load.php:666 ../cerber-load.php:678 ../cerber-load.php:685 ../cerber-
648
+ #: load.php:932 ../cerber-load.php:1149 ../cerber-load.php:1155 ../cerber-load.
649
+ #: php:1160 ../cerber-load.php:1165 ../cerber-load.php:1171 ../cerber-load.php:
650
+ #: 1178 ../cerber-load.php:1278 ../cerber-load.php:1415 ../settings.php:793 ..
651
  #: /settings.php:864
652
  msgid "ERROR:"
653
  msgstr ""
842
  msgid "Unable to delete the file"
843
  msgstr ""
844
 
845
+ #: ../cerber-news.php:173
846
  msgid "Cool!"
847
  msgstr ""
848
 
898
  "contacts here: https://wpcerber.com/contact/"
899
  msgstr ""
900
 
901
+ #: ../cerber-load.php:944
902
  #, php-format
903
  msgid ""
904
  "<strong>ERROR</strong>: The password you entered for the username %s is "
905
  "incorrect."
906
  msgstr ""
907
 
908
+ #: ../cerber-load.php:1150 ../cerber-load.php:1156 ../cerber-load.php:1172 ..
909
+ #: /cerber-load.php:1179
910
  msgid "You are not allowed to register."
911
  msgstr ""
912
 
913
+ #: ../cerber-load.php:1166
914
  msgid "Username is not allowed. Please choose another one."
915
  msgstr ""
916
 
917
+ #: ../cerber-load.php:1415
918
  msgid "Sorry, human verification failed."
919
  msgstr ""
920
 
921
+ #: ../cerber-load.php:3203
922
  msgid "We're sorry, you are not allowed to proceed"
923
  msgstr ""
924
 
925
+ #: ../cerber-load.php:3313
926
  msgid "WP Cerber notify"
927
  msgstr ""
928
 
929
+ #: ../cerber-load.php:3335
930
  msgid "Citadel mode is activated"
931
  msgstr ""
932
 
933
+ #: ../cerber-load.php:3337
934
  #, php-format
935
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
936
  msgstr ""
937
 
938
+ #: ../cerber-load.php:3338
939
  #, php-format
940
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
941
  msgstr ""
942
 
943
+ #: ../cerber-load.php:3339 ../cerber-load.php:3896
944
  msgid "View activity in dashboard"
945
  msgstr ""
946
 
947
+ #: ../cerber-load.php:3364
948
  msgid "unspecified"
949
  msgstr ""
950
 
951
+ #: ../cerber-load.php:3367
952
  msgid "Number of lockouts is increasing"
953
  msgstr ""
954
 
955
+ #: ../cerber-load.php:3369
956
  msgid "Number of active lockouts"
957
  msgstr ""
958
 
959
+ #: ../cerber-load.php:3370
960
  #, php-format
961
  msgid "Last lockout was added: %s for IP %s"
962
  msgstr ""
963
 
964
+ #: ../cerber-load.php:3372
965
  msgid "View activity for this IP"
966
  msgstr ""
967
 
968
+ #: ../cerber-load.php:3373
969
  msgid "View lockouts in dashboard"
970
  msgstr ""
971
 
972
+ #: ../cerber-load.php:3376 ../cerber-load.php:3378
973
  msgid "A new version of WP Cerber is available to install"
974
  msgstr ""
975
 
976
+ #: ../cerber-load.php:3377
977
  msgid "Hi!"
978
  msgstr ""
979
 
980
+ #: ../cerber-load.php:3380 ../cerber-load.php:3391
981
  msgid "Website"
982
  msgstr ""
983
 
984
+ #: ../cerber-load.php:3383 ../cerber-load.php:3384
985
  msgid "The WP Cerber security plugin has been deactivated"
986
  msgstr ""
987
 
988
+ #: ../cerber-load.php:3386
989
  msgid "Not logged in"
990
  msgstr ""
991
 
992
+ #: ../cerber-load.php:3392
993
  msgid "By user"
994
  msgstr ""
995
 
996
+ #: ../cerber-load.php:3393
997
  msgid "From IP address"
998
  msgstr ""
999
 
1000
+ #: ../cerber-load.php:3396
1001
  msgid "From country"
1002
  msgstr ""
1003
 
1004
+ #: ../cerber-load.php:3400
1005
  msgid "The WP Cerber security plugin is now active"
1006
  msgstr ""
1007
 
1008
+ #: ../cerber-load.php:3401 ../cerber-load.php:4099
1009
  msgid "WP Cerber is now active and has started protecting your site"
1010
  msgstr ""
1011
 
1012
+ #: ../cerber-load.php:3409
1013
  msgid "New Custom login URL"
1014
  msgstr ""
1015
 
1016
+ #: ../cerber-load.php:3413 ../cerber-load.php:3414
1017
  msgid "A new activity has been recorded"
1018
  msgstr ""
1019
 
1020
+ #: ../cerber-load.php:3419
1021
  msgid "Weekly report"
1022
  msgstr ""
1023
 
1024
+ #: ../cerber-load.php:3422
1025
  msgid "To change reporting settings visit"
1026
  msgstr ""
1027
 
1028
+ #: ../cerber-load.php:3448
1029
  msgid "Your login page:"
1030
  msgstr ""
1031
 
1032
+ #: ../cerber-load.php:3452
1033
  msgid "Your license is valid until"
1034
  msgstr ""
1035
 
1036
+ #: ../cerber-load.php:3455
1037
  msgid "This message was sent by"
1038
  msgstr ""
1039
 
1040
+ #: ../cerber-load.php:3476
1041
  #, php-format
1042
  msgid "Your last sign-in was %s from %s"
1043
  msgstr ""
1044
 
1045
+ #: ../cerber-load.php:3551
1046
  msgid "Weekly Report"
1047
  msgstr ""
1048
 
1049
+ #: ../cerber-load.php:3563
1050
  msgid "Activity details"
1051
  msgstr ""
1052
 
1053
+ #: ../cerber-load.php:3577
1054
  msgid "Attempts to log in with non-existent username"
1055
  msgstr ""
1056
 
1057
+ #: ../cerber-load.php:3868
1058
  msgid "User"
1059
  msgstr ""
1060
 
1061
+ #: ../cerber-load.php:3876
1062
  msgid "Search string"
1063
  msgstr ""
1064
 
1065
+ #: ../cerber-load.php:3897
1066
  msgid "To unsubscribe click here"
1067
  msgstr ""
1068
 
1069
+ #: ../cerber-load.php:4054
1070
  #, php-format
1071
  msgid "The WP Cerber requires PHP %s or higher. You are running"
1072
  msgstr ""
1073
 
1074
+ #: ../cerber-load.php:4058
1075
  #, php-format
1076
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
1077
  msgstr ""
1078
 
1079
+ #: ../cerber-load.php:4067
1080
  msgid "Can't activate WP Cerber due to a database error."
1081
  msgstr ""
1082
 
1083
+ #: ../cerber-load.php:4100
1084
  msgid "Your IP address is added to the"
1085
  msgstr ""
1086
 
1087
+ #: ../cerber-load.php:4107 ../settings.php:401
1088
  msgid "Main Settings"
1089
  msgstr ""
1090
 
1091
+ #: ../cerber-load.php:4108 ../settings.php:404 ../cerber-tools.php:92 ../cerber-
1092
  #: tools.php:101 ../cerber-tools.php:182
1093
  msgid "Access Lists"
1094
  msgstr ""
1095
 
1096
+ #: ../cerber-load.php:4110 ../settings.php:406
1097
  msgid "Hardening"
1098
  msgstr ""
1099
 
1100
+ #: ../cerber-load.php:4111 ../settings.php:78 ../settings.php:102 ../settings.php:
1101
  #: 411
1102
  msgid "Notifications"
1103
  msgstr ""
1104
 
1105
+ #: ../cerber-load.php:4112
1106
  msgid "Import settings"
1107
  msgstr ""
1108
 
1673
  msgstr ""
1674
 
1675
  #: ../settings.php:358
1676
+ msgid "Be careful about enabling these options."
1677
+ msgstr ""
1678
+
1679
+ #: ../settings.php:358
1680
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1681
  msgstr ""
1682
 
1683
  #: ../settings.php:362
1861
  msgid "Antispam and bot detection settings"
1862
  msgstr ""
1863
 
 
 
 
 
1864
  #. Description of the plugin
1865
  msgid ""
1866
  "This is a standard boot module for WP Cerber Security & Antispam plugin. It "
modules/aaa-wp-cerber.php CHANGED
@@ -38,6 +38,6 @@ function cerber_mode(){
38
  return 1;
39
  }
40
 
41
- if ( ( include_once WP_PLUGIN_DIR . '/wp-cerber/wp-cerber.php' ) == true ) {
42
  define( 'CERBER_MODE', 1 );
43
  }
38
  return 1;
39
  }
40
 
41
+ if ( ( @include_once WP_PLUGIN_DIR . '/wp-cerber/wp-cerber.php' ) == true ) {
42
  define( 'CERBER_MODE', 1 );
43
  }
readme.txt CHANGED
@@ -2,10 +2,10 @@
2
  Contributors: gioni
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SR8RJXFU35EW8
4
  Tags: security, login, custom login url, antispam, limit login attempts, firewall, recaptcha, captcha, activity, log, logging, whitelist, blacklist, access list
5
- Requires at least: 4.4
6
- Requires PHP: 5.3
7
  Tested up to: 4.9
8
- Stable tag: 6.7
9
  License: GPLv2
10
 
11
  Protection against hacker attacks and bots. Restrict access with IP access lists, track user and bot activity. reCAPTCHA. Limit login attempts.
@@ -113,6 +113,7 @@ It’s compatible with virtually any form you have. Tested with Caldera Forms, G
113
  * Український, thanks to [Nadia](https://profiles.wordpress.org/webbistro)
114
  * Русский, thanks to [Yui](https://profiles.wordpress.org/fierevere/)
115
  * Italian, thanks to [Francesco Venuti](http://www.algostream.it/)
 
116
 
117
  Thanks to [POEditor.com](https://poeditor.com) for helping to translate this project.
118
 
@@ -287,6 +288,12 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
287
 
288
  == Changelog ==
289
 
 
 
 
 
 
 
290
  = 6.7 =
291
  * New: Regular expressions are now available for the Traffic Inspector Request whitelist and Antispam Query whitelist.
292
  * Update: Antispam engine algorithms have been updated to improve AJAX requests handling and reduce false positives.
2
  Contributors: gioni
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SR8RJXFU35EW8
4
  Tags: security, login, custom login url, antispam, limit login attempts, firewall, recaptcha, captcha, activity, log, logging, whitelist, blacklist, access list
5
+ Requires at least: 4.5
6
+ Requires PHP: 5.4
7
  Tested up to: 4.9
8
+ Stable tag: 6.7.5
9
  License: GPLv2
10
 
11
  Protection against hacker attacks and bots. Restrict access with IP access lists, track user and bot activity. reCAPTCHA. Limit login attempts.
113
  * Український, thanks to [Nadia](https://profiles.wordpress.org/webbistro)
114
  * Русский, thanks to [Yui](https://profiles.wordpress.org/fierevere/)
115
  * Italian, thanks to [Francesco Venuti](http://www.algostream.it/)
116
+ * Swedish, thanks to Fredrik Näslund
117
 
118
  Thanks to [POEditor.com](https://poeditor.com) for helping to translate this project.
119
 
288
 
289
  == Changelog ==
290
 
291
+ = 6.7.5 =
292
+ * A new button View Activity has been added to the user edit page in the WordPress dashboard.
293
+ * Miscellaneous code optimizations: performance of database routines and SQL queries are improved.
294
+ * A new Swedish translation has been added. Thanks to Fredrik Näslund.
295
+ * Bug fixed: The wildcard *.*.*.* entry (all IPv4 addresses) to the Black IP Access List, doesn't work as intended.
296
+
297
  = 6.7 =
298
  * New: Regular expressions are now available for the Traffic Inspector Request whitelist and Antispam Query whitelist.
299
  * Update: Antispam engine algorithms have been updated to improve AJAX requests handling and reduce false positives.
settings.php CHANGED
@@ -355,7 +355,7 @@ function cerber_sapi_section($args){
355
  echo '<span style="color:#DF0000;">' . __( 'Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default.', 'wp-cerber' ) . '</span>';
356
  }
357
  else {
358
- _e( 'Be careful when enabling this options. If you forget the custom login URL you will not be able to login.', 'wp-cerber' );
359
  }
360
  break;
361
  case 'citadel':
@@ -383,7 +383,7 @@ function cerber_settings_page(){
383
  $tab = cerber_get_tab('dashboard', array('main','acl','activity','lockouts','messages','help','hardening','users','notifications'));
384
 
385
  ?>
386
- <div class="wrap">
387
 
388
  <h2><?php _e('WP Cerber Security','wp-cerber') ?></h2>
389
 
@@ -400,7 +400,7 @@ function cerber_settings_page(){
400
 
401
  echo '<a href="' . cerber_admin_link('main') . '" class="nav-tab ' . ( $tab == 'main' ? 'nav-tab-active' : '') . '"><span class="dashicons dashicons-admin-settings"></span> ' . __('Main Settings','wp-cerber') . '</a>';
402
 
403
- $total = $wpdb->get_var('SELECT count(ip) FROM '. CERBER_ACL_TABLE);
404
  echo '<a href="' . cerber_admin_link('acl') . '" class="nav-tab ' . ( $tab == 'acl' ? 'nav-tab-active' : '') . '"><span class="dashicons dashicons-admin-network"></span> ' . __('Access Lists','wp-cerber') . ' <sup class="acltotal">' . $total . '</sup></a>';
405
 
406
  echo '<a href="' . cerber_admin_link('hardening') . '" class="nav-tab ' . ( $tab == 'hardening' ? 'nav-tab-active' : '') . '"><span class="dashicons dashicons-shield-alt"></span> ' . __('Hardening','wp-cerber') . '</a>';
355
  echo '<span style="color:#DF0000;">' . __( 'Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default.', 'wp-cerber' ) . '</span>';
356
  }
357
  else {
358
+ echo __( 'Be careful about enabling these options.', 'wp-cerber' ) . ' ' . __( 'If you forget your Custom login URL, you will be unable to log in.', 'wp-cerber' );
359
  }
360
  break;
361
  case 'citadel':
383
  $tab = cerber_get_tab('dashboard', array('main','acl','activity','lockouts','messages','help','hardening','users','notifications'));
384
 
385
  ?>
386
+ <div class="wrap crb-admin">
387
 
388
  <h2><?php _e('WP Cerber Security','wp-cerber') ?></h2>
389
 
400
 
401
  echo '<a href="' . cerber_admin_link('main') . '" class="nav-tab ' . ( $tab == 'main' ? 'nav-tab-active' : '') . '"><span class="dashicons dashicons-admin-settings"></span> ' . __('Main Settings','wp-cerber') . '</a>';
402
 
403
+ $total = cerber_db_get_var('SELECT count(ip) FROM '. CERBER_ACL_TABLE);
404
  echo '<a href="' . cerber_admin_link('acl') . '" class="nav-tab ' . ( $tab == 'acl' ? 'nav-tab-active' : '') . '"><span class="dashicons dashicons-admin-network"></span> ' . __('Access Lists','wp-cerber') . ' <sup class="acltotal">' . $total . '</sup></a>';
405
 
406
  echo '<a href="' . cerber_admin_link('hardening') . '" class="nav-tab ' . ( $tab == 'hardening' ? 'nav-tab-active' : '') . '"><span class="dashicons dashicons-shield-alt"></span> ' . __('Hardening','wp-cerber') . '</a>';
whois.php CHANGED
@@ -238,7 +238,7 @@ function cerber_country_name( $code ) {
238
  }
239
  }
240
 
241
- $ret = $wpdb->get_var( 'SELECT country_name FROM ' . CERBER_GEO_TABLE . ' WHERE country = "'.$code.'" AND locale = "'.$locale.'"' );
242
 
243
  if ($ret) {
244
  $cache[ $code ] = $ret;
238
  }
239
  }
240
 
241
+ $ret = cerber_db_get_var( 'SELECT country_name FROM ' . CERBER_GEO_TABLE . ' WHERE country = "'.$code.'" AND locale = "'.$locale.'"' );
242
 
243
  if ($ret) {
244
  $cache[ $code ] = $ret;
wp-cerber.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href="https://wpcerber.com">wpcerber.com</a>.
6
  Author: Gregory
7
  Author URI: https://wpcerber.com
8
- Version: 6.7
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
@@ -31,22 +31,52 @@
31
 
32
  */
33
 
34
- define( 'CERBER_VER', '6.7' );
35
 
36
  function cerber_plugin_file() {
37
  return __FILE__;
38
  }
 
39
  function cerber_plug_in() {
40
  return plugin_basename( __FILE__ );
41
  }
 
42
  function cerber_plugin_data() {
43
  return get_plugin_data( __FILE__ );
44
  }
 
45
  function cerber_plugin_dir_url() {
46
  return plugin_dir_url( __FILE__ );
47
  }
 
48
  function cerber_get_plugins_dir() {
49
- return dirname( __FILE__ , 2 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  }
51
 
52
  require_once( dirname( __FILE__ ) . '/cerber-load.php' );
5
  Description: Protects WordPress against brute force attacks, bots and hackers. Antispam protection with the Cerber antispam engine and reCAPTCHA. Comprehensive control of user and bot activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href="https://wpcerber.com">wpcerber.com</a>.
6
  Author: Gregory
7
  Author URI: https://wpcerber.com
8
+ Version: 6.7.5
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
31
 
32
  */
33
 
34
+ define( 'CERBER_VER', '6.7.5' );
35
 
36
  function cerber_plugin_file() {
37
  return __FILE__;
38
  }
39
+
40
  function cerber_plug_in() {
41
  return plugin_basename( __FILE__ );
42
  }
43
+
44
  function cerber_plugin_data() {
45
  return get_plugin_data( __FILE__ );
46
  }
47
+
48
  function cerber_plugin_dir_url() {
49
  return plugin_dir_url( __FILE__ );
50
  }
51
+
52
  function cerber_get_plugins_dir() {
53
+ static $dir = null;
54
+
55
+ if ( $dir === null ) {
56
+ $dir = cerber_dirname( __FILE__, 2 );
57
+ }
58
+
59
+ return $dir;
60
+ }
61
+
62
+ function cerber_get_themes_dir() {
63
+ static $dir = null;
64
+
65
+ if ( $dir === null ) {
66
+ $dir = dirname( cerber_get_plugins_dir() ) . DIRECTORY_SEPARATOR . 'themes';
67
+ }
68
+
69
+ return $dir;
70
+ }
71
+
72
+ function cerber_get_upload_dir() {
73
+ static $dir = null;
74
+ if ( $dir === null ) {
75
+ $wp_upload_dir = wp_upload_dir();
76
+ $dir = $wp_upload_dir['path'];
77
+ }
78
+
79
+ return $dir;
80
  }
81
 
82
  require_once( dirname( __FILE__ ) . '/cerber-load.php' );