Cerber Security & Antispam - Version 8.2

Version Description

  • New: Automatic recovery of infected files. When the malware scanner detects changes in the core WordPress files and plugins, it automatically recovers them.
  • New: A set of quick navigation buttons on the Activity page. They allow you to filter out log records quickly.
  • New: A unique Session ID (SID) is displayed on the Forbidden 403 Page now.
  • New: The advanced search on the Live Traffic page has got a set of new fields.
  • New: To make a website comply with GDPR, a cookie prefix can be set.
  • Update: The lockout notification settings are moved to the Notifications tab.
  • Update: The list of files to be scanned in Quick mode now also includes files with these extensions: phtm, phtml, phps, php2, php3, php4, php5, php6, php7.
  • Read more
Download this release

Release Info

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

Code changes from version 8.1 to 8.2

assets/admin.css CHANGED
@@ -5,6 +5,7 @@
5
  #crb-activation-msg i{
6
  font-size: 1.6em;
7
  }
 
8
  #crb-activation-msg i:nth-of-type(n+2){
9
  margin-left:20px;
10
  }
@@ -21,13 +22,22 @@
21
  font-weight: 500;
22
  }
23
 
 
 
 
 
 
 
 
 
 
 
24
  .crb-main a:focus,
25
  #crb-aside a:focus {
26
  -webkit-box-shadow: none !important;
27
  box-shadow: none !important;
28
  }
29
 
30
- /* Common */
31
  .crb-main {
32
  width: auto;
33
  overflow: hidden;
@@ -433,11 +443,11 @@ td.crb-traffic-details div{
433
  }
434
  #crb-traffic-form input,
435
  #crb-traffic-form select{
436
- width: 100%;
437
  }
438
  #crb-traffic-form input[type=submit]{
439
  font-weight: bold;
440
- margin-top: 10px;
441
  }
442
  #crb-traffic-form p {
443
  padding: 0 !important;
@@ -447,6 +457,20 @@ td.crb-traffic-details div{
447
  color: #333;
448
  font-family: 'Roboto', sans-serif;
449
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
450
 
451
  /* IP info like WHOIS details */
452
 
@@ -457,6 +481,10 @@ td.crb-traffic-details div{
457
 
458
  /* Activity */
459
 
 
 
 
 
460
  #activity-filter {
461
  margin-top: 0.5em;
462
  /*vertical-align: top;*/
@@ -479,13 +507,6 @@ td.crb-traffic-details div{
479
  #activity-filter input[type="submit"]{
480
  margin-right: 3em;
481
  }
482
- #activity-filter input,
483
- #activity-filter select,
484
- #activity-filter .select2-container {
485
- margin: 0 0.3em 0.3em 0;
486
- height: 28px;
487
- vertical-align: middle;
488
- }
489
  #activity-filter a{
490
  text-decoration: none;
491
  }
@@ -1333,6 +1354,18 @@ div#whois:hover {
1333
  margin-right: 0.5em;
1334
  }
1335
 
 
 
 
 
 
 
 
 
 
 
 
 
1336
  /* Fonts */
1337
 
1338
  @font-face {
5
  #crb-activation-msg i{
6
  font-size: 1.6em;
7
  }
8
+
9
  #crb-activation-msg i:nth-of-type(n+2){
10
  margin-left:20px;
11
  }
22
  font-weight: 500;
23
  }
24
 
25
+ /*#crb-admin input,*/
26
+ #crb-admin input[type="text"],
27
+ #crb-admin input[type="number"],
28
+ #crb-admin select,
29
+ #crb-admin .select2-container {
30
+ margin: 0 0.3em 0.3em 0;
31
+ height: 28px;
32
+ vertical-align: middle;
33
+ }
34
+
35
  .crb-main a:focus,
36
  #crb-aside a:focus {
37
  -webkit-box-shadow: none !important;
38
  box-shadow: none !important;
39
  }
40
 
 
41
  .crb-main {
42
  width: auto;
43
  overflow: hidden;
443
  }
444
  #crb-traffic-form input,
445
  #crb-traffic-form select{
446
+ width: 290px; /* Select2 uses px */
447
  }
448
  #crb-traffic-form input[type=submit]{
449
  font-weight: bold;
450
+ margin-bottom: 20px;
451
  }
452
  #crb-traffic-form p {
453
  padding: 0 !important;
457
  color: #333;
458
  font-family: 'Roboto', sans-serif;
459
  }
460
+ #crb-traffic-form > div {
461
+ display: table;
462
+ margin: 0 auto;
463
+ }
464
+ #crb-traffic-form > div > div {
465
+ display: table-cell;
466
+ width: 300px;
467
+ padding: 1em 1.5em 1em 1.5em;
468
+ }
469
+ @media screen and (max-width: 800px) {
470
+ #crb-traffic-form > div > div {
471
+ display: block;
472
+ }
473
+ }
474
 
475
  /* IP info like WHOIS details */
476
 
481
 
482
  /* Activity */
483
 
484
+ .crb-tab-activity .crb-quick-nav {
485
+ padding-bottom: 10px;
486
+ }
487
+
488
  #activity-filter {
489
  margin-top: 0.5em;
490
  /*vertical-align: top;*/
507
  #activity-filter input[type="submit"]{
508
  margin-right: 3em;
509
  }
 
 
 
 
 
 
 
510
  #activity-filter a{
511
  text-decoration: none;
512
  }
1354
  margin-right: 0.5em;
1355
  }
1356
 
1357
+ .cerber-button {
1358
+ /*vertical-align: middle;*/
1359
+ }
1360
+
1361
+ .cerber-button i {
1362
+ vertical-align: middle;
1363
+ font-size: 120%;
1364
+ margin-right: 0.1em;
1365
+ /*display: inline-block;
1366
+ line-height: 26px;*/
1367
+ }
1368
+
1369
  /* Fonts */
1370
 
1371
  @font-face {
assets/admin.js CHANGED
@@ -169,6 +169,10 @@ jQuery(document).ready(function ($) {
169
  $(this).find('a.crb-traffic-more').hide();
170
  });
171
 
 
 
 
 
172
  /* Enabling conditional input setting fields */
173
 
174
  var setting_form = $('.crb-settings');
169
  $(this).find('a.crb-traffic-more').hide();
170
  });
171
 
172
+ $('#traffic-search-btn').click(function (event) {
173
+ $('#crb-traffic-search').slideToggle(500);
174
+ });
175
+
176
  /* Enabling conditional input setting fields */
177
 
178
  var setting_form = $('.crb-settings');
assets/icons/fonts/crb.svg CHANGED
@@ -37,6 +37,7 @@
37
  <glyph unicode="&#xe227;" glyph-name="bxs-slider-alt" d="M362.666 176c-27.776 0-51.221-17.877-60.053-42.666h-259.947v-42.666h259.947c8.832-24.768 32.298-42.666 60.053-42.666s51.221 17.899 60.053 42.666h46.613v42.666h-46.613c-8.832 24.79-32.277 42.666-60.053 42.666zM149.333 48c-27.776 0-51.221-17.899-60.053-42.666h-46.614v-42.666h46.614c8.832-24.768 32.278-42.666 60.053-42.666s51.221 17.899 60.054 42.666h259.947v42.666h-259.947c-8.832 24.768-32.278 42.666-60.053 42.666zM273.387 261.334c-8.832 24.789-32.278 42.666-60.053 42.666s-51.221-17.877-60.053-42.666h-110.614v-42.667h110.614c8.832-24.79 32.278-42.667 60.053-42.667s51.221 17.877 60.053 42.666h195.946v42.666h-195.947z" />
38
  <glyph unicode="&#xe228;" glyph-name="bxs-world" d="M256 325.334c-117.632 0-213.333-95.702-213.333-213.334s95.701-213.333 213.333-213.333 213.333 95.702 213.333 213.333-95.702 213.334-213.333 213.334zM192-46.101v30.101l-64 64v42.666l-21.334 42.666h-19.861c9.664 77.034 70.827 138.197 147.862 147.861v-19.861l-21.333-42.666-42.666-42.666-21.334-42.666 21.334-42.666h21.334l21.334-21.334h42.666v-42.666l-40.192-80.363c-8.171 1.984-16.149 4.48-23.808 7.594zM376.618-8.618l-13.952 13.952-21.334 42.666-21.334 21.334-21.334 20.992 21.334 21.674 42.666 21.334v21.334l-21.334 21.334 21.334 42.666v26.346c38.954-31.296 64-79.254 64-133.014 0-47.040-19.136-89.707-50.048-120.618z" />
39
  <glyph unicode="&#xe908;" glyph-name="bxl-google" d="M432.704 147.072h-177.643v-73.621h102.23c-9.514-46.784-49.344-73.664-102.23-73.664-62.357 0-112.619 50.262-112.619 112.64 0 62.358 50.262 112.618 112.618 112.618 26.858 0 51.136-9.536 70.186-25.131l55.466 55.446c-33.792 29.462-77.12 47.637-125.654 47.637-105.685 0-190.592-84.885-190.592-190.592s84.886-190.592 190.592-190.592c95.296 0 181.952 69.312 181.952 190.592 0 11.264-1.728 23.403-4.31 34.667z" />
 
40
  <glyph unicode="&#xe93d;" glyph-name="bx-bolt" d="M207.147-100.416c1.855-0.584 3.987-0.921 6.198-0.921 7.368 0 13.862 3.738 17.689 9.421l0.048 0.076 170.667 256c2.247 3.327 3.587 7.427 3.587 11.84 0 11.782-9.551 21.333-21.334 21.333-0.001 0-0.002 0-0.003 0h-102.805l17.195 103.147c0.187 1.059 0.294 2.279 0.294 3.523 0 5.271-1.919 10.093-5.097 13.807l0.024-0.029c-3.93 4.632-9.757 7.552-16.264 7.552-0.005 0-0.009 0-0.014 0h-128c0 0 0 0-0 0-11.030 0-20.106-8.372-21.219-19.108l-0.007-0.091-21.334-213.334c-0.068-0.639-0.107-1.382-0.107-2.134 0-11.782 9.552-21.334 21.334-21.334 0 0 0 0 0.001 0h64v-149.333c0-9.575 6.309-17.676 14.995-20.375l0.151-0.041zM151.573 112l17.066 170.667h83.499l-17.195-103.147c-0.187-1.059-0.294-2.279-0.294-3.523 0-5.271 1.919-10.094 5.097-13.807l-0.024 0.029c4.054-4.8 10.006-7.552 16.278-7.552h88.149l-109.483-164.202v100.202c0 11.782-9.552 21.334-21.334 21.334v0h-61.76z" />
41
  <glyph unicode="&#xe949;" glyph-name="bx-bug" d="M422.4 101.334c0 10.923-0.918 21.547-2.262 32h47.914v42.666h-57.493c-8.389 25.751-20.612 48.074-36.209 67.58l0.327-0.422 45.76 45.76-30.166 30.165-46.166-46.144c-25.579 19.563-55.723 31.062-88.106 31.062s-62.528-11.499-88.106-31.062l-46.144 46.144-30.166-30.165 45.76-45.76c-15.27-19.083-27.493-41.405-35.457-65.659l-0.426-1.498h-58.794v-42.666h49.216c-1.365-10.453-2.282-21.077-2.282-32 0-10.986 0.918-21.718 2.304-32.234h-49.237v-42.666h58.859c4.864-14.784 11.094-28.714 18.517-41.558l-49.792-49.792 30.165-30.166 45.184 45.184c29.418-31.872 68.032-51.435 110.4-51.435s80.981 19.563 110.4 51.435l45.184-45.184 30.166 30.166-49.792 49.792c7.445 12.842 13.675 26.774 18.517 41.558h58.858v42.666h-49.259c1.408 10.517 2.325 21.248 2.325 32.234zM256 261.334c47.382 0 88.555-34.646 109.355-85.334h-218.709c20.8 50.688 61.974 85.334 109.355 85.334zM277.334-56.106v146.774h-42.666v-146.774c-58.090 13.12-102.4 78.656-102.4 157.44 0 10.965 0.853 21.654 2.496 32h242.453c1.642-10.346 2.496-21.035 2.496-32 0.022-78.805-44.288-144.32-102.379-157.44z" />
42
  <glyph unicode="&#xe970;" glyph-name="bx-chip" d="M426.666 261.334c0 11.782-9.551 21.334-21.334 21.334v0h-42.666v42.666h-42.666v-42.666h-42.666v42.666h-42.666v-42.666h-42.666v42.666h-42.666v-42.666h-42.666c-11.782 0-21.334-9.552-21.334-21.334v0-42.667h-42.666v-42.667h42.666v-42.666h-42.666v-42.666h42.666v-42.666h-42.666v-42.666h42.666v-42.666c0-11.782 9.552-21.334 21.334-21.334v0h42.666v-42.666h42.666v42.666h42.666v-42.666h42.666v42.666h42.666v-42.666h42.666v42.666h42.666c11.782 0 21.334 9.551 21.334 21.334v0 42.666h42.666v42.666h-42.666v42.666h42.666v42.666h-42.666v42.666h42.666v42.666h-42.666v42.666zM384-16h-256v256h256v-256zM213.333 154.667h85.333v-85.333h-85.334z" />
@@ -44,7 +45,14 @@
44
  <glyph unicode="&#xe9c2;" glyph-name="bx-flask" d="M341.334 158.422v124.246h21.334v42.666h-213.333v-42.666h21.333v-124.246l-84.032-231.125c-0.815-2.17-1.287-4.678-1.287-7.296 0-11.777 9.543-21.325 21.317-21.334h298.668c0.005 0 0.010 0 0.015 0 11.771 0 21.312 9.541 21.312 21.312 0 2.626-0.475 5.142-1.344 7.464l0.048-0.147-84.032 231.125zM298.666 282.666v-128c0-2.475 0.448-4.95 1.301-7.296l12.842-35.37h-113.621l12.864 35.37c0.832 2.346 1.28 4.822 1.28 7.296v128h85.333zM137.131-58.666l46.549 128h144.661l46.55-128h-237.76z" />
45
  <glyph unicode="&#xe9db;" glyph-name="bx-hide" d="M256-37.334c20.182 0 38.613 2.197 55.424 5.995l-37.483 37.483c-5.824-0.448-11.733-0.81-17.941-0.81-114.155 0-158.379 82.048-169.088 106.666 4.352 10.026 14.379 29.462 32.171 49.002l-29.824 29.824c-32.81-35.563-45.248-71.382-45.483-72.085-1.472-4.374-1.472-9.131 0-13.504 0.448-1.408 49.386-142.57 212.224-142.57zM468.224 105.259c1.472 4.373 1.472 9.131 0 13.504-0.448 1.408-49.387 142.571-212.224 142.571-39.19 0-71.382-8.448-98.219-20.928l-78.698 78.678-30.166-30.166 384-384 30.166 30.166-70.805 70.805c55.765 41.642 75.669 98.475 75.947 99.37zM313.408 84.757c4.075 8.298 6.592 17.45 6.592 27.243 0 35.008-28.992 64-64 64-9.792 0-18.944-2.518-27.243-6.592l-38.571 38.571c18.794 6.571 40.512 10.688 65.814 10.688 114.154 0 158.379-82.048 169.088-106.666-6.442-14.762-24.875-49.962-63.019-75.904l-48.661 48.661z" />
46
  <glyph unicode="&#xe9dc;" glyph-name="bx-history" d="M234.667 197.333v-106.667h106.667v42.666h-64v64zM426.666 112c0 92.501-78.144 170.667-170.667 170.667-92.501 0-170.667-78.166-170.667-170.667h-42.666l64-84.8 64 84.8h-42.666c0 69.376 58.624 128 128 128s128-58.624 128-128-58.624-128-128-128v-42.666c92.522 0 170.667 78.166 170.667 170.666z" />
 
47
  <glyph unicode="&#xe9ff;" glyph-name="bx-list-check" d="M64 261.334h384v-42.667h-384zM64 176h384v-42.666h-384zM64 90.666h192v-42.666h-192zM64 5.334h192v-42.666h-192zM341.205-7.104l-27.563 27.541-30.166-30.187 57.728-57.685 121.856 121.664-30.123 30.208z" />
 
48
  <glyph unicode="&#xea98;" glyph-name="bx-trash" d="M106.666-80c0-11.782 9.552-21.334 21.334-21.334v0h256c11.782 0 21.334 9.551 21.334 21.334v0 277.334h42.666v42.666h-106.666v64c0 11.782-9.551 21.334-21.334 21.334v0h-128c-11.782 0-21.334-9.551-21.334-21.334v0-64h-106.666v-42.666h42.666v-277.334zM213.333 282.666h85.333v-42.666h-85.334v42.666zM192 197.333h170.667v-256h-213.333v256h42.667zM192 154.667h42.666v-170.667h-42.666zM277.334 154.667h42.666v-170.667h-42.666z" />
49
  <glyph unicode="&#xeaa1;" glyph-name="bx-umbrella" d="M256 325.334c-117.654 0-213.355-86.144-213.355-192 0-11.782 9.552-21.334 21.334-21.334v0h170.667v-138.667c0-17.642-14.357-32-32-32s-32 14.358-32 32h-42.666c0-41.173 33.493-74.666 74.666-74.666s74.666 33.493 74.666 74.666v138.667h170.667c11.782 0 21.334 9.552 21.334 21.334v0c0 105.856-95.68 192-213.312 192zM87.040 154.667c11.883 72.278 83.136 128 168.96 128 85.803 0 157.034-55.723 168.918-128h-337.877z" />
 
 
 
 
 
50
  </font></defs></svg>
37
  <glyph unicode="&#xe227;" glyph-name="bxs-slider-alt" d="M362.666 176c-27.776 0-51.221-17.877-60.053-42.666h-259.947v-42.666h259.947c8.832-24.768 32.298-42.666 60.053-42.666s51.221 17.899 60.053 42.666h46.613v42.666h-46.613c-8.832 24.79-32.277 42.666-60.053 42.666zM149.333 48c-27.776 0-51.221-17.899-60.053-42.666h-46.614v-42.666h46.614c8.832-24.768 32.278-42.666 60.053-42.666s51.221 17.899 60.054 42.666h259.947v42.666h-259.947c-8.832 24.768-32.278 42.666-60.053 42.666zM273.387 261.334c-8.832 24.789-32.278 42.666-60.053 42.666s-51.221-17.877-60.053-42.666h-110.614v-42.667h110.614c8.832-24.79 32.278-42.667 60.053-42.667s51.221 17.877 60.053 42.666h195.946v42.666h-195.947z" />
38
  <glyph unicode="&#xe228;" glyph-name="bxs-world" d="M256 325.334c-117.632 0-213.333-95.702-213.333-213.334s95.701-213.333 213.333-213.333 213.333 95.702 213.333 213.333-95.702 213.334-213.333 213.334zM192-46.101v30.101l-64 64v42.666l-21.334 42.666h-19.861c9.664 77.034 70.827 138.197 147.862 147.861v-19.861l-21.333-42.666-42.666-42.666-21.334-42.666 21.334-42.666h21.334l21.334-21.334h42.666v-42.666l-40.192-80.363c-8.171 1.984-16.149 4.48-23.808 7.594zM376.618-8.618l-13.952 13.952-21.334 42.666-21.334 21.334-21.334 20.992 21.334 21.674 42.666 21.334v21.334l-21.334 21.334 21.334 42.666v26.346c38.954-31.296 64-79.254 64-133.014 0-47.040-19.136-89.707-50.048-120.618z" />
39
  <glyph unicode="&#xe908;" glyph-name="bxl-google" d="M432.704 147.072h-177.643v-73.621h102.23c-9.514-46.784-49.344-73.664-102.23-73.664-62.357 0-112.619 50.262-112.619 112.64 0 62.358 50.262 112.618 112.618 112.618 26.858 0 51.136-9.536 70.186-25.131l55.466 55.446c-33.792 29.462-77.12 47.637-125.654 47.637-105.685 0-190.592-84.885-190.592-190.592s84.886-190.592 190.592-190.592c95.296 0 181.952 69.312 181.952 190.592 0 11.264-1.728 23.403-4.31 34.667z" />
40
+ <glyph unicode="&#xe937;" glyph-name="bx-bell-off" d="M426.666-16c0.149-0.022 0.32-0.022 0.426 0 11.798 0 21.334 9.536 21.334 21.334 0 3.84-1.002 7.445-2.795 10.56l-18.966 56.896v81.877c0 84.053-62.762 156.587-147.328 168.853l-21.611 1.75c-1.152 0.085-2.282 0.085-3.435 0l-22.678-1.856c-40.49-5.824-76.053-26.048-102.037-54.827l-50.496 50.496-30.166-30.166 384-384 30.166 30.166-48.918 48.918h12.502zM236.374 281.024l19.648 1.579 18.517-1.451c62.4-9.088 109.462-63.466 109.462-126.486v-85.334c0-2.283 0.384-4.565 1.11-6.741l11.947-35.925h-25.558l-211.669 211.669c19.37 22.422 46.102 38.294 76.544 42.688zM128 69.334v82.752l-38.614 38.613c-2.56-11.669-4.053-23.702-4.053-36.032v-81.877l-20.224-60.714c-2.197-6.507-1.088-13.675 2.922-19.221 4.011-5.568 10.454-8.853 17.302-8.853h96c0-41.173 33.494-74.666 74.667-74.666 30.954 0 57.579 18.966 68.885 45.866l-71.466 71.466h-138.475l11.968 35.925c0.704 2.176 1.088 4.459 1.088 6.741zM288-16c0-17.942-14.058-32-32-32s-32 14.058-32 32h64z" />
41
  <glyph unicode="&#xe93d;" glyph-name="bx-bolt" d="M207.147-100.416c1.855-0.584 3.987-0.921 6.198-0.921 7.368 0 13.862 3.738 17.689 9.421l0.048 0.076 170.667 256c2.247 3.327 3.587 7.427 3.587 11.84 0 11.782-9.551 21.333-21.334 21.333-0.001 0-0.002 0-0.003 0h-102.805l17.195 103.147c0.187 1.059 0.294 2.279 0.294 3.523 0 5.271-1.919 10.093-5.097 13.807l0.024-0.029c-3.93 4.632-9.757 7.552-16.264 7.552-0.005 0-0.009 0-0.014 0h-128c0 0 0 0-0 0-11.030 0-20.106-8.372-21.219-19.108l-0.007-0.091-21.334-213.334c-0.068-0.639-0.107-1.382-0.107-2.134 0-11.782 9.552-21.334 21.334-21.334 0 0 0 0 0.001 0h64v-149.333c0-9.575 6.309-17.676 14.995-20.375l0.151-0.041zM151.573 112l17.066 170.667h83.499l-17.195-103.147c-0.187-1.059-0.294-2.279-0.294-3.523 0-5.271 1.919-10.094 5.097-13.807l-0.024 0.029c4.054-4.8 10.006-7.552 16.278-7.552h88.149l-109.483-164.202v100.202c0 11.782-9.552 21.334-21.334 21.334v0h-61.76z" />
42
  <glyph unicode="&#xe949;" glyph-name="bx-bug" d="M422.4 101.334c0 10.923-0.918 21.547-2.262 32h47.914v42.666h-57.493c-8.389 25.751-20.612 48.074-36.209 67.58l0.327-0.422 45.76 45.76-30.166 30.165-46.166-46.144c-25.579 19.563-55.723 31.062-88.106 31.062s-62.528-11.499-88.106-31.062l-46.144 46.144-30.166-30.165 45.76-45.76c-15.27-19.083-27.493-41.405-35.457-65.659l-0.426-1.498h-58.794v-42.666h49.216c-1.365-10.453-2.282-21.077-2.282-32 0-10.986 0.918-21.718 2.304-32.234h-49.237v-42.666h58.859c4.864-14.784 11.094-28.714 18.517-41.558l-49.792-49.792 30.165-30.166 45.184 45.184c29.418-31.872 68.032-51.435 110.4-51.435s80.981 19.563 110.4 51.435l45.184-45.184 30.166 30.166-49.792 49.792c7.445 12.842 13.675 26.774 18.517 41.558h58.858v42.666h-49.259c1.408 10.517 2.325 21.248 2.325 32.234zM256 261.334c47.382 0 88.555-34.646 109.355-85.334h-218.709c20.8 50.688 61.974 85.334 109.355 85.334zM277.334-56.106v146.774h-42.666v-146.774c-58.090 13.12-102.4 78.656-102.4 157.44 0 10.965 0.853 21.654 2.496 32h242.453c1.642-10.346 2.496-21.035 2.496-32 0.022-78.805-44.288-144.32-102.379-157.44z" />
43
  <glyph unicode="&#xe970;" glyph-name="bx-chip" d="M426.666 261.334c0 11.782-9.551 21.334-21.334 21.334v0h-42.666v42.666h-42.666v-42.666h-42.666v42.666h-42.666v-42.666h-42.666v42.666h-42.666v-42.666h-42.666c-11.782 0-21.334-9.552-21.334-21.334v0-42.667h-42.666v-42.667h42.666v-42.666h-42.666v-42.666h42.666v-42.666h-42.666v-42.666h42.666v-42.666c0-11.782 9.552-21.334 21.334-21.334v0h42.666v-42.666h42.666v42.666h42.666v-42.666h42.666v42.666h42.666v-42.666h42.666v42.666h42.666c11.782 0 21.334 9.551 21.334 21.334v0 42.666h42.666v42.666h-42.666v42.666h42.666v42.666h-42.666v42.666h42.666v42.666h-42.666v42.666zM384-16h-256v256h256v-256zM213.333 154.667h85.333v-85.333h-85.334z" />
45
  <glyph unicode="&#xe9c2;" glyph-name="bx-flask" d="M341.334 158.422v124.246h21.334v42.666h-213.333v-42.666h21.333v-124.246l-84.032-231.125c-0.815-2.17-1.287-4.678-1.287-7.296 0-11.777 9.543-21.325 21.317-21.334h298.668c0.005 0 0.010 0 0.015 0 11.771 0 21.312 9.541 21.312 21.312 0 2.626-0.475 5.142-1.344 7.464l0.048-0.147-84.032 231.125zM298.666 282.666v-128c0-2.475 0.448-4.95 1.301-7.296l12.842-35.37h-113.621l12.864 35.37c0.832 2.346 1.28 4.822 1.28 7.296v128h85.333zM137.131-58.666l46.549 128h144.661l46.55-128h-237.76z" />
46
  <glyph unicode="&#xe9db;" glyph-name="bx-hide" d="M256-37.334c20.182 0 38.613 2.197 55.424 5.995l-37.483 37.483c-5.824-0.448-11.733-0.81-17.941-0.81-114.155 0-158.379 82.048-169.088 106.666 4.352 10.026 14.379 29.462 32.171 49.002l-29.824 29.824c-32.81-35.563-45.248-71.382-45.483-72.085-1.472-4.374-1.472-9.131 0-13.504 0.448-1.408 49.386-142.57 212.224-142.57zM468.224 105.259c1.472 4.373 1.472 9.131 0 13.504-0.448 1.408-49.387 142.571-212.224 142.571-39.19 0-71.382-8.448-98.219-20.928l-78.698 78.678-30.166-30.166 384-384 30.166 30.166-70.805 70.805c55.765 41.642 75.669 98.475 75.947 99.37zM313.408 84.757c4.075 8.298 6.592 17.45 6.592 27.243 0 35.008-28.992 64-64 64-9.792 0-18.944-2.518-27.243-6.592l-38.571 38.571c18.794 6.571 40.512 10.688 65.814 10.688 114.154 0 158.379-82.048 169.088-106.666-6.442-14.762-24.875-49.962-63.019-75.904l-48.661 48.661z" />
47
  <glyph unicode="&#xe9dc;" glyph-name="bx-history" d="M234.667 197.333v-106.667h106.667v42.666h-64v64zM426.666 112c0 92.501-78.144 170.667-170.667 170.667-92.501 0-170.667-78.166-170.667-170.667h-42.666l64-84.8 64 84.8h-42.666c0 69.376 58.624 128 128 128s128-58.624 128-128-58.624-128-128-128v-42.666c92.522 0 170.667 78.166 170.667 170.666z" />
48
+ <glyph unicode="&#xe9e9;" glyph-name="bx-info-circle" d="M256 325.334c-117.632 0-213.333-95.702-213.333-213.334s95.701-213.333 213.333-213.333 213.333 95.702 213.333 213.333-95.702 213.334-213.333 213.334zM256-58.666c-94.101 0-170.667 76.565-170.667 170.666s76.566 170.667 170.667 170.667 170.667-76.565 170.667-170.667-76.565-170.666-170.667-170.666zM234.667 133.333h42.667v-128h-42.666zM234.667 218.667h42.667v-42.667h-42.666z" />
49
  <glyph unicode="&#xe9ff;" glyph-name="bx-list-check" d="M64 261.334h384v-42.667h-384zM64 176h384v-42.666h-384zM64 90.666h192v-42.666h-192zM64 5.334h192v-42.666h-192zM341.205-7.104l-27.563 27.541-30.166-30.187 57.728-57.685 121.856 121.664-30.123 30.208z" />
50
+ <glyph unicode="&#xea5c;" glyph-name="bx-search" d="M213.333-16c39.574 0.009 75.98 13.566 104.832 36.286l-0.363-0.275 93.781-93.781 30.166 30.166-93.781 93.781c22.457 28.493 36.022 64.907 36.032 104.488v0.002c0 94.101-76.565 170.667-170.667 170.667s-170.667-76.566-170.667-170.667 76.566-170.667 170.667-170.667zM213.333 282.666c70.592 0 128-57.408 128-128s-57.408-128-128-128-128 57.408-128 128 57.408 128 128 128z" />
51
  <glyph unicode="&#xea98;" glyph-name="bx-trash" d="M106.666-80c0-11.782 9.552-21.334 21.334-21.334v0h256c11.782 0 21.334 9.551 21.334 21.334v0 277.334h42.666v42.666h-106.666v64c0 11.782-9.551 21.334-21.334 21.334v0h-128c-11.782 0-21.334-9.551-21.334-21.334v0-64h-106.666v-42.666h42.666v-277.334zM213.333 282.666h85.333v-42.666h-85.334v42.666zM192 197.333h170.667v-256h-213.333v256h42.667zM192 154.667h42.666v-170.667h-42.666zM277.334 154.667h42.666v-170.667h-42.666z" />
52
  <glyph unicode="&#xeaa1;" glyph-name="bx-umbrella" d="M256 325.334c-117.654 0-213.355-86.144-213.355-192 0-11.782 9.552-21.334 21.334-21.334v0h170.667v-138.667c0-17.642-14.357-32-32-32s-32 14.358-32 32h-42.666c0-41.173 33.493-74.666 74.666-74.666s74.666 33.493 74.666 74.666v138.667h170.667c11.782 0 21.334 9.552 21.334 21.334v0c0 105.856-95.68 192-213.312 192zM87.040 154.667c11.883 72.278 83.136 128 168.96 128 85.803 0 157.034-55.723 168.918-128h-337.877z" />
53
+ <glyph unicode="&#xeacf;" glyph-name="bxs-archive-out" d="M42.666-37.334c0-11.798 9.536-21.334 21.334-21.334h192l-85.334 85.334h64v85.334h42.666v-85.334h64l-85.334-85.334h192c11.798 0 21.334 9.536 21.334 21.334v213.333h-426.666v-213.333zM456.256 218.667l-30.678 92.074c-2.901 8.726-11.050 14.592-20.245 14.592h-298.666c-9.195 0-17.323-5.867-20.224-14.592l-30.698-92.074h400.512z" />
54
+ <glyph unicode="&#xead9;" glyph-name="bxs-bell-off" d="M256-90.666c29.589 0 53.334 23.744 53.334 53.334h-106.666c0-29.589 23.744-53.334 53.334-53.334zM426.666-16c0.149-0.022 0.32-0.022 0.426 0 11.798 0 21.334 9.536 21.334 21.334 0 3.84-1.002 7.445-2.795 10.56l-18.966 56.896v81.877c0 84.053-62.762 156.587-147.328 168.853l-21.611 1.75c-1.152 0.085-2.282 0.085-3.435 0l-22.678-1.856c-40.49-5.824-76.053-26.048-102.037-54.827l-50.496 50.496-30.166-30.166 384-384 30.166 30.166-48.918 48.918h12.502zM85.334 154.667v-81.878l-20.224-60.714c-2.197-6.507-1.088-13.675 2.922-19.221 4.010-5.568 10.454-8.853 17.302-8.853h210.752l-206.698 206.678c-2.56-11.648-4.053-23.68-4.053-36.011z" />
55
+ <glyph unicode="&#xeb1c;" glyph-name="bxs-down-arrow-circle" d="M256 325.334c-117.632 0-213.333-95.702-213.333-213.334s95.701-213.333 213.333-213.333c117.632 0 213.333 95.702 213.333 213.333s-95.702 213.334-213.333 213.334zM256 26.666l-85.334 85.334h64v85.334h42.666v-85.334h64l-85.334-85.334z" />
56
+ <glyph unicode="&#xeb25;" glyph-name="bxs-error" d="M274.858 313.984c-7.382 13.952-30.336 13.952-37.718 0l-192-362.666c-3.498-6.613-3.285-14.592 0.576-20.971 3.861-6.421 10.794-10.346 18.282-10.346h384c7.488 0 14.421 3.925 18.262 10.325 3.882 6.4 4.075 14.378 0.576 20.971l-191.978 362.688zM277.334-16h-42.666v42.666h42.666v-42.666zM277.334 69.334h-42.666v106.666h42.666v-106.666z" />
57
+ <glyph unicode="&#xeb44;" glyph-name="bxs-info-circle" d="M256 325.334c-117.632 0-213.333-95.702-213.333-213.334s95.701-213.333 213.333-213.333 213.333 95.702 213.333 213.333-95.702 213.334-213.333 213.334zM277.334 5.334h-42.666v128h42.666v-128zM277.334 176h-42.666v42.666h42.666v-42.666z" />
58
  </font></defs></svg>
assets/icons/fonts/crb.ttf CHANGED
Binary file
assets/icons/fonts/crb.woff CHANGED
Binary file
assets/icons/style.css CHANGED
@@ -1,9 +1,9 @@
1
  @font-face {
2
  font-family: 'crb';
3
  src:
4
- url('fonts/crb.ttf?o0t6it') format('truetype'),
5
- url('fonts/crb.woff?o0t6it') format('woff'),
6
- url('fonts/crb.svg?o0t6it#crb') format('svg');
7
  font-weight: normal;
8
  font-style: normal;
9
  }
@@ -29,6 +29,9 @@
29
  .crb-icon-bx-bell:before {
30
  content: "\e200";
31
  }
 
 
 
32
  .crb-icon-bx-bolt:before {
33
  content: "\e93d";
34
  }
@@ -74,6 +77,9 @@
74
  .crb-icon-bx-idea:before {
75
  content: "\e208";
76
  }
 
 
 
77
  .crb-icon-bx-key:before {
78
  content: "\e209";
79
  }
@@ -92,6 +98,9 @@
92
  .crb-icon-bx-radar:before {
93
  content: "\e213";
94
  }
 
 
 
95
  .crb-icon-bx-shield:before {
96
  content: "\e214";
97
  }
@@ -119,15 +128,30 @@
119
  .crb-icon-bx-wrench:before {
120
  content: "\e220";
121
  }
 
 
 
122
  .crb-icon-bxs-bell:before {
123
  content: "\e221";
124
  }
 
 
 
125
  .crb-icon-bxs-dashboard:before {
126
  content: "\e222";
127
  }
 
 
 
 
 
 
128
  .crb-icon-bxs-error-circle:before {
129
  content: "\e223";
130
  }
 
 
 
131
  .crb-icon-bxs-rocket:before {
132
  content: "\e224";
133
  }
1
  @font-face {
2
  font-family: 'crb';
3
  src:
4
+ url('fonts/crb.ttf?76kjqu') format('truetype'),
5
+ url('fonts/crb.woff?76kjqu') format('woff'),
6
+ url('fonts/crb.svg?76kjqu#crb') format('svg');
7
  font-weight: normal;
8
  font-style: normal;
9
  }
29
  .crb-icon-bx-bell:before {
30
  content: "\e200";
31
  }
32
+ .crb-icon-bx-bell-off:before {
33
+ content: "\e937";
34
+ }
35
  .crb-icon-bx-bolt:before {
36
  content: "\e93d";
37
  }
77
  .crb-icon-bx-idea:before {
78
  content: "\e208";
79
  }
80
+ .crb-icon-bx-info-circle:before {
81
+ content: "\e9e9";
82
+ }
83
  .crb-icon-bx-key:before {
84
  content: "\e209";
85
  }
98
  .crb-icon-bx-radar:before {
99
  content: "\e213";
100
  }
101
+ .crb-icon-bx-search:before {
102
+ content: "\ea5c";
103
+ }
104
  .crb-icon-bx-shield:before {
105
  content: "\e214";
106
  }
128
  .crb-icon-bx-wrench:before {
129
  content: "\e220";
130
  }
131
+ .crb-icon-bxs-archive-out:before {
132
+ content: "\eacf";
133
+ }
134
  .crb-icon-bxs-bell:before {
135
  content: "\e221";
136
  }
137
+ .crb-icon-bxs-bell-off:before {
138
+ content: "\ead9";
139
+ }
140
  .crb-icon-bxs-dashboard:before {
141
  content: "\e222";
142
  }
143
+ .crb-icon-bxs-down-arrow-circle:before {
144
+ content: "\eb1c";
145
+ }
146
+ .crb-icon-bxs-error:before {
147
+ content: "\eb25";
148
+ }
149
  .crb-icon-bxs-error-circle:before {
150
  content: "\e223";
151
  }
152
+ .crb-icon-bxs-info-circle:before {
153
+ content: "\eb44";
154
+ }
155
  .crb-icon-bxs-rocket:before {
156
  content: "\e224";
157
  }
assets/scanner.js CHANGED
@@ -429,7 +429,10 @@ jQuery(document).ready(function ($) {
429
  ret = '<a href="#" ' + attr + '>' + ret + '</a>';
430
  }
431
 
432
- if (issue[3]) {
 
 
 
433
  ret += '<p>' + crb_scan_msg_issues[issue[3]] + '</p>';
434
  }
435
 
429
  ret = '<a href="#" ' + attr + '>' + ret + '</a>';
430
  }
431
 
432
+ if (typeof issue.data.prced !== "undefined") {
433
+ ret += '<p>' + crb_scan_msg_issues[issue.data.prced] + '</p>';
434
+ }
435
+ else if (issue[3]) {
436
  ret += '<p>' + crb_scan_msg_issues[issue[3]] + '</p>';
437
  }
438
 
cerber-lab.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Cerber Laboratory (cerberlab.net) specific routines.
4
 
5
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
6
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
7
 
8
  Licenced under the GNU GPL.
2
  /*
3
  Cerber Laboratory (cerberlab.net) specific routines.
4
 
5
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
6
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
7
 
8
  Licenced under the GNU GPL.
cerber-load.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -776,7 +776,7 @@ function cerber_init() {
776
  $antibot = cerber_antibot_gene();
777
  if ( $antibot && ! empty( $antibot[1] ) ) {
778
  foreach ( $antibot[1] as $item ) {
779
- setcookie( $item[0], $item[1], time() + 3600 * 24, cerber_get_cookie_path() );
780
  }
781
  }
782
 
@@ -1182,7 +1182,7 @@ function cerber_login_failed( $user_login, $user_id = 0 ) {
1182
  cerber_file_log( $user_login, $ip );
1183
  }
1184
 
1185
- if ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) { // Needs additional researching and, maybe, refactoring
1186
  status_header( 403 );
1187
  }
1188
 
@@ -1229,7 +1229,7 @@ function cerber_failed_work($ip, $acl, $no_user, $user_login){
1229
  cerber_file_log( $user_login, $ip );
1230
  }
1231
 
1232
- if ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) { // Needs additional researching and, maybe, refactoring
1233
  status_header( 403 );
1234
  }
1235
 
@@ -1484,7 +1484,7 @@ add_action( 'pre_comment_on_post', function ( $comment_post_ID ) {
1484
  }
1485
 
1486
  if ( $deny ) {
1487
- setcookie( 'cerber-post-id', $comment_post_ID, time() + 60, '/' );
1488
  $comments = get_comments( array( 'number' => '1', 'post_id' => $comment_post_ID ) );
1489
  if ( $comments ) {
1490
  $loc = get_comment_link( $comments[0]->comment_ID );
@@ -1565,10 +1565,11 @@ function cerber_is_comment_allowed(){
1565
  add_filter( 'comment_form_submit_field', function ( $value ) {
1566
  global $wp_cerber, $post;
1567
 
1568
- if ( ! empty( $_COOKIE["cerber-post-id"] ) && absint( $_COOKIE["cerber-post-id"] ) == $post->ID ) {
1569
  //echo '<div id="cerber-recaptcha-msg">' . __( 'ERROR:', 'wp-cerber' ) . ' ' . $wp_cerber->reCaptchaMsg( 'comment' ) . '</div>';
1570
  echo '<div id="cerber-recaptcha-msg">' . __( 'ERROR:', 'wp-cerber' ) . ' ' . __('Sorry, human verification failed.') . '</div>';
1571
- echo '<script type="text/javascript">document.cookie = "cerber-post-id=0;path=/";</script>';
 
1572
  }
1573
 
1574
  $au = $wp_cerber->getSettings( 'recapcomauth' );
@@ -1640,8 +1641,13 @@ function cerber_login_redirect( $location, $status ) {
1640
  // Access control ========================================================================================
1641
 
1642
  add_action( 'init', function () {
1643
- if ( crb_get_settings( 'adminphp' ) && ! is_user_logged_in() ) {
1644
- define( 'CONCATENATE_SCRIPTS', false );
 
 
 
 
 
1645
  }
1646
  if ( ! is_admin()
1647
  && ! cerber_is_wp_cron() ) {
@@ -1815,7 +1821,7 @@ function cerber_is_antibot_exception(){
1815
 
1816
  // Admin || AJAX requests by unauthorized users
1817
  if ( is_admin() ) {
1818
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1819
  if (is_user_logged_in()) {
1820
  return true;
1821
  }
@@ -1888,7 +1894,7 @@ function cerber_antibot_mode() {
1888
  global $wp;
1889
  //static $list;
1890
 
1891
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1892
  if ( crb_get_settings( 'botssafe' ) ) {
1893
  return 2;
1894
  }
@@ -2278,7 +2284,7 @@ function cerber_is_bot( $location = '' ) {
2278
 
2279
  // Admin || AJAX requests by unauthorized users
2280
  if ( is_admin() ) {
2281
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
2282
  if ( is_user_logged_in() ) {
2283
  $ret = false;
2284
  }
@@ -2340,7 +2346,8 @@ function cerber_is_bot( $location = '' ) {
2340
 
2341
  if ( ! $ret ) {
2342
  foreach ( $antibot[1] as $fields ) {
2343
- if ( empty( $_COOKIE[ $fields[0] ] ) || $_COOKIE[ $fields[0] ] != $fields[1] ) {
 
2344
  $ret = true;
2345
  break;
2346
  }
@@ -2478,7 +2485,7 @@ add_action( 'clear_auth_cookie', function () {
2478
  if ( $uid ) {
2479
  cerber_log( 6, '', $uid );
2480
  }
2481
- setcookie( 'cerber_nexus_id', 0, time(), '/' );
2482
  } );
2483
 
2484
  //add_action( 'lostpassword_post', 'cerber_password_post' );
@@ -3411,31 +3418,50 @@ function cerber_404_page($simple = false) {
3411
  Display Forbidden page
3412
  */
3413
  function cerber_forbidden_page() {
 
 
3414
  status_header( '403' );
3415
  header( 'HTTP/1.0 403 Access Forbidden', true, 403 );
3416
  ?>
3417
- <!DOCTYPE html>
3418
- <html style="height: 100%;">
3419
- <meta charset="UTF-8">
3420
- <head><title>403 Access Forbidden</title></head>
3421
- <body style="height: 100%;">
3422
- <div style="display: flex; align-items: center; justify-content: center; height: 70%;">
3423
- <div style="background-color: #eee; width: 70%; border: solid 3px #ddd; padding: 1.5em 3em 3em 3em; font-family: Arial, Helvetica, sans-serif;">
3424
- <div style="display: table-row;">
3425
- <div style="display: table-cell; font-size: 150px; color: red; vertical-align: middle; padding-right: 50px;">
3426
- &#9995;
3427
- </div>
3428
- <div style="display: table-cell; vertical-align: middle;">
3429
- <h1><?php _e("We're sorry, you are not allowed to proceed", 'wp-cerber'); ?></h1>
3430
- <p>Our server stopped processing your request. Your request looks suspicious or similar to automated
3431
- requests from spam posting software.</p>
3432
- <p>If you believe you should be able to perform this request, please let us know.</p>
3433
- </div>
3434
- </div>
3435
- </div>
3436
- </div>
3437
- </body>
3438
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3439
  <?php
3440
  cerber_traffic_log(); // do not remove!
3441
  exit;
@@ -4140,9 +4166,8 @@ function cerber_log( $activity, $login = '', $user_id = 0, $ip = null ) {
4140
  if ( isset( $logged[ $activity ] ) ) {
4141
  return false;
4142
  }
4143
- else {
4144
- $logged[ $activity ] = true;
4145
- }
4146
 
4147
  $cerber_logged[ $activity ] = $activity;
4148
 
@@ -4170,14 +4195,9 @@ function cerber_log( $activity, $login = '', $user_id = 0, $ip = null ) {
4170
 
4171
  $stamp = microtime( true );
4172
 
4173
- $pos = strpos($_SERVER['REQUEST_URI'],'?');
4174
- if ($pos) {
4175
- $path = substr( $_SERVER['REQUEST_URI'], 0, $pos );
4176
- }
4177
- else {
4178
- $path = $_SERVER['REQUEST_URI'];
4179
- }
4180
- $url = strip_tags($_SERVER['HTTP_HOST'] . $path);
4181
 
4182
  $status = 0;
4183
  if ( $activity != 10 && $activity != 11 ) {
@@ -4279,8 +4299,8 @@ function cerber_log( $activity, $login = '', $user_id = 0, $ip = null ) {
4279
  $msg .= __( 'Search string', 'wp-cerber' ) . ': ' . $sub['6'] . "\n\n";
4280
  }
4281
 
4282
- // Link to the Activity admin page
4283
- $args = cerber_subscribe_params();
4284
  $i = 0;
4285
  $link_params = '';
4286
  foreach ($args as $arg => $val){
@@ -4297,7 +4317,7 @@ function cerber_log( $activity, $login = '', $user_id = 0, $ip = null ) {
4297
  $link = cerber_admin_link( 'activity' ) . $link_params;
4298
 
4299
  $msg .= __( 'View activity in dashboard', 'wp-cerber' ) . ': ' . $link;
4300
- $msg .= "\n\n" . __( 'To unsubscribe click here', 'wp-cerber' ) . ': ' . cerber_admin_link( 'activity' ) . '&unsubscribeme=' . $hash;
4301
 
4302
  cerber_send_email( 'subs', $msg, $ip );
4303
 
@@ -4413,44 +4433,53 @@ function cerber_count_log($activity = array(), $period = 1) {
4413
  *
4414
  * @return array The set of parameters
4415
  */
4416
- function cerber_subscribe_params() {
4417
- // Mandatory parameters in a particular order.
4418
  $params = array( 'filter_activity' => 0, 'filter_user' => 0, 'begin' => 0, 'end' => 0, 'filter_ip' => 0, 'filter_login' => 0, 'search_activity' => 0, 'filter_role' => 0, 'user_ids' => 0 );
4419
 
4420
- $begin = 0;
4421
- $end = 0;
4422
- $ip = 0;
4423
-
4424
  $get = crb_get_query_params();
4425
 
 
 
 
 
 
4426
  if ( ! empty( $get['filter_ip'] ) ) {
4427
- $ip = cerber_any2range( $get['filter_ip'] );
 
 
 
4428
  if ( is_array( $ip ) ) {
4429
  $begin = $ip['begin'];
4430
  $end = $ip['end'];
4431
  $ip = 0;
4432
- } elseif ( ! $ip ) {
 
4433
  $ip = 0;
4434
  }
 
 
 
 
4435
  }
4436
- $params['begin'] = $begin;
4437
- $params['end'] = $end;
4438
- $params['filter_ip'] = $ip;
4439
 
4440
- $get_list = array( 'filter_activity', 'filter_user', 'filter_login', 'search_activity', 'filter_role', 'filter_set' );
4441
- foreach ( $get_list as $item ) {
4442
- if ( ! empty( $get[ $item ] ) ) {
4443
- if ( is_array( $get[ $item ] ) ) {
4444
- $params[ $item ] = array_map( 'trim', $get[ $item ] );
 
 
 
 
4445
  }
4446
  else {
4447
- $params[ $item ] = trim( $get[ $item ] );
4448
  }
4449
  }
4450
  else {
4451
- $params[ $item ] = 0;
4452
  }
4453
- //$params[ $item ] = ( empty( $_GET[ $item ] ) ) ? 0 : trim( $_GET[ $item ] );
4454
  }
4455
 
4456
  if ( ! is_array( $params['filter_activity'] ) ) {
@@ -4458,8 +4487,6 @@ function cerber_subscribe_params() {
4458
  }
4459
  $params['filter_activity'] = array_filter( $params['filter_activity'] );
4460
 
4461
- // 'begin' and 'end' array keys are not used, added for compatibility
4462
- //return array( 'filter_activity' => $filter_activity, 'filter_user' => $filter_user, 'begin' => $begin, 'end' => $end, 'filter_ip' => $ip, 'filter_login' => $filter_login, 'search_activity' => $search_activity, 'filter_role' => $filter_role );
4463
  return $params;
4464
  }
4465
 
@@ -4598,7 +4625,7 @@ function cerber_finito() {
4598
  }
4599
  }
4600
 
4601
- $list = array( '_cerber_up', '_cerber_report', 'cerber-groove', 'cerber-groove-x', '_cerberkey_', 'cerber-antibot', 'cerber_admin_info', '_cerber_db_errors' );
4602
  $list = array_merge( $list, cerber_get_setting_list() );
4603
  foreach ( $list as $opt ) {
4604
  delete_site_option( $opt );
@@ -5275,7 +5302,7 @@ function cerber_traffic_log(){
5275
 
5276
  $wp_type = 700;
5277
 
5278
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
5279
  /*
5280
  if ( isset( $_POST['action'] ) && $_POST['action'] == 'heartbeat' ) {
5281
  return;
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
776
  $antibot = cerber_antibot_gene();
777
  if ( $antibot && ! empty( $antibot[1] ) ) {
778
  foreach ( $antibot[1] as $item ) {
779
+ cerber_set_cookie( $item[0], $item[1], time() + 3600 * 24 );
780
  }
781
  }
782
 
1182
  cerber_file_log( $user_login, $ip );
1183
  }
1184
 
1185
+ if ( ! cerber_is_wp_ajax() ) { // Needs additional researching and, maybe, refactoring
1186
  status_header( 403 );
1187
  }
1188
 
1229
  cerber_file_log( $user_login, $ip );
1230
  }
1231
 
1232
+ if ( ! cerber_is_wp_ajax() ) { // Needs additional researching and, maybe, refactoring
1233
  status_header( 403 );
1234
  }
1235
 
1484
  }
1485
 
1486
  if ( $deny ) {
1487
+ cerber_set_cookie( 'cerber_post_id', $comment_post_ID, time() + 60, '/' );
1488
  $comments = get_comments( array( 'number' => '1', 'post_id' => $comment_post_ID ) );
1489
  if ( $comments ) {
1490
  $loc = get_comment_link( $comments[0]->comment_ID );
1565
  add_filter( 'comment_form_submit_field', function ( $value ) {
1566
  global $wp_cerber, $post;
1567
 
1568
+ if ( cerber_get_cookie( 'cerber_post_id' ) == $post->ID ) {
1569
  //echo '<div id="cerber-recaptcha-msg">' . __( 'ERROR:', 'wp-cerber' ) . ' ' . $wp_cerber->reCaptchaMsg( 'comment' ) . '</div>';
1570
  echo '<div id="cerber-recaptcha-msg">' . __( 'ERROR:', 'wp-cerber' ) . ' ' . __('Sorry, human verification failed.') . '</div>';
1571
+ $p = cerber_get_cookie_prefix();
1572
+ echo '<script type="text/javascript">document.cookie = "' . $p . 'cerber_post_id=0;path=/";</script>';
1573
  }
1574
 
1575
  $au = $wp_cerber->getSettings( 'recapcomauth' );
1641
  // Access control ========================================================================================
1642
 
1643
  add_action( 'init', function () {
1644
+ if ( crb_get_settings( 'adminphp' ) ) {
1645
+ if ( defined( 'CONCATENATE_SCRIPTS' ) ) {
1646
+ cerber_add_issue( 'conscripts', 'The PHP constant CONCATENATE_SCRIPTS is already defined somewhere else', 'adminphp' );
1647
+ }
1648
+ elseif ( ! is_user_logged_in() ) {
1649
+ define( 'CONCATENATE_SCRIPTS', false );
1650
+ }
1651
  }
1652
  if ( ! is_admin()
1653
  && ! cerber_is_wp_cron() ) {
1821
 
1822
  // Admin || AJAX requests by unauthorized users
1823
  if ( is_admin() ) {
1824
+ if ( cerber_is_wp_ajax() ) {
1825
  if (is_user_logged_in()) {
1826
  return true;
1827
  }
1894
  global $wp;
1895
  //static $list;
1896
 
1897
+ if ( cerber_is_wp_ajax() ) {
1898
  if ( crb_get_settings( 'botssafe' ) ) {
1899
  return 2;
1900
  }
2284
 
2285
  // Admin || AJAX requests by unauthorized users
2286
  if ( is_admin() ) {
2287
+ if ( cerber_is_wp_ajax() ) {
2288
  if ( is_user_logged_in() ) {
2289
  $ret = false;
2290
  }
2346
 
2347
  if ( ! $ret ) {
2348
  foreach ( $antibot[1] as $fields ) {
2349
+ //if ( empty( $_COOKIE[ $fields[0] ] ) || $_COOKIE[ $fields[0] ] != $fields[1] ) {
2350
+ if ( cerber_get_cookie( $fields[0] ) != $fields[1] ) {
2351
  $ret = true;
2352
  break;
2353
  }
2485
  if ( $uid ) {
2486
  cerber_log( 6, '', $uid );
2487
  }
2488
+ cerber_set_cookie( 'cerber_nexus_id', 0, time(), '/' );
2489
  } );
2490
 
2491
  //add_action( 'lostpassword_post', 'cerber_password_post' );
3418
  Display Forbidden page
3419
  */
3420
  function cerber_forbidden_page() {
3421
+ $wp_cerber = get_wp_cerber();
3422
+ $sid = strtoupper( $wp_cerber->getSessionID() );
3423
  status_header( '403' );
3424
  header( 'HTTP/1.0 403 Access Forbidden', true, 403 );
3425
  ?>
3426
+ <!DOCTYPE html>
3427
+ <html style="height: 100%;">
3428
+ <meta charset="UTF-8">
3429
+ <head>
3430
+ <title>403 Access Forbidden</title>
3431
+ <style>
3432
+ @media screen and (max-width: 800px) {
3433
+ body > div > div > div div {
3434
+ display: block !important;
3435
+ padding-right: 0 !important;
3436
+ }
3437
+
3438
+ body {
3439
+ text-align: center !important;
3440
+ }
3441
+ }
3442
+ </style>
3443
+ </head>
3444
+ <body style="height: 90%;">
3445
+ <div style="display: flex; align-items: center; justify-content: center; height: 90%;">
3446
+ <div style="background-color: #eee; width: 70%; border: solid 3px #ddd; padding: 1.5em 3em 3em 3em; font-family: Arial, Helvetica, sans-serif;">
3447
+ <div style="display: table-row;">
3448
+ <div style="display: table-cell; font-size: 150px; color: red; vertical-align: top; padding-right: 50px;">
3449
+ &#9995;
3450
+ </div>
3451
+ <div style="display: table-cell; vertical-align: top;">
3452
+ <h1 style="margin-top: 0;"><?php _e( "We're sorry, you are not allowed to proceed", 'wp-cerber' ); ?></h1>
3453
+ <p>Your request looks suspicious similarly to automated requests from spam posting software or has
3454
+ been denied by a security policy configured by the website administrator.</p>
3455
+ <p>If you believe you should be able to perform this request, please let us know.</p>
3456
+ <p style="margin-top: 2em;">
3457
+ <pre style="color: #777">SID: <?php echo $sid; ?></pre>
3458
+ </p>
3459
+ </div>
3460
+ </div>
3461
+ </div>
3462
+ </div>
3463
+ </body>
3464
+ </html>
3465
  <?php
3466
  cerber_traffic_log(); // do not remove!
3467
  exit;
4166
  if ( isset( $logged[ $activity ] ) ) {
4167
  return false;
4168
  }
4169
+
4170
+ $logged[ $activity ] = true;
 
4171
 
4172
  $cerber_logged[ $activity ] = $activity;
4173
 
4195
 
4196
  $stamp = microtime( true );
4197
 
4198
+ $pos = strpos( $_SERVER['REQUEST_URI'], '?' );
4199
+ $path = ( $pos ) ? substr( $_SERVER['REQUEST_URI'], 0, $pos ) : $_SERVER['REQUEST_URI'];
4200
+ $url = strip_tags( $_SERVER['HTTP_HOST'] . $path );
 
 
 
 
 
4201
 
4202
  $status = 0;
4203
  if ( $activity != 10 && $activity != 11 ) {
4299
  $msg .= __( 'Search string', 'wp-cerber' ) . ': ' . $sub['6'] . "\n\n";
4300
  }
4301
 
4302
+ // Make a link to the Activity admin page
4303
+ $args = cerber_get_alert_params();
4304
  $i = 0;
4305
  $link_params = '';
4306
  foreach ($args as $arg => $val){
4317
  $link = cerber_admin_link( 'activity' ) . $link_params;
4318
 
4319
  $msg .= __( 'View activity in dashboard', 'wp-cerber' ) . ': ' . $link;
4320
+ $msg .= "\n\n" . __( 'To delete the alert, click here', 'wp-cerber' ) . ': ' . cerber_admin_link( 'activity' ) . '&unsubscribeme=' . $hash;
4321
 
4322
  cerber_send_email( 'subs', $msg, $ip );
4323
 
4433
  *
4434
  * @return array The set of parameters
4435
  */
4436
+ function cerber_get_alert_params() {
4437
+ // A set of alert parameters in a strictly particular order due to using it in a hash function.
4438
  $params = array( 'filter_activity' => 0, 'filter_user' => 0, 'begin' => 0, 'end' => 0, 'filter_ip' => 0, 'filter_login' => 0, 'search_activity' => 0, 'filter_role' => 0, 'user_ids' => 0 );
4439
 
 
 
 
 
4440
  $get = crb_get_query_params();
4441
 
4442
+ if ( ! array_intersect_key( $params, $get ) ) {
4443
+ return $params; // No parameters in the current query
4444
+ }
4445
+
4446
+ // The IP field we process differently than other fields
4447
  if ( ! empty( $get['filter_ip'] ) ) {
4448
+ $begin = 0;
4449
+ $end = 0;
4450
+ $ip = cerber_any2range( $get['filter_ip'] );
4451
+
4452
  if ( is_array( $ip ) ) {
4453
  $begin = $ip['begin'];
4454
  $end = $ip['end'];
4455
  $ip = 0;
4456
+ }
4457
+ elseif ( ! $ip ) {
4458
  $ip = 0;
4459
  }
4460
+
4461
+ $params['begin'] = $begin;
4462
+ $params['end'] = $end;
4463
+ $params['filter_ip'] = $ip;
4464
  }
 
 
 
4465
 
4466
+ // Request fields to be used as subscription parameters
4467
+ //$get_list = array( 'filter_activity', 'filter_user', 'filter_login', 'search_activity', 'filter_role' );
4468
+ $q_list = $params;
4469
+ unset( $q_list['begin'], $q_list['end'], $q_list['filter_ip'] );
4470
+
4471
+ foreach ( array_keys( $q_list ) as $key ) {
4472
+ if ( ! empty( $get[ $key ] ) ) {
4473
+ if ( is_array( $get[ $key ] ) ) {
4474
+ $params[ $key ] = array_map( 'trim', $get[ $key ] );
4475
  }
4476
  else {
4477
+ $params[ $key ] = trim( $get[ $key ] );
4478
  }
4479
  }
4480
  else {
4481
+ $params[ $key ] = 0;
4482
  }
 
4483
  }
4484
 
4485
  if ( ! is_array( $params['filter_activity'] ) ) {
4487
  }
4488
  $params['filter_activity'] = array_filter( $params['filter_activity'] );
4489
 
 
 
4490
  return $params;
4491
  }
4492
 
4625
  }
4626
  }
4627
 
4628
+ $list = array( '_cerber_subs', '_cerber_up', '_cerber_report', 'cerber-groove', 'cerber-groove-x', '_cerberkey_', 'cerber-antibot', 'cerber_admin_info', '_cerber_db_errors' );
4629
  $list = array_merge( $list, cerber_get_setting_list() );
4630
  foreach ( $list as $opt ) {
4631
  delete_site_option( $opt );
5302
 
5303
  $wp_type = 700;
5304
 
5305
+ if ( cerber_is_wp_ajax() ) {
5306
  /*
5307
  if ( isset( $_POST['action'] ) && $_POST['action'] == 'heartbeat' ) {
5308
  return;
cerber-maintenance.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
cerber-news.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -138,6 +138,15 @@ function cerber_push_the_news( $version ) {
138
  $news['8.1'][] = 'Bug fixed: The "Add to the Black List" button on the Activity log page does not work.';
139
  $news['8.1'][] = 'Bug fixed: When the "All suspicious activity" button is clicked on the Dashboard admin page, the "Subscribe" link on the Activity page does not work correctly';
140
 
 
 
 
 
 
 
 
 
 
141
  if ( ! empty( $news[ $version ] ) ) {
142
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
143
 
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
138
  $news['8.1'][] = 'Bug fixed: The "Add to the Black List" button on the Activity log page does not work.';
139
  $news['8.1'][] = 'Bug fixed: When the "All suspicious activity" button is clicked on the Dashboard admin page, the "Subscribe" link on the Activity page does not work correctly';
140
 
141
+ $news['8.2'][] = 'New: Automatic recovery of infected files. When the malware scanner detects changes in the core WordPress files and plugins, it automatically recovers them.';
142
+ $news['8.2'][] = 'New: A set of quick navigation buttons on the Activity page. They allow you to filter out log records quickly.';
143
+ $news['8.2'][] = 'New: A unique Session ID (SID) is displayed on the Forbidden 403 Page now.';
144
+ $news['8.2'][] = 'New: The advanced search on the Live Traffic page has got a set of new fields.';
145
+ $news['8.2'][] = 'New: To make a website comply with GDPR, a cookie prefix can be set.';
146
+ $news['8.2'][] = 'Update: The lockout notification settings are moved to the Notifications tab.';
147
+ $news['8.2'][] = 'Update: The list of files to be scanned in Quick mode now also includes files with these extensions: phtm, phtml, phps, php2, php3, php4, php5, php6, php7.';
148
+
149
+
150
  if ( ! empty( $news[ $version ] ) ) {
151
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
152
 
cerber-pluggable.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
cerber-request.php CHANGED
@@ -3,6 +3,7 @@
3
  final class CRB_Request {
4
  private static $remote_ip = null;
5
  private static $clean_uri = null; // No trailing slash, GET parameters and other junk symbols
 
6
  private static $uri_script = null; // With path and the starting slash (if script)
7
  private static $site_root = null; // Without trailing slash and path (site domain or IP address)
8
  private static $sub_folder = null; // Without trailing slash and site domain
@@ -16,8 +17,13 @@ final class CRB_Request {
16
  return self::purify();
17
  }
18
 
19
- // Clean up the requested URI from GET parameters and extra slashes
20
- // @since 7.9.2
 
 
 
 
 
21
  static function purify() {
22
  $uri = $_SERVER['REQUEST_URI'];
23
 
@@ -26,12 +32,12 @@ final class CRB_Request {
26
  }
27
 
28
  if ( $pos = strpos( $uri, '#' ) ) {
29
- $uri = substr( $uri, 0, $pos );
30
  }
31
 
32
- $uri = rtrim( $uri, '/' );
33
- //self::$clean_uri = preg_replace( '/\/+/', '/', $uri );
34
- self::$clean_uri = urldecode( preg_replace( '/\/+/', '/', $uri ) );
35
 
36
  return self::$clean_uri;
37
  }
@@ -78,7 +84,7 @@ final class CRB_Request {
78
  }
79
 
80
  /**
81
- * Does requested URL start with a given string
82
  *
83
  * @return string
84
  */
@@ -115,16 +121,13 @@ final class CRB_Request {
115
  }
116
 
117
  static function script() {
118
-
119
- if ( isset( self::$uri_script ) ) {
120
- return self::$uri_script;
121
- }
122
-
123
- if ( cerber_detect_exec_extension( self::URI() ) ) {
124
- self::$uri_script = strtolower( self::URI() );
125
- }
126
- else {
127
- self::$uri_script = false;
128
  }
129
 
130
  return self::$uri_script;
@@ -157,17 +160,27 @@ final class CRB_Request {
157
  }
158
 
159
  static function get_request_path() {
160
- if ( isset( self::$the_path ) ) {
161
- return self::$the_path;
 
 
 
162
  }
163
 
164
- if ( ! $path = crb_array_get( $_SERVER, 'PATH_INFO' ) ) { // Like /index.php/path-to-some-page/ or rest route
165
- $path = $_SERVER['REQUEST_URI'];
166
- }
167
 
168
- self::$the_path = '/' . trim( urldecode( $path ), '/' ) . '/';
 
 
 
 
 
 
 
 
169
 
170
- return self::$the_path;
171
  }
172
 
173
- }
3
  final class CRB_Request {
4
  private static $remote_ip = null;
5
  private static $clean_uri = null; // No trailing slash, GET parameters and other junk symbols
6
+ private static $request_uri = null; // Undecoded $_SERVER['REQUEST_URI']
7
  private static $uri_script = null; // With path and the starting slash (if script)
8
  private static $site_root = null; // Without trailing slash and path (site domain or IP address)
9
  private static $sub_folder = null; // Without trailing slash and site domain
17
  return self::purify();
18
  }
19
 
20
+ /**
21
+ * Cleans up and normalizes the requested URI.
22
+ * Removes GET parameters and extra slashes, normalizes malformed URI.
23
+ *
24
+ * @since 7.9.2
25
+ * @return string
26
+ */
27
  static function purify() {
28
  $uri = $_SERVER['REQUEST_URI'];
29
 
32
  }
33
 
34
  if ( $pos = strpos( $uri, '#' ) ) {
35
+ $uri = substr( $uri, 0, $pos ); // malformed
36
  }
37
 
38
+ $uri = rtrim( urldecode( $uri ), '/' );
39
+
40
+ self::$clean_uri = preg_replace( '/\/+/', '/', $uri );
41
 
42
  return self::$clean_uri;
43
  }
84
  }
85
 
86
  /**
87
+ * Does requested URL start with a given string?
88
  *
89
  * @return string
90
  */
121
  }
122
 
123
  static function script() {
124
+ if ( ! isset( self::$uri_script ) ) {
125
+ if ( cerber_detect_exec_extension( self::URI() ) ) {
126
+ self::$uri_script = strtolower( self::URI() );
127
+ }
128
+ else {
129
+ self::$uri_script = false;
130
+ }
 
 
 
131
  }
132
 
133
  return self::$uri_script;
160
  }
161
 
162
  static function get_request_path() {
163
+ if ( ! isset( self::$the_path ) ) {
164
+ if ( ! $path = crb_array_get( $_SERVER, 'PATH_INFO' ) ) { // Like /index.php/path-to-some-page/ or rest route
165
+ $path = $_SERVER['REQUEST_URI'];
166
+ }
167
+ self::$the_path = '/' . trim( urldecode( $path ), '/' ) . '/';
168
  }
169
 
170
+ return self::$the_path;
171
+ }
 
172
 
173
+ /**
174
+ * Return decoded $_SERVER['REQUEST_URI']
175
+ *
176
+ * @return string
177
+ */
178
+ static function get_request_URI() {
179
+ if ( ! isset( self::$request_uri ) ) {
180
+ self::$request_uri = trim( urldecode( $_SERVER['REQUEST_URI'] ) );
181
+ }
182
 
183
+ return self::$request_uri;
184
  }
185
 
186
+ }
cerber-scanner.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -31,6 +31,10 @@
31
 
32
  */
33
 
 
 
 
 
34
  define( 'CERBER_FT_WP', 1 );
35
  define( 'CERBER_FT_PLUGIN', 2 );
36
  define( 'CERBER_FT_THEME', 3 );
@@ -58,6 +62,9 @@ define( 'CERBER_DIR', 26 );
58
  define( 'CERBER_UXT', 30 );
59
  define( 'CERBER_NEW', 51 );
60
 
 
 
 
61
  define( 'CERBER_MALWR_DETECTED', 1000 );
62
 
63
  define( 'CRB_HASH_THEME', 'hash_tm_' );
@@ -69,6 +76,8 @@ define( 'CRB_SCAN_STOP', '__CERBER__SECURITY_SCAN_STOP__' );
69
  define( 'CRB_SCAN_DTB', '__CERBER__SECURITY_SCAN_DATA_B' );
70
  define( 'CRB_SCAN_DTE', '__CERBER__SECURITY_SCAN_DATA_E' );
71
 
 
 
72
  function cerber_show_scanner() {
73
  // http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html
74
 
@@ -540,25 +549,31 @@ function cerber_step_scanning() {
540
  cerber_verify_wp();
541
  break;
542
  case 8:
543
- $remain = cerber_verify_plugins();
544
  break;
545
  case 9:
546
- $remain = cerber_verify_themes();
547
  break;
548
  case 10:
549
- $remain = cerber_process_files();
550
  break;
551
  case 11:
 
 
 
 
 
 
552
  // Finalizing scan
553
  cerber_apply_scan_policies();
554
  break;
555
  }
556
 
557
  if ( ! $remain && ! $exceed && ! $aborted ) {
558
- $next_step = cerber_next_step( $scan );
559
  }
560
 
561
- if ( $next_step > 11 ) {
562
  $update['finished'] = time();
563
  $update['step_issues'] = array();
564
  }
@@ -591,6 +606,10 @@ function cerber_step_scanning() {
591
  if ( isset( $update['finished'] ) || isset( $update['aborted'] ) ) {
592
  crb_scan_debug( '>>>>>>>>>>>>>>> SCANNING IS COMPLETED.' );
593
  cerber_scan_completed();
 
 
 
 
594
  }
595
 
596
  return $ret;
@@ -598,32 +617,41 @@ function cerber_step_scanning() {
598
  }
599
 
600
  // Calculate the next step according to settings
601
- function cerber_next_step( $scan ) {
602
- $ret = $scan['next_step'];
603
- switch ( $scan['next_step'] ) {
 
604
  case 1:
605
  if ( crb_get_settings( 'scan_tmp' ) ) {
606
- $ret += 1;
607
  }
608
  else {
609
- $ret += ( crb_get_settings( 'scan_sess' ) ) ? 3 : 4;
610
  }
611
  break;
612
  case 3:
613
- $ret += ( crb_get_settings( 'scan_sess' ) ) ? 1 : 2;
614
  break;
615
  case 5:
616
- $ret += ( cerber_is_check_fs() ) ? 1 : 2;
 
 
 
 
 
 
617
  break;
618
  default:
619
- $ret ++;
620
  }
621
 
622
- return $ret;
623
  }
624
 
625
  function cerber_scan_completed() {
626
- if ( ! cerber_is_cloud_request() || ! lab_lab() || ! cerber_is_cloud_enabled() ) {
 
 
627
  return;
628
  }
629
 
@@ -673,27 +701,31 @@ function cerber_before_scan() {
673
  }
674
 
675
  function cerber_empty_folder( $dir ) {
676
- if ( ! wp_is_writable( $dir ) ) {
677
- crb_scan_debug( 'The directory is write protected: ' . $dir );
678
-
679
- return;
680
- }
681
  $dir = rtrim( $dir, '/\\' ) . DIRECTORY_SEPARATOR;
682
  $ex = crb_get_settings( 'scan_delexdir' );
683
  if ( $ex && in_array( $dir, $ex ) ) {
684
  return;
685
  }
 
 
 
 
 
 
 
686
  $r = cerber_empty_dir( $dir );
687
- if ( false === $r ) {
 
688
  cerber_log_scan_error( 'Unable to delete files in the directory: ' . $dir );
 
689
  }
690
  else {
691
- crb_scan_debug( 'Deleted ' . $r . ' files' );
692
  }
693
  }
694
 
695
  function cerber_apply_scan_policies() {
696
- if ( ! cerber_is_cloud_request() ) {
697
  return; // TODO: !uncomment for production
698
  }
699
  if ( ! $scan = cerber_get_scan() ) {
@@ -711,12 +743,10 @@ function cerber_apply_scan_policies() {
711
 
712
  foreach ( $scan['issues'] as $id => &$set ) {
713
  foreach ( $set['issues'] as $key => &$issue ) {
714
- if ( empty( $issue['data']['fd_allowed'] ) || ! is_file( $issue['data']['name'] ) ) {
715
- continue;
716
- }
717
-
718
- // Only files with code may be deleted
719
- if ( ! in_array( $issue[0], $may_be_deleted ) ) {
720
  continue;
721
  }
722
 
@@ -766,16 +796,95 @@ function cerber_apply_scan_policies() {
766
 
767
  if ( $delete ) {
768
  $update = true;
769
- $result = cerber_quarantine_move( $file_name, $scan['id'] );
770
  if ( is_wp_error( $result ) ) {
771
  cerber_log_scan_error( $result->get_error_message() );
772
- $issue['data']['dtd'] = 0;
773
  }
774
  else {
775
  crb_scan_debug( 'File deleted: ' . $file_name );
776
- $issue['data']['dtd'] = 1;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
777
  }
 
778
  }
 
 
 
 
 
 
779
  }
780
  }
781
 
@@ -783,6 +892,97 @@ function cerber_apply_scan_policies() {
783
  crb_scan_debug( 'Updating scan...' );
784
  cerber_update_scan( $scan );
785
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
786
  }
787
 
788
  /**
@@ -1143,20 +1343,20 @@ function cerber_push_issues( $section, $issues = array(), $container = '', $sec_
1143
  $data['fd_allowed'] = $allowed;
1144
 
1145
  }
1146
- //elseif ( isset( $issue['plugin'] ) ) {
1147
  // $data['version'] = $issue['plugin']['Version'];
1148
- elseif ( isset( $sec_details['plugin'] ) ) {
1149
  $data['version'] = $sec_details['plugin']['Version'];
1150
- $setype = 3;
1151
  }
1152
  elseif ( isset( $issue['theme'] ) ) {
1153
- $data['version'] = $issue['theme']->get('Version');
1154
- $setype = 2;
 
 
 
 
1155
  }
1156
- elseif ( isset( $issue['wordpress'] ) ) {
1157
- $data['version'] = $issue['wordpress'];
1158
- $setype = 1;
1159
- }
1160
 
1161
  $issue_type = $issue[0];
1162
  $details = ( isset( $issue[2] ) ) ? $issue[2] : '';
@@ -1400,6 +1600,9 @@ function cerber_get_issue_label( $id = null ) {
1400
  50 => __( 'Content has been modified', 'wp-cerber' ), // Previous scan
1401
  CERBER_NEW => __( 'New file', 'wp-cerber' ),
1402
 
 
 
 
1403
  );
1404
 
1405
  if ( $id !== null ) {
@@ -1681,7 +1884,12 @@ function cerber_verify_plugin( $plugin_folder, $plugin_data ) {
1681
  $local_prefix .= $plugin_folder . DIRECTORY_SEPARATOR;
1682
  }
1683
  list( $issues, $errors ) = cerber_verify_files( $hash, 'file_hash', $local_prefix );
1684
- cerber_push_issues( $plugin_data['Name'], $issues, 'crb-plugins' );
 
 
 
 
 
1685
  if ( ! $errors ) {
1686
  $ret = true;
1687
  }
@@ -1742,14 +1950,14 @@ function cerber_verify_wp() {
1742
  else {
1743
  $status = 9;
1744
  }
1745
- cerber_push_issues( 'WordPress', array( array( $status, 'wordpress' => $wp_version ) ) );
1746
  cerber_push_issues( 'WordPress', $issues );
1747
  }
1748
  else {
1749
- cerber_push_issues( 'WordPress', array( array( 7, 'wordpress' => $wp_version ) ) );
1750
  }
1751
 
1752
- cerber_set_scan( array( 'integrity' => array( 'wordpress' => $verified ) ) );
1753
 
1754
  return $ret;
1755
  }
@@ -1802,7 +2010,8 @@ function cerber_verify_themes() {
1802
  }
1803
  else {
1804
  if ( is_wp_error( $hash ) ) {
1805
- cerber_log_scan_error( $hash->get_error_message() );
 
1806
  }
1807
  $status = CERBER_NOHASH;
1808
  }
@@ -1897,7 +2106,7 @@ function cerber_process_files(){
1897
  case CERBER_FT_WP:
1898
  $section = 'WordPress';
1899
  $do_not_del = true;
1900
- if ( ! empty( $scan['integrity']['wordpress'] ) ) {
1901
  $integrity_verified = true;
1902
  }
1903
  break;
@@ -1934,7 +2143,7 @@ function cerber_process_files(){
1934
  $section = 'WordPress';
1935
  $status = CERBER_FOK;
1936
  }
1937
- if ( ! empty( $scan['integrity']['wordpress'] ) ) {
1938
  //$integrity_verified = true;
1939
  $do_not_del = false;
1940
  }
@@ -2765,20 +2974,56 @@ function cerber_get_plugin_hash( $plugin, $ver, $nocache = false ) {
2765
  function cerber_get_theme_hash( $theme_folder, $theme ) {
2766
 
2767
  if ( $hash = cerber_get_local_hash( CRB_HASH_THEME . sha1( $theme->get( 'Name' ) . $theme_folder ), $theme->get('Version') ) ) {
2768
- return $hash;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2769
  }
2770
 
2771
- // Try to load a reference ZIP archive from wordpress.org
 
 
 
 
2772
 
2773
- $tmp_folder = cerber_get_tmp_file_folder();
2774
- if ( is_wp_error( $tmp_folder ) ) {
2775
- return $tmp_folder;
2776
  }
2777
 
2778
- $tmp_zip_file = $tmp_folder . $theme_folder . '.' . $theme->get( 'Version' ) . '.zip';
 
 
 
 
 
 
 
 
 
 
2779
 
2780
- if ( ! $fp = fopen( $tmp_zip_file, 'w' ) ) {
2781
- return new WP_Error( 'cerber-file', 'Unable to create temporary file ' . $tmp_zip_file );
 
 
 
 
 
 
2782
  }
2783
 
2784
  $curl = @curl_init();
@@ -2786,8 +3031,6 @@ function cerber_get_theme_hash( $theme_folder, $theme ) {
2786
  return new WP_Error( 'cerber-curl', 'CURL library is disabled or not installed on this web server.');
2787
  }
2788
 
2789
- $url = 'https://downloads.wordpress.org/theme/' . $theme_folder . '.' . $theme->get( 'Version' ) . '.zip';
2790
-
2791
  curl_setopt_array( $curl, array(
2792
  CURLOPT_URL => $url,
2793
  CURLOPT_POST => false,
@@ -2802,32 +3045,23 @@ function cerber_get_theme_hash( $theme_folder, $theme ) {
2802
  CURLOPT_CAINFO => ABSPATH . WPINC . '/certificates/ca-bundle.crt',
2803
  ) );
2804
 
2805
- if ( ! curl_exec( $curl ) ) {
2806
- $code = curl_getinfo( $curl, CURLINFO_HTTP_CODE );
2807
- curl_close( $curl );
2808
- fclose( $fp );
2809
- unlink( $tmp_zip_file );
2810
-
2811
- if ( 404 == $code ) {
2812
- return false; // Nothing serious, should not be logged
2813
- }
2814
-
2815
- return new WP_Error( 'cerber-curl', 'Unable to download: ' . $url );
2816
- }
2817
-
2818
  curl_close( $curl );
2819
  fclose( $fp );
2820
 
2821
- $result = cerber_need_for_hash( $tmp_zip_file, true, time() + DAY_IN_SECONDS );
2822
- if ( is_wp_error( $result ) ) {
2823
- return $result;
2824
- }
2825
 
2826
- if ( $hash = cerber_get_local_hash( CRB_HASH_THEME . sha1( $theme->get( 'Name' ) . $theme_folder ), $theme->get('Version') ) ) {
2827
- return $hash;
 
 
 
2828
  }
2829
 
2830
- return false;
 
2831
  }
2832
 
2833
  /**
@@ -2967,7 +3201,12 @@ function cerber_obtain_hash( $url, $nocache = false ) {
2967
  curl_close( $curl );
2968
 
2969
  if ( $err ) {
2970
- cerber_log_scan_error( $err );
 
 
 
 
 
2971
  }
2972
 
2973
  return $ret;
@@ -3487,14 +3726,14 @@ function _crb_save_file_names( $list ) {
3487
  */
3488
  function cerber_is_file_type_scan( $filename ) {
3489
  global $cerber_scan_mode;
3490
- static $code = array( 'php', 'inc' );
3491
 
3492
  if ( $cerber_scan_mode == 'full' ) {
3493
  return true;
3494
  }
3495
  else {
3496
 
3497
- if ( cerber_check_extension( $filename, $code ) ) {
 
3498
  return true;
3499
  }
3500
 
@@ -3580,7 +3819,9 @@ function cerber_step_desc( $step = null ) {
3580
  __( 'Parsing the list of files', 'wp-cerber' ),
3581
  __( 'Checking for new and modified files', 'wp-cerber' ),
3582
  __( 'Verifying the integrity of WordPress', 'wp-cerber' ),
 
3583
  __( 'Verifying the integrity of the plugins', 'wp-cerber' ),
 
3584
  __( 'Verifying the integrity of the themes', 'wp-cerber' ),
3585
  __( 'Searching for malicious code', 'wp-cerber' ),
3586
  __( 'Finalizing the scan', 'wp-cerber' ),
@@ -4234,6 +4475,10 @@ function cerber_unzip( $file_name, $folder ) {
4234
  function cerber_init_wp_filesystem() {
4235
  global $wp_filesystem;
4236
 
 
 
 
 
4237
  require_once( ABSPATH . 'wp-admin/includes/file.php' );
4238
 
4239
  add_filter( 'filesystem_method', '__ret_direct' );
@@ -4596,7 +4841,7 @@ add_action( 'wp_ajax_cerber_scan_bulk_files', function () {
4596
 
4597
  switch ( $operation ) {
4598
  case 'delete_file':
4599
- $result = cerber_quarantine_move( $file_name, $scan_id );
4600
  break;
4601
  case 'ignore_add_file':
4602
  $ignore[ $the_file->file_name_hash ] = array(
@@ -4647,19 +4892,20 @@ add_action( 'wp_ajax_cerber_scan_bulk_files', function () {
4647
  /**
4648
  * Move files to the quarantine folder
4649
  *
 
4650
  * @param string $file_name
4651
  * @param integer $scan_id
4652
  *
4653
  * @return bool|WP_Error
4654
  */
4655
- function cerber_quarantine_move( $file_name, $scan_id ) {
4656
  static $folder;
4657
 
4658
  $scan_id = absint( $scan_id );
4659
  if ( ! is_file( $file_name ) || ! $scan_id ) {
4660
  return false;
4661
  }
4662
- if ( ! cerber_can_be_deleted( $file_name, true ) ) {
4663
  return new WP_Error( 'cerber-del', "This file can't be deleted: ". $file_name );
4664
  }
4665
 
@@ -4694,7 +4940,7 @@ function cerber_quarantine_move( $file_name, $scan_id ) {
4694
  if ( ! $f = fopen( $restore, 'w' ) ) {
4695
  return new WP_Error( 'cerber-quar', 'Unable to create a restore file.' );
4696
  }
4697
- fwrite( $f, 'Information for restoring deleted files.' . PHP_EOL
4698
  . 'Deletion date | Deleted file => Original file to copy to restore.' . PHP_EOL
4699
  . '-----------------------------------------------------------------'
4700
  . PHP_EOL . `` );
@@ -4715,8 +4961,15 @@ function cerber_quarantine_move( $file_name, $scan_id ) {
4715
  }
4716
  }
4717
 
4718
- if ( ! @rename( $file_name, $new_name ) ) {
4719
- return new WP_Error( 'cerber-quar', 'Unable to move file to the quarantine: ' . $file_name . '. Check the file folder permissions.' );
 
 
 
 
 
 
 
4720
  }
4721
 
4722
  // Save restoring info
@@ -4849,6 +5102,7 @@ add_action( 'init', function () {
4849
  echo 'Nothing to report';
4850
  }
4851
  echo $report;
 
4852
  //cerber_send_email( 'scan', $report );
4853
  die();
4854
  }
@@ -4985,10 +5239,11 @@ function cerber_scan_report( $scan ) {
4985
 
4986
  // Issues
4987
 
4988
- $isize = crb_get_settings( 'scan_isize' );
4989
- $cols = ( $isize ) ? 3 : 2;
4990
- $table = cerber_get_db_prefix() . CERBER_SCAN_TABLE;
4991
- $deleted = 0;
 
4992
 
4993
  if ( $for_report ) {
4994
  $conames = array( 'crb-plugins' => 'plugin', 'crb-themes' => 'theme', 'crb-wordpress' => 'files' );
@@ -5029,13 +5284,22 @@ function cerber_scan_report( $scan ) {
5029
  }
5030
  $size = '<td>' . $issue['data']['size'] . $size_diff . '</td>';
5031
  }
5032
- $del = '';
5033
- if ( ! empty( $issue['data']['dtd'] ) ) {
5034
- $del = ' <span style="background-color: #333; color: #fff; padding: 2px;">' . __( 'Deleted', 'wp-cerber' ) . '</span> ';
5035
- $deleted ++;
 
 
 
 
 
 
 
 
 
5036
  }
5037
  //$rows[] = '<td style="' . $css_border . $css_td . ' font-size:94%; font-family: Menlo, Consolas, Monaco, monospace;">' . $single_issue[1] . '</td><td style="padding: 0.5em; text-align: center; ' . $color . $css_border . '">' . cerber_get_issue_label( $single_issue[0] ) . '</td>'.$size;
5038
- $section_items[] = '<td style="' . $css_border . $css_td . ' font-size:94%; font-family: Menlo, Consolas, Monaco, monospace;">' . $issue[1] . $del . '</td><td style="padding: 0.5em; text-align: center; ' . $color . $css_border . '">' . cerber_get_issue_label( $issue[0] ) . '</td>' . $size;
5039
  }
5040
  /*
5041
  if ( ! $i ) {
@@ -5076,9 +5340,13 @@ function cerber_scan_report( $scan ) {
5076
  }
5077
  }
5078
 
 
5079
  if ( $deleted ) {
5080
- $qu = cerber_admin_link( 'scan_quarantine', array( 'scan' => $scan['id'] ) );
5081
- $summary[] = '<a href="' . $qu . '">' . __( 'Automatically moved to quarantine', 'wp-cerber' ) . '&nbsp;<b>' . $deleted . '</b></a>';
 
 
 
5082
  }
5083
 
5084
  //$summary = implode( ' &nbsp;|&nbsp; ', $summary );
@@ -5191,22 +5459,48 @@ function cerber_check_vulnerabilities( $plugin_slug, $plugin ) {
5191
  if ( ! $ret ) {
5192
  $ret = false;
5193
  }
 
 
 
 
5194
 
5195
  return $ret;
5196
  }
5197
 
 
 
 
 
 
 
5198
  function cerber_get_vulnerabilities( $plugin_slug, $plugin ) {
5199
  $ret = false;
 
5200
  $key = 'crb_vuln_' . sha1( $plugin_slug );
5201
  $vu = cerber_get_set( $key );
 
5202
  if ( ! $vu ) {
 
 
5203
  if ( ! $json = @file_get_contents( CERBER_VULNDB_API . $plugin_slug ) ) {
5204
- return $ret;
 
 
5205
  }
 
5206
  if ( ! $vu = json_decode( $json, true ) ) {
 
 
 
 
5207
  return $ret;
5208
  }
5209
- cerber_update_set( $key, $vu, null, true, time() + 7200 );
 
 
 
 
 
5210
  }
5211
 
5212
  $v_list = false;
@@ -5284,7 +5578,6 @@ function cerber_has_extension( $file_name, $setting ) {
5284
  function cerber_make_numbers( &$update = array(), &$scan = array() ) {
5285
  $update['numbers'] = ( ! isset( $scan['numbers'] ) ) ? array() : $scan['numbers'];
5286
  foreach ( $scan['step_issues'] as $set ) {
5287
- //if ( $set['setype'] != 21 ) {
5288
  foreach ( $set['issues'] as $issue ) {
5289
  if ( ! isset( $update['numbers'][ $issue[0] ] ) ) {
5290
  $update['numbers'][ $issue[0] ] = 0;
@@ -5298,7 +5591,6 @@ function cerber_make_numbers( &$update = array(), &$scan = array() ) {
5298
  $update['numbers'][ $issue[3] ] ++;
5299
  }
5300
  }
5301
- //}
5302
  if ( $set['setype'] == 21 ) {
5303
  if ( ! isset( $update['numbers'][ CERBER_USF ] ) ) {
5304
  $update['numbers'][ CERBER_USF ] = 0;
@@ -5306,7 +5598,6 @@ function cerber_make_numbers( &$update = array(), &$scan = array() ) {
5306
  $update['numbers'][ CERBER_USF ] += count( $set['issues'] );
5307
  }
5308
  }
5309
-
5310
  }
5311
 
5312
  function cerber_show_quarantine() {
@@ -5496,11 +5787,17 @@ function cerber_quarantine_do( $what, $scan_id, $qfile ) {
5496
  break;
5497
  case 'restore':
5498
  if ( $data['can'] ) {
5499
- if ( @rename( $file, $data['source'] ) ) {
5500
- $msg = __( 'The file has been restored to its original location.', 'wp-cerber' );
 
5501
  }
5502
- else {
5503
- $err = 'A file error occurred while restoring the file. Check permissions of folders.';
 
 
 
 
 
5504
  }
5505
  }
5506
  else {
@@ -5509,7 +5806,7 @@ function cerber_quarantine_do( $what, $scan_id, $qfile ) {
5509
  break;
5510
  }
5511
  if ( $err ) {
5512
- cerber_admin_notice( $err );
5513
  }
5514
  if ( $msg ) {
5515
  cerber_admin_message( $msg );
@@ -5597,19 +5894,18 @@ function crb_parse_qline( $dir, $line ) {
5597
  }
5598
  $size = @filesize( $fname );
5599
  $size = ( is_numeric( $size ) ) ? $size : 0;
5600
- $sdir = dirname( $source ) . DIRECTORY_SEPARATOR;
5601
- $can = ( file_exists( $sdir ) ) ? true : false;
5602
- if ( $can ) {
5603
- $can = ( file_exists( $source ) ) ? false : true;
5604
- }
5605
 
5606
  $ret = array(
5607
  'date' => $date,
5608
  'size' => crb_size_format( $size ),
5609
  'qfile' => $qfile,
5610
  'source' => $source,
5611
- 'sdir' => $sdir,
5612
- 'can' => $can
 
5613
  );
5614
 
5615
  return $ret;
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
31
 
32
  */
33
 
34
+ define( 'CERBER_PK_WP', 'wordpress' );
35
+ define( 'CERBER_PK_PLUGIN', 'plugin' );
36
+ define( 'CERBER_PK_THEME', 'theme' );
37
+
38
  define( 'CERBER_FT_WP', 1 );
39
  define( 'CERBER_FT_PLUGIN', 2 );
40
  define( 'CERBER_FT_THEME', 3 );
62
  define( 'CERBER_UXT', 30 );
63
  define( 'CERBER_NEW', 51 );
64
 
65
+ define( 'CERBER_FDLD', 301 );
66
+ define( 'CERBER_FRCV', 311 );
67
+
68
  define( 'CERBER_MALWR_DETECTED', 1000 );
69
 
70
  define( 'CRB_HASH_THEME', 'hash_tm_' );
76
  define( 'CRB_SCAN_DTB', '__CERBER__SECURITY_SCAN_DATA_B' );
77
  define( 'CRB_SCAN_DTE', '__CERBER__SECURITY_SCAN_DATA_E' );
78
 
79
+ define( 'CRB_SCAN_RCV_DIR', 'recovery' );
80
+
81
  function cerber_show_scanner() {
82
  // http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html
83
 
549
  cerber_verify_wp();
550
  break;
551
  case 8:
552
+ $remain = cerber_recover_files( CERBER_PK_WP );
553
  break;
554
  case 9:
555
+ $remain = cerber_verify_plugins();
556
  break;
557
  case 10:
558
+ $remain = cerber_recover_files( CERBER_PK_PLUGIN );
559
  break;
560
  case 11:
561
+ $remain = cerber_verify_themes();
562
+ break;
563
+ case 12:
564
+ $remain = cerber_process_files();
565
+ break;
566
+ case 13:
567
  // Finalizing scan
568
  cerber_apply_scan_policies();
569
  break;
570
  }
571
 
572
  if ( ! $remain && ! $exceed && ! $aborted ) {
573
+ $next_step = cerber_next_step( $scan['next_step'] );
574
  }
575
 
576
+ if ( $next_step > 13 ) {
577
  $update['finished'] = time();
578
  $update['step_issues'] = array();
579
  }
606
  if ( isset( $update['finished'] ) || isset( $update['aborted'] ) ) {
607
  crb_scan_debug( '>>>>>>>>>>>>>>> SCANNING IS COMPLETED.' );
608
  cerber_scan_completed();
609
+ $cr = cerber_cleanup_recovery();
610
+ if ( is_wp_error( $cr ) ) {
611
+ crb_scan_debug( 'ERROR: ' . $cr->get_error_message() );
612
+ }
613
  }
614
 
615
  return $ret;
617
  }
618
 
619
  // Calculate the next step according to settings
620
+ function cerber_next_step( $current_step ) {
621
+ //$current_step = $scan['next_step'];
622
+ $next_step = $current_step;
623
+ switch ( $current_step ) {
624
  case 1:
625
  if ( crb_get_settings( 'scan_tmp' ) ) {
626
+ $next_step += 1;
627
  }
628
  else {
629
+ $next_step += ( crb_get_settings( 'scan_sess' ) ) ? 3 : 4;
630
  }
631
  break;
632
  case 3:
633
+ $next_step += ( crb_get_settings( 'scan_sess' ) ) ? 1 : 2;
634
  break;
635
  case 5:
636
+ $next_step += ( cerber_is_check_fs() ) ? 1 : 2;
637
+ break;
638
+ case 7:
639
+ $next_step += ( crb_get_settings( 'scan_recover_wp' ) ) ? 1 : 2;
640
+ break;
641
+ case 9:
642
+ $next_step += ( crb_get_settings( 'scan_recover_pl' ) ) ? 1 : 2;
643
  break;
644
  default:
645
+ $next_step ++;
646
  }
647
 
648
+ return $next_step;
649
  }
650
 
651
  function cerber_scan_completed() {
652
+ if ( ! cerber_is_cloud_request()
653
+ || ! lab_lab()
654
+ || ! cerber_is_cloud_enabled() ) {
655
  return;
656
  }
657
 
701
  }
702
 
703
  function cerber_empty_folder( $dir ) {
 
 
 
 
 
704
  $dir = rtrim( $dir, '/\\' ) . DIRECTORY_SEPARATOR;
705
  $ex = crb_get_settings( 'scan_delexdir' );
706
  if ( $ex && in_array( $dir, $ex ) ) {
707
  return;
708
  }
709
+
710
+ if ( ! wp_is_writable( $dir ) ) {
711
+ cerber_log_scan_error( 'The directory is write protected: ' . $dir );
712
+
713
+ return;
714
+ }
715
+
716
  $r = cerber_empty_dir( $dir );
717
+
718
+ if ( is_wp_error( $r ) ) {
719
  cerber_log_scan_error( 'Unable to delete files in the directory: ' . $dir );
720
+ crb_scan_debug( $r->get_error_message() );
721
  }
722
  else {
723
+ crb_scan_debug( 'Directory has been emptied: ' . $dir );
724
  }
725
  }
726
 
727
  function cerber_apply_scan_policies() {
728
+ if ( ! cerber_is_cloud_request() && ! lab_lab() ) {
729
  return; // TODO: !uncomment for production
730
  }
731
  if ( ! $scan = cerber_get_scan() ) {
743
 
744
  foreach ( $scan['issues'] as $id => &$set ) {
745
  foreach ( $set['issues'] as $key => &$issue ) {
746
+ if ( empty( $issue['data']['fd_allowed'] )
747
+ || isset( $issue['data']['prced'] )
748
+ || ! in_array( $issue[0], $may_be_deleted )
749
+ || ! is_file( $issue['data']['name'] ) ) {
 
 
750
  continue;
751
  }
752
 
796
 
797
  if ( $delete ) {
798
  $update = true;
799
+ $result = cerber_quarantine_file( 'move', $file_name, $scan['id'] );
800
  if ( is_wp_error( $result ) ) {
801
  cerber_log_scan_error( $result->get_error_message() );
802
+ $issue['data']['prced'] = CERBER_FDLD - 1;
803
  }
804
  else {
805
  crb_scan_debug( 'File deleted: ' . $file_name );
806
+ $issue['data']['prced'] = CERBER_FDLD;
807
+ }
808
+ }
809
+ }
810
+ }
811
+
812
+ if ( $update ) {
813
+ crb_scan_debug( 'Updating scan...' );
814
+ cerber_update_scan( $scan );
815
+ }
816
+ }
817
+
818
+ function cerber_recover_files( $package_type ) {
819
+ if ( ! cerber_is_cloud_request() && ! lab_lab() ) {
820
+ return false;
821
+ }
822
+ if ( ! $scan = cerber_get_scan() ) {
823
+ return false;
824
+ }
825
+
826
+ $mapping = array(
827
+ CERBER_FT_WP => CERBER_PK_WP,
828
+ CERBER_FT_ROOT => CERBER_PK_WP,
829
+ CERBER_FT_PLUGIN => CERBER_PK_PLUGIN,
830
+ CERBER_FT_THEME => 'theme',
831
+ );
832
+
833
+ $update = false;
834
+ $ret = 0;
835
+
836
+ foreach ( $scan['issues'] as $id => &$set ) {
837
+ foreach ( $set['issues'] as $key => &$issue ) {
838
+ if ( $issue[0] != CERBER_IMD
839
+ || isset( $issue['data']['prced'] ) ) {
840
+ continue;
841
+ }
842
+
843
+ $file_type = $issue['data']['type'];
844
+
845
+ if ( ! isset( $mapping[ $file_type ] )
846
+ || $mapping[ $file_type ] != $package_type ) {
847
+ continue;
848
+ }
849
+
850
+ $file_name = $issue['data']['name'];
851
+ if ( ! is_file( $file_name ) ) {
852
+ continue;
853
+ }
854
+
855
+ $data = array();
856
+ if ( $package_type == CERBER_PK_PLUGIN ) {
857
+ $data = $set['sec_details']['plugin'];
858
+ }
859
+
860
+ $source_file = cerber_get_the_source( $package_type, $file_name, $data );
861
+
862
+ if ( cerber_exec_timer() ) { // TODO: should be checked separately for downloading and unziping
863
+ $ret = 1;
864
+ break 2;
865
+ }
866
+
867
+ if ( is_wp_error( $source_file ) ) {
868
+ crb_scan_debug( 'ERROR: ' . $source_file->get_error_message() );
869
+ continue;
870
+ }
871
+
872
+ cerber_quarantine_file( 'copy', $file_name, $scan['id'] );
873
+
874
+ if ( ! @copy( $source_file, $file_name ) ) {
875
+ $err = error_get_last();
876
+ crb_scan_debug( 'ERROR: Unable to recover the file: ' . $file_name );
877
+ if ( $err ) {
878
+ crb_scan_debug( 'I/O ERROR: ' . $err['message'] );
879
  }
880
+ $issue['data']['prced'] = CERBER_FRCV - 1;
881
  }
882
+ else {
883
+ crb_scan_debug( 'The file has been recovered: ' . $file_name );
884
+ $issue['data']['prced'] = CERBER_FRCV;
885
+ $update = true;
886
+ }
887
+
888
  }
889
  }
890
 
892
  crb_scan_debug( 'Updating scan...' );
893
  cerber_update_scan( $scan );
894
  }
895
+
896
+ return $ret;
897
+ }
898
+
899
+ function cerber_get_the_source( $package_type, $file_name, $data = array() ) {
900
+
901
+ switch ( $package_type ) {
902
+ case CERBER_PK_WP:
903
+ $file_name = mb_substr( $file_name, mb_strlen( cerber_get_abspath() ) );
904
+ $version = cerber_get_wp_version();
905
+ $locale = get_locale();
906
+ $arc_folder = 'wordpress/';
907
+ $slug = $locale . '-';
908
+ // See do_core_upgrade();
909
+ if ( $locale == 'en_US' ) {
910
+ $url = 'https://downloads.wordpress.org/release/wordpress-' . $version . '.zip';
911
+ $zip_name = 'wordpress-' . $version . '.zip';
912
+ }
913
+ else {
914
+ $url = 'https://downloads.wordpress.org/release/' . $locale . '/wordpress-' . $version . '.zip';
915
+ $zip_name = 'wordpress-' . $version . '-' . $locale . '.zip';
916
+ }
917
+ break;
918
+ case CERBER_PK_PLUGIN:
919
+ $file_name = mb_substr( $file_name, mb_strlen( cerber_get_plugins_dir() ) );
920
+ list( $slug ) = explode( '/', $data['slug'] );
921
+ $version = trim( $data['Version'], '.' );
922
+ $arc_folder = '';
923
+ $url = 'https://downloads.wordpress.org/plugin/' . $slug . '.' . $version . '.zip';
924
+ $zip_name = $slug . '.' . $version . '.zip';
925
+ break;
926
+ default:
927
+ return false;
928
+ }
929
+
930
+ $folder = cerber_get_tmp_file_folder();
931
+ if ( is_wp_error( $folder ) ) {
932
+ return $folder;
933
+ }
934
+
935
+ $tmp_folder = $folder . CRB_SCAN_RCV_DIR . '/' . $package_type . '/' . $slug . $version . '/';
936
+ $ret = $tmp_folder . $arc_folder . $file_name;
937
+
938
+ if ( file_exists( $ret ) ) {
939
+ return $ret;
940
+ }
941
+
942
+ crb_scan_debug( 'Downloading source: ' . $url );
943
+
944
+ $zip_file = cerber_download_file( $url, $zip_name );
945
+
946
+ if ( ! $zip_file || is_wp_error( $zip_file ) ) {
947
+ return $zip_file;
948
+ }
949
+
950
+ $result = cerber_unzip( $zip_file, $tmp_folder );
951
+
952
+ if ( is_wp_error( $result ) ) {
953
+ return new WP_Error( 'cerber-zip', 'Unable to unzip file ' . $zip_file . ' ' . $result->get_error_message() );
954
+ }
955
+
956
+ unlink( $zip_file );
957
+
958
+ if ( ! file_exists( $ret ) ) {
959
+ return new WP_Error( 'scan_no_source', 'No source file found' );
960
+ }
961
+
962
+ return $ret;
963
+
964
+ }
965
+
966
+ function cerber_cleanup_recovery() {
967
+ $folder = cerber_get_tmp_file_folder();
968
+ if ( is_wp_error( $folder ) ) {
969
+ return $folder;
970
+ }
971
+
972
+ if ( ! file_exists( $folder . CRB_SCAN_RCV_DIR ) ) {
973
+ return true;
974
+ }
975
+
976
+ $fs = cerber_init_wp_filesystem();
977
+ if ( is_wp_error( $fs ) ) {
978
+ return $fs;
979
+ }
980
+
981
+ if ( ! $fs->rmdir( $folder . CRB_SCAN_RCV_DIR, true ) ) {
982
+ return new WP_Error( 'cerber-dir', 'ERROR: Unable to clean up recovery folder' );
983
+ }
984
+
985
+ return true;
986
  }
987
 
988
  /**
1343
  $data['fd_allowed'] = $allowed;
1344
 
1345
  }
1346
+ //elseif ( isset( $issue['plugin'] ) ) {
1347
  // $data['version'] = $issue['plugin']['Version'];
1348
+ elseif ( isset( $sec_details['plugin'] ) ) {
1349
  $data['version'] = $sec_details['plugin']['Version'];
1350
+ $setype = 3;
1351
  }
1352
  elseif ( isset( $issue['theme'] ) ) {
1353
+ $data['version'] = $issue['theme']->get( 'Version' );
1354
+ $setype = 2;
1355
+ }
1356
+ elseif ( isset( $issue[ CERBER_PK_WP ] ) ) {
1357
+ $data['version'] = $issue[ CERBER_PK_WP ];
1358
+ $setype = 1;
1359
  }
 
 
 
 
1360
 
1361
  $issue_type = $issue[0];
1362
  $details = ( isset( $issue[2] ) ) ? $issue[2] : '';
1600
  50 => __( 'Content has been modified', 'wp-cerber' ), // Previous scan
1601
  CERBER_NEW => __( 'New file', 'wp-cerber' ),
1602
 
1603
+ CERBER_FDLD => __( 'File deleted', 'wp-cerber' ),
1604
+ CERBER_FRCV => __( 'File recovered', 'wp-cerber' ),
1605
+
1606
  );
1607
 
1608
  if ( $id !== null ) {
1884
  $local_prefix .= $plugin_folder . DIRECTORY_SEPARATOR;
1885
  }
1886
  list( $issues, $errors ) = cerber_verify_files( $hash, 'file_hash', $local_prefix );
1887
+
1888
+ $sec_details = array(
1889
+ 'plugin' => array( 'slug' => $plugin_folder, 'Version' => $plugin_data['Version'] ),
1890
+ );
1891
+
1892
+ cerber_push_issues( $plugin_data['Name'], $issues, 'crb-plugins', $sec_details );
1893
  if ( ! $errors ) {
1894
  $ret = true;
1895
  }
1950
  else {
1951
  $status = 9;
1952
  }
1953
+ cerber_push_issues( 'WordPress', array( array( $status, CERBER_PK_WP => $wp_version ) ) );
1954
  cerber_push_issues( 'WordPress', $issues );
1955
  }
1956
  else {
1957
+ cerber_push_issues( 'WordPress', array( array( 7, CERBER_PK_WP => $wp_version ) ) );
1958
  }
1959
 
1960
+ cerber_set_scan( array( 'integrity' => array( CERBER_PK_WP => $verified ) ) );
1961
 
1962
  return $ret;
1963
  }
2010
  }
2011
  else {
2012
  if ( is_wp_error( $hash ) ) {
2013
+ crb_scan_debug( $hash->get_error_message() );
2014
+ //cerber_log_scan_error( $hash->get_error_message() );
2015
  }
2016
  $status = CERBER_NOHASH;
2017
  }
2106
  case CERBER_FT_WP:
2107
  $section = 'WordPress';
2108
  $do_not_del = true;
2109
+ if ( ! empty( $scan['integrity'][ CERBER_PK_WP ] ) ) {
2110
  $integrity_verified = true;
2111
  }
2112
  break;
2143
  $section = 'WordPress';
2144
  $status = CERBER_FOK;
2145
  }
2146
+ if ( ! empty( $scan['integrity'][ CERBER_PK_WP ] ) ) {
2147
  //$integrity_verified = true;
2148
  $do_not_del = false;
2149
  }
2974
  function cerber_get_theme_hash( $theme_folder, $theme ) {
2975
 
2976
  if ( $hash = cerber_get_local_hash( CRB_HASH_THEME . sha1( $theme->get( 'Name' ) . $theme_folder ), $theme->get('Version') ) ) {
2977
+ return $hash;
2978
+ }
2979
+
2980
+ $tmp_file_name = $theme_folder . '.' . $theme->get( 'Version' ) . '.zip';
2981
+ $url = 'https://downloads.wordpress.org/theme/' . $theme_folder . '.' . $theme->get( 'Version' ) . '.zip';
2982
+ $tmp_zip_file = cerber_download_file( $url, $tmp_file_name );
2983
+ if ( is_wp_error( $tmp_zip_file ) ) {
2984
+ return $tmp_zip_file;
2985
+ }
2986
+
2987
+ $result = cerber_need_for_hash( $tmp_zip_file, true, time() + DAY_IN_SECONDS );
2988
+ if ( is_wp_error( $result ) ) {
2989
+ return $result;
2990
+ }
2991
+
2992
+ if ( $hash = cerber_get_local_hash( CRB_HASH_THEME . sha1( $theme->get( 'Name' ) . $theme_folder ), $theme->get('Version') ) ) {
2993
+ return $hash;
2994
  }
2995
 
2996
+ return false;
2997
+ }
2998
+
2999
+ function cerber_download_file( $url, $file_name, $folder = null ) {
3000
+ static $errors = array();
3001
 
3002
+ $url_id = sha1( $url );
3003
+ if ( isset( $errors[ $url_id ] ) ) {
3004
+ return $errors[ $url_id ];
3005
  }
3006
 
3007
+ $tmp = false;
3008
+ if ( ! $folder ) {
3009
+ $folder = cerber_get_tmp_file_folder();
3010
+ if ( is_wp_error( $folder ) ) {
3011
+ return $folder;
3012
+ }
3013
+ $tmp = true;
3014
+ }
3015
+ elseif ( ! file_exists( $folder ) ) {
3016
+ return new WP_Error( 'cerber-file', 'Target folder does not exist: ' . $folder );
3017
+ }
3018
 
3019
+ $dst_file = $folder . $file_name;
3020
+
3021
+ if ( ! $tmp && file_exists( $dst_file ) ) {
3022
+ return new WP_Error( 'cerber-file', 'Aborted. Target file exists: ' . $dst_file );
3023
+ }
3024
+
3025
+ if ( ! $fp = fopen( $dst_file, 'w' ) ) {
3026
+ return new WP_Error( 'cerber-file', 'Unable to create file: ' . $dst_file );
3027
  }
3028
 
3029
  $curl = @curl_init();
3031
  return new WP_Error( 'cerber-curl', 'CURL library is disabled or not installed on this web server.');
3032
  }
3033
 
 
 
3034
  curl_setopt_array( $curl, array(
3035
  CURLOPT_URL => $url,
3036
  CURLOPT_POST => false,
3045
  CURLOPT_CAINFO => ABSPATH . WPINC . '/certificates/ca-bundle.crt',
3046
  ) );
3047
 
3048
+ $exec = curl_exec( $curl );
3049
+ $code = curl_getinfo( $curl, CURLINFO_HTTP_CODE );
 
 
 
 
 
 
 
 
 
 
 
3050
  curl_close( $curl );
3051
  fclose( $fp );
3052
 
3053
+ if ( ! $exec ) {
3054
+ unlink( $dst_file );
 
 
3055
 
3056
+ $ret = new WP_Error( 'cerber-curl', 'Unable (HTTP ' . $code . ') to download file: ' . $url );
3057
+
3058
+ $errors[ $url_id ] = $ret;
3059
+
3060
+ return $ret;
3061
  }
3062
 
3063
+ return $dst_file;
3064
+
3065
  }
3066
 
3067
  /**
3201
  curl_close( $curl );
3202
 
3203
  if ( $err ) {
3204
+ if ( $http_code == 404 ) {
3205
+ crb_scan_debug( $err );
3206
+ }
3207
+ else {
3208
+ cerber_log_scan_error( $err );
3209
+ }
3210
  }
3211
 
3212
  return $ret;
3726
  */
3727
  function cerber_is_file_type_scan( $filename ) {
3728
  global $cerber_scan_mode;
 
3729
 
3730
  if ( $cerber_scan_mode == 'full' ) {
3731
  return true;
3732
  }
3733
  else {
3734
 
3735
+ // @since 8.2 the list includes additional php extensions
3736
+ if ( cerber_check_extension( $filename, array( 'php', 'phtm', 'phtml', 'phps', 'php2', 'php3', 'php4', 'php5', 'php6', 'php7', 'inc' ) ) ) {
3737
  return true;
3738
  }
3739
 
3819
  __( 'Parsing the list of files', 'wp-cerber' ),
3820
  __( 'Checking for new and modified files', 'wp-cerber' ),
3821
  __( 'Verifying the integrity of WordPress', 'wp-cerber' ),
3822
+ __( 'Recovering WordPress files', 'wp-cerber' ),
3823
  __( 'Verifying the integrity of the plugins', 'wp-cerber' ),
3824
+ __( 'Recovering plugins files', 'wp-cerber' ),
3825
  __( 'Verifying the integrity of the themes', 'wp-cerber' ),
3826
  __( 'Searching for malicious code', 'wp-cerber' ),
3827
  __( 'Finalizing the scan', 'wp-cerber' ),
4475
  function cerber_init_wp_filesystem() {
4476
  global $wp_filesystem;
4477
 
4478
+ if ( $wp_filesystem instanceof WP_Filesystem_Direct ) { // @since 8.1.5
4479
+ return $wp_filesystem;
4480
+ }
4481
+
4482
  require_once( ABSPATH . 'wp-admin/includes/file.php' );
4483
 
4484
  add_filter( 'filesystem_method', '__ret_direct' );
4841
 
4842
  switch ( $operation ) {
4843
  case 'delete_file':
4844
+ $result = cerber_quarantine_file( 'move', $file_name, $scan_id );
4845
  break;
4846
  case 'ignore_add_file':
4847
  $ignore[ $the_file->file_name_hash ] = array(
4892
  /**
4893
  * Move files to the quarantine folder
4894
  *
4895
+ * @param $action string 'move' or 'copy'
4896
  * @param string $file_name
4897
  * @param integer $scan_id
4898
  *
4899
  * @return bool|WP_Error
4900
  */
4901
+ function cerber_quarantine_file( $action, $file_name, $scan_id ) {
4902
  static $folder;
4903
 
4904
  $scan_id = absint( $scan_id );
4905
  if ( ! is_file( $file_name ) || ! $scan_id ) {
4906
  return false;
4907
  }
4908
+ if ( $action == 'move' && ! cerber_can_be_deleted( $file_name, true ) ) {
4909
  return new WP_Error( 'cerber-del', "This file can't be deleted: ". $file_name );
4910
  }
4911
 
4940
  if ( ! $f = fopen( $restore, 'w' ) ) {
4941
  return new WP_Error( 'cerber-quar', 'Unable to create a restore file.' );
4942
  }
4943
+ fwrite( $f, 'Information for restoring files.' . PHP_EOL
4944
  . 'Deletion date | Deleted file => Original file to copy to restore.' . PHP_EOL
4945
  . '-----------------------------------------------------------------'
4946
  . PHP_EOL . `` );
4961
  }
4962
  }
4963
 
4964
+ if ( $action == 'move' ) {
4965
+ if ( ! @rename( $file_name, $new_name ) ) {
4966
+ return new WP_Error( 'cerber-quar', 'Unable to move file to the quarantine: ' . $file_name . '. Check the file folder permissions.' );
4967
+ }
4968
+ }
4969
+ else {
4970
+ if ( ! @copy( $file_name, $new_name ) ) {
4971
+ return new WP_Error( 'cerber-quar', 'Unable to copy file to the quarantine: ' . $file_name . '. Check the file folder permissions.' );
4972
+ }
4973
  }
4974
 
4975
  // Save restoring info
5102
  echo 'Nothing to report';
5103
  }
5104
  echo $report;
5105
+ print_r($scan);
5106
  //cerber_send_email( 'scan', $report );
5107
  die();
5108
  }
5239
 
5240
  // Issues
5241
 
5242
+ $isize = crb_get_settings( 'scan_isize' );
5243
+ $cols = ( $isize ) ? 3 : 2;
5244
+ $table = cerber_get_db_prefix() . CERBER_SCAN_TABLE;
5245
+ $deleted = 0;
5246
+ $recovered = 0;
5247
 
5248
  if ( $for_report ) {
5249
  $conames = array( 'crb-plugins' => 'plugin', 'crb-themes' => 'theme', 'crb-wordpress' => 'files' );
5284
  }
5285
  $size = '<td>' . $issue['data']['size'] . $size_diff . '</td>';
5286
  }
5287
+
5288
+ $status = '';
5289
+ if ( isset( $issue['data']['prced'] ) ) {
5290
+ switch ( $issue['data']['prced'] ) {
5291
+ case CERBER_FDLD:
5292
+ $status = ' <span style="background-color: #333; color: #fff; padding: 2px;">' . __( 'Deleted', 'wp-cerber' ) . '</span> ';
5293
+ $deleted ++;
5294
+ break;
5295
+ case CERBER_FRCV:
5296
+ $status = ' <span style="background-color: #0963d5;; color: #fff; padding: 2px;">' . __( 'Recovered', 'wp-cerber' ) . '</span> ';
5297
+ $recovered ++;
5298
+ break;
5299
+ }
5300
  }
5301
  //$rows[] = '<td style="' . $css_border . $css_td . ' font-size:94%; font-family: Menlo, Consolas, Monaco, monospace;">' . $single_issue[1] . '</td><td style="padding: 0.5em; text-align: center; ' . $color . $css_border . '">' . cerber_get_issue_label( $single_issue[0] ) . '</td>'.$size;
5302
+ $section_items[] = '<td style="' . $css_border . $css_td . ' font-size:94%; font-family: Menlo, Consolas, Monaco, monospace;">' . $issue[1] . $status . '</td><td style="padding: 0.5em; text-align: center; ' . $color . $css_border . '">' . cerber_get_issue_label( $issue[0] ) . '</td>' . $size;
5303
  }
5304
  /*
5305
  if ( ! $i ) {
5340
  }
5341
  }
5342
 
5343
+ $qu = cerber_admin_link( 'scan_quarantine', array( 'scan' => $scan['id'] ) );
5344
  if ( $deleted ) {
5345
+ __( 'Automatically moved to quarantine', 'wp-cerber' );
5346
+ $summary[] = '<a href="' . $qu . '">' . __( 'Automatically deleted', 'wp-cerber' ) . '&nbsp;<b>' . $deleted . '</b></a>';
5347
+ }
5348
+ if ( $recovered ) {
5349
+ $summary[] = '<a href="' . $qu . '">' . __( 'Automatically recovered', 'wp-cerber' ) . '&nbsp;<b>' . $recovered . '</b></a>';
5350
  }
5351
 
5352
  //$summary = implode( ' &nbsp;|&nbsp; ', $summary );
5459
  if ( ! $ret ) {
5460
  $ret = false;
5461
  }
5462
+ elseif ( is_wp_error( $ret ) ) {
5463
+ crb_scan_debug( 'ERROR: ' . $ret->get_error_message() );
5464
+ $ret = false;
5465
+ }
5466
 
5467
  return $ret;
5468
  }
5469
 
5470
+ /**
5471
+ * @param $plugin_slug string
5472
+ * @param $plugin array
5473
+ *
5474
+ * @return array|bool|WP_Error
5475
+ */
5476
  function cerber_get_vulnerabilities( $plugin_slug, $plugin ) {
5477
  $ret = false;
5478
+
5479
  $key = 'crb_vuln_' . sha1( $plugin_slug );
5480
  $vu = cerber_get_set( $key );
5481
+
5482
  if ( ! $vu ) {
5483
+ crb_scan_debug( 'Retrieving vulnerabilities for ' . $plugin_slug );
5484
+
5485
  if ( ! $json = @file_get_contents( CERBER_VULNDB_API . $plugin_slug ) ) {
5486
+ cerber_update_set( $key, array( 'negative_result' ), null, true, time() + 3600 );
5487
+
5488
+ return new WP_Error( 'network_error', 'Unable to get the list of vulnerabilities' );
5489
  }
5490
+
5491
  if ( ! $vu = json_decode( $json, true ) ) {
5492
+ if ( JSON_ERROR_NONE != json_last_error() ) {
5493
+ return new WP_Error( 'json_error', json_last_error_msg() );
5494
+ }
5495
+
5496
  return $ret;
5497
  }
5498
+
5499
+ cerber_update_set( $key, $vu, null, true, time() + 8 * 3600 );
5500
+ }
5501
+
5502
+ if ( isset( $vu['negative_result'] ) ) {
5503
+ return new WP_Error( 'network_error', 'Unable to get the list of vulnerabilities' );
5504
  }
5505
 
5506
  $v_list = false;
5578
  function cerber_make_numbers( &$update = array(), &$scan = array() ) {
5579
  $update['numbers'] = ( ! isset( $scan['numbers'] ) ) ? array() : $scan['numbers'];
5580
  foreach ( $scan['step_issues'] as $set ) {
 
5581
  foreach ( $set['issues'] as $issue ) {
5582
  if ( ! isset( $update['numbers'][ $issue[0] ] ) ) {
5583
  $update['numbers'][ $issue[0] ] = 0;
5591
  $update['numbers'][ $issue[3] ] ++;
5592
  }
5593
  }
 
5594
  if ( $set['setype'] == 21 ) {
5595
  if ( ! isset( $update['numbers'][ CERBER_USF ] ) ) {
5596
  $update['numbers'][ CERBER_USF ] = 0;
5598
  $update['numbers'][ CERBER_USF ] += count( $set['issues'] );
5599
  }
5600
  }
 
5601
  }
5602
 
5603
  function cerber_show_quarantine() {
5787
  break;
5788
  case 'restore':
5789
  if ( $data['can'] ) {
5790
+ $target_dir = dirname( $data['source'] );
5791
+ if ( ! file_exists( $target_dir ) && ! mkdir( $target_dir, 0755, true ) ) {
5792
+ $err = 'Unable to create the folder <b>' . $target_dir . '</b>. Check permissions of parent folders.';
5793
  }
5794
+ if ( ! $err ) {
5795
+ if ( @rename( $file, $data['source'] ) ) {
5796
+ $msg = __( 'The file has been restored to its original location.', 'wp-cerber' );
5797
+ }
5798
+ else {
5799
+ $err = 'A file error occurred while restoring the file. Check permissions of folders.';
5800
+ }
5801
  }
5802
  }
5803
  else {
5806
  break;
5807
  }
5808
  if ( $err ) {
5809
+ cerber_admin_notice( __( 'ERROR:', 'wp-cerber' ) . ' ' . $err );
5810
  }
5811
  if ( $msg ) {
5812
  cerber_admin_message( $msg );
5894
  }
5895
  $size = @filesize( $fname );
5896
  $size = ( is_numeric( $size ) ) ? $size : 0;
5897
+ //$sdir = dirname( $source ) . DIRECTORY_SEPARATOR;
5898
+ //$can = ( file_exists( $sdir ) ) ? true : false;
5899
+ //$can = ( file_exists( $source ) ) ? false : true;
 
 
5900
 
5901
  $ret = array(
5902
  'date' => $date,
5903
  'size' => crb_size_format( $size ),
5904
  'qfile' => $qfile,
5905
  'source' => $source,
5906
+ //'sdir' => $sdir,
5907
+ //'can' => $can
5908
+ 'can' => true
5909
  );
5910
 
5911
  return $ret;
cerber-tools.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL
changelog.txt CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  = 8.1 =
2
  * New: On a master website you can get a list of active plugins and available plugin updates on a slave website.
3
  * New: Notification about a newer versions of Cerber and WordPres available ot install on a slave.
1
+ = 8.2 =
2
+ * New: Automatic recovery of infected files. When the malware scanner detects changes in the core WordPress files and plugins, it automatically recovers them.
3
+ * New: A set of quick navigation buttons on the Activity page. They allow you to filter out log records quickly.
4
+ * New: A unique Session ID (SID) is displayed on the Forbidden 403 Page now.
5
+ * New: The advanced search on the Live Traffic page has got a set of new fields.
6
+ * New: To make a website comply with GDPR, a cookie prefix can be set.
7
+ * Update: The lockout notification settings are moved to the Notifications tab.
8
+ * Update: The list of files to be scanned in Quick mode now also includes files with these extensions: phtm, phtml, phps, php2, php3, php4, php5, php6, php7.
9
+ * [Read more](https://wpcerber.com/wp-cerber-security-8-2/)
10
+
11
  = 8.1 =
12
  * New: On a master website you can get a list of active plugins and available plugin updates on a slave website.
13
  * New: Notification about a newer versions of Cerber and WordPres available ot install on a slave.
common.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -161,18 +161,24 @@ function cerber_admin_link_add( $args = array(), $nonce = true ) {
161
  * @return string
162
  */
163
  function cerber_activity_link( $set = array() ) {
 
 
 
 
 
 
164
  $filter = '';
165
 
166
  if ( 1 == count( $set ) ) {
167
  $filter .= '&filter_activity=' . absint( array_shift( $set ) );
168
  }
169
  else {
170
- foreach ( $set as $item ) {
171
- $filter .= '&filter_activity[]=' . absint( $item );
172
  }
173
  }
174
 
175
- return cerber_admin_link( 'activity' ) . $filter;
176
  }
177
 
178
  function cerber_traffic_link( $set = array(), $button = true ) {
@@ -401,7 +407,25 @@ function cerber_check_environment(){
401
  }
402
 
403
  /**
404
- * Health check up and self-repairing vital parts
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  *
406
  */
407
  function cerber_watchdog( $full = false ) {
@@ -733,11 +757,16 @@ function cerber_is_wp_cron() {
733
  return false;
734
  }
735
 
736
- function cerber_is_wp_ajax() {
737
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
738
  return true;
739
  }
740
 
 
 
 
 
 
741
  return false;
742
  }
743
 
@@ -974,7 +1003,6 @@ function crb_get_rest_path() {
974
  elseif ( cerber_is_permalink_enabled() ) {
975
  $path = CRB_Request::get_request_path();
976
  $pos = strlen( crb_get_rest_url() );
977
- //$ret = substr( cerber_get_home_url() . urldecode( $_SERVER['REQUEST_URI'] ), $pos );
978
  $ret = substr( cerber_get_home_url() . $path, $pos ); // @since 8.1
979
  $ret = trim( $ret, '/' );
980
  }
@@ -1727,9 +1755,7 @@ function cerber_db_use_mysqli() {
1727
  }
1728
 
1729
  /**
1730
- * Natively escape an SQL query
1731
- * Based on $wpdb->_real_escape()
1732
- *
1733
  * The reason: https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/
1734
  *
1735
  * @param $string
@@ -2157,10 +2183,10 @@ function cerber_remove_comments( $string = '' ) {
2157
  */
2158
  function cerber_set_groove( $expire ) {
2159
  if ( ! headers_sent() ) {
2160
- setcookie( 'cerber_groove', md5( cerber_get_groove() ), $expire + 1, cerber_get_cookie_path() );
2161
 
2162
  $groove_x = cerber_get_groove_x();
2163
- setcookie( 'cerber_groove_x_'.$groove_x[0], $groove_x[1], $expire + 1, cerber_get_cookie_path() );
2164
  }
2165
  }
2166
 
@@ -2184,10 +2210,9 @@ function cerber_get_groove() {
2184
  */
2185
  function cerber_check_groove( $hash = '' ) {
2186
  if ( ! $hash ) {
2187
- if ( ! isset( $_COOKIE['cerber_groove'] ) ) {
2188
  return false;
2189
  }
2190
- $hash = $_COOKIE['cerber_groove'];
2191
  }
2192
  $groove = cerber_get_groove();
2193
  if ( $hash == md5( $groove ) ) {
@@ -2202,8 +2227,7 @@ function cerber_check_groove( $hash = '' ) {
2202
  */
2203
  function cerber_check_groove_x() {
2204
  $groove_x = cerber_get_groove_x();
2205
- $key = 'cerber_groove_x_' . $groove_x[0];
2206
- if ( isset( $_COOKIE[ $key ] ) && $_COOKIE[ $key ] == $groove_x[1] ) {
2207
  return true;
2208
  }
2209
 
@@ -2241,6 +2265,37 @@ function cerber_get_cookie_path(){
2241
  return '/';
2242
  }
2243
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2244
  /**
2245
  * Synchronize plugin settings with rules in the .htaccess file
2246
  *
@@ -2257,12 +2312,14 @@ function cerber_htaccess_sync( $file, $settings = array() ) {
2257
 
2258
  if ( 'main' == $file ) {
2259
  $rules = array();
2260
- if ( ! empty( $settings['adminphp'] ) ) { // https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6389
 
 
2261
  if ( ! apache_mod_loaded( 'mod_rewrite', true ) ) {
2262
  return new WP_Error( 'no_mod', 'The Apache mod_rewrite module is not enabled on your web server. Ask your server administrator for assistance.' );
2263
  }
2264
  $groove_x = cerber_get_groove_x();
2265
- $cookie = 'cerber_groove_x_' . $groove_x[0];
2266
  $rules [] = '# Protection of admin scripts is enabled (CVE-2018-6389)';
2267
  $rules [] = '<IfModule mod_rewrite.c>';
2268
  $rules [] = 'RewriteEngine On';
@@ -2713,28 +2770,43 @@ function cerber_fromcharcode( $str ) {
2713
  return $ret;
2714
  }
2715
 
 
 
 
 
 
2716
  function cerber_empty_dir( $dir ) {
2717
  if ( ! is_dir( $dir ) ||
2718
  0 === strpos( $dir, ABSPATH ) ) { // Workaround for non-legitimate using this function
2719
- return false;
2720
  }
 
2721
  $files = @scandir( $dir );
2722
- if ( ! is_array( $files ) ) {
2723
- return false;
2724
  }
2725
- if ( empty( $files ) ) {
2726
- return 0;
 
 
2727
  }
2728
- $count = 0;
 
2729
  foreach ( $files as $file ) {
2730
- if ( is_file( $dir . $file ) ) {
2731
- if ( unlink( $dir . $file ) ) {
2732
- $count ++;
 
 
 
 
 
 
2733
  }
2734
  }
2735
  }
2736
 
2737
- return $count;
2738
  }
2739
 
2740
  /**
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
161
  * @return string
162
  */
163
  function cerber_activity_link( $set = array() ) {
164
+ static $link;
165
+
166
+ if ( ! $link ) {
167
+ $link = cerber_admin_link( 'activity' );
168
+ }
169
+
170
  $filter = '';
171
 
172
  if ( 1 == count( $set ) ) {
173
  $filter .= '&filter_activity=' . absint( array_shift( $set ) );
174
  }
175
  else {
176
+ foreach ( $set as $key => $item ) {
177
+ $filter .= '&filter_activity[' . $key . ']=' . absint( $item );
178
  }
179
  }
180
 
181
+ return $link . $filter;
182
  }
183
 
184
  function cerber_traffic_link( $set = array(), $button = true ) {
407
  }
408
 
409
  /**
410
+ * Register an issue to be used in the "trouble solving" functionality
411
+ *
412
+ * @param string $code
413
+ * @param string $text
414
+ * @param string $related_setting
415
+ */
416
+ function cerber_add_issue( $code, $text, $related_setting = '' ) {
417
+ static $issues = array();
418
+ if ( ! isset( $issues[ $code ] ) ) {
419
+ $issues[ $code ] = array( $text, $related_setting );
420
+ if ( is_admin() ) {
421
+ // There will be a separate list of issues that is displayed separately.
422
+ // cerber_admin_notice( __( 'Warning:', 'wp-cerber' ) . ' ' . $text );
423
+ }
424
+ }
425
+ }
426
+
427
+ /**
428
+ * Health check-up and self-repairing for vital parts
429
  *
430
  */
431
  function cerber_watchdog( $full = false ) {
757
  return false;
758
  }
759
 
760
+ function cerber_is_wp_ajax( $use_filter = false ) {
761
  if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
762
  return true;
763
  }
764
 
765
+ // @since 8.1.3
766
+ if ( $use_filter && function_exists( 'wp_doing_ajax' ) ) {
767
+ return wp_doing_ajax();
768
+ }
769
+
770
  return false;
771
  }
772
 
1003
  elseif ( cerber_is_permalink_enabled() ) {
1004
  $path = CRB_Request::get_request_path();
1005
  $pos = strlen( crb_get_rest_url() );
 
1006
  $ret = substr( cerber_get_home_url() . $path, $pos ); // @since 8.1
1007
  $ret = trim( $ret, '/' );
1008
  }
1755
  }
1756
 
1757
  /**
1758
+ * Natively escape a string for use in an SQL statement
 
 
1759
  * The reason: https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/
1760
  *
1761
  * @param $string
2183
  */
2184
  function cerber_set_groove( $expire ) {
2185
  if ( ! headers_sent() ) {
2186
+ cerber_set_cookie( 'cerber_groove', md5( cerber_get_groove() ), $expire + 1 );
2187
 
2188
  $groove_x = cerber_get_groove_x();
2189
+ cerber_set_cookie( 'cerber_groove_x_'.$groove_x[0], $groove_x[1], $expire + 1 );
2190
  }
2191
  }
2192
 
2210
  */
2211
  function cerber_check_groove( $hash = '' ) {
2212
  if ( ! $hash ) {
2213
+ if ( ! $hash = cerber_get_cookie( 'cerber_groove' ) ) {
2214
  return false;
2215
  }
 
2216
  }
2217
  $groove = cerber_get_groove();
2218
  if ( $hash == md5( $groove ) ) {
2227
  */
2228
  function cerber_check_groove_x() {
2229
  $groove_x = cerber_get_groove_x();
2230
+ if ( cerber_get_cookie( 'cerber_groove_x_' . $groove_x[0] ) == $groove_x[1] ) {
 
2231
  return true;
2232
  }
2233
 
2265
  return '/';
2266
  }
2267
 
2268
+ function cerber_set_cookie( $name, $value, $expire = 0, $path = "", $domain = "", $secure = false, $httponly = false ) {
2269
+ if ( ! $path ) {
2270
+ $path = cerber_get_cookie_path();
2271
+ }
2272
+ setcookie( cerber_get_cookie_prefix() . $name, $value, $expire, $path, $domain, $secure, $httponly );
2273
+ }
2274
+
2275
+ /**
2276
+ * @param $name
2277
+ * @param bool $default
2278
+ *
2279
+ * @return string|boolean value of the cookie, false if the cookie is not set
2280
+ */
2281
+ function cerber_get_cookie( $name, $default = false ) {
2282
+ return crb_array_get( $_COOKIE, cerber_get_cookie_prefix() . $name, $default );
2283
+ }
2284
+
2285
+ function cerber_get_cookie_prefix() {
2286
+ /*
2287
+ if ( defined( 'CERBER_COOKIE_PREFIX' )
2288
+ && is_string( CERBER_COOKIE_PREFIX )
2289
+ && preg_match( '/^\w+$/', CERBER_COOKIE_PREFIX ) ) {
2290
+ return CERBER_COOKIE_PREFIX;
2291
+ }*/
2292
+ if ( $p = crb_get_settings( 'cookiepref' ) ) {
2293
+ return $p;
2294
+ }
2295
+
2296
+ return '';
2297
+ }
2298
+
2299
  /**
2300
  * Synchronize plugin settings with rules in the .htaccess file
2301
  *
2312
 
2313
  if ( 'main' == $file ) {
2314
  $rules = array();
2315
+ if ( ! empty( $settings['adminphp'] ) && ( ! defined( 'CONCATENATE_SCRIPTS' ) || ! CONCATENATE_SCRIPTS ) ) {
2316
+ //if ( ! empty( $settings['adminphp'] ) ) {
2317
+ // https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6389
2318
  if ( ! apache_mod_loaded( 'mod_rewrite', true ) ) {
2319
  return new WP_Error( 'no_mod', 'The Apache mod_rewrite module is not enabled on your web server. Ask your server administrator for assistance.' );
2320
  }
2321
  $groove_x = cerber_get_groove_x();
2322
+ $cookie = cerber_get_cookie_prefix() . 'cerber_groove_x_' . $groove_x[0];
2323
  $rules [] = '# Protection of admin scripts is enabled (CVE-2018-6389)';
2324
  $rules [] = '<IfModule mod_rewrite.c>';
2325
  $rules [] = 'RewriteEngine On';
2770
  return $ret;
2771
  }
2772
 
2773
+ /**
2774
+ * @param $dir string Directory to empty with a trailing slash
2775
+ *
2776
+ * @return int|WP_Error
2777
+ */
2778
  function cerber_empty_dir( $dir ) {
2779
  if ( ! is_dir( $dir ) ||
2780
  0 === strpos( $dir, ABSPATH ) ) { // Workaround for non-legitimate using this function
2781
+ return new WP_Error( 'no-dir', 'This directory cannot be emptied' );
2782
  }
2783
+
2784
  $files = @scandir( $dir );
2785
+ if ( ! is_array( $files ) || empty( $files ) ) {
2786
+ return true;
2787
  }
2788
+
2789
+ $fs = cerber_init_wp_filesystem();
2790
+ if ( is_wp_error( $fs ) ) {
2791
+ return $fs;
2792
  }
2793
+
2794
+ $ret = true;
2795
  foreach ( $files as $file ) {
2796
+ $full = $dir . $file;
2797
+ if ( is_file( $full ) ) {
2798
+ if ( ! unlink( $full ) ) {
2799
+ $ret = false;
2800
+ }
2801
+ }
2802
+ elseif ( ! in_array( $file, array( '..', '.' ) ) && is_dir( $full ) ) {
2803
+ if ( ! $fs->rmdir( $full, true ) ) {
2804
+ $ret = false;
2805
  }
2806
  }
2807
  }
2808
 
2809
+ return $ret;
2810
  }
2811
 
2812
  /**
dashboard.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -35,15 +35,14 @@ if ( ! defined( 'WPINC' ) ) { exit; }
35
 
36
  require_once( dirname( __FILE__ ) . '/cerber-tools.php' );
37
 
38
- /*
39
- Add admin menu, init admin stuff
40
- */
41
  if ( ! is_multisite() ) {
42
  add_action( 'admin_menu', 'cerber_admin_menu' );
43
  }
44
  else {
45
  add_action( 'network_admin_menu', 'cerber_admin_menu' ); // only network wide menu allowed in multisite mode
46
  }
 
47
  function cerber_admin_menu() {
48
 
49
  if ( cerber_is_admin_page() ) {
@@ -68,10 +67,8 @@ function cerber_admin_menu() {
68
 
69
  add_submenu_page( 'cerber-security', __( 'Cerber antispam settings', 'wp-cerber' ), __( 'Antispam', 'wp-cerber' ), 'manage_options', 'cerber-recaptcha', 'cerber_render_admin_page' );
70
 
71
- //if ( ! nexus_get_context() ) {
72
- $hook = add_submenu_page( 'cerber-security', __( 'Cerber.Hub', 'wp-cerber' ), __( 'Cerber.Hub', 'wp-cerber' ), 'manage_options', 'cerber-nexus', 'nexus_admin_page' );
73
- add_action( 'load-' . $hook, 'crb_admin_screen_options' );
74
- //}
75
 
76
  add_submenu_page( 'cerber-security', __( 'Cerber tools', 'wp-cerber' ), __( 'Tools', 'wp-cerber' ), 'manage_options', 'cerber-tools', 'cerber_render_admin_page' );
77
 
@@ -122,7 +119,7 @@ function cerber_show_admin_page( $title, $tabs = array(), $active_tab = null, $r
122
 
123
  cerber_show_aside( $active_tab );
124
 
125
- echo '<div class="crb-main">';
126
 
127
  if ( $active_tab == 'help' ) {
128
  cerber_show_help();
@@ -139,17 +136,16 @@ function cerber_show_admin_page( $title, $tabs = array(), $active_tab = null, $r
139
  }
140
 
141
  /*
142
- Display lockouts in dashboard for admins
143
  */
144
- function cerber_show_lockouts($args = array(), $echo = true){
145
- global $wpdb, $crb_ajax_loader;
146
 
147
  //$wp_cerber->deleteGarbage();
148
 
149
  $per_page = ( ! empty( $args['per_page'] ) ) ? $args['per_page'] : crb_admin_get_per_page();
150
  $limit = ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
151
 
152
- //if ( $rows = $wpdb->get_results( 'SELECT * FROM ' . CERBER_BLOCKS_TABLE . ' ORDER BY block_until DESC LIMIT ' . $limit ) ) {
153
  if ( $rows = cerber_db_get_results( 'SELECT * FROM ' . CERBER_BLOCKS_TABLE . ' ORDER BY block_until DESC LIMIT ' . $limit, MYSQL_FETCH_OBJECT ) ) {
154
 
155
  $total = cerber_blocked_num();
@@ -170,20 +166,18 @@ function cerber_show_lockouts($args = array(), $echo = true){
170
  $hostname = '<img data-ip-id="' . $ip_id . '" class="crb-no-hostname" src="' . $crb_ajax_loader . '" />' . "\n";
171
  }
172
 
173
- if ( lab_lab() ) {
174
- $single_ip = str_replace( '*', '1', $row->ip );
175
- $country = '</td><td>' . crb_country_html( null, $single_ip );
176
- }
177
- else {
178
- $country = '';
179
- }
180
 
181
  $list[] = '<td>' . $ip . '</td><td>' . $hostname . $country . '</td><td>' . cerber_date( $row->block_until ) . '</td><td>' . $row->reason . '</td><td><a href="' . $remove . '&cerber_admin_do=lockdel&ip=' . esc_attr( $row->ip ) . '">' . __( 'Remove', 'wp-cerber' ) . '</a></td>';
182
 
183
  }
184
 
185
- //$titles = '<tr><th>'.__('IP','wp-cerber').'</th><th>'.__('Hostname','wp-cerber').'</th><th>'.__('Expires','wp-cerber').'</th><th>'.__('Reason','wp-cerber').'</th><th>'.__('Action','wp-cerber').'</th></tr>';
186
-
187
  $heading = array(
188
  __( 'IP', 'wp-cerber' ),
189
  __( 'Hostname', 'wp-cerber' ),
@@ -214,6 +208,7 @@ function cerber_show_lockouts($args = array(), $echo = true){
214
  $table = '';
215
  $view = '<p>' . sprintf( __( 'No lockouts at the moment. The sky is clear.', 'wp-cerber' ) ) . '</p>';
216
  }
 
217
  $ret = $table . '<div class="cerber-margin">' . $view . '</div>';
218
 
219
  if ( $echo ) {
@@ -225,9 +220,7 @@ function cerber_show_lockouts($args = array(), $echo = true){
225
  }
226
 
227
  function cerber_block_delete( $ip ) {
228
- global $wpdb;
229
-
230
- return $wpdb->query( $wpdb->prepare( 'DELETE FROM ' . CERBER_BLOCKS_TABLE . ' WHERE ip = %s', $ip ) );
231
  }
232
 
233
 
@@ -566,7 +559,7 @@ function cerber_admin_request( $is_post = false ) {
566
  case 'subscribe':
567
  $m = crb_array_get( $get, 'mode' );
568
  $mode = ( 'on' == $m ) ? 'on' : 'off';
569
- cerber_subscribe( $mode );
570
  $remove_args[] = 'subscribe';
571
  $remove_args[] = 'mode';
572
  break;
@@ -853,6 +846,46 @@ function cerber_send_csv_line( $values ) {
853
  echo $line;
854
  }
855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
856
  /*
857
  * Display activities in the WP Dashboard
858
  *
@@ -1025,7 +1058,8 @@ function cerber_show_activity( $args = array(), $echo = true ) {
1025
  cerber_admin_link_add( array(
1026
  'cerber_admin_do' => 'export',
1027
  'type' => 'activity',
1028
- ) ) . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a>';
 
1029
  }
1030
  }
1031
  else {
@@ -1058,11 +1092,11 @@ function cerber_show_activity( $args = array(), $echo = true ) {
1058
  <input type="hidden" name="tab" value="activity">
1059
  </form>';
1060
 
1061
- $right_links = cerber_subscribe_link() . $export_link;
1062
 
1063
  $top_bar = '<div id = "activity-filter"><div>' . $filters . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
1064
 
1065
- $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>' . $ret;
1066
  }
1067
 
1068
  $ret .= $table;
@@ -1092,6 +1126,7 @@ function cerber_activity_query( $args = array() ) {
1092
 
1093
  $q = crb_admin_parse_query( array(
1094
  'filter_activity',
 
1095
  'filter_ip',
1096
  'filter_login',
1097
  'filter_user',
@@ -1100,16 +1135,23 @@ function cerber_activity_query( $args = array() ) {
1100
  ), $args );
1101
 
1102
  $falist = array();
1103
- if ( $q->filter_activity ) { // Multiple activities can be requested this way: &filter_activity[]=11&filter_activity[]=7
 
 
 
 
 
 
 
1104
  if ( is_array( $q->filter_activity ) ) {
1105
  $falist = array_filter( array_map( 'absint', $q->filter_activity ) );
1106
- $filter = implode( ',', $falist );
1107
  }
1108
  else {
1109
- $filter = absint( $q->filter_activity );
1110
- $falist = array( $filter ); // for further using in links
1111
  }
1112
- $where[] = 'log.activity IN (' . $filter . ')';
 
 
1113
  }
1114
  $ret[2] = $falist;
1115
 
@@ -1132,10 +1174,22 @@ function cerber_activity_query( $args = array() ) {
1132
  $ret[4] = htmlspecialchars( $q->filter_login );
1133
  }
1134
 
1135
- $user_id = absint( $q->filter_user );
1136
  $ret[5] = $user_id;
1137
  if ( $user_id ) {
1138
  $where[] = 'log.user_id = ' . $user_id;
 
 
 
 
 
 
 
 
 
 
 
 
1139
  }
1140
 
1141
  if ( $q->search_activity ) {
@@ -1926,7 +1980,8 @@ function cerber_show_general_help() {
1926
  <td>
1927
  <h3>Online Documentation</h3>
1928
 
1929
- <p><span class="dashicons dashicons-before dashicons-book-alt"></span> <a target="_blank" href="https://wpcerber.com/toc/">Read articles on wpcerber.com</a></p>
 
1930
 
1931
  <h3>What is IP address of your computer?</h3>
1932
 
@@ -2111,25 +2166,7 @@ function cerber_show_dashboard() {
2111
  $total = cerber_db_get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE );
2112
  //if ($total > $num) $l1 = 'Last ' . $num . ' suspect events are displayed';
2113
 
2114
- $nav_links = '';
2115
-
2116
- if ( $total ) {
2117
- $links = array();
2118
- $links[] = array( cerber_admin_link( 'activity' ), __( 'View all', 'wp-cerber' ) );
2119
-
2120
- $labels = cerber_get_labels( 'activity' );
2121
- $set = array( 5 );
2122
- foreach ( $set as $item ) {
2123
- $links[] = array( cerber_admin_link( 'activity' ) . '&filter_activity=' . $item, $labels[ $item ] );
2124
- }
2125
-
2126
- $links[] = array( cerber_activity_link( array( 2 ) ), __( 'User registered', 'wp-cerber' ) );
2127
- $links[] = array( cerber_activity_link( crb_get_activity_set( 'suspicious' ) ), __( 'All suspicious activity', 'wp-cerber' ) );
2128
-
2129
- foreach ( $links as $link ) {
2130
- $nav_links .= '<a class="crb-button-tiny" href="' . $link[0] . '">' . $link[1] . '</a> ';
2131
- }
2132
- }
2133
 
2134
  echo '<table class="cerber-margin"><tr><td><h2 style="margin-bottom:0.5em; margin-right: 1em;">' . __( 'Activity', 'wp-cerber' ) . '</h2></td><td>' . $nav_links . '</td></tr></table>';
2135
 
@@ -2249,9 +2286,10 @@ function cerber_show_aside( $page ) {
2249
  $aside[] = '<div class="crb-box" id = "crb-blog">
2250
  <div class="crb-box-inner">
2251
  <!-- <h3><span class="dashicons-before dashicons-lightbulb"></span> Read Cerber\'s blog</h3> -->
2252
- <h3>Documentation & How to</h3>
2253
 
2254
  <p><a href="https://wpcerber.com/manage-multiple-websites/" target="_blank">Manage multiple WP Cerber instances from one dashboard</a>
 
2255
  <p><a href="https://wpcerber.com/how-to-block-wordpress-user/" target="_blank">How to block a user account</a>
2256
  <p><a href="https://wpcerber.com/automatic-malware-removal-wordpress/" target="_blank">Automatic cleanup of malware and suspicious files</a>
2257
  <p><a href="https://wpcerber.com/automated-recurring-malware-scans/" target="_blank">Automated recurring scans and email reporting</a>
@@ -2349,13 +2387,12 @@ function cerber_show_admin_notice(){
2349
  }
2350
 
2351
  /**
2352
- *
2353
  * Generates a link for subscribing on a currently displaying Activity page
2354
  *
2355
  * @return string Link for using in the Dashboard, HTML
2356
  */
2357
- function cerber_subscribe_link() {
2358
- $args = array_values( cerber_subscribe_params() );
2359
 
2360
  // All activities, without any filter is not allowed
2361
  $empty = array_filter( $args );
@@ -2380,10 +2417,19 @@ function cerber_subscribe_link() {
2380
 
2381
  $link = cerber_admin_link_add( array( 'cerber_admin_do' => 'subscribe', 'mode' => $mode ) );
2382
 
2383
- if ($mode == 'on') $text = __('Subscribe','wp-cerber');
2384
- else $text = __('Unsubscribe','wp-cerber');
 
 
 
 
 
 
 
 
 
 
2385
 
2386
- return '<span class="dashicons dashicons-email" style="vertical-align: middle;"></span> <a id="subscribe-me" href="' . $link . '" style="margin-right: 1.5em;">'.$text.'</a>';
2387
  }
2388
 
2389
  /**
@@ -2392,12 +2438,12 @@ function cerber_subscribe_link() {
2392
  * @param string $mode Add or delete a subscription
2393
  * @param string $hash If specified, subscription with given hash will be removed
2394
  */
2395
- function cerber_subscribe( $mode = 'on', $hash = null ) {
2396
  if ( $hash ) {
2397
  $mode = 'off';
2398
  }
2399
  else {
2400
- $args = array_values( cerber_subscribe_params() );
2401
  $hash = sha1( json_encode( $args ) );
2402
  }
2403
 
@@ -2410,10 +2456,12 @@ function cerber_subscribe( $mode = 'on', $hash = null ) {
2410
  if ( $mode == 'on' ) {
2411
  $subs[ $hash ] = $args;
2412
  $msg = __( "You've subscribed", 'wp-cerber' );
 
2413
  }
2414
  else {
2415
  unset( $subs[ $hash ] );
2416
  $msg = __( "You've unsubscribed", 'wp-cerber' );
 
2417
  }
2418
 
2419
  if ( update_site_option( '_cerber_subs', $subs ) ) {
@@ -2421,14 +2469,14 @@ function cerber_subscribe( $mode = 'on', $hash = null ) {
2421
  }
2422
  }
2423
 
2424
- // Unsubscribe with hash without nonce
2425
- add_action('admin_init',function(){
2426
- if (!empty($_GET['unsubscribeme'])){
2427
- cerber_subscribe('off',$_GET['unsubscribeme']);
2428
- wp_safe_redirect(remove_query_arg('unsubscribeme'));
2429
  exit;
2430
  }
2431
- });
2432
 
2433
  /*
2434
  Pagination
@@ -2689,7 +2737,8 @@ function cerber_admin_head() {
2689
  #setting-error-tgmpa,
2690
  .pms-cross-promo,
2691
  .vc_license-activation-notice,
2692
- #wordfenceConfigWarning {
 
2693
  display: none;
2694
  }
2695
 
@@ -3341,9 +3390,9 @@ function cerber_show_traffic( $args = array(), $echo = true ) {
3341
  $base_url = cerber_admin_link( 'traffic' );
3342
  $activity_url = cerber_admin_link( 'activity' );
3343
 
3344
- $export_link = '';
3345
- $ret = '';
3346
- $total = 0;
3347
 
3348
  if ( ! $wp_cerber_remote ) {
3349
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
@@ -3705,15 +3754,17 @@ function cerber_show_traffic( $args = array(), $echo = true ) {
3705
  $filter_links .= '<a class="crb-button-tiny" href="' . $base_url . $filter[0] . '">' . $filter[1] . '</a>';
3706
  }
3707
 
3708
- $search_button = cerber_traffic_search();
 
3709
 
3710
- $export_link .= '<a class="button button-secondary cerber-button" href="' .
3711
  cerber_admin_link_add( array(
3712
  'cerber_admin_do' => 'export',
3713
  'type' => 'traffic',
3714
  ) )
3715
- . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a> ';
3716
- $right_links = $search_button . $export_link;
 
3717
 
3718
  $refresh = '';
3719
  if ( crb_get_settings( 'timode' ) ) {
@@ -3722,7 +3773,7 @@ function cerber_show_traffic( $args = array(), $echo = true ) {
3722
 
3723
  $top_bar = '<div id = "activity-filter"><div>' . $filter_links . $refresh . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
3724
 
3725
- $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>' . $ret;
3726
  }
3727
 
3728
  $ret .= $table;
@@ -3790,13 +3841,17 @@ function cerber_traffic_query( $args = array() ) {
3790
  $ret = array_fill( 0, 8, '' );
3791
  $where = array();
3792
  $join = '';
 
3793
 
3794
  $q = crb_admin_parse_query( array(
 
3795
  'filter_http_code',
3796
  'filter_http_code_mode',
3797
  'filter_ip',
3798
  'filter_processing',
3799
  'filter_user',
 
 
3800
  'filter_wp_type',
3801
  'filter_wp_type_mode',
3802
  'search_traffic',
@@ -3805,6 +3860,10 @@ function cerber_traffic_query( $args = array() ) {
3805
  'filter_set'
3806
  ), $args );
3807
 
 
 
 
 
3808
  $falist = array();
3809
  if ( $q->filter_http_code ) { // Multiple codes can be requested this way: &filter_http_code[]=404&filter_http_code[]=405
3810
  if ( is_array( $q->filter_http_code ) ) {
@@ -3843,15 +3902,30 @@ function cerber_traffic_query( $args = array() ) {
3843
  $ret[5] = $p;
3844
  }
3845
 
3846
- if ( $q->filter_user ) {
3847
- if ( $q->filter_user == '*' ) {
3848
- $where[] = 'log.user_id != 0';
 
 
 
 
 
 
 
 
 
3849
  $ret[6] = '*';
3850
  }
3851
- elseif ( is_numeric( $q->filter_user ) ) {
3852
- $user_id = absint( $q->filter_user );
3853
- $where[] = 'log.user_id = ' . $user_id;
3854
- $ret[6] = $user_id;
 
 
 
 
 
 
3855
  }
3856
  }
3857
 
@@ -3919,8 +3993,8 @@ function cerber_traffic_query( $args = array() ) {
3919
  }
3920
  }
3921
  if ( $activity ) {
3922
- $where[] = 'act.activity IN (' . $activity . ')';
3923
- $join = ' JOIN ' . CERBER_LOG_TABLE . ' act ON (log.session_id = act.session_id)';
3924
  }
3925
 
3926
  // ---------------------------------------------------------------------------------
@@ -3946,6 +4020,10 @@ function cerber_traffic_query( $args = array() ) {
3946
  $cols = trim( $cols, ',' );
3947
  }
3948
 
 
 
 
 
3949
  if ( $per_page ) {
3950
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
3951
  //$ret[0] = 'SELECT SQL_CALC_FOUND_ROWS log.session_id,log.* FROM ' . CERBER_TRAF_TABLE . " log USE INDEX FOR ORDER BY (stamp) {$where} ORDER BY stamp DESC {$limit}";
@@ -3962,69 +4040,89 @@ function cerber_traffic_query( $args = array() ) {
3962
  }
3963
 
3964
  /**
3965
- * Traffic search form
3966
  *
3967
  * @return string
3968
  *
3969
  */
3970
- function cerber_traffic_search(){
 
3971
  ?>
3972
- <div id="cerber-traffic-search" style="display:none;">
3973
-
3974
- <form method="get" action="" style="">
3975
- <div id="crb-traffic-form" style="margin: 0 auto; width: 300px;">
3976
- <input type="hidden" value="cerber-traffic" name="page">
3977
-
3978
- <p style="width: 100%;"><label>Activity</label>
3979
- <?php
3980
- $labels = cerber_get_labels( 'activity', false );
3981
- //unset( $labels[5], $labels[51], $labels[13], $labels[14], $labels[15] );
3982
- unset( $labels[51], $labels[13], $labels[14], $labels[15] );
3983
- $labels = array( 0 => __( 'Any', 'wp-cerber' ) ) + $labels;
3984
- echo cerber_select( 'filter_activity', $labels, 0, 'crb-filter-act' );
3985
- ?>
3986
- </p>
3987
-
3988
- <p><label for="search-traffic-url">URL contains</label>
3989
- <br/><input id="search-traffic-url" type="text" name="search_traffic[uri]"></p>
3990
-
3991
- <p><label for="search-traffic-ip">IP address contains or equals</label>
3992
- <br/><input id="search-traffic-ip" type="text" name="search_traffic[ip]"></p>
3993
-
3994
- <p><label for="filter-method">Request method</label>
3995
- <select id="filter-method" name="filter_method"><option value="0">Any</option><option>GET</option><option>POST</option></select></p>
3996
 
3997
- <p><label for="filter-user">User ID equals</label>
3998
- <br/><input id="filter-user" type="number" name="filter_user"></p>
3999
 
4000
- <p><label for="search-traffic-fields">POST or GET fields contain</label>
4001
- <br/><input id="search-traffic-fields" type="text" name="search_traffic[fields]"></p>
 
 
 
 
4002
 
4003
- <p><label for="search-traffic-details">Miscellaneous details contains</label>
4004
- <br/><input id="search-traffic-details" type="text" name="search_traffic[details]"></p>
4005
 
4006
- <p><label for="filter-http-code">HTTP Response Code equals</label>
4007
- <br/><input id="filter-http-code" type="number" name="filter_http_code"></p>
4008
 
4009
- <p><label for="search-traffic-date-from">Date from</label>
4010
- <br/><input id="search-traffic-date-from" type="date" name="search_traffic[date_from]" placeholder="month/day/year"></p>
4011
 
4012
- <p><label for="search-traffic-date-to">Date to</label>
4013
- <br/><input id="search-traffic-date-to" type="date" name="search_traffic[date_to]" placeholder="month/day/year"></p>
 
4014
 
4015
- <p><input type="submit" class="button button-primary" value="Search"></p>
 
 
4016
  </div>
 
 
 
 
 
 
 
 
 
 
4017
 
4018
- <!-- <button type="button" class="button" onclick="tb_remove();">Cancel</button> -->
4019
- </form>
4020
-
4021
- </div>
4022
-
4023
- <?php
4024
- //<a class="button button-secondary cerber-button"
4025
- //return '<a href="#TB_inline?width=350&height=720&inlineId=cerber-traffic-search" class="thickbox crb-button-tiny crb-button-active" title="Search in the request history">'.__('Advanced search','wp-cerber').'</a> ';
4026
- return '<a href="#TB_inline?width=350&height=720&inlineId=cerber-traffic-search" class="thickbox button button-secondary cerber-button" title="Search in the request history"><span class="dashicons dashicons-search" style="vertical-align: middle;"></span> '.__('Advanced search','wp-cerber').'</a> ';
 
 
 
 
 
 
 
 
 
4027
 
 
 
4028
  }
4029
 
4030
  function cerber_get_wp_type( $wp_type ) {
@@ -4333,12 +4431,14 @@ function crb_admin_parse_query( $fields, $alt = array() ) {
4333
  else {
4334
  $val = crb_array_get( $arr, $field );
4335
  }
 
4336
  if ( is_array( $val ) ) {
4337
  $val = array_map( 'trim', $val );
4338
  }
4339
- elseif ( $val ) {
4340
  $val = trim( $val );
4341
  }
 
4342
  $ret[ $field ] = $val;
4343
  }
4344
 
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
35
 
36
  require_once( dirname( __FILE__ ) . '/cerber-tools.php' );
37
 
38
+
 
 
39
  if ( ! is_multisite() ) {
40
  add_action( 'admin_menu', 'cerber_admin_menu' );
41
  }
42
  else {
43
  add_action( 'network_admin_menu', 'cerber_admin_menu' ); // only network wide menu allowed in multisite mode
44
  }
45
+
46
  function cerber_admin_menu() {
47
 
48
  if ( cerber_is_admin_page() ) {
67
 
68
  add_submenu_page( 'cerber-security', __( 'Cerber antispam settings', 'wp-cerber' ), __( 'Antispam', 'wp-cerber' ), 'manage_options', 'cerber-recaptcha', 'cerber_render_admin_page' );
69
 
70
+ $hook = add_submenu_page( 'cerber-security', 'Cerber.Hub', 'Cerber.Hub', 'manage_options', 'cerber-nexus', 'nexus_admin_page' );
71
+ add_action( 'load-' . $hook, 'crb_admin_screen_options' );
 
 
72
 
73
  add_submenu_page( 'cerber-security', __( 'Cerber tools', 'wp-cerber' ), __( 'Tools', 'wp-cerber' ), 'manage_options', 'cerber-tools', 'cerber_render_admin_page' );
74
 
119
 
120
  cerber_show_aside( $active_tab );
121
 
122
+ echo '<div class="crb-main crb-tab-' . $active_tab . '">';
123
 
124
  if ( $active_tab == 'help' ) {
125
  cerber_show_help();
136
  }
137
 
138
  /*
139
+ Displays lockouts in the Dashboard
140
  */
141
+ function cerber_show_lockouts( $args = array(), $echo = true ) {
142
+ global $crb_ajax_loader;
143
 
144
  //$wp_cerber->deleteGarbage();
145
 
146
  $per_page = ( ! empty( $args['per_page'] ) ) ? $args['per_page'] : crb_admin_get_per_page();
147
  $limit = ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
148
 
 
149
  if ( $rows = cerber_db_get_results( 'SELECT * FROM ' . CERBER_BLOCKS_TABLE . ' ORDER BY block_until DESC LIMIT ' . $limit, MYSQL_FETCH_OBJECT ) ) {
150
 
151
  $total = cerber_blocked_num();
166
  $hostname = '<img data-ip-id="' . $ip_id . '" class="crb-no-hostname" src="' . $crb_ajax_loader . '" />' . "\n";
167
  }
168
 
169
+ if ( lab_lab() ) {
170
+ $single_ip = str_replace( '*', '1', $row->ip );
171
+ $country = '</td><td>' . crb_country_html( null, $single_ip );
172
+ }
173
+ else {
174
+ $country = '';
175
+ }
176
 
177
  $list[] = '<td>' . $ip . '</td><td>' . $hostname . $country . '</td><td>' . cerber_date( $row->block_until ) . '</td><td>' . $row->reason . '</td><td><a href="' . $remove . '&cerber_admin_do=lockdel&ip=' . esc_attr( $row->ip ) . '">' . __( 'Remove', 'wp-cerber' ) . '</a></td>';
178
 
179
  }
180
 
 
 
181
  $heading = array(
182
  __( 'IP', 'wp-cerber' ),
183
  __( 'Hostname', 'wp-cerber' ),
208
  $table = '';
209
  $view = '<p>' . sprintf( __( 'No lockouts at the moment. The sky is clear.', 'wp-cerber' ) ) . '</p>';
210
  }
211
+
212
  $ret = $table . '<div class="cerber-margin">' . $view . '</div>';
213
 
214
  if ( $echo ) {
220
  }
221
 
222
  function cerber_block_delete( $ip ) {
223
+ return cerber_db_query( 'DELETE FROM ' . CERBER_BLOCKS_TABLE . ' WHERE ip = "' . cerber_real_escape( $ip ) . '"' );
 
 
224
  }
225
 
226
 
559
  case 'subscribe':
560
  $m = crb_array_get( $get, 'mode' );
561
  $mode = ( 'on' == $m ) ? 'on' : 'off';
562
+ crb_admin_alerts_do( $mode );
563
  $remove_args[] = 'subscribe';
564
  $remove_args[] = 'mode';
565
  break;
846
  echo $line;
847
  }
848
 
849
+ function crb_admin_quick_nav( $context = '' ) {
850
+
851
+ $ac = cerber_admin_link( 'activity' );
852
+ $links = array();
853
+ $links[] = array( $ac, __( 'View all', 'wp-cerber' ) );
854
+
855
+ $labels = cerber_get_labels( 'activity' );
856
+
857
+ $set = array( 5 );
858
+ foreach ( $set as $item ) {
859
+ //$links[] = array( cerber_admin_link( 'activity' ) . '&filter_activity=' . $item, $labels[ $item ] );
860
+ $links[] = array( cerber_activity_link( array( $item ) ), $labels[ $item ] );
861
+ }
862
+
863
+ //$links[] = array( cerber_activity_link( array( 2 ) ), __( 'User registered', 'wp-cerber' ) );
864
+ $links[] = array( cerber_activity_link( array( 1, 2 ) ), __( 'New users', 'wp-cerber' ) );
865
+ /*$links[] = array(
866
+ cerber_activity_link( crb_get_activity_set( 'suspicious' ) ),
867
+ __( 'Suspicious activity', 'wp-cerber' )
868
+ );*/
869
+
870
+ $links[] = array( $ac . '&filter_set=1', __( 'Suspicious activity', 'wp-cerber' ) );
871
+
872
+ $links[] = array( cerber_activity_link( array( 10, 11 ) ), __( 'IP blocked', 'wp-cerber' ) );
873
+
874
+ $links[] = array( $ac . '&filter_user=*', __( 'Logged in users', 'wp-cerber' ) );
875
+ $links[] = array( $ac . '&filter_user=0', __( 'Not logged in visitors', 'wp-cerber' ) );
876
+ if ( ! $context ) {
877
+ $links[] = array( $ac . '&filter_user=' . get_current_user_id(), __( 'My activity', 'wp-cerber' ) );
878
+ }
879
+
880
+ $ret = '';
881
+ foreach ( $links as $link ) {
882
+ $ret .= '<a class="crb-button-tiny" href="' . $link[0] . '">' . $link[1] . '</a> ';
883
+ }
884
+
885
+ return '<div class="crb-quick-nav">' . $ret . '</div>';
886
+
887
+ }
888
+
889
  /*
890
  * Display activities in the WP Dashboard
891
  *
1058
  cerber_admin_link_add( array(
1059
  'cerber_admin_do' => 'export',
1060
  'type' => 'activity',
1061
+ ) ) . '"><i class="crb-icon crb-icon-bxs-down-arrow-circle"></i> ' . __( 'Export', 'wp-cerber' ) . '</a>';
1062
+ //) ) . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a>';
1063
  }
1064
  }
1065
  else {
1092
  <input type="hidden" name="tab" value="activity">
1093
  </form>';
1094
 
1095
+ $right_links = crb_admin_alert_link() . $export_link;
1096
 
1097
  $top_bar = '<div id = "activity-filter"><div>' . $filters . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
1098
 
1099
+ $ret = '<div class="cerber-margin">' . crb_admin_quick_nav(). $top_bar . $info . '</div>' . $ret;
1100
  }
1101
 
1102
  $ret .= $table;
1126
 
1127
  $q = crb_admin_parse_query( array(
1128
  'filter_activity',
1129
+ 'filter_set',
1130
  'filter_ip',
1131
  'filter_login',
1132
  'filter_user',
1135
  ), $args );
1136
 
1137
  $falist = array();
1138
+ if ( ! empty( $q->filter_set ) ) {
1139
+ switch ( $q->filter_set ) {
1140
+ case 1:
1141
+ $falist = crb_get_activity_set( 'suspicious' );
1142
+ break;
1143
+ }
1144
+ }
1145
+ elseif ( $q->filter_activity ) { // Multiple activities can be requested this way: &filter_activity[]=11&filter_activity[]=7
1146
  if ( is_array( $q->filter_activity ) ) {
1147
  $falist = array_filter( array_map( 'absint', $q->filter_activity ) );
 
1148
  }
1149
  else {
1150
+ $falist = array( absint( $q->filter_activity ) ); // for further using in links
 
1151
  }
1152
+ }
1153
+ if ( $falist ) {
1154
+ $where[] = 'log.activity IN (' . implode( ',', $falist ) . ')';
1155
  }
1156
  $ret[2] = $falist;
1157
 
1174
  $ret[4] = htmlspecialchars( $q->filter_login );
1175
  }
1176
 
1177
+ /*$user_id = absint( $q->filter_user );
1178
  $ret[5] = $user_id;
1179
  if ( $user_id ) {
1180
  $where[] = 'log.user_id = ' . $user_id;
1181
+ }*/
1182
+
1183
+ if ( isset( $q->filter_user ) ) {
1184
+ if ( $q->filter_user == '*' ) {
1185
+ $where[] = 'log.user_id != 0';
1186
+ $ret[5] = '';
1187
+ }
1188
+ elseif ( is_numeric( $q->filter_user ) ) {
1189
+ $user_id = absint( $q->filter_user );
1190
+ $where[] = 'log.user_id = ' . $user_id;
1191
+ $ret[5] = $user_id;
1192
+ }
1193
  }
1194
 
1195
  if ( $q->search_activity ) {
1980
  <td>
1981
  <h3>Online Documentation</h3>
1982
 
1983
+ <p><span class="dashicons dashicons-before dashicons-book-alt"></span> <a target="_blank" href="https://wpcerber.com/toc/">All articles on wpcerber.com</a></p>
1984
+ <p><span class="dashicons dashicons-before dashicons-shield-alt"></span> <a target="_blank" href="https://wpcerber.com/how-to-protect-wordpress-checklist/">How to protect WordPress effectively: a must-do list</a></p>
1985
 
1986
  <h3>What is IP address of your computer?</h3>
1987
 
2166
  $total = cerber_db_get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE );
2167
  //if ($total > $num) $l1 = 'Last ' . $num . ' suspect events are displayed';
2168
 
2169
+ $nav_links = ( $total ) ? crb_admin_quick_nav( 'dashboard' ) : '';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2170
 
2171
  echo '<table class="cerber-margin"><tr><td><h2 style="margin-bottom:0.5em; margin-right: 1em;">' . __( 'Activity', 'wp-cerber' ) . '</h2></td><td>' . $nav_links . '</td></tr></table>';
2172
 
2286
  $aside[] = '<div class="crb-box" id = "crb-blog">
2287
  <div class="crb-box-inner">
2288
  <!-- <h3><span class="dashicons-before dashicons-lightbulb"></span> Read Cerber\'s blog</h3> -->
2289
+ <h3>Documentation & How To</h3>
2290
 
2291
  <p><a href="https://wpcerber.com/manage-multiple-websites/" target="_blank">Manage multiple WP Cerber instances from one dashboard</a>
2292
+ <p><a href="https://wpcerber.com/how-to-protect-wordpress-checklist/" target="_blank">How to protect WordPress effectively: a must-do list</a>
2293
  <p><a href="https://wpcerber.com/how-to-block-wordpress-user/" target="_blank">How to block a user account</a>
2294
  <p><a href="https://wpcerber.com/automatic-malware-removal-wordpress/" target="_blank">Automatic cleanup of malware and suspicious files</a>
2295
  <p><a href="https://wpcerber.com/automated-recurring-malware-scans/" target="_blank">Automated recurring scans and email reporting</a>
2387
  }
2388
 
2389
  /**
 
2390
  * Generates a link for subscribing on a currently displaying Activity page
2391
  *
2392
  * @return string Link for using in the Dashboard, HTML
2393
  */
2394
+ function crb_admin_alert_link() {
2395
+ $args = array_values( cerber_get_alert_params() );
2396
 
2397
  // All activities, without any filter is not allowed
2398
  $empty = array_filter( $args );
2417
 
2418
  $link = cerber_admin_link_add( array( 'cerber_admin_do' => 'subscribe', 'mode' => $mode ) );
2419
 
2420
+ if ( $mode == 'on' ) {
2421
+ $text = __( 'Create Alert', 'wp-cerber' );
2422
+ $icon = 'crb-icon-bxs-bell';
2423
+ }
2424
+ else {
2425
+ $text = __( 'Delete Alert', 'wp-cerber' );
2426
+ $icon = 'crb-icon-bxs-bell-off';
2427
+ }
2428
+
2429
+
2430
+ //return '<span class="dashicons dashicons-email" style="vertical-align: middle;"></span> <a id="subscribe-me" href="' . $link . '" style="margin-right: 1.5em;">'.$text.'</a>';
2431
+ return '<a id="subscribe-me" class="button button-secondary cerber-button" href="' . $link . '" style="margin-right: 0.5em;"><i class="crb-icon ' . $icon . '"></i> ' . $text . '</a>';
2432
 
 
2433
  }
2434
 
2435
  /**
2438
  * @param string $mode Add or delete a subscription
2439
  * @param string $hash If specified, subscription with given hash will be removed
2440
  */
2441
+ function crb_admin_alerts_do( $mode = 'on', $hash = null ) {
2442
  if ( $hash ) {
2443
  $mode = 'off';
2444
  }
2445
  else {
2446
+ $args = array_values( cerber_get_alert_params() );
2447
  $hash = sha1( json_encode( $args ) );
2448
  }
2449
 
2456
  if ( $mode == 'on' ) {
2457
  $subs[ $hash ] = $args;
2458
  $msg = __( "You've subscribed", 'wp-cerber' );
2459
+ $msg = __( "The alert has been created", 'wp-cerber' );
2460
  }
2461
  else {
2462
  unset( $subs[ $hash ] );
2463
  $msg = __( "You've unsubscribed", 'wp-cerber' );
2464
+ $msg = __( "The alert has been deleted", 'wp-cerber' );
2465
  }
2466
 
2467
  if ( update_site_option( '_cerber_subs', $subs ) ) {
2469
  }
2470
  }
2471
 
2472
+ // Unsubscribe with hash with no admin nonce
2473
+ add_action( 'admin_init', function () {
2474
+ if ( ! empty( $_GET['unsubscribeme'] ) ) {
2475
+ crb_admin_alerts_do( 'off', $_GET['unsubscribeme'] );
2476
+ wp_safe_redirect( remove_query_arg( 'unsubscribeme' ) );
2477
  exit;
2478
  }
2479
+ } );
2480
 
2481
  /*
2482
  Pagination
2737
  #setting-error-tgmpa,
2738
  .pms-cross-promo,
2739
  .vc_license-activation-notice,
2740
+ #wordfenceConfigWarning,
2741
+ #crb-admin div#message.updated {
2742
  display: none;
2743
  }
2744
 
3390
  $base_url = cerber_admin_link( 'traffic' );
3391
  $activity_url = cerber_admin_link( 'activity' );
3392
 
3393
+ $export_button = '';
3394
+ $ret = '';
3395
+ $total = 0;
3396
 
3397
  if ( ! $wp_cerber_remote ) {
3398
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
3754
  $filter_links .= '<a class="crb-button-tiny" href="' . $base_url . $filter[0] . '">' . $filter[1] . '</a>';
3755
  }
3756
 
3757
+ //$search_button = cerber_traffic_search_form();
3758
+ $search_button = '<a href="#" id="traffic-search-btn" class="button button-secondary cerber-button" title="Search in the request history"><i class="crb-icon crb-icon-bx-search"></i> '.__('Advanced Search','wp-cerber').'</a>';
3759
 
3760
+ $export_button .= '<a class="button button-secondary cerber-button" href="' .
3761
  cerber_admin_link_add( array(
3762
  'cerber_admin_do' => 'export',
3763
  'type' => 'traffic',
3764
  ) )
3765
+ . '"><i class="crb-icon crb-icon-bxs-down-arrow-circle"></i> ' . __( 'Export', 'wp-cerber' ) . '</a>';
3766
+
3767
+ $right_links = $search_button .' '. $export_button;
3768
 
3769
  $refresh = '';
3770
  if ( crb_get_settings( 'timode' ) ) {
3773
 
3774
  $top_bar = '<div id = "activity-filter"><div>' . $filter_links . $refresh . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
3775
 
3776
+ $ret = '<div class="cerber-margin">' . $top_bar . crb_admin_traffic_search_form() . $info . '</div>' . $ret;
3777
  }
3778
 
3779
  $ret .= $table;
3841
  $ret = array_fill( 0, 8, '' );
3842
  $where = array();
3843
  $join = '';
3844
+ $join_act = false;
3845
 
3846
  $q = crb_admin_parse_query( array(
3847
+ 'filter_sid',
3848
  'filter_http_code',
3849
  'filter_http_code_mode',
3850
  'filter_ip',
3851
  'filter_processing',
3852
  'filter_user',
3853
+ 'filter_user_alt',
3854
+ 'filter_user_mode',
3855
  'filter_wp_type',
3856
  'filter_wp_type_mode',
3857
  'search_traffic',
3860
  'filter_set'
3861
  ), $args );
3862
 
3863
+ if ( preg_match( '/^\w+$/', $q->filter_sid ) ) {
3864
+ $where[] = 'log.session_id = "' . $q->filter_sid . '"';
3865
+ }
3866
+
3867
  $falist = array();
3868
  if ( $q->filter_http_code ) { // Multiple codes can be requested this way: &filter_http_code[]=404&filter_http_code[]=405
3869
  if ( is_array( $q->filter_http_code ) ) {
3902
  $ret[5] = $p;
3903
  }
3904
 
3905
+ $filter_user = null;
3906
+ if ( ! empty( $q->filter_user ) ) {
3907
+ $filter_user = $q->filter_user;
3908
+ }
3909
+ elseif ( ! empty( $q->filter_user_alt ) ) {
3910
+ $filter_user = $q->filter_user_alt;
3911
+ }
3912
+
3913
+ if ( $filter_user ) {
3914
+ if ( $filter_user == '*' ) {
3915
+ $um = ( ! empty( $q->filter_user_mode ) ) ? '=' : '!=';
3916
+ $where[] = 'log.user_id ' . $um . ' 0';
3917
  $ret[6] = '*';
3918
  }
3919
+ elseif ( preg_match_all( '/\d+/', $filter_user, $matches ) ) {
3920
+ $ul = implode( ',', $matches[0] );
3921
+ if ( ! empty( $q->filter_user_mode ) ) {
3922
+ $um = 'NOT IN';
3923
+ }
3924
+ else {
3925
+ $um = 'IN';
3926
+ $ret[6] = $ul;
3927
+ }
3928
+ $where[] = 'log.user_id ' . $um . ' (' . $ul . ')';
3929
  }
3930
  }
3931
 
3993
  }
3994
  }
3995
  if ( $activity ) {
3996
+ $where[] = 'act.activity IN (' . $activity . ')';
3997
+ $join_act = true;
3998
  }
3999
 
4000
  // ---------------------------------------------------------------------------------
4020
  $cols = trim( $cols, ',' );
4021
  }
4022
 
4023
+ if ( $join_act ) {
4024
+ $join = ' JOIN ' . CERBER_LOG_TABLE . ' act ON (log.session_id = act.session_id)';
4025
+ }
4026
+
4027
  if ( $per_page ) {
4028
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
4029
  //$ret[0] = 'SELECT SQL_CALC_FOUND_ROWS log.session_id,log.* FROM ' . CERBER_TRAF_TABLE . " log USE INDEX FOR ORDER BY (stamp) {$where} ORDER BY stamp DESC {$limit}";
4040
  }
4041
 
4042
  /**
4043
+ * Traffic Search form HTML
4044
  *
4045
  * @return string
4046
  *
4047
  */
4048
+ function crb_admin_traffic_search_form() {
4049
+ ob_start();
4050
  ?>
4051
+ <div id="crb-traffic-search" style="display: none;">
4052
+ <form id="crb-traffic-form" method="get" action="">
4053
+ <input type="hidden" name="page" value="cerber-traffic">
4054
+
4055
+ <div>
4056
+ <div>
4057
+ <p style="width: 100%;"><label>Activity</label>
4058
+ <?php
4059
+ $labels = cerber_get_labels( 'activity', false );
4060
+ //unset( $labels[5], $labels[51], $labels[13], $labels[14], $labels[15] );
4061
+ unset( $labels[51], $labels[13], $labels[14], $labels[15] );
4062
+ $labels = array( 0 => __( 'Any', 'wp-cerber' ) ) + $labels;
4063
+ echo cerber_select( 'filter_activity', $labels, 0, 'crb-filter-act' );
4064
+ ?>
4065
+ </p>
 
 
 
 
 
 
 
 
 
4066
 
4067
+ <p><label for="search-traffic-url">URL contains</label>
4068
+ <br/><input id="search-traffic-url" type="text" name="search_traffic[uri]"></p>
4069
 
4070
+ <p><label for="filter-method">Request method</label>
4071
+ <select id="filter-method" name="filter_method">
4072
+ <option value="0">Any</option>
4073
+ <option>GET</option>
4074
+ <option>POST</option>
4075
+ </select></p>
4076
 
4077
+ <p><label for="search-traffic-fields">POST or GET fields contain</label>
4078
+ <br/><input id="search-traffic-fields" type="text" name="search_traffic[fields]"></p>
4079
 
4080
+ <p><label for="search-traffic-details">Miscellaneous details contains</label>
4081
+ <br/><input id="search-traffic-details" type="text" name="search_traffic[details]"></p>
4082
 
4083
+ <p><label for="filter-http-code">HTTP Response Code equals</label>
4084
+ <br/><input id="filter-http-code" type="number" name="filter_http_code"></p>
4085
 
4086
+ <p><label for="search-traffic-date-from">Date from</label>
4087
+ <br/><input id="search-traffic-date-from" type="date" name="search_traffic[date_from]"
4088
+ placeholder="month/day/year"></p>
4089
 
4090
+ <p><label for="search-traffic-date-to">Date to</label>
4091
+ <br/><input id="search-traffic-date-to" type="date" name="search_traffic[date_to]"
4092
+ placeholder="month/day/year"></p>
4093
  </div>
4094
+ <div>
4095
+ <p><label for="search-traffic-ip">Remote IP address contains or equals</label>
4096
+ <br/><input id="search-traffic-ip" type="text" name="search_traffic[ip]"></p>
4097
+ <p>
4098
+ <label for="">User</label>
4099
+ <br/>
4100
+ <?php
4101
+ echo cerber_select( 'filter_user', array(), null, 'crb-select2-ajax', '', false, '', array( 'min_symbols' => 3 ) )
4102
+ ?>
4103
+ </p>
4104
 
4105
+ <p><label for="filter-user-alt">User ID</label>
4106
+ <br/><input id="filter-user-alt" type="text" name="filter_user_alt" placeholder="Use comma to specify multiple IDs"></p>
4107
+
4108
+ <p><label for="filter-user-mode">User operator</label>
4109
+ <select id="filter-user-mode" name="filter_user_mode">
4110
+ <option value="0">Include</option>
4111
+ <option value="1">Exclude</option>
4112
+ </select></p>
4113
+ <p><label for="filter-sid">SID</label>
4114
+ <br/><input id="filter-sid" type="text" name="filter_sid"></p>
4115
+ <p style="margin-top: 3em;">The search uses AND logic for all non-empty fields</p>
4116
+ </div>
4117
+ </div>
4118
+ <div style="width:300px; margin: 0 auto;">
4119
+ <p><input type="submit" class="button button-primary" value="Search"></p>
4120
+ </div>
4121
+ </form>
4122
+ </div>
4123
 
4124
+ <?php
4125
+ return ob_get_clean();
4126
  }
4127
 
4128
  function cerber_get_wp_type( $wp_type ) {
4431
  else {
4432
  $val = crb_array_get( $arr, $field );
4433
  }
4434
+
4435
  if ( is_array( $val ) ) {
4436
  $val = array_map( 'trim', $val );
4437
  }
4438
+ else {
4439
  $val = trim( $val );
4440
  }
4441
+
4442
  $ret[ $field ] = $val;
4443
  }
4444
 
jetflow.php CHANGED
@@ -4,7 +4,7 @@
4
  Integration with the jetFlow.io automation and customization plugin, http://jetflow.io
5
  Actions and triggers definitions.
6
 
7
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
8
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
9
 
10
  Licenced under the GNU GPL.
4
  Integration with the jetFlow.io automation and customization plugin, http://jetflow.io
5
  Actions and triggers definitions.
6
 
7
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
8
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
9
 
10
  Licenced under the GNU GPL.
languages/wp-cerber-fr_CA.mo CHANGED
Binary file
languages/wp-cerber-fr_CA.po CHANGED
@@ -8,246 +8,245 @@ msgstr ""
8
  "Language: fr-ca\n"
9
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
 
11
- #: ../settings.php:498
12
  msgid "Limit login attempts"
13
  msgstr "Limitation des tentatives de connexion"
14
 
15
- #: ../settings.php:499
16
  msgid "Attempts"
17
  msgstr "Tentatives"
18
 
19
- #: ../settings.php:505
20
  msgid "Lockout duration"
21
  msgstr "Durée du blocage"
22
 
23
- #: ../settings.php:510 ../settings.php:606
24
  msgid "minutes"
25
  msgstr "minutes"
26
 
27
- #: ../settings.php:513
28
  msgid "Aggressive lockout"
29
  msgstr "Blocage aggressif"
30
 
31
- #: ../settings.php:532
32
  msgid "Site connection"
33
  msgstr "Connexion au site"
34
 
35
- #: ../settings.php:540
36
  msgid "Proactive security rules"
37
  msgstr "Règles de sécurité proactives"
38
 
39
- #: ../settings.php:541
40
  msgid "Block subnet"
41
  msgstr "Bloquer les sous-réseaux"
42
 
43
- #: ../settings.php:559
44
  msgid "Request wp-login.php"
45
  msgstr "Requête sur wp-login.php"
46
 
47
- #: ../settings.php:563
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Bloquer immédiatement l’IP si elle tente d’accéder au fichier wp-login.php"
50
 
51
- #: ../settings.php:575
52
  msgid "Custom login page"
53
  msgstr "Page de connexion personnalisée"
54
 
55
- #: ../settings.php:576
56
  msgid "Custom login URL"
57
  msgstr "URL de connexion personnalisée"
58
 
59
- #: ../settings.php:584
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "ne doit pas chevaucher l’URL d’une page ou d’un article existant"
62
 
63
- #: ../settings.php:586
64
  msgid "Disable wp-login.php"
65
  msgstr "Désactiver wp-login.php"
66
 
67
- #: ../settings.php:591
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Bloquer l’accès direct à wp-login.php et retourner une erreur HTTP 404 Not Found"
70
 
71
- #: ../dashboard.php:1534 ../settings.php:594
72
  msgid "Citadel mode"
73
  msgstr "Mode Citadelle"
74
 
75
- #: ../settings.php:595
76
  msgid "Threshold"
77
  msgstr "Seuil"
78
 
79
- #: ../settings.php:601 ../cerber-scanner.php:3669
80
  msgid "Duration"
81
  msgstr "Durée"
82
 
83
- #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
- #: php:609
85
  msgid "Notifications"
86
  msgstr "Notifications"
87
 
88
- #: ../settings.php:614
89
  msgid "Send notification to admin email"
90
  msgstr "Envoyer des notifications par courriel à l’administrateur"
91
 
92
- #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
  #: tools.php:47 ../cerber-tools.php:134
94
  msgid "Access Lists"
95
  msgstr "Listes d’accès"
96
 
97
- #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
- #: load.php:4258 ../settings.php:622
99
  msgid "Activity"
100
  msgstr "Activité"
101
 
102
- #: ../dashboard.php:4162
103
  msgid "Lockouts"
104
  msgstr "Blocages"
105
 
106
- #: ../settings.php:1347
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tentatives autorisées en %s minutes"
109
 
110
- #: ../settings.php:1373
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Activer après %s tentatives échouées dans les %s dernières minutes"
113
 
114
- #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
- #: load.php:4267
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
- #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
- #: php:3651
121
  msgid "Date"
122
  msgstr "Date"
123
 
124
- #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
  msgid "Local User"
126
  msgstr "Utilisateur local"
127
 
128
- #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
  msgid "Username used"
130
  msgstr "Identifiant utilisé"
131
 
132
- #: ../dashboard.php:209
133
  msgid "Showing last %d records from %d"
134
  msgstr "Affichage de %d derniers enregistrements sur %d"
135
 
136
- #: ../common.php:1151
137
  msgid "Logged in"
138
  msgstr "Connexion réussie"
139
 
140
- #: ../common.php:1152
141
  msgid "Logged out"
142
  msgstr "Déconnexion"
143
 
144
- #: ../common.php:1153
145
  msgid "Login failed"
146
  msgstr "Connexion échouée"
147
 
148
- #: ../common.php:1156
149
  msgid "IP blocked"
150
  msgstr "IP bloquée"
151
 
152
- #: ../common.php:1157
153
  msgid "Subnet blocked"
154
  msgstr "Sous-réseau bloqué"
155
 
156
- #: ../common.php:1159
157
  msgid "Citadel activated!"
158
  msgstr "Citadelle activée !"
159
 
160
- #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
- #: 1207
162
  msgid "Locked out"
163
  msgstr "Bloqué"
164
 
165
- #: ../common.php:1209
166
  msgid "IP blacklisted"
167
  msgstr "IP blacklistées"
168
 
169
- #: ../common.php:1174
170
  msgid "Password changed"
171
  msgstr "Changement de mot de passe"
172
 
173
- #: ../dashboard.php:181 ../dashboard.php:267
174
  msgid "Remove"
175
  msgstr "Supprimer"
176
 
177
- #: ../dashboard.php:551
178
  msgid "Lockout for %s was removed"
179
  msgstr "Le blocage de %s a été levé"
180
 
181
- #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
- #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
183
  msgid "White IP Access List"
184
  msgstr "Liste blanche d'adresses IP"
185
 
186
- #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
- #: php:1533 ../dashboard.php:3446
188
  msgid "Black IP Access List"
189
  msgstr "Liste noire d'adresses IP"
190
 
191
- #: ../dashboard.php:273
192
  msgid "List is empty"
193
  msgstr "La liste est vide"
194
 
195
- #: ../dashboard.php:306
196
  msgid "Address %s was added to White IP Access List"
197
  msgstr "L’adresse IP %s a été ajoutée à la Liste Blanche"
198
 
199
- #: ../dashboard.php:328
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "L’adresse IP %s a été ajoutée à la Liste Noire"
202
 
203
- #: ../cerber-load.php:3565
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "Le mode Citadelle est activé après %d tentatives de connexion échouées en %d minutes."
206
 
207
- #: ../dashboard.php:2297 ../dashboard.php:2724
208
  msgid "View Activity"
209
  msgstr "Voir l’activité"
210
 
211
- #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
  #: tools.php:46 ../nexus/cerber-nexus.php:90
213
  msgid "Settings"
214
  msgstr "Réglages"
215
 
216
- #: ../dashboard.php:1395
217
  msgid "Last login"
218
  msgstr "Dernière connexion"
219
 
220
- #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
  #: slave-list.php:297
222
  msgid "Never"
223
  msgstr "Jamais"
224
 
225
- #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
- #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
  msgid "Are you sure?"
228
  msgstr "Etes-vous sûr ?"
229
 
230
- #: ../dashboard.php:1933 ../settings.php:537
231
  msgid "My site is behind a reverse proxy"
232
  msgstr "Mon site se trouve derrière un reverse proxy"
233
 
234
- #: ../settings.php:1175
235
  msgid "Make your protection smarter!"
236
  msgstr "Rendez votre protection intelligente !"
237
 
238
- #: ../settings.php:1179
239
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
  msgstr "Veuillez activer les Permaliens pour utiliser cette fonctionnalité. Le réglage des permaliens ne doit pas être “par défaut”."
241
 
242
- #: ../dashboard.php:4163 ../cerber-load.php:4554
243
  msgid "Main Settings"
244
  msgstr "Réglages généraux"
245
 
246
- #: ../dashboard.php:4386
247
  msgid "Help"
248
  msgstr "Aide"
249
 
250
- #: ../settings.php:1357
251
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
  msgstr "Allonger la durée du blocage à %s heures après %s blocages dans les %s dernières heures"
253
 
@@ -261,91 +260,91 @@ msgid_plural "You have %d attempts remaining."
261
  msgstr[0] "Il ne vous reste qu’une seule tentative."
262
  msgstr[1] "Il vous reste %d tentatives."
263
 
264
- #: ../dashboard.php:1032
265
  msgid "No activity has been logged."
266
  msgstr "Aucune activité n’a été notée."
267
 
268
- #: ../dashboard.php:191
269
  msgid "Expires"
270
  msgstr "Expire le"
271
 
272
- #: ../dashboard.php:215
273
  msgid "No lockouts at the moment. The sky is clear."
274
  msgstr "Pas de blocage pour le moment. Tout va bien dans le meilleur des mondes."
275
 
276
- #: ../dashboard.php:239
277
  msgid "These IPs will never be locked out"
278
  msgstr "Ces adresses IP ne seront jamais bloquées"
279
 
280
- #: ../dashboard.php:248
281
  msgid "Your IP"
282
  msgstr "Votre IP"
283
 
284
- #: ../cerber-load.php:3566
285
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
  msgstr "La dernière tentative échouée date du %s. Elle vient de l’IP %s. Le nom d’utilisateur utilisé est : %s."
287
 
288
- #: ../cerber-load.php:4522
289
  msgid "Can't activate WP Cerber due to a database error."
290
  msgstr "Impossible d’activer WP Cerber à cause d’une erreur de la base de données."
291
 
292
- #: ../settings.php:1364
293
  msgid "Notify admin if the number of active lockouts above"
294
  msgstr "Notifier l’administrateur si le nombre de blocages actifs excède"
295
 
296
- #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
297
  msgid "days"
298
  msgstr "jours"
299
 
300
- #: ../dashboard.php:1485
301
  msgid "Cerber Quick View"
302
  msgstr "Cerber aperçu"
303
 
304
- #: ../dashboard.php:211
305
  msgid "Hint"
306
  msgstr "Astuce"
307
 
308
- #: ../dashboard.php:211
309
  msgid "To view activity, click on the IP"
310
  msgstr "Pour voir l’activité relative à cette IP, cliquez sur l’IP"
311
 
312
- #: ../settings.php:545
313
  msgid "Always block entire subnet Class C of intruders IP"
314
  msgstr "Toujours bloquer le sous-réseau complet de classe C des IP intruses"
315
 
316
- #: ../settings.php:619 ../settings.php:1370
317
  msgid "Click to send test"
318
  msgstr "Cliquez pour tester"
319
 
320
- #: ../settings.php:1591 ../settings.php:1592
321
  msgid "Attention! You have changed the login URL! The new login URL is"
322
  msgstr "Attention ! Vous avez changer l’URL de connexion ! La nouvelle URL est"
323
 
324
- #: ../dashboard.php:1394
325
  msgid "Comments"
326
  msgstr "Commentaires"
327
 
328
- #: ../common.php:1593
329
  msgid "Update to version %s of WP Cerber"
330
  msgstr "Mettre à jour WP Cerber à la version %s"
331
 
332
- #: ../cerber-load.php:3567 ../cerber-load.php:4299
333
  msgid "View activity in dashboard"
334
  msgstr "Voir l’activité dans le tableau de bord"
335
 
336
- #: ../cerber-load.php:3596
337
  msgid "Number of active lockouts"
338
  msgstr "Nombre de blocages actifs"
339
 
340
- #: ../cerber-load.php:3600
341
  msgid "View lockouts in dashboard"
342
  msgstr "Voir les blocages dans le tableau de bord"
343
 
344
- #: ../cerber-load.php:3688
345
  msgid "This message was sent by"
346
  msgstr "Ce message a été envoyé par"
347
 
348
- #: ../dashboard.php:76 ../dashboard.php:4286
349
  msgid "Tools"
350
  msgstr "Outils"
351
 
@@ -377,7 +376,7 @@ msgstr "En cliquant sur le bouton ci-dessous, le fichier sera importé et écras
377
  msgid "Select file to import."
378
  msgstr "Sélectionnez un fichier."
379
 
380
- #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
  msgid "Maximum upload file size: %s."
382
  msgstr "Taille maximum de fichier autorisée : %s."
383
 
@@ -385,7 +384,7 @@ msgstr "Taille maximum de fichier autorisée : %s."
385
  msgid "What do you want to import?"
386
  msgstr "Que voulez-vous importer ?"
387
 
388
- #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
  msgid "Upload file"
390
  msgstr "Téléverser un fichier"
391
 
@@ -405,230 +404,230 @@ msgstr "Les préférences ont été importées avec succès depuis"
405
  msgid "Error while parsing file"
406
  msgstr "Error lors de l’analyse du fichier"
407
 
408
- #: ../dashboard.php:189 ../dashboard.php:1001
409
  msgid "Hostname"
410
  msgstr "Hôte"
411
 
412
- #: ../dashboard.php:488
413
  msgid "unknown"
414
  msgstr "inconnu"
415
 
416
- #: ../settings.php:623 ../settings.php:961
417
  msgid "Keep records for"
418
  msgstr "Conserver l’historique pour"
419
 
420
- #: ../dashboard.php:1519 ../dashboard.php:1541
421
  msgid "active"
422
  msgstr "active"
423
 
424
- #: ../dashboard.php:1519
425
  msgid "deactivate"
426
  msgstr "désactivé"
427
 
428
- #: ../dashboard.php:1521
429
  msgid "not active"
430
  msgstr "inactif"
431
 
432
- #: ../dashboard.php:1522 ../dashboard.php:1536
433
  msgid "disabled"
434
  msgstr "désactivée"
435
 
436
- #: ../dashboard.php:1527
437
  msgid "failed attempts"
438
  msgstr "tentatives de connexion échouées"
439
 
440
- #: ../dashboard.php:1527 ../dashboard.php:1528
441
  msgid "in 24 hours"
442
  msgstr "en 24 heures"
443
 
444
- #: ../dashboard.php:1527 ../dashboard.php:1528
445
  msgid "view all"
446
  msgstr "voir tout"
447
 
448
- #: ../dashboard.php:1528
449
  msgid "lockouts"
450
  msgstr "blocages"
451
 
452
- #: ../dashboard.php:1530
453
  msgid "Lockouts at the moment"
454
  msgstr "Blocages actuels"
455
 
456
- #: ../dashboard.php:1531
457
  msgid "Last lockout"
458
  msgstr "Dernier blocage"
459
 
460
- #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
461
  msgid "entry"
462
  msgid_plural "entries"
463
  msgstr[0] "entrée"
464
  msgstr[1] "entrées"
465
 
466
- #: ../dashboard.php:2175
467
  msgid "Confused about some settings?"
468
  msgstr "Confus au sujet de certains paramètres ?"
469
 
470
- #: ../dashboard.php:2176
471
  msgid "You can easily load default recommended settings using button below"
472
  msgstr "Vous pouvez facilement charger les paramètres recommandés par défaut en utilisant le bouton ci-dessous"
473
 
474
- #: ../dashboard.php:2178
475
  msgid "Load default settings"
476
  msgstr "Charger les paramètres par défaut"
477
 
478
- #: ../dashboard.php:2186
479
  msgid "doesn't affect Custom login URL and Access Lists"
480
  msgstr "n’affecte pas l’URL de connexion personnalisée ni les Listes d’accès"
481
 
482
- #: ../common.php:1586 ../settings.php:805
483
  msgid "New version is available"
484
  msgstr "Nouvelle version disponible"
485
 
486
- #: ../cerber-load.php:3539
487
  msgid "WP Cerber notify"
488
  msgstr "Préférences WP Cerber"
489
 
490
- #: ../cerber-load.php:3563
491
  msgid "Citadel mode is activated"
492
  msgstr "Le mode citadelle est activé"
493
 
494
- #: ../cerber-load.php:3635
495
  msgid "New Custom login URL"
496
  msgstr "URL de connexion personnalisée"
497
 
498
- #: ../cerber-load.php:4509
499
  msgid "The WP Cerber requires PHP %s or higher. You are running"
500
  msgstr "WP Cerber nécessite PHP %s ou supérieur. Vous avez actuellement"
501
 
502
- #: ../cerber-load.php:4513
503
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
  msgstr "WP Cerber nécessite WordPress %s ou supérieur. Vous avez actuellement"
505
 
506
- #: ../settings.php:654
507
  msgid "Use file"
508
  msgstr "Utiliser un fichier"
509
 
510
- #: ../settings.php:658
511
  msgid "Write failed login attempts to the file"
512
  msgstr "Inscrire les tentatives de connexion échouées dans un fichier de log"
513
 
514
- #: ../dashboard.php:2296
515
  msgid "Deactivate"
516
  msgstr "Désactiver"
517
 
518
- #: ../dashboard.php:192 ../cerber-load.php:3598
519
  msgid "Reason"
520
  msgstr "Raison"
521
 
522
- #: ../dashboard.php:280
523
  msgid "Add IP to the list"
524
  msgstr "Ajouter l’IP à la liste"
525
 
526
- #: ../dashboard.php:1261
527
  msgid "Add IP to the Black List"
528
  msgstr "Ajouter l’IP à la liste noire"
529
 
530
- #: ../common.php:1246
531
  msgid "Attempt to access"
532
  msgstr "Tentative d’accès"
533
 
534
- #: ../common.php:1245
535
  msgid "Limit on login attempts is reached"
536
  msgstr "La limite de tentatives de connexion est atteinte"
537
 
538
- #: ../cerber-load.php:3597
539
  msgid "Last lockout was added: %s for IP %s"
540
  msgstr "Le dernier blocage a été ajouté le %s pour l’IP %s"
541
 
542
- #: ../dashboard.php:4165 ../cerber-load.php:4558
543
  msgid "Hardening"
544
  msgstr "Renforcer"
545
 
546
- #: ../dashboard.php:1236
547
  msgid "Abuse email:"
548
  msgstr "Courriel d'abus:"
549
 
550
- #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
551
  msgid "Email Address"
552
  msgstr "Adresse courriel"
553
 
554
- #: ../settings.php:801
555
  msgid "if empty, the admin email %s will be used"
556
  msgstr "si vide, l’adresse courriel de l’administrateur %s sera utilisée"
557
 
558
- #: ../settings.php:662
559
  msgid "Drill down IP"
560
  msgstr "Examiner les IPs"
561
 
562
- #: ../settings.php:666
563
  msgid "Retrieve extra WHOIS information for IP"
564
  msgstr "Récupérer les données WHOIS des IPs"
565
 
566
- #: ../settings.php:686
567
  msgid "Hardening WordPress"
568
  msgstr "Renforcer WordPress"
569
 
570
- #: ../settings.php:687 ../settings.php:731
571
  msgid "Stop user enumeration"
572
  msgstr "Empêcher l’énumération des utilisateurs"
573
 
574
- #: ../settings.php:714
575
  msgid "Disable XML-RPC"
576
  msgstr "Désactiver XML-RPC"
577
 
578
- #: ../settings.php:719
579
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
580
  msgstr "Bloquer l’accès au serveur XMlL-RPC (inclut les Pingbacks et Trackbacks)"
581
 
582
- #: ../settings.php:721
583
  msgid "Disable feeds"
584
  msgstr "Désactiver les flux"
585
 
586
- #: ../settings.php:726
587
  msgid "Block access to the RSS, Atom and RDF feeds"
588
  msgstr "Bloquer l’accès aux flux RSS, Atom et RDF"
589
 
590
- #: ../settings.php:739
591
  msgid "Disable REST API"
592
  msgstr "Désactiver REST API"
593
 
594
- #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
595
  msgid "<strong>ERROR</strong>: please enter a valid email address."
596
  msgstr "<strong>ERREUR</strong>: veuillez saisir une adresse courriel valide."
597
 
598
- #: ../cerber-load.php:3628 ../cerber-load.php:4543
599
  msgid "WP Cerber is now active and has started protecting your site"
600
  msgstr "WP Cerber est maintenant actif et protège votre site"
601
 
602
- #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
603
  msgid "Action"
604
  msgstr "Action"
605
 
606
- #: ../dashboard.php:241
607
  msgid "Nobody can log in or register from these IPs"
608
  msgstr "Personne ne peut se connecter à partir de ces IPs"
609
 
610
- #: ../dashboard.php:298 ../dashboard.php:315
611
  msgid "Incorrect IP address or IP range"
612
  msgstr "IP ou plage d’IP incorrecte"
613
 
614
- #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
615
  msgid "Settings saved"
616
  msgstr "Paramètres sauvegardés"
617
 
618
- #: ../dashboard.php:1241
619
  msgid "Network:"
620
  msgstr "Réseau:"
621
 
622
- #: ../dashboard.php:1256
623
  msgid "Add network to the Black List"
624
  msgstr "Ajouter un réseau à la liste noire"
625
 
626
- #: ../dashboard.php:2295
627
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
628
  msgstr "Attention ! Le mode Citadel est maintenant activé. Plus personne ne peut se connecter."
629
 
630
- #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
631
- #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
632
  msgid "Unknown"
633
  msgstr "Inconnu"
634
 
@@ -637,13 +636,13 @@ msgstr "Inconnu"
637
  msgid "Gregory"
638
  msgstr "Gregory"
639
 
640
- #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
641
- #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
642
  #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
643
  #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
644
  #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
645
- #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
646
- #: /nexus/cerber-nexus-slave.php:233
647
  msgid "ERROR:"
648
  msgstr "ERREUR :"
649
 
@@ -659,196 +658,196 @@ msgstr "<strong>ERREUR</strong>: Le mot de passe que vous avez saisie pour l’i
659
  msgid "Username is not allowed. Please choose another one."
660
  msgstr "Ce nom d’utilisateur n’est pas autorisé. Veuillez en choisir un autre."
661
 
662
- #: ../cerber-load.php:3591
663
  msgid "unspecified"
664
  msgstr "non spécifié"
665
 
666
- #: ../cerber-load.php:3594
667
  msgid "Number of lockouts is increasing"
668
  msgstr "Le nombre de blocage augmente"
669
 
670
- #: ../cerber-load.php:3599
671
  msgid "View activity for this IP"
672
  msgstr "Voir l’activité pour cette IP"
673
 
674
- #: ../cerber-load.php:3603 ../cerber-load.php:3605
675
  msgid "A new version of WP Cerber is available to install"
676
  msgstr "Une nouvelle version de WP Cerber est disponible"
677
 
678
- #: ../cerber-load.php:3604
679
  msgid "Hi!"
680
  msgstr "Salut !"
681
 
682
- #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
683
  #: 45
684
  msgid "Website"
685
  msgstr "Site web"
686
 
687
- #: ../cerber-load.php:3610 ../cerber-load.php:3611
688
  msgid "The WP Cerber security plugin has been deactivated"
689
  msgstr "Le plugin WP Cerber a été désactivé"
690
 
691
- #: ../cerber-load.php:3613
692
  msgid "Not logged in"
693
  msgstr "Non connecté"
694
 
695
- #: ../cerber-load.php:3619
696
  msgid "By user"
697
  msgstr "Par utilisateur"
698
 
699
- #: ../cerber-load.php:3620
700
  msgid "From IP address"
701
  msgstr "De l’adresse IP"
702
 
703
- #: ../cerber-load.php:3623
704
  msgid "From country"
705
  msgstr "Du pays"
706
 
707
- #: ../cerber-load.php:3627
708
  msgid "The WP Cerber security plugin is now active"
709
  msgstr "Le plugin WP Cerber est maintenant actif"
710
 
711
- #: ../cerber-load.php:4544
712
  msgid "Your IP address is added to the"
713
  msgstr "Votre adresse IP a été ajouté à"
714
 
715
- #: ../cerber-load.php:4560
716
  msgid "Import settings"
717
  msgstr "Importer les paramètres"
718
 
719
- #: ../settings.php:804
720
  msgid "Notification limit"
721
  msgstr "Limite de notification"
722
 
723
- #: ../settings.php:804
724
  msgid "notification letters allowed per hour (0 means unlimited)"
725
  msgstr "nombre limite de courriels de notification par heure (0 pour illimité)"
726
 
727
- #: ../settings.php:111
728
  msgid "User related settings"
729
  msgstr "Paramètres relatifs aux utilisateurs"
730
 
731
- #: ../settings.php:153
732
  msgid "Prohibited usernames"
733
  msgstr "Identifiants interdits"
734
 
735
- #: ../settings.php:154
736
  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."
737
  msgstr "Les identifiants de cette liste ne pourront ni se connecter ni s’inscrire. Toute IP qui aurait tenté d’utiliser un de ces identifiants sera immédiatement bloquée. Séparez les identifiants par des virgules."
738
 
739
- #: ../settings.php:161
740
  msgid "User session expire"
741
  msgstr "Session utilisateur expirée"
742
 
743
- #: ../settings.php:162
744
  msgid "in minutes (leave empty to use default WP value)"
745
  msgstr "en minutes (laisser vide pour utiliser la valeur par défaut de WordPress)"
746
 
747
- #: ../settings.php:237
748
  msgid "reCAPTCHA settings"
749
  msgstr "Paramètres reCAPTCHA"
750
 
751
- #: ../settings.php:240
752
  msgid "Site key"
753
  msgstr "Clef du site"
754
 
755
- #: ../settings.php:244
756
  msgid "Secret key"
757
  msgstr "Clef secrète"
758
 
759
- #: ../settings.php:254
760
  msgid "Enable reCAPTCHA for WordPress registration form"
761
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WordPress"
762
 
763
- #: ../settings.php:263
764
  msgid "Lost password form"
765
  msgstr "Formulaire de récupération de mot de passe"
766
 
767
- #: ../settings.php:273
768
  msgid "Login form"
769
  msgstr "Formulaire de connexion"
770
 
771
- #: ../settings.php:274
772
  msgid "Enable reCAPTCHA for WordPress login form"
773
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WordPress"
774
 
775
- #: ../settings.php:1193
776
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
777
  msgstr "Avant d’utiliser reCAPTCHA, il vous faut obtenir une Clef de Site et une Clef Secrète sur le site de Google"
778
 
779
- #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
780
  msgid "Know more"
781
  msgstr "En savoir plus"
782
 
783
- #: ../dashboard.php:4166
784
  msgid "Users"
785
  msgstr "Utilisateurs"
786
 
787
- #: ../common.php:1149
788
  msgid "User created"
789
  msgstr "Utilisateur créé"
790
 
791
- #: ../dashboard.php:2126 ../common.php:1150
792
  msgid "User registered"
793
  msgstr "Inscription utilisateur"
794
 
795
- #: ../common.php:1177
796
  msgid "reCAPTCHA verification failed"
797
  msgstr "Vérification reCAPTCHA échouée"
798
 
799
- #: ../common.php:1178
800
  msgid "reCAPTCHA settings are incorrect"
801
  msgstr "Les paramètres reCAPTCHA sont incorrects"
802
 
803
- #: ../common.php:1181 ../common.php:1267
804
  msgid "Attempt to access prohibited URL"
805
  msgstr "Tentative d’accès à une URL interdite"
806
 
807
- #: ../common.php:1183 ../common.php:1248
808
  msgid "Attempt to log in with prohibited username"
809
  msgstr "Tentative de connexion avec un identifiant interdit"
810
 
811
- #: ../settings.php:639
812
  msgid "Cerber Lab connection"
813
  msgstr "Connexion Cerber Lab"
814
 
815
- #: ../settings.php:643
816
  msgid "Send malicious IP addresses to the Cerber Lab"
817
  msgstr "Envoyer les adresses IP bloquées au Cerber Lab"
818
 
819
- #: ../settings.php:645
820
  msgid "Cerber Lab protocol"
821
  msgstr "Protocole Cerber Lab"
822
 
823
- #: ../settings.php:185 ../settings.php:253
824
  msgid "Registration form"
825
  msgstr "Formulaire d’inscription"
826
 
827
- #: ../settings.php:259
828
  msgid "Enable reCAPTCHA for WooCommerce registration form"
829
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WooCommerce"
830
 
831
- #: ../settings.php:264
832
  msgid "Enable reCAPTCHA for WordPress lost password form"
833
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WordPress"
834
 
835
- #: ../settings.php:269
836
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
837
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WooCommerce"
838
 
839
- #: ../settings.php:279
840
  msgid "Enable reCAPTCHA for WooCommerce login form"
841
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WooCommerce"
842
 
843
- #: ../common.php:1179
844
  msgid "Request to the Google reCAPTCHA service failed"
845
  msgstr "La requête au service Google reCAPTCHA a échouée"
846
 
847
- #: ../dashboard.php:2118 ../dashboard.php:2148
848
  msgid "View all"
849
  msgstr "Voir tout"
850
 
851
- #: ../dashboard.php:2151
852
  msgid "Recently locked out IP addresses"
853
  msgstr "IPs récemment bloquées"
854
 
@@ -860,8 +859,8 @@ msgstr "Allez, abattez-les tous !"
860
  msgid "NO, maybe later"
861
  msgstr "NON, peut-être plus tard"
862
 
863
- #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
864
- #: php:4160
865
  msgid "Dashboard"
866
  msgstr "Tableau de bord"
867
 
@@ -873,236 +872,224 @@ msgstr "Désireux de rendre WP Cerber encore plus puissant ?"
873
  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."
874
  msgstr "Permettre à WP Cerber d’envoyer les adresses IP qui ont été bloqués au Cerber Lab. Cela aidera l’équipe à créer de nouveau algorithmes pour que WP Cerber puisse défendre WordPress contre les nouvelles attaques et réseaux de robots qui apparaissent chaque jour. Vous pouvez désactiver l’envoi des données à tout moment dans les réglages du plugin."
875
 
876
- #: ../dashboard.php:778 ../dashboard.php:3275
877
  msgid "IP address"
878
  msgstr "adresse IP"
879
 
880
- #: ../dashboard.php:783
881
  msgid "User login"
882
  msgstr "Connexion de l'utilisateur"
883
 
884
- #: ../dashboard.php:784 ../dashboard.php:3281
885
  msgid "User ID"
886
  msgstr "ID utilisateur"
887
 
888
- #: ../dashboard.php:1028 ../dashboard.php:3715
889
  msgid "Export"
890
  msgstr "Exporter"
891
 
892
- #: ../dashboard.php:1050
893
  msgid "Search for IP or username"
894
  msgstr "Rechercher une adresse IP ou un nom d'utilisateur"
895
 
896
- #: ../dashboard.php:1051
897
  msgid "Filter"
898
  msgstr "Filtre"
899
 
900
- #: ../dashboard.php:55
901
  msgid "Cerber Dashboard"
902
  msgstr "Tableau de bord Cerber"
903
 
904
- #: ../dashboard.php:76
905
  msgid "Cerber tools"
906
  msgstr "Outils Cerber"
907
 
908
- #: ../dashboard.php:2383
909
- msgid "Subscribe"
910
- msgstr "S'abonner"
911
-
912
- #: ../dashboard.php:2384 ../cerber-tools.php:228
913
  msgid "Unsubscribe"
914
  msgstr "Se désabonner"
915
 
916
- #: ../dashboard.php:2412
917
  msgid "You've subscribed"
918
  msgstr "Vous êtes abonné(e)"
919
 
920
- #: ../dashboard.php:2416
921
  msgid "You've unsubscribed"
922
  msgstr "Vous vous êtes désabonné"
923
 
924
- #: ../cerber-load.php:3639 ../cerber-load.php:3640
925
  msgid "A new activity has been recorded"
926
  msgstr "Une nouvelle activité a été enregistrée"
927
 
928
- #: ../cerber-load.php:4271
929
  msgid "User"
930
  msgstr "Utilisateur"
931
 
932
- #: ../cerber-load.php:4279
933
  msgid "Search string"
934
  msgstr "Chaîne de recherche"
935
 
936
- #: ../cerber-load.php:4300
937
- msgid "To unsubscribe click here"
938
- msgstr "Pour vous désabonner, cliquez ici"
939
-
940
- #: ../settings.php:661
941
  msgid "Preferences"
942
  msgstr "Préférences"
943
 
944
- #: ../settings.php:668
945
  msgid "Date format"
946
  msgstr "Format de date"
947
 
948
- #: ../settings.php:673
949
  msgid "if empty, the default format %s will be used"
950
  msgstr "si vide, le format par défaut %s sera utilisé"
951
 
952
- #: ../settings.php:810
953
  msgid "Push notifications"
954
  msgstr "Notifications poussées"
955
 
956
- #: ../settings.php:790
957
  msgid "Email notifications"
958
  msgstr "Notifications par courriel"
959
 
960
- #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
961
  msgid "Use comma to specify multiple values"
962
  msgstr "Utilisez la virgule pour spécifier plusieurs valeurs"
963
 
964
- #: ../settings.php:818
965
  msgid "All connected devices"
966
  msgstr "Tous les appareils connectés"
967
 
968
- #: ../settings.php:821
969
  msgid "No devices found"
970
  msgstr "Aucun appareil trouvé"
971
 
972
- #: ../settings.php:825
973
  msgid "Not available"
974
  msgstr "Non disponible"
975
 
976
- #: ../common.php:1175
977
  msgid "Password reset requested"
978
  msgstr "Réinitialisation du mot de passe demandée"
979
 
980
- #: ../common.php:1249
981
  msgid "Limit on failed reCAPTCHA verifications is reached"
982
  msgstr "La limite sur les vérifications reCAPTCHA échouées est atteinte."
983
 
984
- #: ../common.php:1398
985
  msgid "%s ago"
986
  msgstr "il y a %s"
987
 
988
- #: ../settings.php:524
989
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
990
  msgstr "Appliquer les règles de connexion de limite aux adresses IP dans la liste d'accès White IP"
991
 
992
- #: ../settings.php:565
993
  msgid "Display 404 page"
994
  msgstr "Afficheur 404 page"
995
 
996
- #: ../settings.php:248
997
  msgid "Invisible reCAPTCHA"
998
  msgstr "Invisible reCAPTCHA"
999
 
1000
- #: ../settings.php:249
1001
  msgid "Enable invisible reCAPTCHA"
1002
  msgstr "Activer le reCAPTCHA invisible"
1003
 
1004
- #: ../settings.php:249
1005
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1006
  msgstr "(ne l'activez que si vous obtenez et entrez les clés Site et Secret pour la version invisible)"
1007
 
1008
- #: ../settings.php:284
1009
  msgid "Enable reCAPTCHA for WordPress comment form"
1010
  msgstr "Activer le formulaire de commentaire reCAPTCHA pour WordPress"
1011
 
1012
- #: ../settings.php:289
1013
  msgid "Disable reCAPTCHA for logged in users"
1014
  msgstr "Désactiver reCAPTCHA pour les utilisateurs connectés"
1015
 
1016
- #: ../settings.php:293
1017
  msgid "Limit attempts"
1018
  msgstr "Limiter les tentatives"
1019
 
1020
- #: ../settings.php:294
1021
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1022
  msgstr "Verrouiller l'adresse IP pendant %s minutes après %s tentatives échouées en %s minutes"
1023
 
1024
- #: ../settings.php:1186
1025
  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."
1026
  msgstr "En mode Citadel, personne ne peut se connecter sauf les adresses IP de la White IP Access List. Les sessions utilisateur actives ne seront pas affectées."
1027
 
1028
- #: ../dashboard.php:780 ../dashboard.php:1004
1029
  msgid "Event"
1030
  msgstr "Événement"
1031
 
1032
- #: ../common.php:254
1033
  msgid "Spam comments denied"
1034
  msgstr "Les commentaires de spam sont refusés"
1035
 
1036
- #: ../common.php:256
1037
  msgid "Malicious IP addresses detected"
1038
  msgstr "Adresses IP malveillantes détectées"
1039
 
1040
- #: ../common.php:257
1041
  msgid "Lockouts occurred"
1042
  msgstr "Des lock-out ont eu lieu"
1043
 
1044
- #: ../dashboard.php:2127
1045
- msgid "All suspicious activity"
1046
- msgstr "Toute activité suspecte"
1047
-
1048
  #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1049
  #: /cerber-load.php:1332
1050
  msgid "You are not allowed to register."
1051
  msgstr "Vous n'êtes pas autorisé à vous inscrire."
1052
 
1053
- #: ../common.php:1160
1054
  msgid "Spam comment denied"
1055
  msgstr "Commentaire anti-spam refusé"
1056
 
1057
- #: ../common.php:1185
1058
  msgid "Attempt to log in denied"
1059
  msgstr "Tentative d'ouverture de session refusée"
1060
 
1061
- #: ../common.php:1186
1062
  msgid "Attempt to register denied"
1063
  msgstr "Tentative d'enregistrement refusée"
1064
 
1065
- #: ../common.php:251
1066
  msgid "Malicious activities mitigated"
1067
  msgstr "Atténuation des activités malveillantes"
1068
 
1069
- #: ../dashboard.php:69
1070
  msgid "Cerber antispam settings"
1071
  msgstr "Paramètres antispam Cerber"
1072
 
1073
- #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1074
  msgid "Antispam"
1075
  msgstr "Antispam"
1076
 
1077
- #: ../settings.php:177
1078
  msgid "Cerber antispam engine"
1079
  msgstr "Moteur antispam Cerber"
1080
 
1081
- #: ../settings.php:180
1082
  msgid "Comment form"
1083
  msgstr "Formulaire de commentaires"
1084
 
1085
- #: ../settings.php:181
1086
  msgid "Protect comment form with bot detection engine"
1087
  msgstr "Protéger le formulaire de commentaires avec le moteur de détection de bot"
1088
 
1089
- #: ../settings.php:186
1090
  msgid "Protect registration form with bot detection engine"
1091
  msgstr "Protéger le formulaire d'inscription avec le moteur de détection de bot"
1092
 
1093
- #: ../dashboard.php:4288
1094
  msgid "Export & Import"
1095
  msgstr "Exportation et importation"
1096
 
1097
- #: ../dashboard.php:4289
1098
  msgid "Diagnostic"
1099
  msgstr "Diagnostic"
1100
 
1101
- #: ../dashboard.php:4292
1102
  msgid "License"
1103
  msgstr "Licence"
1104
 
1105
- #: ../dashboard.php:4199
1106
  msgid "Antispam and bot detection settings"
1107
  msgstr "Paramètres d'antispam et de détection des robots"
1108
 
@@ -1110,109 +1097,110 @@ msgstr "Paramètres d'antispam et de détection des robots"
1110
  msgid "Sorry, human verification failed."
1111
  msgstr "Désolé, la vérification humaine a échoué."
1112
 
1113
- #: ../common.php:1250
1114
  msgid "Bot activity is detected"
1115
  msgstr "L'activité du bot est détectée"
1116
 
1117
- #: ../settings.php:219
1118
  msgid "Comment processing"
1119
  msgstr "Commenter le processus"
1120
 
1121
- #: ../settings.php:222
1122
  msgid "If a spam comment detected"
1123
  msgstr "Si un commentaire indésirable est détecté"
1124
 
1125
- #: ../settings.php:227
1126
  msgid "Trash spam comments"
1127
  msgstr "Commentaires sur le spam de la corbeille"
1128
 
1129
- #: ../settings.php:229
1130
  msgid "Move spam comments to trash after"
1131
  msgstr "Déplacer les commentaires indésirables à la corbeille"
1132
 
1133
- #: ../common.php:1161
1134
  msgid "Spam form submission denied"
1135
  msgstr "Soumission du formulaire anti-spam refusée"
1136
 
1137
- #: ../settings.php:190
1138
  msgid "Other forms"
1139
  msgstr "Autres formulaires"
1140
 
1141
- #: ../settings.php:191
1142
  msgid "Protect all forms on the website with bot detection engine"
1143
  msgstr "Protégez tous les formulaires sur le site Web avec le moteur de détection de bot"
1144
 
1145
- #: ../settings.php:197
1146
  msgid "Adjust antispam engine"
1147
  msgstr "Ajuster le moteur antispam"
1148
 
1149
- #: ../settings.php:200
1150
  msgid "Safe mode"
1151
  msgstr "Mode sans échec"
1152
 
1153
- #: ../settings.php:201
1154
  msgid "Use less restrictive policies (allow AJAX)"
1155
  msgstr "Utiliser des politiques moins restrictives (autoriser AJAX)"
1156
 
1157
- #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
 
1158
  msgid "Logged in users"
1159
  msgstr "Utilisateurs connectés"
1160
 
1161
- #: ../settings.php:206
1162
  msgid "Disable bot detection engine for logged in users"
1163
  msgstr "Désactiver le moteur de détection des bots pour les utilisateurs connectés"
1164
 
1165
- #: ../dashboard.php:190 ../dashboard.php:1002
1166
  msgid "Country"
1167
  msgstr "Pays"
1168
 
1169
- #: ../dashboard.php:1039
1170
  msgid "All events"
1171
  msgstr "Tous les évènements"
1172
 
1173
- #: ../dashboard.php:61
1174
  msgid "Cerber Security Rules"
1175
  msgstr "Règles de sécurité Cerber"
1176
 
1177
- #: ../dashboard.php:61 ../dashboard.php:4236
1178
  msgid "Security Rules"
1179
  msgstr "Règles de sécurité"
1180
 
1181
- #: ../dashboard.php:1396
1182
  msgid "Failed login attempts"
1183
  msgstr "Echec des tentatives de connexion"
1184
 
1185
- #: ../dashboard.php:1353 ../dashboard.php:1397
1186
  msgid "Registered"
1187
  msgstr "Enregistré"
1188
 
1189
- #: ../dashboard.php:1467 ../cerber-users.php:25
1190
  msgid "You"
1191
  msgstr "Vous"
1192
 
1193
- #: ../common.php:255
1194
  msgid "Spam form submissions denied"
1195
  msgstr "Refus d'envoi du formulaire anti-spam"
1196
 
1197
- #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1198
  msgid "Getting Started Guide"
1199
  msgstr "Guide de démarrage"
1200
 
1201
- #: ../dashboard.php:4238
1202
  msgid "Countries"
1203
  msgstr "Pays"
1204
 
1205
- #: ../dashboard.php:2987
1206
  msgid "Permitted for one country"
1207
  msgid_plural "Permitted for %d countries"
1208
  msgstr[0] "Autorisé pour un pays"
1209
  msgstr[1] "Autorisé pour %d pays"
1210
 
1211
- #: ../dashboard.php:2998
1212
  msgid "No rule"
1213
  msgstr "Aucune règle"
1214
 
1215
- #: ../dashboard.php:3209
1216
  msgid "Security rules have been updated"
1217
  msgstr "Les règles de sécurité ont été mises à jour"
1218
 
@@ -1221,183 +1209,183 @@ msgstr "Les règles de sécurité ont été mises à jour"
1221
  msgid "https://wpcerber.com"
1222
  msgstr "https://wpcerber.com"
1223
 
1224
- #: ../common.php:1162
1225
  msgid "Form submission denied"
1226
  msgstr "Refus d'envoi du formulaire"
1227
 
1228
- #: ../common.php:1163
1229
  msgid "Comment denied"
1230
  msgstr "Commentaire refusé"
1231
 
1232
- #: ../common.php:1191
1233
  msgid "Request to REST API denied"
1234
  msgstr "Demande d'REST API refusée"
1235
 
1236
- #: ../common.php:1192
1237
  msgid "XML-RPC request denied"
1238
  msgstr "Requête XML-RPC refusée"
1239
 
1240
- #: ../common.php:1205
1241
  msgid "Bot detected"
1242
  msgstr "Bot détecté"
1243
 
1244
- #: ../common.php:1206
1245
  msgid "Citadel mode is active"
1246
  msgstr "Le mode Citadel est actif"
1247
 
1248
- #: ../common.php:1211
1249
  msgid "Malicious activity detected"
1250
  msgstr "Activité malveillante détectée"
1251
 
1252
- #: ../common.php:1212
1253
  msgid "Blocked by country rule"
1254
  msgstr "Bloqué par la règle du pays"
1255
 
1256
- #: ../common.php:1213
1257
  msgid "Limit reached"
1258
  msgstr "Limite atteinte"
1259
 
1260
- #: ../common.php:1214
1261
  msgid "Multiple suspicious activities"
1262
  msgstr "Plusieurs activités suspectes"
1263
 
1264
- #: ../common.php:1251
1265
  msgid "Multiple suspicious activities were detected"
1266
  msgstr "Plusieurs activités suspectes ont été détectées"
1267
 
1268
- #: ../settings.php:751
1269
  msgid "Allow REST API for logged in users"
1270
  msgstr "Autoriser l'REST API pour les utilisateurs connectés"
1271
 
1272
- #: ../settings.php:766
1273
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1274
  msgstr "Spécifiez les espaces de noms de l'REST API à autoriser si l'REST API est désactivée. Une corde par ligne."
1275
 
1276
- #: ../settings.php:147
1277
  msgid "Registration limit"
1278
  msgstr "Limite d'enregistrement"
1279
 
1280
- #: ../settings.php:168
1281
  msgid "Sort users in dashboard"
1282
  msgstr "Trier les utilisateurs dans le tableau de bord"
1283
 
1284
- #: ../settings.php:169
1285
  msgid "by date of registration"
1286
  msgstr "par date d'enregistrement"
1287
 
1288
- #: ../settings.php:210
1289
  msgid "Query whitelist"
1290
  msgstr "Liste blanche des requêtes"
1291
 
1292
- #: ../settings.php:1352
1293
  msgid "%s allowed registrations in %s minutes from one IP"
1294
  msgstr "%s nombre d'enregistrements autorisés en %s minutes à partir d'une adresse IP"
1295
 
1296
- #: ../dashboard.php:3055
1297
  msgid "Start typing here to find a country"
1298
  msgstr "Commencez à taper ici pour trouver un pays"
1299
 
1300
- #: ../dashboard.php:3135
1301
  msgid "Click on a country name to add it to the list of selected countries"
1302
  msgstr "Cliquez sur le nom d'un pays pour l'ajouter à la liste des pays sélectionnés"
1303
 
1304
- #: ../dashboard.php:3156
1305
  msgid "Submit forms"
1306
  msgstr "Soumettre les formulaires"
1307
 
1308
- #: ../dashboard.php:3157
1309
  msgid "Post comments"
1310
  msgstr "Soumettre des commentaires"
1311
 
1312
- #: ../dashboard.php:3158
1313
  msgid "Log in to the website"
1314
  msgstr "Se connecter sur le site"
1315
 
1316
- #: ../dashboard.php:3159
1317
  msgid "Register on the website"
1318
  msgstr "S'inscrire sur le site"
1319
 
1320
- #: ../dashboard.php:3160
1321
  msgid "Use XML-RPC"
1322
  msgstr "Utiliser XML-RPC"
1323
 
1324
- #: ../dashboard.php:3161
1325
  msgid "Use REST API"
1326
  msgstr "Utiliser REST API"
1327
 
1328
- #: ../settings.php:224
1329
  msgid "Deny it completely"
1330
  msgstr "Le nier complètement"
1331
 
1332
- #: ../settings.php:224
1333
  msgid "Mark it as spam"
1334
  msgstr "Marquez-le comme spam"
1335
 
1336
- #: ../dashboard.php:2109
1337
  msgid "in the last 24 hours"
1338
  msgstr "durant les 24 dernières heures"
1339
 
1340
- #: ../dashboard.php:2487
1341
  msgid "Main settings"
1342
  msgstr "Réglages principaux"
1343
 
1344
- #: ../settings.php:830
1345
  msgid "Weekly reports"
1346
  msgstr "Rapports hebdomadaires"
1347
 
1348
- #: ../settings.php:1524
1349
  msgid "Sunday"
1350
  msgstr "Dimanche"
1351
 
1352
- #: ../settings.php:1525
1353
  msgid "Monday"
1354
  msgstr "Lundi"
1355
 
1356
- #: ../settings.php:1526
1357
  msgid "Tuesday"
1358
  msgstr "Mardi"
1359
 
1360
- #: ../settings.php:1527
1361
  msgid "Wednesday"
1362
  msgstr "Mercredi"
1363
 
1364
- #: ../settings.php:1528
1365
  msgid "Thursday"
1366
  msgstr "Jeudi"
1367
 
1368
- #: ../settings.php:1529
1369
  msgid "Friday"
1370
  msgstr "Vendredi"
1371
 
1372
- #: ../settings.php:1530
1373
  msgid "Saturday"
1374
  msgstr "Samedi"
1375
 
1376
- #: ../settings.php:1593 ../settings.php:1594
1377
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1378
  msgstr "Si vous utilisez un plugin de mise en cache, vous devez ajouter votre nouvelle URL de connexion à la liste des pages à ne pas mettre en cache."
1379
 
1380
- #: ../cerber-load.php:3645
1381
  msgid "Weekly report"
1382
  msgstr "Rapport hebdomadaire"
1383
 
1384
- #: ../cerber-load.php:3648 ../cerber-load.php:3658
1385
  msgid "To change reporting settings visit"
1386
  msgstr "Pour modifier les paramètres de reporting, visitez"
1387
 
1388
- #: ../cerber-load.php:3681
1389
  msgid "Your login page:"
1390
  msgstr "Votre page de connexion:"
1391
 
1392
- #: ../cerber-load.php:3685
1393
  msgid "Your license is valid until"
1394
  msgstr "Votre licence est valable jusqu'au"
1395
 
1396
- #: ../cerber-load.php:3791
1397
  msgid "Activity details"
1398
  msgstr "Détails de l'activité"
1399
 
1400
- #: ../settings.php:1560
1401
  msgid "Click to send now"
1402
  msgstr "Cliquez pour envoyer maintenant"
1403
 
@@ -1405,271 +1393,267 @@ msgstr "Cliquez pour envoyer maintenant"
1405
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1406
  msgstr "Traducteur de WP Cerber ? Pour obtenir la licence PRO gratuitement, déposez vos contacts ici : https://wpcerber.com/contact/"
1407
 
1408
- #: ../dashboard.php:559
1409
  msgid "Email has been sent to"
1410
  msgstr "Un courriel a été envoyé à"
1411
 
1412
- #: ../dashboard.php:562
1413
  msgid "Unable to send email to"
1414
  msgstr "Impossible d'envoyer un courriel à"
1415
 
1416
- #: ../dashboard.php:2990
1417
  msgid "Not permitted for one country"
1418
  msgid_plural "Not permitted for %d countries"
1419
  msgstr[0] "Non autorisé pour un pays"
1420
  msgstr[1] "Non autorisé pour les pays %d"
1421
 
1422
- #: ../dashboard.php:3139
1423
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1424
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1425
  msgstr "Les pays sélectionnés sont autorisés à %s, les autres pays ne sont pas autorisés à"
1426
 
1427
- #: ../dashboard.php:3142
1428
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1429
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1430
  msgstr "Les pays sélectionnés ne sont pas autorisés à %s, les autres pays sont autorisés à"
1431
 
1432
- #: ../cerber-load.php:3779
1433
  msgid "Weekly Report"
1434
  msgstr "Rapport hebdomadaire"
1435
 
1436
- #: ../settings.php:570
1437
  msgid "Use 404 template from the active theme"
1438
  msgstr "Utiliser le modèle 404 du thème actif"
1439
 
1440
- #: ../settings.php:571
1441
  msgid "Display simple 404 page"
1442
  msgstr "Affichage simple 404 page"
1443
 
1444
- #: ../settings.php:211
1445
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1446
  msgstr "Entrer une partie de la chaîne ou du chemin de requête pour exclure une requête de l'inspection par le moteur. Un article par ligne."
1447
 
1448
- #: ../settings.php:842 ../settings.php:1106
1449
  msgid "if empty, email from notification settings will be used"
1450
  msgstr "si vide, l'adresse courriel des paramètres de notification sera utilisée"
1451
 
1452
- #: ../settings.php:831
1453
  msgid "Enable reporting"
1454
  msgstr "Activer le signalement"
1455
 
1456
- #: ../cerber-load.php:3709
1457
  msgid "Your last sign-in was %s from %s"
1458
  msgstr "Votre dernière connexion était %s de %s"
1459
 
1460
- #: ../dashboard.php:279
1461
  msgid "IP address, IPv4 address range or subnet"
1462
  msgstr "Adresse IP, plage d'adresses IPv4 ou sous-réseau"
1463
 
1464
- #: ../dashboard.php:281
1465
  msgid "Optional comment for this entry"
1466
  msgstr "Commentaire facultatif pour cette entrée"
1467
 
1468
- #: ../dashboard.php:320
1469
  msgid "You cannot add your IP address or network"
1470
  msgstr "Vous ne pouvez pas ajouter votre adresse IP ou votre réseau"
1471
 
1472
- #: ../settings.php:154
1473
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1474
  msgstr "Pour spécifier un motif REGEX, enroulez un motif en deux barres obliques vers l'avant."
1475
 
1476
- #: ../dashboard.php:57
1477
  msgid "Cerber Traffic Inspector"
1478
  msgstr "Inspecteur du Trafic de Cerber"
1479
 
1480
- #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1481
  msgid "Traffic Inspector"
1482
- msgstr "Inspecteur de la Trafic"
1483
 
1484
- #: ../dashboard.php:1569
1485
  msgid "Traffic"
1486
  msgstr "Trafic"
1487
 
1488
- #: ../dashboard.php:3652
1489
  msgid "Request"
1490
  msgstr "Demande"
1491
 
1492
- #: ../dashboard.php:3654
1493
  msgid "Host Info"
1494
  msgstr "Informations sur l'hôte"
1495
 
1496
- #: ../dashboard.php:3655
1497
  msgid "User Agent"
1498
  msgstr "Agent utilisateur"
1499
 
1500
- #: ../dashboard.php:3680
1501
  msgid "All requests"
1502
  msgstr "Toutes les demandes"
1503
 
1504
- #: ../dashboard.php:3685
1505
  msgid "Not logged in visitors"
1506
  msgstr "Visiteurs non connectés"
1507
 
1508
- #: ../dashboard.php:3688
1509
  msgid "Form submissions"
1510
  msgstr "Soumission des formulaires"
1511
 
1512
- #: ../dashboard.php:3690
1513
  msgid "Page Not Found"
1514
  msgstr "Page introuvable"
1515
 
1516
- #: ../dashboard.php:3699
1517
  msgid "Longer than"
1518
  msgstr "Plus long que"
1519
 
1520
- #: ../dashboard.php:3720
1521
  msgid "Refresh"
1522
  msgstr "Rafraîchir"
1523
 
1524
- #: ../common.php:181
1525
  msgid "Check for requests"
1526
  msgstr "Vérifier les demandes"
1527
 
1528
- #: ../common.php:1612
1529
  msgid "Not specified"
1530
  msgstr "Non spécifié"
1531
 
1532
- #: ../settings.php:896
1533
  msgid "Logging mode"
1534
  msgstr "Mode d'enregistrement"
1535
 
1536
- #: ../settings.php:902
1537
  msgid "Logging disabled"
1538
  msgstr "Enregistrement désactivé"
1539
 
1540
- #: ../settings.php:903
1541
  msgid "Smart"
1542
  msgstr "Intelligent"
1543
 
1544
- #: ../settings.php:904
1545
  msgid "All traffic"
1546
  msgstr "Tout le trafic"
1547
 
1548
- #: ../settings.php:908
1549
  msgid "Ignore crawlers"
1550
  msgstr "Ignorer les chenilles"
1551
 
1552
- #: ../settings.php:918
1553
  msgid "Mask these form fields"
1554
  msgstr "Masquer ces champs du formulaire"
1555
 
1556
- #: ../settings.php:958
1557
  msgid "milliseconds"
1558
  msgstr "millisecondes"
1559
 
1560
- #: ../settings.php:851
1561
  msgid "Enable traffic inspection"
1562
  msgstr "Activer l'inspection du trafic"
1563
 
1564
- #: ../settings.php:895
1565
  msgid "Logging"
1566
  msgstr "Enregistrement"
1567
 
1568
- #: ../settings.php:913
1569
  msgid "Save request fields"
1570
  msgstr "Sauvegarder les champs de demande"
1571
 
1572
- #: ../settings.php:953
1573
  msgid "Page generation time threshold"
1574
  msgstr "Seuil de temps de génération de page"
1575
 
1576
- #: ../dashboard.php:3672
1577
  msgid "No requests have been logged."
1578
  msgstr "Aucune demande n'a été enregistrée."
1579
 
1580
- #: ../dashboard.php:1536
1581
  msgid "enabled"
1582
  msgstr "activés"
1583
 
1584
- #: ../dashboard.php:1541
1585
  msgid "no connection"
1586
  msgstr "aucune connexion"
1587
 
1588
- #: ../dashboard.php:4026
1589
- msgid "Advanced search"
1590
- msgstr "Recherche avancée"
1591
-
1592
- #: ../dashboard.php:1343
1593
  msgid "Last seen"
1594
  msgstr "Vu pour la dernière fois"
1595
 
1596
- #: ../common.php:1187 ../common.php:1252
1597
  msgid "Probing for vulnerable PHP code"
1598
  msgstr "Recherche de code PHP vulnérable"
1599
 
1600
- #: ../dashboard.php:3983
1601
  msgid "Any"
1602
  msgstr "N'importe quel"
1603
 
1604
- #: ../cerber-load.php:3429
1605
  msgid "We're sorry, you are not allowed to proceed"
1606
  msgstr "Nous sommes désolés, vous n'êtes pas autorisé à continuer"
1607
 
1608
- #: ../settings.php:867
1609
  msgid "Request whitelist"
1610
  msgstr "Demande de liste blanche"
1611
 
1612
- #: ../settings.php:873
1613
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1614
  msgstr "Entrez une requête URI pour exclure la requête de l'inspection. Une requête URI par ligne."
1615
 
1616
- #: ../settings.php:929
1617
  msgid "Save request headers"
1618
  msgstr "Sauvegarder les en-têtes de requête"
1619
 
1620
- #: ../settings.php:935
1621
  msgid "Save $_SERVER"
1622
  msgstr "Sauvegarder $_SERVER"
1623
 
1624
- #: ../settings.php:941
1625
  msgid "Save request cookies"
1626
  msgstr "Sauvegarder les cookies de demande"
1627
 
1628
- #: ../settings.php:694
1629
  msgid "Protect admin scripts"
1630
  msgstr "Protéger les scripts d'administration"
1631
 
1632
- #: ../settings.php:699
1633
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1634
  msgstr "Bloquer l'accès non autorisé à load-scripts.php et load-styles.php"
1635
 
1636
- #: ../common.php:2440
1637
  msgid "Unable to create the directory"
1638
  msgstr "Impossible de créer le répertoire"
1639
 
1640
- #: ../common.php:2445
1641
  msgid "Destination folder access denied"
1642
  msgstr "Accès au dossier de destination refusé"
1643
 
1644
- #: ../common.php:2448
1645
  msgid "File not found"
1646
  msgstr "Fichier non trouvé"
1647
 
1648
- #: ../common.php:2451
1649
  msgid "Unable to copy the file"
1650
  msgstr "Impossible de copier le fichier"
1651
 
1652
- #: ../common.php:2457
1653
  msgid "Unable to delete the file"
1654
  msgstr "Impossible de supprimer le fichier"
1655
 
1656
- #: ../settings.php:486
1657
  msgid "Plugin initialization"
1658
  msgstr "Initialisation du plugin"
1659
 
1660
- #: ../settings.php:487
1661
  msgid "Load security engine"
1662
  msgstr "Moteur de sécurité de chargement"
1663
 
1664
- #: ../settings.php:493
1665
  msgid "Legacy mode"
1666
  msgstr "Mode Legacy"
1667
 
1668
- #: ../settings.php:494
1669
  msgid "Standard mode"
1670
  msgstr "Mode standard"
1671
 
1672
- #: ../settings.php:1571
1673
  msgid "Plugin initialization mode has not been changed"
1674
  msgstr "Le mode d'initialisation du plugin n'a pas été modifié"
1675
 
@@ -1678,40 +1662,36 @@ msgstr "Le mode d'initialisation du plugin n'a pas été modifié"
1678
  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>."
1679
  msgstr "Il s'agit d'un module de démarrage standard pour le plugin WP Cerber Security & Antispam. Il a été installé lorsque vous avez réglé le mode d'initialisation du plugin sur Standard. En savoir plus : <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1680
 
1681
- #: ../common.php:1189
1682
  msgid "File upload denied"
1683
  msgstr "Envoi de fichier refusé"
1684
 
1685
- #: ../settings.php:583
1686
- msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1687
- msgstr "L'URL de connexion personnalisée ne peut contenir que des lettres, des chiffres, des tirets et des traits de soulignement"
1688
-
1689
- #: ../settings.php:873
1690
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1691
  msgstr "Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1692
 
1693
- #: ../settings.php:1182
1694
  msgid "Be careful about enabling these options."
1695
  msgstr "Soyez prudent lorsque vous activez ces options."
1696
 
1697
- #: ../settings.php:1182
1698
  msgid "If you forget your Custom login URL, you will be unable to log in."
1699
  msgstr "Si vous oubliez votre URL de connexion personnalisée, vous ne pourrez pas vous connecter."
1700
 
1701
- #: ../dashboard.php:65 ../dashboard.php:4251
1702
  msgid "Site Integrity"
1703
  msgstr "Intégrité du site"
1704
 
1705
- #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1706
- #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1707
  msgid "Disabled"
1708
  msgstr "Désactivé"
1709
 
1710
- #: ../dashboard.php:1555 ../cerber-scanner.php:865
1711
  msgid "Quick Scan"
1712
  msgstr "Analyse rapide"
1713
 
1714
- #: ../dashboard.php:1557 ../cerber-scanner.php:865
1715
  msgid "Full Scan"
1716
  msgstr "Analyse complète"
1717
 
@@ -1720,420 +1700,420 @@ msgstr "Analyse complète"
1720
  msgid "WP Cerber Security, Antispam & Malware Scan"
1721
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1722
 
1723
- #: ../common.php:1215
1724
  msgid "Denied"
1725
  msgstr "Refusé"
1726
 
1727
- #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1728
  msgid "Use White IP Access List"
1729
  msgstr "Utiliser la liste blanche d'accès IP"
1730
 
1731
- #: ../settings.php:553
1732
  msgid "Disable dashboard redirection"
1733
  msgstr "Désactiver la redirection du tableau de bord"
1734
 
1735
- #: ../settings.php:557
1736
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1737
  msgstr "Désactiver la redirection automatique vers la page de connexion lorsque /wp-admin/ est demandé par une requête non autorisée"
1738
 
1739
- #: ../settings.php:974
1740
  msgid "Scanner settings"
1741
  msgstr "Paramètres des analyses"
1742
 
1743
- #: ../settings.php:975
1744
  msgid "Custom signatures"
1745
  msgstr "Signatures personnalisées"
1746
 
1747
- #: ../settings.php:981
1748
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1749
  msgstr "Spécifiez des signatures de code PHP personnalisées. Un article par ligne. Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1750
 
1751
- #: ../settings.php:983
1752
  msgid "Unwanted file extensions"
1753
  msgstr "Extensions de fichiers indésirables"
1754
 
1755
- #: ../settings.php:989
1756
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1757
  msgstr "Spécifiez les extensions de fichier à rechercher. Analyse complète uniquement. Utilisez la virgule pour séparer les éléments."
1758
 
1759
- #: ../settings.php:991
1760
  msgid "Directories to exclude"
1761
  msgstr "Répertoires à exclure"
1762
 
1763
- #: ../settings.php:997
1764
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1765
  msgstr "Spécifiez les répertoires à exclure de l'analyse. Utilisez des chemins absolus. Un article par ligne."
1766
 
1767
- #: ../settings.php:1012
1768
  msgid "Scan temporary directory"
1769
  msgstr "Analyser le répertoire temporaire"
1770
 
1771
- #: ../settings.php:1019
1772
  msgid "Scan session directory"
1773
  msgstr "Répertoire de la session d'analyse"
1774
 
1775
- #: ../settings.php:1031
1776
  msgid "Delete quarantined files after"
1777
  msgstr "Supprimer les fichiers mis en quarantaine après"
1778
 
1779
- #: ../settings.php:1046
1780
  msgid "Launch Quick Scan"
1781
  msgstr "Lancer l'Analyse rapide"
1782
 
1783
- #: ../cerber-scanner.php:1421
1784
  msgid "Every hour"
1785
  msgstr "Toutes les heures"
1786
 
1787
- #: ../cerber-scanner.php:1422
1788
  msgid "Every 3 hours"
1789
  msgstr "Toutes les 3 heures"
1790
 
1791
- #: ../cerber-scanner.php:1423
1792
  msgid "Every 6 hours"
1793
  msgstr "Toutes les 6 heures"
1794
 
1795
- #: ../settings.php:1053
1796
  msgid "Launch Full Scan"
1797
  msgstr "Lancer l'analyse complète"
1798
 
1799
- #: ../settings.php:1063 ../settings.php:1122
1800
  msgid "Low severity"
1801
  msgstr "Faible gravité"
1802
 
1803
- #: ../settings.php:1063 ../settings.php:1122
1804
  msgid "Medium severity"
1805
  msgstr "Gravité moyenne"
1806
 
1807
- #: ../settings.php:1063 ../settings.php:1122
1808
  msgid "High severity"
1809
  msgstr "Gravité élevée"
1810
 
1811
- #: ../settings.php:1064
1812
  msgid "Report an issue if any of the following is true"
1813
  msgstr "Signaler un problème si l'une des affirmations suivantes est vraie"
1814
 
1815
- #: ../settings.php:1072
1816
  msgid "Send email report"
1817
  msgstr "Envoyer le rapport par courriel"
1818
 
1819
- #: ../settings.php:1078
1820
  msgid "After every scan"
1821
  msgstr "Après chaque analyse"
1822
 
1823
- #: ../settings.php:1079
1824
  msgid "If any changes in scan results occurred"
1825
  msgstr "S'il y a eu des changements dans les résultats d'analyse"
1826
 
1827
- #: ../settings.php:1084
1828
  msgid "Include file sizes"
1829
  msgstr "Inclure la taille des fichiers"
1830
 
1831
- #: ../settings.php:1091
1832
  msgid "Include scan errors"
1833
  msgstr "Inclure les erreurs de l'analyse"
1834
 
1835
- #: ../dashboard.php:4253 ../cerber-load.php:4555
1836
  msgid "Security Scanner"
1837
  msgstr "Scanner de sécurité"
1838
 
1839
- #: ../dashboard.php:4255
1840
  msgid "Scheduling"
1841
  msgstr "Ordonnancement"
1842
 
1843
- #: ../cerber-scanner.php:84
1844
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1845
  msgstr "Actuellement, une analyse programmée est en cours. Veuillez patienter jusqu'à ce qu'il soit terminé."
1846
 
1847
- #: ../cerber-scanner.php:88
1848
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1849
  msgstr "L'analyse précédente commencée %s n'est pas terminée. Poursuivre l'analyse ?"
1850
 
1851
- #: ../cerber-scanner.php:97
1852
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1853
  msgstr "Il semble que ce site n'ait jamais été analysé. Pour lancer l'analyse, cliquez sur le bouton ci-dessous."
1854
 
1855
- #: ../cerber-scanner.php:100
1856
  msgid "Start Quick Scan"
1857
  msgstr "Démarrer l'analyse rapide"
1858
 
1859
- #: ../cerber-scanner.php:101
1860
  msgid "Start Full Scan"
1861
  msgstr "Démarrer l'analyse complète"
1862
 
1863
- #: ../cerber-scanner.php:102
1864
  msgid "Stop Scanning"
1865
  msgstr "Arrêter l'analyse"
1866
 
1867
- #: ../cerber-scanner.php:103
1868
  msgid "Continue Scanning"
1869
  msgstr "Poursuivre l'analyse"
1870
 
1871
- #: ../cerber-scanner.php:139
1872
  msgid "Delete"
1873
  msgstr "Supprimer"
1874
 
1875
- #: ../cerber-scanner.php:1370
1876
  msgid "Verified"
1877
  msgstr "Vérifié"
1878
 
1879
- #: ../cerber-scanner.php:1377
1880
  msgid "Integrity data not found"
1881
  msgstr "Données d'intégrité introuvables"
1882
 
1883
- #: ../cerber-scanner.php:1378
1884
  msgid "Unable to check the integrity of the plugin due to a network error"
1885
  msgstr "Impossible de vérifier l'intégrité du plugin en raison d'une erreur réseau"
1886
 
1887
- #: ../cerber-scanner.php:1379
1888
  msgid "Unable to check the integrity of WordPress files due to a network error"
1889
  msgstr "Impossible de vérifier l'intégrité des fichiers WordPress en raison d'une erreur réseau"
1890
 
1891
- #: ../cerber-scanner.php:1380
1892
  msgid "Unable to check the integrity of the theme due to a network error"
1893
  msgstr "Impossible de vérifier l'intégrité du thème en raison d'une erreur réseau"
1894
 
1895
- #: ../cerber-scanner.php:1383
1896
  msgid "Local file doesn't exist"
1897
  msgstr "Le fichier local n'existe pas"
1898
 
1899
- #: ../cerber-scanner.php:1385
1900
  msgid "Unable to process file"
1901
  msgstr "Impossible de traiter le fichier"
1902
 
1903
- #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1904
  msgid "Unable to open file"
1905
  msgstr "Impossible d'ouvrir le fichier"
1906
 
1907
- #: ../cerber-scanner.php:1388
1908
  msgid "Checksum mismatch"
1909
  msgstr "Non-appariement de la somme de contrôle"
1910
 
1911
- #: ../cerber-scanner.php:1391
1912
  msgid "Suspicious code found"
1913
  msgstr "Code suspect trouvé"
1914
 
1915
- #: ../cerber-scanner.php:1393
1916
  msgid "Unattended suspicious file"
1917
  msgstr "Fichier suspect non surveillé"
1918
 
1919
- #: ../cerber-scanner.php:1394
1920
  msgid "Executable code found"
1921
  msgstr "Code exécutable trouvé"
1922
 
1923
- #: ../cerber-scanner.php:1398
1924
  msgid "Unwanted file extension"
1925
  msgstr "Extension de fichier indésirable"
1926
 
1927
- #: ../cerber-scanner.php:1400
1928
  msgid "Content has been modified"
1929
  msgstr "Le contenu a été modifié"
1930
 
1931
- #: ../cerber-scanner.php:1401
1932
  msgid "New file"
1933
  msgstr "Nouveau fichier"
1934
 
1935
- #: ../cerber-scanner.php:2437
1936
  msgid "Custom signature found"
1937
  msgstr "Signature personnalisée trouvée"
1938
 
1939
- #: ../cerber-scanner.php:3576
1940
  msgid "Scanning folders for files"
1941
  msgstr "Numérisation de dossiers à la recherche de fichiers"
1942
 
1943
- #: ../cerber-scanner.php:3580
1944
  msgid "Parsing the list of files"
1945
  msgstr "Analyse de la liste des fichiers"
1946
 
1947
- #: ../cerber-scanner.php:3581
1948
  msgid "Checking for new and modified files"
1949
  msgstr "Vérification des fichiers nouveaux et modifiés"
1950
 
1951
- #: ../cerber-scanner.php:3582
1952
  msgid "Verifying the integrity of WordPress"
1953
  msgstr "Vérification de l'intégrité de WordPress"
1954
 
1955
- #: ../cerber-scanner.php:3583
1956
  msgid "Verifying the integrity of the plugins"
1957
  msgstr "Vérification de l'intégrité des plugins"
1958
 
1959
- #: ../cerber-scanner.php:3584
1960
  msgid "Verifying the integrity of the themes"
1961
  msgstr "Vérification de l'intégrité des thèmes"
1962
 
1963
- #: ../cerber-scanner.php:3585
1964
  msgid "Searching for malicious code"
1965
  msgstr "Recherche de code malveillant"
1966
 
1967
- #: ../cerber-scanner.php:3586
1968
  msgid "Finalizing the scan"
1969
  msgstr "Finalisation de l'analyse"
1970
 
1971
- #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1972
  msgid "Files to scan"
1973
  msgstr "Fichiers à analyser"
1974
 
1975
- #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1976
  msgid "Critical issues"
1977
  msgstr "Questions critiques"
1978
 
1979
- #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1980
  msgid "Issues total"
1981
  msgstr "Total des émissions"
1982
 
1983
- #: ../cerber-scanner.php:4170
1984
  msgid "The directory is not writable"
1985
  msgstr "Le répertoire n'est pas inscriptible"
1986
 
1987
- #: ../cerber-scanner.php:4188
1988
  msgid "Unable to create WP CERBER directory"
1989
  msgstr "Impossible de créer le répertoire WP CERBER"
1990
 
1991
- #: ../cerber-scanner.php:4402
1992
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1993
  msgstr "Erreur d'accès aux fichiers. Les résultats des scanners sont peut-être périmés. Exécutez Quick ou Full Scan s'il vous plaît."
1994
 
1995
- #: ../cerber-scanner.php:5093
1996
  msgid "To view full report visit"
1997
  msgstr "Pour consulter le rapport complet, visitez"
1998
 
1999
- #: ../cerber-load.php:3655
2000
  msgid "Scanner Report"
2001
  msgstr "Rapport du scanner"
2002
 
2003
- #: ../settings.php:999
2004
  msgid "Monitor new files"
2005
  msgstr "Surveiller les nouveaux fichiers"
2006
 
2007
- #: ../settings.php:1006
2008
  msgid "Monitor modified files"
2009
  msgstr "Surveiller les fichiers modifiés"
2010
 
2011
- #: ../settings.php:1080
2012
  msgid "If new issues found"
2013
  msgstr "Si de nouveaux problèmes sont découverts"
2014
 
2015
- #: ../settings.php:1820
2016
  msgid "The schedule has been updated"
2017
  msgstr "Le calendrier a été mis à jour"
2018
 
2019
- #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2020
  msgid "Suspicious directives found"
2021
  msgstr "Directives suspectes trouvées"
2022
 
2023
- #: ../cerber-scanner.php:2615
2024
  msgid "Suspicious code instruction found"
2025
  msgstr "Instruction de code suspecte trouvée"
2026
 
2027
- #: ../cerber-scanner.php:2616
2028
  msgid "Suspicious code signatures found"
2029
  msgstr "Signatures de code suspectes trouvées"
2030
 
2031
- #: ../cerber-scanner.php:2619
2032
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2033
  msgstr "Pour résoudre ce problème, vous devez réinstaller %s ou le mettre à jour avec la dernière version."
2034
 
2035
- #: ../cerber-scanner.php:2620
2036
  msgid "Please upload a reference ZIP archive"
2037
  msgstr "Veuillez téléverser une archive ZIP de référence"
2038
 
2039
- #: ../cerber-scanner.php:2621
2040
  msgid "Resolve issue"
2041
  msgstr "Résoudre le problème"
2042
 
2043
- #: ../cerber-scanner.php:3881
2044
  msgid "We have not found any integrity data to verify"
2045
  msgstr "Nous n'avons trouvé aucune donnée sur l'intégrité à vérifier"
2046
 
2047
- #: ../cerber-scanner.php:3883
2048
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2049
  msgstr "Vous devez téléverser une archive ZIP à partir de laquelle vous l'avez installée. Cela permet au scanneur de sécurité de vérifier l'intégrité du code et de détecter les logiciels malveillants."
2050
 
2051
- #: ../cerber-scanner.php:4940
2052
  msgid "Full Scan Report"
2053
  msgstr "Rapport d'analyse complet"
2054
 
2055
- #: ../cerber-scanner.php:4940
2056
  msgid "Quick Scan Report"
2057
  msgstr "Rapport d'analyse rapide"
2058
 
2059
- #: ../cerber-scanner.php:4953
2060
  msgid "Files scanned"
2061
  msgstr "Fichiers scannés"
2062
 
2063
- #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2064
- #: php:1359
2065
  msgid "Check for activities"
2066
  msgstr "Vérifier les activités"
2067
 
2068
- #: ../dashboard.php:1322
2069
  msgid "Activated"
2070
  msgstr "Activé"
2071
 
2072
- #: ../common.php:1194
2073
  msgid "Malicious request denied"
2074
  msgstr "Demande malveillante refusée"
2075
 
2076
- #: ../common.php:1198
2077
  msgid "User activated"
2078
  msgstr "Activé par l'utilisateur"
2079
 
2080
- #: ../common.php:1216
2081
  msgid "Suspicious number of fields"
2082
  msgstr "Nombre de champs suspects"
2083
 
2084
- #: ../common.php:1217
2085
  msgid "Suspicious number of nested values"
2086
  msgstr "Nombre suspect de valeurs imbriquées"
2087
 
2088
- #: ../common.php:1218 ../common.php:1253
2089
  msgid "Malicious code detected"
2090
  msgstr "Code malveillant détecté"
2091
 
2092
- #: ../common.php:1254
2093
  msgid "Attempt to upload a file with malicious code"
2094
  msgstr "Tentative de téléversement d'un fichier contenant un code malveillant"
2095
 
2096
- #: ../common.php:1484
2097
  msgid "Bytes"
2098
  msgstr "Octets"
2099
 
2100
- #: ../cerber-scanner.php:1376
2101
  msgid "Vulnerability found"
2102
  msgstr "Vulnérabilité constatée"
2103
 
2104
- #: ../cerber-scanner.php:1381
2105
  msgid "Unable to check the integrity due to a DB error"
2106
  msgstr "Impossible de vérifier l'intégrité en raison d'une erreur de base de données"
2107
 
2108
- #: ../cerber-scanner.php:3577
2109
  msgid "Scanning the upload folder for files"
2110
  msgstr "Recherche de fichiers dans le dossier de téléversements"
2111
 
2112
- #: ../cerber-scanner.php:3578
2113
  msgid "Scanning the temp folder for files"
2114
  msgstr "Recherche de fichiers dans le dossier temporaire"
2115
 
2116
- #: ../cerber-scanner.php:3579
2117
  msgid "Scanning the session folder for files"
2118
  msgstr "Recherche de fichiers dans le dossier de session"
2119
 
2120
- #: ../settings.php:1045
2121
  msgid "Automated recurring scan schedule"
2122
  msgstr "Programme d'analyse périodique automatisé"
2123
 
2124
- #: ../settings.php:1061
2125
  msgid "Scan results reporting"
2126
  msgstr "Rapports sur les résultats d'analyse"
2127
 
2128
- #: ../dashboard.php:3682
2129
  msgid "Suspicious activity"
2130
  msgstr "Activité suspecte"
2131
 
2132
- #: ../dashboard.php:3683
2133
  msgid "Errors"
2134
  msgstr "Erreurs"
2135
 
2136
- #: ../dashboard.php:4201
2137
  msgid "Antispam engine"
2138
  msgstr "Moteur antispam"
2139
 
@@ -2146,362 +2126,362 @@ msgstr "Défend WordPress contre les attaques de pirates, le spam, les chevaux d
2146
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2147
  msgstr "Vous avez dépassé le nombre de tentatives de connexion autorisées. Veuillez réessayer dans %d minutes."
2148
 
2149
- #: ../common.php:1398
2150
  msgctxt "preposition of a period of time like: in 6 hours"
2151
  msgid "in %s"
2152
  msgstr "en %s"
2153
 
2154
- #: ../settings.php:1540
2155
  msgctxt "preposition of time like: at 11:00"
2156
  msgid "at"
2157
  msgstr "à"
2158
 
2159
- #: ../dashboard.php:4258
2160
  msgid "Quarantine"
2161
  msgstr "Quarantaine"
2162
 
2163
- #: ../cerber-scanner.php:3661
2164
  msgid "Started"
2165
  msgstr "Commencé"
2166
 
2167
- #: ../cerber-scanner.php:3665
2168
  msgid "Finished"
2169
  msgstr "Fini"
2170
 
2171
- #: ../cerber-scanner.php:3673
2172
  msgid "Performance"
2173
  msgstr "Performance"
2174
 
2175
- #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2176
  msgid "Vulnerabilities"
2177
  msgstr "Vulnérabilités"
2178
 
2179
- #: ../cerber-scanner.php:3689
2180
  msgid "New files"
2181
  msgstr "Nouveaux fichiers"
2182
 
2183
- #: ../cerber-scanner.php:3693
2184
  msgid "Changed files"
2185
  msgstr "Fichiers modifiés"
2186
 
2187
- #: ../cerber-scanner.php:3697
2188
  msgid "Unwanted extensions"
2189
  msgstr "Extensions non désirées"
2190
 
2191
- #: ../settings.php:1116 ../cerber-scanner.php:3701
2192
  msgid "Unattended files"
2193
  msgstr "Fichiers sans surveillance"
2194
 
2195
- #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2196
  msgid "Scanned"
2197
  msgstr "Analysé"
2198
 
2199
- #: ../cerber-scanner.php:5321
2200
  msgid "There are no files in the quarantine at the moment."
2201
  msgstr "Il n'y a aucun dossier en quarantaine pour le moment."
2202
 
2203
- #: ../cerber-scanner.php:5411
2204
  msgid "Restore"
2205
  msgstr "Restaurer"
2206
 
2207
- #: ../cerber-scanner.php:5408
2208
  msgid "Delete permanently"
2209
  msgstr "Supprimer définitivement"
2210
 
2211
- #: ../cerber-scanner.php:5420
2212
  msgid "Moved to quarantine"
2213
  msgstr "Mise en quarantaine"
2214
 
2215
- #: ../cerber-scanner.php:5421
2216
  msgid "Automatic deletion"
2217
  msgstr "Suppression automatique"
2218
 
2219
- #: ../cerber-scanner.php:5422
2220
  msgid "Size"
2221
  msgstr "Taille"
2222
 
2223
- #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2224
  msgid "File"
2225
  msgstr "Fichier"
2226
 
2227
- #: ../cerber-scanner.php:5491
2228
  msgid "The file has been deleted permanently."
2229
  msgstr "Le fichier a été supprimé définitivement."
2230
 
2231
- #: ../cerber-scanner.php:5500
2232
  msgid "The file has been restored to its original location."
2233
  msgstr "Le fichier a été restauré à son emplacement d'origine."
2234
 
2235
- #: ../dashboard.php:1570
2236
  msgid "Integrity"
2237
  msgstr "Intégrité"
2238
 
2239
- #: ../common.php:1188
2240
  msgid "Attempt to upload malicious file denied"
2241
  msgstr "Tentative de téléversement d'un fichier malveillant refusée"
2242
 
2243
- #: ../cerber-news.php:157
2244
  msgid "Awesome!"
2245
  msgstr "Génial !"
2246
 
2247
- #: ../settings.php:1114
2248
  msgid "Automatic cleanup of malware and suspicious files"
2249
  msgstr "Nettoyage automatique des logiciels malveillants et des fichiers suspects"
2250
 
2251
- #: ../settings.php:1123
2252
  msgid "Files in the uploads folder"
2253
  msgstr "Fichiers dans le dossier de téléversements"
2254
 
2255
- #: ../settings.php:1130
2256
  msgid "Files with unwanted extensions"
2257
  msgstr "Fichiers avec des extensions indésirables"
2258
 
2259
- #: ../settings.php:1137
2260
  msgid "Exclusions"
2261
  msgstr "Exclusions"
2262
 
2263
- #: ../settings.php:1138
2264
  msgid "Files in the temporary directory"
2265
  msgstr "Fichiers dans le répertoire temporaire"
2266
 
2267
- #: ../settings.php:1144
2268
  msgid "Files in the sessions directory"
2269
  msgstr "Fichiers dans le répertoire des sessions"
2270
 
2271
- #: ../settings.php:1150
2272
  msgid "Files in these directories"
2273
  msgstr "Fichiers dans ces répertoires"
2274
 
2275
- #: ../settings.php:1156
2276
  msgid "Use absolute paths. One item per line."
2277
  msgstr "Utilisez des chemins absolus. Un article par ligne."
2278
 
2279
- #: ../settings.php:1158
2280
  msgid "Files with these extensions"
2281
  msgstr "Fichiers avec ces extensions"
2282
 
2283
- #: ../settings.php:1164
2284
  msgid "Use comma to separate items."
2285
  msgstr "Utilisez la virgule pour séparer les éléments."
2286
 
2287
- #: ../dashboard.php:4256
2288
  msgid "Cleaning up"
2289
  msgstr "Nettoyage"
2290
 
2291
- #: ../cerber-scanner.php:1392
2292
  msgid "Malicious code found"
2293
  msgstr "Code malveillant trouvé"
2294
 
2295
- #: ../cerber-scanner.php:2612
2296
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2297
  msgstr "Ce fichier contient du code exécutable et peut contenir des logiciels malveillants obscurs. Si ce fichier fait partie d'un thème ou d'un plugin, il doit être situé dans le dossier thème ou plugin. Pas d'exception, pas d'excuses."
2298
 
2299
- #: ../cerber-scanner.php:2613
2300
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2301
  msgstr "Le scanner reconnaît ce fichier comme étant \"sans propriétaire\" ou \"non regroupé\" parce qu'il n'appartient à aucune partie connue du site Web et ne devrait pas être ici."
2302
 
2303
- #: ../cerber-scanner.php:2614
2304
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2305
  msgstr "Il se peut qu'il subsiste après la mise à niveau vers une version plus récente de %s. Il peut également s'agir d'un logiciel malveillant obscurci. Dans de rares cas, il peut s'agir d'une partie d'un plugin ou d'un thème personnalisé (sur mesure)."
2306
 
2307
- #: ../cerber-scanner.php:2618
2308
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2309
  msgstr "Le contenu du fichier a été modifié et ne correspond pas à ce qui existe dans le référentiel officiel WordPress ou dans un fichier de référence que vous avez téléversé précédemment. Le fichier peut avoir été altéré par un logiciel malveillant, infecté par un virus ou avoir été altéré."
2310
 
2311
- #: ../cerber-scanner.php:5034
2312
  msgid "Deleted"
2313
  msgstr "Supprimé"
2314
 
2315
- #: ../cerber-scanner.php:5081
2316
  msgid "Automatically moved to quarantine"
2317
  msgstr "Passage automatique en quarantaine"
2318
 
2319
- #: ../common.php:1219
2320
  msgid "Suspicious SQL code detected"
2321
  msgstr "Code SQL suspect détecté"
2322
 
2323
- #: ../dashboard.php:1551
2324
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2325
  msgid "Last malware scan"
2326
  msgstr "Dernière recherche de programmes malveillants"
2327
 
2328
- #: ../dashboard.php:4221
2329
  msgid "Live Traffic"
2330
  msgstr "Trafic en direct"
2331
 
2332
- #: ../settings.php:675
2333
  msgid "Use English for admin interface"
2334
  msgstr "Utiliser l'anglais pour l'interface d'administration"
2335
 
2336
- #: ../dashboard.php:4290
2337
  msgid "Log"
2338
  msgstr "Consigner"
2339
 
2340
- #: ../settings.php:701
2341
  msgid "Disable PHP in uploads"
2342
  msgstr "Désactiver PHP dans les téléversements"
2343
 
2344
- #: ../settings.php:708
2345
  msgid "Disable PHP error displaying"
2346
  msgstr "Désactiver l'affichage des erreurs PHP"
2347
 
2348
- #: ../dashboard.php:4257
2349
  msgid "Ignore List"
2350
  msgstr "Ignorer la liste"
2351
 
2352
- #: ../cerber-scanner.php:142
2353
  msgid "Ignore"
2354
  msgstr "Ignorer"
2355
 
2356
- #: ../cerber-scanner.php:5522
2357
  msgid "Apply"
2358
  msgstr "Postulez"
2359
 
2360
- #: ../cerber-scanner.php:5556
2361
  msgid "Added"
2362
  msgstr "Ajouté"
2363
 
2364
- #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2365
  msgid "Remove from the list"
2366
  msgstr "Retirer de la liste"
2367
 
2368
- #: ../cerber-scanner.php:5524
2369
  msgid "User Insights"
2370
  msgstr "Perspectives utilisateur"
2371
 
2372
- #: ../cerber-scanner.php:5525
2373
  msgid "Traffic Insights"
2374
  msgstr "Aperçu de la circulation"
2375
 
2376
- #: ../cerber-scanner.php:5526
2377
  msgid "Activity Insights"
2378
  msgstr "Aperçu de l'activité"
2379
 
2380
- #: ../dashboard.php:2593
2381
  msgid "Are you sure you want to delete selected files?"
2382
  msgstr "Êtes-vous certain de vouloir supprimer les fichiers sélectionnés ?"
2383
 
2384
- #: ../dashboard.php:2594
2385
  msgid "These files have been moved to the quarantine"
2386
  msgstr "Ces fichiers ont été mis en quarantaine"
2387
 
2388
- #: ../dashboard.php:2597
2389
  msgid "Do you want to add selected files to the ignore list?"
2390
  msgstr "Voulez-vous ajouter les fichiers sélectionnés à liste de fichiers à ignorer ?"
2391
 
2392
- #: ../dashboard.php:2598
2393
  msgid "These files have been added to the ignore list"
2394
  msgstr "Ces fichiers ont été ajoutés à la liste de fichiers à ignorer"
2395
 
2396
- #: ../dashboard.php:2600
2397
  msgid "Some errors occurred"
2398
  msgstr "Des erreurs sont survenues"
2399
 
2400
- #: ../dashboard.php:2601
2401
  msgid "All files have been processed"
2402
  msgstr "Tous les fichiers ont été traités"
2403
 
2404
- #: ../dashboard.php:2823
2405
  msgid "These features are available in a professional version of the plugin."
2406
  msgstr "Ces fonctionnalités sont disponibles dans la version PRO de l'extension."
2407
 
2408
- #: ../dashboard.php:2824
2409
  msgid "Know more about all advantages at"
2410
  msgstr "Apprenez-en plus sur les avantages au"
2411
 
2412
- #: ../common.php:1220
2413
  msgid "Suspicious JavaScript code detected"
2414
  msgstr "Code JavaScript inquiétant détecté"
2415
 
2416
- #: ../settings.php:1823
2417
  msgid "Unable to update the schedule"
2418
  msgstr "Incapable de mettre à jour l'horaire"
2419
 
2420
- #: ../cerber-scanner.php:5437
2421
  msgid "All scans"
2422
  msgstr "Toutes les analyses"
2423
 
2424
- #: ../cerber-scanner.php:5528
2425
  msgid "The list is empty."
2426
  msgstr "La liste est vide."
2427
 
2428
- #: ../cerber-scanner.php:5388
2429
  msgid "No files match the specified filter."
2430
  msgstr "Aucun fichier ne correspond au filtre spécifié."
2431
 
2432
- #: ../cerber-scanner.php:5388
2433
  msgid "Click here to see the full list of files"
2434
  msgstr "Cliquez ici pour voir la liste complète des fichiers"
2435
 
2436
- #: ../dashboard.php:781
2437
  msgid "Additional Details"
2438
  msgstr "Détails supplémentaires"
2439
 
2440
- #: ../dashboard.php:3282
2441
  msgid "Page generation time"
2442
  msgstr "Temps de génération de la page"
2443
 
2444
- #: ../dashboard.php:4414
2445
  msgid "Log In"
2446
  msgstr "Se connecter"
2447
 
2448
- #: ../dashboard.php:4415
2449
  msgid "Log Out"
2450
  msgstr "Se déconnecter"
2451
 
2452
- #: ../dashboard.php:4416
2453
  msgid "Register"
2454
  msgstr "S'inscrire"
2455
 
2456
- #: ../dashboard.php:4419
2457
  msgid "WooCommerce Log In"
2458
  msgstr "Se connecter à WooCommerce"
2459
 
2460
- #: ../dashboard.php:4420
2461
  msgid "WooCommerce Log Out"
2462
  msgstr "Se déconnecter de WooCommerce"
2463
 
2464
- #: ../dashboard.php:4459 ../dashboard.php:4460
2465
  msgid "Add to menu"
2466
  msgstr "Ajouter au menu"
2467
 
2468
- #: ../common.php:1208
2469
  msgid "IP address is locked out"
2470
  msgstr "L'adresse IP est bloquée"
2471
 
2472
- #: ../common.php:1256
2473
  msgid "Multiple suspicious requests"
2474
  msgstr "Plusieurs requêtes inquiétantes"
2475
 
2476
- #: ../settings.php:850
2477
  msgid "Traffic Inspection"
2478
  msgstr "Inspection du trafic"
2479
 
2480
- #: ../settings.php:858 ../settings.php:884
2481
  msgid "Maximum compatibility"
2482
  msgstr "Compatibilité maximale"
2483
 
2484
- #: ../settings.php:859 ../settings.php:885
2485
  msgid "Maximum security"
2486
  msgstr "Sécurité maximale"
2487
 
2488
- #: ../settings.php:876
2489
  msgid "Erroneous Request Shielding"
2490
  msgstr "Requête de blindage erronée"
2491
 
2492
- #: ../settings.php:877
2493
  msgid "Enable error shielding"
2494
  msgstr "Activer le blindage d'erreur"
2495
 
2496
- #: ../settings.php:947
2497
  msgid "Save software errors"
2498
  msgstr "Enregistrer les erreurs logicielles"
2499
 
2500
- #: ../cerber-scanner.php:3575
2501
  msgid "Preparing for the scan"
2502
  msgstr "Préparation de l'analyse"
2503
 
2504
- #: ../common.php:1221
2505
  msgid "Blocked by administrator"
2506
  msgstr "Bloqué par l'administrateur"
2507
 
@@ -2522,7 +2502,7 @@ msgctxt "e.g. by John at 11:00"
2522
  msgid "blocked by %s at %s"
2523
  msgstr "bloqué par %s à %s"
2524
 
2525
- #: ../cerber-users.php:41 ../settings.php:129
2526
  msgid "User Message"
2527
  msgstr "Message utilisateur"
2528
 
@@ -2534,127 +2514,123 @@ msgstr "Un message facultatif pour cet utilisateur"
2534
  msgid "Blocked Users"
2535
  msgstr "Utilisateurs bloqués"
2536
 
2537
- #: ../settings.php:692
2538
  msgid "Block access to user pages like /?author=n"
2539
  msgstr "Bloquer l'accès aux pages utilisateurs comme /?author=n"
2540
 
2541
- #: ../settings.php:730
2542
  msgid "Access to WordPress REST API"
2543
  msgstr "Accès à l'API REST de WordPress"
2544
 
2545
- #: ../settings.php:736
2546
  msgid "Block access to user data via REST API"
2547
  msgstr "Bloquer l'accès aux données d'utilisateurs via l'API REST"
2548
 
2549
- #: ../settings.php:744
2550
  msgid "Block access to WordPress REST API except any of the following"
2551
  msgstr "Bloquer l'accès à l'API REST de WordPress sauf pour"
2552
 
2553
- #: ../settings.php:753
2554
  msgid "Allow REST API for these roles"
2555
  msgstr "Permettre l'accès à l'API REST pour ces rôles"
2556
 
2557
- #: ../settings.php:759
2558
  msgid "Allow these namespaces"
2559
  msgstr "Permettre ces namespaces"
2560
 
2561
- #: ../settings.php:888
2562
  msgid "Ignore logged in users"
2563
  msgstr "Ignorer les utilisateurs connectés"
2564
 
2565
- #: ../settings.php:1190
2566
  msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2567
  msgstr "Ces restrictions ne s'appliquent pas aux adresses IP de la Liste blanche d'adresses IP"
2568
 
2569
- #: ../settings.php:1499
2570
  msgid "Select one or more roles"
2571
  msgstr "Sélectionnez un ou plusieurs rôle(s)"
2572
 
2573
- #: ../dashboard.php:1049
2574
  msgid "Filter by registered user"
2575
  msgstr "Filtré par utilisateur inscrit"
2576
 
2577
- #: ../settings.php:115
2578
  msgid "Authorized users only"
2579
  msgstr "Utilisateurs autorisés seulement"
2580
 
2581
- #: ../settings.php:116
2582
  msgid "Only registered and logged in website users have access to the website"
2583
  msgstr "Seulement les utilisateurs enregistrés et connectés ont accès au site web"
2584
 
2585
- #: ../settings.php:123
2586
  msgid "Do not apply this policy to IP addresses in the White IP Access List"
2587
  msgstr "Ne pas appliquer cette politique aux adresses IP de la Liste blanche d'adresses IP"
2588
 
2589
- #: ../settings.php:133 ../settings.php:2067
2590
  msgid "Only registered and logged in users are allowed to view this website"
2591
  msgstr "Seulement les utilisateurs enregistrés et connectés ont l'autorisation de voir le site"
2592
 
2593
- #: ../settings.php:138
2594
  msgid "Redirect to URL"
2595
  msgstr "Rediriger vers l'URL"
2596
 
2597
- #: ../dashboard.php:4291
2598
  msgid "Changelog"
2599
  msgstr "Journal des changements"
2600
 
2601
- #: ../dashboard.php:72 ../dashboard.php:72
2602
- msgid "Cerber.Hub"
2603
- msgstr "Cerber.Hub"
2604
-
2605
- #: ../dashboard.php:613
2606
  msgid "Default settings have been loaded"
2607
  msgstr "Les paramètres par défaut ont été chargés"
2608
 
2609
- #: ../dashboard.php:3034
2610
  msgid "Save all rules"
2611
  msgstr "Enregistrer toutes les règles"
2612
 
2613
- #: ../common.php:836
2614
  msgid "Save Changes"
2615
  msgstr "Enregistrer"
2616
 
2617
- #: ../common.php:1201
2618
  msgid "Invalid master credentials"
2619
  msgstr "Accès principaux invalides"
2620
 
2621
- #: ../settings.php:301
2622
  msgid "Master settings"
2623
  msgstr "Paramètres principaux"
2624
 
2625
- #: ../settings.php:309
2626
  msgid "Return to the website list"
2627
  msgstr "Retourner à la liste de sites"
2628
 
2629
- #: ../settings.php:313
2630
  msgid "Show \"Switched to\" notification"
2631
  msgstr "Montrer la notification \"Changer pour\""
2632
 
2633
- #: ../settings.php:317
2634
  msgid "Add @ site to the page title"
2635
  msgstr "Ajouter un @ à la page du site"
2636
 
2637
- #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2638
  msgid "Enable diagnostic logging"
2639
  msgstr "Activer les logs de diagnostique"
2640
 
2641
- #: ../settings.php:344
2642
  msgid "Limit access by IP address"
2643
  msgstr "Restreindre l'accès par l'adresse IP"
2644
 
2645
- #: ../settings.php:350
2646
  msgid "Access to this website"
2647
  msgstr "Accéder à ce site"
2648
 
2649
- #: ../settings.php:353
2650
  msgid "Full access mode"
2651
  msgstr "Mode plein accès"
2652
 
2653
- #: ../settings.php:354
2654
  msgid "Read-only mode"
2655
  msgstr "Mode lecture seule"
2656
 
2657
- #: ../settings.php:370
2658
  msgid "The full access mode requires the PRO version of WP Cerber"
2659
  msgstr "Le mode plein accès exige la version PRO de WP Cerber"
2660
 
@@ -2768,16 +2744,16 @@ msgstr "Vous avez changé à %s"
2768
  msgid "You have switched back to the master website"
2769
  msgstr "Vous êtes retourné au site web principal"
2770
 
2771
- #: ../nexus/cerber-nexus-master.php:1196
2772
  msgid "You are here:"
2773
  msgstr "Vous êtes ici :"
2774
 
2775
- #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2776
  #: /nexus/cerber-nexus.php:99
2777
  msgid "My Websites"
2778
  msgstr "Mes sites"
2779
 
2780
- #: ../nexus/cerber-nexus-master.php:1214
2781
  msgid "Visit Site"
2782
  msgstr "Visiter le site"
2783
 
@@ -2838,13 +2814,13 @@ msgid "Install the access token on the master website."
2838
  msgstr "Installer le jeton d'accès sur le site principal"
2839
 
2840
  #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2841
- #: ../common.php:1391
2842
  msgid "%s sec"
2843
  msgid_plural "%s secs"
2844
  msgstr[0] "%s seconde"
2845
  msgstr[1] "%s secondes"
2846
 
2847
- #: ../settings.php:832
2848
  msgid "Send reports on"
2849
  msgstr "Envoyer le rapport à "
2850
 
@@ -2872,7 +2848,7 @@ msgstr "Supprimer le site"
2872
  msgid "All groups"
2873
  msgstr "Tous les groupes"
2874
 
2875
- #: ../nexus/cerber-nexus-master.php:1377
2876
  msgid "Are you sure you want to delete selected websites?"
2877
  msgstr "Êtes-vous certain de vouloir supprimer les sites sélectionnés ?"
2878
 
@@ -2892,47 +2868,156 @@ msgstr "Compagnie"
2892
  msgid "Invalid response from the slave website"
2893
  msgstr "Réponse invalide de la part du site secondaire"
2894
 
2895
- #: ../common.php:1182 ../common.php:1247
2896
  msgid "Attempt to log in with non-existing username"
2897
  msgstr "Tentative de connexion avec un identifiant inexistant"
2898
 
2899
- #: ../cerber-load.php:3805
2900
  msgid "Attempts to log in with non-existing usernames"
2901
  msgstr "Tentatives d'ouverture de session avec un nom d'utilisateur inexistant"
2902
 
2903
- #: ../settings.php:321
2904
  msgid "Use master language"
2905
- msgstr ""
2906
 
2907
- #: ../settings.php:547
2908
  msgid "Non-existing users"
2909
  msgstr "Utilisateurs inexistants"
2910
 
2911
- #: ../settings.php:551
2912
  msgid "Immediately block IP when attempting to log in with a non-existing username"
2913
  msgstr "Bloquer immédiatement l’IP si la tentative de connexion est faite avec un identifiant utilisateur inexistant"
2914
 
2915
  #: ../nexus/cerber-slave-list.php:54
2916
  msgid "Owner"
2917
- msgstr ""
2918
 
2919
  #: ../nexus/cerber-slave-list.php:339
2920
  msgid "Disable master mode"
2921
- msgstr ""
2922
 
2923
  #: ../nexus/cerber-nexus.php:146
2924
  msgid "To revoke the token and disable remote management, click here:"
2925
- msgstr ""
2926
 
2927
- #: ../settings.php:706
2928
  msgid "Block execution of PHP scripts in the WordPress media folder"
2929
- msgstr ""
2930
 
2931
- #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2932
  msgid "Active plugins and updates on"
2933
- msgstr ""
2934
 
2935
- #: ../nexus/cerber-nexus-master.php:1421
2936
  msgid "A newer version is available"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2937
  msgstr ""
2938
 
8
  "Language: fr-ca\n"
9
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
 
11
+ #: ../settings.php:145
12
  msgid "Limit login attempts"
13
  msgstr "Limitation des tentatives de connexion"
14
 
15
+ #: ../settings.php:148
16
  msgid "Attempts"
17
  msgstr "Tentatives"
18
 
19
+ #: ../settings.php:152
20
  msgid "Lockout duration"
21
  msgstr "Durée du blocage"
22
 
23
+ #: ../settings.php:153 ../settings.php:244
24
  msgid "minutes"
25
  msgstr "minutes"
26
 
27
+ #: ../settings.php:157
28
  msgid "Aggressive lockout"
29
  msgstr "Blocage aggressif"
30
 
31
+ #: ../settings.php:222
32
  msgid "Site connection"
33
  msgstr "Connexion au site"
34
 
35
+ #: ../settings.php:168
36
  msgid "Proactive security rules"
37
  msgstr "Règles de sécurité proactives"
38
 
39
+ #: ../settings.php:171
40
  msgid "Block subnet"
41
  msgstr "Bloquer les sous-réseaux"
42
 
43
+ #: ../settings.php:186
44
  msgid "Request wp-login.php"
45
  msgstr "Requête sur wp-login.php"
46
 
47
+ #: ../settings.php:187
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Bloquer immédiatement l’IP si elle tente d’accéder au fichier wp-login.php"
50
 
51
+ #: ../settings.php:202
52
  msgid "Custom login page"
53
  msgstr "Page de connexion personnalisée"
54
 
55
+ #: ../settings.php:205
56
  msgid "Custom login URL"
57
  msgstr "URL de connexion personnalisée"
58
 
59
+ #: ../settings.php:206
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "ne doit pas chevaucher l’URL d’une page ou d’un article existant"
62
 
63
+ #: ../settings.php:212
64
  msgid "Disable wp-login.php"
65
  msgstr "Désactiver wp-login.php"
66
 
67
+ #: ../settings.php:213
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Bloquer l’accès direct à wp-login.php et retourner une erreur HTTP 404 Not Found"
70
 
71
+ #: ../dashboard.php:1588 ../settings.php:236
72
  msgid "Citadel mode"
73
  msgstr "Mode Citadelle"
74
 
75
+ #: ../settings.php:239
76
  msgid "Threshold"
77
  msgstr "Seuil"
78
 
79
+ #: ../settings.php:243 ../cerber-scanner.php:3910
80
  msgid "Duration"
81
  msgstr "Durée"
82
 
83
+ #: ../dashboard.php:4265 ../cerber-load.php:4586 ../settings.php:248
 
84
  msgid "Notifications"
85
  msgstr "Notifications"
86
 
87
+ #: ../settings.php:250
88
  msgid "Send notification to admin email"
89
  msgstr "Envoyer des notifications par courriel à l’administrateur"
90
 
91
+ #: ../dashboard.php:4262 ../cerber-load.php:4583 ../cerber-tools.php:38 ../cerber-
92
  #: tools.php:47 ../cerber-tools.php:134
93
  msgid "Access Lists"
94
  msgstr "Listes d’accès"
95
 
96
+ #: ../dashboard.php:1622 ../dashboard.php:2171 ../dashboard.php:4259 ../cerber-
97
+ #: load.php:4278 ../settings.php:260
98
  msgid "Activity"
99
  msgstr "Activité"
100
 
101
+ #: ../dashboard.php:4260
102
  msgid "Lockouts"
103
  msgstr "Blocages"
104
 
105
+ #: ../settings.php:1356
106
  msgid "%s allowed retries in %s minutes"
107
  msgstr "%s tentatives autorisées en %s minutes"
108
 
109
+ #: ../settings.php:1382
110
  msgid "Enable after %s failed login attempts in last %s minutes"
111
  msgstr "Activer après %s tentatives échouées dans les %s dernières minutes"
112
 
113
+ #: ../dashboard.php:182 ../dashboard.php:1033 ../dashboard.php:3702 ../cerber-
114
+ #: load.php:4287
115
  msgid "IP"
116
  msgstr "IP"
117
 
118
+ #: ../dashboard.php:772 ../dashboard.php:1036 ../dashboard.php:3325 ../dashboard.
119
+ #: php:3700
120
  msgid "Date"
121
  msgstr "Date"
122
 
123
+ #: ../dashboard.php:775 ../dashboard.php:1038 ../dashboard.php:3705
124
  msgid "Local User"
125
  msgstr "Utilisateur local"
126
 
127
+ #: ../dashboard.php:778 ../dashboard.php:1039 ../cerber-load.php:4295
128
  msgid "Username used"
129
  msgstr "Identifiant utilisé"
130
 
131
+ #: ../dashboard.php:203
132
  msgid "Showing last %d records from %d"
133
  msgstr "Affichage de %d derniers enregistrements sur %d"
134
 
135
+ #: ../common.php:1179
136
  msgid "Logged in"
137
  msgstr "Connexion réussie"
138
 
139
+ #: ../common.php:1180
140
  msgid "Logged out"
141
  msgstr "Déconnexion"
142
 
143
+ #: ../common.php:1181
144
  msgid "Login failed"
145
  msgstr "Connexion échouée"
146
 
147
+ #: ../dashboard.php:872 ../common.php:1184
148
  msgid "IP blocked"
149
  msgstr "IP bloquée"
150
 
151
+ #: ../common.php:1185
152
  msgid "Subnet blocked"
153
  msgstr "Sous-réseau bloqué"
154
 
155
+ #: ../common.php:1187
156
  msgid "Citadel activated!"
157
  msgstr "Citadelle activée !"
158
 
159
+ #: ../dashboard.php:1011 ../dashboard.php:1253 ../dashboard.php:3499 ../common.
160
+ #: php:1235
161
  msgid "Locked out"
162
  msgstr "Bloqué"
163
 
164
+ #: ../common.php:1237
165
  msgid "IP blacklisted"
166
  msgstr "IP blacklistées"
167
 
168
+ #: ../common.php:1202
169
  msgid "Password changed"
170
  msgstr "Changement de mot de passe"
171
 
172
+ #: ../dashboard.php:177 ../dashboard.php:260
173
  msgid "Remove"
174
  msgstr "Supprimer"
175
 
176
+ #: ../dashboard.php:544
177
  msgid "Lockout for %s was removed"
178
  msgstr "Le blocage de %s a été levé"
179
 
180
+ #: ../dashboard.php:232 ../dashboard.php:1003 ../dashboard.php:1247 ../dashboard.
181
+ #: php:1586 ../dashboard.php:3494 ../cerber-load.php:4571
182
  msgid "White IP Access List"
183
  msgstr "Liste blanche d'adresses IP"
184
 
185
+ #: ../dashboard.php:234 ../dashboard.php:1006 ../dashboard.php:1250 ../dashboard.
186
+ #: php:1587 ../dashboard.php:3495
187
  msgid "Black IP Access List"
188
  msgstr "Liste noire d'adresses IP"
189
 
190
+ #: ../dashboard.php:266
191
  msgid "List is empty"
192
  msgstr "La liste est vide"
193
 
194
+ #: ../dashboard.php:299
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "L’adresse IP %s a été ajoutée à la Liste Blanche"
197
 
198
+ #: ../dashboard.php:321
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "L’adresse IP %s a été ajoutée à la Liste Noire"
201
 
202
+ #: ../cerber-load.php:3591
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "Le mode Citadelle est activé après %d tentatives de connexion échouées en %d minutes."
205
 
206
+ #: ../dashboard.php:2335 ../dashboard.php:2773
207
  msgid "View Activity"
208
  msgstr "Voir l’activité"
209
 
210
+ #: ../dashboard.php:4320 ../dashboard.php:4352 ../cerber-tools.php:37 ../cerber-
211
  #: tools.php:46 ../nexus/cerber-nexus.php:90
212
  msgid "Settings"
213
  msgstr "Réglages"
214
 
215
+ #: ../dashboard.php:1449
216
  msgid "Last login"
217
  msgstr "Dernière connexion"
218
 
219
+ #: ../dashboard.php:1482 ../dashboard.php:1569 ../common.php:1431 ../nexus/cerber-
220
  #: slave-list.php:297
221
  msgid "Never"
222
  msgstr "Jamais"
223
 
224
+ #: ../dashboard.php:2217 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
225
+ #: 230 ../cerber-scanner.php:5689 ../cerber-scanner.php:5839
226
  msgid "Are you sure?"
227
  msgstr "Etes-vous sûr ?"
228
 
229
+ #: ../dashboard.php:1988 ../settings.php:223
230
  msgid "My site is behind a reverse proxy"
231
  msgstr "Mon site se trouve derrière un reverse proxy"
232
 
233
+ #: ../settings.php:1184
234
  msgid "Make your protection smarter!"
235
  msgstr "Rendez votre protection intelligente !"
236
 
237
+ #: ../settings.php:1188
238
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
239
  msgstr "Veuillez activer les Permaliens pour utiliser cette fonctionnalité. Le réglage des permaliens ne doit pas être “par défaut”."
240
 
241
+ #: ../dashboard.php:4261 ../cerber-load.php:4581
242
  msgid "Main Settings"
243
  msgstr "Réglages généraux"
244
 
245
+ #: ../dashboard.php:4486
246
  msgid "Help"
247
  msgstr "Aide"
248
 
249
+ #: ../settings.php:1366
250
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
251
  msgstr "Allonger la durée du blocage à %s heures après %s blocages dans les %s dernières heures"
252
 
260
  msgstr[0] "Il ne vous reste qu’une seule tentative."
261
  msgstr[1] "Il vous reste %d tentatives."
262
 
263
+ #: ../dashboard.php:1066
264
  msgid "No activity has been logged."
265
  msgstr "Aucune activité n’a été notée."
266
 
267
+ #: ../dashboard.php:185
268
  msgid "Expires"
269
  msgstr "Expire le"
270
 
271
+ #: ../dashboard.php:209
272
  msgid "No lockouts at the moment. The sky is clear."
273
  msgstr "Pas de blocage pour le moment. Tout va bien dans le meilleur des mondes."
274
 
275
+ #: ../dashboard.php:232
276
  msgid "These IPs will never be locked out"
277
  msgstr "Ces adresses IP ne seront jamais bloquées"
278
 
279
+ #: ../dashboard.php:241
280
  msgid "Your IP"
281
  msgstr "Votre IP"
282
 
283
+ #: ../cerber-load.php:3592
284
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
285
  msgstr "La dernière tentative échouée date du %s. Elle vient de l’IP %s. Le nom d’utilisateur utilisé est : %s."
286
 
287
+ #: ../cerber-load.php:4549
288
  msgid "Can't activate WP Cerber due to a database error."
289
  msgstr "Impossible d’activer WP Cerber à cause d’une erreur de la base de données."
290
 
291
+ #: ../settings.php:1373
292
  msgid "Notify admin if the number of active lockouts above"
293
  msgstr "Notifier l’administrateur si le nombre de blocages actifs excède"
294
 
295
+ #: ../settings.php:264 ../settings.php:496 ../settings.php:960 ../settings.php:1031
296
  msgid "days"
297
  msgstr "jours"
298
 
299
+ #: ../dashboard.php:1539
300
  msgid "Cerber Quick View"
301
  msgstr "Cerber aperçu"
302
 
303
+ #: ../dashboard.php:205
304
  msgid "Hint"
305
  msgstr "Astuce"
306
 
307
+ #: ../dashboard.php:205
308
  msgid "To view activity, click on the IP"
309
  msgstr "Pour voir l’activité relative à cette IP, cliquez sur l’IP"
310
 
311
+ #: ../settings.php:172
312
  msgid "Always block entire subnet Class C of intruders IP"
313
  msgstr "Toujours bloquer le sous-réseau complet de classe C des IP intruses"
314
 
315
+ #: ../settings.php:255 ../settings.php:1379
316
  msgid "Click to send test"
317
  msgstr "Cliquez pour tester"
318
 
319
+ #: ../settings.php:1608 ../settings.php:1609
320
  msgid "Attention! You have changed the login URL! The new login URL is"
321
  msgstr "Attention ! Vous avez changer l’URL de connexion ! La nouvelle URL est"
322
 
323
+ #: ../dashboard.php:1448
324
  msgid "Comments"
325
  msgstr "Commentaires"
326
 
327
+ #: ../common.php:1621
328
  msgid "Update to version %s of WP Cerber"
329
  msgstr "Mettre à jour WP Cerber à la version %s"
330
 
331
+ #: ../cerber-load.php:3593 ../cerber-load.php:4319
332
  msgid "View activity in dashboard"
333
  msgstr "Voir l’activité dans le tableau de bord"
334
 
335
+ #: ../cerber-load.php:3622
336
  msgid "Number of active lockouts"
337
  msgstr "Nombre de blocages actifs"
338
 
339
+ #: ../cerber-load.php:3626
340
  msgid "View lockouts in dashboard"
341
  msgstr "Voir les blocages dans le tableau de bord"
342
 
343
+ #: ../cerber-load.php:3714
344
  msgid "This message was sent by"
345
  msgstr "Ce message a été envoyé par"
346
 
347
+ #: ../dashboard.php:73 ../dashboard.php:4384
348
  msgid "Tools"
349
  msgstr "Outils"
350
 
376
  msgid "Select file to import."
377
  msgstr "Sélectionnez un fichier."
378
 
379
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:4125
380
  msgid "Maximum upload file size: %s."
381
  msgstr "Taille maximum de fichier autorisée : %s."
382
 
384
  msgid "What do you want to import?"
385
  msgstr "Que voulez-vous importer ?"
386
 
387
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:4128
388
  msgid "Upload file"
389
  msgstr "Téléverser un fichier"
390
 
404
  msgid "Error while parsing file"
405
  msgstr "Error lors de l’analyse du fichier"
406
 
407
+ #: ../dashboard.php:183 ../dashboard.php:1034
408
  msgid "Hostname"
409
  msgstr "Hôte"
410
 
411
+ #: ../dashboard.php:481
412
  msgid "unknown"
413
  msgstr "inconnu"
414
 
415
+ #: ../settings.php:263 ../settings.php:956
416
  msgid "Keep records for"
417
  msgstr "Conserver l’historique pour"
418
 
419
+ #: ../dashboard.php:1573 ../dashboard.php:1595
420
  msgid "active"
421
  msgstr "active"
422
 
423
+ #: ../dashboard.php:1573
424
  msgid "deactivate"
425
  msgstr "désactivé"
426
 
427
+ #: ../dashboard.php:1575
428
  msgid "not active"
429
  msgstr "inactif"
430
 
431
+ #: ../dashboard.php:1576 ../dashboard.php:1590
432
  msgid "disabled"
433
  msgstr "désactivée"
434
 
435
+ #: ../dashboard.php:1581
436
  msgid "failed attempts"
437
  msgstr "tentatives de connexion échouées"
438
 
439
+ #: ../dashboard.php:1581 ../dashboard.php:1582
440
  msgid "in 24 hours"
441
  msgstr "en 24 heures"
442
 
443
+ #: ../dashboard.php:1581 ../dashboard.php:1582
444
  msgid "view all"
445
  msgstr "voir tout"
446
 
447
+ #: ../dashboard.php:1582
448
  msgid "lockouts"
449
  msgstr "blocages"
450
 
451
+ #: ../dashboard.php:1584
452
  msgid "Lockouts at the moment"
453
  msgstr "Blocages actuels"
454
 
455
+ #: ../dashboard.php:1585
456
  msgid "Last lockout"
457
  msgstr "Dernier blocage"
458
 
459
+ #: ../dashboard.php:1586 ../dashboard.php:1587 ../dashboard.php:2516
460
  msgid "entry"
461
  msgid_plural "entries"
462
  msgstr[0] "entrée"
463
  msgstr[1] "entrées"
464
 
465
+ #: ../dashboard.php:2212
466
  msgid "Confused about some settings?"
467
  msgstr "Confus au sujet de certains paramètres ?"
468
 
469
+ #: ../dashboard.php:2213
470
  msgid "You can easily load default recommended settings using button below"
471
  msgstr "Vous pouvez facilement charger les paramètres recommandés par défaut en utilisant le bouton ci-dessous"
472
 
473
+ #: ../dashboard.php:2215
474
  msgid "Load default settings"
475
  msgstr "Charger les paramètres par défaut"
476
 
477
+ #: ../dashboard.php:2223
478
  msgid "doesn't affect Custom login URL and Access Lists"
479
  msgstr "n’affecte pas l’URL de connexion personnalisée ni les Listes d’accès"
480
 
481
+ #: ../common.php:1614 ../settings.php:401
482
  msgid "New version is available"
483
  msgstr "Nouvelle version disponible"
484
 
485
+ #: ../cerber-load.php:3565
486
  msgid "WP Cerber notify"
487
  msgstr "Préférences WP Cerber"
488
 
489
+ #: ../cerber-load.php:3589
490
  msgid "Citadel mode is activated"
491
  msgstr "Le mode citadelle est activé"
492
 
493
+ #: ../cerber-load.php:3661
494
  msgid "New Custom login URL"
495
  msgstr "URL de connexion personnalisée"
496
 
497
+ #: ../cerber-load.php:4536
498
  msgid "The WP Cerber requires PHP %s or higher. You are running"
499
  msgstr "WP Cerber nécessite PHP %s ou supérieur. Vous avez actuellement"
500
 
501
+ #: ../cerber-load.php:4540
502
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
503
  msgstr "WP Cerber nécessite WordPress %s ou supérieur. Vous avez actuellement"
504
 
505
+ #: ../settings.php:287
506
  msgid "Use file"
507
  msgstr "Utiliser un fichier"
508
 
509
+ #: ../settings.php:288
510
  msgid "Write failed login attempts to the file"
511
  msgstr "Inscrire les tentatives de connexion échouées dans un fichier de log"
512
 
513
+ #: ../dashboard.php:2334
514
  msgid "Deactivate"
515
  msgstr "Désactiver"
516
 
517
+ #: ../dashboard.php:186 ../cerber-load.php:3624
518
  msgid "Reason"
519
  msgstr "Raison"
520
 
521
+ #: ../dashboard.php:273
522
  msgid "Add IP to the list"
523
  msgstr "Ajouter l’IP à la liste"
524
 
525
+ #: ../dashboard.php:1315
526
  msgid "Add IP to the Black List"
527
  msgstr "Ajouter l’IP à la liste noire"
528
 
529
+ #: ../common.php:1274
530
  msgid "Attempt to access"
531
  msgstr "Tentative d’accès"
532
 
533
+ #: ../common.php:1273
534
  msgid "Limit on login attempts is reached"
535
  msgstr "La limite de tentatives de connexion est atteinte"
536
 
537
+ #: ../cerber-load.php:3623
538
  msgid "Last lockout was added: %s for IP %s"
539
  msgstr "Le dernier blocage a été ajouté le %s pour l’IP %s"
540
 
541
+ #: ../dashboard.php:4263 ../cerber-load.php:4585
542
  msgid "Hardening"
543
  msgstr "Renforcer"
544
 
545
+ #: ../dashboard.php:1290
546
  msgid "Abuse email:"
547
  msgstr "Courriel d'abus:"
548
 
549
+ #: ../settings.php:387 ../settings.php:431 ../settings.php:1093
550
  msgid "Email Address"
551
  msgstr "Adresse courriel"
552
 
553
+ #: ../settings.php:392
554
  msgid "if empty, the admin email %s will be used"
555
  msgstr "si vide, l’adresse courriel de l’administrateur %s sera utilisée"
556
 
557
+ #: ../settings.php:297
558
  msgid "Drill down IP"
559
  msgstr "Examiner les IPs"
560
 
561
+ #: ../settings.php:298
562
  msgid "Retrieve extra WHOIS information for IP"
563
  msgstr "Récupérer les données WHOIS des IPs"
564
 
565
+ #: ../settings.php:754
566
  msgid "Hardening WordPress"
567
  msgstr "Renforcer WordPress"
568
 
569
+ #: ../settings.php:755 ../settings.php:799
570
  msgid "Stop user enumeration"
571
  msgstr "Empêcher l’énumération des utilisateurs"
572
 
573
+ #: ../settings.php:782
574
  msgid "Disable XML-RPC"
575
  msgstr "Désactiver XML-RPC"
576
 
577
+ #: ../settings.php:787
578
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
579
  msgstr "Bloquer l’accès au serveur XMlL-RPC (inclut les Pingbacks et Trackbacks)"
580
 
581
+ #: ../settings.php:789
582
  msgid "Disable feeds"
583
  msgstr "Désactiver les flux"
584
 
585
+ #: ../settings.php:794
586
  msgid "Block access to the RSS, Atom and RDF feeds"
587
  msgstr "Bloquer l’accès aux flux RSS, Atom et RDF"
588
 
589
+ #: ../settings.php:807
590
  msgid "Disable REST API"
591
  msgstr "Désactiver REST API"
592
 
593
+ #: ../settings.php:1696 ../settings.php:1708 ../settings.php:1831
594
  msgid "<strong>ERROR</strong>: please enter a valid email address."
595
  msgstr "<strong>ERREUR</strong>: veuillez saisir une adresse courriel valide."
596
 
597
+ #: ../cerber-load.php:3654 ../cerber-load.php:4570
598
  msgid "WP Cerber is now active and has started protecting your site"
599
  msgstr "WP Cerber est maintenant actif et protège votre site"
600
 
601
+ #: ../dashboard.php:187 ../cerber-scanner.php:5715 ../cerber-scanner.php:5855
602
  msgid "Action"
603
  msgstr "Action"
604
 
605
+ #: ../dashboard.php:234
606
  msgid "Nobody can log in or register from these IPs"
607
  msgstr "Personne ne peut se connecter à partir de ces IPs"
608
 
609
+ #: ../dashboard.php:291 ../dashboard.php:308
610
  msgid "Incorrect IP address or IP range"
611
  msgstr "IP ou plage d’IP incorrecte"
612
 
613
+ #: ../dashboard.php:2350 ../nexus/cerber-nexus-slave.php:450
614
  msgid "Settings saved"
615
  msgstr "Paramètres sauvegardés"
616
 
617
+ #: ../dashboard.php:1295
618
  msgid "Network:"
619
  msgstr "Réseau:"
620
 
621
+ #: ../dashboard.php:1310
622
  msgid "Add network to the Black List"
623
  msgstr "Ajouter un réseau à la liste noire"
624
 
625
+ #: ../dashboard.php:2333
626
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
627
  msgstr "Attention ! Le mode Citadel est maintenant activé. Plus personne ne peut se connecter."
628
 
629
+ #: ../dashboard.php:408 ../dashboard.php:3423 ../whois.php:222 ../whois.php:253 ..
630
+ #: /common.php:1291 ../common.php:1709 ../nexus/cerber-slave-list.php:283
631
  msgid "Unknown"
632
  msgstr "Inconnu"
633
 
636
  msgid "Gregory"
637
  msgstr "Gregory"
638
 
639
+ #: ../common.php:317 ../common.php:389 ../common.php:394 ../common.php:400 ..
640
+ #: /common.php:405 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
641
  #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
642
  #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
643
  #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
644
+ #: /settings.php:1587 ../settings.php:1672 ../nexus/cerber-nexus-slave.php:222 ..
645
+ #: /nexus/cerber-nexus-slave.php:233 ../cerber-scanner.php:5809
646
  msgid "ERROR:"
647
  msgstr "ERREUR :"
648
 
658
  msgid "Username is not allowed. Please choose another one."
659
  msgstr "Ce nom d’utilisateur n’est pas autorisé. Veuillez en choisir un autre."
660
 
661
+ #: ../cerber-load.php:3617
662
  msgid "unspecified"
663
  msgstr "non spécifié"
664
 
665
+ #: ../cerber-load.php:3620
666
  msgid "Number of lockouts is increasing"
667
  msgstr "Le nombre de blocage augmente"
668
 
669
+ #: ../cerber-load.php:3625
670
  msgid "View activity for this IP"
671
  msgstr "Voir l’activité pour cette IP"
672
 
673
+ #: ../cerber-load.php:3629 ../cerber-load.php:3631
674
  msgid "A new version of WP Cerber is available to install"
675
  msgstr "Une nouvelle version de WP Cerber est disponible"
676
 
677
+ #: ../cerber-load.php:3630
678
  msgid "Hi!"
679
  msgstr "Salut !"
680
 
681
+ #: ../cerber-load.php:3633 ../cerber-load.php:3644 ../nexus/cerber-slave-list.php:
682
  #: 45
683
  msgid "Website"
684
  msgstr "Site web"
685
 
686
+ #: ../cerber-load.php:3636 ../cerber-load.php:3637
687
  msgid "The WP Cerber security plugin has been deactivated"
688
  msgstr "Le plugin WP Cerber a été désactivé"
689
 
690
+ #: ../cerber-load.php:3639
691
  msgid "Not logged in"
692
  msgstr "Non connecté"
693
 
694
+ #: ../cerber-load.php:3645
695
  msgid "By user"
696
  msgstr "Par utilisateur"
697
 
698
+ #: ../cerber-load.php:3646
699
  msgid "From IP address"
700
  msgstr "De l’adresse IP"
701
 
702
+ #: ../cerber-load.php:3649
703
  msgid "From country"
704
  msgstr "Du pays"
705
 
706
+ #: ../cerber-load.php:3653
707
  msgid "The WP Cerber security plugin is now active"
708
  msgstr "Le plugin WP Cerber est maintenant actif"
709
 
710
+ #: ../cerber-load.php:4571
711
  msgid "Your IP address is added to the"
712
  msgstr "Votre adresse IP a été ajouté à"
713
 
714
+ #: ../cerber-load.php:4587
715
  msgid "Import settings"
716
  msgstr "Importer les paramètres"
717
 
718
+ #: ../settings.php:395
719
  msgid "Notification limit"
720
  msgstr "Limite de notification"
721
 
722
+ #: ../settings.php:396
723
  msgid "notification letters allowed per hour (0 means unlimited)"
724
  msgstr "nombre limite de courriels de notification par heure (0 pour illimité)"
725
 
726
+ #: ../settings.php:314
727
  msgid "User related settings"
728
  msgstr "Paramètres relatifs aux utilisateurs"
729
 
730
+ #: ../settings.php:356
731
  msgid "Prohibited usernames"
732
  msgstr "Identifiants interdits"
733
 
734
+ #: ../settings.php:357
735
  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."
736
  msgstr "Les identifiants de cette liste ne pourront ni se connecter ni s’inscrire. Toute IP qui aurait tenté d’utiliser un de ces identifiants sera immédiatement bloquée. Séparez les identifiants par des virgules."
737
 
738
+ #: ../settings.php:364
739
  msgid "User session expire"
740
  msgstr "Session utilisateur expirée"
741
 
742
+ #: ../settings.php:365
743
  msgid "in minutes (leave empty to use default WP value)"
744
  msgstr "en minutes (laisser vide pour utiliser la valeur par défaut de WordPress)"
745
 
746
+ #: ../settings.php:503
747
  msgid "reCAPTCHA settings"
748
  msgstr "Paramètres reCAPTCHA"
749
 
750
+ #: ../settings.php:506
751
  msgid "Site key"
752
  msgstr "Clef du site"
753
 
754
+ #: ../settings.php:510
755
  msgid "Secret key"
756
  msgstr "Clef secrète"
757
 
758
+ #: ../settings.php:520
759
  msgid "Enable reCAPTCHA for WordPress registration form"
760
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WordPress"
761
 
762
+ #: ../settings.php:529
763
  msgid "Lost password form"
764
  msgstr "Formulaire de récupération de mot de passe"
765
 
766
+ #: ../settings.php:539
767
  msgid "Login form"
768
  msgstr "Formulaire de connexion"
769
 
770
+ #: ../settings.php:540
771
  msgid "Enable reCAPTCHA for WordPress login form"
772
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WordPress"
773
 
774
+ #: ../settings.php:1202
775
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
776
  msgstr "Avant d’utiliser reCAPTCHA, il vous faut obtenir une Clef de Site et une Clef Secrète sur le site de Google"
777
 
778
+ #: ../cerber-lab.php:779 ../settings.php:1203 ../settings.php:1206
779
  msgid "Know more"
780
  msgstr "En savoir plus"
781
 
782
+ #: ../dashboard.php:4264
783
  msgid "Users"
784
  msgstr "Utilisateurs"
785
 
786
+ #: ../common.php:1177
787
  msgid "User created"
788
  msgstr "Utilisateur créé"
789
 
790
+ #: ../common.php:1178
791
  msgid "User registered"
792
  msgstr "Inscription utilisateur"
793
 
794
+ #: ../common.php:1205
795
  msgid "reCAPTCHA verification failed"
796
  msgstr "Vérification reCAPTCHA échouée"
797
 
798
+ #: ../common.php:1206
799
  msgid "reCAPTCHA settings are incorrect"
800
  msgstr "Les paramètres reCAPTCHA sont incorrects"
801
 
802
+ #: ../common.php:1209 ../common.php:1295
803
  msgid "Attempt to access prohibited URL"
804
  msgstr "Tentative d’accès à une URL interdite"
805
 
806
+ #: ../common.php:1211 ../common.php:1276
807
  msgid "Attempt to log in with prohibited username"
808
  msgstr "Tentative de connexion avec un identifiant interdit"
809
 
810
+ #: ../settings.php:274
811
  msgid "Cerber Lab connection"
812
  msgstr "Connexion Cerber Lab"
813
 
814
+ #: ../settings.php:275
815
  msgid "Send malicious IP addresses to the Cerber Lab"
816
  msgstr "Envoyer les adresses IP bloquées au Cerber Lab"
817
 
818
+ #: ../settings.php:279
819
  msgid "Cerber Lab protocol"
820
  msgstr "Protocole Cerber Lab"
821
 
822
+ #: ../settings.php:451 ../settings.php:519
823
  msgid "Registration form"
824
  msgstr "Formulaire d’inscription"
825
 
826
+ #: ../settings.php:525
827
  msgid "Enable reCAPTCHA for WooCommerce registration form"
828
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WooCommerce"
829
 
830
+ #: ../settings.php:530
831
  msgid "Enable reCAPTCHA for WordPress lost password form"
832
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WordPress"
833
 
834
+ #: ../settings.php:535
835
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
836
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WooCommerce"
837
 
838
+ #: ../settings.php:545
839
  msgid "Enable reCAPTCHA for WooCommerce login form"
840
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WooCommerce"
841
 
842
+ #: ../common.php:1207
843
  msgid "Request to the Google reCAPTCHA service failed"
844
  msgstr "La requête au service Google reCAPTCHA a échouée"
845
 
846
+ #: ../dashboard.php:853 ../dashboard.php:2185
847
  msgid "View all"
848
  msgstr "Voir tout"
849
 
850
+ #: ../dashboard.php:2188
851
  msgid "Recently locked out IP addresses"
852
  msgstr "IPs récemment bloquées"
853
 
859
  msgid "NO, maybe later"
860
  msgstr "NON, peut-être plus tard"
861
 
862
+ #: ../dashboard.php:54 ../dashboard.php:1621 ../dashboard.php:2534 ../dashboard.
863
+ #: php:4258
864
  msgid "Dashboard"
865
  msgstr "Tableau de bord"
866
 
872
  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."
873
  msgstr "Permettre à WP Cerber d’envoyer les adresses IP qui ont été bloqués au Cerber Lab. Cela aidera l’équipe à créer de nouveau algorithmes pour que WP Cerber puisse défendre WordPress contre les nouvelles attaques et réseaux de robots qui apparaissent chaque jour. Vous pouvez désactiver l’envoi des données à tout moment dans les réglages du plugin."
874
 
875
+ #: ../dashboard.php:771 ../dashboard.php:3324
876
  msgid "IP address"
877
  msgstr "adresse IP"
878
 
879
+ #: ../dashboard.php:776
880
  msgid "User login"
881
  msgstr "Connexion de l'utilisateur"
882
 
883
+ #: ../dashboard.php:777 ../dashboard.php:3330
884
  msgid "User ID"
885
  msgstr "ID utilisateur"
886
 
887
+ #: ../dashboard.php:1061 ../dashboard.php:3765
888
  msgid "Export"
889
  msgstr "Exporter"
890
 
891
+ #: ../dashboard.php:1084
892
  msgid "Search for IP or username"
893
  msgstr "Rechercher une adresse IP ou un nom d'utilisateur"
894
 
895
+ #: ../dashboard.php:1085
896
  msgid "Filter"
897
  msgstr "Filtre"
898
 
899
+ #: ../dashboard.php:54
900
  msgid "Cerber Dashboard"
901
  msgstr "Tableau de bord Cerber"
902
 
903
+ #: ../dashboard.php:73
904
  msgid "Cerber tools"
905
  msgstr "Outils Cerber"
906
 
907
+ #: ../cerber-tools.php:228
 
 
 
 
908
  msgid "Unsubscribe"
909
  msgstr "Se désabonner"
910
 
911
+ #: ../dashboard.php:2458
912
  msgid "You've subscribed"
913
  msgstr "Vous êtes abonné(e)"
914
 
915
+ #: ../dashboard.php:2463
916
  msgid "You've unsubscribed"
917
  msgstr "Vous vous êtes désabonné"
918
 
919
+ #: ../cerber-load.php:3665 ../cerber-load.php:3666
920
  msgid "A new activity has been recorded"
921
  msgstr "Une nouvelle activité a été enregistrée"
922
 
923
+ #: ../cerber-load.php:4291
924
  msgid "User"
925
  msgstr "Utilisateur"
926
 
927
+ #: ../cerber-load.php:4299
928
  msgid "Search string"
929
  msgstr "Chaîne de recherche"
930
 
931
+ #: ../settings.php:294
 
 
 
 
932
  msgid "Preferences"
933
  msgstr "Préférences"
934
 
935
+ #: ../settings.php:302
936
  msgid "Date format"
937
  msgstr "Format de date"
938
 
939
+ #: ../settings.php:303
940
  msgid "if empty, the default format %s will be used"
941
  msgstr "si vide, le format par défaut %s sera utilisé"
942
 
943
+ #: ../settings.php:407
944
  msgid "Push notifications"
945
  msgstr "Notifications poussées"
946
 
947
+ #: ../settings.php:380
948
  msgid "Email notifications"
949
  msgstr "Notifications par courriel"
950
 
951
+ #: ../settings.php:388 ../settings.php:433 ../settings.php:919 ../settings.php:1097
952
  msgid "Use comma to specify multiple values"
953
  msgstr "Utilisez la virgule pour spécifier plusieurs valeurs"
954
 
955
+ #: ../settings.php:119
956
  msgid "All connected devices"
957
  msgstr "Tous les appareils connectés"
958
 
959
+ #: ../settings.php:122
960
  msgid "No devices found"
961
  msgstr "Aucun appareil trouvé"
962
 
963
+ #: ../settings.php:126
964
  msgid "Not available"
965
  msgstr "Non disponible"
966
 
967
+ #: ../common.php:1203
968
  msgid "Password reset requested"
969
  msgstr "Réinitialisation du mot de passe demandée"
970
 
971
+ #: ../common.php:1277
972
  msgid "Limit on failed reCAPTCHA verifications is reached"
973
  msgstr "La limite sur les vérifications reCAPTCHA échouées est atteinte."
974
 
975
+ #: ../common.php:1426
976
  msgid "%s ago"
977
  msgstr "il y a %s"
978
 
979
+ #: ../settings.php:162
980
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
981
  msgstr "Appliquer les règles de connexion de limite aux adresses IP dans la liste d'accès White IP"
982
 
983
+ #: ../settings.php:191
984
  msgid "Display 404 page"
985
  msgstr "Afficheur 404 page"
986
 
987
+ #: ../settings.php:514
988
  msgid "Invisible reCAPTCHA"
989
  msgstr "Invisible reCAPTCHA"
990
 
991
+ #: ../settings.php:515
992
  msgid "Enable invisible reCAPTCHA"
993
  msgstr "Activer le reCAPTCHA invisible"
994
 
995
+ #: ../settings.php:515
996
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
997
  msgstr "(ne l'activez que si vous obtenez et entrez les clés Site et Secret pour la version invisible)"
998
 
999
+ #: ../settings.php:550
1000
  msgid "Enable reCAPTCHA for WordPress comment form"
1001
  msgstr "Activer le formulaire de commentaire reCAPTCHA pour WordPress"
1002
 
1003
+ #: ../settings.php:555
1004
  msgid "Disable reCAPTCHA for logged in users"
1005
  msgstr "Désactiver reCAPTCHA pour les utilisateurs connectés"
1006
 
1007
+ #: ../settings.php:559
1008
  msgid "Limit attempts"
1009
  msgstr "Limiter les tentatives"
1010
 
1011
+ #: ../settings.php:560
1012
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1013
  msgstr "Verrouiller l'adresse IP pendant %s minutes après %s tentatives échouées en %s minutes"
1014
 
1015
+ #: ../settings.php:1195
1016
  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."
1017
  msgstr "En mode Citadel, personne ne peut se connecter sauf les adresses IP de la White IP Access List. Les sessions utilisateur actives ne seront pas affectées."
1018
 
1019
+ #: ../dashboard.php:773 ../dashboard.php:1037
1020
  msgid "Event"
1021
  msgstr "Événement"
1022
 
1023
+ #: ../common.php:260
1024
  msgid "Spam comments denied"
1025
  msgstr "Les commentaires de spam sont refusés"
1026
 
1027
+ #: ../common.php:262
1028
  msgid "Malicious IP addresses detected"
1029
  msgstr "Adresses IP malveillantes détectées"
1030
 
1031
+ #: ../common.php:263
1032
  msgid "Lockouts occurred"
1033
  msgstr "Des lock-out ont eu lieu"
1034
 
 
 
 
 
1035
  #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1036
  #: /cerber-load.php:1332
1037
  msgid "You are not allowed to register."
1038
  msgstr "Vous n'êtes pas autorisé à vous inscrire."
1039
 
1040
+ #: ../common.php:1188
1041
  msgid "Spam comment denied"
1042
  msgstr "Commentaire anti-spam refusé"
1043
 
1044
+ #: ../common.php:1213
1045
  msgid "Attempt to log in denied"
1046
  msgstr "Tentative d'ouverture de session refusée"
1047
 
1048
+ #: ../common.php:1214
1049
  msgid "Attempt to register denied"
1050
  msgstr "Tentative d'enregistrement refusée"
1051
 
1052
+ #: ../common.php:257
1053
  msgid "Malicious activities mitigated"
1054
  msgstr "Atténuation des activités malveillantes"
1055
 
1056
+ #: ../dashboard.php:68
1057
  msgid "Cerber antispam settings"
1058
  msgstr "Paramètres antispam Cerber"
1059
 
1060
+ #: ../dashboard.php:68 ../cerber-load.php:4584 ../settings.php:549
1061
  msgid "Antispam"
1062
  msgstr "Antispam"
1063
 
1064
+ #: ../settings.php:443
1065
  msgid "Cerber antispam engine"
1066
  msgstr "Moteur antispam Cerber"
1067
 
1068
+ #: ../settings.php:446
1069
  msgid "Comment form"
1070
  msgstr "Formulaire de commentaires"
1071
 
1072
+ #: ../settings.php:447
1073
  msgid "Protect comment form with bot detection engine"
1074
  msgstr "Protéger le formulaire de commentaires avec le moteur de détection de bot"
1075
 
1076
+ #: ../settings.php:452
1077
  msgid "Protect registration form with bot detection engine"
1078
  msgstr "Protéger le formulaire d'inscription avec le moteur de détection de bot"
1079
 
1080
+ #: ../dashboard.php:4386
1081
  msgid "Export & Import"
1082
  msgstr "Exportation et importation"
1083
 
1084
+ #: ../dashboard.php:4387
1085
  msgid "Diagnostic"
1086
  msgstr "Diagnostic"
1087
 
1088
+ #: ../dashboard.php:4390
1089
  msgid "License"
1090
  msgstr "Licence"
1091
 
1092
+ #: ../dashboard.php:4297
1093
  msgid "Antispam and bot detection settings"
1094
  msgstr "Paramètres d'antispam et de détection des robots"
1095
 
1097
  msgid "Sorry, human verification failed."
1098
  msgstr "Désolé, la vérification humaine a échoué."
1099
 
1100
+ #: ../common.php:1278
1101
  msgid "Bot activity is detected"
1102
  msgstr "L'activité du bot est détectée"
1103
 
1104
+ #: ../settings.php:485
1105
  msgid "Comment processing"
1106
  msgstr "Commenter le processus"
1107
 
1108
+ #: ../settings.php:488
1109
  msgid "If a spam comment detected"
1110
  msgstr "Si un commentaire indésirable est détecté"
1111
 
1112
+ #: ../settings.php:493
1113
  msgid "Trash spam comments"
1114
  msgstr "Commentaires sur le spam de la corbeille"
1115
 
1116
+ #: ../settings.php:495
1117
  msgid "Move spam comments to trash after"
1118
  msgstr "Déplacer les commentaires indésirables à la corbeille"
1119
 
1120
+ #: ../common.php:1189
1121
  msgid "Spam form submission denied"
1122
  msgstr "Soumission du formulaire anti-spam refusée"
1123
 
1124
+ #: ../settings.php:456
1125
  msgid "Other forms"
1126
  msgstr "Autres formulaires"
1127
 
1128
+ #: ../settings.php:457
1129
  msgid "Protect all forms on the website with bot detection engine"
1130
  msgstr "Protégez tous les formulaires sur le site Web avec le moteur de détection de bot"
1131
 
1132
+ #: ../settings.php:463
1133
  msgid "Adjust antispam engine"
1134
  msgstr "Ajuster le moteur antispam"
1135
 
1136
+ #: ../settings.php:466
1137
  msgid "Safe mode"
1138
  msgstr "Mode sans échec"
1139
 
1140
+ #: ../settings.php:467
1141
  msgid "Use less restrictive policies (allow AJAX)"
1142
  msgstr "Utiliser des politiques moins restrictives (autoriser AJAX)"
1143
 
1144
+ #: ../dashboard.php:874 ../dashboard.php:3733 ../settings.php:471 ../settings.php:
1145
+ #: 814
1146
  msgid "Logged in users"
1147
  msgstr "Utilisateurs connectés"
1148
 
1149
+ #: ../settings.php:472
1150
  msgid "Disable bot detection engine for logged in users"
1151
  msgstr "Désactiver le moteur de détection des bots pour les utilisateurs connectés"
1152
 
1153
+ #: ../dashboard.php:184 ../dashboard.php:1035
1154
  msgid "Country"
1155
  msgstr "Pays"
1156
 
1157
+ #: ../dashboard.php:1073
1158
  msgid "All events"
1159
  msgstr "Tous les évènements"
1160
 
1161
+ #: ../dashboard.php:60
1162
  msgid "Cerber Security Rules"
1163
  msgstr "Règles de sécurité Cerber"
1164
 
1165
+ #: ../dashboard.php:60 ../dashboard.php:4334
1166
  msgid "Security Rules"
1167
  msgstr "Règles de sécurité"
1168
 
1169
+ #: ../dashboard.php:1450
1170
  msgid "Failed login attempts"
1171
  msgstr "Echec des tentatives de connexion"
1172
 
1173
+ #: ../dashboard.php:1407 ../dashboard.php:1451
1174
  msgid "Registered"
1175
  msgstr "Enregistré"
1176
 
1177
+ #: ../dashboard.php:1521 ../cerber-users.php:25
1178
  msgid "You"
1179
  msgstr "Vous"
1180
 
1181
+ #: ../common.php:261
1182
  msgid "Spam form submissions denied"
1183
  msgstr "Refus d'envoi du formulaire anti-spam"
1184
 
1185
+ #: ../dashboard.php:2224 ../cerber-load.php:3656 ../cerber-load.php:4573
1186
  msgid "Getting Started Guide"
1187
  msgstr "Guide de démarrage"
1188
 
1189
+ #: ../dashboard.php:4336
1190
  msgid "Countries"
1191
  msgstr "Pays"
1192
 
1193
+ #: ../dashboard.php:3036
1194
  msgid "Permitted for one country"
1195
  msgid_plural "Permitted for %d countries"
1196
  msgstr[0] "Autorisé pour un pays"
1197
  msgstr[1] "Autorisé pour %d pays"
1198
 
1199
+ #: ../dashboard.php:3047
1200
  msgid "No rule"
1201
  msgstr "Aucune règle"
1202
 
1203
+ #: ../dashboard.php:3258
1204
  msgid "Security rules have been updated"
1205
  msgstr "Les règles de sécurité ont été mises à jour"
1206
 
1209
  msgid "https://wpcerber.com"
1210
  msgstr "https://wpcerber.com"
1211
 
1212
+ #: ../common.php:1190
1213
  msgid "Form submission denied"
1214
  msgstr "Refus d'envoi du formulaire"
1215
 
1216
+ #: ../common.php:1191
1217
  msgid "Comment denied"
1218
  msgstr "Commentaire refusé"
1219
 
1220
+ #: ../common.php:1219
1221
  msgid "Request to REST API denied"
1222
  msgstr "Demande d'REST API refusée"
1223
 
1224
+ #: ../common.php:1220
1225
  msgid "XML-RPC request denied"
1226
  msgstr "Requête XML-RPC refusée"
1227
 
1228
+ #: ../common.php:1233
1229
  msgid "Bot detected"
1230
  msgstr "Bot détecté"
1231
 
1232
+ #: ../common.php:1234
1233
  msgid "Citadel mode is active"
1234
  msgstr "Le mode Citadel est actif"
1235
 
1236
+ #: ../common.php:1239
1237
  msgid "Malicious activity detected"
1238
  msgstr "Activité malveillante détectée"
1239
 
1240
+ #: ../common.php:1240
1241
  msgid "Blocked by country rule"
1242
  msgstr "Bloqué par la règle du pays"
1243
 
1244
+ #: ../common.php:1241
1245
  msgid "Limit reached"
1246
  msgstr "Limite atteinte"
1247
 
1248
+ #: ../common.php:1242
1249
  msgid "Multiple suspicious activities"
1250
  msgstr "Plusieurs activités suspectes"
1251
 
1252
+ #: ../common.php:1279
1253
  msgid "Multiple suspicious activities were detected"
1254
  msgstr "Plusieurs activités suspectes ont été détectées"
1255
 
1256
+ #: ../settings.php:819
1257
  msgid "Allow REST API for logged in users"
1258
  msgstr "Autoriser l'REST API pour les utilisateurs connectés"
1259
 
1260
+ #: ../settings.php:834
1261
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1262
  msgstr "Spécifiez les espaces de noms de l'REST API à autoriser si l'REST API est désactivée. Une corde par ligne."
1263
 
1264
+ #: ../settings.php:350
1265
  msgid "Registration limit"
1266
  msgstr "Limite d'enregistrement"
1267
 
1268
+ #: ../settings.php:371
1269
  msgid "Sort users in dashboard"
1270
  msgstr "Trier les utilisateurs dans le tableau de bord"
1271
 
1272
+ #: ../settings.php:372
1273
  msgid "by date of registration"
1274
  msgstr "par date d'enregistrement"
1275
 
1276
+ #: ../settings.php:476
1277
  msgid "Query whitelist"
1278
  msgstr "Liste blanche des requêtes"
1279
 
1280
+ #: ../settings.php:1361
1281
  msgid "%s allowed registrations in %s minutes from one IP"
1282
  msgstr "%s nombre d'enregistrements autorisés en %s minutes à partir d'une adresse IP"
1283
 
1284
+ #: ../dashboard.php:3104
1285
  msgid "Start typing here to find a country"
1286
  msgstr "Commencez à taper ici pour trouver un pays"
1287
 
1288
+ #: ../dashboard.php:3184
1289
  msgid "Click on a country name to add it to the list of selected countries"
1290
  msgstr "Cliquez sur le nom d'un pays pour l'ajouter à la liste des pays sélectionnés"
1291
 
1292
+ #: ../dashboard.php:3205
1293
  msgid "Submit forms"
1294
  msgstr "Soumettre les formulaires"
1295
 
1296
+ #: ../dashboard.php:3206
1297
  msgid "Post comments"
1298
  msgstr "Soumettre des commentaires"
1299
 
1300
+ #: ../dashboard.php:3207
1301
  msgid "Log in to the website"
1302
  msgstr "Se connecter sur le site"
1303
 
1304
+ #: ../dashboard.php:3208
1305
  msgid "Register on the website"
1306
  msgstr "S'inscrire sur le site"
1307
 
1308
+ #: ../dashboard.php:3209
1309
  msgid "Use XML-RPC"
1310
  msgstr "Utiliser XML-RPC"
1311
 
1312
+ #: ../dashboard.php:3210
1313
  msgid "Use REST API"
1314
  msgstr "Utiliser REST API"
1315
 
1316
+ #: ../settings.php:490
1317
  msgid "Deny it completely"
1318
  msgstr "Le nier complètement"
1319
 
1320
+ #: ../settings.php:490
1321
  msgid "Mark it as spam"
1322
  msgstr "Marquez-le comme spam"
1323
 
1324
+ #: ../dashboard.php:2164
1325
  msgid "in the last 24 hours"
1326
  msgstr "durant les 24 dernières heures"
1327
 
1328
+ #: ../dashboard.php:2535
1329
  msgid "Main settings"
1330
  msgstr "Réglages principaux"
1331
 
1332
+ #: ../settings.php:420
1333
  msgid "Weekly reports"
1334
  msgstr "Rapports hebdomadaires"
1335
 
1336
+ #: ../settings.php:1541
1337
  msgid "Sunday"
1338
  msgstr "Dimanche"
1339
 
1340
+ #: ../settings.php:1542
1341
  msgid "Monday"
1342
  msgstr "Lundi"
1343
 
1344
+ #: ../settings.php:1543
1345
  msgid "Tuesday"
1346
  msgstr "Mardi"
1347
 
1348
+ #: ../settings.php:1544
1349
  msgid "Wednesday"
1350
  msgstr "Mercredi"
1351
 
1352
+ #: ../settings.php:1545
1353
  msgid "Thursday"
1354
  msgstr "Jeudi"
1355
 
1356
+ #: ../settings.php:1546
1357
  msgid "Friday"
1358
  msgstr "Vendredi"
1359
 
1360
+ #: ../settings.php:1547
1361
  msgid "Saturday"
1362
  msgstr "Samedi"
1363
 
1364
+ #: ../settings.php:1610 ../settings.php:1611
1365
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1366
  msgstr "Si vous utilisez un plugin de mise en cache, vous devez ajouter votre nouvelle URL de connexion à la liste des pages à ne pas mettre en cache."
1367
 
1368
+ #: ../cerber-load.php:3671
1369
  msgid "Weekly report"
1370
  msgstr "Rapport hebdomadaire"
1371
 
1372
+ #: ../cerber-load.php:3674 ../cerber-load.php:3684
1373
  msgid "To change reporting settings visit"
1374
  msgstr "Pour modifier les paramètres de reporting, visitez"
1375
 
1376
+ #: ../cerber-load.php:3707
1377
  msgid "Your login page:"
1378
  msgstr "Votre page de connexion:"
1379
 
1380
+ #: ../cerber-load.php:3711
1381
  msgid "Your license is valid until"
1382
  msgstr "Votre licence est valable jusqu'au"
1383
 
1384
+ #: ../cerber-load.php:3817
1385
  msgid "Activity details"
1386
  msgstr "Détails de l'activité"
1387
 
1388
+ #: ../settings.php:1577
1389
  msgid "Click to send now"
1390
  msgstr "Cliquez pour envoyer maintenant"
1391
 
1393
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1394
  msgstr "Traducteur de WP Cerber ? Pour obtenir la licence PRO gratuitement, déposez vos contacts ici : https://wpcerber.com/contact/"
1395
 
1396
+ #: ../dashboard.php:552
1397
  msgid "Email has been sent to"
1398
  msgstr "Un courriel a été envoyé à"
1399
 
1400
+ #: ../dashboard.php:555
1401
  msgid "Unable to send email to"
1402
  msgstr "Impossible d'envoyer un courriel à"
1403
 
1404
+ #: ../dashboard.php:3039
1405
  msgid "Not permitted for one country"
1406
  msgid_plural "Not permitted for %d countries"
1407
  msgstr[0] "Non autorisé pour un pays"
1408
  msgstr[1] "Non autorisé pour les pays %d"
1409
 
1410
+ #: ../dashboard.php:3188
1411
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1412
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1413
  msgstr "Les pays sélectionnés sont autorisés à %s, les autres pays ne sont pas autorisés à"
1414
 
1415
+ #: ../dashboard.php:3191
1416
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1417
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1418
  msgstr "Les pays sélectionnés ne sont pas autorisés à %s, les autres pays sont autorisés à"
1419
 
1420
+ #: ../cerber-load.php:3805
1421
  msgid "Weekly Report"
1422
  msgstr "Rapport hebdomadaire"
1423
 
1424
+ #: ../settings.php:194
1425
  msgid "Use 404 template from the active theme"
1426
  msgstr "Utiliser le modèle 404 du thème actif"
1427
 
1428
+ #: ../settings.php:195
1429
  msgid "Display simple 404 page"
1430
  msgstr "Affichage simple 404 page"
1431
 
1432
+ #: ../settings.php:477
1433
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1434
  msgstr "Entrer une partie de la chaîne ou du chemin de requête pour exclure une requête de l'inspection par le moteur. Un article par ligne."
1435
 
1436
+ #: ../settings.php:432 ../settings.php:1101
1437
  msgid "if empty, email from notification settings will be used"
1438
  msgstr "si vide, l'adresse courriel des paramètres de notification sera utilisée"
1439
 
1440
+ #: ../settings.php:423
1441
  msgid "Enable reporting"
1442
  msgstr "Activer le signalement"
1443
 
1444
+ #: ../cerber-load.php:3735
1445
  msgid "Your last sign-in was %s from %s"
1446
  msgstr "Votre dernière connexion était %s de %s"
1447
 
1448
+ #: ../dashboard.php:272
1449
  msgid "IP address, IPv4 address range or subnet"
1450
  msgstr "Adresse IP, plage d'adresses IPv4 ou sous-réseau"
1451
 
1452
+ #: ../dashboard.php:274
1453
  msgid "Optional comment for this entry"
1454
  msgstr "Commentaire facultatif pour cette entrée"
1455
 
1456
+ #: ../dashboard.php:313
1457
  msgid "You cannot add your IP address or network"
1458
  msgstr "Vous ne pouvez pas ajouter votre adresse IP ou votre réseau"
1459
 
1460
+ #: ../settings.php:357
1461
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1462
  msgstr "Pour spécifier un motif REGEX, enroulez un motif en deux barres obliques vers l'avant."
1463
 
1464
+ #: ../dashboard.php:56
1465
  msgid "Cerber Traffic Inspector"
1466
  msgstr "Inspecteur du Trafic de Cerber"
1467
 
1468
+ #: ../dashboard.php:56 ../dashboard.php:1591 ../dashboard.php:4317
1469
  msgid "Traffic Inspector"
1470
+ msgstr "Inspecteur de trafic"
1471
 
1472
+ #: ../dashboard.php:1623
1473
  msgid "Traffic"
1474
  msgstr "Trafic"
1475
 
1476
+ #: ../dashboard.php:3701
1477
  msgid "Request"
1478
  msgstr "Demande"
1479
 
1480
+ #: ../dashboard.php:3703
1481
  msgid "Host Info"
1482
  msgstr "Informations sur l'hôte"
1483
 
1484
+ #: ../dashboard.php:3704
1485
  msgid "User Agent"
1486
  msgstr "Agent utilisateur"
1487
 
1488
+ #: ../dashboard.php:3729
1489
  msgid "All requests"
1490
  msgstr "Toutes les demandes"
1491
 
1492
+ #: ../dashboard.php:875 ../dashboard.php:3734
1493
  msgid "Not logged in visitors"
1494
  msgstr "Visiteurs non connectés"
1495
 
1496
+ #: ../dashboard.php:3737
1497
  msgid "Form submissions"
1498
  msgstr "Soumission des formulaires"
1499
 
1500
+ #: ../dashboard.php:3739
1501
  msgid "Page Not Found"
1502
  msgstr "Page introuvable"
1503
 
1504
+ #: ../dashboard.php:3748
1505
  msgid "Longer than"
1506
  msgstr "Plus long que"
1507
 
1508
+ #: ../dashboard.php:3771
1509
  msgid "Refresh"
1510
  msgstr "Rafraîchir"
1511
 
1512
+ #: ../common.php:187
1513
  msgid "Check for requests"
1514
  msgstr "Vérifier les demandes"
1515
 
1516
+ #: ../common.php:1640
1517
  msgid "Not specified"
1518
  msgstr "Non spécifié"
1519
 
1520
+ #: ../settings.php:891
1521
  msgid "Logging mode"
1522
  msgstr "Mode d'enregistrement"
1523
 
1524
+ #: ../settings.php:897
1525
  msgid "Logging disabled"
1526
  msgstr "Enregistrement désactivé"
1527
 
1528
+ #: ../settings.php:898
1529
  msgid "Smart"
1530
  msgstr "Intelligent"
1531
 
1532
+ #: ../settings.php:899
1533
  msgid "All traffic"
1534
  msgstr "Tout le trafic"
1535
 
1536
+ #: ../settings.php:903
1537
  msgid "Ignore crawlers"
1538
  msgstr "Ignorer les chenilles"
1539
 
1540
+ #: ../settings.php:913
1541
  msgid "Mask these form fields"
1542
  msgstr "Masquer ces champs du formulaire"
1543
 
1544
+ #: ../settings.php:953
1545
  msgid "milliseconds"
1546
  msgstr "millisecondes"
1547
 
1548
+ #: ../settings.php:846
1549
  msgid "Enable traffic inspection"
1550
  msgstr "Activer l'inspection du trafic"
1551
 
1552
+ #: ../settings.php:890
1553
  msgid "Logging"
1554
  msgstr "Enregistrement"
1555
 
1556
+ #: ../settings.php:908
1557
  msgid "Save request fields"
1558
  msgstr "Sauvegarder les champs de demande"
1559
 
1560
+ #: ../settings.php:948
1561
  msgid "Page generation time threshold"
1562
  msgstr "Seuil de temps de génération de page"
1563
 
1564
+ #: ../dashboard.php:3721
1565
  msgid "No requests have been logged."
1566
  msgstr "Aucune demande n'a été enregistrée."
1567
 
1568
+ #: ../dashboard.php:1590
1569
  msgid "enabled"
1570
  msgstr "activés"
1571
 
1572
+ #: ../dashboard.php:1595
1573
  msgid "no connection"
1574
  msgstr "aucune connexion"
1575
 
1576
+ #: ../dashboard.php:1397
 
 
 
 
1577
  msgid "Last seen"
1578
  msgstr "Vu pour la dernière fois"
1579
 
1580
+ #: ../common.php:1215 ../common.php:1280
1581
  msgid "Probing for vulnerable PHP code"
1582
  msgstr "Recherche de code PHP vulnérable"
1583
 
1584
+ #: ../dashboard.php:4062
1585
  msgid "Any"
1586
  msgstr "N'importe quel"
1587
 
1588
+ #: ../cerber-load.php:3452
1589
  msgid "We're sorry, you are not allowed to proceed"
1590
  msgstr "Nous sommes désolés, vous n'êtes pas autorisé à continuer"
1591
 
1592
+ #: ../settings.php:862
1593
  msgid "Request whitelist"
1594
  msgstr "Demande de liste blanche"
1595
 
1596
+ #: ../settings.php:868
1597
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1598
  msgstr "Entrez une requête URI pour exclure la requête de l'inspection. Une requête URI par ligne."
1599
 
1600
+ #: ../settings.php:924
1601
  msgid "Save request headers"
1602
  msgstr "Sauvegarder les en-têtes de requête"
1603
 
1604
+ #: ../settings.php:930
1605
  msgid "Save $_SERVER"
1606
  msgstr "Sauvegarder $_SERVER"
1607
 
1608
+ #: ../settings.php:936
1609
  msgid "Save request cookies"
1610
  msgstr "Sauvegarder les cookies de demande"
1611
 
1612
+ #: ../settings.php:762
1613
  msgid "Protect admin scripts"
1614
  msgstr "Protéger les scripts d'administration"
1615
 
1616
+ #: ../settings.php:767
1617
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1618
  msgstr "Bloquer l'accès non autorisé à load-scripts.php et load-styles.php"
1619
 
1620
+ #: ../common.php:2497
1621
  msgid "Unable to create the directory"
1622
  msgstr "Impossible de créer le répertoire"
1623
 
1624
+ #: ../common.php:2502
1625
  msgid "Destination folder access denied"
1626
  msgstr "Accès au dossier de destination refusé"
1627
 
1628
+ #: ../common.php:2505
1629
  msgid "File not found"
1630
  msgstr "Fichier non trouvé"
1631
 
1632
+ #: ../common.php:2508
1633
  msgid "Unable to copy the file"
1634
  msgstr "Impossible de copier le fichier"
1635
 
1636
+ #: ../common.php:2514
1637
  msgid "Unable to delete the file"
1638
  msgstr "Impossible de supprimer le fichier"
1639
 
1640
+ #: ../settings.php:132
1641
  msgid "Plugin initialization"
1642
  msgstr "Initialisation du plugin"
1643
 
1644
+ #: ../settings.php:135
1645
  msgid "Load security engine"
1646
  msgstr "Moteur de sécurité de chargement"
1647
 
1648
+ #: ../settings.php:138
1649
  msgid "Legacy mode"
1650
  msgstr "Mode Legacy"
1651
 
1652
+ #: ../settings.php:139
1653
  msgid "Standard mode"
1654
  msgstr "Mode standard"
1655
 
1656
+ #: ../settings.php:1588
1657
  msgid "Plugin initialization mode has not been changed"
1658
  msgstr "Le mode d'initialisation du plugin n'a pas été modifié"
1659
 
1662
  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>."
1663
  msgstr "Il s'agit d'un module de démarrage standard pour le plugin WP Cerber Security & Antispam. Il a été installé lorsque vous avez réglé le mode d'initialisation du plugin sur Standard. En savoir plus : <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1664
 
1665
+ #: ../common.php:1217
1666
  msgid "File upload denied"
1667
  msgstr "Envoi de fichier refusé"
1668
 
1669
+ #: ../settings.php:868
 
 
 
 
1670
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1671
  msgstr "Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1672
 
1673
+ #: ../settings.php:1191
1674
  msgid "Be careful about enabling these options."
1675
  msgstr "Soyez prudent lorsque vous activez ces options."
1676
 
1677
+ #: ../settings.php:1191
1678
  msgid "If you forget your Custom login URL, you will be unable to log in."
1679
  msgstr "Si vous oubliez votre URL de connexion personnalisée, vous ne pourrez pas vous connecter."
1680
 
1681
+ #: ../dashboard.php:64 ../dashboard.php:4349
1682
  msgid "Site Integrity"
1683
  msgstr "Intégrité du site"
1684
 
1685
+ #: ../dashboard.php:1608 ../dashboard.php:1610 ../settings.php:621 ../settings.
1686
+ #: php:852 ../settings.php:878 ../cerber-scanner.php:1623
1687
  msgid "Disabled"
1688
  msgstr "Désactivé"
1689
 
1690
+ #: ../dashboard.php:1609 ../cerber-scanner.php:1065
1691
  msgid "Quick Scan"
1692
  msgstr "Analyse rapide"
1693
 
1694
+ #: ../dashboard.php:1611 ../cerber-scanner.php:1065
1695
  msgid "Full Scan"
1696
  msgstr "Analyse complète"
1697
 
1700
  msgid "WP Cerber Security, Antispam & Malware Scan"
1701
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1702
 
1703
+ #: ../common.php:1243
1704
  msgid "Denied"
1705
  msgstr "Refusé"
1706
 
1707
+ #: ../settings.php:161 ../settings.php:325 ../settings.php:857
1708
  msgid "Use White IP Access List"
1709
  msgstr "Utiliser la liste blanche d'accès IP"
1710
 
1711
+ #: ../settings.php:181
1712
  msgid "Disable dashboard redirection"
1713
  msgstr "Désactiver la redirection du tableau de bord"
1714
 
1715
+ #: ../settings.php:182
1716
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1717
  msgstr "Désactiver la redirection automatique vers la page de connexion lorsque /wp-admin/ est demandé par une requête non autorisée"
1718
 
1719
+ #: ../settings.php:969
1720
  msgid "Scanner settings"
1721
  msgstr "Paramètres des analyses"
1722
 
1723
+ #: ../settings.php:970
1724
  msgid "Custom signatures"
1725
  msgstr "Signatures personnalisées"
1726
 
1727
+ #: ../settings.php:976
1728
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1729
  msgstr "Spécifiez des signatures de code PHP personnalisées. Un article par ligne. Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1730
 
1731
+ #: ../settings.php:978
1732
  msgid "Unwanted file extensions"
1733
  msgstr "Extensions de fichiers indésirables"
1734
 
1735
+ #: ../settings.php:984
1736
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1737
  msgstr "Spécifiez les extensions de fichier à rechercher. Analyse complète uniquement. Utilisez la virgule pour séparer les éléments."
1738
 
1739
+ #: ../settings.php:986
1740
  msgid "Directories to exclude"
1741
  msgstr "Répertoires à exclure"
1742
 
1743
+ #: ../settings.php:992
1744
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1745
  msgstr "Spécifiez les répertoires à exclure de l'analyse. Utilisez des chemins absolus. Un article par ligne."
1746
 
1747
+ #: ../settings.php:1007
1748
  msgid "Scan temporary directory"
1749
  msgstr "Analyser le répertoire temporaire"
1750
 
1751
+ #: ../settings.php:1014
1752
  msgid "Scan session directory"
1753
  msgstr "Répertoire de la session d'analyse"
1754
 
1755
+ #: ../settings.php:1026
1756
  msgid "Delete quarantined files after"
1757
  msgstr "Supprimer les fichiers mis en quarantaine après"
1758
 
1759
+ #: ../settings.php:1041
1760
  msgid "Launch Quick Scan"
1761
  msgstr "Lancer l'Analyse rapide"
1762
 
1763
+ #: ../cerber-scanner.php:1624
1764
  msgid "Every hour"
1765
  msgstr "Toutes les heures"
1766
 
1767
+ #: ../cerber-scanner.php:1625
1768
  msgid "Every 3 hours"
1769
  msgstr "Toutes les 3 heures"
1770
 
1771
+ #: ../cerber-scanner.php:1626
1772
  msgid "Every 6 hours"
1773
  msgstr "Toutes les 6 heures"
1774
 
1775
+ #: ../settings.php:1048
1776
  msgid "Launch Full Scan"
1777
  msgstr "Lancer l'analyse complète"
1778
 
1779
+ #: ../settings.php:1058 ../settings.php:1117
1780
  msgid "Low severity"
1781
  msgstr "Faible gravité"
1782
 
1783
+ #: ../settings.php:1058 ../settings.php:1117
1784
  msgid "Medium severity"
1785
  msgstr "Gravité moyenne"
1786
 
1787
+ #: ../settings.php:1058 ../settings.php:1117
1788
  msgid "High severity"
1789
  msgstr "Gravité élevée"
1790
 
1791
+ #: ../settings.php:1059
1792
  msgid "Report an issue if any of the following is true"
1793
  msgstr "Signaler un problème si l'une des affirmations suivantes est vraie"
1794
 
1795
+ #: ../settings.php:1067
1796
  msgid "Send email report"
1797
  msgstr "Envoyer le rapport par courriel"
1798
 
1799
+ #: ../settings.php:1073
1800
  msgid "After every scan"
1801
  msgstr "Après chaque analyse"
1802
 
1803
+ #: ../settings.php:1074
1804
  msgid "If any changes in scan results occurred"
1805
  msgstr "S'il y a eu des changements dans les résultats d'analyse"
1806
 
1807
+ #: ../settings.php:1079
1808
  msgid "Include file sizes"
1809
  msgstr "Inclure la taille des fichiers"
1810
 
1811
+ #: ../settings.php:1086
1812
  msgid "Include scan errors"
1813
  msgstr "Inclure les erreurs de l'analyse"
1814
 
1815
+ #: ../dashboard.php:4351 ../cerber-load.php:4582
1816
  msgid "Security Scanner"
1817
  msgstr "Scanner de sécurité"
1818
 
1819
+ #: ../dashboard.php:4353
1820
  msgid "Scheduling"
1821
  msgstr "Ordonnancement"
1822
 
1823
+ #: ../cerber-scanner.php:93
1824
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1825
  msgstr "Actuellement, une analyse programmée est en cours. Veuillez patienter jusqu'à ce qu'il soit terminé."
1826
 
1827
+ #: ../cerber-scanner.php:97
1828
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1829
  msgstr "L'analyse précédente commencée %s n'est pas terminée. Poursuivre l'analyse ?"
1830
 
1831
+ #: ../cerber-scanner.php:106
1832
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1833
  msgstr "Il semble que ce site n'ait jamais été analysé. Pour lancer l'analyse, cliquez sur le bouton ci-dessous."
1834
 
1835
+ #: ../cerber-scanner.php:109
1836
  msgid "Start Quick Scan"
1837
  msgstr "Démarrer l'analyse rapide"
1838
 
1839
+ #: ../cerber-scanner.php:110
1840
  msgid "Start Full Scan"
1841
  msgstr "Démarrer l'analyse complète"
1842
 
1843
+ #: ../cerber-scanner.php:111
1844
  msgid "Stop Scanning"
1845
  msgstr "Arrêter l'analyse"
1846
 
1847
+ #: ../cerber-scanner.php:112
1848
  msgid "Continue Scanning"
1849
  msgstr "Poursuivre l'analyse"
1850
 
1851
+ #: ../cerber-scanner.php:148
1852
  msgid "Delete"
1853
  msgstr "Supprimer"
1854
 
1855
+ #: ../cerber-scanner.php:1570
1856
  msgid "Verified"
1857
  msgstr "Vérifié"
1858
 
1859
+ #: ../cerber-scanner.php:1577
1860
  msgid "Integrity data not found"
1861
  msgstr "Données d'intégrité introuvables"
1862
 
1863
+ #: ../cerber-scanner.php:1578
1864
  msgid "Unable to check the integrity of the plugin due to a network error"
1865
  msgstr "Impossible de vérifier l'intégrité du plugin en raison d'une erreur réseau"
1866
 
1867
+ #: ../cerber-scanner.php:1579
1868
  msgid "Unable to check the integrity of WordPress files due to a network error"
1869
  msgstr "Impossible de vérifier l'intégrité des fichiers WordPress en raison d'une erreur réseau"
1870
 
1871
+ #: ../cerber-scanner.php:1580
1872
  msgid "Unable to check the integrity of the theme due to a network error"
1873
  msgstr "Impossible de vérifier l'intégrité du thème en raison d'une erreur réseau"
1874
 
1875
+ #: ../cerber-scanner.php:1583
1876
  msgid "Local file doesn't exist"
1877
  msgstr "Le fichier local n'existe pas"
1878
 
1879
+ #: ../cerber-scanner.php:1585
1880
  msgid "Unable to process file"
1881
  msgstr "Impossible de traiter le fichier"
1882
 
1883
+ #: ../cerber-scanner.php:1586 ../cerber-scanner.php:5047
1884
  msgid "Unable to open file"
1885
  msgstr "Impossible d'ouvrir le fichier"
1886
 
1887
+ #: ../cerber-scanner.php:1588
1888
  msgid "Checksum mismatch"
1889
  msgstr "Non-appariement de la somme de contrôle"
1890
 
1891
+ #: ../cerber-scanner.php:1591
1892
  msgid "Suspicious code found"
1893
  msgstr "Code suspect trouvé"
1894
 
1895
+ #: ../cerber-scanner.php:1593
1896
  msgid "Unattended suspicious file"
1897
  msgstr "Fichier suspect non surveillé"
1898
 
1899
+ #: ../cerber-scanner.php:1594
1900
  msgid "Executable code found"
1901
  msgstr "Code exécutable trouvé"
1902
 
1903
+ #: ../cerber-scanner.php:1598
1904
  msgid "Unwanted file extension"
1905
  msgstr "Extension de fichier indésirable"
1906
 
1907
+ #: ../cerber-scanner.php:1600
1908
  msgid "Content has been modified"
1909
  msgstr "Le contenu a été modifié"
1910
 
1911
+ #: ../cerber-scanner.php:1601
1912
  msgid "New file"
1913
  msgstr "Nouveau fichier"
1914
 
1915
+ #: ../cerber-scanner.php:2646
1916
  msgid "Custom signature found"
1917
  msgstr "Signature personnalisée trouvée"
1918
 
1919
+ #: ../cerber-scanner.php:3815
1920
  msgid "Scanning folders for files"
1921
  msgstr "Numérisation de dossiers à la recherche de fichiers"
1922
 
1923
+ #: ../cerber-scanner.php:3819
1924
  msgid "Parsing the list of files"
1925
  msgstr "Analyse de la liste des fichiers"
1926
 
1927
+ #: ../cerber-scanner.php:3820
1928
  msgid "Checking for new and modified files"
1929
  msgstr "Vérification des fichiers nouveaux et modifiés"
1930
 
1931
+ #: ../cerber-scanner.php:3821
1932
  msgid "Verifying the integrity of WordPress"
1933
  msgstr "Vérification de l'intégrité de WordPress"
1934
 
1935
+ #: ../cerber-scanner.php:3823
1936
  msgid "Verifying the integrity of the plugins"
1937
  msgstr "Vérification de l'intégrité des plugins"
1938
 
1939
+ #: ../cerber-scanner.php:3825
1940
  msgid "Verifying the integrity of the themes"
1941
  msgstr "Vérification de l'intégrité des thèmes"
1942
 
1943
+ #: ../cerber-scanner.php:3826
1944
  msgid "Searching for malicious code"
1945
  msgstr "Recherche de code malveillant"
1946
 
1947
+ #: ../cerber-scanner.php:3827
1948
  msgid "Finalizing the scan"
1949
  msgstr "Finalisation de l'analyse"
1950
 
1951
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:4021
1952
  msgid "Files to scan"
1953
  msgstr "Fichiers à analyser"
1954
 
1955
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4029
1956
  msgid "Critical issues"
1957
  msgstr "Questions critiques"
1958
 
1959
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4033 ../cerber-scanner.php:5238
1960
  msgid "Issues total"
1961
  msgstr "Total des émissions"
1962
 
1963
+ #: ../cerber-scanner.php:4411
1964
  msgid "The directory is not writable"
1965
  msgstr "Le répertoire n'est pas inscriptible"
1966
 
1967
+ #: ../cerber-scanner.php:4429
1968
  msgid "Unable to create WP CERBER directory"
1969
  msgstr "Impossible de créer le répertoire WP CERBER"
1970
 
1971
+ #: ../cerber-scanner.php:4647
1972
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1973
  msgstr "Erreur d'accès aux fichiers. Les résultats des scanners sont peut-être périmés. Exécutez Quick ou Full Scan s'il vous plaît."
1974
 
1975
+ #: ../cerber-scanner.php:5361
1976
  msgid "To view full report visit"
1977
  msgstr "Pour consulter le rapport complet, visitez"
1978
 
1979
+ #: ../cerber-load.php:3681
1980
  msgid "Scanner Report"
1981
  msgstr "Rapport du scanner"
1982
 
1983
+ #: ../settings.php:994
1984
  msgid "Monitor new files"
1985
  msgstr "Surveiller les nouveaux fichiers"
1986
 
1987
+ #: ../settings.php:1001
1988
  msgid "Monitor modified files"
1989
  msgstr "Surveiller les fichiers modifiés"
1990
 
1991
+ #: ../settings.php:1075
1992
  msgid "If new issues found"
1993
  msgstr "Si de nouveaux problèmes sont découverts"
1994
 
1995
+ #: ../settings.php:1837
1996
  msgid "The schedule has been updated"
1997
  msgstr "Le calendrier a été mis à jour"
1998
 
1999
+ #: ../cerber-scanner.php:1597 ../cerber-scanner.php:2826
2000
  msgid "Suspicious directives found"
2001
  msgstr "Directives suspectes trouvées"
2002
 
2003
+ #: ../cerber-scanner.php:2824
2004
  msgid "Suspicious code instruction found"
2005
  msgstr "Instruction de code suspecte trouvée"
2006
 
2007
+ #: ../cerber-scanner.php:2825
2008
  msgid "Suspicious code signatures found"
2009
  msgstr "Signatures de code suspectes trouvées"
2010
 
2011
+ #: ../cerber-scanner.php:2828
2012
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2013
  msgstr "Pour résoudre ce problème, vous devez réinstaller %s ou le mettre à jour avec la dernière version."
2014
 
2015
+ #: ../cerber-scanner.php:2829
2016
  msgid "Please upload a reference ZIP archive"
2017
  msgstr "Veuillez téléverser une archive ZIP de référence"
2018
 
2019
+ #: ../cerber-scanner.php:2830
2020
  msgid "Resolve issue"
2021
  msgstr "Résoudre le problème"
2022
 
2023
+ #: ../cerber-scanner.php:4122
2024
  msgid "We have not found any integrity data to verify"
2025
  msgstr "Nous n'avons trouvé aucune donnée sur l'intégrité à vérifier"
2026
 
2027
+ #: ../cerber-scanner.php:4124
2028
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2029
  msgstr "Vous devez téléverser une archive ZIP à partir de laquelle vous l'avez installée. Cela permet au scanneur de sécurité de vérifier l'intégrité du code et de détecter les logiciels malveillants."
2030
 
2031
+ #: ../cerber-scanner.php:5194
2032
  msgid "Full Scan Report"
2033
  msgstr "Rapport d'analyse complet"
2034
 
2035
+ #: ../cerber-scanner.php:5194
2036
  msgid "Quick Scan Report"
2037
  msgstr "Rapport d'analyse rapide"
2038
 
2039
+ #: ../cerber-scanner.php:5207
2040
  msgid "Files scanned"
2041
  msgstr "Fichiers scannés"
2042
 
2043
+ #: ../dashboard.php:259 ../dashboard.php:1260 ../dashboard.php:1295 ../dashboard.
2044
+ #: php:1413
2045
  msgid "Check for activities"
2046
  msgstr "Vérifier les activités"
2047
 
2048
+ #: ../dashboard.php:1376
2049
  msgid "Activated"
2050
  msgstr "Activé"
2051
 
2052
+ #: ../common.php:1222
2053
  msgid "Malicious request denied"
2054
  msgstr "Demande malveillante refusée"
2055
 
2056
+ #: ../common.php:1226
2057
  msgid "User activated"
2058
  msgstr "Activé par l'utilisateur"
2059
 
2060
+ #: ../common.php:1244
2061
  msgid "Suspicious number of fields"
2062
  msgstr "Nombre de champs suspects"
2063
 
2064
+ #: ../common.php:1245
2065
  msgid "Suspicious number of nested values"
2066
  msgstr "Nombre suspect de valeurs imbriquées"
2067
 
2068
+ #: ../common.php:1246 ../common.php:1281
2069
  msgid "Malicious code detected"
2070
  msgstr "Code malveillant détecté"
2071
 
2072
+ #: ../common.php:1282
2073
  msgid "Attempt to upload a file with malicious code"
2074
  msgstr "Tentative de téléversement d'un fichier contenant un code malveillant"
2075
 
2076
+ #: ../common.php:1512
2077
  msgid "Bytes"
2078
  msgstr "Octets"
2079
 
2080
+ #: ../cerber-scanner.php:1576
2081
  msgid "Vulnerability found"
2082
  msgstr "Vulnérabilité constatée"
2083
 
2084
+ #: ../cerber-scanner.php:1581
2085
  msgid "Unable to check the integrity due to a DB error"
2086
  msgstr "Impossible de vérifier l'intégrité en raison d'une erreur de base de données"
2087
 
2088
+ #: ../cerber-scanner.php:3816
2089
  msgid "Scanning the upload folder for files"
2090
  msgstr "Recherche de fichiers dans le dossier de téléversements"
2091
 
2092
+ #: ../cerber-scanner.php:3817
2093
  msgid "Scanning the temp folder for files"
2094
  msgstr "Recherche de fichiers dans le dossier temporaire"
2095
 
2096
+ #: ../cerber-scanner.php:3818
2097
  msgid "Scanning the session folder for files"
2098
  msgstr "Recherche de fichiers dans le dossier de session"
2099
 
2100
+ #: ../settings.php:1040
2101
  msgid "Automated recurring scan schedule"
2102
  msgstr "Programme d'analyse périodique automatisé"
2103
 
2104
+ #: ../settings.php:1056
2105
  msgid "Scan results reporting"
2106
  msgstr "Rapports sur les résultats d'analyse"
2107
 
2108
+ #: ../dashboard.php:870 ../dashboard.php:3731
2109
  msgid "Suspicious activity"
2110
  msgstr "Activité suspecte"
2111
 
2112
+ #: ../dashboard.php:3732
2113
  msgid "Errors"
2114
  msgstr "Erreurs"
2115
 
2116
+ #: ../dashboard.php:4299
2117
  msgid "Antispam engine"
2118
  msgstr "Moteur antispam"
2119
 
2126
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2127
  msgstr "Vous avez dépassé le nombre de tentatives de connexion autorisées. Veuillez réessayer dans %d minutes."
2128
 
2129
+ #: ../common.php:1426
2130
  msgctxt "preposition of a period of time like: in 6 hours"
2131
  msgid "in %s"
2132
  msgstr "en %s"
2133
 
2134
+ #: ../settings.php:1557
2135
  msgctxt "preposition of time like: at 11:00"
2136
  msgid "at"
2137
  msgstr "à"
2138
 
2139
+ #: ../dashboard.php:4356
2140
  msgid "Quarantine"
2141
  msgstr "Quarantaine"
2142
 
2143
+ #: ../cerber-scanner.php:3902
2144
  msgid "Started"
2145
  msgstr "Commencé"
2146
 
2147
+ #: ../cerber-scanner.php:3906
2148
  msgid "Finished"
2149
  msgstr "Fini"
2150
 
2151
+ #: ../cerber-scanner.php:3914
2152
  msgid "Performance"
2153
  msgstr "Performance"
2154
 
2155
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3926
2156
  msgid "Vulnerabilities"
2157
  msgstr "Vulnérabilités"
2158
 
2159
+ #: ../cerber-scanner.php:3930
2160
  msgid "New files"
2161
  msgstr "Nouveaux fichiers"
2162
 
2163
+ #: ../cerber-scanner.php:3934
2164
  msgid "Changed files"
2165
  msgstr "Fichiers modifiés"
2166
 
2167
+ #: ../cerber-scanner.php:3938
2168
  msgid "Unwanted extensions"
2169
  msgstr "Extensions non désirées"
2170
 
2171
+ #: ../cerber-scanner.php:3942
2172
  msgid "Unattended files"
2173
  msgstr "Fichiers sans surveillance"
2174
 
2175
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:5710
2176
  msgid "Scanned"
2177
  msgstr "Analysé"
2178
 
2179
+ #: ../cerber-scanner.php:5612
2180
  msgid "There are no files in the quarantine at the moment."
2181
  msgstr "Il n'y a aucun dossier en quarantaine pour le moment."
2182
 
2183
+ #: ../cerber-scanner.php:5702
2184
  msgid "Restore"
2185
  msgstr "Restaurer"
2186
 
2187
+ #: ../cerber-scanner.php:5699
2188
  msgid "Delete permanently"
2189
  msgstr "Supprimer définitivement"
2190
 
2191
+ #: ../cerber-scanner.php:5711
2192
  msgid "Moved to quarantine"
2193
  msgstr "Mise en quarantaine"
2194
 
2195
+ #: ../cerber-scanner.php:5712
2196
  msgid "Automatic deletion"
2197
  msgstr "Suppression automatique"
2198
 
2199
+ #: ../cerber-scanner.php:5713
2200
  msgid "Size"
2201
  msgstr "Taille"
2202
 
2203
+ #: ../cerber-scanner.php:5714 ../cerber-scanner.php:5854
2204
  msgid "File"
2205
  msgstr "Fichier"
2206
 
2207
+ #: ../cerber-scanner.php:5782
2208
  msgid "The file has been deleted permanently."
2209
  msgstr "Le fichier a été supprimé définitivement."
2210
 
2211
+ #: ../cerber-scanner.php:5796
2212
  msgid "The file has been restored to its original location."
2213
  msgstr "Le fichier a été restauré à son emplacement d'origine."
2214
 
2215
+ #: ../dashboard.php:1624
2216
  msgid "Integrity"
2217
  msgstr "Intégrité"
2218
 
2219
+ #: ../common.php:1216
2220
  msgid "Attempt to upload malicious file denied"
2221
  msgstr "Tentative de téléversement d'un fichier malveillant refusée"
2222
 
2223
+ #: ../cerber-news.php:175
2224
  msgid "Awesome!"
2225
  msgstr "Génial !"
2226
 
2227
+ #: ../settings.php:1109
2228
  msgid "Automatic cleanup of malware and suspicious files"
2229
  msgstr "Nettoyage automatique des logiciels malveillants et des fichiers suspects"
2230
 
2231
+ #: ../settings.php:1118
2232
  msgid "Files in the uploads folder"
2233
  msgstr "Fichiers dans le dossier de téléversements"
2234
 
2235
+ #: ../settings.php:1125
2236
  msgid "Files with unwanted extensions"
2237
  msgstr "Fichiers avec des extensions indésirables"
2238
 
2239
+ #: ../settings.php:1146
2240
  msgid "Exclusions"
2241
  msgstr "Exclusions"
2242
 
2243
+ #: ../settings.php:1147
2244
  msgid "Files in the temporary directory"
2245
  msgstr "Fichiers dans le répertoire temporaire"
2246
 
2247
+ #: ../settings.php:1153
2248
  msgid "Files in the sessions directory"
2249
  msgstr "Fichiers dans le répertoire des sessions"
2250
 
2251
+ #: ../settings.php:1159
2252
  msgid "Files in these directories"
2253
  msgstr "Fichiers dans ces répertoires"
2254
 
2255
+ #: ../settings.php:1165
2256
  msgid "Use absolute paths. One item per line."
2257
  msgstr "Utilisez des chemins absolus. Un article par ligne."
2258
 
2259
+ #: ../settings.php:1167
2260
  msgid "Files with these extensions"
2261
  msgstr "Fichiers avec ces extensions"
2262
 
2263
+ #: ../settings.php:1173
2264
  msgid "Use comma to separate items."
2265
  msgstr "Utilisez la virgule pour séparer les éléments."
2266
 
2267
+ #: ../dashboard.php:4354
2268
  msgid "Cleaning up"
2269
  msgstr "Nettoyage"
2270
 
2271
+ #: ../cerber-scanner.php:1592
2272
  msgid "Malicious code found"
2273
  msgstr "Code malveillant trouvé"
2274
 
2275
+ #: ../cerber-scanner.php:2821
2276
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2277
  msgstr "Ce fichier contient du code exécutable et peut contenir des logiciels malveillants obscurs. Si ce fichier fait partie d'un thème ou d'un plugin, il doit être situé dans le dossier thème ou plugin. Pas d'exception, pas d'excuses."
2278
 
2279
+ #: ../cerber-scanner.php:2822
2280
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2281
  msgstr "Le scanner reconnaît ce fichier comme étant \"sans propriétaire\" ou \"non regroupé\" parce qu'il n'appartient à aucune partie connue du site Web et ne devrait pas être ici."
2282
 
2283
+ #: ../cerber-scanner.php:2823
2284
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2285
  msgstr "Il se peut qu'il subsiste après la mise à niveau vers une version plus récente de %s. Il peut également s'agir d'un logiciel malveillant obscurci. Dans de rares cas, il peut s'agir d'une partie d'un plugin ou d'un thème personnalisé (sur mesure)."
2286
 
2287
+ #: ../cerber-scanner.php:2827
2288
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2289
  msgstr "Le contenu du fichier a été modifié et ne correspond pas à ce qui existe dans le référentiel officiel WordPress ou dans un fichier de référence que vous avez téléversé précédemment. Le fichier peut avoir été altéré par un logiciel malveillant, infecté par un virus ou avoir été altéré."
2290
 
2291
+ #: ../cerber-scanner.php:5292
2292
  msgid "Deleted"
2293
  msgstr "Supprimé"
2294
 
2295
+ #: ../cerber-scanner.php:5345
2296
  msgid "Automatically moved to quarantine"
2297
  msgstr "Passage automatique en quarantaine"
2298
 
2299
+ #: ../common.php:1247
2300
  msgid "Suspicious SQL code detected"
2301
  msgstr "Code SQL suspect détecté"
2302
 
2303
+ #: ../dashboard.php:1605
2304
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2305
  msgid "Last malware scan"
2306
  msgstr "Dernière recherche de programmes malveillants"
2307
 
2308
+ #: ../dashboard.php:4319
2309
  msgid "Live Traffic"
2310
  msgstr "Trafic en direct"
2311
 
2312
+ #: ../settings.php:307
2313
  msgid "Use English for admin interface"
2314
  msgstr "Utiliser l'anglais pour l'interface d'administration"
2315
 
2316
+ #: ../dashboard.php:4388
2317
  msgid "Log"
2318
  msgstr "Consigner"
2319
 
2320
+ #: ../settings.php:769
2321
  msgid "Disable PHP in uploads"
2322
  msgstr "Désactiver PHP dans les téléversements"
2323
 
2324
+ #: ../settings.php:776
2325
  msgid "Disable PHP error displaying"
2326
  msgstr "Désactiver l'affichage des erreurs PHP"
2327
 
2328
+ #: ../dashboard.php:4355
2329
  msgid "Ignore List"
2330
  msgstr "Ignorer la liste"
2331
 
2332
+ #: ../cerber-scanner.php:151
2333
  msgid "Ignore"
2334
  msgstr "Ignorer"
2335
 
2336
+ #: ../cerber-scanner.php:5819
2337
  msgid "Apply"
2338
  msgstr "Postulez"
2339
 
2340
+ #: ../cerber-scanner.php:5853
2341
  msgid "Added"
2342
  msgstr "Ajouté"
2343
 
2344
+ #: ../cerber-scanner.php:5820 ../cerber-scanner.php:5847
2345
  msgid "Remove from the list"
2346
  msgstr "Retirer de la liste"
2347
 
2348
+ #: ../cerber-scanner.php:5821
2349
  msgid "User Insights"
2350
  msgstr "Perspectives utilisateur"
2351
 
2352
+ #: ../cerber-scanner.php:5822
2353
  msgid "Traffic Insights"
2354
  msgstr "Aperçu de la circulation"
2355
 
2356
+ #: ../cerber-scanner.php:5823
2357
  msgid "Activity Insights"
2358
  msgstr "Aperçu de l'activité"
2359
 
2360
+ #: ../dashboard.php:2641
2361
  msgid "Are you sure you want to delete selected files?"
2362
  msgstr "Êtes-vous certain de vouloir supprimer les fichiers sélectionnés ?"
2363
 
2364
+ #: ../dashboard.php:2642
2365
  msgid "These files have been moved to the quarantine"
2366
  msgstr "Ces fichiers ont été mis en quarantaine"
2367
 
2368
+ #: ../dashboard.php:2645
2369
  msgid "Do you want to add selected files to the ignore list?"
2370
  msgstr "Voulez-vous ajouter les fichiers sélectionnés à liste de fichiers à ignorer ?"
2371
 
2372
+ #: ../dashboard.php:2646
2373
  msgid "These files have been added to the ignore list"
2374
  msgstr "Ces fichiers ont été ajoutés à la liste de fichiers à ignorer"
2375
 
2376
+ #: ../dashboard.php:2648
2377
  msgid "Some errors occurred"
2378
  msgstr "Des erreurs sont survenues"
2379
 
2380
+ #: ../dashboard.php:2649
2381
  msgid "All files have been processed"
2382
  msgstr "Tous les fichiers ont été traités"
2383
 
2384
+ #: ../dashboard.php:2872
2385
  msgid "These features are available in a professional version of the plugin."
2386
  msgstr "Ces fonctionnalités sont disponibles dans la version PRO de l'extension."
2387
 
2388
+ #: ../dashboard.php:2873
2389
  msgid "Know more about all advantages at"
2390
  msgstr "Apprenez-en plus sur les avantages au"
2391
 
2392
+ #: ../common.php:1248
2393
  msgid "Suspicious JavaScript code detected"
2394
  msgstr "Code JavaScript inquiétant détecté"
2395
 
2396
+ #: ../settings.php:1840
2397
  msgid "Unable to update the schedule"
2398
  msgstr "Incapable de mettre à jour l'horaire"
2399
 
2400
+ #: ../cerber-scanner.php:5728
2401
  msgid "All scans"
2402
  msgstr "Toutes les analyses"
2403
 
2404
+ #: ../cerber-scanner.php:5825
2405
  msgid "The list is empty."
2406
  msgstr "La liste est vide."
2407
 
2408
+ #: ../cerber-scanner.php:5679
2409
  msgid "No files match the specified filter."
2410
  msgstr "Aucun fichier ne correspond au filtre spécifié."
2411
 
2412
+ #: ../cerber-scanner.php:5679
2413
  msgid "Click here to see the full list of files"
2414
  msgstr "Cliquez ici pour voir la liste complète des fichiers"
2415
 
2416
+ #: ../dashboard.php:774
2417
  msgid "Additional Details"
2418
  msgstr "Détails supplémentaires"
2419
 
2420
+ #: ../dashboard.php:3331
2421
  msgid "Page generation time"
2422
  msgstr "Temps de génération de la page"
2423
 
2424
+ #: ../dashboard.php:4514
2425
  msgid "Log In"
2426
  msgstr "Se connecter"
2427
 
2428
+ #: ../dashboard.php:4515
2429
  msgid "Log Out"
2430
  msgstr "Se déconnecter"
2431
 
2432
+ #: ../dashboard.php:4516
2433
  msgid "Register"
2434
  msgstr "S'inscrire"
2435
 
2436
+ #: ../dashboard.php:4519
2437
  msgid "WooCommerce Log In"
2438
  msgstr "Se connecter à WooCommerce"
2439
 
2440
+ #: ../dashboard.php:4520
2441
  msgid "WooCommerce Log Out"
2442
  msgstr "Se déconnecter de WooCommerce"
2443
 
2444
+ #: ../dashboard.php:4559 ../dashboard.php:4560
2445
  msgid "Add to menu"
2446
  msgstr "Ajouter au menu"
2447
 
2448
+ #: ../common.php:1236
2449
  msgid "IP address is locked out"
2450
  msgstr "L'adresse IP est bloquée"
2451
 
2452
+ #: ../common.php:1284
2453
  msgid "Multiple suspicious requests"
2454
  msgstr "Plusieurs requêtes inquiétantes"
2455
 
2456
+ #: ../settings.php:845
2457
  msgid "Traffic Inspection"
2458
  msgstr "Inspection du trafic"
2459
 
2460
+ #: ../settings.php:853 ../settings.php:879
2461
  msgid "Maximum compatibility"
2462
  msgstr "Compatibilité maximale"
2463
 
2464
+ #: ../settings.php:854 ../settings.php:880
2465
  msgid "Maximum security"
2466
  msgstr "Sécurité maximale"
2467
 
2468
+ #: ../settings.php:871
2469
  msgid "Erroneous Request Shielding"
2470
  msgstr "Requête de blindage erronée"
2471
 
2472
+ #: ../settings.php:872
2473
  msgid "Enable error shielding"
2474
  msgstr "Activer le blindage d'erreur"
2475
 
2476
+ #: ../settings.php:942
2477
  msgid "Save software errors"
2478
  msgstr "Enregistrer les erreurs logicielles"
2479
 
2480
+ #: ../cerber-scanner.php:3814
2481
  msgid "Preparing for the scan"
2482
  msgstr "Préparation de l'analyse"
2483
 
2484
+ #: ../common.php:1249
2485
  msgid "Blocked by administrator"
2486
  msgstr "Bloqué par l'administrateur"
2487
 
2502
  msgid "blocked by %s at %s"
2503
  msgstr "bloqué par %s à %s"
2504
 
2505
+ #: ../cerber-users.php:41 ../settings.php:332
2506
  msgid "User Message"
2507
  msgstr "Message utilisateur"
2508
 
2514
  msgid "Blocked Users"
2515
  msgstr "Utilisateurs bloqués"
2516
 
2517
+ #: ../settings.php:760
2518
  msgid "Block access to user pages like /?author=n"
2519
  msgstr "Bloquer l'accès aux pages utilisateurs comme /?author=n"
2520
 
2521
+ #: ../settings.php:798
2522
  msgid "Access to WordPress REST API"
2523
  msgstr "Accès à l'API REST de WordPress"
2524
 
2525
+ #: ../settings.php:804
2526
  msgid "Block access to user data via REST API"
2527
  msgstr "Bloquer l'accès aux données d'utilisateurs via l'API REST"
2528
 
2529
+ #: ../settings.php:812
2530
  msgid "Block access to WordPress REST API except any of the following"
2531
  msgstr "Bloquer l'accès à l'API REST de WordPress sauf pour"
2532
 
2533
+ #: ../settings.php:821
2534
  msgid "Allow REST API for these roles"
2535
  msgstr "Permettre l'accès à l'API REST pour ces rôles"
2536
 
2537
+ #: ../settings.php:827
2538
  msgid "Allow these namespaces"
2539
  msgstr "Permettre ces namespaces"
2540
 
2541
+ #: ../settings.php:883
2542
  msgid "Ignore logged in users"
2543
  msgstr "Ignorer les utilisateurs connectés"
2544
 
2545
+ #: ../settings.php:1199
2546
  msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2547
  msgstr "Ces restrictions ne s'appliquent pas aux adresses IP de la Liste blanche d'adresses IP"
2548
 
2549
+ #: ../settings.php:1516
2550
  msgid "Select one or more roles"
2551
  msgstr "Sélectionnez un ou plusieurs rôle(s)"
2552
 
2553
+ #: ../dashboard.php:1083
2554
  msgid "Filter by registered user"
2555
  msgstr "Filtré par utilisateur inscrit"
2556
 
2557
+ #: ../settings.php:318
2558
  msgid "Authorized users only"
2559
  msgstr "Utilisateurs autorisés seulement"
2560
 
2561
+ #: ../settings.php:319
2562
  msgid "Only registered and logged in website users have access to the website"
2563
  msgstr "Seulement les utilisateurs enregistrés et connectés ont accès au site web"
2564
 
2565
+ #: ../settings.php:326
2566
  msgid "Do not apply this policy to IP addresses in the White IP Access List"
2567
  msgstr "Ne pas appliquer cette politique aux adresses IP de la Liste blanche d'adresses IP"
2568
 
2569
+ #: ../settings.php:336 ../settings.php:2083
2570
  msgid "Only registered and logged in users are allowed to view this website"
2571
  msgstr "Seulement les utilisateurs enregistrés et connectés ont l'autorisation de voir le site"
2572
 
2573
+ #: ../settings.php:341
2574
  msgid "Redirect to URL"
2575
  msgstr "Rediriger vers l'URL"
2576
 
2577
+ #: ../dashboard.php:4389
2578
  msgid "Changelog"
2579
  msgstr "Journal des changements"
2580
 
2581
+ #: ../dashboard.php:606
 
 
 
 
2582
  msgid "Default settings have been loaded"
2583
  msgstr "Les paramètres par défaut ont été chargés"
2584
 
2585
+ #: ../dashboard.php:3083
2586
  msgid "Save all rules"
2587
  msgstr "Enregistrer toutes les règles"
2588
 
2589
+ #: ../common.php:865
2590
  msgid "Save Changes"
2591
  msgstr "Enregistrer"
2592
 
2593
+ #: ../common.php:1229
2594
  msgid "Invalid master credentials"
2595
  msgstr "Accès principaux invalides"
2596
 
2597
+ #: ../settings.php:567
2598
  msgid "Master settings"
2599
  msgstr "Paramètres principaux"
2600
 
2601
+ #: ../settings.php:575
2602
  msgid "Return to the website list"
2603
  msgstr "Retourner à la liste de sites"
2604
 
2605
+ #: ../settings.php:579
2606
  msgid "Show \"Switched to\" notification"
2607
  msgstr "Montrer la notification \"Changer pour\""
2608
 
2609
+ #: ../settings.php:583
2610
  msgid "Add @ site to the page title"
2611
  msgstr "Ajouter un @ à la page du site"
2612
 
2613
+ #: ../settings.php:600 ../settings.php:627 ../settings.php:1020
2614
  msgid "Enable diagnostic logging"
2615
  msgstr "Activer les logs de diagnostique"
2616
 
2617
+ #: ../settings.php:610
2618
  msgid "Limit access by IP address"
2619
  msgstr "Restreindre l'accès par l'adresse IP"
2620
 
2621
+ #: ../settings.php:616
2622
  msgid "Access to this website"
2623
  msgstr "Accéder à ce site"
2624
 
2625
+ #: ../settings.php:619
2626
  msgid "Full access mode"
2627
  msgstr "Mode plein accès"
2628
 
2629
+ #: ../settings.php:620
2630
  msgid "Read-only mode"
2631
  msgstr "Mode lecture seule"
2632
 
2633
+ #: ../settings.php:636
2634
  msgid "The full access mode requires the PRO version of WP Cerber"
2635
  msgstr "Le mode plein accès exige la version PRO de WP Cerber"
2636
 
2744
  msgid "You have switched back to the master website"
2745
  msgstr "Vous êtes retourné au site web principal"
2746
 
2747
+ #: ../nexus/cerber-nexus-master.php:1198
2748
  msgid "You are here:"
2749
  msgstr "Vous êtes ici :"
2750
 
2751
+ #: ../nexus/cerber-nexus-master.php:1201 ../nexus/cerber-nexus.php:89 ..
2752
  #: /nexus/cerber-nexus.php:99
2753
  msgid "My Websites"
2754
  msgstr "Mes sites"
2755
 
2756
+ #: ../nexus/cerber-nexus-master.php:1216
2757
  msgid "Visit Site"
2758
  msgstr "Visiter le site"
2759
 
2814
  msgstr "Installer le jeton d'accès sur le site principal"
2815
 
2816
  #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2817
+ #: ../common.php:1419
2818
  msgid "%s sec"
2819
  msgid_plural "%s secs"
2820
  msgstr[0] "%s seconde"
2821
  msgstr[1] "%s secondes"
2822
 
2823
+ #: ../settings.php:427
2824
  msgid "Send reports on"
2825
  msgstr "Envoyer le rapport à "
2826
 
2848
  msgid "All groups"
2849
  msgstr "Tous les groupes"
2850
 
2851
+ #: ../nexus/cerber-nexus-master.php:1379
2852
  msgid "Are you sure you want to delete selected websites?"
2853
  msgstr "Êtes-vous certain de vouloir supprimer les sites sélectionnés ?"
2854
 
2868
  msgid "Invalid response from the slave website"
2869
  msgstr "Réponse invalide de la part du site secondaire"
2870
 
2871
+ #: ../common.php:1210 ../common.php:1275
2872
  msgid "Attempt to log in with non-existing username"
2873
  msgstr "Tentative de connexion avec un identifiant inexistant"
2874
 
2875
+ #: ../cerber-load.php:3831
2876
  msgid "Attempts to log in with non-existing usernames"
2877
  msgstr "Tentatives d'ouverture de session avec un nom d'utilisateur inexistant"
2878
 
2879
+ #: ../settings.php:587
2880
  msgid "Use master language"
2881
+ msgstr "Utiliser la langue principale"
2882
 
2883
+ #: ../settings.php:176
2884
  msgid "Non-existing users"
2885
  msgstr "Utilisateurs inexistants"
2886
 
2887
+ #: ../settings.php:177
2888
  msgid "Immediately block IP when attempting to log in with a non-existing username"
2889
  msgstr "Bloquer immédiatement l’IP si la tentative de connexion est faite avec un identifiant utilisateur inexistant"
2890
 
2891
  #: ../nexus/cerber-slave-list.php:54
2892
  msgid "Owner"
2893
+ msgstr "Propriétaire"
2894
 
2895
  #: ../nexus/cerber-slave-list.php:339
2896
  msgid "Disable master mode"
2897
+ msgstr "Désactiver le mode principal"
2898
 
2899
  #: ../nexus/cerber-nexus.php:146
2900
  msgid "To revoke the token and disable remote management, click here:"
2901
+ msgstr "Pour retirer le jeton et désactiver la gestion à distance, cliquez ici: "
2902
 
2903
+ #: ../settings.php:774
2904
  msgid "Block execution of PHP scripts in the WordPress media folder"
2905
+ msgstr "Bloquer l'exécution de scripts PHP dans le répertoire de médias de WordPress"
2906
 
2907
+ #: ../nexus/cerber-nexus-master.php:1444 ../nexus/cerber-nexus-master.php:1452
2908
  msgid "Active plugins and updates on"
2909
+ msgstr "Extensions actives et mises à jour sur"
2910
 
2911
+ #: ../nexus/cerber-nexus-master.php:1423
2912
  msgid "A newer version is available"
2913
+ msgstr "Une nouvelle version est disponible"
2914
+
2915
+ #: ../dashboard.php:864
2916
+ msgid "New users"
2917
+ msgstr ""
2918
+
2919
+ #: ../dashboard.php:877
2920
+ msgid "My activity"
2921
+ msgstr ""
2922
+
2923
+ #: ../dashboard.php:2421
2924
+ msgid "Create Alert"
2925
+ msgstr ""
2926
+
2927
+ #: ../dashboard.php:2425
2928
+ msgid "Delete Alert"
2929
+ msgstr ""
2930
+
2931
+ #: ../dashboard.php:2459
2932
+ msgid "The alert has been created"
2933
+ msgstr ""
2934
+
2935
+ #: ../dashboard.php:2464
2936
+ msgid "The alert has been deleted"
2937
+ msgstr ""
2938
+
2939
+ #: ../dashboard.php:3758
2940
+ msgid "Advanced Search"
2941
+ msgstr ""
2942
+
2943
+ #. Author of the plugin
2944
+ #:
2945
+ msgid "Cerber Tech Inc."
2946
+ msgstr ""
2947
+
2948
+ #: ../cerber-load.php:4320
2949
+ msgid "To delete the alert, click here"
2950
+ msgstr ""
2951
+
2952
+ #: ../settings.php:207
2953
+ msgid "Custom login URL may contain Latin alphanumeric characters, dashes and underscores only"
2954
+ msgstr ""
2955
+
2956
+ #: ../settings.php:219
2957
+ msgid "Site-specific settings"
2958
+ msgstr ""
2959
+
2960
+ #: ../settings.php:227
2961
+ msgid "Prefix for plugin cookies"
2962
+ msgstr ""
2963
+
2964
+ #: ../settings.php:228
2965
+ msgid "Prefix may contain only Latin alphanumeric characters and underscores"
2966
+ msgstr ""
2967
+
2968
+ #: ../settings.php:383
2969
+ msgid "Lockout notifications"
2970
+ msgstr ""
2971
+
2972
+ #: ../settings.php:410
2973
+ msgid "Pushbullet access token"
2974
+ msgstr ""
2975
+
2976
+ #: ../settings.php:413
2977
+ msgid "Pushbullet device"
2978
+ msgstr ""
2979
+
2980
+ #: ../settings.php:1111
2981
+ msgid "Delete unattended files"
2982
+ msgstr ""
2983
+
2984
+ #: ../settings.php:1132
2985
+ msgid "Automatic recovery of modified and infected files"
2986
+ msgstr ""
2987
+
2988
+ #: ../settings.php:1133
2989
+ msgid "Recover WordPress files"
2990
+ msgstr ""
2991
+
2992
+ #: ../settings.php:1139
2993
+ msgid "Recover plugins files"
2994
+ msgstr ""
2995
+
2996
+ #: ../cerber-scanner.php:1603
2997
+ msgid "File deleted"
2998
+ msgstr ""
2999
+
3000
+ #: ../cerber-scanner.php:1604
3001
+ msgid "File recovered"
3002
+ msgstr ""
3003
+
3004
+ #: ../cerber-scanner.php:3822
3005
+ msgid "Recovering WordPress files"
3006
+ msgstr ""
3007
+
3008
+ #: ../cerber-scanner.php:3824
3009
+ msgid "Recovering plugins files"
3010
+ msgstr ""
3011
+
3012
+ #: ../cerber-scanner.php:5296
3013
+ msgid "Recovered"
3014
+ msgstr ""
3015
+
3016
+ #: ../cerber-scanner.php:5346
3017
+ msgid "Automatically deleted"
3018
+ msgstr ""
3019
+
3020
+ #: ../cerber-scanner.php:5349
3021
+ msgid "Automatically recovered"
3022
  msgstr ""
3023
 
languages/wp-cerber-pl_PL.mo CHANGED
Binary file
languages/wp-cerber-pl_PL.po CHANGED
@@ -8,649 +8,629 @@ 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:77
12
  msgid "Limit login attempts"
13
  msgstr "Limit prób logowana"
14
 
15
- #: ../settings.php:78
16
  msgid "Attempts"
17
  msgstr "Próby"
18
 
19
- #: ../settings.php:79
20
  msgid "Lockout duration"
21
  msgstr "Czas zablokowania"
22
 
23
- #: ../settings.php:79 ../settings.php:105
24
  msgid "minutes"
25
  msgstr "minut/y"
26
 
27
- #: ../settings.php:80
28
  msgid "Aggressive lockout"
29
  msgstr "Agresywna blokada"
30
 
31
- #: ../settings.php:83
32
  msgid "Site connection"
33
  msgstr "Połączenie witryny"
34
 
35
- #: ../settings.php:85
36
  msgid "Proactive security rules"
37
  msgstr "Pro-aktywne zasady bezpieczeństwa"
38
 
39
- #: ../settings.php:86
40
  msgid "Block subnet"
41
  msgstr "Blokada podsieci"
42
 
43
- #: ../settings.php:89
44
  msgid "Request wp-login.php"
45
  msgstr "Żądanie wp-login.php"
46
 
47
- #: ../settings.php:89
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:92
52
  msgid "Custom login page"
53
  msgstr "Własna strona logowania"
54
 
55
- #: ../settings.php:93
56
  msgid "Custom login URL"
57
  msgstr "Własny URL logowania"
58
 
59
- #: ../settings.php:99
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "nie może nachodzić z istniejącym stronami lub uproszczonymi adresami wpisów"
62
 
63
- #: ../settings.php:101
64
  msgid "Disable wp-login.php"
65
  msgstr "Wyłącz wp-login.php"
66
 
67
- #: ../settings.php:101
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Zablokuj bezpośredni dostęp do wp-login.php i przekieruj na błąd 404"
70
 
71
- #: ../dashboard.php:1300 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Tryb Twierdzy"
74
 
75
- #: ../settings.php:104
76
  msgid "Threshold"
77
  msgstr "Pułap"
78
 
79
- #: ../settings.php:105 ../cerber-scanner.php:3656
80
  msgid "Duration"
81
  msgstr "Czas trwania"
82
 
83
- #: ../cerber-load.php:4261 ../settings.php:82 ../settings.php:106 ../settings.php:
84
- #: 654
85
  msgid "Notifications"
86
  msgstr "Powiadomienia"
87
 
88
- #: ../settings.php:106
89
  msgid "Send notification to admin email"
90
  msgstr "Wyślij powiadomienie na adres mailowy administratora"
91
 
92
- #: ../cerber-load.php:4258 ../settings.php:644 ../cerber-tools.php:92 ../cerber-
93
- #: tools.php:101 ../cerber-tools.php:188
94
  msgid "Access Lists"
95
  msgstr "Listy Dostępowe"
96
 
97
- #: ../dashboard.php:1334 ../dashboard.php:1809 ../cerber-load.php:3983 ..
98
- #: /settings.php:108 ../settings.php:633
99
  msgid "Activity"
100
  msgstr "Aktywność"
101
 
102
- #: ../settings.php:637
103
  msgid "Lockouts"
104
  msgstr "Blodady"
105
 
106
- #: ../settings.php:767 ../settings.php:889
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s prób w ciągu %s minut"
109
 
110
- #: ../settings.php:789 ../settings.php:911
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Włączane po %d nieprawidłowych próbach logowania w ciągu ostatnich %d minut."
113
 
114
- #: ../dashboard.php:134 ../dashboard.php:716 ../dashboard.php:3232 ../cerber-load.
115
- #: php:3992
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
- #: ../dashboard.php:548 ../dashboard.php:719 ../dashboard.php:3230
 
120
  msgid "Date"
121
  msgstr "Data"
122
 
123
- #: ../dashboard.php:548 ../dashboard.php:721 ../dashboard.php:3235
124
  msgid "Local User"
125
  msgstr "Lokalny użytkownik"
126
 
127
- #: ../dashboard.php:548 ../dashboard.php:722 ../cerber-load.php:4000
128
  msgid "Username used"
129
  msgstr "Nazwa użytkownika"
130
 
131
- #: ../dashboard.php:153
132
  msgid "Showing last %d records from %d"
133
  msgstr "Wyświetla ostatnie %d wpisów z %d"
134
 
135
- #: ../common.php:836
136
  msgid "Logged in"
137
  msgstr "Zalogowano"
138
 
139
- #: ../common.php:837
140
  msgid "Logged out"
141
  msgstr "Wylogowano"
142
 
143
- #: ../common.php:838
144
  msgid "Login failed"
145
  msgstr "Nieprawidłowe logowanie"
146
 
147
- #: ../common.php:841
148
  msgid "IP blocked"
149
  msgstr "Zablokowano IP"
150
 
151
- #: ../common.php:842
152
  msgid "Subnet blocked"
153
  msgstr "Zablokowana podsieć"
154
 
155
- #: ../common.php:844
156
  msgid "Citadel activated!"
157
  msgstr "Aktywacja twierdzy!"
158
 
159
- #: ../dashboard.php:696 ../dashboard.php:924 ../dashboard.php:3062 ../common.php:
160
- #: 890
161
  msgid "Locked out"
162
  msgstr "Zablokowany"
163
 
164
- #: ../common.php:891
165
  msgid "IP blacklisted"
166
  msgstr "IP dodany do czarnej listy"
167
 
168
- #: ../common.php:859
169
  msgid "Password changed"
170
  msgstr "Zmieniono hasło"
171
 
172
- #: ../dashboard.php:127 ../dashboard.php:200
173
  msgid "Remove"
174
  msgstr "Usuń"
175
 
176
- #: ../dashboard.php:430
177
  msgid "Lockout for %s was removed"
178
  msgstr "Blokada dla %s została usunięta"
179
 
180
- #: ../dashboard.php:172 ../dashboard.php:691 ../dashboard.php:918 ../dashboard.
181
- #: php:1298 ../dashboard.php:3057 ../cerber-load.php:4246 ../settings.php:582
182
  msgid "White IP Access List"
183
  msgstr "Lista dostępu dla białej listy"
184
 
185
- #: ../dashboard.php:174 ../dashboard.php:692 ../dashboard.php:921 ../dashboard.
186
- #: php:1299 ../dashboard.php:3058
187
  msgid "Black IP Access List"
188
  msgstr "Lista dostępu dla czarnej listy"
189
 
190
- #: ../dashboard.php:206
191
  msgid "List is empty"
192
  msgstr "Lista jest pusta"
193
 
194
- #: ../dashboard.php:243
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Adres %s został dodany do Białej listy dostępu"
197
 
198
- #: ../dashboard.php:257
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Adres %s został dodany do czarnej listy"
201
 
202
- #: ../cerber-load.php:3415
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "Tryb Twierdzy aktywuje się po %d nieprawidłowych logowania w czasie %d minut."
205
 
206
- #: ../dashboard.php:1970 ../dashboard.php:2387
207
  msgid "View Activity"
208
  msgstr "Zobacz Aktywność"
209
 
210
- #: ../dashboard.php:2906 ../cerber-tools.php:91 ../cerber-tools.php:100 ../cerber-
211
- #: scanner.php:84
212
  msgid "Settings"
213
  msgstr "Ustawienia"
214
 
215
- #: ../dashboard.php:1161
216
  msgid "Last login"
217
  msgstr "Ostatnie logowanie"
218
 
219
- #: ../dashboard.php:1194 ../dashboard.php:1281 ../common.php:1004
 
220
  msgid "Never"
221
  msgstr "Nigdy"
222
 
223
- #: ../dashboard.php:1855 ../cerber-scanner.php:5290
 
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:1612 ../settings.php:83
229
  msgid "My site is behind a reverse proxy"
230
  msgstr "Moja strona łączy się przez odwrotne proxy"
231
 
232
- #: ../settings.php:87
233
- msgid "Non-existent users"
234
- msgstr "Nie-istniejący użytkownicy"
235
-
236
- #: ../settings.php:87
237
- msgid "Immediately block IP when attempting to login with a non-existent username"
238
- msgstr "Natychmiast blokuj IP, które próbują logować się na nieistniejące nazwy użytkownika"
239
-
240
- #: ../settings.php:568
241
  msgid "Make your protection smarter!"
242
  msgstr "Zadbaj o to, aby twoja ochrona była mądrzejsza!"
243
 
244
- #: ../settings.php:572
245
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
246
  msgstr "Prosimy włączyć włączyć permalinki, aby funkcja była dostępna. Zmień ustawienia permalinków na inne, niż domyślne."
247
 
248
- #: ../cerber-load.php:4256 ../settings.php:640
249
  msgid "Main Settings"
250
  msgstr "Ustawienia Główne"
251
 
252
- #: ../dashboard.php:2907 ../dashboard.php:3635 ../settings.php:657 ../cerber-
253
- #: tools.php:51 ../cerber-scanner.php:88
254
  msgid "Help"
255
  msgstr "Pomoc"
256
 
257
- #: ../settings.php:777 ../settings.php:899
258
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
259
  msgstr "Zwiększ czas blokady do %s godzin po %s blokadach w czasie %s godzin"
260
 
261
- #: ../cerber-load.php:368
262
  msgid "You are not allowed to log in. Ask your administrator for assistance."
263
  msgstr "Nie masz pozwolenia na zalogowanie. Skontaktuj się z administratorem."
264
 
265
- #: ../cerber-load.php:394
266
  msgid "You have only one attempt remaining."
267
  msgid_plural "You have %d attempts remaining."
268
  msgstr[0] "Pozostała tobie jedna próba."
269
  msgstr[1] "Pozostałych prób: %d"
270
  msgstr[2] "Pozostałych prób: %d"
271
 
272
- #: ../dashboard.php:744
273
  msgid "No activity has been logged."
274
  msgstr "Nie zarejestrowano aktywności."
275
 
276
- #: ../dashboard.php:137
277
  msgid "Expires"
278
  msgstr "Upływa"
279
 
280
- #: ../dashboard.php:159
281
  msgid "No lockouts at the moment. The sky is clear."
282
  msgstr "Na chwilę obecną brak jakichkolwiek blokad"
283
 
284
- #: ../dashboard.php:172
285
  msgid "These IPs will never be locked out"
286
  msgstr "Te adresy IP nigdy nie będą zablokowane."
287
 
288
- #: ../dashboard.php:181
289
  msgid "Your IP"
290
  msgstr "Twoje IP"
291
 
292
- #: ../cerber-load.php:3416
293
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
294
  msgstr "Ostatnia nieudana próba miała miejsce %s z adresu IP %s oraz nazwie użytkownika: %s"
295
 
296
- #: ../cerber-load.php:4211
297
  msgid "Can't activate WP Cerber due to a database error."
298
  msgstr "Nie można aktywować WP Cerber przez błąd bazy danych."
299
 
300
- #: ../settings.php:784 ../settings.php:906
301
  msgid "Notify admin if the number of active lockouts above"
302
  msgstr "Powiadom administratora, jeśli liczba aktywnych blokad przekroczy"
303
 
304
- #: ../settings.php:109 ../settings.php:185 ../settings.php:363 ../settings.php:428
305
  msgid "days"
306
  msgstr "dni"
307
 
308
- #: ../dashboard.php:1251
309
  msgid "Cerber Quick View"
310
  msgstr "Szybki podgląd Cerbera"
311
 
312
- #: ../dashboard.php:155
313
  msgid "Hint"
314
  msgstr "Podpowiedź"
315
 
316
- #: ../dashboard.php:155
317
  msgid "To view activity, click on the IP"
318
  msgstr "Aby zobaczyć aktywność, kliknij na IP"
319
 
320
- #: ../settings.php:86
321
  msgid "Always block entire subnet Class C of intruders IP"
322
  msgstr "Zawsze blokuj całą podsieć Klasy C z adresów IP intruzów"
323
 
324
- #: ../settings.php:106 ../settings.php:786 ../settings.php:908
325
  msgid "Click to send test"
326
  msgstr "Kliknij, aby wysłać wiadomość testową"
327
 
328
- #: ../settings.php:1073 ../settings.php:1074
329
  msgid "Attention! You have changed the login URL! The new login URL is"
330
  msgstr "Uwaga! Został zmieniony adres URL logowania! Nowy adres to"
331
 
332
- #: ../dashboard.php:1160
333
  msgid "Comments"
334
  msgstr "Komentarze"
335
 
336
- #: ../common.php:1189
337
  msgid "Update to version %s of WP Cerber"
338
  msgstr "Aktualizuj WP Cerber do wersji %s"
339
 
340
- #: ../cerber-load.php:3417 ../cerber-load.php:4024
341
  msgid "View activity in dashboard"
342
  msgstr "Zobacz aktywność na pulpicie"
343
 
344
- #: ../cerber-load.php:3447
345
  msgid "Number of active lockouts"
346
  msgstr "Liczba aktywnych blokad"
347
 
348
- #: ../cerber-load.php:3451
349
  msgid "View lockouts in dashboard"
350
  msgstr "Sprawdź blokady w kokpicie"
351
 
352
- #: ../cerber-load.php:3539
353
  msgid "This message was sent by"
354
  msgstr "Ta wiadomość została wysłana przez"
355
 
356
- #: ../dashboard.php:69 ../cerber-tools.php:43
357
  msgid "Tools"
358
  msgstr "Narzędzia"
359
 
360
- #: ../cerber-tools.php:88
361
  msgid "Export settings to the file"
362
  msgstr "Eksportuj ustawienia do pliku"
363
 
364
- #: ../cerber-tools.php:89
365
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
366
  msgstr "Kiedy klikniesz na przycisk poniżej, to otrzymasz plik konfiguracyjny, który możesz importować na innej stronie."
367
 
368
- #: ../cerber-tools.php:90
369
  msgid "What do you want to export?"
370
  msgstr "Co chcesz eksportować?"
371
 
372
- #: ../cerber-tools.php:93
373
  msgid "Download file"
374
  msgstr "Pobierz plik"
375
 
376
- #: ../cerber-tools.php:95
377
  msgid "Import settings from the file"
378
  msgstr "Importuj ustawienia z pliku"
379
 
380
- #: ../cerber-tools.php:96
381
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
382
  msgstr "Kiedy klikniesz na przycisk poniżej, to zostanie zaimportowany plik i wszystkie dotychczasowe opcje zostaną nadpisane."
383
 
384
- #: ../cerber-tools.php:97
385
  msgid "Select file to import."
386
  msgstr "Wybierz plik do importu"
387
 
388
- #: ../cerber-tools.php:97 ../cerber-scanner.php:3854
389
  msgid "Maximum upload file size: %s."
390
  msgstr "Maksymalna wielkość pliku importu: %s"
391
 
392
- #: ../cerber-tools.php:100
393
  msgid "What do you want to import?"
394
  msgstr "Co chcesz importować?"
395
 
396
- #: ../cerber-tools.php:102 ../cerber-scanner.php:3857
397
  msgid "Upload file"
398
  msgstr "Wyślij plik"
399
 
400
- #: ../cerber-tools.php:151
401
  msgid "No file was uploaded or file is corrupted"
402
  msgstr "Żaden plik nie został zaimportowany lub plik jest uszkodzony"
403
 
404
- #: ../cerber-tools.php:188
405
  msgid "Error while updating"
406
  msgstr "Błąd podczas aktualizacji"
407
 
408
- #: ../cerber-tools.php:194
409
  msgid "Settings has imported successfully from"
410
  msgstr "Ustawienia zaimportowano prawidłowo z"
411
 
412
- #: ../cerber-tools.php:201
413
  msgid "Error while parsing file"
414
  msgstr "Bład parsowania pliku"
415
 
416
- #: ../dashboard.php:135 ../dashboard.php:717
417
  msgid "Hostname"
418
  msgstr "Host"
419
 
420
- #: ../dashboard.php:396
421
  msgid "unknown"
422
  msgstr "nieznane"
423
 
424
- #: ../settings.php:109 ../settings.php:359
425
  msgid "Keep records for"
426
  msgstr "Trzymaj zapisy przez"
427
 
428
- #: ../dashboard.php:1285 ../dashboard.php:1307
429
  msgid "active"
430
  msgstr "aktywne"
431
 
432
- #: ../dashboard.php:1285
433
  msgid "deactivate"
434
  msgstr "deaktywuj"
435
 
436
- #: ../dashboard.php:1287
437
  msgid "not active"
438
  msgstr "nieaktywne"
439
 
440
- #: ../dashboard.php:1288 ../dashboard.php:1302
441
  msgid "disabled"
442
  msgstr "wyłączone"
443
 
444
- #: ../dashboard.php:1293
445
  msgid "failed attempts"
446
  msgstr "nieudane próby"
447
 
448
- #: ../dashboard.php:1293 ../dashboard.php:1294
449
  msgid "in 24 hours"
450
  msgstr "przez 24 godziny"
451
 
452
- #: ../dashboard.php:1293 ../dashboard.php:1294
453
  msgid "view all"
454
  msgstr "zobacz wszystkie"
455
 
456
- #: ../dashboard.php:1294
457
  msgid "lockouts"
458
  msgstr "blokady"
459
 
460
- #: ../dashboard.php:1296
461
  msgid "Lockouts at the moment"
462
  msgstr "Blokad na chwilę obecną"
463
 
464
- #: ../dashboard.php:1297
465
  msgid "Last lockout"
466
  msgstr "Ostatnia blokada"
467
 
468
- #: ../dashboard.php:1298 ../dashboard.php:1299 ../dashboard.php:2152
469
  msgid "entry"
470
  msgid_plural "entries"
471
  msgstr[0] "wpis"
472
  msgstr[1] "wpisów"
473
  msgstr[2] "wpisy"
474
 
475
- #: ../dashboard.php:1850
476
  msgid "Confused about some settings?"
477
  msgstr "Nie rozumiesz niektórych ustawień?"
478
 
479
- #: ../dashboard.php:1851
480
  msgid "You can easily load default recommended settings using button below"
481
  msgstr "Możesz bez problemu załadować rekomendowane ustawienia klikając na przycisk poniżej"
482
 
483
- #: ../dashboard.php:1853
484
  msgid "Load default settings"
485
  msgstr "Załaduj ustawienia domyślne"
486
 
487
- #: ../dashboard.php:1861
488
  msgid "doesn't affect Custom login URL and Access Lists"
489
  msgstr "Nie ma wpływu na własny adres logowania oraz na Listy Dostępu"
490
 
491
- #: ../common.php:1182 ../settings.php:230
492
  msgid "New version is available"
493
  msgstr "Dostępna jest nowa wersja"
494
 
495
- #. Name of the plugin
496
- #: ../dashboard.php:52 ../dashboard.php:81
497
- msgid "WP Cerber"
498
- msgstr "WP Cerber"
499
-
500
- #: ../cerber-load.php:3391
501
  msgid "WP Cerber notify"
502
  msgstr "Powiadomienie WP Cerber"
503
 
504
- #: ../cerber-load.php:3413
505
  msgid "Citadel mode is activated"
506
  msgstr "Tryb Twierdzy jest aktywny"
507
 
508
- #: ../cerber-load.php:3486
509
  msgid "New Custom login URL"
510
  msgstr "Nowy, własny URL logowania"
511
 
512
- #: ../cerber-load.php:4198
513
  msgid "The WP Cerber requires PHP %s or higher. You are running"
514
  msgstr "WP Cerber wymaga wersji PHP %s lub wyższej. Twoja wersja to"
515
 
516
- #: ../cerber-load.php:4202
517
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
518
  msgstr "WP Cerber wymaga wersji Wordpress %s lub wyższej. Twoja wersja to"
519
 
520
- #: ../settings.php:112
521
  msgid "Use file"
522
  msgstr "Użyj pliku"
523
 
524
- #: ../settings.php:112
525
  msgid "Write failed login attempts to the file"
526
  msgstr "Zapisuj nieprawidłowe próby logowania do pliku"
527
 
528
- #: ../dashboard.php:1969
529
  msgid "Deactivate"
530
  msgstr "Wyłącz"
531
 
532
- #: ../dashboard.php:138 ../cerber-load.php:3449
533
  msgid "Reason"
534
  msgstr "Powód"
535
 
536
- #: ../dashboard.php:211
537
  msgid "Add IP to the list"
538
  msgstr "Dodaj IP do listy"
539
 
540
- #: ../dashboard.php:981
541
  msgid "Add IP to the Black List"
542
  msgstr "Dodaj IP do czarnej listy"
543
 
544
- #: ../common.php:927
545
  msgid "Attempt to access"
546
  msgstr "Próba dostępu"
547
 
548
- #: ../common.php:926
549
  msgid "Limit on login attempts is reached"
550
  msgstr "Osiągnięto limit prób logowania"
551
 
552
- #: ../common.php:867 ../common.php:928
553
- msgid "Attempt to log in with non-existent username"
554
- msgstr "Próba logowania z nieistniejącej nazwy użytkownika"
555
-
556
- #: ../cerber-load.php:3448
557
  msgid "Last lockout was added: %s for IP %s"
558
  msgstr "Ostatnią blokadę dodano: %s dla IP %s"
559
 
560
- #: ../cerber-load.php:4260 ../settings.php:647
561
  msgid "Hardening"
562
  msgstr "Wzmacnianie"
563
 
564
- #: ../dashboard.php:958
565
  msgid "Abuse email:"
566
  msgstr "Nadużycie adresu email:"
567
 
568
- #: ../settings.php:217 ../settings.php:258 ../settings.php:490
569
  msgid "Email Address"
570
  msgstr "Adres E-mail"
571
 
572
- #: ../settings.php:226
573
  msgid "if empty, the admin email %s will be used"
574
  msgstr "jeśli puste, to zostanie użyty adres e-mail administratora: %s"
575
 
576
- #: ../settings.php:115
577
  msgid "Drill down IP"
578
  msgstr "Identyfikuj adres IP"
579
 
580
- #: ../settings.php:115
581
  msgid "Retrieve extra WHOIS information for IP"
582
  msgstr "Sprawdź dodatkowe informacje WHOIS dla adresu IP"
583
 
584
- #: ../settings.php:123
585
  msgid "Hardening WordPress"
586
  msgstr "Wzmacnianie Wordpressa"
587
 
588
- #: ../settings.php:124
589
  msgid "Stop user enumeration"
590
  msgstr "Wyłącz numerację użytkowników"
591
 
592
- #: ../settings.php:126
593
  msgid "Disable XML-RPC"
594
  msgstr "Wyłącz XML-RPC"
595
 
596
- #: ../settings.php:126
597
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
598
  msgstr "Zablokuj dostęp do serwera XML-RPC (włączając w to Pingbacki i Trackbacki)"
599
 
600
- #: ../settings.php:127
601
  msgid "Disable feeds"
602
  msgstr "Wyłącz kanały RSS"
603
 
604
- #: ../settings.php:127
605
  msgid "Block access to the RSS, Atom and RDF feeds"
606
  msgstr "Wyłącz dostęp do RSS"
607
 
608
- #: ../settings.php:128
609
  msgid "Disable REST API"
610
  msgstr "Wyłącz REST API"
611
 
612
- #: ../settings.php:582
613
- msgid "These settings do not affect hosts from the "
614
- msgstr "Te ustawienia nie mają wpływu na: "
615
-
616
- #: ../settings.php:1159 ../settings.php:1171 ../settings.php:1283
617
  msgid "<strong>ERROR</strong>: please enter a valid email address."
618
  msgstr "<strong>BŁĄD</strong>: Proszę podać prawidłowy adres mailowy"
619
 
620
- #: ../cerber-load.php:3479 ../cerber-load.php:4245
621
  msgid "WP Cerber is now active and has started protecting your site"
622
  msgstr "WP Cerber jest teraz aktywny i chroni twoją witrynę"
623
 
624
- #: ../dashboard.php:139 ../cerber-scanner.php:5314
625
  msgid "Action"
626
  msgstr "Akcja"
627
 
628
- #: ../dashboard.php:174
629
  msgid "Nobody can log in or register from these IPs"
630
  msgstr "Z tych adresów IP nikt nie może się zalogować ani zarejestrować"
631
 
632
- #: ../dashboard.php:237 ../dashboard.php:249
633
  msgid "Incorrect IP address or IP range"
634
  msgstr "Nieprawidłowy adres IP lub zakres IP"
635
 
636
- #: ../dashboard.php:446 ../dashboard.php:1985
637
  msgid "Settings saved"
638
  msgstr "Ustawienia zapisano"
639
 
640
- #: ../dashboard.php:962
641
  msgid "Network:"
642
  msgstr "Sieć:"
643
 
644
- #: ../dashboard.php:976
645
  msgid "Add network to the Black List"
646
  msgstr "Dodaj sieć do Czarnej Listy"
647
 
648
- #: ../dashboard.php:1968
649
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
650
  msgstr "Uwaga! Tryb Twierdzy jest aktywny. Nikt obecnie nie może się zalogować."
651
 
652
- #: ../dashboard.php:354 ../dashboard.php:2987 ../whois.php:223 ../whois.php:254 ..
653
- #: /common.php:925 ../common.php:1273
654
  msgid "Unknown"
655
  msgstr "Nieznane"
656
 
@@ -659,265 +639,263 @@ msgstr "Nieznane"
659
  msgid "Gregory"
660
  msgstr "Gregory"
661
 
662
- #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
663
- #: /cerber-load.php:677 ../cerber-load.php:689 ../cerber-load.php:696 ../cerber-
664
- #: load.php:950 ../cerber-load.php:1172 ../cerber-load.php:1178 ../cerber-load.
665
- #: php:1183 ../cerber-load.php:1188 ../cerber-load.php:1194 ../cerber-load.php:
666
- #: 1201 ../cerber-load.php:1303 ../cerber-load.php:1440 ../settings.php:1052 ..
667
- #: /settings.php:1135
 
668
  msgid "ERROR:"
669
  msgstr "BŁĄD:"
670
 
671
- #: ../cerber-load.php:706
672
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
673
  msgstr "Nieudana weryfikacja. Proszę zaznaczyć kwadrat poniżej w bloku reCAPTCHA"
674
 
675
- #: ../cerber-load.php:962
676
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
677
  msgstr "<strong>BŁĄD</strong>: Hasło dla nazwy użytkownika jest nieprawidłowe"
678
 
679
- #: ../cerber-load.php:1189
680
  msgid "Username is not allowed. Please choose another one."
681
  msgstr "Nazwa użytkownika niedostępna. Prosimy wybrać inną."
682
 
683
- #: ../cerber-load.php:3442
684
  msgid "unspecified"
685
  msgstr "nieokreślone"
686
 
687
- #: ../cerber-load.php:3445
688
  msgid "Number of lockouts is increasing"
689
  msgstr "Liczba blokad wzrasta"
690
 
691
- #: ../cerber-load.php:3450
692
  msgid "View activity for this IP"
693
  msgstr "Zobacz aktywność tego IP"
694
 
695
- #: ../cerber-load.php:3454 ../cerber-load.php:3456
696
  msgid "A new version of WP Cerber is available to install"
697
  msgstr "Dostępna jest nowa wersja WP Cerber"
698
 
699
- #: ../cerber-load.php:3455
700
  msgid "Hi!"
701
  msgstr "Cześć!"
702
 
703
- #: ../cerber-load.php:3458 ../cerber-load.php:3469
 
704
  msgid "Website"
705
  msgstr "Witryna"
706
 
707
- #: ../cerber-load.php:3461 ../cerber-load.php:3462
708
  msgid "The WP Cerber security plugin has been deactivated"
709
  msgstr "Wtyczka bezpieczeństwa WP Cerber została wyłączona"
710
 
711
- #: ../cerber-load.php:3464
712
  msgid "Not logged in"
713
  msgstr "Niezalogowany"
714
 
715
- #: ../cerber-load.php:3470
716
  msgid "By user"
717
  msgstr "- użytkownik"
718
 
719
- #: ../cerber-load.php:3471
720
  msgid "From IP address"
721
  msgstr "Z adresu IP"
722
 
723
- #: ../cerber-load.php:3474
724
  msgid "From country"
725
  msgstr "Z Państwa"
726
 
727
- #: ../cerber-load.php:3478
728
  msgid "The WP Cerber security plugin is now active"
729
  msgstr "Wtyczka WP Cerber jest teraz aktywna"
730
 
731
- #: ../cerber-load.php:4246
732
  msgid "Your IP address is added to the"
733
  msgstr "Twój adres IP został dodany do"
734
 
735
- #: ../cerber-load.php:4262
736
  msgid "Import settings"
737
  msgstr "Importuj ustawienia"
738
 
739
- #: ../settings.php:229
740
  msgid "Notification limit"
741
  msgstr "Limit powiadomień"
742
 
743
- #: ../settings.php:229
744
  msgid "notification letters allowed per hour (0 means unlimited)"
745
  msgstr "limit powiadomień na godzinę (0 oznacza nieograniczone)"
746
 
747
- #: ../settings.php:146
748
  msgid "User related settings"
749
  msgstr "Ustawienia związane z użytkownikami"
750
 
751
- #: ../settings.php:150
752
  msgid "Prohibited usernames"
753
  msgstr "Zabronione nazwy użytkownika"
754
 
755
- #: ../settings.php:156
756
  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."
757
  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."
758
 
759
- #: ../settings.php:158
760
  msgid "User session expire"
761
  msgstr "Przedawnienie sesji użytkownika"
762
 
763
- #: ../settings.php:158
764
  msgid "in minutes (leave empty to use default WP value)"
765
  msgstr "w minutach (pozostaw puste, aby użyć standardowej wartości WP)"
766
 
767
- #: ../settings.php:191
768
  msgid "reCAPTCHA settings"
769
  msgstr "Ustawienia reCAPTCHA"
770
 
771
- #: ../settings.php:192
772
  msgid "Site key"
773
  msgstr "Klucz strony"
774
 
775
- #: ../settings.php:193
776
  msgid "Secret key"
777
  msgstr "Sekretny klucz"
778
 
779
- #: ../settings.php:196
780
  msgid "Enable reCAPTCHA for WordPress registration form"
781
  msgstr "Włącz reCAPTCHA dla formularza rejestracji Wordpressa"
782
 
783
- #: ../settings.php:199
784
  msgid "Lost password form"
785
  msgstr "Formularz odzyskiwania hasła"
786
 
787
- #: ../settings.php:202
788
  msgid "Login form"
789
  msgstr "Formularz logowania"
790
 
791
- #: ../settings.php:202
792
  msgid "Enable reCAPTCHA for WordPress login form"
793
  msgstr "Włącz reCAPTCHę dla formularza logowania Wordpressa"
794
 
795
- #: ../settings.php:585
796
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
797
  msgstr "Zanim zaczniesz używać reCAPTCHA musisz uzyskać dwa klucze na specjalnej stronie Google"
798
 
799
- #: ../cerber-lab.php:752 ../settings.php:586 ../settings.php:589
800
  msgid "Know more"
801
  msgstr "Dowiedz się więcej"
802
 
803
- #: ../dashboard.php:52 ../settings.php:623
804
- msgid "WP Cerber Security"
805
- msgstr "Zabezpieczenia WP Cerber"
806
-
807
- #: ../settings.php:650
808
  msgid "Users"
809
  msgstr "Użytkownicy"
810
 
811
- #: ../common.php:834
812
  msgid "User created"
813
  msgstr "Utworzenie nowego użytkownika"
814
 
815
- #: ../dashboard.php:1802 ../common.php:835
816
  msgid "User registered"
817
  msgstr "Użytkownik zarejestrowany"
818
 
819
- #: ../common.php:862
820
  msgid "reCAPTCHA verification failed"
821
  msgstr "Nieprawidłowa weryfikacja reCATPCHA"
822
 
823
- #: ../common.php:863
824
  msgid "reCAPTCHA settings are incorrect"
825
  msgstr "Nieprawidłowe ustawienia reCAPTCHA"
826
 
827
- #: ../common.php:866
828
  msgid "Attempt to access prohibited URL"
829
  msgstr "Próba logowania na zabroniony URL"
830
 
831
- #: ../common.php:868 ../common.php:929
832
  msgid "Attempt to log in with prohibited username"
833
  msgstr "Próba zalogowania z zabronioną nazwą użytkownika"
834
 
835
- #: ../settings.php:110
836
  msgid "Cerber Lab connection"
837
  msgstr "Połączenie Cerber Lab"
838
 
839
- #: ../settings.php:110
840
  msgid "Send malicious IP addresses to the Cerber Lab"
841
  msgstr "Wyślij szkodliwe adresy IP do Cerber Lab"
842
 
843
- #: ../settings.php:111
844
  msgid "Cerber Lab protocol"
845
  msgstr "Protokół Cerber Lab"
846
 
847
- #: ../settings.php:168 ../settings.php:196
848
  msgid "Registration form"
849
  msgstr "Formularz rejestracji"
850
 
851
- #: ../settings.php:197
852
  msgid "Enable reCAPTCHA for WooCommerce registration form"
853
  msgstr "Włącz reCAPTCHA dla formularza rejestracji WooCommerce"
854
 
855
- #: ../settings.php:199
856
  msgid "Enable reCAPTCHA for WordPress lost password form"
857
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła Wordpressa"
858
 
859
- #: ../settings.php:200
860
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
861
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła WooCommerce"
862
 
863
- #: ../settings.php:203
864
  msgid "Enable reCAPTCHA for WooCommerce login form"
865
  msgstr "Włącz reCAPTCHę dla formularza logowania WooCoomerce"
866
 
867
- #: ../common.php:864
868
  msgid "Request to the Google reCAPTCHA service failed"
869
  msgstr "Wysyłanie żądania do Google reCAPTCHA nie powiodło się"
870
 
871
- #: ../dashboard.php:1794 ../dashboard.php:1824
872
  msgid "View all"
873
  msgstr "Zobacz wszystkie"
874
 
875
- #: ../dashboard.php:1825
876
  msgid "Recently locked out IP addresses"
877
  msgstr "Ostatnio zablokowane adresy IP"
878
 
879
- #: ../cerber-lab.php:750
880
  msgid "OK, nail them all"
881
  msgstr "OK"
882
 
883
- #: ../cerber-lab.php:751
884
  msgid "NO, maybe later"
885
  msgstr "NIE"
886
 
887
- #: ../dashboard.php:54 ../dashboard.php:1333 ../dashboard.php:2174 ../settings.
888
- #: php:629
889
  msgid "Dashboard"
890
  msgstr "Kokpit"
891
 
892
- #: ../cerber-lab.php:748
893
  msgid "Want to make WP Cerber even more powerful?"
894
  msgstr "Chcesz uczyć WP Cerber jeszcze bardziej potężnym?"
895
 
896
- #: ../cerber-lab.php:749
897
  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."
898
  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."
899
 
900
- #: ../dashboard.php:548
901
  msgid "IP address"
902
  msgstr "Adres IP"
903
 
904
- #: ../dashboard.php:548
905
  msgid "User login"
906
  msgstr "Login użytkownika"
907
 
908
- #: ../dashboard.php:548
909
  msgid "User ID"
910
  msgstr "ID użytkownika"
911
 
912
- #: ../dashboard.php:740
913
  msgid "Export"
914
  msgstr "Eksport"
915
 
916
- #: ../dashboard.php:762
917
  msgid "Search for IP or username"
918
  msgstr "Szukaj IP lub użytkownika"
919
 
920
- #: ../dashboard.php:762
921
  msgid "Filter"
922
  msgstr "Filtr"
923
 
@@ -925,168 +903,156 @@ msgstr "Filtr"
925
  msgid "Cerber Dashboard"
926
  msgstr "Kokpit Cerbera"
927
 
928
- #: ../dashboard.php:69
929
  msgid "Cerber tools"
930
  msgstr "Narzędzia Cerbera"
931
 
932
- #: ../dashboard.php:2072
933
- msgid "Subscribe"
934
- msgstr "Subskrybuj"
935
-
936
- #: ../dashboard.php:2073 ../cerber-tools.php:285
937
  msgid "Unsubscribe"
938
  msgstr "Odsubskrybuj"
939
 
940
- #: ../dashboard.php:2101
941
  msgid "You've subscribed"
942
  msgstr "Zasubskrybowałeś/aś"
943
 
944
- #: ../dashboard.php:2104
945
  msgid "You've unsubscribed"
946
  msgstr "Odsubskrybowałeś/aś"
947
 
948
- #: ../cerber-load.php:3490 ../cerber-load.php:3491
949
  msgid "A new activity has been recorded"
950
  msgstr "Zarejestrowano nową aktywność"
951
 
952
- #: ../cerber-load.php:3996
953
  msgid "User"
954
  msgstr "Użytkownik"
955
 
956
- #: ../cerber-load.php:4004
957
  msgid "Search string"
958
  msgstr "Fraza do wyszukania"
959
 
960
- #: ../cerber-load.php:4025
961
- msgid "To unsubscribe click here"
962
- msgstr "Aby wyłączyć subskrypcję, kliknij tutaj"
963
-
964
- #: ../settings.php:114
965
  msgid "Preferences"
966
  msgstr "Preferencje"
967
 
968
- #: ../settings.php:116
969
  msgid "Date format"
970
  msgstr "Format daty"
971
 
972
- #: ../settings.php:116
973
  msgid "if empty, the default format %s will be used"
974
  msgstr "Jeśli puste, do zostanie użyty domyślny format %s"
975
 
976
- #: ../settings.php:235
977
  msgid "Push notifications"
978
  msgstr "Pchnij powiadomienia"
979
 
980
- #: ../settings.php:214
981
  msgid "Email notifications"
982
  msgstr "Powiadomienia E-mail"
983
 
984
- #: ../settings.php:221 ../settings.php:263 ../settings.php:327 ../settings.php:494
985
  msgid "Use comma to specify multiple values"
986
  msgstr "Używaj przecinka, aby określić więcej wartości"
987
 
988
- #: ../settings.php:243
989
  msgid "All connected devices"
990
  msgstr "Wszystkie połączone urządzenia"
991
 
992
- #: ../settings.php:246
993
  msgid "No devices found"
994
  msgstr "Nie znaleziono urządzeń"
995
 
996
- #: ../settings.php:250
997
  msgid "Not available"
998
  msgstr "Niedostępne"
999
 
1000
- #: ../common.php:860
1001
  msgid "Password reset requested"
1002
  msgstr "Prośba o reset hasła"
1003
 
1004
- #: ../common.php:930
1005
  msgid "Limit on failed reCAPTCHA verifications is reached"
1006
  msgstr "Osiągnięto limit nieprawidłowych weryfikacji reCAPTCHA"
1007
 
1008
- #: ../common.php:999
1009
  msgid "%s ago"
1010
  msgstr "%s temu"
1011
 
1012
- #: ../settings.php:81
1013
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1014
  msgstr "Włącz zasadę limitu logowań dla adresów IP na białej liście"
1015
 
1016
- #: ../settings.php:90
1017
  msgid "Display 404 page"
1018
  msgstr "Wyświetl stronę 404"
1019
 
1020
- #: ../settings.php:194
1021
  msgid "Invisible reCAPTCHA"
1022
  msgstr "Niewidzialna reCAPTCHA"
1023
 
1024
- #: ../settings.php:194
1025
  msgid "Enable invisible reCAPTCHA"
1026
  msgstr "Włącz niewidzialną reCAPTCHę"
1027
 
1028
- #: ../settings.php:194
1029
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1030
  msgstr "(nie włączaj, dopóki nie zaopatrzysz się w odpowiednie klucze dla wersji niewidzialnej reCAPTCHy)"
1031
 
1032
- #: ../settings.php:205
1033
  msgid "Enable reCAPTCHA for WordPress comment form"
1034
  msgstr "Włącz reCAPTCHA dla formularza komentarzy Wordpressa"
1035
 
1036
- #: ../settings.php:206
1037
  msgid "Disable reCAPTCHA for logged in users"
1038
  msgstr "Wyłącz reCAPTCHę dla zalogowanych użytkowników"
1039
 
1040
- #: ../settings.php:208
1041
  msgid "Limit attempts"
1042
  msgstr "Limit prób"
1043
 
1044
- #: ../settings.php:208
1045
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1046
  msgstr "Zablokuj adres IP na %s minut po %s nieprawidłowych próbowach logowania w ciągu %s minut"
1047
 
1048
- #: ../settings.php:579
1049
  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."
1050
  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."
1051
 
1052
- #: ../dashboard.php:548 ../dashboard.php:720
1053
  msgid "Event"
1054
  msgstr "Zdarzenie"
1055
 
1056
- #: ../common.php:153
1057
  msgid "Spam comments denied"
1058
  msgstr "Odrzuconych komentarzy ze spamem"
1059
 
1060
- #: ../common.php:155
1061
  msgid "Malicious IP addresses detected"
1062
  msgstr "Wykrytych szkodliwych adresów IP"
1063
 
1064
- #: ../common.php:156
1065
  msgid "Lockouts occurred"
1066
  msgstr "Blokad"
1067
 
1068
- #: ../dashboard.php:1803
1069
- msgid "All suspicious activity"
1070
- msgstr "Cała podejrzana aktywność"
1071
-
1072
- #: ../cerber-load.php:1173 ../cerber-load.php:1179 ../cerber-load.php:1195 ..
1073
- #: /cerber-load.php:1202
1074
  msgid "You are not allowed to register."
1075
  msgstr "Nie masz zezwolenia na rejestrację."
1076
 
1077
- #: ../common.php:845
1078
  msgid "Spam comment denied"
1079
  msgstr "Komentarz ze spamem odrzucony"
1080
 
1081
- #: ../common.php:870
1082
  msgid "Attempt to log in denied"
1083
  msgstr "Odrzucono próbę logowania"
1084
 
1085
- #: ../common.php:871
1086
  msgid "Attempt to register denied"
1087
  msgstr "Odrzucono próbę rejestracji"
1088
 
1089
- #: ../common.php:150
1090
  msgid "Malicious activities mitigated"
1091
  msgstr "Złagodzonej szkodliwej aktywności"
1092
 
@@ -1094,103 +1060,104 @@ msgstr "Złagodzonej szkodliwej aktywności"
1094
  msgid "Cerber antispam settings"
1095
  msgstr "Ustawienia antyspamowe Cerbera"
1096
 
1097
- #: ../dashboard.php:68 ../cerber-load.php:4259 ../settings.php:205
1098
  msgid "Antispam"
1099
  msgstr "Antyspam"
1100
 
1101
- #: ../settings.php:166
1102
  msgid "Cerber antispam engine"
1103
  msgstr "Silnik antyspamu cerbera"
1104
 
1105
- #: ../settings.php:167
1106
  msgid "Comment form"
1107
  msgstr "Formularz komentarzy"
1108
 
1109
- #: ../settings.php:167
1110
  msgid "Protect comment form with bot detection engine"
1111
  msgstr "Chroń formularz komentarzy silnikiem wykrywania botów"
1112
 
1113
- #: ../settings.php:168
1114
  msgid "Protect registration form with bot detection engine"
1115
  msgstr "Chroń formularz rejestracyjny za pomocą mechanizmu wykrywania botów"
1116
 
1117
- #: ../cerber-tools.php:48
1118
  msgid "Export & Import"
1119
  msgstr "Eksport & Import"
1120
 
1121
- #: ../cerber-tools.php:49
1122
  msgid "Diagnostic"
1123
  msgstr "Diagnostyka"
1124
 
1125
- #: ../cerber-tools.php:50
1126
  msgid "License"
1127
  msgstr "Licencja"
1128
 
1129
- #: ../dashboard.php:3628
1130
  msgid "Antispam and bot detection settings"
1131
  msgstr "Antyspam oraz ustawienia wykrywania botów"
1132
 
1133
- #: ../cerber-load.php:1440
1134
  msgid "Sorry, human verification failed."
1135
  msgstr "Błędna weryfkacja."
1136
 
1137
- #: ../common.php:931
1138
  msgid "Bot activity is detected"
1139
  msgstr "Wykryto aktywność botów"
1140
 
1141
- #: ../settings.php:183
1142
  msgid "Comment processing"
1143
  msgstr "Przetwarzanie komentarzy"
1144
 
1145
- #: ../settings.php:184
1146
  msgid "If a spam comment detected"
1147
  msgstr "Jeśli wykryto spamerski komentarz"
1148
 
1149
- #: ../settings.php:185
1150
  msgid "Trash spam comments"
1151
  msgstr "Wyrzuć komentarze oznaczone jako spam"
1152
 
1153
- #: ../settings.php:185
1154
  msgid "Move spam comments to trash after"
1155
  msgstr "Przenieś spamerskie komentarze do kosza po"
1156
 
1157
- #: ../common.php:846
1158
  msgid "Spam form submission denied"
1159
  msgstr "Odrzucony formularz ze spamem"
1160
 
1161
- #: ../settings.php:169
1162
  msgid "Other forms"
1163
  msgstr "Inne formularze"
1164
 
1165
- #: ../settings.php:169
1166
  msgid "Protect all forms on the website with bot detection engine"
1167
  msgstr "Chroń wszystkie formularze na stronie dzięki mechanizmowi wykrywania botów"
1168
 
1169
- #: ../settings.php:171
1170
  msgid "Adjust antispam engine"
1171
  msgstr "Dostosowanie silnika antyspamowego"
1172
 
1173
- #: ../settings.php:172
1174
  msgid "Safe mode"
1175
  msgstr "Tryb bezpieczny"
1176
 
1177
- #: ../settings.php:172
1178
  msgid "Use less restrictive policies (allow AJAX)"
1179
  msgstr "Użyj mniej restrykcyjnych zasad (zezwól na AJAX)"
1180
 
1181
- #: ../dashboard.php:3263 ../settings.php:173
 
1182
  msgid "Logged in users"
1183
  msgstr "Zalogowani użytkownicy"
1184
 
1185
- #: ../settings.php:173
1186
  msgid "Disable bot detection engine for logged in users"
1187
  msgstr "Wyłącz mechanizm wykrywania botów dla zalogowanych użytkowników"
1188
 
1189
- #: ../dashboard.php:136 ../dashboard.php:718
1190
  msgid "Country"
1191
  msgstr "Państwo"
1192
 
1193
- #: ../dashboard.php:751
1194
  msgid "All events"
1195
  msgstr "Wszystkie zdarzenia"
1196
 
@@ -1198,46 +1165,46 @@ msgstr "Wszystkie zdarzenia"
1198
  msgid "Cerber Security Rules"
1199
  msgstr "Zasady Bezpieczeństwa Cerbera"
1200
 
1201
- #: ../dashboard.php:60 ../dashboard.php:2560
1202
  msgid "Security Rules"
1203
  msgstr "Zasady Bezpieczeństwa"
1204
 
1205
- #: ../dashboard.php:1162
1206
  msgid "Failed login attempts"
1207
  msgstr "Nieudane próby logowania"
1208
 
1209
- #: ../dashboard.php:1068 ../dashboard.php:1163
1210
  msgid "Registered"
1211
  msgstr "Zarejestrowany"
1212
 
1213
- #: ../dashboard.php:1233
1214
  msgid "You"
1215
  msgstr "Ty"
1216
 
1217
- #: ../common.php:154
1218
  msgid "Spam form submissions denied"
1219
  msgstr "Odrzuconych formularzy ze spamem"
1220
 
1221
- #: ../dashboard.php:1862 ../cerber-load.php:3481 ../cerber-load.php:4248
1222
  msgid "Getting Started Guide"
1223
  msgstr "Pierwsze kroki"
1224
 
1225
- #: ../dashboard.php:2565
1226
  msgid "Countries"
1227
  msgstr "Państwa"
1228
 
1229
- #: ../dashboard.php:2628
1230
  msgid "Permitted for one country"
1231
  msgid_plural "Permitted for %d countries"
1232
  msgstr[0] "Dozwolone dla jednego kraju"
1233
  msgstr[1] "Dozwolone dla %d krajów"
1234
  msgstr[2] "Dozwolone dla liczby krajów: %d"
1235
 
1236
- #: ../dashboard.php:2639
1237
  msgid "No rule"
1238
  msgstr "Brak reguły"
1239
 
1240
- #: ../dashboard.php:2851
1241
  msgid "Security rules have been updated"
1242
  msgstr "Ustawienia zabezpieczeń zostały zaktualizowane"
1243
 
@@ -1246,270 +1213,258 @@ msgstr "Ustawienia zabezpieczeń zostały zaktualizowane"
1246
  msgid "https://wpcerber.com"
1247
  msgstr "https://wpcerber.com"
1248
 
1249
- #: ../common.php:847
1250
  msgid "Form submission denied"
1251
  msgstr "Wysyłka formularza została odrzucona"
1252
 
1253
- #: ../common.php:848
1254
  msgid "Comment denied"
1255
  msgstr "Komentarz odrzucony"
1256
 
1257
- #: ../common.php:876
1258
  msgid "Request to REST API denied"
1259
  msgstr "Zablokowane odwołanie do interfejsu REST API"
1260
 
1261
- #: ../common.php:877
1262
  msgid "XML-RPC request denied"
1263
  msgstr "Żądanie XML-RPC odrzucono"
1264
 
1265
- #: ../common.php:888
1266
  msgid "Bot detected"
1267
  msgstr "Wykryty bot"
1268
 
1269
- #: ../common.php:889
1270
  msgid "Citadel mode is active"
1271
  msgstr "Tryb Twierdzy jest aktywny"
1272
 
1273
- #: ../common.php:893
1274
  msgid "Malicious activity detected"
1275
  msgstr "Wykryto podejrzane aktywności"
1276
 
1277
- #: ../common.php:894
1278
  msgid "Blocked by country rule"
1279
  msgstr "Zablokowane według reguły kraju"
1280
 
1281
- #: ../common.php:895
1282
  msgid "Limit reached"
1283
  msgstr "Osiągnięty limit"
1284
 
1285
- #: ../common.php:896
1286
  #, fuzzy
1287
  msgid "Multiple suspicious activities"
1288
  msgstr "Wiele podejrzanych działań"
1289
 
1290
- #: ../common.php:932
1291
  msgid "Multiple suspicious activities were detected"
1292
  msgstr "Wykryto wiele podejrzane aktywności"
1293
 
1294
- #: ../settings.php:124
1295
- msgid "Block access to user pages like /?author=n and user data via REST API"
1296
- msgstr "Zablokuj dostęp do stron użytkowników typu /?author=n i danych użytkownika przez interfejs REST API"
1297
-
1298
- #: ../settings.php:128
1299
- msgid "Block access to the WordPress REST API except the following"
1300
- msgstr "Zablokuj dostęp do interfejsu REST API WordPressa za wyjątkiem następujących"
1301
-
1302
- #: ../settings.php:129
1303
  msgid "Allow REST API for logged in users"
1304
  msgstr "Zezwól zalogowanym użytkownikom na dostęp do interfejsu REST API"
1305
 
1306
- #: ../settings.php:136
1307
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1308
  msgstr "Określ obszary nazw API REST, które mają być dozwolone, jeśli interfejs API REST jest wyłączony. Jeden wpis na linię."
1309
 
1310
- #: ../settings.php:148
1311
  msgid "Registration limit"
1312
  msgstr "Limit rejestracji"
1313
 
1314
- #: ../settings.php:159
1315
  msgid "Sort users in dashboard"
1316
  msgstr "Sortuj użytkowników w kokpicie"
1317
 
1318
- #: ../settings.php:159
1319
  msgid "by date of registration"
1320
  msgstr "po dacie rejestracji"
1321
 
1322
- #: ../settings.php:174
1323
  #, fuzzy
1324
  msgid "Query whitelist"
1325
  msgstr "Zapytanie do białej listy"
1326
 
1327
- #: ../settings.php:772 ../settings.php:894
1328
  msgid "%s allowed registrations in %s minutes from one IP"
1329
  msgstr "%s możliwych rejestracji w ciągu %s minut z jednego adresu IP"
1330
 
1331
- #: ../dashboard.php:2695
1332
  msgid "Start typing here to find a country"
1333
  msgstr "Zacznij wpisywać tutaj, aby znaleźć kraj"
1334
 
1335
- #: ../dashboard.php:2778
1336
  msgid "Click on a country name to add it to the list of selected countries"
1337
  msgstr "Kliknij na nazwie kraju, aby dodać go do listy wybranych krajów"
1338
 
1339
- #: ../dashboard.php:2802
1340
  msgid "Submit forms"
1341
  msgstr "Prześlij formularze"
1342
 
1343
- #: ../dashboard.php:2803
1344
  msgid "Post comments"
1345
  msgstr "Komentarze wpisu"
1346
 
1347
- #: ../dashboard.php:2804
1348
  msgid "Log in to the website"
1349
  msgstr "Zaloguj się do strony"
1350
 
1351
- #: ../dashboard.php:2805
1352
  msgid "Register on the website"
1353
  msgstr "Zarejestruj się na stronie"
1354
 
1355
- #: ../dashboard.php:2806
1356
  msgid "Use XML-RPC"
1357
  msgstr "Użyj XML-RPC"
1358
 
1359
- #: ../dashboard.php:2807
1360
  msgid "Use REST API"
1361
  msgstr "Użyj REST API"
1362
 
1363
- #: ../settings.php:184
1364
  msgid "Deny it completely"
1365
  msgstr "Odrzuć kompletnie"
1366
 
1367
- #: ../settings.php:184
1368
  msgid "Mark it as spam"
1369
  msgstr "Zaznacz jako spam"
1370
 
1371
- #: ../dashboard.php:1788
1372
  msgid "in the last 24 hours"
1373
  msgstr "w ostatnich 24 godzinach"
1374
 
1375
- #: ../dashboard.php:2175
1376
  msgid "Main settings"
1377
  msgstr "Ustawienia główne"
1378
 
1379
- #: ../settings.php:255
1380
  msgid "Weekly reports"
1381
  msgstr "Raporty tygodniowe"
1382
 
1383
- #: ../settings.php:1010
1384
  msgid "Sunday"
1385
  msgstr "Niedziela"
1386
 
1387
- #: ../settings.php:1011
1388
  msgid "Monday"
1389
  msgstr "Poniedziałek"
1390
 
1391
- #: ../settings.php:1012
1392
  msgid "Tuesday"
1393
  msgstr "Wtorek"
1394
 
1395
- #: ../settings.php:1013
1396
  msgid "Wednesday"
1397
  msgstr "Środa"
1398
 
1399
- #: ../settings.php:1014
1400
  msgid "Thursday"
1401
  msgstr "Czwartek"
1402
 
1403
- #: ../settings.php:1015
1404
  msgid "Friday"
1405
  msgstr "Piątek"
1406
 
1407
- #: ../settings.php:1016
1408
  msgid "Saturday"
1409
  msgstr "Sobota"
1410
 
1411
- #: ../settings.php:1075 ../settings.php:1076
1412
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1413
  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."
1414
 
1415
- #: ../cerber-load.php:3496
1416
  msgid "Weekly report"
1417
  msgstr "Raport tygodniowy"
1418
 
1419
- #: ../cerber-load.php:3499 ../cerber-load.php:3509
1420
  msgid "To change reporting settings visit"
1421
  msgstr "Aby zmienić ustawienia raportowania odwiedź"
1422
 
1423
- #: ../cerber-load.php:3532
1424
  msgid "Your login page:"
1425
  msgstr "Twoja strona logowania:"
1426
 
1427
- #: ../cerber-load.php:3536
1428
  msgid "Your license is valid until"
1429
  msgstr "Twoja licencja jest ważna do"
1430
 
1431
- #: ../cerber-load.php:3642
1432
  msgid "Activity details"
1433
  msgstr "Szczegóły aktywności"
1434
 
1435
- #: ../settings.php:1042
1436
  msgid "Click to send now"
1437
  msgstr "Kliknij, aby wysłać teraz"
1438
 
1439
- #: ../cerber-load.php:814
1440
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1441
  msgstr "> > > Tłumaczysz WP Cerber? Zdobądź licencję PRO Cerbera za darmo, podaj swój kontakt tutaj: https://wpcerber.com/contact/"
1442
 
1443
- #: ../dashboard.php:421
1444
  msgid "Email has been sent to"
1445
  msgstr "Email został wysłany na adres"
1446
 
1447
- #: ../dashboard.php:424
1448
  msgid "Unable to send email to"
1449
  msgstr "Nie można wysłać e-maila do"
1450
 
1451
- #: ../dashboard.php:2631
1452
  msgid "Not permitted for one country"
1453
  msgid_plural "Not permitted for %d countries"
1454
  msgstr[0] "Niedozwolone dla jednego kraju"
1455
  msgstr[1] "Niedozwolone dla %d krajów"
1456
  msgstr[2] "Niedozwolone dla liczby krajów: %d"
1457
 
1458
- #: ../dashboard.php:2782
1459
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1460
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1461
  msgstr "Wybrane kraje mają możliwość %s. inne nie mają możliwości"
1462
 
1463
- #: ../dashboard.php:2785
1464
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1465
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1466
  msgstr "Wybrane kraje nie mają możliwości %s, inne kraje mają możliwość"
1467
 
1468
- #: ../cerber-load.php:3630
1469
  msgid "Weekly Report"
1470
  msgstr "Raport tygodniowy"
1471
 
1472
- #: ../settings.php:90
1473
  msgid "Use 404 template from the active theme"
1474
  msgstr "Użyj szablonu błędu 404 z aktywnego motywu"
1475
 
1476
- #: ../settings.php:90
1477
  msgid "Display simple 404 page"
1478
  msgstr "Wyświetl prostą stronę 404"
1479
 
1480
- #: ../settings.php:180
1481
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1482
  msgstr "Wpisz część zapytania lub ścieżkę do zapytania, aby wyłączyć żądanie z listy inspekcji. Jedna pozycja na linię."
1483
 
1484
- #: ../settings.php:268 ../settings.php:499
1485
  msgid "if empty, email from notification settings will be used"
1486
  msgstr "jeśli jest pusty, zostanie użyty adres e-mail z ustawień powiadomień"
1487
 
1488
- #: ../settings.php:256
1489
  msgid "Enable reporting"
1490
  msgstr "Włącz raportowanie"
1491
 
1492
- #: ../cerber-load.php:3560
1493
  msgid "Your last sign-in was %s from %s"
1494
  msgstr "Twoje ostatnie logowanie to % s z %s"
1495
 
1496
- #: ../cerber-load.php:3656
1497
- msgid "Attempts to log in with non-existent username"
1498
- msgstr "Próba logowania z nieistniejącej nazwy użytkownika"
1499
-
1500
- #: ../dashboard.php:210
1501
  msgid "IP address, IPv4 address range or subnet"
1502
  msgstr "Adres IP, zakres w adresie IPv4 lub podsieć"
1503
 
1504
- #: ../dashboard.php:212
1505
  msgid "Optional comment for this entry"
1506
  msgstr "Opcjonalny komentarz do tego wpisu"
1507
 
1508
- #: ../dashboard.php:253
1509
  msgid "You cannot add your IP address or network"
1510
  msgstr "Nie możesz dodać swojego adresu IP lub sieci"
1511
 
1512
- #: ../settings.php:156
1513
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1514
  msgstr "Aby określić wzór REGEX zamknij całość pomiędzy dwa ukośniki."
1515
 
@@ -1517,218 +1472,198 @@ msgstr "Aby określić wzór REGEX zamknij całość pomiędzy dwa ukośniki."
1517
  msgid "Cerber Traffic Inspector"
1518
  msgstr "Inspektor ruchu Cerbera"
1519
 
1520
- #: ../dashboard.php:56 ../dashboard.php:1303 ../dashboard.php:2900
1521
  msgid "Traffic Inspector"
1522
  msgstr "Inspektor ruchu"
1523
 
1524
- #: ../dashboard.php:1335
1525
  msgid "Traffic"
1526
  msgstr "Ruch"
1527
 
1528
- #: ../dashboard.php:2905
1529
- msgid "Live traffic"
1530
- msgstr "Ruch na żywo"
1531
-
1532
- #: ../dashboard.php:3231
1533
  msgid "Request"
1534
  msgstr "Żądanie"
1535
 
1536
- #: ../dashboard.php:3233
1537
  msgid "Host Info"
1538
  msgstr "Informacje o hostingu"
1539
 
1540
- #: ../dashboard.php:3234
1541
  msgid "User Agent"
1542
  msgstr "Przeglądarka użytkownika"
1543
 
1544
- #: ../dashboard.php:3259
1545
  msgid "All requests"
1546
  msgstr "Wszystkie odwołania"
1547
 
1548
- #: ../dashboard.php:3264
1549
  msgid "Not logged in visitors"
1550
  msgstr "Niezalogowani użytkownicy"
1551
 
1552
- #: ../dashboard.php:3265
1553
  msgid "Form submissions"
1554
  msgstr "Przesyłanie formularzy"
1555
 
1556
- #: ../dashboard.php:3266
1557
  msgid "Page Not Found"
1558
  msgstr "Strony nie znaleziono"
1559
 
1560
- #: ../dashboard.php:3267
1561
- msgid "REST API"
1562
- msgstr "REST API"
1563
-
1564
- #: ../dashboard.php:3268
1565
- msgid "XML-RPC"
1566
- msgstr "XML-RPC"
1567
-
1568
- #: ../dashboard.php:3273
1569
  msgid "Longer than"
1570
  msgstr "Dłuższe niż"
1571
 
1572
- #: ../dashboard.php:3289
1573
  msgid "Refresh"
1574
  msgstr "Odśwież"
1575
 
1576
- #: ../common.php:116
1577
  msgid "Check for requests"
1578
  msgstr "Sprawdź żądania"
1579
 
1580
- #: ../common.php:1208
1581
  msgid "Not specified"
1582
  msgstr "Nieokreślony"
1583
 
1584
- #: ../settings.php:298
1585
  msgid "Logging mode"
1586
  msgstr "Tryb zapisu logów"
1587
 
1588
- #: ../settings.php:304
1589
  msgid "Logging disabled"
1590
  msgstr "Zapisywanie logów wyłączone"
1591
 
1592
- #: ../settings.php:305
1593
  msgid "Smart"
1594
  msgstr "Inteligentne"
1595
 
1596
- #: ../settings.php:306
1597
  msgid "All traffic"
1598
  msgstr "Cały ruch"
1599
 
1600
- #: ../settings.php:310
1601
  msgid "Ignore crawlers"
1602
  msgstr "Ignoruj roboty indeksujące"
1603
 
1604
- #: ../settings.php:320
1605
  #, fuzzy
1606
  msgid "Mask these form fields"
1607
  msgstr "Ukryj te pola formularzy"
1608
 
1609
- #: ../settings.php:356
1610
  msgid "milliseconds"
1611
  msgstr "milisekundy"
1612
 
1613
- #: ../settings.php:276
1614
- msgid "Inspection"
1615
- msgstr "Inspekcja"
1616
-
1617
- #: ../settings.php:277
1618
  msgid "Enable traffic inspection"
1619
  msgstr "Włącz inspekcję ruchu"
1620
 
1621
  #. is it as "saving data in logs" kind of context?
1622
- #: ../settings.php:297
1623
  #, fuzzy
1624
  msgid "Logging"
1625
  msgstr "Zapisywanie logów"
1626
 
1627
- #: ../settings.php:315
1628
  msgid "Save request fields"
1629
  msgstr "Zapisz pola żądań"
1630
 
1631
- #: ../settings.php:351
1632
  msgid "Page generation time threshold"
1633
  msgstr "Próg czasowy generowania strony"
1634
 
1635
- #: ../dashboard.php:3251
1636
  msgid "No requests have been logged."
1637
  msgstr "Nie zalogowano żadnych żądań."
1638
 
1639
- #: ../dashboard.php:1302
1640
  msgid "enabled"
1641
  msgstr "włączony"
1642
 
1643
- #: ../dashboard.php:1307
1644
  msgid "no connection"
1645
  msgstr "brak połączenia"
1646
 
1647
- #: ../dashboard.php:3585
1648
- msgid "Advanced search"
1649
- msgstr "Wyszukiwanie zaawansowane"
1650
-
1651
- #: ../dashboard.php:1058
1652
  msgid "Last seen"
1653
  msgstr "Ostatnio widziany"
1654
 
1655
- #: ../common.php:872 ../common.php:933
1656
  msgid "Probing for vulnerable PHP code"
1657
  msgstr "Sondowanie dla wrażliwego kodu PHP"
1658
 
1659
- #: ../dashboard.php:3543
1660
  msgid "Any"
1661
  msgstr "Dowolny"
1662
 
1663
- #: ../cerber-load.php:3281
1664
  msgid "We're sorry, you are not allowed to proceed"
1665
  msgstr "Przepraszamy, nie masz możliwości kontynuowania"
1666
 
1667
- #: ../settings.php:288
1668
  msgid "Request whitelist"
1669
  msgstr "Biała lista żądań"
1670
 
1671
- #: ../settings.php:294
1672
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1673
  msgstr "Wpisz adresy żądania, które mają być wykluczone z inspekcji. Jeden adres na linię."
1674
 
1675
- #: ../settings.php:332
1676
  msgid "Save request headers"
1677
  msgstr "Zapisz nagłówki żądań"
1678
 
1679
- #: ../settings.php:338
1680
  msgid "Save $_SERVER"
1681
  msgstr "Zapisz $_SERVER"
1682
 
1683
- #: ../settings.php:344
1684
  msgid "Save request cookies"
1685
  msgstr "Zapisz ciasteczka żądań"
1686
 
1687
- #: ../settings.php:125
1688
  msgid "Protect admin scripts"
1689
  msgstr "Chroń skrypty administracyjne"
1690
 
1691
- #: ../settings.php:125
1692
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1693
  msgstr "Zablokuj nieautoryzowany dostęp do skryptów load-scripts.php i load-styles.php"
1694
 
1695
- #: ../common.php:1834
1696
  msgid "Unable to create the directory"
1697
  msgstr "Nie można utworzyć katalogu"
1698
 
1699
- #: ../common.php:1839
1700
  msgid "Destination folder access denied"
1701
  msgstr "Odmowa dostępu do folderu docelowego"
1702
 
1703
- #: ../common.php:1842
1704
  msgid "File not found"
1705
  msgstr "Nie znaleziono pliku"
1706
 
1707
- #: ../common.php:1845
1708
  msgid "Unable to copy the file"
1709
  msgstr "Nie można skopiować pliku"
1710
 
1711
- #: ../common.php:1851
1712
  msgid "Unable to delete the file"
1713
  msgstr "Nie można usunąć pliku"
1714
 
1715
- #: ../settings.php:74
1716
  msgid "Plugin initialization"
1717
  msgstr "Inicjalizacja wtyczki"
1718
 
1719
- #: ../settings.php:75
1720
  msgid "Load security engine"
1721
  msgstr "Uruchamianie mechanizmu bezpieczeństwa"
1722
 
1723
- #: ../settings.php:75
1724
  msgid "Legacy mode"
1725
  msgstr "Stary tryb"
1726
 
1727
- #: ../settings.php:75
1728
  msgid "Standard mode"
1729
  msgstr "Tryb standardowy"
1730
 
1731
- #: ../settings.php:1053
1732
  msgid "Plugin initialization mode has not been changed"
1733
  msgstr "Sposób inicjalizacji trybu wtyczki nie został zmieniony"
1734
 
@@ -1738,648 +1673,1364 @@ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin.
1738
  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>."
1739
 
1740
  #. Możliwie do zmiany w zależności od kontekstu.
1741
- #: ../common.php:874
1742
  msgid "File upload denied"
1743
  msgstr "Odrzucone wysyłanie pliku"
1744
 
1745
- #: ../settings.php:98
1746
- msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1747
- msgstr "Niestandardowy adres URL logowania może zawierać tylko litery, cyfry, myślniki i podkreślenia"
1748
-
1749
- #: ../settings.php:180 ../settings.php:294
1750
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1751
  msgstr "Aby określić wzór REGEX, zamknij linię pomiędzy dwie klamry."
1752
 
1753
- #: ../settings.php:575
1754
  msgid "Be careful about enabling these options."
1755
  msgstr "Uważaj podczas włączania tych opcji"
1756
 
1757
- #: ../settings.php:575
1758
  msgid "If you forget your Custom login URL, you will be unable to log in."
1759
  msgstr "Jeśli zapomnisz własny adres URL logowania, to nie będziesz mógł się zalogować."
1760
 
1761
- #: ../dashboard.php:64 ../cerber-scanner.php:78
1762
  msgid "Site Integrity"
1763
  msgstr "Integralność Witryny"
1764
 
1765
- #: ../dashboard.php:1320 ../dashboard.php:1322 ../cerber-scanner.php:1286
 
1766
  msgid "Disabled"
1767
  msgstr "Wyłączone"
1768
 
1769
- #: ../dashboard.php:1321 ../cerber-scanner.php:850
1770
  msgid "Quick Scan"
1771
  msgstr "Szybkie skanowanie"
1772
 
1773
- #: ../dashboard.php:1323 ../cerber-scanner.php:850
1774
  msgid "Full Scan"
1775
  msgstr "Pełne skanowanie"
1776
 
1777
  #. Name of the plugin
1778
  #:
1779
  msgid "WP Cerber Security, Antispam & Malware Scan"
1780
- msgstr ""
1781
 
1782
- #: ../common.php:897
1783
  msgid "Denied"
1784
  msgstr "Odrzucone"
1785
 
1786
- #: ../settings.php:81 ../settings.php:283
1787
  msgid "Use White IP Access List"
1788
  msgstr "Użyj białej listy dostępu IP"
1789
 
1790
- #: ../settings.php:88
1791
  msgid "Disable dashboard redirection"
1792
  msgstr "Wyłącz przekierowanie z kokpitu"
1793
 
1794
- #: ../settings.php:88
1795
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1796
- msgstr ""
1797
 
1798
- #: ../settings.php:372
1799
  msgid "Scanner settings"
1800
  msgstr "Ustawienia skanera"
1801
 
1802
- #: ../settings.php:373
1803
  msgid "Custom signatures"
1804
  msgstr "Własne sygnatury"
1805
 
1806
- #: ../settings.php:379
1807
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1808
- msgstr ""
1809
 
1810
- #: ../settings.php:381
1811
  msgid "Unwanted file extensions"
1812
  msgstr "Niechciane rozszerzenia plików"
1813
 
1814
- #: ../settings.php:387
1815
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1816
- msgstr ""
1817
 
1818
- #: ../settings.php:389
1819
  msgid "Directories to exclude"
1820
  msgstr "Katalogi do wykluczenia"
1821
 
1822
- #: ../settings.php:395
1823
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1824
- msgstr ""
1825
 
1826
- #: ../settings.php:410
1827
  msgid "Scan temporary directory"
1828
  msgstr "Tymczasowy folder skanowania"
1829
 
1830
- #: ../settings.php:417
1831
  msgid "Scan session directory"
1832
  msgstr "Folder sesji skanowania"
1833
 
1834
- #: ../settings.php:423
1835
  msgid "Delete quarantined files after"
1836
- msgstr ""
1837
 
1838
- #: ../settings.php:438
1839
  msgid "Launch Quick Scan"
1840
  msgstr "Uruchom Szybkie Skanowanie"
1841
 
1842
- #: ../cerber-scanner.php:1287
1843
  msgid "Every hour"
1844
  msgstr "Co godzinę"
1845
 
1846
- #: ../cerber-scanner.php:1288
1847
  msgid "Every 3 hours"
1848
  msgstr "Co 3 godziny"
1849
 
1850
- #: ../cerber-scanner.php:1289
1851
  msgid "Every 6 hours"
1852
  msgstr "Co 6 godzin"
1853
 
1854
- #: ../settings.php:445
1855
  msgid "Launch Full Scan"
1856
  msgstr "Uruchom Pełne Skanowanie"
1857
 
1858
- #: ../settings.php:455 ../settings.php:515
1859
  msgid "Low severity"
1860
- msgstr ""
1861
 
1862
- #: ../settings.php:455 ../settings.php:515
1863
  msgid "Medium severity"
1864
- msgstr ""
1865
 
1866
- #: ../settings.php:455 ../settings.php:515
1867
  msgid "High severity"
1868
- msgstr ""
1869
 
1870
- #: ../settings.php:456
1871
  msgid "Report an issue if any of the following is true"
1872
- msgstr ""
1873
 
1874
- #: ../settings.php:464
1875
  msgid "Send email report"
1876
  msgstr "Prześlij raport mailem"
1877
 
1878
- #: ../settings.php:470
1879
  msgid "After every scan"
1880
  msgstr "Po każdym skanowaniu"
1881
 
1882
- #: ../settings.php:471
1883
  msgid "If any changes in scan results occurred"
1884
- msgstr ""
1885
 
1886
- #: ../settings.php:476
1887
  msgid "Include file sizes"
1888
- msgstr ""
1889
 
1890
- #: ../settings.php:483
1891
  msgid "Include scan errors"
1892
- msgstr ""
1893
 
1894
- #: ../cerber-load.php:4257 ../cerber-scanner.php:83
1895
  msgid "Security Scanner"
1896
  msgstr "Skaner Bezpieczeństwa"
1897
 
1898
- #: ../cerber-scanner.php:85
1899
  msgid "Scheduling"
1900
- msgstr ""
1901
 
1902
- #: ../cerber-scanner.php:140
1903
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1904
- msgstr ""
1905
 
1906
- #: ../cerber-scanner.php:144
1907
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1908
- msgstr ""
1909
 
1910
- #: ../cerber-scanner.php:153
1911
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1912
- msgstr ""
1913
 
1914
- #: ../cerber-scanner.php:156
1915
  msgid "Start Quick Scan"
1916
  msgstr "Wystartuj Szybkie Skanowanie"
1917
 
1918
- #: ../cerber-scanner.php:157
1919
  msgid "Start Full Scan"
1920
  msgstr "Wystartuj Pełne Skanowanie"
1921
 
1922
- #: ../cerber-scanner.php:158
1923
  msgid "Stop Scanning"
1924
  msgstr "Przerwij Skanowanie"
1925
 
1926
- #: ../cerber-scanner.php:159
1927
  msgid "Continue Scanning"
1928
  msgstr "Kontynuuj Skanowanie"
1929
 
1930
- #: ../cerber-scanner.php:188
1931
  msgid "Delete"
1932
  msgstr "Usuń"
1933
 
1934
- #: ../cerber-scanner.php:1236
1935
  msgid "Verified"
1936
  msgstr "Zweryfikowane"
1937
 
1938
- #: ../cerber-scanner.php:1243
1939
  msgid "Integrity data not found"
1940
- msgstr ""
1941
 
1942
- #: ../cerber-scanner.php:1244
1943
  msgid "Unable to check the integrity of the plugin due to a network error"
1944
- msgstr ""
1945
 
1946
- #: ../cerber-scanner.php:1245
1947
  msgid "Unable to check the integrity of WordPress files due to a network error"
1948
- msgstr ""
1949
 
1950
- #: ../cerber-scanner.php:1246
1951
  msgid "Unable to check the integrity of the theme due to a network error"
1952
- msgstr ""
1953
 
1954
- #: ../cerber-scanner.php:1249
1955
  msgid "Local file doesn't exist"
1956
  msgstr "Plik lokalny nie istnieje"
1957
 
1958
- #: ../cerber-scanner.php:1251
1959
  msgid "Unable to process file"
1960
  msgstr "Nie można przetworzyć pliku"
1961
 
1962
- #: ../cerber-scanner.php:1252 ../cerber-scanner.php:4704
1963
  msgid "Unable to open file"
1964
  msgstr "Nie można otworzyć pliku"
1965
 
1966
- #: ../cerber-scanner.php:1254
1967
  msgid "Checksum mismatch"
1968
- msgstr ""
1969
 
1970
- #: ../cerber-scanner.php:1257
1971
  msgid "Suspicious code found"
1972
  msgstr "Znaleziono podejrzany kod"
1973
 
1974
- #: ../cerber-scanner.php:1259
1975
  msgid "Unattended suspicious file"
1976
- msgstr ""
1977
 
1978
- #: ../cerber-scanner.php:1260
1979
  msgid "Executable code found"
1980
- msgstr ""
1981
 
1982
- #: ../cerber-scanner.php:1264
1983
  msgid "Unwanted file extension"
1984
- msgstr ""
1985
 
1986
- #: ../cerber-scanner.php:1266
1987
  msgid "Content has been modified"
1988
- msgstr ""
1989
 
1990
- #: ../cerber-scanner.php:1267
1991
  msgid "New file"
1992
- msgstr ""
1993
 
1994
- #: ../cerber-scanner.php:2354
1995
  msgid "Custom signature found"
1996
- msgstr ""
1997
 
1998
- #: ../cerber-scanner.php:3567
1999
  msgid "Scanning folders for files"
2000
- msgstr ""
2001
 
2002
- #: ../cerber-scanner.php:3571
2003
  msgid "Parsing the list of files"
2004
- msgstr ""
2005
 
2006
- #: ../cerber-scanner.php:3572
2007
  msgid "Checking for new and modified files"
2008
- msgstr ""
2009
 
2010
- #: ../cerber-scanner.php:3573
2011
  msgid "Verifying the integrity of WordPress"
2012
- msgstr ""
2013
 
2014
- #: ../cerber-scanner.php:3574
2015
  msgid "Verifying the integrity of the plugins"
2016
- msgstr ""
2017
 
2018
- #: ../cerber-scanner.php:3575
2019
  msgid "Verifying the integrity of the themes"
2020
- msgstr ""
2021
 
2022
- #: ../cerber-scanner.php:3576
2023
  msgid "Searching for malicious code"
2024
- msgstr ""
2025
 
2026
- #: ../cerber-scanner.php:3577
2027
  msgid "Finalizing the scan"
2028
- msgstr ""
2029
 
2030
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:3767
2031
  msgid "Files to scan"
2032
  msgstr "Pliki do skanowania"
2033
 
2034
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3775
2035
  msgid "Critical issues"
2036
- msgstr ""
2037
 
2038
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3779 ../cerber-scanner.php:4894
2039
  msgid "Issues total"
2040
- msgstr ""
2041
 
2042
- #: ../cerber-scanner.php:4140
2043
  msgid "The directory is not writable"
2044
- msgstr ""
2045
 
2046
- #: ../cerber-scanner.php:4158
2047
  msgid "Unable to create WP CERBER directory"
2048
- msgstr ""
2049
 
2050
- #: ../cerber-scanner.php:4365
2051
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2052
- msgstr ""
2053
 
2054
- #: ../cerber-scanner.php:5001
2055
  msgid "To view full report visit"
2056
- msgstr ""
2057
 
2058
- #: ../cerber-load.php:3506
2059
  msgid "Scanner Report"
2060
  msgstr "Raport Skanowania"
2061
 
2062
- #: ../settings.php:397
2063
  msgid "Monitor new files"
2064
- msgstr ""
2065
 
2066
- #: ../settings.php:404
2067
  msgid "Monitor modified files"
2068
- msgstr ""
2069
 
2070
- #: ../settings.php:472
2071
  msgid "If new issues found"
2072
- msgstr ""
2073
 
2074
- #: ../settings.php:1288
2075
  msgid "The schedule has been updated"
2076
- msgstr ""
2077
 
2078
- #: ../settings.php:1291
2079
- msgid "Unable to updated the schedule"
2080
- msgstr ""
2081
-
2082
- #: ../cerber-scanner.php:1263 ../cerber-scanner.php:2517
2083
  msgid "Suspicious directives found"
2084
- msgstr ""
2085
 
2086
- #: ../cerber-scanner.php:2515
2087
  msgid "Suspicious code instruction found"
2088
- msgstr ""
2089
 
2090
- #: ../cerber-scanner.php:2516
2091
  msgid "Suspicious code signatures found"
2092
- msgstr ""
2093
 
2094
- #: ../cerber-scanner.php:2519
2095
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2096
- msgstr ""
2097
 
2098
- #: ../cerber-scanner.php:2520
2099
  msgid "Please upload a reference ZIP archive"
2100
- msgstr ""
2101
 
2102
- #: ../cerber-scanner.php:2521
2103
  msgid "Resolve issue"
2104
- msgstr ""
2105
 
2106
- #: ../cerber-scanner.php:3851
2107
  msgid "We have not found any integrity data to verify"
2108
- msgstr ""
2109
 
2110
- #: ../cerber-scanner.php:3853
2111
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2112
- msgstr ""
2113
 
2114
- #: ../cerber-scanner.php:4850
2115
  msgid "Full Scan Report"
2116
  msgstr "Raport Pełnego Skanowania"
2117
 
2118
- #: ../cerber-scanner.php:4850
2119
  msgid "Quick Scan Report"
2120
  msgstr "Raport Szybkiego Skanowania"
2121
 
2122
- #: ../cerber-scanner.php:4863
2123
  msgid "Files scanned"
2124
  msgstr "Przeskanowanych plików"
2125
 
2126
- #: ../dashboard.php:199 ../dashboard.php:931 ../dashboard.php:962 ../dashboard.
2127
- #: php:1074
2128
  msgid "Check for activities"
2129
- msgstr ""
2130
 
2131
- #: ../dashboard.php:1037
2132
  msgid "Activated"
2133
  msgstr "Aktywowany"
2134
 
2135
- #: ../common.php:879
2136
  msgid "Malicious request denied"
2137
- msgstr ""
2138
 
2139
- #: ../common.php:883
2140
  msgid "User activated"
2141
  msgstr "Użytkownik aktywowany"
2142
 
2143
- #: ../common.php:898
2144
  msgid "Suspicious number of fields"
2145
- msgstr ""
2146
 
2147
- #: ../common.php:899
2148
  msgid "Suspicious number of nested values"
2149
- msgstr ""
2150
 
2151
- #: ../common.php:900 ../common.php:934
2152
  msgid "Malicious code detected"
2153
- msgstr ""
2154
 
2155
- #: ../common.php:935
2156
  msgid "Attempt to upload a file with malicious code"
2157
- msgstr ""
2158
 
2159
- #: ../common.php:1084
2160
  msgid "Bytes"
2161
  msgstr "Bajtów"
2162
 
2163
- #: ../cerber-scanner.php:1242
2164
  msgid "Vulnerability found"
2165
- msgstr ""
2166
 
2167
- #: ../cerber-scanner.php:1247
2168
  msgid "Unable to check the integrity due to a DB error"
2169
- msgstr ""
2170
 
2171
- #: ../cerber-scanner.php:3568
2172
  msgid "Scanning the upload folder for files"
2173
- msgstr ""
2174
 
2175
- #: ../cerber-scanner.php:3569
2176
  msgid "Scanning the temp folder for files"
2177
- msgstr ""
2178
 
2179
- #: ../cerber-scanner.php:3570
2180
  msgid "Scanning the session folder for files"
2181
- msgstr ""
2182
 
2183
- #: ../settings.php:437
2184
  msgid "Automated recurring scan schedule"
2185
- msgstr ""
2186
 
2187
- #: ../settings.php:453
2188
  msgid "Scan results reporting"
2189
- msgstr ""
2190
 
2191
- #: ../dashboard.php:3261
2192
  msgid "Suspicious activity"
2193
- msgstr ""
2194
 
2195
- #: ../dashboard.php:3262
2196
  msgid "Errors"
2197
- msgstr ""
2198
 
2199
- #: ../dashboard.php:3633
2200
  msgid "Antispam engine"
2201
- msgstr ""
2202
 
2203
  #. Description of the plugin
2204
  #:
2205
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2206
- msgstr ""
2207
 
2208
- #: ../cerber-load.php:375
2209
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2210
- msgstr ""
2211
 
2212
- #: ../common.php:999
2213
  msgctxt "preposition of a period of time like: in 6 hours"
2214
  msgid "in %s"
2215
  msgstr "przez %s"
2216
 
2217
- #: ../settings.php:1026
2218
  msgctxt "preposition of time like: at 11:00"
2219
  msgid "at"
2220
  msgstr "o"
2221
 
2222
- #: ../cerber-scanner.php:87
2223
  msgid "Quarantine"
2224
  msgstr "Kwarantanna"
2225
 
2226
- #: ../cerber-scanner.php:3648
2227
  msgid "Started"
2228
- msgstr ""
2229
 
2230
- #: ../cerber-scanner.php:3652
2231
  msgid "Finished"
2232
  msgstr "Ukończono"
2233
 
2234
- #: ../cerber-scanner.php:3660
2235
  msgid "Performance"
2236
  msgstr "Optymalizacja"
2237
 
2238
- #: ../cerber-scanner.php:3672
2239
  msgid "Vulnerabilities"
2240
- msgstr ""
2241
 
2242
- #: ../cerber-scanner.php:3676
2243
  msgid "New files"
2244
  msgstr "Nowe pliki"
2245
 
2246
- #: ../cerber-scanner.php:3680
2247
  msgid "Changed files"
2248
  msgstr "Zmienione pliki"
2249
 
2250
- #: ../cerber-scanner.php:3684
2251
  msgid "Unwanted extensions"
2252
  msgstr "Niechciane rozszerzenia"
2253
 
2254
- #: ../settings.php:509 ../cerber-scanner.php:3688
2255
  msgid "Unattended files"
2256
- msgstr ""
2257
 
2258
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:5309
2259
  msgid "Scanned"
2260
- msgstr ""
2261
 
2262
- #: ../cerber-scanner.php:5234
2263
  msgid "There are no files in the quarantine at the moment."
2264
- msgstr ""
2265
 
2266
- #: ../cerber-scanner.php:5302
2267
  msgid "Restore"
2268
  msgstr "Przywróć"
2269
 
2270
- #: ../cerber-scanner.php:5297
2271
  msgid "Delete permanently"
2272
  msgstr "Usuń trwale"
2273
 
2274
- #: ../cerber-scanner.php:5310
2275
  msgid "Moved to quarantine"
2276
  msgstr "Przenieś do kwarantanny"
2277
 
2278
- #: ../cerber-scanner.php:5311
2279
  msgid "Automatic deletion"
2280
  msgstr "Automatyczne usuwanie"
2281
 
2282
- #: ../cerber-scanner.php:5312
2283
  msgid "Size"
2284
  msgstr "Rozmiar"
2285
 
2286
- #: ../cerber-scanner.php:5313
2287
  msgid "File"
2288
  msgstr "Plik"
2289
 
2290
- #: ../cerber-scanner.php:5375
2291
  msgid "The file has been deleted permanently."
2292
- msgstr ""
2293
 
2294
- #: ../cerber-scanner.php:5384
2295
  msgid "The file has been restored to its original location."
2296
- msgstr ""
2297
 
2298
- #: ../dashboard.php:1336
2299
  msgid "Integrity"
2300
- msgstr ""
2301
 
2302
- #: ../common.php:873
2303
  msgid "Attempt to upload malicious file denied"
2304
- msgstr ""
2305
 
2306
- #: ../cerber-news.php:196
2307
  msgid "Awesome!"
2308
- msgstr ""
2309
 
2310
- #: ../settings.php:507
2311
  msgid "Automatic cleanup of malware and suspicious files"
2312
- msgstr ""
2313
 
2314
- #: ../settings.php:516
2315
  msgid "Files in the uploads folder"
2316
- msgstr ""
2317
 
2318
- #: ../settings.php:523
2319
  msgid "Files with unwanted extensions"
2320
- msgstr ""
2321
 
2322
- #: ../settings.php:530
2323
  msgid "Exclusions"
2324
- msgstr ""
2325
 
2326
- #: ../settings.php:531
2327
  msgid "Files in the temporary directory"
2328
- msgstr ""
2329
 
2330
- #: ../settings.php:537
2331
  msgid "Files in the sessions directory"
2332
- msgstr ""
2333
 
2334
- #: ../settings.php:543
2335
  msgid "Files in these directories"
2336
- msgstr ""
2337
 
2338
- #: ../settings.php:549
2339
  msgid "Use absolute paths. One item per line."
2340
- msgstr ""
2341
 
2342
- #: ../settings.php:551
2343
  msgid "Files with these extensions"
2344
- msgstr ""
2345
 
2346
- #: ../settings.php:557
2347
  msgid "Use comma to separate items."
2348
- msgstr ""
2349
 
2350
- #: ../cerber-scanner.php:86
2351
  msgid "Cleaning up"
2352
- msgstr ""
2353
 
2354
- #: ../cerber-scanner.php:1258
2355
  msgid "Malicious code found"
2356
- msgstr ""
2357
 
2358
- #: ../cerber-scanner.php:2512
2359
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2360
- msgstr ""
2361
 
2362
- #: ../cerber-scanner.php:2513
2363
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2364
- msgstr ""
2365
 
2366
- #: ../cerber-scanner.php:2514
2367
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2368
- msgstr ""
2369
 
2370
- #: ../cerber-scanner.php:2518
2371
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2372
- msgstr ""
2373
 
2374
- #: ../cerber-scanner.php:4944
2375
  msgid "Deleted"
2376
- msgstr ""
2377
 
2378
- #: ../cerber-scanner.php:4989
2379
  msgid "Automatically moved to quarantine"
2380
- msgstr ""
2381
 
2382
- #: ../common.php:901
2383
  msgid "Suspicious SQL code detected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2384
  msgstr ""
2385
 
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:145
12
  msgid "Limit login attempts"
13
  msgstr "Limit prób logowana"
14
 
15
+ #: ../settings.php:148
16
  msgid "Attempts"
17
  msgstr "Próby"
18
 
19
+ #: ../settings.php:152
20
  msgid "Lockout duration"
21
  msgstr "Czas zablokowania"
22
 
23
+ #: ../settings.php:153 ../settings.php:244
24
  msgid "minutes"
25
  msgstr "minut/y"
26
 
27
+ #: ../settings.php:157
28
  msgid "Aggressive lockout"
29
  msgstr "Agresywna blokada"
30
 
31
+ #: ../settings.php:222
32
  msgid "Site connection"
33
  msgstr "Połączenie witryny"
34
 
35
+ #: ../settings.php:168
36
  msgid "Proactive security rules"
37
  msgstr "Pro-aktywne zasady bezpieczeństwa"
38
 
39
+ #: ../settings.php:171
40
  msgid "Block subnet"
41
  msgstr "Blokada podsieci"
42
 
43
+ #: ../settings.php:186
44
  msgid "Request wp-login.php"
45
  msgstr "Żądanie wp-login.php"
46
 
47
+ #: ../settings.php:187
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:202
52
  msgid "Custom login page"
53
  msgstr "Własna strona logowania"
54
 
55
+ #: ../settings.php:205
56
  msgid "Custom login URL"
57
  msgstr "Własny URL logowania"
58
 
59
+ #: ../settings.php:206
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "nie może nachodzić z istniejącym stronami lub uproszczonymi adresami wpisów"
62
 
63
+ #: ../settings.php:212
64
  msgid "Disable wp-login.php"
65
  msgstr "Wyłącz wp-login.php"
66
 
67
+ #: ../settings.php:213
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Zablokuj bezpośredni dostęp do wp-login.php i przekieruj na błąd 404"
70
 
71
+ #: ../dashboard.php:1588 ../settings.php:236
72
  msgid "Citadel mode"
73
  msgstr "Tryb Twierdzy"
74
 
75
+ #: ../settings.php:239
76
  msgid "Threshold"
77
  msgstr "Pułap"
78
 
79
+ #: ../settings.php:243 ../cerber-scanner.php:3910
80
  msgid "Duration"
81
  msgstr "Czas trwania"
82
 
83
+ #: ../dashboard.php:4265 ../cerber-load.php:4586 ../settings.php:248
 
84
  msgid "Notifications"
85
  msgstr "Powiadomienia"
86
 
87
+ #: ../settings.php:250
88
  msgid "Send notification to admin email"
89
  msgstr "Wyślij powiadomienie na adres mailowy administratora"
90
 
91
+ #: ../dashboard.php:4262 ../cerber-load.php:4583 ../cerber-tools.php:38 ../cerber-
92
+ #: tools.php:47 ../cerber-tools.php:134
93
  msgid "Access Lists"
94
  msgstr "Listy Dostępowe"
95
 
96
+ #: ../dashboard.php:1622 ../dashboard.php:2171 ../dashboard.php:4259 ../cerber-
97
+ #: load.php:4278 ../settings.php:260
98
  msgid "Activity"
99
  msgstr "Aktywność"
100
 
101
+ #: ../dashboard.php:4260
102
  msgid "Lockouts"
103
  msgstr "Blodady"
104
 
105
+ #: ../settings.php:1356
106
  msgid "%s allowed retries in %s minutes"
107
  msgstr "%s prób w ciągu %s minut"
108
 
109
+ #: ../settings.php:1382
110
  msgid "Enable after %s failed login attempts in last %s minutes"
111
  msgstr "Włączane po %d nieprawidłowych próbach logowania w ciągu ostatnich %d minut."
112
 
113
+ #: ../dashboard.php:182 ../dashboard.php:1033 ../dashboard.php:3702 ../cerber-
114
+ #: load.php:4287
115
  msgid "IP"
116
  msgstr "IP"
117
 
118
+ #: ../dashboard.php:772 ../dashboard.php:1036 ../dashboard.php:3325 ../dashboard.
119
+ #: php:3700
120
  msgid "Date"
121
  msgstr "Data"
122
 
123
+ #: ../dashboard.php:775 ../dashboard.php:1038 ../dashboard.php:3705
124
  msgid "Local User"
125
  msgstr "Lokalny użytkownik"
126
 
127
+ #: ../dashboard.php:778 ../dashboard.php:1039 ../cerber-load.php:4295
128
  msgid "Username used"
129
  msgstr "Nazwa użytkownika"
130
 
131
+ #: ../dashboard.php:203
132
  msgid "Showing last %d records from %d"
133
  msgstr "Wyświetla ostatnie %d wpisów z %d"
134
 
135
+ #: ../common.php:1179
136
  msgid "Logged in"
137
  msgstr "Zalogowano"
138
 
139
+ #: ../common.php:1180
140
  msgid "Logged out"
141
  msgstr "Wylogowano"
142
 
143
+ #: ../common.php:1181
144
  msgid "Login failed"
145
  msgstr "Nieprawidłowe logowanie"
146
 
147
+ #: ../dashboard.php:872 ../common.php:1184
148
  msgid "IP blocked"
149
  msgstr "Zablokowano IP"
150
 
151
+ #: ../common.php:1185
152
  msgid "Subnet blocked"
153
  msgstr "Zablokowana podsieć"
154
 
155
+ #: ../common.php:1187
156
  msgid "Citadel activated!"
157
  msgstr "Aktywacja twierdzy!"
158
 
159
+ #: ../dashboard.php:1011 ../dashboard.php:1253 ../dashboard.php:3499 ../common.
160
+ #: php:1235
161
  msgid "Locked out"
162
  msgstr "Zablokowany"
163
 
164
+ #: ../common.php:1237
165
  msgid "IP blacklisted"
166
  msgstr "IP dodany do czarnej listy"
167
 
168
+ #: ../common.php:1202
169
  msgid "Password changed"
170
  msgstr "Zmieniono hasło"
171
 
172
+ #: ../dashboard.php:177 ../dashboard.php:260
173
  msgid "Remove"
174
  msgstr "Usuń"
175
 
176
+ #: ../dashboard.php:544
177
  msgid "Lockout for %s was removed"
178
  msgstr "Blokada dla %s została usunięta"
179
 
180
+ #: ../dashboard.php:232 ../dashboard.php:1003 ../dashboard.php:1247 ../dashboard.
181
+ #: php:1586 ../dashboard.php:3494 ../cerber-load.php:4571
182
  msgid "White IP Access List"
183
  msgstr "Lista dostępu dla białej listy"
184
 
185
+ #: ../dashboard.php:234 ../dashboard.php:1006 ../dashboard.php:1250 ../dashboard.
186
+ #: php:1587 ../dashboard.php:3495
187
  msgid "Black IP Access List"
188
  msgstr "Lista dostępu dla czarnej listy"
189
 
190
+ #: ../dashboard.php:266
191
  msgid "List is empty"
192
  msgstr "Lista jest pusta"
193
 
194
+ #: ../dashboard.php:299
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Adres %s został dodany do Białej listy dostępu"
197
 
198
+ #: ../dashboard.php:321
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Adres %s został dodany do czarnej listy"
201
 
202
+ #: ../cerber-load.php:3591
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "Tryb Twierdzy aktywuje się po %d nieprawidłowych logowania w czasie %d minut."
205
 
206
+ #: ../dashboard.php:2335 ../dashboard.php:2773
207
  msgid "View Activity"
208
  msgstr "Zobacz Aktywność"
209
 
210
+ #: ../dashboard.php:4320 ../dashboard.php:4352 ../cerber-tools.php:37 ../cerber-
211
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
212
  msgid "Settings"
213
  msgstr "Ustawienia"
214
 
215
+ #: ../dashboard.php:1449
216
  msgid "Last login"
217
  msgstr "Ostatnie logowanie"
218
 
219
+ #: ../dashboard.php:1482 ../dashboard.php:1569 ../common.php:1431 ../nexus/cerber-
220
+ #: slave-list.php:297
221
  msgid "Never"
222
  msgstr "Nigdy"
223
 
224
+ #: ../dashboard.php:2217 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
225
+ #: 230 ../cerber-scanner.php:5689 ../cerber-scanner.php:5839
226
  msgid "Are you sure?"
227
  msgstr "Jesteś pewny/a?"
228
 
229
  #. Not sure how "reverse" should be translated into polish language with this context
230
+ #: ../dashboard.php:1988 ../settings.php:223
231
  msgid "My site is behind a reverse proxy"
232
  msgstr "Moja strona łączy się przez odwrotne proxy"
233
 
234
+ #: ../settings.php:1184
 
 
 
 
 
 
 
 
235
  msgid "Make your protection smarter!"
236
  msgstr "Zadbaj o to, aby twoja ochrona była mądrzejsza!"
237
 
238
+ #: ../settings.php:1188
239
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
  msgstr "Prosimy włączyć włączyć permalinki, aby funkcja była dostępna. Zmień ustawienia permalinków na inne, niż domyślne."
241
 
242
+ #: ../dashboard.php:4261 ../cerber-load.php:4581
243
  msgid "Main Settings"
244
  msgstr "Ustawienia Główne"
245
 
246
+ #: ../dashboard.php:4486
 
247
  msgid "Help"
248
  msgstr "Pomoc"
249
 
250
+ #: ../settings.php:1366
251
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
  msgstr "Zwiększ czas blokady do %s godzin po %s blokadach w czasie %s godzin"
253
 
254
+ #: ../cerber-load.php:392
255
  msgid "You are not allowed to log in. Ask your administrator for assistance."
256
  msgstr "Nie masz pozwolenia na zalogowanie. Skontaktuj się z administratorem."
257
 
258
+ #: ../cerber-load.php:417
259
  msgid "You have only one attempt remaining."
260
  msgid_plural "You have %d attempts remaining."
261
  msgstr[0] "Pozostała tobie jedna próba."
262
  msgstr[1] "Pozostałych prób: %d"
263
  msgstr[2] "Pozostałych prób: %d"
264
 
265
+ #: ../dashboard.php:1066
266
  msgid "No activity has been logged."
267
  msgstr "Nie zarejestrowano aktywności."
268
 
269
+ #: ../dashboard.php:185
270
  msgid "Expires"
271
  msgstr "Upływa"
272
 
273
+ #: ../dashboard.php:209
274
  msgid "No lockouts at the moment. The sky is clear."
275
  msgstr "Na chwilę obecną brak jakichkolwiek blokad"
276
 
277
+ #: ../dashboard.php:232
278
  msgid "These IPs will never be locked out"
279
  msgstr "Te adresy IP nigdy nie będą zablokowane."
280
 
281
+ #: ../dashboard.php:241
282
  msgid "Your IP"
283
  msgstr "Twoje IP"
284
 
285
+ #: ../cerber-load.php:3592
286
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
287
  msgstr "Ostatnia nieudana próba miała miejsce %s z adresu IP %s oraz nazwie użytkownika: %s"
288
 
289
+ #: ../cerber-load.php:4549
290
  msgid "Can't activate WP Cerber due to a database error."
291
  msgstr "Nie można aktywować WP Cerber przez błąd bazy danych."
292
 
293
+ #: ../settings.php:1373
294
  msgid "Notify admin if the number of active lockouts above"
295
  msgstr "Powiadom administratora, jeśli liczba aktywnych blokad przekroczy"
296
 
297
+ #: ../settings.php:264 ../settings.php:496 ../settings.php:960 ../settings.php:1031
298
  msgid "days"
299
  msgstr "dni"
300
 
301
+ #: ../dashboard.php:1539
302
  msgid "Cerber Quick View"
303
  msgstr "Szybki podgląd Cerbera"
304
 
305
+ #: ../dashboard.php:205
306
  msgid "Hint"
307
  msgstr "Podpowiedź"
308
 
309
+ #: ../dashboard.php:205
310
  msgid "To view activity, click on the IP"
311
  msgstr "Aby zobaczyć aktywność, kliknij na IP"
312
 
313
+ #: ../settings.php:172
314
  msgid "Always block entire subnet Class C of intruders IP"
315
  msgstr "Zawsze blokuj całą podsieć Klasy C z adresów IP intruzów"
316
 
317
+ #: ../settings.php:255 ../settings.php:1379
318
  msgid "Click to send test"
319
  msgstr "Kliknij, aby wysłać wiadomość testową"
320
 
321
+ #: ../settings.php:1608 ../settings.php:1609
322
  msgid "Attention! You have changed the login URL! The new login URL is"
323
  msgstr "Uwaga! Został zmieniony adres URL logowania! Nowy adres to"
324
 
325
+ #: ../dashboard.php:1448
326
  msgid "Comments"
327
  msgstr "Komentarze"
328
 
329
+ #: ../common.php:1621
330
  msgid "Update to version %s of WP Cerber"
331
  msgstr "Aktualizuj WP Cerber do wersji %s"
332
 
333
+ #: ../cerber-load.php:3593 ../cerber-load.php:4319
334
  msgid "View activity in dashboard"
335
  msgstr "Zobacz aktywność na pulpicie"
336
 
337
+ #: ../cerber-load.php:3622
338
  msgid "Number of active lockouts"
339
  msgstr "Liczba aktywnych blokad"
340
 
341
+ #: ../cerber-load.php:3626
342
  msgid "View lockouts in dashboard"
343
  msgstr "Sprawdź blokady w kokpicie"
344
 
345
+ #: ../cerber-load.php:3714
346
  msgid "This message was sent by"
347
  msgstr "Ta wiadomość została wysłana przez"
348
 
349
+ #: ../dashboard.php:73 ../dashboard.php:4384
350
  msgid "Tools"
351
  msgstr "Narzędzia"
352
 
353
+ #: ../cerber-tools.php:34
354
  msgid "Export settings to the file"
355
  msgstr "Eksportuj ustawienia do pliku"
356
 
357
+ #: ../cerber-tools.php:35
358
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
359
  msgstr "Kiedy klikniesz na przycisk poniżej, to otrzymasz plik konfiguracyjny, który możesz importować na innej stronie."
360
 
361
+ #: ../cerber-tools.php:36
362
  msgid "What do you want to export?"
363
  msgstr "Co chcesz eksportować?"
364
 
365
+ #: ../cerber-tools.php:39
366
  msgid "Download file"
367
  msgstr "Pobierz plik"
368
 
369
+ #: ../cerber-tools.php:41
370
  msgid "Import settings from the file"
371
  msgstr "Importuj ustawienia z pliku"
372
 
373
+ #: ../cerber-tools.php:42
374
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
375
  msgstr "Kiedy klikniesz na przycisk poniżej, to zostanie zaimportowany plik i wszystkie dotychczasowe opcje zostaną nadpisane."
376
 
377
+ #: ../cerber-tools.php:43
378
  msgid "Select file to import."
379
  msgstr "Wybierz plik do importu"
380
 
381
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:4125
382
  msgid "Maximum upload file size: %s."
383
  msgstr "Maksymalna wielkość pliku importu: %s"
384
 
385
+ #: ../cerber-tools.php:46
386
  msgid "What do you want to import?"
387
  msgstr "Co chcesz importować?"
388
 
389
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:4128
390
  msgid "Upload file"
391
  msgstr "Wyślij plik"
392
 
393
+ #: ../cerber-tools.php:97
394
  msgid "No file was uploaded or file is corrupted"
395
  msgstr "Żaden plik nie został zaimportowany lub plik jest uszkodzony"
396
 
397
+ #: ../cerber-tools.php:134
398
  msgid "Error while updating"
399
  msgstr "Błąd podczas aktualizacji"
400
 
401
+ #: ../cerber-tools.php:140
402
  msgid "Settings has imported successfully from"
403
  msgstr "Ustawienia zaimportowano prawidłowo z"
404
 
405
+ #: ../cerber-tools.php:147
406
  msgid "Error while parsing file"
407
  msgstr "Bład parsowania pliku"
408
 
409
+ #: ../dashboard.php:183 ../dashboard.php:1034
410
  msgid "Hostname"
411
  msgstr "Host"
412
 
413
+ #: ../dashboard.php:481
414
  msgid "unknown"
415
  msgstr "nieznane"
416
 
417
+ #: ../settings.php:263 ../settings.php:956
418
  msgid "Keep records for"
419
  msgstr "Trzymaj zapisy przez"
420
 
421
+ #: ../dashboard.php:1573 ../dashboard.php:1595
422
  msgid "active"
423
  msgstr "aktywne"
424
 
425
+ #: ../dashboard.php:1573
426
  msgid "deactivate"
427
  msgstr "deaktywuj"
428
 
429
+ #: ../dashboard.php:1575
430
  msgid "not active"
431
  msgstr "nieaktywne"
432
 
433
+ #: ../dashboard.php:1576 ../dashboard.php:1590
434
  msgid "disabled"
435
  msgstr "wyłączone"
436
 
437
+ #: ../dashboard.php:1581
438
  msgid "failed attempts"
439
  msgstr "nieudane próby"
440
 
441
+ #: ../dashboard.php:1581 ../dashboard.php:1582
442
  msgid "in 24 hours"
443
  msgstr "przez 24 godziny"
444
 
445
+ #: ../dashboard.php:1581 ../dashboard.php:1582
446
  msgid "view all"
447
  msgstr "zobacz wszystkie"
448
 
449
+ #: ../dashboard.php:1582
450
  msgid "lockouts"
451
  msgstr "blokady"
452
 
453
+ #: ../dashboard.php:1584
454
  msgid "Lockouts at the moment"
455
  msgstr "Blokad na chwilę obecną"
456
 
457
+ #: ../dashboard.php:1585
458
  msgid "Last lockout"
459
  msgstr "Ostatnia blokada"
460
 
461
+ #: ../dashboard.php:1586 ../dashboard.php:1587 ../dashboard.php:2516
462
  msgid "entry"
463
  msgid_plural "entries"
464
  msgstr[0] "wpis"
465
  msgstr[1] "wpisów"
466
  msgstr[2] "wpisy"
467
 
468
+ #: ../dashboard.php:2212
469
  msgid "Confused about some settings?"
470
  msgstr "Nie rozumiesz niektórych ustawień?"
471
 
472
+ #: ../dashboard.php:2213
473
  msgid "You can easily load default recommended settings using button below"
474
  msgstr "Możesz bez problemu załadować rekomendowane ustawienia klikając na przycisk poniżej"
475
 
476
+ #: ../dashboard.php:2215
477
  msgid "Load default settings"
478
  msgstr "Załaduj ustawienia domyślne"
479
 
480
+ #: ../dashboard.php:2223
481
  msgid "doesn't affect Custom login URL and Access Lists"
482
  msgstr "Nie ma wpływu na własny adres logowania oraz na Listy Dostępu"
483
 
484
+ #: ../common.php:1614 ../settings.php:401
485
  msgid "New version is available"
486
  msgstr "Dostępna jest nowa wersja"
487
 
488
+ #: ../cerber-load.php:3565
 
 
 
 
 
489
  msgid "WP Cerber notify"
490
  msgstr "Powiadomienie WP Cerber"
491
 
492
+ #: ../cerber-load.php:3589
493
  msgid "Citadel mode is activated"
494
  msgstr "Tryb Twierdzy jest aktywny"
495
 
496
+ #: ../cerber-load.php:3661
497
  msgid "New Custom login URL"
498
  msgstr "Nowy, własny URL logowania"
499
 
500
+ #: ../cerber-load.php:4536
501
  msgid "The WP Cerber requires PHP %s or higher. You are running"
502
  msgstr "WP Cerber wymaga wersji PHP %s lub wyższej. Twoja wersja to"
503
 
504
+ #: ../cerber-load.php:4540
505
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
506
  msgstr "WP Cerber wymaga wersji Wordpress %s lub wyższej. Twoja wersja to"
507
 
508
+ #: ../settings.php:287
509
  msgid "Use file"
510
  msgstr "Użyj pliku"
511
 
512
+ #: ../settings.php:288
513
  msgid "Write failed login attempts to the file"
514
  msgstr "Zapisuj nieprawidłowe próby logowania do pliku"
515
 
516
+ #: ../dashboard.php:2334
517
  msgid "Deactivate"
518
  msgstr "Wyłącz"
519
 
520
+ #: ../dashboard.php:186 ../cerber-load.php:3624
521
  msgid "Reason"
522
  msgstr "Powód"
523
 
524
+ #: ../dashboard.php:273
525
  msgid "Add IP to the list"
526
  msgstr "Dodaj IP do listy"
527
 
528
+ #: ../dashboard.php:1315
529
  msgid "Add IP to the Black List"
530
  msgstr "Dodaj IP do czarnej listy"
531
 
532
+ #: ../common.php:1274
533
  msgid "Attempt to access"
534
  msgstr "Próba dostępu"
535
 
536
+ #: ../common.php:1273
537
  msgid "Limit on login attempts is reached"
538
  msgstr "Osiągnięto limit prób logowania"
539
 
540
+ #: ../cerber-load.php:3623
 
 
 
 
541
  msgid "Last lockout was added: %s for IP %s"
542
  msgstr "Ostatnią blokadę dodano: %s dla IP %s"
543
 
544
+ #: ../dashboard.php:4263 ../cerber-load.php:4585
545
  msgid "Hardening"
546
  msgstr "Wzmacnianie"
547
 
548
+ #: ../dashboard.php:1290
549
  msgid "Abuse email:"
550
  msgstr "Nadużycie adresu email:"
551
 
552
+ #: ../settings.php:387 ../settings.php:431 ../settings.php:1093
553
  msgid "Email Address"
554
  msgstr "Adres E-mail"
555
 
556
+ #: ../settings.php:392
557
  msgid "if empty, the admin email %s will be used"
558
  msgstr "jeśli puste, to zostanie użyty adres e-mail administratora: %s"
559
 
560
+ #: ../settings.php:297
561
  msgid "Drill down IP"
562
  msgstr "Identyfikuj adres IP"
563
 
564
+ #: ../settings.php:298
565
  msgid "Retrieve extra WHOIS information for IP"
566
  msgstr "Sprawdź dodatkowe informacje WHOIS dla adresu IP"
567
 
568
+ #: ../settings.php:754
569
  msgid "Hardening WordPress"
570
  msgstr "Wzmacnianie Wordpressa"
571
 
572
+ #: ../settings.php:755 ../settings.php:799
573
  msgid "Stop user enumeration"
574
  msgstr "Wyłącz numerację użytkowników"
575
 
576
+ #: ../settings.php:782
577
  msgid "Disable XML-RPC"
578
  msgstr "Wyłącz XML-RPC"
579
 
580
+ #: ../settings.php:787
581
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
582
  msgstr "Zablokuj dostęp do serwera XML-RPC (włączając w to Pingbacki i Trackbacki)"
583
 
584
+ #: ../settings.php:789
585
  msgid "Disable feeds"
586
  msgstr "Wyłącz kanały RSS"
587
 
588
+ #: ../settings.php:794
589
  msgid "Block access to the RSS, Atom and RDF feeds"
590
  msgstr "Wyłącz dostęp do RSS"
591
 
592
+ #: ../settings.php:807
593
  msgid "Disable REST API"
594
  msgstr "Wyłącz REST API"
595
 
596
+ #: ../settings.php:1696 ../settings.php:1708 ../settings.php:1831
 
 
 
 
597
  msgid "<strong>ERROR</strong>: please enter a valid email address."
598
  msgstr "<strong>BŁĄD</strong>: Proszę podać prawidłowy adres mailowy"
599
 
600
+ #: ../cerber-load.php:3654 ../cerber-load.php:4570
601
  msgid "WP Cerber is now active and has started protecting your site"
602
  msgstr "WP Cerber jest teraz aktywny i chroni twoją witrynę"
603
 
604
+ #: ../dashboard.php:187 ../cerber-scanner.php:5715 ../cerber-scanner.php:5855
605
  msgid "Action"
606
  msgstr "Akcja"
607
 
608
+ #: ../dashboard.php:234
609
  msgid "Nobody can log in or register from these IPs"
610
  msgstr "Z tych adresów IP nikt nie może się zalogować ani zarejestrować"
611
 
612
+ #: ../dashboard.php:291 ../dashboard.php:308
613
  msgid "Incorrect IP address or IP range"
614
  msgstr "Nieprawidłowy adres IP lub zakres IP"
615
 
616
+ #: ../dashboard.php:2350 ../nexus/cerber-nexus-slave.php:450
617
  msgid "Settings saved"
618
  msgstr "Ustawienia zapisano"
619
 
620
+ #: ../dashboard.php:1295
621
  msgid "Network:"
622
  msgstr "Sieć:"
623
 
624
+ #: ../dashboard.php:1310
625
  msgid "Add network to the Black List"
626
  msgstr "Dodaj sieć do Czarnej Listy"
627
 
628
+ #: ../dashboard.php:2333
629
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
630
  msgstr "Uwaga! Tryb Twierdzy jest aktywny. Nikt obecnie nie może się zalogować."
631
 
632
+ #: ../dashboard.php:408 ../dashboard.php:3423 ../whois.php:222 ../whois.php:253 ..
633
+ #: /common.php:1291 ../common.php:1709 ../nexus/cerber-slave-list.php:283
634
  msgid "Unknown"
635
  msgstr "Nieznane"
636
 
639
  msgid "Gregory"
640
  msgstr "Gregory"
641
 
642
+ #: ../common.php:317 ../common.php:389 ../common.php:394 ../common.php:400 ..
643
+ #: /common.php:405 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
644
+ #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
645
+ #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
646
+ #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
647
+ #: /settings.php:1587 ../settings.php:1672 ../nexus/cerber-nexus-slave.php:222 ..
648
+ #: /nexus/cerber-nexus-slave.php:233 ../cerber-scanner.php:5809
649
  msgid "ERROR:"
650
  msgstr "BŁĄD:"
651
 
652
+ #: ../cerber-load.php:729
653
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
654
  msgstr "Nieudana weryfikacja. Proszę zaznaczyć kwadrat poniżej w bloku reCAPTCHA"
655
 
656
+ #: ../cerber-load.php:1045
657
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
658
  msgstr "<strong>BŁĄD</strong>: Hasło dla nazwy użytkownika jest nieprawidłowe"
659
 
660
+ #: ../cerber-load.php:1319
661
  msgid "Username is not allowed. Please choose another one."
662
  msgstr "Nazwa użytkownika niedostępna. Prosimy wybrać inną."
663
 
664
+ #: ../cerber-load.php:3617
665
  msgid "unspecified"
666
  msgstr "nieokreślone"
667
 
668
+ #: ../cerber-load.php:3620
669
  msgid "Number of lockouts is increasing"
670
  msgstr "Liczba blokad wzrasta"
671
 
672
+ #: ../cerber-load.php:3625
673
  msgid "View activity for this IP"
674
  msgstr "Zobacz aktywność tego IP"
675
 
676
+ #: ../cerber-load.php:3629 ../cerber-load.php:3631
677
  msgid "A new version of WP Cerber is available to install"
678
  msgstr "Dostępna jest nowa wersja WP Cerber"
679
 
680
+ #: ../cerber-load.php:3630
681
  msgid "Hi!"
682
  msgstr "Cześć!"
683
 
684
+ #: ../cerber-load.php:3633 ../cerber-load.php:3644 ../nexus/cerber-slave-list.php:
685
+ #: 45
686
  msgid "Website"
687
  msgstr "Witryna"
688
 
689
+ #: ../cerber-load.php:3636 ../cerber-load.php:3637
690
  msgid "The WP Cerber security plugin has been deactivated"
691
  msgstr "Wtyczka bezpieczeństwa WP Cerber została wyłączona"
692
 
693
+ #: ../cerber-load.php:3639
694
  msgid "Not logged in"
695
  msgstr "Niezalogowany"
696
 
697
+ #: ../cerber-load.php:3645
698
  msgid "By user"
699
  msgstr "- użytkownik"
700
 
701
+ #: ../cerber-load.php:3646
702
  msgid "From IP address"
703
  msgstr "Z adresu IP"
704
 
705
+ #: ../cerber-load.php:3649
706
  msgid "From country"
707
  msgstr "Z Państwa"
708
 
709
+ #: ../cerber-load.php:3653
710
  msgid "The WP Cerber security plugin is now active"
711
  msgstr "Wtyczka WP Cerber jest teraz aktywna"
712
 
713
+ #: ../cerber-load.php:4571
714
  msgid "Your IP address is added to the"
715
  msgstr "Twój adres IP został dodany do"
716
 
717
+ #: ../cerber-load.php:4587
718
  msgid "Import settings"
719
  msgstr "Importuj ustawienia"
720
 
721
+ #: ../settings.php:395
722
  msgid "Notification limit"
723
  msgstr "Limit powiadomień"
724
 
725
+ #: ../settings.php:396
726
  msgid "notification letters allowed per hour (0 means unlimited)"
727
  msgstr "limit powiadomień na godzinę (0 oznacza nieograniczone)"
728
 
729
+ #: ../settings.php:314
730
  msgid "User related settings"
731
  msgstr "Ustawienia związane z użytkownikami"
732
 
733
+ #: ../settings.php:356
734
  msgid "Prohibited usernames"
735
  msgstr "Zabronione nazwy użytkownika"
736
 
737
+ #: ../settings.php:357
738
  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."
739
  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."
740
 
741
+ #: ../settings.php:364
742
  msgid "User session expire"
743
  msgstr "Przedawnienie sesji użytkownika"
744
 
745
+ #: ../settings.php:365
746
  msgid "in minutes (leave empty to use default WP value)"
747
  msgstr "w minutach (pozostaw puste, aby użyć standardowej wartości WP)"
748
 
749
+ #: ../settings.php:503
750
  msgid "reCAPTCHA settings"
751
  msgstr "Ustawienia reCAPTCHA"
752
 
753
+ #: ../settings.php:506
754
  msgid "Site key"
755
  msgstr "Klucz strony"
756
 
757
+ #: ../settings.php:510
758
  msgid "Secret key"
759
  msgstr "Sekretny klucz"
760
 
761
+ #: ../settings.php:520
762
  msgid "Enable reCAPTCHA for WordPress registration form"
763
  msgstr "Włącz reCAPTCHA dla formularza rejestracji Wordpressa"
764
 
765
+ #: ../settings.php:529
766
  msgid "Lost password form"
767
  msgstr "Formularz odzyskiwania hasła"
768
 
769
+ #: ../settings.php:539
770
  msgid "Login form"
771
  msgstr "Formularz logowania"
772
 
773
+ #: ../settings.php:540
774
  msgid "Enable reCAPTCHA for WordPress login form"
775
  msgstr "Włącz reCAPTCHę dla formularza logowania Wordpressa"
776
 
777
+ #: ../settings.php:1202
778
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
779
  msgstr "Zanim zaczniesz używać reCAPTCHA musisz uzyskać dwa klucze na specjalnej stronie Google"
780
 
781
+ #: ../cerber-lab.php:779 ../settings.php:1203 ../settings.php:1206
782
  msgid "Know more"
783
  msgstr "Dowiedz się więcej"
784
 
785
+ #: ../dashboard.php:4264
 
 
 
 
786
  msgid "Users"
787
  msgstr "Użytkownicy"
788
 
789
+ #: ../common.php:1177
790
  msgid "User created"
791
  msgstr "Utworzenie nowego użytkownika"
792
 
793
+ #: ../common.php:1178
794
  msgid "User registered"
795
  msgstr "Użytkownik zarejestrowany"
796
 
797
+ #: ../common.php:1205
798
  msgid "reCAPTCHA verification failed"
799
  msgstr "Nieprawidłowa weryfikacja reCATPCHA"
800
 
801
+ #: ../common.php:1206
802
  msgid "reCAPTCHA settings are incorrect"
803
  msgstr "Nieprawidłowe ustawienia reCAPTCHA"
804
 
805
+ #: ../common.php:1209 ../common.php:1295
806
  msgid "Attempt to access prohibited URL"
807
  msgstr "Próba logowania na zabroniony URL"
808
 
809
+ #: ../common.php:1211 ../common.php:1276
810
  msgid "Attempt to log in with prohibited username"
811
  msgstr "Próba zalogowania z zabronioną nazwą użytkownika"
812
 
813
+ #: ../settings.php:274
814
  msgid "Cerber Lab connection"
815
  msgstr "Połączenie Cerber Lab"
816
 
817
+ #: ../settings.php:275
818
  msgid "Send malicious IP addresses to the Cerber Lab"
819
  msgstr "Wyślij szkodliwe adresy IP do Cerber Lab"
820
 
821
+ #: ../settings.php:279
822
  msgid "Cerber Lab protocol"
823
  msgstr "Protokół Cerber Lab"
824
 
825
+ #: ../settings.php:451 ../settings.php:519
826
  msgid "Registration form"
827
  msgstr "Formularz rejestracji"
828
 
829
+ #: ../settings.php:525
830
  msgid "Enable reCAPTCHA for WooCommerce registration form"
831
  msgstr "Włącz reCAPTCHA dla formularza rejestracji WooCommerce"
832
 
833
+ #: ../settings.php:530
834
  msgid "Enable reCAPTCHA for WordPress lost password form"
835
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła Wordpressa"
836
 
837
+ #: ../settings.php:535
838
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
839
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła WooCommerce"
840
 
841
+ #: ../settings.php:545
842
  msgid "Enable reCAPTCHA for WooCommerce login form"
843
  msgstr "Włącz reCAPTCHę dla formularza logowania WooCoomerce"
844
 
845
+ #: ../common.php:1207
846
  msgid "Request to the Google reCAPTCHA service failed"
847
  msgstr "Wysyłanie żądania do Google reCAPTCHA nie powiodło się"
848
 
849
+ #: ../dashboard.php:853 ../dashboard.php:2185
850
  msgid "View all"
851
  msgstr "Zobacz wszystkie"
852
 
853
+ #: ../dashboard.php:2188
854
  msgid "Recently locked out IP addresses"
855
  msgstr "Ostatnio zablokowane adresy IP"
856
 
857
+ #: ../cerber-lab.php:777
858
  msgid "OK, nail them all"
859
  msgstr "OK"
860
 
861
+ #: ../cerber-lab.php:778
862
  msgid "NO, maybe later"
863
  msgstr "NIE"
864
 
865
+ #: ../dashboard.php:54 ../dashboard.php:1621 ../dashboard.php:2534 ../dashboard.
866
+ #: php:4258
867
  msgid "Dashboard"
868
  msgstr "Kokpit"
869
 
870
+ #: ../cerber-lab.php:775
871
  msgid "Want to make WP Cerber even more powerful?"
872
  msgstr "Chcesz uczyć WP Cerber jeszcze bardziej potężnym?"
873
 
874
+ #: ../cerber-lab.php:776
875
  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."
876
  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."
877
 
878
+ #: ../dashboard.php:771 ../dashboard.php:3324
879
  msgid "IP address"
880
  msgstr "Adres IP"
881
 
882
+ #: ../dashboard.php:776
883
  msgid "User login"
884
  msgstr "Login użytkownika"
885
 
886
+ #: ../dashboard.php:777 ../dashboard.php:3330
887
  msgid "User ID"
888
  msgstr "ID użytkownika"
889
 
890
+ #: ../dashboard.php:1061 ../dashboard.php:3765
891
  msgid "Export"
892
  msgstr "Eksport"
893
 
894
+ #: ../dashboard.php:1084
895
  msgid "Search for IP or username"
896
  msgstr "Szukaj IP lub użytkownika"
897
 
898
+ #: ../dashboard.php:1085
899
  msgid "Filter"
900
  msgstr "Filtr"
901
 
903
  msgid "Cerber Dashboard"
904
  msgstr "Kokpit Cerbera"
905
 
906
+ #: ../dashboard.php:73
907
  msgid "Cerber tools"
908
  msgstr "Narzędzia Cerbera"
909
 
910
+ #: ../cerber-tools.php:228
 
 
 
 
911
  msgid "Unsubscribe"
912
  msgstr "Odsubskrybuj"
913
 
914
+ #: ../dashboard.php:2458
915
  msgid "You've subscribed"
916
  msgstr "Zasubskrybowałeś/aś"
917
 
918
+ #: ../dashboard.php:2463
919
  msgid "You've unsubscribed"
920
  msgstr "Odsubskrybowałeś/aś"
921
 
922
+ #: ../cerber-load.php:3665 ../cerber-load.php:3666
923
  msgid "A new activity has been recorded"
924
  msgstr "Zarejestrowano nową aktywność"
925
 
926
+ #: ../cerber-load.php:4291
927
  msgid "User"
928
  msgstr "Użytkownik"
929
 
930
+ #: ../cerber-load.php:4299
931
  msgid "Search string"
932
  msgstr "Fraza do wyszukania"
933
 
934
+ #: ../settings.php:294
 
 
 
 
935
  msgid "Preferences"
936
  msgstr "Preferencje"
937
 
938
+ #: ../settings.php:302
939
  msgid "Date format"
940
  msgstr "Format daty"
941
 
942
+ #: ../settings.php:303
943
  msgid "if empty, the default format %s will be used"
944
  msgstr "Jeśli puste, do zostanie użyty domyślny format %s"
945
 
946
+ #: ../settings.php:407
947
  msgid "Push notifications"
948
  msgstr "Pchnij powiadomienia"
949
 
950
+ #: ../settings.php:380
951
  msgid "Email notifications"
952
  msgstr "Powiadomienia E-mail"
953
 
954
+ #: ../settings.php:388 ../settings.php:433 ../settings.php:919 ../settings.php:1097
955
  msgid "Use comma to specify multiple values"
956
  msgstr "Używaj przecinka, aby określić więcej wartości"
957
 
958
+ #: ../settings.php:119
959
  msgid "All connected devices"
960
  msgstr "Wszystkie połączone urządzenia"
961
 
962
+ #: ../settings.php:122
963
  msgid "No devices found"
964
  msgstr "Nie znaleziono urządzeń"
965
 
966
+ #: ../settings.php:126
967
  msgid "Not available"
968
  msgstr "Niedostępne"
969
 
970
+ #: ../common.php:1203
971
  msgid "Password reset requested"
972
  msgstr "Prośba o reset hasła"
973
 
974
+ #: ../common.php:1277
975
  msgid "Limit on failed reCAPTCHA verifications is reached"
976
  msgstr "Osiągnięto limit nieprawidłowych weryfikacji reCAPTCHA"
977
 
978
+ #: ../common.php:1426
979
  msgid "%s ago"
980
  msgstr "%s temu"
981
 
982
+ #: ../settings.php:162
983
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
984
  msgstr "Włącz zasadę limitu logowań dla adresów IP na białej liście"
985
 
986
+ #: ../settings.php:191
987
  msgid "Display 404 page"
988
  msgstr "Wyświetl stronę 404"
989
 
990
+ #: ../settings.php:514
991
  msgid "Invisible reCAPTCHA"
992
  msgstr "Niewidzialna reCAPTCHA"
993
 
994
+ #: ../settings.php:515
995
  msgid "Enable invisible reCAPTCHA"
996
  msgstr "Włącz niewidzialną reCAPTCHę"
997
 
998
+ #: ../settings.php:515
999
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1000
  msgstr "(nie włączaj, dopóki nie zaopatrzysz się w odpowiednie klucze dla wersji niewidzialnej reCAPTCHy)"
1001
 
1002
+ #: ../settings.php:550
1003
  msgid "Enable reCAPTCHA for WordPress comment form"
1004
  msgstr "Włącz reCAPTCHA dla formularza komentarzy Wordpressa"
1005
 
1006
+ #: ../settings.php:555
1007
  msgid "Disable reCAPTCHA for logged in users"
1008
  msgstr "Wyłącz reCAPTCHę dla zalogowanych użytkowników"
1009
 
1010
+ #: ../settings.php:559
1011
  msgid "Limit attempts"
1012
  msgstr "Limit prób"
1013
 
1014
+ #: ../settings.php:560
1015
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1016
  msgstr "Zablokuj adres IP na %s minut po %s nieprawidłowych próbowach logowania w ciągu %s minut"
1017
 
1018
+ #: ../settings.php:1195
1019
  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."
1020
  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."
1021
 
1022
+ #: ../dashboard.php:773 ../dashboard.php:1037
1023
  msgid "Event"
1024
  msgstr "Zdarzenie"
1025
 
1026
+ #: ../common.php:260
1027
  msgid "Spam comments denied"
1028
  msgstr "Odrzuconych komentarzy ze spamem"
1029
 
1030
+ #: ../common.php:262
1031
  msgid "Malicious IP addresses detected"
1032
  msgstr "Wykrytych szkodliwych adresów IP"
1033
 
1034
+ #: ../common.php:263
1035
  msgid "Lockouts occurred"
1036
  msgstr "Blokad"
1037
 
1038
+ #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1039
+ #: /cerber-load.php:1332
 
 
 
 
1040
  msgid "You are not allowed to register."
1041
  msgstr "Nie masz zezwolenia na rejestrację."
1042
 
1043
+ #: ../common.php:1188
1044
  msgid "Spam comment denied"
1045
  msgstr "Komentarz ze spamem odrzucony"
1046
 
1047
+ #: ../common.php:1213
1048
  msgid "Attempt to log in denied"
1049
  msgstr "Odrzucono próbę logowania"
1050
 
1051
+ #: ../common.php:1214
1052
  msgid "Attempt to register denied"
1053
  msgstr "Odrzucono próbę rejestracji"
1054
 
1055
+ #: ../common.php:257
1056
  msgid "Malicious activities mitigated"
1057
  msgstr "Złagodzonej szkodliwej aktywności"
1058
 
1060
  msgid "Cerber antispam settings"
1061
  msgstr "Ustawienia antyspamowe Cerbera"
1062
 
1063
+ #: ../dashboard.php:68 ../cerber-load.php:4584 ../settings.php:549
1064
  msgid "Antispam"
1065
  msgstr "Antyspam"
1066
 
1067
+ #: ../settings.php:443
1068
  msgid "Cerber antispam engine"
1069
  msgstr "Silnik antyspamu cerbera"
1070
 
1071
+ #: ../settings.php:446
1072
  msgid "Comment form"
1073
  msgstr "Formularz komentarzy"
1074
 
1075
+ #: ../settings.php:447
1076
  msgid "Protect comment form with bot detection engine"
1077
  msgstr "Chroń formularz komentarzy silnikiem wykrywania botów"
1078
 
1079
+ #: ../settings.php:452
1080
  msgid "Protect registration form with bot detection engine"
1081
  msgstr "Chroń formularz rejestracyjny za pomocą mechanizmu wykrywania botów"
1082
 
1083
+ #: ../dashboard.php:4386
1084
  msgid "Export & Import"
1085
  msgstr "Eksport & Import"
1086
 
1087
+ #: ../dashboard.php:4387
1088
  msgid "Diagnostic"
1089
  msgstr "Diagnostyka"
1090
 
1091
+ #: ../dashboard.php:4390
1092
  msgid "License"
1093
  msgstr "Licencja"
1094
 
1095
+ #: ../dashboard.php:4297
1096
  msgid "Antispam and bot detection settings"
1097
  msgstr "Antyspam oraz ustawienia wykrywania botów"
1098
 
1099
+ #: ../cerber-load.php:1570
1100
  msgid "Sorry, human verification failed."
1101
  msgstr "Błędna weryfkacja."
1102
 
1103
+ #: ../common.php:1278
1104
  msgid "Bot activity is detected"
1105
  msgstr "Wykryto aktywność botów"
1106
 
1107
+ #: ../settings.php:485
1108
  msgid "Comment processing"
1109
  msgstr "Przetwarzanie komentarzy"
1110
 
1111
+ #: ../settings.php:488
1112
  msgid "If a spam comment detected"
1113
  msgstr "Jeśli wykryto spamerski komentarz"
1114
 
1115
+ #: ../settings.php:493
1116
  msgid "Trash spam comments"
1117
  msgstr "Wyrzuć komentarze oznaczone jako spam"
1118
 
1119
+ #: ../settings.php:495
1120
  msgid "Move spam comments to trash after"
1121
  msgstr "Przenieś spamerskie komentarze do kosza po"
1122
 
1123
+ #: ../common.php:1189
1124
  msgid "Spam form submission denied"
1125
  msgstr "Odrzucony formularz ze spamem"
1126
 
1127
+ #: ../settings.php:456
1128
  msgid "Other forms"
1129
  msgstr "Inne formularze"
1130
 
1131
+ #: ../settings.php:457
1132
  msgid "Protect all forms on the website with bot detection engine"
1133
  msgstr "Chroń wszystkie formularze na stronie dzięki mechanizmowi wykrywania botów"
1134
 
1135
+ #: ../settings.php:463
1136
  msgid "Adjust antispam engine"
1137
  msgstr "Dostosowanie silnika antyspamowego"
1138
 
1139
+ #: ../settings.php:466
1140
  msgid "Safe mode"
1141
  msgstr "Tryb bezpieczny"
1142
 
1143
+ #: ../settings.php:467
1144
  msgid "Use less restrictive policies (allow AJAX)"
1145
  msgstr "Użyj mniej restrykcyjnych zasad (zezwól na AJAX)"
1146
 
1147
+ #: ../dashboard.php:874 ../dashboard.php:3733 ../settings.php:471 ../settings.php:
1148
+ #: 814
1149
  msgid "Logged in users"
1150
  msgstr "Zalogowani użytkownicy"
1151
 
1152
+ #: ../settings.php:472
1153
  msgid "Disable bot detection engine for logged in users"
1154
  msgstr "Wyłącz mechanizm wykrywania botów dla zalogowanych użytkowników"
1155
 
1156
+ #: ../dashboard.php:184 ../dashboard.php:1035
1157
  msgid "Country"
1158
  msgstr "Państwo"
1159
 
1160
+ #: ../dashboard.php:1073
1161
  msgid "All events"
1162
  msgstr "Wszystkie zdarzenia"
1163
 
1165
  msgid "Cerber Security Rules"
1166
  msgstr "Zasady Bezpieczeństwa Cerbera"
1167
 
1168
+ #: ../dashboard.php:60 ../dashboard.php:4334
1169
  msgid "Security Rules"
1170
  msgstr "Zasady Bezpieczeństwa"
1171
 
1172
+ #: ../dashboard.php:1450
1173
  msgid "Failed login attempts"
1174
  msgstr "Nieudane próby logowania"
1175
 
1176
+ #: ../dashboard.php:1407 ../dashboard.php:1451
1177
  msgid "Registered"
1178
  msgstr "Zarejestrowany"
1179
 
1180
+ #: ../dashboard.php:1521 ../cerber-users.php:25
1181
  msgid "You"
1182
  msgstr "Ty"
1183
 
1184
+ #: ../common.php:261
1185
  msgid "Spam form submissions denied"
1186
  msgstr "Odrzuconych formularzy ze spamem"
1187
 
1188
+ #: ../dashboard.php:2224 ../cerber-load.php:3656 ../cerber-load.php:4573
1189
  msgid "Getting Started Guide"
1190
  msgstr "Pierwsze kroki"
1191
 
1192
+ #: ../dashboard.php:4336
1193
  msgid "Countries"
1194
  msgstr "Państwa"
1195
 
1196
+ #: ../dashboard.php:3036
1197
  msgid "Permitted for one country"
1198
  msgid_plural "Permitted for %d countries"
1199
  msgstr[0] "Dozwolone dla jednego kraju"
1200
  msgstr[1] "Dozwolone dla %d krajów"
1201
  msgstr[2] "Dozwolone dla liczby krajów: %d"
1202
 
1203
+ #: ../dashboard.php:3047
1204
  msgid "No rule"
1205
  msgstr "Brak reguły"
1206
 
1207
+ #: ../dashboard.php:3258
1208
  msgid "Security rules have been updated"
1209
  msgstr "Ustawienia zabezpieczeń zostały zaktualizowane"
1210
 
1213
  msgid "https://wpcerber.com"
1214
  msgstr "https://wpcerber.com"
1215
 
1216
+ #: ../common.php:1190
1217
  msgid "Form submission denied"
1218
  msgstr "Wysyłka formularza została odrzucona"
1219
 
1220
+ #: ../common.php:1191
1221
  msgid "Comment denied"
1222
  msgstr "Komentarz odrzucony"
1223
 
1224
+ #: ../common.php:1219
1225
  msgid "Request to REST API denied"
1226
  msgstr "Zablokowane odwołanie do interfejsu REST API"
1227
 
1228
+ #: ../common.php:1220
1229
  msgid "XML-RPC request denied"
1230
  msgstr "Żądanie XML-RPC odrzucono"
1231
 
1232
+ #: ../common.php:1233
1233
  msgid "Bot detected"
1234
  msgstr "Wykryty bot"
1235
 
1236
+ #: ../common.php:1234
1237
  msgid "Citadel mode is active"
1238
  msgstr "Tryb Twierdzy jest aktywny"
1239
 
1240
+ #: ../common.php:1239
1241
  msgid "Malicious activity detected"
1242
  msgstr "Wykryto podejrzane aktywności"
1243
 
1244
+ #: ../common.php:1240
1245
  msgid "Blocked by country rule"
1246
  msgstr "Zablokowane według reguły kraju"
1247
 
1248
+ #: ../common.php:1241
1249
  msgid "Limit reached"
1250
  msgstr "Osiągnięty limit"
1251
 
1252
+ #: ../common.php:1242
1253
  #, fuzzy
1254
  msgid "Multiple suspicious activities"
1255
  msgstr "Wiele podejrzanych działań"
1256
 
1257
+ #: ../common.php:1279
1258
  msgid "Multiple suspicious activities were detected"
1259
  msgstr "Wykryto wiele podejrzane aktywności"
1260
 
1261
+ #: ../settings.php:819
 
 
 
 
 
 
 
 
1262
  msgid "Allow REST API for logged in users"
1263
  msgstr "Zezwól zalogowanym użytkownikom na dostęp do interfejsu REST API"
1264
 
1265
+ #: ../settings.php:834
1266
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1267
  msgstr "Określ obszary nazw API REST, które mają być dozwolone, jeśli interfejs API REST jest wyłączony. Jeden wpis na linię."
1268
 
1269
+ #: ../settings.php:350
1270
  msgid "Registration limit"
1271
  msgstr "Limit rejestracji"
1272
 
1273
+ #: ../settings.php:371
1274
  msgid "Sort users in dashboard"
1275
  msgstr "Sortuj użytkowników w kokpicie"
1276
 
1277
+ #: ../settings.php:372
1278
  msgid "by date of registration"
1279
  msgstr "po dacie rejestracji"
1280
 
1281
+ #: ../settings.php:476
1282
  #, fuzzy
1283
  msgid "Query whitelist"
1284
  msgstr "Zapytanie do białej listy"
1285
 
1286
+ #: ../settings.php:1361
1287
  msgid "%s allowed registrations in %s minutes from one IP"
1288
  msgstr "%s możliwych rejestracji w ciągu %s minut z jednego adresu IP"
1289
 
1290
+ #: ../dashboard.php:3104
1291
  msgid "Start typing here to find a country"
1292
  msgstr "Zacznij wpisywać tutaj, aby znaleźć kraj"
1293
 
1294
+ #: ../dashboard.php:3184
1295
  msgid "Click on a country name to add it to the list of selected countries"
1296
  msgstr "Kliknij na nazwie kraju, aby dodać go do listy wybranych krajów"
1297
 
1298
+ #: ../dashboard.php:3205
1299
  msgid "Submit forms"
1300
  msgstr "Prześlij formularze"
1301
 
1302
+ #: ../dashboard.php:3206
1303
  msgid "Post comments"
1304
  msgstr "Komentarze wpisu"
1305
 
1306
+ #: ../dashboard.php:3207
1307
  msgid "Log in to the website"
1308
  msgstr "Zaloguj się do strony"
1309
 
1310
+ #: ../dashboard.php:3208
1311
  msgid "Register on the website"
1312
  msgstr "Zarejestruj się na stronie"
1313
 
1314
+ #: ../dashboard.php:3209
1315
  msgid "Use XML-RPC"
1316
  msgstr "Użyj XML-RPC"
1317
 
1318
+ #: ../dashboard.php:3210
1319
  msgid "Use REST API"
1320
  msgstr "Użyj REST API"
1321
 
1322
+ #: ../settings.php:490
1323
  msgid "Deny it completely"
1324
  msgstr "Odrzuć kompletnie"
1325
 
1326
+ #: ../settings.php:490
1327
  msgid "Mark it as spam"
1328
  msgstr "Zaznacz jako spam"
1329
 
1330
+ #: ../dashboard.php:2164
1331
  msgid "in the last 24 hours"
1332
  msgstr "w ostatnich 24 godzinach"
1333
 
1334
+ #: ../dashboard.php:2535
1335
  msgid "Main settings"
1336
  msgstr "Ustawienia główne"
1337
 
1338
+ #: ../settings.php:420
1339
  msgid "Weekly reports"
1340
  msgstr "Raporty tygodniowe"
1341
 
1342
+ #: ../settings.php:1541
1343
  msgid "Sunday"
1344
  msgstr "Niedziela"
1345
 
1346
+ #: ../settings.php:1542
1347
  msgid "Monday"
1348
  msgstr "Poniedziałek"
1349
 
1350
+ #: ../settings.php:1543
1351
  msgid "Tuesday"
1352
  msgstr "Wtorek"
1353
 
1354
+ #: ../settings.php:1544
1355
  msgid "Wednesday"
1356
  msgstr "Środa"
1357
 
1358
+ #: ../settings.php:1545
1359
  msgid "Thursday"
1360
  msgstr "Czwartek"
1361
 
1362
+ #: ../settings.php:1546
1363
  msgid "Friday"
1364
  msgstr "Piątek"
1365
 
1366
+ #: ../settings.php:1547
1367
  msgid "Saturday"
1368
  msgstr "Sobota"
1369
 
1370
+ #: ../settings.php:1610 ../settings.php:1611
1371
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1372
  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."
1373
 
1374
+ #: ../cerber-load.php:3671
1375
  msgid "Weekly report"
1376
  msgstr "Raport tygodniowy"
1377
 
1378
+ #: ../cerber-load.php:3674 ../cerber-load.php:3684
1379
  msgid "To change reporting settings visit"
1380
  msgstr "Aby zmienić ustawienia raportowania odwiedź"
1381
 
1382
+ #: ../cerber-load.php:3707
1383
  msgid "Your login page:"
1384
  msgstr "Twoja strona logowania:"
1385
 
1386
+ #: ../cerber-load.php:3711
1387
  msgid "Your license is valid until"
1388
  msgstr "Twoja licencja jest ważna do"
1389
 
1390
+ #: ../cerber-load.php:3817
1391
  msgid "Activity details"
1392
  msgstr "Szczegóły aktywności"
1393
 
1394
+ #: ../settings.php:1577
1395
  msgid "Click to send now"
1396
  msgstr "Kliknij, aby wysłać teraz"
1397
 
1398
+ #: ../cerber-load.php:858
1399
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1400
  msgstr "> > > Tłumaczysz WP Cerber? Zdobądź licencję PRO Cerbera za darmo, podaj swój kontakt tutaj: https://wpcerber.com/contact/"
1401
 
1402
+ #: ../dashboard.php:552
1403
  msgid "Email has been sent to"
1404
  msgstr "Email został wysłany na adres"
1405
 
1406
+ #: ../dashboard.php:555
1407
  msgid "Unable to send email to"
1408
  msgstr "Nie można wysłać e-maila do"
1409
 
1410
+ #: ../dashboard.php:3039
1411
  msgid "Not permitted for one country"
1412
  msgid_plural "Not permitted for %d countries"
1413
  msgstr[0] "Niedozwolone dla jednego kraju"
1414
  msgstr[1] "Niedozwolone dla %d krajów"
1415
  msgstr[2] "Niedozwolone dla liczby krajów: %d"
1416
 
1417
+ #: ../dashboard.php:3188
1418
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1419
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1420
  msgstr "Wybrane kraje mają możliwość %s. inne nie mają możliwości"
1421
 
1422
+ #: ../dashboard.php:3191
1423
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1424
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1425
  msgstr "Wybrane kraje nie mają możliwości %s, inne kraje mają możliwość"
1426
 
1427
+ #: ../cerber-load.php:3805
1428
  msgid "Weekly Report"
1429
  msgstr "Raport tygodniowy"
1430
 
1431
+ #: ../settings.php:194
1432
  msgid "Use 404 template from the active theme"
1433
  msgstr "Użyj szablonu błędu 404 z aktywnego motywu"
1434
 
1435
+ #: ../settings.php:195
1436
  msgid "Display simple 404 page"
1437
  msgstr "Wyświetl prostą stronę 404"
1438
 
1439
+ #: ../settings.php:477
1440
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1441
  msgstr "Wpisz część zapytania lub ścieżkę do zapytania, aby wyłączyć żądanie z listy inspekcji. Jedna pozycja na linię."
1442
 
1443
+ #: ../settings.php:432 ../settings.php:1101
1444
  msgid "if empty, email from notification settings will be used"
1445
  msgstr "jeśli jest pusty, zostanie użyty adres e-mail z ustawień powiadomień"
1446
 
1447
+ #: ../settings.php:423
1448
  msgid "Enable reporting"
1449
  msgstr "Włącz raportowanie"
1450
 
1451
+ #: ../cerber-load.php:3735
1452
  msgid "Your last sign-in was %s from %s"
1453
  msgstr "Twoje ostatnie logowanie to % s z %s"
1454
 
1455
+ #: ../dashboard.php:272
 
 
 
 
1456
  msgid "IP address, IPv4 address range or subnet"
1457
  msgstr "Adres IP, zakres w adresie IPv4 lub podsieć"
1458
 
1459
+ #: ../dashboard.php:274
1460
  msgid "Optional comment for this entry"
1461
  msgstr "Opcjonalny komentarz do tego wpisu"
1462
 
1463
+ #: ../dashboard.php:313
1464
  msgid "You cannot add your IP address or network"
1465
  msgstr "Nie możesz dodać swojego adresu IP lub sieci"
1466
 
1467
+ #: ../settings.php:357
1468
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1469
  msgstr "Aby określić wzór REGEX zamknij całość pomiędzy dwa ukośniki."
1470
 
1472
  msgid "Cerber Traffic Inspector"
1473
  msgstr "Inspektor ruchu Cerbera"
1474
 
1475
+ #: ../dashboard.php:56 ../dashboard.php:1591 ../dashboard.php:4317
1476
  msgid "Traffic Inspector"
1477
  msgstr "Inspektor ruchu"
1478
 
1479
+ #: ../dashboard.php:1623
1480
  msgid "Traffic"
1481
  msgstr "Ruch"
1482
 
1483
+ #: ../dashboard.php:3701
 
 
 
 
1484
  msgid "Request"
1485
  msgstr "Żądanie"
1486
 
1487
+ #: ../dashboard.php:3703
1488
  msgid "Host Info"
1489
  msgstr "Informacje o hostingu"
1490
 
1491
+ #: ../dashboard.php:3704
1492
  msgid "User Agent"
1493
  msgstr "Przeglądarka użytkownika"
1494
 
1495
+ #: ../dashboard.php:3729
1496
  msgid "All requests"
1497
  msgstr "Wszystkie odwołania"
1498
 
1499
+ #: ../dashboard.php:875 ../dashboard.php:3734
1500
  msgid "Not logged in visitors"
1501
  msgstr "Niezalogowani użytkownicy"
1502
 
1503
+ #: ../dashboard.php:3737
1504
  msgid "Form submissions"
1505
  msgstr "Przesyłanie formularzy"
1506
 
1507
+ #: ../dashboard.php:3739
1508
  msgid "Page Not Found"
1509
  msgstr "Strony nie znaleziono"
1510
 
1511
+ #: ../dashboard.php:3748
 
 
 
 
 
 
 
 
1512
  msgid "Longer than"
1513
  msgstr "Dłuższe niż"
1514
 
1515
+ #: ../dashboard.php:3771
1516
  msgid "Refresh"
1517
  msgstr "Odśwież"
1518
 
1519
+ #: ../common.php:187
1520
  msgid "Check for requests"
1521
  msgstr "Sprawdź żądania"
1522
 
1523
+ #: ../common.php:1640
1524
  msgid "Not specified"
1525
  msgstr "Nieokreślony"
1526
 
1527
+ #: ../settings.php:891
1528
  msgid "Logging mode"
1529
  msgstr "Tryb zapisu logów"
1530
 
1531
+ #: ../settings.php:897
1532
  msgid "Logging disabled"
1533
  msgstr "Zapisywanie logów wyłączone"
1534
 
1535
+ #: ../settings.php:898
1536
  msgid "Smart"
1537
  msgstr "Inteligentne"
1538
 
1539
+ #: ../settings.php:899
1540
  msgid "All traffic"
1541
  msgstr "Cały ruch"
1542
 
1543
+ #: ../settings.php:903
1544
  msgid "Ignore crawlers"
1545
  msgstr "Ignoruj roboty indeksujące"
1546
 
1547
+ #: ../settings.php:913
1548
  #, fuzzy
1549
  msgid "Mask these form fields"
1550
  msgstr "Ukryj te pola formularzy"
1551
 
1552
+ #: ../settings.php:953
1553
  msgid "milliseconds"
1554
  msgstr "milisekundy"
1555
 
1556
+ #: ../settings.php:846
 
 
 
 
1557
  msgid "Enable traffic inspection"
1558
  msgstr "Włącz inspekcję ruchu"
1559
 
1560
  #. is it as "saving data in logs" kind of context?
1561
+ #: ../settings.php:890
1562
  #, fuzzy
1563
  msgid "Logging"
1564
  msgstr "Zapisywanie logów"
1565
 
1566
+ #: ../settings.php:908
1567
  msgid "Save request fields"
1568
  msgstr "Zapisz pola żądań"
1569
 
1570
+ #: ../settings.php:948
1571
  msgid "Page generation time threshold"
1572
  msgstr "Próg czasowy generowania strony"
1573
 
1574
+ #: ../dashboard.php:3721
1575
  msgid "No requests have been logged."
1576
  msgstr "Nie zalogowano żadnych żądań."
1577
 
1578
+ #: ../dashboard.php:1590
1579
  msgid "enabled"
1580
  msgstr "włączony"
1581
 
1582
+ #: ../dashboard.php:1595
1583
  msgid "no connection"
1584
  msgstr "brak połączenia"
1585
 
1586
+ #: ../dashboard.php:1397
 
 
 
 
1587
  msgid "Last seen"
1588
  msgstr "Ostatnio widziany"
1589
 
1590
+ #: ../common.php:1215 ../common.php:1280
1591
  msgid "Probing for vulnerable PHP code"
1592
  msgstr "Sondowanie dla wrażliwego kodu PHP"
1593
 
1594
+ #: ../dashboard.php:4062
1595
  msgid "Any"
1596
  msgstr "Dowolny"
1597
 
1598
+ #: ../cerber-load.php:3452
1599
  msgid "We're sorry, you are not allowed to proceed"
1600
  msgstr "Przepraszamy, nie masz możliwości kontynuowania"
1601
 
1602
+ #: ../settings.php:862
1603
  msgid "Request whitelist"
1604
  msgstr "Biała lista żądań"
1605
 
1606
+ #: ../settings.php:868
1607
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1608
  msgstr "Wpisz adresy żądania, które mają być wykluczone z inspekcji. Jeden adres na linię."
1609
 
1610
+ #: ../settings.php:924
1611
  msgid "Save request headers"
1612
  msgstr "Zapisz nagłówki żądań"
1613
 
1614
+ #: ../settings.php:930
1615
  msgid "Save $_SERVER"
1616
  msgstr "Zapisz $_SERVER"
1617
 
1618
+ #: ../settings.php:936
1619
  msgid "Save request cookies"
1620
  msgstr "Zapisz ciasteczka żądań"
1621
 
1622
+ #: ../settings.php:762
1623
  msgid "Protect admin scripts"
1624
  msgstr "Chroń skrypty administracyjne"
1625
 
1626
+ #: ../settings.php:767
1627
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1628
  msgstr "Zablokuj nieautoryzowany dostęp do skryptów load-scripts.php i load-styles.php"
1629
 
1630
+ #: ../common.php:2497
1631
  msgid "Unable to create the directory"
1632
  msgstr "Nie można utworzyć katalogu"
1633
 
1634
+ #: ../common.php:2502
1635
  msgid "Destination folder access denied"
1636
  msgstr "Odmowa dostępu do folderu docelowego"
1637
 
1638
+ #: ../common.php:2505
1639
  msgid "File not found"
1640
  msgstr "Nie znaleziono pliku"
1641
 
1642
+ #: ../common.php:2508
1643
  msgid "Unable to copy the file"
1644
  msgstr "Nie można skopiować pliku"
1645
 
1646
+ #: ../common.php:2514
1647
  msgid "Unable to delete the file"
1648
  msgstr "Nie można usunąć pliku"
1649
 
1650
+ #: ../settings.php:132
1651
  msgid "Plugin initialization"
1652
  msgstr "Inicjalizacja wtyczki"
1653
 
1654
+ #: ../settings.php:135
1655
  msgid "Load security engine"
1656
  msgstr "Uruchamianie mechanizmu bezpieczeństwa"
1657
 
1658
+ #: ../settings.php:138
1659
  msgid "Legacy mode"
1660
  msgstr "Stary tryb"
1661
 
1662
+ #: ../settings.php:139
1663
  msgid "Standard mode"
1664
  msgstr "Tryb standardowy"
1665
 
1666
+ #: ../settings.php:1588
1667
  msgid "Plugin initialization mode has not been changed"
1668
  msgstr "Sposób inicjalizacji trybu wtyczki nie został zmieniony"
1669
 
1673
  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>."
1674
 
1675
  #. Możliwie do zmiany w zależności od kontekstu.
1676
+ #: ../common.php:1217
1677
  msgid "File upload denied"
1678
  msgstr "Odrzucone wysyłanie pliku"
1679
 
1680
+ #: ../settings.php:868
 
 
 
 
1681
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1682
  msgstr "Aby określić wzór REGEX, zamknij linię pomiędzy dwie klamry."
1683
 
1684
+ #: ../settings.php:1191
1685
  msgid "Be careful about enabling these options."
1686
  msgstr "Uważaj podczas włączania tych opcji"
1687
 
1688
+ #: ../settings.php:1191
1689
  msgid "If you forget your Custom login URL, you will be unable to log in."
1690
  msgstr "Jeśli zapomnisz własny adres URL logowania, to nie będziesz mógł się zalogować."
1691
 
1692
+ #: ../dashboard.php:64 ../dashboard.php:4349
1693
  msgid "Site Integrity"
1694
  msgstr "Integralność Witryny"
1695
 
1696
+ #: ../dashboard.php:1608 ../dashboard.php:1610 ../settings.php:621 ../settings.
1697
+ #: php:852 ../settings.php:878 ../cerber-scanner.php:1623
1698
  msgid "Disabled"
1699
  msgstr "Wyłączone"
1700
 
1701
+ #: ../dashboard.php:1609 ../cerber-scanner.php:1065
1702
  msgid "Quick Scan"
1703
  msgstr "Szybkie skanowanie"
1704
 
1705
+ #: ../dashboard.php:1611 ../cerber-scanner.php:1065
1706
  msgid "Full Scan"
1707
  msgstr "Pełne skanowanie"
1708
 
1709
  #. Name of the plugin
1710
  #:
1711
  msgid "WP Cerber Security, Antispam & Malware Scan"
1712
+ msgstr "WP Cerber Security, Skanowanie Antyspam & Malware"
1713
 
1714
+ #: ../common.php:1243
1715
  msgid "Denied"
1716
  msgstr "Odrzucone"
1717
 
1718
+ #: ../settings.php:161 ../settings.php:325 ../settings.php:857
1719
  msgid "Use White IP Access List"
1720
  msgstr "Użyj białej listy dostępu IP"
1721
 
1722
+ #: ../settings.php:181
1723
  msgid "Disable dashboard redirection"
1724
  msgstr "Wyłącz przekierowanie z kokpitu"
1725
 
1726
+ #: ../settings.php:182
1727
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1728
+ msgstr "Wyłącz automatyczne przekierowanie do strony logowania, gdy /wp-admin/ jest żądany przez nieautoryzowane zgłoszenie"
1729
 
1730
+ #: ../settings.php:969
1731
  msgid "Scanner settings"
1732
  msgstr "Ustawienia skanera"
1733
 
1734
+ #: ../settings.php:970
1735
  msgid "Custom signatures"
1736
  msgstr "Własne sygnatury"
1737
 
1738
+ #: ../settings.php:976
1739
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1740
+ msgstr "Określ niestandardowe sygnatury kodu PHP. Jeden element na wiersz. Aby określić wzorzec REGEX, ujmij cały wiersz w dwóch nawiasach."
1741
 
1742
+ #: ../settings.php:978
1743
  msgid "Unwanted file extensions"
1744
  msgstr "Niechciane rozszerzenia plików"
1745
 
1746
+ #: ../settings.php:984
1747
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1748
+ msgstr "Określ rozszerzenia plików do wyszukania. Tylko pełny skan. "
1749
 
1750
+ #: ../settings.php:986
1751
  msgid "Directories to exclude"
1752
  msgstr "Katalogi do wykluczenia"
1753
 
1754
+ #: ../settings.php:992
1755
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1756
+ msgstr "Określ katalogi wykluczone ze skanowania. Użyj ścieżek bezwzględnych. Jeden element na wiersz."
1757
 
1758
+ #: ../settings.php:1007
1759
  msgid "Scan temporary directory"
1760
  msgstr "Tymczasowy folder skanowania"
1761
 
1762
+ #: ../settings.php:1014
1763
  msgid "Scan session directory"
1764
  msgstr "Folder sesji skanowania"
1765
 
1766
+ #: ../settings.php:1026
1767
  msgid "Delete quarantined files after"
1768
+ msgstr "Skasuj pliki poddane kwarantannie, po ukończeniu"
1769
 
1770
+ #: ../settings.php:1041
1771
  msgid "Launch Quick Scan"
1772
  msgstr "Uruchom Szybkie Skanowanie"
1773
 
1774
+ #: ../cerber-scanner.php:1624
1775
  msgid "Every hour"
1776
  msgstr "Co godzinę"
1777
 
1778
+ #: ../cerber-scanner.php:1625
1779
  msgid "Every 3 hours"
1780
  msgstr "Co 3 godziny"
1781
 
1782
+ #: ../cerber-scanner.php:1626
1783
  msgid "Every 6 hours"
1784
  msgstr "Co 6 godzin"
1785
 
1786
+ #: ../settings.php:1048
1787
  msgid "Launch Full Scan"
1788
  msgstr "Uruchom Pełne Skanowanie"
1789
 
1790
+ #: ../settings.php:1058 ../settings.php:1117
1791
  msgid "Low severity"
1792
+ msgstr "Niska istotność"
1793
 
1794
+ #: ../settings.php:1058 ../settings.php:1117
1795
  msgid "Medium severity"
1796
+ msgstr "Średnia istotność"
1797
 
1798
+ #: ../settings.php:1058 ../settings.php:1117
1799
  msgid "High severity"
1800
+ msgstr "Wysoka istotność"
1801
 
1802
+ #: ../settings.php:1059
1803
  msgid "Report an issue if any of the following is true"
1804
+ msgstr "Zgłoś problem, jeśli jedno z następujących jest prawdą"
1805
 
1806
+ #: ../settings.php:1067
1807
  msgid "Send email report"
1808
  msgstr "Prześlij raport mailem"
1809
 
1810
+ #: ../settings.php:1073
1811
  msgid "After every scan"
1812
  msgstr "Po każdym skanowaniu"
1813
 
1814
+ #: ../settings.php:1074
1815
  msgid "If any changes in scan results occurred"
1816
+ msgstr "Jeśli nastąpiły jakiekolwiek zmiany w wynikach skanowania"
1817
 
1818
+ #: ../settings.php:1079
1819
  msgid "Include file sizes"
1820
+ msgstr "Dołącz rozmiary pliku"
1821
 
1822
+ #: ../settings.php:1086
1823
  msgid "Include scan errors"
1824
+ msgstr "Dołącz błędy skanowania"
1825
 
1826
+ #: ../dashboard.php:4351 ../cerber-load.php:4582
1827
  msgid "Security Scanner"
1828
  msgstr "Skaner Bezpieczeństwa"
1829
 
1830
+ #: ../dashboard.php:4353
1831
  msgid "Scheduling"
1832
+ msgstr "Planowanie"
1833
 
1834
+ #: ../cerber-scanner.php:93
1835
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1836
+ msgstr "Obecnie przeprowadzane jest zaplanowane skanowanie. Prosimy poczekać, aż proces dobiegnie końca."
1837
 
1838
+ #: ../cerber-scanner.php:97
1839
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1840
+ msgstr "Poprzednio rozpoczęte skanowanie %s nie zostało zakończone. Kontynuować skanowanie?"
1841
 
1842
+ #: ../cerber-scanner.php:106
1843
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1844
+ msgstr "Najwyraźniej ta witryna nie została jeszcze przeskanowana. Kliknij przycisk poniżej, by rozpocząć skanowanie."
1845
 
1846
+ #: ../cerber-scanner.php:109
1847
  msgid "Start Quick Scan"
1848
  msgstr "Wystartuj Szybkie Skanowanie"
1849
 
1850
+ #: ../cerber-scanner.php:110
1851
  msgid "Start Full Scan"
1852
  msgstr "Wystartuj Pełne Skanowanie"
1853
 
1854
+ #: ../cerber-scanner.php:111
1855
  msgid "Stop Scanning"
1856
  msgstr "Przerwij Skanowanie"
1857
 
1858
+ #: ../cerber-scanner.php:112
1859
  msgid "Continue Scanning"
1860
  msgstr "Kontynuuj Skanowanie"
1861
 
1862
+ #: ../cerber-scanner.php:148
1863
  msgid "Delete"
1864
  msgstr "Usuń"
1865
 
1866
+ #: ../cerber-scanner.php:1570
1867
  msgid "Verified"
1868
  msgstr "Zweryfikowane"
1869
 
1870
+ #: ../cerber-scanner.php:1577
1871
  msgid "Integrity data not found"
1872
+ msgstr "Nie znaleziono danych spójności"
1873
 
1874
+ #: ../cerber-scanner.php:1578
1875
  msgid "Unable to check the integrity of the plugin due to a network error"
1876
+ msgstr "Brak możliwości sprawdzenia spójności wtyczki z powodu błędu sieci"
1877
 
1878
+ #: ../cerber-scanner.php:1579
1879
  msgid "Unable to check the integrity of WordPress files due to a network error"
1880
+ msgstr "Brak możliwości sprawdzenia spójności plików WordPress z powodu błędu sieci"
1881
 
1882
+ #: ../cerber-scanner.php:1580
1883
  msgid "Unable to check the integrity of the theme due to a network error"
1884
+ msgstr "Brak możliwości sprawdzenia spójności szablonu z powodu błędu sieci"
1885
 
1886
+ #: ../cerber-scanner.php:1583
1887
  msgid "Local file doesn't exist"
1888
  msgstr "Plik lokalny nie istnieje"
1889
 
1890
+ #: ../cerber-scanner.php:1585
1891
  msgid "Unable to process file"
1892
  msgstr "Nie można przetworzyć pliku"
1893
 
1894
+ #: ../cerber-scanner.php:1586 ../cerber-scanner.php:5047
1895
  msgid "Unable to open file"
1896
  msgstr "Nie można otworzyć pliku"
1897
 
1898
+ #: ../cerber-scanner.php:1588
1899
  msgid "Checksum mismatch"
1900
+ msgstr "Niezgodność sumy kontrolnej"
1901
 
1902
+ #: ../cerber-scanner.php:1591
1903
  msgid "Suspicious code found"
1904
  msgstr "Znaleziono podejrzany kod"
1905
 
1906
+ #: ../cerber-scanner.php:1593
1907
  msgid "Unattended suspicious file"
1908
+ msgstr "Nienadzorowany podejrzany plik"
1909
 
1910
+ #: ../cerber-scanner.php:1594
1911
  msgid "Executable code found"
1912
+ msgstr "Znaleziono kod wykonawczy"
1913
 
1914
+ #: ../cerber-scanner.php:1598
1915
  msgid "Unwanted file extension"
1916
+ msgstr "Niepożądane rozszerzenie pliku"
1917
 
1918
+ #: ../cerber-scanner.php:1600
1919
  msgid "Content has been modified"
1920
+ msgstr "Zawartość została zmodyfikowana"
1921
 
1922
+ #: ../cerber-scanner.php:1601
1923
  msgid "New file"
1924
+ msgstr "Nowy plik"
1925
 
1926
+ #: ../cerber-scanner.php:2646
1927
  msgid "Custom signature found"
1928
+ msgstr "Znaleziono niestandardową sygnaturę"
1929
 
1930
+ #: ../cerber-scanner.php:3815
1931
  msgid "Scanning folders for files"
1932
+ msgstr "Skanowanie folderów w poszukiwaniu plików"
1933
 
1934
+ #: ../cerber-scanner.php:3819
1935
  msgid "Parsing the list of files"
1936
+ msgstr "Analiza listy plików"
1937
 
1938
+ #: ../cerber-scanner.php:3820
1939
  msgid "Checking for new and modified files"
1940
+ msgstr "Sprawdzanie nowych oraz zmodyfikowanych plików"
1941
 
1942
+ #: ../cerber-scanner.php:3821
1943
  msgid "Verifying the integrity of WordPress"
1944
+ msgstr "Weryfikowanie spójności WordPress"
1945
 
1946
+ #: ../cerber-scanner.php:3823
1947
  msgid "Verifying the integrity of the plugins"
1948
+ msgstr "Weryfikowanie spójności wtyczek"
1949
 
1950
+ #: ../cerber-scanner.php:3825
1951
  msgid "Verifying the integrity of the themes"
1952
+ msgstr "Weryfikowanie spójności szablonów"
1953
 
1954
+ #: ../cerber-scanner.php:3826
1955
  msgid "Searching for malicious code"
1956
+ msgstr "Wyszukiwanie złośliwego kodu"
1957
 
1958
+ #: ../cerber-scanner.php:3827
1959
  msgid "Finalizing the scan"
1960
+ msgstr "Finalizacja skanowania"
1961
 
1962
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:4021
1963
  msgid "Files to scan"
1964
  msgstr "Pliki do skanowania"
1965
 
1966
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4029
1967
  msgid "Critical issues"
1968
+ msgstr "Błędy krytyczne"
1969
 
1970
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4033 ../cerber-scanner.php:5238
1971
  msgid "Issues total"
1972
+ msgstr "Łączna liczba błędów"
1973
 
1974
+ #: ../cerber-scanner.php:4411
1975
  msgid "The directory is not writable"
1976
+ msgstr "Katalog nie jest zapisywalny"
1977
 
1978
+ #: ../cerber-scanner.php:4429
1979
  msgid "Unable to create WP CERBER directory"
1980
+ msgstr "Nie ma możliwości utworzenia katalogu WP CERBER"
1981
 
1982
+ #: ../cerber-scanner.php:4647
1983
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1984
+ msgstr "Błąd dostępu do pliku. Najwyraźniej wyniki skanowania są nieaktualne. Prosimy przeprowadzić Szybkie lub Pełne skanowanie"
1985
 
1986
+ #: ../cerber-scanner.php:5361
1987
  msgid "To view full report visit"
1988
+ msgstr "Aby przejrzeć pełny raport, odwiedź"
1989
 
1990
+ #: ../cerber-load.php:3681
1991
  msgid "Scanner Report"
1992
  msgstr "Raport Skanowania"
1993
 
1994
+ #: ../settings.php:994
1995
  msgid "Monitor new files"
1996
+ msgstr "Monitoruj nowe pliki"
1997
 
1998
+ #: ../settings.php:1001
1999
  msgid "Monitor modified files"
2000
+ msgstr "Monitoruj zmodyfikowane pliki"
2001
 
2002
+ #: ../settings.php:1075
2003
  msgid "If new issues found"
2004
+ msgstr "Jeśli wykryto nowe problemy"
2005
 
2006
+ #: ../settings.php:1837
2007
  msgid "The schedule has been updated"
2008
+ msgstr "Harmonogram został zaktualizowany"
2009
 
2010
+ #: ../cerber-scanner.php:1597 ../cerber-scanner.php:2826
 
 
 
 
2011
  msgid "Suspicious directives found"
2012
+ msgstr "Wykryto podejrzane dyrektywy"
2013
 
2014
+ #: ../cerber-scanner.php:2824
2015
  msgid "Suspicious code instruction found"
2016
+ msgstr "Wykryto podejrzane instrukcje kodu"
2017
 
2018
+ #: ../cerber-scanner.php:2825
2019
  msgid "Suspicious code signatures found"
2020
+ msgstr "Wykryto podejrzane sygnatury kodu"
2021
 
2022
+ #: ../cerber-scanner.php:2828
2023
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2024
+ msgstr "Aby rozwiązać ten problem, musisz przeinstalować lub zaktualizować %s do najnowszej wersji."
2025
 
2026
+ #: ../cerber-scanner.php:2829
2027
  msgid "Please upload a reference ZIP archive"
2028
+ msgstr "Prosimy o przesłanie referencyjnego pliku ZIP"
2029
 
2030
+ #: ../cerber-scanner.php:2830
2031
  msgid "Resolve issue"
2032
+ msgstr "Rozwiąż problem"
2033
 
2034
+ #: ../cerber-scanner.php:4122
2035
  msgid "We have not found any integrity data to verify"
2036
+ msgstr "Nie znaleźliśmy żadnych danych integracyjnych do weryfikacji"
2037
 
2038
+ #: ../cerber-scanner.php:4124
2039
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2040
+ msgstr "Musisz przesłać plik ZIP, za pomocą którego dokonano instalacji. Dzięki temu skaner bezpieczeństwa zweryfikuje spójność kodu i wykryje malware."
2041
 
2042
+ #: ../cerber-scanner.php:5194
2043
  msgid "Full Scan Report"
2044
  msgstr "Raport Pełnego Skanowania"
2045
 
2046
+ #: ../cerber-scanner.php:5194
2047
  msgid "Quick Scan Report"
2048
  msgstr "Raport Szybkiego Skanowania"
2049
 
2050
+ #: ../cerber-scanner.php:5207
2051
  msgid "Files scanned"
2052
  msgstr "Przeskanowanych plików"
2053
 
2054
+ #: ../dashboard.php:259 ../dashboard.php:1260 ../dashboard.php:1295 ../dashboard.
2055
+ #: php:1413
2056
  msgid "Check for activities"
2057
+ msgstr "Sprawdź działania"
2058
 
2059
+ #: ../dashboard.php:1376
2060
  msgid "Activated"
2061
  msgstr "Aktywowany"
2062
 
2063
+ #: ../common.php:1222
2064
  msgid "Malicious request denied"
2065
+ msgstr "Odrzucono złośliwe żądanie"
2066
 
2067
+ #: ../common.php:1226
2068
  msgid "User activated"
2069
  msgstr "Użytkownik aktywowany"
2070
 
2071
+ #: ../common.php:1244
2072
  msgid "Suspicious number of fields"
2073
+ msgstr "Podejrzana liczba pól"
2074
 
2075
+ #: ../common.php:1245
2076
  msgid "Suspicious number of nested values"
2077
+ msgstr "Podejrzana liczba zagnieżdżonych wartości"
2078
 
2079
+ #: ../common.php:1246 ../common.php:1281
2080
  msgid "Malicious code detected"
2081
+ msgstr "Wykryto złośliwy kod"
2082
 
2083
+ #: ../common.php:1282
2084
  msgid "Attempt to upload a file with malicious code"
2085
+ msgstr "Próba przesłania pliku zawierającego złośliwy kod"
2086
 
2087
+ #: ../common.php:1512
2088
  msgid "Bytes"
2089
  msgstr "Bajtów"
2090
 
2091
+ #: ../cerber-scanner.php:1576
2092
  msgid "Vulnerability found"
2093
+ msgstr "Wykryto lukę w zabezpieczeniach"
2094
 
2095
+ #: ../cerber-scanner.php:1581
2096
  msgid "Unable to check the integrity due to a DB error"
2097
+ msgstr "Brak możliwości weryfikacji spójności z powodu błędu DB"
2098
 
2099
+ #: ../cerber-scanner.php:3816
2100
  msgid "Scanning the upload folder for files"
2101
+ msgstr "Skanowanie folderu upload w poszukiwaniu plików"
2102
 
2103
+ #: ../cerber-scanner.php:3817
2104
  msgid "Scanning the temp folder for files"
2105
+ msgstr "Skanowanie folderu temp w poszukiwaniu plików"
2106
 
2107
+ #: ../cerber-scanner.php:3818
2108
  msgid "Scanning the session folder for files"
2109
+ msgstr "Skanowanie folderu session w poszukiwaniu plików"
2110
 
2111
+ #: ../settings.php:1040
2112
  msgid "Automated recurring scan schedule"
2113
+ msgstr "Harmonogram zautomatyzowanego cyklicznego skanowania"
2114
 
2115
+ #: ../settings.php:1056
2116
  msgid "Scan results reporting"
2117
+ msgstr "Raportowanie wyników skanowania"
2118
 
2119
+ #: ../dashboard.php:870 ../dashboard.php:3731
2120
  msgid "Suspicious activity"
2121
+ msgstr "Podejrzane działanie"
2122
 
2123
+ #: ../dashboard.php:3732
2124
  msgid "Errors"
2125
+ msgstr "Błędy"
2126
 
2127
+ #: ../dashboard.php:4299
2128
  msgid "Antispam engine"
2129
+ msgstr "Silnik Antyspamowy"
2130
 
2131
  #. Description of the plugin
2132
  #:
2133
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2134
+ msgstr "Chroni WordPress przed atakami hakerów, spamem, trojanami oraz wirusami. Skaner malware oraz weryfikator spójności. Wzmacnia zaporę WordPress kompleksowym zestawem algorytmów bezpieczeństwa. Ochrona przed spamem wraz z zaawansowanym silnikiem detekcji botów oraz reCAPTCHA. Śledzi działania zarówno użytkownika, jak i potencjalnego intruza używając powiadomień na urządzeniach przenośnych i stacjonarnych oraz poprzez e-mail."
2135
 
2136
+ #: ../cerber-load.php:398
2137
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2138
+ msgstr "Przekroczono limit ilości dozwolonych prób zalogowania. Prosimy spróbować ponownie za %d minut."
2139
 
2140
+ #: ../common.php:1426
2141
  msgctxt "preposition of a period of time like: in 6 hours"
2142
  msgid "in %s"
2143
  msgstr "przez %s"
2144
 
2145
+ #: ../settings.php:1557
2146
  msgctxt "preposition of time like: at 11:00"
2147
  msgid "at"
2148
  msgstr "o"
2149
 
2150
+ #: ../dashboard.php:4356
2151
  msgid "Quarantine"
2152
  msgstr "Kwarantanna"
2153
 
2154
+ #: ../cerber-scanner.php:3902
2155
  msgid "Started"
2156
+ msgstr "Rozpoczęto"
2157
 
2158
+ #: ../cerber-scanner.php:3906
2159
  msgid "Finished"
2160
  msgstr "Ukończono"
2161
 
2162
+ #: ../cerber-scanner.php:3914
2163
  msgid "Performance"
2164
  msgstr "Optymalizacja"
2165
 
2166
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3926
2167
  msgid "Vulnerabilities"
2168
+ msgstr "Luki w zabezpieczeniach"
2169
 
2170
+ #: ../cerber-scanner.php:3930
2171
  msgid "New files"
2172
  msgstr "Nowe pliki"
2173
 
2174
+ #: ../cerber-scanner.php:3934
2175
  msgid "Changed files"
2176
  msgstr "Zmienione pliki"
2177
 
2178
+ #: ../cerber-scanner.php:3938
2179
  msgid "Unwanted extensions"
2180
  msgstr "Niechciane rozszerzenia"
2181
 
2182
+ #: ../cerber-scanner.php:3942
2183
  msgid "Unattended files"
2184
+ msgstr "Nienadzorowane pliki"
2185
 
2186
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:5710
2187
  msgid "Scanned"
2188
+ msgstr "Przeskanowano"
2189
 
2190
+ #: ../cerber-scanner.php:5612
2191
  msgid "There are no files in the quarantine at the moment."
2192
+ msgstr "Obecnie nie ma żadnych plików poddanych kwarantannie."
2193
 
2194
+ #: ../cerber-scanner.php:5702
2195
  msgid "Restore"
2196
  msgstr "Przywróć"
2197
 
2198
+ #: ../cerber-scanner.php:5699
2199
  msgid "Delete permanently"
2200
  msgstr "Usuń trwale"
2201
 
2202
+ #: ../cerber-scanner.php:5711
2203
  msgid "Moved to quarantine"
2204
  msgstr "Przenieś do kwarantanny"
2205
 
2206
+ #: ../cerber-scanner.php:5712
2207
  msgid "Automatic deletion"
2208
  msgstr "Automatyczne usuwanie"
2209
 
2210
+ #: ../cerber-scanner.php:5713
2211
  msgid "Size"
2212
  msgstr "Rozmiar"
2213
 
2214
+ #: ../cerber-scanner.php:5714 ../cerber-scanner.php:5854
2215
  msgid "File"
2216
  msgstr "Plik"
2217
 
2218
+ #: ../cerber-scanner.php:5782
2219
  msgid "The file has been deleted permanently."
2220
+ msgstr "Plik został trwale usunięty."
2221
 
2222
+ #: ../cerber-scanner.php:5796
2223
  msgid "The file has been restored to its original location."
2224
+ msgstr "Plik został przywrócony do swojej początkowej lokalizacji."
2225
 
2226
+ #: ../dashboard.php:1624
2227
  msgid "Integrity"
2228
+ msgstr "Integralność"
2229
 
2230
+ #: ../common.php:1216
2231
  msgid "Attempt to upload malicious file denied"
2232
+ msgstr "Zablokowano próbę przesłania złośliwego pliku"
2233
 
2234
+ #: ../cerber-news.php:175
2235
  msgid "Awesome!"
2236
+ msgstr "Wspaniale!"
2237
 
2238
+ #: ../settings.php:1109
2239
  msgid "Automatic cleanup of malware and suspicious files"
2240
+ msgstr "Automatyczne usuwanie malware oraz podejrzanych plików"
2241
 
2242
+ #: ../settings.php:1118
2243
  msgid "Files in the uploads folder"
2244
+ msgstr "Pliki w folderze upload"
2245
 
2246
+ #: ../settings.php:1125
2247
  msgid "Files with unwanted extensions"
2248
+ msgstr "Pliki z niepożądanymi rozszerzeniami"
2249
 
2250
+ #: ../settings.php:1146
2251
  msgid "Exclusions"
2252
+ msgstr "Wykluczenia"
2253
 
2254
+ #: ../settings.php:1147
2255
  msgid "Files in the temporary directory"
2256
+ msgstr "Pliki w katalogu tymczasowym"
2257
 
2258
+ #: ../settings.php:1153
2259
  msgid "Files in the sessions directory"
2260
+ msgstr "Pliki w katalogu sessions"
2261
 
2262
+ #: ../settings.php:1159
2263
  msgid "Files in these directories"
2264
+ msgstr "Pliki w następujących katalogach"
2265
 
2266
+ #: ../settings.php:1165
2267
  msgid "Use absolute paths. One item per line."
2268
+ msgstr "Używaj ścieżek bezwzględnych. Jedna na wiersz."
2269
 
2270
+ #: ../settings.php:1167
2271
  msgid "Files with these extensions"
2272
+ msgstr "Pliki z następującymi rozszerzeniami"
2273
 
2274
+ #: ../settings.php:1173
2275
  msgid "Use comma to separate items."
2276
+ msgstr "Korzystaj z przecinków, aby oddzielić elementy."
2277
 
2278
+ #: ../dashboard.php:4354
2279
  msgid "Cleaning up"
2280
+ msgstr "Czyszczenie"
2281
 
2282
+ #: ../cerber-scanner.php:1592
2283
  msgid "Malicious code found"
2284
+ msgstr "Wykryto złośliwy kod"
2285
 
2286
+ #: ../cerber-scanner.php:2821
2287
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2288
+ msgstr "Ten plik zawiera kod wykonawczy i ponadto może zawierać ukryty malware. Jeśli ten plik jest częścią szablonu lub wtyczki, musi być zlokalizowany w folderze theme lub plugin. Bezwzględnie, bez jakichkolwiek wyjątków."
2289
 
2290
+ #: ../cerber-scanner.php:2822
2291
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2292
+ msgstr "Skaner identyfikuje ten plik jako \"bezpański\" lub \"niezawarty w pakiecie\", ponieważ nie należy on do żadnej znanej części niniejszej witryny internetowej, tak więc nie powinno go tutaj być."
2293
 
2294
+ #: ../cerber-scanner.php:2823
2295
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2296
+ msgstr "Po aktualizacji do nowszej wersji może pozostać w %s. Może być również częścią ukrytego malware. W rzadkich przypadkach może być częścią niestandardowych (wykonanych za zamówienie) wtyczek lub szablonów."
2297
 
2298
+ #: ../cerber-scanner.php:2827
2299
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2300
+ msgstr "Treści pliku zostały zmienione i nie pasują do zawartości oficjalnego repozytorium WordPress lub pliku referencyjnego, który został uprzednio przesłany przez ciebie. Plik mógł zostać zmodyfikowany przez malware, zainfekowany przez wirusa lub zmanipulowany."
2301
 
2302
+ #: ../cerber-scanner.php:5292
2303
  msgid "Deleted"
2304
+ msgstr "Usunięto"
2305
 
2306
+ #: ../cerber-scanner.php:5345
2307
  msgid "Automatically moved to quarantine"
2308
+ msgstr "Automatycznie przeniesiony do kwarantanny"
2309
 
2310
+ #: ../common.php:1247
2311
  msgid "Suspicious SQL code detected"
2312
+ msgstr "Wykryto podejrzany kod SQL"
2313
+
2314
+ #: ../dashboard.php:1605
2315
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2316
+ msgid "Last malware scan"
2317
+ msgstr "Ostatnie skanowanie pod kątem malware"
2318
+
2319
+ #: ../dashboard.php:4319
2320
+ msgid "Live Traffic"
2321
+ msgstr "Bieżący Ruch"
2322
+
2323
+ #: ../settings.php:307
2324
+ msgid "Use English for admin interface"
2325
+ msgstr "Używaj języka angielskiego podczas korzystania z interfejsu admina"
2326
+
2327
+ #: ../dashboard.php:4388
2328
+ msgid "Log"
2329
+ msgstr "Dziennik"
2330
+
2331
+ #: ../settings.php:769
2332
+ msgid "Disable PHP in uploads"
2333
+ msgstr "Wyłącz PHP w przesyłanych plikach"
2334
+
2335
+ #: ../settings.php:776
2336
+ msgid "Disable PHP error displaying"
2337
+ msgstr "Wyłącz wyświetlanie błędów PHP"
2338
+
2339
+ #: ../dashboard.php:4355
2340
+ msgid "Ignore List"
2341
+ msgstr "Lista ignorowanych"
2342
+
2343
+ #: ../cerber-scanner.php:151
2344
+ msgid "Ignore"
2345
+ msgstr "Ignoruj"
2346
+
2347
+ #: ../cerber-scanner.php:5819
2348
+ msgid "Apply"
2349
+ msgstr "Zastosuj"
2350
+
2351
+ #: ../cerber-scanner.php:5853
2352
+ msgid "Added"
2353
+ msgstr "Dodano"
2354
+
2355
+ #: ../cerber-scanner.php:5820 ../cerber-scanner.php:5847
2356
+ msgid "Remove from the list"
2357
+ msgstr "Usuń z listy"
2358
+
2359
+ #: ../cerber-scanner.php:5821
2360
+ msgid "User Insights"
2361
+ msgstr "Przegląd użytkownika"
2362
+
2363
+ #: ../cerber-scanner.php:5822
2364
+ msgid "Traffic Insights"
2365
+ msgstr "Przegląd ruchu"
2366
+
2367
+ #: ../cerber-scanner.php:5823
2368
+ msgid "Activity Insights"
2369
+ msgstr "Przegląd działań"
2370
+
2371
+ #: ../dashboard.php:2641
2372
+ msgid "Are you sure you want to delete selected files?"
2373
+ msgstr "Czy na pewno chcesz usunąć zaznaczone pliki?"
2374
+
2375
+ #: ../dashboard.php:2642
2376
+ msgid "These files have been moved to the quarantine"
2377
+ msgstr "Niniejsze pliki zostały przeniesione do kwarantanny"
2378
+
2379
+ #: ../dashboard.php:2645
2380
+ msgid "Do you want to add selected files to the ignore list?"
2381
+ msgstr "Czy chcesz dodać zaznaczone pliki do listy ignorowanych?"
2382
+
2383
+ #: ../dashboard.php:2646
2384
+ msgid "These files have been added to the ignore list"
2385
+ msgstr "Niniejsze pliki zostały dodane do listy ignorowanych"
2386
+
2387
+ #: ../dashboard.php:2648
2388
+ msgid "Some errors occurred"
2389
+ msgstr "Wystąpiły pewne błędy"
2390
+
2391
+ #: ../dashboard.php:2649
2392
+ msgid "All files have been processed"
2393
+ msgstr "Wszystkie pliki zostały przetworzone"
2394
+
2395
+ #: ../dashboard.php:2872
2396
+ msgid "These features are available in a professional version of the plugin."
2397
+ msgstr "Te funkcje są dostępne w profesjonalnej wersji wtyczki."
2398
+
2399
+ #: ../dashboard.php:2873
2400
+ msgid "Know more about all advantages at"
2401
+ msgstr "Dowiedz się więcej na temat zalet na"
2402
+
2403
+ #: ../common.php:1248
2404
+ msgid "Suspicious JavaScript code detected"
2405
+ msgstr "Wykryto podejrzany kod JavaScript"
2406
+
2407
+ #: ../settings.php:1840
2408
+ msgid "Unable to update the schedule"
2409
+ msgstr "Brak możliwości aktualizacji harmonogramu"
2410
+
2411
+ #: ../cerber-scanner.php:5728
2412
+ msgid "All scans"
2413
+ msgstr "Wszystkie skanowania"
2414
+
2415
+ #: ../cerber-scanner.php:5825
2416
+ msgid "The list is empty."
2417
+ msgstr "Lista jest pusta."
2418
+
2419
+ #: ../cerber-scanner.php:5679
2420
+ msgid "No files match the specified filter."
2421
+ msgstr "Żadne pliki nie pasują do określonego filtru."
2422
+
2423
+ #: ../cerber-scanner.php:5679
2424
+ msgid "Click here to see the full list of files"
2425
+ msgstr "Kliknij tutaj, aby zobaczyć pełną listę plików"
2426
+
2427
+ #: ../dashboard.php:774
2428
+ msgid "Additional Details"
2429
+ msgstr "Dodatkowe Szczegóły"
2430
+
2431
+ #: ../dashboard.php:3331
2432
+ msgid "Page generation time"
2433
+ msgstr "Czas generowania strony"
2434
+
2435
+ #: ../dashboard.php:4514
2436
+ msgid "Log In"
2437
+ msgstr "Zaloguj się"
2438
+
2439
+ #: ../dashboard.php:4515
2440
+ msgid "Log Out"
2441
+ msgstr "Wyloguj się"
2442
+
2443
+ #: ../dashboard.php:4516
2444
+ msgid "Register"
2445
+ msgstr "Zarejestruj"
2446
+
2447
+ #: ../dashboard.php:4519
2448
+ msgid "WooCommerce Log In"
2449
+ msgstr "Logowanie WooCommerce"
2450
+
2451
+ #: ../dashboard.php:4520
2452
+ msgid "WooCommerce Log Out"
2453
+ msgstr "Wylogowanie WooCommerce"
2454
+
2455
+ #: ../dashboard.php:4559 ../dashboard.php:4560
2456
+ msgid "Add to menu"
2457
+ msgstr "Dodaj do menu"
2458
+
2459
+ #: ../common.php:1236
2460
+ msgid "IP address is locked out"
2461
+ msgstr "Adres IP jest zablokowany"
2462
+
2463
+ #: ../common.php:1284
2464
+ msgid "Multiple suspicious requests"
2465
+ msgstr "Wielokrotne podejrzane żądania"
2466
+
2467
+ #: ../settings.php:845
2468
+ msgid "Traffic Inspection"
2469
+ msgstr "Kontrola Ruchu"
2470
+
2471
+ #: ../settings.php:853 ../settings.php:879
2472
+ msgid "Maximum compatibility"
2473
+ msgstr "Maksymalna kompatybilność"
2474
+
2475
+ #: ../settings.php:854 ../settings.php:880
2476
+ msgid "Maximum security"
2477
+ msgstr "Maksymalne bezpieczeństwo"
2478
+
2479
+ #: ../settings.php:871
2480
+ msgid "Erroneous Request Shielding"
2481
+ msgstr "Osłanianie przed Błędnymi Żądaniami"
2482
+
2483
+ #: ../settings.php:872
2484
+ msgid "Enable error shielding"
2485
+ msgstr "Włącz funkcję osłaniania przed błędami"
2486
+
2487
+ #: ../settings.php:942
2488
+ msgid "Save software errors"
2489
+ msgstr "Zapisz błędy oprogramowania"
2490
+
2491
+ #: ../cerber-scanner.php:3814
2492
+ msgid "Preparing for the scan"
2493
+ msgstr "Przygotowywanie do skanowania"
2494
+
2495
+ #: ../common.php:1249
2496
+ msgid "Blocked by administrator"
2497
+ msgstr "Zablokowane przez administratora"
2498
+
2499
+ #: ../cerber-load.php:402
2500
+ msgid "You are not allowed to log in"
2501
+ msgstr "Nie masz uprawnień do zalogowania się"
2502
+
2503
+ #: ../cerber-users.php:12
2504
+ msgid "Block User"
2505
+ msgstr "Zablokuj Użytkownika"
2506
+
2507
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2508
+ msgid "User is not permitted to log into the website"
2509
+ msgstr "Użytkownik nie ma uprawnień do zalogowania się na stronie"
2510
+
2511
+ #: ../cerber-users.php:31
2512
+ msgctxt "e.g. by John at 11:00"
2513
+ msgid "blocked by %s at %s"
2514
+ msgstr "zablokowany przez %s na %s"
2515
+
2516
+ #: ../cerber-users.php:41 ../settings.php:332
2517
+ msgid "User Message"
2518
+ msgstr "Wiadomość Użytkownika "
2519
+
2520
+ #: ../cerber-users.php:43
2521
+ msgid "An optional message for this user"
2522
+ msgstr "Opcjonalna wiadomość dla tego użytkownika"
2523
+
2524
+ #: ../cerber-users.php:98
2525
+ msgid "Blocked Users"
2526
+ msgstr "Zablokowani Użytkownicy"
2527
+
2528
+ #: ../settings.php:760
2529
+ msgid "Block access to user pages like /?author=n"
2530
+ msgstr "Zablokuj dostęp do stron użytkownika takich jak /?author=n"
2531
+
2532
+ #: ../settings.php:798
2533
+ msgid "Access to WordPress REST API"
2534
+ msgstr "Dostęp do API REST WordPress"
2535
+
2536
+ #: ../settings.php:804
2537
+ msgid "Block access to user data via REST API"
2538
+ msgstr "Zablokuj dostęp do danych użytkownika poprzez API REST"
2539
+
2540
+ #: ../settings.php:812
2541
+ msgid "Block access to WordPress REST API except any of the following"
2542
+ msgstr "Zablokuj dostęp do API REST WordPress z wyjątkiem następujących przypadków"
2543
+
2544
+ #: ../settings.php:821
2545
+ msgid "Allow REST API for these roles"
2546
+ msgstr "Zezwalaj API REST dla niniejszych ról"
2547
+
2548
+ #: ../settings.php:827
2549
+ msgid "Allow these namespaces"
2550
+ msgstr "Zezwalaj na niniejsze obszary nazw"
2551
+
2552
+ #: ../settings.php:883
2553
+ msgid "Ignore logged in users"
2554
+ msgstr "Ignoruj zalogowanych użytkowników"
2555
+
2556
+ #: ../settings.php:1199
2557
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2558
+ msgstr "Niniejsze restrykcje nie dotyczą adresów IP z Białej Listy Dostępu IP"
2559
+
2560
+ #: ../settings.php:1516
2561
+ msgid "Select one or more roles"
2562
+ msgstr "Wybierz jedną lub więcej ról"
2563
+
2564
+ #: ../dashboard.php:1083
2565
+ msgid "Filter by registered user"
2566
+ msgstr "Filtrowany przez zarejestrowanego użytkownika"
2567
+
2568
+ #: ../settings.php:318
2569
+ msgid "Authorized users only"
2570
+ msgstr "Tylko dla autoryzowanych użytkowników"
2571
+
2572
+ #: ../settings.php:319
2573
+ msgid "Only registered and logged in website users have access to the website"
2574
+ msgstr "Tylko zarejestrowani i zalogowani do witryny użytkownicy mają dostęp do strony"
2575
+
2576
+ #: ../settings.php:326
2577
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2578
+ msgstr "Nie stosuj niniejszych zasad do adresów IP z Białej Listy Dostępu IP"
2579
+
2580
+ #: ../settings.php:336 ../settings.php:2083
2581
+ msgid "Only registered and logged in users are allowed to view this website"
2582
+ msgstr "Tylko zarejestrowani i zalogowani do witryny użytkownicy mogą przeglądać stronę"
2583
+
2584
+ #: ../settings.php:341
2585
+ msgid "Redirect to URL"
2586
+ msgstr "Przekierowano do adresu URL"
2587
+
2588
+ #: ../dashboard.php:4389
2589
+ msgid "Changelog"
2590
+ msgstr "Dziennik Zmian"
2591
+
2592
+ #: ../dashboard.php:606
2593
+ msgid "Default settings have been loaded"
2594
+ msgstr "Załadowano ustawienia domyślne"
2595
+
2596
+ #: ../dashboard.php:3083
2597
+ msgid "Save all rules"
2598
+ msgstr "Zapisz wszystkie reguły"
2599
+
2600
+ #: ../common.php:865
2601
+ msgid "Save Changes"
2602
+ msgstr "Zapisz Zmiany"
2603
+
2604
+ #: ../common.php:1229
2605
+ msgid "Invalid master credentials"
2606
+ msgstr "Nieprawidłowe poświadczenia główne"
2607
+
2608
+ #: ../settings.php:567
2609
+ msgid "Master settings"
2610
+ msgstr "Ustawienia główne"
2611
+
2612
+ #: ../settings.php:575
2613
+ msgid "Return to the website list"
2614
+ msgstr "Powrót do listy witryny"
2615
+
2616
+ #: ../settings.php:579
2617
+ msgid "Show \"Switched to\" notification"
2618
+ msgstr "Wyświetlaj powiadomienie \"Przełączono na\""
2619
+
2620
+ #: ../settings.php:583
2621
+ msgid "Add @ site to the page title"
2622
+ msgstr "Dodaj @ witrynę do tytułu strony"
2623
+
2624
+ #: ../settings.php:600 ../settings.php:627 ../settings.php:1020
2625
+ msgid "Enable diagnostic logging"
2626
+ msgstr "Włącz logowanie diagnostyczne"
2627
+
2628
+ #: ../settings.php:610
2629
+ msgid "Limit access by IP address"
2630
+ msgstr "Ogranicz dostęp według adresu IP"
2631
+
2632
+ #: ../settings.php:616
2633
+ msgid "Access to this website"
2634
+ msgstr "Uzyskaj dostęp do tej witryny"
2635
+
2636
+ #: ../settings.php:619
2637
+ msgid "Full access mode"
2638
+ msgstr "Tryb pełnego dostępu"
2639
+
2640
+ #: ../settings.php:620
2641
+ msgid "Read-only mode"
2642
+ msgstr "Tryb tylko do odczytu"
2643
+
2644
+ #: ../settings.php:636
2645
+ msgid "The full access mode requires the PRO version of WP Cerber"
2646
+ msgstr "Tryb pełnego dostępu wymaga wersji PRO WP Cerber"
2647
+
2648
+ #: ../nexus/cerber-slave-list.php:48
2649
+ msgid "WordPress"
2650
+ msgstr "WordPress"
2651
+
2652
+ #: ../nexus/cerber-slave-list.php:52
2653
+ msgid "Malware Scan"
2654
+ msgstr "Skanowanie pod kątem malware"
2655
+
2656
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2657
+ msgid "Notes"
2658
+ msgstr "Uwagi"
2659
+
2660
+ #: ../nexus/cerber-slave-list.php:117
2661
+ msgid "Add a slave website"
2662
+ msgstr "Dodaj stronę podrzędną"
2663
+
2664
+ #: ../nexus/cerber-slave-list.php:193
2665
+ msgid "Search results for:"
2666
+ msgstr "Wyniki wyszukiwania dla:"
2667
+
2668
+ #: ../nexus/cerber-slave-list.php:233
2669
+ msgid "Edit"
2670
+ msgstr "Edytuj"
2671
+
2672
+ #: ../nexus/cerber-slave-list.php:239
2673
+ msgid "Switch to"
2674
+ msgstr "Przełącz na"
2675
+
2676
+ #: ../nexus/cerber-slave-list.php:339
2677
+ msgid "No websites configured."
2678
+ msgstr "Nie skonfigurowano żadnych witryn."
2679
+
2680
+ #: ../nexus/cerber-slave-list.php:339
2681
+ msgid "Add a new one"
2682
+ msgstr "Dodaj nową"
2683
+
2684
+ #: ../nexus/cerber-nexus-master.php:70
2685
+ msgid "Website Properties"
2686
+ msgstr "Właściwości witryny"
2687
+
2688
+ #: ../nexus/cerber-nexus-master.php:80
2689
+ msgid "Website URL"
2690
+ msgstr "Adres URL witryny"
2691
+
2692
+ #: ../nexus/cerber-nexus-master.php:85
2693
+ msgid "Display as"
2694
+ msgstr "Wyświetlaj jako"
2695
+
2696
+ #: ../nexus/cerber-nexus-master.php:111
2697
+ msgid "Website Owner"
2698
+ msgstr "Właściciel Witryny"
2699
+
2700
+ #: ../nexus/cerber-nexus-master.php:115
2701
+ msgid "First Name"
2702
+ msgstr "Imię"
2703
+
2704
+ #: ../nexus/cerber-nexus-master.php:119
2705
+ msgid "Last Name"
2706
+ msgstr "Nazwisko"
2707
+
2708
+ #: ../nexus/cerber-nexus-master.php:123
2709
+ msgid "Email"
2710
+ msgstr "E-mail"
2711
+
2712
+ #: ../nexus/cerber-nexus-master.php:127
2713
+ msgid "Phone"
2714
+ msgstr "Telefon"
2715
+
2716
+ #: ../nexus/cerber-nexus-master.php:135
2717
+ msgid "Address"
2718
+ msgstr "Adres"
2719
+
2720
+ #: ../nexus/cerber-nexus-master.php:260
2721
+ msgid "Security access token is invalid"
2722
+ msgstr "Token bezpiecznego dostępu jest nieprawidłowy"
2723
+
2724
+ #: ../nexus/cerber-nexus-master.php:290
2725
+ msgid "The website you are trying to add is already in the list"
2726
+ msgstr "Witryna, którą próbujesz dodać znajduje się już na liście"
2727
+
2728
+ #: ../nexus/cerber-nexus-master.php:299
2729
+ msgid "The website has been added successfully"
2730
+ msgstr "Witryna została dodana pomyślnie"
2731
+
2732
+ #: ../nexus/cerber-nexus-master.php:300
2733
+ msgid "Click to edit"
2734
+ msgstr "Kliknij, aby rozpocząć edycję"
2735
+
2736
+ #: ../nexus/cerber-nexus-master.php:301
2737
+ msgid "Switch to the Dashboard"
2738
+ msgstr "Przełącz na pulpit nawigacyjny"
2739
+
2740
+ #: ../nexus/cerber-nexus-master.php:304
2741
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2742
+ msgstr "Zapamiętaj: Dodałeś stronę, która nie wspiera enkrypcji SSL. To może doprowadzić do wycieku danych."
2743
+
2744
+ #: ../nexus/cerber-nexus-master.php:425
2745
+ msgid "Website has been deleted"
2746
+ msgid_plural "%s websites have been deleted"
2747
+ msgstr[0] "Witryna została usunięta"
2748
+ msgstr[1] ""
2749
+ msgstr[2] ""
2750
+
2751
+ #: ../nexus/cerber-nexus-master.php:981
2752
+ msgid "You have switched to %s"
2753
+ msgstr "Przełączono na %s"
2754
+
2755
+ #: ../nexus/cerber-nexus-master.php:986
2756
+ msgid "You have switched back to the master website"
2757
+ msgstr "Ponownie przełączyłeś się na witrynę główną"
2758
+
2759
+ #: ../nexus/cerber-nexus-master.php:1198
2760
+ msgid "You are here:"
2761
+ msgstr "Znajdujesz się tutaj:"
2762
+
2763
+ #: ../nexus/cerber-nexus-master.php:1201 ../nexus/cerber-nexus.php:89 ..
2764
+ #: /nexus/cerber-nexus.php:99
2765
+ msgid "My Websites"
2766
+ msgstr "Moje Witryny"
2767
+
2768
+ #: ../nexus/cerber-nexus-master.php:1216
2769
+ msgid "Visit Site"
2770
+ msgstr "Odwiedź Witrynę"
2771
+
2772
+ #: ../nexus/cerber-nexus.php:61
2773
+ msgid "Enable slave mode"
2774
+ msgstr "Włącz tryb podrzędny"
2775
+
2776
+ #: ../nexus/cerber-nexus.php:62
2777
+ msgid "This website can be managed from a master website"
2778
+ msgstr "Niniejsza strona internetowa może być zarządzana z poziomu witryny głównej"
2779
+
2780
+ #: ../nexus/cerber-nexus.php:65
2781
+ msgid "Enable master mode"
2782
+ msgstr "Włącz tryb nadrzędny"
2783
+
2784
+ #: ../nexus/cerber-nexus.php:66
2785
+ msgid "Configure this website as a master to manage other website"
2786
+ msgstr "Konfiguruj niniejszą witrynę jako nadrzędną, aby zarządzać inną stroną internetową"
2787
+
2788
+ #: ../nexus/cerber-nexus.php:71
2789
+ msgid "To proceed, please select the mode for this website"
2790
+ msgstr "Wybierz tryb dla niniejszej strony, aby kontynuować"
2791
+
2792
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2793
+ msgid "Slave Settings"
2794
+ msgstr "Ustawienia podrzędne"
2795
+
2796
+ #: ../nexus/cerber-nexus.php:141
2797
+ msgid "Secret Access Token"
2798
+ msgstr "Token Dostępu Poufnego"
2799
+
2800
+ #: ../nexus/cerber-nexus.php:143
2801
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2802
+ msgstr "Ten token jest unikalny dla tej witryny. Utrzymaj go w tajemnicy. Zainstaluj token na witrynie nadrzędnej, aby przydzielać dostęp do niniejszej strony."
2803
+
2804
+ #: ../nexus/cerber-nexus.php:145
2805
+ msgid "Are you sure? This permanently invalidates the token."
2806
+ msgstr "Czy jesteś pewien? To bezpowrotnie unieważni token."
2807
+
2808
+ #: ../nexus/cerber-nexus.php:146
2809
+ msgid "Disable slave mode"
2810
+ msgstr "Wyłącz tryb podrzędny"
2811
+
2812
+ #: ../nexus/cerber-nexus.php:261
2813
+ msgid "This website is set as master."
2814
+ msgstr "Niniejsza witryna jest ustawiona jako nadrzędna"
2815
+
2816
+ #: ../nexus/cerber-nexus.php:262
2817
+ msgid "Add slave websites by using access tokens."
2818
+ msgstr "Dodaj witryny podrzędne, korzystając z tokenów dostępu."
2819
+
2820
+ #: ../nexus/cerber-nexus.php:265
2821
+ msgid "This website is set as slave."
2822
+ msgstr "Niniejsza witryna jest ustawiona jako podrzędna."
2823
+
2824
+ #: ../nexus/cerber-nexus.php:266
2825
+ msgid "Install the access token on the master website."
2826
+ msgstr "Zainstaluj token dostępu na witrynie nadrzędnej."
2827
+
2828
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2829
+ #: ../common.php:1419
2830
+ msgid "%s sec"
2831
+ msgid_plural "%s secs"
2832
+ msgstr[0] "%s sec"
2833
+ msgstr[1] ""
2834
+ msgstr[2] ""
2835
+
2836
+ #: ../settings.php:427
2837
+ msgid "Send reports on"
2838
+ msgstr "Wyślij raporty do"
2839
+
2840
+ #: ../nexus/cerber-slave-list.php:51
2841
+ msgid "Updates"
2842
+ msgstr "Aktualizacje"
2843
+
2844
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2845
+ msgid "Group"
2846
+ msgstr "Grupa"
2847
+
2848
+ #: ../nexus/cerber-slave-list.php:96
2849
+ msgid "Upgrade WP Cerber"
2850
+ msgstr "Aktualizuj WP Cerber"
2851
+
2852
+ #: ../nexus/cerber-slave-list.php:97
2853
+ msgid "Upgrade all active plugins"
2854
+ msgstr "Aktualizuj wszystkie aktywne wtyczki"
2855
+
2856
+ #: ../nexus/cerber-slave-list.php:98
2857
+ msgid "Delete website"
2858
+ msgstr "Usuń witrynę"
2859
+
2860
+ #: ../nexus/cerber-slave-list.php:111
2861
+ msgid "All groups"
2862
+ msgstr "Wszystkie grupy"
2863
+
2864
+ #: ../nexus/cerber-nexus-master.php:1379
2865
+ msgid "Are you sure you want to delete selected websites?"
2866
+ msgstr "Na pewno chcesz usunąć zaznaczone witryny?"
2867
+
2868
+ #: ../cerber-users.php:130
2869
+ msgid "Block"
2870
+ msgstr "Blokuj"
2871
+
2872
+ #: ../nexus/cerber-nexus-master.php:62
2873
+ msgid "Select an existing group or enter a new one to add it"
2874
+ msgstr "Zaznacz istniejącą grupę lub wprowadź nową, aby ją dodać"
2875
+
2876
+ #: ../nexus/cerber-nexus-master.php:131
2877
+ msgid "Company"
2878
+ msgstr "Firma"
2879
+
2880
+ #: ../nexus/cerber-nexus-master.php:656
2881
+ msgid "Invalid response from the slave website"
2882
+ msgstr "Nieprawidłowa odpowiedź z witryny podrzędnej"
2883
+
2884
+ #: ../common.php:1210 ../common.php:1275
2885
+ msgid "Attempt to log in with non-existing username"
2886
+ msgstr "Próba zalogowania przy użyciu nieistniejącej nazwy użytkownika"
2887
+
2888
+ #: ../cerber-load.php:3831
2889
+ msgid "Attempts to log in with non-existing usernames"
2890
+ msgstr "Próby zalogowania przy użyciu nieistniejących nazw użytkowników"
2891
+
2892
+ #: ../settings.php:587
2893
+ msgid "Use master language"
2894
+ msgstr "Używaj języka nadrzędnego"
2895
+
2896
+ #: ../settings.php:176
2897
+ msgid "Non-existing users"
2898
+ msgstr "Nieistniejący użytkownicy"
2899
+
2900
+ #: ../settings.php:177
2901
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2902
+ msgstr "Natychmiastowo blokuj adres IP w przypadku prób zalogowania przy użyciu nieistniejącej nazwy użytkownika"
2903
+
2904
+ #: ../nexus/cerber-slave-list.php:54
2905
+ msgid "Owner"
2906
+ msgstr "Właściciel"
2907
+
2908
+ #: ../nexus/cerber-slave-list.php:339
2909
+ msgid "Disable master mode"
2910
+ msgstr "Wyłącz tryb nadrzędny"
2911
+
2912
+ #: ../nexus/cerber-nexus.php:146
2913
+ msgid "To revoke the token and disable remote management, click here:"
2914
+ msgstr "Aby przywrócić token oraz wyłączyć zarządzanie zdalne, kliknij tutaj:"
2915
+
2916
+ #: ../settings.php:774
2917
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2918
+ msgstr "Zablokuj wykonywanie skryptów PHP w folderze medialnym WordPress"
2919
+
2920
+ #: ../nexus/cerber-nexus-master.php:1444 ../nexus/cerber-nexus-master.php:1452
2921
+ msgid "Active plugins and updates on"
2922
+ msgstr "Aktywne wtyczki oraz aktualizacje na"
2923
+
2924
+ #: ../nexus/cerber-nexus-master.php:1423
2925
+ msgid "A newer version is available"
2926
+ msgstr "Nowsza wersja jest już dostępna"
2927
+
2928
+ #: ../dashboard.php:864
2929
+ msgid "New users"
2930
+ msgstr ""
2931
+
2932
+ #: ../dashboard.php:877
2933
+ msgid "My activity"
2934
+ msgstr ""
2935
+
2936
+ #: ../dashboard.php:2421
2937
+ msgid "Create Alert"
2938
+ msgstr ""
2939
+
2940
+ #: ../dashboard.php:2425
2941
+ msgid "Delete Alert"
2942
+ msgstr ""
2943
+
2944
+ #: ../dashboard.php:2459
2945
+ msgid "The alert has been created"
2946
+ msgstr ""
2947
+
2948
+ #: ../dashboard.php:2464
2949
+ msgid "The alert has been deleted"
2950
+ msgstr ""
2951
+
2952
+ #: ../dashboard.php:3758
2953
+ msgid "Advanced Search"
2954
+ msgstr ""
2955
+
2956
+ #. Author of the plugin
2957
+ #:
2958
+ msgid "Cerber Tech Inc."
2959
+ msgstr ""
2960
+
2961
+ #: ../cerber-load.php:4320
2962
+ msgid "To delete the alert, click here"
2963
+ msgstr ""
2964
+
2965
+ #: ../settings.php:207
2966
+ msgid "Custom login URL may contain Latin alphanumeric characters, dashes and underscores only"
2967
+ msgstr ""
2968
+
2969
+ #: ../settings.php:219
2970
+ msgid "Site-specific settings"
2971
+ msgstr ""
2972
+
2973
+ #: ../settings.php:227
2974
+ msgid "Prefix for plugin cookies"
2975
+ msgstr ""
2976
+
2977
+ #: ../settings.php:228
2978
+ msgid "Prefix may contain only Latin alphanumeric characters and underscores"
2979
+ msgstr ""
2980
+
2981
+ #: ../settings.php:383
2982
+ msgid "Lockout notifications"
2983
+ msgstr ""
2984
+
2985
+ #: ../settings.php:410
2986
+ msgid "Pushbullet access token"
2987
+ msgstr ""
2988
+
2989
+ #: ../settings.php:413
2990
+ msgid "Pushbullet device"
2991
+ msgstr ""
2992
+
2993
+ #: ../settings.php:1111
2994
+ msgid "Delete unattended files"
2995
+ msgstr ""
2996
+
2997
+ #: ../settings.php:1132
2998
+ msgid "Automatic recovery of modified and infected files"
2999
+ msgstr ""
3000
+
3001
+ #: ../settings.php:1133
3002
+ msgid "Recover WordPress files"
3003
+ msgstr ""
3004
+
3005
+ #: ../settings.php:1139
3006
+ msgid "Recover plugins files"
3007
+ msgstr ""
3008
+
3009
+ #: ../cerber-scanner.php:1603
3010
+ msgid "File deleted"
3011
+ msgstr ""
3012
+
3013
+ #: ../cerber-scanner.php:1604
3014
+ msgid "File recovered"
3015
+ msgstr ""
3016
+
3017
+ #: ../cerber-scanner.php:3822
3018
+ msgid "Recovering WordPress files"
3019
+ msgstr ""
3020
+
3021
+ #: ../cerber-scanner.php:3824
3022
+ msgid "Recovering plugins files"
3023
+ msgstr ""
3024
+
3025
+ #: ../cerber-scanner.php:5296
3026
+ msgid "Recovered"
3027
+ msgstr ""
3028
+
3029
+ #: ../cerber-scanner.php:5346
3030
+ msgid "Automatically deleted"
3031
+ msgstr ""
3032
+
3033
+ #: ../cerber-scanner.php:5349
3034
+ msgid "Automatically recovered"
3035
  msgstr ""
3036
 
languages/wp-cerber-pt_BR.mo CHANGED
Binary file
languages/wp-cerber-pt_BR.po CHANGED
@@ -8,246 +8,245 @@ msgstr ""
8
  "Language: pt-br\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:498
12
  msgid "Limit login attempts"
13
  msgstr "Limitar tentativas de login"
14
 
15
- #: ../settings.php:499
16
  msgid "Attempts"
17
  msgstr "Tentativas"
18
 
19
- #: ../settings.php:505
20
  msgid "Lockout duration"
21
  msgstr "Duração do bloqueio"
22
 
23
- #: ../settings.php:510 ../settings.php:606
24
  msgid "minutes"
25
  msgstr "minutos"
26
 
27
- #: ../settings.php:513
28
  msgid "Aggressive lockout"
29
  msgstr "Bloqueio agressivo"
30
 
31
- #: ../settings.php:532
32
  msgid "Site connection"
33
  msgstr "Conexão do site"
34
 
35
- #: ../settings.php:540
36
  msgid "Proactive security rules"
37
  msgstr "Regras de segurança proativa"
38
 
39
- #: ../settings.php:541
40
  msgid "Block subnet"
41
  msgstr "Bloquear sub-rede"
42
 
43
- #: ../settings.php:559
44
  msgid "Request wp-login.php"
45
  msgstr "Requisitar wp-login.php"
46
 
47
- #: ../settings.php:563
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:575
52
  msgid "Custom login page"
53
  msgstr "Página alternativa de login"
54
 
55
- #: ../settings.php:576
56
  msgid "Custom login URL"
57
  msgstr "URL personalizado de login"
58
 
59
- #: ../settings.php:584
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "não deve se sobrepor aos links permanentes de páginas e posts"
62
 
63
- #: ../settings.php:586
64
  msgid "Disable wp-login.php"
65
  msgstr "Desabilitar wp-login.php"
66
 
67
- #: ../settings.php:591
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Bloquear acesso direto a wp-login.php e retornar o erro HTTP 404"
70
 
71
- #: ../dashboard.php:1534 ../settings.php:594
72
  msgid "Citadel mode"
73
  msgstr "Modo Fortaleza"
74
 
75
- #: ../settings.php:595
76
  msgid "Threshold"
77
  msgstr "Limite"
78
 
79
- #: ../settings.php:601 ../cerber-scanner.php:3669
80
  msgid "Duration"
81
  msgstr "Duração"
82
 
83
- #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
- #: php:609
85
  msgid "Notifications"
86
  msgstr "Notificações"
87
 
88
- #: ../settings.php:614
89
  msgid "Send notification to admin email"
90
  msgstr "Enviar notificação para o email do administrador"
91
 
92
- #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
  #: tools.php:47 ../cerber-tools.php:134
94
  msgid "Access Lists"
95
  msgstr "Listas de Acesso"
96
 
97
- #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
- #: load.php:4258 ../settings.php:622
99
  msgid "Activity"
100
  msgstr "Atividade"
101
 
102
- #: ../dashboard.php:4162
103
  msgid "Lockouts"
104
  msgstr "Bloqueios"
105
 
106
- #: ../settings.php:1347
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tentativas restantes em %s minutos"
109
 
110
- #: ../settings.php:1373
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Habilitar após %s tentativas falhas de login nos últimos %s minutos"
113
 
114
- #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
- #: load.php:4267
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
- #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
- #: php:3651
121
  msgid "Date"
122
  msgstr "Data"
123
 
124
- #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
  msgid "Local User"
126
  msgstr "Usuário Local"
127
 
128
- #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
  msgid "Username used"
130
  msgstr "Nome de usuário usado"
131
 
132
- #: ../dashboard.php:209
133
  msgid "Showing last %d records from %d"
134
  msgstr "Mostrando últimos %d registros de %d"
135
 
136
- #: ../common.php:1151
137
  msgid "Logged in"
138
  msgstr "Logado"
139
 
140
- #: ../common.php:1152
141
  msgid "Logged out"
142
  msgstr "Desconectado"
143
 
144
- #: ../common.php:1153
145
  msgid "Login failed"
146
  msgstr "Falha no login"
147
 
148
- #: ../common.php:1156
149
  msgid "IP blocked"
150
  msgstr "IP bloqueado"
151
 
152
- #: ../common.php:1157
153
  msgid "Subnet blocked"
154
  msgstr "Sub-rede bloqueada"
155
 
156
- #: ../common.php:1159
157
  msgid "Citadel activated!"
158
  msgstr "Fortaleza ativada!"
159
 
160
- #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
- #: 1207
162
  msgid "Locked out"
163
  msgstr "Bloqueado"
164
 
165
- #: ../common.php:1209
166
  msgid "IP blacklisted"
167
  msgstr "IP bloqueado"
168
 
169
- #: ../common.php:1174
170
  msgid "Password changed"
171
  msgstr "Senha alterada"
172
 
173
- #: ../dashboard.php:181 ../dashboard.php:267
174
  msgid "Remove"
175
  msgstr "Remover"
176
 
177
- #: ../dashboard.php:551
178
  msgid "Lockout for %s was removed"
179
  msgstr "Bloqueio de %s foi removido"
180
 
181
- #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
- #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
183
  msgid "White IP Access List"
184
  msgstr "Lista Segura de IPs"
185
 
186
- #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
- #: php:1533 ../dashboard.php:3446
188
  msgid "Black IP Access List"
189
  msgstr "Lista Negra de IPs"
190
 
191
- #: ../dashboard.php:273
192
  msgid "List is empty"
193
  msgstr "A lista está vazia"
194
 
195
- #: ../dashboard.php:306
196
  msgid "Address %s was added to White IP Access List"
197
  msgstr "Endereço %s adicionado à Lista Segura de IPs"
198
 
199
- #: ../dashboard.php:328
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "Endereço %s adicionado à Lista Negra de IPs"
202
 
203
- #: ../cerber-load.php:3565
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "O modo Fortaleza é atividado após %d tentaivas de login falhas em %d minutos."
206
 
207
- #: ../dashboard.php:2297 ../dashboard.php:2724
208
  msgid "View Activity"
209
  msgstr "Ver Atividade"
210
 
211
- #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
  #: tools.php:46 ../nexus/cerber-nexus.php:90
213
  msgid "Settings"
214
  msgstr "Configurações"
215
 
216
- #: ../dashboard.php:1395
217
  msgid "Last login"
218
  msgstr "Último login"
219
 
220
- #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
  #: slave-list.php:297
222
  msgid "Never"
223
  msgstr "Nunca"
224
 
225
- #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
- #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
  msgid "Are you sure?"
228
  msgstr "Tem certeza?"
229
 
230
- #: ../dashboard.php:1933 ../settings.php:537
231
  msgid "My site is behind a reverse proxy"
232
  msgstr "Meu site está sob um proxy reverso"
233
 
234
- #: ../settings.php:1175
235
  msgid "Make your protection smarter!"
236
  msgstr "Deixe sua proteção mais inteligente!"
237
 
238
- #: ../settings.php:1179
239
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
  msgstr "Favor habilitar os Links Permanentes para utilizar essa funcionalidade. Configure os Link Permanentes para algo além do Padrão."
241
 
242
- #: ../dashboard.php:4163 ../cerber-load.php:4554
243
  msgid "Main Settings"
244
  msgstr "Configurações Principais"
245
 
246
- #: ../dashboard.php:4386
247
  msgid "Help"
248
  msgstr "Ajuda"
249
 
250
- #: ../settings.php:1357
251
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
  msgstr "Aumentar a duração do bloqueio para %s horas após %s bloqueios nas últimas %s horas."
253
 
@@ -261,91 +260,91 @@ msgid_plural "You have %d attempts remaining."
261
  msgstr[0] "Você tem apenas uma tentativa restante."
262
  msgstr[1] "Você tem %d tentativas restantes."
263
 
264
- #: ../dashboard.php:1032
265
  msgid "No activity has been logged."
266
  msgstr "Nenhuma atividade foi registrada."
267
 
268
- #: ../dashboard.php:191
269
  msgid "Expires"
270
  msgstr "Expira"
271
 
272
- #: ../dashboard.php:215
273
  msgid "No lockouts at the moment. The sky is clear."
274
  msgstr "Nenhum bloqueio no momento. O céu está limpo."
275
 
276
- #: ../dashboard.php:239
277
  msgid "These IPs will never be locked out"
278
  msgstr "Estes IPs nunca serão bloqueados"
279
 
280
- #: ../dashboard.php:248
281
  msgid "Your IP"
282
  msgstr "Seu IP"
283
 
284
- #: ../cerber-load.php:3566
285
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
  msgstr "Última tentativa de login falha foi às %s do IP %s com o login de usuário: %s."
287
 
288
- #: ../cerber-load.php:4522
289
  msgid "Can't activate WP Cerber due to a database error."
290
  msgstr "Não foi possível ativar o WP Cerber devido a um erro na conexão com o banco de dados."
291
 
292
- #: ../settings.php:1364
293
  msgid "Notify admin if the number of active lockouts above"
294
  msgstr "Notificar o administrador caso o número de bloqueios ativos seja acima"
295
 
296
- #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
297
  msgid "days"
298
  msgstr "dias"
299
 
300
- #: ../dashboard.php:1485
301
  msgid "Cerber Quick View"
302
  msgstr "Visualição Rápida do Cerber"
303
 
304
- #: ../dashboard.php:211
305
  msgid "Hint"
306
  msgstr "Dica"
307
 
308
- #: ../dashboard.php:211
309
  msgid "To view activity, click on the IP"
310
  msgstr "Para ver a atividade, clique no IP"
311
 
312
- #: ../settings.php:545
313
  msgid "Always block entire subnet Class C of intruders IP"
314
  msgstr "Sempre bloquear toda a sub-rede classe C de IPs invasores"
315
 
316
- #: ../settings.php:619 ../settings.php:1370
317
  msgid "Click to send test"
318
  msgstr "Clique para enviar teste"
319
 
320
- #: ../settings.php:1591 ../settings.php:1592
321
  msgid "Attention! You have changed the login URL! The new login URL is"
322
  msgstr "Atenção! Você alterou o URL de login! O novo URL de login é"
323
 
324
- #: ../dashboard.php:1394
325
  msgid "Comments"
326
  msgstr "Comentários"
327
 
328
- #: ../common.php:1593
329
  msgid "Update to version %s of WP Cerber"
330
  msgstr "Atualizar WP Cerber para a versão %s"
331
 
332
- #: ../cerber-load.php:3567 ../cerber-load.php:4299
333
  msgid "View activity in dashboard"
334
  msgstr "Ver atividade no painel"
335
 
336
- #: ../cerber-load.php:3596
337
  msgid "Number of active lockouts"
338
  msgstr "Número de bloqueios ativos"
339
 
340
- #: ../cerber-load.php:3600
341
  msgid "View lockouts in dashboard"
342
  msgstr "Ver bloqueios no painel"
343
 
344
- #: ../cerber-load.php:3688
345
  msgid "This message was sent by"
346
  msgstr "Esta mensagem foi enviada por"
347
 
348
- #: ../dashboard.php:76 ../dashboard.php:4286
349
  msgid "Tools"
350
  msgstr "Ferramentas"
351
 
@@ -377,7 +376,7 @@ msgstr "Assim que clicar no botão abaixo, o arquivo será enviado e todas as co
377
  msgid "Select file to import."
378
  msgstr "Selecionar arquivo para importação."
379
 
380
- #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
  msgid "Maximum upload file size: %s."
382
  msgstr "Tamanho máximo do arquivo para envio: %s."
383
 
@@ -385,7 +384,7 @@ msgstr "Tamanho máximo do arquivo para envio: %s."
385
  msgid "What do you want to import?"
386
  msgstr "O que gostaria de importar?"
387
 
388
- #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
  msgid "Upload file"
390
  msgstr "Enviar arquivo"
391
 
@@ -405,230 +404,230 @@ msgstr "As configurações foram importadas com sucesso de"
405
  msgid "Error while parsing file"
406
  msgstr "Erro ao interpretar arquivo"
407
 
408
- #: ../dashboard.php:189 ../dashboard.php:1001
409
  msgid "Hostname"
410
  msgstr "Nome do servidor"
411
 
412
- #: ../dashboard.php:488
413
  msgid "unknown"
414
  msgstr "desconhecido"
415
 
416
- #: ../settings.php:623 ../settings.php:961
417
  msgid "Keep records for"
418
  msgstr "Guardar registros por"
419
 
420
- #: ../dashboard.php:1519 ../dashboard.php:1541
421
  msgid "active"
422
  msgstr "ativo"
423
 
424
- #: ../dashboard.php:1519
425
  msgid "deactivate"
426
  msgstr "desativar"
427
 
428
- #: ../dashboard.php:1521
429
  msgid "not active"
430
  msgstr "inativo"
431
 
432
- #: ../dashboard.php:1522 ../dashboard.php:1536
433
  msgid "disabled"
434
  msgstr "desabilitado"
435
 
436
- #: ../dashboard.php:1527
437
  msgid "failed attempts"
438
  msgstr "tentativas falhas"
439
 
440
- #: ../dashboard.php:1527 ../dashboard.php:1528
441
  msgid "in 24 hours"
442
  msgstr "em 24 horas"
443
 
444
- #: ../dashboard.php:1527 ../dashboard.php:1528
445
  msgid "view all"
446
  msgstr "ver todos"
447
 
448
- #: ../dashboard.php:1528
449
  msgid "lockouts"
450
  msgstr "bloqueios"
451
 
452
- #: ../dashboard.php:1530
453
  msgid "Lockouts at the moment"
454
  msgstr "Bloqueios no momento"
455
 
456
- #: ../dashboard.php:1531
457
  msgid "Last lockout"
458
  msgstr "Último bloqueio"
459
 
460
- #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
461
  msgid "entry"
462
  msgid_plural "entries"
463
  msgstr[0] "entrada"
464
  msgstr[1] "entradas"
465
 
466
- #: ../dashboard.php:2175
467
  msgid "Confused about some settings?"
468
  msgstr "Confuso em relação às configurações?"
469
 
470
- #: ../dashboard.php:2176
471
  msgid "You can easily load default recommended settings using button below"
472
  msgstr "Você pode carregar as configurações recomendadas clicando no botão abaixo."
473
 
474
- #: ../dashboard.php:2178
475
  msgid "Load default settings"
476
  msgstr "Carregar configurações padrão"
477
 
478
- #: ../dashboard.php:2186
479
  msgid "doesn't affect Custom login URL and Access Lists"
480
  msgstr "não afeta URL personalizado de login e Listas de Acesso"
481
 
482
- #: ../common.php:1586 ../settings.php:805
483
  msgid "New version is available"
484
  msgstr "Nova versão disponível"
485
 
486
- #: ../cerber-load.php:3539
487
  msgid "WP Cerber notify"
488
  msgstr "WP Cerber notifica"
489
 
490
- #: ../cerber-load.php:3563
491
  msgid "Citadel mode is activated"
492
  msgstr "Modo Fortaleza está ativado"
493
 
494
- #: ../cerber-load.php:3635
495
  msgid "New Custom login URL"
496
  msgstr "Novo URL personalizado de login"
497
 
498
- #: ../cerber-load.php:4509
499
  msgid "The WP Cerber requires PHP %s or higher. You are running"
500
  msgstr "O WP Cerber requer PHP %s ou mais recente. Você está rodando"
501
 
502
- #: ../cerber-load.php:4513
503
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
  msgstr "O WP Cerber requer WordPress %s ou mais recente. Você está rodando"
505
 
506
- #: ../settings.php:654
507
  msgid "Use file"
508
  msgstr "Usar arquivo"
509
 
510
- #: ../settings.php:658
511
  msgid "Write failed login attempts to the file"
512
  msgstr "Escrever tentativas falhas de login em um arquivo"
513
 
514
- #: ../dashboard.php:2296
515
  msgid "Deactivate"
516
  msgstr "Desativar"
517
 
518
- #: ../dashboard.php:192 ../cerber-load.php:3598
519
  msgid "Reason"
520
  msgstr "Razão"
521
 
522
- #: ../dashboard.php:280
523
  msgid "Add IP to the list"
524
  msgstr "Adicionar IP à lista"
525
 
526
- #: ../dashboard.php:1261
527
  msgid "Add IP to the Black List"
528
  msgstr "Adicionar IP à Lista Negra"
529
 
530
- #: ../common.php:1246
531
  msgid "Attempt to access"
532
  msgstr "Tentativa de acesso"
533
 
534
- #: ../common.php:1245
535
  msgid "Limit on login attempts is reached"
536
  msgstr "O limite de tentativas de login foi atingido"
537
 
538
- #: ../cerber-load.php:3597
539
  msgid "Last lockout was added: %s for IP %s"
540
  msgstr "Último bloqueio foi adicionado: %s para o IP %s"
541
 
542
- #: ../dashboard.php:4165 ../cerber-load.php:4558
543
  msgid "Hardening"
544
  msgstr "Fortalecendo"
545
 
546
- #: ../dashboard.php:1236
547
  msgid "Abuse email:"
548
  msgstr "Email para abusos:"
549
 
550
- #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
551
  msgid "Email Address"
552
  msgstr "Endereço de Email"
553
 
554
- #: ../settings.php:801
555
  msgid "if empty, the admin email %s will be used"
556
  msgstr "se vazio, o email do administrador %s será usado"
557
 
558
- #: ../settings.php:662
559
  msgid "Drill down IP"
560
  msgstr "Rastrear IP"
561
 
562
- #: ../settings.php:666
563
  msgid "Retrieve extra WHOIS information for IP"
564
  msgstr "Pegar informação extra de WHOIS para o IP"
565
 
566
- #: ../settings.php:686
567
  msgid "Hardening WordPress"
568
  msgstr "Fortalecendo o WordPress"
569
 
570
- #: ../settings.php:687 ../settings.php:731
571
  msgid "Stop user enumeration"
572
  msgstr "Bloquear enumeração de usuários"
573
 
574
- #: ../settings.php:714
575
  msgid "Disable XML-RPC"
576
  msgstr "Desabilitar XML-RPC"
577
 
578
- #: ../settings.php:719
579
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
580
  msgstr "Bloquear acesso ao servidor XML-RPC (incluindo Pingbacks e Trackbacks)"
581
 
582
- #: ../settings.php:721
583
  msgid "Disable feeds"
584
  msgstr "Desabilitar feeds"
585
 
586
- #: ../settings.php:726
587
  msgid "Block access to the RSS, Atom and RDF feeds"
588
  msgstr "Bloquear acesso aos feeds RSS, Atom e RDF"
589
 
590
- #: ../settings.php:739
591
  msgid "Disable REST API"
592
  msgstr "Desabilitar API REST"
593
 
594
- #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
595
  msgid "<strong>ERROR</strong>: please enter a valid email address."
596
  msgstr "<strong>ERRO</strong>: favor digitar um endereço de email válido."
597
 
598
- #: ../cerber-load.php:3628 ../cerber-load.php:4543
599
  msgid "WP Cerber is now active and has started protecting your site"
600
  msgstr "WP Cerver está ativo agora e já começou a proteger o seu site"
601
 
602
- #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
603
  msgid "Action"
604
  msgstr "Ação"
605
 
606
- #: ../dashboard.php:241
607
  msgid "Nobody can log in or register from these IPs"
608
  msgstr "Ninguém pode entrar ou se registrar a partir destes IPs"
609
 
610
- #: ../dashboard.php:298 ../dashboard.php:315
611
  msgid "Incorrect IP address or IP range"
612
  msgstr "Endereço ou faixa de IP incorretos"
613
 
614
- #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
615
  msgid "Settings saved"
616
  msgstr "Configurações salvas"
617
 
618
- #: ../dashboard.php:1241
619
  msgid "Network:"
620
  msgstr "Rede:"
621
 
622
- #: ../dashboard.php:1256
623
  msgid "Add network to the Black List"
624
  msgstr "Adicionar rede à Lista Negra"
625
 
626
- #: ../dashboard.php:2295
627
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
628
  msgstr "Atenção! O modo Fortaleza agora está ativado. Ninguém pode fazer login."
629
 
630
- #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
631
- #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
632
  msgid "Unknown"
633
  msgstr "Desconhecido"
634
 
@@ -637,13 +636,13 @@ msgstr "Desconhecido"
637
  msgid "Gregory"
638
  msgstr "Gregory"
639
 
640
- #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
641
- #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
642
  #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
643
  #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
644
  #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
645
- #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
646
- #: /nexus/cerber-nexus-slave.php:233
647
  msgid "ERROR:"
648
  msgstr "ERRO:"
649
 
@@ -659,196 +658,196 @@ msgstr "<strong>ERRO</strong>: A senha que você digitou para o usuário %s est
659
  msgid "Username is not allowed. Please choose another one."
660
  msgstr "Nome de usuário não permitido. Por favor, escolha outro nome."
661
 
662
- #: ../cerber-load.php:3591
663
  msgid "unspecified"
664
  msgstr "não especificado"
665
 
666
- #: ../cerber-load.php:3594
667
  msgid "Number of lockouts is increasing"
668
  msgstr "O número de bloqueios está aumentando"
669
 
670
- #: ../cerber-load.php:3599
671
  msgid "View activity for this IP"
672
  msgstr "Ver atividade do IP"
673
 
674
- #: ../cerber-load.php:3603 ../cerber-load.php:3605
675
  msgid "A new version of WP Cerber is available to install"
676
  msgstr "Uma nova versão do WP Cerber está disponível para ser instalada"
677
 
678
- #: ../cerber-load.php:3604
679
  msgid "Hi!"
680
  msgstr "Olá!"
681
 
682
- #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
683
  #: 45
684
  msgid "Website"
685
  msgstr "Website"
686
 
687
- #: ../cerber-load.php:3610 ../cerber-load.php:3611
688
  msgid "The WP Cerber security plugin has been deactivated"
689
  msgstr "O plugin de segurança WP Cerber foi desativado"
690
 
691
- #: ../cerber-load.php:3613
692
  msgid "Not logged in"
693
  msgstr "Não logado"
694
 
695
- #: ../cerber-load.php:3619
696
  msgid "By user"
697
  msgstr "Pelo usuário"
698
 
699
- #: ../cerber-load.php:3620
700
  msgid "From IP address"
701
  msgstr "Do endereço de IP"
702
 
703
- #: ../cerber-load.php:3623
704
  msgid "From country"
705
  msgstr "Do país"
706
 
707
- #: ../cerber-load.php:3627
708
  msgid "The WP Cerber security plugin is now active"
709
  msgstr "O plugin de segurança WP Cerber está agora ativado"
710
 
711
- #: ../cerber-load.php:4544
712
  msgid "Your IP address is added to the"
713
  msgstr "Seu endereço de IP foi adicionado à"
714
 
715
- #: ../cerber-load.php:4560
716
  msgid "Import settings"
717
  msgstr "Importar configurações"
718
 
719
- #: ../settings.php:804
720
  msgid "Notification limit"
721
  msgstr "Limite de notificação"
722
 
723
- #: ../settings.php:804
724
  msgid "notification letters allowed per hour (0 means unlimited)"
725
  msgstr "notificações permitidas por hora (0 significa ilimitadas)"
726
 
727
- #: ../settings.php:111
728
  msgid "User related settings"
729
  msgstr "Configurações de usuário"
730
 
731
- #: ../settings.php:153
732
  msgid "Prohibited usernames"
733
  msgstr "Nomes de usuários proibidos"
734
 
735
- #: ../settings.php:154
736
  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."
737
  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."
738
 
739
- #: ../settings.php:161
740
  msgid "User session expire"
741
  msgstr "Sessão de usuário expira"
742
 
743
- #: ../settings.php:162
744
  msgid "in minutes (leave empty to use default WP value)"
745
  msgstr "em minutos (deixe em branco para usar o valor padrão do WordPress)"
746
 
747
- #: ../settings.php:237
748
  msgid "reCAPTCHA settings"
749
  msgstr "Configurações do reCAPTCHA"
750
 
751
- #: ../settings.php:240
752
  msgid "Site key"
753
  msgstr "Chave do site"
754
 
755
- #: ../settings.php:244
756
  msgid "Secret key"
757
  msgstr "Chave secreta"
758
 
759
- #: ../settings.php:254
760
  msgid "Enable reCAPTCHA for WordPress registration form"
761
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WordPress"
762
 
763
- #: ../settings.php:263
764
  msgid "Lost password form"
765
  msgstr "Formulário de senha perdida"
766
 
767
- #: ../settings.php:273
768
  msgid "Login form"
769
  msgstr "Formulário de login"
770
 
771
- #: ../settings.php:274
772
  msgid "Enable reCAPTCHA for WordPress login form"
773
  msgstr "Habilitar reCAPTCHA para o formulário de login do WordPress"
774
 
775
- #: ../settings.php:1193
776
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
777
  msgstr "Antes de começar a utilizar o reCAPTCHA, você precisa obter uma Chave do Site uma Chave Secreta no website do Google"
778
 
779
- #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
780
  msgid "Know more"
781
  msgstr "Saiba mais"
782
 
783
- #: ../dashboard.php:4166
784
  msgid "Users"
785
  msgstr "Usuários"
786
 
787
- #: ../common.php:1149
788
  msgid "User created"
789
  msgstr "Usuário criado"
790
 
791
- #: ../dashboard.php:2126 ../common.php:1150
792
  msgid "User registered"
793
  msgstr "Usuário registrado"
794
 
795
- #: ../common.php:1177
796
  msgid "reCAPTCHA verification failed"
797
  msgstr "A verificação do reCAPTCHA falhou"
798
 
799
- #: ../common.php:1178
800
  msgid "reCAPTCHA settings are incorrect"
801
  msgstr "As configurações do reCAPTCHA estão incorretas"
802
 
803
- #: ../common.php:1181 ../common.php:1267
804
  msgid "Attempt to access prohibited URL"
805
  msgstr "Tentativa de acesso a URL proibido"
806
 
807
- #: ../common.php:1183 ../common.php:1248
808
  msgid "Attempt to log in with prohibited username"
809
  msgstr "Tentativa de login com nome de usuário proibido."
810
 
811
- #: ../settings.php:639
812
  msgid "Cerber Lab connection"
813
  msgstr "Conexão Cerber Lab"
814
 
815
- #: ../settings.php:643
816
  msgid "Send malicious IP addresses to the Cerber Lab"
817
  msgstr "Enviar endereço de IP malicioso para o Cerber Lab"
818
 
819
- #: ../settings.php:645
820
  msgid "Cerber Lab protocol"
821
  msgstr "Protocolo Cerber Lab"
822
 
823
- #: ../settings.php:185 ../settings.php:253
824
  msgid "Registration form"
825
  msgstr "Formulário de restro"
826
 
827
- #: ../settings.php:259
828
  msgid "Enable reCAPTCHA for WooCommerce registration form"
829
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WooCommerce"
830
 
831
- #: ../settings.php:264
832
  msgid "Enable reCAPTCHA for WordPress lost password form"
833
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WordPress"
834
 
835
- #: ../settings.php:269
836
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
837
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WooCommerce"
838
 
839
- #: ../settings.php:279
840
  msgid "Enable reCAPTCHA for WooCommerce login form"
841
  msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
842
 
843
- #: ../common.php:1179
844
  msgid "Request to the Google reCAPTCHA service failed"
845
  msgstr "A requisição para o serviço Google reCAPTCHA falhou"
846
 
847
- #: ../dashboard.php:2118 ../dashboard.php:2148
848
  msgid "View all"
849
  msgstr "Ver todos"
850
 
851
- #: ../dashboard.php:2151
852
  msgid "Recently locked out IP addresses"
853
  msgstr "Endereços de IP recentemente bloqueados"
854
 
@@ -860,8 +859,8 @@ msgstr "OK, acabe com eles"
860
  msgid "NO, maybe later"
861
  msgstr "NÃO, talvez mais tarde"
862
 
863
- #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
864
- #: php:4160
865
  msgid "Dashboard"
866
  msgstr "Painel de Controle"
867
 
@@ -873,238 +872,226 @@ msgstr "Gostaria de fazer o WP Cerber ainda mais poderoso?"
873
  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."
874
  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."
875
 
876
- #: ../dashboard.php:778 ../dashboard.php:3275
877
  msgid "IP address"
878
  msgstr "Endereço de IP"
879
 
880
- #: ../dashboard.php:783
881
  msgid "User login"
882
  msgstr "Login do usuário"
883
 
884
- #: ../dashboard.php:784 ../dashboard.php:3281
885
  msgid "User ID"
886
  msgstr "ID do usuário"
887
 
888
- #: ../dashboard.php:1028 ../dashboard.php:3715
889
  msgid "Export"
890
  msgstr "Exportar"
891
 
892
- #: ../dashboard.php:1050
893
  msgid "Search for IP or username"
894
  msgstr "Buscar por IP ou usuário"
895
 
896
- #: ../dashboard.php:1051
897
  msgid "Filter"
898
  msgstr "Filtrar"
899
 
900
- #: ../dashboard.php:55
901
  msgid "Cerber Dashboard"
902
  msgstr "Painel de Controle do Cerber"
903
 
904
- #: ../dashboard.php:76
905
  msgid "Cerber tools"
906
  msgstr "Ferramentas do Cerber"
907
 
908
- #: ../dashboard.php:2383
909
- msgid "Subscribe"
910
- msgstr "Inscrever"
911
-
912
- #: ../dashboard.php:2384 ../cerber-tools.php:228
913
  msgid "Unsubscribe"
914
  msgstr "Cancelar inscrição"
915
 
916
- #: ../dashboard.php:2412
917
  msgid "You've subscribed"
918
  msgstr "Você está inscrito"
919
 
920
- #: ../dashboard.php:2416
921
  msgid "You've unsubscribed"
922
  msgstr "Você cancelou sua inscrição"
923
 
924
- #: ../cerber-load.php:3639 ../cerber-load.php:3640
925
  msgid "A new activity has been recorded"
926
  msgstr "Uma nova atividade foi capturada"
927
 
928
- #: ../cerber-load.php:4271
929
  msgid "User"
930
  msgstr "Usuário"
931
 
932
- #: ../cerber-load.php:4279
933
  msgid "Search string"
934
  msgstr "Termo pesquisado"
935
 
936
- #: ../cerber-load.php:4300
937
- msgid "To unsubscribe click here"
938
- msgstr "Para cancelar sua inscrição, clique aqui"
939
-
940
- #: ../settings.php:661
941
  msgid "Preferences"
942
  msgstr "Preferências"
943
 
944
- #: ../settings.php:668
945
  msgid "Date format"
946
  msgstr "Formato da data"
947
 
948
- #: ../settings.php:673
949
  msgid "if empty, the default format %s will be used"
950
  msgstr "se vazio, o formato padrão %s será usado"
951
 
952
- #: ../settings.php:810
953
  msgid "Push notifications"
954
  msgstr "Notificações push"
955
 
956
- #: ../settings.php:790
957
  msgid "Email notifications"
958
  msgstr "Notificações por email"
959
 
960
- #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
961
  msgid "Use comma to specify multiple values"
962
  msgstr "Use vírgulas para separar múltiplos valores"
963
 
964
- #: ../settings.php:818
965
  msgid "All connected devices"
966
  msgstr "Todos os dispositivos conectados"
967
 
968
- #: ../settings.php:821
969
  msgid "No devices found"
970
  msgstr "Nenhum dispositivo encontrado"
971
 
972
- #: ../settings.php:825
973
  msgid "Not available"
974
  msgstr "Não disponível"
975
 
976
- #: ../common.php:1175
977
  msgid "Password reset requested"
978
  msgstr "Redefinição de senha solicitada"
979
 
980
- #: ../common.php:1249
981
  msgid "Limit on failed reCAPTCHA verifications is reached"
982
  msgstr "Foi atingido o limite de verificações falhas do reCAPTCHA"
983
 
984
- #: ../common.php:1398
985
  msgid "%s ago"
986
  msgstr "%s atrás"
987
 
988
- #: ../settings.php:524
989
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
990
  msgstr "Aplicar regras de limite para login aos endereçoes de IP da Lista Segura"
991
 
992
- #: ../settings.php:565
993
  msgid "Display 404 page"
994
  msgstr "Exibir página 404"
995
 
996
- #: ../settings.php:248
997
  msgid "Invisible reCAPTCHA"
998
  msgstr "reCAPTCHA invisível"
999
 
1000
- #: ../settings.php:249
1001
  msgid "Enable invisible reCAPTCHA"
1002
  msgstr "Habilitar reCAPTCHA invisível"
1003
 
1004
- #: ../settings.php:249
1005
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1006
  msgstr "(não habilite esta opção a menos que tenha as Chaves do Site e Secreta para esta versão invisível)"
1007
 
1008
- #: ../settings.php:284
1009
  msgid "Enable reCAPTCHA for WordPress comment form"
1010
  msgstr "Habilitar reCAPTCHA para o formulário de comentários do WordPress"
1011
 
1012
- #: ../settings.php:289
1013
  msgid "Disable reCAPTCHA for logged in users"
1014
  msgstr "Desabilitar reCAPTCHA para usuários logados"
1015
 
1016
- #: ../settings.php:293
1017
  msgid "Limit attempts"
1018
  msgstr "Limitar tentativas"
1019
 
1020
- #: ../settings.php:294
1021
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1022
  msgstr "Bloquear endereço de IP por %s minutos depois de %s tentativas falhas dentro de %s minutos"
1023
 
1024
- #: ../settings.php:1186
1025
  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."
1026
  msgstr "No modo Fortaleza apenas os IPs da Lista Segura podem se conectar. Sessões ativas de usuários não serão afetadas."
1027
 
1028
- #: ../dashboard.php:780 ../dashboard.php:1004
1029
  msgid "Event"
1030
  msgstr "Evento"
1031
 
1032
- #: ../common.php:254
1033
  #, fuzzy
1034
  msgid "Spam comments denied"
1035
  msgstr "Comentários spam recusados"
1036
 
1037
- #: ../common.php:256
1038
  msgid "Malicious IP addresses detected"
1039
  msgstr "Endereço de IP malicioso detectado"
1040
 
1041
- #: ../common.php:257
1042
  msgid "Lockouts occurred"
1043
  msgstr "Bloqueios ocorridos"
1044
 
1045
- #: ../dashboard.php:2127
1046
- msgid "All suspicious activity"
1047
- msgstr "Todas as atividades suspeitas"
1048
-
1049
  #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1050
  #: /cerber-load.php:1332
1051
  msgid "You are not allowed to register."
1052
  msgstr "Não é permitido o seu registro."
1053
 
1054
- #: ../common.php:1160
1055
  #, fuzzy
1056
  msgid "Spam comment denied"
1057
  msgstr "Comentário spam recusado"
1058
 
1059
- #: ../common.php:1185
1060
  msgid "Attempt to log in denied"
1061
  msgstr "Tentativa de login recusada"
1062
 
1063
- #: ../common.php:1186
1064
  msgid "Attempt to register denied"
1065
  msgstr "Tentativa de registro recusada"
1066
 
1067
- #: ../common.php:251
1068
  msgid "Malicious activities mitigated"
1069
  msgstr "Atividades maliciosas mitigadas"
1070
 
1071
- #: ../dashboard.php:69
1072
  msgid "Cerber antispam settings"
1073
  msgstr "Configurações antispam do Cerber"
1074
 
1075
- #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1076
  msgid "Antispam"
1077
  msgstr "Antispam"
1078
 
1079
- #: ../settings.php:177
1080
  msgid "Cerber antispam engine"
1081
  msgstr "Mecanismo antispam do Cerber"
1082
 
1083
- #: ../settings.php:180
1084
  msgid "Comment form"
1085
  msgstr "Formulário para comentários"
1086
 
1087
- #: ../settings.php:181
1088
  msgid "Protect comment form with bot detection engine"
1089
  msgstr "Proteger formulário para comentários com mecanismo de detecção de bots"
1090
 
1091
- #: ../settings.php:186
1092
  msgid "Protect registration form with bot detection engine"
1093
  msgstr "Proteger formulário de registro com mecanismo de detecção de bots"
1094
 
1095
- #: ../dashboard.php:4288
1096
  msgid "Export & Import"
1097
  msgstr "Exportar & Importar"
1098
 
1099
- #: ../dashboard.php:4289
1100
  msgid "Diagnostic"
1101
  msgstr "Diagnóstico"
1102
 
1103
- #: ../dashboard.php:4292
1104
  msgid "License"
1105
  msgstr "Licença"
1106
 
1107
- #: ../dashboard.php:4199
1108
  msgid "Antispam and bot detection settings"
1109
  msgstr "Configurações antispam e de detecção de bots"
1110
 
@@ -1112,113 +1099,114 @@ msgstr "Configurações antispam e de detecção de bots"
1112
  msgid "Sorry, human verification failed."
1113
  msgstr "Desculpe, a verificação de humanidade falhou."
1114
 
1115
- #: ../common.php:1250
1116
  msgid "Bot activity is detected"
1117
  msgstr "Atividade de bot detectada"
1118
 
1119
- #: ../settings.php:219
1120
  msgid "Comment processing"
1121
  msgstr "Processando comentário"
1122
 
1123
- #: ../settings.php:222
1124
  #, fuzzy
1125
  msgid "If a spam comment detected"
1126
  msgstr "Se um comentário spam for detectado"
1127
 
1128
- #: ../settings.php:227
1129
  #, fuzzy
1130
  msgid "Trash spam comments"
1131
  msgstr "Mandar comentários spam para a lixeira"
1132
 
1133
- #: ../settings.php:229
1134
  #, fuzzy
1135
  msgid "Move spam comments to trash after"
1136
  msgstr "Mover comentários spam para a lixeira após"
1137
 
1138
- #: ../common.php:1161
1139
  #, fuzzy
1140
  msgid "Spam form submission denied"
1141
  msgstr "Envio de formulário spam recusado"
1142
 
1143
- #: ../settings.php:190
1144
  msgid "Other forms"
1145
  msgstr "Outros formulários"
1146
 
1147
- #: ../settings.php:191
1148
  msgid "Protect all forms on the website with bot detection engine"
1149
  msgstr "Proteger todos os formulários do website com o mecanismo de detecção de bots"
1150
 
1151
- #: ../settings.php:197
1152
  msgid "Adjust antispam engine"
1153
  msgstr "Ajustar mecanismo antispam"
1154
 
1155
- #: ../settings.php:200
1156
  msgid "Safe mode"
1157
  msgstr "Modo seguro"
1158
 
1159
- #: ../settings.php:201
1160
  msgid "Use less restrictive policies (allow AJAX)"
1161
  msgstr "Usar políticas menos restritivas (permitir AJAX)"
1162
 
1163
- #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
 
1164
  msgid "Logged in users"
1165
  msgstr "Usuários logados"
1166
 
1167
- #: ../settings.php:206
1168
  msgid "Disable bot detection engine for logged in users"
1169
  msgstr "Desabilitar mecanismo de detecção de bots para usuários logados"
1170
 
1171
- #: ../dashboard.php:190 ../dashboard.php:1002
1172
  msgid "Country"
1173
  msgstr "País"
1174
 
1175
- #: ../dashboard.php:1039
1176
  msgid "All events"
1177
  msgstr "Todos os eventos"
1178
 
1179
- #: ../dashboard.php:61
1180
  msgid "Cerber Security Rules"
1181
  msgstr "Regras de Segurança do Cerber"
1182
 
1183
- #: ../dashboard.php:61 ../dashboard.php:4236
1184
  msgid "Security Rules"
1185
  msgstr "Regras de Segurança"
1186
 
1187
- #: ../dashboard.php:1396
1188
  msgid "Failed login attempts"
1189
  msgstr "Tentativas falhas de login"
1190
 
1191
- #: ../dashboard.php:1353 ../dashboard.php:1397
1192
  msgid "Registered"
1193
  msgstr "Registrado"
1194
 
1195
- #: ../dashboard.php:1467 ../cerber-users.php:25
1196
  msgid "You"
1197
  msgstr "Você"
1198
 
1199
- #: ../common.php:255
1200
  msgid "Spam form submissions denied"
1201
  msgstr "Envio de formulário de spam recusado"
1202
 
1203
- #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1204
  msgid "Getting Started Guide"
1205
  msgstr "Guia de Introdução"
1206
 
1207
- #: ../dashboard.php:4238
1208
  msgid "Countries"
1209
  msgstr "Países"
1210
 
1211
- #: ../dashboard.php:2987
1212
  msgid "Permitted for one country"
1213
  msgid_plural "Permitted for %d countries"
1214
  msgstr[0] "Permitido para um país"
1215
  msgstr[1] "Permitido para %d países"
1216
 
1217
- #: ../dashboard.php:2998
1218
  msgid "No rule"
1219
  msgstr "Nenhuma regra"
1220
 
1221
- #: ../dashboard.php:3209
1222
  msgid "Security rules have been updated"
1223
  msgstr "As regras de segurança foram atualizadas"
1224
 
@@ -1227,183 +1215,183 @@ msgstr "As regras de segurança foram atualizadas"
1227
  msgid "https://wpcerber.com"
1228
  msgstr "https://wpcerber.com"
1229
 
1230
- #: ../common.php:1162
1231
  msgid "Form submission denied"
1232
  msgstr "Envio de formulário recusado"
1233
 
1234
- #: ../common.php:1163
1235
  msgid "Comment denied"
1236
  msgstr "Comentário recusado"
1237
 
1238
- #: ../common.php:1191
1239
  msgid "Request to REST API denied"
1240
  msgstr "Requisição à API REST recusada"
1241
 
1242
- #: ../common.php:1192
1243
  msgid "XML-RPC request denied"
1244
  msgstr "Requisição XML-RPC recusada"
1245
 
1246
- #: ../common.php:1205
1247
  msgid "Bot detected"
1248
  msgstr "Bot detectado"
1249
 
1250
- #: ../common.php:1206
1251
  msgid "Citadel mode is active"
1252
  msgstr "Modo Fortaleza está ativo"
1253
 
1254
- #: ../common.php:1211
1255
  msgid "Malicious activity detected"
1256
  msgstr "Atividade maliciosa detectada"
1257
 
1258
- #: ../common.php:1212
1259
  msgid "Blocked by country rule"
1260
  msgstr "Bloquear por regra de países"
1261
 
1262
- #: ../common.php:1213
1263
  msgid "Limit reached"
1264
  msgstr "Limite atingido"
1265
 
1266
- #: ../common.php:1214
1267
  msgid "Multiple suspicious activities"
1268
  msgstr "Múltiplas atividades suspeitas"
1269
 
1270
- #: ../common.php:1251
1271
  msgid "Multiple suspicious activities were detected"
1272
  msgstr "Múltiplas atividades suspeitas foram detectadas"
1273
 
1274
- #: ../settings.php:751
1275
  msgid "Allow REST API for logged in users"
1276
  msgstr "Permitir API REST para usuários logados"
1277
 
1278
- #: ../settings.php:766
1279
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1280
  msgstr "Especificar namespaces permitidos da API REST quando ela estiver desabilitada. Um namespace por linha."
1281
 
1282
- #: ../settings.php:147
1283
  msgid "Registration limit"
1284
  msgstr "Limite de registros"
1285
 
1286
- #: ../settings.php:168
1287
  msgid "Sort users in dashboard"
1288
  msgstr "Ordenar usuários no painel de controle"
1289
 
1290
- #: ../settings.php:169
1291
  msgid "by date of registration"
1292
  msgstr "por data de registro"
1293
 
1294
- #: ../settings.php:210
1295
  msgid "Query whitelist"
1296
  msgstr "Lista de permissão para consultas"
1297
 
1298
- #: ../settings.php:1352
1299
  msgid "%s allowed registrations in %s minutes from one IP"
1300
  msgstr "%s registros permitidos de um IP em %s minutos"
1301
 
1302
- #: ../dashboard.php:3055
1303
  msgid "Start typing here to find a country"
1304
  msgstr "Comece a digitar aqui para encontrar um país"
1305
 
1306
- #: ../dashboard.php:3135
1307
  msgid "Click on a country name to add it to the list of selected countries"
1308
  msgstr "Clique no nome de um país para adicioná-lo à lista de países selecionados"
1309
 
1310
- #: ../dashboard.php:3156
1311
  msgid "Submit forms"
1312
  msgstr "Enviar formulários"
1313
 
1314
- #: ../dashboard.php:3157
1315
  msgid "Post comments"
1316
  msgstr "Publicar comentários"
1317
 
1318
- #: ../dashboard.php:3158
1319
  msgid "Log in to the website"
1320
  msgstr "Logar no website"
1321
 
1322
- #: ../dashboard.php:3159
1323
  msgid "Register on the website"
1324
  msgstr "Registrar no website"
1325
 
1326
- #: ../dashboard.php:3160
1327
  msgid "Use XML-RPC"
1328
  msgstr "Usar XML-RPC"
1329
 
1330
- #: ../dashboard.php:3161
1331
  msgid "Use REST API"
1332
  msgstr "Usar API REST"
1333
 
1334
- #: ../settings.php:224
1335
  msgid "Deny it completely"
1336
  msgstr "Negar completamente"
1337
 
1338
- #: ../settings.php:224
1339
  msgid "Mark it as spam"
1340
  msgstr "Marcar como spam"
1341
 
1342
- #: ../dashboard.php:2109
1343
  msgid "in the last 24 hours"
1344
  msgstr "nas últimas 24 horas"
1345
 
1346
- #: ../dashboard.php:2487
1347
  msgid "Main settings"
1348
  msgstr "Configurações principais"
1349
 
1350
- #: ../settings.php:830
1351
  msgid "Weekly reports"
1352
  msgstr "Relatórios semanais"
1353
 
1354
- #: ../settings.php:1524
1355
  msgid "Sunday"
1356
  msgstr "Domingo"
1357
 
1358
- #: ../settings.php:1525
1359
  msgid "Monday"
1360
  msgstr "Segunda-feira"
1361
 
1362
- #: ../settings.php:1526
1363
  msgid "Tuesday"
1364
  msgstr "Terça-feira"
1365
 
1366
- #: ../settings.php:1527
1367
  msgid "Wednesday"
1368
  msgstr "Quarta-feira"
1369
 
1370
- #: ../settings.php:1528
1371
  msgid "Thursday"
1372
  msgstr "Quinta-feira"
1373
 
1374
- #: ../settings.php:1529
1375
  msgid "Friday"
1376
  msgstr "Sexta-feira"
1377
 
1378
- #: ../settings.php:1530
1379
  msgid "Saturday"
1380
  msgstr "Sábado"
1381
 
1382
- #: ../settings.php:1593 ../settings.php:1594
1383
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1384
  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."
1385
 
1386
- #: ../cerber-load.php:3645
1387
  msgid "Weekly report"
1388
  msgstr "Relatório semanal"
1389
 
1390
- #: ../cerber-load.php:3648 ../cerber-load.php:3658
1391
  msgid "To change reporting settings visit"
1392
  msgstr "Para modificar as configurações de relatórios visitar"
1393
 
1394
- #: ../cerber-load.php:3681
1395
  msgid "Your login page:"
1396
  msgstr "Sua página de login:"
1397
 
1398
- #: ../cerber-load.php:3685
1399
  msgid "Your license is valid until"
1400
  msgstr "Sua licença é válida até"
1401
 
1402
- #: ../cerber-load.php:3791
1403
  msgid "Activity details"
1404
  msgstr "Detalhes da atividade"
1405
 
1406
- #: ../settings.php:1560
1407
  msgid "Click to send now"
1408
  msgstr "Clique para enviar agora"
1409
 
@@ -1411,271 +1399,267 @@ msgstr "Clique para enviar agora"
1411
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1412
  msgstr "> > > Tradutor do WP Cerber? Para ganhar uma licença PRO, deixe seu contato aqui: https://wpcerber.com/contact/"
1413
 
1414
- #: ../dashboard.php:559
1415
  msgid "Email has been sent to"
1416
  msgstr "O email foi enviado para"
1417
 
1418
- #: ../dashboard.php:562
1419
  msgid "Unable to send email to"
1420
  msgstr "Não foi possível enviar o email para"
1421
 
1422
- #: ../dashboard.php:2990
1423
  msgid "Not permitted for one country"
1424
  msgid_plural "Not permitted for %d countries"
1425
  msgstr[0] "Não permitido para um país"
1426
  msgstr[1] "Não permitido para %d países"
1427
 
1428
- #: ../dashboard.php:3139
1429
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1430
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1431
  msgstr "Aos países selecionados é permitido %s, aos outros países não"
1432
 
1433
- #: ../dashboard.php:3142
1434
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1435
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1436
  msgstr "Aos países selecionados não é permitido %s, aos outros países sim"
1437
 
1438
- #: ../cerber-load.php:3779
1439
  msgid "Weekly Report"
1440
  msgstr "Relatório Semanal"
1441
 
1442
- #: ../settings.php:570
1443
  msgid "Use 404 template from the active theme"
1444
  msgstr "Usar template 404 do tema ativo"
1445
 
1446
- #: ../settings.php:571
1447
  msgid "Display simple 404 page"
1448
  msgstr "Exibir página 404 simples"
1449
 
1450
- #: ../settings.php:211
1451
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1452
  msgstr "Digite parte da string de consulta ou do caminho de consulta para excluir uma requisição da inspeção. Um item por linha."
1453
 
1454
- #: ../settings.php:842 ../settings.php:1106
1455
  msgid "if empty, email from notification settings will be used"
1456
  msgstr "quando vazio, o email das configurações de notificações será usado"
1457
 
1458
- #: ../settings.php:831
1459
  msgid "Enable reporting"
1460
  msgstr "Habilitar relatórios"
1461
 
1462
- #: ../cerber-load.php:3709
1463
  msgid "Your last sign-in was %s from %s"
1464
  msgstr "Seu último login foi em %s a partir do IP %s"
1465
 
1466
- #: ../dashboard.php:279
1467
  msgid "IP address, IPv4 address range or subnet"
1468
  msgstr "Endereço de IP, faixa de IPv4 ou sub-rede"
1469
 
1470
- #: ../dashboard.php:281
1471
  msgid "Optional comment for this entry"
1472
  msgstr "Comentário opcional para esta estrada"
1473
 
1474
- #: ../dashboard.php:320
1475
  msgid "You cannot add your IP address or network"
1476
  msgstr "Você não pode adicionar seu endereço de IP ou rede"
1477
 
1478
- #: ../settings.php:154
1479
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1480
  msgstr "Para especificar um padrão REGEX, envolva o padrão entre barras"
1481
 
1482
- #: ../dashboard.php:57
1483
  msgid "Cerber Traffic Inspector"
1484
  msgstr "Inspetor de Tráfego do Cerber"
1485
 
1486
- #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1487
  msgid "Traffic Inspector"
1488
  msgstr "Inspetor de Tráfego"
1489
 
1490
- #: ../dashboard.php:1569
1491
  msgid "Traffic"
1492
  msgstr "Tráfego"
1493
 
1494
- #: ../dashboard.php:3652
1495
  msgid "Request"
1496
  msgstr "Requisição"
1497
 
1498
- #: ../dashboard.php:3654
1499
  msgid "Host Info"
1500
  msgstr "Informação do Servidor"
1501
 
1502
- #: ../dashboard.php:3655
1503
  msgid "User Agent"
1504
  msgstr "User Agent"
1505
 
1506
- #: ../dashboard.php:3680
1507
  msgid "All requests"
1508
  msgstr "Todas as requisições"
1509
 
1510
- #: ../dashboard.php:3685
1511
  msgid "Not logged in visitors"
1512
  msgstr "Visitantes não logados"
1513
 
1514
- #: ../dashboard.php:3688
1515
  msgid "Form submissions"
1516
  msgstr "Envios de formulários"
1517
 
1518
- #: ../dashboard.php:3690
1519
  msgid "Page Not Found"
1520
  msgstr "Página não encontrada"
1521
 
1522
- #: ../dashboard.php:3699
1523
  msgid "Longer than"
1524
  msgstr "Mais do que"
1525
 
1526
- #: ../dashboard.php:3720
1527
  msgid "Refresh"
1528
  msgstr "Recarregar"
1529
 
1530
- #: ../common.php:181
1531
  msgid "Check for requests"
1532
  msgstr "Verificar requisições"
1533
 
1534
- #: ../common.php:1612
1535
  msgid "Not specified"
1536
  msgstr "Não especificado"
1537
 
1538
- #: ../settings.php:896
1539
  msgid "Logging mode"
1540
  msgstr "Modo de registro"
1541
 
1542
- #: ../settings.php:902
1543
  msgid "Logging disabled"
1544
  msgstr "Registro desabilitado"
1545
 
1546
- #: ../settings.php:903
1547
  msgid "Smart"
1548
  msgstr "Inteligente"
1549
 
1550
- #: ../settings.php:904
1551
  msgid "All traffic"
1552
  msgstr "Todo tráfego"
1553
 
1554
- #: ../settings.php:908
1555
  msgid "Ignore crawlers"
1556
  msgstr "Ignorar crawlers"
1557
 
1558
- #: ../settings.php:918
1559
  msgid "Mask these form fields"
1560
  msgstr "Mascarar estes campos de fomulários"
1561
 
1562
- #: ../settings.php:958
1563
  msgid "milliseconds"
1564
  msgstr "milissegundos"
1565
 
1566
- #: ../settings.php:851
1567
  msgid "Enable traffic inspection"
1568
  msgstr "Habilitar inspeção de tráfego"
1569
 
1570
- #: ../settings.php:895
1571
  msgid "Logging"
1572
  msgstr "Registrando"
1573
 
1574
- #: ../settings.php:913
1575
  msgid "Save request fields"
1576
  msgstr "Salvar campos de requisição"
1577
 
1578
- #: ../settings.php:953
1579
  msgid "Page generation time threshold"
1580
  msgstr "Limite de tempo para geração de páginas"
1581
 
1582
- #: ../dashboard.php:3672
1583
  msgid "No requests have been logged."
1584
  msgstr "Nenhuma requisição foi registrada."
1585
 
1586
- #: ../dashboard.php:1536
1587
  msgid "enabled"
1588
  msgstr "habilitado"
1589
 
1590
- #: ../dashboard.php:1541
1591
  msgid "no connection"
1592
  msgstr "sem conexão"
1593
 
1594
- #: ../dashboard.php:4026
1595
- msgid "Advanced search"
1596
- msgstr "Busca avançada"
1597
-
1598
- #: ../dashboard.php:1343
1599
  msgid "Last seen"
1600
  msgstr "Visto pela última vez"
1601
 
1602
- #: ../common.php:1187 ../common.php:1252
1603
  msgid "Probing for vulnerable PHP code"
1604
  msgstr "Teste para vulnerabilidades no código PHP"
1605
 
1606
- #: ../dashboard.php:3983
1607
  msgid "Any"
1608
  msgstr "Qualquer"
1609
 
1610
- #: ../cerber-load.php:3429
1611
  msgid "We're sorry, you are not allowed to proceed"
1612
  msgstr "Desculpe, você não tem permissão para prosseguir"
1613
 
1614
- #: ../settings.php:867
1615
  msgid "Request whitelist"
1616
  msgstr "Lista de permissão para requisições"
1617
 
1618
- #: ../settings.php:873
1619
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1620
  msgstr "Digite um URI de requisição para excluir a requisição da inspeção. Um item por linha."
1621
 
1622
- #: ../settings.php:929
1623
  msgid "Save request headers"
1624
  msgstr "Salvar cabeçalhos da requisição"
1625
 
1626
- #: ../settings.php:935
1627
  msgid "Save $_SERVER"
1628
  msgstr "Salvar $_SERVER"
1629
 
1630
- #: ../settings.php:941
1631
  msgid "Save request cookies"
1632
  msgstr "Salvar cookies da requisição"
1633
 
1634
- #: ../settings.php:694
1635
  msgid "Protect admin scripts"
1636
  msgstr "Proteger scripts da administração"
1637
 
1638
- #: ../settings.php:699
1639
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1640
  msgstr "Bloquear acessos não autorizados a load-scripts.php e load-styles.php"
1641
 
1642
- #: ../common.php:2440
1643
  msgid "Unable to create the directory"
1644
  msgstr "Não foi possível criar o diretório"
1645
 
1646
- #: ../common.php:2445
1647
  msgid "Destination folder access denied"
1648
  msgstr "Acesso recusado à pasta de destino"
1649
 
1650
- #: ../common.php:2448
1651
  msgid "File not found"
1652
  msgstr "Arquivo não encontrado"
1653
 
1654
- #: ../common.php:2451
1655
  msgid "Unable to copy the file"
1656
  msgstr "Não foi possível copiar o arquivo"
1657
 
1658
- #: ../common.php:2457
1659
  msgid "Unable to delete the file"
1660
  msgstr "Não foi possível apagar o arquivo"
1661
 
1662
- #: ../settings.php:486
1663
  msgid "Plugin initialization"
1664
  msgstr "Inicialização do plugin"
1665
 
1666
- #: ../settings.php:487
1667
  msgid "Load security engine"
1668
  msgstr "Carregar mecanismo de segurança"
1669
 
1670
- #: ../settings.php:493
1671
  msgid "Legacy mode"
1672
  msgstr "Modo legado"
1673
 
1674
- #: ../settings.php:494
1675
  msgid "Standard mode"
1676
  msgstr "Modo padrão"
1677
 
1678
- #: ../settings.php:1571
1679
  msgid "Plugin initialization mode has not been changed"
1680
  msgstr "O modo de inicialização do plugin não foi alterado"
1681
 
@@ -1684,40 +1668,36 @@ msgstr "O modo de inicialização do plugin não foi alterado"
1684
  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>."
1685
  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>."
1686
 
1687
- #: ../common.php:1189
1688
  msgid "File upload denied"
1689
  msgstr "Envio de arquivo recusado"
1690
 
1691
- #: ../settings.php:583
1692
- msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1693
- msgstr "O URL personalizado de login pode conter apenas letras, números, traços e underscores."
1694
-
1695
- #: ../settings.php:873
1696
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1697
  msgstr "Para especificar um padrão REGEX, envolva a linha toda entre duas barras."
1698
 
1699
- #: ../settings.php:1182
1700
  msgid "Be careful about enabling these options."
1701
  msgstr "Seja cuidadoso ao habilitar estas opções."
1702
 
1703
- #: ../settings.php:1182
1704
  msgid "If you forget your Custom login URL, you will be unable to log in."
1705
  msgstr "Se você esquecer sua URL de login personalizada, não será possível fazer login."
1706
 
1707
- #: ../dashboard.php:65 ../dashboard.php:4251
1708
  msgid "Site Integrity"
1709
  msgstr "Integridade do Site"
1710
 
1711
- #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1712
- #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1713
  msgid "Disabled"
1714
  msgstr "Desabilitado"
1715
 
1716
- #: ../dashboard.php:1555 ../cerber-scanner.php:865
1717
  msgid "Quick Scan"
1718
  msgstr "Verificação Rápida"
1719
 
1720
- #: ../dashboard.php:1557 ../cerber-scanner.php:865
1721
  msgid "Full Scan"
1722
  msgstr "Verificação Completa"
1723
 
@@ -1726,420 +1706,420 @@ msgstr "Verificação Completa"
1726
  msgid "WP Cerber Security, Antispam & Malware Scan"
1727
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1728
 
1729
- #: ../common.php:1215
1730
  msgid "Denied"
1731
  msgstr "Recusado"
1732
 
1733
- #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1734
  msgid "Use White IP Access List"
1735
  msgstr "Usar a Lista Segura de IPs"
1736
 
1737
- #: ../settings.php:553
1738
  msgid "Disable dashboard redirection"
1739
  msgstr "Desabilitar redirecionamento do painel"
1740
 
1741
- #: ../settings.php:557
1742
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1743
  msgstr "Desabilitar o redirecionamento automático para a página de login quando /wp-admin/ for requisitada por meio de uma requisição não autorizada"
1744
 
1745
- #: ../settings.php:974
1746
  msgid "Scanner settings"
1747
  msgstr "Configurações da Verificação"
1748
 
1749
- #: ../settings.php:975
1750
  msgid "Custom signatures"
1751
  msgstr "Assinaturas personalizadas"
1752
 
1753
- #: ../settings.php:981
1754
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1755
  msgstr "Especificar assinaturas de código PHP personalizadas. Um item por linha. Para especificar um padrão REGEX, envolva toda a linha entre duas chaves."
1756
 
1757
- #: ../settings.php:983
1758
  msgid "Unwanted file extensions"
1759
  msgstr "Extensão de arquivos indesejadas"
1760
 
1761
- #: ../settings.php:989
1762
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1763
  msgstr "Especifique as extensões de arquivos para busca. Apenas para Verificação Completa. Use vírgulas para separar os itens."
1764
 
1765
- #: ../settings.php:991
1766
  msgid "Directories to exclude"
1767
  msgstr "Diretórios a serem excluídos"
1768
 
1769
- #: ../settings.php:997
1770
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1771
  msgstr "Especifique os diretórios para excluir da verificação. Use caminhos absolutos. Um item por linha."
1772
 
1773
- #: ../settings.php:1012
1774
  msgid "Scan temporary directory"
1775
  msgstr "Verificar diretório temporário"
1776
 
1777
- #: ../settings.php:1019
1778
  msgid "Scan session directory"
1779
  msgstr "Verificar diretório de sessão"
1780
 
1781
- #: ../settings.php:1031
1782
  msgid "Delete quarantined files after"
1783
  msgstr "Apagar arquivos em quarentena após"
1784
 
1785
- #: ../settings.php:1046
1786
  msgid "Launch Quick Scan"
1787
  msgstr "Iniciar Verificação Rápida"
1788
 
1789
- #: ../cerber-scanner.php:1421
1790
  msgid "Every hour"
1791
  msgstr "A cada hora"
1792
 
1793
- #: ../cerber-scanner.php:1422
1794
  msgid "Every 3 hours"
1795
  msgstr "A cada 3 horas"
1796
 
1797
- #: ../cerber-scanner.php:1423
1798
  msgid "Every 6 hours"
1799
  msgstr "A cada 6 horas"
1800
 
1801
- #: ../settings.php:1053
1802
  msgid "Launch Full Scan"
1803
  msgstr "Iniciar Verificação Completa"
1804
 
1805
- #: ../settings.php:1063 ../settings.php:1122
1806
  msgid "Low severity"
1807
  msgstr "Baixa gravidade"
1808
 
1809
- #: ../settings.php:1063 ../settings.php:1122
1810
  msgid "Medium severity"
1811
  msgstr "Média gravidade"
1812
 
1813
- #: ../settings.php:1063 ../settings.php:1122
1814
  msgid "High severity"
1815
  msgstr "Alta gravidade"
1816
 
1817
- #: ../settings.php:1064
1818
  msgid "Report an issue if any of the following is true"
1819
  msgstr "Reportar um problema se qualquer item seguinte for verdadeiro"
1820
 
1821
- #: ../settings.php:1072
1822
  msgid "Send email report"
1823
  msgstr "Enviar email com relatório"
1824
 
1825
- #: ../settings.php:1078
1826
  msgid "After every scan"
1827
  msgstr "Após cada verificação"
1828
 
1829
- #: ../settings.php:1079
1830
  msgid "If any changes in scan results occurred"
1831
  msgstr "Se qualquer mudança ocorrer na verificação"
1832
 
1833
- #: ../settings.php:1084
1834
  msgid "Include file sizes"
1835
  msgstr "Incluir tamanho dos arquivos"
1836
 
1837
- #: ../settings.php:1091
1838
  msgid "Include scan errors"
1839
  msgstr "Incluir erros da verificação"
1840
 
1841
- #: ../dashboard.php:4253 ../cerber-load.php:4555
1842
  msgid "Security Scanner"
1843
  msgstr "Verificação de Segurança"
1844
 
1845
- #: ../dashboard.php:4255
1846
  msgid "Scheduling"
1847
  msgstr "Agendamento"
1848
 
1849
- #: ../cerber-scanner.php:84
1850
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1851
  msgstr "No momento uma verificação agendada está em progresso. Favor aguardar até que ela seja finalizada."
1852
 
1853
- #: ../cerber-scanner.php:88
1854
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1855
  msgstr "A verificação anterior começou %s não foi completada. Continuar verificando?"
1856
 
1857
- #: ../cerber-scanner.php:97
1858
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1859
  msgstr "Parece que o site nunca foi verificado. Para iniciar uma verificação, clique no botão abaixo."
1860
 
1861
- #: ../cerber-scanner.php:100
1862
  msgid "Start Quick Scan"
1863
  msgstr "Iniciar Verificação Rápida"
1864
 
1865
- #: ../cerber-scanner.php:101
1866
  msgid "Start Full Scan"
1867
  msgstr "Iniciar Verificação Completa"
1868
 
1869
- #: ../cerber-scanner.php:102
1870
  msgid "Stop Scanning"
1871
  msgstr "Parar Verificação"
1872
 
1873
- #: ../cerber-scanner.php:103
1874
  msgid "Continue Scanning"
1875
  msgstr "Continuar Verificação"
1876
 
1877
- #: ../cerber-scanner.php:139
1878
  msgid "Delete"
1879
  msgstr "Apagar"
1880
 
1881
- #: ../cerber-scanner.php:1370
1882
  msgid "Verified"
1883
  msgstr "Verificado"
1884
 
1885
- #: ../cerber-scanner.php:1377
1886
  msgid "Integrity data not found"
1887
  msgstr "Dados de integridade não encontrados"
1888
 
1889
- #: ../cerber-scanner.php:1378
1890
  msgid "Unable to check the integrity of the plugin due to a network error"
1891
  msgstr "Não foi possível verificar a integridade do plugin devido a um erro de conexão"
1892
 
1893
- #: ../cerber-scanner.php:1379
1894
  msgid "Unable to check the integrity of WordPress files due to a network error"
1895
  msgstr "Não foi possível verificar a integridade dos arquivos do WordPress devido a uma falha de conexão"
1896
 
1897
- #: ../cerber-scanner.php:1380
1898
  msgid "Unable to check the integrity of the theme due to a network error"
1899
  msgstr "Não foi possível verificar a integridade do tema devido a um erro de conexão"
1900
 
1901
- #: ../cerber-scanner.php:1383
1902
  msgid "Local file doesn't exist"
1903
  msgstr "Arquivo local não existe"
1904
 
1905
- #: ../cerber-scanner.php:1385
1906
  msgid "Unable to process file"
1907
  msgstr "Não foi possível processar o arquivo"
1908
 
1909
- #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1910
  msgid "Unable to open file"
1911
  msgstr "Não foi possível abrir o arquivo"
1912
 
1913
- #: ../cerber-scanner.php:1388
1914
  msgid "Checksum mismatch"
1915
  msgstr "Checksum incompatível"
1916
 
1917
- #: ../cerber-scanner.php:1391
1918
  msgid "Suspicious code found"
1919
  msgstr "Código suspeito encontrado"
1920
 
1921
- #: ../cerber-scanner.php:1393
1922
  msgid "Unattended suspicious file"
1923
  msgstr "Arquivos suspeito autônomo"
1924
 
1925
- #: ../cerber-scanner.php:1394
1926
  msgid "Executable code found"
1927
  msgstr "Código executável encontrado"
1928
 
1929
- #: ../cerber-scanner.php:1398
1930
  msgid "Unwanted file extension"
1931
  msgstr "Extensão de arquivo indesejada"
1932
 
1933
- #: ../cerber-scanner.php:1400
1934
  msgid "Content has been modified"
1935
  msgstr "O conteúdo foi modificado"
1936
 
1937
- #: ../cerber-scanner.php:1401
1938
  msgid "New file"
1939
  msgstr "Novo arquivo"
1940
 
1941
- #: ../cerber-scanner.php:2437
1942
  msgid "Custom signature found"
1943
  msgstr "Assinatura personalizada encontrada"
1944
 
1945
- #: ../cerber-scanner.php:3576
1946
  msgid "Scanning folders for files"
1947
  msgstr "Verificando arquivos em diretórios"
1948
 
1949
- #: ../cerber-scanner.php:3580
1950
  msgid "Parsing the list of files"
1951
  msgstr "Analisando a lista de arquivos"
1952
 
1953
- #: ../cerber-scanner.php:3581
1954
  msgid "Checking for new and modified files"
1955
  msgstr "Verificando por arquivos novos ou modificados"
1956
 
1957
- #: ../cerber-scanner.php:3582
1958
  msgid "Verifying the integrity of WordPress"
1959
  msgstr "Verificando a integridade do WordPress"
1960
 
1961
- #: ../cerber-scanner.php:3583
1962
  msgid "Verifying the integrity of the plugins"
1963
  msgstr "Verificando a integridade dos plugins"
1964
 
1965
- #: ../cerber-scanner.php:3584
1966
  msgid "Verifying the integrity of the themes"
1967
  msgstr "Verificando a integridade dos temas"
1968
 
1969
- #: ../cerber-scanner.php:3585
1970
  msgid "Searching for malicious code"
1971
  msgstr "Buscando por códigos maliciosos"
1972
 
1973
- #: ../cerber-scanner.php:3586
1974
  msgid "Finalizing the scan"
1975
  msgstr "Finalizando a verificação"
1976
 
1977
- #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1978
  msgid "Files to scan"
1979
  msgstr "Arquivos para verificar"
1980
 
1981
- #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1982
  msgid "Critical issues"
1983
  msgstr "Problemas críticos"
1984
 
1985
- #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1986
  msgid "Issues total"
1987
  msgstr "Problemas totais"
1988
 
1989
- #: ../cerber-scanner.php:4170
1990
  msgid "The directory is not writable"
1991
  msgstr "O diretório não permite escrita"
1992
 
1993
- #: ../cerber-scanner.php:4188
1994
  msgid "Unable to create WP CERBER directory"
1995
  msgstr "Não foi possível criar o diretório WP CERBER"
1996
 
1997
- #: ../cerber-scanner.php:4402
1998
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1999
  msgstr "Erro de acesso a arquivo. Os resultados de verificação devem estar desatualizados. Favor executar uma Verificação Rápida ou Completa."
2000
 
2001
- #: ../cerber-scanner.php:5093
2002
  msgid "To view full report visit"
2003
  msgstr "Para ver o relatório completo visite"
2004
 
2005
- #: ../cerber-load.php:3655
2006
  msgid "Scanner Report"
2007
  msgstr "Relatório de Verificação"
2008
 
2009
- #: ../settings.php:999
2010
  msgid "Monitor new files"
2011
  msgstr "Monitorar novos arquivos"
2012
 
2013
- #: ../settings.php:1006
2014
  msgid "Monitor modified files"
2015
  msgstr "Monitorar arquivos modificados"
2016
 
2017
- #: ../settings.php:1080
2018
  msgid "If new issues found"
2019
  msgstr "Se novos problemas forem encontrados"
2020
 
2021
- #: ../settings.php:1820
2022
  msgid "The schedule has been updated"
2023
  msgstr "A agenda foi atualizada"
2024
 
2025
- #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2026
  msgid "Suspicious directives found"
2027
  msgstr "Diretivas suspeitar foram encontradas"
2028
 
2029
- #: ../cerber-scanner.php:2615
2030
  msgid "Suspicious code instruction found"
2031
  msgstr "Instruções suspeitas no código foram encontradas"
2032
 
2033
- #: ../cerber-scanner.php:2616
2034
  msgid "Suspicious code signatures found"
2035
  msgstr "Assinaturas suspeitas no código foram encontradas"
2036
 
2037
- #: ../cerber-scanner.php:2619
2038
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2039
  msgstr "Para resolver este problema você deve reinstalar o %s ou atualizá-lo para a última versão."
2040
 
2041
- #: ../cerber-scanner.php:2620
2042
  msgid "Please upload a reference ZIP archive"
2043
  msgstr "Favor enviar um arquivo ZIP de referência"
2044
 
2045
- #: ../cerber-scanner.php:2621
2046
  msgid "Resolve issue"
2047
  msgstr "Resolver problema"
2048
 
2049
- #: ../cerber-scanner.php:3881
2050
  msgid "We have not found any integrity data to verify"
2051
  msgstr "Não encontramos nenhum dado de integridade para verificar"
2052
 
2053
- #: ../cerber-scanner.php:3883
2054
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2055
  msgstr "Você deve enviar um arquivo ZIP a partir do qual fez a instalação. Isso permite ao verificador de segurança assegurar a integridade do código e detectar malwares."
2056
 
2057
- #: ../cerber-scanner.php:4940
2058
  msgid "Full Scan Report"
2059
  msgstr "Relatório de Verificação Completa"
2060
 
2061
- #: ../cerber-scanner.php:4940
2062
  msgid "Quick Scan Report"
2063
  msgstr "Relatório de Verificação Rápida"
2064
 
2065
- #: ../cerber-scanner.php:4953
2066
  msgid "Files scanned"
2067
  msgstr "Arquivos verificados"
2068
 
2069
- #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2070
- #: php:1359
2071
  msgid "Check for activities"
2072
  msgstr "Verificar atividades"
2073
 
2074
- #: ../dashboard.php:1322
2075
  msgid "Activated"
2076
  msgstr "Ativado"
2077
 
2078
- #: ../common.php:1194
2079
  msgid "Malicious request denied"
2080
  msgstr "Requisição maliciosa recusada"
2081
 
2082
- #: ../common.php:1198
2083
  msgid "User activated"
2084
  msgstr "Usuário ativado"
2085
 
2086
- #: ../common.php:1216
2087
  msgid "Suspicious number of fields"
2088
  msgstr "Número suspeito de campos"
2089
 
2090
- #: ../common.php:1217
2091
  msgid "Suspicious number of nested values"
2092
  msgstr "Número suspeito de valores aninhados"
2093
 
2094
- #: ../common.php:1218 ../common.php:1253
2095
  msgid "Malicious code detected"
2096
  msgstr "Código malicioso detectado"
2097
 
2098
- #: ../common.php:1254
2099
  msgid "Attempt to upload a file with malicious code"
2100
  msgstr "Tentativa de envio de arquivo com código malicioso"
2101
 
2102
- #: ../common.php:1484
2103
  msgid "Bytes"
2104
  msgstr "Bytes"
2105
 
2106
- #: ../cerber-scanner.php:1376
2107
  msgid "Vulnerability found"
2108
  msgstr "Vulnerabilidade encontrada"
2109
 
2110
- #: ../cerber-scanner.php:1381
2111
  msgid "Unable to check the integrity due to a DB error"
2112
  msgstr "Não foi possível verificar a integridade devido a um erro no Banco de Dados"
2113
 
2114
- #: ../cerber-scanner.php:3577
2115
  msgid "Scanning the upload folder for files"
2116
  msgstr "Verificando o diretório de upload de arquivos"
2117
 
2118
- #: ../cerber-scanner.php:3578
2119
  msgid "Scanning the temp folder for files"
2120
  msgstr "Verificando o diretório temporário"
2121
 
2122
- #: ../cerber-scanner.php:3579
2123
  msgid "Scanning the session folder for files"
2124
  msgstr "Verificando o diretório de sessão"
2125
 
2126
- #: ../settings.php:1045
2127
  msgid "Automated recurring scan schedule"
2128
  msgstr "Agenda de verificação recorrente automatizada"
2129
 
2130
- #: ../settings.php:1061
2131
  msgid "Scan results reporting"
2132
  msgstr "Relatórios das Verificações"
2133
 
2134
- #: ../dashboard.php:3682
2135
  msgid "Suspicious activity"
2136
  msgstr "Atividade suspeira"
2137
 
2138
- #: ../dashboard.php:3683
2139
  msgid "Errors"
2140
  msgstr "Erros"
2141
 
2142
- #: ../dashboard.php:4201
2143
  msgid "Antispam engine"
2144
  msgstr "Mecanismo Antispam"
2145
 
@@ -2152,793 +2132,898 @@ msgstr "Protege o WordPress contra ataques de hackers, spam, trojans e vírus. V
2152
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2153
  msgstr "Você extrapolou o limite de tentativas de login permitidas. Favor tentar novamente em %d minutos."
2154
 
2155
- #: ../common.php:1398
2156
  msgctxt "preposition of a period of time like: in 6 hours"
2157
  msgid "in %s"
2158
  msgstr "em %s"
2159
 
2160
- #: ../settings.php:1540
2161
  msgctxt "preposition of time like: at 11:00"
2162
  msgid "at"
2163
  msgstr "às"
2164
 
2165
- #: ../dashboard.php:4258
2166
  msgid "Quarantine"
2167
  msgstr "Quarentena"
2168
 
2169
- #: ../cerber-scanner.php:3661
2170
  msgid "Started"
2171
  msgstr "Iniciado"
2172
 
2173
- #: ../cerber-scanner.php:3665
2174
  msgid "Finished"
2175
  msgstr "Finalizado"
2176
 
2177
- #: ../cerber-scanner.php:3673
2178
  msgid "Performance"
2179
  msgstr "Performance"
2180
 
2181
- #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2182
  msgid "Vulnerabilities"
2183
  msgstr "Vulnerabilidades"
2184
 
2185
- #: ../cerber-scanner.php:3689
2186
  msgid "New files"
2187
  msgstr "Novos arquivos"
2188
 
2189
- #: ../cerber-scanner.php:3693
2190
  msgid "Changed files"
2191
  msgstr "Arquivos modificados"
2192
 
2193
- #: ../cerber-scanner.php:3697
2194
  msgid "Unwanted extensions"
2195
  msgstr "Extensões indesejadas"
2196
 
2197
- #: ../settings.php:1116 ../cerber-scanner.php:3701
2198
  msgid "Unattended files"
2199
  msgstr "Arquivos indesejados"
2200
 
2201
- #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2202
  msgid "Scanned"
2203
  msgstr "Verificado"
2204
 
2205
- #: ../cerber-scanner.php:5321
2206
  msgid "There are no files in the quarantine at the moment."
2207
  msgstr "Não há arquivos em quarentena no momento."
2208
 
2209
- #: ../cerber-scanner.php:5411
2210
  msgid "Restore"
2211
  msgstr "Restaurar"
2212
 
2213
- #: ../cerber-scanner.php:5408
2214
  msgid "Delete permanently"
2215
  msgstr "Apagar permanentemente"
2216
 
2217
- #: ../cerber-scanner.php:5420
2218
  msgid "Moved to quarantine"
2219
  msgstr "Movido para quarentena"
2220
 
2221
- #: ../cerber-scanner.php:5421
2222
  msgid "Automatic deletion"
2223
  msgstr "Apagar automaticamente"
2224
 
2225
- #: ../cerber-scanner.php:5422
2226
  msgid "Size"
2227
  msgstr "Tamanho"
2228
 
2229
- #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2230
  msgid "File"
2231
  msgstr "Arquivo"
2232
 
2233
- #: ../cerber-scanner.php:5491
2234
  msgid "The file has been deleted permanently."
2235
  msgstr "O arquivo foi apagado permanentemente."
2236
 
2237
- #: ../cerber-scanner.php:5500
2238
  msgid "The file has been restored to its original location."
2239
  msgstr "O arquivo foi restaurado para seu local de origem."
2240
 
2241
- #: ../dashboard.php:1570
2242
  msgid "Integrity"
2243
  msgstr "Integridade"
2244
 
2245
- #: ../common.php:1188
2246
  msgid "Attempt to upload malicious file denied"
2247
  msgstr "Tentativa de envio de arquivo malicioso recusada"
2248
 
2249
- #: ../cerber-news.php:157
2250
  msgid "Awesome!"
2251
  msgstr "Ótimo!"
2252
 
2253
- #: ../settings.php:1114
2254
  msgid "Automatic cleanup of malware and suspicious files"
2255
  msgstr "Limpeza automática de malware ou arquivos suspeitos"
2256
 
2257
- #: ../settings.php:1123
2258
  msgid "Files in the uploads folder"
2259
  msgstr "Arquivos na pasta de uploads"
2260
 
2261
- #: ../settings.php:1130
2262
  msgid "Files with unwanted extensions"
2263
  msgstr "Arquivos com extensões indesejadas"
2264
 
2265
- #: ../settings.php:1137
2266
  msgid "Exclusions"
2267
  msgstr "Exclusões"
2268
 
2269
- #: ../settings.php:1138
2270
  msgid "Files in the temporary directory"
2271
  msgstr "Arquivos no diretório temporário"
2272
 
2273
- #: ../settings.php:1144
2274
  msgid "Files in the sessions directory"
2275
  msgstr "Arquivos no diretório de sessões"
2276
 
2277
- #: ../settings.php:1150
2278
  msgid "Files in these directories"
2279
  msgstr "Arquivos nestes diretórios"
2280
 
2281
- #: ../settings.php:1156
2282
  msgid "Use absolute paths. One item per line."
2283
  msgstr "Use caminhos absolutos. Um item por linha."
2284
 
2285
- #: ../settings.php:1158
2286
  msgid "Files with these extensions"
2287
  msgstr "Arquivos com estas extensões"
2288
 
2289
- #: ../settings.php:1164
2290
  msgid "Use comma to separate items."
2291
  msgstr "Use vírgulas para separar os itens."
2292
 
2293
- #: ../dashboard.php:4256
2294
  msgid "Cleaning up"
2295
  msgstr "Limpando"
2296
 
2297
- #: ../cerber-scanner.php:1392
2298
  msgid "Malicious code found"
2299
  msgstr "Código malicioso encontrado"
2300
 
2301
- #: ../cerber-scanner.php:2612
2302
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2303
  msgstr "O arquivo contém código executável e pode trazer um malware escondido. Se este arquivo for parte de um tema ou plugin, ele deve estar localizado na mesma pasta do tema ou plugin. Sem exceção, nem desculpas."
2304
 
2305
- #: ../cerber-scanner.php:2613
2306
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2307
  msgstr "A verificação classificou este arquivo como \"sem dono\" ou \"sem pacote\" porque ele não pertence a nenhuma parte ou website conhecidos e não deveria estar aqui."
2308
 
2309
- #: ../cerber-scanner.php:2614
2310
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2311
  msgstr "Ele pode permanecer após atualizar para uma nova versão do %s. Pode também se tratar de um malware escondido. Em casos mais raros, pode ser parte de um plugin ou tema feitos sob-demanda."
2312
 
2313
- #: ../cerber-scanner.php:2618
2314
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2315
  msgstr "O conteúdo do arquivo foi alterado e não corresponde ao que existe no repositório oficial do WordPress ou ao arquivo de referência que você enviou anteriormente. O arquivo pode ter sido adulterado por um malware ou infeccionado por um vírus. "
2316
 
2317
- #: ../cerber-scanner.php:5034
2318
  msgid "Deleted"
2319
  msgstr "Apagado"
2320
 
2321
- #: ../cerber-scanner.php:5081
2322
  msgid "Automatically moved to quarantine"
2323
  msgstr "Movido para quarentena automaticamente"
2324
 
2325
- #: ../common.php:1219
2326
  msgid "Suspicious SQL code detected"
2327
  msgstr "Código SQL suspeito detectado"
2328
 
2329
- #: ../dashboard.php:1551
2330
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2331
  msgid "Last malware scan"
2332
  msgstr "Última verificação de malware"
2333
 
2334
- #: ../dashboard.php:4221
2335
  msgid "Live Traffic"
2336
  msgstr "Tráfego Ao Vivo"
2337
 
2338
- #: ../settings.php:675
2339
  msgid "Use English for admin interface"
2340
  msgstr "Usar Inglês na interface de administração"
2341
 
2342
- #: ../dashboard.php:4290
2343
  msgid "Log"
2344
  msgstr "Registro"
2345
 
2346
- #: ../settings.php:701
2347
  msgid "Disable PHP in uploads"
2348
  msgstr "Desabilitar PHP nos uploads"
2349
 
2350
- #: ../settings.php:708
2351
  msgid "Disable PHP error displaying"
2352
  msgstr "Desabilitar a exibição de erros do PHP"
2353
 
2354
- #: ../dashboard.php:4257
2355
  msgid "Ignore List"
2356
  msgstr "Lista de Ignorados"
2357
 
2358
- #: ../cerber-scanner.php:142
2359
  msgid "Ignore"
2360
  msgstr "Ignorar"
2361
 
2362
- #: ../cerber-scanner.php:5522
2363
  msgid "Apply"
2364
  msgstr "Aplicar"
2365
 
2366
- #: ../cerber-scanner.php:5556
2367
  msgid "Added"
2368
  msgstr "Adicionado"
2369
 
2370
- #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2371
  msgid "Remove from the list"
2372
  msgstr "Remover da lista"
2373
 
2374
- #: ../cerber-scanner.php:5524
2375
  msgid "User Insights"
2376
  msgstr "Insights do Usuário"
2377
 
2378
- #: ../cerber-scanner.php:5525
2379
  msgid "Traffic Insights"
2380
  msgstr "Insights de Tráfego"
2381
 
2382
- #: ../cerber-scanner.php:5526
2383
  msgid "Activity Insights"
2384
  msgstr "Insights de Atividades"
2385
 
2386
- #: ../dashboard.php:2593
2387
  msgid "Are you sure you want to delete selected files?"
2388
  msgstr "Tem certeza que quer apagar os arquivos selecionados?"
2389
 
2390
- #: ../dashboard.php:2594
2391
  msgid "These files have been moved to the quarantine"
2392
  msgstr "Estes arquivos foram movidos para quarentena"
2393
 
2394
- #: ../dashboard.php:2597
2395
  msgid "Do you want to add selected files to the ignore list?"
2396
  msgstr "Confirma a adição dos arquivos selecionados na lista de ignorados?"
2397
 
2398
- #: ../dashboard.php:2598
2399
  msgid "These files have been added to the ignore list"
2400
  msgstr "Estes arquivos foram adicionados à lista de ignorados"
2401
 
2402
- #: ../dashboard.php:2600
2403
  msgid "Some errors occurred"
2404
  msgstr "Aconteceram alguns erros"
2405
 
2406
- #: ../dashboard.php:2601
2407
  msgid "All files have been processed"
2408
  msgstr "Todos os arquivos foram processados"
2409
 
2410
- #: ../dashboard.php:2823
2411
  msgid "These features are available in a professional version of the plugin."
2412
  msgstr "Estas funcionalidades estão disponíveis na versão profissional do plugin."
2413
 
2414
- #: ../dashboard.php:2824
2415
  msgid "Know more about all advantages at"
2416
  msgstr "Saiba mais sobre as vantagens em"
2417
 
2418
- #: ../common.php:1220
2419
  msgid "Suspicious JavaScript code detected"
2420
  msgstr "Código JavaScript suspeito detectado"
2421
 
2422
- #: ../settings.php:1823
2423
  msgid "Unable to update the schedule"
2424
  msgstr "Não foi possível atualizar a agenda"
2425
 
2426
- #: ../cerber-scanner.php:5437
2427
  msgid "All scans"
2428
  msgstr "Todas as verificações"
2429
 
2430
- #: ../cerber-scanner.php:5528
2431
  msgid "The list is empty."
2432
  msgstr "A lista está vazia."
2433
 
2434
- #: ../cerber-scanner.php:5388
2435
  msgid "No files match the specified filter."
2436
  msgstr "Nenhum arquivo satisfaz o filtro especificado."
2437
 
2438
- #: ../cerber-scanner.php:5388
2439
  msgid "Click here to see the full list of files"
2440
  msgstr "Clique aqui para ver a lista completa de arquivos"
2441
 
2442
- #: ../dashboard.php:781
2443
  msgid "Additional Details"
2444
- msgstr ""
2445
 
2446
- #: ../dashboard.php:3282
2447
  msgid "Page generation time"
2448
- msgstr ""
2449
 
2450
- #: ../dashboard.php:4414
2451
  msgid "Log In"
2452
- msgstr ""
2453
 
2454
- #: ../dashboard.php:4415
2455
  msgid "Log Out"
2456
- msgstr ""
2457
 
2458
- #: ../dashboard.php:4416
2459
  msgid "Register"
2460
- msgstr ""
2461
 
2462
- #: ../dashboard.php:4419
2463
  msgid "WooCommerce Log In"
2464
- msgstr ""
2465
 
2466
- #: ../dashboard.php:4420
2467
  msgid "WooCommerce Log Out"
2468
- msgstr ""
2469
 
2470
- #: ../dashboard.php:4459 ../dashboard.php:4460
2471
  msgid "Add to menu"
2472
- msgstr ""
2473
 
2474
- #: ../common.php:1208
2475
  msgid "IP address is locked out"
2476
- msgstr ""
2477
 
2478
- #: ../common.php:1256
2479
  msgid "Multiple suspicious requests"
2480
- msgstr ""
2481
 
2482
- #: ../settings.php:850
2483
  msgid "Traffic Inspection"
2484
- msgstr ""
2485
 
2486
- #: ../settings.php:858 ../settings.php:884
2487
  msgid "Maximum compatibility"
2488
- msgstr ""
2489
 
2490
- #: ../settings.php:859 ../settings.php:885
2491
  msgid "Maximum security"
2492
- msgstr ""
2493
 
2494
- #: ../settings.php:876
2495
  msgid "Erroneous Request Shielding"
2496
- msgstr ""
2497
 
2498
- #: ../settings.php:877
2499
  msgid "Enable error shielding"
2500
- msgstr ""
2501
 
2502
- #: ../settings.php:947
2503
  msgid "Save software errors"
2504
- msgstr ""
2505
 
2506
- #: ../cerber-scanner.php:3575
2507
  msgid "Preparing for the scan"
2508
- msgstr ""
2509
 
2510
- #: ../common.php:1221
2511
  msgid "Blocked by administrator"
2512
- msgstr ""
2513
 
2514
  #: ../cerber-load.php:402
2515
  msgid "You are not allowed to log in"
2516
- msgstr ""
2517
 
2518
  #: ../cerber-users.php:12
2519
  msgid "Block User"
2520
- msgstr ""
2521
 
2522
  #: ../cerber-users.php:16 ../cerber-users.php:22
2523
  msgid "User is not permitted to log into the website"
2524
- msgstr ""
2525
 
2526
  #: ../cerber-users.php:31
2527
  msgctxt "e.g. by John at 11:00"
2528
  msgid "blocked by %s at %s"
2529
- msgstr ""
2530
 
2531
- #: ../cerber-users.php:41 ../settings.php:129
2532
  msgid "User Message"
2533
- msgstr ""
2534
 
2535
  #: ../cerber-users.php:43
2536
  msgid "An optional message for this user"
2537
- msgstr ""
2538
 
2539
  #: ../cerber-users.php:98
2540
  msgid "Blocked Users"
2541
- msgstr ""
2542
 
2543
- #: ../settings.php:692
2544
  msgid "Block access to user pages like /?author=n"
2545
- msgstr ""
2546
 
2547
- #: ../settings.php:730
2548
  msgid "Access to WordPress REST API"
2549
- msgstr ""
2550
 
2551
- #: ../settings.php:736
2552
  msgid "Block access to user data via REST API"
2553
- msgstr ""
2554
 
2555
- #: ../settings.php:744
2556
  msgid "Block access to WordPress REST API except any of the following"
2557
- msgstr ""
2558
 
2559
- #: ../settings.php:753
2560
  msgid "Allow REST API for these roles"
2561
- msgstr ""
2562
 
2563
- #: ../settings.php:759
2564
  msgid "Allow these namespaces"
2565
- msgstr ""
2566
 
2567
- #: ../settings.php:888
2568
  msgid "Ignore logged in users"
2569
- msgstr ""
2570
 
2571
- #: ../settings.php:1190
2572
  msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2573
- msgstr ""
2574
 
2575
- #: ../settings.php:1499
2576
  msgid "Select one or more roles"
2577
- msgstr ""
2578
 
2579
- #: ../dashboard.php:1049
2580
  msgid "Filter by registered user"
2581
- msgstr ""
2582
 
2583
- #: ../settings.php:115
2584
  msgid "Authorized users only"
2585
- msgstr ""
2586
 
2587
- #: ../settings.php:116
2588
  msgid "Only registered and logged in website users have access to the website"
2589
- msgstr ""
2590
 
2591
- #: ../settings.php:123
2592
  msgid "Do not apply this policy to IP addresses in the White IP Access List"
2593
- msgstr ""
2594
 
2595
- #: ../settings.php:133 ../settings.php:2067
2596
  msgid "Only registered and logged in users are allowed to view this website"
2597
- msgstr ""
2598
 
2599
- #: ../settings.php:138
2600
  msgid "Redirect to URL"
2601
- msgstr ""
2602
 
2603
- #: ../dashboard.php:4291
2604
  msgid "Changelog"
2605
- msgstr ""
2606
 
2607
- #: ../dashboard.php:72 ../dashboard.php:72
2608
- msgid "Cerber.Hub"
2609
- msgstr ""
2610
-
2611
- #: ../dashboard.php:613
2612
  msgid "Default settings have been loaded"
2613
- msgstr ""
2614
 
2615
- #: ../dashboard.php:3034
2616
  msgid "Save all rules"
2617
- msgstr ""
2618
 
2619
- #: ../common.php:836
2620
  msgid "Save Changes"
2621
- msgstr ""
2622
 
2623
- #: ../common.php:1201
2624
  msgid "Invalid master credentials"
2625
- msgstr ""
2626
 
2627
- #: ../settings.php:301
2628
  msgid "Master settings"
2629
- msgstr ""
2630
 
2631
- #: ../settings.php:309
2632
  msgid "Return to the website list"
2633
- msgstr ""
2634
 
2635
- #: ../settings.php:313
2636
  msgid "Show \"Switched to\" notification"
2637
- msgstr ""
2638
 
2639
- #: ../settings.php:317
2640
  msgid "Add @ site to the page title"
2641
- msgstr ""
2642
 
2643
- #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2644
  msgid "Enable diagnostic logging"
2645
- msgstr ""
2646
 
2647
- #: ../settings.php:344
2648
  msgid "Limit access by IP address"
2649
- msgstr ""
2650
 
2651
- #: ../settings.php:350
2652
  msgid "Access to this website"
2653
- msgstr ""
2654
 
2655
- #: ../settings.php:353
2656
  msgid "Full access mode"
2657
- msgstr ""
2658
 
2659
- #: ../settings.php:354
2660
  msgid "Read-only mode"
2661
- msgstr ""
2662
 
2663
- #: ../settings.php:370
2664
  msgid "The full access mode requires the PRO version of WP Cerber"
2665
- msgstr ""
2666
 
2667
  #: ../nexus/cerber-slave-list.php:48
2668
  msgid "WordPress"
2669
- msgstr ""
2670
 
2671
  #: ../nexus/cerber-slave-list.php:52
2672
  msgid "Malware Scan"
2673
- msgstr ""
2674
 
2675
  #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2676
  msgid "Notes"
2677
- msgstr ""
2678
 
2679
  #: ../nexus/cerber-slave-list.php:117
2680
  msgid "Add a slave website"
2681
- msgstr ""
2682
 
2683
  #: ../nexus/cerber-slave-list.php:193
2684
  msgid "Search results for:"
2685
- msgstr ""
2686
 
2687
  #: ../nexus/cerber-slave-list.php:233
2688
  msgid "Edit"
2689
- msgstr ""
2690
 
2691
  #: ../nexus/cerber-slave-list.php:239
2692
  msgid "Switch to"
2693
- msgstr ""
2694
 
2695
  #: ../nexus/cerber-slave-list.php:339
2696
  msgid "No websites configured."
2697
- msgstr ""
2698
 
2699
  #: ../nexus/cerber-slave-list.php:339
2700
  msgid "Add a new one"
2701
- msgstr ""
2702
 
2703
  #: ../nexus/cerber-nexus-master.php:70
2704
  msgid "Website Properties"
2705
- msgstr ""
2706
 
2707
  #: ../nexus/cerber-nexus-master.php:80
2708
  msgid "Website URL"
2709
- msgstr ""
2710
 
2711
  #: ../nexus/cerber-nexus-master.php:85
2712
  msgid "Display as"
2713
- msgstr ""
2714
 
2715
  #: ../nexus/cerber-nexus-master.php:111
2716
  msgid "Website Owner"
2717
- msgstr ""
2718
 
2719
  #: ../nexus/cerber-nexus-master.php:115
2720
  msgid "First Name"
2721
- msgstr ""
2722
 
2723
  #: ../nexus/cerber-nexus-master.php:119
2724
  msgid "Last Name"
2725
- msgstr ""
2726
 
2727
  #: ../nexus/cerber-nexus-master.php:123
2728
  msgid "Email"
2729
- msgstr ""
2730
 
2731
  #: ../nexus/cerber-nexus-master.php:127
2732
  msgid "Phone"
2733
- msgstr ""
2734
 
2735
  #: ../nexus/cerber-nexus-master.php:135
2736
  msgid "Address"
2737
- msgstr ""
2738
 
2739
  #: ../nexus/cerber-nexus-master.php:260
2740
  msgid "Security access token is invalid"
2741
- msgstr ""
2742
 
2743
  #: ../nexus/cerber-nexus-master.php:290
2744
  msgid "The website you are trying to add is already in the list"
2745
- msgstr ""
2746
 
2747
  #: ../nexus/cerber-nexus-master.php:299
2748
  msgid "The website has been added successfully"
2749
- msgstr ""
2750
 
2751
  #: ../nexus/cerber-nexus-master.php:300
2752
  msgid "Click to edit"
2753
- msgstr ""
2754
 
2755
  #: ../nexus/cerber-nexus-master.php:301
2756
  msgid "Switch to the Dashboard"
2757
- msgstr ""
2758
 
2759
  #: ../nexus/cerber-nexus-master.php:304
2760
  msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2761
- msgstr ""
2762
 
2763
  #: ../nexus/cerber-nexus-master.php:425
2764
  msgid "Website has been deleted"
2765
  msgid_plural "%s websites have been deleted"
2766
- msgstr[0] ""
2767
- msgstr[1] ""
2768
 
2769
  #: ../nexus/cerber-nexus-master.php:981
2770
  msgid "You have switched to %s"
2771
- msgstr ""
2772
 
2773
  #: ../nexus/cerber-nexus-master.php:986
2774
  msgid "You have switched back to the master website"
2775
- msgstr ""
2776
 
2777
- #: ../nexus/cerber-nexus-master.php:1196
2778
  msgid "You are here:"
2779
- msgstr ""
2780
 
2781
- #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2782
  #: /nexus/cerber-nexus.php:99
2783
  msgid "My Websites"
2784
- msgstr ""
2785
 
2786
- #: ../nexus/cerber-nexus-master.php:1214
2787
  msgid "Visit Site"
2788
- msgstr ""
2789
 
2790
  #: ../nexus/cerber-nexus.php:61
2791
  msgid "Enable slave mode"
2792
- msgstr ""
2793
 
2794
  #: ../nexus/cerber-nexus.php:62
2795
  msgid "This website can be managed from a master website"
2796
- msgstr ""
2797
 
2798
  #: ../nexus/cerber-nexus.php:65
2799
  msgid "Enable master mode"
2800
- msgstr ""
2801
 
2802
  #: ../nexus/cerber-nexus.php:66
2803
  msgid "Configure this website as a master to manage other website"
2804
- msgstr ""
2805
 
2806
  #: ../nexus/cerber-nexus.php:71
2807
  msgid "To proceed, please select the mode for this website"
2808
- msgstr ""
2809
 
2810
  #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2811
  msgid "Slave Settings"
2812
- msgstr ""
2813
 
2814
  #: ../nexus/cerber-nexus.php:141
2815
  msgid "Secret Access Token"
2816
- msgstr ""
2817
 
2818
  #: ../nexus/cerber-nexus.php:143
2819
  msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2820
- msgstr ""
2821
 
2822
  #: ../nexus/cerber-nexus.php:145
2823
  msgid "Are you sure? This permanently invalidates the token."
2824
- msgstr ""
2825
 
2826
  #: ../nexus/cerber-nexus.php:146
2827
  msgid "Disable slave mode"
2828
- msgstr ""
2829
 
2830
  #: ../nexus/cerber-nexus.php:261
2831
  msgid "This website is set as master."
2832
- msgstr ""
2833
 
2834
  #: ../nexus/cerber-nexus.php:262
2835
  msgid "Add slave websites by using access tokens."
2836
- msgstr ""
2837
 
2838
  #: ../nexus/cerber-nexus.php:265
2839
  msgid "This website is set as slave."
2840
- msgstr ""
2841
 
2842
  #: ../nexus/cerber-nexus.php:266
2843
  msgid "Install the access token on the master website."
2844
- msgstr ""
2845
 
2846
  #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2847
- #: ../common.php:1391
2848
  msgid "%s sec"
2849
  msgid_plural "%s secs"
2850
- msgstr[0] ""
2851
- msgstr[1] ""
2852
 
2853
- #: ../settings.php:832
2854
  msgid "Send reports on"
2855
- msgstr ""
2856
 
2857
  #: ../nexus/cerber-slave-list.php:51
2858
  msgid "Updates"
2859
- msgstr ""
2860
 
2861
  #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2862
  msgid "Group"
2863
- msgstr ""
2864
 
2865
  #: ../nexus/cerber-slave-list.php:96
2866
  msgid "Upgrade WP Cerber"
2867
- msgstr ""
2868
 
2869
  #: ../nexus/cerber-slave-list.php:97
2870
  msgid "Upgrade all active plugins"
2871
- msgstr ""
2872
 
2873
  #: ../nexus/cerber-slave-list.php:98
2874
  msgid "Delete website"
2875
- msgstr ""
2876
 
2877
  #: ../nexus/cerber-slave-list.php:111
2878
  msgid "All groups"
2879
- msgstr ""
2880
 
2881
- #: ../nexus/cerber-nexus-master.php:1377
2882
  msgid "Are you sure you want to delete selected websites?"
2883
- msgstr ""
2884
 
2885
  #: ../cerber-users.php:130
2886
  msgid "Block"
2887
- msgstr ""
2888
 
2889
  #: ../nexus/cerber-nexus-master.php:62
2890
  msgid "Select an existing group or enter a new one to add it"
2891
- msgstr ""
2892
 
2893
  #: ../nexus/cerber-nexus-master.php:131
2894
  msgid "Company"
2895
- msgstr ""
2896
 
2897
  #: ../nexus/cerber-nexus-master.php:656
2898
  msgid "Invalid response from the slave website"
2899
- msgstr ""
2900
 
2901
- #: ../common.php:1182 ../common.php:1247
2902
  msgid "Attempt to log in with non-existing username"
2903
  msgstr "Tentativa de login com nome de usuário não existente"
2904
 
2905
- #: ../cerber-load.php:3805
2906
  msgid "Attempts to log in with non-existing usernames"
2907
  msgstr "Tentativas de login com nomes de usuário não existentes"
2908
 
2909
- #: ../settings.php:321
2910
  msgid "Use master language"
2911
- msgstr ""
2912
 
2913
- #: ../settings.php:547
2914
  msgid "Non-existing users"
2915
  msgstr "Usuários não-existentes"
2916
 
2917
- #: ../settings.php:551
2918
  msgid "Immediately block IP when attempting to log in with a non-existing username"
2919
  msgstr "Bloquear IP imediatamente nas tentativas de login com nomes de usuários não existentes"
2920
 
2921
  #: ../nexus/cerber-slave-list.php:54
2922
  msgid "Owner"
2923
- msgstr ""
2924
 
2925
  #: ../nexus/cerber-slave-list.php:339
2926
  msgid "Disable master mode"
2927
- msgstr ""
2928
 
2929
  #: ../nexus/cerber-nexus.php:146
2930
  msgid "To revoke the token and disable remote management, click here:"
2931
- msgstr ""
2932
 
2933
- #: ../settings.php:706
2934
  msgid "Block execution of PHP scripts in the WordPress media folder"
2935
- msgstr ""
2936
 
2937
- #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2938
  msgid "Active plugins and updates on"
2939
- msgstr ""
2940
 
2941
- #: ../nexus/cerber-nexus-master.php:1421
2942
  msgid "A newer version is available"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2943
  msgstr ""
2944
 
8
  "Language: pt-br\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:145
12
  msgid "Limit login attempts"
13
  msgstr "Limitar tentativas de login"
14
 
15
+ #: ../settings.php:148
16
  msgid "Attempts"
17
  msgstr "Tentativas"
18
 
19
+ #: ../settings.php:152
20
  msgid "Lockout duration"
21
  msgstr "Duração do bloqueio"
22
 
23
+ #: ../settings.php:153 ../settings.php:244
24
  msgid "minutes"
25
  msgstr "minutos"
26
 
27
+ #: ../settings.php:157
28
  msgid "Aggressive lockout"
29
  msgstr "Bloqueio agressivo"
30
 
31
+ #: ../settings.php:222
32
  msgid "Site connection"
33
  msgstr "Conexão do site"
34
 
35
+ #: ../settings.php:168
36
  msgid "Proactive security rules"
37
  msgstr "Regras de segurança proativa"
38
 
39
+ #: ../settings.php:171
40
  msgid "Block subnet"
41
  msgstr "Bloquear sub-rede"
42
 
43
+ #: ../settings.php:186
44
  msgid "Request wp-login.php"
45
  msgstr "Requisitar wp-login.php"
46
 
47
+ #: ../settings.php:187
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:202
52
  msgid "Custom login page"
53
  msgstr "Página alternativa de login"
54
 
55
+ #: ../settings.php:205
56
  msgid "Custom login URL"
57
  msgstr "URL personalizado de login"
58
 
59
+ #: ../settings.php:206
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "não deve se sobrepor aos links permanentes de páginas e posts"
62
 
63
+ #: ../settings.php:212
64
  msgid "Disable wp-login.php"
65
  msgstr "Desabilitar wp-login.php"
66
 
67
+ #: ../settings.php:213
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Bloquear acesso direto a wp-login.php e retornar o erro HTTP 404"
70
 
71
+ #: ../dashboard.php:1588 ../settings.php:236
72
  msgid "Citadel mode"
73
  msgstr "Modo Fortaleza"
74
 
75
+ #: ../settings.php:239
76
  msgid "Threshold"
77
  msgstr "Limite"
78
 
79
+ #: ../settings.php:243 ../cerber-scanner.php:3910
80
  msgid "Duration"
81
  msgstr "Duração"
82
 
83
+ #: ../dashboard.php:4265 ../cerber-load.php:4586 ../settings.php:248
 
84
  msgid "Notifications"
85
  msgstr "Notificações"
86
 
87
+ #: ../settings.php:250
88
  msgid "Send notification to admin email"
89
  msgstr "Enviar notificação para o email do administrador"
90
 
91
+ #: ../dashboard.php:4262 ../cerber-load.php:4583 ../cerber-tools.php:38 ../cerber-
92
  #: tools.php:47 ../cerber-tools.php:134
93
  msgid "Access Lists"
94
  msgstr "Listas de Acesso"
95
 
96
+ #: ../dashboard.php:1622 ../dashboard.php:2171 ../dashboard.php:4259 ../cerber-
97
+ #: load.php:4278 ../settings.php:260
98
  msgid "Activity"
99
  msgstr "Atividade"
100
 
101
+ #: ../dashboard.php:4260
102
  msgid "Lockouts"
103
  msgstr "Bloqueios"
104
 
105
+ #: ../settings.php:1356
106
  msgid "%s allowed retries in %s minutes"
107
  msgstr "%s tentativas restantes em %s minutos"
108
 
109
+ #: ../settings.php:1382
110
  msgid "Enable after %s failed login attempts in last %s minutes"
111
  msgstr "Habilitar após %s tentativas falhas de login nos últimos %s minutos"
112
 
113
+ #: ../dashboard.php:182 ../dashboard.php:1033 ../dashboard.php:3702 ../cerber-
114
+ #: load.php:4287
115
  msgid "IP"
116
  msgstr "IP"
117
 
118
+ #: ../dashboard.php:772 ../dashboard.php:1036 ../dashboard.php:3325 ../dashboard.
119
+ #: php:3700
120
  msgid "Date"
121
  msgstr "Data"
122
 
123
+ #: ../dashboard.php:775 ../dashboard.php:1038 ../dashboard.php:3705
124
  msgid "Local User"
125
  msgstr "Usuário Local"
126
 
127
+ #: ../dashboard.php:778 ../dashboard.php:1039 ../cerber-load.php:4295
128
  msgid "Username used"
129
  msgstr "Nome de usuário usado"
130
 
131
+ #: ../dashboard.php:203
132
  msgid "Showing last %d records from %d"
133
  msgstr "Mostrando últimos %d registros de %d"
134
 
135
+ #: ../common.php:1179
136
  msgid "Logged in"
137
  msgstr "Logado"
138
 
139
+ #: ../common.php:1180
140
  msgid "Logged out"
141
  msgstr "Desconectado"
142
 
143
+ #: ../common.php:1181
144
  msgid "Login failed"
145
  msgstr "Falha no login"
146
 
147
+ #: ../dashboard.php:872 ../common.php:1184
148
  msgid "IP blocked"
149
  msgstr "IP bloqueado"
150
 
151
+ #: ../common.php:1185
152
  msgid "Subnet blocked"
153
  msgstr "Sub-rede bloqueada"
154
 
155
+ #: ../common.php:1187
156
  msgid "Citadel activated!"
157
  msgstr "Fortaleza ativada!"
158
 
159
+ #: ../dashboard.php:1011 ../dashboard.php:1253 ../dashboard.php:3499 ../common.
160
+ #: php:1235
161
  msgid "Locked out"
162
  msgstr "Bloqueado"
163
 
164
+ #: ../common.php:1237
165
  msgid "IP blacklisted"
166
  msgstr "IP bloqueado"
167
 
168
+ #: ../common.php:1202
169
  msgid "Password changed"
170
  msgstr "Senha alterada"
171
 
172
+ #: ../dashboard.php:177 ../dashboard.php:260
173
  msgid "Remove"
174
  msgstr "Remover"
175
 
176
+ #: ../dashboard.php:544
177
  msgid "Lockout for %s was removed"
178
  msgstr "Bloqueio de %s foi removido"
179
 
180
+ #: ../dashboard.php:232 ../dashboard.php:1003 ../dashboard.php:1247 ../dashboard.
181
+ #: php:1586 ../dashboard.php:3494 ../cerber-load.php:4571
182
  msgid "White IP Access List"
183
  msgstr "Lista Segura de IPs"
184
 
185
+ #: ../dashboard.php:234 ../dashboard.php:1006 ../dashboard.php:1250 ../dashboard.
186
+ #: php:1587 ../dashboard.php:3495
187
  msgid "Black IP Access List"
188
  msgstr "Lista Negra de IPs"
189
 
190
+ #: ../dashboard.php:266
191
  msgid "List is empty"
192
  msgstr "A lista está vazia"
193
 
194
+ #: ../dashboard.php:299
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Endereço %s adicionado à Lista Segura de IPs"
197
 
198
+ #: ../dashboard.php:321
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Endereço %s adicionado à Lista Negra de IPs"
201
 
202
+ #: ../cerber-load.php:3591
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "O modo Fortaleza é atividado após %d tentaivas de login falhas em %d minutos."
205
 
206
+ #: ../dashboard.php:2335 ../dashboard.php:2773
207
  msgid "View Activity"
208
  msgstr "Ver Atividade"
209
 
210
+ #: ../dashboard.php:4320 ../dashboard.php:4352 ../cerber-tools.php:37 ../cerber-
211
  #: tools.php:46 ../nexus/cerber-nexus.php:90
212
  msgid "Settings"
213
  msgstr "Configurações"
214
 
215
+ #: ../dashboard.php:1449
216
  msgid "Last login"
217
  msgstr "Último login"
218
 
219
+ #: ../dashboard.php:1482 ../dashboard.php:1569 ../common.php:1431 ../nexus/cerber-
220
  #: slave-list.php:297
221
  msgid "Never"
222
  msgstr "Nunca"
223
 
224
+ #: ../dashboard.php:2217 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
225
+ #: 230 ../cerber-scanner.php:5689 ../cerber-scanner.php:5839
226
  msgid "Are you sure?"
227
  msgstr "Tem certeza?"
228
 
229
+ #: ../dashboard.php:1988 ../settings.php:223
230
  msgid "My site is behind a reverse proxy"
231
  msgstr "Meu site está sob um proxy reverso"
232
 
233
+ #: ../settings.php:1184
234
  msgid "Make your protection smarter!"
235
  msgstr "Deixe sua proteção mais inteligente!"
236
 
237
+ #: ../settings.php:1188
238
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
239
  msgstr "Favor habilitar os Links Permanentes para utilizar essa funcionalidade. Configure os Link Permanentes para algo além do Padrão."
240
 
241
+ #: ../dashboard.php:4261 ../cerber-load.php:4581
242
  msgid "Main Settings"
243
  msgstr "Configurações Principais"
244
 
245
+ #: ../dashboard.php:4486
246
  msgid "Help"
247
  msgstr "Ajuda"
248
 
249
+ #: ../settings.php:1366
250
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
251
  msgstr "Aumentar a duração do bloqueio para %s horas após %s bloqueios nas últimas %s horas."
252
 
260
  msgstr[0] "Você tem apenas uma tentativa restante."
261
  msgstr[1] "Você tem %d tentativas restantes."
262
 
263
+ #: ../dashboard.php:1066
264
  msgid "No activity has been logged."
265
  msgstr "Nenhuma atividade foi registrada."
266
 
267
+ #: ../dashboard.php:185
268
  msgid "Expires"
269
  msgstr "Expira"
270
 
271
+ #: ../dashboard.php:209
272
  msgid "No lockouts at the moment. The sky is clear."
273
  msgstr "Nenhum bloqueio no momento. O céu está limpo."
274
 
275
+ #: ../dashboard.php:232
276
  msgid "These IPs will never be locked out"
277
  msgstr "Estes IPs nunca serão bloqueados"
278
 
279
+ #: ../dashboard.php:241
280
  msgid "Your IP"
281
  msgstr "Seu IP"
282
 
283
+ #: ../cerber-load.php:3592
284
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
285
  msgstr "Última tentativa de login falha foi às %s do IP %s com o login de usuário: %s."
286
 
287
+ #: ../cerber-load.php:4549
288
  msgid "Can't activate WP Cerber due to a database error."
289
  msgstr "Não foi possível ativar o WP Cerber devido a um erro na conexão com o banco de dados."
290
 
291
+ #: ../settings.php:1373
292
  msgid "Notify admin if the number of active lockouts above"
293
  msgstr "Notificar o administrador caso o número de bloqueios ativos seja acima"
294
 
295
+ #: ../settings.php:264 ../settings.php:496 ../settings.php:960 ../settings.php:1031
296
  msgid "days"
297
  msgstr "dias"
298
 
299
+ #: ../dashboard.php:1539
300
  msgid "Cerber Quick View"
301
  msgstr "Visualição Rápida do Cerber"
302
 
303
+ #: ../dashboard.php:205
304
  msgid "Hint"
305
  msgstr "Dica"
306
 
307
+ #: ../dashboard.php:205
308
  msgid "To view activity, click on the IP"
309
  msgstr "Para ver a atividade, clique no IP"
310
 
311
+ #: ../settings.php:172
312
  msgid "Always block entire subnet Class C of intruders IP"
313
  msgstr "Sempre bloquear toda a sub-rede classe C de IPs invasores"
314
 
315
+ #: ../settings.php:255 ../settings.php:1379
316
  msgid "Click to send test"
317
  msgstr "Clique para enviar teste"
318
 
319
+ #: ../settings.php:1608 ../settings.php:1609
320
  msgid "Attention! You have changed the login URL! The new login URL is"
321
  msgstr "Atenção! Você alterou o URL de login! O novo URL de login é"
322
 
323
+ #: ../dashboard.php:1448
324
  msgid "Comments"
325
  msgstr "Comentários"
326
 
327
+ #: ../common.php:1621
328
  msgid "Update to version %s of WP Cerber"
329
  msgstr "Atualizar WP Cerber para a versão %s"
330
 
331
+ #: ../cerber-load.php:3593 ../cerber-load.php:4319
332
  msgid "View activity in dashboard"
333
  msgstr "Ver atividade no painel"
334
 
335
+ #: ../cerber-load.php:3622
336
  msgid "Number of active lockouts"
337
  msgstr "Número de bloqueios ativos"
338
 
339
+ #: ../cerber-load.php:3626
340
  msgid "View lockouts in dashboard"
341
  msgstr "Ver bloqueios no painel"
342
 
343
+ #: ../cerber-load.php:3714
344
  msgid "This message was sent by"
345
  msgstr "Esta mensagem foi enviada por"
346
 
347
+ #: ../dashboard.php:73 ../dashboard.php:4384
348
  msgid "Tools"
349
  msgstr "Ferramentas"
350
 
376
  msgid "Select file to import."
377
  msgstr "Selecionar arquivo para importação."
378
 
379
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:4125
380
  msgid "Maximum upload file size: %s."
381
  msgstr "Tamanho máximo do arquivo para envio: %s."
382
 
384
  msgid "What do you want to import?"
385
  msgstr "O que gostaria de importar?"
386
 
387
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:4128
388
  msgid "Upload file"
389
  msgstr "Enviar arquivo"
390
 
404
  msgid "Error while parsing file"
405
  msgstr "Erro ao interpretar arquivo"
406
 
407
+ #: ../dashboard.php:183 ../dashboard.php:1034
408
  msgid "Hostname"
409
  msgstr "Nome do servidor"
410
 
411
+ #: ../dashboard.php:481
412
  msgid "unknown"
413
  msgstr "desconhecido"
414
 
415
+ #: ../settings.php:263 ../settings.php:956
416
  msgid "Keep records for"
417
  msgstr "Guardar registros por"
418
 
419
+ #: ../dashboard.php:1573 ../dashboard.php:1595
420
  msgid "active"
421
  msgstr "ativo"
422
 
423
+ #: ../dashboard.php:1573
424
  msgid "deactivate"
425
  msgstr "desativar"
426
 
427
+ #: ../dashboard.php:1575
428
  msgid "not active"
429
  msgstr "inativo"
430
 
431
+ #: ../dashboard.php:1576 ../dashboard.php:1590
432
  msgid "disabled"
433
  msgstr "desabilitado"
434
 
435
+ #: ../dashboard.php:1581
436
  msgid "failed attempts"
437
  msgstr "tentativas falhas"
438
 
439
+ #: ../dashboard.php:1581 ../dashboard.php:1582
440
  msgid "in 24 hours"
441
  msgstr "em 24 horas"
442
 
443
+ #: ../dashboard.php:1581 ../dashboard.php:1582
444
  msgid "view all"
445
  msgstr "ver todos"
446
 
447
+ #: ../dashboard.php:1582
448
  msgid "lockouts"
449
  msgstr "bloqueios"
450
 
451
+ #: ../dashboard.php:1584
452
  msgid "Lockouts at the moment"
453
  msgstr "Bloqueios no momento"
454
 
455
+ #: ../dashboard.php:1585
456
  msgid "Last lockout"
457
  msgstr "Último bloqueio"
458
 
459
+ #: ../dashboard.php:1586 ../dashboard.php:1587 ../dashboard.php:2516
460
  msgid "entry"
461
  msgid_plural "entries"
462
  msgstr[0] "entrada"
463
  msgstr[1] "entradas"
464
 
465
+ #: ../dashboard.php:2212
466
  msgid "Confused about some settings?"
467
  msgstr "Confuso em relação às configurações?"
468
 
469
+ #: ../dashboard.php:2213
470
  msgid "You can easily load default recommended settings using button below"
471
  msgstr "Você pode carregar as configurações recomendadas clicando no botão abaixo."
472
 
473
+ #: ../dashboard.php:2215
474
  msgid "Load default settings"
475
  msgstr "Carregar configurações padrão"
476
 
477
+ #: ../dashboard.php:2223
478
  msgid "doesn't affect Custom login URL and Access Lists"
479
  msgstr "não afeta URL personalizado de login e Listas de Acesso"
480
 
481
+ #: ../common.php:1614 ../settings.php:401
482
  msgid "New version is available"
483
  msgstr "Nova versão disponível"
484
 
485
+ #: ../cerber-load.php:3565
486
  msgid "WP Cerber notify"
487
  msgstr "WP Cerber notifica"
488
 
489
+ #: ../cerber-load.php:3589
490
  msgid "Citadel mode is activated"
491
  msgstr "Modo Fortaleza está ativado"
492
 
493
+ #: ../cerber-load.php:3661
494
  msgid "New Custom login URL"
495
  msgstr "Novo URL personalizado de login"
496
 
497
+ #: ../cerber-load.php:4536
498
  msgid "The WP Cerber requires PHP %s or higher. You are running"
499
  msgstr "O WP Cerber requer PHP %s ou mais recente. Você está rodando"
500
 
501
+ #: ../cerber-load.php:4540
502
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
503
  msgstr "O WP Cerber requer WordPress %s ou mais recente. Você está rodando"
504
 
505
+ #: ../settings.php:287
506
  msgid "Use file"
507
  msgstr "Usar arquivo"
508
 
509
+ #: ../settings.php:288
510
  msgid "Write failed login attempts to the file"
511
  msgstr "Escrever tentativas falhas de login em um arquivo"
512
 
513
+ #: ../dashboard.php:2334
514
  msgid "Deactivate"
515
  msgstr "Desativar"
516
 
517
+ #: ../dashboard.php:186 ../cerber-load.php:3624
518
  msgid "Reason"
519
  msgstr "Razão"
520
 
521
+ #: ../dashboard.php:273
522
  msgid "Add IP to the list"
523
  msgstr "Adicionar IP à lista"
524
 
525
+ #: ../dashboard.php:1315
526
  msgid "Add IP to the Black List"
527
  msgstr "Adicionar IP à Lista Negra"
528
 
529
+ #: ../common.php:1274
530
  msgid "Attempt to access"
531
  msgstr "Tentativa de acesso"
532
 
533
+ #: ../common.php:1273
534
  msgid "Limit on login attempts is reached"
535
  msgstr "O limite de tentativas de login foi atingido"
536
 
537
+ #: ../cerber-load.php:3623
538
  msgid "Last lockout was added: %s for IP %s"
539
  msgstr "Último bloqueio foi adicionado: %s para o IP %s"
540
 
541
+ #: ../dashboard.php:4263 ../cerber-load.php:4585
542
  msgid "Hardening"
543
  msgstr "Fortalecendo"
544
 
545
+ #: ../dashboard.php:1290
546
  msgid "Abuse email:"
547
  msgstr "Email para abusos:"
548
 
549
+ #: ../settings.php:387 ../settings.php:431 ../settings.php:1093
550
  msgid "Email Address"
551
  msgstr "Endereço de Email"
552
 
553
+ #: ../settings.php:392
554
  msgid "if empty, the admin email %s will be used"
555
  msgstr "se vazio, o email do administrador %s será usado"
556
 
557
+ #: ../settings.php:297
558
  msgid "Drill down IP"
559
  msgstr "Rastrear IP"
560
 
561
+ #: ../settings.php:298
562
  msgid "Retrieve extra WHOIS information for IP"
563
  msgstr "Pegar informação extra de WHOIS para o IP"
564
 
565
+ #: ../settings.php:754
566
  msgid "Hardening WordPress"
567
  msgstr "Fortalecendo o WordPress"
568
 
569
+ #: ../settings.php:755 ../settings.php:799
570
  msgid "Stop user enumeration"
571
  msgstr "Bloquear enumeração de usuários"
572
 
573
+ #: ../settings.php:782
574
  msgid "Disable XML-RPC"
575
  msgstr "Desabilitar XML-RPC"
576
 
577
+ #: ../settings.php:787
578
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
579
  msgstr "Bloquear acesso ao servidor XML-RPC (incluindo Pingbacks e Trackbacks)"
580
 
581
+ #: ../settings.php:789
582
  msgid "Disable feeds"
583
  msgstr "Desabilitar feeds"
584
 
585
+ #: ../settings.php:794
586
  msgid "Block access to the RSS, Atom and RDF feeds"
587
  msgstr "Bloquear acesso aos feeds RSS, Atom e RDF"
588
 
589
+ #: ../settings.php:807
590
  msgid "Disable REST API"
591
  msgstr "Desabilitar API REST"
592
 
593
+ #: ../settings.php:1696 ../settings.php:1708 ../settings.php:1831
594
  msgid "<strong>ERROR</strong>: please enter a valid email address."
595
  msgstr "<strong>ERRO</strong>: favor digitar um endereço de email válido."
596
 
597
+ #: ../cerber-load.php:3654 ../cerber-load.php:4570
598
  msgid "WP Cerber is now active and has started protecting your site"
599
  msgstr "WP Cerver está ativo agora e já começou a proteger o seu site"
600
 
601
+ #: ../dashboard.php:187 ../cerber-scanner.php:5715 ../cerber-scanner.php:5855
602
  msgid "Action"
603
  msgstr "Ação"
604
 
605
+ #: ../dashboard.php:234
606
  msgid "Nobody can log in or register from these IPs"
607
  msgstr "Ninguém pode entrar ou se registrar a partir destes IPs"
608
 
609
+ #: ../dashboard.php:291 ../dashboard.php:308
610
  msgid "Incorrect IP address or IP range"
611
  msgstr "Endereço ou faixa de IP incorretos"
612
 
613
+ #: ../dashboard.php:2350 ../nexus/cerber-nexus-slave.php:450
614
  msgid "Settings saved"
615
  msgstr "Configurações salvas"
616
 
617
+ #: ../dashboard.php:1295
618
  msgid "Network:"
619
  msgstr "Rede:"
620
 
621
+ #: ../dashboard.php:1310
622
  msgid "Add network to the Black List"
623
  msgstr "Adicionar rede à Lista Negra"
624
 
625
+ #: ../dashboard.php:2333
626
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
627
  msgstr "Atenção! O modo Fortaleza agora está ativado. Ninguém pode fazer login."
628
 
629
+ #: ../dashboard.php:408 ../dashboard.php:3423 ../whois.php:222 ../whois.php:253 ..
630
+ #: /common.php:1291 ../common.php:1709 ../nexus/cerber-slave-list.php:283
631
  msgid "Unknown"
632
  msgstr "Desconhecido"
633
 
636
  msgid "Gregory"
637
  msgstr "Gregory"
638
 
639
+ #: ../common.php:317 ../common.php:389 ../common.php:394 ../common.php:400 ..
640
+ #: /common.php:405 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
641
  #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
642
  #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
643
  #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
644
+ #: /settings.php:1587 ../settings.php:1672 ../nexus/cerber-nexus-slave.php:222 ..
645
+ #: /nexus/cerber-nexus-slave.php:233 ../cerber-scanner.php:5809
646
  msgid "ERROR:"
647
  msgstr "ERRO:"
648
 
658
  msgid "Username is not allowed. Please choose another one."
659
  msgstr "Nome de usuário não permitido. Por favor, escolha outro nome."
660
 
661
+ #: ../cerber-load.php:3617
662
  msgid "unspecified"
663
  msgstr "não especificado"
664
 
665
+ #: ../cerber-load.php:3620
666
  msgid "Number of lockouts is increasing"
667
  msgstr "O número de bloqueios está aumentando"
668
 
669
+ #: ../cerber-load.php:3625
670
  msgid "View activity for this IP"
671
  msgstr "Ver atividade do IP"
672
 
673
+ #: ../cerber-load.php:3629 ../cerber-load.php:3631
674
  msgid "A new version of WP Cerber is available to install"
675
  msgstr "Uma nova versão do WP Cerber está disponível para ser instalada"
676
 
677
+ #: ../cerber-load.php:3630
678
  msgid "Hi!"
679
  msgstr "Olá!"
680
 
681
+ #: ../cerber-load.php:3633 ../cerber-load.php:3644 ../nexus/cerber-slave-list.php:
682
  #: 45
683
  msgid "Website"
684
  msgstr "Website"
685
 
686
+ #: ../cerber-load.php:3636 ../cerber-load.php:3637
687
  msgid "The WP Cerber security plugin has been deactivated"
688
  msgstr "O plugin de segurança WP Cerber foi desativado"
689
 
690
+ #: ../cerber-load.php:3639
691
  msgid "Not logged in"
692
  msgstr "Não logado"
693
 
694
+ #: ../cerber-load.php:3645
695
  msgid "By user"
696
  msgstr "Pelo usuário"
697
 
698
+ #: ../cerber-load.php:3646
699
  msgid "From IP address"
700
  msgstr "Do endereço de IP"
701
 
702
+ #: ../cerber-load.php:3649
703
  msgid "From country"
704
  msgstr "Do país"
705
 
706
+ #: ../cerber-load.php:3653
707
  msgid "The WP Cerber security plugin is now active"
708
  msgstr "O plugin de segurança WP Cerber está agora ativado"
709
 
710
+ #: ../cerber-load.php:4571
711
  msgid "Your IP address is added to the"
712
  msgstr "Seu endereço de IP foi adicionado à"
713
 
714
+ #: ../cerber-load.php:4587
715
  msgid "Import settings"
716
  msgstr "Importar configurações"
717
 
718
+ #: ../settings.php:395
719
  msgid "Notification limit"
720
  msgstr "Limite de notificação"
721
 
722
+ #: ../settings.php:396
723
  msgid "notification letters allowed per hour (0 means unlimited)"
724
  msgstr "notificações permitidas por hora (0 significa ilimitadas)"
725
 
726
+ #: ../settings.php:314
727
  msgid "User related settings"
728
  msgstr "Configurações de usuário"
729
 
730
+ #: ../settings.php:356
731
  msgid "Prohibited usernames"
732
  msgstr "Nomes de usuários proibidos"
733
 
734
+ #: ../settings.php:357
735
  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."
736
  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."
737
 
738
+ #: ../settings.php:364
739
  msgid "User session expire"
740
  msgstr "Sessão de usuário expira"
741
 
742
+ #: ../settings.php:365
743
  msgid "in minutes (leave empty to use default WP value)"
744
  msgstr "em minutos (deixe em branco para usar o valor padrão do WordPress)"
745
 
746
+ #: ../settings.php:503
747
  msgid "reCAPTCHA settings"
748
  msgstr "Configurações do reCAPTCHA"
749
 
750
+ #: ../settings.php:506
751
  msgid "Site key"
752
  msgstr "Chave do site"
753
 
754
+ #: ../settings.php:510
755
  msgid "Secret key"
756
  msgstr "Chave secreta"
757
 
758
+ #: ../settings.php:520
759
  msgid "Enable reCAPTCHA for WordPress registration form"
760
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WordPress"
761
 
762
+ #: ../settings.php:529
763
  msgid "Lost password form"
764
  msgstr "Formulário de senha perdida"
765
 
766
+ #: ../settings.php:539
767
  msgid "Login form"
768
  msgstr "Formulário de login"
769
 
770
+ #: ../settings.php:540
771
  msgid "Enable reCAPTCHA for WordPress login form"
772
  msgstr "Habilitar reCAPTCHA para o formulário de login do WordPress"
773
 
774
+ #: ../settings.php:1202
775
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
776
  msgstr "Antes de começar a utilizar o reCAPTCHA, você precisa obter uma Chave do Site uma Chave Secreta no website do Google"
777
 
778
+ #: ../cerber-lab.php:779 ../settings.php:1203 ../settings.php:1206
779
  msgid "Know more"
780
  msgstr "Saiba mais"
781
 
782
+ #: ../dashboard.php:4264
783
  msgid "Users"
784
  msgstr "Usuários"
785
 
786
+ #: ../common.php:1177
787
  msgid "User created"
788
  msgstr "Usuário criado"
789
 
790
+ #: ../common.php:1178
791
  msgid "User registered"
792
  msgstr "Usuário registrado"
793
 
794
+ #: ../common.php:1205
795
  msgid "reCAPTCHA verification failed"
796
  msgstr "A verificação do reCAPTCHA falhou"
797
 
798
+ #: ../common.php:1206
799
  msgid "reCAPTCHA settings are incorrect"
800
  msgstr "As configurações do reCAPTCHA estão incorretas"
801
 
802
+ #: ../common.php:1209 ../common.php:1295
803
  msgid "Attempt to access prohibited URL"
804
  msgstr "Tentativa de acesso a URL proibido"
805
 
806
+ #: ../common.php:1211 ../common.php:1276
807
  msgid "Attempt to log in with prohibited username"
808
  msgstr "Tentativa de login com nome de usuário proibido."
809
 
810
+ #: ../settings.php:274
811
  msgid "Cerber Lab connection"
812
  msgstr "Conexão Cerber Lab"
813
 
814
+ #: ../settings.php:275
815
  msgid "Send malicious IP addresses to the Cerber Lab"
816
  msgstr "Enviar endereço de IP malicioso para o Cerber Lab"
817
 
818
+ #: ../settings.php:279
819
  msgid "Cerber Lab protocol"
820
  msgstr "Protocolo Cerber Lab"
821
 
822
+ #: ../settings.php:451 ../settings.php:519
823
  msgid "Registration form"
824
  msgstr "Formulário de restro"
825
 
826
+ #: ../settings.php:525
827
  msgid "Enable reCAPTCHA for WooCommerce registration form"
828
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WooCommerce"
829
 
830
+ #: ../settings.php:530
831
  msgid "Enable reCAPTCHA for WordPress lost password form"
832
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WordPress"
833
 
834
+ #: ../settings.php:535
835
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
836
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WooCommerce"
837
 
838
+ #: ../settings.php:545
839
  msgid "Enable reCAPTCHA for WooCommerce login form"
840
  msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
841
 
842
+ #: ../common.php:1207
843
  msgid "Request to the Google reCAPTCHA service failed"
844
  msgstr "A requisição para o serviço Google reCAPTCHA falhou"
845
 
846
+ #: ../dashboard.php:853 ../dashboard.php:2185
847
  msgid "View all"
848
  msgstr "Ver todos"
849
 
850
+ #: ../dashboard.php:2188
851
  msgid "Recently locked out IP addresses"
852
  msgstr "Endereços de IP recentemente bloqueados"
853
 
859
  msgid "NO, maybe later"
860
  msgstr "NÃO, talvez mais tarde"
861
 
862
+ #: ../dashboard.php:54 ../dashboard.php:1621 ../dashboard.php:2534 ../dashboard.
863
+ #: php:4258
864
  msgid "Dashboard"
865
  msgstr "Painel de Controle"
866
 
872
  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."
873
  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."
874
 
875
+ #: ../dashboard.php:771 ../dashboard.php:3324
876
  msgid "IP address"
877
  msgstr "Endereço de IP"
878
 
879
+ #: ../dashboard.php:776
880
  msgid "User login"
881
  msgstr "Login do usuário"
882
 
883
+ #: ../dashboard.php:777 ../dashboard.php:3330
884
  msgid "User ID"
885
  msgstr "ID do usuário"
886
 
887
+ #: ../dashboard.php:1061 ../dashboard.php:3765
888
  msgid "Export"
889
  msgstr "Exportar"
890
 
891
+ #: ../dashboard.php:1084
892
  msgid "Search for IP or username"
893
  msgstr "Buscar por IP ou usuário"
894
 
895
+ #: ../dashboard.php:1085
896
  msgid "Filter"
897
  msgstr "Filtrar"
898
 
899
+ #: ../dashboard.php:54
900
  msgid "Cerber Dashboard"
901
  msgstr "Painel de Controle do Cerber"
902
 
903
+ #: ../dashboard.php:73
904
  msgid "Cerber tools"
905
  msgstr "Ferramentas do Cerber"
906
 
907
+ #: ../cerber-tools.php:228
 
 
 
 
908
  msgid "Unsubscribe"
909
  msgstr "Cancelar inscrição"
910
 
911
+ #: ../dashboard.php:2458
912
  msgid "You've subscribed"
913
  msgstr "Você está inscrito"
914
 
915
+ #: ../dashboard.php:2463
916
  msgid "You've unsubscribed"
917
  msgstr "Você cancelou sua inscrição"
918
 
919
+ #: ../cerber-load.php:3665 ../cerber-load.php:3666
920
  msgid "A new activity has been recorded"
921
  msgstr "Uma nova atividade foi capturada"
922
 
923
+ #: ../cerber-load.php:4291
924
  msgid "User"
925
  msgstr "Usuário"
926
 
927
+ #: ../cerber-load.php:4299
928
  msgid "Search string"
929
  msgstr "Termo pesquisado"
930
 
931
+ #: ../settings.php:294
 
 
 
 
932
  msgid "Preferences"
933
  msgstr "Preferências"
934
 
935
+ #: ../settings.php:302
936
  msgid "Date format"
937
  msgstr "Formato da data"
938
 
939
+ #: ../settings.php:303
940
  msgid "if empty, the default format %s will be used"
941
  msgstr "se vazio, o formato padrão %s será usado"
942
 
943
+ #: ../settings.php:407
944
  msgid "Push notifications"
945
  msgstr "Notificações push"
946
 
947
+ #: ../settings.php:380
948
  msgid "Email notifications"
949
  msgstr "Notificações por email"
950
 
951
+ #: ../settings.php:388 ../settings.php:433 ../settings.php:919 ../settings.php:1097
952
  msgid "Use comma to specify multiple values"
953
  msgstr "Use vírgulas para separar múltiplos valores"
954
 
955
+ #: ../settings.php:119
956
  msgid "All connected devices"
957
  msgstr "Todos os dispositivos conectados"
958
 
959
+ #: ../settings.php:122
960
  msgid "No devices found"
961
  msgstr "Nenhum dispositivo encontrado"
962
 
963
+ #: ../settings.php:126
964
  msgid "Not available"
965
  msgstr "Não disponível"
966
 
967
+ #: ../common.php:1203
968
  msgid "Password reset requested"
969
  msgstr "Redefinição de senha solicitada"
970
 
971
+ #: ../common.php:1277
972
  msgid "Limit on failed reCAPTCHA verifications is reached"
973
  msgstr "Foi atingido o limite de verificações falhas do reCAPTCHA"
974
 
975
+ #: ../common.php:1426
976
  msgid "%s ago"
977
  msgstr "%s atrás"
978
 
979
+ #: ../settings.php:162
980
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
981
  msgstr "Aplicar regras de limite para login aos endereçoes de IP da Lista Segura"
982
 
983
+ #: ../settings.php:191
984
  msgid "Display 404 page"
985
  msgstr "Exibir página 404"
986
 
987
+ #: ../settings.php:514
988
  msgid "Invisible reCAPTCHA"
989
  msgstr "reCAPTCHA invisível"
990
 
991
+ #: ../settings.php:515
992
  msgid "Enable invisible reCAPTCHA"
993
  msgstr "Habilitar reCAPTCHA invisível"
994
 
995
+ #: ../settings.php:515
996
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
997
  msgstr "(não habilite esta opção a menos que tenha as Chaves do Site e Secreta para esta versão invisível)"
998
 
999
+ #: ../settings.php:550
1000
  msgid "Enable reCAPTCHA for WordPress comment form"
1001
  msgstr "Habilitar reCAPTCHA para o formulário de comentários do WordPress"
1002
 
1003
+ #: ../settings.php:555
1004
  msgid "Disable reCAPTCHA for logged in users"
1005
  msgstr "Desabilitar reCAPTCHA para usuários logados"
1006
 
1007
+ #: ../settings.php:559
1008
  msgid "Limit attempts"
1009
  msgstr "Limitar tentativas"
1010
 
1011
+ #: ../settings.php:560
1012
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1013
  msgstr "Bloquear endereço de IP por %s minutos depois de %s tentativas falhas dentro de %s minutos"
1014
 
1015
+ #: ../settings.php:1195
1016
  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."
1017
  msgstr "No modo Fortaleza apenas os IPs da Lista Segura podem se conectar. Sessões ativas de usuários não serão afetadas."
1018
 
1019
+ #: ../dashboard.php:773 ../dashboard.php:1037
1020
  msgid "Event"
1021
  msgstr "Evento"
1022
 
1023
+ #: ../common.php:260
1024
  #, fuzzy
1025
  msgid "Spam comments denied"
1026
  msgstr "Comentários spam recusados"
1027
 
1028
+ #: ../common.php:262
1029
  msgid "Malicious IP addresses detected"
1030
  msgstr "Endereço de IP malicioso detectado"
1031
 
1032
+ #: ../common.php:263
1033
  msgid "Lockouts occurred"
1034
  msgstr "Bloqueios ocorridos"
1035
 
 
 
 
 
1036
  #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1037
  #: /cerber-load.php:1332
1038
  msgid "You are not allowed to register."
1039
  msgstr "Não é permitido o seu registro."
1040
 
1041
+ #: ../common.php:1188
1042
  #, fuzzy
1043
  msgid "Spam comment denied"
1044
  msgstr "Comentário spam recusado"
1045
 
1046
+ #: ../common.php:1213
1047
  msgid "Attempt to log in denied"
1048
  msgstr "Tentativa de login recusada"
1049
 
1050
+ #: ../common.php:1214
1051
  msgid "Attempt to register denied"
1052
  msgstr "Tentativa de registro recusada"
1053
 
1054
+ #: ../common.php:257
1055
  msgid "Malicious activities mitigated"
1056
  msgstr "Atividades maliciosas mitigadas"
1057
 
1058
+ #: ../dashboard.php:68
1059
  msgid "Cerber antispam settings"
1060
  msgstr "Configurações antispam do Cerber"
1061
 
1062
+ #: ../dashboard.php:68 ../cerber-load.php:4584 ../settings.php:549
1063
  msgid "Antispam"
1064
  msgstr "Antispam"
1065
 
1066
+ #: ../settings.php:443
1067
  msgid "Cerber antispam engine"
1068
  msgstr "Mecanismo antispam do Cerber"
1069
 
1070
+ #: ../settings.php:446
1071
  msgid "Comment form"
1072
  msgstr "Formulário para comentários"
1073
 
1074
+ #: ../settings.php:447
1075
  msgid "Protect comment form with bot detection engine"
1076
  msgstr "Proteger formulário para comentários com mecanismo de detecção de bots"
1077
 
1078
+ #: ../settings.php:452
1079
  msgid "Protect registration form with bot detection engine"
1080
  msgstr "Proteger formulário de registro com mecanismo de detecção de bots"
1081
 
1082
+ #: ../dashboard.php:4386
1083
  msgid "Export & Import"
1084
  msgstr "Exportar & Importar"
1085
 
1086
+ #: ../dashboard.php:4387
1087
  msgid "Diagnostic"
1088
  msgstr "Diagnóstico"
1089
 
1090
+ #: ../dashboard.php:4390
1091
  msgid "License"
1092
  msgstr "Licença"
1093
 
1094
+ #: ../dashboard.php:4297
1095
  msgid "Antispam and bot detection settings"
1096
  msgstr "Configurações antispam e de detecção de bots"
1097
 
1099
  msgid "Sorry, human verification failed."
1100
  msgstr "Desculpe, a verificação de humanidade falhou."
1101
 
1102
+ #: ../common.php:1278
1103
  msgid "Bot activity is detected"
1104
  msgstr "Atividade de bot detectada"
1105
 
1106
+ #: ../settings.php:485
1107
  msgid "Comment processing"
1108
  msgstr "Processando comentário"
1109
 
1110
+ #: ../settings.php:488
1111
  #, fuzzy
1112
  msgid "If a spam comment detected"
1113
  msgstr "Se um comentário spam for detectado"
1114
 
1115
+ #: ../settings.php:493
1116
  #, fuzzy
1117
  msgid "Trash spam comments"
1118
  msgstr "Mandar comentários spam para a lixeira"
1119
 
1120
+ #: ../settings.php:495
1121
  #, fuzzy
1122
  msgid "Move spam comments to trash after"
1123
  msgstr "Mover comentários spam para a lixeira após"
1124
 
1125
+ #: ../common.php:1189
1126
  #, fuzzy
1127
  msgid "Spam form submission denied"
1128
  msgstr "Envio de formulário spam recusado"
1129
 
1130
+ #: ../settings.php:456
1131
  msgid "Other forms"
1132
  msgstr "Outros formulários"
1133
 
1134
+ #: ../settings.php:457
1135
  msgid "Protect all forms on the website with bot detection engine"
1136
  msgstr "Proteger todos os formulários do website com o mecanismo de detecção de bots"
1137
 
1138
+ #: ../settings.php:463
1139
  msgid "Adjust antispam engine"
1140
  msgstr "Ajustar mecanismo antispam"
1141
 
1142
+ #: ../settings.php:466
1143
  msgid "Safe mode"
1144
  msgstr "Modo seguro"
1145
 
1146
+ #: ../settings.php:467
1147
  msgid "Use less restrictive policies (allow AJAX)"
1148
  msgstr "Usar políticas menos restritivas (permitir AJAX)"
1149
 
1150
+ #: ../dashboard.php:874 ../dashboard.php:3733 ../settings.php:471 ../settings.php:
1151
+ #: 814
1152
  msgid "Logged in users"
1153
  msgstr "Usuários logados"
1154
 
1155
+ #: ../settings.php:472
1156
  msgid "Disable bot detection engine for logged in users"
1157
  msgstr "Desabilitar mecanismo de detecção de bots para usuários logados"
1158
 
1159
+ #: ../dashboard.php:184 ../dashboard.php:1035
1160
  msgid "Country"
1161
  msgstr "País"
1162
 
1163
+ #: ../dashboard.php:1073
1164
  msgid "All events"
1165
  msgstr "Todos os eventos"
1166
 
1167
+ #: ../dashboard.php:60
1168
  msgid "Cerber Security Rules"
1169
  msgstr "Regras de Segurança do Cerber"
1170
 
1171
+ #: ../dashboard.php:60 ../dashboard.php:4334
1172
  msgid "Security Rules"
1173
  msgstr "Regras de Segurança"
1174
 
1175
+ #: ../dashboard.php:1450
1176
  msgid "Failed login attempts"
1177
  msgstr "Tentativas falhas de login"
1178
 
1179
+ #: ../dashboard.php:1407 ../dashboard.php:1451
1180
  msgid "Registered"
1181
  msgstr "Registrado"
1182
 
1183
+ #: ../dashboard.php:1521 ../cerber-users.php:25
1184
  msgid "You"
1185
  msgstr "Você"
1186
 
1187
+ #: ../common.php:261
1188
  msgid "Spam form submissions denied"
1189
  msgstr "Envio de formulário de spam recusado"
1190
 
1191
+ #: ../dashboard.php:2224 ../cerber-load.php:3656 ../cerber-load.php:4573
1192
  msgid "Getting Started Guide"
1193
  msgstr "Guia de Introdução"
1194
 
1195
+ #: ../dashboard.php:4336
1196
  msgid "Countries"
1197
  msgstr "Países"
1198
 
1199
+ #: ../dashboard.php:3036
1200
  msgid "Permitted for one country"
1201
  msgid_plural "Permitted for %d countries"
1202
  msgstr[0] "Permitido para um país"
1203
  msgstr[1] "Permitido para %d países"
1204
 
1205
+ #: ../dashboard.php:3047
1206
  msgid "No rule"
1207
  msgstr "Nenhuma regra"
1208
 
1209
+ #: ../dashboard.php:3258
1210
  msgid "Security rules have been updated"
1211
  msgstr "As regras de segurança foram atualizadas"
1212
 
1215
  msgid "https://wpcerber.com"
1216
  msgstr "https://wpcerber.com"
1217
 
1218
+ #: ../common.php:1190
1219
  msgid "Form submission denied"
1220
  msgstr "Envio de formulário recusado"
1221
 
1222
+ #: ../common.php:1191
1223
  msgid "Comment denied"
1224
  msgstr "Comentário recusado"
1225
 
1226
+ #: ../common.php:1219
1227
  msgid "Request to REST API denied"
1228
  msgstr "Requisição à API REST recusada"
1229
 
1230
+ #: ../common.php:1220
1231
  msgid "XML-RPC request denied"
1232
  msgstr "Requisição XML-RPC recusada"
1233
 
1234
+ #: ../common.php:1233
1235
  msgid "Bot detected"
1236
  msgstr "Bot detectado"
1237
 
1238
+ #: ../common.php:1234
1239
  msgid "Citadel mode is active"
1240
  msgstr "Modo Fortaleza está ativo"
1241
 
1242
+ #: ../common.php:1239
1243
  msgid "Malicious activity detected"
1244
  msgstr "Atividade maliciosa detectada"
1245
 
1246
+ #: ../common.php:1240
1247
  msgid "Blocked by country rule"
1248
  msgstr "Bloquear por regra de países"
1249
 
1250
+ #: ../common.php:1241
1251
  msgid "Limit reached"
1252
  msgstr "Limite atingido"
1253
 
1254
+ #: ../common.php:1242
1255
  msgid "Multiple suspicious activities"
1256
  msgstr "Múltiplas atividades suspeitas"
1257
 
1258
+ #: ../common.php:1279
1259
  msgid "Multiple suspicious activities were detected"
1260
  msgstr "Múltiplas atividades suspeitas foram detectadas"
1261
 
1262
+ #: ../settings.php:819
1263
  msgid "Allow REST API for logged in users"
1264
  msgstr "Permitir API REST para usuários logados"
1265
 
1266
+ #: ../settings.php:834
1267
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1268
  msgstr "Especificar namespaces permitidos da API REST quando ela estiver desabilitada. Um namespace por linha."
1269
 
1270
+ #: ../settings.php:350
1271
  msgid "Registration limit"
1272
  msgstr "Limite de registros"
1273
 
1274
+ #: ../settings.php:371
1275
  msgid "Sort users in dashboard"
1276
  msgstr "Ordenar usuários no painel de controle"
1277
 
1278
+ #: ../settings.php:372
1279
  msgid "by date of registration"
1280
  msgstr "por data de registro"
1281
 
1282
+ #: ../settings.php:476
1283
  msgid "Query whitelist"
1284
  msgstr "Lista de permissão para consultas"
1285
 
1286
+ #: ../settings.php:1361
1287
  msgid "%s allowed registrations in %s minutes from one IP"
1288
  msgstr "%s registros permitidos de um IP em %s minutos"
1289
 
1290
+ #: ../dashboard.php:3104
1291
  msgid "Start typing here to find a country"
1292
  msgstr "Comece a digitar aqui para encontrar um país"
1293
 
1294
+ #: ../dashboard.php:3184
1295
  msgid "Click on a country name to add it to the list of selected countries"
1296
  msgstr "Clique no nome de um país para adicioná-lo à lista de países selecionados"
1297
 
1298
+ #: ../dashboard.php:3205
1299
  msgid "Submit forms"
1300
  msgstr "Enviar formulários"
1301
 
1302
+ #: ../dashboard.php:3206
1303
  msgid "Post comments"
1304
  msgstr "Publicar comentários"
1305
 
1306
+ #: ../dashboard.php:3207
1307
  msgid "Log in to the website"
1308
  msgstr "Logar no website"
1309
 
1310
+ #: ../dashboard.php:3208
1311
  msgid "Register on the website"
1312
  msgstr "Registrar no website"
1313
 
1314
+ #: ../dashboard.php:3209
1315
  msgid "Use XML-RPC"
1316
  msgstr "Usar XML-RPC"
1317
 
1318
+ #: ../dashboard.php:3210
1319
  msgid "Use REST API"
1320
  msgstr "Usar API REST"
1321
 
1322
+ #: ../settings.php:490
1323
  msgid "Deny it completely"
1324
  msgstr "Negar completamente"
1325
 
1326
+ #: ../settings.php:490
1327
  msgid "Mark it as spam"
1328
  msgstr "Marcar como spam"
1329
 
1330
+ #: ../dashboard.php:2164
1331
  msgid "in the last 24 hours"
1332
  msgstr "nas últimas 24 horas"
1333
 
1334
+ #: ../dashboard.php:2535
1335
  msgid "Main settings"
1336
  msgstr "Configurações principais"
1337
 
1338
+ #: ../settings.php:420
1339
  msgid "Weekly reports"
1340
  msgstr "Relatórios semanais"
1341
 
1342
+ #: ../settings.php:1541
1343
  msgid "Sunday"
1344
  msgstr "Domingo"
1345
 
1346
+ #: ../settings.php:1542
1347
  msgid "Monday"
1348
  msgstr "Segunda-feira"
1349
 
1350
+ #: ../settings.php:1543
1351
  msgid "Tuesday"
1352
  msgstr "Terça-feira"
1353
 
1354
+ #: ../settings.php:1544
1355
  msgid "Wednesday"
1356
  msgstr "Quarta-feira"
1357
 
1358
+ #: ../settings.php:1545
1359
  msgid "Thursday"
1360
  msgstr "Quinta-feira"
1361
 
1362
+ #: ../settings.php:1546
1363
  msgid "Friday"
1364
  msgstr "Sexta-feira"
1365
 
1366
+ #: ../settings.php:1547
1367
  msgid "Saturday"
1368
  msgstr "Sábado"
1369
 
1370
+ #: ../settings.php:1610 ../settings.php:1611
1371
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1372
  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."
1373
 
1374
+ #: ../cerber-load.php:3671
1375
  msgid "Weekly report"
1376
  msgstr "Relatório semanal"
1377
 
1378
+ #: ../cerber-load.php:3674 ../cerber-load.php:3684
1379
  msgid "To change reporting settings visit"
1380
  msgstr "Para modificar as configurações de relatórios visitar"
1381
 
1382
+ #: ../cerber-load.php:3707
1383
  msgid "Your login page:"
1384
  msgstr "Sua página de login:"
1385
 
1386
+ #: ../cerber-load.php:3711
1387
  msgid "Your license is valid until"
1388
  msgstr "Sua licença é válida até"
1389
 
1390
+ #: ../cerber-load.php:3817
1391
  msgid "Activity details"
1392
  msgstr "Detalhes da atividade"
1393
 
1394
+ #: ../settings.php:1577
1395
  msgid "Click to send now"
1396
  msgstr "Clique para enviar agora"
1397
 
1399
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1400
  msgstr "> > > Tradutor do WP Cerber? Para ganhar uma licença PRO, deixe seu contato aqui: https://wpcerber.com/contact/"
1401
 
1402
+ #: ../dashboard.php:552
1403
  msgid "Email has been sent to"
1404
  msgstr "O email foi enviado para"
1405
 
1406
+ #: ../dashboard.php:555
1407
  msgid "Unable to send email to"
1408
  msgstr "Não foi possível enviar o email para"
1409
 
1410
+ #: ../dashboard.php:3039
1411
  msgid "Not permitted for one country"
1412
  msgid_plural "Not permitted for %d countries"
1413
  msgstr[0] "Não permitido para um país"
1414
  msgstr[1] "Não permitido para %d países"
1415
 
1416
+ #: ../dashboard.php:3188
1417
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1418
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1419
  msgstr "Aos países selecionados é permitido %s, aos outros países não"
1420
 
1421
+ #: ../dashboard.php:3191
1422
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1423
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1424
  msgstr "Aos países selecionados não é permitido %s, aos outros países sim"
1425
 
1426
+ #: ../cerber-load.php:3805
1427
  msgid "Weekly Report"
1428
  msgstr "Relatório Semanal"
1429
 
1430
+ #: ../settings.php:194
1431
  msgid "Use 404 template from the active theme"
1432
  msgstr "Usar template 404 do tema ativo"
1433
 
1434
+ #: ../settings.php:195
1435
  msgid "Display simple 404 page"
1436
  msgstr "Exibir página 404 simples"
1437
 
1438
+ #: ../settings.php:477
1439
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1440
  msgstr "Digite parte da string de consulta ou do caminho de consulta para excluir uma requisição da inspeção. Um item por linha."
1441
 
1442
+ #: ../settings.php:432 ../settings.php:1101
1443
  msgid "if empty, email from notification settings will be used"
1444
  msgstr "quando vazio, o email das configurações de notificações será usado"
1445
 
1446
+ #: ../settings.php:423
1447
  msgid "Enable reporting"
1448
  msgstr "Habilitar relatórios"
1449
 
1450
+ #: ../cerber-load.php:3735
1451
  msgid "Your last sign-in was %s from %s"
1452
  msgstr "Seu último login foi em %s a partir do IP %s"
1453
 
1454
+ #: ../dashboard.php:272
1455
  msgid "IP address, IPv4 address range or subnet"
1456
  msgstr "Endereço de IP, faixa de IPv4 ou sub-rede"
1457
 
1458
+ #: ../dashboard.php:274
1459
  msgid "Optional comment for this entry"
1460
  msgstr "Comentário opcional para esta estrada"
1461
 
1462
+ #: ../dashboard.php:313
1463
  msgid "You cannot add your IP address or network"
1464
  msgstr "Você não pode adicionar seu endereço de IP ou rede"
1465
 
1466
+ #: ../settings.php:357
1467
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1468
  msgstr "Para especificar um padrão REGEX, envolva o padrão entre barras"
1469
 
1470
+ #: ../dashboard.php:56
1471
  msgid "Cerber Traffic Inspector"
1472
  msgstr "Inspetor de Tráfego do Cerber"
1473
 
1474
+ #: ../dashboard.php:56 ../dashboard.php:1591 ../dashboard.php:4317
1475
  msgid "Traffic Inspector"
1476
  msgstr "Inspetor de Tráfego"
1477
 
1478
+ #: ../dashboard.php:1623
1479
  msgid "Traffic"
1480
  msgstr "Tráfego"
1481
 
1482
+ #: ../dashboard.php:3701
1483
  msgid "Request"
1484
  msgstr "Requisição"
1485
 
1486
+ #: ../dashboard.php:3703
1487
  msgid "Host Info"
1488
  msgstr "Informação do Servidor"
1489
 
1490
+ #: ../dashboard.php:3704
1491
  msgid "User Agent"
1492
  msgstr "User Agent"
1493
 
1494
+ #: ../dashboard.php:3729
1495
  msgid "All requests"
1496
  msgstr "Todas as requisições"
1497
 
1498
+ #: ../dashboard.php:875 ../dashboard.php:3734
1499
  msgid "Not logged in visitors"
1500
  msgstr "Visitantes não logados"
1501
 
1502
+ #: ../dashboard.php:3737
1503
  msgid "Form submissions"
1504
  msgstr "Envios de formulários"
1505
 
1506
+ #: ../dashboard.php:3739
1507
  msgid "Page Not Found"
1508
  msgstr "Página não encontrada"
1509
 
1510
+ #: ../dashboard.php:3748
1511
  msgid "Longer than"
1512
  msgstr "Mais do que"
1513
 
1514
+ #: ../dashboard.php:3771
1515
  msgid "Refresh"
1516
  msgstr "Recarregar"
1517
 
1518
+ #: ../common.php:187
1519
  msgid "Check for requests"
1520
  msgstr "Verificar requisições"
1521
 
1522
+ #: ../common.php:1640
1523
  msgid "Not specified"
1524
  msgstr "Não especificado"
1525
 
1526
+ #: ../settings.php:891
1527
  msgid "Logging mode"
1528
  msgstr "Modo de registro"
1529
 
1530
+ #: ../settings.php:897
1531
  msgid "Logging disabled"
1532
  msgstr "Registro desabilitado"
1533
 
1534
+ #: ../settings.php:898
1535
  msgid "Smart"
1536
  msgstr "Inteligente"
1537
 
1538
+ #: ../settings.php:899
1539
  msgid "All traffic"
1540
  msgstr "Todo tráfego"
1541
 
1542
+ #: ../settings.php:903
1543
  msgid "Ignore crawlers"
1544
  msgstr "Ignorar crawlers"
1545
 
1546
+ #: ../settings.php:913
1547
  msgid "Mask these form fields"
1548
  msgstr "Mascarar estes campos de fomulários"
1549
 
1550
+ #: ../settings.php:953
1551
  msgid "milliseconds"
1552
  msgstr "milissegundos"
1553
 
1554
+ #: ../settings.php:846
1555
  msgid "Enable traffic inspection"
1556
  msgstr "Habilitar inspeção de tráfego"
1557
 
1558
+ #: ../settings.php:890
1559
  msgid "Logging"
1560
  msgstr "Registrando"
1561
 
1562
+ #: ../settings.php:908
1563
  msgid "Save request fields"
1564
  msgstr "Salvar campos de requisição"
1565
 
1566
+ #: ../settings.php:948
1567
  msgid "Page generation time threshold"
1568
  msgstr "Limite de tempo para geração de páginas"
1569
 
1570
+ #: ../dashboard.php:3721
1571
  msgid "No requests have been logged."
1572
  msgstr "Nenhuma requisição foi registrada."
1573
 
1574
+ #: ../dashboard.php:1590
1575
  msgid "enabled"
1576
  msgstr "habilitado"
1577
 
1578
+ #: ../dashboard.php:1595
1579
  msgid "no connection"
1580
  msgstr "sem conexão"
1581
 
1582
+ #: ../dashboard.php:1397
 
 
 
 
1583
  msgid "Last seen"
1584
  msgstr "Visto pela última vez"
1585
 
1586
+ #: ../common.php:1215 ../common.php:1280
1587
  msgid "Probing for vulnerable PHP code"
1588
  msgstr "Teste para vulnerabilidades no código PHP"
1589
 
1590
+ #: ../dashboard.php:4062
1591
  msgid "Any"
1592
  msgstr "Qualquer"
1593
 
1594
+ #: ../cerber-load.php:3452
1595
  msgid "We're sorry, you are not allowed to proceed"
1596
  msgstr "Desculpe, você não tem permissão para prosseguir"
1597
 
1598
+ #: ../settings.php:862
1599
  msgid "Request whitelist"
1600
  msgstr "Lista de permissão para requisições"
1601
 
1602
+ #: ../settings.php:868
1603
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1604
  msgstr "Digite um URI de requisição para excluir a requisição da inspeção. Um item por linha."
1605
 
1606
+ #: ../settings.php:924
1607
  msgid "Save request headers"
1608
  msgstr "Salvar cabeçalhos da requisição"
1609
 
1610
+ #: ../settings.php:930
1611
  msgid "Save $_SERVER"
1612
  msgstr "Salvar $_SERVER"
1613
 
1614
+ #: ../settings.php:936
1615
  msgid "Save request cookies"
1616
  msgstr "Salvar cookies da requisição"
1617
 
1618
+ #: ../settings.php:762
1619
  msgid "Protect admin scripts"
1620
  msgstr "Proteger scripts da administração"
1621
 
1622
+ #: ../settings.php:767
1623
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1624
  msgstr "Bloquear acessos não autorizados a load-scripts.php e load-styles.php"
1625
 
1626
+ #: ../common.php:2497
1627
  msgid "Unable to create the directory"
1628
  msgstr "Não foi possível criar o diretório"
1629
 
1630
+ #: ../common.php:2502
1631
  msgid "Destination folder access denied"
1632
  msgstr "Acesso recusado à pasta de destino"
1633
 
1634
+ #: ../common.php:2505
1635
  msgid "File not found"
1636
  msgstr "Arquivo não encontrado"
1637
 
1638
+ #: ../common.php:2508
1639
  msgid "Unable to copy the file"
1640
  msgstr "Não foi possível copiar o arquivo"
1641
 
1642
+ #: ../common.php:2514
1643
  msgid "Unable to delete the file"
1644
  msgstr "Não foi possível apagar o arquivo"
1645
 
1646
+ #: ../settings.php:132
1647
  msgid "Plugin initialization"
1648
  msgstr "Inicialização do plugin"
1649
 
1650
+ #: ../settings.php:135
1651
  msgid "Load security engine"
1652
  msgstr "Carregar mecanismo de segurança"
1653
 
1654
+ #: ../settings.php:138
1655
  msgid "Legacy mode"
1656
  msgstr "Modo legado"
1657
 
1658
+ #: ../settings.php:139
1659
  msgid "Standard mode"
1660
  msgstr "Modo padrão"
1661
 
1662
+ #: ../settings.php:1588
1663
  msgid "Plugin initialization mode has not been changed"
1664
  msgstr "O modo de inicialização do plugin não foi alterado"
1665
 
1668
  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>."
1669
  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>."
1670
 
1671
+ #: ../common.php:1217
1672
  msgid "File upload denied"
1673
  msgstr "Envio de arquivo recusado"
1674
 
1675
+ #: ../settings.php:868
 
 
 
 
1676
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1677
  msgstr "Para especificar um padrão REGEX, envolva a linha toda entre duas barras."
1678
 
1679
+ #: ../settings.php:1191
1680
  msgid "Be careful about enabling these options."
1681
  msgstr "Seja cuidadoso ao habilitar estas opções."
1682
 
1683
+ #: ../settings.php:1191
1684
  msgid "If you forget your Custom login URL, you will be unable to log in."
1685
  msgstr "Se você esquecer sua URL de login personalizada, não será possível fazer login."
1686
 
1687
+ #: ../dashboard.php:64 ../dashboard.php:4349
1688
  msgid "Site Integrity"
1689
  msgstr "Integridade do Site"
1690
 
1691
+ #: ../dashboard.php:1608 ../dashboard.php:1610 ../settings.php:621 ../settings.
1692
+ #: php:852 ../settings.php:878 ../cerber-scanner.php:1623
1693
  msgid "Disabled"
1694
  msgstr "Desabilitado"
1695
 
1696
+ #: ../dashboard.php:1609 ../cerber-scanner.php:1065
1697
  msgid "Quick Scan"
1698
  msgstr "Verificação Rápida"
1699
 
1700
+ #: ../dashboard.php:1611 ../cerber-scanner.php:1065
1701
  msgid "Full Scan"
1702
  msgstr "Verificação Completa"
1703
 
1706
  msgid "WP Cerber Security, Antispam & Malware Scan"
1707
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1708
 
1709
+ #: ../common.php:1243
1710
  msgid "Denied"
1711
  msgstr "Recusado"
1712
 
1713
+ #: ../settings.php:161 ../settings.php:325 ../settings.php:857
1714
  msgid "Use White IP Access List"
1715
  msgstr "Usar a Lista Segura de IPs"
1716
 
1717
+ #: ../settings.php:181
1718
  msgid "Disable dashboard redirection"
1719
  msgstr "Desabilitar redirecionamento do painel"
1720
 
1721
+ #: ../settings.php:182
1722
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1723
  msgstr "Desabilitar o redirecionamento automático para a página de login quando /wp-admin/ for requisitada por meio de uma requisição não autorizada"
1724
 
1725
+ #: ../settings.php:969
1726
  msgid "Scanner settings"
1727
  msgstr "Configurações da Verificação"
1728
 
1729
+ #: ../settings.php:970
1730
  msgid "Custom signatures"
1731
  msgstr "Assinaturas personalizadas"
1732
 
1733
+ #: ../settings.php:976
1734
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1735
  msgstr "Especificar assinaturas de código PHP personalizadas. Um item por linha. Para especificar um padrão REGEX, envolva toda a linha entre duas chaves."
1736
 
1737
+ #: ../settings.php:978
1738
  msgid "Unwanted file extensions"
1739
  msgstr "Extensão de arquivos indesejadas"
1740
 
1741
+ #: ../settings.php:984
1742
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1743
  msgstr "Especifique as extensões de arquivos para busca. Apenas para Verificação Completa. Use vírgulas para separar os itens."
1744
 
1745
+ #: ../settings.php:986
1746
  msgid "Directories to exclude"
1747
  msgstr "Diretórios a serem excluídos"
1748
 
1749
+ #: ../settings.php:992
1750
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1751
  msgstr "Especifique os diretórios para excluir da verificação. Use caminhos absolutos. Um item por linha."
1752
 
1753
+ #: ../settings.php:1007
1754
  msgid "Scan temporary directory"
1755
  msgstr "Verificar diretório temporário"
1756
 
1757
+ #: ../settings.php:1014
1758
  msgid "Scan session directory"
1759
  msgstr "Verificar diretório de sessão"
1760
 
1761
+ #: ../settings.php:1026
1762
  msgid "Delete quarantined files after"
1763
  msgstr "Apagar arquivos em quarentena após"
1764
 
1765
+ #: ../settings.php:1041
1766
  msgid "Launch Quick Scan"
1767
  msgstr "Iniciar Verificação Rápida"
1768
 
1769
+ #: ../cerber-scanner.php:1624
1770
  msgid "Every hour"
1771
  msgstr "A cada hora"
1772
 
1773
+ #: ../cerber-scanner.php:1625
1774
  msgid "Every 3 hours"
1775
  msgstr "A cada 3 horas"
1776
 
1777
+ #: ../cerber-scanner.php:1626
1778
  msgid "Every 6 hours"
1779
  msgstr "A cada 6 horas"
1780
 
1781
+ #: ../settings.php:1048
1782
  msgid "Launch Full Scan"
1783
  msgstr "Iniciar Verificação Completa"
1784
 
1785
+ #: ../settings.php:1058 ../settings.php:1117
1786
  msgid "Low severity"
1787
  msgstr "Baixa gravidade"
1788
 
1789
+ #: ../settings.php:1058 ../settings.php:1117
1790
  msgid "Medium severity"
1791
  msgstr "Média gravidade"
1792
 
1793
+ #: ../settings.php:1058 ../settings.php:1117
1794
  msgid "High severity"
1795
  msgstr "Alta gravidade"
1796
 
1797
+ #: ../settings.php:1059
1798
  msgid "Report an issue if any of the following is true"
1799
  msgstr "Reportar um problema se qualquer item seguinte for verdadeiro"
1800
 
1801
+ #: ../settings.php:1067
1802
  msgid "Send email report"
1803
  msgstr "Enviar email com relatório"
1804
 
1805
+ #: ../settings.php:1073
1806
  msgid "After every scan"
1807
  msgstr "Após cada verificação"
1808
 
1809
+ #: ../settings.php:1074
1810
  msgid "If any changes in scan results occurred"
1811
  msgstr "Se qualquer mudança ocorrer na verificação"
1812
 
1813
+ #: ../settings.php:1079
1814
  msgid "Include file sizes"
1815
  msgstr "Incluir tamanho dos arquivos"
1816
 
1817
+ #: ../settings.php:1086
1818
  msgid "Include scan errors"
1819
  msgstr "Incluir erros da verificação"
1820
 
1821
+ #: ../dashboard.php:4351 ../cerber-load.php:4582
1822
  msgid "Security Scanner"
1823
  msgstr "Verificação de Segurança"
1824
 
1825
+ #: ../dashboard.php:4353
1826
  msgid "Scheduling"
1827
  msgstr "Agendamento"
1828
 
1829
+ #: ../cerber-scanner.php:93
1830
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1831
  msgstr "No momento uma verificação agendada está em progresso. Favor aguardar até que ela seja finalizada."
1832
 
1833
+ #: ../cerber-scanner.php:97
1834
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1835
  msgstr "A verificação anterior começou %s não foi completada. Continuar verificando?"
1836
 
1837
+ #: ../cerber-scanner.php:106
1838
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1839
  msgstr "Parece que o site nunca foi verificado. Para iniciar uma verificação, clique no botão abaixo."
1840
 
1841
+ #: ../cerber-scanner.php:109
1842
  msgid "Start Quick Scan"
1843
  msgstr "Iniciar Verificação Rápida"
1844
 
1845
+ #: ../cerber-scanner.php:110
1846
  msgid "Start Full Scan"
1847
  msgstr "Iniciar Verificação Completa"
1848
 
1849
+ #: ../cerber-scanner.php:111
1850
  msgid "Stop Scanning"
1851
  msgstr "Parar Verificação"
1852
 
1853
+ #: ../cerber-scanner.php:112
1854
  msgid "Continue Scanning"
1855
  msgstr "Continuar Verificação"
1856
 
1857
+ #: ../cerber-scanner.php:148
1858
  msgid "Delete"
1859
  msgstr "Apagar"
1860
 
1861
+ #: ../cerber-scanner.php:1570
1862
  msgid "Verified"
1863
  msgstr "Verificado"
1864
 
1865
+ #: ../cerber-scanner.php:1577
1866
  msgid "Integrity data not found"
1867
  msgstr "Dados de integridade não encontrados"
1868
 
1869
+ #: ../cerber-scanner.php:1578
1870
  msgid "Unable to check the integrity of the plugin due to a network error"
1871
  msgstr "Não foi possível verificar a integridade do plugin devido a um erro de conexão"
1872
 
1873
+ #: ../cerber-scanner.php:1579
1874
  msgid "Unable to check the integrity of WordPress files due to a network error"
1875
  msgstr "Não foi possível verificar a integridade dos arquivos do WordPress devido a uma falha de conexão"
1876
 
1877
+ #: ../cerber-scanner.php:1580
1878
  msgid "Unable to check the integrity of the theme due to a network error"
1879
  msgstr "Não foi possível verificar a integridade do tema devido a um erro de conexão"
1880
 
1881
+ #: ../cerber-scanner.php:1583
1882
  msgid "Local file doesn't exist"
1883
  msgstr "Arquivo local não existe"
1884
 
1885
+ #: ../cerber-scanner.php:1585
1886
  msgid "Unable to process file"
1887
  msgstr "Não foi possível processar o arquivo"
1888
 
1889
+ #: ../cerber-scanner.php:1586 ../cerber-scanner.php:5047
1890
  msgid "Unable to open file"
1891
  msgstr "Não foi possível abrir o arquivo"
1892
 
1893
+ #: ../cerber-scanner.php:1588
1894
  msgid "Checksum mismatch"
1895
  msgstr "Checksum incompatível"
1896
 
1897
+ #: ../cerber-scanner.php:1591
1898
  msgid "Suspicious code found"
1899
  msgstr "Código suspeito encontrado"
1900
 
1901
+ #: ../cerber-scanner.php:1593
1902
  msgid "Unattended suspicious file"
1903
  msgstr "Arquivos suspeito autônomo"
1904
 
1905
+ #: ../cerber-scanner.php:1594
1906
  msgid "Executable code found"
1907
  msgstr "Código executável encontrado"
1908
 
1909
+ #: ../cerber-scanner.php:1598
1910
  msgid "Unwanted file extension"
1911
  msgstr "Extensão de arquivo indesejada"
1912
 
1913
+ #: ../cerber-scanner.php:1600
1914
  msgid "Content has been modified"
1915
  msgstr "O conteúdo foi modificado"
1916
 
1917
+ #: ../cerber-scanner.php:1601
1918
  msgid "New file"
1919
  msgstr "Novo arquivo"
1920
 
1921
+ #: ../cerber-scanner.php:2646
1922
  msgid "Custom signature found"
1923
  msgstr "Assinatura personalizada encontrada"
1924
 
1925
+ #: ../cerber-scanner.php:3815
1926
  msgid "Scanning folders for files"
1927
  msgstr "Verificando arquivos em diretórios"
1928
 
1929
+ #: ../cerber-scanner.php:3819
1930
  msgid "Parsing the list of files"
1931
  msgstr "Analisando a lista de arquivos"
1932
 
1933
+ #: ../cerber-scanner.php:3820
1934
  msgid "Checking for new and modified files"
1935
  msgstr "Verificando por arquivos novos ou modificados"
1936
 
1937
+ #: ../cerber-scanner.php:3821
1938
  msgid "Verifying the integrity of WordPress"
1939
  msgstr "Verificando a integridade do WordPress"
1940
 
1941
+ #: ../cerber-scanner.php:3823
1942
  msgid "Verifying the integrity of the plugins"
1943
  msgstr "Verificando a integridade dos plugins"
1944
 
1945
+ #: ../cerber-scanner.php:3825
1946
  msgid "Verifying the integrity of the themes"
1947
  msgstr "Verificando a integridade dos temas"
1948
 
1949
+ #: ../cerber-scanner.php:3826
1950
  msgid "Searching for malicious code"
1951
  msgstr "Buscando por códigos maliciosos"
1952
 
1953
+ #: ../cerber-scanner.php:3827
1954
  msgid "Finalizing the scan"
1955
  msgstr "Finalizando a verificação"
1956
 
1957
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:4021
1958
  msgid "Files to scan"
1959
  msgstr "Arquivos para verificar"
1960
 
1961
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4029
1962
  msgid "Critical issues"
1963
  msgstr "Problemas críticos"
1964
 
1965
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4033 ../cerber-scanner.php:5238
1966
  msgid "Issues total"
1967
  msgstr "Problemas totais"
1968
 
1969
+ #: ../cerber-scanner.php:4411
1970
  msgid "The directory is not writable"
1971
  msgstr "O diretório não permite escrita"
1972
 
1973
+ #: ../cerber-scanner.php:4429
1974
  msgid "Unable to create WP CERBER directory"
1975
  msgstr "Não foi possível criar o diretório WP CERBER"
1976
 
1977
+ #: ../cerber-scanner.php:4647
1978
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1979
  msgstr "Erro de acesso a arquivo. Os resultados de verificação devem estar desatualizados. Favor executar uma Verificação Rápida ou Completa."
1980
 
1981
+ #: ../cerber-scanner.php:5361
1982
  msgid "To view full report visit"
1983
  msgstr "Para ver o relatório completo visite"
1984
 
1985
+ #: ../cerber-load.php:3681
1986
  msgid "Scanner Report"
1987
  msgstr "Relatório de Verificação"
1988
 
1989
+ #: ../settings.php:994
1990
  msgid "Monitor new files"
1991
  msgstr "Monitorar novos arquivos"
1992
 
1993
+ #: ../settings.php:1001
1994
  msgid "Monitor modified files"
1995
  msgstr "Monitorar arquivos modificados"
1996
 
1997
+ #: ../settings.php:1075
1998
  msgid "If new issues found"
1999
  msgstr "Se novos problemas forem encontrados"
2000
 
2001
+ #: ../settings.php:1837
2002
  msgid "The schedule has been updated"
2003
  msgstr "A agenda foi atualizada"
2004
 
2005
+ #: ../cerber-scanner.php:1597 ../cerber-scanner.php:2826
2006
  msgid "Suspicious directives found"
2007
  msgstr "Diretivas suspeitar foram encontradas"
2008
 
2009
+ #: ../cerber-scanner.php:2824
2010
  msgid "Suspicious code instruction found"
2011
  msgstr "Instruções suspeitas no código foram encontradas"
2012
 
2013
+ #: ../cerber-scanner.php:2825
2014
  msgid "Suspicious code signatures found"
2015
  msgstr "Assinaturas suspeitas no código foram encontradas"
2016
 
2017
+ #: ../cerber-scanner.php:2828
2018
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2019
  msgstr "Para resolver este problema você deve reinstalar o %s ou atualizá-lo para a última versão."
2020
 
2021
+ #: ../cerber-scanner.php:2829
2022
  msgid "Please upload a reference ZIP archive"
2023
  msgstr "Favor enviar um arquivo ZIP de referência"
2024
 
2025
+ #: ../cerber-scanner.php:2830
2026
  msgid "Resolve issue"
2027
  msgstr "Resolver problema"
2028
 
2029
+ #: ../cerber-scanner.php:4122
2030
  msgid "We have not found any integrity data to verify"
2031
  msgstr "Não encontramos nenhum dado de integridade para verificar"
2032
 
2033
+ #: ../cerber-scanner.php:4124
2034
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2035
  msgstr "Você deve enviar um arquivo ZIP a partir do qual fez a instalação. Isso permite ao verificador de segurança assegurar a integridade do código e detectar malwares."
2036
 
2037
+ #: ../cerber-scanner.php:5194
2038
  msgid "Full Scan Report"
2039
  msgstr "Relatório de Verificação Completa"
2040
 
2041
+ #: ../cerber-scanner.php:5194
2042
  msgid "Quick Scan Report"
2043
  msgstr "Relatório de Verificação Rápida"
2044
 
2045
+ #: ../cerber-scanner.php:5207
2046
  msgid "Files scanned"
2047
  msgstr "Arquivos verificados"
2048
 
2049
+ #: ../dashboard.php:259 ../dashboard.php:1260 ../dashboard.php:1295 ../dashboard.
2050
+ #: php:1413
2051
  msgid "Check for activities"
2052
  msgstr "Verificar atividades"
2053
 
2054
+ #: ../dashboard.php:1376
2055
  msgid "Activated"
2056
  msgstr "Ativado"
2057
 
2058
+ #: ../common.php:1222
2059
  msgid "Malicious request denied"
2060
  msgstr "Requisição maliciosa recusada"
2061
 
2062
+ #: ../common.php:1226
2063
  msgid "User activated"
2064
  msgstr "Usuário ativado"
2065
 
2066
+ #: ../common.php:1244
2067
  msgid "Suspicious number of fields"
2068
  msgstr "Número suspeito de campos"
2069
 
2070
+ #: ../common.php:1245
2071
  msgid "Suspicious number of nested values"
2072
  msgstr "Número suspeito de valores aninhados"
2073
 
2074
+ #: ../common.php:1246 ../common.php:1281
2075
  msgid "Malicious code detected"
2076
  msgstr "Código malicioso detectado"
2077
 
2078
+ #: ../common.php:1282
2079
  msgid "Attempt to upload a file with malicious code"
2080
  msgstr "Tentativa de envio de arquivo com código malicioso"
2081
 
2082
+ #: ../common.php:1512
2083
  msgid "Bytes"
2084
  msgstr "Bytes"
2085
 
2086
+ #: ../cerber-scanner.php:1576
2087
  msgid "Vulnerability found"
2088
  msgstr "Vulnerabilidade encontrada"
2089
 
2090
+ #: ../cerber-scanner.php:1581
2091
  msgid "Unable to check the integrity due to a DB error"
2092
  msgstr "Não foi possível verificar a integridade devido a um erro no Banco de Dados"
2093
 
2094
+ #: ../cerber-scanner.php:3816
2095
  msgid "Scanning the upload folder for files"
2096
  msgstr "Verificando o diretório de upload de arquivos"
2097
 
2098
+ #: ../cerber-scanner.php:3817
2099
  msgid "Scanning the temp folder for files"
2100
  msgstr "Verificando o diretório temporário"
2101
 
2102
+ #: ../cerber-scanner.php:3818
2103
  msgid "Scanning the session folder for files"
2104
  msgstr "Verificando o diretório de sessão"
2105
 
2106
+ #: ../settings.php:1040
2107
  msgid "Automated recurring scan schedule"
2108
  msgstr "Agenda de verificação recorrente automatizada"
2109
 
2110
+ #: ../settings.php:1056
2111
  msgid "Scan results reporting"
2112
  msgstr "Relatórios das Verificações"
2113
 
2114
+ #: ../dashboard.php:870 ../dashboard.php:3731
2115
  msgid "Suspicious activity"
2116
  msgstr "Atividade suspeira"
2117
 
2118
+ #: ../dashboard.php:3732
2119
  msgid "Errors"
2120
  msgstr "Erros"
2121
 
2122
+ #: ../dashboard.php:4299
2123
  msgid "Antispam engine"
2124
  msgstr "Mecanismo Antispam"
2125
 
2132
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2133
  msgstr "Você extrapolou o limite de tentativas de login permitidas. Favor tentar novamente em %d minutos."
2134
 
2135
+ #: ../common.php:1426
2136
  msgctxt "preposition of a period of time like: in 6 hours"
2137
  msgid "in %s"
2138
  msgstr "em %s"
2139
 
2140
+ #: ../settings.php:1557
2141
  msgctxt "preposition of time like: at 11:00"
2142
  msgid "at"
2143
  msgstr "às"
2144
 
2145
+ #: ../dashboard.php:4356
2146
  msgid "Quarantine"
2147
  msgstr "Quarentena"
2148
 
2149
+ #: ../cerber-scanner.php:3902
2150
  msgid "Started"
2151
  msgstr "Iniciado"
2152
 
2153
+ #: ../cerber-scanner.php:3906
2154
  msgid "Finished"
2155
  msgstr "Finalizado"
2156
 
2157
+ #: ../cerber-scanner.php:3914
2158
  msgid "Performance"
2159
  msgstr "Performance"
2160
 
2161
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3926
2162
  msgid "Vulnerabilities"
2163
  msgstr "Vulnerabilidades"
2164
 
2165
+ #: ../cerber-scanner.php:3930
2166
  msgid "New files"
2167
  msgstr "Novos arquivos"
2168
 
2169
+ #: ../cerber-scanner.php:3934
2170
  msgid "Changed files"
2171
  msgstr "Arquivos modificados"
2172
 
2173
+ #: ../cerber-scanner.php:3938
2174
  msgid "Unwanted extensions"
2175
  msgstr "Extensões indesejadas"
2176
 
2177
+ #: ../cerber-scanner.php:3942
2178
  msgid "Unattended files"
2179
  msgstr "Arquivos indesejados"
2180
 
2181
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:5710
2182
  msgid "Scanned"
2183
  msgstr "Verificado"
2184
 
2185
+ #: ../cerber-scanner.php:5612
2186
  msgid "There are no files in the quarantine at the moment."
2187
  msgstr "Não há arquivos em quarentena no momento."
2188
 
2189
+ #: ../cerber-scanner.php:5702
2190
  msgid "Restore"
2191
  msgstr "Restaurar"
2192
 
2193
+ #: ../cerber-scanner.php:5699
2194
  msgid "Delete permanently"
2195
  msgstr "Apagar permanentemente"
2196
 
2197
+ #: ../cerber-scanner.php:5711
2198
  msgid "Moved to quarantine"
2199
  msgstr "Movido para quarentena"
2200
 
2201
+ #: ../cerber-scanner.php:5712
2202
  msgid "Automatic deletion"
2203
  msgstr "Apagar automaticamente"
2204
 
2205
+ #: ../cerber-scanner.php:5713
2206
  msgid "Size"
2207
  msgstr "Tamanho"
2208
 
2209
+ #: ../cerber-scanner.php:5714 ../cerber-scanner.php:5854
2210
  msgid "File"
2211
  msgstr "Arquivo"
2212
 
2213
+ #: ../cerber-scanner.php:5782
2214
  msgid "The file has been deleted permanently."
2215
  msgstr "O arquivo foi apagado permanentemente."
2216
 
2217
+ #: ../cerber-scanner.php:5796
2218
  msgid "The file has been restored to its original location."
2219
  msgstr "O arquivo foi restaurado para seu local de origem."
2220
 
2221
+ #: ../dashboard.php:1624
2222
  msgid "Integrity"
2223
  msgstr "Integridade"
2224
 
2225
+ #: ../common.php:1216
2226
  msgid "Attempt to upload malicious file denied"
2227
  msgstr "Tentativa de envio de arquivo malicioso recusada"
2228
 
2229
+ #: ../cerber-news.php:175
2230
  msgid "Awesome!"
2231
  msgstr "Ótimo!"
2232
 
2233
+ #: ../settings.php:1109
2234
  msgid "Automatic cleanup of malware and suspicious files"
2235
  msgstr "Limpeza automática de malware ou arquivos suspeitos"
2236
 
2237
+ #: ../settings.php:1118
2238
  msgid "Files in the uploads folder"
2239
  msgstr "Arquivos na pasta de uploads"
2240
 
2241
+ #: ../settings.php:1125
2242
  msgid "Files with unwanted extensions"
2243
  msgstr "Arquivos com extensões indesejadas"
2244
 
2245
+ #: ../settings.php:1146
2246
  msgid "Exclusions"
2247
  msgstr "Exclusões"
2248
 
2249
+ #: ../settings.php:1147
2250
  msgid "Files in the temporary directory"
2251
  msgstr "Arquivos no diretório temporário"
2252
 
2253
+ #: ../settings.php:1153
2254
  msgid "Files in the sessions directory"
2255
  msgstr "Arquivos no diretório de sessões"
2256
 
2257
+ #: ../settings.php:1159
2258
  msgid "Files in these directories"
2259
  msgstr "Arquivos nestes diretórios"
2260
 
2261
+ #: ../settings.php:1165
2262
  msgid "Use absolute paths. One item per line."
2263
  msgstr "Use caminhos absolutos. Um item por linha."
2264
 
2265
+ #: ../settings.php:1167
2266
  msgid "Files with these extensions"
2267
  msgstr "Arquivos com estas extensões"
2268
 
2269
+ #: ../settings.php:1173
2270
  msgid "Use comma to separate items."
2271
  msgstr "Use vírgulas para separar os itens."
2272
 
2273
+ #: ../dashboard.php:4354
2274
  msgid "Cleaning up"
2275
  msgstr "Limpando"
2276
 
2277
+ #: ../cerber-scanner.php:1592
2278
  msgid "Malicious code found"
2279
  msgstr "Código malicioso encontrado"
2280
 
2281
+ #: ../cerber-scanner.php:2821
2282
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2283
  msgstr "O arquivo contém código executável e pode trazer um malware escondido. Se este arquivo for parte de um tema ou plugin, ele deve estar localizado na mesma pasta do tema ou plugin. Sem exceção, nem desculpas."
2284
 
2285
+ #: ../cerber-scanner.php:2822
2286
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2287
  msgstr "A verificação classificou este arquivo como \"sem dono\" ou \"sem pacote\" porque ele não pertence a nenhuma parte ou website conhecidos e não deveria estar aqui."
2288
 
2289
+ #: ../cerber-scanner.php:2823
2290
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2291
  msgstr "Ele pode permanecer após atualizar para uma nova versão do %s. Pode também se tratar de um malware escondido. Em casos mais raros, pode ser parte de um plugin ou tema feitos sob-demanda."
2292
 
2293
+ #: ../cerber-scanner.php:2827
2294
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2295
  msgstr "O conteúdo do arquivo foi alterado e não corresponde ao que existe no repositório oficial do WordPress ou ao arquivo de referência que você enviou anteriormente. O arquivo pode ter sido adulterado por um malware ou infeccionado por um vírus. "
2296
 
2297
+ #: ../cerber-scanner.php:5292
2298
  msgid "Deleted"
2299
  msgstr "Apagado"
2300
 
2301
+ #: ../cerber-scanner.php:5345
2302
  msgid "Automatically moved to quarantine"
2303
  msgstr "Movido para quarentena automaticamente"
2304
 
2305
+ #: ../common.php:1247
2306
  msgid "Suspicious SQL code detected"
2307
  msgstr "Código SQL suspeito detectado"
2308
 
2309
+ #: ../dashboard.php:1605
2310
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2311
  msgid "Last malware scan"
2312
  msgstr "Última verificação de malware"
2313
 
2314
+ #: ../dashboard.php:4319
2315
  msgid "Live Traffic"
2316
  msgstr "Tráfego Ao Vivo"
2317
 
2318
+ #: ../settings.php:307
2319
  msgid "Use English for admin interface"
2320
  msgstr "Usar Inglês na interface de administração"
2321
 
2322
+ #: ../dashboard.php:4388
2323
  msgid "Log"
2324
  msgstr "Registro"
2325
 
2326
+ #: ../settings.php:769
2327
  msgid "Disable PHP in uploads"
2328
  msgstr "Desabilitar PHP nos uploads"
2329
 
2330
+ #: ../settings.php:776
2331
  msgid "Disable PHP error displaying"
2332
  msgstr "Desabilitar a exibição de erros do PHP"
2333
 
2334
+ #: ../dashboard.php:4355
2335
  msgid "Ignore List"
2336
  msgstr "Lista de Ignorados"
2337
 
2338
+ #: ../cerber-scanner.php:151
2339
  msgid "Ignore"
2340
  msgstr "Ignorar"
2341
 
2342
+ #: ../cerber-scanner.php:5819
2343
  msgid "Apply"
2344
  msgstr "Aplicar"
2345
 
2346
+ #: ../cerber-scanner.php:5853
2347
  msgid "Added"
2348
  msgstr "Adicionado"
2349
 
2350
+ #: ../cerber-scanner.php:5820 ../cerber-scanner.php:5847
2351
  msgid "Remove from the list"
2352
  msgstr "Remover da lista"
2353
 
2354
+ #: ../cerber-scanner.php:5821
2355
  msgid "User Insights"
2356
  msgstr "Insights do Usuário"
2357
 
2358
+ #: ../cerber-scanner.php:5822
2359
  msgid "Traffic Insights"
2360
  msgstr "Insights de Tráfego"
2361
 
2362
+ #: ../cerber-scanner.php:5823
2363
  msgid "Activity Insights"
2364
  msgstr "Insights de Atividades"
2365
 
2366
+ #: ../dashboard.php:2641
2367
  msgid "Are you sure you want to delete selected files?"
2368
  msgstr "Tem certeza que quer apagar os arquivos selecionados?"
2369
 
2370
+ #: ../dashboard.php:2642
2371
  msgid "These files have been moved to the quarantine"
2372
  msgstr "Estes arquivos foram movidos para quarentena"
2373
 
2374
+ #: ../dashboard.php:2645
2375
  msgid "Do you want to add selected files to the ignore list?"
2376
  msgstr "Confirma a adição dos arquivos selecionados na lista de ignorados?"
2377
 
2378
+ #: ../dashboard.php:2646
2379
  msgid "These files have been added to the ignore list"
2380
  msgstr "Estes arquivos foram adicionados à lista de ignorados"
2381
 
2382
+ #: ../dashboard.php:2648
2383
  msgid "Some errors occurred"
2384
  msgstr "Aconteceram alguns erros"
2385
 
2386
+ #: ../dashboard.php:2649
2387
  msgid "All files have been processed"
2388
  msgstr "Todos os arquivos foram processados"
2389
 
2390
+ #: ../dashboard.php:2872
2391
  msgid "These features are available in a professional version of the plugin."
2392
  msgstr "Estas funcionalidades estão disponíveis na versão profissional do plugin."
2393
 
2394
+ #: ../dashboard.php:2873
2395
  msgid "Know more about all advantages at"
2396
  msgstr "Saiba mais sobre as vantagens em"
2397
 
2398
+ #: ../common.php:1248
2399
  msgid "Suspicious JavaScript code detected"
2400
  msgstr "Código JavaScript suspeito detectado"
2401
 
2402
+ #: ../settings.php:1840
2403
  msgid "Unable to update the schedule"
2404
  msgstr "Não foi possível atualizar a agenda"
2405
 
2406
+ #: ../cerber-scanner.php:5728
2407
  msgid "All scans"
2408
  msgstr "Todas as verificações"
2409
 
2410
+ #: ../cerber-scanner.php:5825
2411
  msgid "The list is empty."
2412
  msgstr "A lista está vazia."
2413
 
2414
+ #: ../cerber-scanner.php:5679
2415
  msgid "No files match the specified filter."
2416
  msgstr "Nenhum arquivo satisfaz o filtro especificado."
2417
 
2418
+ #: ../cerber-scanner.php:5679
2419
  msgid "Click here to see the full list of files"
2420
  msgstr "Clique aqui para ver a lista completa de arquivos"
2421
 
2422
+ #: ../dashboard.php:774
2423
  msgid "Additional Details"
2424
+ msgstr "Detalhes adicionais"
2425
 
2426
+ #: ../dashboard.php:3331
2427
  msgid "Page generation time"
2428
+ msgstr "Tempo de geração da página"
2429
 
2430
+ #: ../dashboard.php:4514
2431
  msgid "Log In"
2432
+ msgstr "Entrar"
2433
 
2434
+ #: ../dashboard.php:4515
2435
  msgid "Log Out"
2436
+ msgstr "Sair"
2437
 
2438
+ #: ../dashboard.php:4516
2439
  msgid "Register"
2440
+ msgstr "Registrar"
2441
 
2442
+ #: ../dashboard.php:4519
2443
  msgid "WooCommerce Log In"
2444
+ msgstr "Login do WooCommerce"
2445
 
2446
+ #: ../dashboard.php:4520
2447
  msgid "WooCommerce Log Out"
2448
+ msgstr "Logout do WooCommerce"
2449
 
2450
+ #: ../dashboard.php:4559 ../dashboard.php:4560
2451
  msgid "Add to menu"
2452
+ msgstr "Adicionar ao menu"
2453
 
2454
+ #: ../common.php:1236
2455
  msgid "IP address is locked out"
2456
+ msgstr "Endereço de IP está bloqueado"
2457
 
2458
+ #: ../common.php:1284
2459
  msgid "Multiple suspicious requests"
2460
+ msgstr "Múltiplas requisições suspeitas"
2461
 
2462
+ #: ../settings.php:845
2463
  msgid "Traffic Inspection"
2464
+ msgstr "Inspeção de Tráfego"
2465
 
2466
+ #: ../settings.php:853 ../settings.php:879
2467
  msgid "Maximum compatibility"
2468
+ msgstr "Compatibilidade máxima"
2469
 
2470
+ #: ../settings.php:854 ../settings.php:880
2471
  msgid "Maximum security"
2472
+ msgstr "Segurança máxima"
2473
 
2474
+ #: ../settings.php:871
2475
  msgid "Erroneous Request Shielding"
2476
+ msgstr "Blindagem de Requisições Errônea"
2477
 
2478
+ #: ../settings.php:872
2479
  msgid "Enable error shielding"
2480
+ msgstr "Habilitar blindagem contra erros"
2481
 
2482
+ #: ../settings.php:942
2483
  msgid "Save software errors"
2484
+ msgstr "Salvar erros de software"
2485
 
2486
+ #: ../cerber-scanner.php:3814
2487
  msgid "Preparing for the scan"
2488
+ msgstr "Preparando para verificação"
2489
 
2490
+ #: ../common.php:1249
2491
  msgid "Blocked by administrator"
2492
+ msgstr "Bloqueado pelo administrador"
2493
 
2494
  #: ../cerber-load.php:402
2495
  msgid "You are not allowed to log in"
2496
+ msgstr "Você não tem permissão para logar"
2497
 
2498
  #: ../cerber-users.php:12
2499
  msgid "Block User"
2500
+ msgstr "Bloquear Usuário"
2501
 
2502
  #: ../cerber-users.php:16 ../cerber-users.php:22
2503
  msgid "User is not permitted to log into the website"
2504
+ msgstr "Usuário proibido de logar no website"
2505
 
2506
  #: ../cerber-users.php:31
2507
  msgctxt "e.g. by John at 11:00"
2508
  msgid "blocked by %s at %s"
2509
+ msgstr "bloqueado por %s às %s"
2510
 
2511
+ #: ../cerber-users.php:41 ../settings.php:332
2512
  msgid "User Message"
2513
+ msgstr "Mensagem do Usuário"
2514
 
2515
  #: ../cerber-users.php:43
2516
  msgid "An optional message for this user"
2517
+ msgstr "Mensagem opcional para esse usuário"
2518
 
2519
  #: ../cerber-users.php:98
2520
  msgid "Blocked Users"
2521
+ msgstr "Usuários Bloqueados"
2522
 
2523
+ #: ../settings.php:760
2524
  msgid "Block access to user pages like /?author=n"
2525
+ msgstr "Bloquear acesso às páginas de usuários como /?autor=n"
2526
 
2527
+ #: ../settings.php:798
2528
  msgid "Access to WordPress REST API"
2529
+ msgstr "Acesso à API REST do WordPress"
2530
 
2531
+ #: ../settings.php:804
2532
  msgid "Block access to user data via REST API"
2533
+ msgstr "Bloquear acesso a dados dos usuários através da API REST"
2534
 
2535
+ #: ../settings.php:812
2536
  msgid "Block access to WordPress REST API except any of the following"
2537
+ msgstr "Bloquear acesso à API REST do WordPress exceto pelos seguintes"
2538
 
2539
+ #: ../settings.php:821
2540
  msgid "Allow REST API for these roles"
2541
+ msgstr "Permitir API REST para essas funções"
2542
 
2543
+ #: ../settings.php:827
2544
  msgid "Allow these namespaces"
2545
+ msgstr "Permitir esses namespaces"
2546
 
2547
+ #: ../settings.php:883
2548
  msgid "Ignore logged in users"
2549
+ msgstr "Ignorar usuários logados"
2550
 
2551
+ #: ../settings.php:1199
2552
  msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2553
+ msgstr "Essas restrições não se aplicam aos endereços de IP da Lista Segura de IPs"
2554
 
2555
+ #: ../settings.php:1516
2556
  msgid "Select one or more roles"
2557
+ msgstr "Selecionar uma ou mais funções"
2558
 
2559
+ #: ../dashboard.php:1083
2560
  msgid "Filter by registered user"
2561
+ msgstr "Filtrar por usuário registrado"
2562
 
2563
+ #: ../settings.php:318
2564
  msgid "Authorized users only"
2565
+ msgstr "Apenas usuários autorizados"
2566
 
2567
+ #: ../settings.php:319
2568
  msgid "Only registered and logged in website users have access to the website"
2569
+ msgstr "Apenas usuários registrados e logados têm acesso ao website"
2570
 
2571
+ #: ../settings.php:326
2572
  msgid "Do not apply this policy to IP addresses in the White IP Access List"
2573
+ msgstr "Não aplicar essas políticas à Lista Segura de IPs"
2574
 
2575
+ #: ../settings.php:336 ../settings.php:2083
2576
  msgid "Only registered and logged in users are allowed to view this website"
2577
+ msgstr "Apenas usuários registrados e logados tem permissão para ver o website"
2578
 
2579
+ #: ../settings.php:341
2580
  msgid "Redirect to URL"
2581
+ msgstr "Redirecionar para URL"
2582
 
2583
+ #: ../dashboard.php:4389
2584
  msgid "Changelog"
2585
+ msgstr "Atualizações"
2586
 
2587
+ #: ../dashboard.php:606
 
 
 
 
2588
  msgid "Default settings have been loaded"
2589
+ msgstr "As configurações padrão foram carregadas"
2590
 
2591
+ #: ../dashboard.php:3083
2592
  msgid "Save all rules"
2593
+ msgstr "Salvar todas as regras"
2594
 
2595
+ #: ../common.php:865
2596
  msgid "Save Changes"
2597
+ msgstr "Salvar Alterações"
2598
 
2599
+ #: ../common.php:1229
2600
  msgid "Invalid master credentials"
2601
+ msgstr "Credenciais principais inválidas"
2602
 
2603
+ #: ../settings.php:567
2604
  msgid "Master settings"
2605
+ msgstr "Configurações principais"
2606
 
2607
+ #: ../settings.php:575
2608
  msgid "Return to the website list"
2609
+ msgstr "Retornar para a lista de websites"
2610
 
2611
+ #: ../settings.php:579
2612
  msgid "Show \"Switched to\" notification"
2613
+ msgstr "Exibir notificação \"Mudou para\""
2614
 
2615
+ #: ../settings.php:583
2616
  msgid "Add @ site to the page title"
2617
+ msgstr "Adicionar @ site ao título da página"
2618
 
2619
+ #: ../settings.php:600 ../settings.php:627 ../settings.php:1020
2620
  msgid "Enable diagnostic logging"
2621
+ msgstr "Habilitar registro de diagnóstico"
2622
 
2623
+ #: ../settings.php:610
2624
  msgid "Limit access by IP address"
2625
+ msgstr "Limitar acesso por endereço de IP"
2626
 
2627
+ #: ../settings.php:616
2628
  msgid "Access to this website"
2629
+ msgstr "Acesso a esse website"
2630
 
2631
+ #: ../settings.php:619
2632
  msgid "Full access mode"
2633
+ msgstr "Modo de acesso completo"
2634
 
2635
+ #: ../settings.php:620
2636
  msgid "Read-only mode"
2637
+ msgstr "Modo somente leitura"
2638
 
2639
+ #: ../settings.php:636
2640
  msgid "The full access mode requires the PRO version of WP Cerber"
2641
+ msgstr "O mode de acesso completo exige a versão PRO do WP Cerber"
2642
 
2643
  #: ../nexus/cerber-slave-list.php:48
2644
  msgid "WordPress"
2645
+ msgstr "WordPress"
2646
 
2647
  #: ../nexus/cerber-slave-list.php:52
2648
  msgid "Malware Scan"
2649
+ msgstr "Verificação de Malware"
2650
 
2651
  #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2652
  msgid "Notes"
2653
+ msgstr "Notas"
2654
 
2655
  #: ../nexus/cerber-slave-list.php:117
2656
  msgid "Add a slave website"
2657
+ msgstr "Adicionar website secundário"
2658
 
2659
  #: ../nexus/cerber-slave-list.php:193
2660
  msgid "Search results for:"
2661
+ msgstr "Buscar resultados para:"
2662
 
2663
  #: ../nexus/cerber-slave-list.php:233
2664
  msgid "Edit"
2665
+ msgstr "Editar"
2666
 
2667
  #: ../nexus/cerber-slave-list.php:239
2668
  msgid "Switch to"
2669
+ msgstr "Mudar para"
2670
 
2671
  #: ../nexus/cerber-slave-list.php:339
2672
  msgid "No websites configured."
2673
+ msgstr "Nenhum website configurado."
2674
 
2675
  #: ../nexus/cerber-slave-list.php:339
2676
  msgid "Add a new one"
2677
+ msgstr "Adicionar novo"
2678
 
2679
  #: ../nexus/cerber-nexus-master.php:70
2680
  msgid "Website Properties"
2681
+ msgstr "Propriedades do Website"
2682
 
2683
  #: ../nexus/cerber-nexus-master.php:80
2684
  msgid "Website URL"
2685
+ msgstr "URL do Website"
2686
 
2687
  #: ../nexus/cerber-nexus-master.php:85
2688
  msgid "Display as"
2689
+ msgstr "Mostrar como"
2690
 
2691
  #: ../nexus/cerber-nexus-master.php:111
2692
  msgid "Website Owner"
2693
+ msgstr "Proprietário do Website"
2694
 
2695
  #: ../nexus/cerber-nexus-master.php:115
2696
  msgid "First Name"
2697
+ msgstr "Primeiro Nome"
2698
 
2699
  #: ../nexus/cerber-nexus-master.php:119
2700
  msgid "Last Name"
2701
+ msgstr "Último Nome"
2702
 
2703
  #: ../nexus/cerber-nexus-master.php:123
2704
  msgid "Email"
2705
+ msgstr "Email"
2706
 
2707
  #: ../nexus/cerber-nexus-master.php:127
2708
  msgid "Phone"
2709
+ msgstr "Telefone"
2710
 
2711
  #: ../nexus/cerber-nexus-master.php:135
2712
  msgid "Address"
2713
+ msgstr "Endereço"
2714
 
2715
  #: ../nexus/cerber-nexus-master.php:260
2716
  msgid "Security access token is invalid"
2717
+ msgstr "Token de acesso seguro inválido"
2718
 
2719
  #: ../nexus/cerber-nexus-master.php:290
2720
  msgid "The website you are trying to add is already in the list"
2721
+ msgstr "O website que está tentando adicionar já está na lista"
2722
 
2723
  #: ../nexus/cerber-nexus-master.php:299
2724
  msgid "The website has been added successfully"
2725
+ msgstr "O website foi adicionado com sucesso"
2726
 
2727
  #: ../nexus/cerber-nexus-master.php:300
2728
  msgid "Click to edit"
2729
+ msgstr "Clique para editar"
2730
 
2731
  #: ../nexus/cerber-nexus-master.php:301
2732
  msgid "Switch to the Dashboard"
2733
+ msgstr "Mudar para o Painel de Controle"
2734
 
2735
  #: ../nexus/cerber-nexus-master.php:304
2736
  msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2737
+ msgstr "Atenção: Você adicionou um website que não suporta encriptação SSL. Isto pode levar a vazamento de dados."
2738
 
2739
  #: ../nexus/cerber-nexus-master.php:425
2740
  msgid "Website has been deleted"
2741
  msgid_plural "%s websites have been deleted"
2742
+ msgstr[0] "O website foi apagado."
2743
+ msgstr[1] "%s websites foram apagados."
2744
 
2745
  #: ../nexus/cerber-nexus-master.php:981
2746
  msgid "You have switched to %s"
2747
+ msgstr "Você mudou para %s"
2748
 
2749
  #: ../nexus/cerber-nexus-master.php:986
2750
  msgid "You have switched back to the master website"
2751
+ msgstr "Você mudou de volta para o site principal"
2752
 
2753
+ #: ../nexus/cerber-nexus-master.php:1198
2754
  msgid "You are here:"
2755
+ msgstr "Você está aqui:"
2756
 
2757
+ #: ../nexus/cerber-nexus-master.php:1201 ../nexus/cerber-nexus.php:89 ..
2758
  #: /nexus/cerber-nexus.php:99
2759
  msgid "My Websites"
2760
+ msgstr "Meus Websites"
2761
 
2762
+ #: ../nexus/cerber-nexus-master.php:1216
2763
  msgid "Visit Site"
2764
+ msgstr "Visitar Site"
2765
 
2766
  #: ../nexus/cerber-nexus.php:61
2767
  msgid "Enable slave mode"
2768
+ msgstr "Habilitar modo secundário"
2769
 
2770
  #: ../nexus/cerber-nexus.php:62
2771
  msgid "This website can be managed from a master website"
2772
+ msgstr "Esse website pode ser gerenciado por um website principal"
2773
 
2774
  #: ../nexus/cerber-nexus.php:65
2775
  msgid "Enable master mode"
2776
+ msgstr "Habilitar modo principal"
2777
 
2778
  #: ../nexus/cerber-nexus.php:66
2779
  msgid "Configure this website as a master to manage other website"
2780
+ msgstr "Configurar esse website como principal para gerenciar outros websites"
2781
 
2782
  #: ../nexus/cerber-nexus.php:71
2783
  msgid "To proceed, please select the mode for this website"
2784
+ msgstr "Para continuar, favor selecionar o modo para esse website"
2785
 
2786
  #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2787
  msgid "Slave Settings"
2788
+ msgstr "Configurações Secundárias"
2789
 
2790
  #: ../nexus/cerber-nexus.php:141
2791
  msgid "Secret Access Token"
2792
+ msgstr "Token de Acesso Secreto"
2793
 
2794
  #: ../nexus/cerber-nexus.php:143
2795
  msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2796
+ msgstr "O token é exclusivo para esse website. Mantenha-o em segredo. Instale o token no website principal e garanta acesso a esse website."
2797
 
2798
  #: ../nexus/cerber-nexus.php:145
2799
  msgid "Are you sure? This permanently invalidates the token."
2800
+ msgstr "Tem certeza? O token se tornará permanentemente inválido."
2801
 
2802
  #: ../nexus/cerber-nexus.php:146
2803
  msgid "Disable slave mode"
2804
+ msgstr "Desabilitar modo secundário"
2805
 
2806
  #: ../nexus/cerber-nexus.php:261
2807
  msgid "This website is set as master."
2808
+ msgstr "Esse website está configurado como principal."
2809
 
2810
  #: ../nexus/cerber-nexus.php:262
2811
  msgid "Add slave websites by using access tokens."
2812
+ msgstr "Adicionar websites secundários com seus tokens de acesso."
2813
 
2814
  #: ../nexus/cerber-nexus.php:265
2815
  msgid "This website is set as slave."
2816
+ msgstr "Esse website está configurado como secundário."
2817
 
2818
  #: ../nexus/cerber-nexus.php:266
2819
  msgid "Install the access token on the master website."
2820
+ msgstr "Instalar token de acesso no website principal."
2821
 
2822
  #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2823
+ #: ../common.php:1419
2824
  msgid "%s sec"
2825
  msgid_plural "%s secs"
2826
+ msgstr[0] "%s seg."
2827
+ msgstr[1] "%s seg."
2828
 
2829
+ #: ../settings.php:427
2830
  msgid "Send reports on"
2831
+ msgstr "Enviar relatórios em"
2832
 
2833
  #: ../nexus/cerber-slave-list.php:51
2834
  msgid "Updates"
2835
+ msgstr "Atualizações"
2836
 
2837
  #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2838
  msgid "Group"
2839
+ msgstr "Group"
2840
 
2841
  #: ../nexus/cerber-slave-list.php:96
2842
  msgid "Upgrade WP Cerber"
2843
+ msgstr "Atualizar WP Cerber"
2844
 
2845
  #: ../nexus/cerber-slave-list.php:97
2846
  msgid "Upgrade all active plugins"
2847
+ msgstr "Atualizar todos os plugins ativos"
2848
 
2849
  #: ../nexus/cerber-slave-list.php:98
2850
  msgid "Delete website"
2851
+ msgstr "Apagar website"
2852
 
2853
  #: ../nexus/cerber-slave-list.php:111
2854
  msgid "All groups"
2855
+ msgstr "Todos os grupos"
2856
 
2857
+ #: ../nexus/cerber-nexus-master.php:1379
2858
  msgid "Are you sure you want to delete selected websites?"
2859
+ msgstr "Está certo que deseja remover os websites selecionados?"
2860
 
2861
  #: ../cerber-users.php:130
2862
  msgid "Block"
2863
+ msgstr "Bloquear"
2864
 
2865
  #: ../nexus/cerber-nexus-master.php:62
2866
  msgid "Select an existing group or enter a new one to add it"
2867
+ msgstr "Selecionar um grupo existente ou adicionar um novo"
2868
 
2869
  #: ../nexus/cerber-nexus-master.php:131
2870
  msgid "Company"
2871
+ msgstr "Empresa"
2872
 
2873
  #: ../nexus/cerber-nexus-master.php:656
2874
  msgid "Invalid response from the slave website"
2875
+ msgstr "Resposta inválida do website secundário"
2876
 
2877
+ #: ../common.php:1210 ../common.php:1275
2878
  msgid "Attempt to log in with non-existing username"
2879
  msgstr "Tentativa de login com nome de usuário não existente"
2880
 
2881
+ #: ../cerber-load.php:3831
2882
  msgid "Attempts to log in with non-existing usernames"
2883
  msgstr "Tentativas de login com nomes de usuário não existentes"
2884
 
2885
+ #: ../settings.php:587
2886
  msgid "Use master language"
2887
+ msgstr "Usar idioma principal"
2888
 
2889
+ #: ../settings.php:176
2890
  msgid "Non-existing users"
2891
  msgstr "Usuários não-existentes"
2892
 
2893
+ #: ../settings.php:177
2894
  msgid "Immediately block IP when attempting to log in with a non-existing username"
2895
  msgstr "Bloquear IP imediatamente nas tentativas de login com nomes de usuários não existentes"
2896
 
2897
  #: ../nexus/cerber-slave-list.php:54
2898
  msgid "Owner"
2899
+ msgstr "Proprietário"
2900
 
2901
  #: ../nexus/cerber-slave-list.php:339
2902
  msgid "Disable master mode"
2903
+ msgstr "Desabilitar modo principal"
2904
 
2905
  #: ../nexus/cerber-nexus.php:146
2906
  msgid "To revoke the token and disable remote management, click here:"
2907
+ msgstr "Para revogar o token e desabilitar o gerenciamento remoto, clique aqui:"
2908
 
2909
+ #: ../settings.php:774
2910
  msgid "Block execution of PHP scripts in the WordPress media folder"
2911
+ msgstr "Bloquer a execução de códigos PHP a partir da pasta de mídias do WordPress"
2912
 
2913
+ #: ../nexus/cerber-nexus-master.php:1444 ../nexus/cerber-nexus-master.php:1452
2914
  msgid "Active plugins and updates on"
2915
+ msgstr "Plugins ativos e atualizações em"
2916
 
2917
+ #: ../nexus/cerber-nexus-master.php:1423
2918
  msgid "A newer version is available"
2919
+ msgstr "Uma nova versão está disponível"
2920
+
2921
+ #: ../dashboard.php:864
2922
+ msgid "New users"
2923
+ msgstr ""
2924
+
2925
+ #: ../dashboard.php:877
2926
+ msgid "My activity"
2927
+ msgstr ""
2928
+
2929
+ #: ../dashboard.php:2421
2930
+ msgid "Create Alert"
2931
+ msgstr ""
2932
+
2933
+ #: ../dashboard.php:2425
2934
+ msgid "Delete Alert"
2935
+ msgstr ""
2936
+
2937
+ #: ../dashboard.php:2459
2938
+ msgid "The alert has been created"
2939
+ msgstr ""
2940
+
2941
+ #: ../dashboard.php:2464
2942
+ msgid "The alert has been deleted"
2943
+ msgstr ""
2944
+
2945
+ #: ../dashboard.php:3758
2946
+ msgid "Advanced Search"
2947
+ msgstr ""
2948
+
2949
+ #. Author of the plugin
2950
+ #:
2951
+ msgid "Cerber Tech Inc."
2952
+ msgstr ""
2953
+
2954
+ #: ../cerber-load.php:4320
2955
+ msgid "To delete the alert, click here"
2956
+ msgstr ""
2957
+
2958
+ #: ../settings.php:207
2959
+ msgid "Custom login URL may contain Latin alphanumeric characters, dashes and underscores only"
2960
+ msgstr ""
2961
+
2962
+ #: ../settings.php:219
2963
+ msgid "Site-specific settings"
2964
+ msgstr ""
2965
+
2966
+ #: ../settings.php:227
2967
+ msgid "Prefix for plugin cookies"
2968
+ msgstr ""
2969
+
2970
+ #: ../settings.php:228
2971
+ msgid "Prefix may contain only Latin alphanumeric characters and underscores"
2972
+ msgstr ""
2973
+
2974
+ #: ../settings.php:383
2975
+ msgid "Lockout notifications"
2976
+ msgstr ""
2977
+
2978
+ #: ../settings.php:410
2979
+ msgid "Pushbullet access token"
2980
+ msgstr ""
2981
+
2982
+ #: ../settings.php:413
2983
+ msgid "Pushbullet device"
2984
+ msgstr ""
2985
+
2986
+ #: ../settings.php:1111
2987
+ msgid "Delete unattended files"
2988
+ msgstr ""
2989
+
2990
+ #: ../settings.php:1132
2991
+ msgid "Automatic recovery of modified and infected files"
2992
+ msgstr ""
2993
+
2994
+ #: ../settings.php:1133
2995
+ msgid "Recover WordPress files"
2996
+ msgstr ""
2997
+
2998
+ #: ../settings.php:1139
2999
+ msgid "Recover plugins files"
3000
+ msgstr ""
3001
+
3002
+ #: ../cerber-scanner.php:1603
3003
+ msgid "File deleted"
3004
+ msgstr ""
3005
+
3006
+ #: ../cerber-scanner.php:1604
3007
+ msgid "File recovered"
3008
+ msgstr ""
3009
+
3010
+ #: ../cerber-scanner.php:3822
3011
+ msgid "Recovering WordPress files"
3012
+ msgstr ""
3013
+
3014
+ #: ../cerber-scanner.php:3824
3015
+ msgid "Recovering plugins files"
3016
+ msgstr ""
3017
+
3018
+ #: ../cerber-scanner.php:5296
3019
+ msgid "Recovered"
3020
+ msgstr ""
3021
+
3022
+ #: ../cerber-scanner.php:5346
3023
+ msgid "Automatically deleted"
3024
+ msgstr ""
3025
+
3026
+ #: ../cerber-scanner.php:5349
3027
+ msgid "Automatically recovered"
3028
  msgstr ""
3029
 
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: Wed Mar 06 2019 20:55:13 GMT+0300 (Moscow Standard Time)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -24,755 +24,763 @@ msgstr ""
24
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25
  "X-Generator: Loco - https://localise.biz/"
26
 
27
- #: ../dashboard.php:55
28
  msgid "Cerber Dashboard"
29
  msgstr ""
30
 
31
- #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
32
- #: php:4160
33
  msgid "Dashboard"
34
  msgstr ""
35
 
36
- #: ../dashboard.php:57
37
  msgid "Cerber Traffic Inspector"
38
  msgstr ""
39
 
40
- #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
41
  msgid "Traffic Inspector"
42
  msgstr ""
43
 
44
- #: ../dashboard.php:61
45
  msgid "Cerber Security Rules"
46
  msgstr ""
47
 
48
- #: ../dashboard.php:61 ../dashboard.php:4236
49
  msgid "Security Rules"
50
  msgstr ""
51
 
52
- #: ../dashboard.php:65 ../dashboard.php:4251
53
  msgid "Site Integrity"
54
  msgstr ""
55
 
56
- #: ../dashboard.php:69
57
  msgid "Cerber antispam settings"
58
  msgstr ""
59
 
60
- #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
61
  msgid "Antispam"
62
  msgstr ""
63
 
64
- #: ../dashboard.php:72 ../dashboard.php:72
65
- msgid "Cerber.Hub"
66
- msgstr ""
67
-
68
- #: ../dashboard.php:76
69
  msgid "Cerber tools"
70
  msgstr ""
71
 
72
- #: ../dashboard.php:76 ../dashboard.php:4286
73
  msgid "Tools"
74
  msgstr ""
75
 
76
- #: ../dashboard.php:181 ../dashboard.php:267
77
  msgid "Remove"
78
  msgstr ""
79
 
80
- #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
81
- #: load.php:4267
82
  msgid "IP"
83
  msgstr ""
84
 
85
- #: ../dashboard.php:189 ../dashboard.php:1001
86
  msgid "Hostname"
87
  msgstr ""
88
 
89
- #: ../dashboard.php:190 ../dashboard.php:1002
90
  msgid "Country"
91
  msgstr ""
92
 
93
- #: ../dashboard.php:191
94
  msgid "Expires"
95
  msgstr ""
96
 
97
- #: ../dashboard.php:192 ../cerber-load.php:3598
98
  msgid "Reason"
99
  msgstr ""
100
 
101
- #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
102
  msgid "Action"
103
  msgstr ""
104
 
105
- #: ../dashboard.php:209
106
  #, php-format
107
  msgid "Showing last %d records from %d"
108
  msgstr ""
109
 
110
- #: ../dashboard.php:211
111
  msgid "Hint"
112
  msgstr ""
113
 
114
- #: ../dashboard.php:211
115
  msgid "To view activity, click on the IP"
116
  msgstr ""
117
 
118
- #: ../dashboard.php:215
119
  msgid "No lockouts at the moment. The sky is clear."
120
  msgstr ""
121
 
122
- #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
123
- #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
124
  msgid "White IP Access List"
125
  msgstr ""
126
 
127
- #: ../dashboard.php:239
128
  msgid "These IPs will never be locked out"
129
  msgstr ""
130
 
131
- #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
132
- #: php:1533 ../dashboard.php:3446
133
  msgid "Black IP Access List"
134
  msgstr ""
135
 
136
- #: ../dashboard.php:241
137
  msgid "Nobody can log in or register from these IPs"
138
  msgstr ""
139
 
140
- #: ../dashboard.php:248
141
  msgid "Your IP"
142
  msgstr ""
143
 
144
- #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
145
- #: php:1359
146
  msgid "Check for activities"
147
  msgstr ""
148
 
149
- #: ../dashboard.php:273
150
  msgid "List is empty"
151
  msgstr ""
152
 
153
- #: ../dashboard.php:279
154
  msgid "IP address, IPv4 address range or subnet"
155
  msgstr ""
156
 
157
- #: ../dashboard.php:280
158
  msgid "Add IP to the list"
159
  msgstr ""
160
 
161
- #: ../dashboard.php:281
162
  msgid "Optional comment for this entry"
163
  msgstr ""
164
 
165
- #: ../dashboard.php:298 ../dashboard.php:315
166
  msgid "Incorrect IP address or IP range"
167
  msgstr ""
168
 
169
- #: ../dashboard.php:306
170
  #, php-format
171
  msgid "Address %s was added to White IP Access List"
172
  msgstr ""
173
 
174
- #: ../dashboard.php:320
175
  msgid "You cannot add your IP address or network"
176
  msgstr ""
177
 
178
- #: ../dashboard.php:328
179
  #, php-format
180
  msgid "Address %s was added to Black IP Access List"
181
  msgstr ""
182
 
183
- #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
184
- #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
185
  msgid "Unknown"
186
  msgstr ""
187
 
188
- #: ../dashboard.php:488
189
  msgid "unknown"
190
  msgstr ""
191
 
192
- #: ../dashboard.php:551
193
  #, php-format
194
  msgid "Lockout for %s was removed"
195
  msgstr ""
196
 
197
- #: ../dashboard.php:559
198
  msgid "Email has been sent to"
199
  msgstr ""
200
 
201
- #: ../dashboard.php:562
202
  msgid "Unable to send email to"
203
  msgstr ""
204
 
205
- #: ../dashboard.php:613
206
  msgid "Default settings have been loaded"
207
  msgstr ""
208
 
209
- #: ../dashboard.php:778 ../dashboard.php:3275
210
  msgid "IP address"
211
  msgstr ""
212
 
213
- #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
214
- #: php:3651
215
  msgid "Date"
216
  msgstr ""
217
 
218
- #: ../dashboard.php:780 ../dashboard.php:1004
219
  msgid "Event"
220
  msgstr ""
221
 
222
- #: ../dashboard.php:781
223
  msgid "Additional Details"
224
  msgstr ""
225
 
226
- #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
227
  msgid "Local User"
228
  msgstr ""
229
 
230
- #: ../dashboard.php:783
231
  msgid "User login"
232
  msgstr ""
233
 
234
- #: ../dashboard.php:784 ../dashboard.php:3281
235
  msgid "User ID"
236
  msgstr ""
237
 
238
- #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
239
  msgid "Username used"
240
  msgstr ""
241
 
242
- #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
243
- #: 1207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
244
  msgid "Locked out"
245
  msgstr ""
246
 
247
- #: ../dashboard.php:1028 ../dashboard.php:3715
248
  msgid "Export"
249
  msgstr ""
250
 
251
- #: ../dashboard.php:1032
252
  msgid "No activity has been logged."
253
  msgstr ""
254
 
255
- #: ../dashboard.php:1039
256
  msgid "All events"
257
  msgstr ""
258
 
259
- #: ../dashboard.php:1049
260
  msgid "Filter by registered user"
261
  msgstr ""
262
 
263
- #: ../dashboard.php:1050
264
  msgid "Search for IP or username"
265
  msgstr ""
266
 
267
- #: ../dashboard.php:1051
268
  msgid "Filter"
269
  msgstr ""
270
 
271
- #: ../dashboard.php:1236
272
  msgid "Abuse email:"
273
  msgstr ""
274
 
275
- #: ../dashboard.php:1241
276
  msgid "Network:"
277
  msgstr ""
278
 
279
- #: ../dashboard.php:1256
280
  msgid "Add network to the Black List"
281
  msgstr ""
282
 
283
- #: ../dashboard.php:1261
284
  msgid "Add IP to the Black List"
285
  msgstr ""
286
 
287
- #: ../dashboard.php:1322
288
  msgid "Activated"
289
  msgstr ""
290
 
291
- #: ../dashboard.php:1343
292
  msgid "Last seen"
293
  msgstr ""
294
 
295
- #: ../dashboard.php:1353 ../dashboard.php:1397
296
  msgid "Registered"
297
  msgstr ""
298
 
299
- #: ../dashboard.php:1394
300
  msgid "Comments"
301
  msgstr ""
302
 
303
- #: ../dashboard.php:1395
304
  msgid "Last login"
305
  msgstr ""
306
 
307
- #: ../dashboard.php:1396
308
  msgid "Failed login attempts"
309
  msgstr ""
310
 
311
- #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
312
  #: slave-list.php:297
313
  msgid "Never"
314
  msgstr ""
315
 
316
- #: ../dashboard.php:1467 ../cerber-users.php:25
317
  msgid "You"
318
  msgstr ""
319
 
320
- #: ../dashboard.php:1485
321
  msgid "Cerber Quick View"
322
  msgstr ""
323
 
324
- #: ../dashboard.php:1519 ../dashboard.php:1541
325
  msgid "active"
326
  msgstr ""
327
 
328
- #: ../dashboard.php:1519
329
  msgid "deactivate"
330
  msgstr ""
331
 
332
- #: ../dashboard.php:1521
333
  msgid "not active"
334
  msgstr ""
335
 
336
- #: ../dashboard.php:1522 ../dashboard.php:1536
337
  msgid "disabled"
338
  msgstr ""
339
 
340
- #: ../dashboard.php:1527
341
  msgid "failed attempts"
342
  msgstr ""
343
 
344
- #: ../dashboard.php:1527 ../dashboard.php:1528
345
  msgid "in 24 hours"
346
  msgstr ""
347
 
348
- #: ../dashboard.php:1527 ../dashboard.php:1528
349
  msgid "view all"
350
  msgstr ""
351
 
352
- #: ../dashboard.php:1528
353
  msgid "lockouts"
354
  msgstr ""
355
 
356
- #: ../dashboard.php:1530
357
  msgid "Lockouts at the moment"
358
  msgstr ""
359
 
360
- #: ../dashboard.php:1531
361
  msgid "Last lockout"
362
  msgstr ""
363
 
364
- #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
365
  msgid "entry"
366
  msgid_plural "entries"
367
  msgstr[0] ""
368
  msgstr[1] ""
369
 
370
- #: ../dashboard.php:1534 ../settings.php:594
371
  msgid "Citadel mode"
372
  msgstr ""
373
 
374
- #: ../dashboard.php:1536
375
  msgid "enabled"
376
  msgstr ""
377
 
378
- #: ../dashboard.php:1541
379
  msgid "no connection"
380
  msgstr ""
381
 
382
- #: ../dashboard.php:1551
383
  msgctxt "Example: Last malware scan: 23 Jan 2018"
384
  msgid "Last malware scan"
385
  msgstr ""
386
 
387
- #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
388
- #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
389
  msgid "Disabled"
390
  msgstr ""
391
 
392
- #: ../dashboard.php:1555 ../cerber-scanner.php:865
393
  msgid "Quick Scan"
394
  msgstr ""
395
 
396
- #: ../dashboard.php:1557 ../cerber-scanner.php:865
397
  msgid "Full Scan"
398
  msgstr ""
399
 
400
- #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
401
- #: load.php:4258 ../settings.php:622
402
  msgid "Activity"
403
  msgstr ""
404
 
405
- #: ../dashboard.php:1569
406
  msgid "Traffic"
407
  msgstr ""
408
 
409
- #: ../dashboard.php:1570
410
  msgid "Integrity"
411
  msgstr ""
412
 
413
- #: ../dashboard.php:1933 ../settings.php:537
414
  msgid "My site is behind a reverse proxy"
415
  msgstr ""
416
 
417
- #: ../dashboard.php:2109
418
  msgid "in the last 24 hours"
419
  msgstr ""
420
 
421
- #: ../dashboard.php:2118 ../dashboard.php:2148
422
- msgid "View all"
423
- msgstr ""
424
-
425
- #: ../dashboard.php:2126 ../common.php:1150
426
- msgid "User registered"
427
- msgstr ""
428
-
429
- #: ../dashboard.php:2127
430
- msgid "All suspicious activity"
431
- msgstr ""
432
-
433
- #: ../dashboard.php:2151
434
  msgid "Recently locked out IP addresses"
435
  msgstr ""
436
 
437
- #: ../dashboard.php:2175
438
  msgid "Confused about some settings?"
439
  msgstr ""
440
 
441
- #: ../dashboard.php:2176
442
  msgid "You can easily load default recommended settings using button below"
443
  msgstr ""
444
 
445
- #: ../dashboard.php:2178
446
  msgid "Load default settings"
447
  msgstr ""
448
 
449
- #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
450
- #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
451
  msgid "Are you sure?"
452
  msgstr ""
453
 
454
- #: ../dashboard.php:2186
455
  msgid "doesn't affect Custom login URL and Access Lists"
456
  msgstr ""
457
 
458
- #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
459
  msgid "Getting Started Guide"
460
  msgstr ""
461
 
462
- #: ../dashboard.php:2295
463
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
464
  msgstr ""
465
 
466
- #: ../dashboard.php:2296
467
  msgid "Deactivate"
468
  msgstr ""
469
 
470
- #: ../dashboard.php:2297 ../dashboard.php:2724
471
  msgid "View Activity"
472
  msgstr ""
473
 
474
- #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
475
  msgid "Settings saved"
476
  msgstr ""
477
 
478
- #: ../dashboard.php:2383
479
- msgid "Subscribe"
480
  msgstr ""
481
 
482
- #: ../dashboard.php:2384 ../cerber-tools.php:228
483
- msgid "Unsubscribe"
484
  msgstr ""
485
 
486
- #: ../dashboard.php:2412
487
  msgid "You've subscribed"
488
  msgstr ""
489
 
490
- #: ../dashboard.php:2416
 
 
 
 
491
  msgid "You've unsubscribed"
492
  msgstr ""
493
 
494
- #: ../dashboard.php:2487
 
 
 
 
495
  msgid "Main settings"
496
  msgstr ""
497
 
498
- #: ../dashboard.php:2593
499
  msgid "Are you sure you want to delete selected files?"
500
  msgstr ""
501
 
502
- #: ../dashboard.php:2594
503
  msgid "These files have been moved to the quarantine"
504
  msgstr ""
505
 
506
- #: ../dashboard.php:2597
507
  msgid "Do you want to add selected files to the ignore list?"
508
  msgstr ""
509
 
510
- #: ../dashboard.php:2598
511
  msgid "These files have been added to the ignore list"
512
  msgstr ""
513
 
514
- #: ../dashboard.php:2600
515
  msgid "Some errors occurred"
516
  msgstr ""
517
 
518
- #: ../dashboard.php:2601
519
  msgid "All files have been processed"
520
  msgstr ""
521
 
522
- #: ../dashboard.php:2823
523
  msgid "These features are available in a professional version of the plugin."
524
  msgstr ""
525
 
526
- #: ../dashboard.php:2824
527
  msgid "Know more about all advantages at"
528
  msgstr ""
529
 
530
- #: ../dashboard.php:2987
531
  #, php-format
532
  msgid "Permitted for one country"
533
  msgid_plural "Permitted for %d countries"
534
  msgstr[0] ""
535
  msgstr[1] ""
536
 
537
- #: ../dashboard.php:2990
538
  #, php-format
539
  msgid "Not permitted for one country"
540
  msgid_plural "Not permitted for %d countries"
541
  msgstr[0] ""
542
  msgstr[1] ""
543
 
544
- #: ../dashboard.php:2998
545
  msgid "No rule"
546
  msgstr ""
547
 
548
- #: ../dashboard.php:3034
549
  msgid "Save all rules"
550
  msgstr ""
551
 
552
- #: ../dashboard.php:3055
553
  msgid "Start typing here to find a country"
554
  msgstr ""
555
 
556
- #: ../dashboard.php:3135
557
  msgid "Click on a country name to add it to the list of selected countries"
558
  msgstr ""
559
 
560
- #: ../dashboard.php:3139
561
  #, php-format
562
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
563
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
564
  msgstr ""
565
 
566
- #: ../dashboard.php:3142
567
  #, php-format
568
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
569
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
570
  msgstr ""
571
 
572
- #: ../dashboard.php:3156
573
  msgid "Submit forms"
574
  msgstr ""
575
 
576
- #: ../dashboard.php:3157
577
  msgid "Post comments"
578
  msgstr ""
579
 
580
- #: ../dashboard.php:3158
581
  msgid "Log in to the website"
582
  msgstr ""
583
 
584
- #: ../dashboard.php:3159
585
  msgid "Register on the website"
586
  msgstr ""
587
 
588
- #: ../dashboard.php:3160
589
  msgid "Use XML-RPC"
590
  msgstr ""
591
 
592
- #: ../dashboard.php:3161
593
  msgid "Use REST API"
594
  msgstr ""
595
 
596
- #: ../dashboard.php:3209
597
  msgid "Security rules have been updated"
598
  msgstr ""
599
 
600
- #: ../dashboard.php:3282
601
  msgid "Page generation time"
602
  msgstr ""
603
 
604
- #: ../dashboard.php:3652
605
  msgid "Request"
606
  msgstr ""
607
 
608
- #: ../dashboard.php:3654
609
  msgid "Host Info"
610
  msgstr ""
611
 
612
- #: ../dashboard.php:3655
613
  msgid "User Agent"
614
  msgstr ""
615
 
616
- #: ../dashboard.php:3672
617
  msgid "No requests have been logged."
618
  msgstr ""
619
 
620
- #: ../dashboard.php:3680
621
  msgid "All requests"
622
  msgstr ""
623
 
624
- #: ../dashboard.php:3682
625
- msgid "Suspicious activity"
626
- msgstr ""
627
-
628
- #: ../dashboard.php:3683
629
  msgid "Errors"
630
  msgstr ""
631
 
632
- #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
633
- msgid "Logged in users"
634
- msgstr ""
635
-
636
- #: ../dashboard.php:3685
637
- msgid "Not logged in visitors"
638
- msgstr ""
639
-
640
- #: ../dashboard.php:3688
641
  msgid "Form submissions"
642
  msgstr ""
643
 
644
- #: ../dashboard.php:3690
645
  msgid "Page Not Found"
646
  msgstr ""
647
 
648
- #: ../dashboard.php:3699
649
  msgid "Longer than"
650
  msgstr ""
651
 
652
- #: ../dashboard.php:3720
653
- msgid "Refresh"
654
  msgstr ""
655
 
656
- #: ../dashboard.php:3983
657
- msgid "Any"
658
  msgstr ""
659
 
660
- #: ../dashboard.php:4026
661
- msgid "Advanced search"
662
  msgstr ""
663
 
664
- #: ../dashboard.php:4162
665
  msgid "Lockouts"
666
  msgstr ""
667
 
668
- #: ../dashboard.php:4163 ../cerber-load.php:4554
669
  msgid "Main Settings"
670
  msgstr ""
671
 
672
- #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
673
  #: tools.php:47 ../cerber-tools.php:134
674
  msgid "Access Lists"
675
  msgstr ""
676
 
677
- #: ../dashboard.php:4165 ../cerber-load.php:4558
678
  msgid "Hardening"
679
  msgstr ""
680
 
681
- #: ../dashboard.php:4166
682
  msgid "Users"
683
  msgstr ""
684
 
685
- #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
686
- #: php:609
687
  msgid "Notifications"
688
  msgstr ""
689
 
690
- #: ../dashboard.php:4199
691
  msgid "Antispam and bot detection settings"
692
  msgstr ""
693
 
694
- #: ../dashboard.php:4201
695
  msgid "Antispam engine"
696
  msgstr ""
697
 
698
- #: ../dashboard.php:4221
699
  msgid "Live Traffic"
700
  msgstr ""
701
 
702
- #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
703
  #: tools.php:46 ../nexus/cerber-nexus.php:90
704
  msgid "Settings"
705
  msgstr ""
706
 
707
- #: ../dashboard.php:4238
708
  msgid "Countries"
709
  msgstr ""
710
 
711
- #: ../dashboard.php:4253 ../cerber-load.php:4555
712
  msgid "Security Scanner"
713
  msgstr ""
714
 
715
- #: ../dashboard.php:4255
716
  msgid "Scheduling"
717
  msgstr ""
718
 
719
- #: ../dashboard.php:4256
720
  msgid "Cleaning up"
721
  msgstr ""
722
 
723
- #: ../dashboard.php:4257
724
  msgid "Ignore List"
725
  msgstr ""
726
 
727
- #: ../dashboard.php:4258
728
  msgid "Quarantine"
729
  msgstr ""
730
 
731
- #: ../dashboard.php:4288
732
  msgid "Export & Import"
733
  msgstr ""
734
 
735
- #: ../dashboard.php:4289
736
  msgid "Diagnostic"
737
  msgstr ""
738
 
739
- #: ../dashboard.php:4290
740
  msgid "Log"
741
  msgstr ""
742
 
743
- #: ../dashboard.php:4291
744
  msgid "Changelog"
745
  msgstr ""
746
 
747
- #: ../dashboard.php:4292
748
  msgid "License"
749
  msgstr ""
750
 
751
- #: ../dashboard.php:4386
752
  msgid "Help"
753
  msgstr ""
754
 
755
- #: ../dashboard.php:4414
756
  msgid "Log In"
757
  msgstr ""
758
 
759
- #: ../dashboard.php:4415
760
  msgid "Log Out"
761
  msgstr ""
762
 
763
- #: ../dashboard.php:4416
764
  msgid "Register"
765
  msgstr ""
766
 
767
- #: ../dashboard.php:4419
768
  msgid "WooCommerce Log In"
769
  msgstr ""
770
 
771
- #: ../dashboard.php:4420
772
  msgid "WooCommerce Log Out"
773
  msgstr ""
774
 
775
- #: ../dashboard.php:4459 ../dashboard.php:4460
776
  msgid "Add to menu"
777
  msgstr ""
778
 
@@ -794,304 +802,304 @@ msgid ""
794
  msgstr ""
795
 
796
  #. Author of the plugin
797
- msgid "Gregory"
798
  msgstr ""
799
 
800
- #: ../common.php:181
801
  msgid "Check for requests"
802
  msgstr ""
803
 
804
- #: ../common.php:251
805
  msgid "Malicious activities mitigated"
806
  msgstr ""
807
 
808
- #: ../common.php:254
809
  msgid "Spam comments denied"
810
  msgstr ""
811
 
812
- #: ../common.php:255
813
  msgid "Spam form submissions denied"
814
  msgstr ""
815
 
816
- #: ../common.php:256
817
  msgid "Malicious IP addresses detected"
818
  msgstr ""
819
 
820
- #: ../common.php:257
821
  msgid "Lockouts occurred"
822
  msgstr ""
823
 
824
- #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
825
- #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
826
  #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
827
  #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
828
  #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
829
- #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
830
- #: /nexus/cerber-nexus-slave.php:233
831
  msgid "ERROR:"
832
  msgstr ""
833
 
834
- #: ../common.php:836
835
  msgid "Save Changes"
836
  msgstr ""
837
 
838
- #: ../common.php:1149
839
  msgid "User created"
840
  msgstr ""
841
 
842
- #: ../common.php:1151
 
 
 
 
843
  msgid "Logged in"
844
  msgstr ""
845
 
846
- #: ../common.php:1152
847
  msgid "Logged out"
848
  msgstr ""
849
 
850
- #: ../common.php:1153
851
  msgid "Login failed"
852
  msgstr ""
853
 
854
- #: ../common.php:1156
855
- msgid "IP blocked"
856
- msgstr ""
857
-
858
- #: ../common.php:1157
859
  msgid "Subnet blocked"
860
  msgstr ""
861
 
862
- #: ../common.php:1159
863
  msgid "Citadel activated!"
864
  msgstr ""
865
 
866
- #: ../common.php:1160
867
  msgid "Spam comment denied"
868
  msgstr ""
869
 
870
- #: ../common.php:1161
871
  msgid "Spam form submission denied"
872
  msgstr ""
873
 
874
- #: ../common.php:1162
875
  msgid "Form submission denied"
876
  msgstr ""
877
 
878
- #: ../common.php:1163
879
  msgid "Comment denied"
880
  msgstr ""
881
 
882
- #: ../common.php:1174
883
  msgid "Password changed"
884
  msgstr ""
885
 
886
- #: ../common.php:1175
887
  msgid "Password reset requested"
888
  msgstr ""
889
 
890
- #: ../common.php:1177
891
  msgid "reCAPTCHA verification failed"
892
  msgstr ""
893
 
894
- #: ../common.php:1178
895
  msgid "reCAPTCHA settings are incorrect"
896
  msgstr ""
897
 
898
- #: ../common.php:1179
899
  msgid "Request to the Google reCAPTCHA service failed"
900
  msgstr ""
901
 
902
- #: ../common.php:1181 ../common.php:1267
903
  msgid "Attempt to access prohibited URL"
904
  msgstr ""
905
 
906
- #: ../common.php:1182 ../common.php:1247
907
  msgid "Attempt to log in with non-existing username"
908
  msgstr ""
909
 
910
- #: ../common.php:1183 ../common.php:1248
911
  msgid "Attempt to log in with prohibited username"
912
  msgstr ""
913
 
914
- #: ../common.php:1185
915
  msgid "Attempt to log in denied"
916
  msgstr ""
917
 
918
- #: ../common.php:1186
919
  msgid "Attempt to register denied"
920
  msgstr ""
921
 
922
- #: ../common.php:1187 ../common.php:1252
923
  msgid "Probing for vulnerable PHP code"
924
  msgstr ""
925
 
926
- #: ../common.php:1188
927
  msgid "Attempt to upload malicious file denied"
928
  msgstr ""
929
 
930
- #: ../common.php:1189
931
  msgid "File upload denied"
932
  msgstr ""
933
 
934
- #: ../common.php:1191
935
  msgid "Request to REST API denied"
936
  msgstr ""
937
 
938
- #: ../common.php:1192
939
  msgid "XML-RPC request denied"
940
  msgstr ""
941
 
942
- #: ../common.php:1194
943
  msgid "Malicious request denied"
944
  msgstr ""
945
 
946
- #: ../common.php:1198
947
  msgid "User activated"
948
  msgstr ""
949
 
950
- #: ../common.php:1201
951
  msgid "Invalid master credentials"
952
  msgstr ""
953
 
954
- #: ../common.php:1205
955
  msgid "Bot detected"
956
  msgstr ""
957
 
958
- #: ../common.php:1206
959
  msgid "Citadel mode is active"
960
  msgstr ""
961
 
962
- #: ../common.php:1208
963
  msgid "IP address is locked out"
964
  msgstr ""
965
 
966
- #: ../common.php:1209
967
  msgid "IP blacklisted"
968
  msgstr ""
969
 
970
- #: ../common.php:1211
971
  msgid "Malicious activity detected"
972
  msgstr ""
973
 
974
- #: ../common.php:1212
975
  msgid "Blocked by country rule"
976
  msgstr ""
977
 
978
- #: ../common.php:1213
979
  msgid "Limit reached"
980
  msgstr ""
981
 
982
- #: ../common.php:1214
983
  msgid "Multiple suspicious activities"
984
  msgstr ""
985
 
986
- #: ../common.php:1215
987
  msgid "Denied"
988
  msgstr ""
989
 
990
- #: ../common.php:1216
991
  msgid "Suspicious number of fields"
992
  msgstr ""
993
 
994
- #: ../common.php:1217
995
  msgid "Suspicious number of nested values"
996
  msgstr ""
997
 
998
- #: ../common.php:1218 ../common.php:1253
999
  msgid "Malicious code detected"
1000
  msgstr ""
1001
 
1002
- #: ../common.php:1219
1003
  msgid "Suspicious SQL code detected"
1004
  msgstr ""
1005
 
1006
- #: ../common.php:1220
1007
  msgid "Suspicious JavaScript code detected"
1008
  msgstr ""
1009
 
1010
- #: ../common.php:1221
1011
  msgid "Blocked by administrator"
1012
  msgstr ""
1013
 
1014
- #: ../common.php:1245
1015
  msgid "Limit on login attempts is reached"
1016
  msgstr ""
1017
 
1018
- #: ../common.php:1246
1019
  msgid "Attempt to access"
1020
  msgstr ""
1021
 
1022
- #: ../common.php:1249
1023
  msgid "Limit on failed reCAPTCHA verifications is reached"
1024
  msgstr ""
1025
 
1026
- #: ../common.php:1250
1027
  msgid "Bot activity is detected"
1028
  msgstr ""
1029
 
1030
- #: ../common.php:1251
1031
  msgid "Multiple suspicious activities were detected"
1032
  msgstr ""
1033
 
1034
- #: ../common.php:1254
1035
  msgid "Attempt to upload a file with malicious code"
1036
  msgstr ""
1037
 
1038
- #: ../common.php:1256
1039
  msgid "Multiple suspicious requests"
1040
  msgstr ""
1041
 
1042
  #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
1043
- #: ../common.php:1391
1044
  #, php-format
1045
  msgid "%s sec"
1046
  msgid_plural "%s secs"
1047
  msgstr[0] ""
1048
  msgstr[1] ""
1049
 
1050
- #: ../common.php:1398
1051
  #, php-format
1052
  msgid "%s ago"
1053
  msgstr ""
1054
 
1055
- #: ../common.php:1398
1056
  #, php-format
1057
  msgctxt "preposition of a period of time like: in 6 hours"
1058
  msgid "in %s"
1059
  msgstr ""
1060
 
1061
- #: ../common.php:1484
1062
  msgid "Bytes"
1063
  msgstr ""
1064
 
1065
- #: ../common.php:1586 ../settings.php:805
1066
  msgid "New version is available"
1067
  msgstr ""
1068
 
1069
- #: ../common.php:1593
1070
  #, php-format
1071
  msgid "Update to version %s of WP Cerber"
1072
  msgstr ""
1073
 
1074
- #: ../common.php:1612
1075
  msgid "Not specified"
1076
  msgstr ""
1077
 
1078
- #: ../common.php:2440
1079
  msgid "Unable to create the directory"
1080
  msgstr ""
1081
 
1082
- #: ../common.php:2445
1083
  msgid "Destination folder access denied"
1084
  msgstr ""
1085
 
1086
- #: ../common.php:2448
1087
  msgid "File not found"
1088
  msgstr ""
1089
 
1090
- #: ../common.php:2451
1091
  msgid "Unable to copy the file"
1092
  msgstr ""
1093
 
1094
- #: ../common.php:2457
1095
  msgid "Unable to delete the file"
1096
  msgstr ""
1097
 
@@ -1102,7 +1110,11 @@ msgid ""
1102
  "more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1103
  msgstr ""
1104
 
1105
- #: ../cerber-news.php:157
 
 
 
 
1106
  msgid "Awesome!"
1107
  msgstr ""
1108
 
@@ -1126,7 +1138,7 @@ msgstr ""
1126
  msgid "NO, maybe later"
1127
  msgstr ""
1128
 
1129
- #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
1130
  msgid "Know more"
1131
  msgstr ""
1132
 
@@ -1184,178 +1196,178 @@ msgstr ""
1184
  msgid "Sorry, human verification failed."
1185
  msgstr ""
1186
 
1187
- #: ../cerber-load.php:3429
1188
  msgid "We're sorry, you are not allowed to proceed"
1189
  msgstr ""
1190
 
1191
- #: ../cerber-load.php:3539
1192
  msgid "WP Cerber notify"
1193
  msgstr ""
1194
 
1195
- #: ../cerber-load.php:3563
1196
  msgid "Citadel mode is activated"
1197
  msgstr ""
1198
 
1199
- #: ../cerber-load.php:3565
1200
  #, php-format
1201
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
1202
  msgstr ""
1203
 
1204
- #: ../cerber-load.php:3566
1205
  #, php-format
1206
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
1207
  msgstr ""
1208
 
1209
- #: ../cerber-load.php:3567 ../cerber-load.php:4299
1210
  msgid "View activity in dashboard"
1211
  msgstr ""
1212
 
1213
- #: ../cerber-load.php:3591
1214
  msgid "unspecified"
1215
  msgstr ""
1216
 
1217
- #: ../cerber-load.php:3594
1218
  msgid "Number of lockouts is increasing"
1219
  msgstr ""
1220
 
1221
- #: ../cerber-load.php:3596
1222
  msgid "Number of active lockouts"
1223
  msgstr ""
1224
 
1225
- #: ../cerber-load.php:3597
1226
  #, php-format
1227
  msgid "Last lockout was added: %s for IP %s"
1228
  msgstr ""
1229
 
1230
- #: ../cerber-load.php:3599
1231
  msgid "View activity for this IP"
1232
  msgstr ""
1233
 
1234
- #: ../cerber-load.php:3600
1235
  msgid "View lockouts in dashboard"
1236
  msgstr ""
1237
 
1238
- #: ../cerber-load.php:3603 ../cerber-load.php:3605
1239
  msgid "A new version of WP Cerber is available to install"
1240
  msgstr ""
1241
 
1242
- #: ../cerber-load.php:3604
1243
  msgid "Hi!"
1244
  msgstr ""
1245
 
1246
- #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
1247
  #: 45
1248
  msgid "Website"
1249
  msgstr ""
1250
 
1251
- #: ../cerber-load.php:3610 ../cerber-load.php:3611
1252
  msgid "The WP Cerber security plugin has been deactivated"
1253
  msgstr ""
1254
 
1255
- #: ../cerber-load.php:3613
1256
  msgid "Not logged in"
1257
  msgstr ""
1258
 
1259
- #: ../cerber-load.php:3619
1260
  msgid "By user"
1261
  msgstr ""
1262
 
1263
- #: ../cerber-load.php:3620
1264
  msgid "From IP address"
1265
  msgstr ""
1266
 
1267
- #: ../cerber-load.php:3623
1268
  msgid "From country"
1269
  msgstr ""
1270
 
1271
- #: ../cerber-load.php:3627
1272
  msgid "The WP Cerber security plugin is now active"
1273
  msgstr ""
1274
 
1275
- #: ../cerber-load.php:3628 ../cerber-load.php:4543
1276
  msgid "WP Cerber is now active and has started protecting your site"
1277
  msgstr ""
1278
 
1279
- #: ../cerber-load.php:3635
1280
  msgid "New Custom login URL"
1281
  msgstr ""
1282
 
1283
- #: ../cerber-load.php:3639 ../cerber-load.php:3640
1284
  msgid "A new activity has been recorded"
1285
  msgstr ""
1286
 
1287
- #: ../cerber-load.php:3645
1288
  msgid "Weekly report"
1289
  msgstr ""
1290
 
1291
- #: ../cerber-load.php:3648 ../cerber-load.php:3658
1292
  msgid "To change reporting settings visit"
1293
  msgstr ""
1294
 
1295
- #: ../cerber-load.php:3655
1296
  msgid "Scanner Report"
1297
  msgstr ""
1298
 
1299
- #: ../cerber-load.php:3681
1300
  msgid "Your login page:"
1301
  msgstr ""
1302
 
1303
- #: ../cerber-load.php:3685
1304
  msgid "Your license is valid until"
1305
  msgstr ""
1306
 
1307
- #: ../cerber-load.php:3688
1308
  msgid "This message was sent by"
1309
  msgstr ""
1310
 
1311
- #: ../cerber-load.php:3709
1312
  #, php-format
1313
  msgid "Your last sign-in was %s from %s"
1314
  msgstr ""
1315
 
1316
- #: ../cerber-load.php:3779
1317
  msgid "Weekly Report"
1318
  msgstr ""
1319
 
1320
- #: ../cerber-load.php:3791
1321
  msgid "Activity details"
1322
  msgstr ""
1323
 
1324
- #: ../cerber-load.php:3805
1325
  msgid "Attempts to log in with non-existing usernames"
1326
  msgstr ""
1327
 
1328
- #: ../cerber-load.php:4271
1329
  msgid "User"
1330
  msgstr ""
1331
 
1332
- #: ../cerber-load.php:4279
1333
  msgid "Search string"
1334
  msgstr ""
1335
 
1336
- #: ../cerber-load.php:4300
1337
- msgid "To unsubscribe click here"
1338
  msgstr ""
1339
 
1340
- #: ../cerber-load.php:4509
1341
  #, php-format
1342
  msgid "The WP Cerber requires PHP %s or higher. You are running"
1343
  msgstr ""
1344
 
1345
- #: ../cerber-load.php:4513
1346
  #, php-format
1347
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
1348
  msgstr ""
1349
 
1350
- #: ../cerber-load.php:4522
1351
  msgid "Can't activate WP Cerber due to a database error."
1352
  msgstr ""
1353
 
1354
- #: ../cerber-load.php:4544
1355
  msgid "Your IP address is added to the"
1356
  msgstr ""
1357
 
1358
- #: ../cerber-load.php:4560
1359
  msgid "Import settings"
1360
  msgstr ""
1361
 
@@ -1373,7 +1385,7 @@ msgctxt "e.g. by John at 11:00"
1373
  msgid "blocked by %s at %s"
1374
  msgstr ""
1375
 
1376
- #: ../cerber-users.php:41 ../settings.php:129
1377
  msgid "User Message"
1378
  msgstr ""
1379
 
@@ -1389,966 +1401,1004 @@ msgstr ""
1389
  msgid "Block"
1390
  msgstr ""
1391
 
1392
- #: ../settings.php:111
1393
- msgid "User related settings"
1394
  msgstr ""
1395
 
1396
- #: ../settings.php:115
1397
- msgid "Authorized users only"
1398
  msgstr ""
1399
 
1400
- #: ../settings.php:116
1401
- msgid "Only registered and logged in website users have access to the website"
1402
  msgstr ""
1403
 
1404
- #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1405
- msgid "Use White IP Access List"
1406
  msgstr ""
1407
 
1408
- #: ../settings.php:123
1409
- msgid "Do not apply this policy to IP addresses in the White IP Access List"
1410
  msgstr ""
1411
 
1412
- #: ../settings.php:133 ../settings.php:2067
1413
- msgid "Only registered and logged in users are allowed to view this website"
1414
  msgstr ""
1415
 
1416
- #: ../settings.php:138
1417
- msgid "Redirect to URL"
1418
  msgstr ""
1419
 
1420
- #: ../settings.php:147
1421
- msgid "Registration limit"
1422
  msgstr ""
1423
 
1424
- #: ../settings.php:153
1425
- msgid "Prohibited usernames"
1426
  msgstr ""
1427
 
1428
- #: ../settings.php:154
1429
- msgid ""
1430
- "Usernames from this list are not allowed to log in or register. Any IP "
1431
- "address, have tried to use any of these usernames, will be immediately "
1432
- "blocked. Use comma to separate logins."
1433
  msgstr ""
1434
 
1435
- #: ../settings.php:154
1436
- msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1437
  msgstr ""
1438
 
1439
- #: ../settings.php:161
1440
- msgid "User session expire"
 
 
 
 
1441
  msgstr ""
1442
 
1443
  #: ../settings.php:162
1444
- msgid "in minutes (leave empty to use default WP value)"
1445
  msgstr ""
1446
 
1447
  #: ../settings.php:168
1448
- msgid "Sort users in dashboard"
1449
  msgstr ""
1450
 
1451
- #: ../settings.php:169
1452
- msgid "by date of registration"
1453
  msgstr ""
1454
 
1455
- #: ../settings.php:177
1456
- msgid "Cerber antispam engine"
1457
  msgstr ""
1458
 
1459
- #: ../settings.php:180
1460
- msgid "Comment form"
 
 
 
 
1461
  msgstr ""
1462
 
1463
  #: ../settings.php:181
1464
- msgid "Protect comment form with bot detection engine"
1465
  msgstr ""
1466
 
1467
- #: ../settings.php:185 ../settings.php:253
1468
- msgid "Registration form"
 
 
1469
  msgstr ""
1470
 
1471
  #: ../settings.php:186
1472
- msgid "Protect registration form with bot detection engine"
1473
  msgstr ""
1474
 
1475
- #: ../settings.php:190
1476
- msgid "Other forms"
1477
  msgstr ""
1478
 
1479
  #: ../settings.php:191
1480
- msgid "Protect all forms on the website with bot detection engine"
1481
  msgstr ""
1482
 
1483
- #: ../settings.php:197
1484
- msgid "Adjust antispam engine"
1485
  msgstr ""
1486
 
1487
- #: ../settings.php:200
1488
- msgid "Safe mode"
1489
  msgstr ""
1490
 
1491
- #: ../settings.php:201
1492
- msgid "Use less restrictive policies (allow AJAX)"
1493
  msgstr ""
1494
 
1495
- #: ../settings.php:206
1496
- msgid "Disable bot detection engine for logged in users"
1497
  msgstr ""
1498
 
1499
- #: ../settings.php:210
1500
- msgid "Query whitelist"
1501
  msgstr ""
1502
 
1503
- #: ../settings.php:211
1504
  msgid ""
1505
- "Enter a part of query string or query path to exclude a request from "
1506
- "inspection by the engine. One item per line."
1507
  msgstr ""
1508
 
1509
- #: ../settings.php:219
1510
- msgid "Comment processing"
1511
  msgstr ""
1512
 
1513
- #: ../settings.php:222
1514
- msgid "If a spam comment detected"
1515
  msgstr ""
1516
 
1517
- #: ../settings.php:224
1518
- msgid "Deny it completely"
1519
  msgstr ""
1520
 
1521
- #: ../settings.php:224
1522
- msgid "Mark it as spam"
1523
  msgstr ""
1524
 
1525
  #: ../settings.php:227
1526
- msgid "Trash spam comments"
1527
  msgstr ""
1528
 
1529
- #: ../settings.php:229
1530
- msgid "Move spam comments to trash after"
1531
  msgstr ""
1532
 
1533
- #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
1534
- msgid "days"
1535
  msgstr ""
1536
 
1537
- #: ../settings.php:237
1538
- msgid "reCAPTCHA settings"
1539
  msgstr ""
1540
 
1541
- #: ../settings.php:240
1542
- msgid "Site key"
1543
  msgstr ""
1544
 
1545
- #: ../settings.php:244
1546
- msgid "Secret key"
1547
  msgstr ""
1548
 
1549
- #: ../settings.php:248
1550
- msgid "Invisible reCAPTCHA"
1551
  msgstr ""
1552
 
1553
- #: ../settings.php:249
1554
- msgid "Enable invisible reCAPTCHA"
1555
  msgstr ""
1556
 
1557
- #: ../settings.php:249
1558
- msgid ""
1559
- "(do not enable it unless you get and enter the Site and Secret keys for the "
1560
- "invisible version)"
1561
  msgstr ""
1562
 
1563
- #: ../settings.php:254
1564
- msgid "Enable reCAPTCHA for WordPress registration form"
1565
  msgstr ""
1566
 
1567
- #: ../settings.php:259
1568
- msgid "Enable reCAPTCHA for WooCommerce registration form"
1569
  msgstr ""
1570
 
1571
- #: ../settings.php:263
1572
- msgid "Lost password form"
1573
  msgstr ""
1574
 
1575
- #: ../settings.php:264
1576
- msgid "Enable reCAPTCHA for WordPress lost password form"
1577
  msgstr ""
1578
 
1579
- #: ../settings.php:269
1580
- msgid "Enable reCAPTCHA for WooCommerce lost password form"
1581
  msgstr ""
1582
 
1583
- #: ../settings.php:273
1584
- msgid "Login form"
1585
  msgstr ""
1586
 
1587
- #: ../settings.php:274
1588
- msgid "Enable reCAPTCHA for WordPress login form"
1589
  msgstr ""
1590
 
1591
- #: ../settings.php:279
1592
- msgid "Enable reCAPTCHA for WooCommerce login form"
1593
  msgstr ""
1594
 
1595
- #: ../settings.php:284
1596
- msgid "Enable reCAPTCHA for WordPress comment form"
 
1597
  msgstr ""
1598
 
1599
- #: ../settings.php:289
1600
- msgid "Disable reCAPTCHA for logged in users"
1601
  msgstr ""
1602
 
1603
- #: ../settings.php:293
1604
- msgid "Limit attempts"
1605
  msgstr ""
1606
 
1607
- #: ../settings.php:294
1608
- #, php-format
1609
- msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1610
  msgstr ""
1611
 
1612
- #: ../settings.php:301
1613
- msgid "Master settings"
1614
  msgstr ""
1615
 
1616
- #: ../settings.php:309
1617
- msgid "Return to the website list"
1618
  msgstr ""
1619
 
1620
- #: ../settings.php:313
1621
- msgid "Show \"Switched to\" notification"
1622
  msgstr ""
1623
 
1624
- #: ../settings.php:317
1625
- msgid "Add @ site to the page title"
1626
  msgstr ""
1627
 
1628
- #: ../settings.php:321
1629
- msgid "Use master language"
1630
  msgstr ""
1631
 
1632
- #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
1633
- msgid "Enable diagnostic logging"
1634
  msgstr ""
1635
 
1636
- #: ../settings.php:344
1637
- msgid "Limit access by IP address"
 
 
 
1638
  msgstr ""
1639
 
1640
- #: ../settings.php:350
1641
- msgid "Access to this website"
1642
  msgstr ""
1643
 
1644
- #: ../settings.php:353
1645
- msgid "Full access mode"
1646
  msgstr ""
1647
 
1648
- #: ../settings.php:354
1649
- msgid "Read-only mode"
1650
  msgstr ""
1651
 
1652
- #: ../settings.php:370
1653
- msgid "The full access mode requires the PRO version of WP Cerber"
1654
  msgstr ""
1655
 
1656
- #: ../settings.php:486
1657
- msgid "Plugin initialization"
1658
  msgstr ""
1659
 
1660
- #: ../settings.php:487
1661
- msgid "Load security engine"
1662
  msgstr ""
1663
 
1664
- #: ../settings.php:493
1665
- msgid "Legacy mode"
1666
  msgstr ""
1667
 
1668
- #: ../settings.php:494
1669
- msgid "Standard mode"
1670
  msgstr ""
1671
 
1672
- #: ../settings.php:498
1673
- msgid "Limit login attempts"
1674
  msgstr ""
1675
 
1676
- #: ../settings.php:499
1677
- msgid "Attempts"
 
1678
  msgstr ""
1679
 
1680
- #: ../settings.php:505
1681
- msgid "Lockout duration"
1682
  msgstr ""
1683
 
1684
- #: ../settings.php:510 ../settings.php:606
1685
- msgid "minutes"
1686
  msgstr ""
1687
 
1688
- #: ../settings.php:513
1689
- msgid "Aggressive lockout"
1690
  msgstr ""
1691
 
1692
- #: ../settings.php:524
1693
- msgid "Apply limit login rules to IP addresses in the White IP Access List"
1694
  msgstr ""
1695
 
1696
- #: ../settings.php:532
1697
- msgid "Site connection"
1698
  msgstr ""
1699
 
1700
- #: ../settings.php:540
1701
- msgid "Proactive security rules"
1702
  msgstr ""
1703
 
1704
- #: ../settings.php:541
1705
- msgid "Block subnet"
1706
  msgstr ""
1707
 
1708
- #: ../settings.php:545
1709
- msgid "Always block entire subnet Class C of intruders IP"
1710
  msgstr ""
1711
 
1712
- #: ../settings.php:547
1713
- msgid "Non-existing users"
1714
  msgstr ""
1715
 
1716
- #: ../settings.php:551
1717
- msgid "Immediately block IP when attempting to log in with a non-existing username"
1718
  msgstr ""
1719
 
1720
- #: ../settings.php:553
1721
- msgid "Disable dashboard redirection"
1722
  msgstr ""
1723
 
1724
- #: ../settings.php:557
1725
- msgid ""
1726
- "Disable automatic redirection to the login page when /wp-admin/ is requested "
1727
- "by an unauthorized request"
1728
  msgstr ""
1729
 
1730
- #: ../settings.php:559
1731
- msgid "Request wp-login.php"
1732
  msgstr ""
1733
 
1734
- #: ../settings.php:563
1735
- msgid "Immediately block IP after any request to wp-login.php"
1736
  msgstr ""
1737
 
1738
- #: ../settings.php:565
1739
- msgid "Display 404 page"
1740
  msgstr ""
1741
 
1742
- #: ../settings.php:570
1743
- msgid "Use 404 template from the active theme"
1744
  msgstr ""
1745
 
1746
- #: ../settings.php:571
1747
- msgid "Display simple 404 page"
1748
  msgstr ""
1749
 
1750
- #: ../settings.php:575
1751
- msgid "Custom login page"
1752
  msgstr ""
1753
 
1754
- #: ../settings.php:576
1755
- msgid "Custom login URL"
1756
  msgstr ""
1757
 
1758
- #: ../settings.php:583
1759
- msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1760
  msgstr ""
1761
 
1762
- #: ../settings.php:584
1763
- msgid "must not overlap with the existing pages or posts slug"
1764
  msgstr ""
1765
 
1766
- #: ../settings.php:586
1767
- msgid "Disable wp-login.php"
 
 
1768
  msgstr ""
1769
 
1770
- #: ../settings.php:591
1771
- msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
1772
  msgstr ""
1773
 
1774
- #: ../settings.php:595
1775
- msgid "Threshold"
1776
  msgstr ""
1777
 
1778
- #: ../settings.php:601 ../cerber-scanner.php:3669
1779
- msgid "Duration"
1780
  msgstr ""
1781
 
1782
- #: ../settings.php:614
1783
- msgid "Send notification to admin email"
1784
  msgstr ""
1785
 
1786
- #: ../settings.php:619 ../settings.php:1370
1787
- msgid "Click to send test"
1788
  msgstr ""
1789
 
1790
- #: ../settings.php:623 ../settings.php:961
1791
- msgid "Keep records for"
1792
  msgstr ""
1793
 
1794
- #: ../settings.php:639
1795
- msgid "Cerber Lab connection"
1796
  msgstr ""
1797
 
1798
- #: ../settings.php:643
1799
- msgid "Send malicious IP addresses to the Cerber Lab"
1800
  msgstr ""
1801
 
1802
- #: ../settings.php:645
1803
- msgid "Cerber Lab protocol"
1804
  msgstr ""
1805
 
1806
- #: ../settings.php:654
1807
- msgid "Use file"
1808
  msgstr ""
1809
 
1810
- #: ../settings.php:658
1811
- msgid "Write failed login attempts to the file"
1812
  msgstr ""
1813
 
1814
- #: ../settings.php:661
1815
- msgid "Preferences"
 
 
1816
  msgstr ""
1817
 
1818
- #: ../settings.php:662
1819
- msgid "Drill down IP"
1820
  msgstr ""
1821
 
1822
- #: ../settings.php:666
1823
- msgid "Retrieve extra WHOIS information for IP"
1824
  msgstr ""
1825
 
1826
- #: ../settings.php:668
1827
- msgid "Date format"
1828
  msgstr ""
1829
 
1830
- #: ../settings.php:673
1831
- #, php-format
1832
- msgid "if empty, the default format %s will be used"
1833
  msgstr ""
1834
 
1835
- #: ../settings.php:675
1836
- msgid "Use English for admin interface"
1837
  msgstr ""
1838
 
1839
- #: ../settings.php:686
1840
- msgid "Hardening WordPress"
1841
  msgstr ""
1842
 
1843
- #: ../settings.php:687 ../settings.php:731
1844
- msgid "Stop user enumeration"
1845
  msgstr ""
1846
 
1847
- #: ../settings.php:692
1848
- msgid "Block access to user pages like /?author=n"
1849
  msgstr ""
1850
 
1851
- #: ../settings.php:694
1852
- msgid "Protect admin scripts"
1853
  msgstr ""
1854
 
1855
- #: ../settings.php:699
1856
- msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1857
  msgstr ""
1858
 
1859
- #: ../settings.php:701
1860
- msgid "Disable PHP in uploads"
1861
  msgstr ""
1862
 
1863
- #: ../settings.php:706
1864
- msgid "Block execution of PHP scripts in the WordPress media folder"
 
1865
  msgstr ""
1866
 
1867
- #: ../settings.php:708
1868
- msgid "Disable PHP error displaying"
1869
  msgstr ""
1870
 
1871
- #: ../settings.php:714
1872
- msgid "Disable XML-RPC"
1873
  msgstr ""
1874
 
1875
- #: ../settings.php:719
1876
- msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
1877
  msgstr ""
1878
 
1879
- #: ../settings.php:721
1880
- msgid "Disable feeds"
1881
  msgstr ""
1882
 
1883
- #: ../settings.php:726
1884
- msgid "Block access to the RSS, Atom and RDF feeds"
1885
  msgstr ""
1886
 
1887
- #: ../settings.php:730
1888
- msgid "Access to WordPress REST API"
1889
  msgstr ""
1890
 
1891
- #: ../settings.php:736
1892
- msgid "Block access to user data via REST API"
1893
  msgstr ""
1894
 
1895
- #: ../settings.php:739
1896
- msgid "Disable REST API"
1897
  msgstr ""
1898
 
1899
- #: ../settings.php:744
1900
- msgid "Block access to WordPress REST API except any of the following"
1901
  msgstr ""
1902
 
1903
- #: ../settings.php:751
1904
- msgid "Allow REST API for logged in users"
1905
  msgstr ""
1906
 
1907
- #: ../settings.php:753
1908
- msgid "Allow REST API for these roles"
1909
  msgstr ""
1910
 
1911
- #: ../settings.php:759
1912
- msgid "Allow these namespaces"
1913
  msgstr ""
1914
 
1915
- #: ../settings.php:766
1916
- msgid ""
1917
- "Specify REST API namespaces to be allowed if REST API is disabled. One "
1918
- "string per line."
1919
  msgstr ""
1920
 
1921
- #: ../settings.php:790
1922
- msgid "Email notifications"
1923
  msgstr ""
1924
 
1925
- #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
1926
- msgid "Email Address"
1927
  msgstr ""
1928
 
1929
- #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
1930
- msgid "Use comma to specify multiple values"
1931
  msgstr ""
1932
 
1933
- #: ../settings.php:801
1934
- #, php-format
1935
- msgid "if empty, the admin email %s will be used"
1936
  msgstr ""
1937
 
1938
- #: ../settings.php:804
1939
- msgid "Notification limit"
1940
  msgstr ""
1941
 
1942
- #: ../settings.php:804
1943
- msgid "notification letters allowed per hour (0 means unlimited)"
1944
  msgstr ""
1945
 
1946
- #: ../settings.php:810
1947
- msgid "Push notifications"
1948
  msgstr ""
1949
 
1950
- #: ../settings.php:818
1951
- msgid "All connected devices"
1952
  msgstr ""
1953
 
1954
- #: ../settings.php:821
1955
- msgid "No devices found"
1956
  msgstr ""
1957
 
1958
- #: ../settings.php:825
1959
- msgid "Not available"
1960
  msgstr ""
1961
 
1962
- #: ../settings.php:830
1963
- msgid "Weekly reports"
1964
  msgstr ""
1965
 
1966
- #: ../settings.php:831
1967
- msgid "Enable reporting"
1968
  msgstr ""
1969
 
1970
- #: ../settings.php:832
1971
- msgid "Send reports on"
1972
  msgstr ""
1973
 
1974
- #: ../settings.php:842 ../settings.php:1106
1975
- msgid "if empty, email from notification settings will be used"
1976
  msgstr ""
1977
 
1978
- #: ../settings.php:850
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1979
  msgid "Traffic Inspection"
1980
  msgstr ""
1981
 
1982
- #: ../settings.php:851
1983
  msgid "Enable traffic inspection"
1984
  msgstr ""
1985
 
1986
- #: ../settings.php:858 ../settings.php:884
1987
  msgid "Maximum compatibility"
1988
  msgstr ""
1989
 
1990
- #: ../settings.php:859 ../settings.php:885
1991
  msgid "Maximum security"
1992
  msgstr ""
1993
 
1994
- #: ../settings.php:867
1995
  msgid "Request whitelist"
1996
  msgstr ""
1997
 
1998
- #: ../settings.php:873
1999
  msgid ""
2000
  "Enter a request URI to exclude the request from inspection. One item per "
2001
  "line."
2002
  msgstr ""
2003
 
2004
- #: ../settings.php:873
2005
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
2006
  msgstr ""
2007
 
2008
- #: ../settings.php:876
2009
  msgid "Erroneous Request Shielding"
2010
  msgstr ""
2011
 
2012
- #: ../settings.php:877
2013
  msgid "Enable error shielding"
2014
  msgstr ""
2015
 
2016
- #: ../settings.php:888
2017
  msgid "Ignore logged in users"
2018
  msgstr ""
2019
 
2020
- #: ../settings.php:895
2021
  msgid "Logging"
2022
  msgstr ""
2023
 
2024
- #: ../settings.php:896
2025
  msgid "Logging mode"
2026
  msgstr ""
2027
 
2028
- #: ../settings.php:902
2029
  msgid "Logging disabled"
2030
  msgstr ""
2031
 
2032
- #: ../settings.php:903
2033
  msgid "Smart"
2034
  msgstr ""
2035
 
2036
- #: ../settings.php:904
2037
  msgid "All traffic"
2038
  msgstr ""
2039
 
2040
- #: ../settings.php:908
2041
  msgid "Ignore crawlers"
2042
  msgstr ""
2043
 
2044
- #: ../settings.php:913
2045
  msgid "Save request fields"
2046
  msgstr ""
2047
 
2048
- #: ../settings.php:918
2049
  msgid "Mask these form fields"
2050
  msgstr ""
2051
 
2052
- #: ../settings.php:929
2053
  msgid "Save request headers"
2054
  msgstr ""
2055
 
2056
- #: ../settings.php:935
2057
  msgid "Save $_SERVER"
2058
  msgstr ""
2059
 
2060
- #: ../settings.php:941
2061
  msgid "Save request cookies"
2062
  msgstr ""
2063
 
2064
- #: ../settings.php:947
2065
  msgid "Save software errors"
2066
  msgstr ""
2067
 
2068
- #: ../settings.php:953
2069
  msgid "Page generation time threshold"
2070
  msgstr ""
2071
 
2072
- #: ../settings.php:958
2073
  msgid "milliseconds"
2074
  msgstr ""
2075
 
2076
- #: ../settings.php:974
2077
  msgid "Scanner settings"
2078
  msgstr ""
2079
 
2080
- #: ../settings.php:975
2081
  msgid "Custom signatures"
2082
  msgstr ""
2083
 
2084
- #: ../settings.php:981
2085
  msgid ""
2086
  "Specify custom PHP code signatures. One item per line. To specify a REGEX "
2087
  "pattern, enclose a whole line in two braces."
2088
  msgstr ""
2089
 
2090
- #: ../settings.php:983
2091
  msgid "Unwanted file extensions"
2092
  msgstr ""
2093
 
2094
- #: ../settings.php:989
2095
  msgid ""
2096
  "Specify file extensions to search for. Full scan only. Use comma to separate "
2097
  "items."
2098
  msgstr ""
2099
 
2100
- #: ../settings.php:991
2101
  msgid "Directories to exclude"
2102
  msgstr ""
2103
 
2104
- #: ../settings.php:997
2105
  msgid ""
2106
  "Specify directories to exclude from scanning. Use absolute paths. One item "
2107
  "per line."
2108
  msgstr ""
2109
 
2110
- #: ../settings.php:999
2111
  msgid "Monitor new files"
2112
  msgstr ""
2113
 
2114
- #: ../settings.php:1006
2115
  msgid "Monitor modified files"
2116
  msgstr ""
2117
 
2118
- #: ../settings.php:1012
2119
  msgid "Scan temporary directory"
2120
  msgstr ""
2121
 
2122
- #: ../settings.php:1019
2123
  msgid "Scan session directory"
2124
  msgstr ""
2125
 
2126
- #: ../settings.php:1031
2127
  msgid "Delete quarantined files after"
2128
  msgstr ""
2129
 
2130
- #: ../settings.php:1045
2131
  msgid "Automated recurring scan schedule"
2132
  msgstr ""
2133
 
2134
- #: ../settings.php:1046
2135
  msgid "Launch Quick Scan"
2136
  msgstr ""
2137
 
2138
- #: ../settings.php:1053
2139
  msgid "Launch Full Scan"
2140
  msgstr ""
2141
 
2142
- #: ../settings.php:1061
2143
  msgid "Scan results reporting"
2144
  msgstr ""
2145
 
2146
- #: ../settings.php:1063 ../settings.php:1122
2147
  msgid "Low severity"
2148
  msgstr ""
2149
 
2150
- #: ../settings.php:1063 ../settings.php:1122
2151
  msgid "Medium severity"
2152
  msgstr ""
2153
 
2154
- #: ../settings.php:1063 ../settings.php:1122
2155
  msgid "High severity"
2156
  msgstr ""
2157
 
2158
- #: ../settings.php:1064
2159
  msgid "Report an issue if any of the following is true"
2160
  msgstr ""
2161
 
2162
- #: ../settings.php:1072
2163
  msgid "Send email report"
2164
  msgstr ""
2165
 
2166
- #: ../settings.php:1078
2167
  msgid "After every scan"
2168
  msgstr ""
2169
 
2170
- #: ../settings.php:1079
2171
  msgid "If any changes in scan results occurred"
2172
  msgstr ""
2173
 
2174
- #: ../settings.php:1080
2175
  msgid "If new issues found"
2176
  msgstr ""
2177
 
2178
- #: ../settings.php:1084
2179
  msgid "Include file sizes"
2180
  msgstr ""
2181
 
2182
- #: ../settings.php:1091
2183
  msgid "Include scan errors"
2184
  msgstr ""
2185
 
2186
- #: ../settings.php:1114
2187
  msgid "Automatic cleanup of malware and suspicious files"
2188
  msgstr ""
2189
 
2190
- #: ../settings.php:1116 ../cerber-scanner.php:3701
2191
- msgid "Unattended files"
2192
  msgstr ""
2193
 
2194
- #: ../settings.php:1123
2195
  msgid "Files in the uploads folder"
2196
  msgstr ""
2197
 
2198
- #: ../settings.php:1130
2199
  msgid "Files with unwanted extensions"
2200
  msgstr ""
2201
 
2202
- #: ../settings.php:1137
 
 
 
 
 
 
 
 
 
 
 
 
2203
  msgid "Exclusions"
2204
  msgstr ""
2205
 
2206
- #: ../settings.php:1138
2207
  msgid "Files in the temporary directory"
2208
  msgstr ""
2209
 
2210
- #: ../settings.php:1144
2211
  msgid "Files in the sessions directory"
2212
  msgstr ""
2213
 
2214
- #: ../settings.php:1150
2215
  msgid "Files in these directories"
2216
  msgstr ""
2217
 
2218
- #: ../settings.php:1156
2219
  msgid "Use absolute paths. One item per line."
2220
  msgstr ""
2221
 
2222
- #: ../settings.php:1158
2223
  msgid "Files with these extensions"
2224
  msgstr ""
2225
 
2226
- #: ../settings.php:1164
2227
  msgid "Use comma to separate items."
2228
  msgstr ""
2229
 
2230
- #: ../settings.php:1175
2231
  msgid "Make your protection smarter!"
2232
  msgstr ""
2233
 
2234
- #: ../settings.php:1179
2235
  msgid ""
2236
  "Please enable Permalinks to use this feature. Set Permalink Settings to "
2237
  "something other than Default."
2238
  msgstr ""
2239
 
2240
- #: ../settings.php:1182
2241
  msgid "Be careful about enabling these options."
2242
  msgstr ""
2243
 
2244
- #: ../settings.php:1182
2245
  msgid "If you forget your Custom login URL, you will be unable to log in."
2246
  msgstr ""
2247
 
2248
- #: ../settings.php:1186
2249
  msgid ""
2250
  "In the Citadel mode nobody is able to log in except IPs from the White IP "
2251
  "Access List. Active user sessions will not be affected."
2252
  msgstr ""
2253
 
2254
- #: ../settings.php:1190
2255
  msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2256
  msgstr ""
2257
 
2258
- #: ../settings.php:1193
2259
  msgid ""
2260
  "Before you can start using reCAPTCHA, you have to obtain Site key and Secret "
2261
  "key on the Google website"
2262
  msgstr ""
2263
 
2264
- #: ../settings.php:1347
2265
  #, php-format
2266
  msgid "%s allowed retries in %s minutes"
2267
  msgstr ""
2268
 
2269
- #: ../settings.php:1352
2270
  #, php-format
2271
  msgid "%s allowed registrations in %s minutes from one IP"
2272
  msgstr ""
2273
 
2274
- #: ../settings.php:1357
2275
  #, php-format
2276
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
2277
  msgstr ""
2278
 
2279
- #: ../settings.php:1364
2280
  msgid "Notify admin if the number of active lockouts above"
2281
  msgstr ""
2282
 
2283
- #: ../settings.php:1373
2284
  #, php-format
2285
  msgid "Enable after %s failed login attempts in last %s minutes"
2286
  msgstr ""
2287
 
2288
- #: ../settings.php:1499
2289
  msgid "Select one or more roles"
2290
  msgstr ""
2291
 
2292
- #: ../settings.php:1524
2293
  msgid "Sunday"
2294
  msgstr ""
2295
 
2296
- #: ../settings.php:1525
2297
  msgid "Monday"
2298
  msgstr ""
2299
 
2300
- #: ../settings.php:1526
2301
  msgid "Tuesday"
2302
  msgstr ""
2303
 
2304
- #: ../settings.php:1527
2305
  msgid "Wednesday"
2306
  msgstr ""
2307
 
2308
- #: ../settings.php:1528
2309
  msgid "Thursday"
2310
  msgstr ""
2311
 
2312
- #: ../settings.php:1529
2313
  msgid "Friday"
2314
  msgstr ""
2315
 
2316
- #: ../settings.php:1530
2317
  msgid "Saturday"
2318
  msgstr ""
2319
 
2320
- #: ../settings.php:1540
2321
  msgctxt "preposition of time like: at 11:00"
2322
  msgid "at"
2323
  msgstr ""
2324
 
2325
- #: ../settings.php:1560
2326
  msgid "Click to send now"
2327
  msgstr ""
2328
 
2329
- #: ../settings.php:1571
2330
  msgid "Plugin initialization mode has not been changed"
2331
  msgstr ""
2332
 
2333
- #: ../settings.php:1591 ../settings.php:1592
2334
  msgid "Attention! You have changed the login URL! The new login URL is"
2335
  msgstr ""
2336
 
2337
- #: ../settings.php:1593 ../settings.php:1594
2338
  msgid ""
2339
  "If you use a caching plugin, you have to add your new login URL to the list "
2340
  "of pages not to cache."
2341
  msgstr ""
2342
 
2343
- #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
2344
  msgid "<strong>ERROR</strong>: please enter a valid email address."
2345
  msgstr ""
2346
 
2347
- #: ../settings.php:1820
2348
  msgid "The schedule has been updated"
2349
  msgstr ""
2350
 
2351
- #: ../settings.php:1823
2352
  msgid "Unable to update the schedule"
2353
  msgstr ""
2354
 
@@ -2384,7 +2434,7 @@ msgstr ""
2384
  msgid "Select file to import."
2385
  msgstr ""
2386
 
2387
- #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
2388
  #, php-format
2389
  msgid "Maximum upload file size: %s."
2390
  msgstr ""
@@ -2393,7 +2443,7 @@ msgstr ""
2393
  msgid "What do you want to import?"
2394
  msgstr ""
2395
 
2396
- #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
2397
  msgid "Upload file"
2398
  msgstr ""
2399
 
@@ -2413,6 +2463,10 @@ msgstr ""
2413
  msgid "Error while parsing file"
2414
  msgstr ""
2415
 
 
 
 
 
2416
  #: ../nexus/cerber-slave-list.php:48
2417
  msgid "WordPress"
2418
  msgstr ""
@@ -2469,7 +2523,7 @@ msgstr ""
2469
  msgid "Switch to"
2470
  msgstr ""
2471
 
2472
- #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2473
  msgid "Vulnerabilities"
2474
  msgstr ""
2475
 
@@ -2575,28 +2629,28 @@ msgstr ""
2575
  msgid "You have switched back to the master website"
2576
  msgstr ""
2577
 
2578
- #: ../nexus/cerber-nexus-master.php:1196
2579
  msgid "You are here:"
2580
  msgstr ""
2581
 
2582
- #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2583
  #: /nexus/cerber-nexus.php:99
2584
  msgid "My Websites"
2585
  msgstr ""
2586
 
2587
- #: ../nexus/cerber-nexus-master.php:1214
2588
  msgid "Visit Site"
2589
  msgstr ""
2590
 
2591
- #: ../nexus/cerber-nexus-master.php:1377
2592
  msgid "Are you sure you want to delete selected websites?"
2593
  msgstr ""
2594
 
2595
- #: ../nexus/cerber-nexus-master.php:1421
2596
  msgid "A newer version is available"
2597
  msgstr ""
2598
 
2599
- #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2600
  msgid "Active plugins and updates on"
2601
  msgstr ""
2602
 
@@ -2662,151 +2716,159 @@ msgstr ""
2662
  msgid "Install the access token on the master website."
2663
  msgstr ""
2664
 
2665
- #: ../cerber-scanner.php:84
2666
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
2667
  msgstr ""
2668
 
2669
- #: ../cerber-scanner.php:88
2670
  #, php-format
2671
  msgid "Previous scan started %s has not been completed. Continue scanning?"
2672
  msgstr ""
2673
 
2674
- #: ../cerber-scanner.php:97
2675
  msgid ""
2676
  "It seems this website has never been scanned. To start scanning click the "
2677
  "button below."
2678
  msgstr ""
2679
 
2680
- #: ../cerber-scanner.php:100
2681
  msgid "Start Quick Scan"
2682
  msgstr ""
2683
 
2684
- #: ../cerber-scanner.php:101
2685
  msgid "Start Full Scan"
2686
  msgstr ""
2687
 
2688
- #: ../cerber-scanner.php:102
2689
  msgid "Stop Scanning"
2690
  msgstr ""
2691
 
2692
- #: ../cerber-scanner.php:103
2693
  msgid "Continue Scanning"
2694
  msgstr ""
2695
 
2696
- #: ../cerber-scanner.php:139
2697
  msgid "Delete"
2698
  msgstr ""
2699
 
2700
- #: ../cerber-scanner.php:142
2701
  msgid "Ignore"
2702
  msgstr ""
2703
 
2704
- #: ../cerber-scanner.php:1370
2705
  msgid "Verified"
2706
  msgstr ""
2707
 
2708
- #: ../cerber-scanner.php:1376
2709
  msgid "Vulnerability found"
2710
  msgstr ""
2711
 
2712
- #: ../cerber-scanner.php:1377
2713
  msgid "Integrity data not found"
2714
  msgstr ""
2715
 
2716
- #: ../cerber-scanner.php:1378
2717
  msgid "Unable to check the integrity of the plugin due to a network error"
2718
  msgstr ""
2719
 
2720
- #: ../cerber-scanner.php:1379
2721
  msgid "Unable to check the integrity of WordPress files due to a network error"
2722
  msgstr ""
2723
 
2724
- #: ../cerber-scanner.php:1380
2725
  msgid "Unable to check the integrity of the theme due to a network error"
2726
  msgstr ""
2727
 
2728
- #: ../cerber-scanner.php:1381
2729
  msgid "Unable to check the integrity due to a DB error"
2730
  msgstr ""
2731
 
2732
- #: ../cerber-scanner.php:1383
2733
  msgid "Local file doesn't exist"
2734
  msgstr ""
2735
 
2736
- #: ../cerber-scanner.php:1385
2737
  msgid "Unable to process file"
2738
  msgstr ""
2739
 
2740
- #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
2741
  msgid "Unable to open file"
2742
  msgstr ""
2743
 
2744
- #: ../cerber-scanner.php:1388
2745
  msgid "Checksum mismatch"
2746
  msgstr ""
2747
 
2748
- #: ../cerber-scanner.php:1391
2749
  msgid "Suspicious code found"
2750
  msgstr ""
2751
 
2752
- #: ../cerber-scanner.php:1392
2753
  msgid "Malicious code found"
2754
  msgstr ""
2755
 
2756
- #: ../cerber-scanner.php:1393
2757
  msgid "Unattended suspicious file"
2758
  msgstr ""
2759
 
2760
- #: ../cerber-scanner.php:1394
2761
  msgid "Executable code found"
2762
  msgstr ""
2763
 
2764
- #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2765
  msgid "Suspicious directives found"
2766
  msgstr ""
2767
 
2768
- #: ../cerber-scanner.php:1398
2769
  msgid "Unwanted file extension"
2770
  msgstr ""
2771
 
2772
- #: ../cerber-scanner.php:1400
2773
  msgid "Content has been modified"
2774
  msgstr ""
2775
 
2776
- #: ../cerber-scanner.php:1401
2777
  msgid "New file"
2778
  msgstr ""
2779
 
2780
- #: ../cerber-scanner.php:1421
 
 
 
 
 
 
 
 
2781
  msgid "Every hour"
2782
  msgstr ""
2783
 
2784
- #: ../cerber-scanner.php:1422
2785
  msgid "Every 3 hours"
2786
  msgstr ""
2787
 
2788
- #: ../cerber-scanner.php:1423
2789
  msgid "Every 6 hours"
2790
  msgstr ""
2791
 
2792
- #: ../cerber-scanner.php:2437
2793
  msgid "Custom signature found"
2794
  msgstr ""
2795
 
2796
- #: ../cerber-scanner.php:2612
2797
  msgid ""
2798
  "This file contains executable code and may contain obfuscated malware. If "
2799
  "this file is a part of a theme or a plugin, it must be located in the theme "
2800
  "or the plugin folder. No exception, no excuses."
2801
  msgstr ""
2802
 
2803
- #: ../cerber-scanner.php:2613
2804
  msgid ""
2805
  "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it "
2806
  "does not belong to any known part of the website and should not be here."
2807
  msgstr ""
2808
 
2809
- #: ../cerber-scanner.php:2614
2810
  #, php-format
2811
  msgid ""
2812
  "It may remain after upgrading to a newer version of %s. It also may be a "
@@ -2814,15 +2876,15 @@ msgid ""
2814
  "made (bespoke) plugin or theme."
2815
  msgstr ""
2816
 
2817
- #: ../cerber-scanner.php:2615
2818
  msgid "Suspicious code instruction found"
2819
  msgstr ""
2820
 
2821
- #: ../cerber-scanner.php:2616
2822
  msgid "Suspicious code signatures found"
2823
  msgstr ""
2824
 
2825
- #: ../cerber-scanner.php:2618
2826
  msgid ""
2827
  "The contents of the file have been changed and do not match what exists in "
2828
  "the official WordPress repository or a reference file you have uploaded "
@@ -2830,230 +2892,254 @@ msgid ""
2830
  "has been tampered with."
2831
  msgstr ""
2832
 
2833
- #: ../cerber-scanner.php:2619
2834
  #, php-format
2835
  msgid ""
2836
  "To solve this issue you have to reinstall %s or update it to the latest "
2837
  "version."
2838
  msgstr ""
2839
 
2840
- #: ../cerber-scanner.php:2620
2841
  msgid "Please upload a reference ZIP archive"
2842
  msgstr ""
2843
 
2844
- #: ../cerber-scanner.php:2621
2845
  msgid "Resolve issue"
2846
  msgstr ""
2847
 
2848
- #: ../cerber-scanner.php:3575
2849
  msgid "Preparing for the scan"
2850
  msgstr ""
2851
 
2852
- #: ../cerber-scanner.php:3576
2853
  msgid "Scanning folders for files"
2854
  msgstr ""
2855
 
2856
- #: ../cerber-scanner.php:3577
2857
  msgid "Scanning the upload folder for files"
2858
  msgstr ""
2859
 
2860
- #: ../cerber-scanner.php:3578
2861
  msgid "Scanning the temp folder for files"
2862
  msgstr ""
2863
 
2864
- #: ../cerber-scanner.php:3579
2865
  msgid "Scanning the session folder for files"
2866
  msgstr ""
2867
 
2868
- #: ../cerber-scanner.php:3580
2869
  msgid "Parsing the list of files"
2870
  msgstr ""
2871
 
2872
- #: ../cerber-scanner.php:3581
2873
  msgid "Checking for new and modified files"
2874
  msgstr ""
2875
 
2876
- #: ../cerber-scanner.php:3582
2877
  msgid "Verifying the integrity of WordPress"
2878
  msgstr ""
2879
 
2880
- #: ../cerber-scanner.php:3583
 
 
 
 
2881
  msgid "Verifying the integrity of the plugins"
2882
  msgstr ""
2883
 
2884
- #: ../cerber-scanner.php:3584
 
 
 
 
2885
  msgid "Verifying the integrity of the themes"
2886
  msgstr ""
2887
 
2888
- #: ../cerber-scanner.php:3585
2889
  msgid "Searching for malicious code"
2890
  msgstr ""
2891
 
2892
- #: ../cerber-scanner.php:3586
2893
  msgid "Finalizing the scan"
2894
  msgstr ""
2895
 
2896
- #: ../cerber-scanner.php:3661
2897
  msgid "Started"
2898
  msgstr ""
2899
 
2900
- #: ../cerber-scanner.php:3665
2901
  msgid "Finished"
2902
  msgstr ""
2903
 
2904
- #: ../cerber-scanner.php:3673
2905
  msgid "Performance"
2906
  msgstr ""
2907
 
2908
- #: ../cerber-scanner.php:3689
2909
  msgid "New files"
2910
  msgstr ""
2911
 
2912
- #: ../cerber-scanner.php:3693
2913
  msgid "Changed files"
2914
  msgstr ""
2915
 
2916
- #: ../cerber-scanner.php:3697
2917
  msgid "Unwanted extensions"
2918
  msgstr ""
2919
 
2920
- #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
 
 
 
 
2921
  msgid "Scanned"
2922
  msgstr ""
2923
 
2924
- #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
2925
  msgid "Files to scan"
2926
  msgstr ""
2927
 
2928
- #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
2929
  msgid "Critical issues"
2930
  msgstr ""
2931
 
2932
- #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
2933
  msgid "Issues total"
2934
  msgstr ""
2935
 
2936
- #: ../cerber-scanner.php:3881
2937
  msgid "We have not found any integrity data to verify"
2938
  msgstr ""
2939
 
2940
- #: ../cerber-scanner.php:3883
2941
  msgid ""
2942
  "You have to upload a ZIP archive from which you've installed it. This "
2943
  "enables the security scanner to verify the integrity of the code and detect "
2944
  "malware."
2945
  msgstr ""
2946
 
2947
- #: ../cerber-scanner.php:4170
2948
  msgid "The directory is not writable"
2949
  msgstr ""
2950
 
2951
- #: ../cerber-scanner.php:4188
2952
  msgid "Unable to create WP CERBER directory"
2953
  msgstr ""
2954
 
2955
- #: ../cerber-scanner.php:4402
2956
  msgid ""
2957
  "File access error. Possibly scan results are outdated. Please run Quick or "
2958
  "Full Scan."
2959
  msgstr ""
2960
 
2961
- #: ../cerber-scanner.php:4940
2962
  msgid "Full Scan Report"
2963
  msgstr ""
2964
 
2965
- #: ../cerber-scanner.php:4940
2966
  msgid "Quick Scan Report"
2967
  msgstr ""
2968
 
2969
- #: ../cerber-scanner.php:4953
2970
  msgid "Files scanned"
2971
  msgstr ""
2972
 
2973
- #: ../cerber-scanner.php:5034
2974
  msgid "Deleted"
2975
  msgstr ""
2976
 
2977
- #: ../cerber-scanner.php:5081
 
 
 
 
2978
  msgid "Automatically moved to quarantine"
2979
  msgstr ""
2980
 
2981
- #: ../cerber-scanner.php:5093
 
 
 
 
 
 
 
 
2982
  msgid "To view full report visit"
2983
  msgstr ""
2984
 
2985
- #: ../cerber-scanner.php:5321
2986
  msgid "There are no files in the quarantine at the moment."
2987
  msgstr ""
2988
 
2989
- #: ../cerber-scanner.php:5388
2990
  msgid "No files match the specified filter."
2991
  msgstr ""
2992
 
2993
- #: ../cerber-scanner.php:5388
2994
  msgid "Click here to see the full list of files"
2995
  msgstr ""
2996
 
2997
- #: ../cerber-scanner.php:5408
2998
  msgid "Delete permanently"
2999
  msgstr ""
3000
 
3001
- #: ../cerber-scanner.php:5411
3002
  msgid "Restore"
3003
  msgstr ""
3004
 
3005
- #: ../cerber-scanner.php:5420
3006
  msgid "Moved to quarantine"
3007
  msgstr ""
3008
 
3009
- #: ../cerber-scanner.php:5421
3010
  msgid "Automatic deletion"
3011
  msgstr ""
3012
 
3013
- #: ../cerber-scanner.php:5422
3014
  msgid "Size"
3015
  msgstr ""
3016
 
3017
- #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
3018
  msgid "File"
3019
  msgstr ""
3020
 
3021
- #: ../cerber-scanner.php:5437
3022
  msgid "All scans"
3023
  msgstr ""
3024
 
3025
- #: ../cerber-scanner.php:5491
3026
  msgid "The file has been deleted permanently."
3027
  msgstr ""
3028
 
3029
- #: ../cerber-scanner.php:5500
3030
  msgid "The file has been restored to its original location."
3031
  msgstr ""
3032
 
3033
- #: ../cerber-scanner.php:5522
3034
  msgid "Apply"
3035
  msgstr ""
3036
 
3037
- #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
3038
  msgid "Remove from the list"
3039
  msgstr ""
3040
 
3041
- #: ../cerber-scanner.php:5524
3042
  msgid "User Insights"
3043
  msgstr ""
3044
 
3045
- #: ../cerber-scanner.php:5525
3046
  msgid "Traffic Insights"
3047
  msgstr ""
3048
 
3049
- #: ../cerber-scanner.php:5526
3050
  msgid "Activity Insights"
3051
  msgstr ""
3052
 
3053
- #: ../cerber-scanner.php:5528
3054
  msgid "The list is empty."
3055
  msgstr ""
3056
 
3057
- #: ../cerber-scanner.php:5556
3058
  msgid "Added"
3059
  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: Sun Apr 14 2019 19:17:58 GMT+0300 (Moscow Standard Time)\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
24
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
25
  "X-Generator: Loco - https://localise.biz/"
26
 
27
+ #: ../dashboard.php:54
28
  msgid "Cerber Dashboard"
29
  msgstr ""
30
 
31
+ #: ../dashboard.php:54 ../dashboard.php:1621 ../dashboard.php:2534 ../dashboard.
32
+ #: php:4258
33
  msgid "Dashboard"
34
  msgstr ""
35
 
36
+ #: ../dashboard.php:56
37
  msgid "Cerber Traffic Inspector"
38
  msgstr ""
39
 
40
+ #: ../dashboard.php:56 ../dashboard.php:1591 ../dashboard.php:4317
41
  msgid "Traffic Inspector"
42
  msgstr ""
43
 
44
+ #: ../dashboard.php:60
45
  msgid "Cerber Security Rules"
46
  msgstr ""
47
 
48
+ #: ../dashboard.php:60 ../dashboard.php:4334
49
  msgid "Security Rules"
50
  msgstr ""
51
 
52
+ #: ../dashboard.php:64 ../dashboard.php:4349
53
  msgid "Site Integrity"
54
  msgstr ""
55
 
56
+ #: ../dashboard.php:68
57
  msgid "Cerber antispam settings"
58
  msgstr ""
59
 
60
+ #: ../dashboard.php:68 ../cerber-load.php:4584 ../settings.php:549
61
  msgid "Antispam"
62
  msgstr ""
63
 
64
+ #: ../dashboard.php:73
 
 
 
 
65
  msgid "Cerber tools"
66
  msgstr ""
67
 
68
+ #: ../dashboard.php:73 ../dashboard.php:4384
69
  msgid "Tools"
70
  msgstr ""
71
 
72
+ #: ../dashboard.php:177 ../dashboard.php:260
73
  msgid "Remove"
74
  msgstr ""
75
 
76
+ #: ../dashboard.php:182 ../dashboard.php:1033 ../dashboard.php:3702 ../cerber-
77
+ #: load.php:4287
78
  msgid "IP"
79
  msgstr ""
80
 
81
+ #: ../dashboard.php:183 ../dashboard.php:1034
82
  msgid "Hostname"
83
  msgstr ""
84
 
85
+ #: ../dashboard.php:184 ../dashboard.php:1035
86
  msgid "Country"
87
  msgstr ""
88
 
89
+ #: ../dashboard.php:185
90
  msgid "Expires"
91
  msgstr ""
92
 
93
+ #: ../dashboard.php:186 ../cerber-load.php:3624
94
  msgid "Reason"
95
  msgstr ""
96
 
97
+ #: ../dashboard.php:187 ../cerber-scanner.php:5715 ../cerber-scanner.php:5855
98
  msgid "Action"
99
  msgstr ""
100
 
101
+ #: ../dashboard.php:203
102
  #, php-format
103
  msgid "Showing last %d records from %d"
104
  msgstr ""
105
 
106
+ #: ../dashboard.php:205
107
  msgid "Hint"
108
  msgstr ""
109
 
110
+ #: ../dashboard.php:205
111
  msgid "To view activity, click on the IP"
112
  msgstr ""
113
 
114
+ #: ../dashboard.php:209
115
  msgid "No lockouts at the moment. The sky is clear."
116
  msgstr ""
117
 
118
+ #: ../dashboard.php:232 ../dashboard.php:1003 ../dashboard.php:1247 ../dashboard.
119
+ #: php:1586 ../dashboard.php:3494 ../cerber-load.php:4571
120
  msgid "White IP Access List"
121
  msgstr ""
122
 
123
+ #: ../dashboard.php:232
124
  msgid "These IPs will never be locked out"
125
  msgstr ""
126
 
127
+ #: ../dashboard.php:234 ../dashboard.php:1006 ../dashboard.php:1250 ../dashboard.
128
+ #: php:1587 ../dashboard.php:3495
129
  msgid "Black IP Access List"
130
  msgstr ""
131
 
132
+ #: ../dashboard.php:234
133
  msgid "Nobody can log in or register from these IPs"
134
  msgstr ""
135
 
136
+ #: ../dashboard.php:241
137
  msgid "Your IP"
138
  msgstr ""
139
 
140
+ #: ../dashboard.php:259 ../dashboard.php:1260 ../dashboard.php:1295 ../dashboard.
141
+ #: php:1413
142
  msgid "Check for activities"
143
  msgstr ""
144
 
145
+ #: ../dashboard.php:266
146
  msgid "List is empty"
147
  msgstr ""
148
 
149
+ #: ../dashboard.php:272
150
  msgid "IP address, IPv4 address range or subnet"
151
  msgstr ""
152
 
153
+ #: ../dashboard.php:273
154
  msgid "Add IP to the list"
155
  msgstr ""
156
 
157
+ #: ../dashboard.php:274
158
  msgid "Optional comment for this entry"
159
  msgstr ""
160
 
161
+ #: ../dashboard.php:291 ../dashboard.php:308
162
  msgid "Incorrect IP address or IP range"
163
  msgstr ""
164
 
165
+ #: ../dashboard.php:299
166
  #, php-format
167
  msgid "Address %s was added to White IP Access List"
168
  msgstr ""
169
 
170
+ #: ../dashboard.php:313
171
  msgid "You cannot add your IP address or network"
172
  msgstr ""
173
 
174
+ #: ../dashboard.php:321
175
  #, php-format
176
  msgid "Address %s was added to Black IP Access List"
177
  msgstr ""
178
 
179
+ #: ../dashboard.php:408 ../dashboard.php:3423 ../whois.php:222 ../whois.php:253 ..
180
+ #: /common.php:1291 ../common.php:1709 ../nexus/cerber-slave-list.php:283
181
  msgid "Unknown"
182
  msgstr ""
183
 
184
+ #: ../dashboard.php:481
185
  msgid "unknown"
186
  msgstr ""
187
 
188
+ #: ../dashboard.php:544
189
  #, php-format
190
  msgid "Lockout for %s was removed"
191
  msgstr ""
192
 
193
+ #: ../dashboard.php:552
194
  msgid "Email has been sent to"
195
  msgstr ""
196
 
197
+ #: ../dashboard.php:555
198
  msgid "Unable to send email to"
199
  msgstr ""
200
 
201
+ #: ../dashboard.php:606
202
  msgid "Default settings have been loaded"
203
  msgstr ""
204
 
205
+ #: ../dashboard.php:771 ../dashboard.php:3324
206
  msgid "IP address"
207
  msgstr ""
208
 
209
+ #: ../dashboard.php:772 ../dashboard.php:1036 ../dashboard.php:3325 ../dashboard.
210
+ #: php:3700
211
  msgid "Date"
212
  msgstr ""
213
 
214
+ #: ../dashboard.php:773 ../dashboard.php:1037
215
  msgid "Event"
216
  msgstr ""
217
 
218
+ #: ../dashboard.php:774
219
  msgid "Additional Details"
220
  msgstr ""
221
 
222
+ #: ../dashboard.php:775 ../dashboard.php:1038 ../dashboard.php:3705
223
  msgid "Local User"
224
  msgstr ""
225
 
226
+ #: ../dashboard.php:776
227
  msgid "User login"
228
  msgstr ""
229
 
230
+ #: ../dashboard.php:777 ../dashboard.php:3330
231
  msgid "User ID"
232
  msgstr ""
233
 
234
+ #: ../dashboard.php:778 ../dashboard.php:1039 ../cerber-load.php:4295
235
  msgid "Username used"
236
  msgstr ""
237
 
238
+ #: ../dashboard.php:853 ../dashboard.php:2185
239
+ msgid "View all"
240
+ msgstr ""
241
+
242
+ #: ../dashboard.php:864
243
+ msgid "New users"
244
+ msgstr ""
245
+
246
+ #: ../dashboard.php:870 ../dashboard.php:3731
247
+ msgid "Suspicious activity"
248
+ msgstr ""
249
+
250
+ #: ../dashboard.php:872 ../common.php:1184
251
+ msgid "IP blocked"
252
+ msgstr ""
253
+
254
+ #: ../dashboard.php:874 ../dashboard.php:3733 ../settings.php:471 ../settings.php:
255
+ #: 814
256
+ msgid "Logged in users"
257
+ msgstr ""
258
+
259
+ #: ../dashboard.php:875 ../dashboard.php:3734
260
+ msgid "Not logged in visitors"
261
+ msgstr ""
262
+
263
+ #: ../dashboard.php:877
264
+ msgid "My activity"
265
+ msgstr ""
266
+
267
+ #: ../dashboard.php:1011 ../dashboard.php:1253 ../dashboard.php:3499 ../common.
268
+ #: php:1235
269
  msgid "Locked out"
270
  msgstr ""
271
 
272
+ #: ../dashboard.php:1061 ../dashboard.php:3765
273
  msgid "Export"
274
  msgstr ""
275
 
276
+ #: ../dashboard.php:1066
277
  msgid "No activity has been logged."
278
  msgstr ""
279
 
280
+ #: ../dashboard.php:1073
281
  msgid "All events"
282
  msgstr ""
283
 
284
+ #: ../dashboard.php:1083
285
  msgid "Filter by registered user"
286
  msgstr ""
287
 
288
+ #: ../dashboard.php:1084
289
  msgid "Search for IP or username"
290
  msgstr ""
291
 
292
+ #: ../dashboard.php:1085
293
  msgid "Filter"
294
  msgstr ""
295
 
296
+ #: ../dashboard.php:1290
297
  msgid "Abuse email:"
298
  msgstr ""
299
 
300
+ #: ../dashboard.php:1295
301
  msgid "Network:"
302
  msgstr ""
303
 
304
+ #: ../dashboard.php:1310
305
  msgid "Add network to the Black List"
306
  msgstr ""
307
 
308
+ #: ../dashboard.php:1315
309
  msgid "Add IP to the Black List"
310
  msgstr ""
311
 
312
+ #: ../dashboard.php:1376
313
  msgid "Activated"
314
  msgstr ""
315
 
316
+ #: ../dashboard.php:1397
317
  msgid "Last seen"
318
  msgstr ""
319
 
320
+ #: ../dashboard.php:1407 ../dashboard.php:1451
321
  msgid "Registered"
322
  msgstr ""
323
 
324
+ #: ../dashboard.php:1448
325
  msgid "Comments"
326
  msgstr ""
327
 
328
+ #: ../dashboard.php:1449
329
  msgid "Last login"
330
  msgstr ""
331
 
332
+ #: ../dashboard.php:1450
333
  msgid "Failed login attempts"
334
  msgstr ""
335
 
336
+ #: ../dashboard.php:1482 ../dashboard.php:1569 ../common.php:1431 ../nexus/cerber-
337
  #: slave-list.php:297
338
  msgid "Never"
339
  msgstr ""
340
 
341
+ #: ../dashboard.php:1521 ../cerber-users.php:25
342
  msgid "You"
343
  msgstr ""
344
 
345
+ #: ../dashboard.php:1539
346
  msgid "Cerber Quick View"
347
  msgstr ""
348
 
349
+ #: ../dashboard.php:1573 ../dashboard.php:1595
350
  msgid "active"
351
  msgstr ""
352
 
353
+ #: ../dashboard.php:1573
354
  msgid "deactivate"
355
  msgstr ""
356
 
357
+ #: ../dashboard.php:1575
358
  msgid "not active"
359
  msgstr ""
360
 
361
+ #: ../dashboard.php:1576 ../dashboard.php:1590
362
  msgid "disabled"
363
  msgstr ""
364
 
365
+ #: ../dashboard.php:1581
366
  msgid "failed attempts"
367
  msgstr ""
368
 
369
+ #: ../dashboard.php:1581 ../dashboard.php:1582
370
  msgid "in 24 hours"
371
  msgstr ""
372
 
373
+ #: ../dashboard.php:1581 ../dashboard.php:1582
374
  msgid "view all"
375
  msgstr ""
376
 
377
+ #: ../dashboard.php:1582
378
  msgid "lockouts"
379
  msgstr ""
380
 
381
+ #: ../dashboard.php:1584
382
  msgid "Lockouts at the moment"
383
  msgstr ""
384
 
385
+ #: ../dashboard.php:1585
386
  msgid "Last lockout"
387
  msgstr ""
388
 
389
+ #: ../dashboard.php:1586 ../dashboard.php:1587 ../dashboard.php:2516
390
  msgid "entry"
391
  msgid_plural "entries"
392
  msgstr[0] ""
393
  msgstr[1] ""
394
 
395
+ #: ../dashboard.php:1588 ../settings.php:236
396
  msgid "Citadel mode"
397
  msgstr ""
398
 
399
+ #: ../dashboard.php:1590
400
  msgid "enabled"
401
  msgstr ""
402
 
403
+ #: ../dashboard.php:1595
404
  msgid "no connection"
405
  msgstr ""
406
 
407
+ #: ../dashboard.php:1605
408
  msgctxt "Example: Last malware scan: 23 Jan 2018"
409
  msgid "Last malware scan"
410
  msgstr ""
411
 
412
+ #: ../dashboard.php:1608 ../dashboard.php:1610 ../settings.php:621 ../settings.
413
+ #: php:852 ../settings.php:878 ../cerber-scanner.php:1623
414
  msgid "Disabled"
415
  msgstr ""
416
 
417
+ #: ../dashboard.php:1609 ../cerber-scanner.php:1065
418
  msgid "Quick Scan"
419
  msgstr ""
420
 
421
+ #: ../dashboard.php:1611 ../cerber-scanner.php:1065
422
  msgid "Full Scan"
423
  msgstr ""
424
 
425
+ #: ../dashboard.php:1622 ../dashboard.php:2171 ../dashboard.php:4259 ../cerber-
426
+ #: load.php:4278 ../settings.php:260
427
  msgid "Activity"
428
  msgstr ""
429
 
430
+ #: ../dashboard.php:1623
431
  msgid "Traffic"
432
  msgstr ""
433
 
434
+ #: ../dashboard.php:1624
435
  msgid "Integrity"
436
  msgstr ""
437
 
438
+ #: ../dashboard.php:1988 ../settings.php:223
439
  msgid "My site is behind a reverse proxy"
440
  msgstr ""
441
 
442
+ #: ../dashboard.php:2164
443
  msgid "in the last 24 hours"
444
  msgstr ""
445
 
446
+ #: ../dashboard.php:2188
 
 
 
 
 
 
 
 
 
 
 
 
447
  msgid "Recently locked out IP addresses"
448
  msgstr ""
449
 
450
+ #: ../dashboard.php:2212
451
  msgid "Confused about some settings?"
452
  msgstr ""
453
 
454
+ #: ../dashboard.php:2213
455
  msgid "You can easily load default recommended settings using button below"
456
  msgstr ""
457
 
458
+ #: ../dashboard.php:2215
459
  msgid "Load default settings"
460
  msgstr ""
461
 
462
+ #: ../dashboard.php:2217 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
463
+ #: 230 ../cerber-scanner.php:5689 ../cerber-scanner.php:5839
464
  msgid "Are you sure?"
465
  msgstr ""
466
 
467
+ #: ../dashboard.php:2223
468
  msgid "doesn't affect Custom login URL and Access Lists"
469
  msgstr ""
470
 
471
+ #: ../dashboard.php:2224 ../cerber-load.php:3656 ../cerber-load.php:4573
472
  msgid "Getting Started Guide"
473
  msgstr ""
474
 
475
+ #: ../dashboard.php:2333
476
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
477
  msgstr ""
478
 
479
+ #: ../dashboard.php:2334
480
  msgid "Deactivate"
481
  msgstr ""
482
 
483
+ #: ../dashboard.php:2335 ../dashboard.php:2773
484
  msgid "View Activity"
485
  msgstr ""
486
 
487
+ #: ../dashboard.php:2350 ../nexus/cerber-nexus-slave.php:450
488
  msgid "Settings saved"
489
  msgstr ""
490
 
491
+ #: ../dashboard.php:2421
492
+ msgid "Create Alert"
493
  msgstr ""
494
 
495
+ #: ../dashboard.php:2425
496
+ msgid "Delete Alert"
497
  msgstr ""
498
 
499
+ #: ../dashboard.php:2458
500
  msgid "You've subscribed"
501
  msgstr ""
502
 
503
+ #: ../dashboard.php:2459
504
+ msgid "The alert has been created"
505
+ msgstr ""
506
+
507
+ #: ../dashboard.php:2463
508
  msgid "You've unsubscribed"
509
  msgstr ""
510
 
511
+ #: ../dashboard.php:2464
512
+ msgid "The alert has been deleted"
513
+ msgstr ""
514
+
515
+ #: ../dashboard.php:2535
516
  msgid "Main settings"
517
  msgstr ""
518
 
519
+ #: ../dashboard.php:2641
520
  msgid "Are you sure you want to delete selected files?"
521
  msgstr ""
522
 
523
+ #: ../dashboard.php:2642
524
  msgid "These files have been moved to the quarantine"
525
  msgstr ""
526
 
527
+ #: ../dashboard.php:2645
528
  msgid "Do you want to add selected files to the ignore list?"
529
  msgstr ""
530
 
531
+ #: ../dashboard.php:2646
532
  msgid "These files have been added to the ignore list"
533
  msgstr ""
534
 
535
+ #: ../dashboard.php:2648
536
  msgid "Some errors occurred"
537
  msgstr ""
538
 
539
+ #: ../dashboard.php:2649
540
  msgid "All files have been processed"
541
  msgstr ""
542
 
543
+ #: ../dashboard.php:2872
544
  msgid "These features are available in a professional version of the plugin."
545
  msgstr ""
546
 
547
+ #: ../dashboard.php:2873
548
  msgid "Know more about all advantages at"
549
  msgstr ""
550
 
551
+ #: ../dashboard.php:3036
552
  #, php-format
553
  msgid "Permitted for one country"
554
  msgid_plural "Permitted for %d countries"
555
  msgstr[0] ""
556
  msgstr[1] ""
557
 
558
+ #: ../dashboard.php:3039
559
  #, php-format
560
  msgid "Not permitted for one country"
561
  msgid_plural "Not permitted for %d countries"
562
  msgstr[0] ""
563
  msgstr[1] ""
564
 
565
+ #: ../dashboard.php:3047
566
  msgid "No rule"
567
  msgstr ""
568
 
569
+ #: ../dashboard.php:3083
570
  msgid "Save all rules"
571
  msgstr ""
572
 
573
+ #: ../dashboard.php:3104
574
  msgid "Start typing here to find a country"
575
  msgstr ""
576
 
577
+ #: ../dashboard.php:3184
578
  msgid "Click on a country name to add it to the list of selected countries"
579
  msgstr ""
580
 
581
+ #: ../dashboard.php:3188
582
  #, php-format
583
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
584
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
585
  msgstr ""
586
 
587
+ #: ../dashboard.php:3191
588
  #, php-format
589
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
590
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
591
  msgstr ""
592
 
593
+ #: ../dashboard.php:3205
594
  msgid "Submit forms"
595
  msgstr ""
596
 
597
+ #: ../dashboard.php:3206
598
  msgid "Post comments"
599
  msgstr ""
600
 
601
+ #: ../dashboard.php:3207
602
  msgid "Log in to the website"
603
  msgstr ""
604
 
605
+ #: ../dashboard.php:3208
606
  msgid "Register on the website"
607
  msgstr ""
608
 
609
+ #: ../dashboard.php:3209
610
  msgid "Use XML-RPC"
611
  msgstr ""
612
 
613
+ #: ../dashboard.php:3210
614
  msgid "Use REST API"
615
  msgstr ""
616
 
617
+ #: ../dashboard.php:3258
618
  msgid "Security rules have been updated"
619
  msgstr ""
620
 
621
+ #: ../dashboard.php:3331
622
  msgid "Page generation time"
623
  msgstr ""
624
 
625
+ #: ../dashboard.php:3701
626
  msgid "Request"
627
  msgstr ""
628
 
629
+ #: ../dashboard.php:3703
630
  msgid "Host Info"
631
  msgstr ""
632
 
633
+ #: ../dashboard.php:3704
634
  msgid "User Agent"
635
  msgstr ""
636
 
637
+ #: ../dashboard.php:3721
638
  msgid "No requests have been logged."
639
  msgstr ""
640
 
641
+ #: ../dashboard.php:3729
642
  msgid "All requests"
643
  msgstr ""
644
 
645
+ #: ../dashboard.php:3732
 
 
 
 
646
  msgid "Errors"
647
  msgstr ""
648
 
649
+ #: ../dashboard.php:3737
 
 
 
 
 
 
 
 
650
  msgid "Form submissions"
651
  msgstr ""
652
 
653
+ #: ../dashboard.php:3739
654
  msgid "Page Not Found"
655
  msgstr ""
656
 
657
+ #: ../dashboard.php:3748
658
  msgid "Longer than"
659
  msgstr ""
660
 
661
+ #: ../dashboard.php:3758
662
+ msgid "Advanced Search"
663
  msgstr ""
664
 
665
+ #: ../dashboard.php:3771
666
+ msgid "Refresh"
667
  msgstr ""
668
 
669
+ #: ../dashboard.php:4062
670
+ msgid "Any"
671
  msgstr ""
672
 
673
+ #: ../dashboard.php:4260
674
  msgid "Lockouts"
675
  msgstr ""
676
 
677
+ #: ../dashboard.php:4261 ../cerber-load.php:4581
678
  msgid "Main Settings"
679
  msgstr ""
680
 
681
+ #: ../dashboard.php:4262 ../cerber-load.php:4583 ../cerber-tools.php:38 ../cerber-
682
  #: tools.php:47 ../cerber-tools.php:134
683
  msgid "Access Lists"
684
  msgstr ""
685
 
686
+ #: ../dashboard.php:4263 ../cerber-load.php:4585
687
  msgid "Hardening"
688
  msgstr ""
689
 
690
+ #: ../dashboard.php:4264
691
  msgid "Users"
692
  msgstr ""
693
 
694
+ #: ../dashboard.php:4265 ../cerber-load.php:4586 ../settings.php:248
 
695
  msgid "Notifications"
696
  msgstr ""
697
 
698
+ #: ../dashboard.php:4297
699
  msgid "Antispam and bot detection settings"
700
  msgstr ""
701
 
702
+ #: ../dashboard.php:4299
703
  msgid "Antispam engine"
704
  msgstr ""
705
 
706
+ #: ../dashboard.php:4319
707
  msgid "Live Traffic"
708
  msgstr ""
709
 
710
+ #: ../dashboard.php:4320 ../dashboard.php:4352 ../cerber-tools.php:37 ../cerber-
711
  #: tools.php:46 ../nexus/cerber-nexus.php:90
712
  msgid "Settings"
713
  msgstr ""
714
 
715
+ #: ../dashboard.php:4336
716
  msgid "Countries"
717
  msgstr ""
718
 
719
+ #: ../dashboard.php:4351 ../cerber-load.php:4582
720
  msgid "Security Scanner"
721
  msgstr ""
722
 
723
+ #: ../dashboard.php:4353
724
  msgid "Scheduling"
725
  msgstr ""
726
 
727
+ #: ../dashboard.php:4354
728
  msgid "Cleaning up"
729
  msgstr ""
730
 
731
+ #: ../dashboard.php:4355
732
  msgid "Ignore List"
733
  msgstr ""
734
 
735
+ #: ../dashboard.php:4356
736
  msgid "Quarantine"
737
  msgstr ""
738
 
739
+ #: ../dashboard.php:4386
740
  msgid "Export & Import"
741
  msgstr ""
742
 
743
+ #: ../dashboard.php:4387
744
  msgid "Diagnostic"
745
  msgstr ""
746
 
747
+ #: ../dashboard.php:4388
748
  msgid "Log"
749
  msgstr ""
750
 
751
+ #: ../dashboard.php:4389
752
  msgid "Changelog"
753
  msgstr ""
754
 
755
+ #: ../dashboard.php:4390
756
  msgid "License"
757
  msgstr ""
758
 
759
+ #: ../dashboard.php:4486
760
  msgid "Help"
761
  msgstr ""
762
 
763
+ #: ../dashboard.php:4514
764
  msgid "Log In"
765
  msgstr ""
766
 
767
+ #: ../dashboard.php:4515
768
  msgid "Log Out"
769
  msgstr ""
770
 
771
+ #: ../dashboard.php:4516
772
  msgid "Register"
773
  msgstr ""
774
 
775
+ #: ../dashboard.php:4519
776
  msgid "WooCommerce Log In"
777
  msgstr ""
778
 
779
+ #: ../dashboard.php:4520
780
  msgid "WooCommerce Log Out"
781
  msgstr ""
782
 
783
+ #: ../dashboard.php:4559 ../dashboard.php:4560
784
  msgid "Add to menu"
785
  msgstr ""
786
 
802
  msgstr ""
803
 
804
  #. Author of the plugin
805
+ msgid "Cerber Tech Inc."
806
  msgstr ""
807
 
808
+ #: ../common.php:187
809
  msgid "Check for requests"
810
  msgstr ""
811
 
812
+ #: ../common.php:257
813
  msgid "Malicious activities mitigated"
814
  msgstr ""
815
 
816
+ #: ../common.php:260
817
  msgid "Spam comments denied"
818
  msgstr ""
819
 
820
+ #: ../common.php:261
821
  msgid "Spam form submissions denied"
822
  msgstr ""
823
 
824
+ #: ../common.php:262
825
  msgid "Malicious IP addresses detected"
826
  msgstr ""
827
 
828
+ #: ../common.php:263
829
  msgid "Lockouts occurred"
830
  msgstr ""
831
 
832
+ #: ../common.php:317 ../common.php:389 ../common.php:394 ../common.php:400 ..
833
+ #: /common.php:405 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
834
  #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
835
  #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
836
  #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
837
+ #: /settings.php:1587 ../settings.php:1672 ../nexus/cerber-nexus-slave.php:222 ..
838
+ #: /nexus/cerber-nexus-slave.php:233 ../cerber-scanner.php:5809
839
  msgid "ERROR:"
840
  msgstr ""
841
 
842
+ #: ../common.php:865
843
  msgid "Save Changes"
844
  msgstr ""
845
 
846
+ #: ../common.php:1177
847
  msgid "User created"
848
  msgstr ""
849
 
850
+ #: ../common.php:1178
851
+ msgid "User registered"
852
+ msgstr ""
853
+
854
+ #: ../common.php:1179
855
  msgid "Logged in"
856
  msgstr ""
857
 
858
+ #: ../common.php:1180
859
  msgid "Logged out"
860
  msgstr ""
861
 
862
+ #: ../common.php:1181
863
  msgid "Login failed"
864
  msgstr ""
865
 
866
+ #: ../common.php:1185
 
 
 
 
867
  msgid "Subnet blocked"
868
  msgstr ""
869
 
870
+ #: ../common.php:1187
871
  msgid "Citadel activated!"
872
  msgstr ""
873
 
874
+ #: ../common.php:1188
875
  msgid "Spam comment denied"
876
  msgstr ""
877
 
878
+ #: ../common.php:1189
879
  msgid "Spam form submission denied"
880
  msgstr ""
881
 
882
+ #: ../common.php:1190
883
  msgid "Form submission denied"
884
  msgstr ""
885
 
886
+ #: ../common.php:1191
887
  msgid "Comment denied"
888
  msgstr ""
889
 
890
+ #: ../common.php:1202
891
  msgid "Password changed"
892
  msgstr ""
893
 
894
+ #: ../common.php:1203
895
  msgid "Password reset requested"
896
  msgstr ""
897
 
898
+ #: ../common.php:1205
899
  msgid "reCAPTCHA verification failed"
900
  msgstr ""
901
 
902
+ #: ../common.php:1206
903
  msgid "reCAPTCHA settings are incorrect"
904
  msgstr ""
905
 
906
+ #: ../common.php:1207
907
  msgid "Request to the Google reCAPTCHA service failed"
908
  msgstr ""
909
 
910
+ #: ../common.php:1209 ../common.php:1295
911
  msgid "Attempt to access prohibited URL"
912
  msgstr ""
913
 
914
+ #: ../common.php:1210 ../common.php:1275
915
  msgid "Attempt to log in with non-existing username"
916
  msgstr ""
917
 
918
+ #: ../common.php:1211 ../common.php:1276
919
  msgid "Attempt to log in with prohibited username"
920
  msgstr ""
921
 
922
+ #: ../common.php:1213
923
  msgid "Attempt to log in denied"
924
  msgstr ""
925
 
926
+ #: ../common.php:1214
927
  msgid "Attempt to register denied"
928
  msgstr ""
929
 
930
+ #: ../common.php:1215 ../common.php:1280
931
  msgid "Probing for vulnerable PHP code"
932
  msgstr ""
933
 
934
+ #: ../common.php:1216
935
  msgid "Attempt to upload malicious file denied"
936
  msgstr ""
937
 
938
+ #: ../common.php:1217
939
  msgid "File upload denied"
940
  msgstr ""
941
 
942
+ #: ../common.php:1219
943
  msgid "Request to REST API denied"
944
  msgstr ""
945
 
946
+ #: ../common.php:1220
947
  msgid "XML-RPC request denied"
948
  msgstr ""
949
 
950
+ #: ../common.php:1222
951
  msgid "Malicious request denied"
952
  msgstr ""
953
 
954
+ #: ../common.php:1226
955
  msgid "User activated"
956
  msgstr ""
957
 
958
+ #: ../common.php:1229
959
  msgid "Invalid master credentials"
960
  msgstr ""
961
 
962
+ #: ../common.php:1233
963
  msgid "Bot detected"
964
  msgstr ""
965
 
966
+ #: ../common.php:1234
967
  msgid "Citadel mode is active"
968
  msgstr ""
969
 
970
+ #: ../common.php:1236
971
  msgid "IP address is locked out"
972
  msgstr ""
973
 
974
+ #: ../common.php:1237
975
  msgid "IP blacklisted"
976
  msgstr ""
977
 
978
+ #: ../common.php:1239
979
  msgid "Malicious activity detected"
980
  msgstr ""
981
 
982
+ #: ../common.php:1240
983
  msgid "Blocked by country rule"
984
  msgstr ""
985
 
986
+ #: ../common.php:1241
987
  msgid "Limit reached"
988
  msgstr ""
989
 
990
+ #: ../common.php:1242
991
  msgid "Multiple suspicious activities"
992
  msgstr ""
993
 
994
+ #: ../common.php:1243
995
  msgid "Denied"
996
  msgstr ""
997
 
998
+ #: ../common.php:1244
999
  msgid "Suspicious number of fields"
1000
  msgstr ""
1001
 
1002
+ #: ../common.php:1245
1003
  msgid "Suspicious number of nested values"
1004
  msgstr ""
1005
 
1006
+ #: ../common.php:1246 ../common.php:1281
1007
  msgid "Malicious code detected"
1008
  msgstr ""
1009
 
1010
+ #: ../common.php:1247
1011
  msgid "Suspicious SQL code detected"
1012
  msgstr ""
1013
 
1014
+ #: ../common.php:1248
1015
  msgid "Suspicious JavaScript code detected"
1016
  msgstr ""
1017
 
1018
+ #: ../common.php:1249
1019
  msgid "Blocked by administrator"
1020
  msgstr ""
1021
 
1022
+ #: ../common.php:1273
1023
  msgid "Limit on login attempts is reached"
1024
  msgstr ""
1025
 
1026
+ #: ../common.php:1274
1027
  msgid "Attempt to access"
1028
  msgstr ""
1029
 
1030
+ #: ../common.php:1277
1031
  msgid "Limit on failed reCAPTCHA verifications is reached"
1032
  msgstr ""
1033
 
1034
+ #: ../common.php:1278
1035
  msgid "Bot activity is detected"
1036
  msgstr ""
1037
 
1038
+ #: ../common.php:1279
1039
  msgid "Multiple suspicious activities were detected"
1040
  msgstr ""
1041
 
1042
+ #: ../common.php:1282
1043
  msgid "Attempt to upload a file with malicious code"
1044
  msgstr ""
1045
 
1046
+ #: ../common.php:1284
1047
  msgid "Multiple suspicious requests"
1048
  msgstr ""
1049
 
1050
  #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
1051
+ #: ../common.php:1419
1052
  #, php-format
1053
  msgid "%s sec"
1054
  msgid_plural "%s secs"
1055
  msgstr[0] ""
1056
  msgstr[1] ""
1057
 
1058
+ #: ../common.php:1426
1059
  #, php-format
1060
  msgid "%s ago"
1061
  msgstr ""
1062
 
1063
+ #: ../common.php:1426
1064
  #, php-format
1065
  msgctxt "preposition of a period of time like: in 6 hours"
1066
  msgid "in %s"
1067
  msgstr ""
1068
 
1069
+ #: ../common.php:1512
1070
  msgid "Bytes"
1071
  msgstr ""
1072
 
1073
+ #: ../common.php:1614 ../settings.php:401
1074
  msgid "New version is available"
1075
  msgstr ""
1076
 
1077
+ #: ../common.php:1621
1078
  #, php-format
1079
  msgid "Update to version %s of WP Cerber"
1080
  msgstr ""
1081
 
1082
+ #: ../common.php:1640
1083
  msgid "Not specified"
1084
  msgstr ""
1085
 
1086
+ #: ../common.php:2497
1087
  msgid "Unable to create the directory"
1088
  msgstr ""
1089
 
1090
+ #: ../common.php:2502
1091
  msgid "Destination folder access denied"
1092
  msgstr ""
1093
 
1094
+ #: ../common.php:2505
1095
  msgid "File not found"
1096
  msgstr ""
1097
 
1098
+ #: ../common.php:2508
1099
  msgid "Unable to copy the file"
1100
  msgstr ""
1101
 
1102
+ #: ../common.php:2514
1103
  msgid "Unable to delete the file"
1104
  msgstr ""
1105
 
1110
  "more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1111
  msgstr ""
1112
 
1113
+ #. Author of the plugin
1114
+ msgid "Gregory"
1115
+ msgstr ""
1116
+
1117
+ #: ../cerber-news.php:175
1118
  msgid "Awesome!"
1119
  msgstr ""
1120
 
1138
  msgid "NO, maybe later"
1139
  msgstr ""
1140
 
1141
+ #: ../cerber-lab.php:779 ../settings.php:1203 ../settings.php:1206
1142
  msgid "Know more"
1143
  msgstr ""
1144
 
1196
  msgid "Sorry, human verification failed."
1197
  msgstr ""
1198
 
1199
+ #: ../cerber-load.php:3452
1200
  msgid "We're sorry, you are not allowed to proceed"
1201
  msgstr ""
1202
 
1203
+ #: ../cerber-load.php:3565
1204
  msgid "WP Cerber notify"
1205
  msgstr ""
1206
 
1207
+ #: ../cerber-load.php:3589
1208
  msgid "Citadel mode is activated"
1209
  msgstr ""
1210
 
1211
+ #: ../cerber-load.php:3591
1212
  #, php-format
1213
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
1214
  msgstr ""
1215
 
1216
+ #: ../cerber-load.php:3592
1217
  #, php-format
1218
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
1219
  msgstr ""
1220
 
1221
+ #: ../cerber-load.php:3593 ../cerber-load.php:4319
1222
  msgid "View activity in dashboard"
1223
  msgstr ""
1224
 
1225
+ #: ../cerber-load.php:3617
1226
  msgid "unspecified"
1227
  msgstr ""
1228
 
1229
+ #: ../cerber-load.php:3620
1230
  msgid "Number of lockouts is increasing"
1231
  msgstr ""
1232
 
1233
+ #: ../cerber-load.php:3622
1234
  msgid "Number of active lockouts"
1235
  msgstr ""
1236
 
1237
+ #: ../cerber-load.php:3623
1238
  #, php-format
1239
  msgid "Last lockout was added: %s for IP %s"
1240
  msgstr ""
1241
 
1242
+ #: ../cerber-load.php:3625
1243
  msgid "View activity for this IP"
1244
  msgstr ""
1245
 
1246
+ #: ../cerber-load.php:3626
1247
  msgid "View lockouts in dashboard"
1248
  msgstr ""
1249
 
1250
+ #: ../cerber-load.php:3629 ../cerber-load.php:3631
1251
  msgid "A new version of WP Cerber is available to install"
1252
  msgstr ""
1253
 
1254
+ #: ../cerber-load.php:3630
1255
  msgid "Hi!"
1256
  msgstr ""
1257
 
1258
+ #: ../cerber-load.php:3633 ../cerber-load.php:3644 ../nexus/cerber-slave-list.php:
1259
  #: 45
1260
  msgid "Website"
1261
  msgstr ""
1262
 
1263
+ #: ../cerber-load.php:3636 ../cerber-load.php:3637
1264
  msgid "The WP Cerber security plugin has been deactivated"
1265
  msgstr ""
1266
 
1267
+ #: ../cerber-load.php:3639
1268
  msgid "Not logged in"
1269
  msgstr ""
1270
 
1271
+ #: ../cerber-load.php:3645
1272
  msgid "By user"
1273
  msgstr ""
1274
 
1275
+ #: ../cerber-load.php:3646
1276
  msgid "From IP address"
1277
  msgstr ""
1278
 
1279
+ #: ../cerber-load.php:3649
1280
  msgid "From country"
1281
  msgstr ""
1282
 
1283
+ #: ../cerber-load.php:3653
1284
  msgid "The WP Cerber security plugin is now active"
1285
  msgstr ""
1286
 
1287
+ #: ../cerber-load.php:3654 ../cerber-load.php:4570
1288
  msgid "WP Cerber is now active and has started protecting your site"
1289
  msgstr ""
1290
 
1291
+ #: ../cerber-load.php:3661
1292
  msgid "New Custom login URL"
1293
  msgstr ""
1294
 
1295
+ #: ../cerber-load.php:3665 ../cerber-load.php:3666
1296
  msgid "A new activity has been recorded"
1297
  msgstr ""
1298
 
1299
+ #: ../cerber-load.php:3671
1300
  msgid "Weekly report"
1301
  msgstr ""
1302
 
1303
+ #: ../cerber-load.php:3674 ../cerber-load.php:3684
1304
  msgid "To change reporting settings visit"
1305
  msgstr ""
1306
 
1307
+ #: ../cerber-load.php:3681
1308
  msgid "Scanner Report"
1309
  msgstr ""
1310
 
1311
+ #: ../cerber-load.php:3707
1312
  msgid "Your login page:"
1313
  msgstr ""
1314
 
1315
+ #: ../cerber-load.php:3711
1316
  msgid "Your license is valid until"
1317
  msgstr ""
1318
 
1319
+ #: ../cerber-load.php:3714
1320
  msgid "This message was sent by"
1321
  msgstr ""
1322
 
1323
+ #: ../cerber-load.php:3735
1324
  #, php-format
1325
  msgid "Your last sign-in was %s from %s"
1326
  msgstr ""
1327
 
1328
+ #: ../cerber-load.php:3805
1329
  msgid "Weekly Report"
1330
  msgstr ""
1331
 
1332
+ #: ../cerber-load.php:3817
1333
  msgid "Activity details"
1334
  msgstr ""
1335
 
1336
+ #: ../cerber-load.php:3831
1337
  msgid "Attempts to log in with non-existing usernames"
1338
  msgstr ""
1339
 
1340
+ #: ../cerber-load.php:4291
1341
  msgid "User"
1342
  msgstr ""
1343
 
1344
+ #: ../cerber-load.php:4299
1345
  msgid "Search string"
1346
  msgstr ""
1347
 
1348
+ #: ../cerber-load.php:4320
1349
+ msgid "To delete the alert, click here"
1350
  msgstr ""
1351
 
1352
+ #: ../cerber-load.php:4536
1353
  #, php-format
1354
  msgid "The WP Cerber requires PHP %s or higher. You are running"
1355
  msgstr ""
1356
 
1357
+ #: ../cerber-load.php:4540
1358
  #, php-format
1359
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
1360
  msgstr ""
1361
 
1362
+ #: ../cerber-load.php:4549
1363
  msgid "Can't activate WP Cerber due to a database error."
1364
  msgstr ""
1365
 
1366
+ #: ../cerber-load.php:4571
1367
  msgid "Your IP address is added to the"
1368
  msgstr ""
1369
 
1370
+ #: ../cerber-load.php:4587
1371
  msgid "Import settings"
1372
  msgstr ""
1373
 
1385
  msgid "blocked by %s at %s"
1386
  msgstr ""
1387
 
1388
+ #: ../cerber-users.php:41 ../settings.php:332
1389
  msgid "User Message"
1390
  msgstr ""
1391
 
1401
  msgid "Block"
1402
  msgstr ""
1403
 
1404
+ #: ../settings.php:119
1405
+ msgid "All connected devices"
1406
  msgstr ""
1407
 
1408
+ #: ../settings.php:122
1409
+ msgid "No devices found"
1410
  msgstr ""
1411
 
1412
+ #: ../settings.php:126
1413
+ msgid "Not available"
1414
  msgstr ""
1415
 
1416
+ #: ../settings.php:132
1417
+ msgid "Plugin initialization"
1418
  msgstr ""
1419
 
1420
+ #: ../settings.php:135
1421
+ msgid "Load security engine"
1422
  msgstr ""
1423
 
1424
+ #: ../settings.php:138
1425
+ msgid "Legacy mode"
1426
  msgstr ""
1427
 
1428
+ #: ../settings.php:139
1429
+ msgid "Standard mode"
1430
  msgstr ""
1431
 
1432
+ #: ../settings.php:145
1433
+ msgid "Limit login attempts"
1434
  msgstr ""
1435
 
1436
+ #: ../settings.php:148
1437
+ msgid "Attempts"
1438
  msgstr ""
1439
 
1440
+ #: ../settings.php:152
1441
+ msgid "Lockout duration"
 
 
 
1442
  msgstr ""
1443
 
1444
+ #: ../settings.php:153 ../settings.php:244
1445
+ msgid "minutes"
1446
  msgstr ""
1447
 
1448
+ #: ../settings.php:157
1449
+ msgid "Aggressive lockout"
1450
+ msgstr ""
1451
+
1452
+ #: ../settings.php:161 ../settings.php:325 ../settings.php:857
1453
+ msgid "Use White IP Access List"
1454
  msgstr ""
1455
 
1456
  #: ../settings.php:162
1457
+ msgid "Apply limit login rules to IP addresses in the White IP Access List"
1458
  msgstr ""
1459
 
1460
  #: ../settings.php:168
1461
+ msgid "Proactive security rules"
1462
  msgstr ""
1463
 
1464
+ #: ../settings.php:171
1465
+ msgid "Block subnet"
1466
  msgstr ""
1467
 
1468
+ #: ../settings.php:172
1469
+ msgid "Always block entire subnet Class C of intruders IP"
1470
  msgstr ""
1471
 
1472
+ #: ../settings.php:176
1473
+ msgid "Non-existing users"
1474
+ msgstr ""
1475
+
1476
+ #: ../settings.php:177
1477
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
1478
  msgstr ""
1479
 
1480
  #: ../settings.php:181
1481
+ msgid "Disable dashboard redirection"
1482
  msgstr ""
1483
 
1484
+ #: ../settings.php:182
1485
+ msgid ""
1486
+ "Disable automatic redirection to the login page when /wp-admin/ is requested "
1487
+ "by an unauthorized request"
1488
  msgstr ""
1489
 
1490
  #: ../settings.php:186
1491
+ msgid "Request wp-login.php"
1492
  msgstr ""
1493
 
1494
+ #: ../settings.php:187
1495
+ msgid "Immediately block IP after any request to wp-login.php"
1496
  msgstr ""
1497
 
1498
  #: ../settings.php:191
1499
+ msgid "Display 404 page"
1500
  msgstr ""
1501
 
1502
+ #: ../settings.php:194
1503
+ msgid "Use 404 template from the active theme"
1504
  msgstr ""
1505
 
1506
+ #: ../settings.php:195
1507
+ msgid "Display simple 404 page"
1508
  msgstr ""
1509
 
1510
+ #: ../settings.php:202
1511
+ msgid "Custom login page"
1512
  msgstr ""
1513
 
1514
+ #: ../settings.php:205
1515
+ msgid "Custom login URL"
1516
  msgstr ""
1517
 
1518
+ #: ../settings.php:206
1519
+ msgid "must not overlap with the existing pages or posts slug"
1520
  msgstr ""
1521
 
1522
+ #: ../settings.php:207
1523
  msgid ""
1524
+ "Custom login URL may contain Latin alphanumeric characters, dashes and "
1525
+ "underscores only"
1526
  msgstr ""
1527
 
1528
+ #: ../settings.php:212
1529
+ msgid "Disable wp-login.php"
1530
  msgstr ""
1531
 
1532
+ #: ../settings.php:213
1533
+ msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
1534
  msgstr ""
1535
 
1536
+ #: ../settings.php:219
1537
+ msgid "Site-specific settings"
1538
  msgstr ""
1539
 
1540
+ #: ../settings.php:222
1541
+ msgid "Site connection"
1542
  msgstr ""
1543
 
1544
  #: ../settings.php:227
1545
+ msgid "Prefix for plugin cookies"
1546
  msgstr ""
1547
 
1548
+ #: ../settings.php:228
1549
+ msgid "Prefix may contain only Latin alphanumeric characters and underscores"
1550
  msgstr ""
1551
 
1552
+ #: ../settings.php:239
1553
+ msgid "Threshold"
1554
  msgstr ""
1555
 
1556
+ #: ../settings.php:243 ../cerber-scanner.php:3910
1557
+ msgid "Duration"
1558
  msgstr ""
1559
 
1560
+ #: ../settings.php:250
1561
+ msgid "Send notification to admin email"
1562
  msgstr ""
1563
 
1564
+ #: ../settings.php:255 ../settings.php:1379
1565
+ msgid "Click to send test"
1566
  msgstr ""
1567
 
1568
+ #: ../settings.php:263 ../settings.php:956
1569
+ msgid "Keep records for"
1570
  msgstr ""
1571
 
1572
+ #: ../settings.php:264 ../settings.php:496 ../settings.php:960 ../settings.php:1031
1573
+ msgid "days"
1574
  msgstr ""
1575
 
1576
+ #: ../settings.php:274
1577
+ msgid "Cerber Lab connection"
 
 
1578
  msgstr ""
1579
 
1580
+ #: ../settings.php:275
1581
+ msgid "Send malicious IP addresses to the Cerber Lab"
1582
  msgstr ""
1583
 
1584
+ #: ../settings.php:279
1585
+ msgid "Cerber Lab protocol"
1586
  msgstr ""
1587
 
1588
+ #: ../settings.php:287
1589
+ msgid "Use file"
1590
  msgstr ""
1591
 
1592
+ #: ../settings.php:288
1593
+ msgid "Write failed login attempts to the file"
1594
  msgstr ""
1595
 
1596
+ #: ../settings.php:294
1597
+ msgid "Preferences"
1598
  msgstr ""
1599
 
1600
+ #: ../settings.php:297
1601
+ msgid "Drill down IP"
1602
  msgstr ""
1603
 
1604
+ #: ../settings.php:298
1605
+ msgid "Retrieve extra WHOIS information for IP"
1606
  msgstr ""
1607
 
1608
+ #: ../settings.php:302
1609
+ msgid "Date format"
1610
  msgstr ""
1611
 
1612
+ #: ../settings.php:303
1613
+ #, php-format
1614
+ msgid "if empty, the default format %s will be used"
1615
  msgstr ""
1616
 
1617
+ #: ../settings.php:307
1618
+ msgid "Use English for admin interface"
1619
  msgstr ""
1620
 
1621
+ #: ../settings.php:314
1622
+ msgid "User related settings"
1623
  msgstr ""
1624
 
1625
+ #: ../settings.php:318
1626
+ msgid "Authorized users only"
 
1627
  msgstr ""
1628
 
1629
+ #: ../settings.php:319
1630
+ msgid "Only registered and logged in website users have access to the website"
1631
  msgstr ""
1632
 
1633
+ #: ../settings.php:326
1634
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
1635
  msgstr ""
1636
 
1637
+ #: ../settings.php:336 ../settings.php:2083
1638
+ msgid "Only registered and logged in users are allowed to view this website"
1639
  msgstr ""
1640
 
1641
+ #: ../settings.php:341
1642
+ msgid "Redirect to URL"
1643
  msgstr ""
1644
 
1645
+ #: ../settings.php:350
1646
+ msgid "Registration limit"
1647
  msgstr ""
1648
 
1649
+ #: ../settings.php:356
1650
+ msgid "Prohibited usernames"
1651
  msgstr ""
1652
 
1653
+ #: ../settings.php:357
1654
+ msgid ""
1655
+ "Usernames from this list are not allowed to log in or register. Any IP "
1656
+ "address, have tried to use any of these usernames, will be immediately "
1657
+ "blocked. Use comma to separate logins."
1658
  msgstr ""
1659
 
1660
+ #: ../settings.php:357
1661
+ msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1662
  msgstr ""
1663
 
1664
+ #: ../settings.php:364
1665
+ msgid "User session expire"
1666
  msgstr ""
1667
 
1668
+ #: ../settings.php:365
1669
+ msgid "in minutes (leave empty to use default WP value)"
1670
  msgstr ""
1671
 
1672
+ #: ../settings.php:371
1673
+ msgid "Sort users in dashboard"
1674
  msgstr ""
1675
 
1676
+ #: ../settings.php:372
1677
+ msgid "by date of registration"
1678
  msgstr ""
1679
 
1680
+ #: ../settings.php:380
1681
+ msgid "Email notifications"
1682
  msgstr ""
1683
 
1684
+ #: ../settings.php:383
1685
+ msgid "Lockout notifications"
1686
  msgstr ""
1687
 
1688
+ #: ../settings.php:387 ../settings.php:431 ../settings.php:1093
1689
+ msgid "Email Address"
1690
  msgstr ""
1691
 
1692
+ #: ../settings.php:388 ../settings.php:433 ../settings.php:919 ../settings.php:1097
1693
+ msgid "Use comma to specify multiple values"
1694
  msgstr ""
1695
 
1696
+ #: ../settings.php:392
1697
+ #, php-format
1698
+ msgid "if empty, the admin email %s will be used"
1699
  msgstr ""
1700
 
1701
+ #: ../settings.php:395
1702
+ msgid "Notification limit"
1703
  msgstr ""
1704
 
1705
+ #: ../settings.php:396
1706
+ msgid "notification letters allowed per hour (0 means unlimited)"
1707
  msgstr ""
1708
 
1709
+ #: ../settings.php:407
1710
+ msgid "Push notifications"
1711
  msgstr ""
1712
 
1713
+ #: ../settings.php:410
1714
+ msgid "Pushbullet access token"
1715
  msgstr ""
1716
 
1717
+ #: ../settings.php:413
1718
+ msgid "Pushbullet device"
1719
  msgstr ""
1720
 
1721
+ #: ../settings.php:420
1722
+ msgid "Weekly reports"
1723
  msgstr ""
1724
 
1725
+ #: ../settings.php:423
1726
+ msgid "Enable reporting"
1727
  msgstr ""
1728
 
1729
+ #: ../settings.php:427
1730
+ msgid "Send reports on"
1731
  msgstr ""
1732
 
1733
+ #: ../settings.php:432 ../settings.php:1101
1734
+ msgid "if empty, email from notification settings will be used"
1735
  msgstr ""
1736
 
1737
+ #: ../settings.php:443
1738
+ msgid "Cerber antispam engine"
1739
  msgstr ""
1740
 
1741
+ #: ../settings.php:446
1742
+ msgid "Comment form"
1743
  msgstr ""
1744
 
1745
+ #: ../settings.php:447
1746
+ msgid "Protect comment form with bot detection engine"
 
 
1747
  msgstr ""
1748
 
1749
+ #: ../settings.php:451 ../settings.php:519
1750
+ msgid "Registration form"
1751
  msgstr ""
1752
 
1753
+ #: ../settings.php:452
1754
+ msgid "Protect registration form with bot detection engine"
1755
  msgstr ""
1756
 
1757
+ #: ../settings.php:456
1758
+ msgid "Other forms"
1759
  msgstr ""
1760
 
1761
+ #: ../settings.php:457
1762
+ msgid "Protect all forms on the website with bot detection engine"
1763
  msgstr ""
1764
 
1765
+ #: ../settings.php:463
1766
+ msgid "Adjust antispam engine"
1767
  msgstr ""
1768
 
1769
+ #: ../settings.php:466
1770
+ msgid "Safe mode"
1771
  msgstr ""
1772
 
1773
+ #: ../settings.php:467
1774
+ msgid "Use less restrictive policies (allow AJAX)"
1775
  msgstr ""
1776
 
1777
+ #: ../settings.php:472
1778
+ msgid "Disable bot detection engine for logged in users"
1779
  msgstr ""
1780
 
1781
+ #: ../settings.php:476
1782
+ msgid "Query whitelist"
1783
  msgstr ""
1784
 
1785
+ #: ../settings.php:477
1786
+ msgid ""
1787
+ "Enter a part of query string or query path to exclude a request from "
1788
+ "inspection by the engine. One item per line."
1789
  msgstr ""
1790
 
1791
+ #: ../settings.php:485
1792
+ msgid "Comment processing"
1793
  msgstr ""
1794
 
1795
+ #: ../settings.php:488
1796
+ msgid "If a spam comment detected"
1797
  msgstr ""
1798
 
1799
+ #: ../settings.php:490
1800
+ msgid "Deny it completely"
1801
  msgstr ""
1802
 
1803
+ #: ../settings.php:490
1804
+ msgid "Mark it as spam"
1805
  msgstr ""
1806
 
1807
+ #: ../settings.php:493
1808
+ msgid "Trash spam comments"
1809
  msgstr ""
1810
 
1811
+ #: ../settings.php:495
1812
+ msgid "Move spam comments to trash after"
1813
  msgstr ""
1814
 
1815
+ #: ../settings.php:503
1816
+ msgid "reCAPTCHA settings"
1817
  msgstr ""
1818
 
1819
+ #: ../settings.php:506
1820
+ msgid "Site key"
1821
  msgstr ""
1822
 
1823
+ #: ../settings.php:510
1824
+ msgid "Secret key"
1825
  msgstr ""
1826
 
1827
+ #: ../settings.php:514
1828
+ msgid "Invisible reCAPTCHA"
1829
  msgstr ""
1830
 
1831
+ #: ../settings.php:515
1832
+ msgid "Enable invisible reCAPTCHA"
1833
  msgstr ""
1834
 
1835
+ #: ../settings.php:515
1836
+ msgid ""
1837
+ "(do not enable it unless you get and enter the Site and Secret keys for the "
1838
+ "invisible version)"
1839
  msgstr ""
1840
 
1841
+ #: ../settings.php:520
1842
+ msgid "Enable reCAPTCHA for WordPress registration form"
1843
  msgstr ""
1844
 
1845
+ #: ../settings.php:525
1846
+ msgid "Enable reCAPTCHA for WooCommerce registration form"
1847
  msgstr ""
1848
 
1849
+ #: ../settings.php:529
1850
+ msgid "Lost password form"
1851
  msgstr ""
1852
 
1853
+ #: ../settings.php:530
1854
+ msgid "Enable reCAPTCHA for WordPress lost password form"
 
1855
  msgstr ""
1856
 
1857
+ #: ../settings.php:535
1858
+ msgid "Enable reCAPTCHA for WooCommerce lost password form"
1859
  msgstr ""
1860
 
1861
+ #: ../settings.php:539
1862
+ msgid "Login form"
1863
  msgstr ""
1864
 
1865
+ #: ../settings.php:540
1866
+ msgid "Enable reCAPTCHA for WordPress login form"
1867
  msgstr ""
1868
 
1869
+ #: ../settings.php:545
1870
+ msgid "Enable reCAPTCHA for WooCommerce login form"
1871
  msgstr ""
1872
 
1873
+ #: ../settings.php:550
1874
+ msgid "Enable reCAPTCHA for WordPress comment form"
1875
  msgstr ""
1876
 
1877
+ #: ../settings.php:555
1878
+ msgid "Disable reCAPTCHA for logged in users"
1879
  msgstr ""
1880
 
1881
+ #: ../settings.php:559
1882
+ msgid "Limit attempts"
1883
  msgstr ""
1884
 
1885
+ #: ../settings.php:560
1886
+ #, php-format
1887
+ msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1888
  msgstr ""
1889
 
1890
+ #: ../settings.php:567
1891
+ msgid "Master settings"
1892
  msgstr ""
1893
 
1894
+ #: ../settings.php:575
1895
+ msgid "Return to the website list"
1896
  msgstr ""
1897
 
1898
+ #: ../settings.php:579
1899
+ msgid "Show \"Switched to\" notification"
1900
  msgstr ""
1901
 
1902
+ #: ../settings.php:583
1903
+ msgid "Add @ site to the page title"
1904
  msgstr ""
1905
 
1906
+ #: ../settings.php:587
1907
+ msgid "Use master language"
1908
  msgstr ""
1909
 
1910
+ #: ../settings.php:600 ../settings.php:627 ../settings.php:1020
1911
+ msgid "Enable diagnostic logging"
1912
  msgstr ""
1913
 
1914
+ #: ../settings.php:610
1915
+ msgid "Limit access by IP address"
1916
  msgstr ""
1917
 
1918
+ #: ../settings.php:616
1919
+ msgid "Access to this website"
1920
  msgstr ""
1921
 
1922
+ #: ../settings.php:619
1923
+ msgid "Full access mode"
1924
  msgstr ""
1925
 
1926
+ #: ../settings.php:620
1927
+ msgid "Read-only mode"
1928
  msgstr ""
1929
 
1930
+ #: ../settings.php:636
1931
+ msgid "The full access mode requires the PRO version of WP Cerber"
1932
  msgstr ""
1933
 
1934
+ #: ../settings.php:754
1935
+ msgid "Hardening WordPress"
1936
  msgstr ""
1937
 
1938
+ #: ../settings.php:755 ../settings.php:799
1939
+ msgid "Stop user enumeration"
 
 
1940
  msgstr ""
1941
 
1942
+ #: ../settings.php:760
1943
+ msgid "Block access to user pages like /?author=n"
1944
  msgstr ""
1945
 
1946
+ #: ../settings.php:762
1947
+ msgid "Protect admin scripts"
1948
  msgstr ""
1949
 
1950
+ #: ../settings.php:767
1951
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1952
  msgstr ""
1953
 
1954
+ #: ../settings.php:769
1955
+ msgid "Disable PHP in uploads"
 
1956
  msgstr ""
1957
 
1958
+ #: ../settings.php:774
1959
+ msgid "Block execution of PHP scripts in the WordPress media folder"
1960
  msgstr ""
1961
 
1962
+ #: ../settings.php:776
1963
+ msgid "Disable PHP error displaying"
1964
  msgstr ""
1965
 
1966
+ #: ../settings.php:782
1967
+ msgid "Disable XML-RPC"
1968
  msgstr ""
1969
 
1970
+ #: ../settings.php:787
1971
+ msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
1972
  msgstr ""
1973
 
1974
+ #: ../settings.php:789
1975
+ msgid "Disable feeds"
1976
  msgstr ""
1977
 
1978
+ #: ../settings.php:794
1979
+ msgid "Block access to the RSS, Atom and RDF feeds"
1980
  msgstr ""
1981
 
1982
+ #: ../settings.php:798
1983
+ msgid "Access to WordPress REST API"
1984
  msgstr ""
1985
 
1986
+ #: ../settings.php:804
1987
+ msgid "Block access to user data via REST API"
1988
  msgstr ""
1989
 
1990
+ #: ../settings.php:807
1991
+ msgid "Disable REST API"
1992
  msgstr ""
1993
 
1994
+ #: ../settings.php:812
1995
+ msgid "Block access to WordPress REST API except any of the following"
1996
  msgstr ""
1997
 
1998
+ #: ../settings.php:819
1999
+ msgid "Allow REST API for logged in users"
2000
+ msgstr ""
2001
+
2002
+ #: ../settings.php:821
2003
+ msgid "Allow REST API for these roles"
2004
+ msgstr ""
2005
+
2006
+ #: ../settings.php:827
2007
+ msgid "Allow these namespaces"
2008
+ msgstr ""
2009
+
2010
+ #: ../settings.php:834
2011
+ msgid ""
2012
+ "Specify REST API namespaces to be allowed if REST API is disabled. One "
2013
+ "string per line."
2014
+ msgstr ""
2015
+
2016
+ #: ../settings.php:845
2017
  msgid "Traffic Inspection"
2018
  msgstr ""
2019
 
2020
+ #: ../settings.php:846
2021
  msgid "Enable traffic inspection"
2022
  msgstr ""
2023
 
2024
+ #: ../settings.php:853 ../settings.php:879
2025
  msgid "Maximum compatibility"
2026
  msgstr ""
2027
 
2028
+ #: ../settings.php:854 ../settings.php:880
2029
  msgid "Maximum security"
2030
  msgstr ""
2031
 
2032
+ #: ../settings.php:862
2033
  msgid "Request whitelist"
2034
  msgstr ""
2035
 
2036
+ #: ../settings.php:868
2037
  msgid ""
2038
  "Enter a request URI to exclude the request from inspection. One item per "
2039
  "line."
2040
  msgstr ""
2041
 
2042
+ #: ../settings.php:868
2043
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
2044
  msgstr ""
2045
 
2046
+ #: ../settings.php:871
2047
  msgid "Erroneous Request Shielding"
2048
  msgstr ""
2049
 
2050
+ #: ../settings.php:872
2051
  msgid "Enable error shielding"
2052
  msgstr ""
2053
 
2054
+ #: ../settings.php:883
2055
  msgid "Ignore logged in users"
2056
  msgstr ""
2057
 
2058
+ #: ../settings.php:890
2059
  msgid "Logging"
2060
  msgstr ""
2061
 
2062
+ #: ../settings.php:891
2063
  msgid "Logging mode"
2064
  msgstr ""
2065
 
2066
+ #: ../settings.php:897
2067
  msgid "Logging disabled"
2068
  msgstr ""
2069
 
2070
+ #: ../settings.php:898
2071
  msgid "Smart"
2072
  msgstr ""
2073
 
2074
+ #: ../settings.php:899
2075
  msgid "All traffic"
2076
  msgstr ""
2077
 
2078
+ #: ../settings.php:903
2079
  msgid "Ignore crawlers"
2080
  msgstr ""
2081
 
2082
+ #: ../settings.php:908
2083
  msgid "Save request fields"
2084
  msgstr ""
2085
 
2086
+ #: ../settings.php:913
2087
  msgid "Mask these form fields"
2088
  msgstr ""
2089
 
2090
+ #: ../settings.php:924
2091
  msgid "Save request headers"
2092
  msgstr ""
2093
 
2094
+ #: ../settings.php:930
2095
  msgid "Save $_SERVER"
2096
  msgstr ""
2097
 
2098
+ #: ../settings.php:936
2099
  msgid "Save request cookies"
2100
  msgstr ""
2101
 
2102
+ #: ../settings.php:942
2103
  msgid "Save software errors"
2104
  msgstr ""
2105
 
2106
+ #: ../settings.php:948
2107
  msgid "Page generation time threshold"
2108
  msgstr ""
2109
 
2110
+ #: ../settings.php:953
2111
  msgid "milliseconds"
2112
  msgstr ""
2113
 
2114
+ #: ../settings.php:969
2115
  msgid "Scanner settings"
2116
  msgstr ""
2117
 
2118
+ #: ../settings.php:970
2119
  msgid "Custom signatures"
2120
  msgstr ""
2121
 
2122
+ #: ../settings.php:976
2123
  msgid ""
2124
  "Specify custom PHP code signatures. One item per line. To specify a REGEX "
2125
  "pattern, enclose a whole line in two braces."
2126
  msgstr ""
2127
 
2128
+ #: ../settings.php:978
2129
  msgid "Unwanted file extensions"
2130
  msgstr ""
2131
 
2132
+ #: ../settings.php:984
2133
  msgid ""
2134
  "Specify file extensions to search for. Full scan only. Use comma to separate "
2135
  "items."
2136
  msgstr ""
2137
 
2138
+ #: ../settings.php:986
2139
  msgid "Directories to exclude"
2140
  msgstr ""
2141
 
2142
+ #: ../settings.php:992
2143
  msgid ""
2144
  "Specify directories to exclude from scanning. Use absolute paths. One item "
2145
  "per line."
2146
  msgstr ""
2147
 
2148
+ #: ../settings.php:994
2149
  msgid "Monitor new files"
2150
  msgstr ""
2151
 
2152
+ #: ../settings.php:1001
2153
  msgid "Monitor modified files"
2154
  msgstr ""
2155
 
2156
+ #: ../settings.php:1007
2157
  msgid "Scan temporary directory"
2158
  msgstr ""
2159
 
2160
+ #: ../settings.php:1014
2161
  msgid "Scan session directory"
2162
  msgstr ""
2163
 
2164
+ #: ../settings.php:1026
2165
  msgid "Delete quarantined files after"
2166
  msgstr ""
2167
 
2168
+ #: ../settings.php:1040
2169
  msgid "Automated recurring scan schedule"
2170
  msgstr ""
2171
 
2172
+ #: ../settings.php:1041
2173
  msgid "Launch Quick Scan"
2174
  msgstr ""
2175
 
2176
+ #: ../settings.php:1048
2177
  msgid "Launch Full Scan"
2178
  msgstr ""
2179
 
2180
+ #: ../settings.php:1056
2181
  msgid "Scan results reporting"
2182
  msgstr ""
2183
 
2184
+ #: ../settings.php:1058 ../settings.php:1117
2185
  msgid "Low severity"
2186
  msgstr ""
2187
 
2188
+ #: ../settings.php:1058 ../settings.php:1117
2189
  msgid "Medium severity"
2190
  msgstr ""
2191
 
2192
+ #: ../settings.php:1058 ../settings.php:1117
2193
  msgid "High severity"
2194
  msgstr ""
2195
 
2196
+ #: ../settings.php:1059
2197
  msgid "Report an issue if any of the following is true"
2198
  msgstr ""
2199
 
2200
+ #: ../settings.php:1067
2201
  msgid "Send email report"
2202
  msgstr ""
2203
 
2204
+ #: ../settings.php:1073
2205
  msgid "After every scan"
2206
  msgstr ""
2207
 
2208
+ #: ../settings.php:1074
2209
  msgid "If any changes in scan results occurred"
2210
  msgstr ""
2211
 
2212
+ #: ../settings.php:1075
2213
  msgid "If new issues found"
2214
  msgstr ""
2215
 
2216
+ #: ../settings.php:1079
2217
  msgid "Include file sizes"
2218
  msgstr ""
2219
 
2220
+ #: ../settings.php:1086
2221
  msgid "Include scan errors"
2222
  msgstr ""
2223
 
2224
+ #: ../settings.php:1109
2225
  msgid "Automatic cleanup of malware and suspicious files"
2226
  msgstr ""
2227
 
2228
+ #: ../settings.php:1111
2229
+ msgid "Delete unattended files"
2230
  msgstr ""
2231
 
2232
+ #: ../settings.php:1118
2233
  msgid "Files in the uploads folder"
2234
  msgstr ""
2235
 
2236
+ #: ../settings.php:1125
2237
  msgid "Files with unwanted extensions"
2238
  msgstr ""
2239
 
2240
+ #: ../settings.php:1132
2241
+ msgid "Automatic recovery of modified and infected files"
2242
+ msgstr ""
2243
+
2244
+ #: ../settings.php:1133
2245
+ msgid "Recover WordPress files"
2246
+ msgstr ""
2247
+
2248
+ #: ../settings.php:1139
2249
+ msgid "Recover plugins files"
2250
+ msgstr ""
2251
+
2252
+ #: ../settings.php:1146
2253
  msgid "Exclusions"
2254
  msgstr ""
2255
 
2256
+ #: ../settings.php:1147
2257
  msgid "Files in the temporary directory"
2258
  msgstr ""
2259
 
2260
+ #: ../settings.php:1153
2261
  msgid "Files in the sessions directory"
2262
  msgstr ""
2263
 
2264
+ #: ../settings.php:1159
2265
  msgid "Files in these directories"
2266
  msgstr ""
2267
 
2268
+ #: ../settings.php:1165
2269
  msgid "Use absolute paths. One item per line."
2270
  msgstr ""
2271
 
2272
+ #: ../settings.php:1167
2273
  msgid "Files with these extensions"
2274
  msgstr ""
2275
 
2276
+ #: ../settings.php:1173
2277
  msgid "Use comma to separate items."
2278
  msgstr ""
2279
 
2280
+ #: ../settings.php:1184
2281
  msgid "Make your protection smarter!"
2282
  msgstr ""
2283
 
2284
+ #: ../settings.php:1188
2285
  msgid ""
2286
  "Please enable Permalinks to use this feature. Set Permalink Settings to "
2287
  "something other than Default."
2288
  msgstr ""
2289
 
2290
+ #: ../settings.php:1191
2291
  msgid "Be careful about enabling these options."
2292
  msgstr ""
2293
 
2294
+ #: ../settings.php:1191
2295
  msgid "If you forget your Custom login URL, you will be unable to log in."
2296
  msgstr ""
2297
 
2298
+ #: ../settings.php:1195
2299
  msgid ""
2300
  "In the Citadel mode nobody is able to log in except IPs from the White IP "
2301
  "Access List. Active user sessions will not be affected."
2302
  msgstr ""
2303
 
2304
+ #: ../settings.php:1199
2305
  msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2306
  msgstr ""
2307
 
2308
+ #: ../settings.php:1202
2309
  msgid ""
2310
  "Before you can start using reCAPTCHA, you have to obtain Site key and Secret "
2311
  "key on the Google website"
2312
  msgstr ""
2313
 
2314
+ #: ../settings.php:1356
2315
  #, php-format
2316
  msgid "%s allowed retries in %s minutes"
2317
  msgstr ""
2318
 
2319
+ #: ../settings.php:1361
2320
  #, php-format
2321
  msgid "%s allowed registrations in %s minutes from one IP"
2322
  msgstr ""
2323
 
2324
+ #: ../settings.php:1366
2325
  #, php-format
2326
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
2327
  msgstr ""
2328
 
2329
+ #: ../settings.php:1373
2330
  msgid "Notify admin if the number of active lockouts above"
2331
  msgstr ""
2332
 
2333
+ #: ../settings.php:1382
2334
  #, php-format
2335
  msgid "Enable after %s failed login attempts in last %s minutes"
2336
  msgstr ""
2337
 
2338
+ #: ../settings.php:1516
2339
  msgid "Select one or more roles"
2340
  msgstr ""
2341
 
2342
+ #: ../settings.php:1541
2343
  msgid "Sunday"
2344
  msgstr ""
2345
 
2346
+ #: ../settings.php:1542
2347
  msgid "Monday"
2348
  msgstr ""
2349
 
2350
+ #: ../settings.php:1543
2351
  msgid "Tuesday"
2352
  msgstr ""
2353
 
2354
+ #: ../settings.php:1544
2355
  msgid "Wednesday"
2356
  msgstr ""
2357
 
2358
+ #: ../settings.php:1545
2359
  msgid "Thursday"
2360
  msgstr ""
2361
 
2362
+ #: ../settings.php:1546
2363
  msgid "Friday"
2364
  msgstr ""
2365
 
2366
+ #: ../settings.php:1547
2367
  msgid "Saturday"
2368
  msgstr ""
2369
 
2370
+ #: ../settings.php:1557
2371
  msgctxt "preposition of time like: at 11:00"
2372
  msgid "at"
2373
  msgstr ""
2374
 
2375
+ #: ../settings.php:1577
2376
  msgid "Click to send now"
2377
  msgstr ""
2378
 
2379
+ #: ../settings.php:1588
2380
  msgid "Plugin initialization mode has not been changed"
2381
  msgstr ""
2382
 
2383
+ #: ../settings.php:1608 ../settings.php:1609
2384
  msgid "Attention! You have changed the login URL! The new login URL is"
2385
  msgstr ""
2386
 
2387
+ #: ../settings.php:1610 ../settings.php:1611
2388
  msgid ""
2389
  "If you use a caching plugin, you have to add your new login URL to the list "
2390
  "of pages not to cache."
2391
  msgstr ""
2392
 
2393
+ #: ../settings.php:1696 ../settings.php:1708 ../settings.php:1831
2394
  msgid "<strong>ERROR</strong>: please enter a valid email address."
2395
  msgstr ""
2396
 
2397
+ #: ../settings.php:1837
2398
  msgid "The schedule has been updated"
2399
  msgstr ""
2400
 
2401
+ #: ../settings.php:1840
2402
  msgid "Unable to update the schedule"
2403
  msgstr ""
2404
 
2434
  msgid "Select file to import."
2435
  msgstr ""
2436
 
2437
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:4125
2438
  #, php-format
2439
  msgid "Maximum upload file size: %s."
2440
  msgstr ""
2443
  msgid "What do you want to import?"
2444
  msgstr ""
2445
 
2446
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:4128
2447
  msgid "Upload file"
2448
  msgstr ""
2449
 
2463
  msgid "Error while parsing file"
2464
  msgstr ""
2465
 
2466
+ #: ../cerber-tools.php:228
2467
+ msgid "Unsubscribe"
2468
+ msgstr ""
2469
+
2470
  #: ../nexus/cerber-slave-list.php:48
2471
  msgid "WordPress"
2472
  msgstr ""
2523
  msgid "Switch to"
2524
  msgstr ""
2525
 
2526
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3926
2527
  msgid "Vulnerabilities"
2528
  msgstr ""
2529
 
2629
  msgid "You have switched back to the master website"
2630
  msgstr ""
2631
 
2632
+ #: ../nexus/cerber-nexus-master.php:1198
2633
  msgid "You are here:"
2634
  msgstr ""
2635
 
2636
+ #: ../nexus/cerber-nexus-master.php:1201 ../nexus/cerber-nexus.php:89 ..
2637
  #: /nexus/cerber-nexus.php:99
2638
  msgid "My Websites"
2639
  msgstr ""
2640
 
2641
+ #: ../nexus/cerber-nexus-master.php:1216
2642
  msgid "Visit Site"
2643
  msgstr ""
2644
 
2645
+ #: ../nexus/cerber-nexus-master.php:1379
2646
  msgid "Are you sure you want to delete selected websites?"
2647
  msgstr ""
2648
 
2649
+ #: ../nexus/cerber-nexus-master.php:1423
2650
  msgid "A newer version is available"
2651
  msgstr ""
2652
 
2653
+ #: ../nexus/cerber-nexus-master.php:1444 ../nexus/cerber-nexus-master.php:1452
2654
  msgid "Active plugins and updates on"
2655
  msgstr ""
2656
 
2716
  msgid "Install the access token on the master website."
2717
  msgstr ""
2718
 
2719
+ #: ../cerber-scanner.php:93
2720
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
2721
  msgstr ""
2722
 
2723
+ #: ../cerber-scanner.php:97
2724
  #, php-format
2725
  msgid "Previous scan started %s has not been completed. Continue scanning?"
2726
  msgstr ""
2727
 
2728
+ #: ../cerber-scanner.php:106
2729
  msgid ""
2730
  "It seems this website has never been scanned. To start scanning click the "
2731
  "button below."
2732
  msgstr ""
2733
 
2734
+ #: ../cerber-scanner.php:109
2735
  msgid "Start Quick Scan"
2736
  msgstr ""
2737
 
2738
+ #: ../cerber-scanner.php:110
2739
  msgid "Start Full Scan"
2740
  msgstr ""
2741
 
2742
+ #: ../cerber-scanner.php:111
2743
  msgid "Stop Scanning"
2744
  msgstr ""
2745
 
2746
+ #: ../cerber-scanner.php:112
2747
  msgid "Continue Scanning"
2748
  msgstr ""
2749
 
2750
+ #: ../cerber-scanner.php:148
2751
  msgid "Delete"
2752
  msgstr ""
2753
 
2754
+ #: ../cerber-scanner.php:151
2755
  msgid "Ignore"
2756
  msgstr ""
2757
 
2758
+ #: ../cerber-scanner.php:1570
2759
  msgid "Verified"
2760
  msgstr ""
2761
 
2762
+ #: ../cerber-scanner.php:1576
2763
  msgid "Vulnerability found"
2764
  msgstr ""
2765
 
2766
+ #: ../cerber-scanner.php:1577
2767
  msgid "Integrity data not found"
2768
  msgstr ""
2769
 
2770
+ #: ../cerber-scanner.php:1578
2771
  msgid "Unable to check the integrity of the plugin due to a network error"
2772
  msgstr ""
2773
 
2774
+ #: ../cerber-scanner.php:1579
2775
  msgid "Unable to check the integrity of WordPress files due to a network error"
2776
  msgstr ""
2777
 
2778
+ #: ../cerber-scanner.php:1580
2779
  msgid "Unable to check the integrity of the theme due to a network error"
2780
  msgstr ""
2781
 
2782
+ #: ../cerber-scanner.php:1581
2783
  msgid "Unable to check the integrity due to a DB error"
2784
  msgstr ""
2785
 
2786
+ #: ../cerber-scanner.php:1583
2787
  msgid "Local file doesn't exist"
2788
  msgstr ""
2789
 
2790
+ #: ../cerber-scanner.php:1585
2791
  msgid "Unable to process file"
2792
  msgstr ""
2793
 
2794
+ #: ../cerber-scanner.php:1586 ../cerber-scanner.php:5047
2795
  msgid "Unable to open file"
2796
  msgstr ""
2797
 
2798
+ #: ../cerber-scanner.php:1588
2799
  msgid "Checksum mismatch"
2800
  msgstr ""
2801
 
2802
+ #: ../cerber-scanner.php:1591
2803
  msgid "Suspicious code found"
2804
  msgstr ""
2805
 
2806
+ #: ../cerber-scanner.php:1592
2807
  msgid "Malicious code found"
2808
  msgstr ""
2809
 
2810
+ #: ../cerber-scanner.php:1593
2811
  msgid "Unattended suspicious file"
2812
  msgstr ""
2813
 
2814
+ #: ../cerber-scanner.php:1594
2815
  msgid "Executable code found"
2816
  msgstr ""
2817
 
2818
+ #: ../cerber-scanner.php:1597 ../cerber-scanner.php:2826
2819
  msgid "Suspicious directives found"
2820
  msgstr ""
2821
 
2822
+ #: ../cerber-scanner.php:1598
2823
  msgid "Unwanted file extension"
2824
  msgstr ""
2825
 
2826
+ #: ../cerber-scanner.php:1600
2827
  msgid "Content has been modified"
2828
  msgstr ""
2829
 
2830
+ #: ../cerber-scanner.php:1601
2831
  msgid "New file"
2832
  msgstr ""
2833
 
2834
+ #: ../cerber-scanner.php:1603
2835
+ msgid "File deleted"
2836
+ msgstr ""
2837
+
2838
+ #: ../cerber-scanner.php:1604
2839
+ msgid "File recovered"
2840
+ msgstr ""
2841
+
2842
+ #: ../cerber-scanner.php:1624
2843
  msgid "Every hour"
2844
  msgstr ""
2845
 
2846
+ #: ../cerber-scanner.php:1625
2847
  msgid "Every 3 hours"
2848
  msgstr ""
2849
 
2850
+ #: ../cerber-scanner.php:1626
2851
  msgid "Every 6 hours"
2852
  msgstr ""
2853
 
2854
+ #: ../cerber-scanner.php:2646
2855
  msgid "Custom signature found"
2856
  msgstr ""
2857
 
2858
+ #: ../cerber-scanner.php:2821
2859
  msgid ""
2860
  "This file contains executable code and may contain obfuscated malware. If "
2861
  "this file is a part of a theme or a plugin, it must be located in the theme "
2862
  "or the plugin folder. No exception, no excuses."
2863
  msgstr ""
2864
 
2865
+ #: ../cerber-scanner.php:2822
2866
  msgid ""
2867
  "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it "
2868
  "does not belong to any known part of the website and should not be here."
2869
  msgstr ""
2870
 
2871
+ #: ../cerber-scanner.php:2823
2872
  #, php-format
2873
  msgid ""
2874
  "It may remain after upgrading to a newer version of %s. It also may be a "
2876
  "made (bespoke) plugin or theme."
2877
  msgstr ""
2878
 
2879
+ #: ../cerber-scanner.php:2824
2880
  msgid "Suspicious code instruction found"
2881
  msgstr ""
2882
 
2883
+ #: ../cerber-scanner.php:2825
2884
  msgid "Suspicious code signatures found"
2885
  msgstr ""
2886
 
2887
+ #: ../cerber-scanner.php:2827
2888
  msgid ""
2889
  "The contents of the file have been changed and do not match what exists in "
2890
  "the official WordPress repository or a reference file you have uploaded "
2892
  "has been tampered with."
2893
  msgstr ""
2894
 
2895
+ #: ../cerber-scanner.php:2828
2896
  #, php-format
2897
  msgid ""
2898
  "To solve this issue you have to reinstall %s or update it to the latest "
2899
  "version."
2900
  msgstr ""
2901
 
2902
+ #: ../cerber-scanner.php:2829
2903
  msgid "Please upload a reference ZIP archive"
2904
  msgstr ""
2905
 
2906
+ #: ../cerber-scanner.php:2830
2907
  msgid "Resolve issue"
2908
  msgstr ""
2909
 
2910
+ #: ../cerber-scanner.php:3814
2911
  msgid "Preparing for the scan"
2912
  msgstr ""
2913
 
2914
+ #: ../cerber-scanner.php:3815
2915
  msgid "Scanning folders for files"
2916
  msgstr ""
2917
 
2918
+ #: ../cerber-scanner.php:3816
2919
  msgid "Scanning the upload folder for files"
2920
  msgstr ""
2921
 
2922
+ #: ../cerber-scanner.php:3817
2923
  msgid "Scanning the temp folder for files"
2924
  msgstr ""
2925
 
2926
+ #: ../cerber-scanner.php:3818
2927
  msgid "Scanning the session folder for files"
2928
  msgstr ""
2929
 
2930
+ #: ../cerber-scanner.php:3819
2931
  msgid "Parsing the list of files"
2932
  msgstr ""
2933
 
2934
+ #: ../cerber-scanner.php:3820
2935
  msgid "Checking for new and modified files"
2936
  msgstr ""
2937
 
2938
+ #: ../cerber-scanner.php:3821
2939
  msgid "Verifying the integrity of WordPress"
2940
  msgstr ""
2941
 
2942
+ #: ../cerber-scanner.php:3822
2943
+ msgid "Recovering WordPress files"
2944
+ msgstr ""
2945
+
2946
+ #: ../cerber-scanner.php:3823
2947
  msgid "Verifying the integrity of the plugins"
2948
  msgstr ""
2949
 
2950
+ #: ../cerber-scanner.php:3824
2951
+ msgid "Recovering plugins files"
2952
+ msgstr ""
2953
+
2954
+ #: ../cerber-scanner.php:3825
2955
  msgid "Verifying the integrity of the themes"
2956
  msgstr ""
2957
 
2958
+ #: ../cerber-scanner.php:3826
2959
  msgid "Searching for malicious code"
2960
  msgstr ""
2961
 
2962
+ #: ../cerber-scanner.php:3827
2963
  msgid "Finalizing the scan"
2964
  msgstr ""
2965
 
2966
+ #: ../cerber-scanner.php:3902
2967
  msgid "Started"
2968
  msgstr ""
2969
 
2970
+ #: ../cerber-scanner.php:3906
2971
  msgid "Finished"
2972
  msgstr ""
2973
 
2974
+ #: ../cerber-scanner.php:3914
2975
  msgid "Performance"
2976
  msgstr ""
2977
 
2978
+ #: ../cerber-scanner.php:3930
2979
  msgid "New files"
2980
  msgstr ""
2981
 
2982
+ #: ../cerber-scanner.php:3934
2983
  msgid "Changed files"
2984
  msgstr ""
2985
 
2986
+ #: ../cerber-scanner.php:3938
2987
  msgid "Unwanted extensions"
2988
  msgstr ""
2989
 
2990
+ #: ../cerber-scanner.php:3942
2991
+ msgid "Unattended files"
2992
+ msgstr ""
2993
+
2994
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:5710
2995
  msgid "Scanned"
2996
  msgstr ""
2997
 
2998
+ #: ../cerber-scanner.php:3951 ../cerber-scanner.php:4021
2999
  msgid "Files to scan"
3000
  msgstr ""
3001
 
3002
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4029
3003
  msgid "Critical issues"
3004
  msgstr ""
3005
 
3006
+ #: ../cerber-scanner.php:3958 ../cerber-scanner.php:4033 ../cerber-scanner.php:5238
3007
  msgid "Issues total"
3008
  msgstr ""
3009
 
3010
+ #: ../cerber-scanner.php:4122
3011
  msgid "We have not found any integrity data to verify"
3012
  msgstr ""
3013
 
3014
+ #: ../cerber-scanner.php:4124
3015
  msgid ""
3016
  "You have to upload a ZIP archive from which you've installed it. This "
3017
  "enables the security scanner to verify the integrity of the code and detect "
3018
  "malware."
3019
  msgstr ""
3020
 
3021
+ #: ../cerber-scanner.php:4411
3022
  msgid "The directory is not writable"
3023
  msgstr ""
3024
 
3025
+ #: ../cerber-scanner.php:4429
3026
  msgid "Unable to create WP CERBER directory"
3027
  msgstr ""
3028
 
3029
+ #: ../cerber-scanner.php:4647
3030
  msgid ""
3031
  "File access error. Possibly scan results are outdated. Please run Quick or "
3032
  "Full Scan."
3033
  msgstr ""
3034
 
3035
+ #: ../cerber-scanner.php:5194
3036
  msgid "Full Scan Report"
3037
  msgstr ""
3038
 
3039
+ #: ../cerber-scanner.php:5194
3040
  msgid "Quick Scan Report"
3041
  msgstr ""
3042
 
3043
+ #: ../cerber-scanner.php:5207
3044
  msgid "Files scanned"
3045
  msgstr ""
3046
 
3047
+ #: ../cerber-scanner.php:5292
3048
  msgid "Deleted"
3049
  msgstr ""
3050
 
3051
+ #: ../cerber-scanner.php:5296
3052
+ msgid "Recovered"
3053
+ msgstr ""
3054
+
3055
+ #: ../cerber-scanner.php:5345
3056
  msgid "Automatically moved to quarantine"
3057
  msgstr ""
3058
 
3059
+ #: ../cerber-scanner.php:5346
3060
+ msgid "Automatically deleted"
3061
+ msgstr ""
3062
+
3063
+ #: ../cerber-scanner.php:5349
3064
+ msgid "Automatically recovered"
3065
+ msgstr ""
3066
+
3067
+ #: ../cerber-scanner.php:5361
3068
  msgid "To view full report visit"
3069
  msgstr ""
3070
 
3071
+ #: ../cerber-scanner.php:5612
3072
  msgid "There are no files in the quarantine at the moment."
3073
  msgstr ""
3074
 
3075
+ #: ../cerber-scanner.php:5679
3076
  msgid "No files match the specified filter."
3077
  msgstr ""
3078
 
3079
+ #: ../cerber-scanner.php:5679
3080
  msgid "Click here to see the full list of files"
3081
  msgstr ""
3082
 
3083
+ #: ../cerber-scanner.php:5699
3084
  msgid "Delete permanently"
3085
  msgstr ""
3086
 
3087
+ #: ../cerber-scanner.php:5702
3088
  msgid "Restore"
3089
  msgstr ""
3090
 
3091
+ #: ../cerber-scanner.php:5711
3092
  msgid "Moved to quarantine"
3093
  msgstr ""
3094
 
3095
+ #: ../cerber-scanner.php:5712
3096
  msgid "Automatic deletion"
3097
  msgstr ""
3098
 
3099
+ #: ../cerber-scanner.php:5713
3100
  msgid "Size"
3101
  msgstr ""
3102
 
3103
+ #: ../cerber-scanner.php:5714 ../cerber-scanner.php:5854
3104
  msgid "File"
3105
  msgstr ""
3106
 
3107
+ #: ../cerber-scanner.php:5728
3108
  msgid "All scans"
3109
  msgstr ""
3110
 
3111
+ #: ../cerber-scanner.php:5782
3112
  msgid "The file has been deleted permanently."
3113
  msgstr ""
3114
 
3115
+ #: ../cerber-scanner.php:5796
3116
  msgid "The file has been restored to its original location."
3117
  msgstr ""
3118
 
3119
+ #: ../cerber-scanner.php:5819
3120
  msgid "Apply"
3121
  msgstr ""
3122
 
3123
+ #: ../cerber-scanner.php:5820 ../cerber-scanner.php:5847
3124
  msgid "Remove from the list"
3125
  msgstr ""
3126
 
3127
+ #: ../cerber-scanner.php:5821
3128
  msgid "User Insights"
3129
  msgstr ""
3130
 
3131
+ #: ../cerber-scanner.php:5822
3132
  msgid "Traffic Insights"
3133
  msgstr ""
3134
 
3135
+ #: ../cerber-scanner.php:5823
3136
  msgid "Activity Insights"
3137
  msgstr ""
3138
 
3139
+ #: ../cerber-scanner.php:5825
3140
  msgid "The list is empty."
3141
  msgstr ""
3142
 
3143
+ #: ../cerber-scanner.php:5853
3144
  msgid "Added"
3145
  msgstr ""
modules/aaa-wp-cerber.php CHANGED
@@ -8,7 +8,7 @@
8
  Text Domain: wp-cerber
9
  Network: true
10
 
11
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
12
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
13
 
14
  Licenced under the GNU GPL.
8
  Text Domain: wp-cerber
9
  Network: true
10
 
11
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
12
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
13
 
14
  Licenced under the GNU GPL.
nexus/cerber-nexus-master.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -189,7 +189,7 @@ add_action( 'admin_init', function () {
189
  return;
190
  }
191
 
192
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
193
  nexus_ajax_router();
194
  }
195
 
@@ -572,7 +572,7 @@ function nexus_send( $request, $slave_id = null ) {
572
 
573
  $response = $network['payload'];
574
 
575
- if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
576
  return $response;
577
  }
578
 
@@ -860,7 +860,7 @@ function nexus_net_send_request( $payload, $slave ) {
860
  $data['master_locale'] = ( crb_get_settings( 'admin_lang' ) ) ? 'en_US' : get_user_locale();
861
  }
862
 
863
- if ( ! ( defined( 'DOING_AJAX' ) && DOING_AJAX )
864
  && ! cerber_is_wp_cron() ) {
865
  $data['page'] = crb_admin_get_page();
866
  $data['tab'] = crb_admin_get_tab();
@@ -988,7 +988,7 @@ function nexus_set_context() {
988
  $id = 0;
989
  }
990
 
991
- setcookie( 'cerber_nexus_id', $id, $expire, '/' );
992
 
993
  if ( $id ) {
994
  if ( crb_admin_get_page() == 'cerber-nexus' ) {
@@ -1075,12 +1075,12 @@ function nexus_bg_upgrade( $ids, $plugins ) {
1075
  cerber_admin_message( 'A background upgrade task has been launched' );
1076
  }
1077
 
1078
- function nexus_do_upgrade( $slave, $plugins, $display_errors = false ) {
1079
  $response = nexus_send( array(
1080
  'type' => 'sw_upgrade',
1081
  'sw_type' => 'plugins',
1082
  'list' => $plugins
1083
- ), $slave );
1084
 
1085
  if ( ! empty( $response['results'] ) ) {
1086
  nexus_diag_log( cerber_flat_results( $response['results'], $display_errors ) );
@@ -1092,6 +1092,8 @@ function nexus_do_upgrade( $slave, $plugins, $display_errors = false ) {
1092
  }
1093
 
1094
  if ( empty( $response ) || ! empty( $response['completed'] ) ) {
 
 
1095
  return 'stop';
1096
  }
1097
 
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
189
  return;
190
  }
191
 
192
+ if ( cerber_is_wp_ajax() ) {
193
  nexus_ajax_router();
194
  }
195
 
572
 
573
  $response = $network['payload'];
574
 
575
+ if ( cerber_is_wp_ajax() ) {
576
  return $response;
577
  }
578
 
860
  $data['master_locale'] = ( crb_get_settings( 'admin_lang' ) ) ? 'en_US' : get_user_locale();
861
  }
862
 
863
+ if ( ! cerber_is_wp_ajax()
864
  && ! cerber_is_wp_cron() ) {
865
  $data['page'] = crb_admin_get_page();
866
  $data['tab'] = crb_admin_get_tab();
988
  $id = 0;
989
  }
990
 
991
+ cerber_set_cookie( 'cerber_nexus_id', $id, $expire, '/' );
992
 
993
  if ( $id ) {
994
  if ( crb_admin_get_page() == 'cerber-nexus' ) {
1075
  cerber_admin_message( 'A background upgrade task has been launched' );
1076
  }
1077
 
1078
+ function nexus_do_upgrade( $slave_id, $plugins, $display_errors = false ) {
1079
  $response = nexus_send( array(
1080
  'type' => 'sw_upgrade',
1081
  'sw_type' => 'plugins',
1082
  'list' => $plugins
1083
+ ), $slave_id );
1084
 
1085
  if ( ! empty( $response['results'] ) ) {
1086
  nexus_diag_log( cerber_flat_results( $response['results'], $display_errors ) );
1092
  }
1093
 
1094
  if ( empty( $response ) || ! empty( $response['completed'] ) ) {
1095
+ nexus_add_bg_refresh( $slave_id );
1096
+
1097
  return 'stop';
1098
  }
1099
 
nexus/cerber-nexus-slave.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
nexus/cerber-nexus.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -344,10 +344,9 @@ function nexus_get_context() {
344
 
345
  $id = null;
346
 
347
- if ( ! isset( $_COOKIE['cerber_nexus_id'] ) ) {
348
  return false;
349
  }
350
- $id = absint( $_COOKIE['cerber_nexus_id'] );
351
 
352
  if ( $id === $slave_id && isset( $slave ) ) {
353
  return $slave;
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
344
 
345
  $id = null;
346
 
347
+ if ( ! $id = absint( cerber_get_cookie( 'cerber_nexus_id', 0 ) ) ) {
348
  return false;
349
  }
 
350
 
351
  if ( $id === $slave_id && isset( $slave ) ) {
352
  return $slave;
nexus/cerber-slave-list.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: security, malware scanner, antispam, firewall, limit login attempts, custom login url, login, recaptcha, captcha, activity, log, logging, whitelist, blacklist, access list
5
  Requires at least: 4.5
6
  Requires PHP: 5.4
7
- Tested up to: 5.1.1
8
- Stable tag: 8.1
9
  License: GPLv2
10
 
11
  Protection against hacker attacks and bots. Malware scanner & integrity checker. User activity log. Antispam reCAPTCHA. Limit login attempts.
@@ -74,17 +74,17 @@ Moreover, you can create your Custom login page and forget about automatic attac
74
 
75
  Cerber Security Scanner is a sophisticated and extremely powerful tool that thoroughly scans every folder and inspects every file on a website for traces of malware, trojans, backdoors, changed and new files.
76
 
77
- [Read more about malware scanner](https://wpcerber.com/wordpress-security-scanner/).
78
 
79
  = Integrity checker =
80
 
81
  The scanner checks if all WordPress folders and files match what exist in the official WordPress core repository, compares your plugins and themes with what are in the official WordPress repository and alerts you to any changes. As with scanning free plugins and themes, the scanner scans and verifies commercial plugins and themes that are installed manually.
82
 
83
- = Automated recurring scans and email reporting =
84
 
85
- Cerber Security Scanner allows you to easily configure your schedule for automated recurring scanning. Once the schedule is configured the scanner will automatically perform the scan of the website and send a email report with results of the scan.
86
 
87
- [Read more about automated scans](https://wpcerber.com/automated-recurring-malware-scans/).
88
 
89
  = Log, filter out and export activities =
90
 
@@ -313,6 +313,16 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
313
 
314
  == Changelog ==
315
 
 
 
 
 
 
 
 
 
 
 
316
  = 8.1 =
317
  * New: In a single click you can get a list of active plugins and available updates on a slave website.
318
  * New: Notification about a newer versions of Cerber and WordPres available ot install on a slave.
@@ -457,12 +467,6 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
457
  * Bug fixed: If the WP REST API is blocked, a request with a specially malformed URL can bypass protection. Thanks to Tomasz Wasiak.
458
  * Bug fixed: An IPv4 range in the Access Lists might not work as expected, depending on server/site settings.
459
 
460
- = 6.1 =
461
- * New: Traffic Inspector has got a Request White List setting.
462
- * New: An Activity filter for the Advanced search form on the Traffic Inspector page.
463
- * Bug fixed: Two reCAPTCHA widgets on login/registration forms.
464
- * Bug fixed: A legitimate IP address can be locked out by Traffic Inspector on a Windows hosting (server).
465
-
466
  == Other Notes ==
467
 
468
  1. If you want to test out plugin's features, do this from another computer and remove that computer's network from the White Access List. Cerber is smart enough to recognize "the boss".
4
  Tags: security, malware scanner, antispam, firewall, limit login attempts, custom login url, login, recaptcha, captcha, activity, log, logging, whitelist, blacklist, access list
5
  Requires at least: 4.5
6
  Requires PHP: 5.4
7
+ Tested up to: 5.2
8
+ Stable tag: 8.2
9
  License: GPLv2
10
 
11
  Protection against hacker attacks and bots. Malware scanner & integrity checker. User activity log. Antispam reCAPTCHA. Limit login attempts.
74
 
75
  Cerber Security Scanner is a sophisticated and extremely powerful tool that thoroughly scans every folder and inspects every file on a website for traces of malware, trojans, backdoors, changed and new files.
76
 
77
+ [Read more about the malware scanner](https://wpcerber.com/wordpress-security-scanner/).
78
 
79
  = Integrity checker =
80
 
81
  The scanner checks if all WordPress folders and files match what exist in the official WordPress core repository, compares your plugins and themes with what are in the official WordPress repository and alerts you to any changes. As with scanning free plugins and themes, the scanner scans and verifies commercial plugins and themes that are installed manually.
82
 
83
+ = Scheduled Scans With Automatic File Recovery =
84
 
85
+ Cerber Security Scanner allows you to configure a schedule for automated recurring scanning easily. Once the schedule is configured the scanner automatically scans the website, deletes malware and recovers modified and infected WordPress files. After every scan, you can get an optional email report with the results of the scan.
86
 
87
+ [Read more about the scheduled scans](https://wpcerber.com/automated-recurring-malware-scans/).
88
 
89
  = Log, filter out and export activities =
90
 
313
 
314
  == Changelog ==
315
 
316
+ = 8.2 =
317
+ * New: Automatic recovery of infected files. When [the malware scanner](https://wpcerber.com/wordpress-security-scanner/) detects changes in the core WordPress files and plugins, it automatically recovers them.
318
+ * New: A set of quick navigation buttons on the Activity page. They allow you to filter out log records quickly.
319
+ * New: A unique Session ID (SID) is displayed on the Forbidden 403 Page now.
320
+ * New: The advanced search on the Live Traffic page has got a set of new fields.
321
+ * New: To make a website comply with GDPR, a cookie prefix can be set.
322
+ * Update: The lockout notification settings are moved to the Notifications tab.
323
+ * Update: The list of files to be scanned in Quick mode now also includes files with these extensions: phtm, phtml, phps, php2, php3, php4, php5, php6, php7.
324
+ * [Read more](https://wpcerber.com/wp-cerber-security-8-2/)
325
+
326
  = 8.1 =
327
  * New: In a single click you can get a list of active plugins and available updates on a slave website.
328
  * New: Notification about a newer versions of Cerber and WordPres available ot install on a slave.
467
  * Bug fixed: If the WP REST API is blocked, a request with a specially malformed URL can bypass protection. Thanks to Tomasz Wasiak.
468
  * Bug fixed: An IPv4 range in the Access Lists might not work as expected, depending on server/site settings.
469
 
 
 
 
 
 
 
470
  == Other Notes ==
471
 
472
  1. If you want to test out plugin's features, do this from another computer and remove that computer's network from the White Access List. Cerber is smart enough to recognize "the boss".
ripe.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
settings.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
@@ -98,16 +98,219 @@ function cerber_settings_config( $args = array() ) {
98
  if ( $args && ! is_array( $args ) ) {
99
  return false;
100
  }
 
101
  // WP setting is: 'cerber-'.$screen_id
102
  $screens = array(
103
- 'users' => array( 'us' ),
104
- 'antispam' => array( 'antibot', 'antibot_more', 'commproc' ),
105
- 'recaptcha' => array( 'recap' ),
106
- 'nexus-slave' => array( 'slave_settings' ),
107
- 'nexus_master' => array( 'master_settings' ),
 
 
108
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  $sections = array(
110
- 'us' => array(
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  'name' => __( 'User related settings', 'wp-cerber' ),
112
  //'info' => __( 'User related settings', 'wp-cerber' ),
113
  'fields' => array(
@@ -173,6 +376,69 @@ function cerber_settings_config( $args = array() ) {
173
  )
174
  ),
175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  'antibot' => array(
177
  'name' => __( 'Cerber antispam engine', 'wp-cerber' ),
178
  'fields' => array(
@@ -480,204 +746,6 @@ function cerber_admin_init() {
480
 
481
  // Main Settings tab ---------------------------------------------------------------------
482
 
483
- $tab = 'main'; // 'cerber-main' settings
484
- register_setting( 'cerberus-' . $tab, CERBER_OPT );
485
-
486
- add_settings_section( 'boot', __( 'Plugin initialization', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT );
487
- add_settings_field( 'boot-mode', __( 'Load security engine', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'boot',
488
- array(
489
- 'group' => $tab,
490
- 'setting' => 'boot-mode',
491
- 'type' => 'select',
492
- 'set' => array(
493
- __( 'Legacy mode', 'wp-cerber' ),
494
- __( 'Standard mode', 'wp-cerber' )
495
- )
496
- ) );
497
-
498
- add_settings_section( 'liloa', __( 'Limit login attempts', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT );
499
- add_settings_field( 'attempts', __( 'Attempts', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'liloa',
500
- array(
501
- 'group' => $tab,
502
- 'setting' => 'attempts',
503
- 'type' => 'attempts'
504
- ) );
505
- add_settings_field( 'lockout', __( 'Lockout duration', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'liloa',
506
- array(
507
- 'group' => $tab,
508
- 'setting' => 'lockout',
509
- 'type' => 'text',
510
- 'label' => __( 'minutes', 'wp-cerber' ),
511
- 'size' => 3
512
- ) );
513
- add_settings_field( 'aggressive', __( 'Aggressive lockout', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'liloa',
514
- array(
515
- 'group' => $tab,
516
- 'setting' => 'aggressive',
517
- 'type' => 'aggressive'
518
- ) );
519
- add_settings_field( 'limitwhite', __( 'Use White IP Access List', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'liloa',
520
- array(
521
- 'group' => $tab,
522
- 'setting' => 'limitwhite',
523
- 'type' => 'checkbox',
524
- 'label' => __( 'Apply limit login rules to IP addresses in the White IP Access List', 'wp-cerber' )
525
- ) );
526
- add_settings_field( 'notify', __( 'Notifications', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'liloa',
527
- array(
528
- 'group' => $tab,
529
- 'setting' => 'notify',
530
- 'type' => 'notify'
531
- ) );
532
- add_settings_field( 'proxy', __( 'Site connection', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'liloa',
533
- array(
534
- 'group' => $tab,
535
- 'setting' => 'proxy',
536
- 'type' => 'checkbox',
537
- 'label' => __( 'My site is behind a reverse proxy', 'wp-cerber' )
538
- ) );
539
-
540
- add_settings_section( 'proactive', __( 'Proactive security rules', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT );
541
- add_settings_field( 'subnet', __( 'Block subnet', 'wp-cerber' ), 'cerber_field_show', 'cerber-' . $tab, 'proactive', array(
542
- 'group' => $tab,
543
- 'setting' => 'subnet',
544
- 'type' => 'checkbox',
545
- 'label' => __( 'Always block entire subnet Class C of intruders IP', 'wp-cerber' )
546
- ) );
547
- add_settings_field( 'nonusers', __( 'Non-existing users', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'proactive', array(
548
- 'group' => $tab,
549
- 'setting' => 'nonusers',
550
- 'type' => 'checkbox',
551
- 'label' => __( 'Immediately block IP when attempting to log in with a non-existing username', 'wp-cerber' )
552
- ) );
553
- add_settings_field( 'noredirect', __( 'Disable dashboard redirection', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'proactive', array(
554
- 'group' => $tab,
555
- 'setting' => 'noredirect',
556
- 'type' => 'checkbox',
557
- 'label' => __( 'Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request', 'wp-cerber' )
558
- ) );
559
- add_settings_field( 'wplogin', __( 'Request wp-login.php', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'proactive', array(
560
- 'group' => $tab,
561
- 'setting' => 'wplogin',
562
- 'type' => 'checkbox',
563
- 'label' => __( 'Immediately block IP after any request to wp-login.php', 'wp-cerber' )
564
- ) );
565
- add_settings_field( 'page404', __( 'Display 404 page', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'proactive', array(
566
- 'group' => $tab,
567
- 'setting' => 'page404',
568
- 'type' => 'select',
569
- 'set' => array(
570
- __( 'Use 404 template from the active theme', 'wp-cerber' ),
571
- __( 'Display simple 404 page', 'wp-cerber' )
572
- )
573
- ) );
574
-
575
- add_settings_section( 'custom', __( 'Custom login page', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT );
576
- add_settings_field( 'loginpath', __( 'Custom login URL', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'custom',
577
- array(
578
- 'group' => $tab,
579
- 'setting' => 'loginpath',
580
- 'size' => 30,
581
- 'type' => 'text',
582
- 'pattern' => '[a-zA-Z0-9\-_]{1,100}',
583
- 'title' => __( 'Custom login URL may contain only letters, numbers, dashes and underscores', 'wp-cerber' ),
584
- 'label' => __( 'must not overlap with the existing pages or posts slug', 'wp-cerber' )
585
- ) );
586
- add_settings_field( 'loginnowp', __( 'Disable wp-login.php', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'custom',
587
- array(
588
- 'group' => $tab,
589
- 'setting' => 'loginnowp',
590
- 'type' => 'checkbox',
591
- 'label' => __( 'Block direct access to wp-login.php and return HTTP 404 Not Found Error', 'wp-cerber' )
592
- ) );
593
-
594
- add_settings_section( 'citadel', __( 'Citadel mode', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT );
595
- add_settings_field( 'citadel', __( 'Threshold', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'citadel',
596
- array(
597
- 'group' => $tab,
598
- 'setting' => 'citadel',
599
- 'type' => 'citadel'
600
- ) );
601
- add_settings_field( 'ciduration', __( 'Duration', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'citadel',
602
- array(
603
- 'group' => $tab,
604
- 'setting' => 'ciduration',
605
- 'type' => 'text',
606
- 'label' => __( 'minutes', 'wp-cerber' ),
607
- 'size' => 3
608
- ) );
609
- add_settings_field( 'cinotify', __( 'Notifications', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'citadel',
610
- array(
611
- 'group' => $tab,
612
- 'setting' => 'cinotify',
613
- 'type' => 'checkbox',
614
- 'label' => __( 'Send notification to admin email', 'wp-cerber' ) .
615
- ' [ <a href="' . cerber_admin_link( crb_admin_get_tab(), array(
616
- 'page' => crb_admin_get_page(),
617
- 'cerber_admin_do' => 'testnotify',
618
- 'type' => 'citadel',
619
- ), true ) . '">' . __( 'Click to send test', 'wp-cerber' ) . '</a> ]'
620
- ) );
621
-
622
- add_settings_section( 'activity', __( 'Activity', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT );
623
- add_settings_field( 'keeplog', __( 'Keep records for', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'activity', array(
624
- 'group' => $tab,
625
- 'setting' => 'keeplog',
626
- 'type' => 'text',
627
- //'label' => __( 'days, not logged in visitors', 'wp-cerber' ),
628
- 'label' => __( 'days', 'wp-cerber' ),
629
- 'size' => 3
630
- ) );
631
- /*
632
- add_settings_field( 'keeplog_auth', __( 'Keep records for', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'activity', array(
633
- 'group' => $tab,
634
- 'setting' => 'keeplog_auth',
635
- 'type' => 'text',
636
- 'label' => __( 'days, logged in users', 'wp-cerber' ),
637
- 'size' => 3
638
- ) );*/
639
- add_settings_field( 'cerberlab', __( 'Cerber Lab connection', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'activity', array(
640
- 'group' => $tab,
641
- 'setting' => 'cerberlab',
642
- 'type' => 'checkbox',
643
- 'label' => __( 'Send malicious IP addresses to the Cerber Lab', 'wp-cerber' ) . ' <a target="_blank" href="http://wpcerber.com/cerber-laboratory/">Know more</a>'
644
- ) );
645
- add_settings_field( 'cerberproto', __( 'Cerber Lab protocol', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'activity', array(
646
- 'group' => $tab,
647
- 'setting' => 'cerberproto',
648
- 'type' => 'select',
649
- 'set' => array(
650
- 'HTTP',
651
- 'HTTPS'
652
- )
653
- ) );
654
- add_settings_field( 'usefile', __( 'Use file', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'activity', array(
655
- 'group' => $tab,
656
- 'setting' => 'usefile',
657
- 'type' => 'checkbox',
658
- 'label' => __( 'Write failed login attempts to the file', 'wp-cerber' )
659
- ) );
660
-
661
- add_settings_section( 'prefs', __( 'Preferences', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT );
662
- add_settings_field( 'ip_extra', __( 'Drill down IP', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'prefs', array(
663
- 'group' => $tab,
664
- 'setting' => 'ip_extra',
665
- 'type' => 'checkbox',
666
- 'label' => __( 'Retrieve extra WHOIS information for IP', 'wp-cerber' ) . ' <a href="' . cerber_admin_link( 'help' ) . '">Know more</a>'
667
- ) );
668
- add_settings_field( 'dateformat', __( 'Date format', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'prefs', array(
669
- 'group' => $tab,
670
- 'setting' => 'dateformat',
671
- 'type' => 'text',
672
- 'size' => 16,
673
- 'label' => sprintf( __( 'if empty, the default format %s will be used', 'wp-cerber' ), '<b>' . cerber_date( time() ) . '</b>' ) . ' <a target="_blank" href="http://wpcerber.com/date-format-setting/">Know more</a>'
674
- ) );
675
- add_settings_field( 'admin_lang', __( 'Use English for admin interface', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT, 'prefs', array(
676
- 'group' => $tab,
677
- 'setting' => 'admin_lang',
678
- 'type' => 'checkbox'
679
- ) );
680
-
681
  // Hardening tab --------------------------------------------------------------------------
682
 
683
  $tab = 'hardening'; // 'cerber-hardening' settings
@@ -769,79 +837,6 @@ function cerber_admin_init() {
769
  //add_settings_field('cleanhead',__('Clean up HEAD','wp-cerber'),'cerberus_field_show','cerber-'.$tab,'hwp',array('group'=>$tab,'option'=>'cleanhead','type'=>'checkbox','label'=>__('Remove generator and version tags from HEAD section','wp-cerber')));
770
  //add_settings_field('ping',__('Disable Pingback','wp-cerber'),'cerberus_field_show','cerber-'.$tab,'hwp',array('group'=>$tab,'option'=>'ping','type'=>'checkbox','label'=>__('Block access to ping functional','wp-cerber')));
771
 
772
- // Users tab -----------------------------------------------------------------------------
773
- /*
774
- $tab = 'users'; // 'cerber-users' settings
775
- register_setting( 'cerberus-' . $tab, CERBER_OPT_U );
776
- */
777
- // Antibot & reCAPTCHA -----------------------------------------------------------------------------
778
-
779
- /*$tab = 'antispam'; // 'cerber-recaptcha' settings
780
- register_setting( 'cerberus-' . $tab, CERBER_OPT_A );
781
-
782
- $tab = 'recaptcha'; // 'cerber-recaptcha' settings
783
- register_setting( 'cerberus-' . $tab, CERBER_OPT_C );
784
- */
785
-
786
- // Notifications -----------------------------------------------------------------------------
787
-
788
- $group = 'notifications'; // 'cerber-notifications' settings
789
- register_setting( 'cerberus-'.$group, CERBER_OPT_N);
790
- add_settings_section('notify', __('Email notifications','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_N);
791
-
792
- $def_email = '<b>'.get_site_option('admin_email').'</b>';
793
- add_settings_field( 'email', __( 'Email Address', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_N, 'notify',
794
- array( 'group' => $group,
795
- 'setting' => 'email',
796
- 'type' => 'text',
797
- 'placeholder' => __( 'Use comma to specify multiple values', 'wp-cerber' ),
798
- 'delimiter' => ',',
799
- 'list' => true,
800
- 'maxlength' => 1000,
801
- 'label' => sprintf( __( 'if empty, the admin email %s will be used', 'wp-cerber' ), $def_email )
802
- ) );
803
-
804
- add_settings_field('emailrate',__('Notification limit','wp-cerber'),'cerber_field_show',CERBER_OPT_N,'notify',array('group'=>$group,'setting'=>'emailrate','type'=>'text','label'=>__('notification letters allowed per hour (0 means unlimited)','wp-cerber'),'size'=>3));
805
- add_settings_field( 'notify-new-ver', __( 'New version is available', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_N, 'notify', array( 'group' => $group,
806
- 'setting' => 'notify-new-ver',
807
- 'type' => 'checkbox'
808
- ) );
809
-
810
- add_settings_section('pushit', __('Push notifications','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_N);
811
- add_settings_field('pbtoken','Pushbullet access token','cerber_field_show',CERBER_OPT_N,'pushit',array('group'=>$group,'setting'=>'pbtoken','type'=>'text'));
812
-
813
- $set = array();
814
- if ( cerber_is_admin_page( false, array( 'tab' => 'notifications' ) ) ) {
815
- $set = cerber_pb_get_devices();
816
- if ( is_array( $set ) ) {
817
- if ( ! empty( $set ) ) {
818
- $set = array( 'all' => __( 'All connected devices', 'wp-cerber' ) ) + $set;
819
- }
820
- else {
821
- $set = array( 'N' => __( 'No devices found', 'wp-cerber' ) );
822
- }
823
- }
824
- else {
825
- $set = array( 'N' => __( 'Not available', 'wp-cerber' ) );
826
- }
827
- }
828
- add_settings_field('pbdevice','Pushbullet device','cerber_field_show',CERBER_OPT_N,'pushit',array('group'=>$group,'setting'=>'pbdevice','type'=>'select','set'=>$set));
829
-
830
- add_settings_section('reports', __('Weekly reports','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_N);
831
- add_settings_field('enable-report',__('Enable reporting','wp-cerber'),'cerber_field_show',CERBER_OPT_N,'reports',array('group'=>$group,'setting'=>'enable-report','type'=>'checkbox'));
832
- add_settings_field('wreports',__('Send reports on','wp-cerber'),'cerber_field_show',CERBER_OPT_N,'reports',array('group'=>$group,'setting'=>'wreports','type'=>'reptime'));
833
- add_settings_field( 'email-report', __( 'Email Address', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_N, 'reports',
834
- array(
835
- 'group' => $group,
836
- 'setting' => 'email-report',
837
- 'type' => 'text',
838
- 'placeholder' => __( 'Use comma to specify multiple values', 'wp-cerber' ),
839
- 'delimiter' => ',',
840
- 'list' => true,
841
- 'maxlength' => 1000,
842
- 'label' => __( 'if empty, email from notification settings will be used', 'wp-cerber' )
843
- ) );
844
-
845
  // Traffic Inspector -----------------------------------------------------------------------------
846
 
847
  $group = 'traffic'; // 'cerber-traffic' settings
@@ -1103,7 +1098,7 @@ function cerber_admin_init() {
1103
  'delimiter' => ',',
1104
  'list' => true,
1105
  'maxlength' => 1000,
1106
- 'label' => sprintf( __( 'if empty, email from notification settings will be used', 'wp-cerber' ), $def_email )
1107
  ) );
1108
 
1109
  // Scanner Policies -----------------------------------------------------------------------------
@@ -1113,7 +1108,7 @@ function cerber_admin_init() {
1113
 
1114
  add_settings_section( 'scanpls', __( 'Automatic cleanup of malware and suspicious files', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT_P );
1115
 
1116
- add_settings_field( 'scan_delunatt', __( 'Unattended files', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_P, 'scanpls',
1117
  array(
1118
  'group' => $group,
1119
  'setting' => 'scan_delunatt',
@@ -1134,6 +1129,20 @@ function cerber_admin_init() {
1134
  'type' => 'checkbox',
1135
  ) );
1136
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1137
  add_settings_section( 'scanexcl', __( 'Exclusions', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT_P );
1138
  add_settings_field( 'scan_nodeltemp', __( 'Files in the temporary directory', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_P, 'scanexcl',
1139
  array(
@@ -1364,9 +1373,9 @@ function cerber_field_show( $args ) {
1364
  . __( 'Notify admin if the number of active lockouts above', 'wp-cerber' ) .
1365
  ' <input type="text" id="above" name="cerber-' . $args['group'] . '[above]" value="' . $settings['above'] . '" size="3" maxlength="3" />' .
1366
  ' [ <a href="' . cerber_admin_link( crb_admin_get_tab(), array(
1367
- 'page' => crb_admin_get_page(),
1368
- 'cerber_admin_do' => 'testnotify',
1369
- 'type' => 'lockout',
1370
  ), true ) . '">' . __( 'Click to send test', 'wp-cerber' ) . '</a> ]';
1371
  break;
1372
  case 'citadel':
@@ -1376,10 +1385,10 @@ function cerber_field_show( $args ) {
1376
  break;
1377
  case 'checkbox':
1378
  $html = '<label class="crb-switch"><input class="screen-reader-text" type="checkbox" id="' . $id . '" name="' . $name . '" value="1" ' . checked( 1, $value, false ) . $atts . ' /><span class="crb-slider round"></span></label>';
1379
- $html .= '<label for="' . $args['setting'] . '">' . $label . '</label><i '.$data.'></i>';
1380
  break;
1381
  case 'textarea':
1382
- $html = '<textarea class="large-text code" id="' . $id . '" name="' . $name . '" ' . $atts . $data.'>' . $value . '</textarea>';
1383
  $html .= '<br/><label class="crb-below" for="' . $args['setting'] . '">' . $label . '</label>';
1384
  break;
1385
  case 'select':
@@ -1388,7 +1397,7 @@ function cerber_field_show( $args ) {
1388
  $html .= '<br/><label class="crb-below">' . $label . '</label>';
1389
  break;
1390
  case 'role_select':
1391
- $html = cerber_role_select( $name.'[]', $value, '', true, '', '100%' );
1392
  break;
1393
  case 'checkbox_set':
1394
  $html = '<div class="crb-checkbox_set" style="line-height: 2em;">';
@@ -1410,10 +1419,10 @@ function cerber_field_show( $args ) {
1410
  break;
1411
  case 'text':
1412
  default:
1413
- $type = 'text';
1414
- if ( in_array( $args['type'], array( 'url' ) ) ) {
1415
- $type = $args['type'];
1416
- }
1417
  $size = '';
1418
  $maxlength = '';
1419
  $class = 'crb-wide';
@@ -1432,11 +1441,19 @@ function cerber_field_show( $args ) {
1432
  if ( isset( $args['pattern'] ) ) {
1433
  $atts .= ' pattern="' . $args['pattern'] . '"';
1434
  }
1435
- if ( isset( $args['title'] ) ) {
1436
- $atts .= ' title="' . $args['title'] . '"';
 
 
 
 
 
 
 
 
1437
  }
1438
 
1439
- $html = $pre . '<input type="'.$type.'" id="' . $args['setting'] . '" name="' . $name . '" value="' . $value . '"' . $atts . ' class="' . $class . '" ' . $size . $maxlength . $atts . $data . ' />';
1440
 
1441
  if ( $size ) {
1442
  $label = ' <label for="' . $args['setting'] . '">' . $label . '</label>';
@@ -2018,10 +2035,9 @@ function cerber_get_defaults() {
2018
  'aglocks' => 2,
2019
  'aglast' => 4,
2020
  'limitwhite' => 0,
2021
- 'notify' => 1,
2022
- 'above' => 3,
2023
 
2024
  'proxy' => 0,
 
2025
 
2026
  'subnet' => 0,
2027
  'nonusers' => 0,
@@ -2101,15 +2117,17 @@ function cerber_get_defaults() {
2101
  'recaptcha-within' => 30,
2102
  ),
2103
  CERBER_OPT_N => array(
 
 
2104
  'email' => '',
2105
  'emailrate' => 12,
2106
  'notify-new-ver' => '1',
2107
  'pbtoken' => '',
2108
  'pbdevice' => '',
2109
- 'wreports-day' => '1', // workaround, see cerber_upgrade_options()
2110
  'wreports-time' => 9,
2111
  'email-report' => '',
2112
- 'enable-report' => '1', // workaround, see cerber_upgrade_options()
2113
  ),
2114
  CERBER_OPT_T => array(
2115
  'tienabled' => '1',
@@ -2149,6 +2167,18 @@ function cerber_get_defaults() {
2149
  'scan_ierrors' => 0,
2150
  'email-scan' => ''
2151
  ),
 
 
 
 
 
 
 
 
 
 
 
 
2152
  CERBER_OPT_MA => array(
2153
  'master_tolist' => 1,
2154
  'master_swshow' => 1,
@@ -2196,6 +2226,11 @@ function cerber_upgrade_settings() {
2196
  'spamcomm',
2197
  'trashafter'
2198
  ) );
 
 
 
 
 
2199
  // @since 5.7
2200
  // Upgrade plugin settings
2201
  foreach ( cerber_get_defaults() as $option_name => $def_fields ) {
@@ -2231,20 +2266,28 @@ function cerber_upgrade_settings() {
2231
  * @param string $from
2232
  * @param string $to
2233
  * @param array $fields
 
 
2234
  */
2235
  function crb_move_fields( $from, $to, $fields ) {
2236
- if ( ! get_site_option( $to ) ) {
2237
- $old = get_site_option( $from );
 
 
 
2238
  $new = array();
2239
- foreach ( $fields as $key ) {
2240
- if ( isset( $old[ $key ] ) ) {
2241
- $new[ $key ] = $old[ $key ]; // move old values
2242
- unset( $old[ $key ] ); // clean up old values
2243
- }
 
2244
  }
2245
- update_site_option( $to, $new );
2246
- update_site_option( $from, $old );
2247
  }
 
 
 
 
2248
  }
2249
 
2250
  /*
@@ -2451,7 +2494,7 @@ function cerber_get_email( $type = '', $array = false ) {
2451
  $email = crb_get_settings( 'email' );
2452
  }
2453
 
2454
- if ( ! $array && is_array( $email ) ) { // @since 4.9
2455
  $email = implode( ', ', $email );
2456
  }
2457
 
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
98
  if ( $args && ! is_array( $args ) ) {
99
  return false;
100
  }
101
+
102
  // WP setting is: 'cerber-'.$screen_id
103
  $screens = array(
104
+ 'main' => array( 'boot', 'liloa', 'stspec', 'proactive', 'custom', 'citadel', 'activity', 'prefs' ),
105
+ 'users' => array( 'us' ),
106
+ 'notifications' => array( 'notify', 'pushit', 'reports' ),
107
+ 'antispam' => array( 'antibot', 'antibot_more', 'commproc' ),
108
+ 'recaptcha' => array( 'recap' ),
109
+ 'nexus-slave' => array( 'slave_settings' ),
110
+ 'nexus_master' => array( 'master_settings' ),
111
  );
112
+
113
+ // Pushbullet devices
114
+ $pb_set = array();
115
+ if ( cerber_is_admin_page( false, array( 'tab' => 'notifications' ) ) ) {
116
+ $pb_set = cerber_pb_get_devices();
117
+ if ( is_array( $pb_set ) ) {
118
+ if ( ! empty( $pb_set ) ) {
119
+ $pb_set = array( 'all' => __( 'All connected devices', 'wp-cerber' ) ) + $pb_set;
120
+ }
121
+ else {
122
+ $pb_set = array( 'N' => __( 'No devices found', 'wp-cerber' ) );
123
+ }
124
+ }
125
+ else {
126
+ $pb_set = array( 'N' => __( 'Not available', 'wp-cerber' ) );
127
+ }
128
+ }
129
+
130
  $sections = array(
131
+ 'boot' => array(
132
+ 'name' => __( 'Plugin initialization', 'wp-cerber' ),
133
+ 'fields' => array(
134
+ 'boot-mode' => array(
135
+ 'title' => __( 'Load security engine', 'wp-cerber' ),
136
+ 'type' => 'select',
137
+ 'set' => array(
138
+ __( 'Legacy mode', 'wp-cerber' ),
139
+ __( 'Standard mode', 'wp-cerber' )
140
+ )
141
+ ),
142
+ ),
143
+ ),
144
+ 'liloa' => array(
145
+ 'name' => __( 'Limit login attempts', 'wp-cerber' ),
146
+ 'fields' => array(
147
+ 'attempts' => array(
148
+ 'title' => __( 'Attempts', 'wp-cerber' ),
149
+ 'type' => 'attempts',
150
+ ),
151
+ 'lockout' => array(
152
+ 'title' => __( 'Lockout duration', 'wp-cerber' ),
153
+ 'label' => __( 'minutes', 'wp-cerber' ),
154
+ 'size' => 3
155
+ ),
156
+ 'aggressive' => array(
157
+ 'title' => __( 'Aggressive lockout', 'wp-cerber' ),
158
+ 'type' => 'aggressive',
159
+ ),
160
+ 'limitwhite' => array(
161
+ 'title' => __( 'Use White IP Access List', 'wp-cerber' ),
162
+ 'label' => __( 'Apply limit login rules to IP addresses in the White IP Access List', 'wp-cerber' ),
163
+ 'type' => 'checkbox',
164
+ ),
165
+ ),
166
+ ),
167
+ 'proactive' => array(
168
+ 'name' => __( 'Proactive security rules', 'wp-cerber' ),
169
+ 'fields' => array(
170
+ 'subnet' => array(
171
+ 'title' => __( 'Block subnet', 'wp-cerber' ),
172
+ 'label' => __( 'Always block entire subnet Class C of intruders IP', 'wp-cerber' ),
173
+ 'type' => 'checkbox',
174
+ ),
175
+ 'nonusers' => array(
176
+ 'title' => __( 'Non-existing users', 'wp-cerber' ),
177
+ 'label' => __( 'Immediately block IP when attempting to log in with a non-existing username', 'wp-cerber' ),
178
+ 'type' => 'checkbox',
179
+ ),
180
+ 'noredirect' => array(
181
+ 'title' => __( 'Disable dashboard redirection', 'wp-cerber' ),
182
+ 'label' => __( 'Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request', 'wp-cerber' ),
183
+ 'type' => 'checkbox',
184
+ ),
185
+ 'wplogin' => array(
186
+ 'title' => __( 'Request wp-login.php', 'wp-cerber' ),
187
+ 'label' => __( 'Immediately block IP after any request to wp-login.php', 'wp-cerber' ),
188
+ 'type' => 'checkbox',
189
+ ),
190
+ 'page404' => array(
191
+ 'title' => __( 'Display 404 page', 'wp-cerber' ),
192
+ 'type' => 'select',
193
+ 'set' => array(
194
+ __( 'Use 404 template from the active theme', 'wp-cerber' ),
195
+ __( 'Display simple 404 page', 'wp-cerber' )
196
+ )
197
+ ),
198
+
199
+ ),
200
+ ),
201
+ 'custom' => array(
202
+ 'name' => __( 'Custom login page', 'wp-cerber' ),
203
+ 'fields' => array(
204
+ 'loginpath' => array(
205
+ 'title' => __( 'Custom login URL', 'wp-cerber' ),
206
+ 'label' => __( 'must not overlap with the existing pages or posts slug', 'wp-cerber' ),
207
+ 'attr' => array( 'title' => __( 'Custom login URL may contain Latin alphanumeric characters, dashes and underscores only', 'wp-cerber' ) ),
208
+ 'size' => 30,
209
+ 'pattern' => '[a-zA-Z0-9\-_]{1,100}',
210
+ ),
211
+ 'loginnowp' => array(
212
+ 'title' => __( 'Disable wp-login.php', 'wp-cerber' ),
213
+ 'label' => __( 'Block direct access to wp-login.php and return HTTP 404 Not Found Error', 'wp-cerber' ),
214
+ 'type' => 'checkbox',
215
+ ),
216
+ ),
217
+ ),
218
+ 'stspec' => array(
219
+ 'name' => __( 'Site-specific settings', 'wp-cerber' ),
220
+ 'fields' => array(
221
+ 'proxy' => array(
222
+ 'title' => __( 'Site connection', 'wp-cerber' ),
223
+ 'label' => __( 'My site is behind a reverse proxy', 'wp-cerber' ),
224
+ 'type' => 'checkbox',
225
+ ),
226
+ 'cookiepref' => array(
227
+ 'title' => __( 'Prefix for plugin cookies', 'wp-cerber' ),
228
+ 'attr' => array( 'title' => __( 'Prefix may contain only Latin alphanumeric characters and underscores', 'wp-cerber' ) ),
229
+ 'placeholder' => 'Latin alphanumeric characters or underscores',
230
+ 'size' => 24,
231
+ 'pattern' => '[a-zA-Z0-9_]{1,24}',
232
+ ),
233
+ ),
234
+ ),
235
+ 'citadel' => array(
236
+ 'name' => __( 'Citadel mode', 'wp-cerber' ),
237
+ 'fields' => array(
238
+ 'citadel' => array(
239
+ 'title' => __( 'Threshold', 'wp-cerber' ),
240
+ 'type' => 'citadel',
241
+ ),
242
+ 'ciduration' => array(
243
+ 'title' => __( 'Duration', 'wp-cerber' ),
244
+ 'label' => __( 'minutes', 'wp-cerber' ),
245
+ 'size' => 3
246
+ ),
247
+ 'cinotify' => array(
248
+ 'title' => __( 'Notifications', 'wp-cerber' ),
249
+ 'type' => 'checkbox',
250
+ 'label' => __( 'Send notification to admin email', 'wp-cerber' ) .
251
+ ' [ <a href="' . cerber_admin_link( crb_admin_get_tab(), array(
252
+ 'page' => crb_admin_get_page(),
253
+ 'cerber_admin_do' => 'testnotify',
254
+ 'type' => 'citadel',
255
+ ), true ) . '">' . __( 'Click to send test', 'wp-cerber' ) . '</a> ]'
256
+ ),
257
+ ),
258
+ ),
259
+ 'activity' => array(
260
+ 'name' => __( 'Activity', 'wp-cerber' ),
261
+ 'fields' => array(
262
+ 'keeplog' => array(
263
+ 'title' => __( 'Keep records for', 'wp-cerber' ),
264
+ 'label' => __( 'days', 'wp-cerber' ),
265
+ //'label' => __( 'days, not logged in visitors', 'wp-cerber' ),
266
+ 'size' => 3
267
+ ),
268
+ /*'keeplog_auth' => array(
269
+ 'title' => __( 'Keep records for', 'wp-cerber' ),
270
+ 'label' => __( 'days, logged in users', 'wp-cerber' ),
271
+ 'size' => 3
272
+ ),*/
273
+ 'cerberlab' => array(
274
+ 'title' => __( 'Cerber Lab connection', 'wp-cerber' ),
275
+ 'label' => __( 'Send malicious IP addresses to the Cerber Lab', 'wp-cerber' ) . ' <a target="_blank" href="http://wpcerber.com/cerber-laboratory/">Know more</a>',
276
+ 'type' => 'checkbox',
277
+ ),
278
+ 'cerberproto' => array(
279
+ 'title' => __( 'Cerber Lab protocol', 'wp-cerber' ),
280
+ 'type' => 'select',
281
+ 'set' => array(
282
+ 'HTTP',
283
+ 'HTTPS'
284
+ )
285
+ ),
286
+ 'usefile' => array(
287
+ 'title' => __( 'Use file', 'wp-cerber' ),
288
+ 'label' => __( 'Write failed login attempts to the file', 'wp-cerber' ),
289
+ 'type' => 'checkbox',
290
+ ),
291
+ ),
292
+ ),
293
+ 'prefs' => array(
294
+ 'name' => __( 'Preferences', 'wp-cerber' ),
295
+ 'fields' => array(
296
+ 'ip_extra' => array(
297
+ 'title' => __( 'Drill down IP', 'wp-cerber' ),
298
+ 'label' => __( 'Retrieve extra WHOIS information for IP', 'wp-cerber' ) . ' <a href="' . cerber_admin_link( 'help' ) . '">Know more</a>',
299
+ 'type' => 'checkbox',
300
+ ),
301
+ 'dateformat' => array(
302
+ 'title' => __( 'Date format', 'wp-cerber' ),
303
+ 'label' => sprintf( __( 'if empty, the default format %s will be used', 'wp-cerber' ), '<b>' . cerber_date( time() ) . '</b>' ) . ' <a target="_blank" href="http://wpcerber.com/date-format-setting/">Know more</a>',
304
+ 'size' => 16,
305
+ ),
306
+ 'admin_lang' => array(
307
+ 'title' => __( 'Use English for admin interface', 'wp-cerber' ),
308
+ 'type' => 'checkbox',
309
+ ),
310
+ ),
311
+ ),
312
+
313
+ 'us' => array(
314
  'name' => __( 'User related settings', 'wp-cerber' ),
315
  //'info' => __( 'User related settings', 'wp-cerber' ),
316
  'fields' => array(
376
  )
377
  ),
378
 
379
+ 'notify' => array(
380
+ 'name' => __( 'Email notifications', 'wp-cerber' ),
381
+ 'fields' => array(
382
+ 'notify' => array(
383
+ 'title' => __( 'Lockout notifications', 'wp-cerber' ),
384
+ 'type' => 'notify',
385
+ ),
386
+ 'email' => array(
387
+ 'title' => __( 'Email Address', 'wp-cerber' ),
388
+ 'placeholder' => __( 'Use comma to specify multiple values', 'wp-cerber' ),
389
+ 'delimiter' => ',',
390
+ 'list' => true,
391
+ 'maxlength' => 1000,
392
+ 'label' => sprintf( __( 'if empty, the admin email %s will be used', 'wp-cerber' ), '<b>' . get_site_option( 'admin_email' ) . '</b>' )
393
+ ),
394
+ 'emailrate' => array(
395
+ 'title' => __( 'Notification limit', 'wp-cerber' ),
396
+ 'label' => __( 'notification letters allowed per hour (0 means unlimited)', 'wp-cerber' ),
397
+ 'type' => 'text',
398
+ 'size' => 3
399
+ ),
400
+ 'notify-new-ver' => array(
401
+ 'title' => __( 'New version is available', 'wp-cerber' ),
402
+ 'type' => 'checkbox'
403
+ ),
404
+ ),
405
+ ),
406
+ 'pushit' => array(
407
+ 'name' => __( 'Push notifications', 'wp-cerber' ),
408
+ 'fields' => array(
409
+ 'pbtoken' => array(
410
+ 'title' => __( 'Pushbullet access token', 'wp-cerber' ),
411
+ ),
412
+ 'pbdevice' => array(
413
+ 'title' => __( 'Pushbullet device', 'wp-cerber' ),
414
+ 'type' => 'select',
415
+ 'set' => $pb_set
416
+ ),
417
+ ),
418
+ ),
419
+ 'reports' => array(
420
+ 'name' => __( 'Weekly reports', 'wp-cerber' ),
421
+ 'fields' => array(
422
+ 'enable-report' => array(
423
+ 'title' => __( 'Enable reporting', 'wp-cerber' ),
424
+ 'type' => 'checkbox'
425
+ ),
426
+ 'wreports' => array(
427
+ 'title' => __( 'Send reports on', 'wp-cerber' ),
428
+ 'type' => 'reptime',
429
+ ),
430
+ 'email-report' => array(
431
+ 'title' => __( 'Email Address', 'wp-cerber' ),
432
+ 'label' => __( 'if empty, email from notification settings will be used', 'wp-cerber' ),
433
+ 'placeholder' => __( 'Use comma to specify multiple values', 'wp-cerber' ),
434
+ 'delimiter' => ',',
435
+ 'list' => true,
436
+ 'maxlength' => 1000,
437
+ ),
438
+ ),
439
+ ),
440
+
441
+
442
  'antibot' => array(
443
  'name' => __( 'Cerber antispam engine', 'wp-cerber' ),
444
  'fields' => array(
746
 
747
  // Main Settings tab ---------------------------------------------------------------------
748
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
749
  // Hardening tab --------------------------------------------------------------------------
750
 
751
  $tab = 'hardening'; // 'cerber-hardening' settings
837
  //add_settings_field('cleanhead',__('Clean up HEAD','wp-cerber'),'cerberus_field_show','cerber-'.$tab,'hwp',array('group'=>$tab,'option'=>'cleanhead','type'=>'checkbox','label'=>__('Remove generator and version tags from HEAD section','wp-cerber')));
838
  //add_settings_field('ping',__('Disable Pingback','wp-cerber'),'cerberus_field_show','cerber-'.$tab,'hwp',array('group'=>$tab,'option'=>'ping','type'=>'checkbox','label'=>__('Block access to ping functional','wp-cerber')));
839
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
840
  // Traffic Inspector -----------------------------------------------------------------------------
841
 
842
  $group = 'traffic'; // 'cerber-traffic' settings
1098
  'delimiter' => ',',
1099
  'list' => true,
1100
  'maxlength' => 1000,
1101
+ 'label' => __( 'if empty, email from notification settings will be used', 'wp-cerber' )
1102
  ) );
1103
 
1104
  // Scanner Policies -----------------------------------------------------------------------------
1108
 
1109
  add_settings_section( 'scanpls', __( 'Automatic cleanup of malware and suspicious files', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT_P );
1110
 
1111
+ add_settings_field( 'scan_delunatt', __( 'Delete unattended files', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_P, 'scanpls',
1112
  array(
1113
  'group' => $group,
1114
  'setting' => 'scan_delunatt',
1129
  'type' => 'checkbox',
1130
  ) );
1131
 
1132
+ add_settings_section( 'scanrecover', __( 'Automatic recovery of modified and infected files', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT_P );
1133
+ add_settings_field( 'scan_recover_wp', __( 'Recover WordPress files', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_P, 'scanrecover',
1134
+ array(
1135
+ 'group' => $group,
1136
+ 'setting' => 'scan_recover_wp',
1137
+ 'type' => 'checkbox',
1138
+ ) );
1139
+ add_settings_field( 'scan_recover_pl', __( 'Recover plugins files', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_P, 'scanrecover',
1140
+ array(
1141
+ 'group' => $group,
1142
+ 'setting' => 'scan_recover_pl',
1143
+ 'type' => 'checkbox',
1144
+ ) );
1145
+
1146
  add_settings_section( 'scanexcl', __( 'Exclusions', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT_P );
1147
  add_settings_field( 'scan_nodeltemp', __( 'Files in the temporary directory', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_P, 'scanexcl',
1148
  array(
1373
  . __( 'Notify admin if the number of active lockouts above', 'wp-cerber' ) .
1374
  ' <input type="text" id="above" name="cerber-' . $args['group'] . '[above]" value="' . $settings['above'] . '" size="3" maxlength="3" />' .
1375
  ' [ <a href="' . cerber_admin_link( crb_admin_get_tab(), array(
1376
+ 'page' => crb_admin_get_page(),
1377
+ 'cerber_admin_do' => 'testnotify',
1378
+ 'type' => 'lockout',
1379
  ), true ) . '">' . __( 'Click to send test', 'wp-cerber' ) . '</a> ]';
1380
  break;
1381
  case 'citadel':
1385
  break;
1386
  case 'checkbox':
1387
  $html = '<label class="crb-switch"><input class="screen-reader-text" type="checkbox" id="' . $id . '" name="' . $name . '" value="1" ' . checked( 1, $value, false ) . $atts . ' /><span class="crb-slider round"></span></label>';
1388
+ $html .= '<label for="' . $args['setting'] . '">' . $label . '</label><i ' . $data . '></i>';
1389
  break;
1390
  case 'textarea':
1391
+ $html = '<textarea class="large-text code" id="' . $id . '" name="' . $name . '" ' . $atts . $data . '>' . $value . '</textarea>';
1392
  $html .= '<br/><label class="crb-below" for="' . $args['setting'] . '">' . $label . '</label>';
1393
  break;
1394
  case 'select':
1397
  $html .= '<br/><label class="crb-below">' . $label . '</label>';
1398
  break;
1399
  case 'role_select':
1400
+ $html = cerber_role_select( $name . '[]', $value, '', true, '', '100%' );
1401
  break;
1402
  case 'checkbox_set':
1403
  $html = '<div class="crb-checkbox_set" style="line-height: 2em;">';
1419
  break;
1420
  case 'text':
1421
  default:
1422
+ $type = 'text';
1423
+ if ( in_array( $args['type'], array( 'url' ) ) ) {
1424
+ $type = $args['type'];
1425
+ }
1426
  $size = '';
1427
  $maxlength = '';
1428
  $class = 'crb-wide';
1441
  if ( isset( $args['pattern'] ) ) {
1442
  $atts .= ' pattern="' . $args['pattern'] . '"';
1443
  }
1444
+
1445
+ if ( isset( $args['attr'] ) ) {
1446
+ foreach ( $args['attr'] as $at_name => $at_value ) {
1447
+ $atts .= ' ' . $at_name . ' ="' . $at_value . '" ';
1448
+ }
1449
+ }
1450
+ else {
1451
+ if ( isset( $args['title'] ) ) {
1452
+ $atts .= ' title="' . $args['title'] . '"';
1453
+ }
1454
  }
1455
 
1456
+ $html = $pre . '<input type="' . $type . '" id="' . $args['setting'] . '" name="' . $name . '" value="' . $value . '"' . $atts . ' class="' . $class . '" ' . $size . $maxlength . $atts . $data . ' />';
1457
 
1458
  if ( $size ) {
1459
  $label = ' <label for="' . $args['setting'] . '">' . $label . '</label>';
2035
  'aglocks' => 2,
2036
  'aglast' => 4,
2037
  'limitwhite' => 0,
 
 
2038
 
2039
  'proxy' => 0,
2040
+ 'cookiepref' => '',
2041
 
2042
  'subnet' => 0,
2043
  'nonusers' => 0,
2117
  'recaptcha-within' => 30,
2118
  ),
2119
  CERBER_OPT_N => array(
2120
+ 'notify' => 1,
2121
+ 'above' => 3,
2122
  'email' => '',
2123
  'emailrate' => 12,
2124
  'notify-new-ver' => '1',
2125
  'pbtoken' => '',
2126
  'pbdevice' => '',
2127
+ 'wreports-day' => '1', // workaround, see cerber_upgrade_settings()
2128
  'wreports-time' => 9,
2129
  'email-report' => '',
2130
+ 'enable-report' => '1', // workaround, see cerber_upgrade_settings()
2131
  ),
2132
  CERBER_OPT_T => array(
2133
  'tienabled' => '1',
2167
  'scan_ierrors' => 0,
2168
  'email-scan' => ''
2169
  ),
2170
+ CERBER_OPT_P => array(
2171
+ 'scan_delunatt' => 0,
2172
+ 'scan_delupl' => array(),
2173
+ 'scan_delunwant' => 0,
2174
+ 'scan_recover_wp' => 0,
2175
+ 'scan_recover_pl' => 0,
2176
+
2177
+ 'scan_nodeltemp' => 0,
2178
+ 'scan_nodelsess' => 0,
2179
+ 'scan_delexdir' => array(),
2180
+ 'scan_delexext' => array(),
2181
+ ),
2182
  CERBER_OPT_MA => array(
2183
  'master_tolist' => 1,
2184
  'master_swshow' => 1,
2226
  'spamcomm',
2227
  'trashafter'
2228
  ) );
2229
+ // @since 8.2
2230
+ crb_move_fields( CERBER_OPT, CERBER_OPT_N, array(
2231
+ 'notify',
2232
+ 'above',
2233
+ ) );
2234
  // @since 5.7
2235
  // Upgrade plugin settings
2236
  foreach ( cerber_get_defaults() as $option_name => $def_fields ) {
2266
  * @param string $from
2267
  * @param string $to
2268
  * @param array $fields
2269
+ *
2270
+ * @return bool
2271
  */
2272
  function crb_move_fields( $from, $to, $fields ) {
2273
+ if ( ! $old = get_site_option( $from ) ) {
2274
+ return false;
2275
+ }
2276
+ $new = get_site_option( $to );
2277
+ if ( ! $new || ! is_array( $new ) ) {
2278
  $new = array();
2279
+ }
2280
+ foreach ( $fields as $key ) {
2281
+ if ( isset( $old[ $key ] )
2282
+ && ! isset( $new[ $key ] ) ) {
2283
+ $new[ $key ] = $old[ $key ]; // move old values
2284
+ unset( $old[ $key ] ); // clean up old values
2285
  }
 
 
2286
  }
2287
+ update_site_option( $from, $old );
2288
+ update_site_option( $to, $new );
2289
+
2290
+ return true;
2291
  }
2292
 
2293
  /*
2494
  $email = crb_get_settings( 'email' );
2495
  }
2496
 
2497
+ if ( ! $array && is_array( $email ) ) {
2498
  $email = implode( ', ', $email );
2499
  }
2500
 
whois.php CHANGED
@@ -1,6 +1,6 @@
1
  <?php
2
  /*
3
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
1
  <?php
2
  /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
4
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
 
6
  Licenced under the GNU GPL.
wp-cerber.php CHANGED
@@ -3,14 +3,14 @@
3
  Plugin Name: WP Cerber Security, Antispam & Malware Scan
4
  Plugin URI: https://wpcerber.com
5
  Description: Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications.
6
- Author: Gregory
7
  Author URI: https://wpcerber.com
8
- Version: 8.1
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
12
 
13
- Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
14
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
15
 
16
  Licenced under the GNU GPL.
@@ -31,7 +31,7 @@
31
 
32
  */
33
 
34
- define( 'CERBER_VER', '8.1' );
35
  define( 'CERBER_PLUGIN_ID', 'wp-cerber/wp-cerber.php' );
36
 
37
  function cerber_plugin_file() {
3
  Plugin Name: WP Cerber Security, Antispam & Malware Scan
4
  Plugin URI: https://wpcerber.com
5
  Description: Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications.
6
+ Author: Cerber Tech Inc.
7
  Author URI: https://wpcerber.com
8
+ Version: 8.2
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
12
 
13
+ Copyright (C) 2015-19 CERBER TECH INC., https://cerber.tech
14
  Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
15
 
16
  Licenced under the GNU GPL.
31
 
32
  */
33
 
34
+ define( 'CERBER_VER', '8.2' );
35
  define( 'CERBER_PLUGIN_ID', 'wp-cerber/wp-cerber.php' );
36
 
37
  function cerber_plugin_file() {