Cerber Security & Antispam - Version 7.9

Version Description

  • New: The plugin monitors suspicious requests that cause 4xx and 5xx HTTP errors and blocks IP addresses that aggressively generate such requests.
  • New: A set of WordPress navigation menu links. Login, logout, and register menu items can be automatically generated and shown in any WordPress menu or a widget.
  • New: Software error logging. A handy feature that logs PHP errors and shows them on Live Traffic page.
  • New: A new export feature for Traffic Inspector. It allows exporting all log entries or a filtered set from the log of HTTP requests.
  • Update: Multiple improvements to Traffic Inspector firewall algorithms. In short, the detection of obfuscated malicious SQL queries and injections has been improved.
  • Update: Improved handling of malformed requests to wp-cron.php.
  • Fix: The number of email notifications per hour can exceed the configured limit.
  • Read more
Download this release

Release Info

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

Code changes from version 7.8.5 to 7.9

assets/admin.css CHANGED
@@ -99,13 +99,6 @@
99
  width: 290px;
100
  margin: 1em 0 0 1em;
101
  }
102
-
103
- @media (max-width: 1300px) {
104
- #crb-aside {
105
- display: none;
106
- }
107
- }
108
-
109
  #crb-aside .crb-box {
110
  background-color: #fff;
111
  border: 1px solid #E5E5E5;
@@ -349,6 +342,13 @@ td.crb-traffic-details div{
349
  line-height: 1em;
350
  padding: 4px 8px;
351
  }
 
 
 
 
 
 
 
352
  .crb-above{
353
  background-color: #FFFF55;
354
  display: inline-block;
@@ -410,9 +410,17 @@ td.crb-traffic-details div{
410
  margin-top: 0.5em;
411
  /*vertical-align: top;*/
412
  }
413
- #activity-filter div{
 
 
 
414
  margin-bottom: 1em;
415
  }
 
 
 
 
 
416
  #activity-filter select{
417
  max-width: 250px;
418
  margin-top: -4px;
@@ -638,6 +646,10 @@ a.nav-tab:first-child{
638
  .cerber-tabs {
639
  font-weight: normal;
640
  }
 
 
 
 
641
  .cerber-tabs span.dashicons {
642
  display: inline-block;
643
  vertical-align: middle;
@@ -656,7 +668,8 @@ a.nav-tab:last-of-type{
656
  /*border-bottom: none;*/
657
  }
658
  .cerber-tabs .nav-tab-active {
659
- color: #011b45;
 
660
  /*color: rgb(0, 103, 153);*/
661
  font-weight: 700;
662
  }
@@ -761,7 +774,23 @@ body.wp-cerber_page_cerber-integrity {
761
  color: #000;
762
  }
763
 
764
- @media screen and (max-width: 700px) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
765
  #crb-scan-display div.scan-tile,
766
  .crb-scan-info {
767
  float: none;
99
  width: 290px;
100
  margin: 1em 0 0 1em;
101
  }
 
 
 
 
 
 
 
102
  #crb-aside .crb-box {
103
  background-color: #fff;
104
  border: 1px solid #E5E5E5;
342
  line-height: 1em;
343
  padding: 4px 8px;
344
  }
345
+ .crb-php-error{
346
+ background-color: #8892bf;
347
+ color: #fff;
348
+ display: inline-block;
349
+ line-height: 1em;
350
+ padding: 4px 8px;
351
+ }
352
  .crb-above{
353
  background-color: #FFFF55;
354
  display: inline-block;
410
  margin-top: 0.5em;
411
  /*vertical-align: top;*/
412
  }
413
+
414
+ #activity-filter div:first-child {
415
+ float: left;
416
+ max-width: 85%;
417
  margin-bottom: 1em;
418
  }
419
+ #activity-filter div:nth-child(2) {
420
+ float: right;
421
+ width: auto;
422
+ line-height: 26px;
423
+ }
424
  #activity-filter select{
425
  max-width: 250px;
426
  margin-top: -4px;
646
  .cerber-tabs {
647
  font-weight: normal;
648
  }
649
+ .nav-tab-wrapper.cerber-tabs {
650
+ padding-left: 0 !important;
651
+ margin-top: 5px !important;
652
+ }
653
  .cerber-tabs span.dashicons {
654
  display: inline-block;
655
  vertical-align: middle;
668
  /*border-bottom: none;*/
669
  }
670
  .cerber-tabs .nav-tab-active {
671
+ /*color: #011b45;*/
672
+ color: #0073aa;
673
  /*color: rgb(0, 103, 153);*/
674
  font-weight: 700;
675
  }
774
  color: #000;
775
  }
776
 
777
+ @media screen and (max-width: 1300px) {
778
+ #crb-aside {
779
+ display: none;
780
+ }
781
+ #activity-filter div:first-child{
782
+ max-width: 70%;
783
+ }
784
+ }
785
+
786
+ @media screen and (max-width: 768px) {
787
+ #activity-filter div:first-child,
788
+ #activity-filter div:nth-child(2){
789
+ max-width: 100%;
790
+ float: none;
791
+ text-align: center;
792
+ }
793
+
794
  #crb-scan-display div.scan-tile,
795
  .crb-scan-info {
796
  float: none;
assets/admin.js CHANGED
@@ -124,4 +124,5 @@ jQuery(document).ready(function ($) {
124
  $(this).find('a.crb-traffic-more').hide();
125
  });
126
 
 
127
  });
124
  $(this).find('a.crb-traffic-more').hide();
125
  });
126
 
127
+
128
  });
assets/wp-admin.js ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Copyright (C) 2015-18 CERBER TECH INC., https://wpcerber.com
3
+ *
4
+ * WordPress related JavaScript
5
+ *
6
+ */
7
+ jQuery(document).ready(function ($) {
8
+
9
+ /* Menu editor */
10
+
11
+ var the_nav_menu_editor = $('#menu-to-edit');
12
+
13
+ function crb_disable_menu_field() {
14
+ the_nav_menu_editor.find('input[value^="*MENU*CERBER*"]').attr('readonly', true);
15
+ }
16
+
17
+ the_nav_menu_editor.on('click', 'a.item-edit', function (event) {
18
+ crb_disable_menu_field();
19
+ });
20
+
21
+ crb_disable_menu_field();
22
+
23
+ });
cerber-lab.php CHANGED
@@ -197,9 +197,10 @@ function lab_api_send_request( $workload = array() ) {
197
  'version' => CERBER_VER,
198
  'PHP' => PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION,
199
  'sapi' => PHP_SAPI,
 
200
  );
201
 
202
- $ret = lab_send_request($request);
203
 
204
  // If something goes wrong, take the next closest node
205
  if ( ! $ret ) {
@@ -280,12 +281,12 @@ function lab_send_request($request, $node_id = null, $scheme = null) {
280
  ) );
281
 
282
  $start = microtime( true );
283
- $data = @curl_exec($curl);
284
  $stop = microtime( true );
285
 
286
  //if (!$data) // curl_error($curl) . curl_errno($curl) );
287
 
288
- curl_close($curl);
289
 
290
  $node_delay = $stop - $start;
291
 
@@ -388,13 +389,16 @@ function lab_get_node($node_id = null){
388
  *
389
  * @return bool|int
390
  */
391
- function lab_check_nodes($force = false, $kick_dns = false) {
392
 
393
  $nodes = lab_get_nodes();
394
- if (!$force && isset($nodes['last_check']) && (time() - $nodes['last_check']) < LAB_RECHECK ) return false;
 
 
395
 
396
  $nodes['nodes'] = array(); // clean up before testing
397
- update_site_option( '_cerberlab_', $nodes );
 
398
 
399
  for ( $i = 1; $i <= LAB_NODE_MAX; $i ++ ) {
400
  if ( $kick_dns ) {
@@ -403,11 +407,12 @@ function lab_check_nodes($force = false, $kick_dns = false) {
403
  lab_send_request( array( 'test' => 'test', 'key' => 1 ), $i );
404
  }
405
 
406
- $nodes = lab_get_nodes();
407
- $nodes['best'] = lab_best_node($nodes['nodes']);
408
  $nodes['last_check'] = time();
409
 
410
- update_site_option( '_cerberlab_', $nodes );
 
411
 
412
  return $nodes['best'];
413
  }
@@ -419,17 +424,22 @@ function lab_check_nodes($force = false, $kick_dns = false) {
419
  *
420
  * @return int
421
  */
422
- function lab_best_node($nodes = array()){
423
- $active_nodes = array();
424
  foreach ( $nodes as $id => $data ) {
425
- if ($data['last']['1']) $active_nodes[ $id ] = $data['last']['0']; // only active nodes must be in the list
 
 
426
  }
427
- if ($active_nodes){
428
  asort( $active_nodes );
429
  reset( $active_nodes );
430
  $best_id = key( $active_nodes );
431
  }
432
- else $best_id = 0; // no active nodes found :-(
 
 
 
433
  return $best_id;
434
  }
435
  /**
@@ -446,12 +456,13 @@ function lab_update_node_last($node_id, $last = array()) {
446
  $nodes = array();
447
  }
448
  $nodes['nodes'][$node_id]['last'] = $last;
449
- return update_site_option('_cerberlab_', $nodes);
 
450
  }
451
 
452
  function lab_get_nodes() {
453
- //return cerber_get_site_option( '_cerberlab_' );
454
- return get_site_option( '_cerberlab_' );
455
  }
456
 
457
  /**
@@ -459,7 +470,7 @@ function lab_get_nodes() {
459
  *
460
  * @return string Report to show in Dashboard
461
  */
462
- function lab_status(){
463
 
464
  $ret = '';
465
 
@@ -468,21 +479,23 @@ function lab_status(){
468
  }
469
 
470
  $nodes = lab_get_nodes();
471
- if (empty($nodes['nodes'])) return $ret . '<p>No information. No request has been made yet.</p>';
 
 
472
 
473
  $ret .= '<table id="lab-status"><tr><th>Node</th><th>Processing time</th><th>Operational status</th><th>Info</th><th>IP address</th><th>Location</th><th>Last request</th><th>Protocol</th></tr>';
474
  foreach ( $nodes['nodes'] as $id => $node ) {
475
- $delay = round(1000 * $node['last'][0]) . ' ms';
476
- $ago = cerber_ago_time($node['last'][3]);
477
  $status = $node['last'][1];
478
- if ($status) {
479
- $class = 'node-ok';
480
- $status = '<span style = "color:green;">'.$status.'</span>';
481
  }
482
  else {
483
- $class ='node-error';
484
  $status = 'Down';
485
- $delay = 'Unknown';
486
  }
487
  if ( $country = lab_get_country( $node['last'][5], false ) ) {
488
  $country = cerber_country_name( $country );
@@ -490,14 +503,18 @@ function lab_status(){
490
  else {
491
  $country = '';
492
  }
493
- $ret .= '<tr class="'.$class.'"><td>'.$id.'</td><td>'.$delay.'</td><td>'.$status.'</td><td>'.$node['last'][2].'</td><td>'.$node['last'][5].'</td><td>'.$country.'</td><td>'.$ago.'</td><td>'.$node['last'][4].'</td><td>';
494
  }
495
  $ret .= '</table>';
496
 
497
- if (!empty($nodes['best'])) $ret .= '<p>Closest (fastest) node: '.$nodes['best'].'</p>';
498
- if (!empty($nodes['last_check'])) $ret .= '<p>Last check for all nodes: '.cerber_ago_time($nodes['last_check']).'</p>';
 
 
 
 
499
  $key = lab_get_key();
500
- $ret .= '<p>Site ID: '.$key[0].'</p>';
501
 
502
  return $ret;
503
  }
@@ -564,20 +581,17 @@ function lab_get_push() {
564
 
565
  function lab_trunc_push(){
566
  cerber_db_query( 'TRUNCATE TABLE ' . CERBER_LAB_TABLE );
 
567
  }
568
 
569
- register_shutdown_function( 'cerber_push_lab' );
570
  function cerber_push_lab() {
571
  if ( ! crb_get_settings( 'cerberlab' ) ) {
572
  return;
573
  }
574
  if ( cerber_get_set( '_cerberpush_', null, false ) ) {
575
- //if ( get_transient( '_cerberpush_' ) ) {
576
- //if ( wp_cache_get( '_cerberpush_', 'cerber' ) ) { // wp_cache_get doesn't work with expiration
577
  return;
578
  }
579
  lab_api_send_request();
580
- //set_transient( '_cerberpush_', 1, LAB_INTERVAL );
581
  cerber_update_set( '_cerberpush_', 1, null, false, time() + LAB_INTERVAL );
582
  }
583
 
197
  'version' => CERBER_VER,
198
  'PHP' => PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION,
199
  'sapi' => PHP_SAPI,
200
+ 'time' => time(),
201
  );
202
 
203
+ $ret = lab_send_request( $request );
204
 
205
  // If something goes wrong, take the next closest node
206
  if ( ! $ret ) {
281
  ) );
282
 
283
  $start = microtime( true );
284
+ $data = @curl_exec( $curl );
285
  $stop = microtime( true );
286
 
287
  //if (!$data) // curl_error($curl) . curl_errno($curl) );
288
 
289
+ curl_close( $curl );
290
 
291
  $node_delay = $stop - $start;
292
 
389
  *
390
  * @return bool|int
391
  */
392
+ function lab_check_nodes( $force = false, $kick_dns = false ) {
393
 
394
  $nodes = lab_get_nodes();
395
+ if ( ! $force && isset( $nodes['last_check'] ) && ( time() - $nodes['last_check'] ) < LAB_RECHECK ) {
396
+ return false;
397
+ }
398
 
399
  $nodes['nodes'] = array(); // clean up before testing
400
+ //update_site_option( '_cerberlab_', $nodes );
401
+ cerber_update_set( '_cerberlab_', $nodes );
402
 
403
  for ( $i = 1; $i <= LAB_NODE_MAX; $i ++ ) {
404
  if ( $kick_dns ) {
407
  lab_send_request( array( 'test' => 'test', 'key' => 1 ), $i );
408
  }
409
 
410
+ $nodes = lab_get_nodes();
411
+ $nodes['best'] = lab_best_node( $nodes['nodes'] );
412
  $nodes['last_check'] = time();
413
 
414
+ //update_site_option( '_cerberlab_', $nodes );
415
+ cerber_update_set( '_cerberlab_', $nodes );
416
 
417
  return $nodes['best'];
418
  }
424
  *
425
  * @return int
426
  */
427
+ function lab_best_node( $nodes = array() ) {
428
+ $active_nodes = array();
429
  foreach ( $nodes as $id => $data ) {
430
+ if ( $data['last']['1'] ) { // only active nodes must be in the list
431
+ $active_nodes[ $id ] = $data['last']['0'];
432
+ }
433
  }
434
+ if ( $active_nodes ) {
435
  asort( $active_nodes );
436
  reset( $active_nodes );
437
  $best_id = key( $active_nodes );
438
  }
439
+ else {
440
+ $best_id = 0; // no active nodes found :-(
441
+ }
442
+
443
  return $best_id;
444
  }
445
  /**
456
  $nodes = array();
457
  }
458
  $nodes['nodes'][$node_id]['last'] = $last;
459
+ //return update_site_option('_cerberlab_', $nodes);
460
+ return cerber_update_set('_cerberlab_', $nodes);
461
  }
462
 
463
  function lab_get_nodes() {
464
+ //return get_site_option( '_cerberlab_' );
465
+ return cerber_get_set( '_cerberlab_' );
466
  }
467
 
468
  /**
470
  *
471
  * @return string Report to show in Dashboard
472
  */
473
+ function lab_status() {
474
 
475
  $ret = '';
476
 
479
  }
480
 
481
  $nodes = lab_get_nodes();
482
+ if ( empty( $nodes['nodes'] ) ) {
483
+ return $ret . '<p>No information. No request has been made yet.</p>';
484
+ }
485
 
486
  $ret .= '<table id="lab-status"><tr><th>Node</th><th>Processing time</th><th>Operational status</th><th>Info</th><th>IP address</th><th>Location</th><th>Last request</th><th>Protocol</th></tr>';
487
  foreach ( $nodes['nodes'] as $id => $node ) {
488
+ $delay = round( 1000 * $node['last'][0] ) . ' ms';
489
+ $ago = cerber_ago_time( $node['last'][3] );
490
  $status = $node['last'][1];
491
+ if ( $status ) {
492
+ $class = 'node-ok';
493
+ $status = '<span style = "color:green;">' . $status . '</span>';
494
  }
495
  else {
496
+ $class = 'node-error';
497
  $status = 'Down';
498
+ $delay = 'Unknown';
499
  }
500
  if ( $country = lab_get_country( $node['last'][5], false ) ) {
501
  $country = cerber_country_name( $country );
503
  else {
504
  $country = '';
505
  }
506
+ $ret .= '<tr class="' . $class . '"><td>' . $id . '</td><td>' . $delay . '</td><td>' . $status . '</td><td>' . $node['last'][2] . '</td><td>' . $node['last'][5] . '</td><td>' . $country . '</td><td>' . $ago . '</td><td>' . $node['last'][4] . '</td><td>';
507
  }
508
  $ret .= '</table>';
509
 
510
+ if ( ! empty( $nodes['best'] ) ) {
511
+ $ret .= '<p>Closest (fastest) node: ' . $nodes['best'] . '</p>';
512
+ }
513
+ if ( ! empty( $nodes['last_check'] ) ) {
514
+ $ret .= '<p>Last check for all nodes: ' . cerber_ago_time( $nodes['last_check'] ) . '</p>';
515
+ }
516
  $key = lab_get_key();
517
+ $ret .= '<p>Site ID: ' . $key[0] . '</p>';
518
 
519
  return $ret;
520
  }
581
 
582
  function lab_trunc_push(){
583
  cerber_db_query( 'TRUNCATE TABLE ' . CERBER_LAB_TABLE );
584
+ cerber_db_query( 'DELETE FROM ' . CERBER_LAB_TABLE ); // TRUNCATE might not work on a weird hosting
585
  }
586
 
 
587
  function cerber_push_lab() {
588
  if ( ! crb_get_settings( 'cerberlab' ) ) {
589
  return;
590
  }
591
  if ( cerber_get_set( '_cerberpush_', null, false ) ) {
 
 
592
  return;
593
  }
594
  lab_api_send_request();
 
595
  cerber_update_set( '_cerberpush_', 1, null, false, time() + LAB_INTERVAL );
596
  }
597
 
cerber-load.php CHANGED
@@ -53,6 +53,7 @@ if ( ! defined( 'WPINC' ) ) {
53
  }
54
 
55
  define( 'CERBER_LOG_TABLE', 'cerber_log' );
 
56
  define( 'CERBER_TRAF_TABLE', 'cerber_traffic' );
57
  define( 'CERBER_ACL_TABLE', 'cerber_acl' );
58
  define( 'CERBER_BLOCKS_TABLE', 'cerber_blocks' );
@@ -205,7 +206,9 @@ class WP_Cerber {
205
  }
206
 
207
  if ( $script ) {
208
- if ( $script == WP_LOGIN_SCRIPT || $script == WP_SIGNUP_SCRIPT || ( $script == WP_REG_URI && ! get_option( 'users_can_register' ) ) ) { // no direct access
 
 
209
  if ( !empty( $this->options['wplogin'] ) ) {
210
  $cerber_status = 19;
211
  cerber_log( 50 );
@@ -213,15 +216,16 @@ class WP_Cerber {
213
  $this->uri_prohibited = true;
214
  return true;
215
  }
216
- if ( ! empty( $this->options['loginnowp'] ) || $this->isDeny() ) {
 
217
  cerber_log( 50 );
218
  $this->uri_prohibited = true;
219
  return true;
220
  }
221
  }
222
- elseif ( $script == WP_XMLRPC_SCRIPT || $script == WP_TRACKBACK_SCRIPT ) { // no direct access
223
- //if ( $this->isDeny() || ! empty( $this->options['xmlrpc'] ) ) {
224
- if ( ! empty( $this->options['xmlrpc'] ) || $this->isDeny() ) {
225
  cerber_log( 71 );
226
  $this->uri_prohibited = true;
227
  return true;
@@ -258,15 +262,21 @@ class WP_Cerber {
258
  /**
259
  * @since 6.3.3
260
  */
261
- final public function InspectRequest(){
262
  $deny = false;
263
- $act = 18;
264
  if ( cerber_is_http_post() ) {
265
  if ( ! cerber_is_allowed( null, array( 1, 3 ) ) ) {
266
  $deny = true;
267
  $act = 18;
268
  }
269
  }
 
 
 
 
 
 
270
  if ( ! $deny && $_FILES ) {
271
  $file_names = array();
272
  foreach ( $_FILES as $file ) {
@@ -310,14 +320,17 @@ class WP_Cerber {
310
  * @since 6.3.3
311
  */
312
  final public function isDeny() {
313
- if ( ! isset( $this->deny ) ) {
314
- $this->acl = cerber_acl_check();
315
- if ( $this->acl == 'B' || ! cerber_is_allowed() ) {
316
- $this->deny = true;
317
- }
318
- else {
319
- $this->deny = false;
320
- }
 
 
 
321
  }
322
 
323
  return $this->deny;
@@ -714,7 +727,7 @@ class WP_Cerber {
714
  }
715
  }
716
 
717
- final public function isLocked() {
718
  if ( ! empty( $this->locked ) ) {
719
  return 1;
720
  }
@@ -741,6 +754,11 @@ function cerber_init() {
741
 
742
  cerber_error_control();
743
  cerber_request_time();
 
 
 
 
 
744
  cerber_upgrade_all();
745
 
746
  global $wp_cerber;
@@ -838,34 +856,27 @@ add_action( 'plugins_loaded', function () {
838
  * Some additional tasks...
839
  *
840
  */
841
- add_action( 'shutdown', function () {
842
- global $wpdb, $wp_cerber, $cerber_logged, $cerber_status;
843
-
844
- if ( empty( $cerber_logged ) ) {
845
- return;
846
- }
847
 
848
  // Multiple different malicious activities
849
- $black = crb_get_activity_set('black');
850
- $black_logged = array_intersect( $black, $cerber_logged );
851
- if ( ! empty( $black_logged ) && cerber_is_allowed() ) {
852
- $ip = $wp_cerber->getRemoteIp();
853
- //$in = implode( ',', $black );
854
- //$range = time() - 600;
855
- $remain = cerber_get_remain_count( $ip , true, $black); // @since 6.7.5
856
- if ( $remain < 1 ) {
857
- cerber_soft_block_add( $ip, 7 );
858
- $cerber_status = 18;
 
 
859
  }
860
- /*
861
- $count = $wpdb->get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE . ' WHERE ip = "' . $ip . '" AND activity IN (' . $in . ') AND stamp > ' . $range );
862
- if ( $count >= 5 ) {
863
- cerber_soft_block_add( $ip, 7 );
864
- $cerber_status = 18;
865
- }*/
866
  }
867
 
868
- } );
 
869
 
870
  /*
871
  Display login form if Custom login URL has been requested
@@ -1541,7 +1552,7 @@ add_action( 'init', function () {
1541
  }, 0 );
1542
 
1543
  /**
1544
- * Restrict access to vital parts of WP
1545
  *
1546
  */
1547
  function cerber_access_control() {
@@ -1557,53 +1568,15 @@ function cerber_access_control() {
1557
  return;
1558
  }
1559
 
1560
- if ( $acl == 'B' || !cerber_is_allowed() ) {
1561
- $deny = true;
1562
- }
1563
- else {
1564
- $deny = false;
1565
- }
1566
-
1567
- //$opt = $wp_cerber->getSettings();
1568
- $opt = crb_get_settings();
1569
- /*
1570
- $script = cerber_last_uri();
1571
- if ( substr( $script, - 4 ) != '.php' ) {
1572
- $script .= '.php'; // Apache MultiViews enabled?
1573
- }
1574
-
1575
- if ( $script ) {
1576
- if ( $script == WP_LOGIN_SCRIPT || $script == WP_SIGNUP_SCRIPT || ( $script == WP_REG_URI && ! get_option( 'users_can_register' ) ) ) { // no direct access
1577
- if ( !empty( $opt['wplogin'] ) ) {
1578
- cerber_log( 50 );
1579
- cerber_soft_block_add( $wp_cerber->getRemoteIp(), 2, $script );
1580
- cerber_404_page();
1581
- }
1582
- if ( $deny || !empty( $opt['loginnowp'] ) ) {
1583
- cerber_log( 50 );
1584
- cerber_404_page();
1585
- }
1586
- }
1587
- elseif ( $script == WP_XMLRPC_SCRIPT || $script == WP_TRACKBACK_SCRIPT ) { // no direct access
1588
- if ( $deny || ! empty( $opt['xmlrpc'] ) ) {
1589
- cerber_log( 50 ); // @since 5.21
1590
- cerber_404_page();
1591
- }
1592
- elseif ( !cerber_geo_allowed( 'geo_xmlrpc' ) ) {
1593
- $cerber_status = 16;
1594
- cerber_log( 71 );
1595
- cerber_404_page();
1596
- }
1597
- }
1598
- }
1599
- */
1600
  $wp_cerber = get_wp_cerber();
1601
  if ( $wp_cerber->isURIProhibited() ) {
1602
  cerber_404_page();
1603
  }
1604
 
 
 
1605
  // REST API
1606
- if ( $deny ) {
1607
  cerber_block_rest();
1608
  }
1609
  elseif ( cerber_is_rest_url() ) {
@@ -1617,11 +1590,6 @@ function cerber_access_control() {
1617
  $rest_allowed = true;
1618
  }
1619
  }
1620
- /*
1621
- $rest_allowed = true;
1622
- if ( ! empty( $opt['norest'] ) && ! cerber_is_route_allowed() ) {
1623
- $rest_allowed = false;
1624
- }*/
1625
  if ( $rest_allowed && cerber_is_route_blocked() ) {
1626
  $rest_allowed = false;
1627
  }
@@ -1635,7 +1603,7 @@ function cerber_access_control() {
1635
  }
1636
 
1637
  // Some XML-RPC stuff
1638
- if ( $deny || ! empty( $opt['xmlrpc'] ) ) {
1639
  add_filter( 'xmlrpc_enabled', '__return_false' );
1640
  add_filter( 'pings_open', '__return_false' );
1641
  add_filter( 'bloginfo_url', 'cerber_pingback_url', 10, 2 );
@@ -1644,7 +1612,7 @@ function cerber_access_control() {
1644
  }
1645
 
1646
  // Feeds
1647
- if ( $deny || ! empty( $opt['nofeeds'] ) ) {
1648
  remove_action( 'wp_head', 'feed_links', 2 );
1649
  remove_action( 'wp_head', 'feed_links_extra', 3 );
1650
 
@@ -1720,7 +1688,7 @@ function cerber_post_control() {
1720
  */
1721
  function cerber_is_antibot_exception(){
1722
 
1723
- if ( defined( 'DOING_CRON' ) && DOING_CRON ) {
1724
  return true;
1725
  }
1726
 
@@ -2162,7 +2130,7 @@ function cerber_is_bot( $location = '' ) {
2162
  return $ret;
2163
  }
2164
 
2165
- if ( ! $location || ! cerber_is_http_post() || ( defined( 'DOING_CRON' ) && DOING_CRON ) ) {
2166
  $ret = false;
2167
 
2168
  return $ret;
@@ -2250,7 +2218,7 @@ function cerber_is_bot( $location = '' ) {
2250
 
2251
  function cerber_geo_allowed( $rule_id = '' ) {
2252
 
2253
- if ( !$rule_id || ( defined( 'DOING_CRON' ) && DOING_CRON ) || !lab_lab() ) {
2254
  return true;
2255
  }
2256
 
@@ -2458,7 +2426,7 @@ function cerber_soft_block_add( $ip, $reason_id, $details = '', $duration = null
2458
  * @return bool|false|int
2459
  */
2460
  function cerber_block_add( $ip = '', $reason_id = 1, $details = '', $duration = null ) {
2461
- global $wpdb;
2462
 
2463
  if ( cerber_is_cloud_request() ) {
2464
  return false;
@@ -2520,6 +2488,7 @@ function cerber_block_add( $ip = '', $reason_id = 1, $details = '', $duration =
2520
 
2521
  if ( $result ) {
2522
  cerber_log( $activity, null, null, $ip_address );
 
2523
  $wp_cerber->setLocked();
2524
  do_action( 'cerber_ip_locked', array( 'IP' => $ip_address, 'reason' => $reason ) );
2525
  $result = true;
@@ -2930,7 +2899,7 @@ function cerber_is_acl_permit( $ip = '' ) {
2930
  */
2931
  function cerber_acl_check( $ip = null, $tag = '' ) {
2932
  global $wp_cerber;
2933
- static $cache; // @since 5.26
2934
 
2935
  if ( ! $ip ) {
2936
  $wp_cerber = get_wp_cerber();
@@ -3402,7 +3371,6 @@ function cerber_send_email( $type = '', $msg = '', $ip = '' ) {
3402
  if ( $type == 'lockout' && ! is_admin() ) {
3403
  $rate = absint( $wp_cerber->getSettings( 'emailrate' ) );
3404
  if ( $rate ) {
3405
- //$last_em = get_transient( 'cerber_last' );
3406
  $last_em = cerber_get_set( '_cerber_last' );
3407
  $period = 60 * 60; // per hour
3408
  if ( $last_em ) {
@@ -3410,8 +3378,7 @@ function cerber_send_email( $type = '', $msg = '', $ip = '' ) {
3410
  return false;
3411
  }
3412
  }
3413
- cerber_update_set( '_cerber_last', 1, 1, 0, time() + $period );
3414
- //set_transient( 'cerber_last', time(), $period );
3415
  }
3416
  }
3417
 
@@ -3702,15 +3669,15 @@ function cerber_init_cron(){
3702
  $next_hour = floor( ( time() + 3600 ) / 3600 ) * 3600;
3703
 
3704
  if ( ! wp_next_scheduled( 'cerber_hourly_1' ) ) {
3705
- wp_schedule_event( $next_hour + 600, 'hourly', 'cerber_hourly_1' );
3706
  }
3707
 
3708
  if ( ! wp_next_scheduled( 'cerber_hourly_2' ) ) {
3709
- wp_schedule_event( $next_hour , 'hourly', 'cerber_hourly_2' );
3710
  }
3711
 
3712
  if ( ! wp_next_scheduled( 'cerber_daily' ) ) {
3713
- wp_schedule_event( $next_hour + 3600, 'daily', 'cerber_daily' );
3714
  }
3715
  }
3716
 
@@ -3723,7 +3690,7 @@ function cerber_do_hourly( $force = false ) {
3723
  return;
3724
  }
3725
 
3726
- if (is_multisite()) {
3727
  if ( ! $force && get_site_transient( 'cerber_multisite' ) ) {
3728
  return;
3729
  }
@@ -3731,7 +3698,7 @@ function cerber_do_hourly( $force = false ) {
3731
  }
3732
 
3733
  if ( crb_get_settings( 'cerberlab' ) || lab_lab() ) {
3734
- lab_check_nodes(true, true);
3735
  }
3736
 
3737
  $time = time();
@@ -3793,7 +3760,7 @@ add_action( 'cerber_hourly_2', function () {
3793
  cerber_delete_expired_set();
3794
  }
3795
 
3796
- // Cleanup quarantine folder
3797
  if ( $dirs = glob( cerber_get_the_folder() . 'quarantine' . '/*', GLOB_ONLYDIR ) ) {
3798
  foreach ( $dirs as $dir ) {
3799
  $d = basename( $dir );
@@ -3813,6 +3780,8 @@ add_action( 'cerber_hourly_2', function () {
3813
  // Simply keep folder locked
3814
  cerber_get_the_folder();
3815
 
 
 
3816
  set_site_transient( 'crb_hourly_2', date( 'G' ) , 3600 );
3817
  });
3818
 
@@ -3828,14 +3797,18 @@ function cerber_do_daily() {
3828
  lab_validate_lic();
3829
 
3830
  cerber_db_query( 'DELETE FROM ' . CERBER_LAB_NET_TABLE . ' WHERE expires < ' . $time );
 
3831
 
3832
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LOG_TABLE );
 
3833
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_TRAF_TABLE );
3834
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_ACL_TABLE );
3835
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_BLOCKS_TABLE );
3836
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_TABLE );
3837
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_IP_TABLE );
3838
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_NET_TABLE );
 
 
3839
 
3840
  if ( $new = cerber_check_version() ) {
3841
  $history = get_site_option( '_cerber_notify_new' );
@@ -3853,6 +3826,8 @@ function cerber_do_daily() {
3853
 
3854
  // TODO: implement holding previous values for a while
3855
  // cerber_antibot_gene();
 
 
3856
  }
3857
 
3858
  /**
@@ -4137,12 +4112,15 @@ function cerber_get_last_login( $user_id, $user_email = '' ) {
4137
  $u = array( 'email' => $user_email );
4138
  }
4139
 
4140
- if ($u) {
4141
- $recs = cerber_get_log( array( 5 ), $u, array( 'DESC' => 'stamp' ), 1 );
 
 
 
4142
  return $recs[0];
4143
  }
4144
 
4145
- return '';
4146
  }
4147
 
4148
  function cerber_count_log($activity = array(), $period = 1) {
@@ -4529,6 +4507,17 @@ function cerber_create_db($recreate = true) {
4529
  ';
4530
  }
4531
 
 
 
 
 
 
 
 
 
 
 
 
4532
  foreach ( $sql as $query ) {
4533
  if ( ! $wpdb->query( $query ) && $wpdb->last_error ) {
4534
  $db_errors[] = array( $wpdb->last_error, $wpdb->last_query );
@@ -4605,6 +4594,11 @@ function cerber_upgrade_db( $force = false ) {
4605
  $sql[] = 'ALTER TABLE ' . CERBER_BLOCKS_TABLE . ' ADD reason_id int(11) unsigned NOT NULL DEFAULT "0"';
4606
  }
4607
 
 
 
 
 
 
4608
  if (!empty($sql)) {
4609
  foreach ( $sql as $query ) {
4610
  if ( !$wpdb->query( $query ) && $wpdb->last_error ) {
@@ -4862,13 +4856,48 @@ function cerber_foo() {
4862
  <?php
4863
  }
4864
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4865
 
4866
- // Traffic Logging ======================================================================
4867
 
4868
- register_shutdown_function( 'cerber_traffic_log' );
4869
 
4870
  function cerber_traffic_log(){
4871
- global $wpdb, $wp_query, $wp_cerber_user_id, $wp_cerber_start_stamp, $blog_id;
4872
  static $logged = false;
4873
 
4874
  if ( $logged || cerber_is_cloud_request() ) {
@@ -4889,7 +4918,7 @@ function cerber_traffic_log(){
4889
  elseif ( is_admin() ) {
4890
  $wp_type = 501;
4891
  }
4892
- elseif ( defined( 'DOING_CRON' ) && DOING_CRON ) {
4893
  $wp_type = 502;
4894
  }
4895
  elseif ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) {
@@ -4919,8 +4948,6 @@ function cerber_traffic_log(){
4919
  $http_code = http_response_code();
4920
  }
4921
  else {
4922
- //get_status_header_desc()
4923
- // TODO: Add detection for other HTTP codes for PHP 5.3
4924
  $http_code = 200;
4925
  if ( $wp_type > 600 ) {
4926
  if ( $wp_query->is_404 ) {
@@ -5037,9 +5064,36 @@ function cerber_traffic_log(){
5037
  $details = '';
5038
  }
5039
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5040
  // Timestamps
5041
  if ( ! empty( $wp_cerber_start_stamp ) && is_numeric( $wp_cerber_start_stamp ) ) {
5042
- $stamp = (float)$wp_cerber_start_stamp; // define this variable: $wp_cerber_start_stamp = microtime( true ); in wp-config.php
5043
  }
5044
  else {
5045
  $stamp = cerber_request_time();
@@ -5047,28 +5101,24 @@ function cerber_traffic_log(){
5047
 
5048
  $processing = (int) ( 1000 * ( microtime( true ) - $stamp ) );
5049
 
5050
- $uri = cerber_real_escape($uri);
5051
- $fields = cerber_real_escape($fields);
5052
- $details = cerber_real_escape($details);
5053
-
5054
- //$uri = $wpdb->remove_placeholder_escape( esc_sql( $uri ) );
5055
- //$fields = $wpdb->remove_placeholder_escape( esc_sql( $fields ) );
5056
- //$details = $wpdb->remove_placeholder_escape( esc_sql( $details ) );
5057
-
5058
- //$query = $wpdb->prepare( 'INSERT INTO ' . CERBER_TRAF_TABLE . ' (ip, ip_long, uri, request_fields , request_details, session_id, user_id, stamp, processing, request_method, http_code, wp_id, wp_type, is_bot, blog_id ) VALUES ("' .$ip .'", '. $ip_long . ', %s, %s, %s, "' . $session_id . '", ' . $user_id . ', ' . $stamp . ',' . $processing . ', "' . $method . '", ' . $http_code . ',' . $wp_id . ', ' . $wp_type . ', ' . $bot . ', ' . absint($blog_id) . ')', $uri, $fields, $details);
5059
-
5060
- $query = 'INSERT INTO ' . CERBER_TRAF_TABLE . ' (ip, ip_long, uri, request_fields , request_details, session_id, user_id, stamp, processing, request_method, http_code, wp_id, wp_type, is_bot, blog_id ) VALUES ("' . $ip . '", ' . $ip_long . ',"' . $uri . '","' . $fields . '","' . $details . '", "' . $session_id . '", ' . $user_id . ', ' . $stamp . ',' . $processing . ', "' . $method . '", ' . $http_code . ',' . $wp_id . ', ' . $wp_type . ', ' . $bot . ', ' . absint( $blog_id ) . ')';
5061
 
5062
- //$ret = $wpdb->query( $query );
 
 
5063
 
5064
  $ret = cerber_db_query( $query );
5065
 
5066
- if (!$ret){
 
5067
 
5068
- // mysqli_error($wpdb->dbh);
5069
 
5070
  // TODO: Daily software error report
5071
- /*
5072
  echo mysqli_sqlstate($wpdb->dbh);
5073
  echo $wpdb->last_error;
5074
  echo "<p>\n";
@@ -5076,8 +5126,8 @@ function cerber_traffic_log(){
5076
  echo "<p>\n";
5077
  echo '<p>ERR '.$query.$wpdb->last_error;
5078
  echo '<p>'.$wpdb->_real_escape( $uri );
5079
- */
5080
- }
5081
 
5082
  }
5083
 
@@ -5092,7 +5142,7 @@ function cerber_traffic_log(){
5092
  * @since 6.0
5093
  */
5094
  function cerber_to_log($wp_type, $http_code, $user_id){
5095
- global $cerber_logged;
5096
 
5097
  $mode = crb_get_settings( 'timode' );
5098
 
@@ -5123,6 +5173,10 @@ function cerber_to_log($wp_type, $http_code, $user_id){
5123
  }
5124
  }
5125
 
 
 
 
 
5126
  if ($wp_type < 515) {
5127
  if ( $wp_type < 502 && ! $user_id ) { // @since 6.3
5128
  if ( ! empty( $_GET ) || ! empty( $_POST ) || ! empty( $_FILES ) ) {
@@ -5236,6 +5290,11 @@ function cerber_request_time() {
5236
  */
5237
  function cerber_get_non_wp_fields( $fields = array() ) {
5238
  global $wp_query;
 
 
 
 
 
5239
 
5240
  if ( empty( $fields ) ) {
5241
  $get_keys = array_keys( $_GET );
@@ -5245,7 +5304,7 @@ function cerber_get_non_wp_fields( $fields = array() ) {
5245
  }
5246
 
5247
  if ( empty( $get_keys ) ) {
5248
- return array();
5249
  }
5250
 
5251
  if ( is_object( $wp_query ) ) {
@@ -5263,6 +5322,7 @@ function cerber_get_non_wp_fields( $fields = array() ) {
5263
  $wp_keys[] = 'action';
5264
  $wp_keys[] = '_wpnonce';
5265
  $wp_keys[] = 'loggedout';
 
5266
 
5267
  // WP Customizer fields
5268
  $wp_keys = array_merge( $wp_keys, array(
@@ -5277,13 +5337,13 @@ function cerber_get_non_wp_fields( $fields = array() ) {
5277
  'customize_autosaved'
5278
  ) );
5279
 
5280
- $ret = array_diff( $get_keys, $wp_keys );
5281
 
5282
- if ( ! $ret ) {
5283
- $ret = array();
5284
  }
5285
 
5286
- return $ret;
5287
 
5288
  }
5289
 
@@ -5296,7 +5356,7 @@ function cerber_beast() {
5296
  global $cerber_status;
5297
 
5298
  if ( is_admin()
5299
- || ( defined( 'DOING_CRON' ) && DOING_CRON )
5300
  || ( defined( 'WP_CLI' ) && WP_CLI )
5301
  ) {
5302
  return;
@@ -5306,10 +5366,18 @@ function cerber_beast() {
5306
 
5307
  $wp_cerber->CheckProhibitedURI();
5308
 
 
 
5309
  if ( ! crb_get_settings( 'tienabled' ) ) {
5310
  return;
5311
  }
5312
 
 
 
 
 
 
 
5313
  $uri = cerber_purify_uri();
5314
 
5315
  if ( $tiwhite = crb_get_settings( 'tiwhite' ) ) {
@@ -5326,19 +5394,21 @@ function cerber_beast() {
5326
  }
5327
  }
5328
 
 
5329
  $wp_cerber->InspectRequest();
5330
 
 
5331
  $uri_script = cerber_get_uri_script();
5332
 
5333
  if ( $uri_script && $script_filename = cerber_script_filename() ) {
5334
  // Scanning for executable scripts?
5335
- if ( ! cerber_script_exists( $uri ) && !cerber_is_login_request() ) {
5336
- if (crb_get_settings('tiipwhite') && crb_acl_is_white()) {
5337
- return;
5338
- }
5339
  $cerber_status = 19;
5340
  cerber_log( 55 );
5341
- cerber_soft_block_add( null, 8);
5342
  cerber_forbidden_page();
5343
  }
5344
  // Direct access to a PHP script
@@ -5363,8 +5433,10 @@ function cerber_beast() {
5363
  }
5364
  }
5365
 
 
5366
  cerber_screen_request_fields();
5367
 
 
5368
  cerber_inspect_uploads();
5369
  }
5370
 
@@ -5373,18 +5445,21 @@ function cerber_beast() {
5373
  *
5374
  */
5375
  function cerber_screen_request_fields(){
5376
- if ( empty( $_REQUEST ) ) {
5377
- return;
5378
- }
5379
 
5380
  $white = array();
 
5381
 
5382
- $found = cerber_inspect_array( $_GET, array( 's' ) );
 
 
 
5383
 
5384
- if ( ! $found ) {
5385
  if ( WP_COMMENT_SCRIPT == cerber_get_uri_script() ) {
5386
  $white = array( 'comment' );
5387
  }
 
5388
  $found = cerber_inspect_array( $_POST, $white );
5389
  }
5390
 
@@ -5543,9 +5618,47 @@ function cerber_detect_php_code( &$value ) {
5543
  }
5544
 
5545
  function cerber_detect_other_code( &$value ) {
 
5546
  //static $sql = array( 'information_schema.', 'xp_cmdshell', 'FROM_BASE64', '@@' );
5547
- if ( preg_match( '/\b(?:SELECT|INSERT|UPDATE|DELETE)\b/i', $value ) ) {
5548
- if ( preg_match( '/\b(?:information_schema|FROM_BASE64|wp_users|xp_cmdshell)\b/i', $value ) ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5549
  return true;
5550
  }
5551
  }
@@ -5706,4 +5819,89 @@ function cerber_error_control() {
5706
  @ini_set( 'display_startup_errors', 0 );
5707
  @ini_set( 'display_errors', 0 );
5708
  }
5709
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  }
54
 
55
  define( 'CERBER_LOG_TABLE', 'cerber_log' );
56
+ define( 'CERBER_QMEM_TABLE', 'cerber_qmem' );
57
  define( 'CERBER_TRAF_TABLE', 'cerber_traffic' );
58
  define( 'CERBER_ACL_TABLE', 'cerber_acl' );
59
  define( 'CERBER_BLOCKS_TABLE', 'cerber_blocks' );
206
  }
207
 
208
  if ( $script ) {
209
+ if ( $script == WP_LOGIN_SCRIPT
210
+ || $script == WP_SIGNUP_SCRIPT
211
+ || ( $script == WP_REG_URI && ! get_option( 'users_can_register' ) ) ) {
212
  if ( !empty( $this->options['wplogin'] ) ) {
213
  $cerber_status = 19;
214
  cerber_log( 50 );
216
  $this->uri_prohibited = true;
217
  return true;
218
  }
219
+ if ( ! empty( $this->options['loginnowp'] )
220
+ || $this->isDeny() ) {
221
  cerber_log( 50 );
222
  $this->uri_prohibited = true;
223
  return true;
224
  }
225
  }
226
+ elseif ( $script == WP_XMLRPC_SCRIPT || $script == WP_TRACKBACK_SCRIPT ) {
227
+ if ( ! empty( $this->options['xmlrpc'] )
228
+ || $this->isDeny() ) {
229
  cerber_log( 71 );
230
  $this->uri_prohibited = true;
231
  return true;
262
  /**
263
  * @since 6.3.3
264
  */
265
+ final public function InspectRequest() {
266
  $deny = false;
267
+ $act = 18;
268
  if ( cerber_is_http_post() ) {
269
  if ( ! cerber_is_allowed( null, array( 1, 3 ) ) ) {
270
  $deny = true;
271
  $act = 18;
272
  }
273
  }
274
+ elseif ( cerber_get_non_wp_fields() ) { // @since 7.9
275
+ if ( ! cerber_is_allowed() ) {
276
+ $deny = true;
277
+ $act = 100;
278
+ }
279
+ }
280
  if ( ! $deny && $_FILES ) {
281
  $file_names = array();
282
  foreach ( $_FILES as $file ) {
320
  * @since 6.3.3
321
  */
322
  final public function isDeny() {
323
+ if ( isset( $this->deny ) ) {
324
+ return $this->deny;
325
+ }
326
+
327
+ $this->acl = cerber_acl_check();
328
+
329
+ if ( $this->acl == 'B' || ! cerber_is_allowed() ) {
330
+ $this->deny = true;
331
+ }
332
+ else {
333
+ $this->deny = false;
334
  }
335
 
336
  return $this->deny;
727
  }
728
  }
729
 
730
+ final public function wasLocked() {
731
  if ( ! empty( $this->locked ) ) {
732
  return 1;
733
  }
754
 
755
  cerber_error_control();
756
  cerber_request_time();
757
+
758
+ if ( crb_get_settings( 'tiphperr' ) ) {
759
+ set_error_handler( 'cerber_catch_error' );
760
+ }
761
+
762
  cerber_upgrade_all();
763
 
764
  global $wp_cerber;
856
  * Some additional tasks...
857
  *
858
  */
859
+ function cerber_extra_vision() {
860
+ global $cerber_logged, $cerber_status;
 
 
 
 
861
 
862
  // Multiple different malicious activities
863
+ if ( ! empty( $cerber_logged ) ) {
864
+ $ip = cerber_get_remote_ip();
865
+ $black = crb_get_activity_set( 'black' );
866
+ $black_logged = array_intersect( $black, $cerber_logged );
867
+ if ( ! empty( $black_logged ) && cerber_is_allowed() ) {
868
+ $remain = cerber_get_remain_count( $ip, true, $black ); // @since 6.7.5
869
+ if ( $remain < 1 ) {
870
+ cerber_soft_block_add( $ip, 7 );
871
+ $cerber_status = 18;
872
+
873
+ return true;
874
+ }
875
  }
 
 
 
 
 
 
876
  }
877
 
878
+ return false;
879
+ }
880
 
881
  /*
882
  Display login form if Custom login URL has been requested
1552
  }, 0 );
1553
 
1554
  /**
1555
+ * Restrict access to some vital parts of WP
1556
  *
1557
  */
1558
  function cerber_access_control() {
1568
  return;
1569
  }
1570
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1571
  $wp_cerber = get_wp_cerber();
1572
  if ( $wp_cerber->isURIProhibited() ) {
1573
  cerber_404_page();
1574
  }
1575
 
1576
+ $opt = crb_get_settings();
1577
+
1578
  // REST API
1579
+ if ( $wp_cerber->isDeny() ) {
1580
  cerber_block_rest();
1581
  }
1582
  elseif ( cerber_is_rest_url() ) {
1590
  $rest_allowed = true;
1591
  }
1592
  }
 
 
 
 
 
1593
  if ( $rest_allowed && cerber_is_route_blocked() ) {
1594
  $rest_allowed = false;
1595
  }
1603
  }
1604
 
1605
  // Some XML-RPC stuff
1606
+ if ( $wp_cerber->isDeny() || ! empty( $opt['xmlrpc'] ) ) {
1607
  add_filter( 'xmlrpc_enabled', '__return_false' );
1608
  add_filter( 'pings_open', '__return_false' );
1609
  add_filter( 'bloginfo_url', 'cerber_pingback_url', 10, 2 );
1612
  }
1613
 
1614
  // Feeds
1615
+ if ( $wp_cerber->isDeny() || ! empty( $opt['nofeeds'] ) ) {
1616
  remove_action( 'wp_head', 'feed_links', 2 );
1617
  remove_action( 'wp_head', 'feed_links_extra', 3 );
1618
 
1688
  */
1689
  function cerber_is_antibot_exception(){
1690
 
1691
+ if ( cerber_is_wp_cron() ) {
1692
  return true;
1693
  }
1694
 
2130
  return $ret;
2131
  }
2132
 
2133
+ if ( ! $location || ! cerber_is_http_post() || cerber_is_wp_cron() ) {
2134
  $ret = false;
2135
 
2136
  return $ret;
2218
 
2219
  function cerber_geo_allowed( $rule_id = '' ) {
2220
 
2221
+ if ( ! $rule_id || cerber_is_wp_cron() || ! lab_lab() ) {
2222
  return true;
2223
  }
2224
 
2426
  * @return bool|false|int
2427
  */
2428
  function cerber_block_add( $ip = '', $reason_id = 1, $details = '', $duration = null ) {
2429
+ global $cerber_blocked;
2430
 
2431
  if ( cerber_is_cloud_request() ) {
2432
  return false;
2488
 
2489
  if ( $result ) {
2490
  cerber_log( $activity, null, null, $ip_address );
2491
+ $cerber_blocked = true;
2492
  $wp_cerber->setLocked();
2493
  do_action( 'cerber_ip_locked', array( 'IP' => $ip_address, 'reason' => $reason ) );
2494
  $result = true;
2899
  */
2900
  function cerber_acl_check( $ip = null, $tag = '' ) {
2901
  global $wp_cerber;
2902
+ static $cache;
2903
 
2904
  if ( ! $ip ) {
2905
  $wp_cerber = get_wp_cerber();
3371
  if ( $type == 'lockout' && ! is_admin() ) {
3372
  $rate = absint( $wp_cerber->getSettings( 'emailrate' ) );
3373
  if ( $rate ) {
 
3374
  $last_em = cerber_get_set( '_cerber_last' );
3375
  $period = 60 * 60; // per hour
3376
  if ( $last_em ) {
3378
  return false;
3379
  }
3380
  }
3381
+ cerber_update_set( '_cerber_last', time(), 1, 0, time() + $period );
 
3382
  }
3383
  }
3384
 
3669
  $next_hour = floor( ( time() + 3600 ) / 3600 ) * 3600;
3670
 
3671
  if ( ! wp_next_scheduled( 'cerber_hourly_1' ) ) {
3672
+ wp_schedule_event( $next_hour, 'hourly', 'cerber_hourly_1' );
3673
  }
3674
 
3675
  if ( ! wp_next_scheduled( 'cerber_hourly_2' ) ) {
3676
+ wp_schedule_event( $next_hour + 600 , 'hourly', 'cerber_hourly_2' );
3677
  }
3678
 
3679
  if ( ! wp_next_scheduled( 'cerber_daily' ) ) {
3680
+ wp_schedule_event( $next_hour + 1200, 'daily', 'cerber_daily' );
3681
  }
3682
  }
3683
 
3690
  return;
3691
  }
3692
 
3693
+ if ( is_multisite() ) {
3694
  if ( ! $force && get_site_transient( 'cerber_multisite' ) ) {
3695
  return;
3696
  }
3698
  }
3699
 
3700
  if ( crb_get_settings( 'cerberlab' ) || lab_lab() ) {
3701
+ lab_check_nodes( true, true );
3702
  }
3703
 
3704
  $time = time();
3760
  cerber_delete_expired_set();
3761
  }
3762
 
3763
+ // Cleanup the quarantine folder
3764
  if ( $dirs = glob( cerber_get_the_folder() . 'quarantine' . '/*', GLOB_ONLYDIR ) ) {
3765
  foreach ( $dirs as $dir ) {
3766
  $d = basename( $dir );
3780
  // Simply keep folder locked
3781
  cerber_get_the_folder();
3782
 
3783
+ cerber_db_query( 'DELETE FROM ' . CERBER_QMEM_TABLE . ' WHERE stamp < ' . ( time() - 30 * 60 ) );
3784
+
3785
  set_site_transient( 'crb_hourly_2', date( 'G' ) , 3600 );
3786
  });
3787
 
3797
  lab_validate_lic();
3798
 
3799
  cerber_db_query( 'DELETE FROM ' . CERBER_LAB_NET_TABLE . ' WHERE expires < ' . $time );
3800
+ cerber_db_query( 'DELETE FROM ' . CERBER_LAB_TABLE . ' WHERE stamp < ' . ( $time - 3600 ) ); // workaround for weird/misconfigured hostings
3801
 
3802
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LOG_TABLE );
3803
+ cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_QMEM_TABLE );
3804
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_TRAF_TABLE );
3805
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_ACL_TABLE );
3806
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_BLOCKS_TABLE );
3807
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_TABLE );
3808
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_IP_TABLE );
3809
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_NET_TABLE );
3810
+ cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_SCAN_TABLE );
3811
+ cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_SETS_TABLE );
3812
 
3813
  if ( $new = cerber_check_version() ) {
3814
  $history = get_site_option( '_cerber_notify_new' );
3826
 
3827
  // TODO: implement holding previous values for a while
3828
  // cerber_antibot_gene();
3829
+
3830
+ set_site_transient( 'crb_daily_1', date( 'j' ) , 24 * 3600 );
3831
  }
3832
 
3833
  /**
4112
  $u = array( 'email' => $user_email );
4113
  }
4114
 
4115
+ if ( ! $u ) {
4116
+ return false;
4117
+ }
4118
+
4119
+ if ( $recs = cerber_get_log( array( 5 ), $u, array( 'DESC' => 'stamp' ), 1 ) ) {
4120
  return $recs[0];
4121
  }
4122
 
4123
+ return false;
4124
  }
4125
 
4126
  function cerber_count_log($activity = array(), $period = 1) {
4507
  ';
4508
  }
4509
 
4510
+ if ( ! cerber_is_table( CERBER_QMEM_TABLE ) ) {
4511
+ $sql[] = '
4512
+ CREATE TABLE IF NOT EXISTS ' . CERBER_QMEM_TABLE . ' (
4513
+ ip varchar(39) CHARACTER SET ascii NOT NULL,
4514
+ http_code int(10) UNSIGNED NOT NULL,
4515
+ stamp int(10) UNSIGNED NOT NULL,
4516
+ KEY ip_stamp (ip, stamp)
4517
+ ) DEFAULT CHARSET=utf8;
4518
+ ';
4519
+ }
4520
+
4521
  foreach ( $sql as $query ) {
4522
  if ( ! $wpdb->query( $query ) && $wpdb->last_error ) {
4523
  $db_errors[] = array( $wpdb->last_error, $wpdb->last_query );
4594
  $sql[] = 'ALTER TABLE ' . CERBER_BLOCKS_TABLE . ' ADD reason_id int(11) unsigned NOT NULL DEFAULT "0"';
4595
  }
4596
 
4597
+ // @since 7.8.6
4598
+ if ( $force || ! cerber_is_column( CERBER_TRAF_TABLE, 'php_errors' ) ) {
4599
+ $sql[] = 'ALTER TABLE ' . CERBER_TRAF_TABLE . ' ADD php_errors TEXT NOT NULL AFTER blog_id';
4600
+ }
4601
+
4602
  if (!empty($sql)) {
4603
  foreach ( $sql as $query ) {
4604
  if ( !$wpdb->query( $query ) && $wpdb->last_error ) {
4856
  <?php
4857
  }
4858
 
4859
+ register_shutdown_function( function () {
4860
+ global $cerber_db_errors, $cerber_status;
4861
+ $locked = cerber_extra_vision();
4862
+
4863
+ // Error monitoring
4864
+ if ( crb_get_settings( 'tienabled' ) && crb_get_settings( 'tierrmon' ) ) {
4865
+ if ( ( 400 <= http_response_code() ) && ( cerber_get_non_wp_fields() || cerber_is_http_post() ) ) {
4866
+ $ip = cerber_get_remote_ip();
4867
+ cerber_db_query( 'INSERT INTO ' . CERBER_QMEM_TABLE . ' (ip, http_code, stamp)
4868
+ VALUES ("' . $ip . '",' . intval( http_response_code() ) . ',' . time() . ')' );
4869
+
4870
+ if ( ! $locked ) {
4871
+ $t = time() - 900;
4872
+ $c = cerber_db_get_var( 'SELECT COUNT(ip) FROM ' . CERBER_QMEM_TABLE . ' WHERE ip = "' . $ip . '" AND stamp > ' . $t );
4873
+ if ( $c >= 3 ) {
4874
+ cerber_soft_block_add( $ip, 11 );
4875
+ $cerber_status = 18;
4876
+ }
4877
+ }
4878
+ }
4879
+ }
4880
+
4881
+ cerber_push_lab();
4882
+ cerber_traffic_log();
4883
+ } );
4884
+
4885
+ function cerber_catch_error( $errno, $errstr = null, $errfile = null, $errline = null ) {
4886
+ global $cerber_php_errors;
4887
+ if ( ! $errno ) {
4888
+ return false;
4889
+ }
4890
+ if ( ! isset( $cerber_php_errors ) || ! is_array( $cerber_php_errors ) ) {
4891
+ $cerber_php_errors = array();
4892
+ }
4893
+ $cerber_php_errors[] = array( $errno, $errstr, $errfile, $errline );
4894
 
4895
+ return false;
4896
 
4897
+ }
4898
 
4899
  function cerber_traffic_log(){
4900
+ global $cerber_php_errors, $cerber_db_errors, $wp_query, $wp_cerber_user_id, $wp_cerber_start_stamp, $blog_id;
4901
  static $logged = false;
4902
 
4903
  if ( $logged || cerber_is_cloud_request() ) {
4918
  elseif ( is_admin() ) {
4919
  $wp_type = 501;
4920
  }
4921
+ elseif ( cerber_is_wp_cron() ) {
4922
  $wp_type = 502;
4923
  }
4924
  elseif ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) {
4948
  $http_code = http_response_code();
4949
  }
4950
  else {
 
 
4951
  $http_code = 200;
4952
  if ( $wp_type > 600 ) {
4953
  if ( $wp_query->is_404 ) {
5064
  $details = '';
5065
  }
5066
 
5067
+ // Software errors
5068
+ $php_err = '';
5069
+ if ( crb_get_settings( 'tiphperr' ) ) {
5070
+ if ( $cerber_php_errors && is_array( $cerber_php_errors ) ) {
5071
+ //$err_not = array( E_NOTICE, E_WARNING );
5072
+ $i = 0;
5073
+ foreach ( $cerber_php_errors as $key => $e ) {
5074
+ if ( $e[0] == E_NOTICE ) {
5075
+ //unset( $cerber_php_errors[ $key ] );
5076
+ }
5077
+ else {
5078
+ $i ++;
5079
+ }
5080
+ if ( $i > 15 ) { // Save no more errors
5081
+ break;
5082
+ }
5083
+ }
5084
+ if ( $cerber_php_errors ) {
5085
+ $cerber_php_errors = array_values( $cerber_php_errors );
5086
+ if ( $i > 15 ) {
5087
+ $cerber_php_errors = array_slice( $cerber_php_errors, 0, 15 );
5088
+ }
5089
+ $php_err = serialize( $cerber_php_errors );
5090
+ }
5091
+ }
5092
+ }
5093
+
5094
  // Timestamps
5095
  if ( ! empty( $wp_cerber_start_stamp ) && is_numeric( $wp_cerber_start_stamp ) ) {
5096
+ $stamp = (float) $wp_cerber_start_stamp; // define this variable: $wp_cerber_start_stamp = microtime( true ); in wp-config.php
5097
  }
5098
  else {
5099
  $stamp = cerber_request_time();
5101
 
5102
  $processing = (int) ( 1000 * ( microtime( true ) - $stamp ) );
5103
 
5104
+ $uri = cerber_real_escape( $uri );
5105
+ $fields = cerber_real_escape( $fields );
5106
+ $details = cerber_real_escape( $details );
5107
+ $php_err = cerber_real_escape( $php_err );
 
 
 
 
 
 
 
5108
 
5109
+ $query = 'INSERT INTO ' . CERBER_TRAF_TABLE . '
5110
+ (ip, ip_long, uri, request_fields , request_details, session_id, user_id, stamp, processing, request_method, http_code, wp_id, wp_type, is_bot, blog_id, php_errors )
5111
+ VALUES ("' . $ip . '", ' . $ip_long . ',"' . $uri . '","' . $fields . '","' . $details . '", "' . $session_id . '", ' . $user_id . ', ' . $stamp . ',' . $processing . ', "' . $method . '", ' . $http_code . ',' . $wp_id . ', ' . $wp_type . ', ' . $bot . ', ' . absint( $blog_id ) . ',"' . $php_err . '")';
5112
 
5113
  $ret = cerber_db_query( $query );
5114
 
5115
+ if ( ! $ret ) {
5116
+ //cerber_diag_log( print_r( $cerber_db_errors, 1 ) );
5117
 
5118
+ // mysqli_error($wpdb->dbh);
5119
 
5120
  // TODO: Daily software error report
5121
+ /*
5122
  echo mysqli_sqlstate($wpdb->dbh);
5123
  echo $wpdb->last_error;
5124
  echo "<p>\n";
5126
  echo "<p>\n";
5127
  echo '<p>ERR '.$query.$wpdb->last_error;
5128
  echo '<p>'.$wpdb->_real_escape( $uri );
5129
+ */
5130
+ }
5131
 
5132
  }
5133
 
5142
  * @since 6.0
5143
  */
5144
  function cerber_to_log($wp_type, $http_code, $user_id){
5145
+ global $cerber_logged, $cerber_blocked, $wp_cerber;
5146
 
5147
  $mode = crb_get_settings( 'timode' );
5148
 
5173
  }
5174
  }
5175
 
5176
+ if ( $cerber_blocked ) {
5177
+ return true;
5178
+ }
5179
+
5180
  if ($wp_type < 515) {
5181
  if ( $wp_type < 502 && ! $user_id ) { // @since 6.3
5182
  if ( ! empty( $_GET ) || ! empty( $_POST ) || ! empty( $_FILES ) ) {
5290
  */
5291
  function cerber_get_non_wp_fields( $fields = array() ) {
5292
  global $wp_query;
5293
+ static $result;
5294
+
5295
+ if ( isset( $result ) ) {
5296
+ return $result;
5297
+ }
5298
 
5299
  if ( empty( $fields ) ) {
5300
  $get_keys = array_keys( $_GET );
5304
  }
5305
 
5306
  if ( empty( $get_keys ) ) {
5307
+ $result = array();
5308
  }
5309
 
5310
  if ( is_object( $wp_query ) ) {
5322
  $wp_keys[] = 'action';
5323
  $wp_keys[] = '_wpnonce';
5324
  $wp_keys[] = 'loggedout';
5325
+ $wp_keys[] = 'doing_wp_cron';
5326
 
5327
  // WP Customizer fields
5328
  $wp_keys = array_merge( $wp_keys, array(
5337
  'customize_autosaved'
5338
  ) );
5339
 
5340
+ $result = array_diff( $get_keys, $wp_keys );
5341
 
5342
+ if ( ! $result ) {
5343
+ $result = array();
5344
  }
5345
 
5346
+ return $result;
5347
 
5348
  }
5349
 
5356
  global $cerber_status;
5357
 
5358
  if ( is_admin()
5359
+ || cerber_is_wp_cron()
5360
  || ( defined( 'WP_CLI' ) && WP_CLI )
5361
  ) {
5362
  return;
5366
 
5367
  $wp_cerber->CheckProhibitedURI();
5368
 
5369
+ // TI --------------------------------------------------------------------
5370
+
5371
  if ( ! crb_get_settings( 'tienabled' ) ) {
5372
  return;
5373
  }
5374
 
5375
+ // White list by IP
5376
+ if ( crb_get_settings( 'tiipwhite' ) && crb_acl_is_white() ) {
5377
+ return; // @since 7.9
5378
+ }
5379
+
5380
+ // White list by URI
5381
  $uri = cerber_purify_uri();
5382
 
5383
  if ( $tiwhite = crb_get_settings( 'tiwhite' ) ) {
5394
  }
5395
  }
5396
 
5397
+ // Step one
5398
  $wp_cerber->InspectRequest();
5399
 
5400
+ // Step two
5401
  $uri_script = cerber_get_uri_script();
5402
 
5403
  if ( $uri_script && $script_filename = cerber_script_filename() ) {
5404
  // Scanning for executable scripts?
5405
+ if ( ! cerber_script_exists( $uri ) && ! cerber_is_login_request() ) {
5406
+ /*if ( crb_get_settings( 'tiipwhite' ) && crb_acl_is_white() ) {
5407
+ return;
5408
+ }*/
5409
  $cerber_status = 19;
5410
  cerber_log( 55 );
5411
+ cerber_soft_block_add( null, 8 );
5412
  cerber_forbidden_page();
5413
  }
5414
  // Direct access to a PHP script
5433
  }
5434
  }
5435
 
5436
+ // Step three
5437
  cerber_screen_request_fields();
5438
 
5439
+ // Step four
5440
  cerber_inspect_uploads();
5441
  }
5442
 
5445
  *
5446
  */
5447
  function cerber_screen_request_fields(){
5448
+ global $cerber_in_context;
 
 
5449
 
5450
  $white = array();
5451
+ $found = false;
5452
 
5453
+ if ( ! empty( $_GET ) ) {
5454
+ $cerber_in_context = 1;
5455
+ $found = cerber_inspect_array( $_GET, array( 's' ) );
5456
+ }
5457
 
5458
+ if ( ! empty( $_POST ) && ! $found ) {
5459
  if ( WP_COMMENT_SCRIPT == cerber_get_uri_script() ) {
5460
  $white = array( 'comment' );
5461
  }
5462
+ $cerber_in_context = 2;
5463
  $found = cerber_inspect_array( $_POST, $white );
5464
  }
5465
 
5618
  }
5619
 
5620
  function cerber_detect_other_code( &$value ) {
5621
+ global $cerber_in_context;
5622
  //static $sql = array( 'information_schema.', 'xp_cmdshell', 'FROM_BASE64', '@@' );
5623
+ $co = ( isset( $cerber_in_context ) ) ? $cerber_in_context : 0;
5624
+ $score = 0;
5625
+ $str = $value;
5626
+ if ( $co > 0 ) {
5627
+ $str = preg_replace( '#/\*(?:[^*]*(?:\*(?!/))*)*\*/#', '', $str ); // Remove comments
5628
+ if ( $co == 1 ) {
5629
+ if ( strlen( $value ) != strlen( $str ) ) {
5630
+ $score ++;
5631
+ }
5632
+ }
5633
+ }
5634
+ if ( preg_match( '/\b(?:SELECT|INSERT|UPDATE|DELETE)\b/i', $str ) ) { // SQL?
5635
+ $score ++;
5636
+ $p = stripos( $str, 'UNION' );
5637
+ if ( $p !== false ) {
5638
+ $score ++;
5639
+ if ( $co == 1 ) {
5640
+ return true;
5641
+ }
5642
+ }
5643
+ if ( preg_match( '/\b(?:information_schema|FROM_BASE64|wp_users|xp_cmdshell|LOAD_FILE)\b/i', $value ) ) {
5644
+ return true;
5645
+ }
5646
+ if ( $co < 1 ) {
5647
+ return false;
5648
+ }
5649
+ // $_GET & $_POST
5650
+ if ( preg_match( '/\b(?:name_const|unhex)\b/i', $value ) ) {
5651
+ $score ++;
5652
+ }
5653
+ if ( $score > 3 ) {
5654
+ return true;
5655
+ }
5656
+ $char = substr_count( strtoupper( $value ), 'CHAR' );
5657
+ if ( $char > 1 ) {
5658
+ return true;
5659
+ }
5660
+ $score += $char;
5661
+ if ( $score > 3 ) {
5662
  return true;
5663
  }
5664
  }
5819
  @ini_set( 'display_startup_errors', 0 );
5820
  @ini_set( 'display_errors', 0 );
5821
  }
5822
+ }
5823
+
5824
+ // Menu routines ---------------------------------------------------------------
5825
+
5826
+ // Hide/show menu items in public
5827
+ add_filter( 'wp_get_nav_menu_items', function ( $items, $menu, $args ) {
5828
+ if ( is_admin() ) {
5829
+ return $items;
5830
+ }
5831
+ $logged = is_user_logged_in();
5832
+ foreach ( $items as $key => $item ) {
5833
+ // For *MENU*CERBER* See cerber_nav_menu_box() !!!
5834
+ if ( 0 === strpos( $item->attr_title, '*MENU*CERBER*' ) ) {
5835
+ $menu_id = explode( '|', $item->attr_title );
5836
+ switch ( $menu_id[1] ) {
5837
+ case 'wp-cerber-login-url':
5838
+ if ( $logged ) {
5839
+ unset( $items[ $key ] );
5840
+ }
5841
+ break;
5842
+ case 'wp-cerber-logout-url':
5843
+ if ( ! $logged ) {
5844
+ unset( $items[ $key ] );
5845
+ }
5846
+ break;
5847
+ case 'wp-cerber-reg-url':
5848
+ if ( $logged ) {
5849
+ unset( $items[ $key ] );
5850
+ }
5851
+ break;
5852
+ case 'wp-cerber-wc-login-url':
5853
+ if ( $logged ) {
5854
+ unset( $items[ $key ] );
5855
+ }
5856
+ break;
5857
+ case 'wp-cerber-wc-logout-url':
5858
+ if ( ! $logged ) {
5859
+ unset( $items[ $key ] );
5860
+ }
5861
+ break;
5862
+ }
5863
+ }
5864
+ }
5865
+
5866
+ return $items;
5867
+ }, 10, 3 );
5868
+
5869
+ // Set actual URL for a menu item based on a special value in title attribute
5870
+ add_filter( 'nav_menu_link_attributes', function ( $atts ) {
5871
+
5872
+ // For *MENU*CERBER* See cerber_nav_menu_box() !!!
5873
+ if ( 0 === strpos( $atts['title'], '*MENU*CERBER*' ) ) {
5874
+ $title = explode( '|', $atts['title'] );
5875
+ $atts['title'] = '';
5876
+
5877
+ $url = '#';
5878
+ // See cerber_nav_menu_items() !!!
5879
+ switch ( $title[1] ) {
5880
+ case 'wp-cerber-login-url':
5881
+ $url = wp_login_url();
5882
+ break;
5883
+ case 'wp-cerber-logout-url':
5884
+ $url = wp_logout_url();
5885
+ break;
5886
+ case 'wp-cerber-reg-url':
5887
+ if ( get_option( 'users_can_register' ) ) {
5888
+ $url = wp_registration_url();
5889
+ }
5890
+ break;
5891
+ case 'wp-cerber-wc-login-url':
5892
+ if ( class_exists( 'WooCommerce' ) ) {
5893
+ $url = get_permalink( get_option( 'woocommerce_myaccount_page_id' ) );
5894
+ }
5895
+ break;
5896
+ case 'wp-cerber-wc-logout-url':
5897
+ if ( class_exists( 'WooCommerce' ) ) {
5898
+ $url = wc_logout_url();
5899
+ }
5900
+ break;
5901
+ }
5902
+
5903
+ $atts['href'] = $url;
5904
+ }
5905
+
5906
+ return $atts;
5907
+ }, 1 );
cerber-news.php CHANGED
@@ -73,94 +73,6 @@ function cerber_push_the_news( $version ) {
73
  </ul>
74
  ';
75
 
76
- $news['4.5'][] = 'Instant mobile and browser notifications with Pushbullet. Get notified instantly via push notifications when an important event happens on your WordPress.';
77
- $news['4.5'][] = 'Ability to choose a 404 page template. The plugin will try to use the 404 template from the active theme, and this is a default behavior or a generate simple 404 page like Apache web server does.';
78
- $news['4.5'][] = 'Events on the Activity tab are displaying with user roles and avatars.';
79
-
80
- $news['4.7.7'][] = 'Welcome invisible reCAPTCHA. You can choose what type you want to use: classic visible or new invisible reCAPTCHA. <a target="_blank" href="http://wpcerber.com/how-to-setup-recaptcha/">How to setup</a>.';
81
- $news['4.7.7'][] = 'reCAPTCHA for comment forms is available now. Stop spam comments – use reCAPTCHA as an anti-spam tool for WordPress comment forms.';
82
- $news['4.7.7'][] = 'Dates on the plugin dashboard now are displayed according to the Site Language.';
83
- $news['4.7.7'][] = '<a target="_blank" href="https://www.facebook.com/pg/wpcerber/reviews/">You can leave a review on Facebook now.</a>';
84
-
85
- $news['5.0'][] = 'Cerber has got a new antispam and bot detection engine that protects comment and user registration forms from bot attacks. No reCAPTCHA is needed anymore! After several attempts bot IP will be locked out.';
86
- $news['5.0'][] = 'Now you can tell Cerber either to mark detected spam comments as spam or deny them completely.';
87
- $news['5.0'][] = 'Optionally Cerber can automatically move spam comments older than the specified amount of days to trash.';
88
- $news['5.0'][] = 'Added code to avoid possible conflict between Custom login URL and REST API.';
89
- $news['5.0'][] = 'Added the <i>cerber_404_template</i> filter for specifying an alternative to the default 404 page not found template.';
90
-
91
- $news['5.1'][] = 'Antispam and anti-bot engine for contact and other forms. Cerber antispam and bot detection engine now protects all forms on a website. It’s compatible with virtually any form. Tested with Caldera Forms, Gravity Forms, Contact Form 7, Ninja Forms, Formidable Forms, Fast Secure Contact Form, Contact Form by WPForms.';
92
- $news['5.1'][] = 'Portuguese of Portugal translation has been added, thanks to Helderk.';
93
-
94
- $news['5.5'][] = 'White list for the <a href="http://wpcerber.com/antispam-for-wordpress-contact-forms/">WordPress anti-spam engine</a>. It allows creating a list of exceptions by specifying a string to search it in a request URI.';
95
- $news['5.5'][] = 'White list for REST API requests. It allows creating a list of namespace exceptions if REST API is disabled.';
96
- $news['5.5'][] = 'Disable access to user data via REST API and stop REST API user enumeration.';
97
-
98
- $news['5.8'][] = 'Weekly reports. Now the plugin will send a brief performance report (activity for past seven days) to specified email addresses. Weekly reports are sent once a week. Set desired reporting time on the Notification admin page.';
99
- $news['5.8'][] = 'Plugin admin interface pages: compatibility with screen readers has been improved.';
100
- $news['5.8'][] = 'Compatibility with caching plugins is improved: define( ‘DONOTCACHEPAGE’, true ) is added for Custom login page.';
101
- $news['5.8.2'][] = 'REST API: the deprecated rest_enabled filter is used for WordPress older than 4.7.';
102
-
103
- $news['5.8.6'][] = 'Regular expressions (REGEX) in the list of prohibited usernames.';
104
- $news['5.8.6'][] = 'Ability to enable/disable weekly reports, a new field to specify email addresses for weekly reports.';
105
- $news['5.8.6'][] = 'Your last login date, IP address, and country will be shown in a report email.';
106
- $news['5.8.6'][] = 'Improved compatibility with non-standard authentication processes, WooCommerce and exotic/outdated hosting environments.';
107
- $news['5.8.6'][] = 'Bug fixed: Some interface elements of WordPress Customizer might not work, depending on the theme you use.';
108
-
109
- $news['5.9'][] = 'You can add comments for new entries in the access lists';
110
- $news['5.9'][] = 'Improved compatibility with exotic hosting environments: now the plugin handles URLs with the MultiViews server option enabled.';
111
- $news['5.9'][] = 'Improved compatibility with caching plugins';
112
- $news['5.9'][] = 'The plugin doesn’t send cookies if anti-spam is completely disabled';
113
- $news['5.9'][] = 'Bug fixed: The plugin logs a logout event if the actual logout doesn’t happen';
114
-
115
- $news['6.0'][] = 'Traffic Inspector. It’s a specialized request inspection algorithm that acts as additional protection layer. Since v 6.0 WP Cerber Security performs inspection all suspicious requests and block them before they can harm a website. This security algorithm is enabled by default and requires no configuration.';
116
- $news['6.0'][] = 'Traffic Inspector optionally logs all or just suspicious and malicious requests so you can inspect them.';
117
- $news['6.0'][] = 'Added ability to clean up Cerber’s DB tables. Now you can manually delete all rows in a Cerber’s DB table on the Tools / Diagnostic admin page. Note: this operation cannot be rolled back.';
118
- $news['6.0'][] = 'If your hosting environment (web server) has some issues and those issues can affect plugin functionality, they are shown on the Tools / Diagnostic page.';
119
- $news['6.0'][] = 'On the Access Lists admin page there are new links for each entry to check HTTP requests from a particular network or an IP address.';
120
-
121
- $news['6.1'][] = 'Traffic Inspector has got a Request White List setting. To exclude a particular request from inspection specify a request string without the website domain and query string (GET parameters).';
122
- $news['6.1'][] = 'An Activity filter has been added to the Advanced search form on the Traffic Inspector page.';
123
- $news['6.1'][] = 'Bug fixed: Two reCAPTCHA widgets on login/registration forms.';
124
- $news['6.1'][] = 'Bug fixed: A legitimate IP address can be locked out by Traffic Inspector on a Windows hosting (server).';
125
-
126
- $news['6.2'][] = 'Protection against (DoS) attacks that exploit recently discovered vulnerability (CVE-2018-6389). The protection mechanism is disabled by default. To enable it navigate to the Hardening tab and enable Block unauthorized access to load-scripts.php and load-styles.php. After enabling this setting a set of security rules will be added to the .htaccess file.';
127
- $news['6.2'][] = 'The Traffic Inspector algorithm detects malformed and double extensions like .php.jpg more precisely';
128
- $news['6.2'][] = 'The access Lists now accept IPv6 addresses in any form. You can enter a shortened IPv6 (short form) or a full IPv6. A full IPv6 will be shortened to the short IPv6 address representation. All existing in access lists IP addresses are converted to the short form.';
129
- $news['6.2'][] = 'Bug fixed: If the WP REST API is blocked, a request with specially malformed URL can bypass protection. Thanks to Tomasz Wasiak.';
130
- $news['6.2'][] = 'Bug fixed: An IPv4 range in the Access Lists might not work as expected, depending on server/site settings.';
131
-
132
- $news['6.5'][] = 'This version brings a new, advanced and more effective way of loading plugin modules and the plugin security engine. This allows Cerber Security to intercept and inspect suspicious requests more effectively and protect WordPress against attacks that try to exploit a vulnerability in a plugin or a theme. It’s advised to enable loading in Standard mode. To enable this new mode go to the Main Settings plugin admin page and set the Load security engine setting to Standard mode.';
133
- $news['6.5'][] = 'Traffic Inspector’s algorithms detect and deny any attempt to upload executable files (including PHP and JavaScript) or .htaccess file via any public form or POST request.';
134
- $news['6.5'][] = 'A new setting to disable email notifications about new versions of the plugin. It’s located on the Notification admin page in the Email notifications section.';
135
- $news['6.5'][] = 'Search in the traffic log. Now it’s possible to search in the User agent string and filter out the HTTP method (GET/POST).';
136
- $news['6.5'][] = 'In the Smart mode if a user is not logged in, all requests to the admin dashboard are logged.';
137
- $news['6.5'][] = 'Performance of the logging subsystem is improved: the DB query has been updated.';
138
-
139
- $news['6.7'][] = 'Antispam engine algorithms have been updated to improve AJAX requests handling and reduce false positives.';
140
- $news['6.7'][] = 'Improved compatibility with WooCommerce, Formidable Forms, Gravity Forms and AJAX file upload.';
141
- $news['6.7'][] = 'Regular expressions are now available for the Traffic Inspector Request whitelist and Antispam Query whitelist.';
142
- $news['6.7'][] = 'Any symbols other than letters, numbers, dashes and underscores are not permitted for Custom login URL anymore. Previously configured URLs will work fine.';
143
- $news['6.7'][] = 'Bug fixed: the Safe antispam mode doesn\'t work correctly on some website configurations. That may leads to false positives and erroneous spam form submission detection.';
144
- $news['6.7'][] = 'Norwegian Bokmål and Dutch language translations have updated. Thanks to Jos Knippen and Eirik Vorland.';
145
-
146
- $news['7.0'][] = 'We’re proud to announce a new version of the plugin with a new security tool: Cerber Security Scanner. The main purpose of the scanner is to provide a handy diagnostic tool to monitor all files on a website, verify the integrity of WordPress, plugins, themes and to detect and remove malware.';
147
- $news['7.0'][] = 'A new setting has been added for Traffic Inspector: Use White IP Access List. When enabled it allows any requests from IP addresses in the White IP access list to bypass all Traffic Inspector security rules.';
148
- $news['7.0'][] = 'Since v 7.0 the redirection from /wp-admin/ to the login page is not blocked if a not logged in user has been logged in once before.';
149
-
150
- $news['7.2'][] = 'Monitoring files changes and new files.';
151
- $news['7.2'][] = 'Monitoring changes, detecting malicious redirections and directives in .htaccess files.';
152
- $news['7.2'][] = 'A new detector for Base64 encoded strings quickly detects obfuscated malware code and trojans.';
153
- $news['7.2'][] = 'Automated hourly and daily scheduled scans with flexible email alerts and reports.';
154
- $news['7.2'][] = 'Bug fixed: Unexpected warning messages in the WordPress dashboard.';
155
- $news['7.2'][] = 'Bug fixed: Some file status links on the scanner results page may not work.';
156
-
157
- $news['7.5'][] = 'The firewall algorithms have been improved and now inspect the contents of all files that are being tried to upload on a website.';
158
- $news['7.5'][] = 'The traffic logger can save headers, cookies and the $_SERVER variable for every HTTP request.';
159
- $news['7.5'][] = 'The scanner now scans installed plugins for known vulnerabilities. If you have enabled scheduled automatic scans you will be notified in a email report.';
160
- $news['7.5'][] = 'A set of new malware signatures amd patterns have been added to detect malware submitted through a contact form as well as any HTTP request fields.';
161
- $news['7.5'][] = 'Now the plugin inspects user sign ups (user registrations) on multisite WordPress installations and BuddyPress.';
162
- $news['7.5'][] = 'The search for user activity, as well as enabling activity notifications, is improved.';
163
-
164
  $news['7.6'][] = 'The quarantine has got a separate admin page in the WordPress dashboard which allows viewing deleted files, restoring or deleting them.';
165
  $news['7.6'][] = 'Now the malware scanner and integrity checker supports multisite WordPress installations.';
166
  $news['7.6'][] = 'Bug fixed: Once an address IP has been locked out after reaching the limit to the number of attempts to log in the "We’re sorry, you are not allowed to proceed" forbidden page is being displayed instead of the normal user message "You have exceeded the number of allowed login attempts".';
@@ -180,7 +92,7 @@ function cerber_push_the_news( $version ) {
180
  $news['7.8'][] = 'Update: The performance of malware scanning on a slow web server with thousands of issues and tens of thousands of files has been improved.';
181
  $news['7.8'][] = 'Fix: If a malicious file is detected on a slow shared hosting, the file can be shown twice in the results of the scan.';
182
 
183
- $news['7.8.5'][] = 'New: A new set of heuristics algorithms for detecting obfuscated malware JavaScript code have been added to the Traffic Inspector firewall rules and malware scanner.';
184
  $news['7.8.5'][] = 'New: A new file filter on the Quarantine page lets to filter out quarantined files by the date of the scan.';
185
  $news['7.8.5'][] = 'New: The performance of the malware scanner has been improved. Now the scanner deletes all files in the website session and temporary folders permanently before the scan.';
186
  $news['7.8.5'][] = 'Update: Now if the plugin is unable to detect the remote IP address, it will use 0.0.0.0 as an IP.';
@@ -189,6 +101,13 @@ function cerber_push_the_news( $version ) {
189
  $news['7.8.5'][] = 'Update: Translations have been updated. Thanks to Francesco, Jos Knippen, Fredrik Näslund, Slobodan Ljubic and MARCELHAP.';
190
  $news['7.8.5'][] = 'Fix: Fixed an issue with saving settings on the Hardening tab: "Unable to get access to the file…"';
191
 
 
 
 
 
 
 
 
192
 
193
  if ( ! empty( $news[ $version ] ) ) {
194
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
73
  </ul>
74
  ';
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  $news['7.6'][] = 'The quarantine has got a separate admin page in the WordPress dashboard which allows viewing deleted files, restoring or deleting them.';
77
  $news['7.6'][] = 'Now the malware scanner and integrity checker supports multisite WordPress installations.';
78
  $news['7.6'][] = 'Bug fixed: Once an address IP has been locked out after reaching the limit to the number of attempts to log in the "We’re sorry, you are not allowed to proceed" forbidden page is being displayed instead of the normal user message "You have exceeded the number of allowed login attempts".';
92
  $news['7.8'][] = 'Update: The performance of malware scanning on a slow web server with thousands of issues and tens of thousands of files has been improved.';
93
  $news['7.8'][] = 'Fix: If a malicious file is detected on a slow shared hosting, the file can be shown twice in the results of the scan.';
94
 
95
+ $news['7.8.5'][] = 'New: A new set of heuristics algorithms for detecting obfuscated malicious JavaScript code have been added to the Traffic Inspector firewall rules and malware scanner.';
96
  $news['7.8.5'][] = 'New: A new file filter on the Quarantine page lets to filter out quarantined files by the date of the scan.';
97
  $news['7.8.5'][] = 'New: The performance of the malware scanner has been improved. Now the scanner deletes all files in the website session and temporary folders permanently before the scan.';
98
  $news['7.8.5'][] = 'Update: Now if the plugin is unable to detect the remote IP address, it will use 0.0.0.0 as an IP.';
101
  $news['7.8.5'][] = 'Update: Translations have been updated. Thanks to Francesco, Jos Knippen, Fredrik Näslund, Slobodan Ljubic and MARCELHAP.';
102
  $news['7.8.5'][] = 'Fix: Fixed an issue with saving settings on the Hardening tab: "Unable to get access to the file…"';
103
 
104
+ $news['7.9'][] = 'New: The plugin monitors suspicious requests that cause 4xx and 5xx HTTP errors and blocks IP addresses that aggressively generate such requests.';
105
+ $news['7.9'][] = 'New: A set of WordPress navigation menu links. Login, logout, and register menu items can be automatically generated and shown in any WordPress menu or a widget.';
106
+ $news['7.9'][] = 'New: Software error logging. A handy feature that logs PHP errors and shows them on the Live Traffic page.';
107
+ $news['7.9'][] = 'New: A new export feature for Traffic Inspector. It allows exporting all log entries or a filtered set from the log of HTTP requests.';
108
+ $news['7.9'][] = 'Update: Multiple improvements to Traffic Inspector firewall algorithms. In short, the detection of obfuscated malicious SQL queries and injections has been improved.';
109
+ $news['7.9'][] = 'Fix: The number of email notifications per hour can exceed the configured limit.';
110
+ $news['7.9'][] = 'Update: Translations have been updated. Thanks to Felipe Turcheti and Eirik Vorland.';
111
 
112
  if ( ! empty( $news[ $version ] ) ) {
113
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
cerber-scanner.php CHANGED
@@ -862,6 +862,7 @@ function cerber_init_scan( $mode = 'quick' ) {
862
  $data['ip'] = cerber_get_remote_ip();
863
  $data['cloud'] = cerber_is_cloud_request();
864
  $data['next_step'] = 0;
 
865
 
866
  if ( ! cerber_update_set( 'scan', $data, $data['id'] ) ) {
867
 
@@ -5446,34 +5447,29 @@ function cerber_has_extension( $file_name, $setting ) {
5446
  }
5447
 
5448
  function cerber_make_numbers( &$update = array(), &$scan = array() ) {
5449
- if ( ! isset( $scan['numbers'] ) ) {
5450
- $update['numbers'] = array();
5451
- }
5452
- else {
5453
- $update['numbers'] = $scan['numbers'];
5454
- }
5455
  foreach ( $scan['step_issues'] as $set ) {
5456
  //if ( $set['setype'] != 21 ) {
5457
- foreach ( $set['issues'] as $issue ) {
5458
- if ( ! isset( $update['numbers'][ $issue[0] ] ) ) {
5459
- $update['numbers'][ $issue[0] ] = 0;
5460
- }
5461
- $update['numbers'][ $issue[0] ] ++;
5462
- // extra issue
5463
- if ( ! empty( $issue[3] ) ) {
5464
- if ( ! isset( $update['numbers'][ $issue[3] ] ) ) {
5465
- $update['numbers'][ $issue[3] ] = 0;
5466
- }
5467
- $update['numbers'][ $issue[3] ] ++;
5468
- }
5469
- }
5470
- //}
5471
  if ( $set['setype'] == 21 ) {
5472
- if ( ! isset( $update['numbers'][ CERBER_USF ] ) ) {
5473
- $update['numbers'][ CERBER_USF] = 0;
5474
- }
5475
- $update['numbers'][ CERBER_USF ] += count( $set['issues'] );
5476
- }
5477
  }
5478
 
5479
  }
862
  $data['ip'] = cerber_get_remote_ip();
863
  $data['cloud'] = cerber_is_cloud_request();
864
  $data['next_step'] = 0;
865
+ $data['numbers'] = array();
866
 
867
  if ( ! cerber_update_set( 'scan', $data, $data['id'] ) ) {
868
 
5447
  }
5448
 
5449
  function cerber_make_numbers( &$update = array(), &$scan = array() ) {
5450
+ $update['numbers'] = ( ! isset( $scan['numbers'] ) ) ? array() : $scan['numbers'];
 
 
 
 
 
5451
  foreach ( $scan['step_issues'] as $set ) {
5452
  //if ( $set['setype'] != 21 ) {
5453
+ foreach ( $set['issues'] as $issue ) {
5454
+ if ( ! isset( $update['numbers'][ $issue[0] ] ) ) {
5455
+ $update['numbers'][ $issue[0] ] = 0;
5456
+ }
5457
+ $update['numbers'][ $issue[0] ] ++;
5458
+ // extra issue
5459
+ if ( ! empty( $issue[3] ) ) {
5460
+ if ( ! isset( $update['numbers'][ $issue[3] ] ) ) {
5461
+ $update['numbers'][ $issue[3] ] = 0;
5462
+ }
5463
+ $update['numbers'][ $issue[3] ] ++;
5464
+ }
5465
+ }
5466
+ //}
5467
  if ( $set['setype'] == 21 ) {
5468
+ if ( ! isset( $update['numbers'][ CERBER_USF ] ) ) {
5469
+ $update['numbers'][ CERBER_USF ] = 0;
5470
+ }
5471
+ $update['numbers'][ CERBER_USF ] += count( $set['issues'] );
5472
+ }
5473
  }
5474
 
5475
  }
cerber-tools.php CHANGED
@@ -225,16 +225,16 @@ function cerber_show_diag(){
225
  }
226
  ?>
227
  <div class="diag-section">
228
- <h3>System info</h3>
229
  <div class="diag-text"><?php cerber_show_wp_diag(); ?></div>
230
  </div>
231
  <div class="diag-section">
232
- <h3>Database info</h3>
233
  <?php echo cerber_db_diag(); ?>
234
  <?php echo '<p style="text-align: right;"><a class="button button-secondary" href="' . wp_nonce_url( add_query_arg( array( 'force_repair_db' => 1 ) ), 'control', 'cerber_nonce' ) . '"><span class="dashicons dashicons-admin-tools" style="vertical-align: middle;"></span> Repair tables</a></p>'; ?>
235
  </div>
236
  <div class="diag-section">
237
- <h3>Server info</h3>
238
  <textarea name="dia" class="code"><?php
239
  echo 'PHP version: ' . phpversion() . "\n";
240
  $server = $_SERVER;
@@ -246,7 +246,7 @@ function cerber_show_diag(){
246
  </textarea>
247
  </div>
248
  <div class="diag-section">
249
- <h3>Cerber Cloud status</h3>
250
  <?php
251
  echo lab_status();
252
  ?>
@@ -256,14 +256,11 @@ function cerber_show_diag(){
256
  </p>
257
  </div>
258
  <?php
259
- echo '<div class="diag-section"><h3>Cron</h3>';
260
- if ( $c = cerber_cron_diag() ) {
261
- echo '<span style="color: red;">' . $c . '</span>';
262
- }
263
- else {
264
- echo 'No issues detected.';
265
- }
266
  echo '</div>';
 
267
  if ( $report = get_site_option( '_cerber_report' ) ) {
268
  echo '<div class="diag-section"><h3>Reports</h3>';
269
  echo cerber_ago_time($report[0]).' ('.cerber_date($report[0]).')';
@@ -539,7 +536,7 @@ function cerber_table_info( $table ) {
539
 
540
  function cerber_environment_diag() {
541
  $issues = array();
542
- if ( version_compare( '5.4', phpversion(), '>' ) ) {
543
  $issues[] = 'Your site run on the outdated version of PHP ' . phpversion() . '. We strongly encourage you to upgrade it to a newer version of PHP.';
544
  }
545
  if ( ! function_exists( 'http_response_code' ) ) {
@@ -549,9 +546,9 @@ function cerber_environment_diag() {
549
  $issues[] = 'The server environment variable $_SERVER[\'REQUEST_TIME_FLOAT\'] is not set correctly.';
550
  }
551
 
552
- if ( $c = cerber_cron_diag() ) {
553
  $issues[] = $c;
554
- }
555
 
556
  $ret = null;
557
  if ( $issues ) {
@@ -565,14 +562,23 @@ function cerber_environment_diag() {
565
  return $ret;
566
  }
567
 
568
- function cerber_cron_diag(){
569
- $c1 = (date( 'G' ) - get_site_transient( 'crb_hourly_1' ));
570
- $c2 = (date( 'G' ) - get_site_transient( 'crb_hourly_2' ));
571
- if ( $c1 > 0 || $c2 > 0 ) {
572
- $issues[] = 'Scheduled cron tasks are not executed properly.';
 
 
 
 
 
 
 
 
 
 
 
573
  }
574
-
575
- return false;
576
  }
577
 
578
  function cerber_show_diag_log() {
225
  }
226
  ?>
227
  <div class="diag-section">
228
+ <h3>System Info</h3>
229
  <div class="diag-text"><?php cerber_show_wp_diag(); ?></div>
230
  </div>
231
  <div class="diag-section">
232
+ <h3>Database Info</h3>
233
  <?php echo cerber_db_diag(); ?>
234
  <?php echo '<p style="text-align: right;"><a class="button button-secondary" href="' . wp_nonce_url( add_query_arg( array( 'force_repair_db' => 1 ) ), 'control', 'cerber_nonce' ) . '"><span class="dashicons dashicons-admin-tools" style="vertical-align: middle;"></span> Repair tables</a></p>'; ?>
235
  </div>
236
  <div class="diag-section">
237
+ <h3>Server Info</h3>
238
  <textarea name="dia" class="code"><?php
239
  echo 'PHP version: ' . phpversion() . "\n";
240
  $server = $_SERVER;
246
  </textarea>
247
  </div>
248
  <div class="diag-section">
249
+ <h3>Cerber Security Cloud Status</h3>
250
  <?php
251
  echo lab_status();
252
  ?>
256
  </p>
257
  </div>
258
  <?php
259
+
260
+ echo '<div class="diag-section"><h3>Cron</h3>';
261
+ cerber_cron_diag();
 
 
 
 
262
  echo '</div>';
263
+
264
  if ( $report = get_site_option( '_cerber_report' ) ) {
265
  echo '<div class="diag-section"><h3>Reports</h3>';
266
  echo cerber_ago_time($report[0]).' ('.cerber_date($report[0]).')';
536
 
537
  function cerber_environment_diag() {
538
  $issues = array();
539
+ if ( version_compare( '5.6', phpversion(), '>' ) ) {
540
  $issues[] = 'Your site run on the outdated version of PHP ' . phpversion() . '. We strongly encourage you to upgrade it to a newer version of PHP.';
541
  }
542
  if ( ! function_exists( 'http_response_code' ) ) {
546
  $issues[] = 'The server environment variable $_SERVER[\'REQUEST_TIME_FLOAT\'] is not set correctly.';
547
  }
548
 
549
+ /*if ( $c = cerber_cron_diag() ) {
550
  $issues[] = $c;
551
+ }*/
552
 
553
  $ret = null;
554
  if ( $issues ) {
562
  return $ret;
563
  }
564
 
565
+ function cerber_cron_diag() {
566
+ $c1 = ( date( 'G' ) - intval( get_site_transient( 'crb_hourly_1' ) ) );
567
+ $c2 = ( date( 'G' ) - intval( get_site_transient( 'crb_hourly_2' ) ) );
568
+ $c3 = ( date( 'j' ) - intval( get_site_transient( 'crb_daily_1' ) ) );
569
+ $err = array();
570
+ if ( $c1 > 1 || $c2 > 1 ) {
571
+ $err[] = 'Scheduled hourly cron tasks are not executed properly.';
572
+ }
573
+ if ( $c3 > 1 ) {
574
+ $err[] = 'Scheduled daily cron task is not executed properly.';
575
+ }
576
+ if ( $err ) {
577
+ echo '<p style="color: red;">' . implode( '<br/>', $err ) . '</p>';
578
+ }
579
+ else {
580
+ echo 'No issues detected.';
581
  }
 
 
582
  }
583
 
584
  function cerber_show_diag_log() {
changelog.txt CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
  = 7.8.5 =
2
  * New: A new set of heuristics algorithms for detecting obfuscated malware JavaScript code.
3
  * New: A new file filter on the Quarantine page lets to filter out quarantined files by the date of the scan.
1
+ = 7.9 =
2
+ * New: The plugin monitors suspicious requests that cause 4xx and 5xx HTTP errors and blocks IP addresses that aggressively generate such requests.
3
+ * New: A set of WordPress navigation menu links. Login, logout, and register menu items can be automatically generated and shown in any WordPress menu or a widget.
4
+ * New: Software error logging. A handy feature that logs PHP errors and shows them on Live Traffic page.
5
+ * New: A new export feature for Traffic Inspector. It allows exporting all log entries or a filtered set from the log of HTTP requests.
6
+ * Update: Multiple improvements to Traffic Inspector firewall algorithms. In short, the detection of obfuscated malicious SQL queries and injections has been improved.
7
+ * Update: Improved handling of malformed requests to wp-cron.php.
8
+ * Fix: The number of email notifications per hour can exceed the configured limit.
9
+ * [Read more](https://wpcerber.com/wp-cerber-security-7-9/)
10
+
11
  = 7.8.5 =
12
  * New: A new set of heuristics algorithms for detecting obfuscated malware JavaScript code.
13
  * New: A new file filter on the Quarantine page lets to filter out quarantined files by the date of the scan.
common.php CHANGED
@@ -269,8 +269,11 @@ function cerber_check_environment(){
269
  if ( '' === crb_get_settings( 'tienabled' ) ) {
270
  cerber_admin_notice('Warning: Traffic inspection is disabled');
271
  }
272
- if ( ! in_array( 'curl', get_loaded_extensions() ) ) {
273
- cerber_admin_notice( __( 'ERROR:', 'wp-cerber' ) . ' cURL PHP library is not enabled on your website.' );
 
 
 
274
  }
275
  else {
276
  $curl = @curl_init();
@@ -279,8 +282,14 @@ function cerber_check_environment(){
279
  }
280
  curl_close( $curl );
281
  }
 
 
 
 
 
 
282
  if ( cerber_get_mode() != crb_get_settings( 'boot-mode' ) ) {
283
- cerber_admin_notice( __( 'ERROR:', 'wp-cerber' ) . ' ' . 'The plugin is initialized in a different mode that does not match the settings.' );
284
  }
285
  }
286
 
@@ -575,6 +584,22 @@ function cerber_is_http_post(){
575
 
576
  return false;
577
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
578
 
579
  /**
580
  * More neat way to get $_GET field with no warnings
@@ -935,6 +960,8 @@ function cerber_get_reason( $id ) {
935
  $labels[9] = __( 'Malicious code detected', 'wp-cerber' );
936
  $labels[10] = __( 'Attempt to upload a file with malicious code', 'wp-cerber' );
937
 
 
 
938
  if ( isset( $labels[ $id ] ) ) {
939
  $ret = $labels[ $id ];
940
  }
@@ -1057,6 +1084,7 @@ function cerber_get_dt_format() {
1057
  }
1058
 
1059
  $tf = get_option( 'time_format' );
 
1060
  $df = get_option( 'date_format' );
1061
  $ret = $df . ', ' . $tf;
1062
 
@@ -1234,15 +1262,13 @@ function cerber_detect_browser( $ua ) {
1234
  if ( stripos( $item, 'bot' )
1235
  || stripos( $item, 'crawler' )
1236
  || stripos( $item, 'spider' )
 
1237
  || stripos( $item, 'Yahoo! Slurp' )
1238
  ) {
1239
  return htmlentities( $item );
1240
  }
1241
  }
1242
  }
1243
- elseif (0 === strpos( $ua, 'Wget/' )){
1244
- return htmlentities( $ua );
1245
- }
1246
  elseif (0 === strpos( $ua, 'WordPress/' )){
1247
  list( $ret ) = explode( ';', $ua, 2 );
1248
  return htmlentities( $ret );
@@ -1250,6 +1276,12 @@ function cerber_detect_browser( $ua ) {
1250
  elseif ( 0 === strpos( $ua, 'PayPal IPN' ) ) {
1251
  return 'PayPal Payment Notification';
1252
  }
 
 
 
 
 
 
1253
 
1254
 
1255
  $browsers = array(
@@ -1628,7 +1660,7 @@ function crb_get_mysql_var( $var ) {
1628
  * @return mixed
1629
  */
1630
  function cerber_remove_comments( $string = '' ) {
1631
- return preg_replace( '/#.*/', '', preg_replace( '#//.*#', '', preg_replace( '#/\*(?:[^*]*(?:\*(?!/))*)*\*/#', '', ( $string ) ) ) );
1632
  }
1633
 
1634
  /**
@@ -2068,7 +2100,7 @@ if ( ! function_exists( 'getallheaders' ) ) {
2068
  }
2069
 
2070
  /**
2071
- * Write message to debug log
2072
  *
2073
  * @param string|array $msg
2074
  * @param string $source
@@ -2189,4 +2221,4 @@ function cerber_empty_dir( $dir ) {
2189
  }
2190
 
2191
  return $count;
2192
- }
269
  if ( '' === crb_get_settings( 'tienabled' ) ) {
270
  cerber_admin_notice('Warning: Traffic inspection is disabled');
271
  }
272
+
273
+ $ex_list = get_loaded_extensions();
274
+
275
+ if ( ! in_array( 'curl', $ex_list ) ) {
276
+ cerber_admin_notice( __( 'ERROR:', 'wp-cerber' ) . ' cURL PHP library is not enabled on this website.' );
277
  }
278
  else {
279
  $curl = @curl_init();
282
  }
283
  curl_close( $curl );
284
  }
285
+
286
+ if ( ! in_array( 'mbstring', $ex_list ) ) {
287
+ cerber_admin_notice( __( 'ERROR:', 'wp-cerber' ) . ' A PHP extension <b>mbstring</b> is not enabled on this website. Some plugin features will not work properly.
288
+ You need to enable the PHP mbstring extension in your hosting control panel.' );
289
+ }
290
+
291
  if ( cerber_get_mode() != crb_get_settings( 'boot-mode' ) ) {
292
+ cerber_admin_notice( __( 'ERROR:', 'wp-cerber' ) . ' ' . 'The plugin is initialized in a different mode that does not match the settings. Check the "Load security engine" setting.' );
293
  }
294
  }
295
 
584
 
585
  return false;
586
  }
587
+ /**
588
+ * Checks if it's a wp cron request
589
+ *
590
+ * @return bool
591
+ */
592
+ function cerber_is_wp_cron() {
593
+ if ( defined( 'DOING_CRON' ) && DOING_CRON ) {
594
+ return true;
595
+ }
596
+ $uri = cerber_purify_uri();
597
+ if ( substr( $uri, 0, 12 ) == '/wp-cron.php' ) {
598
+ return true;
599
+ }
600
+
601
+ return false;
602
+ }
603
 
604
  /**
605
  * More neat way to get $_GET field with no warnings
960
  $labels[9] = __( 'Malicious code detected', 'wp-cerber' );
961
  $labels[10] = __( 'Attempt to upload a file with malicious code', 'wp-cerber' );
962
 
963
+ $labels[11] = __( 'Multiple suspicious requests', 'wp-cerber' );
964
+
965
  if ( isset( $labels[ $id ] ) ) {
966
  $ret = $labels[ $id ];
967
  }
1084
  }
1085
 
1086
  $tf = get_option( 'time_format' );
1087
+ //$tf = str_replace( ' ', '&nbsp;', get_option( 'time_format' ) );
1088
  $df = get_option( 'date_format' );
1089
  $ret = $df . ', ' . $tf;
1090
 
1262
  if ( stripos( $item, 'bot' )
1263
  || stripos( $item, 'crawler' )
1264
  || stripos( $item, 'spider' )
1265
+ || stripos( $item, 'Yandex' )
1266
  || stripos( $item, 'Yahoo! Slurp' )
1267
  ) {
1268
  return htmlentities( $item );
1269
  }
1270
  }
1271
  }
 
 
 
1272
  elseif (0 === strpos( $ua, 'WordPress/' )){
1273
  list( $ret ) = explode( ';', $ua, 2 );
1274
  return htmlentities( $ret );
1276
  elseif ( 0 === strpos( $ua, 'PayPal IPN' ) ) {
1277
  return 'PayPal Payment Notification';
1278
  }
1279
+ elseif (0 === strpos( $ua, 'Wget/' )){
1280
+ return htmlentities( $ua );
1281
+ }
1282
+ elseif (0 === strpos( $ua, 'Mediapartners-Google' )){
1283
+ return 'Mobile AdSense Crawler';
1284
+ }
1285
 
1286
 
1287
  $browsers = array(
1660
  * @return mixed
1661
  */
1662
  function cerber_remove_comments( $string = '' ) {
1663
+ return preg_replace( '/#.*/', '', preg_replace( '#//.*#', '', preg_replace( '#/\*(?:[^*]*(?:\*(?!/))*)*\*/#', '', $string ) ) );
1664
  }
1665
 
1666
  /**
2100
  }
2101
 
2102
  /**
2103
+ * Write message to the diagnostic log
2104
  *
2105
  * @param string|array $msg
2106
  * @param string $source
2221
  }
2222
 
2223
  return $count;
2224
+ }
dashboard.php CHANGED
@@ -440,6 +440,9 @@ function cerber_admin_request(){
440
  elseif ( isset( $_GET['export_activity'] ) ) {
441
  cerber_export_activity();
442
  }
 
 
 
443
  elseif ( isset( $_GET['subscribe'] ) ) {
444
  $mode = ( 'on' == $_GET['subscribe'] ) ? 'on' : 'off';
445
  cerber_subscribe( $mode );
@@ -530,81 +533,116 @@ function cerber_safe_redirect( $remove_args ) {
530
  wp_safe_redirect( remove_query_arg( $remove_args ) );
531
  exit(); // mandatory!
532
  }
533
- /**
534
- * Generate export CSV file using $_GET parameters (via cerber_activity_query())
535
- *
536
- * @since 4.16
537
- *
538
- */
539
  function cerber_export_activity() {
540
 
 
 
 
 
541
  list( $query, $per_page, $falist, $ip, $filter_login, $user_id, $search ) = cerber_activity_query( array( 'per_page' => 0 ) );
542
 
543
- //if ( $rows = $wpdb->get_results( $query ) ) {
544
- if ( $rows = cerber_db_get_results( $query , MYSQL_FETCH_OBJECT ) ) {
545
- $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
 
 
 
546
 
547
- $fname = rawurlencode('wp-cerber-activity'); // encode non-ASCII symbols
 
 
 
 
 
 
 
 
 
 
 
 
548
 
549
- header($_SERVER["SERVER_PROTOCOL"].' 200 OK');
550
- header("Content-type: application/force-download");
551
- header("Content-Type: application/octet-stream");
552
- header("Content-Disposition: attachment; filename*=UTF-8''{$fname}.csv");
 
 
 
 
 
 
 
 
 
553
 
554
- echo '"Generated by:","WP Cerber security plugin"'."\r\n";
555
- echo '"Date:","'.cerber_date(time()).'"'."\r\n";
556
- echo '"Total rows:","'.$total.'"'."\r\n";
557
- echo '"Website:","'.get_option( 'blogname' ).'"'."\r\n";
558
- if ($ip) echo '"Filter by IP:","'.$ip.'"'."\r\n";
559
- elseif (!empty($_GET['filter_ip'])) echo '"Filter by IP:","'.$_GET['filter_ip'].'"'."\r\n"; // workaround
560
- if ($user_id) {
561
- $user = get_userdata($user_id);
562
- echo '"Filter by user:","'.$user->display_name.'"'."\r\n";
563
- }
564
- if ($search) echo '"Search results for:","'.$search.'"'."\r\n";
565
 
566
- echo "\r\n";
 
567
 
568
- $heading = array(__('IP address','wp-cerber'),__('Date','wp-cerber'),__('Event','wp-cerber'),__('Local User','wp-cerber'),__('User login','wp-cerber'),__('User ID','wp-cerber'),__('Username used','wp-cerber'),'Unix timestamp','Session ID');
569
- foreach ($heading as &$item) {
570
- $item = '"' . str_replace('"', '""', trim($item)) . '"';
 
 
 
571
  }
572
- echo implode(',', $heading) . "\r\n";
 
 
 
 
 
 
 
 
 
 
 
573
 
574
- $labels = cerber_get_labels('activity');
 
575
 
576
- foreach ($rows as $row) {
577
- if (!empty($row->details)) {
578
- $details = explode('|',$row->details);
579
- }
580
- else {
581
- $details = array('','','','','');
582
- }
583
- $values = array();
584
- $values[] = $row->ip;
585
- $values[] = cerber_date($row->stamp);
586
- $values[] = $labels[$row->activity];
587
- $values[] = $row->display_name;
588
- $values[] = $row->ulogin;
589
- $values[] = $row->user_id;
590
- $values[] = $row->user_login;
591
- $values[] = $row->stamp;
592
- $values[] = $row->session_id;
593
- $values[] = $details[4];
594
- $values[] = $details[0];
595
- foreach ($values as &$value) {
596
- $value = '"' . str_replace('"', '""', trim($value)) . '"';
597
- }
598
- $line = implode(',', $values) . "\r\n";
599
- echo $line;
600
- }
601
- exit;
602
  }
603
- else wp_die('Nothing to export');
 
604
  }
 
 
 
 
 
 
 
 
 
605
  /*
606
  * Display activities in the WP Dashboard
607
- * @since 1.0
608
  *
609
  */
610
  function cerber_show_activity($args = array(), $echo = true){
@@ -777,22 +815,22 @@ function cerber_show_activity($args = array(), $echo = true){
777
  $selected = 0;
778
  }
779
 
780
- $filters = '<form style="float: left; width: auto;" action="">'
781
- . cerber_select('filter_activity', $labels, $selected)
782
- .'<input type="text" value="'.$search.'" name="search_activity" placeholder="'.__('Search for IP or username','wp-cerber').'"><input type="submit" value="'.__('Filter','wp-cerber').'" class="button">'
783
- .'
784
  <!-- Preserve values -->
785
- <input type="hidden" name="filter_ip" value="'.htmlspecialchars($filter_ip).'" >
786
- <input type="hidden" name="filter_user" value="'.$user_id.'" >
787
- <input type="hidden" name="filter_login" value="'.$filter_login.'" >
788
 
789
  <input type="hidden" name="page" value="cerber-security" >
790
  <input type="hidden" name="tab" value="activity">
791
  </form>';
792
 
793
- $right_links = '<div style="float: right; width: auto; line-height: 26px;">'.cerber_subscribe_link().$export_link.'</div>';
794
 
795
- $top_bar = '<div id = "activity-filter">'.$filters.$right_links.'</div><br style="clear: both;">';
796
 
797
  $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>'.$ret;
798
  }
@@ -2276,18 +2314,19 @@ function cerber_admin_head() {
2276
  crb_scan_msg_issues = <?php echo json_encode( cerber_get_issue_label() ); ?>;
2277
  crb_scan_msg_risks = <?php echo json_encode( cerber_get_risk_label() ); ?>;
2278
  crb_scan_msg_misc = <?php echo json_encode( array(
2279
- 'delete_file' => array(
2280
- __( 'Are you sure you want to delete selected files?', 'wp-cerber' ),
2281
- __( 'These files have been moved to the quarantine', 'wp-cerber' )
2282
- ),
2283
- 'ignore_add_file' => array(
2284
- __( 'Do you want to add selected files to the ignore list?', 'wp-cerber' ),
2285
- __( 'These files have been added to the ignore list', 'wp-cerber' ),
2286
- ),
2287
- 'file_error' => __( 'Some errors occurred', 'wp-cerber' ),
2288
- 'all_ok' => __( 'All files have been processed', 'wp-cerber' ),
2289
- ) );
2290
- ?>;
 
2291
  </script>
2292
 
2293
  <?php
@@ -2388,6 +2427,8 @@ function cerber_admin_footer() {
2388
 
2389
  //add_some_pointers();
2390
 
 
 
2391
  // Add a button on a user profile page
2392
 
2393
  $uid = 0;
@@ -2461,6 +2502,10 @@ function cerber_admin_footer() {
2461
 
2462
  }
2463
 
 
 
 
 
2464
  add_filter( 'admin_footer_text','cerber_footer_text1');
2465
  function cerber_footer_text1($text){
2466
  if ( ! cerber_is_admin_page() ) {
@@ -2947,24 +2992,91 @@ function cerber_traffic_page(){
2947
  <?php
2948
  }
2949
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2950
 
2951
  /*
2952
  * Display traffic in the WP Dashboard
2953
  * @since 6.0
2954
  *
2955
  */
2956
- function cerber_show_traffic($args = array(), $echo = true){
2957
  global $wpdb, $crb_ajax_loader, $wp_roles, $wp_cerber_remote;
2958
 
2959
- $labels = cerber_get_labels('activity');
2960
- $status_labels = cerber_get_labels('status');
2961
 
2962
- $base_url = cerber_admin_link('traffic');
2963
- $activity_url = cerber_admin_link('activity');
2964
 
2965
  $export_link = '';
2966
- $ret = '';
2967
- $total = 0;
2968
 
2969
  if ( ! $wp_cerber_remote ) {
2970
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
@@ -3140,13 +3252,13 @@ function cerber_show_traffic($args = array(), $echo = true){
3140
  // POST fields
3141
 
3142
  if ( ! empty( $fields[1] ) ) {
3143
- $more_details[] = array('', cerber_table_view('POST fields',$fields[1]) );
3144
  }
3145
 
3146
  // GET fields
3147
 
3148
  if ( ! empty( $fields[2] ) ) {
3149
- $more_details[] = array('', cerber_table_view('GET fields',$fields[2]) );
3150
  }
3151
 
3152
  // Files
@@ -3208,6 +3320,19 @@ function cerber_show_traffic($args = array(), $echo = true){
3208
  $more_details[] = array('', cerber_table_view('Cookies',$details[8]) );
3209
  }
3210
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3211
  $browser = cerber_detect_browser( $details[1] );
3212
 
3213
  $request_details = '';
@@ -3215,16 +3340,16 @@ function cerber_show_traffic($args = array(), $echo = true){
3215
  $request_details .= '<p style="font-weight: bold;">'.$d[0].'</p>'.$d[1];
3216
  }
3217
 
3218
- $request = '<b>'.htmlentities(urldecode($row->uri)).'</b>' . '<p style="margin-top:1em;"><span class="crb-'. $row->request_method .'">'. $row->request_method .'</span> ' . $f . $wp_type.' <span class="crb-'. $row->http_code .'"> HTTP '. $row->http_code. ' '. get_status_header_desc($row->http_code). '</span> <span>'. $processing .'</span> <a href="javascript:void(0);" class="crb-traffic-more" style="display: none;">Details</a> '.$activity.' </p>'.$wp_obj;
3219
 
3220
  // Decorating this table can't be done via simple CSS
3221
- if (!empty($even)) {
3222
- $class = 'crb-even';
3223
- $even = false;
3224
  }
3225
  else {
3226
- $even = true;
3227
- $class = 'crb-odd';
3228
  }
3229
 
3230
  $tbody .= '<tr class="'.$class.' crb-toggle">
@@ -3262,11 +3387,11 @@ function cerber_show_traffic($args = array(), $echo = true){
3262
  cerber_watchdog( true );
3263
  }
3264
 
3265
- if (empty($args['no_navi'])) {
3266
 
3267
- $filters = array();
3268
 
3269
- $filters[] = array('',__('All requests','wp-cerber'));
3270
 
3271
  $filters[] = array( '&filter_set=1', __( 'Suspicious activity', 'wp-cerber' ) );
3272
  $filters[] = array( '&filter_http_code=399&filter_http_code_mode=GT', __( 'Errors', 'wp-cerber' ) );
@@ -3283,28 +3408,30 @@ function cerber_show_traffic($args = array(), $echo = true){
3283
  //$filters .= ' | <a href="'.$base_url.'&filter_wp_type >= 600&filter_method=POST">Form submissions</a>';
3284
 
3285
  if ( $threshold = crb_get_settings( 'tithreshold' ) ) {
3286
- $filters[] = array('&filter_processing=' . $threshold, __( 'Longer than', 'wp-cerber' ) . ' ' . $threshold . ' ms');
 
 
 
3287
  }
3288
 
3289
  $filter_links = '';
3290
- foreach ($filters as $filter) {
3291
- $filter_links .= '<a class="crb-button-tiny" href="'.$base_url.$filter[0].'">'.$filter[1].'</a>';
3292
- }
3293
-
3294
- $search_button = cerber_traffic_search();
3295
 
3296
- //$right_links = '<div style="float: right; width: auto; line-height: 26px;">'.$search_button.$export_link.'</div>';
3297
 
3298
- $right_links = '<div style="float: right; width: auto; line-height: 26px;">'.$search_button.$export_link.'</div>';
 
3299
 
3300
  $refresh = '';
3301
  if ( crb_get_settings( 'timode' ) ) {
3302
- $refresh = ' &nbsp;&nbsp;<a href=""><span class="dashicons dashicons-update" style="vertical-align: middle;"></span> '.__('Refresh','wp-cerber').'</a>';
3303
  }
3304
 
3305
- $top_bar = '<div id = "activity-filter"><div style="float: left; max-width: 85%;">'.$filter_links.$refresh.'</div>'.$right_links.'</div><br style="clear: both;">';
3306
 
3307
- $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>'.$ret;
3308
  }
3309
 
3310
  $ret .= $table;
@@ -3326,31 +3453,31 @@ function cerber_show_traffic($args = array(), $echo = true){
3326
  *
3327
  * @return string
3328
  */
3329
- function cerber_table_view($title, $fields, $sub_key = null){
3330
- if (empty($fields)) {
3331
- return '';
3332
- }
3333
 
3334
- $top_class = '';
3335
- if (!isset($sub_key)) {
3336
- $top_class = 'crb-top-table';
3337
- }
3338
 
3339
- $view = '<table class="crb-fields-table '.$top_class.'">';
3340
 
3341
- if ($title) {
3342
- $view .= '<tr><td colspan="2" style="font-weight: bold;">'.$title.'</td></tr>';
3343
- }
3344
 
3345
- $i = 1;
3346
- foreach ($fields as $key => $value) {
3347
- if (is_array($value)){
3348
- $view .= '<tr><td>'.$key.'</td><td>'.cerber_table_view('', $value, $key).'</td></tr>';
3349
- }
3350
- else {
3351
- $view .= '<tr><td>'.htmlentities($key).'</td><td>'.htmlentities($value).'</td></tr>';
3352
- }
3353
- $i++;
3354
  }
3355
 
3356
  $view .= '</table>';
@@ -3519,18 +3646,29 @@ function cerber_traffic_query( $args = array() ) {
3519
  $per_page = absint( $per_page );
3520
  $ret[2] = $per_page;
3521
 
 
 
 
 
 
 
 
 
 
 
 
3522
  if ( $per_page ) {
3523
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
3524
  //$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}";
3525
- $ret[0] = 'SELECT log.session_id,log.* FROM ' . CERBER_TRAF_TABLE . " log {$join} {$where} ORDER BY log.stamp DESC {$limit}";
3526
- $ret[1] = 'SELECT COUNT(log.stamp) FROM ' . CERBER_TRAF_TABLE . " log {$join} {$where}";
3527
  //$ret[0] = 'SELECT SQL_CALC_FOUND_ROWS log.*,act.activity FROM ' . CERBER_TRAF_TABLE . ' log USE INDEX FOR ORDER BY (stamp) LEFT JOIN '.CERBER_LOG_TABLE." act ON (log.session_id = act.session_id) {$where} ORDER BY log.stamp DESC {$limit}";
3528
  }
3529
  else {
3530
- $ret[0] = 'SELECT log.session_id,log.* FROM ' . CERBER_TRAF_TABLE . " log {$join} {$where} ORDER BY stamp DESC";
3531
- $ret[1] = 'SELECT COUNT(log.stamp) FROM ' . CERBER_TRAF_TABLE . " log {$join} {$where}";
3532
  }
3533
 
 
 
3534
  return $ret;
3535
  }
3536
 
@@ -3594,33 +3732,57 @@ function cerber_traffic_search(){
3594
  </div>
3595
 
3596
  <?php
3597
-
3598
- 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>';
 
3599
 
3600
  }
3601
 
3602
- function cerber_get_wp_type($wp_type){
3603
- $types = array(
3604
- 515 => 'XML-RPC',
3605
- 520 => 'REST API'
3606
- );
3607
 
3608
- if (isset($types[$wp_type])){
3609
- return $types[$wp_type];
3610
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3611
 
3612
- return '';
3613
  }
3614
 
3615
  /**
3616
  * Is admin AJAX is permitted. Abort execution if not.
3617
  *
3618
  */
3619
- function cerber_check_ajax(){
3620
  check_ajax_referer( 'crb-ajax-admin', 'ajax_nonce' );
3621
 
3622
  if ( ! current_user_can( 'manage_options' ) ) {
3623
- wp_die('Oops! Access denied.');
3624
  }
3625
  }
3626
 
@@ -3703,4 +3865,73 @@ function cerber_show_tabs( $active, $tabs = array() ) {
3703
  echo lab_indicator();
3704
 
3705
  echo '</h2>';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3706
  }
440
  elseif ( isset( $_GET['export_activity'] ) ) {
441
  cerber_export_activity();
442
  }
443
+ elseif ( isset( $_GET['export_traffic'] ) ) {
444
+ cerber_export_traffic();
445
+ }
446
  elseif ( isset( $_GET['subscribe'] ) ) {
447
  $mode = ( 'on' == $_GET['subscribe'] ) ? 'on' : 'off';
448
  cerber_subscribe( $mode );
533
  wp_safe_redirect( remove_query_arg( $remove_args ) );
534
  exit(); // mandatory!
535
  }
536
+
 
 
 
 
 
537
  function cerber_export_activity() {
538
 
539
+ if ( function_exists( 'wp_raise_memory_limit' ) ) {
540
+ wp_raise_memory_limit( 'admin' );
541
+ }
542
+
543
  list( $query, $per_page, $falist, $ip, $filter_login, $user_id, $search ) = cerber_activity_query( array( 'per_page' => 0 ) );
544
 
545
+ if ( ! $rows = cerber_db_get_results( $query, MYSQL_FETCH_OBJECT ) ) {
546
+ wp_die( 'Nothing to export' );
547
+ }
548
+ $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
549
+
550
+ $info = array();
551
 
552
+ if ( $ip ) {
553
+ $info[] = '"Filter by IP:","' . $ip . '"';
554
+ }
555
+ elseif ( ! empty( $_GET['filter_ip'] ) ) {
556
+ $info[] = '"Filter by IP:","' . $_GET['filter_ip'] . '"'; // workaround
557
+ }
558
+ if ( $user_id ) {
559
+ $user = get_userdata( $user_id );
560
+ $info[] = '"Filter by user:","' . $user->display_name . '"';
561
+ }
562
+ if ( $search ) {
563
+ $info[] = '"Search results for:","' . $search . '"';
564
+ }
565
 
566
+ $heading = array(
567
+ __( 'IP address', 'wp-cerber' ),
568
+ __( 'Date', 'wp-cerber' ),
569
+ __( 'Event', 'wp-cerber' ),
570
+ __( 'Local User', 'wp-cerber' ),
571
+ __( 'User login', 'wp-cerber' ),
572
+ __( 'User ID', 'wp-cerber' ),
573
+ __( 'Username used', 'wp-cerber' ),
574
+ 'Unix Timestamp',
575
+ 'Session ID',
576
+ 'URL',
577
+ 'Additional information',
578
+ );
579
 
580
+ cerber_send_csv_header( 'wp-cerber-activity', $total, $heading, $info );
 
 
 
 
 
 
 
 
 
 
581
 
582
+ $labels = cerber_get_labels( 'activity' );
583
+ $status = cerber_get_labels( 'status' );
584
 
585
+ foreach ( $rows as $row ) {
586
+ if ( ! empty( $row->details ) ) {
587
+ $details = explode( '|', $row->details );
588
+ }
589
+ else {
590
+ $details = array( '', '', '', '', '' );
591
  }
592
+ $values = array();
593
+ $values[] = $row->ip;
594
+ $values[] = cerber_date( $row->stamp );
595
+ $values[] = $labels[ $row->activity ];
596
+ $values[] = $row->display_name;
597
+ $values[] = $row->ulogin;
598
+ $values[] = $row->user_id;
599
+ $values[] = $row->user_login;
600
+ $values[] = $row->stamp;
601
+ $values[] = $row->session_id;
602
+ $values[] = $details[4];
603
+ $values[] = $status[ $details[0] ];
604
 
605
+ cerber_send_csv_line( $values );
606
+ }
607
 
608
+ exit;
609
+
610
+ }
611
+
612
+ function cerber_send_csv_header( $f_name, $total, $heading = array(), $info = array() ) {
613
+
614
+ $fname = rawurlencode( $f_name ) . '.csv'; // encode non-ASCII symbols
615
+
616
+ header( $_SERVER["SERVER_PROTOCOL"] . ' 200 OK' );
617
+ header( "Content-type: application/force-download" );
618
+ header( "Content-Type: application/octet-stream" );
619
+ header( "Content-Disposition: attachment; filename*=UTF-8''{$fname}" );
620
+
621
+ $info[] = '"Generated by:","WP Cerber Security ' . CERBER_VER . '"';
622
+ $info[] = '"Website:","' . get_option( 'blogname' ) . '"';
623
+ $info[] = '"Date:","' . cerber_date( time() ) . '"';
624
+ $info[] = '"Rows:","' . $total . '"';
625
+
626
+ echo implode( "\r\n", $info ) . "\r\n\r\n";
627
+
628
+ foreach ( $heading as &$item ) {
629
+ $item = '"' . str_replace( '"', '""', trim( $item ) ) . '"';
 
 
 
 
630
  }
631
+ echo implode( ',', $heading ) . "\r\n";
632
+
633
  }
634
+
635
+ function cerber_send_csv_line( $values ) {
636
+ foreach ( $values as &$value ) {
637
+ $value = '"' . str_replace( '"', '""', trim( $value ) ) . '"';
638
+ }
639
+ $line = implode( ',', $values ) . "\r\n";
640
+ echo $line;
641
+ }
642
+
643
  /*
644
  * Display activities in the WP Dashboard
645
+ *
646
  *
647
  */
648
  function cerber_show_activity($args = array(), $echo = true){
815
  $selected = 0;
816
  }
817
 
818
+ $filters = '<form action="">'
819
+ . cerber_select( 'filter_activity', $labels, $selected )
820
+ . '<input type="text" value="' . $search . '" name="search_activity" placeholder="' . __( 'Search for IP or username', 'wp-cerber' ) . '"><input type="submit" value="' . __( 'Filter', 'wp-cerber' ) . '" class="button">'
821
+ . '
822
  <!-- Preserve values -->
823
+ <input type="hidden" name="filter_ip" value="' . htmlspecialchars( $filter_ip ) . '" >
824
+ <input type="hidden" name="filter_user" value="' . $user_id . '" >
825
+ <input type="hidden" name="filter_login" value="' . $filter_login . '" >
826
 
827
  <input type="hidden" name="page" value="cerber-security" >
828
  <input type="hidden" name="tab" value="activity">
829
  </form>';
830
 
831
+ $right_links = cerber_subscribe_link() . $export_link;
832
 
833
+ $top_bar = '<div id = "activity-filter"><div>' . $filters . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
834
 
835
  $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>'.$ret;
836
  }
2314
  crb_scan_msg_issues = <?php echo json_encode( cerber_get_issue_label() ); ?>;
2315
  crb_scan_msg_risks = <?php echo json_encode( cerber_get_risk_label() ); ?>;
2316
  crb_scan_msg_misc = <?php echo json_encode( array(
2317
+ 'delete_file' => array(
2318
+ __( 'Are you sure you want to delete selected files?', 'wp-cerber' ),
2319
+ __( 'These files have been moved to the quarantine', 'wp-cerber' )
2320
+ ),
2321
+ 'ignore_add_file' => array(
2322
+ __( 'Do you want to add selected files to the ignore list?', 'wp-cerber' ),
2323
+ __( 'These files have been added to the ignore list', 'wp-cerber' ),
2324
+ ),
2325
+ 'file_error' => __( 'Some errors occurred', 'wp-cerber' ),
2326
+ 'all_ok' => __( 'All files have been processed', 'wp-cerber' ),
2327
+ ) );
2328
+ ?>;
2329
+
2330
  </script>
2331
 
2332
  <?php
2427
 
2428
  //add_some_pointers();
2429
 
2430
+ crb_load_wp_js();
2431
+
2432
  // Add a button on a user profile page
2433
 
2434
  $uid = 0;
2502
 
2503
  }
2504
 
2505
+ function crb_load_wp_js() {
2506
+ echo '<script type="text/javascript" src="' . cerber_plugin_dir_url() . 'assets/wp-admin.js' . '"></script>';
2507
+ }
2508
+
2509
  add_filter( 'admin_footer_text','cerber_footer_text1');
2510
  function cerber_footer_text1($text){
2511
  if ( ! cerber_is_admin_page() ) {
2992
  <?php
2993
  }
2994
 
2995
+ function cerber_export_traffic() {
2996
+
2997
+ if ( function_exists( 'wp_raise_memory_limit' ) ) {
2998
+ wp_raise_memory_limit( 'admin' );
2999
+ }
3000
+
3001
+ $args = array(
3002
+ 'per_page' => 0,
3003
+ 'columns' => array( 'ip', 'uri', 'stamp', 'session_id', 'user_id', 'processing', 'request_method', 'http_code', 'wp_type', 'blog_id' )
3004
+ );
3005
+ list( $query, $found ) = cerber_traffic_query( $args );
3006
+
3007
+ if ( ! $rows = cerber_db_get_results( $query, MYSQL_FETCH_OBJECT ) ) {
3008
+ wp_die( 'Nothing to export' );
3009
+ }
3010
+ $total = cerber_db_get_var( $found );
3011
+
3012
+ $info = array();
3013
+
3014
+ $heading = array(
3015
+ __( 'IP address', 'wp-cerber' ),
3016
+ __( 'Date', 'wp-cerber' ),
3017
+ 'Method',
3018
+ 'URI',
3019
+ 'HTTP Code',
3020
+ 'Session ID',
3021
+ __( 'User ID', 'wp-cerber' ),
3022
+ __( 'Page generation time', 'wp-cerber' ),
3023
+ 'Blog ID',
3024
+ 'Type',
3025
+ 'Unix Timestamp',
3026
+ );
3027
+
3028
+ cerber_send_csv_header( 'wp-cerber-http-requests', $total, $heading, $info );
3029
+
3030
+ //$labels = cerber_get_labels( 'activity' );
3031
+ //$status = cerber_get_labels( 'status' );
3032
+
3033
+ foreach ( $rows as $row ) {
3034
+ $values = array();
3035
+ $values[] = $row->ip;
3036
+ $values[] = cerber_date( $row->stamp );
3037
+ $values[] = $row->request_method;
3038
+ $values[] = $row->uri;
3039
+ $values[] = $row->http_code;
3040
+ $values[] = $row->session_id;
3041
+ $values[] = $row->user_id;
3042
+ $values[] = $row->processing;
3043
+ $values[] = $row->blog_id;
3044
+ $values[] = $row->wp_type;
3045
+ $values[] = $row->stamp;
3046
+
3047
+ /*$values[] = $labels[ $row->activity ];
3048
+ $values[] = $row->display_name;
3049
+ $values[] = $row->ulogin;
3050
+ $values[] = $row->user_id;
3051
+ $values[] = $row->user_login;
3052
+ $values[] = $row->stamp;
3053
+ $values[] = $row->session_id;
3054
+ $values[] = $status[ $details[0] ];*/
3055
+
3056
+ cerber_send_csv_line( $values );
3057
+ }
3058
+
3059
+ exit;
3060
+
3061
+ }
3062
 
3063
  /*
3064
  * Display traffic in the WP Dashboard
3065
  * @since 6.0
3066
  *
3067
  */
3068
+ function cerber_show_traffic( $args = array(), $echo = true ) {
3069
  global $wpdb, $crb_ajax_loader, $wp_roles, $wp_cerber_remote;
3070
 
3071
+ $labels = cerber_get_labels( 'activity' );
3072
+ $status_labels = cerber_get_labels( 'status' );
3073
 
3074
+ $base_url = cerber_admin_link( 'traffic' );
3075
+ $activity_url = cerber_admin_link( 'activity' );
3076
 
3077
  $export_link = '';
3078
+ $ret = '';
3079
+ $total = 0;
3080
 
3081
  if ( ! $wp_cerber_remote ) {
3082
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
3252
  // POST fields
3253
 
3254
  if ( ! empty( $fields[1] ) ) {
3255
+ $more_details[] = array( '', cerber_table_view( 'Form fields', $fields[1] ) );
3256
  }
3257
 
3258
  // GET fields
3259
 
3260
  if ( ! empty( $fields[2] ) ) {
3261
+ $more_details[] = array( '', cerber_table_view( 'GET fields', $fields[2] ) );
3262
  }
3263
 
3264
  // Files
3320
  $more_details[] = array('', cerber_table_view('Cookies',$details[8]) );
3321
  }
3322
 
3323
+ $php_err = '';
3324
+ if ( ! empty( $row->php_errors ) ) {
3325
+ $err_list = @unserialize( $row->php_errors );
3326
+ if ( $err_list ) {
3327
+ $err = array();
3328
+ foreach ( $err_list as $e ) {
3329
+ $err[] = array( 'type' => cerber_get_err_type( $e[0] ) . ' (' . $e[0] . ')', 'info' => $e[1], 'file' => $e[2], 'line' => $e[3] );
3330
+ }
3331
+ $more_details[] = array( '', cerber_table_view( 'Software errors', $err ) );
3332
+ $php_err = '<span class="crb-php-error">SE</span>';
3333
+ }
3334
+ }
3335
+
3336
  $browser = cerber_detect_browser( $details[1] );
3337
 
3338
  $request_details = '';
3340
  $request_details .= '<p style="font-weight: bold;">'.$d[0].'</p>'.$d[1];
3341
  }
3342
 
3343
+ $request = '<b>' . htmlentities( urldecode( $row->uri ) ) . '</b>' . '<p style="margin-top:1em;"><span class="crb-' . $row->request_method . '">' . $row->request_method . '</span> ' . $f . $wp_type . ' <span class="crb-' . $row->http_code . '"> HTTP ' . $row->http_code . ' ' . get_status_header_desc( $row->http_code ) . '</span> '.$php_err.' <span>' . $processing . '</span> <a href="javascript:void(0);" class="crb-traffic-more" style="display: none;">Details</a> ' . $activity . ' </p>' . $wp_obj;
3344
 
3345
  // Decorating this table can't be done via simple CSS
3346
+ if ( ! empty( $even ) ) {
3347
+ $class = 'crb-even';
3348
+ $even = false;
3349
  }
3350
  else {
3351
+ $even = true;
3352
+ $class = 'crb-odd';
3353
  }
3354
 
3355
  $tbody .= '<tr class="'.$class.' crb-toggle">
3387
  cerber_watchdog( true );
3388
  }
3389
 
3390
+ if ( empty( $args['no_navi'] ) ) {
3391
 
3392
+ $filters = array();
3393
 
3394
+ $filters[] = array( '', __( 'All requests', 'wp-cerber' ) );
3395
 
3396
  $filters[] = array( '&filter_set=1', __( 'Suspicious activity', 'wp-cerber' ) );
3397
  $filters[] = array( '&filter_http_code=399&filter_http_code_mode=GT', __( 'Errors', 'wp-cerber' ) );
3408
  //$filters .= ' | <a href="'.$base_url.'&filter_wp_type >= 600&filter_method=POST">Form submissions</a>';
3409
 
3410
  if ( $threshold = crb_get_settings( 'tithreshold' ) ) {
3411
+ $filters[] = array(
3412
+ '&filter_processing=' . $threshold,
3413
+ __( 'Longer than', 'wp-cerber' ) . ' ' . $threshold . ' ms'
3414
+ );
3415
  }
3416
 
3417
  $filter_links = '';
3418
+ foreach ( $filters as $filter ) {
3419
+ $filter_links .= '<a class="crb-button-tiny" href="' . $base_url . $filter[0] . '">' . $filter[1] . '</a>';
3420
+ }
 
 
3421
 
3422
+ $search_button = cerber_traffic_search();
3423
 
3424
+ $export_link = '<a class="button button-secondary cerber-button" href="' . wp_nonce_url( add_query_arg( 'export_traffic', 1 ), 'control', 'cerber_nonce' ) . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a> ';
3425
+ $right_links = $search_button . $export_link;
3426
 
3427
  $refresh = '';
3428
  if ( crb_get_settings( 'timode' ) ) {
3429
+ $refresh = ' &nbsp;&nbsp;<a href="" style="white-space: pre;"><span class="dashicons dashicons-update" style="vertical-align: middle; white-space: pre;"></span> ' . __( 'Refresh', 'wp-cerber' ) . '</a>';
3430
  }
3431
 
3432
+ $top_bar = '<div id = "activity-filter"><div>' . $filter_links . $refresh . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
3433
 
3434
+ $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>' . $ret;
3435
  }
3436
 
3437
  $ret .= $table;
3453
  *
3454
  * @return string
3455
  */
3456
+ function cerber_table_view( $title, $fields, $sub_key = null ) {
3457
+ if ( empty( $fields ) ) {
3458
+ return '';
3459
+ }
3460
 
3461
+ $top_class = '';
3462
+ if ( ! isset( $sub_key ) ) {
3463
+ $top_class = 'crb-top-table';
3464
+ }
3465
 
3466
+ $view = '<table class="crb-fields-table ' . $top_class . '">';
3467
 
3468
+ if ( $title ) {
3469
+ $view .= '<tr><td colspan="2" style="font-weight: bold;">' . $title . '</td></tr>';
3470
+ }
3471
 
3472
+ $i = 1;
3473
+ foreach ( $fields as $key => $value ) {
3474
+ if ( is_array( $value ) ) {
3475
+ $view .= '<tr><td>' . $key . '</td><td>' . cerber_table_view( '', $value, $key ) . '</td></tr>';
3476
+ }
3477
+ else {
3478
+ $view .= '<tr><td>' . htmlentities( $key ) . '</td><td>' . nl2br( htmlentities( $value ) ) . '</td></tr>';
3479
+ }
3480
+ $i ++;
3481
  }
3482
 
3483
  $view .= '</table>';
3646
  $per_page = absint( $per_page );
3647
  $ret[2] = $per_page;
3648
 
3649
+ $cols = '';
3650
+ if ( ! empty( $args['columns'] ) ) {
3651
+ foreach ( $args['columns'] as $f ) {
3652
+ $cols .= ',log.' . $f;
3653
+ }
3654
+ $cols = trim( $cols, ',' );
3655
+ }
3656
+ else {
3657
+ $cols = 'log.*';
3658
+ }
3659
+
3660
  if ( $per_page ) {
3661
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
3662
  //$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}";
3663
+ $ret[0] = 'SELECT log.session_id,'.$cols.' FROM ' . CERBER_TRAF_TABLE . " log {$join} {$where} ORDER BY log.stamp DESC {$limit}";
 
3664
  //$ret[0] = 'SELECT SQL_CALC_FOUND_ROWS log.*,act.activity FROM ' . CERBER_TRAF_TABLE . ' log USE INDEX FOR ORDER BY (stamp) LEFT JOIN '.CERBER_LOG_TABLE." act ON (log.session_id = act.session_id) {$where} ORDER BY log.stamp DESC {$limit}";
3665
  }
3666
  else {
3667
+ $ret[0] = 'SELECT log.session_id,'.$cols.' FROM ' . CERBER_TRAF_TABLE . " log {$join} {$where} ORDER BY stamp DESC";
 
3668
  }
3669
 
3670
+ $ret[1] = 'SELECT COUNT(log.stamp) FROM ' . CERBER_TRAF_TABLE . " log {$join} {$where}";
3671
+
3672
  return $ret;
3673
  }
3674
 
3732
  </div>
3733
 
3734
  <?php
3735
+ //<a class="button button-secondary cerber-button"
3736
+ //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> ';
3737
+ 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> ';
3738
 
3739
  }
3740
 
3741
+ function cerber_get_wp_type( $wp_type ) {
3742
+ $types = array(
3743
+ 515 => 'XML-RPC',
3744
+ 520 => 'REST API'
3745
+ );
3746
 
3747
+ if ( isset( $types[ $wp_type ] ) ) {
3748
+ return $types[ $wp_type ];
3749
+ }
3750
+
3751
+ return '';
3752
+ }
3753
+
3754
+ function cerber_get_err_type( $type ) {
3755
+ $list = array(
3756
+ 'E_ERROR',
3757
+ 'E_WARNING',
3758
+ 'E_PARSE',
3759
+ 'E_NOTICE',
3760
+ 'E_CORE_ERROR',
3761
+ 'E_CORE_WARNING',
3762
+ 'E_COMPILE_ERROR',
3763
+ 'E_COMPILE_WARNING',
3764
+ 'E_USER_ERROR',
3765
+ 'E_USER_WARNING',
3766
+ 'E_USER_NOTICE',
3767
+ 'E_STRICT',
3768
+ 'E_RECOVERABLE_ERROR',
3769
+ 'E_DEPRECATED',
3770
+ 'E_USER_DEPRECATED',
3771
+ 'E_ALL',
3772
+ );
3773
 
3774
+ return $list[ intval( log( $type, 2 ) ) ];
3775
  }
3776
 
3777
  /**
3778
  * Is admin AJAX is permitted. Abort execution if not.
3779
  *
3780
  */
3781
+ function cerber_check_ajax() {
3782
  check_ajax_referer( 'crb-ajax-admin', 'ajax_nonce' );
3783
 
3784
  if ( ! current_user_can( 'manage_options' ) ) {
3785
+ wp_die( 'Oops! Access denied.' );
3786
  }
3787
  }
3788
 
3865
  echo lab_indicator();
3866
 
3867
  echo '</h2>';
3868
+ }
3869
+
3870
+ // Setting up menu editor -------------------------------------------------------
3871
+
3872
+ add_action( 'admin_head-nav-menus.php', function () {
3873
+ add_meta_box( 'wp_cerber_nav_menu',
3874
+ 'WP Cerber',
3875
+ 'cerber_nav_menu_box',
3876
+ 'nav-menus',
3877
+ 'side',
3878
+ 'low' );
3879
+ } );
3880
+
3881
+ function cerber_nav_menu_box() {
3882
+
3883
+ // Warning: do not change array indexes
3884
+ $list = array(
3885
+ 'login-url' => __( 'Log In', 'wp-cerber' ),
3886
+ 'logout-url' => __( 'Log Out', 'wp-cerber' ),
3887
+ 'reg-url' => __( 'Register', 'wp-cerber' ),
3888
+ );
3889
+ if ( class_exists( 'WooCommerce' ) ) {
3890
+ $list['wc-login-url'] = __( 'WooCommerce Log In', 'wp-cerber' );
3891
+ $list['wc-logout-url'] = __( 'WooCommerce Log Out', 'wp-cerber' );
3892
+ }
3893
+
3894
+ ?>
3895
+ <div id="posttype-wp-cerber-nav" class="posttypediv">
3896
+ <div id="tabs-panel-wp-cerber-nav" class="tabs-panel tabs-panel-active">
3897
+ <ul id="wp-cerber-nav-checklist" class="categorychecklist form-no-clear">
3898
+ <?php
3899
+ $i = - 1;
3900
+ foreach ( $list as $key => $value ) :
3901
+ $id = 'wp-cerber-' . $key;
3902
+ ?>
3903
+ <li>
3904
+ <label class="menu-item-title">
3905
+ <input type="checkbox" class="menu-item-checkbox"
3906
+ name="menu-item[<?php echo esc_attr( $i ); ?>][menu-item-object-id]"
3907
+ value="<?php echo esc_attr( $i ); ?>"/> <?php echo esc_html( $value ); ?>
3908
+ </label>
3909
+ <input type="hidden" class="menu-item-type"
3910
+ name="menu-item[<?php echo esc_attr( $i ); ?>][menu-item-type]" value="custom"/>
3911
+ <input type="hidden" class="menu-item-title"
3912
+ name="menu-item[<?php echo esc_attr( $i ); ?>][menu-item-title]"
3913
+ value="<?php echo esc_html( $value ); ?>"/>
3914
+ <input type="hidden" class="menu-item-url"
3915
+ name="menu-item[<?php echo esc_attr( $i ); ?>][menu-item-url]"
3916
+ value="<?php echo '#will-be-generated-automatically'; ?>"/>
3917
+ <input type="hidden" class="menu-item-attr-title"
3918
+ name="menu-item[<?php echo esc_attr( $i ); ?>][menu-item-attr-title]"
3919
+ value="<?php echo '*MENU*CERBER*|' . $id; ?>"/>
3920
+ </li>
3921
+ <?php
3922
+ $i --;
3923
+ endforeach;
3924
+ ?>
3925
+ </ul>
3926
+ </div>
3927
+ <p class="button-controls">
3928
+ <span class="add-to-menu">
3929
+ <button type="submit" class="button-secondary submit-add-to-menu right"
3930
+ value="<?php esc_attr_e( 'Add to menu' ); ?>" name="add-post-type-menu-item"
3931
+ id="submit-posttype-wp-cerber-nav"><?php esc_html_e( 'Add to menu' ); ?></button>
3932
+ <span class="spinner"></span>
3933
+ </span>
3934
+ </p>
3935
+ </div>
3936
+ <?php
3937
  }
languages/wp-cerber-bs_BA.mo CHANGED
Binary file
languages/wp-cerber-bs_BA.po CHANGED
@@ -266,7 +266,7 @@ msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Preostao Vam je samo jedan pokušaj"
268
  msgstr[1] "Preostalo Vam je %d pokušaja"
269
- msgstr[2] ""
270
 
271
  #: ../dashboard.php:764
272
  msgid "No activity has been logged."
@@ -832,1643 +832,1643 @@ msgstr "Slanje malicioznih IP adresa Cerber Lab-u"
832
 
833
  #: ../settings.php:111
834
  msgid "Cerber Lab protocol"
835
- msgstr ""
836
 
837
  #: ../settings.php:174 ../settings.php:202
838
  msgid "Registration form"
839
- msgstr ""
840
 
841
  #: ../settings.php:203
842
  msgid "Enable reCAPTCHA for WooCommerce registration form"
843
- msgstr ""
844
 
845
  #: ../settings.php:205
846
  msgid "Enable reCAPTCHA for WordPress lost password form"
847
- msgstr ""
848
 
849
  #: ../settings.php:206
850
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
851
- msgstr ""
852
 
853
  #: ../settings.php:209
854
  msgid "Enable reCAPTCHA for WooCommerce login form"
855
- msgstr ""
856
 
857
  #: ../common.php:864
858
  msgid "Request to the Google reCAPTCHA service failed"
859
- msgstr ""
860
 
861
  #: ../dashboard.php:1814 ../dashboard.php:1844
862
  msgid "View all"
863
- msgstr ""
864
 
865
  #: ../dashboard.php:1845
866
  msgid "Recently locked out IP addresses"
867
- msgstr ""
868
 
869
  #: ../cerber-lab.php:748
870
  msgid "OK, nail them all"
871
- msgstr ""
872
 
873
  #: ../cerber-lab.php:749
874
  msgid "NO, maybe later"
875
- msgstr ""
876
 
877
  #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
878
  #: php:624
879
  msgid "Dashboard"
880
- msgstr ""
881
 
882
  #: ../cerber-lab.php:746
883
  msgid "Want to make WP Cerber even more powerful?"
884
- msgstr ""
885
 
886
  #: ../cerber-lab.php:747
887
  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."
888
- msgstr ""
889
 
890
  #: ../dashboard.php:568
891
  msgid "IP address"
892
- msgstr ""
893
 
894
  #: ../dashboard.php:568
895
  msgid "User login"
896
- msgstr ""
897
 
898
  #: ../dashboard.php:568
899
  msgid "User ID"
900
- msgstr ""
901
 
902
  #: ../dashboard.php:760
903
  msgid "Export"
904
- msgstr ""
905
 
906
  #: ../dashboard.php:782
907
  msgid "Search for IP or username"
908
- msgstr ""
909
 
910
  #: ../dashboard.php:782
911
  msgid "Filter"
912
- msgstr ""
913
 
914
  #: ../dashboard.php:54
915
  msgid "Cerber Dashboard"
916
- msgstr ""
917
 
918
  #: ../dashboard.php:69
919
  msgid "Cerber tools"
920
- msgstr ""
921
 
922
  #: ../dashboard.php:2072
923
  msgid "Subscribe"
924
- msgstr ""
925
 
926
  #: ../dashboard.php:2073 ../cerber-tools.php:284
927
  msgid "Unsubscribe"
928
- msgstr ""
929
 
930
  #: ../dashboard.php:2101
931
  msgid "You've subscribed"
932
- msgstr ""
933
 
934
  #: ../dashboard.php:2104
935
  msgid "You've unsubscribed"
936
- msgstr ""
937
 
938
  #: ../cerber-load.php:3520 ../cerber-load.php:3521
939
  msgid "A new activity has been recorded"
940
- msgstr ""
941
 
942
  #: ../cerber-load.php:4028
943
  msgid "User"
944
- msgstr ""
945
 
946
  #: ../cerber-load.php:4036
947
  msgid "Search string"
948
- msgstr ""
949
 
950
  #: ../cerber-load.php:4057
951
  msgid "To unsubscribe click here"
952
- msgstr ""
953
 
954
  #: ../settings.php:114
955
  msgid "Preferences"
956
- msgstr ""
957
 
958
  #: ../settings.php:116
959
  msgid "Date format"
960
- msgstr ""
961
 
962
  #: ../settings.php:116
963
  msgid "if empty, the default format %s will be used"
964
- msgstr ""
965
 
966
  #: ../settings.php:241
967
  msgid "Push notifications"
968
- msgstr ""
969
 
970
  #: ../settings.php:220
971
  msgid "Email notifications"
972
- msgstr ""
973
 
974
  #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
975
  msgid "Use comma to specify multiple values"
976
- msgstr ""
977
 
978
  #: ../settings.php:249
979
  msgid "All connected devices"
980
- msgstr ""
981
 
982
  #: ../settings.php:252
983
  msgid "No devices found"
984
- msgstr ""
985
 
986
  #: ../settings.php:256
987
  msgid "Not available"
988
- msgstr ""
989
 
990
  #: ../common.php:860
991
  msgid "Password reset requested"
992
- msgstr ""
993
 
994
  #: ../common.php:931
995
  msgid "Limit on failed reCAPTCHA verifications is reached"
996
- msgstr ""
997
 
998
  #: ../common.php:1020
999
  msgid "%s ago"
1000
- msgstr ""
1001
 
1002
  #: ../settings.php:81
1003
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1004
- msgstr ""
1005
 
1006
  #: ../settings.php:90
1007
  msgid "Display 404 page"
1008
- msgstr ""
1009
 
1010
  #: ../settings.php:200
1011
  msgid "Invisible reCAPTCHA"
1012
- msgstr ""
1013
 
1014
  #: ../settings.php:200
1015
  msgid "Enable invisible reCAPTCHA"
1016
- msgstr ""
1017
 
1018
  #: ../settings.php:200
1019
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1020
- msgstr ""
1021
 
1022
  #: ../settings.php:211
1023
  msgid "Enable reCAPTCHA for WordPress comment form"
1024
- msgstr ""
1025
 
1026
  #: ../settings.php:212
1027
  msgid "Disable reCAPTCHA for logged in users"
1028
- msgstr ""
1029
 
1030
  #: ../settings.php:214
1031
  msgid "Limit attempts"
1032
- msgstr ""
1033
 
1034
  #: ../settings.php:214
1035
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1036
- msgstr ""
1037
 
1038
  #: ../settings.php:591
1039
  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."
1040
- msgstr ""
1041
 
1042
  #: ../dashboard.php:568 ../dashboard.php:740
1043
  msgid "Event"
1044
- msgstr ""
1045
 
1046
  #: ../common.php:153
1047
  msgid "Spam comments denied"
1048
- msgstr ""
1049
 
1050
  #: ../common.php:155
1051
  msgid "Malicious IP addresses detected"
1052
- msgstr ""
1053
 
1054
  #: ../common.php:156
1055
  msgid "Lockouts occurred"
1056
- msgstr ""
1057
 
1058
  #: ../dashboard.php:1823
1059
  msgid "All suspicious activity"
1060
- msgstr ""
1061
 
1062
  #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1063
  #: /cerber-load.php:1227
1064
  msgid "You are not allowed to register."
1065
- msgstr ""
1066
 
1067
  #: ../common.php:845
1068
  msgid "Spam comment denied"
1069
- msgstr ""
1070
 
1071
  #: ../common.php:870
1072
  msgid "Attempt to log in denied"
1073
- msgstr ""
1074
 
1075
  #: ../common.php:871
1076
  msgid "Attempt to register denied"
1077
- msgstr ""
1078
 
1079
  #: ../common.php:150
1080
  msgid "Malicious activities mitigated"
1081
- msgstr ""
1082
 
1083
  #: ../dashboard.php:68
1084
  msgid "Cerber antispam settings"
1085
- msgstr ""
1086
 
1087
  #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1088
  msgid "Antispam"
1089
- msgstr ""
1090
 
1091
  #: ../settings.php:172
1092
  msgid "Cerber antispam engine"
1093
- msgstr ""
1094
 
1095
  #: ../settings.php:173
1096
  msgid "Comment form"
1097
- msgstr ""
1098
 
1099
  #: ../settings.php:173
1100
  msgid "Protect comment form with bot detection engine"
1101
- msgstr ""
1102
 
1103
  #: ../settings.php:174
1104
  msgid "Protect registration form with bot detection engine"
1105
- msgstr ""
1106
 
1107
  #: ../cerber-tools.php:39
1108
  msgid "Export & Import"
1109
- msgstr ""
1110
 
1111
  #: ../cerber-tools.php:40
1112
  msgid "Diagnostic"
1113
- msgstr ""
1114
 
1115
  #: ../cerber-tools.php:41
1116
  msgid "License"
1117
- msgstr ""
1118
 
1119
  #: ../dashboard.php:3642
1120
  msgid "Antispam and bot detection settings"
1121
- msgstr ""
1122
 
1123
  #: ../cerber-load.php:1465
1124
  msgid "Sorry, human verification failed."
1125
- msgstr ""
1126
 
1127
  #: ../common.php:932
1128
  msgid "Bot activity is detected"
1129
- msgstr ""
1130
 
1131
  #: ../settings.php:189
1132
  msgid "Comment processing"
1133
- msgstr ""
1134
 
1135
  #: ../settings.php:190
1136
  msgid "If a spam comment detected"
1137
- msgstr ""
1138
 
1139
  #: ../settings.php:191
1140
  msgid "Trash spam comments"
1141
- msgstr ""
1142
 
1143
  #: ../settings.php:191
1144
  msgid "Move spam comments to trash after"
1145
- msgstr ""
1146
 
1147
  #: ../common.php:846
1148
  msgid "Spam form submission denied"
1149
- msgstr ""
1150
 
1151
  #: ../settings.php:175
1152
  msgid "Other forms"
1153
- msgstr ""
1154
 
1155
  #: ../settings.php:175
1156
  msgid "Protect all forms on the website with bot detection engine"
1157
- msgstr ""
1158
 
1159
  #: ../settings.php:177
1160
  msgid "Adjust antispam engine"
1161
- msgstr ""
1162
 
1163
  #: ../settings.php:178
1164
  msgid "Safe mode"
1165
- msgstr ""
1166
 
1167
  #: ../settings.php:178
1168
  msgid "Use less restrictive policies (allow AJAX)"
1169
- msgstr ""
1170
 
1171
  #: ../dashboard.php:3272 ../settings.php:179
1172
  msgid "Logged in users"
1173
- msgstr ""
1174
 
1175
  #: ../settings.php:179
1176
  msgid "Disable bot detection engine for logged in users"
1177
- msgstr ""
1178
 
1179
  #: ../dashboard.php:136 ../dashboard.php:738
1180
  msgid "Country"
1181
- msgstr ""
1182
 
1183
  #: ../dashboard.php:771
1184
  msgid "All events"
1185
- msgstr ""
1186
 
1187
  #: ../dashboard.php:60
1188
  msgid "Cerber Security Rules"
1189
- msgstr ""
1190
 
1191
  #: ../dashboard.php:60 ../dashboard.php:2580
1192
  msgid "Security Rules"
1193
- msgstr ""
1194
 
1195
  #: ../dashboard.php:1182
1196
  msgid "Failed login attempts"
1197
- msgstr ""
1198
 
1199
  #: ../dashboard.php:1088 ../dashboard.php:1183
1200
  msgid "Registered"
1201
- msgstr ""
1202
 
1203
  #: ../dashboard.php:1253
1204
  msgid "You"
1205
- msgstr ""
1206
 
1207
  #: ../common.php:154
1208
  msgid "Spam form submissions denied"
1209
- msgstr ""
1210
 
1211
  #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1212
  msgid "Getting Started Guide"
1213
- msgstr ""
1214
 
1215
  #: ../dashboard.php:2572
1216
  msgid "Countries"
1217
- msgstr ""
1218
 
1219
  #: ../dashboard.php:2641
1220
  msgid "Permitted for one country"
1221
  msgid_plural "Permitted for %d countries"
1222
- msgstr[0] ""
1223
- msgstr[1] ""
1224
- msgstr[2] ""
1225
 
1226
  #: ../dashboard.php:2652
1227
  msgid "No rule"
1228
- msgstr ""
1229
 
1230
  #: ../dashboard.php:2864
1231
  msgid "Security rules have been updated"
1232
- msgstr ""
1233
 
1234
  #. URI of the plugin
1235
  #:
1236
  msgid "https://wpcerber.com"
1237
- msgstr ""
1238
 
1239
  #: ../common.php:847
1240
  msgid "Form submission denied"
1241
- msgstr ""
1242
 
1243
  #: ../common.php:848
1244
  msgid "Comment denied"
1245
- msgstr ""
1246
 
1247
  #: ../common.php:876
1248
  msgid "Request to REST API denied"
1249
- msgstr ""
1250
 
1251
  #: ../common.php:877
1252
  msgid "XML-RPC request denied"
1253
- msgstr ""
1254
 
1255
  #: ../common.php:888
1256
  msgid "Bot detected"
1257
- msgstr ""
1258
 
1259
  #: ../common.php:889
1260
  msgid "Citadel mode is active"
1261
- msgstr ""
1262
 
1263
  #: ../common.php:893
1264
  msgid "Malicious activity detected"
1265
- msgstr ""
1266
 
1267
  #: ../common.php:894
1268
  msgid "Blocked by country rule"
1269
- msgstr ""
1270
 
1271
  #: ../common.php:895
1272
  msgid "Limit reached"
1273
- msgstr ""
1274
 
1275
  #: ../common.php:896
1276
  msgid "Multiple suspicious activities"
1277
- msgstr ""
1278
 
1279
  #: ../common.php:933
1280
  msgid "Multiple suspicious activities were detected"
1281
- msgstr ""
1282
 
1283
  #: ../settings.php:124
1284
  msgid "Block access to user pages like /?author=n and user data via REST API"
1285
- msgstr ""
1286
 
1287
  #: ../settings.php:134
1288
  msgid "Block access to the WordPress REST API except the following"
1289
- msgstr ""
1290
 
1291
  #: ../settings.php:135
1292
  msgid "Allow REST API for logged in users"
1293
- msgstr ""
1294
 
1295
  #: ../settings.php:142
1296
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1297
- msgstr ""
1298
 
1299
  #: ../settings.php:154
1300
  msgid "Registration limit"
1301
- msgstr ""
1302
 
1303
  #: ../settings.php:165
1304
  msgid "Sort users in dashboard"
1305
- msgstr ""
1306
 
1307
  #: ../settings.php:165
1308
  msgid "by date of registration"
1309
- msgstr ""
1310
 
1311
  #: ../settings.php:180
1312
  msgid "Query whitelist"
1313
- msgstr ""
1314
 
1315
  #: ../settings.php:753 ../settings.php:875
1316
  msgid "%s allowed registrations in %s minutes from one IP"
1317
- msgstr ""
1318
 
1319
  #: ../dashboard.php:2708
1320
  msgid "Start typing here to find a country"
1321
- msgstr ""
1322
 
1323
  #: ../dashboard.php:2791
1324
  msgid "Click on a country name to add it to the list of selected countries"
1325
- msgstr ""
1326
 
1327
  #: ../dashboard.php:2815
1328
  msgid "Submit forms"
1329
- msgstr ""
1330
 
1331
  #: ../dashboard.php:2816
1332
  msgid "Post comments"
1333
- msgstr ""
1334
 
1335
  #: ../dashboard.php:2817
1336
  msgid "Log in to the website"
1337
- msgstr ""
1338
 
1339
  #: ../dashboard.php:2818
1340
  msgid "Register on the website"
1341
- msgstr ""
1342
 
1343
  #: ../dashboard.php:2819
1344
  msgid "Use XML-RPC"
1345
- msgstr ""
1346
 
1347
  #: ../dashboard.php:2820
1348
  msgid "Use REST API"
1349
- msgstr ""
1350
 
1351
  #: ../settings.php:190
1352
  msgid "Deny it completely"
1353
- msgstr ""
1354
 
1355
  #: ../settings.php:190
1356
  msgid "Mark it as spam"
1357
- msgstr ""
1358
 
1359
  #: ../dashboard.php:1808
1360
  msgid "in the last 24 hours"
1361
- msgstr ""
1362
 
1363
  #: ../dashboard.php:2175
1364
  msgid "Main settings"
1365
- msgstr ""
1366
 
1367
  #: ../settings.php:261
1368
  msgid "Weekly reports"
1369
- msgstr ""
1370
 
1371
  #: ../settings.php:989
1372
  msgid "Sunday"
1373
- msgstr ""
1374
 
1375
  #: ../settings.php:990
1376
  msgid "Monday"
1377
- msgstr ""
1378
 
1379
  #: ../settings.php:991
1380
  msgid "Tuesday"
1381
- msgstr ""
1382
 
1383
  #: ../settings.php:992
1384
  msgid "Wednesday"
1385
- msgstr ""
1386
 
1387
  #: ../settings.php:993
1388
  msgid "Thursday"
1389
- msgstr ""
1390
 
1391
  #: ../settings.php:994
1392
  msgid "Friday"
1393
- msgstr ""
1394
 
1395
  #: ../settings.php:995
1396
  msgid "Saturday"
1397
- msgstr ""
1398
 
1399
  #: ../settings.php:1054 ../settings.php:1055
1400
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1401
- msgstr ""
1402
 
1403
  #: ../cerber-load.php:3526
1404
  msgid "Weekly report"
1405
- msgstr ""
1406
 
1407
  #: ../cerber-load.php:3529 ../cerber-load.php:3539
1408
  msgid "To change reporting settings visit"
1409
- msgstr ""
1410
 
1411
  #: ../cerber-load.php:3562
1412
  msgid "Your login page:"
1413
- msgstr ""
1414
 
1415
  #: ../cerber-load.php:3566
1416
  msgid "Your license is valid until"
1417
- msgstr ""
1418
 
1419
  #: ../cerber-load.php:3672
1420
  msgid "Activity details"
1421
- msgstr ""
1422
 
1423
  #: ../settings.php:1021
1424
  msgid "Click to send now"
1425
- msgstr ""
1426
 
1427
  #: ../cerber-load.php:833
1428
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1429
- msgstr ""
1430
 
1431
  #: ../dashboard.php:428
1432
  msgid "Email has been sent to"
1433
- msgstr ""
1434
 
1435
  #: ../dashboard.php:431
1436
  msgid "Unable to send email to"
1437
- msgstr ""
1438
 
1439
  #: ../dashboard.php:2644
1440
  msgid "Not permitted for one country"
1441
  msgid_plural "Not permitted for %d countries"
1442
- msgstr[0] ""
1443
- msgstr[1] ""
1444
- msgstr[2] ""
1445
 
1446
  #: ../dashboard.php:2795
1447
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1448
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1449
- msgstr ""
1450
 
1451
  #: ../dashboard.php:2798
1452
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1453
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1454
- msgstr ""
1455
 
1456
  #: ../cerber-load.php:3660
1457
  msgid "Weekly Report"
1458
- msgstr ""
1459
 
1460
  #: ../settings.php:90
1461
  msgid "Use 404 template from the active theme"
1462
- msgstr ""
1463
 
1464
  #: ../settings.php:90
1465
  msgid "Display simple 404 page"
1466
- msgstr ""
1467
 
1468
  #: ../settings.php:186
1469
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1470
- msgstr ""
1471
 
1472
  #: ../settings.php:274 ../settings.php:511
1473
  msgid "if empty, email from notification settings will be used"
1474
- msgstr ""
1475
 
1476
  #: ../settings.php:262
1477
  msgid "Enable reporting"
1478
- msgstr ""
1479
 
1480
  #: ../cerber-load.php:3590
1481
  msgid "Your last sign-in was %s from %s"
1482
- msgstr ""
1483
 
1484
  #: ../cerber-load.php:3686
1485
  msgid "Attempts to log in with non-existent username"
1486
- msgstr ""
1487
 
1488
  #: ../dashboard.php:217
1489
  msgid "IP address, IPv4 address range or subnet"
1490
- msgstr ""
1491
 
1492
  #: ../dashboard.php:219
1493
  msgid "Optional comment for this entry"
1494
- msgstr ""
1495
 
1496
  #: ../dashboard.php:260
1497
  msgid "You cannot add your IP address or network"
1498
- msgstr ""
1499
 
1500
  #: ../settings.php:162
1501
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1502
- msgstr ""
1503
 
1504
  #: ../dashboard.php:56
1505
  msgid "Cerber Traffic Inspector"
1506
- msgstr ""
1507
 
1508
  #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1509
  msgid "Traffic Inspector"
1510
- msgstr ""
1511
 
1512
  #: ../dashboard.php:1355
1513
  msgid "Traffic"
1514
- msgstr ""
1515
 
1516
  #: ../dashboard.php:3240
1517
  msgid "Request"
1518
- msgstr ""
1519
 
1520
  #: ../dashboard.php:3242
1521
  msgid "Host Info"
1522
- msgstr ""
1523
 
1524
  #: ../dashboard.php:3243
1525
  msgid "User Agent"
1526
- msgstr ""
1527
 
1528
  #: ../dashboard.php:3268
1529
  msgid "All requests"
1530
- msgstr ""
1531
 
1532
  #: ../dashboard.php:3273
1533
  msgid "Not logged in visitors"
1534
- msgstr ""
1535
 
1536
  #: ../dashboard.php:3276
1537
  msgid "Form submissions"
1538
- msgstr ""
1539
 
1540
  #: ../dashboard.php:3278
1541
  msgid "Page Not Found"
1542
- msgstr ""
1543
 
1544
  #: ../dashboard.php:3285
1545
  msgid "Longer than"
1546
- msgstr ""
1547
 
1548
  #: ../dashboard.php:3301
1549
  msgid "Refresh"
1550
- msgstr ""
1551
 
1552
  #: ../common.php:116
1553
  msgid "Check for requests"
1554
- msgstr ""
1555
 
1556
  #: ../common.php:1229
1557
  msgid "Not specified"
1558
- msgstr ""
1559
 
1560
  #: ../settings.php:304
1561
  msgid "Logging mode"
1562
- msgstr ""
1563
 
1564
  #: ../settings.php:310
1565
  msgid "Logging disabled"
1566
- msgstr ""
1567
 
1568
  #: ../settings.php:311
1569
  msgid "Smart"
1570
- msgstr ""
1571
 
1572
  #: ../settings.php:312
1573
  msgid "All traffic"
1574
- msgstr ""
1575
 
1576
  #: ../settings.php:316
1577
  msgid "Ignore crawlers"
1578
- msgstr ""
1579
 
1580
  #: ../settings.php:326
1581
  msgid "Mask these form fields"
1582
- msgstr ""
1583
 
1584
  #: ../settings.php:362
1585
  msgid "milliseconds"
1586
- msgstr ""
1587
 
1588
  #: ../settings.php:282
1589
  msgid "Inspection"
1590
- msgstr ""
1591
 
1592
  #: ../settings.php:283
1593
  msgid "Enable traffic inspection"
1594
- msgstr ""
1595
 
1596
  #: ../settings.php:303
1597
  msgid "Logging"
1598
- msgstr ""
1599
 
1600
  #: ../settings.php:321
1601
  msgid "Save request fields"
1602
- msgstr ""
1603
 
1604
  #: ../settings.php:357
1605
  msgid "Page generation time threshold"
1606
- msgstr ""
1607
 
1608
  #: ../dashboard.php:3260
1609
  msgid "No requests have been logged."
1610
- msgstr ""
1611
 
1612
  #: ../dashboard.php:1322
1613
  msgid "enabled"
1614
- msgstr ""
1615
 
1616
  #: ../dashboard.php:1327
1617
  msgid "no connection"
1618
- msgstr ""
1619
 
1620
  #: ../dashboard.php:3597
1621
  msgid "Advanced search"
1622
- msgstr ""
1623
 
1624
  #: ../dashboard.php:1078
1625
  msgid "Last seen"
1626
- msgstr ""
1627
 
1628
  #: ../common.php:872 ../common.php:934
1629
  msgid "Probing for vulnerable PHP code"
1630
- msgstr ""
1631
 
1632
  #: ../dashboard.php:3555
1633
  msgid "Any"
1634
- msgstr ""
1635
 
1636
  #: ../cerber-load.php:3308
1637
  msgid "We're sorry, you are not allowed to proceed"
1638
- msgstr ""
1639
 
1640
  #: ../settings.php:294
1641
  msgid "Request whitelist"
1642
- msgstr ""
1643
 
1644
  #: ../settings.php:300
1645
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1646
- msgstr ""
1647
 
1648
  #: ../settings.php:338
1649
  msgid "Save request headers"
1650
- msgstr ""
1651
 
1652
  #: ../settings.php:344
1653
  msgid "Save $_SERVER"
1654
- msgstr ""
1655
 
1656
  #: ../settings.php:350
1657
  msgid "Save request cookies"
1658
- msgstr ""
1659
 
1660
  #: ../settings.php:125
1661
  msgid "Protect admin scripts"
1662
- msgstr ""
1663
 
1664
  #: ../settings.php:125
1665
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1666
- msgstr ""
1667
 
1668
  #: ../common.php:1915
1669
  msgid "Unable to create the directory"
1670
- msgstr ""
1671
 
1672
  #: ../common.php:1920
1673
  msgid "Destination folder access denied"
1674
- msgstr ""
1675
 
1676
  #: ../common.php:1923
1677
  msgid "File not found"
1678
- msgstr ""
1679
 
1680
  #: ../common.php:1926
1681
  msgid "Unable to copy the file"
1682
- msgstr ""
1683
 
1684
  #: ../common.php:1932
1685
  msgid "Unable to delete the file"
1686
- msgstr ""
1687
 
1688
  #: ../settings.php:74
1689
  msgid "Plugin initialization"
1690
- msgstr ""
1691
 
1692
  #: ../settings.php:75
1693
  msgid "Load security engine"
1694
- msgstr ""
1695
 
1696
  #: ../settings.php:75
1697
  msgid "Legacy mode"
1698
- msgstr ""
1699
 
1700
  #: ../settings.php:75
1701
  msgid "Standard mode"
1702
- msgstr ""
1703
 
1704
  #: ../settings.php:1032
1705
  msgid "Plugin initialization mode has not been changed"
1706
- msgstr ""
1707
 
1708
  #. Description of the plugin
1709
  #:
1710
  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>."
1711
- msgstr ""
1712
 
1713
  #: ../common.php:874
1714
  msgid "File upload denied"
1715
- msgstr ""
1716
 
1717
  #: ../settings.php:98
1718
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1719
- msgstr ""
1720
 
1721
  #: ../settings.php:186 ../settings.php:300
1722
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1723
- msgstr ""
1724
 
1725
  #: ../settings.php:587
1726
  msgid "Be careful about enabling these options."
1727
- msgstr ""
1728
 
1729
  #: ../settings.php:587
1730
  msgid "If you forget your Custom login URL, you will be unable to log in."
1731
- msgstr ""
1732
 
1733
  #: ../dashboard.php:64 ../cerber-scanner.php:89
1734
  msgid "Site Integrity"
1735
- msgstr ""
1736
 
1737
  #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
1738
  msgid "Disabled"
1739
- msgstr ""
1740
 
1741
  #: ../dashboard.php:1341 ../cerber-scanner.php:874
1742
  msgid "Quick Scan"
1743
- msgstr ""
1744
 
1745
  #: ../dashboard.php:1343 ../cerber-scanner.php:874
1746
  msgid "Full Scan"
1747
- msgstr ""
1748
 
1749
  #. Name of the plugin
1750
  #:
1751
  msgid "WP Cerber Security, Antispam & Malware Scan"
1752
- msgstr ""
1753
 
1754
  #: ../common.php:897
1755
  msgid "Denied"
1756
- msgstr ""
1757
 
1758
  #: ../settings.php:81 ../settings.php:289
1759
  msgid "Use White IP Access List"
1760
- msgstr ""
1761
 
1762
  #: ../settings.php:88
1763
  msgid "Disable dashboard redirection"
1764
- msgstr ""
1765
 
1766
  #: ../settings.php:88
1767
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1768
- msgstr ""
1769
 
1770
  #: ../settings.php:378
1771
  msgid "Scanner settings"
1772
- msgstr ""
1773
 
1774
  #: ../settings.php:379
1775
  msgid "Custom signatures"
1776
- msgstr ""
1777
 
1778
  #: ../settings.php:385
1779
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1780
- msgstr ""
1781
 
1782
  #: ../settings.php:387
1783
  msgid "Unwanted file extensions"
1784
- msgstr ""
1785
 
1786
  #: ../settings.php:393
1787
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1788
- msgstr ""
1789
 
1790
  #: ../settings.php:395
1791
  msgid "Directories to exclude"
1792
- msgstr ""
1793
 
1794
  #: ../settings.php:401
1795
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1796
- msgstr ""
1797
 
1798
  #: ../settings.php:416
1799
  msgid "Scan temporary directory"
1800
- msgstr ""
1801
 
1802
  #: ../settings.php:423
1803
  msgid "Scan session directory"
1804
- msgstr ""
1805
 
1806
  #: ../settings.php:435
1807
  msgid "Delete quarantined files after"
1808
- msgstr ""
1809
 
1810
  #: ../settings.php:450
1811
  msgid "Launch Quick Scan"
1812
- msgstr ""
1813
 
1814
  #: ../cerber-scanner.php:1417
1815
  msgid "Every hour"
1816
- msgstr ""
1817
 
1818
  #: ../cerber-scanner.php:1418
1819
  msgid "Every 3 hours"
1820
- msgstr ""
1821
 
1822
  #: ../cerber-scanner.php:1419
1823
  msgid "Every 6 hours"
1824
- msgstr ""
1825
 
1826
  #: ../settings.php:457
1827
  msgid "Launch Full Scan"
1828
- msgstr ""
1829
 
1830
  #: ../settings.php:467 ../settings.php:527
1831
  msgid "Low severity"
1832
- msgstr ""
1833
 
1834
  #: ../settings.php:467 ../settings.php:527
1835
  msgid "Medium severity"
1836
- msgstr ""
1837
 
1838
  #: ../settings.php:467 ../settings.php:527
1839
  msgid "High severity"
1840
- msgstr ""
1841
 
1842
  #: ../settings.php:468
1843
  msgid "Report an issue if any of the following is true"
1844
- msgstr ""
1845
 
1846
  #: ../settings.php:476
1847
  msgid "Send email report"
1848
- msgstr ""
1849
 
1850
  #: ../settings.php:482
1851
  msgid "After every scan"
1852
- msgstr ""
1853
 
1854
  #: ../settings.php:483
1855
  msgid "If any changes in scan results occurred"
1856
- msgstr ""
1857
 
1858
  #: ../settings.php:488
1859
  msgid "Include file sizes"
1860
- msgstr ""
1861
 
1862
  #: ../settings.php:495
1863
  msgid "Include scan errors"
1864
- msgstr ""
1865
 
1866
  #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1867
  msgid "Security Scanner"
1868
- msgstr ""
1869
 
1870
  #: ../cerber-scanner.php:77
1871
  msgid "Scheduling"
1872
- msgstr ""
1873
 
1874
  #: ../cerber-scanner.php:142
1875
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1876
- msgstr ""
1877
 
1878
  #: ../cerber-scanner.php:146
1879
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1880
- msgstr ""
1881
 
1882
  #: ../cerber-scanner.php:155
1883
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1884
- msgstr ""
1885
 
1886
  #: ../cerber-scanner.php:158
1887
  msgid "Start Quick Scan"
1888
- msgstr ""
1889
 
1890
  #: ../cerber-scanner.php:159
1891
  msgid "Start Full Scan"
1892
- msgstr ""
1893
 
1894
  #: ../cerber-scanner.php:160
1895
  msgid "Stop Scanning"
1896
- msgstr ""
1897
 
1898
  #: ../cerber-scanner.php:161
1899
  msgid "Continue Scanning"
1900
- msgstr ""
1901
 
1902
  #: ../cerber-scanner.php:191
1903
  msgid "Delete"
1904
- msgstr ""
1905
 
1906
  #: ../cerber-scanner.php:1366
1907
  msgid "Verified"
1908
- msgstr ""
1909
 
1910
  #: ../cerber-scanner.php:1373
1911
  msgid "Integrity data not found"
1912
- msgstr ""
1913
 
1914
  #: ../cerber-scanner.php:1374
1915
  msgid "Unable to check the integrity of the plugin due to a network error"
1916
- msgstr ""
1917
 
1918
  #: ../cerber-scanner.php:1375
1919
  msgid "Unable to check the integrity of WordPress files due to a network error"
1920
- msgstr ""
1921
 
1922
  #: ../cerber-scanner.php:1376
1923
  msgid "Unable to check the integrity of the theme due to a network error"
1924
- msgstr ""
1925
 
1926
  #: ../cerber-scanner.php:1379
1927
  msgid "Local file doesn't exist"
1928
- msgstr ""
1929
 
1930
  #: ../cerber-scanner.php:1381
1931
  msgid "Unable to process file"
1932
- msgstr ""
1933
 
1934
  #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1935
  msgid "Unable to open file"
1936
- msgstr ""
1937
 
1938
  #: ../cerber-scanner.php:1384
1939
  msgid "Checksum mismatch"
1940
- msgstr ""
1941
 
1942
  #: ../cerber-scanner.php:1387
1943
  msgid "Suspicious code found"
1944
- msgstr ""
1945
 
1946
  #: ../cerber-scanner.php:1389
1947
  msgid "Unattended suspicious file"
1948
- msgstr ""
1949
 
1950
  #: ../cerber-scanner.php:1390
1951
  msgid "Executable code found"
1952
- msgstr ""
1953
 
1954
  #: ../cerber-scanner.php:1394
1955
  msgid "Unwanted file extension"
1956
- msgstr ""
1957
 
1958
  #: ../cerber-scanner.php:1396
1959
  msgid "Content has been modified"
1960
- msgstr ""
1961
 
1962
  #: ../cerber-scanner.php:1397
1963
  msgid "New file"
1964
- msgstr ""
1965
 
1966
  #: ../cerber-scanner.php:2487
1967
  msgid "Custom signature found"
1968
- msgstr ""
1969
 
1970
  #: ../cerber-scanner.php:3730
1971
  msgid "Scanning folders for files"
1972
- msgstr ""
1973
 
1974
  #: ../cerber-scanner.php:3734
1975
  msgid "Parsing the list of files"
1976
- msgstr ""
1977
 
1978
  #: ../cerber-scanner.php:3735
1979
  msgid "Checking for new and modified files"
1980
- msgstr ""
1981
 
1982
  #: ../cerber-scanner.php:3736
1983
  msgid "Verifying the integrity of WordPress"
1984
- msgstr ""
1985
 
1986
  #: ../cerber-scanner.php:3737
1987
  msgid "Verifying the integrity of the plugins"
1988
- msgstr ""
1989
 
1990
  #: ../cerber-scanner.php:3738
1991
  msgid "Verifying the integrity of the themes"
1992
- msgstr ""
1993
 
1994
  #: ../cerber-scanner.php:3739
1995
  msgid "Searching for malicious code"
1996
- msgstr ""
1997
 
1998
  #: ../cerber-scanner.php:3740
1999
  msgid "Finalizing the scan"
2000
- msgstr ""
2001
 
2002
  #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2003
  msgid "Files to scan"
2004
- msgstr ""
2005
 
2006
  #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2007
  msgid "Critical issues"
2008
- msgstr ""
2009
 
2010
  #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2011
  msgid "Issues total"
2012
- msgstr ""
2013
 
2014
  #: ../cerber-scanner.php:4309
2015
  msgid "The directory is not writable"
2016
- msgstr ""
2017
 
2018
  #: ../cerber-scanner.php:4327
2019
  msgid "Unable to create WP CERBER directory"
2020
- msgstr ""
2021
 
2022
  #: ../cerber-scanner.php:4533
2023
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2024
- msgstr ""
2025
 
2026
  #: ../cerber-scanner.php:5213
2027
  msgid "To view full report visit"
2028
- msgstr ""
2029
 
2030
  #: ../cerber-load.php:3536
2031
  msgid "Scanner Report"
2032
- msgstr ""
2033
 
2034
  #: ../settings.php:403
2035
  msgid "Monitor new files"
2036
- msgstr ""
2037
 
2038
  #: ../settings.php:410
2039
  msgid "Monitor modified files"
2040
- msgstr ""
2041
 
2042
  #: ../settings.php:484
2043
  msgid "If new issues found"
2044
- msgstr ""
2045
 
2046
  #: ../settings.php:1279
2047
  msgid "The schedule has been updated"
2048
- msgstr ""
2049
 
2050
  #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
2051
  msgid "Suspicious directives found"
2052
- msgstr ""
2053
 
2054
  #: ../cerber-scanner.php:2665
2055
  msgid "Suspicious code instruction found"
2056
- msgstr ""
2057
 
2058
  #: ../cerber-scanner.php:2666
2059
  msgid "Suspicious code signatures found"
2060
- msgstr ""
2061
 
2062
  #: ../cerber-scanner.php:2669
2063
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2064
- msgstr ""
2065
 
2066
  #: ../cerber-scanner.php:2670
2067
  msgid "Please upload a reference ZIP archive"
2068
- msgstr ""
2069
 
2070
  #: ../cerber-scanner.php:2671
2071
  msgid "Resolve issue"
2072
- msgstr ""
2073
 
2074
  #: ../cerber-scanner.php:4020
2075
  msgid "We have not found any integrity data to verify"
2076
- msgstr ""
2077
 
2078
  #: ../cerber-scanner.php:4022
2079
  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."
2080
- msgstr ""
2081
 
2082
  #: ../cerber-scanner.php:5060
2083
  msgid "Full Scan Report"
2084
- msgstr ""
2085
 
2086
  #: ../cerber-scanner.php:5060
2087
  msgid "Quick Scan Report"
2088
- msgstr ""
2089
 
2090
  #: ../cerber-scanner.php:5073
2091
  msgid "Files scanned"
2092
- msgstr ""
2093
 
2094
  #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2095
  #: php:1094
2096
  msgid "Check for activities"
2097
- msgstr ""
2098
 
2099
  #: ../dashboard.php:1057
2100
  msgid "Activated"
2101
- msgstr ""
2102
 
2103
  #: ../common.php:879
2104
  msgid "Malicious request denied"
2105
- msgstr ""
2106
 
2107
  #: ../common.php:883
2108
  msgid "User activated"
2109
- msgstr ""
2110
 
2111
  #: ../common.php:898
2112
  msgid "Suspicious number of fields"
2113
- msgstr ""
2114
 
2115
  #: ../common.php:899
2116
  msgid "Suspicious number of nested values"
2117
- msgstr ""
2118
 
2119
  #: ../common.php:900 ../common.php:935
2120
  msgid "Malicious code detected"
2121
- msgstr ""
2122
 
2123
  #: ../common.php:936
2124
  msgid "Attempt to upload a file with malicious code"
2125
- msgstr ""
2126
 
2127
  #: ../common.php:1105
2128
  msgid "Bytes"
2129
- msgstr ""
2130
 
2131
  #: ../cerber-scanner.php:1372
2132
  msgid "Vulnerability found"
2133
- msgstr ""
2134
 
2135
  #: ../cerber-scanner.php:1377
2136
  msgid "Unable to check the integrity due to a DB error"
2137
- msgstr ""
2138
 
2139
  #: ../cerber-scanner.php:3731
2140
  msgid "Scanning the upload folder for files"
2141
- msgstr ""
2142
 
2143
  #: ../cerber-scanner.php:3732
2144
  msgid "Scanning the temp folder for files"
2145
- msgstr ""
2146
 
2147
  #: ../cerber-scanner.php:3733
2148
  msgid "Scanning the session folder for files"
2149
- msgstr ""
2150
 
2151
  #: ../settings.php:449
2152
  msgid "Automated recurring scan schedule"
2153
- msgstr ""
2154
 
2155
  #: ../settings.php:465
2156
  msgid "Scan results reporting"
2157
- msgstr ""
2158
 
2159
  #: ../dashboard.php:3270
2160
  msgid "Suspicious activity"
2161
- msgstr ""
2162
 
2163
  #: ../dashboard.php:3271
2164
  msgid "Errors"
2165
- msgstr ""
2166
 
2167
  #: ../dashboard.php:3633
2168
  msgid "Antispam engine"
2169
- msgstr ""
2170
 
2171
  #. Description of the plugin
2172
  #:
2173
  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."
2174
- msgstr ""
2175
 
2176
  #: ../cerber-load.php:377
2177
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2178
- msgstr ""
2179
 
2180
  #: ../common.php:1020
2181
  msgctxt "preposition of a period of time like: in 6 hours"
2182
  msgid "in %s"
2183
- msgstr ""
2184
 
2185
  #: ../settings.php:1005
2186
  msgctxt "preposition of time like: at 11:00"
2187
  msgid "at"
2188
- msgstr ""
2189
 
2190
  #: ../cerber-scanner.php:80
2191
  msgid "Quarantine"
2192
- msgstr ""
2193
 
2194
  #: ../cerber-scanner.php:3815
2195
  msgid "Started"
2196
- msgstr ""
2197
 
2198
  #: ../cerber-scanner.php:3819
2199
  msgid "Finished"
2200
- msgstr ""
2201
 
2202
  #: ../cerber-scanner.php:3827
2203
  msgid "Performance"
2204
- msgstr ""
2205
 
2206
  #: ../cerber-scanner.php:3839
2207
  msgid "Vulnerabilities"
2208
- msgstr ""
2209
 
2210
  #: ../cerber-scanner.php:3843
2211
  msgid "New files"
2212
- msgstr ""
2213
 
2214
  #: ../cerber-scanner.php:3847
2215
  msgid "Changed files"
2216
- msgstr ""
2217
 
2218
  #: ../cerber-scanner.php:3851
2219
  msgid "Unwanted extensions"
2220
- msgstr ""
2221
 
2222
  #: ../settings.php:521 ../cerber-scanner.php:3855
2223
  msgid "Unattended files"
2224
- msgstr ""
2225
 
2226
  #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2227
  msgid "Scanned"
2228
- msgstr ""
2229
 
2230
  #: ../cerber-scanner.php:5446
2231
  msgid "There are no files in the quarantine at the moment."
2232
- msgstr ""
2233
 
2234
  #: ../cerber-scanner.php:5529
2235
  msgid "Restore"
2236
- msgstr ""
2237
 
2238
  #: ../cerber-scanner.php:5524
2239
  msgid "Delete permanently"
2240
- msgstr ""
2241
 
2242
  #: ../cerber-scanner.php:5537
2243
  msgid "Moved to quarantine"
2244
- msgstr ""
2245
 
2246
  #: ../cerber-scanner.php:5538
2247
  msgid "Automatic deletion"
2248
- msgstr ""
2249
 
2250
  #: ../cerber-scanner.php:5539
2251
  msgid "Size"
2252
- msgstr ""
2253
 
2254
  #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2255
  msgid "File"
2256
- msgstr ""
2257
 
2258
  #: ../cerber-scanner.php:5608
2259
  msgid "The file has been deleted permanently."
2260
- msgstr ""
2261
 
2262
  #: ../cerber-scanner.php:5617
2263
  msgid "The file has been restored to its original location."
2264
- msgstr ""
2265
 
2266
  #: ../dashboard.php:1356
2267
  msgid "Integrity"
2268
- msgstr ""
2269
 
2270
  #: ../common.php:873
2271
  msgid "Attempt to upload malicious file denied"
2272
- msgstr ""
2273
 
2274
  #: ../cerber-news.php:209
2275
  msgid "Awesome!"
2276
- msgstr ""
2277
 
2278
  #: ../settings.php:519
2279
  msgid "Automatic cleanup of malware and suspicious files"
2280
- msgstr ""
2281
 
2282
  #: ../settings.php:528
2283
  msgid "Files in the uploads folder"
2284
- msgstr ""
2285
 
2286
  #: ../settings.php:535
2287
  msgid "Files with unwanted extensions"
2288
- msgstr ""
2289
 
2290
  #: ../settings.php:542
2291
  msgid "Exclusions"
2292
- msgstr ""
2293
 
2294
  #: ../settings.php:543
2295
  msgid "Files in the temporary directory"
2296
- msgstr ""
2297
 
2298
  #: ../settings.php:549
2299
  msgid "Files in the sessions directory"
2300
- msgstr ""
2301
 
2302
  #: ../settings.php:555
2303
  msgid "Files in these directories"
2304
- msgstr ""
2305
 
2306
  #: ../settings.php:561
2307
  msgid "Use absolute paths. One item per line."
2308
- msgstr ""
2309
 
2310
  #: ../settings.php:563
2311
  msgid "Files with these extensions"
2312
- msgstr ""
2313
 
2314
  #: ../settings.php:569
2315
  msgid "Use comma to separate items."
2316
- msgstr ""
2317
 
2318
  #: ../cerber-scanner.php:78
2319
  msgid "Cleaning up"
2320
- msgstr ""
2321
 
2322
  #: ../cerber-scanner.php:1388
2323
  msgid "Malicious code found"
2324
- msgstr ""
2325
 
2326
  #: ../cerber-scanner.php:2662
2327
  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."
2328
- msgstr ""
2329
 
2330
  #: ../cerber-scanner.php:2663
2331
  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."
2332
- msgstr ""
2333
 
2334
  #: ../cerber-scanner.php:2664
2335
  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."
2336
- msgstr ""
2337
 
2338
  #: ../cerber-scanner.php:2668
2339
  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."
2340
- msgstr ""
2341
 
2342
  #: ../cerber-scanner.php:5154
2343
  msgid "Deleted"
2344
- msgstr ""
2345
 
2346
  #: ../cerber-scanner.php:5201
2347
  msgid "Automatically moved to quarantine"
2348
- msgstr ""
2349
 
2350
  #: ../common.php:901
2351
  msgid "Suspicious SQL code detected"
2352
- msgstr ""
2353
 
2354
  #: ../dashboard.php:1337
2355
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2356
  msgid "Last malware scan"
2357
- msgstr ""
2358
 
2359
  #: ../dashboard.php:2909
2360
  msgid "Live Traffic"
2361
- msgstr ""
2362
 
2363
  #: ../settings.php:117
2364
  msgid "Use English for admin interface"
2365
- msgstr ""
2366
 
2367
  #: ../cerber-tools.php:42
2368
  msgid "Log"
2369
- msgstr ""
2370
 
2371
  #: ../settings.php:429
2372
  msgid "Enable diagnostic log"
2373
- msgstr ""
2374
 
2375
  #: ../settings.php:128
2376
  msgid "Disable PHP in uploads"
2377
- msgstr ""
2378
 
2379
  #: ../settings.php:128
2380
  msgid "Disable execution of PHP scripts in the WordPress media folder"
2381
- msgstr ""
2382
 
2383
  #: ../settings.php:130
2384
  msgid "Disable PHP error displaying"
2385
- msgstr ""
2386
 
2387
  #: ../cerber-scanner.php:79
2388
  msgid "Ignore List"
2389
- msgstr ""
2390
 
2391
  #: ../cerber-scanner.php:194
2392
  msgid "Ignore"
2393
- msgstr ""
2394
 
2395
  #: ../cerber-scanner.php:5639
2396
  msgid "Apply"
2397
- msgstr ""
2398
 
2399
  #: ../cerber-scanner.php:5670
2400
  msgid "Added"
2401
- msgstr ""
2402
 
2403
  #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2404
  msgid "Remove from the list"
2405
- msgstr ""
2406
 
2407
  #: ../cerber-scanner.php:5641
2408
  msgid "User Insights"
2409
- msgstr ""
2410
 
2411
  #: ../cerber-scanner.php:5642
2412
  msgid "Traffic Insights"
2413
- msgstr ""
2414
 
2415
  #: ../cerber-scanner.php:5643
2416
  msgid "Activity Insights"
2417
- msgstr ""
2418
 
2419
  #: ../dashboard.php:2279
2420
  msgid "Are you sure you want to delete selected files?"
2421
- msgstr ""
2422
 
2423
  #: ../dashboard.php:2280
2424
  msgid "These files have been moved to the quarantine"
2425
- msgstr ""
2426
 
2427
  #: ../dashboard.php:2283
2428
  msgid "Do you want to add selected files to the ignore list?"
2429
- msgstr ""
2430
 
2431
  #: ../dashboard.php:2284
2432
  msgid "These files have been added to the ignore list"
2433
- msgstr ""
2434
 
2435
  #: ../dashboard.php:2286
2436
  msgid "Some errors occurred"
2437
- msgstr ""
2438
 
2439
  #: ../dashboard.php:2287
2440
  msgid "All files have been processed"
2441
- msgstr ""
2442
 
2443
  #: ../dashboard.php:2444
2444
  msgid "These features are available in a professional version of the plugin."
2445
- msgstr ""
2446
 
2447
  #: ../dashboard.php:2445
2448
  msgid "Know more about all advantages at"
2449
- msgstr ""
2450
 
2451
  #: ../common.php:902
2452
  msgid "Suspicious JavaScript code detected"
2453
- msgstr ""
2454
 
2455
  #: ../settings.php:1282
2456
  msgid "Unable to update the schedule"
2457
- msgstr ""
2458
 
2459
  #: ../cerber-scanner.php:5554
2460
  msgid "All scans"
2461
- msgstr ""
2462
 
2463
  #: ../cerber-scanner.php:5645
2464
  msgid "The list is empty."
2465
- msgstr ""
2466
 
2467
  #: ../cerber-scanner.php:5507
2468
  msgid "No files match the specified filter."
2469
- msgstr ""
2470
 
2471
  #: ../cerber-scanner.php:5507
2472
  msgid "Click here to see the full list of files"
2473
- msgstr ""
2474
 
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Preostao Vam je samo jedan pokušaj"
268
  msgstr[1] "Preostalo Vam je %d pokušaja"
269
+ msgstr[2] "Preostali su Vam %d pokušaji."
270
 
271
  #: ../dashboard.php:764
272
  msgid "No activity has been logged."
832
 
833
  #: ../settings.php:111
834
  msgid "Cerber Lab protocol"
835
+ msgstr "Cerber Lab protokol"
836
 
837
  #: ../settings.php:174 ../settings.php:202
838
  msgid "Registration form"
839
+ msgstr "Registraciona forma"
840
 
841
  #: ../settings.php:203
842
  msgid "Enable reCAPTCHA for WooCommerce registration form"
843
+ msgstr "Omogući reCAPTCHA za WooCommerce registracionu formu"
844
 
845
  #: ../settings.php:205
846
  msgid "Enable reCAPTCHA for WordPress lost password form"
847
+ msgstr "Omogući reCAPTCHA za WordPress formu za izgubljenu šifru"
848
 
849
  #: ../settings.php:206
850
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
851
+ msgstr "Omogući reCAPTCHA za WooCommerce formu za izgubljenu šifru"
852
 
853
  #: ../settings.php:209
854
  msgid "Enable reCAPTCHA for WooCommerce login form"
855
+ msgstr "Omogući reCAPTCHA za WooCommerce login formu"
856
 
857
  #: ../common.php:864
858
  msgid "Request to the Google reCAPTCHA service failed"
859
+ msgstr "Zahtev za Google reCAPTCHA servis nije uspeo"
860
 
861
  #: ../dashboard.php:1814 ../dashboard.php:1844
862
  msgid "View all"
863
+ msgstr "Pogledaj sve"
864
 
865
  #: ../dashboard.php:1845
866
  msgid "Recently locked out IP addresses"
867
+ msgstr "Nedavno otključane IP adrese"
868
 
869
  #: ../cerber-lab.php:748
870
  msgid "OK, nail them all"
871
+ msgstr "U redu, utiči na sve"
872
 
873
  #: ../cerber-lab.php:749
874
  msgid "NO, maybe later"
875
+ msgstr "Ne, možda kasnije"
876
 
877
  #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
878
  #: php:624
879
  msgid "Dashboard"
880
+ msgstr "Kontrolna tabla"
881
 
882
  #: ../cerber-lab.php:746
883
  msgid "Want to make WP Cerber even more powerful?"
884
+ msgstr "Da li želite da još više ojačate WP Cerber?"
885
 
886
  #: ../cerber-lab.php:747
887
  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."
888
+ msgstr "Dozvoli WP Cerber da šalje podatke o malicioznim IP adresama Cerber Lab-u. To pomaže plugin timu da razvije nove algoritme za WP Cerber koji brane WordPress od novih napada i botneta koji se svakodnevno pojavljuju. Možete da obustavite ovu opciju u podešavanjima kad god želite."
889
 
890
  #: ../dashboard.php:568
891
  msgid "IP address"
892
+ msgstr "IP adresa"
893
 
894
  #: ../dashboard.php:568
895
  msgid "User login"
896
+ msgstr "Prijavljivanje korisnika"
897
 
898
  #: ../dashboard.php:568
899
  msgid "User ID"
900
+ msgstr "Korisnički ID"
901
 
902
  #: ../dashboard.php:760
903
  msgid "Export"
904
+ msgstr "Izvoz"
905
 
906
  #: ../dashboard.php:782
907
  msgid "Search for IP or username"
908
+ msgstr "Pretraga IP-ija ili korisničkog imena"
909
 
910
  #: ../dashboard.php:782
911
  msgid "Filter"
912
+ msgstr "Filter"
913
 
914
  #: ../dashboard.php:54
915
  msgid "Cerber Dashboard"
916
+ msgstr "Cerber Kontrolna tabla"
917
 
918
  #: ../dashboard.php:69
919
  msgid "Cerber tools"
920
+ msgstr "Cerber alati"
921
 
922
  #: ../dashboard.php:2072
923
  msgid "Subscribe"
924
+ msgstr "Prijava"
925
 
926
  #: ../dashboard.php:2073 ../cerber-tools.php:284
927
  msgid "Unsubscribe"
928
+ msgstr "Odjava"
929
 
930
  #: ../dashboard.php:2101
931
  msgid "You've subscribed"
932
+ msgstr "Prijavili ste se"
933
 
934
  #: ../dashboard.php:2104
935
  msgid "You've unsubscribed"
936
+ msgstr "Odjavili ste se"
937
 
938
  #: ../cerber-load.php:3520 ../cerber-load.php:3521
939
  msgid "A new activity has been recorded"
940
+ msgstr "Nova aktivnost je snimljena"
941
 
942
  #: ../cerber-load.php:4028
943
  msgid "User"
944
+ msgstr "Korisnik"
945
 
946
  #: ../cerber-load.php:4036
947
  msgid "Search string"
948
+ msgstr "Pretraga stringa"
949
 
950
  #: ../cerber-load.php:4057
951
  msgid "To unsubscribe click here"
952
+ msgstr "Da se odjavite kliknite ovde"
953
 
954
  #: ../settings.php:114
955
  msgid "Preferences"
956
+ msgstr "Preference"
957
 
958
  #: ../settings.php:116
959
  msgid "Date format"
960
+ msgstr "Format datuma"
961
 
962
  #: ../settings.php:116
963
  msgid "if empty, the default format %s will be used"
964
+ msgstr "Ako je prazno, koristiće se standardni format %s"
965
 
966
  #: ../settings.php:241
967
  msgid "Push notifications"
968
+ msgstr "Notifikacije"
969
 
970
  #: ../settings.php:220
971
  msgid "Email notifications"
972
+ msgstr "Email notifikacije"
973
 
974
  #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
975
  msgid "Use comma to specify multiple values"
976
+ msgstr "Koristite zarez da odvojite više vrednosti"
977
 
978
  #: ../settings.php:249
979
  msgid "All connected devices"
980
+ msgstr "Svi povezani uređaji"
981
 
982
  #: ../settings.php:252
983
  msgid "No devices found"
984
+ msgstr "Uređaji nisu pronađeni"
985
 
986
  #: ../settings.php:256
987
  msgid "Not available"
988
+ msgstr "Nije dostupno"
989
 
990
  #: ../common.php:860
991
  msgid "Password reset requested"
992
+ msgstr "Obavezna promena lozinke"
993
 
994
  #: ../common.php:931
995
  msgid "Limit on failed reCAPTCHA verifications is reached"
996
+ msgstr "Postignut je predviđeni limit na broj pokukšaja reCAPTCHA verifikacije"
997
 
998
  #: ../common.php:1020
999
  msgid "%s ago"
1000
+ msgstr "%s ranije"
1001
 
1002
  #: ../settings.php:81
1003
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1004
+ msgstr "Primeni ograničenje broja pokušaja prijavljivanja na IP adrese sa bele liste"
1005
 
1006
  #: ../settings.php:90
1007
  msgid "Display 404 page"
1008
+ msgstr "Prikaži 404 stranicu"
1009
 
1010
  #: ../settings.php:200
1011
  msgid "Invisible reCAPTCHA"
1012
+ msgstr "Nevidljivi reCAPTCHA"
1013
 
1014
  #: ../settings.php:200
1015
  msgid "Enable invisible reCAPTCHA"
1016
+ msgstr "Omogući nevidljivi reCAPTCHA"
1017
 
1018
  #: ../settings.php:200
1019
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1020
+ msgstr "(ne omogućuj ukoliko ne dobiješ i uneseš Sajt i Tajni ključ za nevidljivu verziju)"
1021
 
1022
  #: ../settings.php:211
1023
  msgid "Enable reCAPTCHA for WordPress comment form"
1024
+ msgstr "Omogući reCAPTCHA za WordPress comment formu"
1025
 
1026
  #: ../settings.php:212
1027
  msgid "Disable reCAPTCHA for logged in users"
1028
+ msgstr "Onemogući reCAPTCHA za logovane korisnike"
1029
 
1030
  #: ../settings.php:214
1031
  msgid "Limit attempts"
1032
+ msgstr "Ograniči pokušaje"
1033
 
1034
  #: ../settings.php:214
1035
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1036
+ msgstr "Zaključaj IP adrese na %s minuta nakon %s neuspelih pokušaja u %s minuta"
1037
 
1038
  #: ../settings.php:591
1039
  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."
1040
+ msgstr "U Citadel režimu nikome nije dozvoljeno da se prijavi osim IP-ijevima sa bele liste. Prijavljeni korisnici neće biti izbačeni ili blokirani."
1041
 
1042
  #: ../dashboard.php:568 ../dashboard.php:740
1043
  msgid "Event"
1044
+ msgstr "Događaj"
1045
 
1046
  #: ../common.php:153
1047
  msgid "Spam comments denied"
1048
+ msgstr "Spem komentar odbijen"
1049
 
1050
  #: ../common.php:155
1051
  msgid "Malicious IP addresses detected"
1052
+ msgstr "Maliciozna IP adresa otkrivena."
1053
 
1054
  #: ../common.php:156
1055
  msgid "Lockouts occurred"
1056
+ msgstr "Urađeno zaključavanje"
1057
 
1058
  #: ../dashboard.php:1823
1059
  msgid "All suspicious activity"
1060
+ msgstr "Sve sumnjive aktivnosti"
1061
 
1062
  #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1063
  #: /cerber-load.php:1227
1064
  msgid "You are not allowed to register."
1065
+ msgstr "Nije Vam dozvoljeno da se registrujete."
1066
 
1067
  #: ../common.php:845
1068
  msgid "Spam comment denied"
1069
+ msgstr "Odbijen komentar koji spada u spem"
1070
 
1071
  #: ../common.php:870
1072
  msgid "Attempt to log in denied"
1073
+ msgstr "Pokušaj logovanja odbijen"
1074
 
1075
  #: ../common.php:871
1076
  msgid "Attempt to register denied"
1077
+ msgstr "Pokušaj registracije odbijen"
1078
 
1079
  #: ../common.php:150
1080
  msgid "Malicious activities mitigated"
1081
+ msgstr "Umanjena maliciozna aktivnost"
1082
 
1083
  #: ../dashboard.php:68
1084
  msgid "Cerber antispam settings"
1085
+ msgstr "Cerber anti-spem podešavanja"
1086
 
1087
  #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1088
  msgid "Antispam"
1089
+ msgstr "Antispem"
1090
 
1091
  #: ../settings.php:172
1092
  msgid "Cerber antispam engine"
1093
+ msgstr "Cerber antispem engine"
1094
 
1095
  #: ../settings.php:173
1096
  msgid "Comment form"
1097
+ msgstr "Forma komentara"
1098
 
1099
  #: ../settings.php:173
1100
  msgid "Protect comment form with bot detection engine"
1101
+ msgstr "Zaštiti formu komentara enginom za otkrivanje bota"
1102
 
1103
  #: ../settings.php:174
1104
  msgid "Protect registration form with bot detection engine"
1105
+ msgstr "Zaštiti registracionu formu enginom za otkrivanje bota"
1106
 
1107
  #: ../cerber-tools.php:39
1108
  msgid "Export & Import"
1109
+ msgstr "Izvezi i uvezi"
1110
 
1111
  #: ../cerber-tools.php:40
1112
  msgid "Diagnostic"
1113
+ msgstr "Dijagnoza"
1114
 
1115
  #: ../cerber-tools.php:41
1116
  msgid "License"
1117
+ msgstr "Licenca"
1118
 
1119
  #: ../dashboard.php:3642
1120
  msgid "Antispam and bot detection settings"
1121
+ msgstr "Podešavanj protiv spema i botova"
1122
 
1123
  #: ../cerber-load.php:1465
1124
  msgid "Sorry, human verification failed."
1125
+ msgstr "IZVINITE, ljudska verifikacija nije uspela."
1126
 
1127
  #: ../common.php:932
1128
  msgid "Bot activity is detected"
1129
+ msgstr "Otkrivena aktivnost bota"
1130
 
1131
  #: ../settings.php:189
1132
  msgid "Comment processing"
1133
+ msgstr "Procesuiranje komentara"
1134
 
1135
  #: ../settings.php:190
1136
  msgid "If a spam comment detected"
1137
+ msgstr "Ako je spem komentara otkriven"
1138
 
1139
  #: ../settings.php:191
1140
  msgid "Trash spam comments"
1141
+ msgstr "Baci spem komentare u kantu"
1142
 
1143
  #: ../settings.php:191
1144
  msgid "Move spam comments to trash after"
1145
+ msgstr "Kasnije baci spem komentare u kantu"
1146
 
1147
  #: ../common.php:846
1148
  msgid "Spam form submission denied"
1149
+ msgstr "Odbijena forma slanja spem komentara"
1150
 
1151
  #: ../settings.php:175
1152
  msgid "Other forms"
1153
+ msgstr "Druge forme"
1154
 
1155
  #: ../settings.php:175
1156
  msgid "Protect all forms on the website with bot detection engine"
1157
+ msgstr "Zaštiti sve forme sajta sa engine za otkrivanje bota"
1158
 
1159
  #: ../settings.php:177
1160
  msgid "Adjust antispam engine"
1161
+ msgstr "Prilagodi antispem engine"
1162
 
1163
  #: ../settings.php:178
1164
  msgid "Safe mode"
1165
+ msgstr "Siguran režim"
1166
 
1167
  #: ../settings.php:178
1168
  msgid "Use less restrictive policies (allow AJAX)"
1169
+ msgstr "Koristi manje restriktivnu politiku (allow AJAX)"
1170
 
1171
  #: ../dashboard.php:3272 ../settings.php:179
1172
  msgid "Logged in users"
1173
+ msgstr "Ulogovani korisnici"
1174
 
1175
  #: ../settings.php:179
1176
  msgid "Disable bot detection engine for logged in users"
1177
+ msgstr "Onemogući engine za otkrivanje botova za logovane korisnike"
1178
 
1179
  #: ../dashboard.php:136 ../dashboard.php:738
1180
  msgid "Country"
1181
+ msgstr "Zemlja"
1182
 
1183
  #: ../dashboard.php:771
1184
  msgid "All events"
1185
+ msgstr "Svi događaji"
1186
 
1187
  #: ../dashboard.php:60
1188
  msgid "Cerber Security Rules"
1189
+ msgstr "Cerber Security pravila"
1190
 
1191
  #: ../dashboard.php:60 ../dashboard.php:2580
1192
  msgid "Security Rules"
1193
+ msgstr "Pravila bezbednosti"
1194
 
1195
  #: ../dashboard.php:1182
1196
  msgid "Failed login attempts"
1197
+ msgstr "Neuspeli pokušaji prijave"
1198
 
1199
  #: ../dashboard.php:1088 ../dashboard.php:1183
1200
  msgid "Registered"
1201
+ msgstr "Prijavljeni"
1202
 
1203
  #: ../dashboard.php:1253
1204
  msgid "You"
1205
+ msgstr "Vi"
1206
 
1207
  #: ../common.php:154
1208
  msgid "Spam form submissions denied"
1209
+ msgstr "Odbijena forma slanja spema"
1210
 
1211
  #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1212
  msgid "Getting Started Guide"
1213
+ msgstr "Vodič za početnike"
1214
 
1215
  #: ../dashboard.php:2572
1216
  msgid "Countries"
1217
+ msgstr "Zemlje"
1218
 
1219
  #: ../dashboard.php:2641
1220
  msgid "Permitted for one country"
1221
  msgid_plural "Permitted for %d countries"
1222
+ msgstr[0] "Dozvoljeno za jednu zemlju"
1223
+ msgstr[1] "Dozvoljeno za %d zemlje"
1224
+ msgstr[2] "Dozvoljeno za %d zemalja"
1225
 
1226
  #: ../dashboard.php:2652
1227
  msgid "No rule"
1228
+ msgstr "Bez pravila"
1229
 
1230
  #: ../dashboard.php:2864
1231
  msgid "Security rules have been updated"
1232
+ msgstr "Pravila bezbednosti su ažurirana"
1233
 
1234
  #. URI of the plugin
1235
  #:
1236
  msgid "https://wpcerber.com"
1237
+ msgstr "https://wpcerber.com"
1238
 
1239
  #: ../common.php:847
1240
  msgid "Form submission denied"
1241
+ msgstr "Odbijeno slanje forme"
1242
 
1243
  #: ../common.php:848
1244
  msgid "Comment denied"
1245
+ msgstr "Komentar odbijen"
1246
 
1247
  #: ../common.php:876
1248
  msgid "Request to REST API denied"
1249
+ msgstr "Zahtev za REST API odbijen"
1250
 
1251
  #: ../common.php:877
1252
  msgid "XML-RPC request denied"
1253
+ msgstr "Zahtev za XML-RPC odbijen"
1254
 
1255
  #: ../common.php:888
1256
  msgid "Bot detected"
1257
+ msgstr "Pronađen bot"
1258
 
1259
  #: ../common.php:889
1260
  msgid "Citadel mode is active"
1261
+ msgstr "Citadel mod je aktivan"
1262
 
1263
  #: ../common.php:893
1264
  msgid "Malicious activity detected"
1265
+ msgstr "Otkrivena maliciozna aktivnost"
1266
 
1267
  #: ../common.php:894
1268
  msgid "Blocked by country rule"
1269
+ msgstr "Blokiran na osnovu pravila za zemlje"
1270
 
1271
  #: ../common.php:895
1272
  msgid "Limit reached"
1273
+ msgstr "Postignut limit"
1274
 
1275
  #: ../common.php:896
1276
  msgid "Multiple suspicious activities"
1277
+ msgstr "Više sumnjivih aktivnosti"
1278
 
1279
  #: ../common.php:933
1280
  msgid "Multiple suspicious activities were detected"
1281
+ msgstr "Otkriveno više sumnjivih aktivnosti"
1282
 
1283
  #: ../settings.php:124
1284
  msgid "Block access to user pages like /?author=n and user data via REST API"
1285
+ msgstr "Blokiraj pristup stranicama korisnika kao /?author=n i podataka putem REST API"
1286
 
1287
  #: ../settings.php:134
1288
  msgid "Block access to the WordPress REST API except the following"
1289
+ msgstr "Blokiraj pristup WordPress REST API osim"
1290
 
1291
  #: ../settings.php:135
1292
  msgid "Allow REST API for logged in users"
1293
+ msgstr "Dozvoli REST API za logovane korisnike"
1294
 
1295
  #: ../settings.php:142
1296
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1297
+ msgstr "Definiši kome je odobren REST API ukoliko je isključen za sve ostale. Jedan string po liniji."
1298
 
1299
  #: ../settings.php:154
1300
  msgid "Registration limit"
1301
+ msgstr "Limit prijavljivanja"
1302
 
1303
  #: ../settings.php:165
1304
  msgid "Sort users in dashboard"
1305
+ msgstr "Sortiraj korisnike u kontrolnoj tabli"
1306
 
1307
  #: ../settings.php:165
1308
  msgid "by date of registration"
1309
+ msgstr "po datumu registracije"
1310
 
1311
  #: ../settings.php:180
1312
  msgid "Query whitelist"
1313
+ msgstr "Query bela lista"
1314
 
1315
  #: ../settings.php:753 ../settings.php:875
1316
  msgid "%s allowed registrations in %s minutes from one IP"
1317
+ msgstr "%s dozvoljenih registracija u %s minuta od jednog IP-ija"
1318
 
1319
  #: ../dashboard.php:2708
1320
  msgid "Start typing here to find a country"
1321
+ msgstr "Počnite da kucate da pronađete zemlju"
1322
 
1323
  #: ../dashboard.php:2791
1324
  msgid "Click on a country name to add it to the list of selected countries"
1325
+ msgstr "Kliknite na naziv zemlje da je dodate na listu odabranih zemalja"
1326
 
1327
  #: ../dashboard.php:2815
1328
  msgid "Submit forms"
1329
+ msgstr "Pošaljite formu"
1330
 
1331
  #: ../dashboard.php:2816
1332
  msgid "Post comments"
1333
+ msgstr "Komentari posta"
1334
 
1335
  #: ../dashboard.php:2817
1336
  msgid "Log in to the website"
1337
+ msgstr "Prijavite se"
1338
 
1339
  #: ../dashboard.php:2818
1340
  msgid "Register on the website"
1341
+ msgstr "Registrujte se"
1342
 
1343
  #: ../dashboard.php:2819
1344
  msgid "Use XML-RPC"
1345
+ msgstr "Koristite XML-RPC"
1346
 
1347
  #: ../dashboard.php:2820
1348
  msgid "Use REST API"
1349
+ msgstr "Koristite REST API"
1350
 
1351
  #: ../settings.php:190
1352
  msgid "Deny it completely"
1353
+ msgstr "Zabranite sve"
1354
 
1355
  #: ../settings.php:190
1356
  msgid "Mark it as spam"
1357
+ msgstr "Označite kao spam"
1358
 
1359
  #: ../dashboard.php:1808
1360
  msgid "in the last 24 hours"
1361
+ msgstr "U poslednjih 24 časa"
1362
 
1363
  #: ../dashboard.php:2175
1364
  msgid "Main settings"
1365
+ msgstr "Glavna podešavanja"
1366
 
1367
  #: ../settings.php:261
1368
  msgid "Weekly reports"
1369
+ msgstr "Nedeljni izveštaji"
1370
 
1371
  #: ../settings.php:989
1372
  msgid "Sunday"
1373
+ msgstr "Nedelja"
1374
 
1375
  #: ../settings.php:990
1376
  msgid "Monday"
1377
+ msgstr "Ponedeljak"
1378
 
1379
  #: ../settings.php:991
1380
  msgid "Tuesday"
1381
+ msgstr "Utorak"
1382
 
1383
  #: ../settings.php:992
1384
  msgid "Wednesday"
1385
+ msgstr "Sreda"
1386
 
1387
  #: ../settings.php:993
1388
  msgid "Thursday"
1389
+ msgstr "Četvrtak"
1390
 
1391
  #: ../settings.php:994
1392
  msgid "Friday"
1393
+ msgstr "Petak"
1394
 
1395
  #: ../settings.php:995
1396
  msgid "Saturday"
1397
+ msgstr "Subota"
1398
 
1399
  #: ../settings.php:1054 ../settings.php:1055
1400
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1401
+ msgstr "Ukoliko koristite plugin za keširanje, morate da dodate Vaš novi URL za prijavljivanje na listu koja se ne kešira"
1402
 
1403
  #: ../cerber-load.php:3526
1404
  msgid "Weekly report"
1405
+ msgstr "Nedeljni izveštaj"
1406
 
1407
  #: ../cerber-load.php:3529 ../cerber-load.php:3539
1408
  msgid "To change reporting settings visit"
1409
+ msgstr "Da promenite pravila izveštavanja posetite"
1410
 
1411
  #: ../cerber-load.php:3562
1412
  msgid "Your login page:"
1413
+ msgstr "Vaša stranica za prijavljivanje:"
1414
 
1415
  #: ../cerber-load.php:3566
1416
  msgid "Your license is valid until"
1417
+ msgstr "Vaša licenca važi do"
1418
 
1419
  #: ../cerber-load.php:3672
1420
  msgid "Activity details"
1421
+ msgstr "Detalji aktivnosti"
1422
 
1423
  #: ../settings.php:1021
1424
  msgid "Click to send now"
1425
+ msgstr "Kliknite da pošaljete odmah"
1426
 
1427
  #: ../cerber-load.php:833
1428
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1429
+ msgstr "> > > Prevodilac WP Cerber-a? Da dobijete besplatnu PRO licencu, ostavite Vaš kontakt ovde: https://wpcerber.com/contact/"
1430
 
1431
  #: ../dashboard.php:428
1432
  msgid "Email has been sent to"
1433
+ msgstr "Email je poslat na"
1434
 
1435
  #: ../dashboard.php:431
1436
  msgid "Unable to send email to"
1437
+ msgstr "Nije moguće poslati mail na"
1438
 
1439
  #: ../dashboard.php:2644
1440
  msgid "Not permitted for one country"
1441
  msgid_plural "Not permitted for %d countries"
1442
+ msgstr[0] "Nije dozvoljenu za jednu zemlju"
1443
+ msgstr[1] "Nije dozvoljeno za %d zemlje"
1444
+ msgstr[2] "Nije dozvoljeno za %d zemalja"
1445
 
1446
  #: ../dashboard.php:2795
1447
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1448
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1449
+ msgstr "Odabranim zemljama je dozvoljeno da %s, drugim zemljama nije dozvoljeno da"
1450
 
1451
  #: ../dashboard.php:2798
1452
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1453
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1454
+ msgstr "Odaberi zemlje kojima nije dozvoljeno da %s, drugim zemljama je dozvoljeno da"
1455
 
1456
  #: ../cerber-load.php:3660
1457
  msgid "Weekly Report"
1458
+ msgstr "Nedeljni izveštaj"
1459
 
1460
  #: ../settings.php:90
1461
  msgid "Use 404 template from the active theme"
1462
+ msgstr "Koristi 404 template aktivne teme"
1463
 
1464
  #: ../settings.php:90
1465
  msgid "Display simple 404 page"
1466
+ msgstr "Prikaži 404 stranicu"
1467
 
1468
  #: ../settings.php:186
1469
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1470
+ msgstr "Unesi deo query stringa ili query putanje da isključiš zahtev iz inspekcije od strane engina. Jedan unos po liniji."
1471
 
1472
  #: ../settings.php:274 ../settings.php:511
1473
  msgid "if empty, email from notification settings will be used"
1474
+ msgstr "Ako ostavite prazno, koristiće se email iz podešavanja za notifikacije."
1475
 
1476
  #: ../settings.php:262
1477
  msgid "Enable reporting"
1478
+ msgstr "Omogući izveštavanje"
1479
 
1480
  #: ../cerber-load.php:3590
1481
  msgid "Your last sign-in was %s from %s"
1482
+ msgstr "Vaše poslednje prijavljivanje je bilo %s od %s"
1483
 
1484
  #: ../cerber-load.php:3686
1485
  msgid "Attempts to log in with non-existent username"
1486
+ msgstr "Pokušaji prijavljivanje nepostojećim korisničkim imenom"
1487
 
1488
  #: ../dashboard.php:217
1489
  msgid "IP address, IPv4 address range or subnet"
1490
+ msgstr "IP adresa, IPv4 domet adrese ili subnet"
1491
 
1492
  #: ../dashboard.php:219
1493
  msgid "Optional comment for this entry"
1494
+ msgstr "Opcioni komentar za ovaj unos"
1495
 
1496
  #: ../dashboard.php:260
1497
  msgid "You cannot add your IP address or network"
1498
+ msgstr "Ne možete da dodate Vašu IP adresu ili mrežu"
1499
 
1500
  #: ../settings.php:162
1501
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1502
+ msgstr "Da definišete REGEX šemu označite šemu u dve kose crte"
1503
 
1504
  #: ../dashboard.php:56
1505
  msgid "Cerber Traffic Inspector"
1506
+ msgstr "Cerber inspektor saobraćaja"
1507
 
1508
  #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1509
  msgid "Traffic Inspector"
1510
+ msgstr "Inspektor saobraćaja"
1511
 
1512
  #: ../dashboard.php:1355
1513
  msgid "Traffic"
1514
+ msgstr "Saobraćaj"
1515
 
1516
  #: ../dashboard.php:3240
1517
  msgid "Request"
1518
+ msgstr "Zahtev"
1519
 
1520
  #: ../dashboard.php:3242
1521
  msgid "Host Info"
1522
+ msgstr "Informacije o hostu"
1523
 
1524
  #: ../dashboard.php:3243
1525
  msgid "User Agent"
1526
+ msgstr "User agent"
1527
 
1528
  #: ../dashboard.php:3268
1529
  msgid "All requests"
1530
+ msgstr "Svi zahtevi"
1531
 
1532
  #: ../dashboard.php:3273
1533
  msgid "Not logged in visitors"
1534
+ msgstr "Nije prijavljen u visitors"
1535
 
1536
  #: ../dashboard.php:3276
1537
  msgid "Form submissions"
1538
+ msgstr "Slanje forme"
1539
 
1540
  #: ../dashboard.php:3278
1541
  msgid "Page Not Found"
1542
+ msgstr "Stranica nije pronađena"
1543
 
1544
  #: ../dashboard.php:3285
1545
  msgid "Longer than"
1546
+ msgstr "Duže od"
1547
 
1548
  #: ../dashboard.php:3301
1549
  msgid "Refresh"
1550
+ msgstr "Osvežite"
1551
 
1552
  #: ../common.php:116
1553
  msgid "Check for requests"
1554
+ msgstr "Proverite zahteve"
1555
 
1556
  #: ../common.php:1229
1557
  msgid "Not specified"
1558
+ msgstr "Nije definisano"
1559
 
1560
  #: ../settings.php:304
1561
  msgid "Logging mode"
1562
+ msgstr "Režim prijavljivanja"
1563
 
1564
  #: ../settings.php:310
1565
  msgid "Logging disabled"
1566
+ msgstr "Prijavljivanje onemogućeno"
1567
 
1568
  #: ../settings.php:311
1569
  msgid "Smart"
1570
+ msgstr "Pametan"
1571
 
1572
  #: ../settings.php:312
1573
  msgid "All traffic"
1574
+ msgstr "Sav saobraćaj"
1575
 
1576
  #: ../settings.php:316
1577
  msgid "Ignore crawlers"
1578
+ msgstr "Ignoriši paukove koji indeksiraju"
1579
 
1580
  #: ../settings.php:326
1581
  msgid "Mask these form fields"
1582
+ msgstr "Maskiraj ova polja u formi"
1583
 
1584
  #: ../settings.php:362
1585
  msgid "milliseconds"
1586
+ msgstr "milisekunde"
1587
 
1588
  #: ../settings.php:282
1589
  msgid "Inspection"
1590
+ msgstr "Inspekcija"
1591
 
1592
  #: ../settings.php:283
1593
  msgid "Enable traffic inspection"
1594
+ msgstr "Omogući inspekciju saobraćaja"
1595
 
1596
  #: ../settings.php:303
1597
  msgid "Logging"
1598
+ msgstr "Prijavljivanje"
1599
 
1600
  #: ../settings.php:321
1601
  msgid "Save request fields"
1602
+ msgstr "Snimi request polja"
1603
 
1604
  #: ../settings.php:357
1605
  msgid "Page generation time threshold"
1606
+ msgstr "Vremenski prag generacije stranice"
1607
 
1608
  #: ../dashboard.php:3260
1609
  msgid "No requests have been logged."
1610
+ msgstr "Nije bilo zahteva logovanja"
1611
 
1612
  #: ../dashboard.php:1322
1613
  msgid "enabled"
1614
+ msgstr "omogućeno"
1615
 
1616
  #: ../dashboard.php:1327
1617
  msgid "no connection"
1618
+ msgstr "nema konekcije"
1619
 
1620
  #: ../dashboard.php:3597
1621
  msgid "Advanced search"
1622
+ msgstr "Napredna pretraga"
1623
 
1624
  #: ../dashboard.php:1078
1625
  msgid "Last seen"
1626
+ msgstr "Poslednje viđeno"
1627
 
1628
  #: ../common.php:872 ../common.php:934
1629
  msgid "Probing for vulnerable PHP code"
1630
+ msgstr "Probijanje zlonamernog PHP koda"
1631
 
1632
  #: ../dashboard.php:3555
1633
  msgid "Any"
1634
+ msgstr "Bilo koji"
1635
 
1636
  #: ../cerber-load.php:3308
1637
  msgid "We're sorry, you are not allowed to proceed"
1638
+ msgstr "Žao nam je, nije Vam dozvoljeno da nastavite"
1639
 
1640
  #: ../settings.php:294
1641
  msgid "Request whitelist"
1642
+ msgstr "Zahtevaj belu listu"
1643
 
1644
  #: ../settings.php:300
1645
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1646
+ msgstr "Unesite URI zahteva da ga isključite iz inspekcije. Jedan unos po liniji."
1647
 
1648
  #: ../settings.php:338
1649
  msgid "Save request headers"
1650
+ msgstr "Snimi request hedere"
1651
 
1652
  #: ../settings.php:344
1653
  msgid "Save $_SERVER"
1654
+ msgstr "Snimite $_SERVER"
1655
 
1656
  #: ../settings.php:350
1657
  msgid "Save request cookies"
1658
+ msgstr "Snimite request kolačiće"
1659
 
1660
  #: ../settings.php:125
1661
  msgid "Protect admin scripts"
1662
+ msgstr "Zaštitite admin skripte"
1663
 
1664
  #: ../settings.php:125
1665
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1666
+ msgstr "Blokirajte neautorizovane pristupe za load-skrcipts.php i load-styles.php"
1667
 
1668
  #: ../common.php:1915
1669
  msgid "Unable to create the directory"
1670
+ msgstr "Nije moguće kreirati direktorijum"
1671
 
1672
  #: ../common.php:1920
1673
  msgid "Destination folder access denied"
1674
+ msgstr "Pristup odbijen za destinacioni folder"
1675
 
1676
  #: ../common.php:1923
1677
  msgid "File not found"
1678
+ msgstr "Fajl nije pronađen"
1679
 
1680
  #: ../common.php:1926
1681
  msgid "Unable to copy the file"
1682
+ msgstr "Nije moguće kopirati fajl"
1683
 
1684
  #: ../common.php:1932
1685
  msgid "Unable to delete the file"
1686
+ msgstr "Nije moguće obrisati fajl"
1687
 
1688
  #: ../settings.php:74
1689
  msgid "Plugin initialization"
1690
+ msgstr "Inicijalizacija plugina"
1691
 
1692
  #: ../settings.php:75
1693
  msgid "Load security engine"
1694
+ msgstr "Pokreni bezbednosnu mašinu"
1695
 
1696
  #: ../settings.php:75
1697
  msgid "Legacy mode"
1698
+ msgstr "Lagacy režim"
1699
 
1700
  #: ../settings.php:75
1701
  msgid "Standard mode"
1702
+ msgstr "Standardni režim"
1703
 
1704
  #: ../settings.php:1032
1705
  msgid "Plugin initialization mode has not been changed"
1706
+ msgstr "Režim inicijalizacije plugina nije promenjen"
1707
 
1708
  #. Description of the plugin
1709
  #:
1710
  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>."
1711
+ msgstr "Ovo je standardni modul rada za WP Cerber Security & Antispam plugin. Instaliran je kada ste inicijalizovali plugin mode na standardni. Za više informacija posetite: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1712
 
1713
  #: ../common.php:874
1714
  msgid "File upload denied"
1715
+ msgstr "Odbijen upload fajla"
1716
 
1717
  #: ../settings.php:98
1718
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1719
+ msgstr "Adresa URL-a za prijavljivanje može da sadrži samo slova, brojeve, crtice i donje crtice"
1720
 
1721
  #: ../settings.php:186 ../settings.php:300
1722
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1723
+ msgstr "Da definišete REGEX šemu, stavite sve u dve zagrade"
1724
 
1725
  #: ../settings.php:587
1726
  msgid "Be careful about enabling these options."
1727
+ msgstr "Budite oprezni pri omogućavanju ovih opcija"
1728
 
1729
  #: ../settings.php:587
1730
  msgid "If you forget your Custom login URL, you will be unable to log in."
1731
+ msgstr "Ukoliko zaboravite Vaš promenjen URL za prijavljivanje, nećete biti u mogućnosti da se prijavite."
1732
 
1733
  #: ../dashboard.php:64 ../cerber-scanner.php:89
1734
  msgid "Site Integrity"
1735
+ msgstr "Integritet veb-sajta"
1736
 
1737
  #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
1738
  msgid "Disabled"
1739
+ msgstr "Onemogućeno"
1740
 
1741
  #: ../dashboard.php:1341 ../cerber-scanner.php:874
1742
  msgid "Quick Scan"
1743
+ msgstr "Brzi skener"
1744
 
1745
  #: ../dashboard.php:1343 ../cerber-scanner.php:874
1746
  msgid "Full Scan"
1747
+ msgstr "Kompletan skener"
1748
 
1749
  #. Name of the plugin
1750
  #:
1751
  msgid "WP Cerber Security, Antispam & Malware Scan"
1752
+ msgstr "WP Cerber Security, Antispam & Malware Scan"
1753
 
1754
  #: ../common.php:897
1755
  msgid "Denied"
1756
+ msgstr "Odbijeno"
1757
 
1758
  #: ../settings.php:81 ../settings.php:289
1759
  msgid "Use White IP Access List"
1760
+ msgstr "Koristi Belu listu IP adresa za pristup"
1761
 
1762
  #: ../settings.php:88
1763
  msgid "Disable dashboard redirection"
1764
+ msgstr "Onemogući redirekciju kontrolne table"
1765
 
1766
  #: ../settings.php:88
1767
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1768
+ msgstr "Onemogući auto redirekciju ka stranici za prijavljivanje kada je /wp-admi/ zatražen od neautorizovanog lica"
1769
 
1770
  #: ../settings.php:378
1771
  msgid "Scanner settings"
1772
+ msgstr "Podešavanja skenera"
1773
 
1774
  #: ../settings.php:379
1775
  msgid "Custom signatures"
1776
+ msgstr "Custom potpisi"
1777
 
1778
  #: ../settings.php:385
1779
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1780
+ msgstr "Specifikujte Vaš PHP kod potpis. Jedan unos po liniji. Da specifikujete REGEX šemu, zatvorite liniju u zagrade."
1781
 
1782
  #: ../settings.php:387
1783
  msgid "Unwanted file extensions"
1784
+ msgstr "Neželjene fajl ekstenzije"
1785
 
1786
  #: ../settings.php:393
1787
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1788
+ msgstr "Definišite fajl ekstenzije za pretragu. Važi samo za kompletno skeniranje. Odvajajte unose zarezom."
1789
 
1790
  #: ../settings.php:395
1791
  msgid "Directories to exclude"
1792
+ msgstr "Direktorijumi koji se isključuju."
1793
 
1794
  #: ../settings.php:401
1795
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1796
+ msgstr "Navedite direktorijume da se isključe od skeniranja. Koristite apsolutne putanje. Jedan unos po liniji."
1797
 
1798
  #: ../settings.php:416
1799
  msgid "Scan temporary directory"
1800
+ msgstr "Skenirajte privremeni direktorijum"
1801
 
1802
  #: ../settings.php:423
1803
  msgid "Scan session directory"
1804
+ msgstr "Skenirajte direktorijum sesija"
1805
 
1806
  #: ../settings.php:435
1807
  msgid "Delete quarantined files after"
1808
+ msgstr "Obrišite fajlove u karantinu nakon"
1809
 
1810
  #: ../settings.php:450
1811
  msgid "Launch Quick Scan"
1812
+ msgstr "Pokrenite brzo skeniranje"
1813
 
1814
  #: ../cerber-scanner.php:1417
1815
  msgid "Every hour"
1816
+ msgstr "Svakog sata"
1817
 
1818
  #: ../cerber-scanner.php:1418
1819
  msgid "Every 3 hours"
1820
+ msgstr "Na svaka tri sata"
1821
 
1822
  #: ../cerber-scanner.php:1419
1823
  msgid "Every 6 hours"
1824
+ msgstr "Na svakih šest sati"
1825
 
1826
  #: ../settings.php:457
1827
  msgid "Launch Full Scan"
1828
+ msgstr "Pokreni komopletno skeniranje"
1829
 
1830
  #: ../settings.php:467 ../settings.php:527
1831
  msgid "Low severity"
1832
+ msgstr "Mala jačina"
1833
 
1834
  #: ../settings.php:467 ../settings.php:527
1835
  msgid "Medium severity"
1836
+ msgstr "Srednja jačina"
1837
 
1838
  #: ../settings.php:467 ../settings.php:527
1839
  msgid "High severity"
1840
+ msgstr "Velika jačina"
1841
 
1842
  #: ../settings.php:468
1843
  msgid "Report an issue if any of the following is true"
1844
+ msgstr "Prijavi problem ako je nešto od sledećeg istinito"
1845
 
1846
  #: ../settings.php:476
1847
  msgid "Send email report"
1848
+ msgstr "Pošalji email izveštaj"
1849
 
1850
  #: ../settings.php:482
1851
  msgid "After every scan"
1852
+ msgstr "Nakon svakog skena"
1853
 
1854
  #: ../settings.php:483
1855
  msgid "If any changes in scan results occurred"
1856
+ msgstr "Ako su se pojavile promene u izveštaju prilikom skeniranja"
1857
 
1858
  #: ../settings.php:488
1859
  msgid "Include file sizes"
1860
+ msgstr "Uključi veličine fajlova"
1861
 
1862
  #: ../settings.php:495
1863
  msgid "Include scan errors"
1864
+ msgstr "Uključi greške prilikom skeniranja"
1865
 
1866
  #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1867
  msgid "Security Scanner"
1868
+ msgstr "Skener bezbednosti"
1869
 
1870
  #: ../cerber-scanner.php:77
1871
  msgid "Scheduling"
1872
+ msgstr "Planiranje"
1873
 
1874
  #: ../cerber-scanner.php:142
1875
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1876
+ msgstr "Trenutno traje planirani skener. Molimo Vas sačekajte da se završi."
1877
 
1878
  #: ../cerber-scanner.php:146
1879
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1880
+ msgstr "Prethodno skeniranje je počelo %s i nije završeno. Nastaviti skeniranje?"
1881
 
1882
  #: ../cerber-scanner.php:155
1883
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1884
+ msgstr "Izgleda da veb-sajt nikada nije skeniran. Da započnete kliknite na dugme ispod."
1885
 
1886
  #: ../cerber-scanner.php:158
1887
  msgid "Start Quick Scan"
1888
+ msgstr "Započnite brzo skeniranje"
1889
 
1890
  #: ../cerber-scanner.php:159
1891
  msgid "Start Full Scan"
1892
+ msgstr "Započnite kompletno skeniranje"
1893
 
1894
  #: ../cerber-scanner.php:160
1895
  msgid "Stop Scanning"
1896
+ msgstr "Zaustavite skeniranje"
1897
 
1898
  #: ../cerber-scanner.php:161
1899
  msgid "Continue Scanning"
1900
+ msgstr "Nastavite skeniranje"
1901
 
1902
  #: ../cerber-scanner.php:191
1903
  msgid "Delete"
1904
+ msgstr "Obrišite"
1905
 
1906
  #: ../cerber-scanner.php:1366
1907
  msgid "Verified"
1908
+ msgstr "Verifikovano"
1909
 
1910
  #: ../cerber-scanner.php:1373
1911
  msgid "Integrity data not found"
1912
+ msgstr "Nisu pronađene integrity data"
1913
 
1914
  #: ../cerber-scanner.php:1374
1915
  msgid "Unable to check the integrity of the plugin due to a network error"
1916
+ msgstr "Nemoguće utvrditi integritet plugina zbog greške na mreži"
1917
 
1918
  #: ../cerber-scanner.php:1375
1919
  msgid "Unable to check the integrity of WordPress files due to a network error"
1920
+ msgstr "Nemoguće utvrditi integritet WordPress fajlova zbog greške na mreži"
1921
 
1922
  #: ../cerber-scanner.php:1376
1923
  msgid "Unable to check the integrity of the theme due to a network error"
1924
+ msgstr "Nemoguće utvrditi integritet teme zbog greške na mreži"
1925
 
1926
  #: ../cerber-scanner.php:1379
1927
  msgid "Local file doesn't exist"
1928
+ msgstr "Lokalni fajl ne postoji"
1929
 
1930
  #: ../cerber-scanner.php:1381
1931
  msgid "Unable to process file"
1932
+ msgstr "Nemoguće procesuirati fajl"
1933
 
1934
  #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1935
  msgid "Unable to open file"
1936
+ msgstr "Nemoguće otvoriti fajl"
1937
 
1938
  #: ../cerber-scanner.php:1384
1939
  msgid "Checksum mismatch"
1940
+ msgstr "Checksum neslaganje"
1941
 
1942
  #: ../cerber-scanner.php:1387
1943
  msgid "Suspicious code found"
1944
+ msgstr "Pronađen sumnjivi kod"
1945
 
1946
  #: ../cerber-scanner.php:1389
1947
  msgid "Unattended suspicious file"
1948
+ msgstr "Nezapažen sumnjivi fajl"
1949
 
1950
  #: ../cerber-scanner.php:1390
1951
  msgid "Executable code found"
1952
+ msgstr "Pronađen kod koji može da se izvrši"
1953
 
1954
  #: ../cerber-scanner.php:1394
1955
  msgid "Unwanted file extension"
1956
+ msgstr "Neželjena fajl ekstenzija"
1957
 
1958
  #: ../cerber-scanner.php:1396
1959
  msgid "Content has been modified"
1960
+ msgstr "Sadržaj je promenjen"
1961
 
1962
  #: ../cerber-scanner.php:1397
1963
  msgid "New file"
1964
+ msgstr "Novi fajl"
1965
 
1966
  #: ../cerber-scanner.php:2487
1967
  msgid "Custom signature found"
1968
+ msgstr "Specifičan potpis pronađen"
1969
 
1970
  #: ../cerber-scanner.php:3730
1971
  msgid "Scanning folders for files"
1972
+ msgstr "Skeniranje foldera za fajlove"
1973
 
1974
  #: ../cerber-scanner.php:3734
1975
  msgid "Parsing the list of files"
1976
+ msgstr "Raščlanjivanje liste fajlova"
1977
 
1978
  #: ../cerber-scanner.php:3735
1979
  msgid "Checking for new and modified files"
1980
+ msgstr "Proveravanje novih i promenjenih fajlova"
1981
 
1982
  #: ../cerber-scanner.php:3736
1983
  msgid "Verifying the integrity of WordPress"
1984
+ msgstr "Provera integriteta WordPressa"
1985
 
1986
  #: ../cerber-scanner.php:3737
1987
  msgid "Verifying the integrity of the plugins"
1988
+ msgstr "Provera integriteta pluginova"
1989
 
1990
  #: ../cerber-scanner.php:3738
1991
  msgid "Verifying the integrity of the themes"
1992
+ msgstr "Provera integriteta teme"
1993
 
1994
  #: ../cerber-scanner.php:3739
1995
  msgid "Searching for malicious code"
1996
+ msgstr "Pretraga malcioznog koda"
1997
 
1998
  #: ../cerber-scanner.php:3740
1999
  msgid "Finalizing the scan"
2000
+ msgstr "Finaliziranje skena"
2001
 
2002
  #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2003
  msgid "Files to scan"
2004
+ msgstr "Fajlovi za skeniranje"
2005
 
2006
  #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2007
  msgid "Critical issues"
2008
+ msgstr "Kritične tačke"
2009
 
2010
  #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2011
  msgid "Issues total"
2012
+ msgstr "Ukupno stavki"
2013
 
2014
  #: ../cerber-scanner.php:4309
2015
  msgid "The directory is not writable"
2016
+ msgstr "Direktorijum onemogućen za pisanje"
2017
 
2018
  #: ../cerber-scanner.php:4327
2019
  msgid "Unable to create WP CERBER directory"
2020
+ msgstr "Nemoguće kreirati WP CERBER direktorijum"
2021
 
2022
  #: ../cerber-scanner.php:4533
2023
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2024
+ msgstr "Greška prilikom pristupa fajlu. Mogući neažurni rezultati skena. Molimo Vas da pokrenete brzi ili kompletan sken."
2025
 
2026
  #: ../cerber-scanner.php:5213
2027
  msgid "To view full report visit"
2028
+ msgstr "Da vidite kompletan izveštaj posetite"
2029
 
2030
  #: ../cerber-load.php:3536
2031
  msgid "Scanner Report"
2032
+ msgstr "Izveštaj skenera"
2033
 
2034
  #: ../settings.php:403
2035
  msgid "Monitor new files"
2036
+ msgstr "Pratite nove fajlove"
2037
 
2038
  #: ../settings.php:410
2039
  msgid "Monitor modified files"
2040
+ msgstr "Pratite modifikovane fajlove"
2041
 
2042
  #: ../settings.php:484
2043
  msgid "If new issues found"
2044
+ msgstr "Ukoliko se pronađu novi problemi"
2045
 
2046
  #: ../settings.php:1279
2047
  msgid "The schedule has been updated"
2048
+ msgstr "Raspored je ažuriran"
2049
 
2050
  #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
2051
  msgid "Suspicious directives found"
2052
+ msgstr "Sumnjive direktive pronađene"
2053
 
2054
  #: ../cerber-scanner.php:2665
2055
  msgid "Suspicious code instruction found"
2056
+ msgstr "Sumnjive instrukcije koda pronađene"
2057
 
2058
  #: ../cerber-scanner.php:2666
2059
  msgid "Suspicious code signatures found"
2060
+ msgstr "Sumnjivi potpisi koda pronađeni"
2061
 
2062
  #: ../cerber-scanner.php:2669
2063
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2064
+ msgstr "Da rešite ovaj problem morate da reinstalirate %s ili ga ažurirate na poslednju verziju."
2065
 
2066
  #: ../cerber-scanner.php:2670
2067
  msgid "Please upload a reference ZIP archive"
2068
+ msgstr "Molimo Vas da upload-ujete reference ZIP arhivu"
2069
 
2070
  #: ../cerber-scanner.php:2671
2071
  msgid "Resolve issue"
2072
+ msgstr "Rešavanje problema"
2073
 
2074
  #: ../cerber-scanner.php:4020
2075
  msgid "We have not found any integrity data to verify"
2076
+ msgstr "Nismo pronašli podatke sa integritetom za potvrdu"
2077
 
2078
  #: ../cerber-scanner.php:4022
2079
  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."
2080
+ msgstr "Morate da omogućite ZIP arhivu sa koje ste izvršili instalaciju. Ovo omogućuje bezbednosti skener da verifikuje integritet koda i detektuje malver."
2081
 
2082
  #: ../cerber-scanner.php:5060
2083
  msgid "Full Scan Report"
2084
+ msgstr "Izveštaj kompletnog skenera"
2085
 
2086
  #: ../cerber-scanner.php:5060
2087
  msgid "Quick Scan Report"
2088
+ msgstr "Izveštaj brzog skenera"
2089
 
2090
  #: ../cerber-scanner.php:5073
2091
  msgid "Files scanned"
2092
+ msgstr "Skenirani fajlovi"
2093
 
2094
  #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2095
  #: php:1094
2096
  msgid "Check for activities"
2097
+ msgstr "Proverite aktivnosti"
2098
 
2099
  #: ../dashboard.php:1057
2100
  msgid "Activated"
2101
+ msgstr "Aktivirano"
2102
 
2103
  #: ../common.php:879
2104
  msgid "Malicious request denied"
2105
+ msgstr "Maliciozni zahtev odbijen"
2106
 
2107
  #: ../common.php:883
2108
  msgid "User activated"
2109
+ msgstr "Korisnik aktiviran"
2110
 
2111
  #: ../common.php:898
2112
  msgid "Suspicious number of fields"
2113
+ msgstr "Sumnjivi broj polja"
2114
 
2115
  #: ../common.php:899
2116
  msgid "Suspicious number of nested values"
2117
+ msgstr "Sumnjivi broj ugrađenih vrednosti"
2118
 
2119
  #: ../common.php:900 ../common.php:935
2120
  msgid "Malicious code detected"
2121
+ msgstr "Maliciozni kod aktiviran"
2122
 
2123
  #: ../common.php:936
2124
  msgid "Attempt to upload a file with malicious code"
2125
+ msgstr "Pokušaj uploada malicioznog koda"
2126
 
2127
  #: ../common.php:1105
2128
  msgid "Bytes"
2129
+ msgstr "Bajtovi"
2130
 
2131
  #: ../cerber-scanner.php:1372
2132
  msgid "Vulnerability found"
2133
+ msgstr "Pronađena slabost"
2134
 
2135
  #: ../cerber-scanner.php:1377
2136
  msgid "Unable to check the integrity due to a DB error"
2137
+ msgstr "Nemogućnost uvrđivanja integriteta zbog greške data baze"
2138
 
2139
  #: ../cerber-scanner.php:3731
2140
  msgid "Scanning the upload folder for files"
2141
+ msgstr "Skeniranje fajlova upload foldera"
2142
 
2143
  #: ../cerber-scanner.php:3732
2144
  msgid "Scanning the temp folder for files"
2145
+ msgstr "Skeniranje fajlova privremenog foldera"
2146
 
2147
  #: ../cerber-scanner.php:3733
2148
  msgid "Scanning the session folder for files"
2149
+ msgstr "Skeniranje fajlova foldera sesija"
2150
 
2151
  #: ../settings.php:449
2152
  msgid "Automated recurring scan schedule"
2153
+ msgstr "Raspored skeniranja sa automatskim ponavljanjem"
2154
 
2155
  #: ../settings.php:465
2156
  msgid "Scan results reporting"
2157
+ msgstr "Izveštavanje o rezultatima skeniranja"
2158
 
2159
  #: ../dashboard.php:3270
2160
  msgid "Suspicious activity"
2161
+ msgstr "Sumnjiva aktivnost"
2162
 
2163
  #: ../dashboard.php:3271
2164
  msgid "Errors"
2165
+ msgstr "Greške"
2166
 
2167
  #: ../dashboard.php:3633
2168
  msgid "Antispam engine"
2169
+ msgstr "Antispam engine"
2170
 
2171
  #. Description of the plugin
2172
  #:
2173
  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."
2174
+ msgstr "Brani WordPress od hakerskih napada, spema, trojanaca, i virusa. Sadrži malver skener i proveru integriteta. Osnažuje WordPress setom složenih sigurnosnih algoritama. Štiti od spema sofisticiranim sistemom protiv botova i reCAPTCHA. Prati korisničku aktivnost i aktivnost napadača pomoću moćnih mail, mobilnih i desktop notifikacija."
2175
 
2176
  #: ../cerber-load.php:377
2177
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2178
+ msgstr "Premašili ste broj dozvoljenih login pokušaja. Pokušajte ponovo za $d minuta."
2179
 
2180
  #: ../common.php:1020
2181
  msgctxt "preposition of a period of time like: in 6 hours"
2182
  msgid "in %s"
2183
+ msgstr "U %s"
2184
 
2185
  #: ../settings.php:1005
2186
  msgctxt "preposition of time like: at 11:00"
2187
  msgid "at"
2188
+ msgstr "u"
2189
 
2190
  #: ../cerber-scanner.php:80
2191
  msgid "Quarantine"
2192
+ msgstr "Karantin"
2193
 
2194
  #: ../cerber-scanner.php:3815
2195
  msgid "Started"
2196
+ msgstr "Počelo"
2197
 
2198
  #: ../cerber-scanner.php:3819
2199
  msgid "Finished"
2200
+ msgstr "Završilo se"
2201
 
2202
  #: ../cerber-scanner.php:3827
2203
  msgid "Performance"
2204
+ msgstr "Performanse"
2205
 
2206
  #: ../cerber-scanner.php:3839
2207
  msgid "Vulnerabilities"
2208
+ msgstr "Ranjivost"
2209
 
2210
  #: ../cerber-scanner.php:3843
2211
  msgid "New files"
2212
+ msgstr "Novi fajlovi"
2213
 
2214
  #: ../cerber-scanner.php:3847
2215
  msgid "Changed files"
2216
+ msgstr "Promenjeni fajlovi"
2217
 
2218
  #: ../cerber-scanner.php:3851
2219
  msgid "Unwanted extensions"
2220
+ msgstr "Neželjene ekstenzije"
2221
 
2222
  #: ../settings.php:521 ../cerber-scanner.php:3855
2223
  msgid "Unattended files"
2224
+ msgstr "Fajlovi bez nadzora"
2225
 
2226
  #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2227
  msgid "Scanned"
2228
+ msgstr "Skenirani"
2229
 
2230
  #: ../cerber-scanner.php:5446
2231
  msgid "There are no files in the quarantine at the moment."
2232
+ msgstr "Trenutno nema fajlova u karantinu."
2233
 
2234
  #: ../cerber-scanner.php:5529
2235
  msgid "Restore"
2236
+ msgstr "Restore"
2237
 
2238
  #: ../cerber-scanner.php:5524
2239
  msgid "Delete permanently"
2240
+ msgstr "Obriši trajno"
2241
 
2242
  #: ../cerber-scanner.php:5537
2243
  msgid "Moved to quarantine"
2244
+ msgstr "Pomeri u karantin"
2245
 
2246
  #: ../cerber-scanner.php:5538
2247
  msgid "Automatic deletion"
2248
+ msgstr "Automatsko brisanje"
2249
 
2250
  #: ../cerber-scanner.php:5539
2251
  msgid "Size"
2252
+ msgstr "Veličina"
2253
 
2254
  #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2255
  msgid "File"
2256
+ msgstr "Fajl"
2257
 
2258
  #: ../cerber-scanner.php:5608
2259
  msgid "The file has been deleted permanently."
2260
+ msgstr "Fajl je trajno obrisan."
2261
 
2262
  #: ../cerber-scanner.php:5617
2263
  msgid "The file has been restored to its original location."
2264
+ msgstr "Fajl je vraćen na originalnu lokaciju."
2265
 
2266
  #: ../dashboard.php:1356
2267
  msgid "Integrity"
2268
+ msgstr "Integritet"
2269
 
2270
  #: ../common.php:873
2271
  msgid "Attempt to upload malicious file denied"
2272
+ msgstr "Pokušaj uploada malicioznog fajla odbijen"
2273
 
2274
  #: ../cerber-news.php:209
2275
  msgid "Awesome!"
2276
+ msgstr "Odlično!"
2277
 
2278
  #: ../settings.php:519
2279
  msgid "Automatic cleanup of malware and suspicious files"
2280
+ msgstr "Automatsko čišćenje malvera i sumnjivih fajlova"
2281
 
2282
  #: ../settings.php:528
2283
  msgid "Files in the uploads folder"
2284
+ msgstr "Fajlovi u upload folderu"
2285
 
2286
  #: ../settings.php:535
2287
  msgid "Files with unwanted extensions"
2288
+ msgstr "Fajlovi sa neželjenih ekstenzijama"
2289
 
2290
  #: ../settings.php:542
2291
  msgid "Exclusions"
2292
+ msgstr "Isključivanje"
2293
 
2294
  #: ../settings.php:543
2295
  msgid "Files in the temporary directory"
2296
+ msgstr "Fajlovi u privremenom direktorijumu"
2297
 
2298
  #: ../settings.php:549
2299
  msgid "Files in the sessions directory"
2300
+ msgstr "Fajlovi u direktorijumu sesije"
2301
 
2302
  #: ../settings.php:555
2303
  msgid "Files in these directories"
2304
+ msgstr "Fajlovi u ovim direktorijumima"
2305
 
2306
  #: ../settings.php:561
2307
  msgid "Use absolute paths. One item per line."
2308
+ msgstr "Koristite apsolutne putanje. Jedan unos po liniji."
2309
 
2310
  #: ../settings.php:563
2311
  msgid "Files with these extensions"
2312
+ msgstr "Fajlovi sa ovim ekstenzijama"
2313
 
2314
  #: ../settings.php:569
2315
  msgid "Use comma to separate items."
2316
+ msgstr "Koristite zarez da odvojite stavke."
2317
 
2318
  #: ../cerber-scanner.php:78
2319
  msgid "Cleaning up"
2320
+ msgstr "Čišćenje"
2321
 
2322
  #: ../cerber-scanner.php:1388
2323
  msgid "Malicious code found"
2324
+ msgstr "Maliciozni kod pronađen"
2325
 
2326
  #: ../cerber-scanner.php:2662
2327
  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."
2328
+ msgstr "Ovaj fajl sadrži kod koji može da se izvrši i koji može da sadrži malver. Ako je fajl deo tema ili plugina, mora biti lociran u folderu teme ili plugina. Bez izuzetaka."
2329
 
2330
  #: ../cerber-scanner.php:2663
2331
  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."
2332
+ msgstr "Skener je prepoznao ovaj fajl kao fajl bez vlasništva odnosno fajl koji nije deo nečega drugog jer ne pripada nijednom drugog delu veb-sajta i zbog toga ne bi trebalo da bude prisutan."
2333
 
2334
  #: ../cerber-scanner.php:2664
2335
  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."
2336
+ msgstr "Možda je ostalo nakon ažuriranja na novu verziju %s. Takođe može biti deo malvera. U retkim slučajevima može biti deo custom razvijenog plugina ili teme."
2337
 
2338
  #: ../cerber-scanner.php:2668
2339
  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."
2340
+ msgstr "Sadržaj fajla se promenio i ne podudara se sa onim što piše u zvaničnom WordPress repozitorijumu ili referentnom fajlu koji ste popeli ranije. Fajl je možda inficiran ili sadrži malver."
2341
 
2342
  #: ../cerber-scanner.php:5154
2343
  msgid "Deleted"
2344
+ msgstr "Obrisano"
2345
 
2346
  #: ../cerber-scanner.php:5201
2347
  msgid "Automatically moved to quarantine"
2348
+ msgstr "Automatski pomereno u karantin"
2349
 
2350
  #: ../common.php:901
2351
  msgid "Suspicious SQL code detected"
2352
+ msgstr "Sumnjivi SQL kod otkriven"
2353
 
2354
  #: ../dashboard.php:1337
2355
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2356
  msgid "Last malware scan"
2357
+ msgstr "Poslednji malver sken"
2358
 
2359
  #: ../dashboard.php:2909
2360
  msgid "Live Traffic"
2361
+ msgstr "Saobraćaj uživo"
2362
 
2363
  #: ../settings.php:117
2364
  msgid "Use English for admin interface"
2365
+ msgstr "Koristi engleski za admin panel"
2366
 
2367
  #: ../cerber-tools.php:42
2368
  msgid "Log"
2369
+ msgstr "Log"
2370
 
2371
  #: ../settings.php:429
2372
  msgid "Enable diagnostic log"
2373
+ msgstr "Omogući dijagnostik log"
2374
 
2375
  #: ../settings.php:128
2376
  msgid "Disable PHP in uploads"
2377
+ msgstr "Isključi PHP u uploadu"
2378
 
2379
  #: ../settings.php:128
2380
  msgid "Disable execution of PHP scripts in the WordPress media folder"
2381
+ msgstr "Onemogući izvršavanje PHP skripti u WordPress media folderu"
2382
 
2383
  #: ../settings.php:130
2384
  msgid "Disable PHP error displaying"
2385
+ msgstr "Onemogući PHP error prikaz"
2386
 
2387
  #: ../cerber-scanner.php:79
2388
  msgid "Ignore List"
2389
+ msgstr "Ignore lista"
2390
 
2391
  #: ../cerber-scanner.php:194
2392
  msgid "Ignore"
2393
+ msgstr "Ignoriši"
2394
 
2395
  #: ../cerber-scanner.php:5639
2396
  msgid "Apply"
2397
+ msgstr "Primeni"
2398
 
2399
  #: ../cerber-scanner.php:5670
2400
  msgid "Added"
2401
+ msgstr "Dodato"
2402
 
2403
  #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2404
  msgid "Remove from the list"
2405
+ msgstr "Pomeri sa liste"
2406
 
2407
  #: ../cerber-scanner.php:5641
2408
  msgid "User Insights"
2409
+ msgstr "Uvid u korisnike"
2410
 
2411
  #: ../cerber-scanner.php:5642
2412
  msgid "Traffic Insights"
2413
+ msgstr "Uvid u saobraćaj"
2414
 
2415
  #: ../cerber-scanner.php:5643
2416
  msgid "Activity Insights"
2417
+ msgstr "Uvid u aktivnost"
2418
 
2419
  #: ../dashboard.php:2279
2420
  msgid "Are you sure you want to delete selected files?"
2421
+ msgstr "Da li ste sigurni da želite da obrišete označene fajlove?"
2422
 
2423
  #: ../dashboard.php:2280
2424
  msgid "These files have been moved to the quarantine"
2425
+ msgstr "Ovi fajlovi su pomereni u karantin"
2426
 
2427
  #: ../dashboard.php:2283
2428
  msgid "Do you want to add selected files to the ignore list?"
2429
+ msgstr "Da li želite da dodate označete fajlove na ingor listu?"
2430
 
2431
  #: ../dashboard.php:2284
2432
  msgid "These files have been added to the ignore list"
2433
+ msgstr "Ovi fajlovi su dodati na ignor listu"
2434
 
2435
  #: ../dashboard.php:2286
2436
  msgid "Some errors occurred"
2437
+ msgstr "Pojavile su se greške"
2438
 
2439
  #: ../dashboard.php:2287
2440
  msgid "All files have been processed"
2441
+ msgstr "Svi fajlovi su procesuirani"
2442
 
2443
  #: ../dashboard.php:2444
2444
  msgid "These features are available in a professional version of the plugin."
2445
+ msgstr "Ove opcije su dostupne u profesionalnoj verziji plugina."
2446
 
2447
  #: ../dashboard.php:2445
2448
  msgid "Know more about all advantages at"
2449
+ msgstr "Saznajte više o svim prednostima na"
2450
 
2451
  #: ../common.php:902
2452
  msgid "Suspicious JavaScript code detected"
2453
+ msgstr "Sumnjiv JavaScript kod otkriven"
2454
 
2455
  #: ../settings.php:1282
2456
  msgid "Unable to update the schedule"
2457
+ msgstr "Nije moguće ažurirati raspored"
2458
 
2459
  #: ../cerber-scanner.php:5554
2460
  msgid "All scans"
2461
+ msgstr "Svi skenovi"
2462
 
2463
  #: ../cerber-scanner.php:5645
2464
  msgid "The list is empty."
2465
+ msgstr "Lista je prazna"
2466
 
2467
  #: ../cerber-scanner.php:5507
2468
  msgid "No files match the specified filter."
2469
+ msgstr "Nema fajlova koji se podudaraju sa filterom"
2470
 
2471
  #: ../cerber-scanner.php:5507
2472
  msgid "Click here to see the full list of files"
2473
+ msgstr "Kliknite ovde da vidite listu svih fajlova"
2474
 
languages/wp-cerber-nb_NO.mo CHANGED
Binary file
languages/wp-cerber-nb_NO.po CHANGED
@@ -68,7 +68,7 @@ msgstr "Deaktiver wp-login.php"
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Blokkér direkte tilgang til wp-login.php og returnér HTTP 404 Ikke Funnet-feil."
70
 
71
- #: ../dashboard.php:1300 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Vakttårnsmodus"
74
 
@@ -76,12 +76,12 @@ msgstr "Vakttårnsmodus"
76
  msgid "Threshold"
77
  msgstr "Terskel"
78
 
79
- #: ../settings.php:105 ../cerber-scanner.php:3656
80
  msgid "Duration"
81
  msgstr "Varighet"
82
 
83
- #: ../cerber-load.php:4261 ../settings.php:82 ../settings.php:106 ../settings.php:
84
- #: 654
85
  msgid "Notifications"
86
  msgstr "Varsling"
87
 
@@ -89,42 +89,42 @@ msgstr "Varsling"
89
  msgid "Send notification to admin email"
90
  msgstr "Send varsel til admins e-postadresse"
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 "Tilgangsliste"
96
 
97
- #: ../dashboard.php:1334 ../dashboard.php:1809 ../cerber-load.php:3983 ..
98
- #: /settings.php:108 ../settings.php:633
99
  msgid "Activity"
100
  msgstr "Aktivitet"
101
 
102
- #: ../settings.php:637
103
  msgid "Lockouts"
104
  msgstr "Utestengelser"
105
 
106
- #: ../settings.php:767 ../settings.php:889
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tillatte forsøk på %s minutter"
109
 
110
- #: ../settings.php:789 ../settings.php:911
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Aktivér etter %s mislykkede innloggingsforsøk på %s minutter"
113
 
114
- #: ../dashboard.php:134 ../dashboard.php:716 ../dashboard.php:3232 ../cerber-load.
115
- #: php:3992
116
  msgid "IP"
117
  msgstr "IP-adresse"
118
 
119
- #: ../dashboard.php:548 ../dashboard.php:719 ../dashboard.php:3230
120
  msgid "Date"
121
  msgstr "Dato"
122
 
123
- #: ../dashboard.php:548 ../dashboard.php:721 ../dashboard.php:3235
124
  msgid "Local User"
125
  msgstr "Lokal bruker"
126
 
127
- #: ../dashboard.php:548 ../dashboard.php:722 ../cerber-load.php:4000
128
  msgid "Username used"
129
  msgstr "Brukernavn brukt"
130
 
@@ -156,7 +156,7 @@ msgstr "Subnet blokkert"
156
  msgid "Citadel activated!"
157
  msgstr "Vakttårn aktivert!"
158
 
159
- #: ../dashboard.php:696 ../dashboard.php:924 ../dashboard.php:3062 ../common.php:
160
  #: 890
161
  msgid "Locked out"
162
  msgstr "Utestengt"
@@ -169,62 +169,63 @@ msgstr "IP svartelistet"
169
  msgid "Password changed"
170
  msgstr "Passord endret"
171
 
172
- #: ../dashboard.php:127 ../dashboard.php:200
173
  msgid "Remove"
174
  msgstr "Fjern"
175
 
176
- #: ../dashboard.php:430
177
  msgid "Lockout for %s was removed"
178
  msgstr "Utestengelse for %s ble fjernet"
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 "Hvit IP-tilgangsliste"
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 "Svart IP-tilgangsliste"
189
 
190
- #: ../dashboard.php:206
191
  msgid "List is empty"
192
  msgstr "Listen er tom"
193
 
194
- #: ../dashboard.php:243
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Adressen %s ble lagt til den hvite IP-tilgangslisten"
197
 
198
- #: ../dashboard.php:257
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Adressen %s ble lagt til den svarte IP-tilgangslisten"
201
 
202
- #: ../cerber-load.php:3415
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "Vakttårnsmodus ble aktivert etter %d mislykkede innloggingsforsøk på %d minutter"
205
 
206
- #: ../dashboard.php:1970 ../dashboard.php:2387
207
  msgid "View Activity"
208
  msgstr "Se aktivitet"
209
 
210
- #: ../dashboard.php:2906 ../cerber-tools.php:91 ../cerber-tools.php:100 ../cerber-
211
- #: scanner.php:84
212
  msgid "Settings"
213
  msgstr "Innstillinger"
214
 
215
- #: ../dashboard.php:1161
216
  msgid "Last login"
217
  msgstr "Siste innlogging"
218
 
219
- #: ../dashboard.php:1194 ../dashboard.php:1281 ../common.php:1004
220
  msgid "Never"
221
  msgstr "Aldri"
222
 
223
- #: ../dashboard.php:1855 ../cerber-scanner.php:5290
 
224
  msgid "Are you sure?"
225
  msgstr "Er du sikker?"
226
 
227
- #: ../dashboard.php:1612 ../settings.php:83
228
  msgid "My site is behind a reverse proxy"
229
  msgstr "Min side er bak en reverse proxy"
230
 
@@ -236,38 +237,37 @@ msgstr "Ikke-eksisterende brukere"
236
  msgid "Immediately block IP when attempting to login with a non-existent username"
237
  msgstr "Blokkér umiddelbart IP når noen prøver å logge inn med et ikke-eksisterende brukernavn"
238
 
239
- #: ../settings.php:568
240
  msgid "Make your protection smarter!"
241
  msgstr "Gjør din beskyttelse smartere!"
242
 
243
- #: ../settings.php:572
244
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
245
  msgstr "Vennligst "
246
 
247
- #: ../cerber-load.php:4256 ../settings.php:640
248
  msgid "Main Settings"
249
  msgstr "Hovedinnstillinger"
250
 
251
- #: ../dashboard.php:2907 ../dashboard.php:3635 ../settings.php:657 ../cerber-
252
- #: tools.php:51 ../cerber-scanner.php:88
253
  msgid "Help"
254
  msgstr "Hjelp"
255
 
256
- #: ../settings.php:777 ../settings.php:899
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Øk varigheten av utestengelser til %s timer etter %s utestengelser i løpet av de siste %s timer"
259
 
260
- #: ../cerber-load.php:368
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "Du har ikke tillatelse til å logge inn. Spør din administrator om du trenger hjelp."
263
 
264
- #: ../cerber-load.php:394
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Du har kun ett forsøk igjen."
268
  msgstr[1] "Du har %d forsøk igjen."
269
 
270
- #: ../dashboard.php:744
271
  msgid "No activity has been logged."
272
  msgstr "Ingen aktivitet har blitt registrert."
273
 
@@ -279,31 +279,31 @@ msgstr "Utgår"
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "Ingen utestengelser akkurat nå. Kysten er klar."
281
 
282
- #: ../dashboard.php:172
283
  msgid "These IPs will never be locked out"
284
  msgstr "Disse IP-er vil aldri bli utestengt"
285
 
286
- #: ../dashboard.php:181
287
  msgid "Your IP"
288
  msgstr "Din IP"
289
 
290
- #: ../cerber-load.php:3416
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "Siste mislykkede forsøk var %s fra IP %s med brukernavn %s."
293
 
294
- #: ../cerber-load.php:4211
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "Kunne ikke aktivere WP Cerber på grunn av en databasefeil."
297
 
298
- #: ../settings.php:784 ../settings.php:906
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Varsle administratoren om antallet aktive utestengelser overskrider"
301
 
302
- #: ../settings.php:109 ../settings.php:185 ../settings.php:363 ../settings.php:428
303
  msgid "days"
304
  msgstr "dager"
305
 
306
- #: ../dashboard.php:1251
307
  msgid "Cerber Quick View"
308
  msgstr "Cerber hurtigvisning"
309
 
@@ -319,198 +319,193 @@ msgstr "For å se aktivitet klikk på IP-en"
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Alltid blokkér hele subnet Class C av inntrengerens IP"
321
 
322
- #: ../settings.php:106 ../settings.php:786 ../settings.php:908
323
  msgid "Click to send test"
324
  msgstr "Klikk for å sende test"
325
 
326
- #: ../settings.php:1073 ../settings.php:1074
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "OBS! Du har endret innloggings-adressen. Din nye URL for innlogging er"
329
 
330
- #: ../dashboard.php:1160
331
  msgid "Comments"
332
  msgstr "Kommentarer"
333
 
334
- #: ../common.php:1189
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "Oppdatér til versjon %s av WP Cerber"
337
 
338
- #: ../cerber-load.php:3417 ../cerber-load.php:4024
339
  msgid "View activity in dashboard"
340
  msgstr "Se aktivitet i kontrollpanelet"
341
 
342
- #: ../cerber-load.php:3447
343
  msgid "Number of active lockouts"
344
  msgstr "Antall aktive utestengelser"
345
 
346
- #: ../cerber-load.php:3451
347
  msgid "View lockouts in dashboard"
348
  msgstr "Se utestengelser i kontrollpanelet"
349
 
350
- #: ../cerber-load.php:3539
351
  msgid "This message was sent by"
352
  msgstr "Denne meldingen ble sendt av"
353
 
354
- #: ../dashboard.php:69 ../cerber-tools.php:43
355
  msgid "Tools"
356
  msgstr "Verktøy"
357
 
358
- #: ../cerber-tools.php:88
359
  msgid "Export settings to the file"
360
  msgstr "Eksportér innstillinger til filen"
361
 
362
- #: ../cerber-tools.php:89
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Når du klikker knappen under, vil du få en konfigurasjonsfil som du kan laste opp på en annen side."
365
 
366
- #: ../cerber-tools.php:90
367
  msgid "What do you want to export?"
368
  msgstr "Hva ønsker du å eksportere?"
369
 
370
- #: ../cerber-tools.php:93
371
  msgid "Download file"
372
  msgstr "Last ned fil"
373
 
374
- #: ../cerber-tools.php:95
375
  msgid "Import settings from the file"
376
  msgstr "Importér innstillinger fra filen"
377
 
378
- #: ../cerber-tools.php:96
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Når du klikker på knappen under, vil filen lastes opp og alle eksisterende innstillinger vil bli overskrevet."
381
 
382
- #: ../cerber-tools.php:97
383
  msgid "Select file to import."
384
  msgstr "Velg fil å importere."
385
 
386
- #: ../cerber-tools.php:97 ../cerber-scanner.php:3854
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Maksimum tillatte filstørrelse for opplasting: %s."
389
 
390
- #: ../cerber-tools.php:100
391
  msgid "What do you want to import?"
392
  msgstr "Hva ønsker du å importere?"
393
 
394
- #: ../cerber-tools.php:102 ../cerber-scanner.php:3857
395
  msgid "Upload file"
396
  msgstr "Last opp fil"
397
 
398
- #: ../cerber-tools.php:151
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Ingen fil ble lastet opp, eller er filen ødelagt"
401
 
402
- #: ../cerber-tools.php:188
403
  msgid "Error while updating"
404
  msgstr "Feil under oppdatering"
405
 
406
- #: ../cerber-tools.php:194
407
  msgid "Settings has imported successfully from"
408
  msgstr "Innstillinger ble importert fra"
409
 
410
- #: ../cerber-tools.php:201
411
  msgid "Error while parsing file"
412
  msgstr "Feil under parsing av filen"
413
 
414
- #: ../dashboard.php:135 ../dashboard.php:717
415
  msgid "Hostname"
416
  msgstr "Vertsnavn"
417
 
418
- #: ../dashboard.php:396
419
  msgid "unknown"
420
  msgstr "ukjent"
421
 
422
- #: ../settings.php:109 ../settings.php:359
423
  msgid "Keep records for"
424
  msgstr "Behold logger"
425
 
426
- #: ../dashboard.php:1285 ../dashboard.php:1307
427
  msgid "active"
428
  msgstr "aktive"
429
 
430
- #: ../dashboard.php:1285
431
  msgid "deactivate"
432
  msgstr "deaktiver"
433
 
434
- #: ../dashboard.php:1287
435
  msgid "not active"
436
  msgstr "ikke aktive"
437
 
438
- #: ../dashboard.php:1288 ../dashboard.php:1302
439
  msgid "disabled"
440
  msgstr "deaktivert"
441
 
442
- #: ../dashboard.php:1293
443
  msgid "failed attempts"
444
  msgstr "mislykkede forsøk"
445
 
446
- #: ../dashboard.php:1293 ../dashboard.php:1294
447
  msgid "in 24 hours"
448
  msgstr "på 24 timer"
449
 
450
- #: ../dashboard.php:1293 ../dashboard.php:1294
451
  msgid "view all"
452
  msgstr "se alle"
453
 
454
- #: ../dashboard.php:1294
455
  msgid "lockouts"
456
  msgstr "utestengelser"
457
 
458
- #: ../dashboard.php:1296
459
  msgid "Lockouts at the moment"
460
  msgstr "Utestengelser akkurat nå"
461
 
462
- #: ../dashboard.php:1297
463
  msgid "Last lockout"
464
  msgstr "Siste utestengelse"
465
 
466
- #: ../dashboard.php:1298 ../dashboard.php:1299 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "oppføring"
470
  msgstr[1] "oppføringer"
471
 
472
- #: ../dashboard.php:1850
473
  msgid "Confused about some settings?"
474
  msgstr "Usikker på noen innstillinger?"
475
 
476
- #: ../dashboard.php:1851
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "Du kan enkelt laste inn anbefalte standardinnstillinger via knappen under"
479
 
480
- #: ../dashboard.php:1853
481
  msgid "Load default settings"
482
  msgstr "Last inn standardinnstillinger"
483
 
484
- #: ../dashboard.php:1861
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "påvirker ikke egendefinert innloggings-URL og tilgangslister"
487
 
488
- #: ../common.php:1182 ../settings.php:230
489
  msgid "New version is available"
490
  msgstr "Ny versjon er tilgjengelig"
491
 
492
- #. Name of the plugin
493
- #: ../dashboard.php:52 ../dashboard.php:81
494
- msgid "WP Cerber"
495
- msgstr "WP Cerber"
496
-
497
- #: ../cerber-load.php:3391
498
  msgid "WP Cerber notify"
499
  msgstr "WP Cerber-varsling"
500
 
501
- #: ../cerber-load.php:3413
502
  msgid "Citadel mode is activated"
503
  msgstr "Vakttårns-modus er aktivert"
504
 
505
- #: ../cerber-load.php:3486
506
  msgid "New Custom login URL"
507
  msgstr "Ny egendefinert innloggings-URL"
508
 
509
- #: ../cerber-load.php:4198
510
  msgid "The WP Cerber requires PHP %s or higher. You are running"
511
  msgstr "WP Cerber krever PHP versjon %s eller høyere. Du kjører"
512
 
513
- #: ../cerber-load.php:4202
514
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
515
  msgstr "WP Cerber krever WordPress versjon %s eller høyere. Du kjører"
516
 
@@ -522,51 +517,51 @@ msgstr "Bruk fil"
522
  msgid "Write failed login attempts to the file"
523
  msgstr "Skriv mislykkede innloggingsforsøk til filen"
524
 
525
- #: ../dashboard.php:1969
526
  msgid "Deactivate"
527
  msgstr "Deaktivér"
528
 
529
- #: ../dashboard.php:138 ../cerber-load.php:3449
530
  msgid "Reason"
531
  msgstr "Grunn"
532
 
533
- #: ../dashboard.php:211
534
  msgid "Add IP to the list"
535
  msgstr "Legg IP til listen"
536
 
537
- #: ../dashboard.php:981
538
  msgid "Add IP to the Black List"
539
  msgstr "Legg IP til svartelisten"
540
 
541
- #: ../common.php:927
542
  msgid "Attempt to access"
543
  msgstr "Forsøk på å få tilgang til"
544
 
545
- #: ../common.php:926
546
  msgid "Limit on login attempts is reached"
547
  msgstr "Grensen for innloggingsforsøk er nådd"
548
 
549
- #: ../common.php:867 ../common.php:928
550
  msgid "Attempt to log in with non-existent username"
551
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
552
 
553
- #: ../cerber-load.php:3448
554
  msgid "Last lockout was added: %s for IP %s"
555
  msgstr "Siste utestengelse ble lagt til: %s for IP %s"
556
 
557
- #: ../cerber-load.php:4260 ../settings.php:647
558
  msgid "Hardening"
559
  msgstr "Forsterking"
560
 
561
- #: ../dashboard.php:958
562
  msgid "Abuse email:"
563
  msgstr "Repportering av misbruk:"
564
 
565
- #: ../settings.php:217 ../settings.php:258 ../settings.php:490
566
  msgid "Email Address"
567
  msgstr "E-postadresse"
568
 
569
- #: ../settings.php:226
570
  msgid "if empty, the admin email %s will be used"
571
  msgstr "Hvis tom, vil e-postadressen %s bli brukt"
572
 
@@ -586,68 +581,68 @@ msgstr "Forsterke WordPress"
586
  msgid "Stop user enumeration"
587
  msgstr "Stopp opplisting av brukere"
588
 
589
- #: ../settings.php:126
590
  msgid "Disable XML-RPC"
591
  msgstr "Deaktivér XML-RPC"
592
 
593
- #: ../settings.php:126
594
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
595
  msgstr "Blokkér tilgang til XML-RPC-serveren (inkluderer Pingbacks og Trackbacks)"
596
 
597
- #: ../settings.php:127
598
  msgid "Disable feeds"
599
  msgstr "Deaktiver feeds"
600
 
601
- #: ../settings.php:127
602
  msgid "Block access to the RSS, Atom and RDF feeds"
603
  msgstr "Blokkér tilgang til RSS- Atom- og RDF-feeds"
604
 
605
- #: ../settings.php:128
606
  msgid "Disable REST API"
607
  msgstr "Deaktivér REST API"
608
 
609
- #: ../settings.php:582
610
  msgid "These settings do not affect hosts from the "
611
  msgstr "Disse innstillingene påvirker ikke verter fra "
612
 
613
- #: ../settings.php:1159 ../settings.php:1171 ../settings.php:1283
614
  msgid "<strong>ERROR</strong>: please enter a valid email address."
615
  msgstr "<strong>FEIL</strong>: vennligst skriv inn en gyldig e-postadresse"
616
 
617
- #: ../cerber-load.php:3479 ../cerber-load.php:4245
618
  msgid "WP Cerber is now active and has started protecting your site"
619
  msgstr "WP Cerber er nå aktiv og har begynt å beskytte siden din"
620
 
621
- #: ../dashboard.php:139 ../cerber-scanner.php:5314
622
  msgid "Action"
623
  msgstr "Handling"
624
 
625
- #: ../dashboard.php:174
626
  msgid "Nobody can log in or register from these IPs"
627
  msgstr "Ingen kan logge inn eller registrere seg fra disse IP-ene"
628
 
629
- #: ../dashboard.php:237 ../dashboard.php:249
630
  msgid "Incorrect IP address or IP range"
631
  msgstr "Feil IP-adresse eller IP-rekkevidde"
632
 
633
- #: ../dashboard.php:446 ../dashboard.php:1985
634
  msgid "Settings saved"
635
  msgstr "Innstillingene er lagret"
636
 
637
- #: ../dashboard.php:962
638
  msgid "Network:"
639
  msgstr "Nettverk:"
640
 
641
- #: ../dashboard.php:976
642
  msgid "Add network to the Black List"
643
  msgstr "Legg nettverk til svartelisten"
644
 
645
- #: ../dashboard.php:1968
646
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
647
  msgstr "Advarsel! Vakttårns-modus er nå aktiv. Ingen vil kunne logge inn."
648
 
649
- #: ../dashboard.php:354 ../dashboard.php:2987 ../whois.php:223 ../whois.php:254 ..
650
- #: /common.php:925 ../common.php:1273
651
  msgid "Unknown"
652
  msgstr "Ukjent"
653
 
@@ -657,151 +652,147 @@ msgid "Gregory"
657
  msgstr "Gregory"
658
 
659
  #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
660
- #: /cerber-load.php:677 ../cerber-load.php:689 ../cerber-load.php:696 ../cerber-
661
- #: load.php:950 ../cerber-load.php:1172 ../cerber-load.php:1178 ../cerber-load.
662
- #: php:1183 ../cerber-load.php:1188 ../cerber-load.php:1194 ../cerber-load.php:
663
- #: 1201 ../cerber-load.php:1303 ../cerber-load.php:1440 ../settings.php:1052 ..
664
- #: /settings.php:1135
665
  msgid "ERROR:"
666
  msgstr "FEIL:"
667
 
668
- #: ../cerber-load.php:706
669
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
670
  msgstr "Bekreftelse av menneskelighet feilet. Vennligst klikk den firkantige boksen i reCAPTCHA-blokken under."
671
 
672
- #: ../cerber-load.php:962
673
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
674
  msgstr "<strong>FEIL</strong>: Passordet du skrev inn for brukernavnet %s er ugyldig."
675
 
676
- #: ../cerber-load.php:1189
677
  msgid "Username is not allowed. Please choose another one."
678
  msgstr "Brukernavnet er ikke tillatt. Vennligst velg et annet brukernavn."
679
 
680
- #: ../cerber-load.php:3442
681
  msgid "unspecified"
682
  msgstr "uspesifisert"
683
 
684
- #: ../cerber-load.php:3445
685
  msgid "Number of lockouts is increasing"
686
  msgstr "Antallet utestengelser stiger"
687
 
688
- #: ../cerber-load.php:3450
689
  msgid "View activity for this IP"
690
  msgstr "Se aktivitet for denne IP"
691
 
692
- #: ../cerber-load.php:3454 ../cerber-load.php:3456
693
  msgid "A new version of WP Cerber is available to install"
694
  msgstr "En ny versjon av WP Cerber er tilgjengelig for installasjon"
695
 
696
- #: ../cerber-load.php:3455
697
  msgid "Hi!"
698
  msgstr "Hei!"
699
 
700
- #: ../cerber-load.php:3458 ../cerber-load.php:3469
701
  msgid "Website"
702
  msgstr "Webside"
703
 
704
- #: ../cerber-load.php:3461 ../cerber-load.php:3462
705
  msgid "The WP Cerber security plugin has been deactivated"
706
  msgstr "Sikkerhetstillegget WP Cerber har blitt deaktivert"
707
 
708
- #: ../cerber-load.php:3464
709
  msgid "Not logged in"
710
  msgstr "Ikke innlogget"
711
 
712
- #: ../cerber-load.php:3470
713
  msgid "By user"
714
  msgstr "Etter brukernavn"
715
 
716
- #: ../cerber-load.php:3471
717
  msgid "From IP address"
718
  msgstr "Fra IP-adresse"
719
 
720
- #: ../cerber-load.php:3474
721
  msgid "From country"
722
  msgstr "Fra land"
723
 
724
- #: ../cerber-load.php:3478
725
  msgid "The WP Cerber security plugin is now active"
726
  msgstr "Sikkerhetstillegget WP Cerber er nå aktivt"
727
 
728
- #: ../cerber-load.php:4246
729
  msgid "Your IP address is added to the"
730
  msgstr "Din IP-adresse ble lagt til"
731
 
732
- #: ../cerber-load.php:4262
733
  msgid "Import settings"
734
  msgstr "Importer innstillinger"
735
 
736
- #: ../settings.php:229
737
  msgid "Notification limit"
738
  msgstr "Grense for varslinger"
739
 
740
- #: ../settings.php:229
741
  msgid "notification letters allowed per hour (0 means unlimited)"
742
  msgstr "varslingsmeldinger tillatt per time (0 betyr ubegrenset)"
743
 
744
- #: ../settings.php:146
745
  msgid "User related settings"
746
  msgstr "Brukerrelaterte innstillinger"
747
 
748
- #: ../settings.php:150
749
  msgid "Prohibited usernames"
750
  msgstr "Blokkerte brukernavn"
751
 
752
- #: ../settings.php:156
753
  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."
754
  msgstr "Brukernavn fra denne listen har ikke tilgang til å logge inn eller registrere seg. Enhver IP som forsøker å bruke noen av disse brukernavnene blir blokkert umiddelbart. Bruk komma for å skille brukernavn."
755
 
756
- #: ../settings.php:158
757
  msgid "User session expire"
758
  msgstr "Brukerøktens varighet"
759
 
760
- #: ../settings.php:158
761
  msgid "in minutes (leave empty to use default WP value)"
762
  msgstr "i minutter (la stå tom for å bruke WordPress' standardverdi)"
763
 
764
- #: ../settings.php:191
765
  msgid "reCAPTCHA settings"
766
  msgstr "reCAPTCHA-innstillinger"
767
 
768
- #: ../settings.php:192
769
  msgid "Site key"
770
  msgstr "Site key"
771
 
772
- #: ../settings.php:193
773
  msgid "Secret key"
774
  msgstr "Secret key"
775
 
776
- #: ../settings.php:196
777
  msgid "Enable reCAPTCHA for WordPress registration form"
778
  msgstr "Slå på reCAPTCHA for WordPress' registreringsskjema"
779
 
780
- #: ../settings.php:199
781
  msgid "Lost password form"
782
  msgstr "Skjema for mistet passord"
783
 
784
- #: ../settings.php:202
785
  msgid "Login form"
786
  msgstr "Innloggingsskjema"
787
 
788
- #: ../settings.php:202
789
  msgid "Enable reCAPTCHA for WordPress login form"
790
  msgstr "Slå på reCAPTCHA for WordPress' innloggingsskjema"
791
 
792
- #: ../settings.php:585
793
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
794
  msgstr "Før du kan ta i bruk reCAPTCHA må du skaffe deg en Site key og Secret key på Googles webside"
795
 
796
- #: ../cerber-lab.php:752 ../settings.php:586 ../settings.php:589
797
  msgid "Know more"
798
  msgstr "Lær mer"
799
 
800
- #: ../dashboard.php:52 ../settings.php:623
801
- msgid "WP Cerber Security"
802
- msgstr "WP Cerber-sikkerhet"
803
-
804
- #: ../settings.php:650
805
  msgid "Users"
806
  msgstr "Brukere"
807
 
@@ -809,7 +800,7 @@ msgstr "Brukere"
809
  msgid "User created"
810
  msgstr "Bruker opprettet"
811
 
812
- #: ../dashboard.php:1802 ../common.php:835
813
  msgid "User registered"
814
  msgstr "Bruker registrert"
815
 
@@ -825,7 +816,7 @@ msgstr "reCAPTCHA-innstillingene er feil"
825
  msgid "Attempt to access prohibited URL"
826
  msgstr "Forsøk på å koble til forbudt URL"
827
 
828
- #: ../common.php:868 ../common.php:929
829
  msgid "Attempt to log in with prohibited username"
830
  msgstr "Forsøk på å logge inn med forbudt brukernavn"
831
 
@@ -841,23 +832,23 @@ msgstr "Send ondsinnede IP-adresser til Cerber Lab"
841
  msgid "Cerber Lab protocol"
842
  msgstr "Cerber Lab protokoll"
843
 
844
- #: ../settings.php:168 ../settings.php:196
845
  msgid "Registration form"
846
  msgstr "Registreringsskjema"
847
 
848
- #: ../settings.php:197
849
  msgid "Enable reCAPTCHA for WooCommerce registration form"
850
  msgstr "Slå på reCAPTCHA for WooCommerces registreringsskjema"
851
 
852
- #: ../settings.php:199
853
  msgid "Enable reCAPTCHA for WordPress lost password form"
854
  msgstr "Slå på reCAPTCHA for WordPress' skjema for mistet passord"
855
 
856
- #: ../settings.php:200
857
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
858
  msgstr "Slå på reCAPTCHA for WooCommerce mistet passord-skjema"
859
 
860
- #: ../settings.php:203
861
  msgid "Enable reCAPTCHA for WooCommerce login form"
862
  msgstr "Slå på reCAPTCHA for WooCommerce innloggings-skjema"
863
 
@@ -865,56 +856,56 @@ msgstr "Slå på reCAPTCHA for WooCommerce innloggings-skjema"
865
  msgid "Request to the Google reCAPTCHA service failed"
866
  msgstr "Forespørsel til Googles reCAPTCHA-tjeneste mislyktes"
867
 
868
- #: ../dashboard.php:1794 ../dashboard.php:1824
869
  msgid "View all"
870
  msgstr "Se alle"
871
 
872
- #: ../dashboard.php:1825
873
  msgid "Recently locked out IP addresses"
874
  msgstr "Nylig utestengte IP-adresser"
875
 
876
- #: ../cerber-lab.php:750
877
  msgid "OK, nail them all"
878
  msgstr "OK, ta alle sammen"
879
 
880
- #: ../cerber-lab.php:751
881
  msgid "NO, maybe later"
882
  msgstr "NEI, kanskje senere"
883
 
884
- #: ../dashboard.php:54 ../dashboard.php:1333 ../dashboard.php:2174 ../settings.
885
- #: php:629
886
  msgid "Dashboard"
887
  msgstr "Kontrollpanel"
888
 
889
- #: ../cerber-lab.php:748
890
  msgid "Want to make WP Cerber even more powerful?"
891
  msgstr "Vil du gjøre WP Cerber enda sterkere?"
892
 
893
- #: ../cerber-lab.php:749
894
  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."
895
  msgstr "Tillat at WP Cerber sender utestengde ondsinnede IP-adresser til Cerber Lab. Dette hjelper plugin-teamet å utvikle nye algoritmer som vil beskytte WordPress mot nye trusler og botnett som dukker opp hver dag. Du kan slå av sendingen i plugin-innstillingene når som helst."
896
 
897
- #: ../dashboard.php:548
898
  msgid "IP address"
899
  msgstr "IP-adresse"
900
 
901
- #: ../dashboard.php:548
902
  msgid "User login"
903
  msgstr "Brukernavn"
904
 
905
- #: ../dashboard.php:548
906
  msgid "User ID"
907
  msgstr "Bruker-ID"
908
 
909
- #: ../dashboard.php:740
910
  msgid "Export"
911
  msgstr "Eksporter"
912
 
913
- #: ../dashboard.php:762
914
  msgid "Search for IP or username"
915
  msgstr "Søk etter IP eller brukernavn"
916
 
917
- #: ../dashboard.php:762
918
  msgid "Filter"
919
  msgstr "Filter"
920
 
@@ -930,7 +921,7 @@ msgstr "Cerber-verktøy"
930
  msgid "Subscribe"
931
  msgstr "Abbonér"
932
 
933
- #: ../dashboard.php:2073 ../cerber-tools.php:285
934
  msgid "Unsubscribe"
935
  msgstr "Avslutt abonnementet"
936
 
@@ -942,19 +933,19 @@ msgstr "Du abbonerer"
942
  msgid "You've unsubscribed"
943
  msgstr "Du har avsluttet abonnementet"
944
 
945
- #: ../cerber-load.php:3490 ../cerber-load.php:3491
946
  msgid "A new activity has been recorded"
947
  msgstr "En ny aktivitet har blitt registrert"
948
 
949
- #: ../cerber-load.php:3996
950
  msgid "User"
951
  msgstr "Bruker"
952
 
953
- #: ../cerber-load.php:4004
954
  msgid "Search string"
955
  msgstr "Søkeord"
956
 
957
- #: ../cerber-load.php:4025
958
  msgid "To unsubscribe click here"
959
  msgstr "Klikk her for å avslutte abbonementet"
960
 
@@ -970,27 +961,27 @@ msgstr "Datoformat"
970
  msgid "if empty, the default format %s will be used"
971
  msgstr "hvis blank, vil formatet %s bli brukt"
972
 
973
- #: ../settings.php:235
974
  msgid "Push notifications"
975
  msgstr "Push-varsler"
976
 
977
- #: ../settings.php:214
978
  msgid "Email notifications"
979
  msgstr "E-postvarsel"
980
 
981
- #: ../settings.php:221 ../settings.php:263 ../settings.php:327 ../settings.php:494
982
  msgid "Use comma to specify multiple values"
983
  msgstr "Bruk komma for å skille mellom flere verdier"
984
 
985
- #: ../settings.php:243
986
  msgid "All connected devices"
987
  msgstr "Alle tilkoblede enheter"
988
 
989
- #: ../settings.php:246
990
  msgid "No devices found"
991
  msgstr "Ingen enheter funnet"
992
 
993
- #: ../settings.php:250
994
  msgid "Not available"
995
  msgstr "Ikke tilgjengelig"
996
 
@@ -998,11 +989,11 @@ msgstr "Ikke tilgjengelig"
998
  msgid "Password reset requested"
999
  msgstr "Nullstilling av passord forespurt"
1000
 
1001
- #: ../common.php:930
1002
  msgid "Limit on failed reCAPTCHA verifications is reached"
1003
  msgstr "Grensen for mislykkede reCAPTCHA-verifiseringer er nådd"
1004
 
1005
- #: ../common.php:999
1006
  msgid "%s ago"
1007
  msgstr "%s siden"
1008
 
@@ -1014,39 +1005,39 @@ msgstr "Aktivér regler for begrensning av innloggingsforsøk for hvitlistede IP
1014
  msgid "Display 404 page"
1015
  msgstr "Vis 404-siden"
1016
 
1017
- #: ../settings.php:194
1018
  msgid "Invisible reCAPTCHA"
1019
  msgstr "Usynlig reCAPTCHA"
1020
 
1021
- #: ../settings.php:194
1022
  msgid "Enable invisible reCAPTCHA"
1023
  msgstr "Aktivér usynlig reCAPTCHA"
1024
 
1025
- #: ../settings.php:194
1026
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1027
  msgstr "(ikke aktivér denne med mindre du legger inn sidenøkkel og hemmelig nøkkel for den usynlige versjonen)"
1028
 
1029
- #: ../settings.php:205
1030
  msgid "Enable reCAPTCHA for WordPress comment form"
1031
  msgstr "Aktivér reCAPTCHA for WordPress' kommentarskjema"
1032
 
1033
- #: ../settings.php:206
1034
  msgid "Disable reCAPTCHA for logged in users"
1035
  msgstr "Deaktivér reCAPTCHA for innloggede brukere"
1036
 
1037
- #: ../settings.php:208
1038
  msgid "Limit attempts"
1039
  msgstr "Begrens forsøk"
1040
 
1041
- #: ../settings.php:208
1042
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1043
  msgstr "Steng ute IP-adresser for %s minutter etter %s mislykkede forsøk på %s minutter"
1044
 
1045
- #: ../settings.php:579
1046
  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."
1047
  msgstr "I vakttårnsmodus kan ingen andre enn hvitlistede IP-adresser logge seg inn. Allerede innloggede brukere vil ikke bli påvirket."
1048
 
1049
- #: ../dashboard.php:548 ../dashboard.php:720
1050
  msgid "Event"
1051
  msgstr "Hendelse"
1052
 
@@ -1062,12 +1053,12 @@ msgstr "Ondsinnede IP-adresser oppdaget"
1062
  msgid "Lockouts occurred"
1063
  msgstr "Utestengelser"
1064
 
1065
- #: ../dashboard.php:1803
1066
  msgid "All suspicious activity"
1067
  msgstr "All mistenkelig aktivitet"
1068
 
1069
- #: ../cerber-load.php:1173 ../cerber-load.php:1179 ../cerber-load.php:1195 ..
1070
- #: /cerber-load.php:1202
1071
  msgid "You are not allowed to register."
1072
  msgstr "Du har ikke tilgang til å registrere deg"
1073
 
@@ -1091,63 +1082,63 @@ msgstr "Mistenkelige aktiviteter redusert"
1091
  msgid "Cerber antispam settings"
1092
  msgstr "Cerber antispam-innstillinger"
1093
 
1094
- #: ../dashboard.php:68 ../cerber-load.php:4259 ../settings.php:205
1095
  msgid "Antispam"
1096
  msgstr "Antispam"
1097
 
1098
- #: ../settings.php:166
1099
  msgid "Cerber antispam engine"
1100
  msgstr "Cerber antispam-system"
1101
 
1102
- #: ../settings.php:167
1103
  msgid "Comment form"
1104
  msgstr "Kommentarskjema"
1105
 
1106
- #: ../settings.php:167
1107
  msgid "Protect comment form with bot detection engine"
1108
  msgstr "Beskytt kommentarskjema med system for bot-oppdagelse"
1109
 
1110
- #: ../settings.php:168
1111
  msgid "Protect registration form with bot detection engine"
1112
  msgstr "Beskytt registreringssskjema med system for bot-oppdagelse"
1113
 
1114
- #: ../cerber-tools.php:48
1115
  msgid "Export & Import"
1116
  msgstr "Eksporter og importer"
1117
 
1118
- #: ../cerber-tools.php:49
1119
  msgid "Diagnostic"
1120
  msgstr "Diagnose"
1121
 
1122
- #: ../cerber-tools.php:50
1123
  msgid "License"
1124
  msgstr "Lisens"
1125
 
1126
- #: ../dashboard.php:3628
1127
  msgid "Antispam and bot detection settings"
1128
  msgstr "Innstillinger for antispam og bot-oppdagelse"
1129
 
1130
- #: ../cerber-load.php:1440
1131
  msgid "Sorry, human verification failed."
1132
  msgstr "Beklager, menneskeverifisering feilet"
1133
 
1134
- #: ../common.php:931
1135
  msgid "Bot activity is detected"
1136
  msgstr "Bot-aktivitet er oppdaget"
1137
 
1138
- #: ../settings.php:183
1139
  msgid "Comment processing"
1140
  msgstr "Behandler kommentaren"
1141
 
1142
- #: ../settings.php:184
1143
  msgid "If a spam comment detected"
1144
  msgstr "Hvis en spam-kommentar oppdages"
1145
 
1146
- #: ../settings.php:185
1147
  msgid "Trash spam comments"
1148
  msgstr "Kast spam-kommentarer i papirkurven"
1149
 
1150
- #: ../settings.php:185
1151
  msgid "Move spam comments to trash after"
1152
  msgstr "Flytt spam-kommentarer til papirkurven etter"
1153
 
@@ -1155,39 +1146,39 @@ msgstr "Flytt spam-kommentarer til papirkurven etter"
1155
  msgid "Spam form submission denied"
1156
  msgstr "Innsending av skjema nektet pga. spam"
1157
 
1158
- #: ../settings.php:169
1159
  msgid "Other forms"
1160
  msgstr "Andre skjemaer"
1161
 
1162
- #: ../settings.php:169
1163
  msgid "Protect all forms on the website with bot detection engine"
1164
  msgstr "Beskytt alle skjemaer på websiden med systemet for bot-oppdagelse"
1165
 
1166
- #: ../settings.php:171
1167
  msgid "Adjust antispam engine"
1168
  msgstr "Justér antispam-systemet"
1169
 
1170
- #: ../settings.php:172
1171
  msgid "Safe mode"
1172
  msgstr "Sikkermodus"
1173
 
1174
- #: ../settings.php:172
1175
  msgid "Use less restrictive policies (allow AJAX)"
1176
  msgstr "Bruk mindre restriktive regler (tillat AJAX)"
1177
 
1178
- #: ../dashboard.php:3263 ../settings.php:173
1179
  msgid "Logged in users"
1180
  msgstr "Innloggede brukere"
1181
 
1182
- #: ../settings.php:173
1183
  msgid "Disable bot detection engine for logged in users"
1184
  msgstr "Deaktivér systemet for bot-oppdagelse for innloggede brukere"
1185
 
1186
- #: ../dashboard.php:136 ../dashboard.php:718
1187
  msgid "Country"
1188
  msgstr "Land"
1189
 
1190
- #: ../dashboard.php:751
1191
  msgid "All events"
1192
  msgstr "Alle hendelser"
1193
 
@@ -1195,19 +1186,19 @@ msgstr "Alle hendelser"
1195
  msgid "Cerber Security Rules"
1196
  msgstr "Cerber sikkerhetsregler"
1197
 
1198
- #: ../dashboard.php:60 ../dashboard.php:2560
1199
  msgid "Security Rules"
1200
  msgstr "Sikkerhetsregler"
1201
 
1202
- #: ../dashboard.php:1162
1203
  msgid "Failed login attempts"
1204
  msgstr "Mislykkede innloggingsforsøk"
1205
 
1206
- #: ../dashboard.php:1068 ../dashboard.php:1163
1207
  msgid "Registered"
1208
  msgstr "Registrert"
1209
 
1210
- #: ../dashboard.php:1233
1211
  msgid "You"
1212
  msgstr "Deg"
1213
 
@@ -1215,25 +1206,25 @@ msgstr "Deg"
1215
  msgid "Spam form submissions denied"
1216
  msgstr "Innsending av skjema nektet pga. spam"
1217
 
1218
- #: ../dashboard.php:1862 ../cerber-load.php:3481 ../cerber-load.php:4248
1219
  msgid "Getting Started Guide"
1220
  msgstr "Hurtigstartsguide"
1221
 
1222
- #: ../dashboard.php:2565
1223
  msgid "Countries"
1224
  msgstr "Land"
1225
 
1226
- #: ../dashboard.php:2628
1227
  msgid "Permitted for one country"
1228
  msgid_plural "Permitted for %d countries"
1229
  msgstr[0] "Tillatt for ett land"
1230
  msgstr[1] "Tillatt for %s land"
1231
 
1232
- #: ../dashboard.php:2639
1233
  msgid "No rule"
1234
  msgstr "Ingen regel"
1235
 
1236
- #: ../dashboard.php:2851
1237
  msgid "Security rules have been updated"
1238
  msgstr "Sikkerhetsreglene har blitt oppdatert"
1239
 
@@ -1282,7 +1273,7 @@ msgstr "Grensen er nådd"
1282
  msgid "Multiple suspicious activities"
1283
  msgstr "Flere mistenkelige aktiviteter"
1284
 
1285
- #: ../common.php:932
1286
  msgid "Multiple suspicious activities were detected"
1287
  msgstr "Flere mistenkelige aktiviteter ble oppdaget"
1288
 
@@ -1290,79 +1281,79 @@ msgstr "Flere mistenkelige aktiviteter ble oppdaget"
1290
  msgid "Block access to user pages like /?author=n and user data via REST API"
1291
  msgstr "Blokkér tilgang til brukersider som /?author=n og brukerdata via REST API"
1292
 
1293
- #: ../settings.php:128
1294
  msgid "Block access to the WordPress REST API except the following"
1295
  msgstr "Blokkér tilgang til WordPress' REST API, bortsett fra følgende"
1296
 
1297
- #: ../settings.php:129
1298
  msgid "Allow REST API for logged in users"
1299
  msgstr "Tillat REST API for innloggede brukere"
1300
 
1301
- #: ../settings.php:136
1302
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1303
  msgstr "Spesifisér REST API navneområder som skal tillates når REST API er deaktivert. En string per linje."
1304
 
1305
- #: ../settings.php:148
1306
  msgid "Registration limit"
1307
  msgstr "Grense for registreringer"
1308
 
1309
- #: ../settings.php:159
1310
  msgid "Sort users in dashboard"
1311
  msgstr "Sorter brukere i kontrollpanelet"
1312
 
1313
- #: ../settings.php:159
1314
  msgid "by date of registration"
1315
  msgstr "etter registreringsdato"
1316
 
1317
- #: ../settings.php:174
1318
  msgid "Query whitelist"
1319
  msgstr "Forespør hvitliste"
1320
 
1321
- #: ../settings.php:772 ../settings.php:894
1322
  msgid "%s allowed registrations in %s minutes from one IP"
1323
  msgstr "%s tillatte registreringer på %s minutter fra én IP-adresse"
1324
 
1325
- #: ../dashboard.php:2695
1326
  msgid "Start typing here to find a country"
1327
  msgstr "Begynn å skrive her for å finne et land"
1328
 
1329
- #: ../dashboard.php:2778
1330
  msgid "Click on a country name to add it to the list of selected countries"
1331
  msgstr "Klikk på et land for å legge det til listen over valgte land"
1332
 
1333
- #: ../dashboard.php:2802
1334
  msgid "Submit forms"
1335
  msgstr "Send inn skjemaer"
1336
 
1337
- #: ../dashboard.php:2803
1338
  msgid "Post comments"
1339
  msgstr "Publisér kommentarer"
1340
 
1341
- #: ../dashboard.php:2804
1342
  msgid "Log in to the website"
1343
  msgstr "Logg inn på websiden"
1344
 
1345
- #: ../dashboard.php:2805
1346
  msgid "Register on the website"
1347
  msgstr "Registrer på websiden"
1348
 
1349
- #: ../dashboard.php:2806
1350
  msgid "Use XML-RPC"
1351
  msgstr "Bruk XML-RPC"
1352
 
1353
- #: ../dashboard.php:2807
1354
  msgid "Use REST API"
1355
  msgstr "Bruk REST API"
1356
 
1357
- #: ../settings.php:184
1358
  msgid "Deny it completely"
1359
  msgstr "Nekt det fullstendig"
1360
 
1361
- #: ../settings.php:184
1362
  msgid "Mark it as spam"
1363
  msgstr "Marker det som spam"
1364
 
1365
- #: ../dashboard.php:1788
1366
  msgid "in the last 24 hours"
1367
  msgstr "i løpet av de siste 24 timer"
1368
 
@@ -1370,95 +1361,95 @@ msgstr "i løpet av de siste 24 timer"
1370
  msgid "Main settings"
1371
  msgstr "Hovedinnstillinger"
1372
 
1373
- #: ../settings.php:255
1374
  msgid "Weekly reports"
1375
  msgstr "Ukentlige rapporter"
1376
 
1377
- #: ../settings.php:1010
1378
  msgid "Sunday"
1379
  msgstr "Søndag"
1380
 
1381
- #: ../settings.php:1011
1382
  msgid "Monday"
1383
  msgstr "Mandag"
1384
 
1385
- #: ../settings.php:1012
1386
  msgid "Tuesday"
1387
  msgstr "Tirsdag"
1388
 
1389
- #: ../settings.php:1013
1390
  msgid "Wednesday"
1391
  msgstr "Onsdag"
1392
 
1393
- #: ../settings.php:1014
1394
  msgid "Thursday"
1395
  msgstr "Torsdag"
1396
 
1397
- #: ../settings.php:1015
1398
  msgid "Friday"
1399
  msgstr "Fredag"
1400
 
1401
- #: ../settings.php:1016
1402
  msgid "Saturday"
1403
  msgstr "Lørdag"
1404
 
1405
- #: ../settings.php:1075 ../settings.php:1076
1406
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1407
  msgstr "Hvis du bruker en plugin for caching, må du legge din nye innloggings-URL til listen over sider som ikke skal caches."
1408
 
1409
- #: ../cerber-load.php:3496
1410
  msgid "Weekly report"
1411
  msgstr "Ukentlig rapport"
1412
 
1413
- #: ../cerber-load.php:3499 ../cerber-load.php:3509
1414
  msgid "To change reporting settings visit"
1415
  msgstr "For å endre rapporteringsinnstillingene, besøk"
1416
 
1417
- #: ../cerber-load.php:3532
1418
  msgid "Your login page:"
1419
  msgstr "Din innloggingsside"
1420
 
1421
- #: ../cerber-load.php:3536
1422
  msgid "Your license is valid until"
1423
  msgstr "Din lisens er gyldig inntil"
1424
 
1425
- #: ../cerber-load.php:3642
1426
  msgid "Activity details"
1427
  msgstr "Aktivitetsdetaljer"
1428
 
1429
- #: ../settings.php:1042
1430
  msgid "Click to send now"
1431
  msgstr "Klikk for å sende nå"
1432
 
1433
- #: ../cerber-load.php:814
1434
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1435
  msgstr "> > > WP Cerber-oversetter? For å få en gratis PRO-lisens, legg igjen din kontaktinfo her: https://wpcerber.com/contact"
1436
 
1437
- #: ../dashboard.php:421
1438
  msgid "Email has been sent to"
1439
  msgstr "E-post har blitt sendt til"
1440
 
1441
- #: ../dashboard.php:424
1442
  msgid "Unable to send email to"
1443
  msgstr "Kunne ikke sende e-post til"
1444
 
1445
- #: ../dashboard.php:2631
1446
  msgid "Not permitted for one country"
1447
  msgid_plural "Not permitted for %d countries"
1448
  msgstr[0] "Ikke tillatt for ett land"
1449
  msgstr[1] "Ikke tillatt for %d land"
1450
 
1451
- #: ../dashboard.php:2782
1452
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1453
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1454
  msgstr "Valgte land er tillatt å %s, andre land er ikke tillatt å"
1455
 
1456
- #: ../dashboard.php:2785
1457
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1458
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1459
  msgstr "Valgte land er ikke tillatt å %s, andre land er tillatt å"
1460
 
1461
- #: ../cerber-load.php:3630
1462
  msgid "Weekly Report"
1463
  msgstr "Ukentlig rapport"
1464
 
@@ -1470,39 +1461,39 @@ msgstr "Bruk malen for 404-siden fra det aktive temaet."
1470
  msgid "Display simple 404 page"
1471
  msgstr "Vis en enkel 404-side"
1472
 
1473
- #: ../settings.php:180
1474
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1475
  msgstr "Skriv inn en del av en spørringsstreng for å ekskludere en forespørsel fra undersøkelse av systemet. En feorespørsel per linje."
1476
 
1477
- #: ../settings.php:268 ../settings.php:499
1478
  msgid "if empty, email from notification settings will be used"
1479
  msgstr "hvis feltet er tomt, vil e-postadressen fra varselinnstillingene bli brukt"
1480
 
1481
- #: ../settings.php:256
1482
  msgid "Enable reporting"
1483
  msgstr "Aktivér rapportering"
1484
 
1485
- #: ../cerber-load.php:3560
1486
  msgid "Your last sign-in was %s from %s"
1487
  msgstr "Din siste innlogging var %s fra %s"
1488
 
1489
- #: ../cerber-load.php:3656
1490
  msgid "Attempts to log in with non-existent username"
1491
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
1492
 
1493
- #: ../dashboard.php:210
1494
  msgid "IP address, IPv4 address range or subnet"
1495
  msgstr "IP-adresse, IPv4-adresseområde eller subnet"
1496
 
1497
- #: ../dashboard.php:212
1498
  msgid "Optional comment for this entry"
1499
  msgstr "Valgfri kommentar for denne oppføringen"
1500
 
1501
- #: ../dashboard.php:253
1502
  msgid "You cannot add your IP address or network"
1503
  msgstr "Du kan ikke legge til din IP-adresse eller nettverk"
1504
 
1505
- #: ../settings.php:156
1506
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1507
  msgstr "For å spesifisere et REGEX-mønster, pakk mønsteret inn i to skråstreker."
1508
 
@@ -1510,59 +1501,47 @@ msgstr "For å spesifisere et REGEX-mønster, pakk mønsteret inn i to skråstre
1510
  msgid "Cerber Traffic Inspector"
1511
  msgstr "Cerber Trafikkinspektør"
1512
 
1513
- #: ../dashboard.php:56 ../dashboard.php:1303 ../dashboard.php:2900
1514
  msgid "Traffic Inspector"
1515
  msgstr "Trafikkinspektør"
1516
 
1517
- #: ../dashboard.php:1335
1518
  msgid "Traffic"
1519
  msgstr "Trafikk"
1520
 
1521
- #: ../dashboard.php:2905
1522
- msgid "Live traffic"
1523
- msgstr "Live trafikk"
1524
-
1525
- #: ../dashboard.php:3231
1526
  msgid "Request"
1527
  msgstr "Forespørsel"
1528
 
1529
- #: ../dashboard.php:3233
1530
  msgid "Host Info"
1531
  msgstr "Vertsinformasjon"
1532
 
1533
- #: ../dashboard.php:3234
1534
  msgid "User Agent"
1535
  msgstr "Brukeragent"
1536
 
1537
- #: ../dashboard.php:3259
1538
  msgid "All requests"
1539
  msgstr "Alle forespørsler"
1540
 
1541
- #: ../dashboard.php:3264
1542
  msgid "Not logged in visitors"
1543
  msgstr "Ikke-innloggede besøkende"
1544
 
1545
- #: ../dashboard.php:3265
1546
  msgid "Form submissions"
1547
  msgstr "Innsendte skjema"
1548
 
1549
- #: ../dashboard.php:3266
1550
  msgid "Page Not Found"
1551
  msgstr "Siden ikke funnet"
1552
 
1553
- #: ../dashboard.php:3267
1554
- msgid "REST API"
1555
- msgstr "REST API"
1556
-
1557
- #: ../dashboard.php:3268
1558
- msgid "XML-RPC"
1559
- msgstr "XML-RPC"
1560
-
1561
- #: ../dashboard.php:3273
1562
  msgid "Longer than"
1563
  msgstr "Lengre enn"
1564
 
1565
- #: ../dashboard.php:3289
1566
  msgid "Refresh"
1567
  msgstr "Oppdater"
1568
 
@@ -1570,107 +1549,107 @@ msgstr "Oppdater"
1570
  msgid "Check for requests"
1571
  msgstr "Se etter forespørsler"
1572
 
1573
- #: ../common.php:1208
1574
  msgid "Not specified"
1575
  msgstr "Ikke spesifisert"
1576
 
1577
- #: ../settings.php:298
1578
  msgid "Logging mode"
1579
  msgstr "Loggføringsmodus"
1580
 
1581
- #: ../settings.php:304
1582
  msgid "Logging disabled"
1583
  msgstr "Loggføring deaktivert"
1584
 
1585
- #: ../settings.php:305
1586
  msgid "Smart"
1587
  msgstr "Smart"
1588
 
1589
- #: ../settings.php:306
1590
  msgid "All traffic"
1591
  msgstr "All trafikk"
1592
 
1593
- #: ../settings.php:310
1594
  msgid "Ignore crawlers"
1595
  msgstr "Ingrorer søkeroboter"
1596
 
1597
- #: ../settings.php:320
1598
  msgid "Mask these form fields"
1599
  msgstr "Maskér disse skjemafeltene"
1600
 
1601
- #: ../settings.php:356
1602
  msgid "milliseconds"
1603
  msgstr "millisekunder"
1604
 
1605
- #: ../settings.php:276
1606
  msgid "Inspection"
1607
  msgstr "Inspeksjon"
1608
 
1609
- #: ../settings.php:277
1610
  msgid "Enable traffic inspection"
1611
  msgstr "Aktiver trafikkinspeksjon"
1612
 
1613
- #: ../settings.php:297
1614
  msgid "Logging"
1615
  msgstr "Loggføring"
1616
 
1617
- #: ../settings.php:315
1618
  msgid "Save request fields"
1619
  msgstr "Lagre forespørselfelter"
1620
 
1621
- #: ../settings.php:351
1622
  msgid "Page generation time threshold"
1623
  msgstr "Tidsgrense for sidegenerering"
1624
 
1625
- #: ../dashboard.php:3251
1626
  msgid "No requests have been logged."
1627
  msgstr "Ingen forespørsler har blitt loggført"
1628
 
1629
- #: ../dashboard.php:1302
1630
  msgid "enabled"
1631
  msgstr "aktivert"
1632
 
1633
- #: ../dashboard.php:1307
1634
  msgid "no connection"
1635
  msgstr "ingen forbindelse"
1636
 
1637
- #: ../dashboard.php:3585
1638
  msgid "Advanced search"
1639
  msgstr "Avansert søk"
1640
 
1641
- #: ../dashboard.php:1058
1642
  msgid "Last seen"
1643
  msgstr "Sist sett"
1644
 
1645
- #: ../common.php:872 ../common.php:933
1646
  msgid "Probing for vulnerable PHP code"
1647
  msgstr "Søker etter sårbar PHP-kode"
1648
 
1649
- #: ../dashboard.php:3543
1650
  msgid "Any"
1651
  msgstr "Enhver"
1652
 
1653
- #: ../cerber-load.php:3281
1654
  msgid "We're sorry, you are not allowed to proceed"
1655
  msgstr "Beklager, du har ikke tillatelse til å fortsette"
1656
 
1657
- #: ../settings.php:288
1658
  msgid "Request whitelist"
1659
  msgstr "Be om hvitlisting"
1660
 
1661
- #: ../settings.php:294
1662
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1663
  msgstr "Skriv inn en forespørsels-URI for å ekskludere feorespørselen fra inspeksjon. Ett element per linje"
1664
 
1665
- #: ../settings.php:332
1666
  msgid "Save request headers"
1667
  msgstr "Lagre forespørsels-headere"
1668
 
1669
- #: ../settings.php:338
1670
  msgid "Save $_SERVER"
1671
  msgstr "Lagre $_SERVER"
1672
 
1673
- #: ../settings.php:344
1674
  msgid "Save request cookies"
1675
  msgstr "Lagre forespørsels-cookies"
1676
 
@@ -1682,23 +1661,23 @@ msgstr "Beskytt admin-scripts"
1682
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1683
  msgstr "Blokker uautorisert tilgang til load-scripts.php og load-styles.php"
1684
 
1685
- #: ../common.php:1834
1686
  msgid "Unable to create the directory"
1687
  msgstr "Kunne ikke opprette mappen"
1688
 
1689
- #: ../common.php:1839
1690
  msgid "Destination folder access denied"
1691
  msgstr "Tilgang til målmappen ble nektet"
1692
 
1693
- #: ../common.php:1842
1694
  msgid "File not found"
1695
  msgstr "Kunne ikke finne filen"
1696
 
1697
- #: ../common.php:1845
1698
  msgid "Unable to copy the file"
1699
  msgstr "Kunne ikke kopiere filen"
1700
 
1701
- #: ../common.php:1851
1702
  msgid "Unable to delete the file"
1703
  msgstr "Kunne ikke slette filen"
1704
 
@@ -1718,7 +1697,7 @@ msgstr "Legacy-modus"
1718
  msgid "Standard mode"
1719
  msgstr "Standardmodus"
1720
 
1721
- #: ../settings.php:1053
1722
  msgid "Plugin initialization mode has not been changed"
1723
  msgstr "Initialisering av plugin er ikke forandret"
1724
 
@@ -1735,31 +1714,31 @@ msgstr "Filopplasting ble nektet"
1735
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1736
  msgstr "Egendefinert innloggingsadresse kan kun inneholde bokstaver, tall, bindestreker og understreker."
1737
 
1738
- #: ../settings.php:180 ../settings.php:294
1739
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1740
  msgstr "For å spesifisere et REGEX-mønster, kan du pakke en linke inn i { og }."
1741
 
1742
- #: ../settings.php:575
1743
  msgid "Be careful about enabling these options."
1744
  msgstr "Vær forsiktig med å aktivere disse valgene."
1745
 
1746
- #: ../settings.php:575
1747
  msgid "If you forget your Custom login URL, you will be unable to log in."
1748
  msgstr "Hvis du glemmer din egendefinerte innloggingsadresse, vil du ikke kunne logge inn."
1749
 
1750
- #: ../dashboard.php:64 ../cerber-scanner.php:78
1751
  msgid "Site Integrity"
1752
  msgstr "Sideintegritet"
1753
 
1754
- #: ../dashboard.php:1320 ../dashboard.php:1322 ../cerber-scanner.php:1286
1755
  msgid "Disabled"
1756
  msgstr "Deaktivert"
1757
 
1758
- #: ../dashboard.php:1321 ../cerber-scanner.php:850
1759
  msgid "Quick Scan"
1760
  msgstr "Hurtigskann"
1761
 
1762
- #: ../dashboard.php:1323 ../cerber-scanner.php:850
1763
  msgid "Full Scan"
1764
  msgstr "Full skann"
1765
 
@@ -1772,7 +1751,7 @@ msgstr "WP Cerber Sikkerhet, Antispam & Malware-søk"
1772
  msgid "Denied"
1773
  msgstr "Nektet"
1774
 
1775
- #: ../settings.php:81 ../settings.php:283
1776
  msgid "Use White IP Access List"
1777
  msgstr "Bruk hvitliste"
1778
 
@@ -1784,341 +1763,337 @@ msgstr "Deaktiver omdirigering av kontrollpanelet"
1784
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1785
  msgstr "Deaktiver automatisk omdirigering til innloggingssiden ved uautoriserte oppslag på /wp-admin/ "
1786
 
1787
- #: ../settings.php:372
1788
  msgid "Scanner settings"
1789
  msgstr "Skannerinnstillinger"
1790
 
1791
- #: ../settings.php:373
1792
  msgid "Custom signatures"
1793
  msgstr "Egendefinerte signaturer"
1794
 
1795
- #: ../settings.php:379
1796
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1797
  msgstr "Spesifiser egendefinerte PHP-signaturer. Ett element per linje. For å spesifisere REGEX-mønster, pakk en linje inn i { og }."
1798
 
1799
- #: ../settings.php:381
1800
  msgid "Unwanted file extensions"
1801
  msgstr "Uønskede filendelser"
1802
 
1803
- #: ../settings.php:387
1804
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1805
  msgstr "Spesifiser filendelser å søke etter. Kun tilgjengelig under full skann. Bruk komma for å skille mellom elementer."
1806
 
1807
- #: ../settings.php:389
1808
  msgid "Directories to exclude"
1809
  msgstr "Mapper å ekskludere"
1810
 
1811
- #: ../settings.php:395
1812
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1813
  msgstr "Spesifiser mapper som skal ekskluderes fra skanningen. Bruk absolutte adresser. Ett element per linje."
1814
 
1815
- #: ../settings.php:410
1816
  msgid "Scan temporary directory"
1817
  msgstr "Skann midlertidig katalog"
1818
 
1819
- #: ../settings.php:417
1820
  #, fuzzy
1821
  msgid "Scan session directory"
1822
  msgstr "Skann øktkatalog"
1823
 
1824
- #: ../settings.php:423
1825
  msgid "Delete quarantined files after"
1826
  msgstr "Slett filer i karantene etter"
1827
 
1828
- #: ../settings.php:438
1829
  msgid "Launch Quick Scan"
1830
  msgstr "Start hurtigskann"
1831
 
1832
- #: ../cerber-scanner.php:1287
1833
  msgid "Every hour"
1834
  msgstr "Hver time"
1835
 
1836
- #: ../cerber-scanner.php:1288
1837
  msgid "Every 3 hours"
1838
  msgstr "Hver 3. time"
1839
 
1840
- #: ../cerber-scanner.php:1289
1841
  msgid "Every 6 hours"
1842
  msgstr "Hver 6. time"
1843
 
1844
- #: ../settings.php:445
1845
  msgid "Launch Full Scan"
1846
  msgstr "Start full skann"
1847
 
1848
- #: ../settings.php:455 ../settings.php:515
1849
  msgid "Low severity"
1850
  msgstr "Lav alvorlighetsgrad"
1851
 
1852
- #: ../settings.php:455 ../settings.php:515
1853
  msgid "Medium severity"
1854
  msgstr "Medium alvorlighetsgrad"
1855
 
1856
- #: ../settings.php:455 ../settings.php:515
1857
  msgid "High severity"
1858
  msgstr "Høy alvorlighetsgrad"
1859
 
1860
- #: ../settings.php:456
1861
  msgid "Report an issue if any of the following is true"
1862
  msgstr "Rapporter en hendelse hvis noe av følgende stemmer"
1863
 
1864
- #: ../settings.php:464
1865
  msgid "Send email report"
1866
  msgstr "Send rapport på e-post"
1867
 
1868
- #: ../settings.php:470
1869
  msgid "After every scan"
1870
  msgstr "Etter hver skanning"
1871
 
1872
- #: ../settings.php:471
1873
  msgid "If any changes in scan results occurred"
1874
  msgstr "Hvis det oppdages en endring i skanningsresultatet"
1875
 
1876
- #: ../settings.php:476
1877
  msgid "Include file sizes"
1878
  msgstr "Inkluder filstørrelser"
1879
 
1880
- #: ../settings.php:483
1881
  msgid "Include scan errors"
1882
  msgstr "Inkluder skanningsfeil"
1883
 
1884
- #: ../cerber-load.php:4257 ../cerber-scanner.php:83
1885
  msgid "Security Scanner"
1886
  msgstr "Sikkerhetsskanning"
1887
 
1888
- #: ../cerber-scanner.php:85
1889
  msgid "Scheduling"
1890
  msgstr "Planlegging"
1891
 
1892
- #: ../cerber-scanner.php:140
1893
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1894
  msgstr "En planlagt skanning pågår. Vennligst vent til den er fullført."
1895
 
1896
- #: ../cerber-scanner.php:144
1897
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1898
  msgstr "Forrige skanning som startet %s er ikke fullført. Fortsette skanningen?"
1899
 
1900
- #: ../cerber-scanner.php:153
1901
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1902
  msgstr "Det ser ut for at denne websiden aldri har blitt skannet. Trykk på knappen under for å starte skanning."
1903
 
1904
- #: ../cerber-scanner.php:156
1905
  msgid "Start Quick Scan"
1906
  msgstr "Start hurtigskanning"
1907
 
1908
- #: ../cerber-scanner.php:157
1909
  msgid "Start Full Scan"
1910
  msgstr "Start full skanning"
1911
 
1912
- #: ../cerber-scanner.php:158
1913
  msgid "Stop Scanning"
1914
  msgstr "Stopp skanning"
1915
 
1916
- #: ../cerber-scanner.php:159
1917
  msgid "Continue Scanning"
1918
  msgstr "Fortsett skanning"
1919
 
1920
- #: ../cerber-scanner.php:188
1921
  msgid "Delete"
1922
  msgstr "Slett"
1923
 
1924
- #: ../cerber-scanner.php:1236
1925
  msgid "Verified"
1926
  msgstr "Verifisert"
1927
 
1928
- #: ../cerber-scanner.php:1243
1929
  msgid "Integrity data not found"
1930
  msgstr "Integritetsdata ikke funnet"
1931
 
1932
- #: ../cerber-scanner.php:1244
1933
  msgid "Unable to check the integrity of the plugin due to a network error"
1934
  msgstr "Forhindret fra å sjekke pluginens integritet på grunn av en nettverksfeil"
1935
 
1936
- #: ../cerber-scanner.php:1245
1937
  msgid "Unable to check the integrity of WordPress files due to a network error"
1938
  msgstr "Forhindret fra å sjekke WordPress-filenes integritet på grunn av en nettverksfeil"
1939
 
1940
- #: ../cerber-scanner.php:1246
1941
  msgid "Unable to check the integrity of the theme due to a network error"
1942
  msgstr "Forhindret fra å sjekke malens integritet på grunn av en nettverksfeil"
1943
 
1944
- #: ../cerber-scanner.php:1249
1945
  msgid "Local file doesn't exist"
1946
  msgstr "Den lokale filen eksisterer ikke"
1947
 
1948
- #: ../cerber-scanner.php:1251
1949
  msgid "Unable to process file"
1950
  msgstr "Kunne ikke behandle filen"
1951
 
1952
- #: ../cerber-scanner.php:1252 ../cerber-scanner.php:4704
1953
  msgid "Unable to open file"
1954
  msgstr "Kunne ikke åpne filen"
1955
 
1956
- #: ../cerber-scanner.php:1254
1957
  msgid "Checksum mismatch"
1958
  msgstr "Sjekksummen matcher ikke"
1959
 
1960
- #: ../cerber-scanner.php:1257
1961
  msgid "Suspicious code found"
1962
  msgstr "Mistenkelig kode ble funnet"
1963
 
1964
- #: ../cerber-scanner.php:1259
1965
  msgid "Unattended suspicious file"
1966
  msgstr "Ubehandlet mistenkelig fil"
1967
 
1968
- #: ../cerber-scanner.php:1260
1969
  msgid "Executable code found"
1970
  msgstr "Kjørbar kode ble funnet"
1971
 
1972
- #: ../cerber-scanner.php:1264
1973
  msgid "Unwanted file extension"
1974
  msgstr "Uønsket filendelse"
1975
 
1976
- #: ../cerber-scanner.php:1266
1977
  msgid "Content has been modified"
1978
  msgstr "Innholdet er modifisert"
1979
 
1980
- #: ../cerber-scanner.php:1267
1981
  msgid "New file"
1982
  msgstr "Ny fil"
1983
 
1984
- #: ../cerber-scanner.php:2354
1985
  msgid "Custom signature found"
1986
  msgstr "Egendefinert signatur funnet"
1987
 
1988
- #: ../cerber-scanner.php:3567
1989
  msgid "Scanning folders for files"
1990
  msgstr "Skanner mapper for filer"
1991
 
1992
- #: ../cerber-scanner.php:3571
1993
  msgid "Parsing the list of files"
1994
  msgstr "Analyserer fillisten"
1995
 
1996
- #: ../cerber-scanner.php:3572
1997
  msgid "Checking for new and modified files"
1998
  msgstr "Sjekker etter nye og modifiserte filer"
1999
 
2000
- #: ../cerber-scanner.php:3573
2001
  msgid "Verifying the integrity of WordPress"
2002
  msgstr "Verifiserer integriteten til WordPress"
2003
 
2004
- #: ../cerber-scanner.php:3574
2005
  msgid "Verifying the integrity of the plugins"
2006
  msgstr "Verifiserer integriteten til plugins"
2007
 
2008
- #: ../cerber-scanner.php:3575
2009
  msgid "Verifying the integrity of the themes"
2010
  msgstr "Verifiserer integriteten til maler"
2011
 
2012
- #: ../cerber-scanner.php:3576
2013
  msgid "Searching for malicious code"
2014
  msgstr "Søker etter ondsinnet kode"
2015
 
2016
- #: ../cerber-scanner.php:3577
2017
  msgid "Finalizing the scan"
2018
  msgstr "Ferdigstiller skanningen"
2019
 
2020
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:3767
2021
  msgid "Files to scan"
2022
  msgstr "Filer å skanne"
2023
 
2024
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3775
2025
  msgid "Critical issues"
2026
  msgstr "Kritiske hendelser"
2027
 
2028
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3779 ../cerber-scanner.php:4894
2029
  msgid "Issues total"
2030
  msgstr "Totale hendelser"
2031
 
2032
- #: ../cerber-scanner.php:4140
2033
  msgid "The directory is not writable"
2034
  msgstr "Kan ikke skrive til mappen"
2035
 
2036
- #: ../cerber-scanner.php:4158
2037
  msgid "Unable to create WP CERBER directory"
2038
  msgstr "Kan ikke opprette WP CERBER-mappen"
2039
 
2040
- #: ../cerber-scanner.php:4365
2041
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2042
  msgstr "Filtilgangsfeil. Skanningsresultatene kan være utdaterte. Vennligst utfør hurtigskann eller full skanning."
2043
 
2044
- #: ../cerber-scanner.php:5001
2045
  msgid "To view full report visit"
2046
  msgstr "For å se full rapport, besøk"
2047
 
2048
- #: ../cerber-load.php:3506
2049
  msgid "Scanner Report"
2050
  msgstr "Skannerapport"
2051
 
2052
- #: ../settings.php:397
2053
  msgid "Monitor new files"
2054
  msgstr "Overvåk nye filer"
2055
 
2056
- #: ../settings.php:404
2057
  msgid "Monitor modified files"
2058
  msgstr "Overvåk modifiserte filer"
2059
 
2060
- #: ../settings.php:472
2061
  msgid "If new issues found"
2062
  msgstr "Hvis nye hendelser oppdages"
2063
 
2064
- #: ../settings.php:1288
2065
  msgid "The schedule has been updated"
2066
  msgstr "Planleggingen oppdateres"
2067
 
2068
- #: ../settings.php:1291
2069
- msgid "Unable to updated the schedule"
2070
- msgstr "Planleggingen kan ikke oppdateres"
2071
-
2072
- #: ../cerber-scanner.php:1263 ../cerber-scanner.php:2517
2073
  msgid "Suspicious directives found"
2074
  msgstr "Fant mistenkelige direktiver"
2075
 
2076
- #: ../cerber-scanner.php:2515
2077
  msgid "Suspicious code instruction found"
2078
  msgstr "Fant mistenkelig kodeinstruksjon"
2079
 
2080
- #: ../cerber-scanner.php:2516
2081
  msgid "Suspicious code signatures found"
2082
  msgstr "Fant mistenkelige kodesignaturer"
2083
 
2084
- #: ../cerber-scanner.php:2519
2085
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2086
  msgstr "For å løse denne hendelsen må du installere %s eller oppdatere den til siste versjon."
2087
 
2088
- #: ../cerber-scanner.php:2520
2089
  msgid "Please upload a reference ZIP archive"
2090
  msgstr "Vennligst last opp en referanse-ZIP"
2091
 
2092
- #: ../cerber-scanner.php:2521
2093
  msgid "Resolve issue"
2094
  msgstr "Løs hendelse"
2095
 
2096
- #: ../cerber-scanner.php:3851
2097
  msgid "We have not found any integrity data to verify"
2098
  msgstr "Kunne ikke finne noen integritetsdata å verifisere"
2099
 
2100
- #: ../cerber-scanner.php:3853
2101
  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."
2102
  msgstr "Du må laste opp en ZIP-fil som du har installert fra. Dette gjør det mulig for sikkerhetsskanningen å verifisere kodens integritet og oppdage malware."
2103
 
2104
- #: ../cerber-scanner.php:4850
2105
  msgid "Full Scan Report"
2106
  msgstr "Full skanningsrapport"
2107
 
2108
- #: ../cerber-scanner.php:4850
2109
  msgid "Quick Scan Report"
2110
  msgstr "Hurtigskanningsrapport"
2111
 
2112
- #: ../cerber-scanner.php:4863
2113
  msgid "Files scanned"
2114
  msgstr "Filer skannet"
2115
 
2116
- #: ../dashboard.php:199 ../dashboard.php:931 ../dashboard.php:962 ../dashboard.
2117
- #: php:1074
2118
  msgid "Check for activities"
2119
  msgstr "Sjekk for aktivitet"
2120
 
2121
- #: ../dashboard.php:1037
2122
  msgid "Activated"
2123
  msgstr "Aktivert"
2124
 
@@ -2138,51 +2113,51 @@ msgstr "Mistenkelig antall felt"
2138
  msgid "Suspicious number of nested values"
2139
  msgstr "Mistenkelig antall nøstede verdier"
2140
 
2141
- #: ../common.php:900 ../common.php:934
2142
  msgid "Malicious code detected"
2143
  msgstr "Ondsinnet kode oppdaget"
2144
 
2145
- #: ../common.php:935
2146
  msgid "Attempt to upload a file with malicious code"
2147
  msgstr "Forsøk på å laste opp en fil med ondsinnet kode"
2148
 
2149
- #: ../common.php:1084
2150
  msgid "Bytes"
2151
  msgstr "Bytes"
2152
 
2153
- #: ../cerber-scanner.php:1242
2154
  msgid "Vulnerability found"
2155
  msgstr "Svakhet funnet"
2156
 
2157
- #: ../cerber-scanner.php:1247
2158
  msgid "Unable to check the integrity due to a DB error"
2159
  msgstr "Kunne ikke sjekke integriteten på grunn av en databasefeil"
2160
 
2161
- #: ../cerber-scanner.php:3568
2162
  msgid "Scanning the upload folder for files"
2163
  msgstr "Skanner upload-mappen for filer"
2164
 
2165
- #: ../cerber-scanner.php:3569
2166
  msgid "Scanning the temp folder for files"
2167
  msgstr "Skanner temp-mappen for filer"
2168
 
2169
- #: ../cerber-scanner.php:3570
2170
  msgid "Scanning the session folder for files"
2171
  msgstr "Skanner øktmappen for filer"
2172
 
2173
- #: ../settings.php:437
2174
  msgid "Automated recurring scan schedule"
2175
  msgstr "Automatisert gjentakende skanningsplan"
2176
 
2177
- #: ../settings.php:453
2178
  msgid "Scan results reporting"
2179
  msgstr "Rapportering av skanneresultater"
2180
 
2181
- #: ../dashboard.php:3261
2182
  msgid "Suspicious activity"
2183
  msgstr "Mistenkelig aktivitet"
2184
 
2185
- #: ../dashboard.php:3262
2186
  msgid "Errors"
2187
  msgstr "Feil"
2188
 
@@ -2195,181 +2170,302 @@ msgstr "Antispam-system"
2195
  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."
2196
  msgstr "Beskytter WordPress mot hackerangrep, spam, trojanske hester og viruser. Malware skanner og integritetssjekker. Forsterker WordPress med et sett avanserte sikkerhetsalgoritmer. Spambeskyttelse med et sofistikert system for oppdagelse av boter og reCAPTCHA. Sporer bruker- og inntrengeraktivitet med epost-, mobil-, og skrivebordsvarslinger."
2197
 
2198
- #: ../cerber-load.php:375
2199
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2200
  msgstr "Du har overskredet antallet tillatte innloggingsforsøk. Vennligst prøv igjen om %d minutter."
2201
 
2202
- #: ../common.php:999
2203
  msgctxt "preposition of a period of time like: in 6 hours"
2204
  msgid "in %s"
2205
- msgstr ""
2206
 
2207
- #: ../settings.php:1026
2208
  msgctxt "preposition of time like: at 11:00"
2209
  msgid "at"
2210
- msgstr ""
2211
 
2212
- #: ../cerber-scanner.php:87
2213
  msgid "Quarantine"
2214
- msgstr ""
2215
 
2216
- #: ../cerber-scanner.php:3648
2217
  msgid "Started"
2218
- msgstr ""
2219
 
2220
- #: ../cerber-scanner.php:3652
2221
  msgid "Finished"
2222
- msgstr ""
2223
 
2224
- #: ../cerber-scanner.php:3660
2225
  msgid "Performance"
2226
- msgstr ""
2227
 
2228
- #: ../cerber-scanner.php:3672
2229
  msgid "Vulnerabilities"
2230
- msgstr ""
2231
 
2232
- #: ../cerber-scanner.php:3676
2233
  msgid "New files"
2234
- msgstr ""
2235
 
2236
- #: ../cerber-scanner.php:3680
2237
  msgid "Changed files"
2238
- msgstr ""
2239
 
2240
- #: ../cerber-scanner.php:3684
2241
  msgid "Unwanted extensions"
2242
- msgstr ""
2243
 
2244
- #: ../settings.php:509 ../cerber-scanner.php:3688
2245
  msgid "Unattended files"
2246
- msgstr ""
2247
 
2248
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:5309
2249
  msgid "Scanned"
2250
- msgstr ""
2251
 
2252
- #: ../cerber-scanner.php:5234
2253
  msgid "There are no files in the quarantine at the moment."
2254
- msgstr ""
2255
 
2256
- #: ../cerber-scanner.php:5302
2257
  msgid "Restore"
2258
- msgstr ""
2259
 
2260
- #: ../cerber-scanner.php:5297
2261
  msgid "Delete permanently"
2262
- msgstr ""
2263
 
2264
- #: ../cerber-scanner.php:5310
2265
  msgid "Moved to quarantine"
2266
- msgstr ""
2267
 
2268
- #: ../cerber-scanner.php:5311
2269
  msgid "Automatic deletion"
2270
- msgstr ""
2271
 
2272
- #: ../cerber-scanner.php:5312
2273
  msgid "Size"
2274
- msgstr ""
2275
 
2276
- #: ../cerber-scanner.php:5313
2277
  msgid "File"
2278
- msgstr ""
2279
 
2280
- #: ../cerber-scanner.php:5375
2281
  msgid "The file has been deleted permanently."
2282
- msgstr ""
2283
 
2284
- #: ../cerber-scanner.php:5384
2285
  msgid "The file has been restored to its original location."
2286
- msgstr ""
2287
 
2288
- #: ../dashboard.php:1336
2289
  msgid "Integrity"
2290
- msgstr ""
2291
 
2292
  #: ../common.php:873
2293
  msgid "Attempt to upload malicious file denied"
2294
- msgstr ""
2295
 
2296
- #: ../cerber-news.php:196
2297
  msgid "Awesome!"
2298
- msgstr ""
2299
 
2300
- #: ../settings.php:507
2301
  msgid "Automatic cleanup of malware and suspicious files"
2302
- msgstr ""
2303
 
2304
- #: ../settings.php:516
2305
  msgid "Files in the uploads folder"
2306
- msgstr ""
2307
 
2308
- #: ../settings.php:523
2309
  msgid "Files with unwanted extensions"
2310
- msgstr ""
2311
 
2312
- #: ../settings.php:530
2313
  msgid "Exclusions"
2314
- msgstr ""
2315
 
2316
- #: ../settings.php:531
2317
  msgid "Files in the temporary directory"
2318
- msgstr ""
2319
 
2320
- #: ../settings.php:537
2321
  msgid "Files in the sessions directory"
2322
- msgstr ""
2323
 
2324
- #: ../settings.php:543
2325
  msgid "Files in these directories"
2326
- msgstr ""
2327
 
2328
- #: ../settings.php:549
2329
  msgid "Use absolute paths. One item per line."
2330
- msgstr ""
2331
 
2332
- #: ../settings.php:551
2333
  msgid "Files with these extensions"
2334
- msgstr ""
2335
 
2336
- #: ../settings.php:557
2337
  msgid "Use comma to separate items."
2338
- msgstr ""
2339
 
2340
- #: ../cerber-scanner.php:86
2341
  msgid "Cleaning up"
2342
- msgstr ""
2343
 
2344
- #: ../cerber-scanner.php:1258
2345
  msgid "Malicious code found"
2346
- msgstr ""
2347
 
2348
- #: ../cerber-scanner.php:2512
2349
  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."
2350
- msgstr ""
2351
 
2352
- #: ../cerber-scanner.php:2513
2353
  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."
2354
- msgstr ""
2355
 
2356
- #: ../cerber-scanner.php:2514
2357
  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."
2358
- msgstr ""
2359
 
2360
- #: ../cerber-scanner.php:2518
2361
  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."
2362
- msgstr ""
2363
 
2364
- #: ../cerber-scanner.php:4944
2365
  msgid "Deleted"
2366
- msgstr ""
2367
 
2368
- #: ../cerber-scanner.php:4989
2369
  msgid "Automatically moved to quarantine"
2370
- msgstr ""
2371
 
2372
  #: ../common.php:901
2373
  msgid "Suspicious SQL code detected"
2374
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2375
 
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Blokkér direkte tilgang til wp-login.php og returnér HTTP 404 Ikke Funnet-feil."
70
 
71
+ #: ../dashboard.php:1320 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Vakttårnsmodus"
74
 
76
  msgid "Threshold"
77
  msgstr "Terskel"
78
 
79
+ #: ../settings.php:105 ../cerber-scanner.php:3823
80
  msgid "Duration"
81
  msgstr "Varighet"
82
 
83
+ #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
84
+ #: 631
85
  msgid "Notifications"
86
  msgstr "Varsling"
87
 
89
  msgid "Send notification to admin email"
90
  msgstr "Send varsel til admins e-postadresse"
91
 
92
+ #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
93
+ #: tools.php:100 ../cerber-tools.php:187
94
  msgid "Access Lists"
95
  msgstr "Tilgangsliste"
96
 
97
+ #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
98
+ #: /settings.php:108 ../settings.php:625
99
  msgid "Activity"
100
  msgstr "Aktivitet"
101
 
102
+ #: ../settings.php:626
103
  msgid "Lockouts"
104
  msgstr "Utestengelser"
105
 
106
+ #: ../settings.php:748 ../settings.php:870
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tillatte forsøk på %s minutter"
109
 
110
+ #: ../settings.php:770 ../settings.php:892
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Aktivér etter %s mislykkede innloggingsforsøk på %s minutter"
113
 
114
+ #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
115
+ #: php:4024
116
  msgid "IP"
117
  msgstr "IP-adresse"
118
 
119
+ #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
120
  msgid "Date"
121
  msgstr "Dato"
122
 
123
+ #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
124
  msgid "Local User"
125
  msgstr "Lokal bruker"
126
 
127
+ #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
128
  msgid "Username used"
129
  msgstr "Brukernavn brukt"
130
 
156
  msgid "Citadel activated!"
157
  msgstr "Vakttårn aktivert!"
158
 
159
+ #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
160
  #: 890
161
  msgid "Locked out"
162
  msgstr "Utestengt"
169
  msgid "Password changed"
170
  msgstr "Passord endret"
171
 
172
+ #: ../dashboard.php:127 ../dashboard.php:207
173
  msgid "Remove"
174
  msgstr "Fjern"
175
 
176
+ #: ../dashboard.php:437
177
  msgid "Lockout for %s was removed"
178
  msgstr "Utestengelse for %s ble fjernet"
179
 
180
+ #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
181
+ #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
182
  msgid "White IP Access List"
183
  msgstr "Hvit IP-tilgangsliste"
184
 
185
+ #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
186
+ #: php:1319 ../dashboard.php:3067
187
  msgid "Black IP Access List"
188
  msgstr "Svart IP-tilgangsliste"
189
 
190
+ #: ../dashboard.php:213
191
  msgid "List is empty"
192
  msgstr "Listen er tom"
193
 
194
+ #: ../dashboard.php:250
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Adressen %s ble lagt til den hvite IP-tilgangslisten"
197
 
198
+ #: ../dashboard.php:264
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Adressen %s ble lagt til den svarte IP-tilgangslisten"
201
 
202
+ #: ../cerber-load.php:3446
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "Vakttårnsmodus ble aktivert etter %d mislykkede innloggingsforsøk på %d minutter"
205
 
206
+ #: ../dashboard.php:1990 ../dashboard.php:2400
207
  msgid "View Activity"
208
  msgstr "Se aktivitet"
209
 
210
+ #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
211
+ #: scanner.php:76
212
  msgid "Settings"
213
  msgstr "Innstillinger"
214
 
215
+ #: ../dashboard.php:1181
216
  msgid "Last login"
217
  msgstr "Siste innlogging"
218
 
219
+ #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
220
  msgid "Never"
221
  msgstr "Aldri"
222
 
223
+ #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
224
+ #: /cerber-scanner.php:5659
225
  msgid "Are you sure?"
226
  msgstr "Er du sikker?"
227
 
228
+ #: ../dashboard.php:1632 ../settings.php:83
229
  msgid "My site is behind a reverse proxy"
230
  msgstr "Min side er bak en reverse proxy"
231
 
237
  msgid "Immediately block IP when attempting to login with a non-existent username"
238
  msgstr "Blokkér umiddelbart IP når noen prøver å logge inn med et ikke-eksisterende brukernavn"
239
 
240
+ #: ../settings.php:580
241
  msgid "Make your protection smarter!"
242
  msgstr "Gjør din beskyttelse smartere!"
243
 
244
+ #: ../settings.php:584
245
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
246
  msgstr "Vennligst "
247
 
248
+ #: ../cerber-load.php:4305 ../settings.php:627
249
  msgid "Main Settings"
250
  msgstr "Hovedinnstillinger"
251
 
252
+ #: ../dashboard.php:3700
 
253
  msgid "Help"
254
  msgstr "Hjelp"
255
 
256
+ #: ../settings.php:758 ../settings.php:880
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Øk varigheten av utestengelser til %s timer etter %s utestengelser i løpet av de siste %s timer"
259
 
260
+ #: ../cerber-load.php:370
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "Du har ikke tillatelse til å logge inn. Spør din administrator om du trenger hjelp."
263
 
264
+ #: ../cerber-load.php:396
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Du har kun ett forsøk igjen."
268
  msgstr[1] "Du har %d forsøk igjen."
269
 
270
+ #: ../dashboard.php:764
271
  msgid "No activity has been logged."
272
  msgstr "Ingen aktivitet har blitt registrert."
273
 
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "Ingen utestengelser akkurat nå. Kysten er klar."
281
 
282
+ #: ../dashboard.php:179
283
  msgid "These IPs will never be locked out"
284
  msgstr "Disse IP-er vil aldri bli utestengt"
285
 
286
+ #: ../dashboard.php:188
287
  msgid "Your IP"
288
  msgstr "Din IP"
289
 
290
+ #: ../cerber-load.php:3447
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "Siste mislykkede forsøk var %s fra IP %s med brukernavn %s."
293
 
294
+ #: ../cerber-load.php:4273
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "Kunne ikke aktivere WP Cerber på grunn av en databasefeil."
297
 
298
+ #: ../settings.php:765 ../settings.php:887
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Varsle administratoren om antallet aktive utestengelser overskrider"
301
 
302
+ #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
303
  msgid "days"
304
  msgstr "dager"
305
 
306
+ #: ../dashboard.php:1271
307
  msgid "Cerber Quick View"
308
  msgstr "Cerber hurtigvisning"
309
 
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Alltid blokkér hele subnet Class C av inntrengerens IP"
321
 
322
+ #: ../settings.php:106 ../settings.php:767 ../settings.php:889
323
  msgid "Click to send test"
324
  msgstr "Klikk for å sende test"
325
 
326
+ #: ../settings.php:1052 ../settings.php:1053
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "OBS! Du har endret innloggings-adressen. Din nye URL for innlogging er"
329
 
330
+ #: ../dashboard.php:1180
331
  msgid "Comments"
332
  msgstr "Kommentarer"
333
 
334
+ #: ../common.php:1210
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "Oppdatér til versjon %s av WP Cerber"
337
 
338
+ #: ../cerber-load.php:3448 ../cerber-load.php:4056
339
  msgid "View activity in dashboard"
340
  msgstr "Se aktivitet i kontrollpanelet"
341
 
342
+ #: ../cerber-load.php:3477
343
  msgid "Number of active lockouts"
344
  msgstr "Antall aktive utestengelser"
345
 
346
+ #: ../cerber-load.php:3481
347
  msgid "View lockouts in dashboard"
348
  msgstr "Se utestengelser i kontrollpanelet"
349
 
350
+ #: ../cerber-load.php:3569
351
  msgid "This message was sent by"
352
  msgstr "Denne meldingen ble sendt av"
353
 
354
+ #: ../dashboard.php:69 ../cerber-tools.php:50
355
  msgid "Tools"
356
  msgstr "Verktøy"
357
 
358
+ #: ../cerber-tools.php:87
359
  msgid "Export settings to the file"
360
  msgstr "Eksportér innstillinger til filen"
361
 
362
+ #: ../cerber-tools.php:88
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Når du klikker knappen under, vil du få en konfigurasjonsfil som du kan laste opp på en annen side."
365
 
366
+ #: ../cerber-tools.php:89
367
  msgid "What do you want to export?"
368
  msgstr "Hva ønsker du å eksportere?"
369
 
370
+ #: ../cerber-tools.php:92
371
  msgid "Download file"
372
  msgstr "Last ned fil"
373
 
374
+ #: ../cerber-tools.php:94
375
  msgid "Import settings from the file"
376
  msgstr "Importér innstillinger fra filen"
377
 
378
+ #: ../cerber-tools.php:95
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Når du klikker på knappen under, vil filen lastes opp og alle eksisterende innstillinger vil bli overskrevet."
381
 
382
+ #: ../cerber-tools.php:96
383
  msgid "Select file to import."
384
  msgstr "Velg fil å importere."
385
 
386
+ #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Maksimum tillatte filstørrelse for opplasting: %s."
389
 
390
+ #: ../cerber-tools.php:99
391
  msgid "What do you want to import?"
392
  msgstr "Hva ønsker du å importere?"
393
 
394
+ #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
395
  msgid "Upload file"
396
  msgstr "Last opp fil"
397
 
398
+ #: ../cerber-tools.php:150
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Ingen fil ble lastet opp, eller er filen ødelagt"
401
 
402
+ #: ../cerber-tools.php:187
403
  msgid "Error while updating"
404
  msgstr "Feil under oppdatering"
405
 
406
+ #: ../cerber-tools.php:193
407
  msgid "Settings has imported successfully from"
408
  msgstr "Innstillinger ble importert fra"
409
 
410
+ #: ../cerber-tools.php:200
411
  msgid "Error while parsing file"
412
  msgstr "Feil under parsing av filen"
413
 
414
+ #: ../dashboard.php:135 ../dashboard.php:737
415
  msgid "Hostname"
416
  msgstr "Vertsnavn"
417
 
418
+ #: ../dashboard.php:403
419
  msgid "unknown"
420
  msgstr "ukjent"
421
 
422
+ #: ../settings.php:109 ../settings.php:365
423
  msgid "Keep records for"
424
  msgstr "Behold logger"
425
 
426
+ #: ../dashboard.php:1305 ../dashboard.php:1327
427
  msgid "active"
428
  msgstr "aktive"
429
 
430
+ #: ../dashboard.php:1305
431
  msgid "deactivate"
432
  msgstr "deaktiver"
433
 
434
+ #: ../dashboard.php:1307
435
  msgid "not active"
436
  msgstr "ikke aktive"
437
 
438
+ #: ../dashboard.php:1308 ../dashboard.php:1322
439
  msgid "disabled"
440
  msgstr "deaktivert"
441
 
442
+ #: ../dashboard.php:1313
443
  msgid "failed attempts"
444
  msgstr "mislykkede forsøk"
445
 
446
+ #: ../dashboard.php:1313 ../dashboard.php:1314
447
  msgid "in 24 hours"
448
  msgstr "på 24 timer"
449
 
450
+ #: ../dashboard.php:1313 ../dashboard.php:1314
451
  msgid "view all"
452
  msgstr "se alle"
453
 
454
+ #: ../dashboard.php:1314
455
  msgid "lockouts"
456
  msgstr "utestengelser"
457
 
458
+ #: ../dashboard.php:1316
459
  msgid "Lockouts at the moment"
460
  msgstr "Utestengelser akkurat nå"
461
 
462
+ #: ../dashboard.php:1317
463
  msgid "Last lockout"
464
  msgstr "Siste utestengelse"
465
 
466
+ #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "oppføring"
470
  msgstr[1] "oppføringer"
471
 
472
+ #: ../dashboard.php:1870
473
  msgid "Confused about some settings?"
474
  msgstr "Usikker på noen innstillinger?"
475
 
476
+ #: ../dashboard.php:1871
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "Du kan enkelt laste inn anbefalte standardinnstillinger via knappen under"
479
 
480
+ #: ../dashboard.php:1873
481
  msgid "Load default settings"
482
  msgstr "Last inn standardinnstillinger"
483
 
484
+ #: ../dashboard.php:1881
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "påvirker ikke egendefinert innloggings-URL og tilgangslister"
487
 
488
+ #: ../common.php:1203 ../settings.php:236
489
  msgid "New version is available"
490
  msgstr "Ny versjon er tilgjengelig"
491
 
492
+ #: ../cerber-load.php:3420
 
 
 
 
 
493
  msgid "WP Cerber notify"
494
  msgstr "WP Cerber-varsling"
495
 
496
+ #: ../cerber-load.php:3444
497
  msgid "Citadel mode is activated"
498
  msgstr "Vakttårns-modus er aktivert"
499
 
500
+ #: ../cerber-load.php:3516
501
  msgid "New Custom login URL"
502
  msgstr "Ny egendefinert innloggings-URL"
503
 
504
+ #: ../cerber-load.php:4260
505
  msgid "The WP Cerber requires PHP %s or higher. You are running"
506
  msgstr "WP Cerber krever PHP versjon %s eller høyere. Du kjører"
507
 
508
+ #: ../cerber-load.php:4264
509
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
510
  msgstr "WP Cerber krever WordPress versjon %s eller høyere. Du kjører"
511
 
517
  msgid "Write failed login attempts to the file"
518
  msgstr "Skriv mislykkede innloggingsforsøk til filen"
519
 
520
+ #: ../dashboard.php:1989
521
  msgid "Deactivate"
522
  msgstr "Deaktivér"
523
 
524
+ #: ../dashboard.php:138 ../cerber-load.php:3479
525
  msgid "Reason"
526
  msgstr "Grunn"
527
 
528
+ #: ../dashboard.php:218
529
  msgid "Add IP to the list"
530
  msgstr "Legg IP til listen"
531
 
532
+ #: ../dashboard.php:1001
533
  msgid "Add IP to the Black List"
534
  msgstr "Legg IP til svartelisten"
535
 
536
+ #: ../common.php:928
537
  msgid "Attempt to access"
538
  msgstr "Forsøk på å få tilgang til"
539
 
540
+ #: ../common.php:927
541
  msgid "Limit on login attempts is reached"
542
  msgstr "Grensen for innloggingsforsøk er nådd"
543
 
544
+ #: ../common.php:867 ../common.php:929
545
  msgid "Attempt to log in with non-existent username"
546
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
547
 
548
+ #: ../cerber-load.php:3478
549
  msgid "Last lockout was added: %s for IP %s"
550
  msgstr "Siste utestengelse ble lagt til: %s for IP %s"
551
 
552
+ #: ../cerber-load.php:4309 ../settings.php:629
553
  msgid "Hardening"
554
  msgstr "Forsterking"
555
 
556
+ #: ../dashboard.php:978
557
  msgid "Abuse email:"
558
  msgstr "Repportering av misbruk:"
559
 
560
+ #: ../settings.php:223 ../settings.php:264 ../settings.php:502
561
  msgid "Email Address"
562
  msgstr "E-postadresse"
563
 
564
+ #: ../settings.php:232
565
  msgid "if empty, the admin email %s will be used"
566
  msgstr "Hvis tom, vil e-postadressen %s bli brukt"
567
 
581
  msgid "Stop user enumeration"
582
  msgstr "Stopp opplisting av brukere"
583
 
584
+ #: ../settings.php:132
585
  msgid "Disable XML-RPC"
586
  msgstr "Deaktivér XML-RPC"
587
 
588
+ #: ../settings.php:132
589
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
590
  msgstr "Blokkér tilgang til XML-RPC-serveren (inkluderer Pingbacks og Trackbacks)"
591
 
592
+ #: ../settings.php:133
593
  msgid "Disable feeds"
594
  msgstr "Deaktiver feeds"
595
 
596
+ #: ../settings.php:133
597
  msgid "Block access to the RSS, Atom and RDF feeds"
598
  msgstr "Blokkér tilgang til RSS- Atom- og RDF-feeds"
599
 
600
+ #: ../settings.php:134
601
  msgid "Disable REST API"
602
  msgstr "Deaktivér REST API"
603
 
604
+ #: ../settings.php:594
605
  msgid "These settings do not affect hosts from the "
606
  msgstr "Disse innstillingene påvirker ikke verter fra "
607
 
608
+ #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
609
  msgid "<strong>ERROR</strong>: please enter a valid email address."
610
  msgstr "<strong>FEIL</strong>: vennligst skriv inn en gyldig e-postadresse"
611
 
612
+ #: ../cerber-load.php:3509 ../cerber-load.php:4294
613
  msgid "WP Cerber is now active and has started protecting your site"
614
  msgstr "WP Cerber er nå aktiv og har begynt å beskytte siden din"
615
 
616
+ #: ../dashboard.php:139 ../cerber-scanner.php:5541 ../cerber-scanner.php:5672
617
  msgid "Action"
618
  msgstr "Handling"
619
 
620
+ #: ../dashboard.php:181
621
  msgid "Nobody can log in or register from these IPs"
622
  msgstr "Ingen kan logge inn eller registrere seg fra disse IP-ene"
623
 
624
+ #: ../dashboard.php:244 ../dashboard.php:256
625
  msgid "Incorrect IP address or IP range"
626
  msgstr "Feil IP-adresse eller IP-rekkevidde"
627
 
628
+ #: ../dashboard.php:453 ../dashboard.php:2005
629
  msgid "Settings saved"
630
  msgstr "Innstillingene er lagret"
631
 
632
+ #: ../dashboard.php:982
633
  msgid "Network:"
634
  msgstr "Nettverk:"
635
 
636
+ #: ../dashboard.php:996
637
  msgid "Add network to the Black List"
638
  msgstr "Legg nettverk til svartelisten"
639
 
640
+ #: ../dashboard.php:1988
641
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
642
  msgstr "Advarsel! Vakttårns-modus er nå aktiv. Ingen vil kunne logge inn."
643
 
644
+ #: ../dashboard.php:361 ../dashboard.php:2996 ../whois.php:223 ../whois.php:254 ..
645
+ #: /common.php:926 ../common.php:1294
646
  msgid "Unknown"
647
  msgstr "Ukjent"
648
 
652
  msgstr "Gregory"
653
 
654
  #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
655
+ #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
656
+ #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
657
+ #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
658
+ #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
659
+ #: /settings.php:1114
660
  msgid "ERROR:"
661
  msgstr "FEIL:"
662
 
663
+ #: ../cerber-load.php:708
664
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
665
  msgstr "Bekreftelse av menneskelighet feilet. Vennligst klikk den firkantige boksen i reCAPTCHA-blokken under."
666
 
667
+ #: ../cerber-load.php:987
668
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
669
  msgstr "<strong>FEIL</strong>: Passordet du skrev inn for brukernavnet %s er ugyldig."
670
 
671
+ #: ../cerber-load.php:1214
672
  msgid "Username is not allowed. Please choose another one."
673
  msgstr "Brukernavnet er ikke tillatt. Vennligst velg et annet brukernavn."
674
 
675
+ #: ../cerber-load.php:3472
676
  msgid "unspecified"
677
  msgstr "uspesifisert"
678
 
679
+ #: ../cerber-load.php:3475
680
  msgid "Number of lockouts is increasing"
681
  msgstr "Antallet utestengelser stiger"
682
 
683
+ #: ../cerber-load.php:3480
684
  msgid "View activity for this IP"
685
  msgstr "Se aktivitet for denne IP"
686
 
687
+ #: ../cerber-load.php:3484 ../cerber-load.php:3486
688
  msgid "A new version of WP Cerber is available to install"
689
  msgstr "En ny versjon av WP Cerber er tilgjengelig for installasjon"
690
 
691
+ #: ../cerber-load.php:3485
692
  msgid "Hi!"
693
  msgstr "Hei!"
694
 
695
+ #: ../cerber-load.php:3488 ../cerber-load.php:3499
696
  msgid "Website"
697
  msgstr "Webside"
698
 
699
+ #: ../cerber-load.php:3491 ../cerber-load.php:3492
700
  msgid "The WP Cerber security plugin has been deactivated"
701
  msgstr "Sikkerhetstillegget WP Cerber har blitt deaktivert"
702
 
703
+ #: ../cerber-load.php:3494
704
  msgid "Not logged in"
705
  msgstr "Ikke innlogget"
706
 
707
+ #: ../cerber-load.php:3500
708
  msgid "By user"
709
  msgstr "Etter brukernavn"
710
 
711
+ #: ../cerber-load.php:3501
712
  msgid "From IP address"
713
  msgstr "Fra IP-adresse"
714
 
715
+ #: ../cerber-load.php:3504
716
  msgid "From country"
717
  msgstr "Fra land"
718
 
719
+ #: ../cerber-load.php:3508
720
  msgid "The WP Cerber security plugin is now active"
721
  msgstr "Sikkerhetstillegget WP Cerber er nå aktivt"
722
 
723
+ #: ../cerber-load.php:4295
724
  msgid "Your IP address is added to the"
725
  msgstr "Din IP-adresse ble lagt til"
726
 
727
+ #: ../cerber-load.php:4311
728
  msgid "Import settings"
729
  msgstr "Importer innstillinger"
730
 
731
+ #: ../settings.php:235
732
  msgid "Notification limit"
733
  msgstr "Grense for varslinger"
734
 
735
+ #: ../settings.php:235
736
  msgid "notification letters allowed per hour (0 means unlimited)"
737
  msgstr "varslingsmeldinger tillatt per time (0 betyr ubegrenset)"
738
 
739
+ #: ../settings.php:152
740
  msgid "User related settings"
741
  msgstr "Brukerrelaterte innstillinger"
742
 
743
+ #: ../settings.php:156
744
  msgid "Prohibited usernames"
745
  msgstr "Blokkerte brukernavn"
746
 
747
+ #: ../settings.php:162
748
  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."
749
  msgstr "Brukernavn fra denne listen har ikke tilgang til å logge inn eller registrere seg. Enhver IP som forsøker å bruke noen av disse brukernavnene blir blokkert umiddelbart. Bruk komma for å skille brukernavn."
750
 
751
+ #: ../settings.php:164
752
  msgid "User session expire"
753
  msgstr "Brukerøktens varighet"
754
 
755
+ #: ../settings.php:164
756
  msgid "in minutes (leave empty to use default WP value)"
757
  msgstr "i minutter (la stå tom for å bruke WordPress' standardverdi)"
758
 
759
+ #: ../settings.php:197
760
  msgid "reCAPTCHA settings"
761
  msgstr "reCAPTCHA-innstillinger"
762
 
763
+ #: ../settings.php:198
764
  msgid "Site key"
765
  msgstr "Site key"
766
 
767
+ #: ../settings.php:199
768
  msgid "Secret key"
769
  msgstr "Secret key"
770
 
771
+ #: ../settings.php:202
772
  msgid "Enable reCAPTCHA for WordPress registration form"
773
  msgstr "Slå på reCAPTCHA for WordPress' registreringsskjema"
774
 
775
+ #: ../settings.php:205
776
  msgid "Lost password form"
777
  msgstr "Skjema for mistet passord"
778
 
779
+ #: ../settings.php:208
780
  msgid "Login form"
781
  msgstr "Innloggingsskjema"
782
 
783
+ #: ../settings.php:208
784
  msgid "Enable reCAPTCHA for WordPress login form"
785
  msgstr "Slå på reCAPTCHA for WordPress' innloggingsskjema"
786
 
787
+ #: ../settings.php:597
788
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
789
  msgstr "Før du kan ta i bruk reCAPTCHA må du skaffe deg en Site key og Secret key på Googles webside"
790
 
791
+ #: ../cerber-lab.php:750 ../settings.php:598 ../settings.php:601
792
  msgid "Know more"
793
  msgstr "Lær mer"
794
 
795
+ #: ../settings.php:630
 
 
 
 
796
  msgid "Users"
797
  msgstr "Brukere"
798
 
800
  msgid "User created"
801
  msgstr "Bruker opprettet"
802
 
803
+ #: ../dashboard.php:1822 ../common.php:835
804
  msgid "User registered"
805
  msgstr "Bruker registrert"
806
 
816
  msgid "Attempt to access prohibited URL"
817
  msgstr "Forsøk på å koble til forbudt URL"
818
 
819
+ #: ../common.php:868 ../common.php:930
820
  msgid "Attempt to log in with prohibited username"
821
  msgstr "Forsøk på å logge inn med forbudt brukernavn"
822
 
832
  msgid "Cerber Lab protocol"
833
  msgstr "Cerber Lab protokoll"
834
 
835
+ #: ../settings.php:174 ../settings.php:202
836
  msgid "Registration form"
837
  msgstr "Registreringsskjema"
838
 
839
+ #: ../settings.php:203
840
  msgid "Enable reCAPTCHA for WooCommerce registration form"
841
  msgstr "Slå på reCAPTCHA for WooCommerces registreringsskjema"
842
 
843
+ #: ../settings.php:205
844
  msgid "Enable reCAPTCHA for WordPress lost password form"
845
  msgstr "Slå på reCAPTCHA for WordPress' skjema for mistet passord"
846
 
847
+ #: ../settings.php:206
848
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
849
  msgstr "Slå på reCAPTCHA for WooCommerce mistet passord-skjema"
850
 
851
+ #: ../settings.php:209
852
  msgid "Enable reCAPTCHA for WooCommerce login form"
853
  msgstr "Slå på reCAPTCHA for WooCommerce innloggings-skjema"
854
 
856
  msgid "Request to the Google reCAPTCHA service failed"
857
  msgstr "Forespørsel til Googles reCAPTCHA-tjeneste mislyktes"
858
 
859
+ #: ../dashboard.php:1814 ../dashboard.php:1844
860
  msgid "View all"
861
  msgstr "Se alle"
862
 
863
+ #: ../dashboard.php:1845
864
  msgid "Recently locked out IP addresses"
865
  msgstr "Nylig utestengte IP-adresser"
866
 
867
+ #: ../cerber-lab.php:748
868
  msgid "OK, nail them all"
869
  msgstr "OK, ta alle sammen"
870
 
871
+ #: ../cerber-lab.php:749
872
  msgid "NO, maybe later"
873
  msgstr "NEI, kanskje senere"
874
 
875
+ #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
876
+ #: php:624
877
  msgid "Dashboard"
878
  msgstr "Kontrollpanel"
879
 
880
+ #: ../cerber-lab.php:746
881
  msgid "Want to make WP Cerber even more powerful?"
882
  msgstr "Vil du gjøre WP Cerber enda sterkere?"
883
 
884
+ #: ../cerber-lab.php:747
885
  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."
886
  msgstr "Tillat at WP Cerber sender utestengde ondsinnede IP-adresser til Cerber Lab. Dette hjelper plugin-teamet å utvikle nye algoritmer som vil beskytte WordPress mot nye trusler og botnett som dukker opp hver dag. Du kan slå av sendingen i plugin-innstillingene når som helst."
887
 
888
+ #: ../dashboard.php:568
889
  msgid "IP address"
890
  msgstr "IP-adresse"
891
 
892
+ #: ../dashboard.php:568
893
  msgid "User login"
894
  msgstr "Brukernavn"
895
 
896
+ #: ../dashboard.php:568
897
  msgid "User ID"
898
  msgstr "Bruker-ID"
899
 
900
+ #: ../dashboard.php:760
901
  msgid "Export"
902
  msgstr "Eksporter"
903
 
904
+ #: ../dashboard.php:782
905
  msgid "Search for IP or username"
906
  msgstr "Søk etter IP eller brukernavn"
907
 
908
+ #: ../dashboard.php:782
909
  msgid "Filter"
910
  msgstr "Filter"
911
 
921
  msgid "Subscribe"
922
  msgstr "Abbonér"
923
 
924
+ #: ../dashboard.php:2073 ../cerber-tools.php:284
925
  msgid "Unsubscribe"
926
  msgstr "Avslutt abonnementet"
927
 
933
  msgid "You've unsubscribed"
934
  msgstr "Du har avsluttet abonnementet"
935
 
936
+ #: ../cerber-load.php:3520 ../cerber-load.php:3521
937
  msgid "A new activity has been recorded"
938
  msgstr "En ny aktivitet har blitt registrert"
939
 
940
+ #: ../cerber-load.php:4028
941
  msgid "User"
942
  msgstr "Bruker"
943
 
944
+ #: ../cerber-load.php:4036
945
  msgid "Search string"
946
  msgstr "Søkeord"
947
 
948
+ #: ../cerber-load.php:4057
949
  msgid "To unsubscribe click here"
950
  msgstr "Klikk her for å avslutte abbonementet"
951
 
961
  msgid "if empty, the default format %s will be used"
962
  msgstr "hvis blank, vil formatet %s bli brukt"
963
 
964
+ #: ../settings.php:241
965
  msgid "Push notifications"
966
  msgstr "Push-varsler"
967
 
968
+ #: ../settings.php:220
969
  msgid "Email notifications"
970
  msgstr "E-postvarsel"
971
 
972
+ #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
973
  msgid "Use comma to specify multiple values"
974
  msgstr "Bruk komma for å skille mellom flere verdier"
975
 
976
+ #: ../settings.php:249
977
  msgid "All connected devices"
978
  msgstr "Alle tilkoblede enheter"
979
 
980
+ #: ../settings.php:252
981
  msgid "No devices found"
982
  msgstr "Ingen enheter funnet"
983
 
984
+ #: ../settings.php:256
985
  msgid "Not available"
986
  msgstr "Ikke tilgjengelig"
987
 
989
  msgid "Password reset requested"
990
  msgstr "Nullstilling av passord forespurt"
991
 
992
+ #: ../common.php:931
993
  msgid "Limit on failed reCAPTCHA verifications is reached"
994
  msgstr "Grensen for mislykkede reCAPTCHA-verifiseringer er nådd"
995
 
996
+ #: ../common.php:1020
997
  msgid "%s ago"
998
  msgstr "%s siden"
999
 
1005
  msgid "Display 404 page"
1006
  msgstr "Vis 404-siden"
1007
 
1008
+ #: ../settings.php:200
1009
  msgid "Invisible reCAPTCHA"
1010
  msgstr "Usynlig reCAPTCHA"
1011
 
1012
+ #: ../settings.php:200
1013
  msgid "Enable invisible reCAPTCHA"
1014
  msgstr "Aktivér usynlig reCAPTCHA"
1015
 
1016
+ #: ../settings.php:200
1017
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1018
  msgstr "(ikke aktivér denne med mindre du legger inn sidenøkkel og hemmelig nøkkel for den usynlige versjonen)"
1019
 
1020
+ #: ../settings.php:211
1021
  msgid "Enable reCAPTCHA for WordPress comment form"
1022
  msgstr "Aktivér reCAPTCHA for WordPress' kommentarskjema"
1023
 
1024
+ #: ../settings.php:212
1025
  msgid "Disable reCAPTCHA for logged in users"
1026
  msgstr "Deaktivér reCAPTCHA for innloggede brukere"
1027
 
1028
+ #: ../settings.php:214
1029
  msgid "Limit attempts"
1030
  msgstr "Begrens forsøk"
1031
 
1032
+ #: ../settings.php:214
1033
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1034
  msgstr "Steng ute IP-adresser for %s minutter etter %s mislykkede forsøk på %s minutter"
1035
 
1036
+ #: ../settings.php:591
1037
  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."
1038
  msgstr "I vakttårnsmodus kan ingen andre enn hvitlistede IP-adresser logge seg inn. Allerede innloggede brukere vil ikke bli påvirket."
1039
 
1040
+ #: ../dashboard.php:568 ../dashboard.php:740
1041
  msgid "Event"
1042
  msgstr "Hendelse"
1043
 
1053
  msgid "Lockouts occurred"
1054
  msgstr "Utestengelser"
1055
 
1056
+ #: ../dashboard.php:1823
1057
  msgid "All suspicious activity"
1058
  msgstr "All mistenkelig aktivitet"
1059
 
1060
+ #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1061
+ #: /cerber-load.php:1227
1062
  msgid "You are not allowed to register."
1063
  msgstr "Du har ikke tilgang til å registrere deg"
1064
 
1082
  msgid "Cerber antispam settings"
1083
  msgstr "Cerber antispam-innstillinger"
1084
 
1085
+ #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1086
  msgid "Antispam"
1087
  msgstr "Antispam"
1088
 
1089
+ #: ../settings.php:172
1090
  msgid "Cerber antispam engine"
1091
  msgstr "Cerber antispam-system"
1092
 
1093
+ #: ../settings.php:173
1094
  msgid "Comment form"
1095
  msgstr "Kommentarskjema"
1096
 
1097
+ #: ../settings.php:173
1098
  msgid "Protect comment form with bot detection engine"
1099
  msgstr "Beskytt kommentarskjema med system for bot-oppdagelse"
1100
 
1101
+ #: ../settings.php:174
1102
  msgid "Protect registration form with bot detection engine"
1103
  msgstr "Beskytt registreringssskjema med system for bot-oppdagelse"
1104
 
1105
+ #: ../cerber-tools.php:39
1106
  msgid "Export & Import"
1107
  msgstr "Eksporter og importer"
1108
 
1109
+ #: ../cerber-tools.php:40
1110
  msgid "Diagnostic"
1111
  msgstr "Diagnose"
1112
 
1113
+ #: ../cerber-tools.php:41
1114
  msgid "License"
1115
  msgstr "Lisens"
1116
 
1117
+ #: ../dashboard.php:3642
1118
  msgid "Antispam and bot detection settings"
1119
  msgstr "Innstillinger for antispam og bot-oppdagelse"
1120
 
1121
+ #: ../cerber-load.php:1465
1122
  msgid "Sorry, human verification failed."
1123
  msgstr "Beklager, menneskeverifisering feilet"
1124
 
1125
+ #: ../common.php:932
1126
  msgid "Bot activity is detected"
1127
  msgstr "Bot-aktivitet er oppdaget"
1128
 
1129
+ #: ../settings.php:189
1130
  msgid "Comment processing"
1131
  msgstr "Behandler kommentaren"
1132
 
1133
+ #: ../settings.php:190
1134
  msgid "If a spam comment detected"
1135
  msgstr "Hvis en spam-kommentar oppdages"
1136
 
1137
+ #: ../settings.php:191
1138
  msgid "Trash spam comments"
1139
  msgstr "Kast spam-kommentarer i papirkurven"
1140
 
1141
+ #: ../settings.php:191
1142
  msgid "Move spam comments to trash after"
1143
  msgstr "Flytt spam-kommentarer til papirkurven etter"
1144
 
1146
  msgid "Spam form submission denied"
1147
  msgstr "Innsending av skjema nektet pga. spam"
1148
 
1149
+ #: ../settings.php:175
1150
  msgid "Other forms"
1151
  msgstr "Andre skjemaer"
1152
 
1153
+ #: ../settings.php:175
1154
  msgid "Protect all forms on the website with bot detection engine"
1155
  msgstr "Beskytt alle skjemaer på websiden med systemet for bot-oppdagelse"
1156
 
1157
+ #: ../settings.php:177
1158
  msgid "Adjust antispam engine"
1159
  msgstr "Justér antispam-systemet"
1160
 
1161
+ #: ../settings.php:178
1162
  msgid "Safe mode"
1163
  msgstr "Sikkermodus"
1164
 
1165
+ #: ../settings.php:178
1166
  msgid "Use less restrictive policies (allow AJAX)"
1167
  msgstr "Bruk mindre restriktive regler (tillat AJAX)"
1168
 
1169
+ #: ../dashboard.php:3272 ../settings.php:179
1170
  msgid "Logged in users"
1171
  msgstr "Innloggede brukere"
1172
 
1173
+ #: ../settings.php:179
1174
  msgid "Disable bot detection engine for logged in users"
1175
  msgstr "Deaktivér systemet for bot-oppdagelse for innloggede brukere"
1176
 
1177
+ #: ../dashboard.php:136 ../dashboard.php:738
1178
  msgid "Country"
1179
  msgstr "Land"
1180
 
1181
+ #: ../dashboard.php:771
1182
  msgid "All events"
1183
  msgstr "Alle hendelser"
1184
 
1186
  msgid "Cerber Security Rules"
1187
  msgstr "Cerber sikkerhetsregler"
1188
 
1189
+ #: ../dashboard.php:60 ../dashboard.php:2580
1190
  msgid "Security Rules"
1191
  msgstr "Sikkerhetsregler"
1192
 
1193
+ #: ../dashboard.php:1182
1194
  msgid "Failed login attempts"
1195
  msgstr "Mislykkede innloggingsforsøk"
1196
 
1197
+ #: ../dashboard.php:1088 ../dashboard.php:1183
1198
  msgid "Registered"
1199
  msgstr "Registrert"
1200
 
1201
+ #: ../dashboard.php:1253
1202
  msgid "You"
1203
  msgstr "Deg"
1204
 
1206
  msgid "Spam form submissions denied"
1207
  msgstr "Innsending av skjema nektet pga. spam"
1208
 
1209
+ #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1210
  msgid "Getting Started Guide"
1211
  msgstr "Hurtigstartsguide"
1212
 
1213
+ #: ../dashboard.php:2572
1214
  msgid "Countries"
1215
  msgstr "Land"
1216
 
1217
+ #: ../dashboard.php:2641
1218
  msgid "Permitted for one country"
1219
  msgid_plural "Permitted for %d countries"
1220
  msgstr[0] "Tillatt for ett land"
1221
  msgstr[1] "Tillatt for %s land"
1222
 
1223
+ #: ../dashboard.php:2652
1224
  msgid "No rule"
1225
  msgstr "Ingen regel"
1226
 
1227
+ #: ../dashboard.php:2864
1228
  msgid "Security rules have been updated"
1229
  msgstr "Sikkerhetsreglene har blitt oppdatert"
1230
 
1273
  msgid "Multiple suspicious activities"
1274
  msgstr "Flere mistenkelige aktiviteter"
1275
 
1276
+ #: ../common.php:933
1277
  msgid "Multiple suspicious activities were detected"
1278
  msgstr "Flere mistenkelige aktiviteter ble oppdaget"
1279
 
1281
  msgid "Block access to user pages like /?author=n and user data via REST API"
1282
  msgstr "Blokkér tilgang til brukersider som /?author=n og brukerdata via REST API"
1283
 
1284
+ #: ../settings.php:134
1285
  msgid "Block access to the WordPress REST API except the following"
1286
  msgstr "Blokkér tilgang til WordPress' REST API, bortsett fra følgende"
1287
 
1288
+ #: ../settings.php:135
1289
  msgid "Allow REST API for logged in users"
1290
  msgstr "Tillat REST API for innloggede brukere"
1291
 
1292
+ #: ../settings.php:142
1293
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1294
  msgstr "Spesifisér REST API navneområder som skal tillates når REST API er deaktivert. En string per linje."
1295
 
1296
+ #: ../settings.php:154
1297
  msgid "Registration limit"
1298
  msgstr "Grense for registreringer"
1299
 
1300
+ #: ../settings.php:165
1301
  msgid "Sort users in dashboard"
1302
  msgstr "Sorter brukere i kontrollpanelet"
1303
 
1304
+ #: ../settings.php:165
1305
  msgid "by date of registration"
1306
  msgstr "etter registreringsdato"
1307
 
1308
+ #: ../settings.php:180
1309
  msgid "Query whitelist"
1310
  msgstr "Forespør hvitliste"
1311
 
1312
+ #: ../settings.php:753 ../settings.php:875
1313
  msgid "%s allowed registrations in %s minutes from one IP"
1314
  msgstr "%s tillatte registreringer på %s minutter fra én IP-adresse"
1315
 
1316
+ #: ../dashboard.php:2708
1317
  msgid "Start typing here to find a country"
1318
  msgstr "Begynn å skrive her for å finne et land"
1319
 
1320
+ #: ../dashboard.php:2791
1321
  msgid "Click on a country name to add it to the list of selected countries"
1322
  msgstr "Klikk på et land for å legge det til listen over valgte land"
1323
 
1324
+ #: ../dashboard.php:2815
1325
  msgid "Submit forms"
1326
  msgstr "Send inn skjemaer"
1327
 
1328
+ #: ../dashboard.php:2816
1329
  msgid "Post comments"
1330
  msgstr "Publisér kommentarer"
1331
 
1332
+ #: ../dashboard.php:2817
1333
  msgid "Log in to the website"
1334
  msgstr "Logg inn på websiden"
1335
 
1336
+ #: ../dashboard.php:2818
1337
  msgid "Register on the website"
1338
  msgstr "Registrer på websiden"
1339
 
1340
+ #: ../dashboard.php:2819
1341
  msgid "Use XML-RPC"
1342
  msgstr "Bruk XML-RPC"
1343
 
1344
+ #: ../dashboard.php:2820
1345
  msgid "Use REST API"
1346
  msgstr "Bruk REST API"
1347
 
1348
+ #: ../settings.php:190
1349
  msgid "Deny it completely"
1350
  msgstr "Nekt det fullstendig"
1351
 
1352
+ #: ../settings.php:190
1353
  msgid "Mark it as spam"
1354
  msgstr "Marker det som spam"
1355
 
1356
+ #: ../dashboard.php:1808
1357
  msgid "in the last 24 hours"
1358
  msgstr "i løpet av de siste 24 timer"
1359
 
1361
  msgid "Main settings"
1362
  msgstr "Hovedinnstillinger"
1363
 
1364
+ #: ../settings.php:261
1365
  msgid "Weekly reports"
1366
  msgstr "Ukentlige rapporter"
1367
 
1368
+ #: ../settings.php:989
1369
  msgid "Sunday"
1370
  msgstr "Søndag"
1371
 
1372
+ #: ../settings.php:990
1373
  msgid "Monday"
1374
  msgstr "Mandag"
1375
 
1376
+ #: ../settings.php:991
1377
  msgid "Tuesday"
1378
  msgstr "Tirsdag"
1379
 
1380
+ #: ../settings.php:992
1381
  msgid "Wednesday"
1382
  msgstr "Onsdag"
1383
 
1384
+ #: ../settings.php:993
1385
  msgid "Thursday"
1386
  msgstr "Torsdag"
1387
 
1388
+ #: ../settings.php:994
1389
  msgid "Friday"
1390
  msgstr "Fredag"
1391
 
1392
+ #: ../settings.php:995
1393
  msgid "Saturday"
1394
  msgstr "Lørdag"
1395
 
1396
+ #: ../settings.php:1054 ../settings.php:1055
1397
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1398
  msgstr "Hvis du bruker en plugin for caching, må du legge din nye innloggings-URL til listen over sider som ikke skal caches."
1399
 
1400
+ #: ../cerber-load.php:3526
1401
  msgid "Weekly report"
1402
  msgstr "Ukentlig rapport"
1403
 
1404
+ #: ../cerber-load.php:3529 ../cerber-load.php:3539
1405
  msgid "To change reporting settings visit"
1406
  msgstr "For å endre rapporteringsinnstillingene, besøk"
1407
 
1408
+ #: ../cerber-load.php:3562
1409
  msgid "Your login page:"
1410
  msgstr "Din innloggingsside"
1411
 
1412
+ #: ../cerber-load.php:3566
1413
  msgid "Your license is valid until"
1414
  msgstr "Din lisens er gyldig inntil"
1415
 
1416
+ #: ../cerber-load.php:3672
1417
  msgid "Activity details"
1418
  msgstr "Aktivitetsdetaljer"
1419
 
1420
+ #: ../settings.php:1021
1421
  msgid "Click to send now"
1422
  msgstr "Klikk for å sende nå"
1423
 
1424
+ #: ../cerber-load.php:833
1425
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1426
  msgstr "> > > WP Cerber-oversetter? For å få en gratis PRO-lisens, legg igjen din kontaktinfo her: https://wpcerber.com/contact"
1427
 
1428
+ #: ../dashboard.php:428
1429
  msgid "Email has been sent to"
1430
  msgstr "E-post har blitt sendt til"
1431
 
1432
+ #: ../dashboard.php:431
1433
  msgid "Unable to send email to"
1434
  msgstr "Kunne ikke sende e-post til"
1435
 
1436
+ #: ../dashboard.php:2644
1437
  msgid "Not permitted for one country"
1438
  msgid_plural "Not permitted for %d countries"
1439
  msgstr[0] "Ikke tillatt for ett land"
1440
  msgstr[1] "Ikke tillatt for %d land"
1441
 
1442
+ #: ../dashboard.php:2795
1443
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1444
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1445
  msgstr "Valgte land er tillatt å %s, andre land er ikke tillatt å"
1446
 
1447
+ #: ../dashboard.php:2798
1448
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1449
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1450
  msgstr "Valgte land er ikke tillatt å %s, andre land er tillatt å"
1451
 
1452
+ #: ../cerber-load.php:3660
1453
  msgid "Weekly Report"
1454
  msgstr "Ukentlig rapport"
1455
 
1461
  msgid "Display simple 404 page"
1462
  msgstr "Vis en enkel 404-side"
1463
 
1464
+ #: ../settings.php:186
1465
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1466
  msgstr "Skriv inn en del av en spørringsstreng for å ekskludere en forespørsel fra undersøkelse av systemet. En feorespørsel per linje."
1467
 
1468
+ #: ../settings.php:274 ../settings.php:511
1469
  msgid "if empty, email from notification settings will be used"
1470
  msgstr "hvis feltet er tomt, vil e-postadressen fra varselinnstillingene bli brukt"
1471
 
1472
+ #: ../settings.php:262
1473
  msgid "Enable reporting"
1474
  msgstr "Aktivér rapportering"
1475
 
1476
+ #: ../cerber-load.php:3590
1477
  msgid "Your last sign-in was %s from %s"
1478
  msgstr "Din siste innlogging var %s fra %s"
1479
 
1480
+ #: ../cerber-load.php:3686
1481
  msgid "Attempts to log in with non-existent username"
1482
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
1483
 
1484
+ #: ../dashboard.php:217
1485
  msgid "IP address, IPv4 address range or subnet"
1486
  msgstr "IP-adresse, IPv4-adresseområde eller subnet"
1487
 
1488
+ #: ../dashboard.php:219
1489
  msgid "Optional comment for this entry"
1490
  msgstr "Valgfri kommentar for denne oppføringen"
1491
 
1492
+ #: ../dashboard.php:260
1493
  msgid "You cannot add your IP address or network"
1494
  msgstr "Du kan ikke legge til din IP-adresse eller nettverk"
1495
 
1496
+ #: ../settings.php:162
1497
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1498
  msgstr "For å spesifisere et REGEX-mønster, pakk mønsteret inn i to skråstreker."
1499
 
1501
  msgid "Cerber Traffic Inspector"
1502
  msgstr "Cerber Trafikkinspektør"
1503
 
1504
+ #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1505
  msgid "Traffic Inspector"
1506
  msgstr "Trafikkinspektør"
1507
 
1508
+ #: ../dashboard.php:1355
1509
  msgid "Traffic"
1510
  msgstr "Trafikk"
1511
 
1512
+ #: ../dashboard.php:3240
 
 
 
 
1513
  msgid "Request"
1514
  msgstr "Forespørsel"
1515
 
1516
+ #: ../dashboard.php:3242
1517
  msgid "Host Info"
1518
  msgstr "Vertsinformasjon"
1519
 
1520
+ #: ../dashboard.php:3243
1521
  msgid "User Agent"
1522
  msgstr "Brukeragent"
1523
 
1524
+ #: ../dashboard.php:3268
1525
  msgid "All requests"
1526
  msgstr "Alle forespørsler"
1527
 
1528
+ #: ../dashboard.php:3273
1529
  msgid "Not logged in visitors"
1530
  msgstr "Ikke-innloggede besøkende"
1531
 
1532
+ #: ../dashboard.php:3276
1533
  msgid "Form submissions"
1534
  msgstr "Innsendte skjema"
1535
 
1536
+ #: ../dashboard.php:3278
1537
  msgid "Page Not Found"
1538
  msgstr "Siden ikke funnet"
1539
 
1540
+ #: ../dashboard.php:3285
 
 
 
 
 
 
 
 
1541
  msgid "Longer than"
1542
  msgstr "Lengre enn"
1543
 
1544
+ #: ../dashboard.php:3301
1545
  msgid "Refresh"
1546
  msgstr "Oppdater"
1547
 
1549
  msgid "Check for requests"
1550
  msgstr "Se etter forespørsler"
1551
 
1552
+ #: ../common.php:1229
1553
  msgid "Not specified"
1554
  msgstr "Ikke spesifisert"
1555
 
1556
+ #: ../settings.php:304
1557
  msgid "Logging mode"
1558
  msgstr "Loggføringsmodus"
1559
 
1560
+ #: ../settings.php:310
1561
  msgid "Logging disabled"
1562
  msgstr "Loggføring deaktivert"
1563
 
1564
+ #: ../settings.php:311
1565
  msgid "Smart"
1566
  msgstr "Smart"
1567
 
1568
+ #: ../settings.php:312
1569
  msgid "All traffic"
1570
  msgstr "All trafikk"
1571
 
1572
+ #: ../settings.php:316
1573
  msgid "Ignore crawlers"
1574
  msgstr "Ingrorer søkeroboter"
1575
 
1576
+ #: ../settings.php:326
1577
  msgid "Mask these form fields"
1578
  msgstr "Maskér disse skjemafeltene"
1579
 
1580
+ #: ../settings.php:362
1581
  msgid "milliseconds"
1582
  msgstr "millisekunder"
1583
 
1584
+ #: ../settings.php:282
1585
  msgid "Inspection"
1586
  msgstr "Inspeksjon"
1587
 
1588
+ #: ../settings.php:283
1589
  msgid "Enable traffic inspection"
1590
  msgstr "Aktiver trafikkinspeksjon"
1591
 
1592
+ #: ../settings.php:303
1593
  msgid "Logging"
1594
  msgstr "Loggføring"
1595
 
1596
+ #: ../settings.php:321
1597
  msgid "Save request fields"
1598
  msgstr "Lagre forespørselfelter"
1599
 
1600
+ #: ../settings.php:357
1601
  msgid "Page generation time threshold"
1602
  msgstr "Tidsgrense for sidegenerering"
1603
 
1604
+ #: ../dashboard.php:3260
1605
  msgid "No requests have been logged."
1606
  msgstr "Ingen forespørsler har blitt loggført"
1607
 
1608
+ #: ../dashboard.php:1322
1609
  msgid "enabled"
1610
  msgstr "aktivert"
1611
 
1612
+ #: ../dashboard.php:1327
1613
  msgid "no connection"
1614
  msgstr "ingen forbindelse"
1615
 
1616
+ #: ../dashboard.php:3597
1617
  msgid "Advanced search"
1618
  msgstr "Avansert søk"
1619
 
1620
+ #: ../dashboard.php:1078
1621
  msgid "Last seen"
1622
  msgstr "Sist sett"
1623
 
1624
+ #: ../common.php:872 ../common.php:934
1625
  msgid "Probing for vulnerable PHP code"
1626
  msgstr "Søker etter sårbar PHP-kode"
1627
 
1628
+ #: ../dashboard.php:3555
1629
  msgid "Any"
1630
  msgstr "Enhver"
1631
 
1632
+ #: ../cerber-load.php:3308
1633
  msgid "We're sorry, you are not allowed to proceed"
1634
  msgstr "Beklager, du har ikke tillatelse til å fortsette"
1635
 
1636
+ #: ../settings.php:294
1637
  msgid "Request whitelist"
1638
  msgstr "Be om hvitlisting"
1639
 
1640
+ #: ../settings.php:300
1641
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1642
  msgstr "Skriv inn en forespørsels-URI for å ekskludere feorespørselen fra inspeksjon. Ett element per linje"
1643
 
1644
+ #: ../settings.php:338
1645
  msgid "Save request headers"
1646
  msgstr "Lagre forespørsels-headere"
1647
 
1648
+ #: ../settings.php:344
1649
  msgid "Save $_SERVER"
1650
  msgstr "Lagre $_SERVER"
1651
 
1652
+ #: ../settings.php:350
1653
  msgid "Save request cookies"
1654
  msgstr "Lagre forespørsels-cookies"
1655
 
1661
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1662
  msgstr "Blokker uautorisert tilgang til load-scripts.php og load-styles.php"
1663
 
1664
+ #: ../common.php:1915
1665
  msgid "Unable to create the directory"
1666
  msgstr "Kunne ikke opprette mappen"
1667
 
1668
+ #: ../common.php:1920
1669
  msgid "Destination folder access denied"
1670
  msgstr "Tilgang til målmappen ble nektet"
1671
 
1672
+ #: ../common.php:1923
1673
  msgid "File not found"
1674
  msgstr "Kunne ikke finne filen"
1675
 
1676
+ #: ../common.php:1926
1677
  msgid "Unable to copy the file"
1678
  msgstr "Kunne ikke kopiere filen"
1679
 
1680
+ #: ../common.php:1932
1681
  msgid "Unable to delete the file"
1682
  msgstr "Kunne ikke slette filen"
1683
 
1697
  msgid "Standard mode"
1698
  msgstr "Standardmodus"
1699
 
1700
+ #: ../settings.php:1032
1701
  msgid "Plugin initialization mode has not been changed"
1702
  msgstr "Initialisering av plugin er ikke forandret"
1703
 
1714
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1715
  msgstr "Egendefinert innloggingsadresse kan kun inneholde bokstaver, tall, bindestreker og understreker."
1716
 
1717
+ #: ../settings.php:186 ../settings.php:300
1718
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1719
  msgstr "For å spesifisere et REGEX-mønster, kan du pakke en linke inn i { og }."
1720
 
1721
+ #: ../settings.php:587
1722
  msgid "Be careful about enabling these options."
1723
  msgstr "Vær forsiktig med å aktivere disse valgene."
1724
 
1725
+ #: ../settings.php:587
1726
  msgid "If you forget your Custom login URL, you will be unable to log in."
1727
  msgstr "Hvis du glemmer din egendefinerte innloggingsadresse, vil du ikke kunne logge inn."
1728
 
1729
+ #: ../dashboard.php:64 ../cerber-scanner.php:89
1730
  msgid "Site Integrity"
1731
  msgstr "Sideintegritet"
1732
 
1733
+ #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
1734
  msgid "Disabled"
1735
  msgstr "Deaktivert"
1736
 
1737
+ #: ../dashboard.php:1341 ../cerber-scanner.php:874
1738
  msgid "Quick Scan"
1739
  msgstr "Hurtigskann"
1740
 
1741
+ #: ../dashboard.php:1343 ../cerber-scanner.php:874
1742
  msgid "Full Scan"
1743
  msgstr "Full skann"
1744
 
1751
  msgid "Denied"
1752
  msgstr "Nektet"
1753
 
1754
+ #: ../settings.php:81 ../settings.php:289
1755
  msgid "Use White IP Access List"
1756
  msgstr "Bruk hvitliste"
1757
 
1763
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1764
  msgstr "Deaktiver automatisk omdirigering til innloggingssiden ved uautoriserte oppslag på /wp-admin/ "
1765
 
1766
+ #: ../settings.php:378
1767
  msgid "Scanner settings"
1768
  msgstr "Skannerinnstillinger"
1769
 
1770
+ #: ../settings.php:379
1771
  msgid "Custom signatures"
1772
  msgstr "Egendefinerte signaturer"
1773
 
1774
+ #: ../settings.php:385
1775
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1776
  msgstr "Spesifiser egendefinerte PHP-signaturer. Ett element per linje. For å spesifisere REGEX-mønster, pakk en linje inn i { og }."
1777
 
1778
+ #: ../settings.php:387
1779
  msgid "Unwanted file extensions"
1780
  msgstr "Uønskede filendelser"
1781
 
1782
+ #: ../settings.php:393
1783
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1784
  msgstr "Spesifiser filendelser å søke etter. Kun tilgjengelig under full skann. Bruk komma for å skille mellom elementer."
1785
 
1786
+ #: ../settings.php:395
1787
  msgid "Directories to exclude"
1788
  msgstr "Mapper å ekskludere"
1789
 
1790
+ #: ../settings.php:401
1791
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1792
  msgstr "Spesifiser mapper som skal ekskluderes fra skanningen. Bruk absolutte adresser. Ett element per linje."
1793
 
1794
+ #: ../settings.php:416
1795
  msgid "Scan temporary directory"
1796
  msgstr "Skann midlertidig katalog"
1797
 
1798
+ #: ../settings.php:423
1799
  #, fuzzy
1800
  msgid "Scan session directory"
1801
  msgstr "Skann øktkatalog"
1802
 
1803
+ #: ../settings.php:435
1804
  msgid "Delete quarantined files after"
1805
  msgstr "Slett filer i karantene etter"
1806
 
1807
+ #: ../settings.php:450
1808
  msgid "Launch Quick Scan"
1809
  msgstr "Start hurtigskann"
1810
 
1811
+ #: ../cerber-scanner.php:1417
1812
  msgid "Every hour"
1813
  msgstr "Hver time"
1814
 
1815
+ #: ../cerber-scanner.php:1418
1816
  msgid "Every 3 hours"
1817
  msgstr "Hver 3. time"
1818
 
1819
+ #: ../cerber-scanner.php:1419
1820
  msgid "Every 6 hours"
1821
  msgstr "Hver 6. time"
1822
 
1823
+ #: ../settings.php:457
1824
  msgid "Launch Full Scan"
1825
  msgstr "Start full skann"
1826
 
1827
+ #: ../settings.php:467 ../settings.php:527
1828
  msgid "Low severity"
1829
  msgstr "Lav alvorlighetsgrad"
1830
 
1831
+ #: ../settings.php:467 ../settings.php:527
1832
  msgid "Medium severity"
1833
  msgstr "Medium alvorlighetsgrad"
1834
 
1835
+ #: ../settings.php:467 ../settings.php:527
1836
  msgid "High severity"
1837
  msgstr "Høy alvorlighetsgrad"
1838
 
1839
+ #: ../settings.php:468
1840
  msgid "Report an issue if any of the following is true"
1841
  msgstr "Rapporter en hendelse hvis noe av følgende stemmer"
1842
 
1843
+ #: ../settings.php:476
1844
  msgid "Send email report"
1845
  msgstr "Send rapport på e-post"
1846
 
1847
+ #: ../settings.php:482
1848
  msgid "After every scan"
1849
  msgstr "Etter hver skanning"
1850
 
1851
+ #: ../settings.php:483
1852
  msgid "If any changes in scan results occurred"
1853
  msgstr "Hvis det oppdages en endring i skanningsresultatet"
1854
 
1855
+ #: ../settings.php:488
1856
  msgid "Include file sizes"
1857
  msgstr "Inkluder filstørrelser"
1858
 
1859
+ #: ../settings.php:495
1860
  msgid "Include scan errors"
1861
  msgstr "Inkluder skanningsfeil"
1862
 
1863
+ #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1864
  msgid "Security Scanner"
1865
  msgstr "Sikkerhetsskanning"
1866
 
1867
+ #: ../cerber-scanner.php:77
1868
  msgid "Scheduling"
1869
  msgstr "Planlegging"
1870
 
1871
+ #: ../cerber-scanner.php:142
1872
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1873
  msgstr "En planlagt skanning pågår. Vennligst vent til den er fullført."
1874
 
1875
+ #: ../cerber-scanner.php:146
1876
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1877
  msgstr "Forrige skanning som startet %s er ikke fullført. Fortsette skanningen?"
1878
 
1879
+ #: ../cerber-scanner.php:155
1880
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1881
  msgstr "Det ser ut for at denne websiden aldri har blitt skannet. Trykk på knappen under for å starte skanning."
1882
 
1883
+ #: ../cerber-scanner.php:158
1884
  msgid "Start Quick Scan"
1885
  msgstr "Start hurtigskanning"
1886
 
1887
+ #: ../cerber-scanner.php:159
1888
  msgid "Start Full Scan"
1889
  msgstr "Start full skanning"
1890
 
1891
+ #: ../cerber-scanner.php:160
1892
  msgid "Stop Scanning"
1893
  msgstr "Stopp skanning"
1894
 
1895
+ #: ../cerber-scanner.php:161
1896
  msgid "Continue Scanning"
1897
  msgstr "Fortsett skanning"
1898
 
1899
+ #: ../cerber-scanner.php:191
1900
  msgid "Delete"
1901
  msgstr "Slett"
1902
 
1903
+ #: ../cerber-scanner.php:1366
1904
  msgid "Verified"
1905
  msgstr "Verifisert"
1906
 
1907
+ #: ../cerber-scanner.php:1373
1908
  msgid "Integrity data not found"
1909
  msgstr "Integritetsdata ikke funnet"
1910
 
1911
+ #: ../cerber-scanner.php:1374
1912
  msgid "Unable to check the integrity of the plugin due to a network error"
1913
  msgstr "Forhindret fra å sjekke pluginens integritet på grunn av en nettverksfeil"
1914
 
1915
+ #: ../cerber-scanner.php:1375
1916
  msgid "Unable to check the integrity of WordPress files due to a network error"
1917
  msgstr "Forhindret fra å sjekke WordPress-filenes integritet på grunn av en nettverksfeil"
1918
 
1919
+ #: ../cerber-scanner.php:1376
1920
  msgid "Unable to check the integrity of the theme due to a network error"
1921
  msgstr "Forhindret fra å sjekke malens integritet på grunn av en nettverksfeil"
1922
 
1923
+ #: ../cerber-scanner.php:1379
1924
  msgid "Local file doesn't exist"
1925
  msgstr "Den lokale filen eksisterer ikke"
1926
 
1927
+ #: ../cerber-scanner.php:1381
1928
  msgid "Unable to process file"
1929
  msgstr "Kunne ikke behandle filen"
1930
 
1931
+ #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1932
  msgid "Unable to open file"
1933
  msgstr "Kunne ikke åpne filen"
1934
 
1935
+ #: ../cerber-scanner.php:1384
1936
  msgid "Checksum mismatch"
1937
  msgstr "Sjekksummen matcher ikke"
1938
 
1939
+ #: ../cerber-scanner.php:1387
1940
  msgid "Suspicious code found"
1941
  msgstr "Mistenkelig kode ble funnet"
1942
 
1943
+ #: ../cerber-scanner.php:1389
1944
  msgid "Unattended suspicious file"
1945
  msgstr "Ubehandlet mistenkelig fil"
1946
 
1947
+ #: ../cerber-scanner.php:1390
1948
  msgid "Executable code found"
1949
  msgstr "Kjørbar kode ble funnet"
1950
 
1951
+ #: ../cerber-scanner.php:1394
1952
  msgid "Unwanted file extension"
1953
  msgstr "Uønsket filendelse"
1954
 
1955
+ #: ../cerber-scanner.php:1396
1956
  msgid "Content has been modified"
1957
  msgstr "Innholdet er modifisert"
1958
 
1959
+ #: ../cerber-scanner.php:1397
1960
  msgid "New file"
1961
  msgstr "Ny fil"
1962
 
1963
+ #: ../cerber-scanner.php:2487
1964
  msgid "Custom signature found"
1965
  msgstr "Egendefinert signatur funnet"
1966
 
1967
+ #: ../cerber-scanner.php:3730
1968
  msgid "Scanning folders for files"
1969
  msgstr "Skanner mapper for filer"
1970
 
1971
+ #: ../cerber-scanner.php:3734
1972
  msgid "Parsing the list of files"
1973
  msgstr "Analyserer fillisten"
1974
 
1975
+ #: ../cerber-scanner.php:3735
1976
  msgid "Checking for new and modified files"
1977
  msgstr "Sjekker etter nye og modifiserte filer"
1978
 
1979
+ #: ../cerber-scanner.php:3736
1980
  msgid "Verifying the integrity of WordPress"
1981
  msgstr "Verifiserer integriteten til WordPress"
1982
 
1983
+ #: ../cerber-scanner.php:3737
1984
  msgid "Verifying the integrity of the plugins"
1985
  msgstr "Verifiserer integriteten til plugins"
1986
 
1987
+ #: ../cerber-scanner.php:3738
1988
  msgid "Verifying the integrity of the themes"
1989
  msgstr "Verifiserer integriteten til maler"
1990
 
1991
+ #: ../cerber-scanner.php:3739
1992
  msgid "Searching for malicious code"
1993
  msgstr "Søker etter ondsinnet kode"
1994
 
1995
+ #: ../cerber-scanner.php:3740
1996
  msgid "Finalizing the scan"
1997
  msgstr "Ferdigstiller skanningen"
1998
 
1999
+ #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2000
  msgid "Files to scan"
2001
  msgstr "Filer å skanne"
2002
 
2003
+ #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2004
  msgid "Critical issues"
2005
  msgstr "Kritiske hendelser"
2006
 
2007
+ #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2008
  msgid "Issues total"
2009
  msgstr "Totale hendelser"
2010
 
2011
+ #: ../cerber-scanner.php:4309
2012
  msgid "The directory is not writable"
2013
  msgstr "Kan ikke skrive til mappen"
2014
 
2015
+ #: ../cerber-scanner.php:4327
2016
  msgid "Unable to create WP CERBER directory"
2017
  msgstr "Kan ikke opprette WP CERBER-mappen"
2018
 
2019
+ #: ../cerber-scanner.php:4533
2020
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2021
  msgstr "Filtilgangsfeil. Skanningsresultatene kan være utdaterte. Vennligst utfør hurtigskann eller full skanning."
2022
 
2023
+ #: ../cerber-scanner.php:5213
2024
  msgid "To view full report visit"
2025
  msgstr "For å se full rapport, besøk"
2026
 
2027
+ #: ../cerber-load.php:3536
2028
  msgid "Scanner Report"
2029
  msgstr "Skannerapport"
2030
 
2031
+ #: ../settings.php:403
2032
  msgid "Monitor new files"
2033
  msgstr "Overvåk nye filer"
2034
 
2035
+ #: ../settings.php:410
2036
  msgid "Monitor modified files"
2037
  msgstr "Overvåk modifiserte filer"
2038
 
2039
+ #: ../settings.php:484
2040
  msgid "If new issues found"
2041
  msgstr "Hvis nye hendelser oppdages"
2042
 
2043
+ #: ../settings.php:1279
2044
  msgid "The schedule has been updated"
2045
  msgstr "Planleggingen oppdateres"
2046
 
2047
+ #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
 
 
 
 
2048
  msgid "Suspicious directives found"
2049
  msgstr "Fant mistenkelige direktiver"
2050
 
2051
+ #: ../cerber-scanner.php:2665
2052
  msgid "Suspicious code instruction found"
2053
  msgstr "Fant mistenkelig kodeinstruksjon"
2054
 
2055
+ #: ../cerber-scanner.php:2666
2056
  msgid "Suspicious code signatures found"
2057
  msgstr "Fant mistenkelige kodesignaturer"
2058
 
2059
+ #: ../cerber-scanner.php:2669
2060
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2061
  msgstr "For å løse denne hendelsen må du installere %s eller oppdatere den til siste versjon."
2062
 
2063
+ #: ../cerber-scanner.php:2670
2064
  msgid "Please upload a reference ZIP archive"
2065
  msgstr "Vennligst last opp en referanse-ZIP"
2066
 
2067
+ #: ../cerber-scanner.php:2671
2068
  msgid "Resolve issue"
2069
  msgstr "Løs hendelse"
2070
 
2071
+ #: ../cerber-scanner.php:4020
2072
  msgid "We have not found any integrity data to verify"
2073
  msgstr "Kunne ikke finne noen integritetsdata å verifisere"
2074
 
2075
+ #: ../cerber-scanner.php:4022
2076
  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."
2077
  msgstr "Du må laste opp en ZIP-fil som du har installert fra. Dette gjør det mulig for sikkerhetsskanningen å verifisere kodens integritet og oppdage malware."
2078
 
2079
+ #: ../cerber-scanner.php:5060
2080
  msgid "Full Scan Report"
2081
  msgstr "Full skanningsrapport"
2082
 
2083
+ #: ../cerber-scanner.php:5060
2084
  msgid "Quick Scan Report"
2085
  msgstr "Hurtigskanningsrapport"
2086
 
2087
+ #: ../cerber-scanner.php:5073
2088
  msgid "Files scanned"
2089
  msgstr "Filer skannet"
2090
 
2091
+ #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2092
+ #: php:1094
2093
  msgid "Check for activities"
2094
  msgstr "Sjekk for aktivitet"
2095
 
2096
+ #: ../dashboard.php:1057
2097
  msgid "Activated"
2098
  msgstr "Aktivert"
2099
 
2113
  msgid "Suspicious number of nested values"
2114
  msgstr "Mistenkelig antall nøstede verdier"
2115
 
2116
+ #: ../common.php:900 ../common.php:935
2117
  msgid "Malicious code detected"
2118
  msgstr "Ondsinnet kode oppdaget"
2119
 
2120
+ #: ../common.php:936
2121
  msgid "Attempt to upload a file with malicious code"
2122
  msgstr "Forsøk på å laste opp en fil med ondsinnet kode"
2123
 
2124
+ #: ../common.php:1105
2125
  msgid "Bytes"
2126
  msgstr "Bytes"
2127
 
2128
+ #: ../cerber-scanner.php:1372
2129
  msgid "Vulnerability found"
2130
  msgstr "Svakhet funnet"
2131
 
2132
+ #: ../cerber-scanner.php:1377
2133
  msgid "Unable to check the integrity due to a DB error"
2134
  msgstr "Kunne ikke sjekke integriteten på grunn av en databasefeil"
2135
 
2136
+ #: ../cerber-scanner.php:3731
2137
  msgid "Scanning the upload folder for files"
2138
  msgstr "Skanner upload-mappen for filer"
2139
 
2140
+ #: ../cerber-scanner.php:3732
2141
  msgid "Scanning the temp folder for files"
2142
  msgstr "Skanner temp-mappen for filer"
2143
 
2144
+ #: ../cerber-scanner.php:3733
2145
  msgid "Scanning the session folder for files"
2146
  msgstr "Skanner øktmappen for filer"
2147
 
2148
+ #: ../settings.php:449
2149
  msgid "Automated recurring scan schedule"
2150
  msgstr "Automatisert gjentakende skanningsplan"
2151
 
2152
+ #: ../settings.php:465
2153
  msgid "Scan results reporting"
2154
  msgstr "Rapportering av skanneresultater"
2155
 
2156
+ #: ../dashboard.php:3270
2157
  msgid "Suspicious activity"
2158
  msgstr "Mistenkelig aktivitet"
2159
 
2160
+ #: ../dashboard.php:3271
2161
  msgid "Errors"
2162
  msgstr "Feil"
2163
 
2170
  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."
2171
  msgstr "Beskytter WordPress mot hackerangrep, spam, trojanske hester og viruser. Malware skanner og integritetssjekker. Forsterker WordPress med et sett avanserte sikkerhetsalgoritmer. Spambeskyttelse med et sofistikert system for oppdagelse av boter og reCAPTCHA. Sporer bruker- og inntrengeraktivitet med epost-, mobil-, og skrivebordsvarslinger."
2172
 
2173
+ #: ../cerber-load.php:377
2174
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2175
  msgstr "Du har overskredet antallet tillatte innloggingsforsøk. Vennligst prøv igjen om %d minutter."
2176
 
2177
+ #: ../common.php:1020
2178
  msgctxt "preposition of a period of time like: in 6 hours"
2179
  msgid "in %s"
2180
+ msgstr "om %s"
2181
 
2182
+ #: ../settings.php:1005
2183
  msgctxt "preposition of time like: at 11:00"
2184
  msgid "at"
2185
+ msgstr "klokken"
2186
 
2187
+ #: ../cerber-scanner.php:80
2188
  msgid "Quarantine"
2189
+ msgstr "Karantene"
2190
 
2191
+ #: ../cerber-scanner.php:3815
2192
  msgid "Started"
2193
+ msgstr "Startet"
2194
 
2195
+ #: ../cerber-scanner.php:3819
2196
  msgid "Finished"
2197
+ msgstr "Ferdig"
2198
 
2199
+ #: ../cerber-scanner.php:3827
2200
  msgid "Performance"
2201
+ msgstr "Ytelse"
2202
 
2203
+ #: ../cerber-scanner.php:3839
2204
  msgid "Vulnerabilities"
2205
+ msgstr "Svakheter"
2206
 
2207
+ #: ../cerber-scanner.php:3843
2208
  msgid "New files"
2209
+ msgstr "Nye filer"
2210
 
2211
+ #: ../cerber-scanner.php:3847
2212
  msgid "Changed files"
2213
+ msgstr "Endrede filer"
2214
 
2215
+ #: ../cerber-scanner.php:3851
2216
  msgid "Unwanted extensions"
2217
+ msgstr "Uønskede utvidelser"
2218
 
2219
+ #: ../settings.php:521 ../cerber-scanner.php:3855
2220
  msgid "Unattended files"
2221
+ msgstr "Filer uten tilsyn"
2222
 
2223
+ #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2224
  msgid "Scanned"
2225
+ msgstr "Skannet"
2226
 
2227
+ #: ../cerber-scanner.php:5446
2228
  msgid "There are no files in the quarantine at the moment."
2229
+ msgstr "Det er ingen filer i karantene for øyeblikket."
2230
 
2231
+ #: ../cerber-scanner.php:5529
2232
  msgid "Restore"
2233
+ msgstr "Gjenopprett"
2234
 
2235
+ #: ../cerber-scanner.php:5524
2236
  msgid "Delete permanently"
2237
+ msgstr "Slett permanent"
2238
 
2239
+ #: ../cerber-scanner.php:5537
2240
  msgid "Moved to quarantine"
2241
+ msgstr "Flyttet til karantene"
2242
 
2243
+ #: ../cerber-scanner.php:5538
2244
  msgid "Automatic deletion"
2245
+ msgstr "Automatisk sletting"
2246
 
2247
+ #: ../cerber-scanner.php:5539
2248
  msgid "Size"
2249
+ msgstr "Størrelse"
2250
 
2251
+ #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2252
  msgid "File"
2253
+ msgstr "Fil"
2254
 
2255
+ #: ../cerber-scanner.php:5608
2256
  msgid "The file has been deleted permanently."
2257
+ msgstr "Filen har blitt permanent slettet"
2258
 
2259
+ #: ../cerber-scanner.php:5617
2260
  msgid "The file has been restored to its original location."
2261
+ msgstr "Filen har blitt gjenopprettet til sin originale plassering."
2262
 
2263
+ #: ../dashboard.php:1356
2264
  msgid "Integrity"
2265
+ msgstr "Integritet"
2266
 
2267
  #: ../common.php:873
2268
  msgid "Attempt to upload malicious file denied"
2269
+ msgstr "Forsøk på å laste opp skadelig fil nektet"
2270
 
2271
+ #: ../cerber-news.php:209
2272
  msgid "Awesome!"
2273
+ msgstr "Fantastisk!"
2274
 
2275
+ #: ../settings.php:519
2276
  msgid "Automatic cleanup of malware and suspicious files"
2277
+ msgstr "Automatisk rensing av malware og mistenkelige filer"
2278
 
2279
+ #: ../settings.php:528
2280
  msgid "Files in the uploads folder"
2281
+ msgstr "Filer i uploads-mappen"
2282
 
2283
+ #: ../settings.php:535
2284
  msgid "Files with unwanted extensions"
2285
+ msgstr "Filer med uønskede filendelser"
2286
 
2287
+ #: ../settings.php:542
2288
  msgid "Exclusions"
2289
+ msgstr "Unntak"
2290
 
2291
+ #: ../settings.php:543
2292
  msgid "Files in the temporary directory"
2293
+ msgstr "Filer i den midlertidige mappen"
2294
 
2295
+ #: ../settings.php:549
2296
  msgid "Files in the sessions directory"
2297
+ msgstr "Filer i sessions-mappen"
2298
 
2299
+ #: ../settings.php:555
2300
  msgid "Files in these directories"
2301
+ msgstr "Filer i disse mappene"
2302
 
2303
+ #: ../settings.php:561
2304
  msgid "Use absolute paths. One item per line."
2305
+ msgstr "Bruk absolutte baner. Ett element per linje."
2306
 
2307
+ #: ../settings.php:563
2308
  msgid "Files with these extensions"
2309
+ msgstr "Filer med disse filendelsene"
2310
 
2311
+ #: ../settings.php:569
2312
  msgid "Use comma to separate items."
2313
+ msgstr "Bruk komma for å skille elementene."
2314
 
2315
+ #: ../cerber-scanner.php:78
2316
  msgid "Cleaning up"
2317
+ msgstr "Renser."
2318
 
2319
+ #: ../cerber-scanner.php:1388
2320
  msgid "Malicious code found"
2321
+ msgstr "Ondsinnet kode funnet"
2322
 
2323
+ #: ../cerber-scanner.php:2662
2324
  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."
2325
+ msgstr "Denne filen inneholder kjørbar kode, og kan inneholde skjult malware. Hvis denne filen er en del av et theme eller en plugin, må den plasseres i themets eller pluginens mappe. Ingen unntak, ingen unnskyldninger."
2326
 
2327
+ #: ../cerber-scanner.php:2663
2328
  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."
2329
+ msgstr "Skanneren gjenkjenner denne filen som \"uten eier\" eller \"ikke pakket\" fordi den ikke tilhører noen kjente deler av websiden, og ikke hører hjemme her."
2330
 
2331
+ #: ../cerber-scanner.php:2664
2332
  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."
2333
+ msgstr "Den kan ha blitt igjen etter oppgradering til en nyere versjon av %s. Den kan også være en del av skjult malware. I et sjeldent tilfelle kan den også være en del av et spesialtilpasset theme eller plugin."
2334
 
2335
+ #: ../cerber-scanner.php:2668
2336
  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."
2337
+ msgstr "Innholdet i filen har blitt endret, og stemmer ikke overens med det som finnes i det offisielle Wordpress-biblioteket eller en referansefil som du har lastet opp tidligere. Filen kan ha blitt endret av malware, infisert av et virus eller ha blitt tuklet med."
2338
 
2339
+ #: ../cerber-scanner.php:5154
2340
  msgid "Deleted"
2341
+ msgstr "Slettet"
2342
 
2343
+ #: ../cerber-scanner.php:5201
2344
  msgid "Automatically moved to quarantine"
2345
+ msgstr "Flyttet automatisk til karantene"
2346
 
2347
  #: ../common.php:901
2348
  msgid "Suspicious SQL code detected"
2349
+ msgstr "Mistenkelig SQL-kode oppdaget"
2350
+
2351
+ #: ../dashboard.php:1337
2352
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2353
+ msgid "Last malware scan"
2354
+ msgstr "Siste malware-skanning"
2355
+
2356
+ #: ../dashboard.php:2909
2357
+ msgid "Live Traffic"
2358
+ msgstr "Live trafikk"
2359
+
2360
+ #: ../settings.php:117
2361
+ msgid "Use English for admin interface"
2362
+ msgstr "Bruk engelsk på kontrollpanelet"
2363
+
2364
+ #: ../cerber-tools.php:42
2365
+ msgid "Log"
2366
+ msgstr "Logg"
2367
+
2368
+ #: ../settings.php:429
2369
+ msgid "Enable diagnostic log"
2370
+ msgstr "Aktiver diagnostikk-logg"
2371
+
2372
+ #: ../settings.php:128
2373
+ msgid "Disable PHP in uploads"
2374
+ msgstr "Deaktiver PHP i opplastinger"
2375
+
2376
+ #: ../settings.php:128
2377
+ msgid "Disable execution of PHP scripts in the WordPress media folder"
2378
+ msgstr "Deaktiver kjøring av PHP-script i Wordpress' media-mappe"
2379
+
2380
+ #: ../settings.php:130
2381
+ msgid "Disable PHP error displaying"
2382
+ msgstr "Deaktiver visning av PHP-feil"
2383
+
2384
+ #: ../cerber-scanner.php:79
2385
+ msgid "Ignore List"
2386
+ msgstr "Ignore-liste"
2387
+
2388
+ #: ../cerber-scanner.php:194
2389
+ msgid "Ignore"
2390
+ msgstr "Ignorer"
2391
+
2392
+ #: ../cerber-scanner.php:5639
2393
+ msgid "Apply"
2394
+ msgstr "Bruk"
2395
+
2396
+ #: ../cerber-scanner.php:5670
2397
+ msgid "Added"
2398
+ msgstr "Lagt til"
2399
+
2400
+ #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2401
+ msgid "Remove from the list"
2402
+ msgstr "Fjern fra listen"
2403
+
2404
+ #: ../cerber-scanner.php:5641
2405
+ msgid "User Insights"
2406
+ msgstr "Brukerinnsikt"
2407
+
2408
+ #: ../cerber-scanner.php:5642
2409
+ msgid "Traffic Insights"
2410
+ msgstr "Trafikkinnsikt"
2411
+
2412
+ #: ../cerber-scanner.php:5643
2413
+ msgid "Activity Insights"
2414
+ msgstr "Aktivitetsinnsikt"
2415
+
2416
+ #: ../dashboard.php:2279
2417
+ msgid "Are you sure you want to delete selected files?"
2418
+ msgstr "Er du sikker på at du vil slette de valgte filene?"
2419
+
2420
+ #: ../dashboard.php:2280
2421
+ msgid "These files have been moved to the quarantine"
2422
+ msgstr "Disse filene har blitt flyttet til karantene"
2423
+
2424
+ #: ../dashboard.php:2283
2425
+ msgid "Do you want to add selected files to the ignore list?"
2426
+ msgstr "Ønsker du å legge de valgte filene til ignore-listen?"
2427
+
2428
+ #: ../dashboard.php:2284
2429
+ msgid "These files have been added to the ignore list"
2430
+ msgstr "Disse filene har blitt lagt til i ignore-listen"
2431
+
2432
+ #: ../dashboard.php:2286
2433
+ msgid "Some errors occurred"
2434
+ msgstr "Noe gikk feil"
2435
+
2436
+ #: ../dashboard.php:2287
2437
+ msgid "All files have been processed"
2438
+ msgstr "Alle filer er behandlet"
2439
+
2440
+ #: ../dashboard.php:2444
2441
+ msgid "These features are available in a professional version of the plugin."
2442
+ msgstr "Disse funksjonene er tilgjengelig i PRO-versjonen av pluginen."
2443
+
2444
+ #: ../dashboard.php:2445
2445
+ msgid "Know more about all advantages at"
2446
+ msgstr "Lær mer om alle fordeler på"
2447
+
2448
+ #: ../common.php:902
2449
+ msgid "Suspicious JavaScript code detected"
2450
+ msgstr "Mistenkelig JavaScript-kode oppdaget"
2451
+
2452
+ #: ../settings.php:1282
2453
+ msgid "Unable to update the schedule"
2454
+ msgstr "Kunne ikke oppdatere planen"
2455
+
2456
+ #: ../cerber-scanner.php:5554
2457
+ msgid "All scans"
2458
+ msgstr "Alle skanninger"
2459
+
2460
+ #: ../cerber-scanner.php:5645
2461
+ msgid "The list is empty."
2462
+ msgstr "Listen er tom."
2463
+
2464
+ #: ../cerber-scanner.php:5507
2465
+ msgid "No files match the specified filter."
2466
+ msgstr "Ingen filer passer til de spesifiserte filteret."
2467
+
2468
+ #: ../cerber-scanner.php:5507
2469
+ msgid "Click here to see the full list of files"
2470
+ msgstr "Klikk her for å se den komplette listen med filer"
2471
 
languages/wp-cerber-pt_BR.mo CHANGED
Binary file
languages/wp-cerber-pt_BR.po CHANGED
@@ -68,7 +68,7 @@ msgstr "Desabilitar wp-login.php"
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:1300 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Modo Fortaleza"
74
 
@@ -76,12 +76,12 @@ msgstr "Modo Fortaleza"
76
  msgid "Threshold"
77
  msgstr "Limite"
78
 
79
- #: ../settings.php:105 ../cerber-scanner.php:3656
80
  msgid "Duration"
81
  msgstr "Duração"
82
 
83
- #: ../cerber-load.php:4261 ../settings.php:82 ../settings.php:106 ../settings.php:
84
- #: 654
85
  msgid "Notifications"
86
  msgstr "Notificações"
87
 
@@ -89,42 +89,42 @@ msgstr "Notificações"
89
  msgid "Send notification to admin email"
90
  msgstr "Enviar notificação para o email do administrador"
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 "Listas de Acesso"
96
 
97
- #: ../dashboard.php:1334 ../dashboard.php:1809 ../cerber-load.php:3983 ..
98
- #: /settings.php:108 ../settings.php:633
99
  msgid "Activity"
100
  msgstr "Atividade"
101
 
102
- #: ../settings.php:637
103
  msgid "Lockouts"
104
  msgstr "Bloqueios"
105
 
106
- #: ../settings.php:767 ../settings.php:889
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tentativas restantes em %s minutos"
109
 
110
- #: ../settings.php:789 ../settings.php:911
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: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 "Usuário Local"
126
 
127
- #: ../dashboard.php:548 ../dashboard.php:722 ../cerber-load.php:4000
128
  msgid "Username used"
129
  msgstr "Nome de usuário usado"
130
 
@@ -156,7 +156,7 @@ msgstr "Sub-rede bloqueada"
156
  msgid "Citadel activated!"
157
  msgstr "Fortaleza ativada!"
158
 
159
- #: ../dashboard.php:696 ../dashboard.php:924 ../dashboard.php:3062 ../common.php:
160
  #: 890
161
  msgid "Locked out"
162
  msgstr "Bloqueado"
@@ -169,62 +169,63 @@ msgstr "IP bloqueado"
169
  msgid "Password changed"
170
  msgstr "Senha alterada"
171
 
172
- #: ../dashboard.php:127 ../dashboard.php:200
173
  msgid "Remove"
174
  msgstr "Remover"
175
 
176
- #: ../dashboard.php:430
177
  msgid "Lockout for %s was removed"
178
  msgstr "Bloqueio de %s foi removido"
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 Segura de IPs"
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 Negra de IPs"
189
 
190
- #: ../dashboard.php:206
191
  msgid "List is empty"
192
  msgstr "A lista está vazia"
193
 
194
- #: ../dashboard.php:243
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:257
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:3415
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:1970 ../dashboard.php:2387
207
  msgid "View Activity"
208
  msgstr "Ver Atividade"
209
 
210
- #: ../dashboard.php:2906 ../cerber-tools.php:91 ../cerber-tools.php:100 ../cerber-
211
- #: scanner.php:84
212
  msgid "Settings"
213
  msgstr "Configurações"
214
 
215
- #: ../dashboard.php:1161
216
  msgid "Last login"
217
  msgstr "Último login"
218
 
219
- #: ../dashboard.php:1194 ../dashboard.php:1281 ../common.php:1004
220
  msgid "Never"
221
  msgstr "Nunca"
222
 
223
- #: ../dashboard.php:1855 ../cerber-scanner.php:5290
 
224
  msgid "Are you sure?"
225
  msgstr "Tem certeza?"
226
 
227
- #: ../dashboard.php:1612 ../settings.php:83
228
  msgid "My site is behind a reverse proxy"
229
  msgstr "Meu site está sob um proxy reverso"
230
 
@@ -236,38 +237,37 @@ msgstr "Usuários não-existentes"
236
  msgid "Immediately block IP when attempting to login with a non-existent username"
237
  msgstr "Bloquear IP imediatamente nas tentativas de login com nomes de usuários não existentes"
238
 
239
- #: ../settings.php:568
240
  msgid "Make your protection smarter!"
241
  msgstr "Deixe sua proteção mais inteligente!"
242
 
243
- #: ../settings.php:572
244
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
245
  msgstr "Favor habilitar os Links Permanentes para utilizar essa funcionalidade. Configure os Link Permanentes para algo além do Padrão."
246
 
247
- #: ../cerber-load.php:4256 ../settings.php:640
248
  msgid "Main Settings"
249
  msgstr "Configurações Principais"
250
 
251
- #: ../dashboard.php:2907 ../dashboard.php:3635 ../settings.php:657 ../cerber-
252
- #: tools.php:51 ../cerber-scanner.php:88
253
  msgid "Help"
254
  msgstr "Ajuda"
255
 
256
- #: ../settings.php:777 ../settings.php:899
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Aumentar a duração do bloqueio para %s horas após %s bloqueios nas últimas %s horas."
259
 
260
- #: ../cerber-load.php:368
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "Você não tem permissão para entrar. Peça ajuda ao administrador."
263
 
264
- #: ../cerber-load.php:394
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Você tem apenas uma tentativa restante."
268
  msgstr[1] "Você tem %d tentativas restantes."
269
 
270
- #: ../dashboard.php:744
271
  msgid "No activity has been logged."
272
  msgstr "Nenhuma atividade foi registrada."
273
 
@@ -279,31 +279,31 @@ msgstr "Expira"
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "Nenhum bloqueio no momento. O céu está limpo."
281
 
282
- #: ../dashboard.php:172
283
  msgid "These IPs will never be locked out"
284
  msgstr "Estes IPs nunca serão bloqueados"
285
 
286
- #: ../dashboard.php:181
287
  msgid "Your IP"
288
  msgstr "Seu IP"
289
 
290
- #: ../cerber-load.php:3416
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "Última tentativa de login falha foi às %s do IP %s com o login de usuário: %s."
293
 
294
- #: ../cerber-load.php:4211
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "Não foi possível ativar o WP Cerber devido a um erro na conexão com o banco de dados."
297
 
298
- #: ../settings.php:784 ../settings.php:906
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Notificar o administrador caso o número de bloqueios ativos seja acima"
301
 
302
- #: ../settings.php:109 ../settings.php:185 ../settings.php:363 ../settings.php:428
303
  msgid "days"
304
  msgstr "dias"
305
 
306
- #: ../dashboard.php:1251
307
  msgid "Cerber Quick View"
308
  msgstr "Visualição Rápida do Cerber"
309
 
@@ -319,198 +319,193 @@ msgstr "Para ver a atividade, clique no IP"
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Sempre bloquear toda a sub-rede classe C de IPs invasores"
321
 
322
- #: ../settings.php:106 ../settings.php:786 ../settings.php:908
323
  msgid "Click to send test"
324
  msgstr "Clique para enviar teste"
325
 
326
- #: ../settings.php:1073 ../settings.php:1074
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "Atenção! Você alterou o URL de login! O novo URL de login é"
329
 
330
- #: ../dashboard.php:1160
331
  msgid "Comments"
332
  msgstr "Comentários"
333
 
334
- #: ../common.php:1189
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "Atualizar WP Cerber para a versão %s"
337
 
338
- #: ../cerber-load.php:3417 ../cerber-load.php:4024
339
  msgid "View activity in dashboard"
340
  msgstr "Ver atividade no painel"
341
 
342
- #: ../cerber-load.php:3447
343
  msgid "Number of active lockouts"
344
  msgstr "Número de bloqueios ativos"
345
 
346
- #: ../cerber-load.php:3451
347
  msgid "View lockouts in dashboard"
348
  msgstr "Ver bloqueios no painel"
349
 
350
- #: ../cerber-load.php:3539
351
  msgid "This message was sent by"
352
  msgstr "Esta mensagem foi enviada por"
353
 
354
- #: ../dashboard.php:69 ../cerber-tools.php:43
355
  msgid "Tools"
356
  msgstr "Ferramentas"
357
 
358
- #: ../cerber-tools.php:88
359
  msgid "Export settings to the file"
360
  msgstr "Exportar configurações para o arquivo"
361
 
362
- #: ../cerber-tools.php:89
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Assim que clicar no botão abaixo, você baixará um arquivo de configuração que poderá usar em outros sites."
365
 
366
- #: ../cerber-tools.php:90
367
  msgid "What do you want to export?"
368
  msgstr "O que gostaria de exportar?"
369
 
370
- #: ../cerber-tools.php:93
371
  msgid "Download file"
372
  msgstr "Baixar arquivo"
373
 
374
- #: ../cerber-tools.php:95
375
  msgid "Import settings from the file"
376
  msgstr "Importar configurações de um arquivo"
377
 
378
- #: ../cerber-tools.php:96
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Assim que clicar no botão abaixo, o arquivo será enviado e todas as configurações existentes serão sobrescritas."
381
 
382
- #: ../cerber-tools.php:97
383
  msgid "Select file to import."
384
  msgstr "Selecionar arquivo para importação."
385
 
386
- #: ../cerber-tools.php:97 ../cerber-scanner.php:3854
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Tamanho máximo do arquivo para envio: %s."
389
 
390
- #: ../cerber-tools.php:100
391
  msgid "What do you want to import?"
392
  msgstr "O que gostaria de importar?"
393
 
394
- #: ../cerber-tools.php:102 ../cerber-scanner.php:3857
395
  msgid "Upload file"
396
  msgstr "Enviar arquivo"
397
 
398
- #: ../cerber-tools.php:151
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Nenhum arquivo foi enviado ou o arquivo está corrompido"
401
 
402
- #: ../cerber-tools.php:188
403
  msgid "Error while updating"
404
  msgstr "Erro ao enviar arquivo"
405
 
406
- #: ../cerber-tools.php:194
407
  msgid "Settings has imported successfully from"
408
  msgstr "As configurações foram importadas com sucesso de"
409
 
410
- #: ../cerber-tools.php:201
411
  msgid "Error while parsing file"
412
  msgstr "Erro ao interpretar arquivo"
413
 
414
- #: ../dashboard.php:135 ../dashboard.php:717
415
  msgid "Hostname"
416
  msgstr "Nome do servidor"
417
 
418
- #: ../dashboard.php:396
419
  msgid "unknown"
420
  msgstr "desconhecido"
421
 
422
- #: ../settings.php:109 ../settings.php:359
423
  msgid "Keep records for"
424
  msgstr "Guardar registros por"
425
 
426
- #: ../dashboard.php:1285 ../dashboard.php:1307
427
  msgid "active"
428
  msgstr "ativo"
429
 
430
- #: ../dashboard.php:1285
431
  msgid "deactivate"
432
  msgstr "desativar"
433
 
434
- #: ../dashboard.php:1287
435
  msgid "not active"
436
  msgstr "inativo"
437
 
438
- #: ../dashboard.php:1288 ../dashboard.php:1302
439
  msgid "disabled"
440
  msgstr "desabilitado"
441
 
442
- #: ../dashboard.php:1293
443
  msgid "failed attempts"
444
  msgstr "tentativas falhas"
445
 
446
- #: ../dashboard.php:1293 ../dashboard.php:1294
447
  msgid "in 24 hours"
448
  msgstr "em 24 horas"
449
 
450
- #: ../dashboard.php:1293 ../dashboard.php:1294
451
  msgid "view all"
452
  msgstr "ver todos"
453
 
454
- #: ../dashboard.php:1294
455
  msgid "lockouts"
456
  msgstr "bloqueios"
457
 
458
- #: ../dashboard.php:1296
459
  msgid "Lockouts at the moment"
460
  msgstr "Bloqueios no momento"
461
 
462
- #: ../dashboard.php:1297
463
  msgid "Last lockout"
464
  msgstr "Último bloqueio"
465
 
466
- #: ../dashboard.php:1298 ../dashboard.php:1299 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "entrada"
470
  msgstr[1] "entradas"
471
 
472
- #: ../dashboard.php:1850
473
  msgid "Confused about some settings?"
474
  msgstr "Confuso em relação às configurações?"
475
 
476
- #: ../dashboard.php:1851
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "Você pode carregar as configurações recomendadas clicando no botão abaixo."
479
 
480
- #: ../dashboard.php:1853
481
  msgid "Load default settings"
482
  msgstr "Carregar configurações padrão"
483
 
484
- #: ../dashboard.php:1861
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "não afeta URL personalizado de login e Listas de Acesso"
487
 
488
- #: ../common.php:1182 ../settings.php:230
489
  msgid "New version is available"
490
  msgstr "Nova versão disponível"
491
 
492
- #. Name of the plugin
493
- #: ../dashboard.php:52 ../dashboard.php:81
494
- msgid "WP Cerber"
495
- msgstr "WP Cerber"
496
-
497
- #: ../cerber-load.php:3391
498
  msgid "WP Cerber notify"
499
  msgstr "WP Cerber notifica"
500
 
501
- #: ../cerber-load.php:3413
502
  msgid "Citadel mode is activated"
503
  msgstr "Modo Fortaleza está ativado"
504
 
505
- #: ../cerber-load.php:3486
506
  msgid "New Custom login URL"
507
  msgstr "Novo URL personalizado de login"
508
 
509
- #: ../cerber-load.php:4198
510
  msgid "The WP Cerber requires PHP %s or higher. You are running"
511
  msgstr "O WP Cerber requer PHP %s ou mais recente. Você está rodando"
512
 
513
- #: ../cerber-load.php:4202
514
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
515
  msgstr "O WP Cerber requer WordPress %s ou mais recente. Você está rodando"
516
 
@@ -522,51 +517,51 @@ msgstr "Usar arquivo"
522
  msgid "Write failed login attempts to the file"
523
  msgstr "Escrever tentativas falhas de login em um arquivo"
524
 
525
- #: ../dashboard.php:1969
526
  msgid "Deactivate"
527
  msgstr "Desativar"
528
 
529
- #: ../dashboard.php:138 ../cerber-load.php:3449
530
  msgid "Reason"
531
  msgstr "Razão"
532
 
533
- #: ../dashboard.php:211
534
  msgid "Add IP to the list"
535
  msgstr "Adicionar IP à lista"
536
 
537
- #: ../dashboard.php:981
538
  msgid "Add IP to the Black List"
539
  msgstr "Adicionar IP à Lista Negra"
540
 
541
- #: ../common.php:927
542
  msgid "Attempt to access"
543
  msgstr "Tentativa de acesso"
544
 
545
- #: ../common.php:926
546
  msgid "Limit on login attempts is reached"
547
  msgstr "O limite de tentativas de login foi atingido"
548
 
549
- #: ../common.php:867 ../common.php:928
550
  msgid "Attempt to log in with non-existent username"
551
  msgstr "Tentativa de login com nome de usuário não existente"
552
 
553
- #: ../cerber-load.php:3448
554
  msgid "Last lockout was added: %s for IP %s"
555
  msgstr "Último bloqueio foi adicionado: %s para o IP %s"
556
 
557
- #: ../cerber-load.php:4260 ../settings.php:647
558
  msgid "Hardening"
559
  msgstr "Fortalecendo"
560
 
561
- #: ../dashboard.php:958
562
  msgid "Abuse email:"
563
  msgstr "Email para abusos:"
564
 
565
- #: ../settings.php:217 ../settings.php:258 ../settings.php:490
566
  msgid "Email Address"
567
  msgstr "Endereço de Email"
568
 
569
- #: ../settings.php:226
570
  msgid "if empty, the admin email %s will be used"
571
  msgstr "se vazio, o email do administrador %s será usado"
572
 
@@ -586,68 +581,68 @@ msgstr "Fortalecendo o WordPress"
586
  msgid "Stop user enumeration"
587
  msgstr "Bloquear enumeração de usuários"
588
 
589
- #: ../settings.php:126
590
  msgid "Disable XML-RPC"
591
  msgstr "Desabilitar XML-RPC"
592
 
593
- #: ../settings.php:126
594
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
595
  msgstr "Bloquear acesso ao servidor XML-RPC (incluindo Pingbacks e Trackbacks)"
596
 
597
- #: ../settings.php:127
598
  msgid "Disable feeds"
599
  msgstr "Desabilitar feeds"
600
 
601
- #: ../settings.php:127
602
  msgid "Block access to the RSS, Atom and RDF feeds"
603
  msgstr "Bloquear acesso aos feeds RSS, Atom e RDF"
604
 
605
- #: ../settings.php:128
606
  msgid "Disable REST API"
607
  msgstr "Desabilitar API REST"
608
 
609
- #: ../settings.php:582
610
  msgid "These settings do not affect hosts from the "
611
  msgstr "Estas configurações não afetam servidores do "
612
 
613
- #: ../settings.php:1159 ../settings.php:1171 ../settings.php:1283
614
  msgid "<strong>ERROR</strong>: please enter a valid email address."
615
  msgstr "<strong>ERRO</strong>: favor digitar um endereço de email válido."
616
 
617
- #: ../cerber-load.php:3479 ../cerber-load.php:4245
618
  msgid "WP Cerber is now active and has started protecting your site"
619
  msgstr "WP Cerver está ativo agora e já começou a proteger o seu site"
620
 
621
- #: ../dashboard.php:139 ../cerber-scanner.php:5314
622
  msgid "Action"
623
  msgstr "Ação"
624
 
625
- #: ../dashboard.php:174
626
  msgid "Nobody can log in or register from these IPs"
627
  msgstr "Ninguém pode entrar ou se registrar a partir destes IPs"
628
 
629
- #: ../dashboard.php:237 ../dashboard.php:249
630
  msgid "Incorrect IP address or IP range"
631
  msgstr "Endereço ou faixa de IP incorretos"
632
 
633
- #: ../dashboard.php:446 ../dashboard.php:1985
634
  msgid "Settings saved"
635
  msgstr "Configurações salvas"
636
 
637
- #: ../dashboard.php:962
638
  msgid "Network:"
639
  msgstr "Rede:"
640
 
641
- #: ../dashboard.php:976
642
  msgid "Add network to the Black List"
643
  msgstr "Adicionar rede à Lista Negra"
644
 
645
- #: ../dashboard.php:1968
646
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
647
  msgstr "Atenção! O modo Fortaleza agora está ativado. Ninguém pode fazer login."
648
 
649
- #: ../dashboard.php:354 ../dashboard.php:2987 ../whois.php:223 ../whois.php:254 ..
650
- #: /common.php:925 ../common.php:1273
651
  msgid "Unknown"
652
  msgstr "Desconhecido"
653
 
@@ -657,151 +652,147 @@ msgid "Gregory"
657
  msgstr "Gregory"
658
 
659
  #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
660
- #: /cerber-load.php:677 ../cerber-load.php:689 ../cerber-load.php:696 ../cerber-
661
- #: load.php:950 ../cerber-load.php:1172 ../cerber-load.php:1178 ../cerber-load.
662
- #: php:1183 ../cerber-load.php:1188 ../cerber-load.php:1194 ../cerber-load.php:
663
- #: 1201 ../cerber-load.php:1303 ../cerber-load.php:1440 ../settings.php:1052 ..
664
- #: /settings.php:1135
665
  msgid "ERROR:"
666
  msgstr "ERRO:"
667
 
668
- #: ../cerber-load.php:706
669
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
670
  msgstr "Verificação de humanidade falhou. Por favor, click no quadrado do bloco reCAPTCHA abaixo."
671
 
672
- #: ../cerber-load.php:962
673
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
674
  msgstr "<strong>ERRO</strong>: A senha que você digitou para o usuário %s está incorreta."
675
 
676
- #: ../cerber-load.php:1189
677
  msgid "Username is not allowed. Please choose another one."
678
  msgstr "Nome de usuário não permitido. Por favor, escolha outro nome."
679
 
680
- #: ../cerber-load.php:3442
681
  msgid "unspecified"
682
  msgstr "não especificado"
683
 
684
- #: ../cerber-load.php:3445
685
  msgid "Number of lockouts is increasing"
686
  msgstr "O número de bloqueios está aumentando"
687
 
688
- #: ../cerber-load.php:3450
689
  msgid "View activity for this IP"
690
  msgstr "Ver atividade do IP"
691
 
692
- #: ../cerber-load.php:3454 ../cerber-load.php:3456
693
  msgid "A new version of WP Cerber is available to install"
694
  msgstr "Uma nova versão do WP Cerber está disponível para ser instalada"
695
 
696
- #: ../cerber-load.php:3455
697
  msgid "Hi!"
698
  msgstr "Olá!"
699
 
700
- #: ../cerber-load.php:3458 ../cerber-load.php:3469
701
  msgid "Website"
702
  msgstr "Website"
703
 
704
- #: ../cerber-load.php:3461 ../cerber-load.php:3462
705
  msgid "The WP Cerber security plugin has been deactivated"
706
  msgstr "O plugin de segurança WP Cerber foi desativado"
707
 
708
- #: ../cerber-load.php:3464
709
  msgid "Not logged in"
710
  msgstr "Não logado"
711
 
712
- #: ../cerber-load.php:3470
713
  msgid "By user"
714
  msgstr "Pelo usuário"
715
 
716
- #: ../cerber-load.php:3471
717
  msgid "From IP address"
718
  msgstr "Do endereço de IP"
719
 
720
- #: ../cerber-load.php:3474
721
  msgid "From country"
722
  msgstr "Do país"
723
 
724
- #: ../cerber-load.php:3478
725
  msgid "The WP Cerber security plugin is now active"
726
  msgstr "O plugin de segurança WP Cerber está agora ativado"
727
 
728
- #: ../cerber-load.php:4246
729
  msgid "Your IP address is added to the"
730
  msgstr "Seu endereço de IP foi adicionado à"
731
 
732
- #: ../cerber-load.php:4262
733
  msgid "Import settings"
734
  msgstr "Importar configurações"
735
 
736
- #: ../settings.php:229
737
  msgid "Notification limit"
738
  msgstr "Limite de notificação"
739
 
740
- #: ../settings.php:229
741
  msgid "notification letters allowed per hour (0 means unlimited)"
742
  msgstr "notificações permitidas por hora (0 significa ilimitadas)"
743
 
744
- #: ../settings.php:146
745
  msgid "User related settings"
746
  msgstr "Configurações de usuário"
747
 
748
- #: ../settings.php:150
749
  msgid "Prohibited usernames"
750
  msgstr "Nomes de usuários proibidos"
751
 
752
- #: ../settings.php:156
753
  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."
754
  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."
755
 
756
- #: ../settings.php:158
757
  msgid "User session expire"
758
  msgstr "Sessão de usuário expira"
759
 
760
- #: ../settings.php:158
761
  msgid "in minutes (leave empty to use default WP value)"
762
  msgstr "em minutos (deixe em branco para usar o valor padrão do WordPress)"
763
 
764
- #: ../settings.php:191
765
  msgid "reCAPTCHA settings"
766
  msgstr "Configurações do reCAPTCHA"
767
 
768
- #: ../settings.php:192
769
  msgid "Site key"
770
  msgstr "Chave do site"
771
 
772
- #: ../settings.php:193
773
  msgid "Secret key"
774
  msgstr "Chave secreta"
775
 
776
- #: ../settings.php:196
777
  msgid "Enable reCAPTCHA for WordPress registration form"
778
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WordPress"
779
 
780
- #: ../settings.php:199
781
  msgid "Lost password form"
782
  msgstr "Formulário de senha perdida"
783
 
784
- #: ../settings.php:202
785
  msgid "Login form"
786
  msgstr "Formulário de login"
787
 
788
- #: ../settings.php:202
789
  msgid "Enable reCAPTCHA for WordPress login form"
790
  msgstr "Habilitar reCAPTCHA para o formulário de login do WordPress"
791
 
792
- #: ../settings.php:585
793
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
794
  msgstr "Antes de começar a utilizar o reCAPTCHA, você precisa obter uma Chave do Site uma Chave Secreta no website do Google"
795
 
796
- #: ../cerber-lab.php:752 ../settings.php:586 ../settings.php:589
797
  msgid "Know more"
798
  msgstr "Saiba mais"
799
 
800
- #: ../dashboard.php:52 ../settings.php:623
801
- msgid "WP Cerber Security"
802
- msgstr "WP Cerber Security"
803
-
804
- #: ../settings.php:650
805
  msgid "Users"
806
  msgstr "Usuários"
807
 
@@ -809,7 +800,7 @@ msgstr "Usuários"
809
  msgid "User created"
810
  msgstr "Usuário criado"
811
 
812
- #: ../dashboard.php:1802 ../common.php:835
813
  msgid "User registered"
814
  msgstr "Usuário registrado"
815
 
@@ -825,7 +816,7 @@ msgstr "As configurações do reCAPTCHA estão incorretas"
825
  msgid "Attempt to access prohibited URL"
826
  msgstr "Tentativa de acesso a URL proibido"
827
 
828
- #: ../common.php:868 ../common.php:929
829
  msgid "Attempt to log in with prohibited username"
830
  msgstr "Tentativa de login com nome de usuário proibido."
831
 
@@ -841,23 +832,23 @@ msgstr "Enviar endereço de IP malicioso para o Cerber Lab"
841
  msgid "Cerber Lab protocol"
842
  msgstr "Protocolo Cerber Lab"
843
 
844
- #: ../settings.php:168 ../settings.php:196
845
  msgid "Registration form"
846
  msgstr "Formulário de restro"
847
 
848
- #: ../settings.php:197
849
  msgid "Enable reCAPTCHA for WooCommerce registration form"
850
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WooCommerce"
851
 
852
- #: ../settings.php:199
853
  msgid "Enable reCAPTCHA for WordPress lost password form"
854
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WordPress"
855
 
856
- #: ../settings.php:200
857
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
858
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WooCommerce"
859
 
860
- #: ../settings.php:203
861
  msgid "Enable reCAPTCHA for WooCommerce login form"
862
  msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
863
 
@@ -865,56 +856,56 @@ msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
865
  msgid "Request to the Google reCAPTCHA service failed"
866
  msgstr "A requisição para o serviço Google reCAPTCHA falhou"
867
 
868
- #: ../dashboard.php:1794 ../dashboard.php:1824
869
  msgid "View all"
870
  msgstr "Ver todos"
871
 
872
- #: ../dashboard.php:1825
873
  msgid "Recently locked out IP addresses"
874
  msgstr "Endereços de IP recentemente bloqueados"
875
 
876
- #: ../cerber-lab.php:750
877
  msgid "OK, nail them all"
878
  msgstr "OK, acabe com eles"
879
 
880
- #: ../cerber-lab.php:751
881
  msgid "NO, maybe later"
882
  msgstr "NÃO, talvez mais tarde"
883
 
884
- #: ../dashboard.php:54 ../dashboard.php:1333 ../dashboard.php:2174 ../settings.
885
- #: php:629
886
  msgid "Dashboard"
887
  msgstr "Painel de Controle"
888
 
889
- #: ../cerber-lab.php:748
890
  msgid "Want to make WP Cerber even more powerful?"
891
  msgstr "Gostaria de fazer o WP Cerber ainda mais poderoso?"
892
 
893
- #: ../cerber-lab.php:749
894
  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."
895
  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."
896
 
897
- #: ../dashboard.php:548
898
  msgid "IP address"
899
  msgstr "Endereço de IP"
900
 
901
- #: ../dashboard.php:548
902
  msgid "User login"
903
  msgstr "Login do usuário"
904
 
905
- #: ../dashboard.php:548
906
  msgid "User ID"
907
  msgstr "ID do usuário"
908
 
909
- #: ../dashboard.php:740
910
  msgid "Export"
911
  msgstr "Exportar"
912
 
913
- #: ../dashboard.php:762
914
  msgid "Search for IP or username"
915
  msgstr "Buscar por IP ou usuário"
916
 
917
- #: ../dashboard.php:762
918
  msgid "Filter"
919
  msgstr "Filtrar"
920
 
@@ -930,7 +921,7 @@ msgstr "Ferramentas do Cerber"
930
  msgid "Subscribe"
931
  msgstr "Inscrever"
932
 
933
- #: ../dashboard.php:2073 ../cerber-tools.php:285
934
  msgid "Unsubscribe"
935
  msgstr "Cancelar inscrição"
936
 
@@ -942,19 +933,19 @@ msgstr "Você está inscrito"
942
  msgid "You've unsubscribed"
943
  msgstr "Você cancelou sua inscrição"
944
 
945
- #: ../cerber-load.php:3490 ../cerber-load.php:3491
946
  msgid "A new activity has been recorded"
947
  msgstr "Uma nova atividade foi capturada"
948
 
949
- #: ../cerber-load.php:3996
950
  msgid "User"
951
  msgstr "Usuário"
952
 
953
- #: ../cerber-load.php:4004
954
  msgid "Search string"
955
  msgstr "Termo pesquisado"
956
 
957
- #: ../cerber-load.php:4025
958
  msgid "To unsubscribe click here"
959
  msgstr "Para cancelar sua inscrição, clique aqui"
960
 
@@ -970,27 +961,27 @@ msgstr "Formato da data"
970
  msgid "if empty, the default format %s will be used"
971
  msgstr "se vazio, o formato padrão %s será usado"
972
 
973
- #: ../settings.php:235
974
  msgid "Push notifications"
975
  msgstr "Notificações push"
976
 
977
- #: ../settings.php:214
978
  msgid "Email notifications"
979
  msgstr "Notificações por email"
980
 
981
- #: ../settings.php:221 ../settings.php:263 ../settings.php:327 ../settings.php:494
982
  msgid "Use comma to specify multiple values"
983
  msgstr "Use vírgulas para separar múltiplos valores"
984
 
985
- #: ../settings.php:243
986
  msgid "All connected devices"
987
  msgstr "Todos os dispositivos conectados"
988
 
989
- #: ../settings.php:246
990
  msgid "No devices found"
991
  msgstr "Nenhum dispositivo encontrado"
992
 
993
- #: ../settings.php:250
994
  msgid "Not available"
995
  msgstr "Não disponível"
996
 
@@ -998,11 +989,11 @@ msgstr "Não disponível"
998
  msgid "Password reset requested"
999
  msgstr "Redefinição de senha solicitada"
1000
 
1001
- #: ../common.php:930
1002
  msgid "Limit on failed reCAPTCHA verifications is reached"
1003
  msgstr "Foi atingido o limite de verificações falhas do reCAPTCHA"
1004
 
1005
- #: ../common.php:999
1006
  msgid "%s ago"
1007
  msgstr "%s atrás"
1008
 
@@ -1014,39 +1005,39 @@ msgstr "Aplicar regras de limite para login aos endereçoes de IP da Lista Segur
1014
  msgid "Display 404 page"
1015
  msgstr "Exibir página 404"
1016
 
1017
- #: ../settings.php:194
1018
  msgid "Invisible reCAPTCHA"
1019
  msgstr "reCAPTCHA invisível"
1020
 
1021
- #: ../settings.php:194
1022
  msgid "Enable invisible reCAPTCHA"
1023
  msgstr "Habilitar reCAPTCHA invisível"
1024
 
1025
- #: ../settings.php:194
1026
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1027
  msgstr "(não habilite esta opção a menos que tenha as Chaves do Site e Secreta para esta versão invisível)"
1028
 
1029
- #: ../settings.php:205
1030
  msgid "Enable reCAPTCHA for WordPress comment form"
1031
  msgstr "Habilitar reCAPTCHA para o formulário de comentários do WordPress"
1032
 
1033
- #: ../settings.php:206
1034
  msgid "Disable reCAPTCHA for logged in users"
1035
  msgstr "Desabilitar reCAPTCHA para usuários logados"
1036
 
1037
- #: ../settings.php:208
1038
  msgid "Limit attempts"
1039
  msgstr "Limitar tentativas"
1040
 
1041
- #: ../settings.php:208
1042
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1043
  msgstr "Bloquear endereço de IP por %s minutos depois de %s tentativas falhas dentro de %s minutos"
1044
 
1045
- #: ../settings.php:579
1046
  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."
1047
  msgstr "No modo Fortaleza apenas os IPs da Lista Segura podem se conectar. Sessões ativas de usuários não serão afetadas."
1048
 
1049
- #: ../dashboard.php:548 ../dashboard.php:720
1050
  msgid "Event"
1051
  msgstr "Evento"
1052
 
@@ -1063,12 +1054,12 @@ msgstr "Endereço de IP malicioso detectado"
1063
  msgid "Lockouts occurred"
1064
  msgstr "Bloqueios ocorridos"
1065
 
1066
- #: ../dashboard.php:1803
1067
  msgid "All suspicious activity"
1068
  msgstr "Todas as atividades suspeitas"
1069
 
1070
- #: ../cerber-load.php:1173 ../cerber-load.php:1179 ../cerber-load.php:1195 ..
1071
- #: /cerber-load.php:1202
1072
  msgid "You are not allowed to register."
1073
  msgstr "Não é permitido o seu registro."
1074
 
@@ -1093,65 +1084,65 @@ msgstr "Atividades maliciosas mitigadas"
1093
  msgid "Cerber antispam settings"
1094
  msgstr "Configurações antispam do Cerber"
1095
 
1096
- #: ../dashboard.php:68 ../cerber-load.php:4259 ../settings.php:205
1097
  msgid "Antispam"
1098
  msgstr "Antispam"
1099
 
1100
- #: ../settings.php:166
1101
  msgid "Cerber antispam engine"
1102
  msgstr "Mecanismo antispam do Cerber"
1103
 
1104
- #: ../settings.php:167
1105
  msgid "Comment form"
1106
  msgstr "Formulário para comentários"
1107
 
1108
- #: ../settings.php:167
1109
  msgid "Protect comment form with bot detection engine"
1110
  msgstr "Proteger formulário para comentários com mecanismo de detecção de bots"
1111
 
1112
- #: ../settings.php:168
1113
  msgid "Protect registration form with bot detection engine"
1114
  msgstr "Proteger formulário de registro com mecanismo de detecção de bots"
1115
 
1116
- #: ../cerber-tools.php:48
1117
  msgid "Export & Import"
1118
  msgstr "Exportar & Importar"
1119
 
1120
- #: ../cerber-tools.php:49
1121
  msgid "Diagnostic"
1122
  msgstr "Diagnóstico"
1123
 
1124
- #: ../cerber-tools.php:50
1125
  msgid "License"
1126
  msgstr "Licença"
1127
 
1128
- #: ../dashboard.php:3628
1129
  msgid "Antispam and bot detection settings"
1130
  msgstr "Configurações antispam e de detecção de bots"
1131
 
1132
- #: ../cerber-load.php:1440
1133
  msgid "Sorry, human verification failed."
1134
  msgstr "Desculpe, a verificação de humanidade falhou."
1135
 
1136
- #: ../common.php:931
1137
  msgid "Bot activity is detected"
1138
  msgstr "Atividade de bot detectada"
1139
 
1140
- #: ../settings.php:183
1141
  msgid "Comment processing"
1142
  msgstr "Processando comentário"
1143
 
1144
- #: ../settings.php:184
1145
  #, fuzzy
1146
  msgid "If a spam comment detected"
1147
  msgstr "Se um comentário spam for detectado"
1148
 
1149
- #: ../settings.php:185
1150
  #, fuzzy
1151
  msgid "Trash spam comments"
1152
  msgstr "Mandar comentários spam para a lixeira"
1153
 
1154
- #: ../settings.php:185
1155
  #, fuzzy
1156
  msgid "Move spam comments to trash after"
1157
  msgstr "Mover comentários spam para a lixeira após"
@@ -1161,39 +1152,39 @@ msgstr "Mover comentários spam para a lixeira após"
1161
  msgid "Spam form submission denied"
1162
  msgstr "Envio de formulário spam recusado"
1163
 
1164
- #: ../settings.php:169
1165
  msgid "Other forms"
1166
  msgstr "Outros formulários"
1167
 
1168
- #: ../settings.php:169
1169
  msgid "Protect all forms on the website with bot detection engine"
1170
  msgstr "Proteger todos os formulários do website com o mecanismo de detecção de bots"
1171
 
1172
- #: ../settings.php:171
1173
  msgid "Adjust antispam engine"
1174
  msgstr "Ajustar mecanismo antispam"
1175
 
1176
- #: ../settings.php:172
1177
  msgid "Safe mode"
1178
  msgstr "Modo seguro"
1179
 
1180
- #: ../settings.php:172
1181
  msgid "Use less restrictive policies (allow AJAX)"
1182
  msgstr "Usar políticas menos restritivas (permitir AJAX)"
1183
 
1184
- #: ../dashboard.php:3263 ../settings.php:173
1185
  msgid "Logged in users"
1186
  msgstr "Usuários logados"
1187
 
1188
- #: ../settings.php:173
1189
  msgid "Disable bot detection engine for logged in users"
1190
  msgstr "Desabilitar mecanismo de detecção de bots para usuários logados"
1191
 
1192
- #: ../dashboard.php:136 ../dashboard.php:718
1193
  msgid "Country"
1194
  msgstr "País"
1195
 
1196
- #: ../dashboard.php:751
1197
  msgid "All events"
1198
  msgstr "Todos os eventos"
1199
 
@@ -1201,19 +1192,19 @@ msgstr "Todos os eventos"
1201
  msgid "Cerber Security Rules"
1202
  msgstr "Regras de Segurança do Cerber"
1203
 
1204
- #: ../dashboard.php:60 ../dashboard.php:2560
1205
  msgid "Security Rules"
1206
  msgstr "Regras de Segurança"
1207
 
1208
- #: ../dashboard.php:1162
1209
  msgid "Failed login attempts"
1210
  msgstr "Tentativas falhas de login"
1211
 
1212
- #: ../dashboard.php:1068 ../dashboard.php:1163
1213
  msgid "Registered"
1214
  msgstr "Registrado"
1215
 
1216
- #: ../dashboard.php:1233
1217
  msgid "You"
1218
  msgstr "Você"
1219
 
@@ -1221,25 +1212,25 @@ msgstr "Você"
1221
  msgid "Spam form submissions denied"
1222
  msgstr "Envio de formulário de spam recusado"
1223
 
1224
- #: ../dashboard.php:1862 ../cerber-load.php:3481 ../cerber-load.php:4248
1225
  msgid "Getting Started Guide"
1226
  msgstr "Guia de Introdução"
1227
 
1228
- #: ../dashboard.php:2565
1229
  msgid "Countries"
1230
  msgstr "Países"
1231
 
1232
- #: ../dashboard.php:2628
1233
  msgid "Permitted for one country"
1234
  msgid_plural "Permitted for %d countries"
1235
  msgstr[0] "Permitido para um país"
1236
  msgstr[1] "Permitido para %d países"
1237
 
1238
- #: ../dashboard.php:2639
1239
  msgid "No rule"
1240
  msgstr "Nenhuma regra"
1241
 
1242
- #: ../dashboard.php:2851
1243
  msgid "Security rules have been updated"
1244
  msgstr "As regras de segurança foram atualizadas"
1245
 
@@ -1288,7 +1279,7 @@ msgstr "Limite atingido"
1288
  msgid "Multiple suspicious activities"
1289
  msgstr "Múltiplas atividades suspeitas"
1290
 
1291
- #: ../common.php:932
1292
  msgid "Multiple suspicious activities were detected"
1293
  msgstr "Múltiplas atividades suspeitas foram detectadas"
1294
 
@@ -1296,79 +1287,79 @@ msgstr "Múltiplas atividades suspeitas foram detectadas"
1296
  msgid "Block access to user pages like /?author=n and user data via REST API"
1297
  msgstr "Bloquear acesso a páginas de usuários como /?autor=n e dados de usuários via API REST"
1298
 
1299
- #: ../settings.php:128
1300
  msgid "Block access to the WordPress REST API except the following"
1301
  msgstr "Bloquear acesso à API REST do WordPress exceto para o seguinte"
1302
 
1303
- #: ../settings.php:129
1304
  msgid "Allow REST API for logged in users"
1305
  msgstr "Permitir API REST para usuários logados"
1306
 
1307
- #: ../settings.php:136
1308
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1309
  msgstr "Especificar namespaces permitidos da API REST quando ela estiver desabilitada. Um namespace por linha."
1310
 
1311
- #: ../settings.php:148
1312
  msgid "Registration limit"
1313
  msgstr "Limite de registros"
1314
 
1315
- #: ../settings.php:159
1316
  msgid "Sort users in dashboard"
1317
  msgstr "Ordenar usuários no painel de controle"
1318
 
1319
- #: ../settings.php:159
1320
  msgid "by date of registration"
1321
  msgstr "por data de registro"
1322
 
1323
- #: ../settings.php:174
1324
  msgid "Query whitelist"
1325
  msgstr "Lista de permissão para consultas"
1326
 
1327
- #: ../settings.php:772 ../settings.php:894
1328
  msgid "%s allowed registrations in %s minutes from one IP"
1329
  msgstr "%s registros permitidos de um IP em %s minutos"
1330
 
1331
- #: ../dashboard.php:2695
1332
  msgid "Start typing here to find a country"
1333
  msgstr "Comece a digitar aqui para encontrar um país"
1334
 
1335
- #: ../dashboard.php:2778
1336
  msgid "Click on a country name to add it to the list of selected countries"
1337
  msgstr "Clique no nome de um país para adicioná-lo à lista de países selecionados"
1338
 
1339
- #: ../dashboard.php:2802
1340
  msgid "Submit forms"
1341
  msgstr "Enviar formulários"
1342
 
1343
- #: ../dashboard.php:2803
1344
  msgid "Post comments"
1345
  msgstr "Publicar comentários"
1346
 
1347
- #: ../dashboard.php:2804
1348
  msgid "Log in to the website"
1349
  msgstr "Logar no website"
1350
 
1351
- #: ../dashboard.php:2805
1352
  msgid "Register on the website"
1353
  msgstr "Registrar no website"
1354
 
1355
- #: ../dashboard.php:2806
1356
  msgid "Use XML-RPC"
1357
  msgstr "Usar XML-RPC"
1358
 
1359
- #: ../dashboard.php:2807
1360
  msgid "Use REST API"
1361
  msgstr "Usar API REST"
1362
 
1363
- #: ../settings.php:184
1364
  msgid "Deny it completely"
1365
  msgstr "Negar completamente"
1366
 
1367
- #: ../settings.php:184
1368
  msgid "Mark it as spam"
1369
  msgstr "Marcar como spam"
1370
 
1371
- #: ../dashboard.php:1788
1372
  msgid "in the last 24 hours"
1373
  msgstr "nas últimas 24 horas"
1374
 
@@ -1376,95 +1367,95 @@ msgstr "nas últimas 24 horas"
1376
  msgid "Main settings"
1377
  msgstr "Configurações principais"
1378
 
1379
- #: ../settings.php:255
1380
  msgid "Weekly reports"
1381
  msgstr "Relatórios semanais"
1382
 
1383
- #: ../settings.php:1010
1384
  msgid "Sunday"
1385
  msgstr "Domingo"
1386
 
1387
- #: ../settings.php:1011
1388
  msgid "Monday"
1389
  msgstr "Segunda-feira"
1390
 
1391
- #: ../settings.php:1012
1392
  msgid "Tuesday"
1393
  msgstr "Terça-feira"
1394
 
1395
- #: ../settings.php:1013
1396
  msgid "Wednesday"
1397
  msgstr "Quarta-feira"
1398
 
1399
- #: ../settings.php:1014
1400
  msgid "Thursday"
1401
  msgstr "Quinta-feira"
1402
 
1403
- #: ../settings.php:1015
1404
  msgid "Friday"
1405
  msgstr "Sexta-feira"
1406
 
1407
- #: ../settings.php:1016
1408
  msgid "Saturday"
1409
  msgstr "Sábado"
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 "Se estiver utilizando um plugin de cache, você deve adicionar o novo URL de login na lista de páginas excluídas do cache."
1414
 
1415
- #: ../cerber-load.php:3496
1416
  msgid "Weekly report"
1417
  msgstr "Relatório semanal"
1418
 
1419
- #: ../cerber-load.php:3499 ../cerber-load.php:3509
1420
  msgid "To change reporting settings visit"
1421
  msgstr "Para modificar as configurações de relatórios visitar"
1422
 
1423
- #: ../cerber-load.php:3532
1424
  msgid "Your login page:"
1425
  msgstr "Sua página de login:"
1426
 
1427
- #: ../cerber-load.php:3536
1428
  msgid "Your license is valid until"
1429
  msgstr "Sua licença é válida até"
1430
 
1431
- #: ../cerber-load.php:3642
1432
  msgid "Activity details"
1433
  msgstr "Detalhes da atividade"
1434
 
1435
- #: ../settings.php:1042
1436
  msgid "Click to send now"
1437
  msgstr "Clique para enviar agora"
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 "> > > Tradutor do WP Cerber? Para ganhar uma licença PRO, deixe seu contato aqui: https://wpcerber.com/contact/"
1442
 
1443
- #: ../dashboard.php:421
1444
  msgid "Email has been sent to"
1445
  msgstr "O email foi enviado para"
1446
 
1447
- #: ../dashboard.php:424
1448
  msgid "Unable to send email to"
1449
  msgstr "Não foi possível enviar o email para"
1450
 
1451
- #: ../dashboard.php:2631
1452
  msgid "Not permitted for one country"
1453
  msgid_plural "Not permitted for %d countries"
1454
  msgstr[0] "Não permitido para um país"
1455
  msgstr[1] "Não permitido para %d países"
1456
 
1457
- #: ../dashboard.php:2782
1458
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1459
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1460
  msgstr "Aos países selecionados é permitido %s, aos outros países não"
1461
 
1462
- #: ../dashboard.php:2785
1463
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1464
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1465
  msgstr "Aos países selecionados não é permitido %s, aos outros países sim"
1466
 
1467
- #: ../cerber-load.php:3630
1468
  msgid "Weekly Report"
1469
  msgstr "Relatório Semanal"
1470
 
@@ -1476,39 +1467,39 @@ msgstr "Usar template 404 do tema ativo"
1476
  msgid "Display simple 404 page"
1477
  msgstr "Exibir página 404 simples"
1478
 
1479
- #: ../settings.php:180
1480
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1481
  msgstr "Digite parte da string de consulta ou do caminho de consulta para excluir uma requisição da inspeção. Um item por linha."
1482
 
1483
- #: ../settings.php:268 ../settings.php:499
1484
  msgid "if empty, email from notification settings will be used"
1485
  msgstr "quando vazio, o email das configurações de notificações será usado"
1486
 
1487
- #: ../settings.php:256
1488
  msgid "Enable reporting"
1489
  msgstr "Habilitar relatórios"
1490
 
1491
- #: ../cerber-load.php:3560
1492
  msgid "Your last sign-in was %s from %s"
1493
  msgstr "Seu último login foi em %s a partir do IP %s"
1494
 
1495
- #: ../cerber-load.php:3656
1496
  msgid "Attempts to log in with non-existent username"
1497
  msgstr "Tentativas de login com nomes de usuário não existentes"
1498
 
1499
- #: ../dashboard.php:210
1500
  msgid "IP address, IPv4 address range or subnet"
1501
  msgstr "Endereço de IP, faixa de IPv4 ou sub-rede"
1502
 
1503
- #: ../dashboard.php:212
1504
  msgid "Optional comment for this entry"
1505
  msgstr "Comentário opcional para esta estrada"
1506
 
1507
- #: ../dashboard.php:253
1508
  msgid "You cannot add your IP address or network"
1509
  msgstr "Você não pode adicionar seu endereço de IP ou rede"
1510
 
1511
- #: ../settings.php:156
1512
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1513
  msgstr "Para especificar um padrão REGEX, envolva o padrão entre barras"
1514
 
@@ -1516,59 +1507,47 @@ msgstr "Para especificar um padrão REGEX, envolva o padrão entre barras"
1516
  msgid "Cerber Traffic Inspector"
1517
  msgstr "Inspetor de Tráfego do Cerber"
1518
 
1519
- #: ../dashboard.php:56 ../dashboard.php:1303 ../dashboard.php:2900
1520
  msgid "Traffic Inspector"
1521
  msgstr "Inspetor de Tráfego"
1522
 
1523
- #: ../dashboard.php:1335
1524
  msgid "Traffic"
1525
  msgstr "Tráfego"
1526
 
1527
- #: ../dashboard.php:2905
1528
- msgid "Live traffic"
1529
- msgstr "Tráfego ao vivo"
1530
-
1531
- #: ../dashboard.php:3231
1532
  msgid "Request"
1533
  msgstr "Requisição"
1534
 
1535
- #: ../dashboard.php:3233
1536
  msgid "Host Info"
1537
  msgstr "Informação do Servidor"
1538
 
1539
- #: ../dashboard.php:3234
1540
  msgid "User Agent"
1541
  msgstr "User Agent"
1542
 
1543
- #: ../dashboard.php:3259
1544
  msgid "All requests"
1545
  msgstr "Todas as requisições"
1546
 
1547
- #: ../dashboard.php:3264
1548
  msgid "Not logged in visitors"
1549
  msgstr "Visitantes não logados"
1550
 
1551
- #: ../dashboard.php:3265
1552
  msgid "Form submissions"
1553
  msgstr "Envios de formulários"
1554
 
1555
- #: ../dashboard.php:3266
1556
  msgid "Page Not Found"
1557
  msgstr "Página não encontrada"
1558
 
1559
- #: ../dashboard.php:3267
1560
- msgid "REST API"
1561
- msgstr "API REST"
1562
-
1563
- #: ../dashboard.php:3268
1564
- msgid "XML-RPC"
1565
- msgstr "XML-RPC"
1566
-
1567
- #: ../dashboard.php:3273
1568
  msgid "Longer than"
1569
  msgstr "Mais do que"
1570
 
1571
- #: ../dashboard.php:3289
1572
  msgid "Refresh"
1573
  msgstr "Recarregar"
1574
 
@@ -1576,107 +1555,107 @@ msgstr "Recarregar"
1576
  msgid "Check for requests"
1577
  msgstr "Verificar requisições"
1578
 
1579
- #: ../common.php:1208
1580
  msgid "Not specified"
1581
  msgstr "Não especificado"
1582
 
1583
- #: ../settings.php:298
1584
  msgid "Logging mode"
1585
  msgstr "Modo de registro"
1586
 
1587
- #: ../settings.php:304
1588
  msgid "Logging disabled"
1589
  msgstr "Registro desabilitado"
1590
 
1591
- #: ../settings.php:305
1592
  msgid "Smart"
1593
  msgstr "Inteligente"
1594
 
1595
- #: ../settings.php:306
1596
  msgid "All traffic"
1597
  msgstr "Todo tráfego"
1598
 
1599
- #: ../settings.php:310
1600
  msgid "Ignore crawlers"
1601
  msgstr "Ignorar crawlers"
1602
 
1603
- #: ../settings.php:320
1604
  msgid "Mask these form fields"
1605
  msgstr "Mascarar estes campos de fomulários"
1606
 
1607
- #: ../settings.php:356
1608
  msgid "milliseconds"
1609
  msgstr "milissegundos"
1610
 
1611
- #: ../settings.php:276
1612
  msgid "Inspection"
1613
  msgstr "Inspeção"
1614
 
1615
- #: ../settings.php:277
1616
  msgid "Enable traffic inspection"
1617
  msgstr "Habilitar inspeção de tráfego"
1618
 
1619
- #: ../settings.php:297
1620
  msgid "Logging"
1621
  msgstr "Registrando"
1622
 
1623
- #: ../settings.php:315
1624
  msgid "Save request fields"
1625
  msgstr "Salvar campos de requisição"
1626
 
1627
- #: ../settings.php:351
1628
  msgid "Page generation time threshold"
1629
  msgstr "Limite de tempo para geração de páginas"
1630
 
1631
- #: ../dashboard.php:3251
1632
  msgid "No requests have been logged."
1633
  msgstr "Nenhuma requisição foi registrada."
1634
 
1635
- #: ../dashboard.php:1302
1636
  msgid "enabled"
1637
  msgstr "habilitado"
1638
 
1639
- #: ../dashboard.php:1307
1640
  msgid "no connection"
1641
  msgstr "sem conexão"
1642
 
1643
- #: ../dashboard.php:3585
1644
  msgid "Advanced search"
1645
  msgstr "Busca avançada"
1646
 
1647
- #: ../dashboard.php:1058
1648
  msgid "Last seen"
1649
  msgstr "Visto pela última vez"
1650
 
1651
- #: ../common.php:872 ../common.php:933
1652
  msgid "Probing for vulnerable PHP code"
1653
  msgstr "Teste para vulnerabilidades no código PHP"
1654
 
1655
- #: ../dashboard.php:3543
1656
  msgid "Any"
1657
  msgstr "Qualquer"
1658
 
1659
- #: ../cerber-load.php:3281
1660
  msgid "We're sorry, you are not allowed to proceed"
1661
  msgstr "Desculpe, você não tem permissão para prosseguir"
1662
 
1663
- #: ../settings.php:288
1664
  msgid "Request whitelist"
1665
  msgstr "Lista de permissão para requisições"
1666
 
1667
- #: ../settings.php:294
1668
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1669
  msgstr "Digite um URI de requisição para excluir a requisição da inspeção. Um item por linha."
1670
 
1671
- #: ../settings.php:332
1672
  msgid "Save request headers"
1673
  msgstr "Salvar cabeçalhos da requisição"
1674
 
1675
- #: ../settings.php:338
1676
  msgid "Save $_SERVER"
1677
  msgstr "Salvar $_SERVER"
1678
 
1679
- #: ../settings.php:344
1680
  msgid "Save request cookies"
1681
  msgstr "Salvar cookies da requisição"
1682
 
@@ -1688,23 +1667,23 @@ msgstr "Proteger scripts da administração"
1688
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1689
  msgstr "Bloquear acessos não autorizados a load-scripts.php e load-styles.php"
1690
 
1691
- #: ../common.php:1834
1692
  msgid "Unable to create the directory"
1693
  msgstr "Não foi possível criar o diretório"
1694
 
1695
- #: ../common.php:1839
1696
  msgid "Destination folder access denied"
1697
  msgstr "Acesso recusado à pasta de destino"
1698
 
1699
- #: ../common.php:1842
1700
  msgid "File not found"
1701
  msgstr "Arquivo não encontrado"
1702
 
1703
- #: ../common.php:1845
1704
  msgid "Unable to copy the file"
1705
  msgstr "Não foi possível copiar o arquivo"
1706
 
1707
- #: ../common.php:1851
1708
  msgid "Unable to delete the file"
1709
  msgstr "Não foi possível apagar o arquivo"
1710
 
@@ -1724,7 +1703,7 @@ msgstr "Modo legado"
1724
  msgid "Standard mode"
1725
  msgstr "Modo padrão"
1726
 
1727
- #: ../settings.php:1053
1728
  msgid "Plugin initialization mode has not been changed"
1729
  msgstr "O modo de inicialização do plugin não foi alterado"
1730
 
@@ -1741,31 +1720,31 @@ msgstr "Envio de arquivo recusado"
1741
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1742
  msgstr "O URL personalizado de login pode conter apenas letras, números, traços e underscores."
1743
 
1744
- #: ../settings.php:180 ../settings.php:294
1745
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1746
  msgstr "Para especificar um padrão REGEX, envolva a linha toda entre duas barras."
1747
 
1748
- #: ../settings.php:575
1749
  msgid "Be careful about enabling these options."
1750
  msgstr "Seja cuidadoso ao habilitar estas opções."
1751
 
1752
- #: ../settings.php:575
1753
  msgid "If you forget your Custom login URL, you will be unable to log in."
1754
  msgstr "Se você esquecer sua URL de login personalizada, não será possível fazer login."
1755
 
1756
- #: ../dashboard.php:64 ../cerber-scanner.php:78
1757
  msgid "Site Integrity"
1758
  msgstr "Integridade do Site"
1759
 
1760
- #: ../dashboard.php:1320 ../dashboard.php:1322 ../cerber-scanner.php:1286
1761
  msgid "Disabled"
1762
  msgstr "Desabilitado"
1763
 
1764
- #: ../dashboard.php:1321 ../cerber-scanner.php:850
1765
  msgid "Quick Scan"
1766
  msgstr "Verificação Rápida"
1767
 
1768
- #: ../dashboard.php:1323 ../cerber-scanner.php:850
1769
  msgid "Full Scan"
1770
  msgstr "Verificação Completa"
1771
 
@@ -1778,7 +1757,7 @@ msgstr "WP Cerber Security, Antispam & Malware Scan"
1778
  msgid "Denied"
1779
  msgstr "Recusado"
1780
 
1781
- #: ../settings.php:81 ../settings.php:283
1782
  msgid "Use White IP Access List"
1783
  msgstr "Usar a Lista Segura de IPs"
1784
 
@@ -1790,340 +1769,336 @@ msgstr "Desabilitar redirecionamento do painel"
1790
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1791
  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"
1792
 
1793
- #: ../settings.php:372
1794
  msgid "Scanner settings"
1795
  msgstr "Configurações da Verificação"
1796
 
1797
- #: ../settings.php:373
1798
  msgid "Custom signatures"
1799
  msgstr "Assinaturas personalizadas"
1800
 
1801
- #: ../settings.php:379
1802
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1803
  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."
1804
 
1805
- #: ../settings.php:381
1806
  msgid "Unwanted file extensions"
1807
  msgstr "Extensão de arquivos indesejadas"
1808
 
1809
- #: ../settings.php:387
1810
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1811
  msgstr "Especifique as extensões de arquivos para busca. Apenas para Verificação Completa. Use vírgulas para separar os itens."
1812
 
1813
- #: ../settings.php:389
1814
  msgid "Directories to exclude"
1815
  msgstr "Diretórios a serem excluídos"
1816
 
1817
- #: ../settings.php:395
1818
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1819
  msgstr "Especifique os diretórios para excluir da verificação. Use caminhos absolutos. Um item por linha."
1820
 
1821
- #: ../settings.php:410
1822
  msgid "Scan temporary directory"
1823
  msgstr "Verificar diretório temporário"
1824
 
1825
- #: ../settings.php:417
1826
  msgid "Scan session directory"
1827
  msgstr "Verificar diretório de sessão"
1828
 
1829
- #: ../settings.php:423
1830
  msgid "Delete quarantined files after"
1831
  msgstr "Apagar arquivos em quarentena após"
1832
 
1833
- #: ../settings.php:438
1834
  msgid "Launch Quick Scan"
1835
  msgstr "Iniciar Verificação Rápida"
1836
 
1837
- #: ../cerber-scanner.php:1287
1838
  msgid "Every hour"
1839
  msgstr "A cada hora"
1840
 
1841
- #: ../cerber-scanner.php:1288
1842
  msgid "Every 3 hours"
1843
  msgstr "A cada 3 horas"
1844
 
1845
- #: ../cerber-scanner.php:1289
1846
  msgid "Every 6 hours"
1847
  msgstr "A cada 6 horas"
1848
 
1849
- #: ../settings.php:445
1850
  msgid "Launch Full Scan"
1851
  msgstr "Iniciar Verificação Completa"
1852
 
1853
- #: ../settings.php:455 ../settings.php:515
1854
  msgid "Low severity"
1855
  msgstr "Baixa gravidade"
1856
 
1857
- #: ../settings.php:455 ../settings.php:515
1858
  msgid "Medium severity"
1859
  msgstr "Média gravidade"
1860
 
1861
- #: ../settings.php:455 ../settings.php:515
1862
  msgid "High severity"
1863
  msgstr "Alta gravidade"
1864
 
1865
- #: ../settings.php:456
1866
  msgid "Report an issue if any of the following is true"
1867
  msgstr "Reportar um problema se qualquer item seguinte for verdadeiro"
1868
 
1869
- #: ../settings.php:464
1870
  msgid "Send email report"
1871
  msgstr "Enviar email com relatório"
1872
 
1873
- #: ../settings.php:470
1874
  msgid "After every scan"
1875
  msgstr "Após cada verificação"
1876
 
1877
- #: ../settings.php:471
1878
  msgid "If any changes in scan results occurred"
1879
  msgstr "Se qualquer mudança ocorrer na verificação"
1880
 
1881
- #: ../settings.php:476
1882
  msgid "Include file sizes"
1883
  msgstr "Incluir tamanho dos arquivos"
1884
 
1885
- #: ../settings.php:483
1886
  msgid "Include scan errors"
1887
  msgstr "Incluir erros da verificação"
1888
 
1889
- #: ../cerber-load.php:4257 ../cerber-scanner.php:83
1890
  msgid "Security Scanner"
1891
  msgstr "Verificação de Segurança"
1892
 
1893
- #: ../cerber-scanner.php:85
1894
  msgid "Scheduling"
1895
  msgstr "Agendamento"
1896
 
1897
- #: ../cerber-scanner.php:140
1898
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1899
  msgstr "No momento uma verificação agendada está em progresso. Favor aguardar até que ela seja finalizada."
1900
 
1901
- #: ../cerber-scanner.php:144
1902
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1903
  msgstr "A verificação anterior começou %s não foi completada. Continuar verificando?"
1904
 
1905
- #: ../cerber-scanner.php:153
1906
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1907
  msgstr "Parece que o site nunca foi verificado. Para iniciar uma verificação, clique no botão abaixo."
1908
 
1909
- #: ../cerber-scanner.php:156
1910
  msgid "Start Quick Scan"
1911
  msgstr "Iniciar Verificação Rápida"
1912
 
1913
- #: ../cerber-scanner.php:157
1914
  msgid "Start Full Scan"
1915
  msgstr "Iniciar Verificação Completa"
1916
 
1917
- #: ../cerber-scanner.php:158
1918
  msgid "Stop Scanning"
1919
  msgstr "Parar Verificação"
1920
 
1921
- #: ../cerber-scanner.php:159
1922
  msgid "Continue Scanning"
1923
  msgstr "Continuar Verificação"
1924
 
1925
- #: ../cerber-scanner.php:188
1926
  msgid "Delete"
1927
  msgstr "Apagar"
1928
 
1929
- #: ../cerber-scanner.php:1236
1930
  msgid "Verified"
1931
  msgstr "Verificado"
1932
 
1933
- #: ../cerber-scanner.php:1243
1934
  msgid "Integrity data not found"
1935
  msgstr "Dados de integridade não encontrados"
1936
 
1937
- #: ../cerber-scanner.php:1244
1938
  msgid "Unable to check the integrity of the plugin due to a network error"
1939
  msgstr "Não foi possível verificar a integridade do plugin devido a um erro de conexão"
1940
 
1941
- #: ../cerber-scanner.php:1245
1942
  msgid "Unable to check the integrity of WordPress files due to a network error"
1943
  msgstr "Não foi possível verificar a integridade dos arquivos do WordPress devido a uma falha de conexão"
1944
 
1945
- #: ../cerber-scanner.php:1246
1946
  msgid "Unable to check the integrity of the theme due to a network error"
1947
  msgstr "Não foi possível verificar a integridade do tema devido a um erro de conexão"
1948
 
1949
- #: ../cerber-scanner.php:1249
1950
  msgid "Local file doesn't exist"
1951
  msgstr "Arquivo local não existe"
1952
 
1953
- #: ../cerber-scanner.php:1251
1954
  msgid "Unable to process file"
1955
  msgstr "Não foi possível processar o arquivo"
1956
 
1957
- #: ../cerber-scanner.php:1252 ../cerber-scanner.php:4704
1958
  msgid "Unable to open file"
1959
  msgstr "Não foi possível abrir o arquivo"
1960
 
1961
- #: ../cerber-scanner.php:1254
1962
  msgid "Checksum mismatch"
1963
  msgstr "Checksum incompatível"
1964
 
1965
- #: ../cerber-scanner.php:1257
1966
  msgid "Suspicious code found"
1967
  msgstr "Código suspeito encontrado"
1968
 
1969
- #: ../cerber-scanner.php:1259
1970
  msgid "Unattended suspicious file"
1971
  msgstr "Arquivos suspeito autônomo"
1972
 
1973
- #: ../cerber-scanner.php:1260
1974
  msgid "Executable code found"
1975
  msgstr "Código executável encontrado"
1976
 
1977
- #: ../cerber-scanner.php:1264
1978
  msgid "Unwanted file extension"
1979
  msgstr "Extensão de arquivo indesejada"
1980
 
1981
- #: ../cerber-scanner.php:1266
1982
  msgid "Content has been modified"
1983
  msgstr "O conteúdo foi modificado"
1984
 
1985
- #: ../cerber-scanner.php:1267
1986
  msgid "New file"
1987
  msgstr "Novo arquivo"
1988
 
1989
- #: ../cerber-scanner.php:2354
1990
  msgid "Custom signature found"
1991
  msgstr "Assinatura personalizada encontrada"
1992
 
1993
- #: ../cerber-scanner.php:3567
1994
  msgid "Scanning folders for files"
1995
  msgstr "Verificando arquivos em diretórios"
1996
 
1997
- #: ../cerber-scanner.php:3571
1998
  msgid "Parsing the list of files"
1999
  msgstr "Analisando a lista de arquivos"
2000
 
2001
- #: ../cerber-scanner.php:3572
2002
  msgid "Checking for new and modified files"
2003
  msgstr "Verificando por arquivos novos ou modificados"
2004
 
2005
- #: ../cerber-scanner.php:3573
2006
  msgid "Verifying the integrity of WordPress"
2007
  msgstr "Verificando a integridade do WordPress"
2008
 
2009
- #: ../cerber-scanner.php:3574
2010
  msgid "Verifying the integrity of the plugins"
2011
  msgstr "Verificando a integridade dos plugins"
2012
 
2013
- #: ../cerber-scanner.php:3575
2014
  msgid "Verifying the integrity of the themes"
2015
  msgstr "Verificando a integridade dos temas"
2016
 
2017
- #: ../cerber-scanner.php:3576
2018
  msgid "Searching for malicious code"
2019
  msgstr "Buscando por códigos maliciosos"
2020
 
2021
- #: ../cerber-scanner.php:3577
2022
  msgid "Finalizing the scan"
2023
  msgstr "Finalizando a verificação"
2024
 
2025
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:3767
2026
  msgid "Files to scan"
2027
  msgstr "Arquivos para verificar"
2028
 
2029
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3775
2030
  msgid "Critical issues"
2031
  msgstr "Problemas críticos"
2032
 
2033
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3779 ../cerber-scanner.php:4894
2034
  msgid "Issues total"
2035
  msgstr "Problemas totais"
2036
 
2037
- #: ../cerber-scanner.php:4140
2038
  msgid "The directory is not writable"
2039
  msgstr "O diretório não permite escrita"
2040
 
2041
- #: ../cerber-scanner.php:4158
2042
  msgid "Unable to create WP CERBER directory"
2043
  msgstr "Não foi possível criar o diretório WP CERBER"
2044
 
2045
- #: ../cerber-scanner.php:4365
2046
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2047
  msgstr "Erro de acesso a arquivo. Os resultados de verificação devem estar desatualizados. Favor executar uma Verificação Rápida ou Completa."
2048
 
2049
- #: ../cerber-scanner.php:5001
2050
  msgid "To view full report visit"
2051
  msgstr "Para ver o relatório completo visite"
2052
 
2053
- #: ../cerber-load.php:3506
2054
  msgid "Scanner Report"
2055
  msgstr "Relatório de Verificação"
2056
 
2057
- #: ../settings.php:397
2058
  msgid "Monitor new files"
2059
  msgstr "Monitorar novos arquivos"
2060
 
2061
- #: ../settings.php:404
2062
  msgid "Monitor modified files"
2063
  msgstr "Monitorar arquivos modificados"
2064
 
2065
- #: ../settings.php:472
2066
  msgid "If new issues found"
2067
  msgstr "Se novos problemas forem encontrados"
2068
 
2069
- #: ../settings.php:1288
2070
  msgid "The schedule has been updated"
2071
  msgstr "A agenda foi atualizada"
2072
 
2073
- #: ../settings.php:1291
2074
- msgid "Unable to updated the schedule"
2075
- msgstr "Não foi possível atualizar a agenda"
2076
-
2077
- #: ../cerber-scanner.php:1263 ../cerber-scanner.php:2517
2078
  msgid "Suspicious directives found"
2079
  msgstr "Diretivas suspeitar foram encontradas"
2080
 
2081
- #: ../cerber-scanner.php:2515
2082
  msgid "Suspicious code instruction found"
2083
  msgstr "Instruções suspeitas no código foram encontradas"
2084
 
2085
- #: ../cerber-scanner.php:2516
2086
  msgid "Suspicious code signatures found"
2087
  msgstr "Assinaturas suspeitas no código foram encontradas"
2088
 
2089
- #: ../cerber-scanner.php:2519
2090
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2091
  msgstr "Para resolver este problema você deve reinstalar o %s ou atualizá-lo para a última versão."
2092
 
2093
- #: ../cerber-scanner.php:2520
2094
  msgid "Please upload a reference ZIP archive"
2095
  msgstr "Favor enviar um arquivo ZIP de referência"
2096
 
2097
- #: ../cerber-scanner.php:2521
2098
  msgid "Resolve issue"
2099
  msgstr "Resolver problema"
2100
 
2101
- #: ../cerber-scanner.php:3851
2102
  msgid "We have not found any integrity data to verify"
2103
  msgstr "Não encontramos nenhum dado de integridade para verificar"
2104
 
2105
- #: ../cerber-scanner.php:3853
2106
  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."
2107
  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."
2108
 
2109
- #: ../cerber-scanner.php:4850
2110
  msgid "Full Scan Report"
2111
  msgstr "Relatório de Verificação Completa"
2112
 
2113
- #: ../cerber-scanner.php:4850
2114
  msgid "Quick Scan Report"
2115
  msgstr "Relatório de Verificação Rápida"
2116
 
2117
- #: ../cerber-scanner.php:4863
2118
  msgid "Files scanned"
2119
  msgstr "Arquivos verificados"
2120
 
2121
- #: ../dashboard.php:199 ../dashboard.php:931 ../dashboard.php:962 ../dashboard.
2122
- #: php:1074
2123
  msgid "Check for activities"
2124
  msgstr "Verificar atividades"
2125
 
2126
- #: ../dashboard.php:1037
2127
  msgid "Activated"
2128
  msgstr "Ativado"
2129
 
@@ -2143,51 +2118,51 @@ msgstr "Número suspeito de campos"
2143
  msgid "Suspicious number of nested values"
2144
  msgstr "Número suspeito de valores aninhados"
2145
 
2146
- #: ../common.php:900 ../common.php:934
2147
  msgid "Malicious code detected"
2148
  msgstr "Código malicioso detectado"
2149
 
2150
- #: ../common.php:935
2151
  msgid "Attempt to upload a file with malicious code"
2152
  msgstr "Tentativa de envio de arquivo com código malicioso"
2153
 
2154
- #: ../common.php:1084
2155
  msgid "Bytes"
2156
  msgstr "Bytes"
2157
 
2158
- #: ../cerber-scanner.php:1242
2159
  msgid "Vulnerability found"
2160
  msgstr "Vulnerabilidade encontrada"
2161
 
2162
- #: ../cerber-scanner.php:1247
2163
  msgid "Unable to check the integrity due to a DB error"
2164
  msgstr "Não foi possível verificar a integridade devido a um erro no Banco de Dados"
2165
 
2166
- #: ../cerber-scanner.php:3568
2167
  msgid "Scanning the upload folder for files"
2168
  msgstr "Verificando o diretório de upload de arquivos"
2169
 
2170
- #: ../cerber-scanner.php:3569
2171
  msgid "Scanning the temp folder for files"
2172
  msgstr "Verificando o diretório temporário"
2173
 
2174
- #: ../cerber-scanner.php:3570
2175
  msgid "Scanning the session folder for files"
2176
  msgstr "Verificando o diretório de sessão"
2177
 
2178
- #: ../settings.php:437
2179
  msgid "Automated recurring scan schedule"
2180
  msgstr "Agenda de verificação recorrente automatizada"
2181
 
2182
- #: ../settings.php:453
2183
  msgid "Scan results reporting"
2184
  msgstr "Relatórios das Verificações"
2185
 
2186
- #: ../dashboard.php:3261
2187
  msgid "Suspicious activity"
2188
  msgstr "Atividade suspeira"
2189
 
2190
- #: ../dashboard.php:3262
2191
  msgid "Errors"
2192
  msgstr "Erros"
2193
 
@@ -2200,181 +2175,302 @@ msgstr "Mecanismo Antispam"
2200
  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."
2201
  msgstr "Protege o WordPress contra ataques de hackers, spam, trojans e vírus. Verificadores de malwares e de integridade. Fortalece o WordPress com um conjunto abrangente de algoritmos de segurança. Proteção contra spam com um sofisticado mecanismo de reCAPTCHA e detecção de bots. Monitora atividades de usuários e intrusos com notificações por email, mobile ou desktop."
2202
 
2203
- #: ../cerber-load.php:375
2204
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2205
  msgstr "Você extrapolou o limite de tentativas de login permitidas. Favor tentar novamente em %d minutos."
2206
 
2207
- #: ../common.php:999
2208
  msgctxt "preposition of a period of time like: in 6 hours"
2209
  msgid "in %s"
2210
  msgstr "em %s"
2211
 
2212
- #: ../settings.php:1026
2213
  msgctxt "preposition of time like: at 11:00"
2214
  msgid "at"
2215
  msgstr "às"
2216
 
2217
- #: ../cerber-scanner.php:87
2218
  msgid "Quarantine"
2219
  msgstr "Quarentena"
2220
 
2221
- #: ../cerber-scanner.php:3648
2222
  msgid "Started"
2223
  msgstr "Iniciado"
2224
 
2225
- #: ../cerber-scanner.php:3652
2226
  msgid "Finished"
2227
  msgstr "Finalizado"
2228
 
2229
- #: ../cerber-scanner.php:3660
2230
  msgid "Performance"
2231
  msgstr "Performance"
2232
 
2233
- #: ../cerber-scanner.php:3672
2234
  msgid "Vulnerabilities"
2235
  msgstr "Vulnerabilidades"
2236
 
2237
- #: ../cerber-scanner.php:3676
2238
  msgid "New files"
2239
  msgstr "Novos arquivos"
2240
 
2241
- #: ../cerber-scanner.php:3680
2242
  msgid "Changed files"
2243
  msgstr "Arquivos modificados"
2244
 
2245
- #: ../cerber-scanner.php:3684
2246
  msgid "Unwanted extensions"
2247
  msgstr "Extensões indesejadas"
2248
 
2249
- #: ../settings.php:509 ../cerber-scanner.php:3688
2250
  msgid "Unattended files"
2251
  msgstr "Arquivos indesejados"
2252
 
2253
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:5309
2254
  msgid "Scanned"
2255
  msgstr "Verificado"
2256
 
2257
- #: ../cerber-scanner.php:5234
2258
  msgid "There are no files in the quarantine at the moment."
2259
  msgstr "Não há arquivos em quarentena no momento."
2260
 
2261
- #: ../cerber-scanner.php:5302
2262
  msgid "Restore"
2263
  msgstr "Restaurar"
2264
 
2265
- #: ../cerber-scanner.php:5297
2266
  msgid "Delete permanently"
2267
  msgstr "Apagar permanentemente"
2268
 
2269
- #: ../cerber-scanner.php:5310
2270
  msgid "Moved to quarantine"
2271
  msgstr "Movido para quarentena"
2272
 
2273
- #: ../cerber-scanner.php:5311
2274
  msgid "Automatic deletion"
2275
  msgstr "Apagar automaticamente"
2276
 
2277
- #: ../cerber-scanner.php:5312
2278
  msgid "Size"
2279
  msgstr "Tamanho"
2280
 
2281
- #: ../cerber-scanner.php:5313
2282
  msgid "File"
2283
  msgstr "Arquivo"
2284
 
2285
- #: ../cerber-scanner.php:5375
2286
  msgid "The file has been deleted permanently."
2287
  msgstr "O arquivo foi apagado permanentemente."
2288
 
2289
- #: ../cerber-scanner.php:5384
2290
  msgid "The file has been restored to its original location."
2291
  msgstr "O arquivo foi restaurado para seu local de origem."
2292
 
2293
- #: ../dashboard.php:1336
2294
  msgid "Integrity"
2295
- msgstr ""
2296
 
2297
  #: ../common.php:873
2298
  msgid "Attempt to upload malicious file denied"
2299
- msgstr ""
2300
 
2301
- #: ../cerber-news.php:196
2302
  msgid "Awesome!"
2303
- msgstr ""
2304
 
2305
- #: ../settings.php:507
2306
  msgid "Automatic cleanup of malware and suspicious files"
2307
- msgstr ""
2308
 
2309
- #: ../settings.php:516
2310
  msgid "Files in the uploads folder"
2311
- msgstr ""
2312
 
2313
- #: ../settings.php:523
2314
  msgid "Files with unwanted extensions"
2315
- msgstr ""
2316
 
2317
- #: ../settings.php:530
2318
  msgid "Exclusions"
2319
- msgstr ""
2320
 
2321
- #: ../settings.php:531
2322
  msgid "Files in the temporary directory"
2323
- msgstr ""
2324
 
2325
- #: ../settings.php:537
2326
  msgid "Files in the sessions directory"
2327
- msgstr ""
2328
 
2329
- #: ../settings.php:543
2330
  msgid "Files in these directories"
2331
- msgstr ""
2332
 
2333
- #: ../settings.php:549
2334
  msgid "Use absolute paths. One item per line."
2335
- msgstr ""
2336
 
2337
- #: ../settings.php:551
2338
  msgid "Files with these extensions"
2339
- msgstr ""
2340
 
2341
- #: ../settings.php:557
2342
  msgid "Use comma to separate items."
2343
- msgstr ""
2344
 
2345
- #: ../cerber-scanner.php:86
2346
  msgid "Cleaning up"
2347
- msgstr ""
2348
 
2349
- #: ../cerber-scanner.php:1258
2350
  msgid "Malicious code found"
2351
- msgstr ""
2352
 
2353
- #: ../cerber-scanner.php:2512
2354
  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."
2355
- msgstr ""
2356
 
2357
- #: ../cerber-scanner.php:2513
2358
  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."
2359
- msgstr ""
2360
 
2361
- #: ../cerber-scanner.php:2514
2362
  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."
2363
- msgstr ""
2364
 
2365
- #: ../cerber-scanner.php:2518
2366
  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."
2367
- msgstr ""
2368
 
2369
- #: ../cerber-scanner.php:4944
2370
  msgid "Deleted"
2371
- msgstr ""
2372
 
2373
- #: ../cerber-scanner.php:4989
2374
  msgid "Automatically moved to quarantine"
2375
- msgstr ""
2376
 
2377
  #: ../common.php:901
2378
  msgid "Suspicious SQL code detected"
2379
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2380
 
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:1320 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Modo Fortaleza"
74
 
76
  msgid "Threshold"
77
  msgstr "Limite"
78
 
79
+ #: ../settings.php:105 ../cerber-scanner.php:3823
80
  msgid "Duration"
81
  msgstr "Duração"
82
 
83
+ #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
84
+ #: 631
85
  msgid "Notifications"
86
  msgstr "Notificações"
87
 
89
  msgid "Send notification to admin email"
90
  msgstr "Enviar notificação para o email do administrador"
91
 
92
+ #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
93
+ #: tools.php:100 ../cerber-tools.php:187
94
  msgid "Access Lists"
95
  msgstr "Listas de Acesso"
96
 
97
+ #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
98
+ #: /settings.php:108 ../settings.php:625
99
  msgid "Activity"
100
  msgstr "Atividade"
101
 
102
+ #: ../settings.php:626
103
  msgid "Lockouts"
104
  msgstr "Bloqueios"
105
 
106
+ #: ../settings.php:748 ../settings.php:870
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tentativas restantes em %s minutos"
109
 
110
+ #: ../settings.php:770 ../settings.php:892
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:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
115
+ #: php:4024
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
+ #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
120
  msgid "Date"
121
  msgstr "Data"
122
 
123
+ #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
124
  msgid "Local User"
125
  msgstr "Usuário Local"
126
 
127
+ #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
128
  msgid "Username used"
129
  msgstr "Nome de usuário usado"
130
 
156
  msgid "Citadel activated!"
157
  msgstr "Fortaleza ativada!"
158
 
159
+ #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
160
  #: 890
161
  msgid "Locked out"
162
  msgstr "Bloqueado"
169
  msgid "Password changed"
170
  msgstr "Senha alterada"
171
 
172
+ #: ../dashboard.php:127 ../dashboard.php:207
173
  msgid "Remove"
174
  msgstr "Remover"
175
 
176
+ #: ../dashboard.php:437
177
  msgid "Lockout for %s was removed"
178
  msgstr "Bloqueio de %s foi removido"
179
 
180
+ #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
181
+ #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
182
  msgid "White IP Access List"
183
  msgstr "Lista Segura de IPs"
184
 
185
+ #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
186
+ #: php:1319 ../dashboard.php:3067
187
  msgid "Black IP Access List"
188
  msgstr "Lista Negra de IPs"
189
 
190
+ #: ../dashboard.php:213
191
  msgid "List is empty"
192
  msgstr "A lista está vazia"
193
 
194
+ #: ../dashboard.php:250
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:264
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:3446
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:1990 ../dashboard.php:2400
207
  msgid "View Activity"
208
  msgstr "Ver Atividade"
209
 
210
+ #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
211
+ #: scanner.php:76
212
  msgid "Settings"
213
  msgstr "Configurações"
214
 
215
+ #: ../dashboard.php:1181
216
  msgid "Last login"
217
  msgstr "Último login"
218
 
219
+ #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
220
  msgid "Never"
221
  msgstr "Nunca"
222
 
223
+ #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
224
+ #: /cerber-scanner.php:5659
225
  msgid "Are you sure?"
226
  msgstr "Tem certeza?"
227
 
228
+ #: ../dashboard.php:1632 ../settings.php:83
229
  msgid "My site is behind a reverse proxy"
230
  msgstr "Meu site está sob um proxy reverso"
231
 
237
  msgid "Immediately block IP when attempting to login with a non-existent username"
238
  msgstr "Bloquear IP imediatamente nas tentativas de login com nomes de usuários não existentes"
239
 
240
+ #: ../settings.php:580
241
  msgid "Make your protection smarter!"
242
  msgstr "Deixe sua proteção mais inteligente!"
243
 
244
+ #: ../settings.php:584
245
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
246
  msgstr "Favor habilitar os Links Permanentes para utilizar essa funcionalidade. Configure os Link Permanentes para algo além do Padrão."
247
 
248
+ #: ../cerber-load.php:4305 ../settings.php:627
249
  msgid "Main Settings"
250
  msgstr "Configurações Principais"
251
 
252
+ #: ../dashboard.php:3700
 
253
  msgid "Help"
254
  msgstr "Ajuda"
255
 
256
+ #: ../settings.php:758 ../settings.php:880
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Aumentar a duração do bloqueio para %s horas após %s bloqueios nas últimas %s horas."
259
 
260
+ #: ../cerber-load.php:370
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "Você não tem permissão para entrar. Peça ajuda ao administrador."
263
 
264
+ #: ../cerber-load.php:396
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Você tem apenas uma tentativa restante."
268
  msgstr[1] "Você tem %d tentativas restantes."
269
 
270
+ #: ../dashboard.php:764
271
  msgid "No activity has been logged."
272
  msgstr "Nenhuma atividade foi registrada."
273
 
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "Nenhum bloqueio no momento. O céu está limpo."
281
 
282
+ #: ../dashboard.php:179
283
  msgid "These IPs will never be locked out"
284
  msgstr "Estes IPs nunca serão bloqueados"
285
 
286
+ #: ../dashboard.php:188
287
  msgid "Your IP"
288
  msgstr "Seu IP"
289
 
290
+ #: ../cerber-load.php:3447
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "Última tentativa de login falha foi às %s do IP %s com o login de usuário: %s."
293
 
294
+ #: ../cerber-load.php:4273
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "Não foi possível ativar o WP Cerber devido a um erro na conexão com o banco de dados."
297
 
298
+ #: ../settings.php:765 ../settings.php:887
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Notificar o administrador caso o número de bloqueios ativos seja acima"
301
 
302
+ #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
303
  msgid "days"
304
  msgstr "dias"
305
 
306
+ #: ../dashboard.php:1271
307
  msgid "Cerber Quick View"
308
  msgstr "Visualição Rápida do Cerber"
309
 
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Sempre bloquear toda a sub-rede classe C de IPs invasores"
321
 
322
+ #: ../settings.php:106 ../settings.php:767 ../settings.php:889
323
  msgid "Click to send test"
324
  msgstr "Clique para enviar teste"
325
 
326
+ #: ../settings.php:1052 ../settings.php:1053
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "Atenção! Você alterou o URL de login! O novo URL de login é"
329
 
330
+ #: ../dashboard.php:1180
331
  msgid "Comments"
332
  msgstr "Comentários"
333
 
334
+ #: ../common.php:1210
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "Atualizar WP Cerber para a versão %s"
337
 
338
+ #: ../cerber-load.php:3448 ../cerber-load.php:4056
339
  msgid "View activity in dashboard"
340
  msgstr "Ver atividade no painel"
341
 
342
+ #: ../cerber-load.php:3477
343
  msgid "Number of active lockouts"
344
  msgstr "Número de bloqueios ativos"
345
 
346
+ #: ../cerber-load.php:3481
347
  msgid "View lockouts in dashboard"
348
  msgstr "Ver bloqueios no painel"
349
 
350
+ #: ../cerber-load.php:3569
351
  msgid "This message was sent by"
352
  msgstr "Esta mensagem foi enviada por"
353
 
354
+ #: ../dashboard.php:69 ../cerber-tools.php:50
355
  msgid "Tools"
356
  msgstr "Ferramentas"
357
 
358
+ #: ../cerber-tools.php:87
359
  msgid "Export settings to the file"
360
  msgstr "Exportar configurações para o arquivo"
361
 
362
+ #: ../cerber-tools.php:88
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Assim que clicar no botão abaixo, você baixará um arquivo de configuração que poderá usar em outros sites."
365
 
366
+ #: ../cerber-tools.php:89
367
  msgid "What do you want to export?"
368
  msgstr "O que gostaria de exportar?"
369
 
370
+ #: ../cerber-tools.php:92
371
  msgid "Download file"
372
  msgstr "Baixar arquivo"
373
 
374
+ #: ../cerber-tools.php:94
375
  msgid "Import settings from the file"
376
  msgstr "Importar configurações de um arquivo"
377
 
378
+ #: ../cerber-tools.php:95
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Assim que clicar no botão abaixo, o arquivo será enviado e todas as configurações existentes serão sobrescritas."
381
 
382
+ #: ../cerber-tools.php:96
383
  msgid "Select file to import."
384
  msgstr "Selecionar arquivo para importação."
385
 
386
+ #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Tamanho máximo do arquivo para envio: %s."
389
 
390
+ #: ../cerber-tools.php:99
391
  msgid "What do you want to import?"
392
  msgstr "O que gostaria de importar?"
393
 
394
+ #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
395
  msgid "Upload file"
396
  msgstr "Enviar arquivo"
397
 
398
+ #: ../cerber-tools.php:150
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Nenhum arquivo foi enviado ou o arquivo está corrompido"
401
 
402
+ #: ../cerber-tools.php:187
403
  msgid "Error while updating"
404
  msgstr "Erro ao enviar arquivo"
405
 
406
+ #: ../cerber-tools.php:193
407
  msgid "Settings has imported successfully from"
408
  msgstr "As configurações foram importadas com sucesso de"
409
 
410
+ #: ../cerber-tools.php:200
411
  msgid "Error while parsing file"
412
  msgstr "Erro ao interpretar arquivo"
413
 
414
+ #: ../dashboard.php:135 ../dashboard.php:737
415
  msgid "Hostname"
416
  msgstr "Nome do servidor"
417
 
418
+ #: ../dashboard.php:403
419
  msgid "unknown"
420
  msgstr "desconhecido"
421
 
422
+ #: ../settings.php:109 ../settings.php:365
423
  msgid "Keep records for"
424
  msgstr "Guardar registros por"
425
 
426
+ #: ../dashboard.php:1305 ../dashboard.php:1327
427
  msgid "active"
428
  msgstr "ativo"
429
 
430
+ #: ../dashboard.php:1305
431
  msgid "deactivate"
432
  msgstr "desativar"
433
 
434
+ #: ../dashboard.php:1307
435
  msgid "not active"
436
  msgstr "inativo"
437
 
438
+ #: ../dashboard.php:1308 ../dashboard.php:1322
439
  msgid "disabled"
440
  msgstr "desabilitado"
441
 
442
+ #: ../dashboard.php:1313
443
  msgid "failed attempts"
444
  msgstr "tentativas falhas"
445
 
446
+ #: ../dashboard.php:1313 ../dashboard.php:1314
447
  msgid "in 24 hours"
448
  msgstr "em 24 horas"
449
 
450
+ #: ../dashboard.php:1313 ../dashboard.php:1314
451
  msgid "view all"
452
  msgstr "ver todos"
453
 
454
+ #: ../dashboard.php:1314
455
  msgid "lockouts"
456
  msgstr "bloqueios"
457
 
458
+ #: ../dashboard.php:1316
459
  msgid "Lockouts at the moment"
460
  msgstr "Bloqueios no momento"
461
 
462
+ #: ../dashboard.php:1317
463
  msgid "Last lockout"
464
  msgstr "Último bloqueio"
465
 
466
+ #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "entrada"
470
  msgstr[1] "entradas"
471
 
472
+ #: ../dashboard.php:1870
473
  msgid "Confused about some settings?"
474
  msgstr "Confuso em relação às configurações?"
475
 
476
+ #: ../dashboard.php:1871
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "Você pode carregar as configurações recomendadas clicando no botão abaixo."
479
 
480
+ #: ../dashboard.php:1873
481
  msgid "Load default settings"
482
  msgstr "Carregar configurações padrão"
483
 
484
+ #: ../dashboard.php:1881
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "não afeta URL personalizado de login e Listas de Acesso"
487
 
488
+ #: ../common.php:1203 ../settings.php:236
489
  msgid "New version is available"
490
  msgstr "Nova versão disponível"
491
 
492
+ #: ../cerber-load.php:3420
 
 
 
 
 
493
  msgid "WP Cerber notify"
494
  msgstr "WP Cerber notifica"
495
 
496
+ #: ../cerber-load.php:3444
497
  msgid "Citadel mode is activated"
498
  msgstr "Modo Fortaleza está ativado"
499
 
500
+ #: ../cerber-load.php:3516
501
  msgid "New Custom login URL"
502
  msgstr "Novo URL personalizado de login"
503
 
504
+ #: ../cerber-load.php:4260
505
  msgid "The WP Cerber requires PHP %s or higher. You are running"
506
  msgstr "O WP Cerber requer PHP %s ou mais recente. Você está rodando"
507
 
508
+ #: ../cerber-load.php:4264
509
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
510
  msgstr "O WP Cerber requer WordPress %s ou mais recente. Você está rodando"
511
 
517
  msgid "Write failed login attempts to the file"
518
  msgstr "Escrever tentativas falhas de login em um arquivo"
519
 
520
+ #: ../dashboard.php:1989
521
  msgid "Deactivate"
522
  msgstr "Desativar"
523
 
524
+ #: ../dashboard.php:138 ../cerber-load.php:3479
525
  msgid "Reason"
526
  msgstr "Razão"
527
 
528
+ #: ../dashboard.php:218
529
  msgid "Add IP to the list"
530
  msgstr "Adicionar IP à lista"
531
 
532
+ #: ../dashboard.php:1001
533
  msgid "Add IP to the Black List"
534
  msgstr "Adicionar IP à Lista Negra"
535
 
536
+ #: ../common.php:928
537
  msgid "Attempt to access"
538
  msgstr "Tentativa de acesso"
539
 
540
+ #: ../common.php:927
541
  msgid "Limit on login attempts is reached"
542
  msgstr "O limite de tentativas de login foi atingido"
543
 
544
+ #: ../common.php:867 ../common.php:929
545
  msgid "Attempt to log in with non-existent username"
546
  msgstr "Tentativa de login com nome de usuário não existente"
547
 
548
+ #: ../cerber-load.php:3478
549
  msgid "Last lockout was added: %s for IP %s"
550
  msgstr "Último bloqueio foi adicionado: %s para o IP %s"
551
 
552
+ #: ../cerber-load.php:4309 ../settings.php:629
553
  msgid "Hardening"
554
  msgstr "Fortalecendo"
555
 
556
+ #: ../dashboard.php:978
557
  msgid "Abuse email:"
558
  msgstr "Email para abusos:"
559
 
560
+ #: ../settings.php:223 ../settings.php:264 ../settings.php:502
561
  msgid "Email Address"
562
  msgstr "Endereço de Email"
563
 
564
+ #: ../settings.php:232
565
  msgid "if empty, the admin email %s will be used"
566
  msgstr "se vazio, o email do administrador %s será usado"
567
 
581
  msgid "Stop user enumeration"
582
  msgstr "Bloquear enumeração de usuários"
583
 
584
+ #: ../settings.php:132
585
  msgid "Disable XML-RPC"
586
  msgstr "Desabilitar XML-RPC"
587
 
588
+ #: ../settings.php:132
589
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
590
  msgstr "Bloquear acesso ao servidor XML-RPC (incluindo Pingbacks e Trackbacks)"
591
 
592
+ #: ../settings.php:133
593
  msgid "Disable feeds"
594
  msgstr "Desabilitar feeds"
595
 
596
+ #: ../settings.php:133
597
  msgid "Block access to the RSS, Atom and RDF feeds"
598
  msgstr "Bloquear acesso aos feeds RSS, Atom e RDF"
599
 
600
+ #: ../settings.php:134
601
  msgid "Disable REST API"
602
  msgstr "Desabilitar API REST"
603
 
604
+ #: ../settings.php:594
605
  msgid "These settings do not affect hosts from the "
606
  msgstr "Estas configurações não afetam servidores do "
607
 
608
+ #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
609
  msgid "<strong>ERROR</strong>: please enter a valid email address."
610
  msgstr "<strong>ERRO</strong>: favor digitar um endereço de email válido."
611
 
612
+ #: ../cerber-load.php:3509 ../cerber-load.php:4294
613
  msgid "WP Cerber is now active and has started protecting your site"
614
  msgstr "WP Cerver está ativo agora e já começou a proteger o seu site"
615
 
616
+ #: ../dashboard.php:139 ../cerber-scanner.php:5541 ../cerber-scanner.php:5672
617
  msgid "Action"
618
  msgstr "Ação"
619
 
620
+ #: ../dashboard.php:181
621
  msgid "Nobody can log in or register from these IPs"
622
  msgstr "Ninguém pode entrar ou se registrar a partir destes IPs"
623
 
624
+ #: ../dashboard.php:244 ../dashboard.php:256
625
  msgid "Incorrect IP address or IP range"
626
  msgstr "Endereço ou faixa de IP incorretos"
627
 
628
+ #: ../dashboard.php:453 ../dashboard.php:2005
629
  msgid "Settings saved"
630
  msgstr "Configurações salvas"
631
 
632
+ #: ../dashboard.php:982
633
  msgid "Network:"
634
  msgstr "Rede:"
635
 
636
+ #: ../dashboard.php:996
637
  msgid "Add network to the Black List"
638
  msgstr "Adicionar rede à Lista Negra"
639
 
640
+ #: ../dashboard.php:1988
641
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
642
  msgstr "Atenção! O modo Fortaleza agora está ativado. Ninguém pode fazer login."
643
 
644
+ #: ../dashboard.php:361 ../dashboard.php:2996 ../whois.php:223 ../whois.php:254 ..
645
+ #: /common.php:926 ../common.php:1294
646
  msgid "Unknown"
647
  msgstr "Desconhecido"
648
 
652
  msgstr "Gregory"
653
 
654
  #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
655
+ #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
656
+ #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
657
+ #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
658
+ #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
659
+ #: /settings.php:1114
660
  msgid "ERROR:"
661
  msgstr "ERRO:"
662
 
663
+ #: ../cerber-load.php:708
664
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
665
  msgstr "Verificação de humanidade falhou. Por favor, click no quadrado do bloco reCAPTCHA abaixo."
666
 
667
+ #: ../cerber-load.php:987
668
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
669
  msgstr "<strong>ERRO</strong>: A senha que você digitou para o usuário %s está incorreta."
670
 
671
+ #: ../cerber-load.php:1214
672
  msgid "Username is not allowed. Please choose another one."
673
  msgstr "Nome de usuário não permitido. Por favor, escolha outro nome."
674
 
675
+ #: ../cerber-load.php:3472
676
  msgid "unspecified"
677
  msgstr "não especificado"
678
 
679
+ #: ../cerber-load.php:3475
680
  msgid "Number of lockouts is increasing"
681
  msgstr "O número de bloqueios está aumentando"
682
 
683
+ #: ../cerber-load.php:3480
684
  msgid "View activity for this IP"
685
  msgstr "Ver atividade do IP"
686
 
687
+ #: ../cerber-load.php:3484 ../cerber-load.php:3486
688
  msgid "A new version of WP Cerber is available to install"
689
  msgstr "Uma nova versão do WP Cerber está disponível para ser instalada"
690
 
691
+ #: ../cerber-load.php:3485
692
  msgid "Hi!"
693
  msgstr "Olá!"
694
 
695
+ #: ../cerber-load.php:3488 ../cerber-load.php:3499
696
  msgid "Website"
697
  msgstr "Website"
698
 
699
+ #: ../cerber-load.php:3491 ../cerber-load.php:3492
700
  msgid "The WP Cerber security plugin has been deactivated"
701
  msgstr "O plugin de segurança WP Cerber foi desativado"
702
 
703
+ #: ../cerber-load.php:3494
704
  msgid "Not logged in"
705
  msgstr "Não logado"
706
 
707
+ #: ../cerber-load.php:3500
708
  msgid "By user"
709
  msgstr "Pelo usuário"
710
 
711
+ #: ../cerber-load.php:3501
712
  msgid "From IP address"
713
  msgstr "Do endereço de IP"
714
 
715
+ #: ../cerber-load.php:3504
716
  msgid "From country"
717
  msgstr "Do país"
718
 
719
+ #: ../cerber-load.php:3508
720
  msgid "The WP Cerber security plugin is now active"
721
  msgstr "O plugin de segurança WP Cerber está agora ativado"
722
 
723
+ #: ../cerber-load.php:4295
724
  msgid "Your IP address is added to the"
725
  msgstr "Seu endereço de IP foi adicionado à"
726
 
727
+ #: ../cerber-load.php:4311
728
  msgid "Import settings"
729
  msgstr "Importar configurações"
730
 
731
+ #: ../settings.php:235
732
  msgid "Notification limit"
733
  msgstr "Limite de notificação"
734
 
735
+ #: ../settings.php:235
736
  msgid "notification letters allowed per hour (0 means unlimited)"
737
  msgstr "notificações permitidas por hora (0 significa ilimitadas)"
738
 
739
+ #: ../settings.php:152
740
  msgid "User related settings"
741
  msgstr "Configurações de usuário"
742
 
743
+ #: ../settings.php:156
744
  msgid "Prohibited usernames"
745
  msgstr "Nomes de usuários proibidos"
746
 
747
+ #: ../settings.php:162
748
  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."
749
  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."
750
 
751
+ #: ../settings.php:164
752
  msgid "User session expire"
753
  msgstr "Sessão de usuário expira"
754
 
755
+ #: ../settings.php:164
756
  msgid "in minutes (leave empty to use default WP value)"
757
  msgstr "em minutos (deixe em branco para usar o valor padrão do WordPress)"
758
 
759
+ #: ../settings.php:197
760
  msgid "reCAPTCHA settings"
761
  msgstr "Configurações do reCAPTCHA"
762
 
763
+ #: ../settings.php:198
764
  msgid "Site key"
765
  msgstr "Chave do site"
766
 
767
+ #: ../settings.php:199
768
  msgid "Secret key"
769
  msgstr "Chave secreta"
770
 
771
+ #: ../settings.php:202
772
  msgid "Enable reCAPTCHA for WordPress registration form"
773
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WordPress"
774
 
775
+ #: ../settings.php:205
776
  msgid "Lost password form"
777
  msgstr "Formulário de senha perdida"
778
 
779
+ #: ../settings.php:208
780
  msgid "Login form"
781
  msgstr "Formulário de login"
782
 
783
+ #: ../settings.php:208
784
  msgid "Enable reCAPTCHA for WordPress login form"
785
  msgstr "Habilitar reCAPTCHA para o formulário de login do WordPress"
786
 
787
+ #: ../settings.php:597
788
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
789
  msgstr "Antes de começar a utilizar o reCAPTCHA, você precisa obter uma Chave do Site uma Chave Secreta no website do Google"
790
 
791
+ #: ../cerber-lab.php:750 ../settings.php:598 ../settings.php:601
792
  msgid "Know more"
793
  msgstr "Saiba mais"
794
 
795
+ #: ../settings.php:630
 
 
 
 
796
  msgid "Users"
797
  msgstr "Usuários"
798
 
800
  msgid "User created"
801
  msgstr "Usuário criado"
802
 
803
+ #: ../dashboard.php:1822 ../common.php:835
804
  msgid "User registered"
805
  msgstr "Usuário registrado"
806
 
816
  msgid "Attempt to access prohibited URL"
817
  msgstr "Tentativa de acesso a URL proibido"
818
 
819
+ #: ../common.php:868 ../common.php:930
820
  msgid "Attempt to log in with prohibited username"
821
  msgstr "Tentativa de login com nome de usuário proibido."
822
 
832
  msgid "Cerber Lab protocol"
833
  msgstr "Protocolo Cerber Lab"
834
 
835
+ #: ../settings.php:174 ../settings.php:202
836
  msgid "Registration form"
837
  msgstr "Formulário de restro"
838
 
839
+ #: ../settings.php:203
840
  msgid "Enable reCAPTCHA for WooCommerce registration form"
841
  msgstr "Habilitar reCAPTCHA para o formulário de registro do WooCommerce"
842
 
843
+ #: ../settings.php:205
844
  msgid "Enable reCAPTCHA for WordPress lost password form"
845
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WordPress"
846
 
847
+ #: ../settings.php:206
848
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
849
  msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WooCommerce"
850
 
851
+ #: ../settings.php:209
852
  msgid "Enable reCAPTCHA for WooCommerce login form"
853
  msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
854
 
856
  msgid "Request to the Google reCAPTCHA service failed"
857
  msgstr "A requisição para o serviço Google reCAPTCHA falhou"
858
 
859
+ #: ../dashboard.php:1814 ../dashboard.php:1844
860
  msgid "View all"
861
  msgstr "Ver todos"
862
 
863
+ #: ../dashboard.php:1845
864
  msgid "Recently locked out IP addresses"
865
  msgstr "Endereços de IP recentemente bloqueados"
866
 
867
+ #: ../cerber-lab.php:748
868
  msgid "OK, nail them all"
869
  msgstr "OK, acabe com eles"
870
 
871
+ #: ../cerber-lab.php:749
872
  msgid "NO, maybe later"
873
  msgstr "NÃO, talvez mais tarde"
874
 
875
+ #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
876
+ #: php:624
877
  msgid "Dashboard"
878
  msgstr "Painel de Controle"
879
 
880
+ #: ../cerber-lab.php:746
881
  msgid "Want to make WP Cerber even more powerful?"
882
  msgstr "Gostaria de fazer o WP Cerber ainda mais poderoso?"
883
 
884
+ #: ../cerber-lab.php:747
885
  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."
886
  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."
887
 
888
+ #: ../dashboard.php:568
889
  msgid "IP address"
890
  msgstr "Endereço de IP"
891
 
892
+ #: ../dashboard.php:568
893
  msgid "User login"
894
  msgstr "Login do usuário"
895
 
896
+ #: ../dashboard.php:568
897
  msgid "User ID"
898
  msgstr "ID do usuário"
899
 
900
+ #: ../dashboard.php:760
901
  msgid "Export"
902
  msgstr "Exportar"
903
 
904
+ #: ../dashboard.php:782
905
  msgid "Search for IP or username"
906
  msgstr "Buscar por IP ou usuário"
907
 
908
+ #: ../dashboard.php:782
909
  msgid "Filter"
910
  msgstr "Filtrar"
911
 
921
  msgid "Subscribe"
922
  msgstr "Inscrever"
923
 
924
+ #: ../dashboard.php:2073 ../cerber-tools.php:284
925
  msgid "Unsubscribe"
926
  msgstr "Cancelar inscrição"
927
 
933
  msgid "You've unsubscribed"
934
  msgstr "Você cancelou sua inscrição"
935
 
936
+ #: ../cerber-load.php:3520 ../cerber-load.php:3521
937
  msgid "A new activity has been recorded"
938
  msgstr "Uma nova atividade foi capturada"
939
 
940
+ #: ../cerber-load.php:4028
941
  msgid "User"
942
  msgstr "Usuário"
943
 
944
+ #: ../cerber-load.php:4036
945
  msgid "Search string"
946
  msgstr "Termo pesquisado"
947
 
948
+ #: ../cerber-load.php:4057
949
  msgid "To unsubscribe click here"
950
  msgstr "Para cancelar sua inscrição, clique aqui"
951
 
961
  msgid "if empty, the default format %s will be used"
962
  msgstr "se vazio, o formato padrão %s será usado"
963
 
964
+ #: ../settings.php:241
965
  msgid "Push notifications"
966
  msgstr "Notificações push"
967
 
968
+ #: ../settings.php:220
969
  msgid "Email notifications"
970
  msgstr "Notificações por email"
971
 
972
+ #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
973
  msgid "Use comma to specify multiple values"
974
  msgstr "Use vírgulas para separar múltiplos valores"
975
 
976
+ #: ../settings.php:249
977
  msgid "All connected devices"
978
  msgstr "Todos os dispositivos conectados"
979
 
980
+ #: ../settings.php:252
981
  msgid "No devices found"
982
  msgstr "Nenhum dispositivo encontrado"
983
 
984
+ #: ../settings.php:256
985
  msgid "Not available"
986
  msgstr "Não disponível"
987
 
989
  msgid "Password reset requested"
990
  msgstr "Redefinição de senha solicitada"
991
 
992
+ #: ../common.php:931
993
  msgid "Limit on failed reCAPTCHA verifications is reached"
994
  msgstr "Foi atingido o limite de verificações falhas do reCAPTCHA"
995
 
996
+ #: ../common.php:1020
997
  msgid "%s ago"
998
  msgstr "%s atrás"
999
 
1005
  msgid "Display 404 page"
1006
  msgstr "Exibir página 404"
1007
 
1008
+ #: ../settings.php:200
1009
  msgid "Invisible reCAPTCHA"
1010
  msgstr "reCAPTCHA invisível"
1011
 
1012
+ #: ../settings.php:200
1013
  msgid "Enable invisible reCAPTCHA"
1014
  msgstr "Habilitar reCAPTCHA invisível"
1015
 
1016
+ #: ../settings.php:200
1017
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1018
  msgstr "(não habilite esta opção a menos que tenha as Chaves do Site e Secreta para esta versão invisível)"
1019
 
1020
+ #: ../settings.php:211
1021
  msgid "Enable reCAPTCHA for WordPress comment form"
1022
  msgstr "Habilitar reCAPTCHA para o formulário de comentários do WordPress"
1023
 
1024
+ #: ../settings.php:212
1025
  msgid "Disable reCAPTCHA for logged in users"
1026
  msgstr "Desabilitar reCAPTCHA para usuários logados"
1027
 
1028
+ #: ../settings.php:214
1029
  msgid "Limit attempts"
1030
  msgstr "Limitar tentativas"
1031
 
1032
+ #: ../settings.php:214
1033
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1034
  msgstr "Bloquear endereço de IP por %s minutos depois de %s tentativas falhas dentro de %s minutos"
1035
 
1036
+ #: ../settings.php:591
1037
  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."
1038
  msgstr "No modo Fortaleza apenas os IPs da Lista Segura podem se conectar. Sessões ativas de usuários não serão afetadas."
1039
 
1040
+ #: ../dashboard.php:568 ../dashboard.php:740
1041
  msgid "Event"
1042
  msgstr "Evento"
1043
 
1054
  msgid "Lockouts occurred"
1055
  msgstr "Bloqueios ocorridos"
1056
 
1057
+ #: ../dashboard.php:1823
1058
  msgid "All suspicious activity"
1059
  msgstr "Todas as atividades suspeitas"
1060
 
1061
+ #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1062
+ #: /cerber-load.php:1227
1063
  msgid "You are not allowed to register."
1064
  msgstr "Não é permitido o seu registro."
1065
 
1084
  msgid "Cerber antispam settings"
1085
  msgstr "Configurações antispam do Cerber"
1086
 
1087
+ #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1088
  msgid "Antispam"
1089
  msgstr "Antispam"
1090
 
1091
+ #: ../settings.php:172
1092
  msgid "Cerber antispam engine"
1093
  msgstr "Mecanismo antispam do Cerber"
1094
 
1095
+ #: ../settings.php:173
1096
  msgid "Comment form"
1097
  msgstr "Formulário para comentários"
1098
 
1099
+ #: ../settings.php:173
1100
  msgid "Protect comment form with bot detection engine"
1101
  msgstr "Proteger formulário para comentários com mecanismo de detecção de bots"
1102
 
1103
+ #: ../settings.php:174
1104
  msgid "Protect registration form with bot detection engine"
1105
  msgstr "Proteger formulário de registro com mecanismo de detecção de bots"
1106
 
1107
+ #: ../cerber-tools.php:39
1108
  msgid "Export & Import"
1109
  msgstr "Exportar & Importar"
1110
 
1111
+ #: ../cerber-tools.php:40
1112
  msgid "Diagnostic"
1113
  msgstr "Diagnóstico"
1114
 
1115
+ #: ../cerber-tools.php:41
1116
  msgid "License"
1117
  msgstr "Licença"
1118
 
1119
+ #: ../dashboard.php:3642
1120
  msgid "Antispam and bot detection settings"
1121
  msgstr "Configurações antispam e de detecção de bots"
1122
 
1123
+ #: ../cerber-load.php:1465
1124
  msgid "Sorry, human verification failed."
1125
  msgstr "Desculpe, a verificação de humanidade falhou."
1126
 
1127
+ #: ../common.php:932
1128
  msgid "Bot activity is detected"
1129
  msgstr "Atividade de bot detectada"
1130
 
1131
+ #: ../settings.php:189
1132
  msgid "Comment processing"
1133
  msgstr "Processando comentário"
1134
 
1135
+ #: ../settings.php:190
1136
  #, fuzzy
1137
  msgid "If a spam comment detected"
1138
  msgstr "Se um comentário spam for detectado"
1139
 
1140
+ #: ../settings.php:191
1141
  #, fuzzy
1142
  msgid "Trash spam comments"
1143
  msgstr "Mandar comentários spam para a lixeira"
1144
 
1145
+ #: ../settings.php:191
1146
  #, fuzzy
1147
  msgid "Move spam comments to trash after"
1148
  msgstr "Mover comentários spam para a lixeira após"
1152
  msgid "Spam form submission denied"
1153
  msgstr "Envio de formulário spam recusado"
1154
 
1155
+ #: ../settings.php:175
1156
  msgid "Other forms"
1157
  msgstr "Outros formulários"
1158
 
1159
+ #: ../settings.php:175
1160
  msgid "Protect all forms on the website with bot detection engine"
1161
  msgstr "Proteger todos os formulários do website com o mecanismo de detecção de bots"
1162
 
1163
+ #: ../settings.php:177
1164
  msgid "Adjust antispam engine"
1165
  msgstr "Ajustar mecanismo antispam"
1166
 
1167
+ #: ../settings.php:178
1168
  msgid "Safe mode"
1169
  msgstr "Modo seguro"
1170
 
1171
+ #: ../settings.php:178
1172
  msgid "Use less restrictive policies (allow AJAX)"
1173
  msgstr "Usar políticas menos restritivas (permitir AJAX)"
1174
 
1175
+ #: ../dashboard.php:3272 ../settings.php:179
1176
  msgid "Logged in users"
1177
  msgstr "Usuários logados"
1178
 
1179
+ #: ../settings.php:179
1180
  msgid "Disable bot detection engine for logged in users"
1181
  msgstr "Desabilitar mecanismo de detecção de bots para usuários logados"
1182
 
1183
+ #: ../dashboard.php:136 ../dashboard.php:738
1184
  msgid "Country"
1185
  msgstr "País"
1186
 
1187
+ #: ../dashboard.php:771
1188
  msgid "All events"
1189
  msgstr "Todos os eventos"
1190
 
1192
  msgid "Cerber Security Rules"
1193
  msgstr "Regras de Segurança do Cerber"
1194
 
1195
+ #: ../dashboard.php:60 ../dashboard.php:2580
1196
  msgid "Security Rules"
1197
  msgstr "Regras de Segurança"
1198
 
1199
+ #: ../dashboard.php:1182
1200
  msgid "Failed login attempts"
1201
  msgstr "Tentativas falhas de login"
1202
 
1203
+ #: ../dashboard.php:1088 ../dashboard.php:1183
1204
  msgid "Registered"
1205
  msgstr "Registrado"
1206
 
1207
+ #: ../dashboard.php:1253
1208
  msgid "You"
1209
  msgstr "Você"
1210
 
1212
  msgid "Spam form submissions denied"
1213
  msgstr "Envio de formulário de spam recusado"
1214
 
1215
+ #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1216
  msgid "Getting Started Guide"
1217
  msgstr "Guia de Introdução"
1218
 
1219
+ #: ../dashboard.php:2572
1220
  msgid "Countries"
1221
  msgstr "Países"
1222
 
1223
+ #: ../dashboard.php:2641
1224
  msgid "Permitted for one country"
1225
  msgid_plural "Permitted for %d countries"
1226
  msgstr[0] "Permitido para um país"
1227
  msgstr[1] "Permitido para %d países"
1228
 
1229
+ #: ../dashboard.php:2652
1230
  msgid "No rule"
1231
  msgstr "Nenhuma regra"
1232
 
1233
+ #: ../dashboard.php:2864
1234
  msgid "Security rules have been updated"
1235
  msgstr "As regras de segurança foram atualizadas"
1236
 
1279
  msgid "Multiple suspicious activities"
1280
  msgstr "Múltiplas atividades suspeitas"
1281
 
1282
+ #: ../common.php:933
1283
  msgid "Multiple suspicious activities were detected"
1284
  msgstr "Múltiplas atividades suspeitas foram detectadas"
1285
 
1287
  msgid "Block access to user pages like /?author=n and user data via REST API"
1288
  msgstr "Bloquear acesso a páginas de usuários como /?autor=n e dados de usuários via API REST"
1289
 
1290
+ #: ../settings.php:134
1291
  msgid "Block access to the WordPress REST API except the following"
1292
  msgstr "Bloquear acesso à API REST do WordPress exceto para o seguinte"
1293
 
1294
+ #: ../settings.php:135
1295
  msgid "Allow REST API for logged in users"
1296
  msgstr "Permitir API REST para usuários logados"
1297
 
1298
+ #: ../settings.php:142
1299
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1300
  msgstr "Especificar namespaces permitidos da API REST quando ela estiver desabilitada. Um namespace por linha."
1301
 
1302
+ #: ../settings.php:154
1303
  msgid "Registration limit"
1304
  msgstr "Limite de registros"
1305
 
1306
+ #: ../settings.php:165
1307
  msgid "Sort users in dashboard"
1308
  msgstr "Ordenar usuários no painel de controle"
1309
 
1310
+ #: ../settings.php:165
1311
  msgid "by date of registration"
1312
  msgstr "por data de registro"
1313
 
1314
+ #: ../settings.php:180
1315
  msgid "Query whitelist"
1316
  msgstr "Lista de permissão para consultas"
1317
 
1318
+ #: ../settings.php:753 ../settings.php:875
1319
  msgid "%s allowed registrations in %s minutes from one IP"
1320
  msgstr "%s registros permitidos de um IP em %s minutos"
1321
 
1322
+ #: ../dashboard.php:2708
1323
  msgid "Start typing here to find a country"
1324
  msgstr "Comece a digitar aqui para encontrar um país"
1325
 
1326
+ #: ../dashboard.php:2791
1327
  msgid "Click on a country name to add it to the list of selected countries"
1328
  msgstr "Clique no nome de um país para adicioná-lo à lista de países selecionados"
1329
 
1330
+ #: ../dashboard.php:2815
1331
  msgid "Submit forms"
1332
  msgstr "Enviar formulários"
1333
 
1334
+ #: ../dashboard.php:2816
1335
  msgid "Post comments"
1336
  msgstr "Publicar comentários"
1337
 
1338
+ #: ../dashboard.php:2817
1339
  msgid "Log in to the website"
1340
  msgstr "Logar no website"
1341
 
1342
+ #: ../dashboard.php:2818
1343
  msgid "Register on the website"
1344
  msgstr "Registrar no website"
1345
 
1346
+ #: ../dashboard.php:2819
1347
  msgid "Use XML-RPC"
1348
  msgstr "Usar XML-RPC"
1349
 
1350
+ #: ../dashboard.php:2820
1351
  msgid "Use REST API"
1352
  msgstr "Usar API REST"
1353
 
1354
+ #: ../settings.php:190
1355
  msgid "Deny it completely"
1356
  msgstr "Negar completamente"
1357
 
1358
+ #: ../settings.php:190
1359
  msgid "Mark it as spam"
1360
  msgstr "Marcar como spam"
1361
 
1362
+ #: ../dashboard.php:1808
1363
  msgid "in the last 24 hours"
1364
  msgstr "nas últimas 24 horas"
1365
 
1367
  msgid "Main settings"
1368
  msgstr "Configurações principais"
1369
 
1370
+ #: ../settings.php:261
1371
  msgid "Weekly reports"
1372
  msgstr "Relatórios semanais"
1373
 
1374
+ #: ../settings.php:989
1375
  msgid "Sunday"
1376
  msgstr "Domingo"
1377
 
1378
+ #: ../settings.php:990
1379
  msgid "Monday"
1380
  msgstr "Segunda-feira"
1381
 
1382
+ #: ../settings.php:991
1383
  msgid "Tuesday"
1384
  msgstr "Terça-feira"
1385
 
1386
+ #: ../settings.php:992
1387
  msgid "Wednesday"
1388
  msgstr "Quarta-feira"
1389
 
1390
+ #: ../settings.php:993
1391
  msgid "Thursday"
1392
  msgstr "Quinta-feira"
1393
 
1394
+ #: ../settings.php:994
1395
  msgid "Friday"
1396
  msgstr "Sexta-feira"
1397
 
1398
+ #: ../settings.php:995
1399
  msgid "Saturday"
1400
  msgstr "Sábado"
1401
 
1402
+ #: ../settings.php:1054 ../settings.php:1055
1403
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1404
  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."
1405
 
1406
+ #: ../cerber-load.php:3526
1407
  msgid "Weekly report"
1408
  msgstr "Relatório semanal"
1409
 
1410
+ #: ../cerber-load.php:3529 ../cerber-load.php:3539
1411
  msgid "To change reporting settings visit"
1412
  msgstr "Para modificar as configurações de relatórios visitar"
1413
 
1414
+ #: ../cerber-load.php:3562
1415
  msgid "Your login page:"
1416
  msgstr "Sua página de login:"
1417
 
1418
+ #: ../cerber-load.php:3566
1419
  msgid "Your license is valid until"
1420
  msgstr "Sua licença é válida até"
1421
 
1422
+ #: ../cerber-load.php:3672
1423
  msgid "Activity details"
1424
  msgstr "Detalhes da atividade"
1425
 
1426
+ #: ../settings.php:1021
1427
  msgid "Click to send now"
1428
  msgstr "Clique para enviar agora"
1429
 
1430
+ #: ../cerber-load.php:833
1431
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1432
  msgstr "> > > Tradutor do WP Cerber? Para ganhar uma licença PRO, deixe seu contato aqui: https://wpcerber.com/contact/"
1433
 
1434
+ #: ../dashboard.php:428
1435
  msgid "Email has been sent to"
1436
  msgstr "O email foi enviado para"
1437
 
1438
+ #: ../dashboard.php:431
1439
  msgid "Unable to send email to"
1440
  msgstr "Não foi possível enviar o email para"
1441
 
1442
+ #: ../dashboard.php:2644
1443
  msgid "Not permitted for one country"
1444
  msgid_plural "Not permitted for %d countries"
1445
  msgstr[0] "Não permitido para um país"
1446
  msgstr[1] "Não permitido para %d países"
1447
 
1448
+ #: ../dashboard.php:2795
1449
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1450
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1451
  msgstr "Aos países selecionados é permitido %s, aos outros países não"
1452
 
1453
+ #: ../dashboard.php:2798
1454
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1455
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1456
  msgstr "Aos países selecionados não é permitido %s, aos outros países sim"
1457
 
1458
+ #: ../cerber-load.php:3660
1459
  msgid "Weekly Report"
1460
  msgstr "Relatório Semanal"
1461
 
1467
  msgid "Display simple 404 page"
1468
  msgstr "Exibir página 404 simples"
1469
 
1470
+ #: ../settings.php:186
1471
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1472
  msgstr "Digite parte da string de consulta ou do caminho de consulta para excluir uma requisição da inspeção. Um item por linha."
1473
 
1474
+ #: ../settings.php:274 ../settings.php:511
1475
  msgid "if empty, email from notification settings will be used"
1476
  msgstr "quando vazio, o email das configurações de notificações será usado"
1477
 
1478
+ #: ../settings.php:262
1479
  msgid "Enable reporting"
1480
  msgstr "Habilitar relatórios"
1481
 
1482
+ #: ../cerber-load.php:3590
1483
  msgid "Your last sign-in was %s from %s"
1484
  msgstr "Seu último login foi em %s a partir do IP %s"
1485
 
1486
+ #: ../cerber-load.php:3686
1487
  msgid "Attempts to log in with non-existent username"
1488
  msgstr "Tentativas de login com nomes de usuário não existentes"
1489
 
1490
+ #: ../dashboard.php:217
1491
  msgid "IP address, IPv4 address range or subnet"
1492
  msgstr "Endereço de IP, faixa de IPv4 ou sub-rede"
1493
 
1494
+ #: ../dashboard.php:219
1495
  msgid "Optional comment for this entry"
1496
  msgstr "Comentário opcional para esta estrada"
1497
 
1498
+ #: ../dashboard.php:260
1499
  msgid "You cannot add your IP address or network"
1500
  msgstr "Você não pode adicionar seu endereço de IP ou rede"
1501
 
1502
+ #: ../settings.php:162
1503
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1504
  msgstr "Para especificar um padrão REGEX, envolva o padrão entre barras"
1505
 
1507
  msgid "Cerber Traffic Inspector"
1508
  msgstr "Inspetor de Tráfego do Cerber"
1509
 
1510
+ #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1511
  msgid "Traffic Inspector"
1512
  msgstr "Inspetor de Tráfego"
1513
 
1514
+ #: ../dashboard.php:1355
1515
  msgid "Traffic"
1516
  msgstr "Tráfego"
1517
 
1518
+ #: ../dashboard.php:3240
 
 
 
 
1519
  msgid "Request"
1520
  msgstr "Requisição"
1521
 
1522
+ #: ../dashboard.php:3242
1523
  msgid "Host Info"
1524
  msgstr "Informação do Servidor"
1525
 
1526
+ #: ../dashboard.php:3243
1527
  msgid "User Agent"
1528
  msgstr "User Agent"
1529
 
1530
+ #: ../dashboard.php:3268
1531
  msgid "All requests"
1532
  msgstr "Todas as requisições"
1533
 
1534
+ #: ../dashboard.php:3273
1535
  msgid "Not logged in visitors"
1536
  msgstr "Visitantes não logados"
1537
 
1538
+ #: ../dashboard.php:3276
1539
  msgid "Form submissions"
1540
  msgstr "Envios de formulários"
1541
 
1542
+ #: ../dashboard.php:3278
1543
  msgid "Page Not Found"
1544
  msgstr "Página não encontrada"
1545
 
1546
+ #: ../dashboard.php:3285
 
 
 
 
 
 
 
 
1547
  msgid "Longer than"
1548
  msgstr "Mais do que"
1549
 
1550
+ #: ../dashboard.php:3301
1551
  msgid "Refresh"
1552
  msgstr "Recarregar"
1553
 
1555
  msgid "Check for requests"
1556
  msgstr "Verificar requisições"
1557
 
1558
+ #: ../common.php:1229
1559
  msgid "Not specified"
1560
  msgstr "Não especificado"
1561
 
1562
+ #: ../settings.php:304
1563
  msgid "Logging mode"
1564
  msgstr "Modo de registro"
1565
 
1566
+ #: ../settings.php:310
1567
  msgid "Logging disabled"
1568
  msgstr "Registro desabilitado"
1569
 
1570
+ #: ../settings.php:311
1571
  msgid "Smart"
1572
  msgstr "Inteligente"
1573
 
1574
+ #: ../settings.php:312
1575
  msgid "All traffic"
1576
  msgstr "Todo tráfego"
1577
 
1578
+ #: ../settings.php:316
1579
  msgid "Ignore crawlers"
1580
  msgstr "Ignorar crawlers"
1581
 
1582
+ #: ../settings.php:326
1583
  msgid "Mask these form fields"
1584
  msgstr "Mascarar estes campos de fomulários"
1585
 
1586
+ #: ../settings.php:362
1587
  msgid "milliseconds"
1588
  msgstr "milissegundos"
1589
 
1590
+ #: ../settings.php:282
1591
  msgid "Inspection"
1592
  msgstr "Inspeção"
1593
 
1594
+ #: ../settings.php:283
1595
  msgid "Enable traffic inspection"
1596
  msgstr "Habilitar inspeção de tráfego"
1597
 
1598
+ #: ../settings.php:303
1599
  msgid "Logging"
1600
  msgstr "Registrando"
1601
 
1602
+ #: ../settings.php:321
1603
  msgid "Save request fields"
1604
  msgstr "Salvar campos de requisição"
1605
 
1606
+ #: ../settings.php:357
1607
  msgid "Page generation time threshold"
1608
  msgstr "Limite de tempo para geração de páginas"
1609
 
1610
+ #: ../dashboard.php:3260
1611
  msgid "No requests have been logged."
1612
  msgstr "Nenhuma requisição foi registrada."
1613
 
1614
+ #: ../dashboard.php:1322
1615
  msgid "enabled"
1616
  msgstr "habilitado"
1617
 
1618
+ #: ../dashboard.php:1327
1619
  msgid "no connection"
1620
  msgstr "sem conexão"
1621
 
1622
+ #: ../dashboard.php:3597
1623
  msgid "Advanced search"
1624
  msgstr "Busca avançada"
1625
 
1626
+ #: ../dashboard.php:1078
1627
  msgid "Last seen"
1628
  msgstr "Visto pela última vez"
1629
 
1630
+ #: ../common.php:872 ../common.php:934
1631
  msgid "Probing for vulnerable PHP code"
1632
  msgstr "Teste para vulnerabilidades no código PHP"
1633
 
1634
+ #: ../dashboard.php:3555
1635
  msgid "Any"
1636
  msgstr "Qualquer"
1637
 
1638
+ #: ../cerber-load.php:3308
1639
  msgid "We're sorry, you are not allowed to proceed"
1640
  msgstr "Desculpe, você não tem permissão para prosseguir"
1641
 
1642
+ #: ../settings.php:294
1643
  msgid "Request whitelist"
1644
  msgstr "Lista de permissão para requisições"
1645
 
1646
+ #: ../settings.php:300
1647
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1648
  msgstr "Digite um URI de requisição para excluir a requisição da inspeção. Um item por linha."
1649
 
1650
+ #: ../settings.php:338
1651
  msgid "Save request headers"
1652
  msgstr "Salvar cabeçalhos da requisição"
1653
 
1654
+ #: ../settings.php:344
1655
  msgid "Save $_SERVER"
1656
  msgstr "Salvar $_SERVER"
1657
 
1658
+ #: ../settings.php:350
1659
  msgid "Save request cookies"
1660
  msgstr "Salvar cookies da requisição"
1661
 
1667
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1668
  msgstr "Bloquear acessos não autorizados a load-scripts.php e load-styles.php"
1669
 
1670
+ #: ../common.php:1915
1671
  msgid "Unable to create the directory"
1672
  msgstr "Não foi possível criar o diretório"
1673
 
1674
+ #: ../common.php:1920
1675
  msgid "Destination folder access denied"
1676
  msgstr "Acesso recusado à pasta de destino"
1677
 
1678
+ #: ../common.php:1923
1679
  msgid "File not found"
1680
  msgstr "Arquivo não encontrado"
1681
 
1682
+ #: ../common.php:1926
1683
  msgid "Unable to copy the file"
1684
  msgstr "Não foi possível copiar o arquivo"
1685
 
1686
+ #: ../common.php:1932
1687
  msgid "Unable to delete the file"
1688
  msgstr "Não foi possível apagar o arquivo"
1689
 
1703
  msgid "Standard mode"
1704
  msgstr "Modo padrão"
1705
 
1706
+ #: ../settings.php:1032
1707
  msgid "Plugin initialization mode has not been changed"
1708
  msgstr "O modo de inicialização do plugin não foi alterado"
1709
 
1720
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1721
  msgstr "O URL personalizado de login pode conter apenas letras, números, traços e underscores."
1722
 
1723
+ #: ../settings.php:186 ../settings.php:300
1724
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1725
  msgstr "Para especificar um padrão REGEX, envolva a linha toda entre duas barras."
1726
 
1727
+ #: ../settings.php:587
1728
  msgid "Be careful about enabling these options."
1729
  msgstr "Seja cuidadoso ao habilitar estas opções."
1730
 
1731
+ #: ../settings.php:587
1732
  msgid "If you forget your Custom login URL, you will be unable to log in."
1733
  msgstr "Se você esquecer sua URL de login personalizada, não será possível fazer login."
1734
 
1735
+ #: ../dashboard.php:64 ../cerber-scanner.php:89
1736
  msgid "Site Integrity"
1737
  msgstr "Integridade do Site"
1738
 
1739
+ #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
1740
  msgid "Disabled"
1741
  msgstr "Desabilitado"
1742
 
1743
+ #: ../dashboard.php:1341 ../cerber-scanner.php:874
1744
  msgid "Quick Scan"
1745
  msgstr "Verificação Rápida"
1746
 
1747
+ #: ../dashboard.php:1343 ../cerber-scanner.php:874
1748
  msgid "Full Scan"
1749
  msgstr "Verificação Completa"
1750
 
1757
  msgid "Denied"
1758
  msgstr "Recusado"
1759
 
1760
+ #: ../settings.php:81 ../settings.php:289
1761
  msgid "Use White IP Access List"
1762
  msgstr "Usar a Lista Segura de IPs"
1763
 
1769
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1770
  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"
1771
 
1772
+ #: ../settings.php:378
1773
  msgid "Scanner settings"
1774
  msgstr "Configurações da Verificação"
1775
 
1776
+ #: ../settings.php:379
1777
  msgid "Custom signatures"
1778
  msgstr "Assinaturas personalizadas"
1779
 
1780
+ #: ../settings.php:385
1781
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1782
  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."
1783
 
1784
+ #: ../settings.php:387
1785
  msgid "Unwanted file extensions"
1786
  msgstr "Extensão de arquivos indesejadas"
1787
 
1788
+ #: ../settings.php:393
1789
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1790
  msgstr "Especifique as extensões de arquivos para busca. Apenas para Verificação Completa. Use vírgulas para separar os itens."
1791
 
1792
+ #: ../settings.php:395
1793
  msgid "Directories to exclude"
1794
  msgstr "Diretórios a serem excluídos"
1795
 
1796
+ #: ../settings.php:401
1797
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1798
  msgstr "Especifique os diretórios para excluir da verificação. Use caminhos absolutos. Um item por linha."
1799
 
1800
+ #: ../settings.php:416
1801
  msgid "Scan temporary directory"
1802
  msgstr "Verificar diretório temporário"
1803
 
1804
+ #: ../settings.php:423
1805
  msgid "Scan session directory"
1806
  msgstr "Verificar diretório de sessão"
1807
 
1808
+ #: ../settings.php:435
1809
  msgid "Delete quarantined files after"
1810
  msgstr "Apagar arquivos em quarentena após"
1811
 
1812
+ #: ../settings.php:450
1813
  msgid "Launch Quick Scan"
1814
  msgstr "Iniciar Verificação Rápida"
1815
 
1816
+ #: ../cerber-scanner.php:1417
1817
  msgid "Every hour"
1818
  msgstr "A cada hora"
1819
 
1820
+ #: ../cerber-scanner.php:1418
1821
  msgid "Every 3 hours"
1822
  msgstr "A cada 3 horas"
1823
 
1824
+ #: ../cerber-scanner.php:1419
1825
  msgid "Every 6 hours"
1826
  msgstr "A cada 6 horas"
1827
 
1828
+ #: ../settings.php:457
1829
  msgid "Launch Full Scan"
1830
  msgstr "Iniciar Verificação Completa"
1831
 
1832
+ #: ../settings.php:467 ../settings.php:527
1833
  msgid "Low severity"
1834
  msgstr "Baixa gravidade"
1835
 
1836
+ #: ../settings.php:467 ../settings.php:527
1837
  msgid "Medium severity"
1838
  msgstr "Média gravidade"
1839
 
1840
+ #: ../settings.php:467 ../settings.php:527
1841
  msgid "High severity"
1842
  msgstr "Alta gravidade"
1843
 
1844
+ #: ../settings.php:468
1845
  msgid "Report an issue if any of the following is true"
1846
  msgstr "Reportar um problema se qualquer item seguinte for verdadeiro"
1847
 
1848
+ #: ../settings.php:476
1849
  msgid "Send email report"
1850
  msgstr "Enviar email com relatório"
1851
 
1852
+ #: ../settings.php:482
1853
  msgid "After every scan"
1854
  msgstr "Após cada verificação"
1855
 
1856
+ #: ../settings.php:483
1857
  msgid "If any changes in scan results occurred"
1858
  msgstr "Se qualquer mudança ocorrer na verificação"
1859
 
1860
+ #: ../settings.php:488
1861
  msgid "Include file sizes"
1862
  msgstr "Incluir tamanho dos arquivos"
1863
 
1864
+ #: ../settings.php:495
1865
  msgid "Include scan errors"
1866
  msgstr "Incluir erros da verificação"
1867
 
1868
+ #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1869
  msgid "Security Scanner"
1870
  msgstr "Verificação de Segurança"
1871
 
1872
+ #: ../cerber-scanner.php:77
1873
  msgid "Scheduling"
1874
  msgstr "Agendamento"
1875
 
1876
+ #: ../cerber-scanner.php:142
1877
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1878
  msgstr "No momento uma verificação agendada está em progresso. Favor aguardar até que ela seja finalizada."
1879
 
1880
+ #: ../cerber-scanner.php:146
1881
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1882
  msgstr "A verificação anterior começou %s não foi completada. Continuar verificando?"
1883
 
1884
+ #: ../cerber-scanner.php:155
1885
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1886
  msgstr "Parece que o site nunca foi verificado. Para iniciar uma verificação, clique no botão abaixo."
1887
 
1888
+ #: ../cerber-scanner.php:158
1889
  msgid "Start Quick Scan"
1890
  msgstr "Iniciar Verificação Rápida"
1891
 
1892
+ #: ../cerber-scanner.php:159
1893
  msgid "Start Full Scan"
1894
  msgstr "Iniciar Verificação Completa"
1895
 
1896
+ #: ../cerber-scanner.php:160
1897
  msgid "Stop Scanning"
1898
  msgstr "Parar Verificação"
1899
 
1900
+ #: ../cerber-scanner.php:161
1901
  msgid "Continue Scanning"
1902
  msgstr "Continuar Verificação"
1903
 
1904
+ #: ../cerber-scanner.php:191
1905
  msgid "Delete"
1906
  msgstr "Apagar"
1907
 
1908
+ #: ../cerber-scanner.php:1366
1909
  msgid "Verified"
1910
  msgstr "Verificado"
1911
 
1912
+ #: ../cerber-scanner.php:1373
1913
  msgid "Integrity data not found"
1914
  msgstr "Dados de integridade não encontrados"
1915
 
1916
+ #: ../cerber-scanner.php:1374
1917
  msgid "Unable to check the integrity of the plugin due to a network error"
1918
  msgstr "Não foi possível verificar a integridade do plugin devido a um erro de conexão"
1919
 
1920
+ #: ../cerber-scanner.php:1375
1921
  msgid "Unable to check the integrity of WordPress files due to a network error"
1922
  msgstr "Não foi possível verificar a integridade dos arquivos do WordPress devido a uma falha de conexão"
1923
 
1924
+ #: ../cerber-scanner.php:1376
1925
  msgid "Unable to check the integrity of the theme due to a network error"
1926
  msgstr "Não foi possível verificar a integridade do tema devido a um erro de conexão"
1927
 
1928
+ #: ../cerber-scanner.php:1379
1929
  msgid "Local file doesn't exist"
1930
  msgstr "Arquivo local não existe"
1931
 
1932
+ #: ../cerber-scanner.php:1381
1933
  msgid "Unable to process file"
1934
  msgstr "Não foi possível processar o arquivo"
1935
 
1936
+ #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1937
  msgid "Unable to open file"
1938
  msgstr "Não foi possível abrir o arquivo"
1939
 
1940
+ #: ../cerber-scanner.php:1384
1941
  msgid "Checksum mismatch"
1942
  msgstr "Checksum incompatível"
1943
 
1944
+ #: ../cerber-scanner.php:1387
1945
  msgid "Suspicious code found"
1946
  msgstr "Código suspeito encontrado"
1947
 
1948
+ #: ../cerber-scanner.php:1389
1949
  msgid "Unattended suspicious file"
1950
  msgstr "Arquivos suspeito autônomo"
1951
 
1952
+ #: ../cerber-scanner.php:1390
1953
  msgid "Executable code found"
1954
  msgstr "Código executável encontrado"
1955
 
1956
+ #: ../cerber-scanner.php:1394
1957
  msgid "Unwanted file extension"
1958
  msgstr "Extensão de arquivo indesejada"
1959
 
1960
+ #: ../cerber-scanner.php:1396
1961
  msgid "Content has been modified"
1962
  msgstr "O conteúdo foi modificado"
1963
 
1964
+ #: ../cerber-scanner.php:1397
1965
  msgid "New file"
1966
  msgstr "Novo arquivo"
1967
 
1968
+ #: ../cerber-scanner.php:2487
1969
  msgid "Custom signature found"
1970
  msgstr "Assinatura personalizada encontrada"
1971
 
1972
+ #: ../cerber-scanner.php:3730
1973
  msgid "Scanning folders for files"
1974
  msgstr "Verificando arquivos em diretórios"
1975
 
1976
+ #: ../cerber-scanner.php:3734
1977
  msgid "Parsing the list of files"
1978
  msgstr "Analisando a lista de arquivos"
1979
 
1980
+ #: ../cerber-scanner.php:3735
1981
  msgid "Checking for new and modified files"
1982
  msgstr "Verificando por arquivos novos ou modificados"
1983
 
1984
+ #: ../cerber-scanner.php:3736
1985
  msgid "Verifying the integrity of WordPress"
1986
  msgstr "Verificando a integridade do WordPress"
1987
 
1988
+ #: ../cerber-scanner.php:3737
1989
  msgid "Verifying the integrity of the plugins"
1990
  msgstr "Verificando a integridade dos plugins"
1991
 
1992
+ #: ../cerber-scanner.php:3738
1993
  msgid "Verifying the integrity of the themes"
1994
  msgstr "Verificando a integridade dos temas"
1995
 
1996
+ #: ../cerber-scanner.php:3739
1997
  msgid "Searching for malicious code"
1998
  msgstr "Buscando por códigos maliciosos"
1999
 
2000
+ #: ../cerber-scanner.php:3740
2001
  msgid "Finalizing the scan"
2002
  msgstr "Finalizando a verificação"
2003
 
2004
+ #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2005
  msgid "Files to scan"
2006
  msgstr "Arquivos para verificar"
2007
 
2008
+ #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2009
  msgid "Critical issues"
2010
  msgstr "Problemas críticos"
2011
 
2012
+ #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2013
  msgid "Issues total"
2014
  msgstr "Problemas totais"
2015
 
2016
+ #: ../cerber-scanner.php:4309
2017
  msgid "The directory is not writable"
2018
  msgstr "O diretório não permite escrita"
2019
 
2020
+ #: ../cerber-scanner.php:4327
2021
  msgid "Unable to create WP CERBER directory"
2022
  msgstr "Não foi possível criar o diretório WP CERBER"
2023
 
2024
+ #: ../cerber-scanner.php:4533
2025
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2026
  msgstr "Erro de acesso a arquivo. Os resultados de verificação devem estar desatualizados. Favor executar uma Verificação Rápida ou Completa."
2027
 
2028
+ #: ../cerber-scanner.php:5213
2029
  msgid "To view full report visit"
2030
  msgstr "Para ver o relatório completo visite"
2031
 
2032
+ #: ../cerber-load.php:3536
2033
  msgid "Scanner Report"
2034
  msgstr "Relatório de Verificação"
2035
 
2036
+ #: ../settings.php:403
2037
  msgid "Monitor new files"
2038
  msgstr "Monitorar novos arquivos"
2039
 
2040
+ #: ../settings.php:410
2041
  msgid "Monitor modified files"
2042
  msgstr "Monitorar arquivos modificados"
2043
 
2044
+ #: ../settings.php:484
2045
  msgid "If new issues found"
2046
  msgstr "Se novos problemas forem encontrados"
2047
 
2048
+ #: ../settings.php:1279
2049
  msgid "The schedule has been updated"
2050
  msgstr "A agenda foi atualizada"
2051
 
2052
+ #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
 
 
 
 
2053
  msgid "Suspicious directives found"
2054
  msgstr "Diretivas suspeitar foram encontradas"
2055
 
2056
+ #: ../cerber-scanner.php:2665
2057
  msgid "Suspicious code instruction found"
2058
  msgstr "Instruções suspeitas no código foram encontradas"
2059
 
2060
+ #: ../cerber-scanner.php:2666
2061
  msgid "Suspicious code signatures found"
2062
  msgstr "Assinaturas suspeitas no código foram encontradas"
2063
 
2064
+ #: ../cerber-scanner.php:2669
2065
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2066
  msgstr "Para resolver este problema você deve reinstalar o %s ou atualizá-lo para a última versão."
2067
 
2068
+ #: ../cerber-scanner.php:2670
2069
  msgid "Please upload a reference ZIP archive"
2070
  msgstr "Favor enviar um arquivo ZIP de referência"
2071
 
2072
+ #: ../cerber-scanner.php:2671
2073
  msgid "Resolve issue"
2074
  msgstr "Resolver problema"
2075
 
2076
+ #: ../cerber-scanner.php:4020
2077
  msgid "We have not found any integrity data to verify"
2078
  msgstr "Não encontramos nenhum dado de integridade para verificar"
2079
 
2080
+ #: ../cerber-scanner.php:4022
2081
  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."
2082
  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."
2083
 
2084
+ #: ../cerber-scanner.php:5060
2085
  msgid "Full Scan Report"
2086
  msgstr "Relatório de Verificação Completa"
2087
 
2088
+ #: ../cerber-scanner.php:5060
2089
  msgid "Quick Scan Report"
2090
  msgstr "Relatório de Verificação Rápida"
2091
 
2092
+ #: ../cerber-scanner.php:5073
2093
  msgid "Files scanned"
2094
  msgstr "Arquivos verificados"
2095
 
2096
+ #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2097
+ #: php:1094
2098
  msgid "Check for activities"
2099
  msgstr "Verificar atividades"
2100
 
2101
+ #: ../dashboard.php:1057
2102
  msgid "Activated"
2103
  msgstr "Ativado"
2104
 
2118
  msgid "Suspicious number of nested values"
2119
  msgstr "Número suspeito de valores aninhados"
2120
 
2121
+ #: ../common.php:900 ../common.php:935
2122
  msgid "Malicious code detected"
2123
  msgstr "Código malicioso detectado"
2124
 
2125
+ #: ../common.php:936
2126
  msgid "Attempt to upload a file with malicious code"
2127
  msgstr "Tentativa de envio de arquivo com código malicioso"
2128
 
2129
+ #: ../common.php:1105
2130
  msgid "Bytes"
2131
  msgstr "Bytes"
2132
 
2133
+ #: ../cerber-scanner.php:1372
2134
  msgid "Vulnerability found"
2135
  msgstr "Vulnerabilidade encontrada"
2136
 
2137
+ #: ../cerber-scanner.php:1377
2138
  msgid "Unable to check the integrity due to a DB error"
2139
  msgstr "Não foi possível verificar a integridade devido a um erro no Banco de Dados"
2140
 
2141
+ #: ../cerber-scanner.php:3731
2142
  msgid "Scanning the upload folder for files"
2143
  msgstr "Verificando o diretório de upload de arquivos"
2144
 
2145
+ #: ../cerber-scanner.php:3732
2146
  msgid "Scanning the temp folder for files"
2147
  msgstr "Verificando o diretório temporário"
2148
 
2149
+ #: ../cerber-scanner.php:3733
2150
  msgid "Scanning the session folder for files"
2151
  msgstr "Verificando o diretório de sessão"
2152
 
2153
+ #: ../settings.php:449
2154
  msgid "Automated recurring scan schedule"
2155
  msgstr "Agenda de verificação recorrente automatizada"
2156
 
2157
+ #: ../settings.php:465
2158
  msgid "Scan results reporting"
2159
  msgstr "Relatórios das Verificações"
2160
 
2161
+ #: ../dashboard.php:3270
2162
  msgid "Suspicious activity"
2163
  msgstr "Atividade suspeira"
2164
 
2165
+ #: ../dashboard.php:3271
2166
  msgid "Errors"
2167
  msgstr "Erros"
2168
 
2175
  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."
2176
  msgstr "Protege o WordPress contra ataques de hackers, spam, trojans e vírus. Verificadores de malwares e de integridade. Fortalece o WordPress com um conjunto abrangente de algoritmos de segurança. Proteção contra spam com um sofisticado mecanismo de reCAPTCHA e detecção de bots. Monitora atividades de usuários e intrusos com notificações por email, mobile ou desktop."
2177
 
2178
+ #: ../cerber-load.php:377
2179
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2180
  msgstr "Você extrapolou o limite de tentativas de login permitidas. Favor tentar novamente em %d minutos."
2181
 
2182
+ #: ../common.php:1020
2183
  msgctxt "preposition of a period of time like: in 6 hours"
2184
  msgid "in %s"
2185
  msgstr "em %s"
2186
 
2187
+ #: ../settings.php:1005
2188
  msgctxt "preposition of time like: at 11:00"
2189
  msgid "at"
2190
  msgstr "às"
2191
 
2192
+ #: ../cerber-scanner.php:80
2193
  msgid "Quarantine"
2194
  msgstr "Quarentena"
2195
 
2196
+ #: ../cerber-scanner.php:3815
2197
  msgid "Started"
2198
  msgstr "Iniciado"
2199
 
2200
+ #: ../cerber-scanner.php:3819
2201
  msgid "Finished"
2202
  msgstr "Finalizado"
2203
 
2204
+ #: ../cerber-scanner.php:3827
2205
  msgid "Performance"
2206
  msgstr "Performance"
2207
 
2208
+ #: ../cerber-scanner.php:3839
2209
  msgid "Vulnerabilities"
2210
  msgstr "Vulnerabilidades"
2211
 
2212
+ #: ../cerber-scanner.php:3843
2213
  msgid "New files"
2214
  msgstr "Novos arquivos"
2215
 
2216
+ #: ../cerber-scanner.php:3847
2217
  msgid "Changed files"
2218
  msgstr "Arquivos modificados"
2219
 
2220
+ #: ../cerber-scanner.php:3851
2221
  msgid "Unwanted extensions"
2222
  msgstr "Extensões indesejadas"
2223
 
2224
+ #: ../settings.php:521 ../cerber-scanner.php:3855
2225
  msgid "Unattended files"
2226
  msgstr "Arquivos indesejados"
2227
 
2228
+ #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2229
  msgid "Scanned"
2230
  msgstr "Verificado"
2231
 
2232
+ #: ../cerber-scanner.php:5446
2233
  msgid "There are no files in the quarantine at the moment."
2234
  msgstr "Não há arquivos em quarentena no momento."
2235
 
2236
+ #: ../cerber-scanner.php:5529
2237
  msgid "Restore"
2238
  msgstr "Restaurar"
2239
 
2240
+ #: ../cerber-scanner.php:5524
2241
  msgid "Delete permanently"
2242
  msgstr "Apagar permanentemente"
2243
 
2244
+ #: ../cerber-scanner.php:5537
2245
  msgid "Moved to quarantine"
2246
  msgstr "Movido para quarentena"
2247
 
2248
+ #: ../cerber-scanner.php:5538
2249
  msgid "Automatic deletion"
2250
  msgstr "Apagar automaticamente"
2251
 
2252
+ #: ../cerber-scanner.php:5539
2253
  msgid "Size"
2254
  msgstr "Tamanho"
2255
 
2256
+ #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2257
  msgid "File"
2258
  msgstr "Arquivo"
2259
 
2260
+ #: ../cerber-scanner.php:5608
2261
  msgid "The file has been deleted permanently."
2262
  msgstr "O arquivo foi apagado permanentemente."
2263
 
2264
+ #: ../cerber-scanner.php:5617
2265
  msgid "The file has been restored to its original location."
2266
  msgstr "O arquivo foi restaurado para seu local de origem."
2267
 
2268
+ #: ../dashboard.php:1356
2269
  msgid "Integrity"
2270
+ msgstr "Integridade"
2271
 
2272
  #: ../common.php:873
2273
  msgid "Attempt to upload malicious file denied"
2274
+ msgstr "Tentativa de envio de arquivo malicioso recusada"
2275
 
2276
+ #: ../cerber-news.php:209
2277
  msgid "Awesome!"
2278
+ msgstr "Ótimo!"
2279
 
2280
+ #: ../settings.php:519
2281
  msgid "Automatic cleanup of malware and suspicious files"
2282
+ msgstr "Limpeza automática de malware ou arquivos suspeitos"
2283
 
2284
+ #: ../settings.php:528
2285
  msgid "Files in the uploads folder"
2286
+ msgstr "Arquivos na pasta de uploads"
2287
 
2288
+ #: ../settings.php:535
2289
  msgid "Files with unwanted extensions"
2290
+ msgstr "Arquivos com extensões indesejadas"
2291
 
2292
+ #: ../settings.php:542
2293
  msgid "Exclusions"
2294
+ msgstr "Exclusões"
2295
 
2296
+ #: ../settings.php:543
2297
  msgid "Files in the temporary directory"
2298
+ msgstr "Arquivos no diretório temporário"
2299
 
2300
+ #: ../settings.php:549
2301
  msgid "Files in the sessions directory"
2302
+ msgstr "Arquivos no diretório de sessões"
2303
 
2304
+ #: ../settings.php:555
2305
  msgid "Files in these directories"
2306
+ msgstr "Arquivos nestes diretórios"
2307
 
2308
+ #: ../settings.php:561
2309
  msgid "Use absolute paths. One item per line."
2310
+ msgstr "Use caminhos absolutos. Um item por linha."
2311
 
2312
+ #: ../settings.php:563
2313
  msgid "Files with these extensions"
2314
+ msgstr "Arquivos com estas extensões"
2315
 
2316
+ #: ../settings.php:569
2317
  msgid "Use comma to separate items."
2318
+ msgstr "Use vírgulas para separar os itens."
2319
 
2320
+ #: ../cerber-scanner.php:78
2321
  msgid "Cleaning up"
2322
+ msgstr "Limpando"
2323
 
2324
+ #: ../cerber-scanner.php:1388
2325
  msgid "Malicious code found"
2326
+ msgstr "Código malicioso encontrado"
2327
 
2328
+ #: ../cerber-scanner.php:2662
2329
  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."
2330
+ 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."
2331
 
2332
+ #: ../cerber-scanner.php:2663
2333
  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."
2334
+ 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."
2335
 
2336
+ #: ../cerber-scanner.php:2664
2337
  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."
2338
+ 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."
2339
 
2340
+ #: ../cerber-scanner.php:2668
2341
  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."
2342
+ 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. "
2343
 
2344
+ #: ../cerber-scanner.php:5154
2345
  msgid "Deleted"
2346
+ msgstr "Apagado"
2347
 
2348
+ #: ../cerber-scanner.php:5201
2349
  msgid "Automatically moved to quarantine"
2350
+ msgstr "Movido para quarentena automaticamente"
2351
 
2352
  #: ../common.php:901
2353
  msgid "Suspicious SQL code detected"
2354
+ msgstr "Código SQL suspeito detectado"
2355
+
2356
+ #: ../dashboard.php:1337
2357
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2358
+ msgid "Last malware scan"
2359
+ msgstr "Última verificação de malware"
2360
+
2361
+ #: ../dashboard.php:2909
2362
+ msgid "Live Traffic"
2363
+ msgstr "Tráfego Ao Vivo"
2364
+
2365
+ #: ../settings.php:117
2366
+ msgid "Use English for admin interface"
2367
+ msgstr "Usar Inglês na interface de administração"
2368
+
2369
+ #: ../cerber-tools.php:42
2370
+ msgid "Log"
2371
+ msgstr "Registro"
2372
+
2373
+ #: ../settings.php:429
2374
+ msgid "Enable diagnostic log"
2375
+ msgstr "Habilitar registro de diagnóstico"
2376
+
2377
+ #: ../settings.php:128
2378
+ msgid "Disable PHP in uploads"
2379
+ msgstr "Desabilitar PHP nos uploads"
2380
+
2381
+ #: ../settings.php:128
2382
+ msgid "Disable execution of PHP scripts in the WordPress media folder"
2383
+ msgstr "Desabilitar execução de scripts PHP na pasta de mídia do WordPress"
2384
+
2385
+ #: ../settings.php:130
2386
+ msgid "Disable PHP error displaying"
2387
+ msgstr "Desabilitar a exibição de erros do PHP"
2388
+
2389
+ #: ../cerber-scanner.php:79
2390
+ msgid "Ignore List"
2391
+ msgstr "Lista de Ignorados"
2392
+
2393
+ #: ../cerber-scanner.php:194
2394
+ msgid "Ignore"
2395
+ msgstr "Ignorar"
2396
+
2397
+ #: ../cerber-scanner.php:5639
2398
+ msgid "Apply"
2399
+ msgstr "Aplicar"
2400
+
2401
+ #: ../cerber-scanner.php:5670
2402
+ msgid "Added"
2403
+ msgstr "Adicionado"
2404
+
2405
+ #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2406
+ msgid "Remove from the list"
2407
+ msgstr "Remover da lista"
2408
+
2409
+ #: ../cerber-scanner.php:5641
2410
+ msgid "User Insights"
2411
+ msgstr "Insights do Usuário"
2412
+
2413
+ #: ../cerber-scanner.php:5642
2414
+ msgid "Traffic Insights"
2415
+ msgstr "Insights de Tráfego"
2416
+
2417
+ #: ../cerber-scanner.php:5643
2418
+ msgid "Activity Insights"
2419
+ msgstr "Insights de Atividades"
2420
+
2421
+ #: ../dashboard.php:2279
2422
+ msgid "Are you sure you want to delete selected files?"
2423
+ msgstr "Tem certeza que quer apagar os arquivos selecionados?"
2424
+
2425
+ #: ../dashboard.php:2280
2426
+ msgid "These files have been moved to the quarantine"
2427
+ msgstr "Estes arquivos foram movidos para quarentena"
2428
+
2429
+ #: ../dashboard.php:2283
2430
+ msgid "Do you want to add selected files to the ignore list?"
2431
+ msgstr "Confirma a adição dos arquivos selecionados na lista de ignorados?"
2432
+
2433
+ #: ../dashboard.php:2284
2434
+ msgid "These files have been added to the ignore list"
2435
+ msgstr "Estes arquivos foram adicionados à lista de ignorados"
2436
+
2437
+ #: ../dashboard.php:2286
2438
+ msgid "Some errors occurred"
2439
+ msgstr "Aconteceram alguns erros"
2440
+
2441
+ #: ../dashboard.php:2287
2442
+ msgid "All files have been processed"
2443
+ msgstr "Todos os arquivos foram processados"
2444
+
2445
+ #: ../dashboard.php:2444
2446
+ msgid "These features are available in a professional version of the plugin."
2447
+ msgstr "Estas funcionalidades estão disponíveis na versão profissional do plugin."
2448
+
2449
+ #: ../dashboard.php:2445
2450
+ msgid "Know more about all advantages at"
2451
+ msgstr "Saiba mais sobre as vantagens em"
2452
+
2453
+ #: ../common.php:902
2454
+ msgid "Suspicious JavaScript code detected"
2455
+ msgstr "Código JavaScript suspeito detectado"
2456
+
2457
+ #: ../settings.php:1282
2458
+ msgid "Unable to update the schedule"
2459
+ msgstr "Não foi possível atualizar a agenda"
2460
+
2461
+ #: ../cerber-scanner.php:5554
2462
+ msgid "All scans"
2463
+ msgstr "Todas as verificações"
2464
+
2465
+ #: ../cerber-scanner.php:5645
2466
+ msgid "The list is empty."
2467
+ msgstr "A lista está vazia."
2468
+
2469
+ #: ../cerber-scanner.php:5507
2470
+ msgid "No files match the specified filter."
2471
+ msgstr "Nenhum arquivo satisfaz o filtro especificado."
2472
+
2473
+ #: ../cerber-scanner.php:5507
2474
+ msgid "Click here to see the full list of files"
2475
+ msgstr "Clique aqui para ver a lista completa de arquivos"
2476
 
languages/wp-cerber-sr_RS.mo ADDED
Binary file
languages/wp-cerber-sr_RS.po ADDED
@@ -0,0 +1,2474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: WP Cerber Security\n"
8
+ "Language: sr\n"
9
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 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 "Ograniči broj neispravnih logovanja"
14
+
15
+ #: ../settings.php:78
16
+ msgid "Attempts"
17
+ msgstr "Pokušaji"
18
+
19
+ #: ../settings.php:79
20
+ msgid "Lockout duration"
21
+ msgstr "Trajanje blokade"
22
+
23
+ #: ../settings.php:79 ../settings.php:105
24
+ msgid "minutes"
25
+ msgstr "Minuti"
26
+
27
+ #: ../settings.php:80
28
+ msgid "Aggressive lockout"
29
+ msgstr "Agresivno zaključavanje"
30
+
31
+ #: ../settings.php:83
32
+ msgid "Site connection"
33
+ msgstr "Konekcija sajta"
34
+
35
+ #: ../settings.php:85
36
+ msgid "Proactive security rules"
37
+ msgstr "Proaktivna pravila bezbednosti"
38
+
39
+ #: ../settings.php:86
40
+ msgid "Block subnet"
41
+ msgstr "Blokiraj subnet"
42
+
43
+ #: ../settings.php:89
44
+ msgid "Request wp-login.php"
45
+ msgstr "Zahtevaj wp-login.php"
46
+
47
+ #: ../settings.php:89
48
+ msgid "Immediately block IP after any request to wp-login.php"
49
+ msgstr "Odmah blokiraj IP nakon wp-login.php request-a "
50
+
51
+ #: ../settings.php:92
52
+ msgid "Custom login page"
53
+ msgstr "Prilagođena stranica za logovanje"
54
+
55
+ #: ../settings.php:93
56
+ msgid "Custom login URL"
57
+ msgstr "Prilagođeni URL za logovanje"
58
+
59
+ #: ../settings.php:99
60
+ msgid "must not overlap with the existing pages or posts slug"
61
+ msgstr "Ne sme da se poklapa sa postojećim stranicama ili post slug-ovima"
62
+
63
+ #: ../settings.php:101
64
+ msgid "Disable wp-login.php"
65
+ msgstr "Onemogući 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 "Blokiraj direktne pristupe prema wp-login.php i vrati HTTP 404 Not Found Error"
70
+
71
+ #: ../dashboard.php:1320 ../settings.php:103
72
+ msgid "Citadel mode"
73
+ msgstr "Citadel mod"
74
+
75
+ #: ../settings.php:104
76
+ msgid "Threshold"
77
+ msgstr "Prag"
78
+
79
+ #: ../settings.php:105 ../cerber-scanner.php:3823
80
+ msgid "Duration"
81
+ msgstr "Trajanje"
82
+
83
+ #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
84
+ #: 631
85
+ msgid "Notifications"
86
+ msgstr "Notifikacije"
87
+
88
+ #: ../settings.php:106
89
+ msgid "Send notification to admin email"
90
+ msgstr "Pošalji notifikaciju Admin-u putem mail-a"
91
+
92
+ #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
93
+ #: tools.php:100 ../cerber-tools.php:187
94
+ msgid "Access Lists"
95
+ msgstr "Access lista (pristup)"
96
+
97
+ #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
98
+ #: /settings.php:108 ../settings.php:625
99
+ msgid "Activity"
100
+ msgstr "Aktivnost"
101
+
102
+ #: ../settings.php:626
103
+ msgid "Lockouts"
104
+ msgstr "Zaključavanja"
105
+
106
+ #: ../settings.php:748 ../settings.php:870
107
+ msgid "%s allowed retries in %s minutes"
108
+ msgstr "%s dozvoljenih pokušaja %s u minuta"
109
+
110
+ #: ../settings.php:770 ../settings.php:892
111
+ msgid "Enable after %s failed login attempts in last %s minutes"
112
+ msgstr "Omogući nakon %s neuspelih pokušaja logovanja u poslednjih %s minuta"
113
+
114
+ #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
115
+ #: php:4024
116
+ msgid "IP"
117
+ msgstr "IP"
118
+
119
+ #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
120
+ msgid "Date"
121
+ msgstr "Datum"
122
+
123
+ #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
124
+ msgid "Local User"
125
+ msgstr "Lokalni korisnik (local user)"
126
+
127
+ #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
128
+ msgid "Username used"
129
+ msgstr "Korisničko ime"
130
+
131
+ #: ../dashboard.php:153
132
+ msgid "Showing last %d records from %d"
133
+ msgstr "Prikaži poslednjih %d zapisa od %d"
134
+
135
+ #: ../common.php:836
136
+ msgid "Logged in"
137
+ msgstr "Prijavljen"
138
+
139
+ #: ../common.php:837
140
+ msgid "Logged out"
141
+ msgstr "Odjavljen"
142
+
143
+ #: ../common.php:838
144
+ msgid "Login failed"
145
+ msgstr "Prijavljivanje neuspelo"
146
+
147
+ #: ../common.php:841
148
+ msgid "IP blocked"
149
+ msgstr "IP blokiran"
150
+
151
+ #: ../common.php:842
152
+ msgid "Subnet blocked"
153
+ msgstr "Subnet blokiran"
154
+
155
+ #: ../common.php:844
156
+ msgid "Citadel activated!"
157
+ msgstr "Citadel aktiviran!"
158
+
159
+ #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
160
+ #: 890
161
+ msgid "Locked out"
162
+ msgstr "Zaključano"
163
+
164
+ #: ../common.php:891
165
+ msgid "IP blacklisted"
166
+ msgstr "Crna lista IP adresa"
167
+
168
+ #: ../common.php:859
169
+ msgid "Password changed"
170
+ msgstr "Šifra promenjena"
171
+
172
+ #: ../dashboard.php:127 ../dashboard.php:207
173
+ msgid "Remove"
174
+ msgstr "Ukloni"
175
+
176
+ #: ../dashboard.php:437
177
+ msgid "Lockout for %s was removed"
178
+ msgstr "Zaključavanje za %s je uklonjeno"
179
+
180
+ #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
181
+ #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
182
+ msgid "White IP Access List"
183
+ msgstr "Bela lista IP adresa"
184
+
185
+ #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
186
+ #: php:1319 ../dashboard.php:3067
187
+ msgid "Black IP Access List"
188
+ msgstr "Crna lista IP adresa"
189
+
190
+ #: ../dashboard.php:213
191
+ msgid "List is empty"
192
+ msgstr "Lista je prazna"
193
+
194
+ #: ../dashboard.php:250
195
+ msgid "Address %s was added to White IP Access List"
196
+ msgstr "Adresa %s je dodata na belu listu IP adresa"
197
+
198
+ #: ../dashboard.php:264
199
+ msgid "Address %s was added to Black IP Access List"
200
+ msgstr "Adresa %s je dodata na crnu listu IP adresa"
201
+
202
+ #: ../cerber-load.php:3446
203
+ msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
+ msgstr "Citadel mod je aktiviran nakon %d neuspelih pokušaja u %d minuta"
205
+
206
+ #: ../dashboard.php:1990 ../dashboard.php:2400
207
+ msgid "View Activity"
208
+ msgstr "View aktivnost"
209
+
210
+ #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
211
+ #: scanner.php:76
212
+ msgid "Settings"
213
+ msgstr "Podešavanja"
214
+
215
+ #: ../dashboard.php:1181
216
+ msgid "Last login"
217
+ msgstr "Poslednje prijavljivanje"
218
+
219
+ #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
220
+ msgid "Never"
221
+ msgstr "Nikad"
222
+
223
+ #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
224
+ #: /cerber-scanner.php:5659
225
+ msgid "Are you sure?"
226
+ msgstr "Da li ste sigurni?"
227
+
228
+ #: ../dashboard.php:1632 ../settings.php:83
229
+ msgid "My site is behind a reverse proxy"
230
+ msgstr "Moj sajt je iza reverse proxy"
231
+
232
+ #: ../settings.php:87
233
+ msgid "Non-existent users"
234
+ msgstr "Nepostojeći korisnik"
235
+
236
+ #: ../settings.php:87
237
+ msgid "Immediately block IP when attempting to login with a non-existent username"
238
+ msgstr "Odmah blokiraj IP kada pokušava da se prijavi sa nepostojećim korisničkim imenom"
239
+
240
+ #: ../settings.php:580
241
+ msgid "Make your protection smarter!"
242
+ msgstr "Učni tvoju zaštitu pametnijom!"
243
+
244
+ #: ../settings.php:584
245
+ msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
246
+ msgstr "Omogući Permalinks da bi koristio ovu opciju. Promeni Permalinks podešavanja u nešto što nije default"
247
+
248
+ #: ../cerber-load.php:4305 ../settings.php:627
249
+ msgid "Main Settings"
250
+ msgstr "Osnovna podešavanja"
251
+
252
+ #: ../dashboard.php:3700
253
+ msgid "Help"
254
+ msgstr "Pomoć"
255
+
256
+ #: ../settings.php:758 ../settings.php:880
257
+ msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
+ msgstr "Povećaj trajanje zaključavanja na %s sati nakon %s zaključavanja u poslednjih %s sati"
259
+
260
+ #: ../cerber-load.php:370
261
+ msgid "You are not allowed to log in. Ask your administrator for assistance."
262
+ msgstr "Nije Vam dozvoljeno da se prijavite. Pitajte administratora za pomoć"
263
+
264
+ #: ../cerber-load.php:396
265
+ msgid "You have only one attempt remaining."
266
+ msgid_plural "You have %d attempts remaining."
267
+ msgstr[0] "Preostao Vam je samo jedan pokušaj"
268
+ msgstr[1] "Preostalo Vam je %d pokušaja"
269
+ msgstr[2] "Preostali su Vam %d pokušaji."
270
+
271
+ #: ../dashboard.php:764
272
+ msgid "No activity has been logged."
273
+ msgstr "Bez logged aktivnosti"
274
+
275
+ #: ../dashboard.php:137
276
+ msgid "Expires"
277
+ msgstr "Ističe"
278
+
279
+ #: ../dashboard.php:159
280
+ msgid "No lockouts at the moment. The sky is clear."
281
+ msgstr "Bez zaključavanja trenutno. Nebo je čisto."
282
+
283
+ #: ../dashboard.php:179
284
+ msgid "These IPs will never be locked out"
285
+ msgstr "Ove IP adrese neće nikada biti zaključane"
286
+
287
+ #: ../dashboard.php:188
288
+ msgid "Your IP"
289
+ msgstr "Vaša IP adresa"
290
+
291
+ #: ../cerber-load.php:3447
292
+ msgid "Last failed attempt was at %s from IP %s with user login: %s."
293
+ msgstr "Poslednji neuspešni pokušaj je bio u %s sa IP adrese %s od korisnika: %s"
294
+
295
+ #: ../cerber-load.php:4273
296
+ msgid "Can't activate WP Cerber due to a database error."
297
+ msgstr "WP Cerber ne može da se aktivira zbog grešek u data bazi."
298
+
299
+ #: ../settings.php:765 ../settings.php:887
300
+ msgid "Notify admin if the number of active lockouts above"
301
+ msgstr "Obavesti admina ako je broj aktivnih zaključavanja jednak broju iznad"
302
+
303
+ #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
304
+ msgid "days"
305
+ msgstr "dana"
306
+
307
+ #: ../dashboard.php:1271
308
+ msgid "Cerber Quick View"
309
+ msgstr "Cerber brzi pregled"
310
+
311
+ #: ../dashboard.php:155
312
+ msgid "Hint"
313
+ msgstr "Savet"
314
+
315
+ #: ../dashboard.php:155
316
+ msgid "To view activity, click on the IP"
317
+ msgstr "Da pregledate aktivnost, kliknite na IP"
318
+
319
+ #: ../settings.php:86
320
+ msgid "Always block entire subnet Class C of intruders IP"
321
+ msgstr "Uvek blokiraj kompletan subnet Class C sa intruderove IP adrese"
322
+
323
+ #: ../settings.php:106 ../settings.php:767 ../settings.php:889
324
+ msgid "Click to send test"
325
+ msgstr "Klikni da pošalješ test"
326
+
327
+ #: ../settings.php:1052 ../settings.php:1053
328
+ msgid "Attention! You have changed the login URL! The new login URL is"
329
+ msgstr "Pažnja! Promenili ste URL za prijavljivanje! Novi URL je"
330
+
331
+ #: ../dashboard.php:1180
332
+ msgid "Comments"
333
+ msgstr "Komentari"
334
+
335
+ #: ../common.php:1210
336
+ msgid "Update to version %s of WP Cerber"
337
+ msgstr "Ažuriraj na verziju %s WP Cerber-a"
338
+
339
+ #: ../cerber-load.php:3448 ../cerber-load.php:4056
340
+ msgid "View activity in dashboard"
341
+ msgstr "Vidi aktivnost u kontrolnoj tabli"
342
+
343
+ #: ../cerber-load.php:3477
344
+ msgid "Number of active lockouts"
345
+ msgstr "Broj aktivnih zaključavanja"
346
+
347
+ #: ../cerber-load.php:3481
348
+ msgid "View lockouts in dashboard"
349
+ msgstr "Vidi zaključavanja u kontrolnoj tabli"
350
+
351
+ #: ../cerber-load.php:3569
352
+ msgid "This message was sent by"
353
+ msgstr "Ova poruka je poslata od"
354
+
355
+ #: ../dashboard.php:69 ../cerber-tools.php:50
356
+ msgid "Tools"
357
+ msgstr "Alati"
358
+
359
+ #: ../cerber-tools.php:87
360
+ msgid "Export settings to the file"
361
+ msgstr "Izvezi podešavanja u fajl"
362
+
363
+ #: ../cerber-tools.php:88
364
+ msgid "When you click the button below you will get a configuration file, which you can upload on another site."
365
+ msgstr "Kada kliknete dugme ispod dobićete konfiguracioni fajl, koji treba da popnete na drugi veb-sajt"
366
+
367
+ #: ../cerber-tools.php:89
368
+ msgid "What do you want to export?"
369
+ msgstr "Šta želite da izvezete?"
370
+
371
+ #: ../cerber-tools.php:92
372
+ msgid "Download file"
373
+ msgstr "Preuzmi fajl"
374
+
375
+ #: ../cerber-tools.php:94
376
+ msgid "Import settings from the file"
377
+ msgstr "Uvezi podešavanja iz fajla"
378
+
379
+ #: ../cerber-tools.php:95
380
+ msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
381
+ msgstr "Kada kliknete dugme ispod, fajl će biti uploadovan i sva postojeća podešavanja će biti prerezana "
382
+
383
+ #: ../cerber-tools.php:96
384
+ msgid "Select file to import."
385
+ msgstr "Odaberite fajl za uvoz"
386
+
387
+ #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
388
+ msgid "Maximum upload file size: %s."
389
+ msgstr "Maksimalna veličina fajla za upload: %s."
390
+
391
+ #: ../cerber-tools.php:99
392
+ msgid "What do you want to import?"
393
+ msgstr "Šta želite da uvezete?"
394
+
395
+ #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
396
+ msgid "Upload file"
397
+ msgstr "Uvezite fajl"
398
+
399
+ #: ../cerber-tools.php:150
400
+ msgid "No file was uploaded or file is corrupted"
401
+ msgstr "Fajl nije popet ili je kompromitovan"
402
+
403
+ #: ../cerber-tools.php:187
404
+ msgid "Error while updating"
405
+ msgstr "Greška pri ažuriranju"
406
+
407
+ #: ../cerber-tools.php:193
408
+ msgid "Settings has imported successfully from"
409
+ msgstr "Podešavanja su uspešno uvezena iz"
410
+
411
+ #: ../cerber-tools.php:200
412
+ msgid "Error while parsing file"
413
+ msgstr "Greška pri raščlanjivanju"
414
+
415
+ #: ../dashboard.php:135 ../dashboard.php:737
416
+ msgid "Hostname"
417
+ msgstr "Ime hosta"
418
+
419
+ #: ../dashboard.php:403
420
+ msgid "unknown"
421
+ msgstr "Nepoznato"
422
+
423
+ #: ../settings.php:109 ../settings.php:365
424
+ msgid "Keep records for"
425
+ msgstr "Čuvaj informacije za"
426
+
427
+ #: ../dashboard.php:1305 ../dashboard.php:1327
428
+ msgid "active"
429
+ msgstr "Aktivno"
430
+
431
+ #: ../dashboard.php:1305
432
+ msgid "deactivate"
433
+ msgstr "Deaktiviraj"
434
+
435
+ #: ../dashboard.php:1307
436
+ msgid "not active"
437
+ msgstr "Neaktivno"
438
+
439
+ #: ../dashboard.php:1308 ../dashboard.php:1322
440
+ msgid "disabled"
441
+ msgstr "Isključeno"
442
+
443
+ #: ../dashboard.php:1313
444
+ msgid "failed attempts"
445
+ msgstr "Neuspeli pokušaji"
446
+
447
+ #: ../dashboard.php:1313 ../dashboard.php:1314
448
+ msgid "in 24 hours"
449
+ msgstr "U 24 sata"
450
+
451
+ #: ../dashboard.php:1313 ../dashboard.php:1314
452
+ msgid "view all"
453
+ msgstr "Vidi sve"
454
+
455
+ #: ../dashboard.php:1314
456
+ msgid "lockouts"
457
+ msgstr "Zaključavanja"
458
+
459
+ #: ../dashboard.php:1316
460
+ msgid "Lockouts at the moment"
461
+ msgstr "Zaključavanja u ovom trenutku"
462
+
463
+ #: ../dashboard.php:1317
464
+ msgid "Last lockout"
465
+ msgstr "Poslednje zaključavanje"
466
+
467
+ #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
468
+ msgid "entry"
469
+ msgid_plural "entries"
470
+ msgstr[0] "Unos"
471
+ msgstr[1] "Unosa"
472
+ msgstr[2] "Unosi"
473
+
474
+ #: ../dashboard.php:1870
475
+ msgid "Confused about some settings?"
476
+ msgstr "Da li ste zbunjeni u vezi nekih podešavanja?"
477
+
478
+ #: ../dashboard.php:1871
479
+ msgid "You can easily load default recommended settings using button below"
480
+ msgstr "Možete lako da učitate standardna default podešavanja pomoću dugmeta ispod"
481
+
482
+ #: ../dashboard.php:1873
483
+ msgid "Load default settings"
484
+ msgstr "Učitajte standardna default podešavanja"
485
+
486
+ #: ../dashboard.php:1881
487
+ msgid "doesn't affect Custom login URL and Access Lists"
488
+ msgstr "Ne utiče na custom prilagođeni URL za prijavljivanje i Access listu"
489
+
490
+ #: ../common.php:1203 ../settings.php:236
491
+ msgid "New version is available"
492
+ msgstr "Nova verzija je dostupna"
493
+
494
+ #: ../cerber-load.php:3420
495
+ msgid "WP Cerber notify"
496
+ msgstr "WP Cerber obaveštenje"
497
+
498
+ #: ../cerber-load.php:3444
499
+ msgid "Citadel mode is activated"
500
+ msgstr "Citadel mod je aktiviran"
501
+
502
+ #: ../cerber-load.php:3516
503
+ msgid "New Custom login URL"
504
+ msgstr "Nova prilagođena URL adresa za prijavljivanje"
505
+
506
+ #: ../cerber-load.php:4260
507
+ msgid "The WP Cerber requires PHP %s or higher. You are running"
508
+ msgstr "WP Cerber zahteva minimum PHP %s ili novije izdanje. Vi koristite"
509
+
510
+ #: ../cerber-load.php:4264
511
+ msgid "The WP Cerber requires WordPress %s or higher. You are running"
512
+ msgstr "WP Cerber zahteva WordPress verziju %s ili noviju verziju. Vi koristite"
513
+
514
+ #: ../settings.php:112
515
+ msgid "Use file"
516
+ msgstr "Koristite file"
517
+
518
+ #: ../settings.php:112
519
+ msgid "Write failed login attempts to the file"
520
+ msgstr "Upiši neuspele pokušaje prijavljivanja u fajl"
521
+
522
+ #: ../dashboard.php:1989
523
+ msgid "Deactivate"
524
+ msgstr "Deaktiviraj"
525
+
526
+ #: ../dashboard.php:138 ../cerber-load.php:3479
527
+ msgid "Reason"
528
+ msgstr "Razlog"
529
+
530
+ #: ../dashboard.php:218
531
+ msgid "Add IP to the list"
532
+ msgstr "Dodaj IP adresu na listu"
533
+
534
+ #: ../dashboard.php:1001
535
+ msgid "Add IP to the Black List"
536
+ msgstr "Dodaj IP adresu na crnu listu"
537
+
538
+ #: ../common.php:928
539
+ msgid "Attempt to access"
540
+ msgstr "Pokušaj prijavljivanja"
541
+
542
+ #: ../common.php:927
543
+ msgid "Limit on login attempts is reached"
544
+ msgstr "Limit pokušaja prijavljivanja postignut"
545
+
546
+ #: ../common.php:867 ../common.php:929
547
+ msgid "Attempt to log in with non-existent username"
548
+ msgstr "Pokušaj prijavljivanja sa nepostojećim korisničkim imenom"
549
+
550
+ #: ../cerber-load.php:3478
551
+ msgid "Last lockout was added: %s for IP %s"
552
+ msgstr "Poslednje zaključavanje je dodato: %s za IP %s"
553
+
554
+ #: ../cerber-load.php:4309 ../settings.php:629
555
+ msgid "Hardening"
556
+ msgstr "Osnaživanje"
557
+
558
+ #: ../dashboard.php:978
559
+ msgid "Abuse email:"
560
+ msgstr "Zlonamerni email:"
561
+
562
+ #: ../settings.php:223 ../settings.php:264 ../settings.php:502
563
+ msgid "Email Address"
564
+ msgstr "Emai adresa"
565
+
566
+ #: ../settings.php:232
567
+ msgid "if empty, the admin email %s will be used"
568
+ msgstr "Ako ostavite prazno, admin email %s će biti korišćen"
569
+
570
+ #: ../settings.php:115
571
+ msgid "Drill down IP"
572
+ msgstr "Drill down IP"
573
+
574
+ #: ../settings.php:115
575
+ msgid "Retrieve extra WHOIS information for IP"
576
+ msgstr "Povuci dodatne WHOIS informacije za IP"
577
+
578
+ #: ../settings.php:123
579
+ msgid "Hardening WordPress"
580
+ msgstr "Obezbeđivanje WordPress-a"
581
+
582
+ #: ../settings.php:124
583
+ msgid "Stop user enumeration"
584
+ msgstr "Zaustavi enumeraciju"
585
+
586
+ #: ../settings.php:132
587
+ msgid "Disable XML-RPC"
588
+ msgstr "Isključi XML-RPC"
589
+
590
+ #: ../settings.php:132
591
+ msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
592
+ msgstr "Blokiraj pristup XML-RPC serveru (uključujući Pingbacks i Trackbacks)"
593
+
594
+ #: ../settings.php:133
595
+ msgid "Disable feeds"
596
+ msgstr "Isključi feed"
597
+
598
+ #: ../settings.php:133
599
+ msgid "Block access to the RSS, Atom and RDF feeds"
600
+ msgstr "Blokiraj pristup RSS-u, Atom i RDF feed-u"
601
+
602
+ #: ../settings.php:134
603
+ msgid "Disable REST API"
604
+ msgstr "Isključi REST API"
605
+
606
+ #: ../settings.php:594
607
+ msgid "These settings do not affect hosts from the "
608
+ msgstr "Ova podešavanja ne utiču na host sa"
609
+
610
+ #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
611
+ msgid "<strong>ERROR</strong>: please enter a valid email address."
612
+ msgstr "<strong>ERROR</strong>: molimo Vas unesite validnu email adresu."
613
+
614
+ #: ../cerber-load.php:3509 ../cerber-load.php:4294
615
+ msgid "WP Cerber is now active and has started protecting your site"
616
+ msgstr "WP Cerber je aktivan i sada štiti Vaš veb-sajt"
617
+
618
+ #: ../dashboard.php:139 ../cerber-scanner.php:5541 ../cerber-scanner.php:5672
619
+ msgid "Action"
620
+ msgstr "Akcija"
621
+
622
+ #: ../dashboard.php:181
623
+ msgid "Nobody can log in or register from these IPs"
624
+ msgstr "Niko sa ovih IP adresa ne može da se prijavi ili registruje"
625
+
626
+ #: ../dashboard.php:244 ../dashboard.php:256
627
+ msgid "Incorrect IP address or IP range"
628
+ msgstr "Netačna IP adresa ili IP domet"
629
+
630
+ #: ../dashboard.php:453 ../dashboard.php:2005
631
+ msgid "Settings saved"
632
+ msgstr "Podešavanja snimljena"
633
+
634
+ #: ../dashboard.php:982
635
+ msgid "Network:"
636
+ msgstr "Mreža:"
637
+
638
+ #: ../dashboard.php:996
639
+ msgid "Add network to the Black List"
640
+ msgstr "Dodaj mrežu na crnu listu"
641
+
642
+ #: ../dashboard.php:1988
643
+ msgid "Attention! Citadel mode is now active. Nobody is able to log in."
644
+ msgstr "Pažnja! Cital mod je sada aktivan. Niko ne može da se prijavi."
645
+
646
+ #: ../dashboard.php:361 ../dashboard.php:2996 ../whois.php:223 ../whois.php:254 ..
647
+ #: /common.php:926 ../common.php:1294
648
+ msgid "Unknown"
649
+ msgstr "Nepoznato"
650
+
651
+ #. Author of the plugin
652
+ #:
653
+ msgid "Gregory"
654
+ msgstr "Gregori"
655
+
656
+ #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
657
+ #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
658
+ #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
659
+ #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
660
+ #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
661
+ #: /settings.php:1114
662
+ msgid "ERROR:"
663
+ msgstr "Greška:"
664
+
665
+ #: ../cerber-load.php:708
666
+ msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
667
+ msgstr "Ljudska verifikacija nije uspela. Molimo Vas kliknite na kockicu u reCAPTCHA poljud ispod."
668
+
669
+ #: ../cerber-load.php:987
670
+ msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
671
+ msgstr "<strong>Greška</strong>: Šifra koju ste uneli za korisničko ime %s je netačna."
672
+
673
+ #: ../cerber-load.php:1214
674
+ msgid "Username is not allowed. Please choose another one."
675
+ msgstr "Korisničko ime nije dozvoljeno. Molimo Vas odaberite drugo."
676
+
677
+ #: ../cerber-load.php:3472
678
+ msgid "unspecified"
679
+ msgstr "Nedefinisano."
680
+
681
+ #: ../cerber-load.php:3475
682
+ msgid "Number of lockouts is increasing"
683
+ msgstr "Broj zaključavanja raste"
684
+
685
+ #: ../cerber-load.php:3480
686
+ msgid "View activity for this IP"
687
+ msgstr "Pogledaj aktivnost ove IP adrese"
688
+
689
+ #: ../cerber-load.php:3484 ../cerber-load.php:3486
690
+ msgid "A new version of WP Cerber is available to install"
691
+ msgstr "Nova verzija WP Cerbera je dostupna za instalaciju"
692
+
693
+ #: ../cerber-load.php:3485
694
+ msgid "Hi!"
695
+ msgstr "Zdravo!"
696
+
697
+ #: ../cerber-load.php:3488 ../cerber-load.php:3499
698
+ msgid "Website"
699
+ msgstr "Vebsajt"
700
+
701
+ #: ../cerber-load.php:3491 ../cerber-load.php:3492
702
+ msgid "The WP Cerber security plugin has been deactivated"
703
+ msgstr "WP Cerber Security plugin je isključen"
704
+
705
+ #: ../cerber-load.php:3494
706
+ msgid "Not logged in"
707
+ msgstr "Not logged in"
708
+
709
+ #: ../cerber-load.php:3500
710
+ msgid "By user"
711
+ msgstr "Od strane korisnika"
712
+
713
+ #: ../cerber-load.php:3501
714
+ msgid "From IP address"
715
+ msgstr "Od strane IP adrese"
716
+
717
+ #: ../cerber-load.php:3504
718
+ msgid "From country"
719
+ msgstr "Iz zemlje"
720
+
721
+ #: ../cerber-load.php:3508
722
+ msgid "The WP Cerber security plugin is now active"
723
+ msgstr "WP Cerber Security plugin je sada aktivan"
724
+
725
+ #: ../cerber-load.php:4295
726
+ msgid "Your IP address is added to the"
727
+ msgstr "Vaša IP adresa je dodata"
728
+
729
+ #: ../cerber-load.php:4311
730
+ msgid "Import settings"
731
+ msgstr "Podešavanja uvoza"
732
+
733
+ #: ../settings.php:235
734
+ msgid "Notification limit"
735
+ msgstr "Limit notifikacija"
736
+
737
+ #: ../settings.php:235
738
+ msgid "notification letters allowed per hour (0 means unlimited)"
739
+ msgstr "Notifikacije dozvoljene po jednom satu (0 znači neograničeno)"
740
+
741
+ #: ../settings.php:152
742
+ msgid "User related settings"
743
+ msgstr "Podešavanja vezana za korisnika"
744
+
745
+ #: ../settings.php:156
746
+ msgid "Prohibited usernames"
747
+ msgstr "Zabranjena korisnička imena"
748
+
749
+ #: ../settings.php:162
750
+ 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."
751
+ msgstr "Korisnička imena sa liste nisu dozvoljena za prijavljivanje ili registraciju. Nijedna IP adresa, koja ih koristi, neće moći da se prijavi i biće blokirana. Koristite zarez da odvojite logins."
752
+
753
+ #: ../settings.php:164
754
+ msgid "User session expire"
755
+ msgstr "Istek sesije korisnika"
756
+
757
+ #: ../settings.php:164
758
+ msgid "in minutes (leave empty to use default WP value)"
759
+ msgstr "U minutima (ostavite prazno da koristite standardnu WP vrednost)"
760
+
761
+ #: ../settings.php:197
762
+ msgid "reCAPTCHA settings"
763
+ msgstr "reCAPTCHA podešavanja"
764
+
765
+ #: ../settings.php:198
766
+ msgid "Site key"
767
+ msgstr "Ključ sajta"
768
+
769
+ #: ../settings.php:199
770
+ msgid "Secret key"
771
+ msgstr "Tajni ključ"
772
+
773
+ #: ../settings.php:202
774
+ msgid "Enable reCAPTCHA for WordPress registration form"
775
+ msgstr "Omogući reCAPTCHA za WordPress formu registracije"
776
+
777
+ #: ../settings.php:205
778
+ msgid "Lost password form"
779
+ msgstr "Forma za izgubljenu lozinku"
780
+
781
+ #: ../settings.php:208
782
+ msgid "Login form"
783
+ msgstr "Forma prijavljivanja"
784
+
785
+ #: ../settings.php:208
786
+ msgid "Enable reCAPTCHA for WordPress login form"
787
+ msgstr "Omogući reCAPTCHA za WordPress formu prijavljivanja"
788
+
789
+ #: ../settings.php:597
790
+ msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
791
+ msgstr "Pre nego što počnete da koristite reCAPTCHA, morate da dobijete Ključ za sajt i Tajni ključ na Google vebsajtu"
792
+
793
+ #: ../cerber-lab.php:750 ../settings.php:598 ../settings.php:601
794
+ msgid "Know more"
795
+ msgstr "Saznajte više"
796
+
797
+ #: ../settings.php:630
798
+ msgid "Users"
799
+ msgstr "Korisnici"
800
+
801
+ #: ../common.php:834
802
+ msgid "User created"
803
+ msgstr "Kreirani korisnici"
804
+
805
+ #: ../dashboard.php:1822 ../common.php:835
806
+ msgid "User registered"
807
+ msgstr "Registrovani korisnici"
808
+
809
+ #: ../common.php:862
810
+ msgid "reCAPTCHA verification failed"
811
+ msgstr "reCAPTCHA verifikacija neuspela"
812
+
813
+ #: ../common.php:863
814
+ msgid "reCAPTCHA settings are incorrect"
815
+ msgstr "reCAPTCHA podešavanja nisu ispravna"
816
+
817
+ #: ../common.php:866
818
+ msgid "Attempt to access prohibited URL"
819
+ msgstr "Pokušaj pristupa zabranjenim URL adresama"
820
+
821
+ #: ../common.php:868 ../common.php:930
822
+ msgid "Attempt to log in with prohibited username"
823
+ msgstr "Pokušaj prijavljivanja zabranjenim korisničkim imenom"
824
+
825
+ #: ../settings.php:110
826
+ msgid "Cerber Lab connection"
827
+ msgstr "Povezivanje sa Cerber Lab"
828
+
829
+ #: ../settings.php:110
830
+ msgid "Send malicious IP addresses to the Cerber Lab"
831
+ msgstr "Slanje malicioznih IP adresa Cerber Lab-u"
832
+
833
+ #: ../settings.php:111
834
+ msgid "Cerber Lab protocol"
835
+ msgstr "Cerber Lab protokol"
836
+
837
+ #: ../settings.php:174 ../settings.php:202
838
+ msgid "Registration form"
839
+ msgstr "Registraciona forma"
840
+
841
+ #: ../settings.php:203
842
+ msgid "Enable reCAPTCHA for WooCommerce registration form"
843
+ msgstr "Omogući reCAPTCHA za WooCommerce registracionu formu"
844
+
845
+ #: ../settings.php:205
846
+ msgid "Enable reCAPTCHA for WordPress lost password form"
847
+ msgstr "Omogući reCAPTCHA za WordPress formu za izgubljenu šifru"
848
+
849
+ #: ../settings.php:206
850
+ msgid "Enable reCAPTCHA for WooCommerce lost password form"
851
+ msgstr "Omogući reCAPTCHA za WooCommerce formu za izgubljenu šifru"
852
+
853
+ #: ../settings.php:209
854
+ msgid "Enable reCAPTCHA for WooCommerce login form"
855
+ msgstr "Omogući reCAPTCHA za WooCommerce login formu"
856
+
857
+ #: ../common.php:864
858
+ msgid "Request to the Google reCAPTCHA service failed"
859
+ msgstr "Zahtev za Google reCAPTCHA servis nije uspeo"
860
+
861
+ #: ../dashboard.php:1814 ../dashboard.php:1844
862
+ msgid "View all"
863
+ msgstr "Pogledaj sve"
864
+
865
+ #: ../dashboard.php:1845
866
+ msgid "Recently locked out IP addresses"
867
+ msgstr "Nedavno otključane IP adrese"
868
+
869
+ #: ../cerber-lab.php:748
870
+ msgid "OK, nail them all"
871
+ msgstr "U redu, utiči na sve"
872
+
873
+ #: ../cerber-lab.php:749
874
+ msgid "NO, maybe later"
875
+ msgstr "Ne, možda kasnije"
876
+
877
+ #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
878
+ #: php:624
879
+ msgid "Dashboard"
880
+ msgstr "Kontrolna tabla"
881
+
882
+ #: ../cerber-lab.php:746
883
+ msgid "Want to make WP Cerber even more powerful?"
884
+ msgstr "Da li želite da još više ojačate WP Cerber?"
885
+
886
+ #: ../cerber-lab.php:747
887
+ 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."
888
+ msgstr "Dozvoli WP Cerber da šalje podatke o malicioznim IP adresama Cerber Lab-u. To pomaže plugin timu da razvije nove algoritme za WP Cerber koji brane WordPress od novih napada i botneta koji se svakodnevno pojavljuju. Možete da obustavite ovu opciju u podešavanjima kad god želite."
889
+
890
+ #: ../dashboard.php:568
891
+ msgid "IP address"
892
+ msgstr "IP adresa"
893
+
894
+ #: ../dashboard.php:568
895
+ msgid "User login"
896
+ msgstr "Prijavljivanje korisnika"
897
+
898
+ #: ../dashboard.php:568
899
+ msgid "User ID"
900
+ msgstr "Korisnički ID"
901
+
902
+ #: ../dashboard.php:760
903
+ msgid "Export"
904
+ msgstr "Izvoz"
905
+
906
+ #: ../dashboard.php:782
907
+ msgid "Search for IP or username"
908
+ msgstr "Pretraga IP-ija ili korisničkog imena"
909
+
910
+ #: ../dashboard.php:782
911
+ msgid "Filter"
912
+ msgstr "Filter"
913
+
914
+ #: ../dashboard.php:54
915
+ msgid "Cerber Dashboard"
916
+ msgstr "Cerber Kontrolna tabla"
917
+
918
+ #: ../dashboard.php:69
919
+ msgid "Cerber tools"
920
+ msgstr "Cerber alati"
921
+
922
+ #: ../dashboard.php:2072
923
+ msgid "Subscribe"
924
+ msgstr "Prijava"
925
+
926
+ #: ../dashboard.php:2073 ../cerber-tools.php:284
927
+ msgid "Unsubscribe"
928
+ msgstr "Odjava"
929
+
930
+ #: ../dashboard.php:2101
931
+ msgid "You've subscribed"
932
+ msgstr "Prijavili ste se"
933
+
934
+ #: ../dashboard.php:2104
935
+ msgid "You've unsubscribed"
936
+ msgstr "Odjavili ste se"
937
+
938
+ #: ../cerber-load.php:3520 ../cerber-load.php:3521
939
+ msgid "A new activity has been recorded"
940
+ msgstr "Nova aktivnost je snimljena"
941
+
942
+ #: ../cerber-load.php:4028
943
+ msgid "User"
944
+ msgstr "Korisnik"
945
+
946
+ #: ../cerber-load.php:4036
947
+ msgid "Search string"
948
+ msgstr "Pretraga stringa"
949
+
950
+ #: ../cerber-load.php:4057
951
+ msgid "To unsubscribe click here"
952
+ msgstr "Da se odjavite kliknite ovde"
953
+
954
+ #: ../settings.php:114
955
+ msgid "Preferences"
956
+ msgstr "Preference"
957
+
958
+ #: ../settings.php:116
959
+ msgid "Date format"
960
+ msgstr "Format datuma"
961
+
962
+ #: ../settings.php:116
963
+ msgid "if empty, the default format %s will be used"
964
+ msgstr "Ako je prazno, koristiće se standardni format %s"
965
+
966
+ #: ../settings.php:241
967
+ msgid "Push notifications"
968
+ msgstr "Notifikacije"
969
+
970
+ #: ../settings.php:220
971
+ msgid "Email notifications"
972
+ msgstr "Email notifikacije"
973
+
974
+ #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
975
+ msgid "Use comma to specify multiple values"
976
+ msgstr "Koristite zarez da odvojite više vrednosti"
977
+
978
+ #: ../settings.php:249
979
+ msgid "All connected devices"
980
+ msgstr "Svi povezani uređaji"
981
+
982
+ #: ../settings.php:252
983
+ msgid "No devices found"
984
+ msgstr "Uređaji nisu pronađeni"
985
+
986
+ #: ../settings.php:256
987
+ msgid "Not available"
988
+ msgstr "Nije dostupno"
989
+
990
+ #: ../common.php:860
991
+ msgid "Password reset requested"
992
+ msgstr "Obavezna promena lozinke"
993
+
994
+ #: ../common.php:931
995
+ msgid "Limit on failed reCAPTCHA verifications is reached"
996
+ msgstr "Postignut je predviđeni limit na broj pokukšaja reCAPTCHA verifikacije"
997
+
998
+ #: ../common.php:1020
999
+ msgid "%s ago"
1000
+ msgstr "%s ranije"
1001
+
1002
+ #: ../settings.php:81
1003
+ msgid "Apply limit login rules to IP addresses in the White IP Access List"
1004
+ msgstr "Primeni ograničenje broja pokušaja prijavljivanja na IP adrese sa bele liste"
1005
+
1006
+ #: ../settings.php:90
1007
+ msgid "Display 404 page"
1008
+ msgstr "Prikaži 404 stranicu"
1009
+
1010
+ #: ../settings.php:200
1011
+ msgid "Invisible reCAPTCHA"
1012
+ msgstr "Nevidljivi reCAPTCHA"
1013
+
1014
+ #: ../settings.php:200
1015
+ msgid "Enable invisible reCAPTCHA"
1016
+ msgstr "Omogući nevidljivi reCAPTCHA"
1017
+
1018
+ #: ../settings.php:200
1019
+ msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1020
+ msgstr "(ne omogućuj ukoliko ne dobiješ i uneseš Sajt i Tajni ključ za nevidljivu verziju)"
1021
+
1022
+ #: ../settings.php:211
1023
+ msgid "Enable reCAPTCHA for WordPress comment form"
1024
+ msgstr "Omogući reCAPTCHA za WordPress comment formu"
1025
+
1026
+ #: ../settings.php:212
1027
+ msgid "Disable reCAPTCHA for logged in users"
1028
+ msgstr "Onemogući reCAPTCHA za logovane korisnike"
1029
+
1030
+ #: ../settings.php:214
1031
+ msgid "Limit attempts"
1032
+ msgstr "Ograniči pokušaje"
1033
+
1034
+ #: ../settings.php:214
1035
+ msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1036
+ msgstr "Zaključaj IP adrese na %s minuta nakon %s neuspelih pokušaja u %s minuta"
1037
+
1038
+ #: ../settings.php:591
1039
+ 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."
1040
+ msgstr "U Citadel režimu nikome nije dozvoljeno da se prijavi osim IP-ijevima sa bele liste. Prijavljeni korisnici neće biti izbačeni ili blokirani."
1041
+
1042
+ #: ../dashboard.php:568 ../dashboard.php:740
1043
+ msgid "Event"
1044
+ msgstr "Događaj"
1045
+
1046
+ #: ../common.php:153
1047
+ msgid "Spam comments denied"
1048
+ msgstr "Spem komentar odbijen"
1049
+
1050
+ #: ../common.php:155
1051
+ msgid "Malicious IP addresses detected"
1052
+ msgstr "Maliciozna IP adresa otkrivena."
1053
+
1054
+ #: ../common.php:156
1055
+ msgid "Lockouts occurred"
1056
+ msgstr "Urađeno zaključavanje"
1057
+
1058
+ #: ../dashboard.php:1823
1059
+ msgid "All suspicious activity"
1060
+ msgstr "Sve sumnjive aktivnosti"
1061
+
1062
+ #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1063
+ #: /cerber-load.php:1227
1064
+ msgid "You are not allowed to register."
1065
+ msgstr "Nije Vam dozvoljeno da se registrujete."
1066
+
1067
+ #: ../common.php:845
1068
+ msgid "Spam comment denied"
1069
+ msgstr "Odbijen komentar koji spada u spem"
1070
+
1071
+ #: ../common.php:870
1072
+ msgid "Attempt to log in denied"
1073
+ msgstr "Pokušaj logovanja odbijen"
1074
+
1075
+ #: ../common.php:871
1076
+ msgid "Attempt to register denied"
1077
+ msgstr "Pokušaj registracije odbijen"
1078
+
1079
+ #: ../common.php:150
1080
+ msgid "Malicious activities mitigated"
1081
+ msgstr "Umanjena maliciozna aktivnost"
1082
+
1083
+ #: ../dashboard.php:68
1084
+ msgid "Cerber antispam settings"
1085
+ msgstr "Cerber anti-spem podešavanja"
1086
+
1087
+ #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1088
+ msgid "Antispam"
1089
+ msgstr "Antispem"
1090
+
1091
+ #: ../settings.php:172
1092
+ msgid "Cerber antispam engine"
1093
+ msgstr "Cerber antispem engine"
1094
+
1095
+ #: ../settings.php:173
1096
+ msgid "Comment form"
1097
+ msgstr "Forma komentara"
1098
+
1099
+ #: ../settings.php:173
1100
+ msgid "Protect comment form with bot detection engine"
1101
+ msgstr "Zaštiti formu komentara enginom za otkrivanje bota"
1102
+
1103
+ #: ../settings.php:174
1104
+ msgid "Protect registration form with bot detection engine"
1105
+ msgstr "Zaštiti registracionu formu enginom za otkrivanje bota"
1106
+
1107
+ #: ../cerber-tools.php:39
1108
+ msgid "Export & Import"
1109
+ msgstr "Izvezi i uvezi"
1110
+
1111
+ #: ../cerber-tools.php:40
1112
+ msgid "Diagnostic"
1113
+ msgstr "Dijagnoza"
1114
+
1115
+ #: ../cerber-tools.php:41
1116
+ msgid "License"
1117
+ msgstr "Licenca"
1118
+
1119
+ #: ../dashboard.php:3642
1120
+ msgid "Antispam and bot detection settings"
1121
+ msgstr "Podešavanj protiv spema i botova"
1122
+
1123
+ #: ../cerber-load.php:1465
1124
+ msgid "Sorry, human verification failed."
1125
+ msgstr "IZVINITE, ljudska verifikacija nije uspela."
1126
+
1127
+ #: ../common.php:932
1128
+ msgid "Bot activity is detected"
1129
+ msgstr "Otkrivena aktivnost bota"
1130
+
1131
+ #: ../settings.php:189
1132
+ msgid "Comment processing"
1133
+ msgstr "Procesuiranje komentara"
1134
+
1135
+ #: ../settings.php:190
1136
+ msgid "If a spam comment detected"
1137
+ msgstr "Ako je spem komentara otkriven"
1138
+
1139
+ #: ../settings.php:191
1140
+ msgid "Trash spam comments"
1141
+ msgstr "Baci spem komentare u kantu"
1142
+
1143
+ #: ../settings.php:191
1144
+ msgid "Move spam comments to trash after"
1145
+ msgstr "Kasnije baci spem komentare u kantu"
1146
+
1147
+ #: ../common.php:846
1148
+ msgid "Spam form submission denied"
1149
+ msgstr "Odbijena forma slanja spem komentara"
1150
+
1151
+ #: ../settings.php:175
1152
+ msgid "Other forms"
1153
+ msgstr "Druge forme"
1154
+
1155
+ #: ../settings.php:175
1156
+ msgid "Protect all forms on the website with bot detection engine"
1157
+ msgstr "Zaštiti sve forme sajta sa engine za otkrivanje bota"
1158
+
1159
+ #: ../settings.php:177
1160
+ msgid "Adjust antispam engine"
1161
+ msgstr "Prilagodi antispem engine"
1162
+
1163
+ #: ../settings.php:178
1164
+ msgid "Safe mode"
1165
+ msgstr "Siguran režim"
1166
+
1167
+ #: ../settings.php:178
1168
+ msgid "Use less restrictive policies (allow AJAX)"
1169
+ msgstr "Koristi manje restriktivnu politiku (allow AJAX)"
1170
+
1171
+ #: ../dashboard.php:3272 ../settings.php:179
1172
+ msgid "Logged in users"
1173
+ msgstr "Ulogovani korisnici"
1174
+
1175
+ #: ../settings.php:179
1176
+ msgid "Disable bot detection engine for logged in users"
1177
+ msgstr "Onemogući engine za otkrivanje botova za logovane korisnike"
1178
+
1179
+ #: ../dashboard.php:136 ../dashboard.php:738
1180
+ msgid "Country"
1181
+ msgstr "Zemlja"
1182
+
1183
+ #: ../dashboard.php:771
1184
+ msgid "All events"
1185
+ msgstr "Svi događaji"
1186
+
1187
+ #: ../dashboard.php:60
1188
+ msgid "Cerber Security Rules"
1189
+ msgstr "Cerber Security pravila"
1190
+
1191
+ #: ../dashboard.php:60 ../dashboard.php:2580
1192
+ msgid "Security Rules"
1193
+ msgstr "Pravila bezbednosti"
1194
+
1195
+ #: ../dashboard.php:1182
1196
+ msgid "Failed login attempts"
1197
+ msgstr "Neuspeli pokušaji prijave"
1198
+
1199
+ #: ../dashboard.php:1088 ../dashboard.php:1183
1200
+ msgid "Registered"
1201
+ msgstr "Prijavljeni"
1202
+
1203
+ #: ../dashboard.php:1253
1204
+ msgid "You"
1205
+ msgstr "Vi"
1206
+
1207
+ #: ../common.php:154
1208
+ msgid "Spam form submissions denied"
1209
+ msgstr "Odbijena forma slanja spema"
1210
+
1211
+ #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1212
+ msgid "Getting Started Guide"
1213
+ msgstr "Vodič za početnike"
1214
+
1215
+ #: ../dashboard.php:2572
1216
+ msgid "Countries"
1217
+ msgstr "Zemlje"
1218
+
1219
+ #: ../dashboard.php:2641
1220
+ msgid "Permitted for one country"
1221
+ msgid_plural "Permitted for %d countries"
1222
+ msgstr[0] "Dozvoljeno za jednu zemlju"
1223
+ msgstr[1] "Dozvoljeno za %d zemlje"
1224
+ msgstr[2] "Dozvoljeno za %d zemalja"
1225
+
1226
+ #: ../dashboard.php:2652
1227
+ msgid "No rule"
1228
+ msgstr "Bez pravila"
1229
+
1230
+ #: ../dashboard.php:2864
1231
+ msgid "Security rules have been updated"
1232
+ msgstr "Pravila bezbednosti su ažurirana"
1233
+
1234
+ #. URI of the plugin
1235
+ #:
1236
+ msgid "https://wpcerber.com"
1237
+ msgstr "https://wpcerber.com"
1238
+
1239
+ #: ../common.php:847
1240
+ msgid "Form submission denied"
1241
+ msgstr "Odbijeno slanje forme"
1242
+
1243
+ #: ../common.php:848
1244
+ msgid "Comment denied"
1245
+ msgstr "Komentar odbijen"
1246
+
1247
+ #: ../common.php:876
1248
+ msgid "Request to REST API denied"
1249
+ msgstr "Zahtev za REST API odbijen"
1250
+
1251
+ #: ../common.php:877
1252
+ msgid "XML-RPC request denied"
1253
+ msgstr "Zahtev za XML-RPC odbijen"
1254
+
1255
+ #: ../common.php:888
1256
+ msgid "Bot detected"
1257
+ msgstr "Pronađen bot"
1258
+
1259
+ #: ../common.php:889
1260
+ msgid "Citadel mode is active"
1261
+ msgstr "Citadel mod je aktivan"
1262
+
1263
+ #: ../common.php:893
1264
+ msgid "Malicious activity detected"
1265
+ msgstr "Otkrivena maliciozna aktivnost"
1266
+
1267
+ #: ../common.php:894
1268
+ msgid "Blocked by country rule"
1269
+ msgstr "Blokiran na osnovu pravila za zemlje"
1270
+
1271
+ #: ../common.php:895
1272
+ msgid "Limit reached"
1273
+ msgstr "Postignut limit"
1274
+
1275
+ #: ../common.php:896
1276
+ msgid "Multiple suspicious activities"
1277
+ msgstr "Više sumnjivih aktivnosti"
1278
+
1279
+ #: ../common.php:933
1280
+ msgid "Multiple suspicious activities were detected"
1281
+ msgstr "Otkriveno više sumnjivih aktivnosti"
1282
+
1283
+ #: ../settings.php:124
1284
+ msgid "Block access to user pages like /?author=n and user data via REST API"
1285
+ msgstr "Blokiraj pristup stranicama korisnika kao /?author=n i podataka putem REST API"
1286
+
1287
+ #: ../settings.php:134
1288
+ msgid "Block access to the WordPress REST API except the following"
1289
+ msgstr "Blokiraj pristup WordPress REST API osim"
1290
+
1291
+ #: ../settings.php:135
1292
+ msgid "Allow REST API for logged in users"
1293
+ msgstr "Dozvoli REST API za logovane korisnike"
1294
+
1295
+ #: ../settings.php:142
1296
+ msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1297
+ msgstr "Definiši kome je odobren REST API ukoliko je isključen za sve ostale. Jedan string po liniji."
1298
+
1299
+ #: ../settings.php:154
1300
+ msgid "Registration limit"
1301
+ msgstr "Limit prijavljivanja"
1302
+
1303
+ #: ../settings.php:165
1304
+ msgid "Sort users in dashboard"
1305
+ msgstr "Sortiraj korisnike u kontrolnoj tabli"
1306
+
1307
+ #: ../settings.php:165
1308
+ msgid "by date of registration"
1309
+ msgstr "po datumu registracije"
1310
+
1311
+ #: ../settings.php:180
1312
+ msgid "Query whitelist"
1313
+ msgstr "Query bela lista"
1314
+
1315
+ #: ../settings.php:753 ../settings.php:875
1316
+ msgid "%s allowed registrations in %s minutes from one IP"
1317
+ msgstr "%s dozvoljenih registracija u %s minuta od jednog IP-ija"
1318
+
1319
+ #: ../dashboard.php:2708
1320
+ msgid "Start typing here to find a country"
1321
+ msgstr "Počnite da kucate da pronađete zemlju"
1322
+
1323
+ #: ../dashboard.php:2791
1324
+ msgid "Click on a country name to add it to the list of selected countries"
1325
+ msgstr "Kliknite na naziv zemlje da je dodate na listu odabranih zemalja"
1326
+
1327
+ #: ../dashboard.php:2815
1328
+ msgid "Submit forms"
1329
+ msgstr "Pošaljite formu"
1330
+
1331
+ #: ../dashboard.php:2816
1332
+ msgid "Post comments"
1333
+ msgstr "Komentari posta"
1334
+
1335
+ #: ../dashboard.php:2817
1336
+ msgid "Log in to the website"
1337
+ msgstr "Prijavite se"
1338
+
1339
+ #: ../dashboard.php:2818
1340
+ msgid "Register on the website"
1341
+ msgstr "Registrujte se"
1342
+
1343
+ #: ../dashboard.php:2819
1344
+ msgid "Use XML-RPC"
1345
+ msgstr "Koristite XML-RPC"
1346
+
1347
+ #: ../dashboard.php:2820
1348
+ msgid "Use REST API"
1349
+ msgstr "Koristite REST API"
1350
+
1351
+ #: ../settings.php:190
1352
+ msgid "Deny it completely"
1353
+ msgstr "Zabranite sve"
1354
+
1355
+ #: ../settings.php:190
1356
+ msgid "Mark it as spam"
1357
+ msgstr "Označite kao spam"
1358
+
1359
+ #: ../dashboard.php:1808
1360
+ msgid "in the last 24 hours"
1361
+ msgstr "U poslednjih 24 časa"
1362
+
1363
+ #: ../dashboard.php:2175
1364
+ msgid "Main settings"
1365
+ msgstr "Glavna podešavanja"
1366
+
1367
+ #: ../settings.php:261
1368
+ msgid "Weekly reports"
1369
+ msgstr "Nedeljni izveštaji"
1370
+
1371
+ #: ../settings.php:989
1372
+ msgid "Sunday"
1373
+ msgstr "Nedelja"
1374
+
1375
+ #: ../settings.php:990
1376
+ msgid "Monday"
1377
+ msgstr "Ponedeljak"
1378
+
1379
+ #: ../settings.php:991
1380
+ msgid "Tuesday"
1381
+ msgstr "Utorak"
1382
+
1383
+ #: ../settings.php:992
1384
+ msgid "Wednesday"
1385
+ msgstr "Sreda"
1386
+
1387
+ #: ../settings.php:993
1388
+ msgid "Thursday"
1389
+ msgstr "Četvrtak"
1390
+
1391
+ #: ../settings.php:994
1392
+ msgid "Friday"
1393
+ msgstr "Petak"
1394
+
1395
+ #: ../settings.php:995
1396
+ msgid "Saturday"
1397
+ msgstr "Subota"
1398
+
1399
+ #: ../settings.php:1054 ../settings.php:1055
1400
+ msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1401
+ msgstr "Ukoliko koristite plugin za keširanje, morate da dodate Vaš novi URL za prijavljivanje na listu koja se ne kešira"
1402
+
1403
+ #: ../cerber-load.php:3526
1404
+ msgid "Weekly report"
1405
+ msgstr "Nedeljni izveštaj"
1406
+
1407
+ #: ../cerber-load.php:3529 ../cerber-load.php:3539
1408
+ msgid "To change reporting settings visit"
1409
+ msgstr "Da promenite pravila izveštavanja posetite"
1410
+
1411
+ #: ../cerber-load.php:3562
1412
+ msgid "Your login page:"
1413
+ msgstr "Vaša stranica za prijavljivanje:"
1414
+
1415
+ #: ../cerber-load.php:3566
1416
+ msgid "Your license is valid until"
1417
+ msgstr "Vaša licenca važi do"
1418
+
1419
+ #: ../cerber-load.php:3672
1420
+ msgid "Activity details"
1421
+ msgstr "Detalji aktivnosti"
1422
+
1423
+ #: ../settings.php:1021
1424
+ msgid "Click to send now"
1425
+ msgstr "Kliknite da pošaljete odmah"
1426
+
1427
+ #: ../cerber-load.php:833
1428
+ msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1429
+ msgstr "> > > Prevodilac WP Cerber-a? Da dobijete besplatnu PRO licencu, ostavite Vaš kontakt ovde: https://wpcerber.com/contact/"
1430
+
1431
+ #: ../dashboard.php:428
1432
+ msgid "Email has been sent to"
1433
+ msgstr "Email je poslat na"
1434
+
1435
+ #: ../dashboard.php:431
1436
+ msgid "Unable to send email to"
1437
+ msgstr "Nije moguće poslati mail na"
1438
+
1439
+ #: ../dashboard.php:2644
1440
+ msgid "Not permitted for one country"
1441
+ msgid_plural "Not permitted for %d countries"
1442
+ msgstr[0] "Nije dozvoljenu za jednu zemlju"
1443
+ msgstr[1] "Nije dozvoljeno za %d zemlje"
1444
+ msgstr[2] "Nije dozvoljeno za %d zemalja"
1445
+
1446
+ #: ../dashboard.php:2795
1447
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1448
+ msgid "Selected countries are permitted to %s, other countries are not permitted to"
1449
+ msgstr "Odabranim zemljama je dozvoljeno da %s, drugim zemljama nije dozvoljeno da"
1450
+
1451
+ #: ../dashboard.php:2798
1452
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1453
+ msgid "Selected countries are not permitted to %s, other countries are permitted to"
1454
+ msgstr "Odaberi zemlje kojima nije dozvoljeno da %s, drugim zemljama je dozvoljeno da"
1455
+
1456
+ #: ../cerber-load.php:3660
1457
+ msgid "Weekly Report"
1458
+ msgstr "Nedeljni izveštaj"
1459
+
1460
+ #: ../settings.php:90
1461
+ msgid "Use 404 template from the active theme"
1462
+ msgstr "Koristi 404 template aktivne teme"
1463
+
1464
+ #: ../settings.php:90
1465
+ msgid "Display simple 404 page"
1466
+ msgstr "Prikaži 404 stranicu"
1467
+
1468
+ #: ../settings.php:186
1469
+ msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1470
+ msgstr "Unesi deo query stringa ili query putanje da isključiš zahtev iz inspekcije od strane engina. Jedan unos po liniji."
1471
+
1472
+ #: ../settings.php:274 ../settings.php:511
1473
+ msgid "if empty, email from notification settings will be used"
1474
+ msgstr "Ako ostavite prazno, koristiće se email iz podešavanja za notifikacije."
1475
+
1476
+ #: ../settings.php:262
1477
+ msgid "Enable reporting"
1478
+ msgstr "Omogući izveštavanje"
1479
+
1480
+ #: ../cerber-load.php:3590
1481
+ msgid "Your last sign-in was %s from %s"
1482
+ msgstr "Vaše poslednje prijavljivanje je bilo %s od %s"
1483
+
1484
+ #: ../cerber-load.php:3686
1485
+ msgid "Attempts to log in with non-existent username"
1486
+ msgstr "Pokušaji prijavljivanje nepostojećim korisničkim imenom"
1487
+
1488
+ #: ../dashboard.php:217
1489
+ msgid "IP address, IPv4 address range or subnet"
1490
+ msgstr "IP adresa, IPv4 domet adrese ili subnet"
1491
+
1492
+ #: ../dashboard.php:219
1493
+ msgid "Optional comment for this entry"
1494
+ msgstr "Opcioni komentar za ovaj unos"
1495
+
1496
+ #: ../dashboard.php:260
1497
+ msgid "You cannot add your IP address or network"
1498
+ msgstr "Ne možete da dodate Vašu IP adresu ili mrežu"
1499
+
1500
+ #: ../settings.php:162
1501
+ msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1502
+ msgstr "Da definišete REGEX šemu označite šemu u dve kose crte"
1503
+
1504
+ #: ../dashboard.php:56
1505
+ msgid "Cerber Traffic Inspector"
1506
+ msgstr "Cerber inspektor saobraćaja"
1507
+
1508
+ #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1509
+ msgid "Traffic Inspector"
1510
+ msgstr "Inspektor saobraćaja"
1511
+
1512
+ #: ../dashboard.php:1355
1513
+ msgid "Traffic"
1514
+ msgstr "Saobraćaj"
1515
+
1516
+ #: ../dashboard.php:3240
1517
+ msgid "Request"
1518
+ msgstr "Zahtev"
1519
+
1520
+ #: ../dashboard.php:3242
1521
+ msgid "Host Info"
1522
+ msgstr "Informacije o hostu"
1523
+
1524
+ #: ../dashboard.php:3243
1525
+ msgid "User Agent"
1526
+ msgstr "User agent"
1527
+
1528
+ #: ../dashboard.php:3268
1529
+ msgid "All requests"
1530
+ msgstr "Svi zahtevi"
1531
+
1532
+ #: ../dashboard.php:3273
1533
+ msgid "Not logged in visitors"
1534
+ msgstr "Nije prijavljen u visitors"
1535
+
1536
+ #: ../dashboard.php:3276
1537
+ msgid "Form submissions"
1538
+ msgstr "Slanje forme"
1539
+
1540
+ #: ../dashboard.php:3278
1541
+ msgid "Page Not Found"
1542
+ msgstr "Stranica nije pronađena"
1543
+
1544
+ #: ../dashboard.php:3285
1545
+ msgid "Longer than"
1546
+ msgstr "Duže od"
1547
+
1548
+ #: ../dashboard.php:3301
1549
+ msgid "Refresh"
1550
+ msgstr "Osvežite"
1551
+
1552
+ #: ../common.php:116
1553
+ msgid "Check for requests"
1554
+ msgstr "Proverite zahteve"
1555
+
1556
+ #: ../common.php:1229
1557
+ msgid "Not specified"
1558
+ msgstr "Nije definisano"
1559
+
1560
+ #: ../settings.php:304
1561
+ msgid "Logging mode"
1562
+ msgstr "Režim prijavljivanja"
1563
+
1564
+ #: ../settings.php:310
1565
+ msgid "Logging disabled"
1566
+ msgstr "Prijavljivanje onemogućeno"
1567
+
1568
+ #: ../settings.php:311
1569
+ msgid "Smart"
1570
+ msgstr "Pametan"
1571
+
1572
+ #: ../settings.php:312
1573
+ msgid "All traffic"
1574
+ msgstr "Sav saobraćaj"
1575
+
1576
+ #: ../settings.php:316
1577
+ msgid "Ignore crawlers"
1578
+ msgstr "Ignoriši paukove koji indeksiraju"
1579
+
1580
+ #: ../settings.php:326
1581
+ msgid "Mask these form fields"
1582
+ msgstr "Maskiraj ova polja u formi"
1583
+
1584
+ #: ../settings.php:362
1585
+ msgid "milliseconds"
1586
+ msgstr "milisekunde"
1587
+
1588
+ #: ../settings.php:282
1589
+ msgid "Inspection"
1590
+ msgstr "Inspekcija"
1591
+
1592
+ #: ../settings.php:283
1593
+ msgid "Enable traffic inspection"
1594
+ msgstr "Omogući inspekciju saobraćaja"
1595
+
1596
+ #: ../settings.php:303
1597
+ msgid "Logging"
1598
+ msgstr "Prijavljivanje"
1599
+
1600
+ #: ../settings.php:321
1601
+ msgid "Save request fields"
1602
+ msgstr "Snimi request polja"
1603
+
1604
+ #: ../settings.php:357
1605
+ msgid "Page generation time threshold"
1606
+ msgstr "Vremenski prag generacije stranice"
1607
+
1608
+ #: ../dashboard.php:3260
1609
+ msgid "No requests have been logged."
1610
+ msgstr "Nije bilo zahteva logovanja"
1611
+
1612
+ #: ../dashboard.php:1322
1613
+ msgid "enabled"
1614
+ msgstr "omogućeno"
1615
+
1616
+ #: ../dashboard.php:1327
1617
+ msgid "no connection"
1618
+ msgstr "nema konekcije"
1619
+
1620
+ #: ../dashboard.php:3597
1621
+ msgid "Advanced search"
1622
+ msgstr "Napredna pretraga"
1623
+
1624
+ #: ../dashboard.php:1078
1625
+ msgid "Last seen"
1626
+ msgstr "Poslednje viđeno"
1627
+
1628
+ #: ../common.php:872 ../common.php:934
1629
+ msgid "Probing for vulnerable PHP code"
1630
+ msgstr "Probijanje zlonamernog PHP koda"
1631
+
1632
+ #: ../dashboard.php:3555
1633
+ msgid "Any"
1634
+ msgstr "Bilo koji"
1635
+
1636
+ #: ../cerber-load.php:3308
1637
+ msgid "We're sorry, you are not allowed to proceed"
1638
+ msgstr "Žao nam je, nije Vam dozvoljeno da nastavite"
1639
+
1640
+ #: ../settings.php:294
1641
+ msgid "Request whitelist"
1642
+ msgstr "Zahtevaj belu listu"
1643
+
1644
+ #: ../settings.php:300
1645
+ msgid "Enter a request URI to exclude the request from inspection. One item per line."
1646
+ msgstr "Unesite URI zahteva da ga isključite iz inspekcije. Jedan unos po liniji."
1647
+
1648
+ #: ../settings.php:338
1649
+ msgid "Save request headers"
1650
+ msgstr "Snimi request hedere"
1651
+
1652
+ #: ../settings.php:344
1653
+ msgid "Save $_SERVER"
1654
+ msgstr "Snimite $_SERVER"
1655
+
1656
+ #: ../settings.php:350
1657
+ msgid "Save request cookies"
1658
+ msgstr "Snimite request kolačiće"
1659
+
1660
+ #: ../settings.php:125
1661
+ msgid "Protect admin scripts"
1662
+ msgstr "Zaštitite admin skripte"
1663
+
1664
+ #: ../settings.php:125
1665
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1666
+ msgstr "Blokirajte neautorizovane pristupe za load-skrcipts.php i load-styles.php"
1667
+
1668
+ #: ../common.php:1915
1669
+ msgid "Unable to create the directory"
1670
+ msgstr "Nije moguće kreirati direktorijum"
1671
+
1672
+ #: ../common.php:1920
1673
+ msgid "Destination folder access denied"
1674
+ msgstr "Pristup odbijen za destinacioni folder"
1675
+
1676
+ #: ../common.php:1923
1677
+ msgid "File not found"
1678
+ msgstr "Fajl nije pronađen"
1679
+
1680
+ #: ../common.php:1926
1681
+ msgid "Unable to copy the file"
1682
+ msgstr "Nije moguće kopirati fajl"
1683
+
1684
+ #: ../common.php:1932
1685
+ msgid "Unable to delete the file"
1686
+ msgstr "Nije moguće obrisati fajl"
1687
+
1688
+ #: ../settings.php:74
1689
+ msgid "Plugin initialization"
1690
+ msgstr "Inicijalizacija plugina"
1691
+
1692
+ #: ../settings.php:75
1693
+ msgid "Load security engine"
1694
+ msgstr "Pokreni bezbednosnu mašinu"
1695
+
1696
+ #: ../settings.php:75
1697
+ msgid "Legacy mode"
1698
+ msgstr "Lagacy režim"
1699
+
1700
+ #: ../settings.php:75
1701
+ msgid "Standard mode"
1702
+ msgstr "Standardni režim"
1703
+
1704
+ #: ../settings.php:1032
1705
+ msgid "Plugin initialization mode has not been changed"
1706
+ msgstr "Režim inicijalizacije plugina nije promenjen"
1707
+
1708
+ #. Description of the plugin
1709
+ #:
1710
+ 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>."
1711
+ msgstr "Ovo je standardni modul rada za WP Cerber Security & Antispam plugin. Instaliran je kada ste inicijalizovali plugin mode na standardni. Za više informacija posetite: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1712
+
1713
+ #: ../common.php:874
1714
+ msgid "File upload denied"
1715
+ msgstr "Odbijen upload fajla"
1716
+
1717
+ #: ../settings.php:98
1718
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1719
+ msgstr "Adresa URL-a za prijavljivanje može da sadrži samo slova, brojeve, crtice i donje crtice"
1720
+
1721
+ #: ../settings.php:186 ../settings.php:300
1722
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1723
+ msgstr "Da definišete REGEX šemu, stavite sve u dve zagrade"
1724
+
1725
+ #: ../settings.php:587
1726
+ msgid "Be careful about enabling these options."
1727
+ msgstr "Budite oprezni pri omogućavanju ovih opcija"
1728
+
1729
+ #: ../settings.php:587
1730
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1731
+ msgstr "Ukoliko zaboravite Vaš promenjen URL za prijavljivanje, nećete biti u mogućnosti da se prijavite."
1732
+
1733
+ #: ../dashboard.php:64 ../cerber-scanner.php:89
1734
+ msgid "Site Integrity"
1735
+ msgstr "Integritet veb-sajta"
1736
+
1737
+ #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
1738
+ msgid "Disabled"
1739
+ msgstr "Onemogućeno"
1740
+
1741
+ #: ../dashboard.php:1341 ../cerber-scanner.php:874
1742
+ msgid "Quick Scan"
1743
+ msgstr "Brzi skener"
1744
+
1745
+ #: ../dashboard.php:1343 ../cerber-scanner.php:874
1746
+ msgid "Full Scan"
1747
+ msgstr "Kompletan skener"
1748
+
1749
+ #. Name of the plugin
1750
+ #:
1751
+ msgid "WP Cerber Security, Antispam & Malware Scan"
1752
+ msgstr "WP Cerber Security, Antispam & Malware Scan"
1753
+
1754
+ #: ../common.php:897
1755
+ msgid "Denied"
1756
+ msgstr "Odbijeno"
1757
+
1758
+ #: ../settings.php:81 ../settings.php:289
1759
+ msgid "Use White IP Access List"
1760
+ msgstr "Koristi Belu listu IP adresa za pristup"
1761
+
1762
+ #: ../settings.php:88
1763
+ msgid "Disable dashboard redirection"
1764
+ msgstr "Onemogući redirekciju kontrolne table"
1765
+
1766
+ #: ../settings.php:88
1767
+ msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1768
+ msgstr "Onemogući auto redirekciju ka stranici za prijavljivanje kada je /wp-admi/ zatražen od neautorizovanog lica"
1769
+
1770
+ #: ../settings.php:378
1771
+ msgid "Scanner settings"
1772
+ msgstr "Podešavanja skenera"
1773
+
1774
+ #: ../settings.php:379
1775
+ msgid "Custom signatures"
1776
+ msgstr "Custom potpisi"
1777
+
1778
+ #: ../settings.php:385
1779
+ msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1780
+ msgstr "Specifikujte Vaš PHP kod potpis. Jedan unos po liniji. Da specifikujete REGEX šemu, zatvorite liniju u zagrade."
1781
+
1782
+ #: ../settings.php:387
1783
+ msgid "Unwanted file extensions"
1784
+ msgstr "Neželjene fajl ekstenzije"
1785
+
1786
+ #: ../settings.php:393
1787
+ msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1788
+ msgstr "Definišite fajl ekstenzije za pretragu. Važi samo za kompletno skeniranje. Odvajajte unose zarezom."
1789
+
1790
+ #: ../settings.php:395
1791
+ msgid "Directories to exclude"
1792
+ msgstr "Direktorijumi koji se isključuju."
1793
+
1794
+ #: ../settings.php:401
1795
+ msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1796
+ msgstr "Navedite direktorijume da se isključe od skeniranja. Koristite apsolutne putanje. Jedan unos po liniji."
1797
+
1798
+ #: ../settings.php:416
1799
+ msgid "Scan temporary directory"
1800
+ msgstr "Skenirajte privremeni direktorijum"
1801
+
1802
+ #: ../settings.php:423
1803
+ msgid "Scan session directory"
1804
+ msgstr "Skenirajte direktorijum sesija"
1805
+
1806
+ #: ../settings.php:435
1807
+ msgid "Delete quarantined files after"
1808
+ msgstr "Obrišite fajlove u karantinu nakon"
1809
+
1810
+ #: ../settings.php:450
1811
+ msgid "Launch Quick Scan"
1812
+ msgstr "Pokrenite brzo skeniranje"
1813
+
1814
+ #: ../cerber-scanner.php:1417
1815
+ msgid "Every hour"
1816
+ msgstr "Svakog sata"
1817
+
1818
+ #: ../cerber-scanner.php:1418
1819
+ msgid "Every 3 hours"
1820
+ msgstr "Na svaka tri sata"
1821
+
1822
+ #: ../cerber-scanner.php:1419
1823
+ msgid "Every 6 hours"
1824
+ msgstr "Na svakih šest sati"
1825
+
1826
+ #: ../settings.php:457
1827
+ msgid "Launch Full Scan"
1828
+ msgstr "Pokreni komopletno skeniranje"
1829
+
1830
+ #: ../settings.php:467 ../settings.php:527
1831
+ msgid "Low severity"
1832
+ msgstr "Mala jačina"
1833
+
1834
+ #: ../settings.php:467 ../settings.php:527
1835
+ msgid "Medium severity"
1836
+ msgstr "Srednja jačina"
1837
+
1838
+ #: ../settings.php:467 ../settings.php:527
1839
+ msgid "High severity"
1840
+ msgstr "Velika jačina"
1841
+
1842
+ #: ../settings.php:468
1843
+ msgid "Report an issue if any of the following is true"
1844
+ msgstr "Prijavi problem ako je nešto od sledećeg istinito"
1845
+
1846
+ #: ../settings.php:476
1847
+ msgid "Send email report"
1848
+ msgstr "Pošalji email izveštaj"
1849
+
1850
+ #: ../settings.php:482
1851
+ msgid "After every scan"
1852
+ msgstr "Nakon svakog skena"
1853
+
1854
+ #: ../settings.php:483
1855
+ msgid "If any changes in scan results occurred"
1856
+ msgstr "Ako su se pojavile promene u izveštaju prilikom skeniranja"
1857
+
1858
+ #: ../settings.php:488
1859
+ msgid "Include file sizes"
1860
+ msgstr "Uključi veličine fajlova"
1861
+
1862
+ #: ../settings.php:495
1863
+ msgid "Include scan errors"
1864
+ msgstr "Uključi greške prilikom skeniranja"
1865
+
1866
+ #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1867
+ msgid "Security Scanner"
1868
+ msgstr "Skener bezbednosti"
1869
+
1870
+ #: ../cerber-scanner.php:77
1871
+ msgid "Scheduling"
1872
+ msgstr "Planiranje"
1873
+
1874
+ #: ../cerber-scanner.php:142
1875
+ msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1876
+ msgstr "Trenutno traje planirani skener. Molimo Vas sačekajte da se završi."
1877
+
1878
+ #: ../cerber-scanner.php:146
1879
+ msgid "Previous scan started %s has not been completed. Continue scanning?"
1880
+ msgstr "Prethodno skeniranje je počelo %s i nije završeno. Nastaviti skeniranje?"
1881
+
1882
+ #: ../cerber-scanner.php:155
1883
+ msgid "It seems this website has never been scanned. To start scanning click the button below."
1884
+ msgstr "Izgleda da veb-sajt nikada nije skeniran. Da započnete kliknite na dugme ispod."
1885
+
1886
+ #: ../cerber-scanner.php:158
1887
+ msgid "Start Quick Scan"
1888
+ msgstr "Započnite brzo skeniranje"
1889
+
1890
+ #: ../cerber-scanner.php:159
1891
+ msgid "Start Full Scan"
1892
+ msgstr "Započnite kompletno skeniranje"
1893
+
1894
+ #: ../cerber-scanner.php:160
1895
+ msgid "Stop Scanning"
1896
+ msgstr "Zaustavite skeniranje"
1897
+
1898
+ #: ../cerber-scanner.php:161
1899
+ msgid "Continue Scanning"
1900
+ msgstr "Nastavite skeniranje"
1901
+
1902
+ #: ../cerber-scanner.php:191
1903
+ msgid "Delete"
1904
+ msgstr "Obrišite"
1905
+
1906
+ #: ../cerber-scanner.php:1366
1907
+ msgid "Verified"
1908
+ msgstr "Verifikovano"
1909
+
1910
+ #: ../cerber-scanner.php:1373
1911
+ msgid "Integrity data not found"
1912
+ msgstr "Nisu pronađene integrity data"
1913
+
1914
+ #: ../cerber-scanner.php:1374
1915
+ msgid "Unable to check the integrity of the plugin due to a network error"
1916
+ msgstr "Nemoguće utvrditi integritet plugina zbog greške na mreži"
1917
+
1918
+ #: ../cerber-scanner.php:1375
1919
+ msgid "Unable to check the integrity of WordPress files due to a network error"
1920
+ msgstr "Nemoguće utvrditi integritet WordPress fajlova zbog greške na mreži"
1921
+
1922
+ #: ../cerber-scanner.php:1376
1923
+ msgid "Unable to check the integrity of the theme due to a network error"
1924
+ msgstr "Nemoguće utvrditi integritet teme zbog greške na mreži"
1925
+
1926
+ #: ../cerber-scanner.php:1379
1927
+ msgid "Local file doesn't exist"
1928
+ msgstr "Lokalni fajl ne postoji"
1929
+
1930
+ #: ../cerber-scanner.php:1381
1931
+ msgid "Unable to process file"
1932
+ msgstr "Nemoguće procesuirati fajl"
1933
+
1934
+ #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1935
+ msgid "Unable to open file"
1936
+ msgstr "Nemoguće otvoriti fajl"
1937
+
1938
+ #: ../cerber-scanner.php:1384
1939
+ msgid "Checksum mismatch"
1940
+ msgstr "Checksum neslaganje"
1941
+
1942
+ #: ../cerber-scanner.php:1387
1943
+ msgid "Suspicious code found"
1944
+ msgstr "Pronađen sumnjivi kod"
1945
+
1946
+ #: ../cerber-scanner.php:1389
1947
+ msgid "Unattended suspicious file"
1948
+ msgstr "Nezapažen sumnjivi fajl"
1949
+
1950
+ #: ../cerber-scanner.php:1390
1951
+ msgid "Executable code found"
1952
+ msgstr "Pronađen kod koji može da se izvrši"
1953
+
1954
+ #: ../cerber-scanner.php:1394
1955
+ msgid "Unwanted file extension"
1956
+ msgstr "Neželjena fajl ekstenzija"
1957
+
1958
+ #: ../cerber-scanner.php:1396
1959
+ msgid "Content has been modified"
1960
+ msgstr "Sadržaj je promenjen"
1961
+
1962
+ #: ../cerber-scanner.php:1397
1963
+ msgid "New file"
1964
+ msgstr "Novi fajl"
1965
+
1966
+ #: ../cerber-scanner.php:2487
1967
+ msgid "Custom signature found"
1968
+ msgstr "Specifičan potpis pronađen"
1969
+
1970
+ #: ../cerber-scanner.php:3730
1971
+ msgid "Scanning folders for files"
1972
+ msgstr "Skeniranje foldera za fajlove"
1973
+
1974
+ #: ../cerber-scanner.php:3734
1975
+ msgid "Parsing the list of files"
1976
+ msgstr "Raščlanjivanje liste fajlova"
1977
+
1978
+ #: ../cerber-scanner.php:3735
1979
+ msgid "Checking for new and modified files"
1980
+ msgstr "Proveravanje novih i promenjenih fajlova"
1981
+
1982
+ #: ../cerber-scanner.php:3736
1983
+ msgid "Verifying the integrity of WordPress"
1984
+ msgstr "Provera integriteta WordPressa"
1985
+
1986
+ #: ../cerber-scanner.php:3737
1987
+ msgid "Verifying the integrity of the plugins"
1988
+ msgstr "Provera integriteta pluginova"
1989
+
1990
+ #: ../cerber-scanner.php:3738
1991
+ msgid "Verifying the integrity of the themes"
1992
+ msgstr "Provera integriteta teme"
1993
+
1994
+ #: ../cerber-scanner.php:3739
1995
+ msgid "Searching for malicious code"
1996
+ msgstr "Pretraga malcioznog koda"
1997
+
1998
+ #: ../cerber-scanner.php:3740
1999
+ msgid "Finalizing the scan"
2000
+ msgstr "Finaliziranje skena"
2001
+
2002
+ #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2003
+ msgid "Files to scan"
2004
+ msgstr "Fajlovi za skeniranje"
2005
+
2006
+ #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2007
+ msgid "Critical issues"
2008
+ msgstr "Kritične tačke"
2009
+
2010
+ #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2011
+ msgid "Issues total"
2012
+ msgstr "Ukupno stavki"
2013
+
2014
+ #: ../cerber-scanner.php:4309
2015
+ msgid "The directory is not writable"
2016
+ msgstr "Direktorijum onemogućen za pisanje"
2017
+
2018
+ #: ../cerber-scanner.php:4327
2019
+ msgid "Unable to create WP CERBER directory"
2020
+ msgstr "Nemoguće kreirati WP CERBER direktorijum"
2021
+
2022
+ #: ../cerber-scanner.php:4533
2023
+ msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2024
+ msgstr "Greška prilikom pristupa fajlu. Mogući neažurni rezultati skena. Molimo Vas da pokrenete brzi ili kompletan sken."
2025
+
2026
+ #: ../cerber-scanner.php:5213
2027
+ msgid "To view full report visit"
2028
+ msgstr "Da vidite kompletan izveštaj posetite"
2029
+
2030
+ #: ../cerber-load.php:3536
2031
+ msgid "Scanner Report"
2032
+ msgstr "Izveštaj skenera"
2033
+
2034
+ #: ../settings.php:403
2035
+ msgid "Monitor new files"
2036
+ msgstr "Pratite nove fajlove"
2037
+
2038
+ #: ../settings.php:410
2039
+ msgid "Monitor modified files"
2040
+ msgstr "Pratite modifikovane fajlove"
2041
+
2042
+ #: ../settings.php:484
2043
+ msgid "If new issues found"
2044
+ msgstr "Ukoliko se pronađu novi problemi"
2045
+
2046
+ #: ../settings.php:1279
2047
+ msgid "The schedule has been updated"
2048
+ msgstr "Raspored je ažuriran"
2049
+
2050
+ #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
2051
+ msgid "Suspicious directives found"
2052
+ msgstr "Sumnjive direktive pronađene"
2053
+
2054
+ #: ../cerber-scanner.php:2665
2055
+ msgid "Suspicious code instruction found"
2056
+ msgstr "Sumnjive instrukcije koda pronađene"
2057
+
2058
+ #: ../cerber-scanner.php:2666
2059
+ msgid "Suspicious code signatures found"
2060
+ msgstr "Sumnjivi potpisi koda pronađeni"
2061
+
2062
+ #: ../cerber-scanner.php:2669
2063
+ msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2064
+ msgstr "Da rešite ovaj problem morate da reinstalirate %s ili ga ažurirate na poslednju verziju."
2065
+
2066
+ #: ../cerber-scanner.php:2670
2067
+ msgid "Please upload a reference ZIP archive"
2068
+ msgstr "Molimo Vas da upload-ujete reference ZIP arhivu"
2069
+
2070
+ #: ../cerber-scanner.php:2671
2071
+ msgid "Resolve issue"
2072
+ msgstr "Rešavanje problema"
2073
+
2074
+ #: ../cerber-scanner.php:4020
2075
+ msgid "We have not found any integrity data to verify"
2076
+ msgstr "Nismo pronašli podatke sa integritetom za potvrdu"
2077
+
2078
+ #: ../cerber-scanner.php:4022
2079
+ 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."
2080
+ msgstr "Morate da omogućite ZIP arhivu sa koje ste izvršili instalaciju. Ovo omogućuje bezbednosti skener da verifikuje integritet koda i detektuje malver."
2081
+
2082
+ #: ../cerber-scanner.php:5060
2083
+ msgid "Full Scan Report"
2084
+ msgstr "Izveštaj kompletnog skenera"
2085
+
2086
+ #: ../cerber-scanner.php:5060
2087
+ msgid "Quick Scan Report"
2088
+ msgstr "Izveštaj brzog skenera"
2089
+
2090
+ #: ../cerber-scanner.php:5073
2091
+ msgid "Files scanned"
2092
+ msgstr "Skenirani fajlovi"
2093
+
2094
+ #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2095
+ #: php:1094
2096
+ msgid "Check for activities"
2097
+ msgstr "Proverite aktivnosti"
2098
+
2099
+ #: ../dashboard.php:1057
2100
+ msgid "Activated"
2101
+ msgstr "Aktivirano"
2102
+
2103
+ #: ../common.php:879
2104
+ msgid "Malicious request denied"
2105
+ msgstr "Maliciozni zahtev odbijen"
2106
+
2107
+ #: ../common.php:883
2108
+ msgid "User activated"
2109
+ msgstr "Korisnik aktiviran"
2110
+
2111
+ #: ../common.php:898
2112
+ msgid "Suspicious number of fields"
2113
+ msgstr "Sumnjivi broj polja"
2114
+
2115
+ #: ../common.php:899
2116
+ msgid "Suspicious number of nested values"
2117
+ msgstr "Sumnjivi broj ugrađenih vrednosti"
2118
+
2119
+ #: ../common.php:900 ../common.php:935
2120
+ msgid "Malicious code detected"
2121
+ msgstr "Maliciozni kod aktiviran"
2122
+
2123
+ #: ../common.php:936
2124
+ msgid "Attempt to upload a file with malicious code"
2125
+ msgstr "Pokušaj uploada malicioznog koda"
2126
+
2127
+ #: ../common.php:1105
2128
+ msgid "Bytes"
2129
+ msgstr "Bajtovi"
2130
+
2131
+ #: ../cerber-scanner.php:1372
2132
+ msgid "Vulnerability found"
2133
+ msgstr "Pronađena slabost"
2134
+
2135
+ #: ../cerber-scanner.php:1377
2136
+ msgid "Unable to check the integrity due to a DB error"
2137
+ msgstr "Nemogućnost uvrđivanja integriteta zbog greške data baze"
2138
+
2139
+ #: ../cerber-scanner.php:3731
2140
+ msgid "Scanning the upload folder for files"
2141
+ msgstr "Skeniranje fajlova upload foldera"
2142
+
2143
+ #: ../cerber-scanner.php:3732
2144
+ msgid "Scanning the temp folder for files"
2145
+ msgstr "Skeniranje fajlova privremenog foldera"
2146
+
2147
+ #: ../cerber-scanner.php:3733
2148
+ msgid "Scanning the session folder for files"
2149
+ msgstr "Skeniranje fajlova foldera sesija"
2150
+
2151
+ #: ../settings.php:449
2152
+ msgid "Automated recurring scan schedule"
2153
+ msgstr "Raspored skeniranja sa automatskim ponavljanjem"
2154
+
2155
+ #: ../settings.php:465
2156
+ msgid "Scan results reporting"
2157
+ msgstr "Izveštavanje o rezultatima skeniranja"
2158
+
2159
+ #: ../dashboard.php:3270
2160
+ msgid "Suspicious activity"
2161
+ msgstr "Sumnjiva aktivnost"
2162
+
2163
+ #: ../dashboard.php:3271
2164
+ msgid "Errors"
2165
+ msgstr "Greške"
2166
+
2167
+ #: ../dashboard.php:3633
2168
+ msgid "Antispam engine"
2169
+ msgstr "Antispam engine"
2170
+
2171
+ #. Description of the plugin
2172
+ #:
2173
+ 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."
2174
+ msgstr "Brani WordPress od hakerskih napada, spema, trojanaca, i virusa. Sadrži malver skener i proveru integriteta. Osnažuje WordPress setom složenih sigurnosnih algoritama. Štiti od spema sofisticiranim sistemom protiv botova i reCAPTCHA. Prati korisničku aktivnost i aktivnost napadača pomoću moćnih mail, mobilnih i desktop notifikacija."
2175
+
2176
+ #: ../cerber-load.php:377
2177
+ msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2178
+ msgstr "Premašili ste broj dozvoljenih login pokušaja. Pokušajte ponovo za $d minuta."
2179
+
2180
+ #: ../common.php:1020
2181
+ msgctxt "preposition of a period of time like: in 6 hours"
2182
+ msgid "in %s"
2183
+ msgstr "U %s"
2184
+
2185
+ #: ../settings.php:1005
2186
+ msgctxt "preposition of time like: at 11:00"
2187
+ msgid "at"
2188
+ msgstr "u"
2189
+
2190
+ #: ../cerber-scanner.php:80
2191
+ msgid "Quarantine"
2192
+ msgstr "Karantin"
2193
+
2194
+ #: ../cerber-scanner.php:3815
2195
+ msgid "Started"
2196
+ msgstr "Počelo"
2197
+
2198
+ #: ../cerber-scanner.php:3819
2199
+ msgid "Finished"
2200
+ msgstr "Završilo se"
2201
+
2202
+ #: ../cerber-scanner.php:3827
2203
+ msgid "Performance"
2204
+ msgstr "Performanse"
2205
+
2206
+ #: ../cerber-scanner.php:3839
2207
+ msgid "Vulnerabilities"
2208
+ msgstr "Ranjivost"
2209
+
2210
+ #: ../cerber-scanner.php:3843
2211
+ msgid "New files"
2212
+ msgstr "Novi fajlovi"
2213
+
2214
+ #: ../cerber-scanner.php:3847
2215
+ msgid "Changed files"
2216
+ msgstr "Promenjeni fajlovi"
2217
+
2218
+ #: ../cerber-scanner.php:3851
2219
+ msgid "Unwanted extensions"
2220
+ msgstr "Neželjene ekstenzije"
2221
+
2222
+ #: ../settings.php:521 ../cerber-scanner.php:3855
2223
+ msgid "Unattended files"
2224
+ msgstr "Fajlovi bez nadzora"
2225
+
2226
+ #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2227
+ msgid "Scanned"
2228
+ msgstr "Skenirani"
2229
+
2230
+ #: ../cerber-scanner.php:5446
2231
+ msgid "There are no files in the quarantine at the moment."
2232
+ msgstr "Trenutno nema fajlova u karantinu."
2233
+
2234
+ #: ../cerber-scanner.php:5529
2235
+ msgid "Restore"
2236
+ msgstr "Restore"
2237
+
2238
+ #: ../cerber-scanner.php:5524
2239
+ msgid "Delete permanently"
2240
+ msgstr "Obriši trajno"
2241
+
2242
+ #: ../cerber-scanner.php:5537
2243
+ msgid "Moved to quarantine"
2244
+ msgstr "Pomeri u karantin"
2245
+
2246
+ #: ../cerber-scanner.php:5538
2247
+ msgid "Automatic deletion"
2248
+ msgstr "Automatsko brisanje"
2249
+
2250
+ #: ../cerber-scanner.php:5539
2251
+ msgid "Size"
2252
+ msgstr "Veličina"
2253
+
2254
+ #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2255
+ msgid "File"
2256
+ msgstr "Fajl"
2257
+
2258
+ #: ../cerber-scanner.php:5608
2259
+ msgid "The file has been deleted permanently."
2260
+ msgstr "Fajl je trajno obrisan."
2261
+
2262
+ #: ../cerber-scanner.php:5617
2263
+ msgid "The file has been restored to its original location."
2264
+ msgstr "Fajl je vraćen na originalnu lokaciju."
2265
+
2266
+ #: ../dashboard.php:1356
2267
+ msgid "Integrity"
2268
+ msgstr "Integritet"
2269
+
2270
+ #: ../common.php:873
2271
+ msgid "Attempt to upload malicious file denied"
2272
+ msgstr "Pokušaj uploada malicioznog fajla odbijen"
2273
+
2274
+ #: ../cerber-news.php:209
2275
+ msgid "Awesome!"
2276
+ msgstr "Odlično!"
2277
+
2278
+ #: ../settings.php:519
2279
+ msgid "Automatic cleanup of malware and suspicious files"
2280
+ msgstr "Automatsko čišćenje malvera i sumnjivih fajlova"
2281
+
2282
+ #: ../settings.php:528
2283
+ msgid "Files in the uploads folder"
2284
+ msgstr "Fajlovi u upload folderu"
2285
+
2286
+ #: ../settings.php:535
2287
+ msgid "Files with unwanted extensions"
2288
+ msgstr "Fajlovi sa neželjenih ekstenzijama"
2289
+
2290
+ #: ../settings.php:542
2291
+ msgid "Exclusions"
2292
+ msgstr "Isključivanje"
2293
+
2294
+ #: ../settings.php:543
2295
+ msgid "Files in the temporary directory"
2296
+ msgstr "Fajlovi u privremenom direktorijumu"
2297
+
2298
+ #: ../settings.php:549
2299
+ msgid "Files in the sessions directory"
2300
+ msgstr "Fajlovi u direktorijumu sesije"
2301
+
2302
+ #: ../settings.php:555
2303
+ msgid "Files in these directories"
2304
+ msgstr "Fajlovi u ovim direktorijumima"
2305
+
2306
+ #: ../settings.php:561
2307
+ msgid "Use absolute paths. One item per line."
2308
+ msgstr "Koristite apsolutne putanje. Jedan unos po liniji."
2309
+
2310
+ #: ../settings.php:563
2311
+ msgid "Files with these extensions"
2312
+ msgstr "Fajlovi sa ovim ekstenzijama"
2313
+
2314
+ #: ../settings.php:569
2315
+ msgid "Use comma to separate items."
2316
+ msgstr "Koristite zarez da odvojite stavke."
2317
+
2318
+ #: ../cerber-scanner.php:78
2319
+ msgid "Cleaning up"
2320
+ msgstr "Čišćenje"
2321
+
2322
+ #: ../cerber-scanner.php:1388
2323
+ msgid "Malicious code found"
2324
+ msgstr "Maliciozni kod pronađen"
2325
+
2326
+ #: ../cerber-scanner.php:2662
2327
+ 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."
2328
+ msgstr "Ovaj fajl sadrži kod koji može da se izvrši i koji može da sadrži malver. Ako je fajl deo tema ili plugina, mora biti lociran u folderu teme ili plugina. Bez izuzetaka."
2329
+
2330
+ #: ../cerber-scanner.php:2663
2331
+ 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."
2332
+ msgstr "Skener je prepoznao ovaj fajl kao fajl bez vlasništva odnosno fajl koji nije deo nečega drugog jer ne pripada nijednom drugog delu veb-sajta i zbog toga ne bi trebalo da bude prisutan."
2333
+
2334
+ #: ../cerber-scanner.php:2664
2335
+ 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."
2336
+ msgstr "Možda je ostalo nakon ažuriranja na novu verziju %s. Takođe može biti deo malvera. U retkim slučajevima može biti deo custom razvijenog plugina ili teme."
2337
+
2338
+ #: ../cerber-scanner.php:2668
2339
+ 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."
2340
+ msgstr "Sadržaj fajla se promenio i ne podudara se sa onim što piše u zvaničnom WordPress repozitorijumu ili referentnom fajlu koji ste popeli ranije. Fajl je možda inficiran ili sadrži malver."
2341
+
2342
+ #: ../cerber-scanner.php:5154
2343
+ msgid "Deleted"
2344
+ msgstr "Obrisano"
2345
+
2346
+ #: ../cerber-scanner.php:5201
2347
+ msgid "Automatically moved to quarantine"
2348
+ msgstr "Automatski pomereno u karantin"
2349
+
2350
+ #: ../common.php:901
2351
+ msgid "Suspicious SQL code detected"
2352
+ msgstr "Sumnjivi SQL kod otkriven"
2353
+
2354
+ #: ../dashboard.php:1337
2355
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2356
+ msgid "Last malware scan"
2357
+ msgstr "Poslednji malver sken"
2358
+
2359
+ #: ../dashboard.php:2909
2360
+ msgid "Live Traffic"
2361
+ msgstr "Saobraćaj uživo"
2362
+
2363
+ #: ../settings.php:117
2364
+ msgid "Use English for admin interface"
2365
+ msgstr "Koristi engleski za admin panel"
2366
+
2367
+ #: ../cerber-tools.php:42
2368
+ msgid "Log"
2369
+ msgstr "Log"
2370
+
2371
+ #: ../settings.php:429
2372
+ msgid "Enable diagnostic log"
2373
+ msgstr "Omogući dijagnostik log"
2374
+
2375
+ #: ../settings.php:128
2376
+ msgid "Disable PHP in uploads"
2377
+ msgstr "Isključi PHP u uploadu"
2378
+
2379
+ #: ../settings.php:128
2380
+ msgid "Disable execution of PHP scripts in the WordPress media folder"
2381
+ msgstr "Onemogući izvršavanje PHP skripti u WordPress media folderu"
2382
+
2383
+ #: ../settings.php:130
2384
+ msgid "Disable PHP error displaying"
2385
+ msgstr "Onemogući PHP error prikaz"
2386
+
2387
+ #: ../cerber-scanner.php:79
2388
+ msgid "Ignore List"
2389
+ msgstr "Ignore lista"
2390
+
2391
+ #: ../cerber-scanner.php:194
2392
+ msgid "Ignore"
2393
+ msgstr "Ignoriši"
2394
+
2395
+ #: ../cerber-scanner.php:5639
2396
+ msgid "Apply"
2397
+ msgstr "Primeni"
2398
+
2399
+ #: ../cerber-scanner.php:5670
2400
+ msgid "Added"
2401
+ msgstr "Dodato"
2402
+
2403
+ #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2404
+ msgid "Remove from the list"
2405
+ msgstr "Pomeri sa liste"
2406
+
2407
+ #: ../cerber-scanner.php:5641
2408
+ msgid "User Insights"
2409
+ msgstr "Uvid u korisnike"
2410
+
2411
+ #: ../cerber-scanner.php:5642
2412
+ msgid "Traffic Insights"
2413
+ msgstr "Uvid u saobraćaj"
2414
+
2415
+ #: ../cerber-scanner.php:5643
2416
+ msgid "Activity Insights"
2417
+ msgstr "Uvid u aktivnost"
2418
+
2419
+ #: ../dashboard.php:2279
2420
+ msgid "Are you sure you want to delete selected files?"
2421
+ msgstr "Da li ste sigurni da želite da obrišete označene fajlove?"
2422
+
2423
+ #: ../dashboard.php:2280
2424
+ msgid "These files have been moved to the quarantine"
2425
+ msgstr "Ovi fajlovi su pomereni u karantin"
2426
+
2427
+ #: ../dashboard.php:2283
2428
+ msgid "Do you want to add selected files to the ignore list?"
2429
+ msgstr "Da li želite da dodate označete fajlove na ingor listu?"
2430
+
2431
+ #: ../dashboard.php:2284
2432
+ msgid "These files have been added to the ignore list"
2433
+ msgstr "Ovi fajlovi su dodati na ignor listu"
2434
+
2435
+ #: ../dashboard.php:2286
2436
+ msgid "Some errors occurred"
2437
+ msgstr "Pojavile su se greške"
2438
+
2439
+ #: ../dashboard.php:2287
2440
+ msgid "All files have been processed"
2441
+ msgstr "Svi fajlovi su procesuirani"
2442
+
2443
+ #: ../dashboard.php:2444
2444
+ msgid "These features are available in a professional version of the plugin."
2445
+ msgstr "Ove opcije su dostupne u profesionalnoj verziji plugina."
2446
+
2447
+ #: ../dashboard.php:2445
2448
+ msgid "Know more about all advantages at"
2449
+ msgstr "Saznajte više o svim prednostima na"
2450
+
2451
+ #: ../common.php:902
2452
+ msgid "Suspicious JavaScript code detected"
2453
+ msgstr "Sumnjiv JavaScript kod otkriven"
2454
+
2455
+ #: ../settings.php:1282
2456
+ msgid "Unable to update the schedule"
2457
+ msgstr "Nije moguće ažurirati raspored"
2458
+
2459
+ #: ../cerber-scanner.php:5554
2460
+ msgid "All scans"
2461
+ msgstr "Svi skenovi"
2462
+
2463
+ #: ../cerber-scanner.php:5645
2464
+ msgid "The list is empty."
2465
+ msgstr "Lista je prazna"
2466
+
2467
+ #: ../cerber-scanner.php:5507
2468
+ msgid "No files match the specified filter."
2469
+ msgstr "Nema fajlova koji se podudaraju sa filterom"
2470
+
2471
+ #: ../cerber-scanner.php:5507
2472
+ msgid "Click here to see the full list of files"
2473
+ msgstr "Kliknite ovde da vidite listu svih fajlova"
2474
+
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: Thu Nov 01 2018 10:47:00 GMT+0300\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -28,8 +28,8 @@ msgstr ""
28
  msgid "Cerber Dashboard"
29
  msgstr ""
30
 
31
- #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2175 ../settings.
32
- #: php:624
33
  msgid "Dashboard"
34
  msgstr ""
35
 
@@ -37,7 +37,7 @@ msgstr ""
37
  msgid "Cerber Traffic Inspector"
38
  msgstr ""
39
 
40
- #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2919
41
  msgid "Traffic Inspector"
42
  msgstr ""
43
 
@@ -45,7 +45,7 @@ msgstr ""
45
  msgid "Cerber Security Rules"
46
  msgstr ""
47
 
48
- #: ../dashboard.php:60 ../dashboard.php:2581
49
  msgid "Security Rules"
50
  msgstr ""
51
 
@@ -57,7 +57,7 @@ msgstr ""
57
  msgid "Cerber antispam settings"
58
  msgstr ""
59
 
60
- #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
61
  msgid "Antispam"
62
  msgstr ""
63
 
@@ -73,16 +73,16 @@ msgstr ""
73
  msgid "Remove"
74
  msgstr ""
75
 
76
- #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3242 ../cerber-load.
77
- #: php:4024
78
  msgid "IP"
79
  msgstr ""
80
 
81
- #: ../dashboard.php:135 ../dashboard.php:737
82
  msgid "Hostname"
83
  msgstr ""
84
 
85
- #: ../dashboard.php:136 ../dashboard.php:738
86
  msgid "Country"
87
  msgstr ""
88
 
@@ -90,11 +90,11 @@ msgstr ""
90
  msgid "Expires"
91
  msgstr ""
92
 
93
- #: ../dashboard.php:138 ../cerber-load.php:3479
94
  msgid "Reason"
95
  msgstr ""
96
 
97
- #: ../dashboard.php:139 ../cerber-scanner.php:5588 ../cerber-scanner.php:5719
98
  msgid "Action"
99
  msgstr ""
100
 
@@ -115,8 +115,8 @@ msgstr ""
115
  msgid "No lockouts at the moment. The sky is clear."
116
  msgstr ""
117
 
118
- #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
119
- #: php:1318 ../dashboard.php:3067 ../cerber-load.php:4295 ../settings.php:594
120
  msgid "White IP Access List"
121
  msgstr ""
122
 
@@ -124,8 +124,8 @@ msgstr ""
124
  msgid "These IPs will never be locked out"
125
  msgstr ""
126
 
127
- #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
128
- #: php:1319 ../dashboard.php:3068
129
  msgid "Black IP Access List"
130
  msgstr ""
131
 
@@ -137,8 +137,8 @@ msgstr ""
137
  msgid "Your IP"
138
  msgstr ""
139
 
140
- #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
141
- #: php:1094
142
  msgid "Check for activities"
143
  msgstr ""
144
 
@@ -176,8 +176,8 @@ msgstr ""
176
  msgid "Address %s was added to Black IP Access List"
177
  msgstr ""
178
 
179
- #: ../dashboard.php:361 ../dashboard.php:2997 ../whois.php:223 ../whois.php:254 ..
180
- #: /common.php:926 ../common.php:1294
181
  msgid "Unknown"
182
  msgstr ""
183
 
@@ -198,467 +198,496 @@ msgstr ""
198
  msgid "Lockout for %s was removed"
199
  msgstr ""
200
 
201
- #: ../dashboard.php:453 ../dashboard.php:2006
202
  msgid "Settings saved"
203
  msgstr ""
204
 
205
- #: ../dashboard.php:568
206
  msgid "IP address"
207
  msgstr ""
208
 
209
- #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3240
 
210
  msgid "Date"
211
  msgstr ""
212
 
213
- #: ../dashboard.php:568 ../dashboard.php:740
214
  msgid "Event"
215
  msgstr ""
216
 
217
- #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3245
218
  msgid "Local User"
219
  msgstr ""
220
 
221
- #: ../dashboard.php:568
222
  msgid "User login"
223
  msgstr ""
224
 
225
- #: ../dashboard.php:568
226
  msgid "User ID"
227
  msgstr ""
228
 
229
- #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
230
  msgid "Username used"
231
  msgstr ""
232
 
233
- #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3072 ../common.php:
234
- #: 890
235
  msgid "Locked out"
236
  msgstr ""
237
 
238
- #: ../dashboard.php:760
239
  msgid "Export"
240
  msgstr ""
241
 
242
- #: ../dashboard.php:764
243
  msgid "No activity has been logged."
244
  msgstr ""
245
 
246
- #: ../dashboard.php:771
247
  msgid "All events"
248
  msgstr ""
249
 
250
- #: ../dashboard.php:782
251
  msgid "Search for IP or username"
252
  msgstr ""
253
 
254
- #: ../dashboard.php:782
255
  msgid "Filter"
256
  msgstr ""
257
 
258
- #: ../dashboard.php:978
259
  msgid "Abuse email:"
260
  msgstr ""
261
 
262
- #: ../dashboard.php:982
263
  msgid "Network:"
264
  msgstr ""
265
 
266
- #: ../dashboard.php:996
267
  msgid "Add network to the Black List"
268
  msgstr ""
269
 
270
- #: ../dashboard.php:1001
271
  msgid "Add IP to the Black List"
272
  msgstr ""
273
 
274
- #: ../dashboard.php:1057
275
  msgid "Activated"
276
  msgstr ""
277
 
278
- #: ../dashboard.php:1078
279
  msgid "Last seen"
280
  msgstr ""
281
 
282
- #: ../dashboard.php:1088 ../dashboard.php:1183
283
  msgid "Registered"
284
  msgstr ""
285
 
286
- #: ../dashboard.php:1180
287
  msgid "Comments"
288
  msgstr ""
289
 
290
- #: ../dashboard.php:1181
291
  msgid "Last login"
292
  msgstr ""
293
 
294
- #: ../dashboard.php:1182
295
  msgid "Failed login attempts"
296
  msgstr ""
297
 
298
- #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
299
  msgid "Never"
300
  msgstr ""
301
 
302
- #: ../dashboard.php:1253
303
  msgid "You"
304
  msgstr ""
305
 
306
- #: ../dashboard.php:1271
307
  msgid "Cerber Quick View"
308
  msgstr ""
309
 
310
- #: ../dashboard.php:1305 ../dashboard.php:1327
311
  msgid "active"
312
  msgstr ""
313
 
314
- #: ../dashboard.php:1305
315
  msgid "deactivate"
316
  msgstr ""
317
 
318
- #: ../dashboard.php:1307
319
  msgid "not active"
320
  msgstr ""
321
 
322
- #: ../dashboard.php:1308 ../dashboard.php:1322
323
  msgid "disabled"
324
  msgstr ""
325
 
326
- #: ../dashboard.php:1313
327
  msgid "failed attempts"
328
  msgstr ""
329
 
330
- #: ../dashboard.php:1313 ../dashboard.php:1314
331
  msgid "in 24 hours"
332
  msgstr ""
333
 
334
- #: ../dashboard.php:1313 ../dashboard.php:1314
335
  msgid "view all"
336
  msgstr ""
337
 
338
- #: ../dashboard.php:1314
339
  msgid "lockouts"
340
  msgstr ""
341
 
342
- #: ../dashboard.php:1316
343
  msgid "Lockouts at the moment"
344
  msgstr ""
345
 
346
- #: ../dashboard.php:1317
347
  msgid "Last lockout"
348
  msgstr ""
349
 
350
- #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2153
351
  msgid "entry"
352
  msgid_plural "entries"
353
  msgstr[0] ""
354
  msgstr[1] ""
355
 
356
- #: ../dashboard.php:1320 ../settings.php:103
357
  msgid "Citadel mode"
358
  msgstr ""
359
 
360
- #: ../dashboard.php:1322
361
  msgid "enabled"
362
  msgstr ""
363
 
364
- #: ../dashboard.php:1327
365
  msgid "no connection"
366
  msgstr ""
367
 
368
- #: ../dashboard.php:1337
369
  msgctxt "Example: Last malware scan: 23 Jan 2018"
370
  msgid "Last malware scan"
371
  msgstr ""
372
 
373
- #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1467
374
  msgid "Disabled"
375
  msgstr ""
376
 
377
- #: ../dashboard.php:1341 ../cerber-scanner.php:916
378
  msgid "Quick Scan"
379
  msgstr ""
380
 
381
- #: ../dashboard.php:1343 ../cerber-scanner.php:916
382
  msgid "Full Scan"
383
  msgstr ""
384
 
385
- #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
386
- #: /settings.php:108 ../settings.php:625
387
  msgid "Activity"
388
  msgstr ""
389
 
390
- #: ../dashboard.php:1355
391
  msgid "Traffic"
392
  msgstr ""
393
 
394
- #: ../dashboard.php:1356
395
  msgid "Integrity"
396
  msgstr ""
397
 
398
- #: ../dashboard.php:1632 ../settings.php:83
399
  msgid "My site is behind a reverse proxy"
400
  msgstr ""
401
 
402
- #: ../dashboard.php:1808
403
  msgid "in the last 24 hours"
404
  msgstr ""
405
 
406
- #: ../dashboard.php:1814 ../dashboard.php:1844
407
  msgid "View all"
408
  msgstr ""
409
 
410
- #: ../dashboard.php:1822 ../common.php:835
411
  msgid "User registered"
412
  msgstr ""
413
 
414
- #: ../dashboard.php:1823
415
  msgid "All suspicious activity"
416
  msgstr ""
417
 
418
- #: ../dashboard.php:1845
419
  msgid "Recently locked out IP addresses"
420
  msgstr ""
421
 
422
- #: ../dashboard.php:1870
423
  msgid "Confused about some settings?"
424
  msgstr ""
425
 
426
- #: ../dashboard.php:1871
427
  msgid "You can easily load default recommended settings using button below"
428
  msgstr ""
429
 
430
- #: ../dashboard.php:1873
431
  msgid "Load default settings"
432
  msgstr ""
433
 
434
- #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5564 ..
435
- #: /cerber-scanner.php:5706
436
  msgid "Are you sure?"
437
  msgstr ""
438
 
439
- #: ../dashboard.php:1881
440
  msgid "doesn't affect Custom login URL and Access Lists"
441
  msgstr ""
442
 
443
- #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
444
  msgid "Getting Started Guide"
445
  msgstr ""
446
 
447
- #: ../dashboard.php:1989
448
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
449
  msgstr ""
450
 
451
- #: ../dashboard.php:1990
452
  msgid "Deactivate"
453
  msgstr ""
454
 
455
- #: ../dashboard.php:1991 ../dashboard.php:2401
456
  msgid "View Activity"
457
  msgstr ""
458
 
459
- #: ../dashboard.php:2073
460
  msgid "Subscribe"
461
  msgstr ""
462
 
463
- #: ../dashboard.php:2074 ../cerber-tools.php:284
464
  msgid "Unsubscribe"
465
  msgstr ""
466
 
467
- #: ../dashboard.php:2102
468
  msgid "You've subscribed"
469
  msgstr ""
470
 
471
- #: ../dashboard.php:2105
472
  msgid "You've unsubscribed"
473
  msgstr ""
474
 
475
- #: ../dashboard.php:2176
476
  msgid "Main settings"
477
  msgstr ""
478
 
479
- #: ../dashboard.php:2280
480
  msgid "Are you sure you want to delete selected files?"
481
  msgstr ""
482
 
483
- #: ../dashboard.php:2281
484
  msgid "These files have been moved to the quarantine"
485
  msgstr ""
486
 
487
- #: ../dashboard.php:2284
488
  msgid "Do you want to add selected files to the ignore list?"
489
  msgstr ""
490
 
491
- #: ../dashboard.php:2285
492
  msgid "These files have been added to the ignore list"
493
  msgstr ""
494
 
495
- #: ../dashboard.php:2287
496
  msgid "Some errors occurred"
497
  msgstr ""
498
 
499
- #: ../dashboard.php:2288
500
  msgid "All files have been processed"
501
  msgstr ""
502
 
503
- #: ../dashboard.php:2445
504
  msgid "These features are available in a professional version of the plugin."
505
  msgstr ""
506
 
507
- #: ../dashboard.php:2446
508
  msgid "Know more about all advantages at"
509
  msgstr ""
510
 
511
- #: ../dashboard.php:2573
512
  msgid "Countries"
513
  msgstr ""
514
 
515
- #: ../dashboard.php:2642
516
  #, php-format
517
  msgid "Permitted for one country"
518
  msgid_plural "Permitted for %d countries"
519
  msgstr[0] ""
520
  msgstr[1] ""
521
 
522
- #: ../dashboard.php:2645
523
  #, php-format
524
  msgid "Not permitted for one country"
525
  msgid_plural "Not permitted for %d countries"
526
  msgstr[0] ""
527
  msgstr[1] ""
528
 
529
- #: ../dashboard.php:2653
530
  msgid "No rule"
531
  msgstr ""
532
 
533
- #: ../dashboard.php:2709
534
  msgid "Start typing here to find a country"
535
  msgstr ""
536
 
537
- #: ../dashboard.php:2792
538
  msgid "Click on a country name to add it to the list of selected countries"
539
  msgstr ""
540
 
541
- #: ../dashboard.php:2796
542
  #, php-format
543
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
544
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
545
  msgstr ""
546
 
547
- #: ../dashboard.php:2799
548
  #, php-format
549
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
550
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
551
  msgstr ""
552
 
553
- #: ../dashboard.php:2816
554
  msgid "Submit forms"
555
  msgstr ""
556
 
557
- #: ../dashboard.php:2817
558
  msgid "Post comments"
559
  msgstr ""
560
 
561
- #: ../dashboard.php:2818
562
  msgid "Log in to the website"
563
  msgstr ""
564
 
565
- #: ../dashboard.php:2819
566
  msgid "Register on the website"
567
  msgstr ""
568
 
569
- #: ../dashboard.php:2820
570
  msgid "Use XML-RPC"
571
  msgstr ""
572
 
573
- #: ../dashboard.php:2821
574
  msgid "Use REST API"
575
  msgstr ""
576
 
577
- #: ../dashboard.php:2865
578
  msgid "Security rules have been updated"
579
  msgstr ""
580
 
581
- #: ../dashboard.php:2910
582
  msgid "Live Traffic"
583
  msgstr ""
584
 
585
- #: ../dashboard.php:2911 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
586
  #: scanner.php:76
587
  msgid "Settings"
588
  msgstr ""
589
 
590
- #: ../dashboard.php:3241
 
 
 
 
591
  msgid "Request"
592
  msgstr ""
593
 
594
- #: ../dashboard.php:3243
595
  msgid "Host Info"
596
  msgstr ""
597
 
598
- #: ../dashboard.php:3244
599
  msgid "User Agent"
600
  msgstr ""
601
 
602
- #: ../dashboard.php:3261
603
  msgid "No requests have been logged."
604
  msgstr ""
605
 
606
- #: ../dashboard.php:3269
607
  msgid "All requests"
608
  msgstr ""
609
 
610
- #: ../dashboard.php:3271
611
  msgid "Suspicious activity"
612
  msgstr ""
613
 
614
- #: ../dashboard.php:3272
615
  msgid "Errors"
616
  msgstr ""
617
 
618
- #: ../dashboard.php:3273 ../settings.php:179
619
  msgid "Logged in users"
620
  msgstr ""
621
 
622
- #: ../dashboard.php:3274
623
  msgid "Not logged in visitors"
624
  msgstr ""
625
 
626
- #: ../dashboard.php:3277
627
  msgid "Form submissions"
628
  msgstr ""
629
 
630
- #: ../dashboard.php:3279
631
  msgid "Page Not Found"
632
  msgstr ""
633
 
634
- #: ../dashboard.php:3286
635
  msgid "Longer than"
636
  msgstr ""
637
 
638
- #: ../dashboard.php:3302
639
  msgid "Refresh"
640
  msgstr ""
641
 
642
- #: ../dashboard.php:3556
643
  msgid "Any"
644
  msgstr ""
645
 
646
- #: ../dashboard.php:3598
647
  msgid "Advanced search"
648
  msgstr ""
649
 
650
- #: ../dashboard.php:3634
651
  msgid "Antispam engine"
652
  msgstr ""
653
 
654
- #: ../dashboard.php:3643
655
  msgid "Antispam and bot detection settings"
656
  msgstr ""
657
 
658
- #: ../dashboard.php:3701
659
  msgid "Help"
660
  msgstr ""
661
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
662
  #. Name of the plugin
663
  msgid "WP Cerber Security, Antispam & Malware Scan"
664
  msgstr ""
@@ -704,260 +733,264 @@ msgstr ""
704
  msgid "Lockouts occurred"
705
  msgstr ""
706
 
707
- #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
708
- #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
709
- #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
710
- #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
711
- #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
712
- #: /settings.php:1114
713
  msgid "ERROR:"
714
  msgstr ""
715
 
716
- #: ../common.php:834
717
  msgid "User created"
718
  msgstr ""
719
 
720
- #: ../common.php:836
721
  msgid "Logged in"
722
  msgstr ""
723
 
724
- #: ../common.php:837
725
  msgid "Logged out"
726
  msgstr ""
727
 
728
- #: ../common.php:838
729
  msgid "Login failed"
730
  msgstr ""
731
 
732
- #: ../common.php:841
733
  msgid "IP blocked"
734
  msgstr ""
735
 
736
- #: ../common.php:842
737
  msgid "Subnet blocked"
738
  msgstr ""
739
 
740
- #: ../common.php:844
741
  msgid "Citadel activated!"
742
  msgstr ""
743
 
744
- #: ../common.php:845
745
  msgid "Spam comment denied"
746
  msgstr ""
747
 
748
- #: ../common.php:846
749
  msgid "Spam form submission denied"
750
  msgstr ""
751
 
752
- #: ../common.php:847
753
  msgid "Form submission denied"
754
  msgstr ""
755
 
756
- #: ../common.php:848
757
  msgid "Comment denied"
758
  msgstr ""
759
 
760
- #: ../common.php:859
761
  msgid "Password changed"
762
  msgstr ""
763
 
764
- #: ../common.php:860
765
  msgid "Password reset requested"
766
  msgstr ""
767
 
768
- #: ../common.php:862
769
  msgid "reCAPTCHA verification failed"
770
  msgstr ""
771
 
772
- #: ../common.php:863
773
  msgid "reCAPTCHA settings are incorrect"
774
  msgstr ""
775
 
776
- #: ../common.php:864
777
  msgid "Request to the Google reCAPTCHA service failed"
778
  msgstr ""
779
 
780
- #: ../common.php:866
781
  msgid "Attempt to access prohibited URL"
782
  msgstr ""
783
 
784
- #: ../common.php:867 ../common.php:929
785
  msgid "Attempt to log in with non-existent username"
786
  msgstr ""
787
 
788
- #: ../common.php:868 ../common.php:930
789
  msgid "Attempt to log in with prohibited username"
790
  msgstr ""
791
 
792
- #: ../common.php:870
793
  msgid "Attempt to log in denied"
794
  msgstr ""
795
 
796
- #: ../common.php:871
797
  msgid "Attempt to register denied"
798
  msgstr ""
799
 
800
- #: ../common.php:872 ../common.php:934
801
  msgid "Probing for vulnerable PHP code"
802
  msgstr ""
803
 
804
- #: ../common.php:873
805
  msgid "Attempt to upload malicious file denied"
806
  msgstr ""
807
 
808
- #: ../common.php:874
809
  msgid "File upload denied"
810
  msgstr ""
811
 
812
- #: ../common.php:876
813
  msgid "Request to REST API denied"
814
  msgstr ""
815
 
816
- #: ../common.php:877
817
  msgid "XML-RPC request denied"
818
  msgstr ""
819
 
820
- #: ../common.php:879
821
  msgid "Malicious request denied"
822
  msgstr ""
823
 
824
- #: ../common.php:883
825
  msgid "User activated"
826
  msgstr ""
827
 
828
- #: ../common.php:888
829
  msgid "Bot detected"
830
  msgstr ""
831
 
832
- #: ../common.php:889
833
  msgid "Citadel mode is active"
834
  msgstr ""
835
 
836
- #: ../common.php:891
837
  msgid "IP blacklisted"
838
  msgstr ""
839
 
840
- #: ../common.php:893
841
  msgid "Malicious activity detected"
842
  msgstr ""
843
 
844
- #: ../common.php:894
845
  msgid "Blocked by country rule"
846
  msgstr ""
847
 
848
- #: ../common.php:895
849
  msgid "Limit reached"
850
  msgstr ""
851
 
852
- #: ../common.php:896
853
  msgid "Multiple suspicious activities"
854
  msgstr ""
855
 
856
- #: ../common.php:897
857
  msgid "Denied"
858
  msgstr ""
859
 
860
- #: ../common.php:898
861
  msgid "Suspicious number of fields"
862
  msgstr ""
863
 
864
- #: ../common.php:899
865
  msgid "Suspicious number of nested values"
866
  msgstr ""
867
 
868
- #: ../common.php:900 ../common.php:935
869
  msgid "Malicious code detected"
870
  msgstr ""
871
 
872
- #: ../common.php:901
873
  msgid "Suspicious SQL code detected"
874
  msgstr ""
875
 
876
- #: ../common.php:902
877
  msgid "Suspicious JavaScript code detected"
878
  msgstr ""
879
 
880
- #: ../common.php:927
881
  msgid "Limit on login attempts is reached"
882
  msgstr ""
883
 
884
- #: ../common.php:928
885
  msgid "Attempt to access"
886
  msgstr ""
887
 
888
- #: ../common.php:931
889
  msgid "Limit on failed reCAPTCHA verifications is reached"
890
  msgstr ""
891
 
892
- #: ../common.php:932
893
  msgid "Bot activity is detected"
894
  msgstr ""
895
 
896
- #: ../common.php:933
897
  msgid "Multiple suspicious activities were detected"
898
  msgstr ""
899
 
900
- #: ../common.php:936
901
  msgid "Attempt to upload a file with malicious code"
902
  msgstr ""
903
 
904
- #: ../common.php:1020
 
 
 
 
905
  #, php-format
906
  msgid "%s ago"
907
  msgstr ""
908
 
909
- #: ../common.php:1020
910
  #, php-format
911
  msgctxt "preposition of a period of time like: in 6 hours"
912
  msgid "in %s"
913
  msgstr ""
914
 
915
- #: ../common.php:1105
916
  msgid "Bytes"
917
  msgstr ""
918
 
919
- #: ../common.php:1203 ../settings.php:236
920
  msgid "New version is available"
921
  msgstr ""
922
 
923
- #: ../common.php:1210
924
  #, php-format
925
  msgid "Update to version %s of WP Cerber"
926
  msgstr ""
927
 
928
- #: ../common.php:1229
929
  msgid "Not specified"
930
  msgstr ""
931
 
932
- #: ../common.php:1915
933
  msgid "Unable to create the directory"
934
  msgstr ""
935
 
936
- #: ../common.php:1920
937
  msgid "Destination folder access denied"
938
  msgstr ""
939
 
940
- #: ../common.php:1923
941
  msgid "File not found"
942
  msgstr ""
943
 
944
- #: ../common.php:1926
945
  msgid "Unable to copy the file"
946
  msgstr ""
947
 
948
- #: ../common.php:1932
949
  msgid "Unable to delete the file"
950
  msgstr ""
951
 
952
- #: ../cerber-news.php:209
953
  msgid "Awesome!"
954
  msgstr ""
955
 
956
- #: ../cerber-lab.php:747
957
  msgid "Want to make WP Cerber even more powerful?"
958
  msgstr ""
959
 
960
- #: ../cerber-lab.php:748
961
  msgid ""
962
  "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. "
963
  "This helps the plugin team to develop new algorithms for WP Cerber that will "
@@ -965,261 +998,261 @@ msgid ""
965
  "everyday. You can disable the sending in the plugin settings at any time."
966
  msgstr ""
967
 
968
- #: ../cerber-lab.php:749
969
  msgid "OK, nail them all"
970
  msgstr ""
971
 
972
- #: ../cerber-lab.php:750
973
  msgid "NO, maybe later"
974
  msgstr ""
975
 
976
- #: ../cerber-lab.php:751 ../settings.php:598 ../settings.php:601
977
  msgid "Know more"
978
  msgstr ""
979
 
980
- #: ../cerber-load.php:370
981
  msgid "You are not allowed to log in. Ask your administrator for assistance."
982
  msgstr ""
983
 
984
- #: ../cerber-load.php:377
985
  #, php-format
986
  msgid ""
987
  "You have exceeded the number of allowed login attempts. Please try again in "
988
  "%d minutes."
989
  msgstr ""
990
 
991
- #: ../cerber-load.php:396
992
  #, php-format
993
  msgid "You have only one attempt remaining."
994
  msgid_plural "You have %d attempts remaining."
995
  msgstr[0] ""
996
  msgstr[1] ""
997
 
998
- #: ../cerber-load.php:708
999
  msgid ""
1000
  "Human verification failed. Please click the square box in the reCAPTCHA "
1001
  "block below."
1002
  msgstr ""
1003
 
1004
- #: ../cerber-load.php:833
1005
  msgid ""
1006
  "> > > Translator of WP Cerber? To get the PRO license for free, drop your "
1007
  "contacts here: https://wpcerber.com/contact/"
1008
  msgstr ""
1009
 
1010
- #: ../cerber-load.php:987
1011
  #, php-format
1012
  msgid ""
1013
  "<strong>ERROR</strong>: The password you entered for the username %s is "
1014
  "incorrect."
1015
  msgstr ""
1016
 
1017
- #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1018
- #: /cerber-load.php:1227
1019
  msgid "You are not allowed to register."
1020
  msgstr ""
1021
 
1022
- #: ../cerber-load.php:1214
1023
  msgid "Username is not allowed. Please choose another one."
1024
  msgstr ""
1025
 
1026
- #: ../cerber-load.php:1465
1027
  msgid "Sorry, human verification failed."
1028
  msgstr ""
1029
 
1030
- #: ../cerber-load.php:3308
1031
  msgid "We're sorry, you are not allowed to proceed"
1032
  msgstr ""
1033
 
1034
- #: ../cerber-load.php:3420
1035
  msgid "WP Cerber notify"
1036
  msgstr ""
1037
 
1038
- #: ../cerber-load.php:3444
1039
  msgid "Citadel mode is activated"
1040
  msgstr ""
1041
 
1042
- #: ../cerber-load.php:3446
1043
  #, php-format
1044
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
1045
  msgstr ""
1046
 
1047
- #: ../cerber-load.php:3447
1048
  #, php-format
1049
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
1050
  msgstr ""
1051
 
1052
- #: ../cerber-load.php:3448 ../cerber-load.php:4056
1053
  msgid "View activity in dashboard"
1054
  msgstr ""
1055
 
1056
- #: ../cerber-load.php:3472
1057
  msgid "unspecified"
1058
  msgstr ""
1059
 
1060
- #: ../cerber-load.php:3475
1061
  msgid "Number of lockouts is increasing"
1062
  msgstr ""
1063
 
1064
- #: ../cerber-load.php:3477
1065
  msgid "Number of active lockouts"
1066
  msgstr ""
1067
 
1068
- #: ../cerber-load.php:3478
1069
  #, php-format
1070
  msgid "Last lockout was added: %s for IP %s"
1071
  msgstr ""
1072
 
1073
- #: ../cerber-load.php:3480
1074
  msgid "View activity for this IP"
1075
  msgstr ""
1076
 
1077
- #: ../cerber-load.php:3481
1078
  msgid "View lockouts in dashboard"
1079
  msgstr ""
1080
 
1081
- #: ../cerber-load.php:3484 ../cerber-load.php:3486
1082
  msgid "A new version of WP Cerber is available to install"
1083
  msgstr ""
1084
 
1085
- #: ../cerber-load.php:3485
1086
  msgid "Hi!"
1087
  msgstr ""
1088
 
1089
- #: ../cerber-load.php:3488 ../cerber-load.php:3499
1090
  msgid "Website"
1091
  msgstr ""
1092
 
1093
- #: ../cerber-load.php:3491 ../cerber-load.php:3492
1094
  msgid "The WP Cerber security plugin has been deactivated"
1095
  msgstr ""
1096
 
1097
- #: ../cerber-load.php:3494
1098
  msgid "Not logged in"
1099
  msgstr ""
1100
 
1101
- #: ../cerber-load.php:3500
1102
  msgid "By user"
1103
  msgstr ""
1104
 
1105
- #: ../cerber-load.php:3501
1106
  msgid "From IP address"
1107
  msgstr ""
1108
 
1109
- #: ../cerber-load.php:3504
1110
  msgid "From country"
1111
  msgstr ""
1112
 
1113
- #: ../cerber-load.php:3508
1114
  msgid "The WP Cerber security plugin is now active"
1115
  msgstr ""
1116
 
1117
- #: ../cerber-load.php:3509 ../cerber-load.php:4294
1118
  msgid "WP Cerber is now active and has started protecting your site"
1119
  msgstr ""
1120
 
1121
- #: ../cerber-load.php:3516
1122
  msgid "New Custom login URL"
1123
  msgstr ""
1124
 
1125
- #: ../cerber-load.php:3520 ../cerber-load.php:3521
1126
  msgid "A new activity has been recorded"
1127
  msgstr ""
1128
 
1129
- #: ../cerber-load.php:3526
1130
  msgid "Weekly report"
1131
  msgstr ""
1132
 
1133
- #: ../cerber-load.php:3529 ../cerber-load.php:3539
1134
  msgid "To change reporting settings visit"
1135
  msgstr ""
1136
 
1137
- #: ../cerber-load.php:3536
1138
  msgid "Scanner Report"
1139
  msgstr ""
1140
 
1141
- #: ../cerber-load.php:3562
1142
  msgid "Your login page:"
1143
  msgstr ""
1144
 
1145
- #: ../cerber-load.php:3566
1146
  msgid "Your license is valid until"
1147
  msgstr ""
1148
 
1149
- #: ../cerber-load.php:3569
1150
  msgid "This message was sent by"
1151
  msgstr ""
1152
 
1153
- #: ../cerber-load.php:3590
1154
  #, php-format
1155
  msgid "Your last sign-in was %s from %s"
1156
  msgstr ""
1157
 
1158
- #: ../cerber-load.php:3660
1159
  msgid "Weekly Report"
1160
  msgstr ""
1161
 
1162
- #: ../cerber-load.php:3672
1163
  msgid "Activity details"
1164
  msgstr ""
1165
 
1166
- #: ../cerber-load.php:3686
1167
  msgid "Attempts to log in with non-existent username"
1168
  msgstr ""
1169
 
1170
- #: ../cerber-load.php:4028
1171
  msgid "User"
1172
  msgstr ""
1173
 
1174
- #: ../cerber-load.php:4036
1175
  msgid "Search string"
1176
  msgstr ""
1177
 
1178
- #: ../cerber-load.php:4057
1179
  msgid "To unsubscribe click here"
1180
  msgstr ""
1181
 
1182
- #: ../cerber-load.php:4260
1183
  #, php-format
1184
  msgid "The WP Cerber requires PHP %s or higher. You are running"
1185
  msgstr ""
1186
 
1187
- #: ../cerber-load.php:4264
1188
  #, php-format
1189
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
1190
  msgstr ""
1191
 
1192
- #: ../cerber-load.php:4273
1193
  msgid "Can't activate WP Cerber due to a database error."
1194
  msgstr ""
1195
 
1196
- #: ../cerber-load.php:4295
1197
  msgid "Your IP address is added to the"
1198
  msgstr ""
1199
 
1200
- #: ../cerber-load.php:4305 ../settings.php:627
1201
  msgid "Main Settings"
1202
  msgstr ""
1203
 
1204
- #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1205
  msgid "Security Scanner"
1206
  msgstr ""
1207
 
1208
- #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
1209
  #: tools.php:100 ../cerber-tools.php:187
1210
  msgid "Access Lists"
1211
  msgstr ""
1212
 
1213
- #: ../cerber-load.php:4309 ../settings.php:629
1214
  msgid "Hardening"
1215
  msgstr ""
1216
 
1217
- #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
1218
- #: 631
1219
  msgid "Notifications"
1220
  msgstr ""
1221
 
1222
- #: ../cerber-load.php:4311
1223
  msgid "Import settings"
1224
  msgstr ""
1225
 
@@ -1259,7 +1292,7 @@ msgstr ""
1259
  msgid "Aggressive lockout"
1260
  msgstr ""
1261
 
1262
- #: ../settings.php:81 ../settings.php:289
1263
  msgid "Use White IP Access List"
1264
  msgstr ""
1265
 
@@ -1349,7 +1382,7 @@ msgstr ""
1349
  msgid "Threshold"
1350
  msgstr ""
1351
 
1352
- #: ../settings.php:105 ../cerber-scanner.php:3870
1353
  msgid "Duration"
1354
  msgstr ""
1355
 
@@ -1357,15 +1390,15 @@ msgstr ""
1357
  msgid "Send notification to admin email"
1358
  msgstr ""
1359
 
1360
- #: ../settings.php:106 ../settings.php:767 ../settings.php:889
1361
  msgid "Click to send test"
1362
  msgstr ""
1363
 
1364
- #: ../settings.php:109 ../settings.php:365
1365
  msgid "Keep records for"
1366
  msgstr ""
1367
 
1368
- #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
1369
  msgid "days"
1370
  msgstr ""
1371
 
@@ -1573,7 +1606,7 @@ msgid ""
1573
  "inspection by the engine. One item per line."
1574
  msgstr ""
1575
 
1576
- #: ../settings.php:186 ../settings.php:300
1577
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1578
  msgstr ""
1579
 
@@ -1680,11 +1713,11 @@ msgstr ""
1680
  msgid "Email notifications"
1681
  msgstr ""
1682
 
1683
- #: ../settings.php:223 ../settings.php:264 ../settings.php:502
1684
  msgid "Email Address"
1685
  msgstr ""
1686
 
1687
- #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
1688
  msgid "Use comma to specify multiple values"
1689
  msgstr ""
1690
 
@@ -1725,364 +1758,372 @@ msgstr ""
1725
  msgid "Enable reporting"
1726
  msgstr ""
1727
 
1728
- #: ../settings.php:274 ../settings.php:511
1729
  msgid "if empty, email from notification settings will be used"
1730
  msgstr ""
1731
 
1732
  #: ../settings.php:282
1733
- msgid "Inspection"
1734
  msgstr ""
1735
 
1736
  #: ../settings.php:283
1737
  msgid "Enable traffic inspection"
1738
  msgstr ""
1739
 
1740
- #: ../settings.php:294
 
 
 
 
1741
  msgid "Request whitelist"
1742
  msgstr ""
1743
 
1744
- #: ../settings.php:300
1745
  msgid ""
1746
  "Enter a request URI to exclude the request from inspection. One item per "
1747
  "line."
1748
  msgstr ""
1749
 
1750
- #: ../settings.php:303
1751
  msgid "Logging"
1752
  msgstr ""
1753
 
1754
- #: ../settings.php:304
1755
  msgid "Logging mode"
1756
  msgstr ""
1757
 
1758
- #: ../settings.php:310
1759
  msgid "Logging disabled"
1760
  msgstr ""
1761
 
1762
- #: ../settings.php:311
1763
  msgid "Smart"
1764
  msgstr ""
1765
 
1766
- #: ../settings.php:312
1767
  msgid "All traffic"
1768
  msgstr ""
1769
 
1770
- #: ../settings.php:316
1771
  msgid "Ignore crawlers"
1772
  msgstr ""
1773
 
1774
- #: ../settings.php:321
1775
  msgid "Save request fields"
1776
  msgstr ""
1777
 
1778
- #: ../settings.php:326
1779
  msgid "Mask these form fields"
1780
  msgstr ""
1781
 
1782
- #: ../settings.php:338
1783
  msgid "Save request headers"
1784
  msgstr ""
1785
 
1786
- #: ../settings.php:344
1787
  msgid "Save $_SERVER"
1788
  msgstr ""
1789
 
1790
- #: ../settings.php:350
1791
  msgid "Save request cookies"
1792
  msgstr ""
1793
 
1794
- #: ../settings.php:357
 
 
 
 
1795
  msgid "Page generation time threshold"
1796
  msgstr ""
1797
 
1798
- #: ../settings.php:362
1799
  msgid "milliseconds"
1800
  msgstr ""
1801
 
1802
- #: ../settings.php:378
1803
  msgid "Scanner settings"
1804
  msgstr ""
1805
 
1806
- #: ../settings.php:379
1807
  msgid "Custom signatures"
1808
  msgstr ""
1809
 
1810
- #: ../settings.php:385
1811
  msgid ""
1812
  "Specify custom PHP code signatures. One item per line. To specify a REGEX "
1813
  "pattern, enclose a whole line in two braces."
1814
  msgstr ""
1815
 
1816
- #: ../settings.php:387
1817
  msgid "Unwanted file extensions"
1818
  msgstr ""
1819
 
1820
- #: ../settings.php:393
1821
  msgid ""
1822
  "Specify file extensions to search for. Full scan only. Use comma to separate "
1823
  "items."
1824
  msgstr ""
1825
 
1826
- #: ../settings.php:395
1827
  msgid "Directories to exclude"
1828
  msgstr ""
1829
 
1830
- #: ../settings.php:401
1831
  msgid ""
1832
  "Specify directories to exclude from scanning. Use absolute paths. One item "
1833
  "per line."
1834
  msgstr ""
1835
 
1836
- #: ../settings.php:403
1837
  msgid "Monitor new files"
1838
  msgstr ""
1839
 
1840
- #: ../settings.php:410
1841
  msgid "Monitor modified files"
1842
  msgstr ""
1843
 
1844
- #: ../settings.php:416
1845
  msgid "Scan temporary directory"
1846
  msgstr ""
1847
 
1848
- #: ../settings.php:423
1849
  msgid "Scan session directory"
1850
  msgstr ""
1851
 
1852
- #: ../settings.php:429
1853
  msgid "Enable diagnostic log"
1854
  msgstr ""
1855
 
1856
- #: ../settings.php:435
1857
  msgid "Delete quarantined files after"
1858
  msgstr ""
1859
 
1860
- #: ../settings.php:449
1861
  msgid "Automated recurring scan schedule"
1862
  msgstr ""
1863
 
1864
- #: ../settings.php:450
1865
  msgid "Launch Quick Scan"
1866
  msgstr ""
1867
 
1868
- #: ../settings.php:457
1869
  msgid "Launch Full Scan"
1870
  msgstr ""
1871
 
1872
- #: ../settings.php:465
1873
  msgid "Scan results reporting"
1874
  msgstr ""
1875
 
1876
- #: ../settings.php:467 ../settings.php:527
1877
  msgid "Low severity"
1878
  msgstr ""
1879
 
1880
- #: ../settings.php:467 ../settings.php:527
1881
  msgid "Medium severity"
1882
  msgstr ""
1883
 
1884
- #: ../settings.php:467 ../settings.php:527
1885
  msgid "High severity"
1886
  msgstr ""
1887
 
1888
- #: ../settings.php:468
1889
  msgid "Report an issue if any of the following is true"
1890
  msgstr ""
1891
 
1892
- #: ../settings.php:476
1893
  msgid "Send email report"
1894
  msgstr ""
1895
 
1896
- #: ../settings.php:482
1897
  msgid "After every scan"
1898
  msgstr ""
1899
 
1900
- #: ../settings.php:483
1901
  msgid "If any changes in scan results occurred"
1902
  msgstr ""
1903
 
1904
- #: ../settings.php:484
1905
  msgid "If new issues found"
1906
  msgstr ""
1907
 
1908
- #: ../settings.php:488
1909
  msgid "Include file sizes"
1910
  msgstr ""
1911
 
1912
- #: ../settings.php:495
1913
  msgid "Include scan errors"
1914
  msgstr ""
1915
 
1916
- #: ../settings.php:519
1917
  msgid "Automatic cleanup of malware and suspicious files"
1918
  msgstr ""
1919
 
1920
- #: ../settings.php:521 ../cerber-scanner.php:3902
1921
  msgid "Unattended files"
1922
  msgstr ""
1923
 
1924
- #: ../settings.php:528
1925
  msgid "Files in the uploads folder"
1926
  msgstr ""
1927
 
1928
- #: ../settings.php:535
1929
  msgid "Files with unwanted extensions"
1930
  msgstr ""
1931
 
1932
- #: ../settings.php:542
1933
  msgid "Exclusions"
1934
  msgstr ""
1935
 
1936
- #: ../settings.php:543
1937
  msgid "Files in the temporary directory"
1938
  msgstr ""
1939
 
1940
- #: ../settings.php:549
1941
  msgid "Files in the sessions directory"
1942
  msgstr ""
1943
 
1944
- #: ../settings.php:555
1945
  msgid "Files in these directories"
1946
  msgstr ""
1947
 
1948
- #: ../settings.php:561
1949
  msgid "Use absolute paths. One item per line."
1950
  msgstr ""
1951
 
1952
- #: ../settings.php:563
1953
  msgid "Files with these extensions"
1954
  msgstr ""
1955
 
1956
- #: ../settings.php:569
1957
  msgid "Use comma to separate items."
1958
  msgstr ""
1959
 
1960
- #: ../settings.php:580
1961
  msgid "Make your protection smarter!"
1962
  msgstr ""
1963
 
1964
- #: ../settings.php:584
1965
  msgid ""
1966
  "Please enable Permalinks to use this feature. Set Permalink Settings to "
1967
  "something other than Default."
1968
  msgstr ""
1969
 
1970
- #: ../settings.php:587
1971
  msgid "Be careful about enabling these options."
1972
  msgstr ""
1973
 
1974
- #: ../settings.php:587
1975
  msgid "If you forget your Custom login URL, you will be unable to log in."
1976
  msgstr ""
1977
 
1978
- #: ../settings.php:591
1979
  msgid ""
1980
  "In the Citadel mode nobody is able to log in except IPs from the White IP "
1981
  "Access List. Active user sessions will not be affected."
1982
  msgstr ""
1983
 
1984
- #: ../settings.php:594
1985
  msgid "These settings do not affect hosts from the "
1986
  msgstr ""
1987
 
1988
- #: ../settings.php:597
1989
  msgid ""
1990
  "Before you can start using reCAPTCHA, you have to obtain Site key and Secret "
1991
  "key on the Google website"
1992
  msgstr ""
1993
 
1994
- #: ../settings.php:626
1995
  msgid "Lockouts"
1996
  msgstr ""
1997
 
1998
- #: ../settings.php:630
1999
  msgid "Users"
2000
  msgstr ""
2001
 
2002
- #: ../settings.php:748 ../settings.php:870
2003
  #, php-format
2004
  msgid "%s allowed retries in %s minutes"
2005
  msgstr ""
2006
 
2007
- #: ../settings.php:753 ../settings.php:875
2008
  #, php-format
2009
  msgid "%s allowed registrations in %s minutes from one IP"
2010
  msgstr ""
2011
 
2012
- #: ../settings.php:758 ../settings.php:880
2013
  #, php-format
2014
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
2015
  msgstr ""
2016
 
2017
- #: ../settings.php:765 ../settings.php:887
2018
  msgid "Notify admin if the number of active lockouts above"
2019
  msgstr ""
2020
 
2021
- #: ../settings.php:770 ../settings.php:892
2022
  #, php-format
2023
  msgid "Enable after %s failed login attempts in last %s minutes"
2024
  msgstr ""
2025
 
2026
- #: ../settings.php:989
2027
  msgid "Sunday"
2028
  msgstr ""
2029
 
2030
- #: ../settings.php:990
2031
  msgid "Monday"
2032
  msgstr ""
2033
 
2034
- #: ../settings.php:991
2035
  msgid "Tuesday"
2036
  msgstr ""
2037
 
2038
- #: ../settings.php:992
2039
  msgid "Wednesday"
2040
  msgstr ""
2041
 
2042
- #: ../settings.php:993
2043
  msgid "Thursday"
2044
  msgstr ""
2045
 
2046
- #: ../settings.php:994
2047
  msgid "Friday"
2048
  msgstr ""
2049
 
2050
- #: ../settings.php:995
2051
  msgid "Saturday"
2052
  msgstr ""
2053
 
2054
- #: ../settings.php:1005
2055
  msgctxt "preposition of time like: at 11:00"
2056
  msgid "at"
2057
  msgstr ""
2058
 
2059
- #: ../settings.php:1021
2060
  msgid "Click to send now"
2061
  msgstr ""
2062
 
2063
- #: ../settings.php:1032
2064
  msgid "Plugin initialization mode has not been changed"
2065
  msgstr ""
2066
 
2067
- #: ../settings.php:1052 ../settings.php:1053
2068
  msgid "Attention! You have changed the login URL! The new login URL is"
2069
  msgstr ""
2070
 
2071
- #: ../settings.php:1054 ../settings.php:1055
2072
  msgid ""
2073
  "If you use a caching plugin, you have to add your new login URL to the list "
2074
  "of pages not to cache."
2075
  msgstr ""
2076
 
2077
- #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
2078
  msgid "<strong>ERROR</strong>: please enter a valid email address."
2079
  msgstr ""
2080
 
2081
- #: ../settings.php:1279
2082
  msgid "The schedule has been updated"
2083
  msgstr ""
2084
 
2085
- #: ../settings.php:1282
2086
  msgid "Unable to update the schedule"
2087
  msgstr ""
2088
 
@@ -2134,7 +2175,7 @@ msgstr ""
2134
  msgid "Select file to import."
2135
  msgstr ""
2136
 
2137
- #: ../cerber-tools.php:96 ../cerber-scanner.php:4070
2138
  #, php-format
2139
  msgid "Maximum upload file size: %s."
2140
  msgstr ""
@@ -2143,7 +2184,7 @@ msgstr ""
2143
  msgid "What do you want to import?"
2144
  msgstr ""
2145
 
2146
- #: ../cerber-tools.php:101 ../cerber-scanner.php:4073
2147
  msgid "Upload file"
2148
  msgstr ""
2149
 
@@ -2218,112 +2259,112 @@ msgstr ""
2218
  msgid "Ignore"
2219
  msgstr ""
2220
 
2221
- #: ../cerber-scanner.php:1417
2222
  msgid "Verified"
2223
  msgstr ""
2224
 
2225
- #: ../cerber-scanner.php:1423
2226
  msgid "Vulnerability found"
2227
  msgstr ""
2228
 
2229
- #: ../cerber-scanner.php:1424
2230
  msgid "Integrity data not found"
2231
  msgstr ""
2232
 
2233
- #: ../cerber-scanner.php:1425
2234
  msgid "Unable to check the integrity of the plugin due to a network error"
2235
  msgstr ""
2236
 
2237
- #: ../cerber-scanner.php:1426
2238
  msgid "Unable to check the integrity of WordPress files due to a network error"
2239
  msgstr ""
2240
 
2241
- #: ../cerber-scanner.php:1427
2242
  msgid "Unable to check the integrity of the theme due to a network error"
2243
  msgstr ""
2244
 
2245
- #: ../cerber-scanner.php:1428
2246
  msgid "Unable to check the integrity due to a DB error"
2247
  msgstr ""
2248
 
2249
- #: ../cerber-scanner.php:1430
2250
  msgid "Local file doesn't exist"
2251
  msgstr ""
2252
 
2253
- #: ../cerber-scanner.php:1432
2254
  msgid "Unable to process file"
2255
  msgstr ""
2256
 
2257
- #: ../cerber-scanner.php:1433 ../cerber-scanner.php:4961
2258
  msgid "Unable to open file"
2259
  msgstr ""
2260
 
2261
- #: ../cerber-scanner.php:1435
2262
  msgid "Checksum mismatch"
2263
  msgstr ""
2264
 
2265
- #: ../cerber-scanner.php:1438
2266
  msgid "Suspicious code found"
2267
  msgstr ""
2268
 
2269
- #: ../cerber-scanner.php:1439
2270
  msgid "Malicious code found"
2271
  msgstr ""
2272
 
2273
- #: ../cerber-scanner.php:1440
2274
  msgid "Unattended suspicious file"
2275
  msgstr ""
2276
 
2277
- #: ../cerber-scanner.php:1441
2278
  msgid "Executable code found"
2279
  msgstr ""
2280
 
2281
- #: ../cerber-scanner.php:1444 ../cerber-scanner.php:2718
2282
  msgid "Suspicious directives found"
2283
  msgstr ""
2284
 
2285
- #: ../cerber-scanner.php:1445
2286
  msgid "Unwanted file extension"
2287
  msgstr ""
2288
 
2289
- #: ../cerber-scanner.php:1447
2290
  msgid "Content has been modified"
2291
  msgstr ""
2292
 
2293
- #: ../cerber-scanner.php:1448
2294
  msgid "New file"
2295
  msgstr ""
2296
 
2297
- #: ../cerber-scanner.php:1468
2298
  msgid "Every hour"
2299
  msgstr ""
2300
 
2301
- #: ../cerber-scanner.php:1469
2302
  msgid "Every 3 hours"
2303
  msgstr ""
2304
 
2305
- #: ../cerber-scanner.php:1470
2306
  msgid "Every 6 hours"
2307
  msgstr ""
2308
 
2309
- #: ../cerber-scanner.php:2538
2310
  msgid "Custom signature found"
2311
  msgstr ""
2312
 
2313
- #: ../cerber-scanner.php:2713
2314
  msgid ""
2315
  "This file contains executable code and may contain obfuscated malware. If "
2316
  "this file is a part of a theme or a plugin, it must be located in the theme "
2317
  "or the plugin folder. No exception, no excuses."
2318
  msgstr ""
2319
 
2320
- #: ../cerber-scanner.php:2714
2321
  msgid ""
2322
  "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it "
2323
  "does not belong to any known part of the website and should not be here."
2324
  msgstr ""
2325
 
2326
- #: ../cerber-scanner.php:2715
2327
  #, php-format
2328
  msgid ""
2329
  "It may remain after upgrading to a newer version of %s. It also may be a "
@@ -2331,15 +2372,15 @@ msgid ""
2331
  "made (bespoke) plugin or theme."
2332
  msgstr ""
2333
 
2334
- #: ../cerber-scanner.php:2716
2335
  msgid "Suspicious code instruction found"
2336
  msgstr ""
2337
 
2338
- #: ../cerber-scanner.php:2717
2339
  msgid "Suspicious code signatures found"
2340
  msgstr ""
2341
 
2342
- #: ../cerber-scanner.php:2719
2343
  msgid ""
2344
  "The contents of the file have been changed and do not match what exists in "
2345
  "the official WordPress repository or a reference file you have uploaded "
@@ -2347,235 +2388,235 @@ msgid ""
2347
  "has been tampered with."
2348
  msgstr ""
2349
 
2350
- #: ../cerber-scanner.php:2720
2351
  #, php-format
2352
  msgid ""
2353
  "To solve this issue you have to reinstall %s or update it to the latest "
2354
  "version."
2355
  msgstr ""
2356
 
2357
- #: ../cerber-scanner.php:2721
2358
  msgid "Please upload a reference ZIP archive"
2359
  msgstr ""
2360
 
2361
- #: ../cerber-scanner.php:2722
2362
  msgid "Resolve issue"
2363
  msgstr ""
2364
 
2365
- #: ../cerber-scanner.php:3776
2366
  msgid "Preparing for the scan"
2367
  msgstr ""
2368
 
2369
- #: ../cerber-scanner.php:3777
2370
  msgid "Scanning folders for files"
2371
  msgstr ""
2372
 
2373
- #: ../cerber-scanner.php:3778
2374
  msgid "Scanning the upload folder for files"
2375
  msgstr ""
2376
 
2377
- #: ../cerber-scanner.php:3779
2378
  msgid "Scanning the temp folder for files"
2379
  msgstr ""
2380
 
2381
- #: ../cerber-scanner.php:3780
2382
  msgid "Scanning the session folder for files"
2383
  msgstr ""
2384
 
2385
- #: ../cerber-scanner.php:3781
2386
  msgid "Parsing the list of files"
2387
  msgstr ""
2388
 
2389
- #: ../cerber-scanner.php:3782
2390
  msgid "Checking for new and modified files"
2391
  msgstr ""
2392
 
2393
- #: ../cerber-scanner.php:3783
2394
  msgid "Verifying the integrity of WordPress"
2395
  msgstr ""
2396
 
2397
- #: ../cerber-scanner.php:3784
2398
  msgid "Verifying the integrity of the plugins"
2399
  msgstr ""
2400
 
2401
- #: ../cerber-scanner.php:3785
2402
  msgid "Verifying the integrity of the themes"
2403
  msgstr ""
2404
 
2405
- #: ../cerber-scanner.php:3786
2406
  msgid "Searching for malicious code"
2407
  msgstr ""
2408
 
2409
- #: ../cerber-scanner.php:3787
2410
  msgid "Finalizing the scan"
2411
  msgstr ""
2412
 
2413
- #: ../cerber-scanner.php:3862
2414
  msgid "Started"
2415
  msgstr ""
2416
 
2417
- #: ../cerber-scanner.php:3866
2418
  msgid "Finished"
2419
  msgstr ""
2420
 
2421
- #: ../cerber-scanner.php:3874
2422
  msgid "Performance"
2423
  msgstr ""
2424
 
2425
- #: ../cerber-scanner.php:3886
2426
  msgid "Vulnerabilities"
2427
  msgstr ""
2428
 
2429
- #: ../cerber-scanner.php:3890
2430
  msgid "New files"
2431
  msgstr ""
2432
 
2433
- #: ../cerber-scanner.php:3894
2434
  msgid "Changed files"
2435
  msgstr ""
2436
 
2437
- #: ../cerber-scanner.php:3898
2438
  msgid "Unwanted extensions"
2439
  msgstr ""
2440
 
2441
- #: ../cerber-scanner.php:3911 ../cerber-scanner.php:5583
2442
  msgid "Scanned"
2443
  msgstr ""
2444
 
2445
- #: ../cerber-scanner.php:3911 ../cerber-scanner.php:3981
2446
  msgid "Files to scan"
2447
  msgstr ""
2448
 
2449
- #: ../cerber-scanner.php:3918 ../cerber-scanner.php:3989
2450
  msgid "Critical issues"
2451
  msgstr ""
2452
 
2453
- #: ../cerber-scanner.php:3918 ../cerber-scanner.php:3993 ../cerber-scanner.php:5151
2454
  msgid "Issues total"
2455
  msgstr ""
2456
 
2457
- #: ../cerber-scanner.php:4067
2458
  msgid "We have not found any integrity data to verify"
2459
  msgstr ""
2460
 
2461
- #: ../cerber-scanner.php:4069
2462
  msgid ""
2463
  "You have to upload a ZIP archive from which you've installed it. This "
2464
  "enables the security scanner to verify the integrity of the code and detect "
2465
  "malware."
2466
  msgstr ""
2467
 
2468
- #: ../cerber-scanner.php:4356
2469
  msgid "The directory is not writable"
2470
  msgstr ""
2471
 
2472
- #: ../cerber-scanner.php:4374
2473
  msgid "Unable to create WP CERBER directory"
2474
  msgstr ""
2475
 
2476
- #: ../cerber-scanner.php:4580
2477
  msgid ""
2478
  "File access error. Possibly scan results are outdated. Please run Quick or "
2479
  "Full Scan."
2480
  msgstr ""
2481
 
2482
- #: ../cerber-scanner.php:5107
2483
  msgid "Full Scan Report"
2484
  msgstr ""
2485
 
2486
- #: ../cerber-scanner.php:5107
2487
  msgid "Quick Scan Report"
2488
  msgstr ""
2489
 
2490
- #: ../cerber-scanner.php:5120
2491
  msgid "Files scanned"
2492
  msgstr ""
2493
 
2494
- #: ../cerber-scanner.php:5201
2495
  msgid "Deleted"
2496
  msgstr ""
2497
 
2498
- #: ../cerber-scanner.php:5248
2499
  msgid "Automatically moved to quarantine"
2500
  msgstr ""
2501
 
2502
- #: ../cerber-scanner.php:5260
2503
  msgid "To view full report visit"
2504
  msgstr ""
2505
 
2506
- #: ../cerber-scanner.php:5493
2507
  msgid "There are no files in the quarantine at the moment."
2508
  msgstr ""
2509
 
2510
- #: ../cerber-scanner.php:5554
2511
  msgid "No files match the specified filter."
2512
  msgstr ""
2513
 
2514
- #: ../cerber-scanner.php:5554
2515
  msgid "Click here to see the full list of files"
2516
  msgstr ""
2517
 
2518
- #: ../cerber-scanner.php:5571
2519
  msgid "Delete permanently"
2520
  msgstr ""
2521
 
2522
- #: ../cerber-scanner.php:5576
2523
  msgid "Restore"
2524
  msgstr ""
2525
 
2526
- #: ../cerber-scanner.php:5584
2527
  msgid "Moved to quarantine"
2528
  msgstr ""
2529
 
2530
- #: ../cerber-scanner.php:5585
2531
  msgid "Automatic deletion"
2532
  msgstr ""
2533
 
2534
- #: ../cerber-scanner.php:5586
2535
  msgid "Size"
2536
  msgstr ""
2537
 
2538
- #: ../cerber-scanner.php:5587 ../cerber-scanner.php:5718
2539
  msgid "File"
2540
  msgstr ""
2541
 
2542
- #: ../cerber-scanner.php:5601
2543
  msgid "All scans"
2544
  msgstr ""
2545
 
2546
- #: ../cerber-scanner.php:5655
2547
  msgid "The file has been deleted permanently."
2548
  msgstr ""
2549
 
2550
- #: ../cerber-scanner.php:5664
2551
  msgid "The file has been restored to its original location."
2552
  msgstr ""
2553
 
2554
- #: ../cerber-scanner.php:5686
2555
  msgid "Apply"
2556
  msgstr ""
2557
 
2558
- #: ../cerber-scanner.php:5687 ../cerber-scanner.php:5712
2559
  msgid "Remove from the list"
2560
  msgstr ""
2561
 
2562
- #: ../cerber-scanner.php:5688
2563
  msgid "User Insights"
2564
  msgstr ""
2565
 
2566
- #: ../cerber-scanner.php:5689
2567
  msgid "Traffic Insights"
2568
  msgstr ""
2569
 
2570
- #: ../cerber-scanner.php:5690
2571
  msgid "Activity Insights"
2572
  msgstr ""
2573
 
2574
- #: ../cerber-scanner.php:5692
2575
  msgid "The list is empty."
2576
  msgstr ""
2577
 
2578
- #: ../cerber-scanner.php:5717
2579
  msgid "Added"
2580
  msgstr ""
2581
 
5
  "Project-Id-Version: WP Cerber\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: Tue Sep 08 2015 21:38:11 GMT+0300\n"
8
+ "POT-Revision-Date: Thu Nov 15 2018 15:41:27 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"
28
  msgid "Cerber Dashboard"
29
  msgstr ""
30
 
31
+ #: ../dashboard.php:54 ../dashboard.php:1391 ../dashboard.php:2213 ../settings.
32
+ #: php:633
33
  msgid "Dashboard"
34
  msgstr ""
35
 
37
  msgid "Cerber Traffic Inspector"
38
  msgstr ""
39
 
40
+ #: ../dashboard.php:56 ../dashboard.php:1361 ../dashboard.php:2964
41
  msgid "Traffic Inspector"
42
  msgstr ""
43
 
45
  msgid "Cerber Security Rules"
46
  msgstr ""
47
 
48
+ #: ../dashboard.php:60 ../dashboard.php:2626
49
  msgid "Security Rules"
50
  msgstr ""
51
 
57
  msgid "Cerber antispam settings"
58
  msgstr ""
59
 
60
+ #: ../dashboard.php:68 ../cerber-load.php:4286 ../settings.php:211
61
  msgid "Antispam"
62
  msgstr ""
63
 
73
  msgid "Remove"
74
  msgstr ""
75
 
76
+ #: ../dashboard.php:134 ../dashboard.php:774 ../dashboard.php:3367 ../cerber-load.
77
+ #: php:3999
78
  msgid "IP"
79
  msgstr ""
80
 
81
+ #: ../dashboard.php:135 ../dashboard.php:775
82
  msgid "Hostname"
83
  msgstr ""
84
 
85
+ #: ../dashboard.php:136 ../dashboard.php:776
86
  msgid "Country"
87
  msgstr ""
88
 
90
  msgid "Expires"
91
  msgstr ""
92
 
93
+ #: ../dashboard.php:138 ../cerber-load.php:3446
94
  msgid "Reason"
95
  msgstr ""
96
 
97
+ #: ../dashboard.php:139 ../cerber-scanner.php:5581 ../cerber-scanner.php:5712
98
  msgid "Action"
99
  msgstr ""
100
 
115
  msgid "No lockouts at the moment. The sky is clear."
116
  msgstr ""
117
 
118
+ #: ../dashboard.php:179 ../dashboard.php:749 ../dashboard.php:976 ../dashboard.
119
+ #: php:1356 ../dashboard.php:3179 ../cerber-load.php:4273 ../settings.php:603
120
  msgid "White IP Access List"
121
  msgstr ""
122
 
124
  msgid "These IPs will never be locked out"
125
  msgstr ""
126
 
127
+ #: ../dashboard.php:181 ../dashboard.php:750 ../dashboard.php:979 ../dashboard.
128
+ #: php:1357 ../dashboard.php:3180
129
  msgid "Black IP Access List"
130
  msgstr ""
131
 
137
  msgid "Your IP"
138
  msgstr ""
139
 
140
+ #: ../dashboard.php:206 ../dashboard.php:989 ../dashboard.php:1020 ../dashboard.
141
+ #: php:1132
142
  msgid "Check for activities"
143
  msgstr ""
144
 
176
  msgid "Address %s was added to Black IP Access List"
177
  msgstr ""
178
 
179
+ #: ../dashboard.php:361 ../dashboard.php:3109 ../whois.php:223 ../whois.php:254 ..
180
+ #: /common.php:951 ../common.php:1326
181
  msgid "Unknown"
182
  msgstr ""
183
 
198
  msgid "Lockout for %s was removed"
199
  msgstr ""
200
 
201
+ #: ../dashboard.php:456 ../dashboard.php:2044
202
  msgid "Settings saved"
203
  msgstr ""
204
 
205
+ #: ../dashboard.php:567 ../dashboard.php:3015
206
  msgid "IP address"
207
  msgstr ""
208
 
209
+ #: ../dashboard.php:568 ../dashboard.php:777 ../dashboard.php:3016 ../dashboard.
210
+ #: php:3365
211
  msgid "Date"
212
  msgstr ""
213
 
214
+ #: ../dashboard.php:569 ../dashboard.php:778
215
  msgid "Event"
216
  msgstr ""
217
 
218
+ #: ../dashboard.php:570 ../dashboard.php:779 ../dashboard.php:3370
219
  msgid "Local User"
220
  msgstr ""
221
 
222
+ #: ../dashboard.php:571
223
  msgid "User login"
224
  msgstr ""
225
 
226
+ #: ../dashboard.php:572 ../dashboard.php:3021
227
  msgid "User ID"
228
  msgstr ""
229
 
230
+ #: ../dashboard.php:573 ../dashboard.php:780 ../cerber-load.php:4007
231
  msgid "Username used"
232
  msgstr ""
233
 
234
+ #: ../dashboard.php:754 ../dashboard.php:982 ../dashboard.php:3184 ../common.php:
235
+ #: 915
236
  msgid "Locked out"
237
  msgstr ""
238
 
239
+ #: ../dashboard.php:798 ../dashboard.php:3424
240
  msgid "Export"
241
  msgstr ""
242
 
243
+ #: ../dashboard.php:802
244
  msgid "No activity has been logged."
245
  msgstr ""
246
 
247
+ #: ../dashboard.php:809
248
  msgid "All events"
249
  msgstr ""
250
 
251
+ #: ../dashboard.php:820
252
  msgid "Search for IP or username"
253
  msgstr ""
254
 
255
+ #: ../dashboard.php:820
256
  msgid "Filter"
257
  msgstr ""
258
 
259
+ #: ../dashboard.php:1016
260
  msgid "Abuse email:"
261
  msgstr ""
262
 
263
+ #: ../dashboard.php:1020
264
  msgid "Network:"
265
  msgstr ""
266
 
267
+ #: ../dashboard.php:1034
268
  msgid "Add network to the Black List"
269
  msgstr ""
270
 
271
+ #: ../dashboard.php:1039
272
  msgid "Add IP to the Black List"
273
  msgstr ""
274
 
275
+ #: ../dashboard.php:1095
276
  msgid "Activated"
277
  msgstr ""
278
 
279
+ #: ../dashboard.php:1116
280
  msgid "Last seen"
281
  msgstr ""
282
 
283
+ #: ../dashboard.php:1126 ../dashboard.php:1221
284
  msgid "Registered"
285
  msgstr ""
286
 
287
+ #: ../dashboard.php:1218
288
  msgid "Comments"
289
  msgstr ""
290
 
291
+ #: ../dashboard.php:1219
292
  msgid "Last login"
293
  msgstr ""
294
 
295
+ #: ../dashboard.php:1220
296
  msgid "Failed login attempts"
297
  msgstr ""
298
 
299
+ #: ../dashboard.php:1252 ../dashboard.php:1339 ../common.php:1052
300
  msgid "Never"
301
  msgstr ""
302
 
303
+ #: ../dashboard.php:1291
304
  msgid "You"
305
  msgstr ""
306
 
307
+ #: ../dashboard.php:1309
308
  msgid "Cerber Quick View"
309
  msgstr ""
310
 
311
+ #: ../dashboard.php:1343 ../dashboard.php:1365
312
  msgid "active"
313
  msgstr ""
314
 
315
+ #: ../dashboard.php:1343
316
  msgid "deactivate"
317
  msgstr ""
318
 
319
+ #: ../dashboard.php:1345
320
  msgid "not active"
321
  msgstr ""
322
 
323
+ #: ../dashboard.php:1346 ../dashboard.php:1360
324
  msgid "disabled"
325
  msgstr ""
326
 
327
+ #: ../dashboard.php:1351
328
  msgid "failed attempts"
329
  msgstr ""
330
 
331
+ #: ../dashboard.php:1351 ../dashboard.php:1352
332
  msgid "in 24 hours"
333
  msgstr ""
334
 
335
+ #: ../dashboard.php:1351 ../dashboard.php:1352
336
  msgid "view all"
337
  msgstr ""
338
 
339
+ #: ../dashboard.php:1352
340
  msgid "lockouts"
341
  msgstr ""
342
 
343
+ #: ../dashboard.php:1354
344
  msgid "Lockouts at the moment"
345
  msgstr ""
346
 
347
+ #: ../dashboard.php:1355
348
  msgid "Last lockout"
349
  msgstr ""
350
 
351
+ #: ../dashboard.php:1356 ../dashboard.php:1357 ../dashboard.php:2191
352
  msgid "entry"
353
  msgid_plural "entries"
354
  msgstr[0] ""
355
  msgstr[1] ""
356
 
357
+ #: ../dashboard.php:1358 ../settings.php:103
358
  msgid "Citadel mode"
359
  msgstr ""
360
 
361
+ #: ../dashboard.php:1360
362
  msgid "enabled"
363
  msgstr ""
364
 
365
+ #: ../dashboard.php:1365
366
  msgid "no connection"
367
  msgstr ""
368
 
369
+ #: ../dashboard.php:1375
370
  msgctxt "Example: Last malware scan: 23 Jan 2018"
371
  msgid "Last malware scan"
372
  msgstr ""
373
 
374
+ #: ../dashboard.php:1378 ../dashboard.php:1380 ../cerber-scanner.php:1465
375
  msgid "Disabled"
376
  msgstr ""
377
 
378
+ #: ../dashboard.php:1379 ../cerber-scanner.php:914
379
  msgid "Quick Scan"
380
  msgstr ""
381
 
382
+ #: ../dashboard.php:1381 ../cerber-scanner.php:914
383
  msgid "Full Scan"
384
  msgstr ""
385
 
386
+ #: ../dashboard.php:1392 ../dashboard.php:1867 ../cerber-load.php:3990 ..
387
+ #: /settings.php:108 ../settings.php:634
388
  msgid "Activity"
389
  msgstr ""
390
 
391
+ #: ../dashboard.php:1393
392
  msgid "Traffic"
393
  msgstr ""
394
 
395
+ #: ../dashboard.php:1394
396
  msgid "Integrity"
397
  msgstr ""
398
 
399
+ #: ../dashboard.php:1670 ../settings.php:83
400
  msgid "My site is behind a reverse proxy"
401
  msgstr ""
402
 
403
+ #: ../dashboard.php:1846
404
  msgid "in the last 24 hours"
405
  msgstr ""
406
 
407
+ #: ../dashboard.php:1852 ../dashboard.php:1882
408
  msgid "View all"
409
  msgstr ""
410
 
411
+ #: ../dashboard.php:1860 ../common.php:860
412
  msgid "User registered"
413
  msgstr ""
414
 
415
+ #: ../dashboard.php:1861
416
  msgid "All suspicious activity"
417
  msgstr ""
418
 
419
+ #: ../dashboard.php:1883
420
  msgid "Recently locked out IP addresses"
421
  msgstr ""
422
 
423
+ #: ../dashboard.php:1908
424
  msgid "Confused about some settings?"
425
  msgstr ""
426
 
427
+ #: ../dashboard.php:1909
428
  msgid "You can easily load default recommended settings using button below"
429
  msgstr ""
430
 
431
+ #: ../dashboard.php:1911
432
  msgid "Load default settings"
433
  msgstr ""
434
 
435
+ #: ../dashboard.php:1913 ../cerber-tools.php:597 ../cerber-scanner.php:5557 ..
436
+ #: /cerber-scanner.php:5699
437
  msgid "Are you sure?"
438
  msgstr ""
439
 
440
+ #: ../dashboard.php:1919
441
  msgid "doesn't affect Custom login URL and Access Lists"
442
  msgstr ""
443
 
444
+ #: ../dashboard.php:1920 ../cerber-load.php:3478 ../cerber-load.php:4275
445
  msgid "Getting Started Guide"
446
  msgstr ""
447
 
448
+ #: ../dashboard.php:2027
449
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
450
  msgstr ""
451
 
452
+ #: ../dashboard.php:2028
453
  msgid "Deactivate"
454
  msgstr ""
455
 
456
+ #: ../dashboard.php:2029 ../dashboard.php:2442
457
  msgid "View Activity"
458
  msgstr ""
459
 
460
+ #: ../dashboard.php:2111
461
  msgid "Subscribe"
462
  msgstr ""
463
 
464
+ #: ../dashboard.php:2112 ../cerber-tools.php:281
465
  msgid "Unsubscribe"
466
  msgstr ""
467
 
468
+ #: ../dashboard.php:2140
469
  msgid "You've subscribed"
470
  msgstr ""
471
 
472
+ #: ../dashboard.php:2143
473
  msgid "You've unsubscribed"
474
  msgstr ""
475
 
476
+ #: ../dashboard.php:2214
477
  msgid "Main settings"
478
  msgstr ""
479
 
480
+ #: ../dashboard.php:2318
481
  msgid "Are you sure you want to delete selected files?"
482
  msgstr ""
483
 
484
+ #: ../dashboard.php:2319
485
  msgid "These files have been moved to the quarantine"
486
  msgstr ""
487
 
488
+ #: ../dashboard.php:2322
489
  msgid "Do you want to add selected files to the ignore list?"
490
  msgstr ""
491
 
492
+ #: ../dashboard.php:2323
493
  msgid "These files have been added to the ignore list"
494
  msgstr ""
495
 
496
+ #: ../dashboard.php:2325
497
  msgid "Some errors occurred"
498
  msgstr ""
499
 
500
+ #: ../dashboard.php:2326
501
  msgid "All files have been processed"
502
  msgstr ""
503
 
504
+ #: ../dashboard.php:2486
505
  msgid "These features are available in a professional version of the plugin."
506
  msgstr ""
507
 
508
+ #: ../dashboard.php:2487
509
  msgid "Know more about all advantages at"
510
  msgstr ""
511
 
512
+ #: ../dashboard.php:2618
513
  msgid "Countries"
514
  msgstr ""
515
 
516
+ #: ../dashboard.php:2687
517
  #, php-format
518
  msgid "Permitted for one country"
519
  msgid_plural "Permitted for %d countries"
520
  msgstr[0] ""
521
  msgstr[1] ""
522
 
523
+ #: ../dashboard.php:2690
524
  #, php-format
525
  msgid "Not permitted for one country"
526
  msgid_plural "Not permitted for %d countries"
527
  msgstr[0] ""
528
  msgstr[1] ""
529
 
530
+ #: ../dashboard.php:2698
531
  msgid "No rule"
532
  msgstr ""
533
 
534
+ #: ../dashboard.php:2754
535
  msgid "Start typing here to find a country"
536
  msgstr ""
537
 
538
+ #: ../dashboard.php:2837
539
  msgid "Click on a country name to add it to the list of selected countries"
540
  msgstr ""
541
 
542
+ #: ../dashboard.php:2841
543
  #, php-format
544
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
545
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
546
  msgstr ""
547
 
548
+ #: ../dashboard.php:2844
549
  #, php-format
550
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
551
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
552
  msgstr ""
553
 
554
+ #: ../dashboard.php:2861
555
  msgid "Submit forms"
556
  msgstr ""
557
 
558
+ #: ../dashboard.php:2862
559
  msgid "Post comments"
560
  msgstr ""
561
 
562
+ #: ../dashboard.php:2863
563
  msgid "Log in to the website"
564
  msgstr ""
565
 
566
+ #: ../dashboard.php:2864
567
  msgid "Register on the website"
568
  msgstr ""
569
 
570
+ #: ../dashboard.php:2865
571
  msgid "Use XML-RPC"
572
  msgstr ""
573
 
574
+ #: ../dashboard.php:2866
575
  msgid "Use REST API"
576
  msgstr ""
577
 
578
+ #: ../dashboard.php:2910
579
  msgid "Security rules have been updated"
580
  msgstr ""
581
 
582
+ #: ../dashboard.php:2955
583
  msgid "Live Traffic"
584
  msgstr ""
585
 
586
+ #: ../dashboard.php:2956 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
587
  #: scanner.php:76
588
  msgid "Settings"
589
  msgstr ""
590
 
591
+ #: ../dashboard.php:3022
592
+ msgid "Page generation time"
593
+ msgstr ""
594
+
595
+ #: ../dashboard.php:3366
596
  msgid "Request"
597
  msgstr ""
598
 
599
+ #: ../dashboard.php:3368
600
  msgid "Host Info"
601
  msgstr ""
602
 
603
+ #: ../dashboard.php:3369
604
  msgid "User Agent"
605
  msgstr ""
606
 
607
+ #: ../dashboard.php:3386
608
  msgid "No requests have been logged."
609
  msgstr ""
610
 
611
+ #: ../dashboard.php:3394
612
  msgid "All requests"
613
  msgstr ""
614
 
615
+ #: ../dashboard.php:3396
616
  msgid "Suspicious activity"
617
  msgstr ""
618
 
619
+ #: ../dashboard.php:3397
620
  msgid "Errors"
621
  msgstr ""
622
 
623
+ #: ../dashboard.php:3398 ../settings.php:179
624
  msgid "Logged in users"
625
  msgstr ""
626
 
627
+ #: ../dashboard.php:3399
628
  msgid "Not logged in visitors"
629
  msgstr ""
630
 
631
+ #: ../dashboard.php:3402
632
  msgid "Form submissions"
633
  msgstr ""
634
 
635
+ #: ../dashboard.php:3404
636
  msgid "Page Not Found"
637
  msgstr ""
638
 
639
+ #: ../dashboard.php:3413
640
  msgid "Longer than"
641
  msgstr ""
642
 
643
+ #: ../dashboard.php:3429
644
  msgid "Refresh"
645
  msgstr ""
646
 
647
+ #: ../dashboard.php:3694
648
  msgid "Any"
649
  msgstr ""
650
 
651
+ #: ../dashboard.php:3737
652
  msgid "Advanced search"
653
  msgstr ""
654
 
655
+ #: ../dashboard.php:3796
656
  msgid "Antispam engine"
657
  msgstr ""
658
 
659
+ #: ../dashboard.php:3805
660
  msgid "Antispam and bot detection settings"
661
  msgstr ""
662
 
663
+ #: ../dashboard.php:3863
664
  msgid "Help"
665
  msgstr ""
666
 
667
+ #: ../dashboard.php:3885
668
+ msgid "Log In"
669
+ msgstr ""
670
+
671
+ #: ../dashboard.php:3886
672
+ msgid "Log Out"
673
+ msgstr ""
674
+
675
+ #: ../dashboard.php:3887
676
+ msgid "Register"
677
+ msgstr ""
678
+
679
+ #: ../dashboard.php:3890
680
+ msgid "WooCommerce Log In"
681
+ msgstr ""
682
+
683
+ #: ../dashboard.php:3891
684
+ msgid "WooCommerce Log Out"
685
+ msgstr ""
686
+
687
+ #: ../dashboard.php:3930 ../dashboard.php:3931
688
+ msgid "Add to menu"
689
+ msgstr ""
690
+
691
  #. Name of the plugin
692
  msgid "WP Cerber Security, Antispam & Malware Scan"
693
  msgstr ""
733
  msgid "Lockouts occurred"
734
  msgstr ""
735
 
736
+ #: ../common.php:210 ../common.php:276 ../common.php:281 ../common.php:287 ..
737
+ #: /common.php:292 ../cerber-load.php:692 ../cerber-load.php:704 ../cerber-load.
738
+ #: php:711 ../cerber-load.php:986 ../cerber-load.php:1208 ../cerber-load.php:1214
739
+ #: ../cerber-load.php:1219 ../cerber-load.php:1224 ../cerber-load.php:1230 ..
740
+ #: /cerber-load.php:1237 ../cerber-load.php:1339 ../cerber-load.php:1476 ..
741
+ #: /settings.php:1040 ../settings.php:1123
742
  msgid "ERROR:"
743
  msgstr ""
744
 
745
+ #: ../common.php:859
746
  msgid "User created"
747
  msgstr ""
748
 
749
+ #: ../common.php:861
750
  msgid "Logged in"
751
  msgstr ""
752
 
753
+ #: ../common.php:862
754
  msgid "Logged out"
755
  msgstr ""
756
 
757
+ #: ../common.php:863
758
  msgid "Login failed"
759
  msgstr ""
760
 
761
+ #: ../common.php:866
762
  msgid "IP blocked"
763
  msgstr ""
764
 
765
+ #: ../common.php:867
766
  msgid "Subnet blocked"
767
  msgstr ""
768
 
769
+ #: ../common.php:869
770
  msgid "Citadel activated!"
771
  msgstr ""
772
 
773
+ #: ../common.php:870
774
  msgid "Spam comment denied"
775
  msgstr ""
776
 
777
+ #: ../common.php:871
778
  msgid "Spam form submission denied"
779
  msgstr ""
780
 
781
+ #: ../common.php:872
782
  msgid "Form submission denied"
783
  msgstr ""
784
 
785
+ #: ../common.php:873
786
  msgid "Comment denied"
787
  msgstr ""
788
 
789
+ #: ../common.php:884
790
  msgid "Password changed"
791
  msgstr ""
792
 
793
+ #: ../common.php:885
794
  msgid "Password reset requested"
795
  msgstr ""
796
 
797
+ #: ../common.php:887
798
  msgid "reCAPTCHA verification failed"
799
  msgstr ""
800
 
801
+ #: ../common.php:888
802
  msgid "reCAPTCHA settings are incorrect"
803
  msgstr ""
804
 
805
+ #: ../common.php:889
806
  msgid "Request to the Google reCAPTCHA service failed"
807
  msgstr ""
808
 
809
+ #: ../common.php:891
810
  msgid "Attempt to access prohibited URL"
811
  msgstr ""
812
 
813
+ #: ../common.php:892 ../common.php:954
814
  msgid "Attempt to log in with non-existent username"
815
  msgstr ""
816
 
817
+ #: ../common.php:893 ../common.php:955
818
  msgid "Attempt to log in with prohibited username"
819
  msgstr ""
820
 
821
+ #: ../common.php:895
822
  msgid "Attempt to log in denied"
823
  msgstr ""
824
 
825
+ #: ../common.php:896
826
  msgid "Attempt to register denied"
827
  msgstr ""
828
 
829
+ #: ../common.php:897 ../common.php:959
830
  msgid "Probing for vulnerable PHP code"
831
  msgstr ""
832
 
833
+ #: ../common.php:898
834
  msgid "Attempt to upload malicious file denied"
835
  msgstr ""
836
 
837
+ #: ../common.php:899
838
  msgid "File upload denied"
839
  msgstr ""
840
 
841
+ #: ../common.php:901
842
  msgid "Request to REST API denied"
843
  msgstr ""
844
 
845
+ #: ../common.php:902
846
  msgid "XML-RPC request denied"
847
  msgstr ""
848
 
849
+ #: ../common.php:904
850
  msgid "Malicious request denied"
851
  msgstr ""
852
 
853
+ #: ../common.php:908
854
  msgid "User activated"
855
  msgstr ""
856
 
857
+ #: ../common.php:913
858
  msgid "Bot detected"
859
  msgstr ""
860
 
861
+ #: ../common.php:914
862
  msgid "Citadel mode is active"
863
  msgstr ""
864
 
865
+ #: ../common.php:916
866
  msgid "IP blacklisted"
867
  msgstr ""
868
 
869
+ #: ../common.php:918
870
  msgid "Malicious activity detected"
871
  msgstr ""
872
 
873
+ #: ../common.php:919
874
  msgid "Blocked by country rule"
875
  msgstr ""
876
 
877
+ #: ../common.php:920
878
  msgid "Limit reached"
879
  msgstr ""
880
 
881
+ #: ../common.php:921
882
  msgid "Multiple suspicious activities"
883
  msgstr ""
884
 
885
+ #: ../common.php:922
886
  msgid "Denied"
887
  msgstr ""
888
 
889
+ #: ../common.php:923
890
  msgid "Suspicious number of fields"
891
  msgstr ""
892
 
893
+ #: ../common.php:924
894
  msgid "Suspicious number of nested values"
895
  msgstr ""
896
 
897
+ #: ../common.php:925 ../common.php:960
898
  msgid "Malicious code detected"
899
  msgstr ""
900
 
901
+ #: ../common.php:926
902
  msgid "Suspicious SQL code detected"
903
  msgstr ""
904
 
905
+ #: ../common.php:927
906
  msgid "Suspicious JavaScript code detected"
907
  msgstr ""
908
 
909
+ #: ../common.php:952
910
  msgid "Limit on login attempts is reached"
911
  msgstr ""
912
 
913
+ #: ../common.php:953
914
  msgid "Attempt to access"
915
  msgstr ""
916
 
917
+ #: ../common.php:956
918
  msgid "Limit on failed reCAPTCHA verifications is reached"
919
  msgstr ""
920
 
921
+ #: ../common.php:957
922
  msgid "Bot activity is detected"
923
  msgstr ""
924
 
925
+ #: ../common.php:958
926
  msgid "Multiple suspicious activities were detected"
927
  msgstr ""
928
 
929
+ #: ../common.php:961
930
  msgid "Attempt to upload a file with malicious code"
931
  msgstr ""
932
 
933
+ #: ../common.php:963
934
+ msgid "Multiple suspicious requests"
935
+ msgstr ""
936
+
937
+ #: ../common.php:1047
938
  #, php-format
939
  msgid "%s ago"
940
  msgstr ""
941
 
942
+ #: ../common.php:1047
943
  #, php-format
944
  msgctxt "preposition of a period of time like: in 6 hours"
945
  msgid "in %s"
946
  msgstr ""
947
 
948
+ #: ../common.php:1133
949
  msgid "Bytes"
950
  msgstr ""
951
 
952
+ #: ../common.php:1231 ../settings.php:236
953
  msgid "New version is available"
954
  msgstr ""
955
 
956
+ #: ../common.php:1238
957
  #, php-format
958
  msgid "Update to version %s of WP Cerber"
959
  msgstr ""
960
 
961
+ #: ../common.php:1257
962
  msgid "Not specified"
963
  msgstr ""
964
 
965
+ #: ../common.php:1955
966
  msgid "Unable to create the directory"
967
  msgstr ""
968
 
969
+ #: ../common.php:1960
970
  msgid "Destination folder access denied"
971
  msgstr ""
972
 
973
+ #: ../common.php:1963
974
  msgid "File not found"
975
  msgstr ""
976
 
977
+ #: ../common.php:1966
978
  msgid "Unable to copy the file"
979
  msgstr ""
980
 
981
+ #: ../common.php:1972
982
  msgid "Unable to delete the file"
983
  msgstr ""
984
 
985
+ #: ../cerber-news.php:138
986
  msgid "Awesome!"
987
  msgstr ""
988
 
989
+ #: ../cerber-lab.php:761
990
  msgid "Want to make WP Cerber even more powerful?"
991
  msgstr ""
992
 
993
+ #: ../cerber-lab.php:762
994
  msgid ""
995
  "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. "
996
  "This helps the plugin team to develop new algorithms for WP Cerber that will "
998
  "everyday. You can disable the sending in the plugin settings at any time."
999
  msgstr ""
1000
 
1001
+ #: ../cerber-lab.php:763
1002
  msgid "OK, nail them all"
1003
  msgstr ""
1004
 
1005
+ #: ../cerber-lab.php:764
1006
  msgid "NO, maybe later"
1007
  msgstr ""
1008
 
1009
+ #: ../cerber-lab.php:765 ../settings.php:607 ../settings.php:610
1010
  msgid "Know more"
1011
  msgstr ""
1012
 
1013
+ #: ../cerber-load.php:383
1014
  msgid "You are not allowed to log in. Ask your administrator for assistance."
1015
  msgstr ""
1016
 
1017
+ #: ../cerber-load.php:390
1018
  #, php-format
1019
  msgid ""
1020
  "You have exceeded the number of allowed login attempts. Please try again in "
1021
  "%d minutes."
1022
  msgstr ""
1023
 
1024
+ #: ../cerber-load.php:409
1025
  #, php-format
1026
  msgid "You have only one attempt remaining."
1027
  msgid_plural "You have %d attempts remaining."
1028
  msgstr[0] ""
1029
  msgstr[1] ""
1030
 
1031
+ #: ../cerber-load.php:721
1032
  msgid ""
1033
  "Human verification failed. Please click the square box in the reCAPTCHA "
1034
  "block below."
1035
  msgstr ""
1036
 
1037
+ #: ../cerber-load.php:851
1038
  msgid ""
1039
  "> > > Translator of WP Cerber? To get the PRO license for free, drop your "
1040
  "contacts here: https://wpcerber.com/contact/"
1041
  msgstr ""
1042
 
1043
+ #: ../cerber-load.php:998
1044
  #, php-format
1045
  msgid ""
1046
  "<strong>ERROR</strong>: The password you entered for the username %s is "
1047
  "incorrect."
1048
  msgstr ""
1049
 
1050
+ #: ../cerber-load.php:1209 ../cerber-load.php:1215 ../cerber-load.php:1231 ..
1051
+ #: /cerber-load.php:1238
1052
  msgid "You are not allowed to register."
1053
  msgstr ""
1054
 
1055
+ #: ../cerber-load.php:1225
1056
  msgid "Username is not allowed. Please choose another one."
1057
  msgstr ""
1058
 
1059
+ #: ../cerber-load.php:1476
1060
  msgid "Sorry, human verification failed."
1061
  msgstr ""
1062
 
1063
+ #: ../cerber-load.php:3277
1064
  msgid "We're sorry, you are not allowed to proceed"
1065
  msgstr ""
1066
 
1067
+ #: ../cerber-load.php:3387
1068
  msgid "WP Cerber notify"
1069
  msgstr ""
1070
 
1071
+ #: ../cerber-load.php:3411
1072
  msgid "Citadel mode is activated"
1073
  msgstr ""
1074
 
1075
+ #: ../cerber-load.php:3413
1076
  #, php-format
1077
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
1078
  msgstr ""
1079
 
1080
+ #: ../cerber-load.php:3414
1081
  #, php-format
1082
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
1083
  msgstr ""
1084
 
1085
+ #: ../cerber-load.php:3415 ../cerber-load.php:4031
1086
  msgid "View activity in dashboard"
1087
  msgstr ""
1088
 
1089
+ #: ../cerber-load.php:3439
1090
  msgid "unspecified"
1091
  msgstr ""
1092
 
1093
+ #: ../cerber-load.php:3442
1094
  msgid "Number of lockouts is increasing"
1095
  msgstr ""
1096
 
1097
+ #: ../cerber-load.php:3444
1098
  msgid "Number of active lockouts"
1099
  msgstr ""
1100
 
1101
+ #: ../cerber-load.php:3445
1102
  #, php-format
1103
  msgid "Last lockout was added: %s for IP %s"
1104
  msgstr ""
1105
 
1106
+ #: ../cerber-load.php:3447
1107
  msgid "View activity for this IP"
1108
  msgstr ""
1109
 
1110
+ #: ../cerber-load.php:3448
1111
  msgid "View lockouts in dashboard"
1112
  msgstr ""
1113
 
1114
+ #: ../cerber-load.php:3451 ../cerber-load.php:3453
1115
  msgid "A new version of WP Cerber is available to install"
1116
  msgstr ""
1117
 
1118
+ #: ../cerber-load.php:3452
1119
  msgid "Hi!"
1120
  msgstr ""
1121
 
1122
+ #: ../cerber-load.php:3455 ../cerber-load.php:3466
1123
  msgid "Website"
1124
  msgstr ""
1125
 
1126
+ #: ../cerber-load.php:3458 ../cerber-load.php:3459
1127
  msgid "The WP Cerber security plugin has been deactivated"
1128
  msgstr ""
1129
 
1130
+ #: ../cerber-load.php:3461
1131
  msgid "Not logged in"
1132
  msgstr ""
1133
 
1134
+ #: ../cerber-load.php:3467
1135
  msgid "By user"
1136
  msgstr ""
1137
 
1138
+ #: ../cerber-load.php:3468
1139
  msgid "From IP address"
1140
  msgstr ""
1141
 
1142
+ #: ../cerber-load.php:3471
1143
  msgid "From country"
1144
  msgstr ""
1145
 
1146
+ #: ../cerber-load.php:3475
1147
  msgid "The WP Cerber security plugin is now active"
1148
  msgstr ""
1149
 
1150
+ #: ../cerber-load.php:3476 ../cerber-load.php:4272
1151
  msgid "WP Cerber is now active and has started protecting your site"
1152
  msgstr ""
1153
 
1154
+ #: ../cerber-load.php:3483
1155
  msgid "New Custom login URL"
1156
  msgstr ""
1157
 
1158
+ #: ../cerber-load.php:3487 ../cerber-load.php:3488
1159
  msgid "A new activity has been recorded"
1160
  msgstr ""
1161
 
1162
+ #: ../cerber-load.php:3493
1163
  msgid "Weekly report"
1164
  msgstr ""
1165
 
1166
+ #: ../cerber-load.php:3496 ../cerber-load.php:3506
1167
  msgid "To change reporting settings visit"
1168
  msgstr ""
1169
 
1170
+ #: ../cerber-load.php:3503
1171
  msgid "Scanner Report"
1172
  msgstr ""
1173
 
1174
+ #: ../cerber-load.php:3529
1175
  msgid "Your login page:"
1176
  msgstr ""
1177
 
1178
+ #: ../cerber-load.php:3533
1179
  msgid "Your license is valid until"
1180
  msgstr ""
1181
 
1182
+ #: ../cerber-load.php:3536
1183
  msgid "This message was sent by"
1184
  msgstr ""
1185
 
1186
+ #: ../cerber-load.php:3557
1187
  #, php-format
1188
  msgid "Your last sign-in was %s from %s"
1189
  msgstr ""
1190
 
1191
+ #: ../cerber-load.php:3627
1192
  msgid "Weekly Report"
1193
  msgstr ""
1194
 
1195
+ #: ../cerber-load.php:3639
1196
  msgid "Activity details"
1197
  msgstr ""
1198
 
1199
+ #: ../cerber-load.php:3653
1200
  msgid "Attempts to log in with non-existent username"
1201
  msgstr ""
1202
 
1203
+ #: ../cerber-load.php:4003
1204
  msgid "User"
1205
  msgstr ""
1206
 
1207
+ #: ../cerber-load.php:4011
1208
  msgid "Search string"
1209
  msgstr ""
1210
 
1211
+ #: ../cerber-load.php:4032
1212
  msgid "To unsubscribe click here"
1213
  msgstr ""
1214
 
1215
+ #: ../cerber-load.php:4238
1216
  #, php-format
1217
  msgid "The WP Cerber requires PHP %s or higher. You are running"
1218
  msgstr ""
1219
 
1220
+ #: ../cerber-load.php:4242
1221
  #, php-format
1222
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
1223
  msgstr ""
1224
 
1225
+ #: ../cerber-load.php:4251
1226
  msgid "Can't activate WP Cerber due to a database error."
1227
  msgstr ""
1228
 
1229
+ #: ../cerber-load.php:4273
1230
  msgid "Your IP address is added to the"
1231
  msgstr ""
1232
 
1233
+ #: ../cerber-load.php:4283 ../settings.php:636
1234
  msgid "Main Settings"
1235
  msgstr ""
1236
 
1237
+ #: ../cerber-load.php:4284 ../cerber-scanner.php:75
1238
  msgid "Security Scanner"
1239
  msgstr ""
1240
 
1241
+ #: ../cerber-load.php:4285 ../settings.php:637 ../cerber-tools.php:91 ../cerber-
1242
  #: tools.php:100 ../cerber-tools.php:187
1243
  msgid "Access Lists"
1244
  msgstr ""
1245
 
1246
+ #: ../cerber-load.php:4287 ../settings.php:638
1247
  msgid "Hardening"
1248
  msgstr ""
1249
 
1250
+ #: ../cerber-load.php:4288 ../settings.php:82 ../settings.php:106 ../settings.php:
1251
+ #: 640
1252
  msgid "Notifications"
1253
  msgstr ""
1254
 
1255
+ #: ../cerber-load.php:4289
1256
  msgid "Import settings"
1257
  msgstr ""
1258
 
1292
  msgid "Aggressive lockout"
1293
  msgstr ""
1294
 
1295
+ #: ../settings.php:81 ../settings.php:293
1296
  msgid "Use White IP Access List"
1297
  msgstr ""
1298
 
1382
  msgid "Threshold"
1383
  msgstr ""
1384
 
1385
+ #: ../settings.php:105 ../cerber-scanner.php:3868
1386
  msgid "Duration"
1387
  msgstr ""
1388
 
1390
  msgid "Send notification to admin email"
1391
  msgstr ""
1392
 
1393
+ #: ../settings.php:106 ../settings.php:776 ../settings.php:898
1394
  msgid "Click to send test"
1395
  msgstr ""
1396
 
1397
+ #: ../settings.php:109 ../settings.php:374
1398
  msgid "Keep records for"
1399
  msgstr ""
1400
 
1401
+ #: ../settings.php:109 ../settings.php:191 ../settings.php:378 ../settings.php:449
1402
  msgid "days"
1403
  msgstr ""
1404
 
1606
  "inspection by the engine. One item per line."
1607
  msgstr ""
1608
 
1609
+ #: ../settings.php:186 ../settings.php:304
1610
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1611
  msgstr ""
1612
 
1713
  msgid "Email notifications"
1714
  msgstr ""
1715
 
1716
+ #: ../settings.php:223 ../settings.php:264 ../settings.php:511
1717
  msgid "Email Address"
1718
  msgstr ""
1719
 
1720
+ #: ../settings.php:227 ../settings.php:269 ../settings.php:337 ../settings.php:515
1721
  msgid "Use comma to specify multiple values"
1722
  msgstr ""
1723
 
1758
  msgid "Enable reporting"
1759
  msgstr ""
1760
 
1761
+ #: ../settings.php:274 ../settings.php:520
1762
  msgid "if empty, email from notification settings will be used"
1763
  msgstr ""
1764
 
1765
  #: ../settings.php:282
1766
+ msgid "Traffic Inspection"
1767
  msgstr ""
1768
 
1769
  #: ../settings.php:283
1770
  msgid "Enable traffic inspection"
1771
  msgstr ""
1772
 
1773
+ #: ../settings.php:288
1774
+ msgid "Enable error shielding"
1775
+ msgstr ""
1776
+
1777
+ #: ../settings.php:298
1778
  msgid "Request whitelist"
1779
  msgstr ""
1780
 
1781
+ #: ../settings.php:304
1782
  msgid ""
1783
  "Enter a request URI to exclude the request from inspection. One item per "
1784
  "line."
1785
  msgstr ""
1786
 
1787
+ #: ../settings.php:307
1788
  msgid "Logging"
1789
  msgstr ""
1790
 
1791
+ #: ../settings.php:308
1792
  msgid "Logging mode"
1793
  msgstr ""
1794
 
1795
+ #: ../settings.php:314
1796
  msgid "Logging disabled"
1797
  msgstr ""
1798
 
1799
+ #: ../settings.php:315
1800
  msgid "Smart"
1801
  msgstr ""
1802
 
1803
+ #: ../settings.php:316
1804
  msgid "All traffic"
1805
  msgstr ""
1806
 
1807
+ #: ../settings.php:320
1808
  msgid "Ignore crawlers"
1809
  msgstr ""
1810
 
1811
+ #: ../settings.php:325
1812
  msgid "Save request fields"
1813
  msgstr ""
1814
 
1815
+ #: ../settings.php:330
1816
  msgid "Mask these form fields"
1817
  msgstr ""
1818
 
1819
+ #: ../settings.php:342
1820
  msgid "Save request headers"
1821
  msgstr ""
1822
 
1823
+ #: ../settings.php:348
1824
  msgid "Save $_SERVER"
1825
  msgstr ""
1826
 
1827
+ #: ../settings.php:354
1828
  msgid "Save request cookies"
1829
  msgstr ""
1830
 
1831
+ #: ../settings.php:360
1832
+ msgid "Save software errors"
1833
+ msgstr ""
1834
+
1835
+ #: ../settings.php:366
1836
  msgid "Page generation time threshold"
1837
  msgstr ""
1838
 
1839
+ #: ../settings.php:371
1840
  msgid "milliseconds"
1841
  msgstr ""
1842
 
1843
+ #: ../settings.php:387
1844
  msgid "Scanner settings"
1845
  msgstr ""
1846
 
1847
+ #: ../settings.php:388
1848
  msgid "Custom signatures"
1849
  msgstr ""
1850
 
1851
+ #: ../settings.php:394
1852
  msgid ""
1853
  "Specify custom PHP code signatures. One item per line. To specify a REGEX "
1854
  "pattern, enclose a whole line in two braces."
1855
  msgstr ""
1856
 
1857
+ #: ../settings.php:396
1858
  msgid "Unwanted file extensions"
1859
  msgstr ""
1860
 
1861
+ #: ../settings.php:402
1862
  msgid ""
1863
  "Specify file extensions to search for. Full scan only. Use comma to separate "
1864
  "items."
1865
  msgstr ""
1866
 
1867
+ #: ../settings.php:404
1868
  msgid "Directories to exclude"
1869
  msgstr ""
1870
 
1871
+ #: ../settings.php:410
1872
  msgid ""
1873
  "Specify directories to exclude from scanning. Use absolute paths. One item "
1874
  "per line."
1875
  msgstr ""
1876
 
1877
+ #: ../settings.php:412
1878
  msgid "Monitor new files"
1879
  msgstr ""
1880
 
1881
+ #: ../settings.php:419
1882
  msgid "Monitor modified files"
1883
  msgstr ""
1884
 
1885
+ #: ../settings.php:425
1886
  msgid "Scan temporary directory"
1887
  msgstr ""
1888
 
1889
+ #: ../settings.php:432
1890
  msgid "Scan session directory"
1891
  msgstr ""
1892
 
1893
+ #: ../settings.php:438
1894
  msgid "Enable diagnostic log"
1895
  msgstr ""
1896
 
1897
+ #: ../settings.php:444
1898
  msgid "Delete quarantined files after"
1899
  msgstr ""
1900
 
1901
+ #: ../settings.php:458
1902
  msgid "Automated recurring scan schedule"
1903
  msgstr ""
1904
 
1905
+ #: ../settings.php:459
1906
  msgid "Launch Quick Scan"
1907
  msgstr ""
1908
 
1909
+ #: ../settings.php:466
1910
  msgid "Launch Full Scan"
1911
  msgstr ""
1912
 
1913
+ #: ../settings.php:474
1914
  msgid "Scan results reporting"
1915
  msgstr ""
1916
 
1917
+ #: ../settings.php:476 ../settings.php:536
1918
  msgid "Low severity"
1919
  msgstr ""
1920
 
1921
+ #: ../settings.php:476 ../settings.php:536
1922
  msgid "Medium severity"
1923
  msgstr ""
1924
 
1925
+ #: ../settings.php:476 ../settings.php:536
1926
  msgid "High severity"
1927
  msgstr ""
1928
 
1929
+ #: ../settings.php:477
1930
  msgid "Report an issue if any of the following is true"
1931
  msgstr ""
1932
 
1933
+ #: ../settings.php:485
1934
  msgid "Send email report"
1935
  msgstr ""
1936
 
1937
+ #: ../settings.php:491
1938
  msgid "After every scan"
1939
  msgstr ""
1940
 
1941
+ #: ../settings.php:492
1942
  msgid "If any changes in scan results occurred"
1943
  msgstr ""
1944
 
1945
+ #: ../settings.php:493
1946
  msgid "If new issues found"
1947
  msgstr ""
1948
 
1949
+ #: ../settings.php:497
1950
  msgid "Include file sizes"
1951
  msgstr ""
1952
 
1953
+ #: ../settings.php:504
1954
  msgid "Include scan errors"
1955
  msgstr ""
1956
 
1957
+ #: ../settings.php:528
1958
  msgid "Automatic cleanup of malware and suspicious files"
1959
  msgstr ""
1960
 
1961
+ #: ../settings.php:530 ../cerber-scanner.php:3900
1962
  msgid "Unattended files"
1963
  msgstr ""
1964
 
1965
+ #: ../settings.php:537
1966
  msgid "Files in the uploads folder"
1967
  msgstr ""
1968
 
1969
+ #: ../settings.php:544
1970
  msgid "Files with unwanted extensions"
1971
  msgstr ""
1972
 
1973
+ #: ../settings.php:551
1974
  msgid "Exclusions"
1975
  msgstr ""
1976
 
1977
+ #: ../settings.php:552
1978
  msgid "Files in the temporary directory"
1979
  msgstr ""
1980
 
1981
+ #: ../settings.php:558
1982
  msgid "Files in the sessions directory"
1983
  msgstr ""
1984
 
1985
+ #: ../settings.php:564
1986
  msgid "Files in these directories"
1987
  msgstr ""
1988
 
1989
+ #: ../settings.php:570
1990
  msgid "Use absolute paths. One item per line."
1991
  msgstr ""
1992
 
1993
+ #: ../settings.php:572
1994
  msgid "Files with these extensions"
1995
  msgstr ""
1996
 
1997
+ #: ../settings.php:578
1998
  msgid "Use comma to separate items."
1999
  msgstr ""
2000
 
2001
+ #: ../settings.php:589
2002
  msgid "Make your protection smarter!"
2003
  msgstr ""
2004
 
2005
+ #: ../settings.php:593
2006
  msgid ""
2007
  "Please enable Permalinks to use this feature. Set Permalink Settings to "
2008
  "something other than Default."
2009
  msgstr ""
2010
 
2011
+ #: ../settings.php:596
2012
  msgid "Be careful about enabling these options."
2013
  msgstr ""
2014
 
2015
+ #: ../settings.php:596
2016
  msgid "If you forget your Custom login URL, you will be unable to log in."
2017
  msgstr ""
2018
 
2019
+ #: ../settings.php:600
2020
  msgid ""
2021
  "In the Citadel mode nobody is able to log in except IPs from the White IP "
2022
  "Access List. Active user sessions will not be affected."
2023
  msgstr ""
2024
 
2025
+ #: ../settings.php:603
2026
  msgid "These settings do not affect hosts from the "
2027
  msgstr ""
2028
 
2029
+ #: ../settings.php:606
2030
  msgid ""
2031
  "Before you can start using reCAPTCHA, you have to obtain Site key and Secret "
2032
  "key on the Google website"
2033
  msgstr ""
2034
 
2035
+ #: ../settings.php:635
2036
  msgid "Lockouts"
2037
  msgstr ""
2038
 
2039
+ #: ../settings.php:639
2040
  msgid "Users"
2041
  msgstr ""
2042
 
2043
+ #: ../settings.php:757 ../settings.php:879
2044
  #, php-format
2045
  msgid "%s allowed retries in %s minutes"
2046
  msgstr ""
2047
 
2048
+ #: ../settings.php:762 ../settings.php:884
2049
  #, php-format
2050
  msgid "%s allowed registrations in %s minutes from one IP"
2051
  msgstr ""
2052
 
2053
+ #: ../settings.php:767 ../settings.php:889
2054
  #, php-format
2055
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
2056
  msgstr ""
2057
 
2058
+ #: ../settings.php:774 ../settings.php:896
2059
  msgid "Notify admin if the number of active lockouts above"
2060
  msgstr ""
2061
 
2062
+ #: ../settings.php:779 ../settings.php:901
2063
  #, php-format
2064
  msgid "Enable after %s failed login attempts in last %s minutes"
2065
  msgstr ""
2066
 
2067
+ #: ../settings.php:998
2068
  msgid "Sunday"
2069
  msgstr ""
2070
 
2071
+ #: ../settings.php:999
2072
  msgid "Monday"
2073
  msgstr ""
2074
 
2075
+ #: ../settings.php:1000
2076
  msgid "Tuesday"
2077
  msgstr ""
2078
 
2079
+ #: ../settings.php:1001
2080
  msgid "Wednesday"
2081
  msgstr ""
2082
 
2083
+ #: ../settings.php:1002
2084
  msgid "Thursday"
2085
  msgstr ""
2086
 
2087
+ #: ../settings.php:1003
2088
  msgid "Friday"
2089
  msgstr ""
2090
 
2091
+ #: ../settings.php:1004
2092
  msgid "Saturday"
2093
  msgstr ""
2094
 
2095
+ #: ../settings.php:1014
2096
  msgctxt "preposition of time like: at 11:00"
2097
  msgid "at"
2098
  msgstr ""
2099
 
2100
+ #: ../settings.php:1030
2101
  msgid "Click to send now"
2102
  msgstr ""
2103
 
2104
+ #: ../settings.php:1041
2105
  msgid "Plugin initialization mode has not been changed"
2106
  msgstr ""
2107
 
2108
+ #: ../settings.php:1061 ../settings.php:1062
2109
  msgid "Attention! You have changed the login URL! The new login URL is"
2110
  msgstr ""
2111
 
2112
+ #: ../settings.php:1063 ../settings.php:1064
2113
  msgid ""
2114
  "If you use a caching plugin, you have to add your new login URL to the list "
2115
  "of pages not to cache."
2116
  msgstr ""
2117
 
2118
+ #: ../settings.php:1147 ../settings.php:1159 ../settings.php:1282
2119
  msgid "<strong>ERROR</strong>: please enter a valid email address."
2120
  msgstr ""
2121
 
2122
+ #: ../settings.php:1288
2123
  msgid "The schedule has been updated"
2124
  msgstr ""
2125
 
2126
+ #: ../settings.php:1291
2127
  msgid "Unable to update the schedule"
2128
  msgstr ""
2129
 
2175
  msgid "Select file to import."
2176
  msgstr ""
2177
 
2178
+ #: ../cerber-tools.php:96 ../cerber-scanner.php:4068
2179
  #, php-format
2180
  msgid "Maximum upload file size: %s."
2181
  msgstr ""
2184
  msgid "What do you want to import?"
2185
  msgstr ""
2186
 
2187
+ #: ../cerber-tools.php:101 ../cerber-scanner.php:4071
2188
  msgid "Upload file"
2189
  msgstr ""
2190
 
2259
  msgid "Ignore"
2260
  msgstr ""
2261
 
2262
+ #: ../cerber-scanner.php:1415
2263
  msgid "Verified"
2264
  msgstr ""
2265
 
2266
+ #: ../cerber-scanner.php:1421
2267
  msgid "Vulnerability found"
2268
  msgstr ""
2269
 
2270
+ #: ../cerber-scanner.php:1422
2271
  msgid "Integrity data not found"
2272
  msgstr ""
2273
 
2274
+ #: ../cerber-scanner.php:1423
2275
  msgid "Unable to check the integrity of the plugin due to a network error"
2276
  msgstr ""
2277
 
2278
+ #: ../cerber-scanner.php:1424
2279
  msgid "Unable to check the integrity of WordPress files due to a network error"
2280
  msgstr ""
2281
 
2282
+ #: ../cerber-scanner.php:1425
2283
  msgid "Unable to check the integrity of the theme due to a network error"
2284
  msgstr ""
2285
 
2286
+ #: ../cerber-scanner.php:1426
2287
  msgid "Unable to check the integrity due to a DB error"
2288
  msgstr ""
2289
 
2290
+ #: ../cerber-scanner.php:1428
2291
  msgid "Local file doesn't exist"
2292
  msgstr ""
2293
 
2294
+ #: ../cerber-scanner.php:1430
2295
  msgid "Unable to process file"
2296
  msgstr ""
2297
 
2298
+ #: ../cerber-scanner.php:1431 ../cerber-scanner.php:4959
2299
  msgid "Unable to open file"
2300
  msgstr ""
2301
 
2302
+ #: ../cerber-scanner.php:1433
2303
  msgid "Checksum mismatch"
2304
  msgstr ""
2305
 
2306
+ #: ../cerber-scanner.php:1436
2307
  msgid "Suspicious code found"
2308
  msgstr ""
2309
 
2310
+ #: ../cerber-scanner.php:1437
2311
  msgid "Malicious code found"
2312
  msgstr ""
2313
 
2314
+ #: ../cerber-scanner.php:1438
2315
  msgid "Unattended suspicious file"
2316
  msgstr ""
2317
 
2318
+ #: ../cerber-scanner.php:1439
2319
  msgid "Executable code found"
2320
  msgstr ""
2321
 
2322
+ #: ../cerber-scanner.php:1442 ../cerber-scanner.php:2716
2323
  msgid "Suspicious directives found"
2324
  msgstr ""
2325
 
2326
+ #: ../cerber-scanner.php:1443
2327
  msgid "Unwanted file extension"
2328
  msgstr ""
2329
 
2330
+ #: ../cerber-scanner.php:1445
2331
  msgid "Content has been modified"
2332
  msgstr ""
2333
 
2334
+ #: ../cerber-scanner.php:1446
2335
  msgid "New file"
2336
  msgstr ""
2337
 
2338
+ #: ../cerber-scanner.php:1466
2339
  msgid "Every hour"
2340
  msgstr ""
2341
 
2342
+ #: ../cerber-scanner.php:1467
2343
  msgid "Every 3 hours"
2344
  msgstr ""
2345
 
2346
+ #: ../cerber-scanner.php:1468
2347
  msgid "Every 6 hours"
2348
  msgstr ""
2349
 
2350
+ #: ../cerber-scanner.php:2536
2351
  msgid "Custom signature found"
2352
  msgstr ""
2353
 
2354
+ #: ../cerber-scanner.php:2711
2355
  msgid ""
2356
  "This file contains executable code and may contain obfuscated malware. If "
2357
  "this file is a part of a theme or a plugin, it must be located in the theme "
2358
  "or the plugin folder. No exception, no excuses."
2359
  msgstr ""
2360
 
2361
+ #: ../cerber-scanner.php:2712
2362
  msgid ""
2363
  "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it "
2364
  "does not belong to any known part of the website and should not be here."
2365
  msgstr ""
2366
 
2367
+ #: ../cerber-scanner.php:2713
2368
  #, php-format
2369
  msgid ""
2370
  "It may remain after upgrading to a newer version of %s. It also may be a "
2372
  "made (bespoke) plugin or theme."
2373
  msgstr ""
2374
 
2375
+ #: ../cerber-scanner.php:2714
2376
  msgid "Suspicious code instruction found"
2377
  msgstr ""
2378
 
2379
+ #: ../cerber-scanner.php:2715
2380
  msgid "Suspicious code signatures found"
2381
  msgstr ""
2382
 
2383
+ #: ../cerber-scanner.php:2717
2384
  msgid ""
2385
  "The contents of the file have been changed and do not match what exists in "
2386
  "the official WordPress repository or a reference file you have uploaded "
2388
  "has been tampered with."
2389
  msgstr ""
2390
 
2391
+ #: ../cerber-scanner.php:2718
2392
  #, php-format
2393
  msgid ""
2394
  "To solve this issue you have to reinstall %s or update it to the latest "
2395
  "version."
2396
  msgstr ""
2397
 
2398
+ #: ../cerber-scanner.php:2719
2399
  msgid "Please upload a reference ZIP archive"
2400
  msgstr ""
2401
 
2402
+ #: ../cerber-scanner.php:2720
2403
  msgid "Resolve issue"
2404
  msgstr ""
2405
 
2406
+ #: ../cerber-scanner.php:3774
2407
  msgid "Preparing for the scan"
2408
  msgstr ""
2409
 
2410
+ #: ../cerber-scanner.php:3775
2411
  msgid "Scanning folders for files"
2412
  msgstr ""
2413
 
2414
+ #: ../cerber-scanner.php:3776
2415
  msgid "Scanning the upload folder for files"
2416
  msgstr ""
2417
 
2418
+ #: ../cerber-scanner.php:3777
2419
  msgid "Scanning the temp folder for files"
2420
  msgstr ""
2421
 
2422
+ #: ../cerber-scanner.php:3778
2423
  msgid "Scanning the session folder for files"
2424
  msgstr ""
2425
 
2426
+ #: ../cerber-scanner.php:3779
2427
  msgid "Parsing the list of files"
2428
  msgstr ""
2429
 
2430
+ #: ../cerber-scanner.php:3780
2431
  msgid "Checking for new and modified files"
2432
  msgstr ""
2433
 
2434
+ #: ../cerber-scanner.php:3781
2435
  msgid "Verifying the integrity of WordPress"
2436
  msgstr ""
2437
 
2438
+ #: ../cerber-scanner.php:3782
2439
  msgid "Verifying the integrity of the plugins"
2440
  msgstr ""
2441
 
2442
+ #: ../cerber-scanner.php:3783
2443
  msgid "Verifying the integrity of the themes"
2444
  msgstr ""
2445
 
2446
+ #: ../cerber-scanner.php:3784
2447
  msgid "Searching for malicious code"
2448
  msgstr ""
2449
 
2450
+ #: ../cerber-scanner.php:3785
2451
  msgid "Finalizing the scan"
2452
  msgstr ""
2453
 
2454
+ #: ../cerber-scanner.php:3860
2455
  msgid "Started"
2456
  msgstr ""
2457
 
2458
+ #: ../cerber-scanner.php:3864
2459
  msgid "Finished"
2460
  msgstr ""
2461
 
2462
+ #: ../cerber-scanner.php:3872
2463
  msgid "Performance"
2464
  msgstr ""
2465
 
2466
+ #: ../cerber-scanner.php:3884
2467
  msgid "Vulnerabilities"
2468
  msgstr ""
2469
 
2470
+ #: ../cerber-scanner.php:3888
2471
  msgid "New files"
2472
  msgstr ""
2473
 
2474
+ #: ../cerber-scanner.php:3892
2475
  msgid "Changed files"
2476
  msgstr ""
2477
 
2478
+ #: ../cerber-scanner.php:3896
2479
  msgid "Unwanted extensions"
2480
  msgstr ""
2481
 
2482
+ #: ../cerber-scanner.php:3909 ../cerber-scanner.php:5576
2483
  msgid "Scanned"
2484
  msgstr ""
2485
 
2486
+ #: ../cerber-scanner.php:3909 ../cerber-scanner.php:3979
2487
  msgid "Files to scan"
2488
  msgstr ""
2489
 
2490
+ #: ../cerber-scanner.php:3916 ../cerber-scanner.php:3987
2491
  msgid "Critical issues"
2492
  msgstr ""
2493
 
2494
+ #: ../cerber-scanner.php:3916 ../cerber-scanner.php:3991 ../cerber-scanner.php:5149
2495
  msgid "Issues total"
2496
  msgstr ""
2497
 
2498
+ #: ../cerber-scanner.php:4065
2499
  msgid "We have not found any integrity data to verify"
2500
  msgstr ""
2501
 
2502
+ #: ../cerber-scanner.php:4067
2503
  msgid ""
2504
  "You have to upload a ZIP archive from which you've installed it. This "
2505
  "enables the security scanner to verify the integrity of the code and detect "
2506
  "malware."
2507
  msgstr ""
2508
 
2509
+ #: ../cerber-scanner.php:4354
2510
  msgid "The directory is not writable"
2511
  msgstr ""
2512
 
2513
+ #: ../cerber-scanner.php:4372
2514
  msgid "Unable to create WP CERBER directory"
2515
  msgstr ""
2516
 
2517
+ #: ../cerber-scanner.php:4578
2518
  msgid ""
2519
  "File access error. Possibly scan results are outdated. Please run Quick or "
2520
  "Full Scan."
2521
  msgstr ""
2522
 
2523
+ #: ../cerber-scanner.php:5105
2524
  msgid "Full Scan Report"
2525
  msgstr ""
2526
 
2527
+ #: ../cerber-scanner.php:5105
2528
  msgid "Quick Scan Report"
2529
  msgstr ""
2530
 
2531
+ #: ../cerber-scanner.php:5118
2532
  msgid "Files scanned"
2533
  msgstr ""
2534
 
2535
+ #: ../cerber-scanner.php:5199
2536
  msgid "Deleted"
2537
  msgstr ""
2538
 
2539
+ #: ../cerber-scanner.php:5246
2540
  msgid "Automatically moved to quarantine"
2541
  msgstr ""
2542
 
2543
+ #: ../cerber-scanner.php:5258
2544
  msgid "To view full report visit"
2545
  msgstr ""
2546
 
2547
+ #: ../cerber-scanner.php:5486
2548
  msgid "There are no files in the quarantine at the moment."
2549
  msgstr ""
2550
 
2551
+ #: ../cerber-scanner.php:5547
2552
  msgid "No files match the specified filter."
2553
  msgstr ""
2554
 
2555
+ #: ../cerber-scanner.php:5547
2556
  msgid "Click here to see the full list of files"
2557
  msgstr ""
2558
 
2559
+ #: ../cerber-scanner.php:5564
2560
  msgid "Delete permanently"
2561
  msgstr ""
2562
 
2563
+ #: ../cerber-scanner.php:5569
2564
  msgid "Restore"
2565
  msgstr ""
2566
 
2567
+ #: ../cerber-scanner.php:5577
2568
  msgid "Moved to quarantine"
2569
  msgstr ""
2570
 
2571
+ #: ../cerber-scanner.php:5578
2572
  msgid "Automatic deletion"
2573
  msgstr ""
2574
 
2575
+ #: ../cerber-scanner.php:5579
2576
  msgid "Size"
2577
  msgstr ""
2578
 
2579
+ #: ../cerber-scanner.php:5580 ../cerber-scanner.php:5711
2580
  msgid "File"
2581
  msgstr ""
2582
 
2583
+ #: ../cerber-scanner.php:5594
2584
  msgid "All scans"
2585
  msgstr ""
2586
 
2587
+ #: ../cerber-scanner.php:5648
2588
  msgid "The file has been deleted permanently."
2589
  msgstr ""
2590
 
2591
+ #: ../cerber-scanner.php:5657
2592
  msgid "The file has been restored to its original location."
2593
  msgstr ""
2594
 
2595
+ #: ../cerber-scanner.php:5679
2596
  msgid "Apply"
2597
  msgstr ""
2598
 
2599
+ #: ../cerber-scanner.php:5680 ../cerber-scanner.php:5705
2600
  msgid "Remove from the list"
2601
  msgstr ""
2602
 
2603
+ #: ../cerber-scanner.php:5681
2604
  msgid "User Insights"
2605
  msgstr ""
2606
 
2607
+ #: ../cerber-scanner.php:5682
2608
  msgid "Traffic Insights"
2609
  msgstr ""
2610
 
2611
+ #: ../cerber-scanner.php:5683
2612
  msgid "Activity Insights"
2613
  msgstr ""
2614
 
2615
+ #: ../cerber-scanner.php:5685
2616
  msgid "The list is empty."
2617
  msgstr ""
2618
 
2619
+ #: ../cerber-scanner.php:5710
2620
  msgid "Added"
2621
  msgstr ""
2622
 
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: security, malware scanner, antispam, firewall, limit login attempts, custo
5
  Requires at least: 4.5
6
  Requires PHP: 5.4
7
  Tested up to: 4.9
8
- Stable tag: 7.8.5
9
  License: GPLv2
10
 
11
  Protection against hacker attacks and bots. Malware scanner & integrity checker. User activity log. Antispam reCAPTCHA. Limit login attempts.
@@ -16,9 +16,9 @@ Defends WordPress against hacker attacks, spam, trojans and malware.
16
  Mitigates brute force attacks by limiting the number of login attempts through the login form, XML-RPC / REST API requests or using auth cookies.
17
  Restricts access with the Black IP Access List and the White IP Access List.
18
  Tracks user and intruder activity with powerful email, mobile and desktop notifications.
19
- Stops spam: activates Cerber anti-spam engine and Google reCAPTCHA for protecting registration, contact and comments forms.
20
  Advanced malware scanner, integrity checker and file monitor.
21
- Hardening WordPress with a set of security rules and comprehensive algorithms.
22
 
23
  **Features you will love**
24
 
@@ -307,8 +307,19 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
307
 
308
 
309
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
310
  = 7.8.5 =
311
- * New: A new set of heuristics algorithms for detecting obfuscated malware JavaScript code.
312
  * New: A new file filter on the Quarantine page lets to filter out quarantined files by the date of the scan.
313
  * New: The performance of [the malware scanner](https://wpcerber.com/wordpress-security-scanner/) has been improved. Now the scanner deletes all files in the website session and temporary folders permanently before the scan.
314
  * Update: If the plugin is unable to detect the remote IP address, it uses 0.0.0.0 as an IP.
@@ -342,8 +353,8 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
342
  = 7.6 =
343
  * New: The quarantine has got a separate admin page in the WordPress dashboard which allows viewing deleted files, restoring or deleting them.
344
  * New: Now [the malware scanner and integrity checker](https://wpcerber.com/wordpress-security-scanner/) supports multisite WordPress installations.
345
- * Bug fixed: Once an address IP has been locked out after reaching the limit to the number of attempts to log in the "We’re sorry, you are not allowed to proceed" forbidden page is being displayed instead of the normal user message "You have exceeded the number of allowed login attempts".
346
- * Bug fixed: PHP Notice: Only variables should be passed by reference in cerber-load.php on line 5377
347
  * [Read more](https://wpcerber.com/wp-cerber-security-7-6/)
348
 
349
  = 7.5 =
@@ -360,8 +371,8 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
360
  * New: Detecting malicious redirections and directives in .htaccess files.
361
  * New: [Automated hourly and daily scheduled scans with flexible email reports](https://wpcerber.com/automated-recurring-malware-scans/).
362
  * Update: Added a protection from logging wrong time stamps on some misconfigured web servers.
363
- * Bug fixed: Unexpected warning messages in the WordPress dashboard.
364
- * Bug fixed: Some file status links on the scanner results page may not work.
365
 
366
  = 7.0 =
367
  * Cerber Security Scanner: [integrity checker, malware detector and malware removal tool](https://wpcerber.com/wordpress-security-scanner/).
@@ -454,24 +465,6 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
454
  * New: Disable access to user data via REST API and stop REST API user enumeration.
455
  * [Read more](https://wpcerber.com/wp-cerber-security-5-5/)
456
 
457
- = 5.2 =
458
- * Bug fixed: Hidden custom login URL may be discovered by using specially formatted URL.
459
- * Bug fixed: Customized CSS styles don’t work on the Custom login page.
460
-
461
- = 5.1 =
462
- * New: Anti-spam and anti-bot for contact and other forms. Cerber antispam and bot detection engine now protects all forms on a website. It’s compatible with virtually any form. Tested with Caldera Forms, Gravity Forms, Contact Form 7, Ninja Forms, Formidable Forms, Fast Secure Contact Form, Contact Form by WPForms.
463
- * New: Portuguese of Portugal translation has been added, thanks to Helderk.
464
- * Bug fixed: A user with admin account is unable to approve comments with pending status in the WordPress Dashboard.
465
-
466
- = 5.0 =
467
- * New: A new antispam and bot detection engine that protects comment and user registration forms from bot attacks. After several attempts bot IP will be locked out.
468
- * New: You can tell Cerber either to mark detected spam comments as spam or deny them completely.
469
- * New: Cerber can automatically move spam comments older than the specified amount of days to trash.
470
- * New: Added the cerber_404_template filter for specifying an alternative to the default 404 page not found template.
471
- * New: Added code to avoid possible conflict between Custom login URL and REST API.
472
- * New: Italian translation has been added, thanks to Francesco Venuti.
473
- * Bug fixed: WordPress database error: Table '...cerber_lab_net' doesn't exist.
474
-
475
  == Other Notes ==
476
 
477
  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".
5
  Requires at least: 4.5
6
  Requires PHP: 5.4
7
  Tested up to: 4.9
8
+ Stable tag: 7.9
9
  License: GPLv2
10
 
11
  Protection against hacker attacks and bots. Malware scanner & integrity checker. User activity log. Antispam reCAPTCHA. Limit login attempts.
16
  Mitigates brute force attacks by limiting the number of login attempts through the login form, XML-RPC / REST API requests or using auth cookies.
17
  Restricts access with the Black IP Access List and the White IP Access List.
18
  Tracks user and intruder activity with powerful email, mobile and desktop notifications.
19
+ Stops spam: activates Cerber anti-spam engine and Google reCAPTCHA to protect registration, contact and comments forms.
20
  Advanced malware scanner, integrity checker and file monitor.
21
+ Hardening WordPress with a set of security rules and sophisticated security algorithms.
22
 
23
  **Features you will love**
24
 
307
 
308
 
309
  == Changelog ==
310
+
311
+ = 7.9 =
312
+ * New: The plugin monitors suspicious requests that cause 4xx and 5xx HTTP errors and blocks IP addresses that aggressively generate such requests.
313
+ * New: A set of WordPress navigation menu links. Login, logout, and register menu items can be automatically generated and shown in any WordPress menu or a widget.
314
+ * New: Software error logging. A handy feature that logs PHP errors and shows them on Live Traffic page.
315
+ * New: A new export feature for Traffic Inspector. It allows exporting all log entries or a filtered set from the log of HTTP requests.
316
+ * Update: Multiple improvements to Traffic Inspector firewall algorithms. In short, the detection of obfuscated malicious SQL queries and injections has been improved.
317
+ * Update: Improved handling of malformed requests to wp-cron.php.
318
+ * Fix: The number of email notifications per hour can exceed the configured limit.
319
+ * [Read more](https://wpcerber.com/wp-cerber-security-7-9/)
320
+
321
  = 7.8.5 =
322
+ * New: A new set of heuristics algorithms for detecting obfuscated malicious JavaScript code.
323
  * New: A new file filter on the Quarantine page lets to filter out quarantined files by the date of the scan.
324
  * New: The performance of [the malware scanner](https://wpcerber.com/wordpress-security-scanner/) has been improved. Now the scanner deletes all files in the website session and temporary folders permanently before the scan.
325
  * Update: If the plugin is unable to detect the remote IP address, it uses 0.0.0.0 as an IP.
353
  = 7.6 =
354
  * New: The quarantine has got a separate admin page in the WordPress dashboard which allows viewing deleted files, restoring or deleting them.
355
  * New: Now [the malware scanner and integrity checker](https://wpcerber.com/wordpress-security-scanner/) supports multisite WordPress installations.
356
+ * Fix: Once an address IP has been locked out after reaching the limit to the number of attempts to log in the "We’re sorry, you are not allowed to proceed" forbidden page is being displayed instead of the normal user message "You have exceeded the number of allowed login attempts".
357
+ * Fix: PHP Notice: Only variables should be passed by reference in cerber-load.php on line 5377
358
  * [Read more](https://wpcerber.com/wp-cerber-security-7-6/)
359
 
360
  = 7.5 =
371
  * New: Detecting malicious redirections and directives in .htaccess files.
372
  * New: [Automated hourly and daily scheduled scans with flexible email reports](https://wpcerber.com/automated-recurring-malware-scans/).
373
  * Update: Added a protection from logging wrong time stamps on some misconfigured web servers.
374
+ * Fix: Unexpected warning messages in the WordPress dashboard.
375
+ * Fix: Some file status links on the scanner results page may not work.
376
 
377
  = 7.0 =
378
  * Cerber Security Scanner: [integrity checker, malware detector and malware removal tool](https://wpcerber.com/wordpress-security-scanner/).
465
  * New: Disable access to user data via REST API and stop REST API user enumeration.
466
  * [Read more](https://wpcerber.com/wp-cerber-security-5-5/)
467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
468
  == Other Notes ==
469
 
470
  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".
settings.php CHANGED
@@ -279,13 +279,17 @@ function cerber_settings_init(){
279
  $group = 'traffic'; // 'cerber-traffic' settings
280
  register_setting( 'cerberus-' . $group, CERBER_OPT_T );
281
 
282
- add_settings_section( 'tmain', __( 'Inspection', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT_T );
283
  add_settings_field( 'tienabled', __( 'Enable traffic inspection', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tmain',
284
  array( 'group' => $group,
285
  'setting' => 'tienabled',
286
  'type' => 'checkbox',
287
  ) );
288
- // Do not inspect whitelisted IPs
 
 
 
 
289
  add_settings_field( 'tiipwhite', __( 'Use White IP Access List', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tmain',
290
  array( 'group' => $group,
291
  'setting' => 'tiipwhite',
@@ -353,7 +357,12 @@ function cerber_settings_init(){
353
  'setting' => 'ticandy',
354
  'type' => 'checkbox',
355
  ) );
356
-
 
 
 
 
 
357
  add_settings_field( 'tithreshold', __( 'Page generation time threshold', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tlog',
358
  array(
359
  'group' => $group,
@@ -1559,6 +1568,7 @@ function cerber_get_defaults() {
1559
  ),
1560
  CERBER_OPT_T => array(
1561
  'tienabled' => '1',
 
1562
  'tiipwhite' => 0,
1563
  'tiwhite' => '',
1564
  'timode' => '1',
@@ -1568,6 +1578,7 @@ function cerber_get_defaults() {
1568
  'tihdrs' => 0,
1569
  'tisenv' => 0,
1570
  'ticandy' => 0,
 
1571
  'tithreshold' => '',
1572
  'tikeeprec' => 7,
1573
  ),
279
  $group = 'traffic'; // 'cerber-traffic' settings
280
  register_setting( 'cerberus-' . $group, CERBER_OPT_T );
281
 
282
+ add_settings_section( 'tmain', __( 'Traffic Inspection', 'wp-cerber' ), 'cerber_sapi_section', CERBER_OPT_T );
283
  add_settings_field( 'tienabled', __( 'Enable traffic inspection', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tmain',
284
  array( 'group' => $group,
285
  'setting' => 'tienabled',
286
  'type' => 'checkbox',
287
  ) );
288
+ add_settings_field( 'tierrmon', __( 'Enable error shielding', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tmain',
289
+ array( 'group' => $group,
290
+ 'setting' => 'tierrmon',
291
+ 'type' => 'checkbox',
292
+ ) );
293
  add_settings_field( 'tiipwhite', __( 'Use White IP Access List', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tmain',
294
  array( 'group' => $group,
295
  'setting' => 'tiipwhite',
357
  'setting' => 'ticandy',
358
  'type' => 'checkbox',
359
  ) );
360
+ add_settings_field( 'tiphperr', __( 'Save software errors', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tlog',
361
+ array(
362
+ 'group' => $group,
363
+ 'setting' => 'tiphperr',
364
+ 'type' => 'checkbox',
365
+ ) );
366
  add_settings_field( 'tithreshold', __( 'Page generation time threshold', 'wp-cerber' ), 'cerber_field_show', CERBER_OPT_T, 'tlog',
367
  array(
368
  'group' => $group,
1568
  ),
1569
  CERBER_OPT_T => array(
1570
  'tienabled' => '1',
1571
+ 'tierrmon' => '1',
1572
  'tiipwhite' => 0,
1573
  'tiwhite' => '',
1574
  'timode' => '1',
1578
  'tihdrs' => 0,
1579
  'tisenv' => 0,
1580
  'ticandy' => 0,
1581
+ 'tiphperr' => 0,
1582
  'tithreshold' => '',
1583
  'tikeeprec' => 7,
1584
  ),
wp-cerber.php CHANGED
@@ -5,7 +5,7 @@
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: 7.8.5
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
@@ -31,7 +31,7 @@
31
 
32
  */
33
 
34
- define( 'CERBER_VER', '7.8.5' );
35
 
36
  function cerber_plugin_file() {
37
  return __FILE__;
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: 7.9
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
31
 
32
  */
33
 
34
+ define( 'CERBER_VER', '7.9' );
35
 
36
  function cerber_plugin_file() {
37
  return __FILE__;