Cerber Security & Antispam - Version 5.1

Version Description

  • New: Anti-spam and anti-bot for contact and other forms. Cerber antispam and bot detection engine now protects all forms on a website. Its 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.
  • New: Portuguese of Portugal translation has been added, thanks to Helderk.
  • Bug fixed: A user with admin account is unable to approve comments with pending status in the WordPress Dashboard.
Download this release

Release Info

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

Code changes from version 5.0 to 5.1

assets/admin.css CHANGED
@@ -74,7 +74,7 @@
74
  margin: 1em 0;
75
  }
76
 
77
- @media (max-width: 1000px) {
78
  #crb-aside {
79
  display: none;
80
  }
@@ -243,12 +243,21 @@
243
  text-decoration: none;
244
  }
245
 
 
 
 
 
 
 
 
 
 
 
246
  .act-details{
247
  background-color: #999;
248
  color: #ffffff;
249
  display: inline-block;
250
  padding: 0 5px 0 5px;
251
- margin-left: 0.7em;
252
  }
253
  p.act-url, .act-role{
254
  color: #777;
@@ -283,7 +292,7 @@ p.act-url{
283
  .green_label, .actv5 {
284
  display: inline-block;
285
  padding: 3px 5px 3px 5px;
286
- margin: 1px;
287
  background-color: #83CE77;
288
  color: #000;
289
  /*border-radius: 5px;*/
@@ -291,10 +300,10 @@ p.act-url{
291
  border-right: 4px solid rgba(0, 0, 0, 0);
292
  }
293
 
294
- .red_label, .actv10, .actv11, .actv12, .actv16, .actv41, .actv42 {
295
  display: inline-block;
296
  padding: 3px 5px 3px 5px;
297
- margin: 1px;
298
  background-color: #FF5733;
299
  color: #000;
300
  /*border-radius: 5px;*/
@@ -407,6 +416,9 @@ p.act-url{
407
 
408
 
409
  /* Tabs */
 
 
 
410
  .cerber-tabs span.dashicons {
411
  display: inline-block;
412
  vertical-align: middle;
74
  margin: 1em 0;
75
  }
76
 
77
+ @media (max-width: 1200px) {
78
  #crb-aside {
79
  display: none;
80
  }
243
  text-decoration: none;
244
  }
245
 
246
+ #crb-activity td:nth-child(2){
247
+ word-break: break-all;
248
+ }
249
+
250
+ .crb-activity {
251
+ margin-right: 0.7em;
252
+ white-space: nowrap;
253
+ word-break: keep-all;
254
+ }
255
+
256
  .act-details{
257
  background-color: #999;
258
  color: #ffffff;
259
  display: inline-block;
260
  padding: 0 5px 0 5px;
 
261
  }
262
  p.act-url, .act-role{
263
  color: #777;
292
  .green_label, .actv5 {
293
  display: inline-block;
294
  padding: 3px 5px 3px 5px;
295
+ /*margin: 1px;*/
296
  background-color: #83CE77;
297
  color: #000;
298
  /*border-radius: 5px;*/
300
  border-right: 4px solid rgba(0, 0, 0, 0);
301
  }
302
 
303
+ .red_label, .actv10, .actv11, .actv12, .actv16, .actv17, .actv41, .actv42, .actv53, .actv54 {
304
  display: inline-block;
305
  padding: 3px 5px 3px 5px;
306
+ /*margin: 1px;*/
307
  background-color: #FF5733;
308
  color: #000;
309
  /*border-radius: 5px;*/
416
 
417
 
418
  /* Tabs */
419
+ a.nav-tab:first-child{
420
+ margin-left: 0 !important;
421
+ }
422
  .cerber-tabs span.dashicons {
423
  display: inline-block;
424
  vertical-align: middle;
cerber-lab.php CHANGED
@@ -474,7 +474,8 @@ add_action('shutdown','cerber_push_lab');
474
  function cerber_push_lab() {
475
  global $wp_cerber;
476
 
477
- if (!$wp_cerber->getSettings('cerberlab')) return;
 
478
  if ( get_transient( '_cerberpush_' ) ) {
479
  return;
480
  }
474
  function cerber_push_lab() {
475
  global $wp_cerber;
476
 
477
+ //if (!$wp_cerber->getSettings('cerberlab') || cerber_get_options('cerberlab')) return;
478
+ if (!cerber_get_options('cerberlab')) return;
479
  if ( get_transient( '_cerberpush_' ) ) {
480
  return;
481
  }
cerber-news.php CHANGED
@@ -88,6 +88,8 @@ function cerber_push_the_news( $version ) {
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
 
92
  if ( ! empty( $news[ $version ] ) ) {
93
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
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
  if ( ! empty( $news[ $version ] ) ) {
95
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
common.php CHANGED
@@ -45,11 +45,11 @@ if ( ! defined( 'WPINC' ) ) { exit; }
45
  function cerber_admin_link($tab = '', $args = array()){
46
  //return add_query_arg(array('record_id'=>$record_id,'mode'=>'view_record'),admin_url('admin.php?page=storage'));
47
 
48
- if ( in_array( $tab, array( 'recaptcha' ) ) ) {
49
- $page = 'cerber-'.$tab;
50
  $tab = null;
51
  }
52
- if ( in_array( $tab, array( 'imex', 'diagnostic', 'license' ) ) ) {
53
  $page = 'cerber-tools';
54
  }
55
  else $page = 'cerber-security';
@@ -342,6 +342,7 @@ function cerber_get_labels($type = 'activity'){
342
  // Cerber actions - common
343
  $labels[12]=__('Citadel activated!','wp-cerber');
344
  $labels[16]=__('Spam comment denied','wp-cerber');
 
345
 
346
  // Cerber status // TODO: should be separated as another list ---------
347
  $labels[13]=__('Locked out','wp-cerber');
45
  function cerber_admin_link($tab = '', $args = array()){
46
  //return add_query_arg(array('record_id'=>$record_id,'mode'=>'view_record'),admin_url('admin.php?page=storage'));
47
 
48
+ if ( in_array( $tab, array( 'recaptcha', 'antispam' ) ) ) {
49
+ $page = 'cerber-recaptcha';
50
  $tab = null;
51
  }
52
+ elseif ( in_array( $tab, array( 'imex', 'diagnostic', 'license' ) ) ) {
53
  $page = 'cerber-tools';
54
  }
55
  else $page = 'cerber-security';
342
  // Cerber actions - common
343
  $labels[12]=__('Citadel activated!','wp-cerber');
344
  $labels[16]=__('Spam comment denied','wp-cerber');
345
+ $labels[17]=__('Spam form submission denied','wp-cerber');
346
 
347
  // Cerber status // TODO: should be separated as another list ---------
348
  $labels[13]=__('Locked out','wp-cerber');
dashboard.php CHANGED
@@ -1038,14 +1038,14 @@ function cerber_show_dashboard() {
1038
  echo '<div style="padding-right: 30px;">';
1039
 
1040
  $period = time() - 24 * 3600;
1041
- $unique_ip = $wpdb->get_var('SELECT COUNT(DISTINCT ip) FROM '. CERBER_LOG_TABLE .' WHERE activity IN (10, 11, 16, 40, 50, 51, 52, 53, 54) AND stamp > '.$period);
1042
  $kpi_locknum = $wpdb->get_var('SELECT COUNT(ip) FROM '. CERBER_BLOCKS_TABLE);
1043
 
1044
  // TODO: Add spam performance as percentage Denied / Allowed comments
1045
 
1046
  $kpi_list = array(
1047
  //array( __('Incidents detected','wp-cerber').'</a>', cerber_count_log( array( 16, 40, 50, 51, 52, 53, 54 ) ) ),
1048
- array( __('Malicious activities mitigated','wp-cerber').'</a>', cerber_count_log( array( 10, 11, 16, 40, 50, 51, 52, 53, 54 ) ) ),
1049
  array( __('Spam comments denied','wp-cerber'), cerber_count_log( array( 16 ) ) ),
1050
  array( __('Malicious IP addresses detected','wp-cerber'), $unique_ip ),
1051
  array( __('Lockouts occurred','wp-cerber'), cerber_count_log( array( 10, 11 ) ) ),
@@ -1074,7 +1074,7 @@ function cerber_show_dashboard() {
1074
  }
1075
 
1076
  $links[] = '<a href="' . cerber_activity_link( array( 2 ) ) . '">' . __( 'User registered', 'wp-cerber' ) . '</a>';
1077
- $links[] = '<a href="' . cerber_activity_link( array( 10, 11, 16, 20, 40, 50, 51, 52, 53, 54, 55 ) ) . '">' . __( 'All suspicious activity', 'wp-cerber' ) . '</a>';
1078
 
1079
 
1080
  $nav_links = '<span style="display: inline-block; margin-left: 1em;">' . implode(' &nbsp;|&nbsp; ',$links) . '</span>';
@@ -1082,7 +1082,7 @@ function cerber_show_dashboard() {
1082
  echo '<table class="cerber-margin"><tr><td><h2 style="margin-bottom:0.5em;">' . __( 'Activity', 'wp-cerber' ) . '</h2></td><td>' . $nav_links . '</td></tr></table>';
1083
 
1084
  cerber_show_activity( array(
1085
- 'filter_activity' => array( 1, 2, 5, 10, 11, 12, 16, 40, 41, 42, 50, 51, 52, 53, 54 ),
1086
  'per_page' => 10,
1087
  'no_navi' => true,
1088
  'no_export' => true,
1038
  echo '<div style="padding-right: 30px;">';
1039
 
1040
  $period = time() - 24 * 3600;
1041
+ $unique_ip = $wpdb->get_var('SELECT COUNT(DISTINCT ip) FROM '. CERBER_LOG_TABLE .' WHERE activity IN (10, 11, 16, 17, 40, 50, 51, 52, 53, 54) AND stamp > '.$period);
1042
  $kpi_locknum = $wpdb->get_var('SELECT COUNT(ip) FROM '. CERBER_BLOCKS_TABLE);
1043
 
1044
  // TODO: Add spam performance as percentage Denied / Allowed comments
1045
 
1046
  $kpi_list = array(
1047
  //array( __('Incidents detected','wp-cerber').'</a>', cerber_count_log( array( 16, 40, 50, 51, 52, 53, 54 ) ) ),
1048
+ array( __('Malicious activities mitigated','wp-cerber').'</a>', cerber_count_log( array( 10, 11, 16, 17, 40, 50, 51, 52, 53, 54 ) ) ),
1049
  array( __('Spam comments denied','wp-cerber'), cerber_count_log( array( 16 ) ) ),
1050
  array( __('Malicious IP addresses detected','wp-cerber'), $unique_ip ),
1051
  array( __('Lockouts occurred','wp-cerber'), cerber_count_log( array( 10, 11 ) ) ),
1074
  }
1075
 
1076
  $links[] = '<a href="' . cerber_activity_link( array( 2 ) ) . '">' . __( 'User registered', 'wp-cerber' ) . '</a>';
1077
+ $links[] = '<a href="' . cerber_activity_link( array( 10, 11, 16, 17, 20, 40, 50, 51, 52, 53, 54 ) ) . '">' . __( 'All suspicious activity', 'wp-cerber' ) . '</a>';
1078
 
1079
 
1080
  $nav_links = '<span style="display: inline-block; margin-left: 1em;">' . implode(' &nbsp;|&nbsp; ',$links) . '</span>';
1082
  echo '<table class="cerber-margin"><tr><td><h2 style="margin-bottom:0.5em;">' . __( 'Activity', 'wp-cerber' ) . '</h2></td><td>' . $nav_links . '</td></tr></table>';
1083
 
1084
  cerber_show_activity( array(
1085
+ 'filter_activity' => array( 1, 2, 5, 10, 11, 12, 16, 17, 40, 41, 42, 50, 51, 52, 53, 54 ),
1086
  'per_page' => 10,
1087
  'no_navi' => true,
1088
  'no_export' => true,
languages/wp-cerber-it_IT.mo CHANGED
Binary file
languages/wp-cerber-it_IT.po CHANGED
@@ -84,7 +84,7 @@ msgstr "Soglia"
84
  msgid "Duration"
85
  msgstr "Durata"
86
 
87
- #: ../wp-cerber.php:2830 ../settings.php:62 ../settings.php:80 ../settings.php:238
88
  msgid "Notifications"
89
  msgstr "Notifiche"
90
 
@@ -92,29 +92,29 @@ msgstr "Notifiche"
92
  msgid "Send notification to admin email"
93
  msgstr "Invia notifica all'email dell'amministratore"
94
 
95
- #: ../dashboard.php:913 ../dashboard.php:1413 ../wp-cerber.php:2828 ../settings.
96
- #: php:231 ../cerber-tools.php:87 ../cerber-tools.php:96 ../cerber-tools.php:162
97
  msgid "Access Lists"
98
- msgstr "Lista di accesso"
99
 
100
- #: ../dashboard.php:911 ../dashboard.php:1082 ../wp-cerber.php:2695 ../settings.
101
- #: php:82 ../settings.php:222
102
  msgid "Activity"
103
  msgstr "Attività"
104
 
105
- #: ../dashboard.php:912 ../settings.php:226
106
  msgid "Lockouts"
107
  msgstr "Bloccati"
108
 
109
- #: ../settings.php:353
110
  msgid "%s allowed retries in %s minutes"
111
  msgstr "%s tentativi permessi in %s minuti"
112
 
113
- #: ../settings.php:370
114
  msgid "Enable after %s failed login attempts in last %s minutes"
115
  msgstr "Abilita dopo %s tentativi di login negli ultimi %s minuti"
116
 
117
- #: ../dashboard.php:77 ../dashboard.php:502 ../wp-cerber.php:2696
118
  msgid "IP"
119
  msgstr "IP"
120
 
@@ -126,7 +126,7 @@ msgstr "Data"
126
  msgid "Local User"
127
  msgstr "Utente locale"
128
 
129
- #: ../dashboard.php:355 ../dashboard.php:502 ../wp-cerber.php:2704
130
  msgid "Username used"
131
  msgstr "Nome utente utilizzato"
132
 
@@ -158,15 +158,15 @@ msgstr "Subnet Bloccata"
158
  msgid "Citadel activated!"
159
  msgstr "Citadel attivata!"
160
 
161
- #: ../dashboard.php:488 ../dashboard.php:668 ../common.php:347
162
  msgid "Locked out"
163
  msgstr "Bloccato"
164
 
165
- #: ../common.php:348
166
  msgid "IP blacklisted"
167
  msgstr "IP blacklisted"
168
 
169
- #: ../common.php:354
170
  msgid "Password changed"
171
  msgstr "Password cambiata"
172
 
@@ -179,7 +179,7 @@ msgid "Lockout for %s was removed"
179
  msgstr "Il blocco per %s è stato rimosso"
180
 
181
  #: ../dashboard.php:102 ../dashboard.php:483 ../dashboard.php:663 ../dashboard.
182
- #: php:902 ../wp-cerber.php:2822 ../settings.php:61 ../settings.php:192
183
  msgid "White IP Access List"
184
  msgstr "White List degli indirizzi IP"
185
 
@@ -200,7 +200,7 @@ msgstr "L' indirizzo %s è stato aggiunto agli indirizzi IP della tua White List
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "L'indirizzo %s è stato aggiunto agli indirizzi IP della Black List"
202
 
203
- #: ../wp-cerber.php:2368
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "La modalità Citadel viene attivata dopo %d tentativi di accesso non riusciti in %d minuti."
206
 
@@ -240,27 +240,27 @@ msgstr "Blocca Immediatamente l'IP quando si tenta di accedere con un nome utent
240
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
241
  msgstr "Disabilita il reindirizzamento automatico alla pagina di login quando / wp-admin / viene richiamata da una richiesta non autorizzata"
242
 
243
- #: ../settings.php:178
244
  msgid "Make your protection smarter!"
245
  msgstr "Fai la tua protezione più intelligente!"
246
 
247
- #: ../settings.php:182
248
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
249
  msgstr "Per favore abilita Permalinks per utilizzare questa funzionalità. Configura le Impostazioni del Permalink diversamente dal Predefinito."
250
 
251
- #: ../settings.php:185
252
  msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
253
  msgstr "Fare attenzione quando si abilita queste opzione. Se dimentichi l'URL di login personalizzato, non sarai più in grado di accedere."
254
 
255
- #: ../wp-cerber.php:2827 ../settings.php:228
256
  msgid "Main Settings"
257
  msgstr "Impostazioni Principali"
258
 
259
- #: ../settings.php:240
260
  msgid "Help"
261
  msgstr "Aiuto"
262
 
263
- #: ../settings.php:358
264
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
265
  msgstr "Aumenta la durata del blocco a %s ore dopo %s blocchi nelle ultime %s ore"
266
 
@@ -302,23 +302,23 @@ msgstr "Il tuo IP"
302
  msgid "You can't add your IP address"
303
  msgstr "Non puoi aggiungere il tuo indirizzo IP"
304
 
305
- #: ../wp-cerber.php:2369
306
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
307
  msgstr "L'ultimo tentativo non riuscito è stato a %s dall'IP %s con accesso utente: %s."
308
 
309
- #: ../wp-cerber.php:2432
310
  msgid "Change notification settings"
311
  msgstr "Modificare le impostazioni di notifica"
312
 
313
- #: ../wp-cerber.php:2805
314
  msgid "Can't activate WP Cerber due to a database error."
315
  msgstr "Non è possibile attivare WP Cerber a causa di un errore nel database."
316
 
317
- #: ../settings.php:365
318
  msgid "Notify admin if the number of active lockouts above"
319
  msgstr "Notifica all'amministratore se il numero di blocchi attivi supera"
320
 
321
- #: ../settings.php:83 ../settings.php:126
322
  msgid "days"
323
  msgstr "giorni"
324
 
@@ -342,11 +342,11 @@ msgstr "Controllo Attività"
342
  msgid "Always block entire subnet Class C of intruders IP"
343
  msgstr "Blocca sempre l'intera subnet Classe C degli indirizzi IP degli intrusi"
344
 
345
- #: ../settings.php:80 ../settings.php:367
346
  msgid "Click to send test"
347
  msgstr "Clicca per inviare il test"
348
 
349
- #: ../settings.php:460
350
  msgid "Attention! You have changed the login URL! The new login URL is"
351
  msgstr "Attenzione! Hai cambiato l'URL di accesso! Il nuovo URL di accesso è"
352
 
@@ -366,19 +366,19 @@ msgstr "Il messaggio è stato spedito a"
366
  msgid "Update to version %s of WP Cerber"
367
  msgstr "Aggiornamento alla versione %s di WP Cerber"
368
 
369
- #: ../wp-cerber.php:2370 ../wp-cerber.php:2720
370
  msgid "View activity in dashboard"
371
  msgstr "Vedi attività nel pannello"
372
 
373
- #: ../wp-cerber.php:2400
374
  msgid "Number of active lockouts"
375
  msgstr "Numero di blocchi attivi"
376
 
377
- #: ../wp-cerber.php:2404
378
  msgid "View lockouts in dashboard"
379
  msgstr "Vedi blocchi nel pannello"
380
 
381
- #: ../wp-cerber.php:2457
382
  msgid "This message was sent by"
383
  msgstr "Questo messaggio è stato inviato da"
384
 
@@ -534,23 +534,23 @@ msgstr "WP Cerber"
534
  msgid "http://wpcerber.com"
535
  msgstr "http://wpcerber.com"
536
 
537
- #: ../wp-cerber.php:2348
538
  msgid "WP Cerber notify"
539
  msgstr "Notifica di WP Cerber"
540
 
541
- #: ../wp-cerber.php:2366
542
  msgid "Citadel mode is activated"
543
  msgstr "Citadel mode attivata"
544
 
545
- #: ../wp-cerber.php:2437
546
  msgid "New Custom login URL"
547
  msgstr "Nuovo URL di accesso personalizzato"
548
 
549
- #: ../wp-cerber.php:2796
550
  msgid "The WP Cerber requires PHP %s or higher. You are running"
551
  msgstr "Il Cerber WP richiede PHP %s o superiore. Stai utilizzando"
552
 
553
- #: ../wp-cerber.php:2800
554
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
555
  msgstr "Il Cerber WP richiede WordPress %s o superiore. Stai utilizzando"
556
 
@@ -570,7 +570,7 @@ msgstr "Tentativi non riusciti nelle ultime 24 ore"
570
  msgid "Deactivate"
571
  msgstr "Disattivato"
572
 
573
- #: ../dashboard.php:77 ../wp-cerber.php:2402
574
  msgid "Reason"
575
  msgstr "Ragione"
576
 
@@ -582,27 +582,27 @@ msgstr "Aggiungi IP alla lista"
582
  msgid "Add IP to the Black List"
583
  msgstr "Aggiungi IP alla Black List"
584
 
585
- #: ../common.php:376
586
  msgid "Attempt to access"
587
  msgstr "Tentativi di accesso"
588
 
589
- #: ../common.php:375
590
  msgid "Limit on login attempts is reached"
591
  msgstr "È stato raggiunto il limite dei tentativi di accesso"
592
 
593
- #: ../common.php:362 ../common.php:377
594
  msgid "Attempt to log in with non-existent username"
595
  msgstr "Tentativo di accesso con un nome utente inesistente"
596
 
597
- #: ../wp-cerber.php:2401
598
  msgid "Last lockout was added: %s for IP %s"
599
  msgstr "L'ultimo blocco è stato aggiunto: %s per IP %s"
600
 
601
- #: ../wp-cerber.php:2824
602
  msgid "It's important to check security settings."
603
  msgstr "È importante controllare le impostazioni di sicurezza."
604
 
605
- #: ../wp-cerber.php:2829 ../settings.php:233
606
  msgid "Hardening"
607
  msgstr "Rendi sicuro"
608
 
@@ -610,11 +610,11 @@ msgstr "Rendi sicuro"
610
  msgid "Abuse email:"
611
  msgstr "Email di abuso:"
612
 
613
- #: ../settings.php:154
614
  msgid "Email Address"
615
  msgstr "Indirizzo email"
616
 
617
- #: ../settings.php:154
618
  msgid "if empty, the admin email %s will be used"
619
  msgstr "Se vuota, verrà utilizzata l'email amministratore %s"
620
 
@@ -662,15 +662,15 @@ msgstr "Disabilita REST API"
662
  msgid "Block access to the WordPress REST API"
663
  msgstr "Blocca accesso alle REST API di WordPress"
664
 
665
- #: ../settings.php:192
666
  msgid "These settings do not affect hosts from the "
667
  msgstr "Queste impostazioni non influenzano gli host del"
668
 
669
- #: ../settings.php:540
670
  msgid "<strong>ERROR</strong>: please enter a valid email address."
671
  msgstr "<strong>ERRORE</strong>: inserisci un indirizzo email valido."
672
 
673
- #: ../wp-cerber.php:2431 ../wp-cerber.php:2821
674
  msgid "WP Cerber is now active and has started protecting your site"
675
  msgstr "WP Cerber è attivo e ha iniziato a proteggere il tuo sito"
676
 
@@ -706,7 +706,7 @@ msgstr "Aggiungi rete alla Black List"
706
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
707
  msgstr "Attenzione! La modalità Citadel è attiva. Nessuno è in grado di effettuare il login."
708
 
709
- #: ../whois.php:210 ../common.php:374
710
  msgid "Unknown"
711
  msgstr "Sconosciuto"
712
 
@@ -721,9 +721,9 @@ msgid "Gregory"
721
  msgstr "Gregory"
722
 
723
  #: ../wp-cerber.php:560 ../wp-cerber.php:572 ../wp-cerber.php:579 ../wp-cerber.
724
- #: php:717 ../wp-cerber.php:922 ../wp-cerber.php:927 ../wp-cerber.php:932 ../wp-
725
- #: cerber.php:938 ../wp-cerber.php:968 ../wp-cerber.php:1062 ../common.php:128 ..
726
- #: /common.php:181 ../common.php:185 ../settings.php:513
727
  msgid "ERROR:"
728
  msgstr "ERRORE:"
729
 
@@ -731,75 +731,75 @@ msgstr "ERRORE:"
731
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
732
  msgstr "Verifica fallita. Fai clic sulla casella quadrata nel blocco reCAPTCHA di seguito."
733
 
734
- #: ../wp-cerber.php:728
735
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
736
  msgstr "<strong>ERRORE</strong>: La password inserita per lo username %s non è corretta."
737
 
738
- #: ../wp-cerber.php:933
739
  msgid "Username is not allowed. Please choose another one."
740
  msgstr "Non è consentito utilizzare questo nome utente. Sceglierne un altro."
741
 
742
- #: ../wp-cerber.php:2395
743
  msgid "unspecified"
744
  msgstr "non specificato"
745
 
746
- #: ../wp-cerber.php:2398
747
  msgid "Number of lockouts is increasing"
748
  msgstr "Numero di blocchi in aumento"
749
 
750
- #: ../wp-cerber.php:2403
751
  msgid "View activity for this IP"
752
  msgstr "Vedi attività per questo IP"
753
 
754
- #: ../wp-cerber.php:2407 ../wp-cerber.php:2409
755
  msgid "A new version of WP Cerber is available to install"
756
  msgstr "È disponibile una nuova versione di WP Cerber"
757
 
758
- #: ../wp-cerber.php:2408
759
  msgid "Hi!"
760
  msgstr "Ciao!"
761
 
762
- #: ../wp-cerber.php:2410 ../wp-cerber.php:2421
763
  msgid "Website"
764
  msgstr "Sito web"
765
 
766
- #: ../wp-cerber.php:2413 ../wp-cerber.php:2414
767
  msgid "The WP Cerber security plugin has been deactivated"
768
  msgstr "Il plugin di sicurezza WP Cerber è stato disattivato"
769
 
770
- #: ../wp-cerber.php:2416
771
  msgid "Not logged in"
772
  msgstr "Non loggato"
773
 
774
- #: ../wp-cerber.php:2422
775
  msgid "By user"
776
  msgstr "Dall'Utente "
777
 
778
- #: ../wp-cerber.php:2423
779
  msgid "From IP address"
780
  msgstr "Dall'indirizzo IP"
781
 
782
- #: ../wp-cerber.php:2426
783
  msgid "From country"
784
  msgstr "Dalla Nazione"
785
 
786
- #: ../wp-cerber.php:2430
787
  msgid "The WP Cerber security plugin is now active"
788
  msgstr "Il plugin di protezione WP Cerber è attivo"
789
 
790
- #: ../wp-cerber.php:2822
791
  msgid "Your IP address is added to the"
792
  msgstr "Il tuo indirizzo IP è stato aggiunto al"
793
 
794
- #: ../wp-cerber.php:2831
795
  msgid "Import settings"
796
  msgstr "Importa impostazioni"
797
 
798
- #: ../settings.php:155
799
  msgid "Notification limit"
800
  msgstr "Limiti di notifica"
801
 
802
- #: ../settings.php:155
803
  msgid "notification letters allowed per hour (0 means unlimited)"
804
  msgstr "email di notifiche consentite per ora (0 significa illimitato)"
805
 
@@ -823,47 +823,47 @@ msgstr "Sessione utente scade"
823
  msgid "in minutes (leave empty to use default WP value)"
824
  msgstr "In minuti (lasciare vuoto per utilizzare il valore predefinito WP)"
825
 
826
- #: ../settings.php:129
827
  msgid "reCAPTCHA settings"
828
  msgstr "Impostazioni reCAPTCHA"
829
 
830
- #: ../settings.php:130
831
  msgid "Site key"
832
  msgstr "Chiave del sito"
833
 
834
- #: ../settings.php:131
835
  msgid "Secret key"
836
  msgstr "Chiave segreta"
837
 
838
- #: ../settings.php:134
839
  msgid "Enable reCAPTCHA for WordPress registration form"
840
  msgstr "Abilita reCAPTCHA per il modulo di registrazione di WordPress"
841
 
842
- #: ../settings.php:137
843
  msgid "Lost password form"
844
  msgstr "Modulo per il recupero della password dimenticata"
845
 
846
- #: ../settings.php:140
847
  msgid "Login form"
848
  msgstr "Modulo di accesso"
849
 
850
- #: ../settings.php:140
851
  msgid "Enable reCAPTCHA for WordPress login form"
852
  msgstr "Attiva reCAPTCHA per il modulo di accesso di WordPress"
853
 
854
- #: ../settings.php:195
855
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
856
  msgstr "Prima di iniziare a utilizzare reCAPTCHA, è necessario ottenere la Chiave Sito e la Chiave Segreta sul sito web di Google"
857
 
858
- #: ../cerber-lab.php:580 ../settings.php:196
859
  msgid "Know more"
860
  msgstr "Saperne di più"
861
 
862
- #: ../dashboard.php:744 ../settings.php:215
863
  msgid "WP Cerber Security"
864
  msgstr "WP Cerber Security"
865
 
866
- #: ../settings.php:235
867
  msgid "Users"
868
  msgstr "Utenti"
869
 
@@ -875,19 +875,19 @@ msgstr "Utente creato"
875
  msgid "User registered"
876
  msgstr "Utente registrato"
877
 
878
- #: ../common.php:357
879
  msgid "reCAPTCHA verification failed"
880
  msgstr "Verifica reCAPTCHA fallita"
881
 
882
- #: ../common.php:358
883
  msgid "reCAPTCHA settings are incorrect"
884
  msgstr "le impostazioni reCAPTCHA sono non correte"
885
 
886
- #: ../common.php:361
887
  msgid "Attempt to access prohibited URL"
888
  msgstr "Tentativo di accesso ad URL proibita"
889
 
890
- #: ../common.php:363 ../common.php:378
891
  msgid "Attempt to log in with prohibited username"
892
  msgstr "Tentativo di accesso con username proibito"
893
 
@@ -903,27 +903,27 @@ msgstr "Invia indirizzi IP dannosi al Cerberus Lab"
903
  msgid "Cerber Lab protocol"
904
  msgstr "Protocollo Cerber Lab"
905
 
906
- #: ../settings.php:121 ../settings.php:134
907
  msgid "Registration form"
908
  msgstr "Form di registrazione"
909
 
910
- #: ../settings.php:135
911
  msgid "Enable reCAPTCHA for WooCommerce registration form"
912
  msgstr "Attiva reCAPTCHA per il modulo di registrazione WooCommerce"
913
 
914
- #: ../settings.php:137
915
  msgid "Enable reCAPTCHA for WordPress lost password form"
916
  msgstr "Attiva reCAPTCHA per il modulo di recupero della password di WordPress"
917
 
918
- #: ../settings.php:138
919
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
920
  msgstr "Abilita reCAPTCHA per il form del recupero della password di WooCommerce"
921
 
922
- #: ../settings.php:141
923
  msgid "Enable reCAPTCHA for WooCommerce login form"
924
  msgstr "Attiva reCAPTCHA per il modulo di accesso WooCommerce"
925
 
926
- #: ../common.php:359
927
  msgid "Request to the Google reCAPTCHA service failed"
928
  msgstr "Richiesta al servizio Google reCAPTCHA non riuscita"
929
 
@@ -944,7 +944,7 @@ msgid "NO, maybe later"
944
  msgstr "NO, forse più tardi"
945
 
946
  #: ../dashboard.php:746 ../dashboard.php:910 ../dashboard.php:1412 ../settings.
947
- #: php:220
948
  msgid "Dashboard"
949
  msgstr "Bacheca"
950
 
@@ -1008,19 +1008,19 @@ msgstr "Hai effettuato la sottoscrizione"
1008
  msgid "You've unsubscribed"
1009
  msgstr "Hai rimosso la sottoscrizione"
1010
 
1011
- #: ../wp-cerber.php:2441 ../wp-cerber.php:2442
1012
  msgid "A new activity has been recorded"
1013
  msgstr "È stata registrata una nuova attività"
1014
 
1015
- #: ../wp-cerber.php:2700
1016
  msgid "User"
1017
  msgstr "Utente"
1018
 
1019
- #: ../wp-cerber.php:2708
1020
  msgid "Search string"
1021
  msgstr "Stringa di ricerca"
1022
 
1023
- #: ../wp-cerber.php:2721
1024
  msgid "To unsubscribe click here"
1025
  msgstr "Per annullare l'iscrizione clicca qui"
1026
 
@@ -1036,39 +1036,39 @@ msgstr "Formato data"
1036
  msgid "if empty, the default format %s will be used"
1037
  msgstr "Se vuoto, verrà utilizzato il formato predefinito %s"
1038
 
1039
- #: ../dashboard.php:906 ../settings.php:157
1040
  msgid "Push notifications"
1041
  msgstr "Notifica push"
1042
 
1043
- #: ../settings.php:152
1044
  msgid "Email notifications"
1045
  msgstr "Email delle notifiche"
1046
 
1047
- #: ../settings.php:154
1048
  msgid "Use comma to specify multiple values"
1049
  msgstr "Utilizzare la virgola per specificare più valori"
1050
 
1051
- #: ../settings.php:164
1052
  msgid "All connected devices"
1053
  msgstr "Tutte le periferiche connesse"
1054
 
1055
- #: ../settings.php:165
1056
  msgid "No devices found"
1057
  msgstr "Nessuna periferica trovata."
1058
 
1059
- #: ../settings.php:167
1060
  msgid "Not available"
1061
  msgstr "Non disponibile"
1062
 
1063
- #: ../common.php:355
1064
  msgid "Password reset requested"
1065
  msgstr "Richiesto reset della password"
1066
 
1067
- #: ../common.php:379
1068
  msgid "Limit on failed reCAPTCHA verifications is reached"
1069
  msgstr "È stato raggiunto il limite delle verifiche reCAPTCHA fallite"
1070
 
1071
- #: ../common.php:432
1072
  msgid "%s ago"
1073
  msgstr "%s fa"
1074
 
@@ -1080,35 +1080,35 @@ msgstr "Applicare i limiti delle regole di accesso agli indirizzi IP presenti ne
1080
  msgid "Display 404 page"
1081
  msgstr "Mostra pagina 404"
1082
 
1083
- #: ../settings.php:132
1084
  msgid "Invisible reCAPTCHA"
1085
  msgstr "ReCAPTCHA invisibile"
1086
 
1087
- #: ../settings.php:132
1088
  msgid "Enable invisible reCAPTCHA"
1089
  msgstr "Abilita reCAPTCHA invisibile"
1090
 
1091
- #: ../settings.php:132
1092
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1093
  msgstr "(Non abilitare a meno che non si ottengano e si inseriscano la Chiave del sito e la Chiave Segreta per la versione invisibile)"
1094
 
1095
- #: ../settings.php:143
1096
  msgid "Enable reCAPTCHA for WordPress comment form"
1097
  msgstr "Attiva reCAPTCHA per il modulo dei commenti di WordPress"
1098
 
1099
- #: ../settings.php:144
1100
  msgid "Disable reCAPTCHA for logged in users"
1101
  msgstr "Disattiva reCAPTCHA per gli utenti connessi"
1102
 
1103
- #: ../settings.php:146
1104
  msgid "Limit attempts"
1105
  msgstr "Limiti dei tentativi"
1106
 
1107
- #: ../settings.php:146
1108
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1109
  msgstr "Blocca l'indirizzo IP per %s minuti dopo %s tentativi non riusciti entro %s minuti "
1110
 
1111
- #: ../settings.php:189
1112
  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."
1113
  msgstr "Nella modalità Citadel nessuno è in grado di accedere, tranne i gli indirizzi IP presenti nell'elenco della White List. Le sessioni utente attive non saranno interessate."
1114
 
@@ -1130,13 +1130,13 @@ msgstr "Blocchi avvenuti"
1130
 
1131
  #: ../dashboard.php:1052
1132
  msgid "Locked out IP now"
1133
- msgstr "Blocco Attuale dell'IP"
1134
 
1135
  #: ../dashboard.php:1077
1136
  msgid "All suspicious activity"
1137
  msgstr "Tutte le attività sospette"
1138
 
1139
- #: ../wp-cerber.php:923 ../wp-cerber.php:939
1140
  msgid "You are not allowed to register."
1141
  msgstr "Non è consentito registrarsi."
1142
 
@@ -1144,15 +1144,15 @@ msgstr "Non è consentito registrarsi."
1144
  msgid "Spam comment denied"
1145
  msgstr "Il commento spam è stato negato"
1146
 
1147
- #: ../common.php:350
1148
  msgid "by Cerber Lab"
1149
  msgstr "da Cerber Lab"
1150
 
1151
- #: ../common.php:365
1152
  msgid "Attempt to log in denied"
1153
  msgstr "Tentativo di accesso negato"
1154
 
1155
- #: ../common.php:366
1156
  msgid "Attempt to register denied"
1157
  msgstr "Tentativo di registrazione negato"
1158
 
@@ -1164,7 +1164,7 @@ msgstr "Attività dannose attenuate"
1164
  msgid "Cerber antispam settings"
1165
  msgstr "Impostazioni dell'Antispam di Cerber"
1166
 
1167
- #: ../dashboard.php:748 ../settings.php:143
1168
  msgid "Antispam"
1169
  msgstr "Antispam"
1170
 
@@ -1203,29 +1203,61 @@ msgstr "Impostazioni rilevamento di antispam e bot"
1203
  #. Description of the plugin
1204
  #:
1205
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"http://wpcerber.com\">wpcerber.com</a>."
1206
- msgstr ""
1207
 
1208
- #: ../wp-cerber.php:1062
1209
  msgid "Sorry, human verification failed."
1210
- msgstr ""
1211
 
1212
- #: ../common.php:380
1213
  msgid "Bot activity is detected"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1214
  msgstr ""
1215
 
1216
  #: ../settings.php:124
1217
- msgid "Comment processing"
1218
  msgstr ""
1219
 
1220
  #: ../settings.php:125
1221
- msgid "If a spam comment detected"
 
 
 
 
1222
  msgstr ""
1223
 
1224
  #: ../settings.php:126
1225
- msgid "Trash spam comments"
1226
  msgstr ""
1227
 
1228
  #: ../settings.php:126
1229
- msgid "Move spam comments to trash after"
1230
  msgstr ""
1231
 
84
  msgid "Duration"
85
  msgstr "Durata"
86
 
87
+ #: ../wp-cerber.php:3033 ../settings.php:62 ../settings.php:80 ../settings.php:242
88
  msgid "Notifications"
89
  msgstr "Notifiche"
90
 
92
  msgid "Send notification to admin email"
93
  msgstr "Invia notifica all'email dell'amministratore"
94
 
95
+ #: ../dashboard.php:913 ../dashboard.php:1413 ../wp-cerber.php:3030 ../settings.
96
+ #: php:235 ../cerber-tools.php:87 ../cerber-tools.php:96 ../cerber-tools.php:162
97
  msgid "Access Lists"
98
+ msgstr "Liste di accesso"
99
 
100
+ #: ../dashboard.php:911 ../dashboard.php:1082 ../wp-cerber.php:2897 ../settings.
101
+ #: php:82 ../settings.php:226
102
  msgid "Activity"
103
  msgstr "Attività"
104
 
105
+ #: ../dashboard.php:912 ../settings.php:230
106
  msgid "Lockouts"
107
  msgstr "Bloccati"
108
 
109
+ #: ../settings.php:357
110
  msgid "%s allowed retries in %s minutes"
111
  msgstr "%s tentativi permessi in %s minuti"
112
 
113
+ #: ../settings.php:374
114
  msgid "Enable after %s failed login attempts in last %s minutes"
115
  msgstr "Abilita dopo %s tentativi di login negli ultimi %s minuti"
116
 
117
+ #: ../dashboard.php:77 ../dashboard.php:502 ../wp-cerber.php:2898
118
  msgid "IP"
119
  msgstr "IP"
120
 
126
  msgid "Local User"
127
  msgstr "Utente locale"
128
 
129
+ #: ../dashboard.php:355 ../dashboard.php:502 ../wp-cerber.php:2906
130
  msgid "Username used"
131
  msgstr "Nome utente utilizzato"
132
 
158
  msgid "Citadel activated!"
159
  msgstr "Citadel attivata!"
160
 
161
+ #: ../dashboard.php:488 ../dashboard.php:668 ../common.php:348
162
  msgid "Locked out"
163
  msgstr "Bloccato"
164
 
165
+ #: ../common.php:349
166
  msgid "IP blacklisted"
167
  msgstr "IP blacklisted"
168
 
169
+ #: ../common.php:355
170
  msgid "Password changed"
171
  msgstr "Password cambiata"
172
 
179
  msgstr "Il blocco per %s è stato rimosso"
180
 
181
  #: ../dashboard.php:102 ../dashboard.php:483 ../dashboard.php:663 ../dashboard.
182
+ #: php:902 ../wp-cerber.php:3024 ../settings.php:61 ../settings.php:196
183
  msgid "White IP Access List"
184
  msgstr "White List degli indirizzi IP"
185
 
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "L'indirizzo %s è stato aggiunto agli indirizzi IP della Black List"
202
 
203
+ #: ../wp-cerber.php:2570
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "La modalità Citadel viene attivata dopo %d tentativi di accesso non riusciti in %d minuti."
206
 
240
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
241
  msgstr "Disabilita il reindirizzamento automatico alla pagina di login quando / wp-admin / viene richiamata da una richiesta non autorizzata"
242
 
243
+ #: ../settings.php:182
244
  msgid "Make your protection smarter!"
245
  msgstr "Fai la tua protezione più intelligente!"
246
 
247
+ #: ../settings.php:186
248
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
249
  msgstr "Per favore abilita Permalinks per utilizzare questa funzionalità. Configura le Impostazioni del Permalink diversamente dal Predefinito."
250
 
251
+ #: ../settings.php:189
252
  msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
253
  msgstr "Fare attenzione quando si abilita queste opzione. Se dimentichi l'URL di login personalizzato, non sarai più in grado di accedere."
254
 
255
+ #: ../wp-cerber.php:3029 ../settings.php:232
256
  msgid "Main Settings"
257
  msgstr "Impostazioni Principali"
258
 
259
+ #: ../settings.php:244
260
  msgid "Help"
261
  msgstr "Aiuto"
262
 
263
+ #: ../settings.php:362
264
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
265
  msgstr "Aumenta la durata del blocco a %s ore dopo %s blocchi nelle ultime %s ore"
266
 
302
  msgid "You can't add your IP address"
303
  msgstr "Non puoi aggiungere il tuo indirizzo IP"
304
 
305
+ #: ../wp-cerber.php:2571
306
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
307
  msgstr "L'ultimo tentativo non riuscito è stato a %s dall'IP %s con accesso utente: %s."
308
 
309
+ #: ../wp-cerber.php:2634
310
  msgid "Change notification settings"
311
  msgstr "Modificare le impostazioni di notifica"
312
 
313
+ #: ../wp-cerber.php:3007
314
  msgid "Can't activate WP Cerber due to a database error."
315
  msgstr "Non è possibile attivare WP Cerber a causa di un errore nel database."
316
 
317
+ #: ../settings.php:369
318
  msgid "Notify admin if the number of active lockouts above"
319
  msgstr "Notifica all'amministratore se il numero di blocchi attivi supera"
320
 
321
+ #: ../settings.php:83 ../settings.php:130
322
  msgid "days"
323
  msgstr "giorni"
324
 
342
  msgid "Always block entire subnet Class C of intruders IP"
343
  msgstr "Blocca sempre l'intera subnet Classe C degli indirizzi IP degli intrusi"
344
 
345
+ #: ../settings.php:80 ../settings.php:371
346
  msgid "Click to send test"
347
  msgstr "Clicca per inviare il test"
348
 
349
+ #: ../settings.php:464
350
  msgid "Attention! You have changed the login URL! The new login URL is"
351
  msgstr "Attenzione! Hai cambiato l'URL di accesso! Il nuovo URL di accesso è"
352
 
366
  msgid "Update to version %s of WP Cerber"
367
  msgstr "Aggiornamento alla versione %s di WP Cerber"
368
 
369
+ #: ../wp-cerber.php:2572 ../wp-cerber.php:2922
370
  msgid "View activity in dashboard"
371
  msgstr "Vedi attività nel pannello"
372
 
373
+ #: ../wp-cerber.php:2602
374
  msgid "Number of active lockouts"
375
  msgstr "Numero di blocchi attivi"
376
 
377
+ #: ../wp-cerber.php:2606
378
  msgid "View lockouts in dashboard"
379
  msgstr "Vedi blocchi nel pannello"
380
 
381
+ #: ../wp-cerber.php:2659
382
  msgid "This message was sent by"
383
  msgstr "Questo messaggio è stato inviato da"
384
 
534
  msgid "http://wpcerber.com"
535
  msgstr "http://wpcerber.com"
536
 
537
+ #: ../wp-cerber.php:2550
538
  msgid "WP Cerber notify"
539
  msgstr "Notifica di WP Cerber"
540
 
541
+ #: ../wp-cerber.php:2568
542
  msgid "Citadel mode is activated"
543
  msgstr "Citadel mode attivata"
544
 
545
+ #: ../wp-cerber.php:2639
546
  msgid "New Custom login URL"
547
  msgstr "Nuovo URL di accesso personalizzato"
548
 
549
+ #: ../wp-cerber.php:2998
550
  msgid "The WP Cerber requires PHP %s or higher. You are running"
551
  msgstr "Il Cerber WP richiede PHP %s o superiore. Stai utilizzando"
552
 
553
+ #: ../wp-cerber.php:3002
554
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
555
  msgstr "Il Cerber WP richiede WordPress %s o superiore. Stai utilizzando"
556
 
570
  msgid "Deactivate"
571
  msgstr "Disattivato"
572
 
573
+ #: ../dashboard.php:77 ../wp-cerber.php:2604
574
  msgid "Reason"
575
  msgstr "Ragione"
576
 
582
  msgid "Add IP to the Black List"
583
  msgstr "Aggiungi IP alla Black List"
584
 
585
+ #: ../common.php:377
586
  msgid "Attempt to access"
587
  msgstr "Tentativi di accesso"
588
 
589
+ #: ../common.php:376
590
  msgid "Limit on login attempts is reached"
591
  msgstr "È stato raggiunto il limite dei tentativi di accesso"
592
 
593
+ #: ../common.php:363 ../common.php:378
594
  msgid "Attempt to log in with non-existent username"
595
  msgstr "Tentativo di accesso con un nome utente inesistente"
596
 
597
+ #: ../wp-cerber.php:2603
598
  msgid "Last lockout was added: %s for IP %s"
599
  msgstr "L'ultimo blocco è stato aggiunto: %s per IP %s"
600
 
601
+ #: ../wp-cerber.php:3026
602
  msgid "It's important to check security settings."
603
  msgstr "È importante controllare le impostazioni di sicurezza."
604
 
605
+ #: ../wp-cerber.php:3032 ../settings.php:237
606
  msgid "Hardening"
607
  msgstr "Rendi sicuro"
608
 
610
  msgid "Abuse email:"
611
  msgstr "Email di abuso:"
612
 
613
+ #: ../settings.php:158
614
  msgid "Email Address"
615
  msgstr "Indirizzo email"
616
 
617
+ #: ../settings.php:158
618
  msgid "if empty, the admin email %s will be used"
619
  msgstr "Se vuota, verrà utilizzata l'email amministratore %s"
620
 
662
  msgid "Block access to the WordPress REST API"
663
  msgstr "Blocca accesso alle REST API di WordPress"
664
 
665
+ #: ../settings.php:196
666
  msgid "These settings do not affect hosts from the "
667
  msgstr "Queste impostazioni non influenzano gli host del"
668
 
669
+ #: ../settings.php:544
670
  msgid "<strong>ERROR</strong>: please enter a valid email address."
671
  msgstr "<strong>ERRORE</strong>: inserisci un indirizzo email valido."
672
 
673
+ #: ../wp-cerber.php:2633 ../wp-cerber.php:3023
674
  msgid "WP Cerber is now active and has started protecting your site"
675
  msgstr "WP Cerber è attivo e ha iniziato a proteggere il tuo sito"
676
 
706
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
707
  msgstr "Attenzione! La modalità Citadel è attiva. Nessuno è in grado di effettuare il login."
708
 
709
+ #: ../whois.php:210 ../common.php:375
710
  msgid "Unknown"
711
  msgstr "Sconosciuto"
712
 
721
  msgstr "Gregory"
722
 
723
  #: ../wp-cerber.php:560 ../wp-cerber.php:572 ../wp-cerber.php:579 ../wp-cerber.
724
+ #: php:746 ../wp-cerber.php:951 ../wp-cerber.php:956 ../wp-cerber.php:961 ../wp-
725
+ #: cerber.php:967 ../wp-cerber.php:997 ../wp-cerber.php:1093 ../common.php:128 ..
726
+ #: /common.php:181 ../common.php:185 ../settings.php:517
727
  msgid "ERROR:"
728
  msgstr "ERRORE:"
729
 
731
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
732
  msgstr "Verifica fallita. Fai clic sulla casella quadrata nel blocco reCAPTCHA di seguito."
733
 
734
+ #: ../wp-cerber.php:757
735
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
736
  msgstr "<strong>ERRORE</strong>: La password inserita per lo username %s non è corretta."
737
 
738
+ #: ../wp-cerber.php:962
739
  msgid "Username is not allowed. Please choose another one."
740
  msgstr "Non è consentito utilizzare questo nome utente. Sceglierne un altro."
741
 
742
+ #: ../wp-cerber.php:2597
743
  msgid "unspecified"
744
  msgstr "non specificato"
745
 
746
+ #: ../wp-cerber.php:2600
747
  msgid "Number of lockouts is increasing"
748
  msgstr "Numero di blocchi in aumento"
749
 
750
+ #: ../wp-cerber.php:2605
751
  msgid "View activity for this IP"
752
  msgstr "Vedi attività per questo IP"
753
 
754
+ #: ../wp-cerber.php:2609 ../wp-cerber.php:2611
755
  msgid "A new version of WP Cerber is available to install"
756
  msgstr "È disponibile una nuova versione di WP Cerber"
757
 
758
+ #: ../wp-cerber.php:2610
759
  msgid "Hi!"
760
  msgstr "Ciao!"
761
 
762
+ #: ../wp-cerber.php:2612 ../wp-cerber.php:2623
763
  msgid "Website"
764
  msgstr "Sito web"
765
 
766
+ #: ../wp-cerber.php:2615 ../wp-cerber.php:2616
767
  msgid "The WP Cerber security plugin has been deactivated"
768
  msgstr "Il plugin di sicurezza WP Cerber è stato disattivato"
769
 
770
+ #: ../wp-cerber.php:2618
771
  msgid "Not logged in"
772
  msgstr "Non loggato"
773
 
774
+ #: ../wp-cerber.php:2624
775
  msgid "By user"
776
  msgstr "Dall'Utente "
777
 
778
+ #: ../wp-cerber.php:2625
779
  msgid "From IP address"
780
  msgstr "Dall'indirizzo IP"
781
 
782
+ #: ../wp-cerber.php:2628
783
  msgid "From country"
784
  msgstr "Dalla Nazione"
785
 
786
+ #: ../wp-cerber.php:2632
787
  msgid "The WP Cerber security plugin is now active"
788
  msgstr "Il plugin di protezione WP Cerber è attivo"
789
 
790
+ #: ../wp-cerber.php:3024
791
  msgid "Your IP address is added to the"
792
  msgstr "Il tuo indirizzo IP è stato aggiunto al"
793
 
794
+ #: ../wp-cerber.php:3034
795
  msgid "Import settings"
796
  msgstr "Importa impostazioni"
797
 
798
+ #: ../settings.php:159
799
  msgid "Notification limit"
800
  msgstr "Limiti di notifica"
801
 
802
+ #: ../settings.php:159
803
  msgid "notification letters allowed per hour (0 means unlimited)"
804
  msgstr "email di notifiche consentite per ora (0 significa illimitato)"
805
 
823
  msgid "in minutes (leave empty to use default WP value)"
824
  msgstr "In minuti (lasciare vuoto per utilizzare il valore predefinito WP)"
825
 
826
+ #: ../settings.php:133
827
  msgid "reCAPTCHA settings"
828
  msgstr "Impostazioni reCAPTCHA"
829
 
830
+ #: ../settings.php:134
831
  msgid "Site key"
832
  msgstr "Chiave del sito"
833
 
834
+ #: ../settings.php:135
835
  msgid "Secret key"
836
  msgstr "Chiave segreta"
837
 
838
+ #: ../settings.php:138
839
  msgid "Enable reCAPTCHA for WordPress registration form"
840
  msgstr "Abilita reCAPTCHA per il modulo di registrazione di WordPress"
841
 
842
+ #: ../settings.php:141
843
  msgid "Lost password form"
844
  msgstr "Modulo per il recupero della password dimenticata"
845
 
846
+ #: ../settings.php:144
847
  msgid "Login form"
848
  msgstr "Modulo di accesso"
849
 
850
+ #: ../settings.php:144
851
  msgid "Enable reCAPTCHA for WordPress login form"
852
  msgstr "Attiva reCAPTCHA per il modulo di accesso di WordPress"
853
 
854
+ #: ../settings.php:199
855
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
856
  msgstr "Prima di iniziare a utilizzare reCAPTCHA, è necessario ottenere la Chiave Sito e la Chiave Segreta sul sito web di Google"
857
 
858
+ #: ../cerber-lab.php:580 ../settings.php:200
859
  msgid "Know more"
860
  msgstr "Saperne di più"
861
 
862
+ #: ../dashboard.php:744 ../settings.php:219
863
  msgid "WP Cerber Security"
864
  msgstr "WP Cerber Security"
865
 
866
+ #: ../settings.php:239
867
  msgid "Users"
868
  msgstr "Utenti"
869
 
875
  msgid "User registered"
876
  msgstr "Utente registrato"
877
 
878
+ #: ../common.php:358
879
  msgid "reCAPTCHA verification failed"
880
  msgstr "Verifica reCAPTCHA fallita"
881
 
882
+ #: ../common.php:359
883
  msgid "reCAPTCHA settings are incorrect"
884
  msgstr "le impostazioni reCAPTCHA sono non correte"
885
 
886
+ #: ../common.php:362
887
  msgid "Attempt to access prohibited URL"
888
  msgstr "Tentativo di accesso ad URL proibita"
889
 
890
+ #: ../common.php:364 ../common.php:379
891
  msgid "Attempt to log in with prohibited username"
892
  msgstr "Tentativo di accesso con username proibito"
893
 
903
  msgid "Cerber Lab protocol"
904
  msgstr "Protocollo Cerber Lab"
905
 
906
+ #: ../settings.php:121 ../settings.php:138
907
  msgid "Registration form"
908
  msgstr "Form di registrazione"
909
 
910
+ #: ../settings.php:139
911
  msgid "Enable reCAPTCHA for WooCommerce registration form"
912
  msgstr "Attiva reCAPTCHA per il modulo di registrazione WooCommerce"
913
 
914
+ #: ../settings.php:141
915
  msgid "Enable reCAPTCHA for WordPress lost password form"
916
  msgstr "Attiva reCAPTCHA per il modulo di recupero della password di WordPress"
917
 
918
+ #: ../settings.php:142
919
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
920
  msgstr "Abilita reCAPTCHA per il form del recupero della password di WooCommerce"
921
 
922
+ #: ../settings.php:145
923
  msgid "Enable reCAPTCHA for WooCommerce login form"
924
  msgstr "Attiva reCAPTCHA per il modulo di accesso WooCommerce"
925
 
926
+ #: ../common.php:360
927
  msgid "Request to the Google reCAPTCHA service failed"
928
  msgstr "Richiesta al servizio Google reCAPTCHA non riuscita"
929
 
944
  msgstr "NO, forse più tardi"
945
 
946
  #: ../dashboard.php:746 ../dashboard.php:910 ../dashboard.php:1412 ../settings.
947
+ #: php:224
948
  msgid "Dashboard"
949
  msgstr "Bacheca"
950
 
1008
  msgid "You've unsubscribed"
1009
  msgstr "Hai rimosso la sottoscrizione"
1010
 
1011
+ #: ../wp-cerber.php:2643 ../wp-cerber.php:2644
1012
  msgid "A new activity has been recorded"
1013
  msgstr "È stata registrata una nuova attività"
1014
 
1015
+ #: ../wp-cerber.php:2902
1016
  msgid "User"
1017
  msgstr "Utente"
1018
 
1019
+ #: ../wp-cerber.php:2910
1020
  msgid "Search string"
1021
  msgstr "Stringa di ricerca"
1022
 
1023
+ #: ../wp-cerber.php:2923
1024
  msgid "To unsubscribe click here"
1025
  msgstr "Per annullare l'iscrizione clicca qui"
1026
 
1036
  msgid "if empty, the default format %s will be used"
1037
  msgstr "Se vuoto, verrà utilizzato il formato predefinito %s"
1038
 
1039
+ #: ../dashboard.php:906 ../settings.php:161
1040
  msgid "Push notifications"
1041
  msgstr "Notifica push"
1042
 
1043
+ #: ../settings.php:156
1044
  msgid "Email notifications"
1045
  msgstr "Email delle notifiche"
1046
 
1047
+ #: ../settings.php:158
1048
  msgid "Use comma to specify multiple values"
1049
  msgstr "Utilizzare la virgola per specificare più valori"
1050
 
1051
+ #: ../settings.php:168
1052
  msgid "All connected devices"
1053
  msgstr "Tutte le periferiche connesse"
1054
 
1055
+ #: ../settings.php:169
1056
  msgid "No devices found"
1057
  msgstr "Nessuna periferica trovata."
1058
 
1059
+ #: ../settings.php:171
1060
  msgid "Not available"
1061
  msgstr "Non disponibile"
1062
 
1063
+ #: ../common.php:356
1064
  msgid "Password reset requested"
1065
  msgstr "Richiesto reset della password"
1066
 
1067
+ #: ../common.php:380
1068
  msgid "Limit on failed reCAPTCHA verifications is reached"
1069
  msgstr "È stato raggiunto il limite delle verifiche reCAPTCHA fallite"
1070
 
1071
+ #: ../common.php:433
1072
  msgid "%s ago"
1073
  msgstr "%s fa"
1074
 
1080
  msgid "Display 404 page"
1081
  msgstr "Mostra pagina 404"
1082
 
1083
+ #: ../settings.php:136
1084
  msgid "Invisible reCAPTCHA"
1085
  msgstr "ReCAPTCHA invisibile"
1086
 
1087
+ #: ../settings.php:136
1088
  msgid "Enable invisible reCAPTCHA"
1089
  msgstr "Abilita reCAPTCHA invisibile"
1090
 
1091
+ #: ../settings.php:136
1092
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1093
  msgstr "(Non abilitare a meno che non si ottengano e si inseriscano la Chiave del sito e la Chiave Segreta per la versione invisibile)"
1094
 
1095
+ #: ../settings.php:147
1096
  msgid "Enable reCAPTCHA for WordPress comment form"
1097
  msgstr "Attiva reCAPTCHA per il modulo dei commenti di WordPress"
1098
 
1099
+ #: ../settings.php:148
1100
  msgid "Disable reCAPTCHA for logged in users"
1101
  msgstr "Disattiva reCAPTCHA per gli utenti connessi"
1102
 
1103
+ #: ../settings.php:150
1104
  msgid "Limit attempts"
1105
  msgstr "Limiti dei tentativi"
1106
 
1107
+ #: ../settings.php:150
1108
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1109
  msgstr "Blocca l'indirizzo IP per %s minuti dopo %s tentativi non riusciti entro %s minuti "
1110
 
1111
+ #: ../settings.php:193
1112
  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."
1113
  msgstr "Nella modalità Citadel nessuno è in grado di accedere, tranne i gli indirizzi IP presenti nell'elenco della White List. Le sessioni utente attive non saranno interessate."
1114
 
1130
 
1131
  #: ../dashboard.php:1052
1132
  msgid "Locked out IP now"
1133
+ msgstr "IP attualmente bloccati."
1134
 
1135
  #: ../dashboard.php:1077
1136
  msgid "All suspicious activity"
1137
  msgstr "Tutte le attività sospette"
1138
 
1139
+ #: ../wp-cerber.php:952 ../wp-cerber.php:968
1140
  msgid "You are not allowed to register."
1141
  msgstr "Non è consentito registrarsi."
1142
 
1144
  msgid "Spam comment denied"
1145
  msgstr "Il commento spam è stato negato"
1146
 
1147
+ #: ../common.php:351
1148
  msgid "by Cerber Lab"
1149
  msgstr "da Cerber Lab"
1150
 
1151
+ #: ../common.php:366
1152
  msgid "Attempt to log in denied"
1153
  msgstr "Tentativo di accesso negato"
1154
 
1155
+ #: ../common.php:367
1156
  msgid "Attempt to register denied"
1157
  msgstr "Tentativo di registrazione negato"
1158
 
1164
  msgid "Cerber antispam settings"
1165
  msgstr "Impostazioni dell'Antispam di Cerber"
1166
 
1167
+ #: ../dashboard.php:748 ../wp-cerber.php:3031 ../settings.php:147
1168
  msgid "Antispam"
1169
  msgstr "Antispam"
1170
 
1203
  #. Description of the plugin
1204
  #:
1205
  msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"http://wpcerber.com\">wpcerber.com</a>."
1206
+ msgstr "Protegge il sito da attacchi di forza bruta, bot e hacker. Protezione antispam con reCAPTCHA. Controllo completo dell'attività degli utenti. Limita il login degli indirizzi IP presenti nella liste di accesso. Limita i tentativi di accesso. Ulteriori informazioni: <a href=\"http://wpcerber.com\">wpcerber.com</a>."
1207
 
1208
+ #: ../wp-cerber.php:1093
1209
  msgid "Sorry, human verification failed."
1210
+ msgstr "Spiacenti, la verifica umana è fallita."
1211
 
1212
+ #: ../common.php:381
1213
  msgid "Bot activity is detected"
1214
+ msgstr "Attività Bot rilevata"
1215
+
1216
+ #: ../settings.php:128
1217
+ msgid "Comment processing"
1218
+ msgstr "Elaborazione commento"
1219
+
1220
+ #: ../settings.php:129
1221
+ msgid "If a spam comment detected"
1222
+ msgstr "Se un commento spam è rilevato"
1223
+
1224
+ #: ../settings.php:130
1225
+ msgid "Trash spam comments"
1226
+ msgstr "Cestina i commenti spam"
1227
+
1228
+ #: ../settings.php:130
1229
+ msgid "Move spam comments to trash after"
1230
+ msgstr "Sposta i commenti spam nel cestino dopo"
1231
+
1232
+ #: ../common.php:345
1233
+ msgid "Spam form submission denied"
1234
+ msgstr ""
1235
+
1236
+ #: ../settings.php:122
1237
+ msgid "Other forms"
1238
+ msgstr ""
1239
+
1240
+ #: ../settings.php:122
1241
+ msgid "Protect all forms on the website with bot detection engine"
1242
  msgstr ""
1243
 
1244
  #: ../settings.php:124
1245
+ msgid "Adjust antispam engine"
1246
  msgstr ""
1247
 
1248
  #: ../settings.php:125
1249
+ msgid "Safe mode"
1250
+ msgstr ""
1251
+
1252
+ #: ../settings.php:125
1253
+ msgid "Use less restrictive policies (allow AJAX)"
1254
  msgstr ""
1255
 
1256
  #: ../settings.php:126
1257
+ msgid "Logged in users"
1258
  msgstr ""
1259
 
1260
  #: ../settings.php:126
1261
+ msgid "Disable bot detection engine for logged in users"
1262
  msgstr ""
1263
 
languages/wp-cerber-pl_PL.mo CHANGED
Binary file
languages/wp-cerber-pl_PL.po CHANGED
@@ -22,7 +22,7 @@ msgstr "Czas zablokowania"
22
 
23
  #: ../settings.php:59 ../settings.php:78
24
  msgid "minutes"
25
- msgstr "minuty"
26
 
27
  #: ../settings.php:60
28
  msgid "Aggressive lockout"
@@ -72,7 +72,7 @@ msgstr "Wyłącz wp-login.php"
72
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
73
  msgstr "Zablokuj bezpośredni dostęp do wp-login.php i przekieruj na błąd 404"
74
 
75
- #: ../dashboard.php:888 ../settings.php:76
76
  msgid "Citadel mode"
77
  msgstr "Tryb Twierdzy"
78
 
@@ -84,89 +84,89 @@ msgstr "Pułap"
84
  msgid "Duration"
85
  msgstr "Czas trwania"
86
 
87
- #: ../wp-cerber.php:2630 ../settings.php:62 ../settings.php:80 ../settings.php:230
88
  msgid "Notifications"
89
- msgstr "Notyfikacje"
90
 
91
  #: ../settings.php:80
92
  msgid "Send notification to admin email"
93
  msgstr "Wyślij powiadomienie na adres mailowy administratora"
94
 
95
- #: ../dashboard.php:897 ../dashboard.php:1377 ../wp-cerber.php:2628 ../settings.
96
- #: php:223 ../cerber-tools.php:59 ../cerber-tools.php:68 ../cerber-tools.php:178
97
  msgid "Access Lists"
98
  msgstr "Listy Dostępowe"
99
 
100
- #: ../dashboard.php:895 ../dashboard.php:1065 ../wp-cerber.php:2495 ../settings.
101
- #: php:82 ../settings.php:213
102
  msgid "Activity"
103
  msgstr "Aktywność"
104
 
105
- #: ../dashboard.php:896 ../settings.php:218
106
  msgid "Lockouts"
107
  msgstr "Blodady"
108
 
109
- #: ../settings.php:348
110
  msgid "%s allowed retries in %s minutes"
111
  msgstr "%s prób w ciągu %s minut"
112
 
113
- #: ../settings.php:365
114
  msgid "Enable after %s failed login attempts in last %s minutes"
115
  msgstr "Włączane po %d nieprawidłowych próbach logowania w ciągu ostatnich %d minut."
116
 
117
- #: ../dashboard.php:77 ../dashboard.php:486 ../wp-cerber.php:2496
118
  msgid "IP"
119
  msgstr "IP"
120
 
121
- #: ../dashboard.php:339 ../dashboard.php:486
122
  msgid "Date"
123
  msgstr "Data"
124
 
125
- #: ../dashboard.php:339 ../dashboard.php:486
126
  msgid "Local User"
127
- msgstr "Użytkownik lokalny"
128
 
129
- #: ../dashboard.php:339 ../dashboard.php:486 ../wp-cerber.php:2504
130
  msgid "Username used"
131
- msgstr "Nazwa użytkownika użyta"
132
 
133
  #: ../dashboard.php:83
134
  msgid "Showing last %d records from %d"
135
  msgstr "Wyświetla ostatnie %d wpisów z %d"
136
 
137
- #: ../common.php:284
138
  msgid "Logged in"
139
  msgstr "Zalogowano"
140
 
141
- #: ../common.php:285
142
  msgid "Logged out"
143
  msgstr "Wylogowano"
144
 
145
- #: ../common.php:286
146
  msgid "Login failed"
147
  msgstr "Nieprawidłowe logowanie"
148
 
149
- #: ../common.php:289
150
  msgid "IP blocked"
151
  msgstr "Zablokowano IP"
152
 
153
- #: ../common.php:290
154
  msgid "Subnet blocked"
155
- msgstr "Podsieć zablokowana"
156
 
157
- #: ../common.php:292
158
  msgid "Citadel activated!"
159
- msgstr "Twierdza aktywowana!"
160
 
161
- #: ../dashboard.php:472 ../dashboard.php:652 ../common.php:296
162
  msgid "Locked out"
163
  msgstr "Zablokowany"
164
 
165
- #: ../common.php:297
166
  msgid "IP blacklisted"
167
  msgstr "IP dodany do czarnej listy"
168
 
169
- #: ../common.php:303
170
  msgid "Password changed"
171
  msgstr "Zmieniono hasło"
172
 
@@ -174,17 +174,17 @@ msgstr "Zmieniono hasło"
174
  msgid "Remove"
175
  msgstr "Usuń"
176
 
177
- #: ../dashboard.php:268
178
  msgid "Lockout for %s was removed"
179
  msgstr "Blokada dla %s została usunięta"
180
 
181
- #: ../dashboard.php:102 ../dashboard.php:467 ../dashboard.php:647 ../dashboard.
182
- #: php:886 ../wp-cerber.php:2622 ../settings.php:61 ../settings.php:181
183
  msgid "White IP Access List"
184
  msgstr "Lista dostępu dla białej listy"
185
 
186
- #: ../dashboard.php:104 ../dashboard.php:468 ../dashboard.php:649 ../dashboard.
187
- #: php:887
188
  msgid "Black IP Access List"
189
  msgstr "Lista dostępu dla czarnej listy"
190
 
@@ -200,33 +200,35 @@ msgstr "Adres %s został dodany do Białej listy dostępu"
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "Adres %s został dodany do czarnej listy"
202
 
203
- #: ../wp-cerber.php:2181
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "Tryb Twierdzy aktywuje się po %d nieprawidłowych logowania w czasie %d minut."
206
 
207
- #: ../dashboard.php:1188
208
  msgid "View Activity"
209
  msgstr "Zobacz Aktywność"
210
 
211
- #: ../cerber-tools.php:58 ../cerber-tools.php:67
212
  msgid "Settings"
213
  msgstr "Ustawienia"
214
 
215
- #: ../dashboard.php:787
216
  msgid "Last login"
217
  msgstr "Ostatnie logowanie"
218
 
219
- #: ../dashboard.php:814 ../dashboard.php:869
220
  msgid "Never"
221
  msgstr "Nigdy"
222
 
223
- #: ../dashboard.php:1108
224
  msgid "Are you sure?"
225
  msgstr "Jesteś pewny/a?"
226
 
 
227
  #: ../settings.php:63
 
228
  msgid "My site is behind a reverse proxy"
229
- msgstr "Moja strona łączy się z odwrotnego proxy"
230
 
231
  #: ../settings.php:67
232
  msgid "Non-existent users"
@@ -240,27 +242,27 @@ msgstr "Natychmiast blokuj IP, które próbują logować się na nieistniejące
240
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
241
  msgstr "Wyłącz automatyczne przekierowanie na stronę logowania, kiedy jest wykonywane nieautoryzowane żądanie."
242
 
243
- #: ../settings.php:167
244
  msgid "Make your protection smarter!"
245
  msgstr "Zadbaj o to, aby twoja ochrona była mądrzejsza!"
246
 
247
- #: ../settings.php:171
248
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
249
  msgstr "Prosimy włączyć włączyć permalinki, aby funkcja była dostępna. Zmień ustawienia permalinków na inne, niż domyślne."
250
 
251
- #: ../settings.php:174
252
  msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
253
  msgstr "Uważaj przy zmianie tej opcji. Jeśli zapomnisz własnego adresu logowania, to możesz nie być w stanie się zalogować."
254
 
255
- #: ../wp-cerber.php:2627 ../settings.php:220
256
  msgid "Main Settings"
257
  msgstr "Ustawienia Główne"
258
 
259
- #: ../settings.php:234
260
  msgid "Help"
261
  msgstr "Pomoc"
262
 
263
- #: ../settings.php:353
264
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
265
  msgstr "Zwiększ czas blokady do %s godzin po %s blokadach w czasie %s godzin"
266
 
@@ -279,7 +281,7 @@ msgstr[0] "Pozostała tobie jedna próba."
279
  msgstr[1] "Pozostałych prób: %d"
280
  msgstr[2] "Pozostałych prób: %d"
281
 
282
- #: ../dashboard.php:499
283
  msgid "No activity has been logged."
284
  msgstr "Nie zarejestrowano aktywności."
285
 
@@ -289,7 +291,7 @@ msgstr "Upływa"
289
 
290
  #: ../dashboard.php:89
291
  msgid "No lockouts at the moment. The sky is clear."
292
- msgstr "Brak blokad na chwilę obecną. Niebo jest czyste."
293
 
294
  #: ../dashboard.php:102
295
  msgid "These IPs will never be locked out"
@@ -303,27 +305,27 @@ msgstr "Twoje IP"
303
  msgid "You can't add your IP address"
304
  msgstr "Nie możesz dodać swojego adresu IP"
305
 
306
- #: ../wp-cerber.php:2182
307
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
308
  msgstr "Ostatnia nieudana próba miała miejsce %s z adresu IP %s oraz nazwie użytkownika: %s"
309
 
310
- #: ../wp-cerber.php:2245
311
  msgid "Change notification settings"
312
- msgstr "Zmień ustawienia notyfikacji"
313
 
314
- #: ../wp-cerber.php:2605
315
  msgid "Can't activate WP Cerber due to a database error."
316
  msgstr "Nie można aktywować WP Cerber przez błąd bazy danych."
317
 
318
- #: ../settings.php:360
319
  msgid "Notify admin if the number of active lockouts above"
320
  msgstr "Powiadom administratora, jeśli liczba aktywnych blokad przekroczy"
321
 
322
- #: ../settings.php:83
323
  msgid "days"
324
  msgstr "dni"
325
 
326
- #: ../dashboard.php:838
327
  msgid "Cerber Quick View"
328
  msgstr "Szybki podgląd Cerbera"
329
 
@@ -335,7 +337,7 @@ msgstr "Podpowiedź"
335
  msgid "To view activity, click on the IP"
336
  msgstr "Aby zobaczyć aktywność, kliknij na IP"
337
 
338
- #: ../dashboard.php:123 ../dashboard.php:679
339
  msgid "Check for activity"
340
  msgstr "Sprawdź aktywność"
341
 
@@ -343,109 +345,109 @@ msgstr "Sprawdź aktywność"
343
  msgid "Always block entire subnet Class C of intruders IP"
344
  msgstr "Zawsze blokuj całą podsieć Klasy C z adresów IP intruzów"
345
 
346
- #: ../settings.php:80 ../settings.php:362
347
  msgid "Click to send test"
348
  msgstr "Kliknij, aby wysłać wiadomość testową"
349
 
350
- #: ../settings.php:445
351
  msgid "Attention! You have changed the login URL! The new login URL is"
352
  msgstr "Uwaga! Został zmieniony adres URL logowania! Nowy adres to"
353
 
354
- #: ../dashboard.php:786
355
  msgid "Comments"
356
  msgstr "Komentarze"
357
 
358
- #: ../dashboard.php:789
359
  msgid "Date of registration"
360
  msgstr "Data rejestracji"
361
 
362
- #: ../dashboard.php:258
363
  msgid "Message has been sent to "
364
  msgstr "Wiadomość została wysłana do"
365
 
366
- #: ../dashboard.php:1250
367
  msgid "Update to version %s of WP Cerber"
368
  msgstr "Aktualizuj WP Cerber do wersji %s"
369
 
370
- #: ../wp-cerber.php:2183 ../wp-cerber.php:2520
371
  msgid "View activity in dashboard"
372
  msgstr "Zobacz aktywność na pulpicie"
373
 
374
- #: ../wp-cerber.php:2213
375
  msgid "Number of active lockouts"
376
  msgstr "Liczba aktywnych blokad"
377
 
378
- #: ../wp-cerber.php:2217
379
  msgid "View lockouts in dashboard"
380
  msgstr "Sprawdź blokady w kokpicie"
381
 
382
- #: ../wp-cerber.php:2270
383
  msgid "This message was sent by"
384
  msgstr "Ta wiadomość została wysłana przez"
385
 
386
- #: ../dashboard.php:733 ../cerber-tools.php:40
387
  msgid "Tools"
388
  msgstr "Narzędzia"
389
 
390
- #: ../cerber-tools.php:55
391
  msgid "Export settings to the file"
392
  msgstr "Eksportuj ustawienia do pliku"
393
 
394
- #: ../cerber-tools.php:56
395
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
396
  msgstr "Kiedy klikniesz na przycisk poniżej, to otrzymasz plik konfiguracyjny, który możesz importować na innej stronie."
397
 
398
- #: ../cerber-tools.php:57
399
  msgid "What do you want to export?"
400
  msgstr "Co chcesz eksportować?"
401
 
402
- #: ../cerber-tools.php:60
403
  msgid "Download file"
404
  msgstr "Pobierz plik"
405
 
406
- #: ../cerber-tools.php:62
407
  msgid "Import settings from the file"
408
  msgstr "Importuj ustawienia z pliku"
409
 
410
- #: ../cerber-tools.php:63
411
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
412
  msgstr "Kiedy klikniesz na przycisk poniżej, to zostanie zaimportowany plik i wszystkie dotychczasowe opcje zostaną nadpisane."
413
 
414
- #: ../cerber-tools.php:64
415
  msgid "Select file to import."
416
  msgstr "Wybierz plik do importu"
417
 
418
- #: ../cerber-tools.php:64
419
  msgid "Maximum upload file size: %s."
420
  msgstr "Maksymalna wielkość pliku importu: %s"
421
 
422
- #: ../cerber-tools.php:67
423
  msgid "What do you want to import?"
424
  msgstr "Co chcesz importować?"
425
 
426
- #: ../cerber-tools.php:69
427
  msgid "Upload file"
428
  msgstr "Wyślij plik"
429
 
430
- #: ../cerber-tools.php:148
431
  msgid "No file was uploaded or file is corrupted"
432
  msgstr "Żaden plik nie został zaimportowany lub plik jest uszkodzony"
433
 
434
- #: ../cerber-tools.php:178
435
  msgid "Error while updating"
436
  msgstr "Błąd podczas aktualizacji"
437
 
438
- #: ../cerber-tools.php:181
439
  msgid "Settings has imported successfully from"
440
  msgstr "Ustawienia zaimportowano prawidłowo z"
441
 
442
- #: ../cerber-tools.php:185
443
  msgid "Error while parsing file"
444
  msgstr "Bład parsowania pliku"
445
 
446
- #: ../dashboard.php:77 ../dashboard.php:486
447
  msgid "Hostname"
448
- msgstr "Nazwa hosta"
449
 
450
  #: ../dashboard.php:237
451
  msgid "unknown"
@@ -455,79 +457,79 @@ msgstr "nieznane"
455
  msgid "Keep records for"
456
  msgstr "Trzymaj zapisy przez"
457
 
458
- #: ../dashboard.php:873
459
  msgid "active"
460
  msgstr "aktywne"
461
 
462
- #: ../dashboard.php:873
463
  msgid "deactivate"
464
  msgstr "deaktywuj"
465
 
466
- #: ../dashboard.php:875
467
  msgid "not active"
468
  msgstr "nieaktywne"
469
 
470
- #: ../dashboard.php:876
471
  msgid "disabled"
472
  msgstr "wyłączone"
473
 
474
- #: ../dashboard.php:881
475
  msgid "failed attempts"
476
  msgstr "nieudane próby"
477
 
478
- #: ../dashboard.php:881 ../dashboard.php:882
479
  msgid "in 24 hours"
480
  msgstr "przez 24 godziny"
481
 
482
- #: ../dashboard.php:881 ../dashboard.php:882
483
  msgid "view all"
484
  msgstr "zobacz wszystkie"
485
 
486
- #: ../dashboard.php:882
487
  msgid "lockouts"
488
  msgstr "blokady"
489
 
490
- #: ../dashboard.php:884
491
  msgid "Lockouts at the moment"
492
  msgstr "Blokad na chwilę obecną"
493
 
494
- #: ../dashboard.php:885
495
  msgid "Last lockout"
496
  msgstr "Ostatnia blokada"
497
 
498
- #: ../dashboard.php:886 ../dashboard.php:887 ../dashboard.php:1356
499
  msgid "entry"
500
  msgid_plural "entries"
501
  msgstr[0] "wpis"
502
  msgstr[1] "wpisów"
503
  msgstr[2] "wpisy"
504
 
505
- #: ../dashboard.php:1103
506
  msgid "Confused about some settings?"
507
  msgstr "Nie rozumiesz niektórych ustawień?"
508
 
509
- #: ../dashboard.php:1104
510
  msgid "You can easily load default recommended settings using button below"
511
  msgstr "Możesz bez problemu załadować rekomendowane ustawienia klikając na przycisk poniżej"
512
 
513
- #: ../dashboard.php:1106
514
  msgid "Load default settings"
515
  msgstr "Załaduj ustawienia domyślne"
516
 
517
- #: ../dashboard.php:1114
518
  msgid "doesn't affect Custom login URL and Access Lists"
519
  msgstr "Nie ma wpływu na własny adres logowania oraz na Listy Dostępu"
520
 
521
- #: ../dashboard.php:1133
522
  msgid "Donate"
523
  msgstr "Wyślij darowiznę"
524
 
525
- #: ../dashboard.php:1244
526
  msgid "New version is available"
527
  msgstr "Dostępna jest nowa wersja"
528
 
529
  #. Name of the plugin
530
- #: ../dashboard.php:728 ../dashboard.php:743
531
  msgid "WP Cerber"
532
  msgstr "WP Cerber"
533
 
@@ -536,23 +538,23 @@ msgstr "WP Cerber"
536
  msgid "http://wpcerber.com"
537
  msgstr "http://wpcerber.com"
538
 
539
- #: ../wp-cerber.php:2161
540
  msgid "WP Cerber notify"
541
  msgstr "Powiadomienie WP Cerber"
542
 
543
- #: ../wp-cerber.php:2179
544
  msgid "Citadel mode is activated"
545
  msgstr "Tryb Twierdzy jest aktywny"
546
 
547
- #: ../wp-cerber.php:2250
548
  msgid "New Custom login URL"
549
  msgstr "Nowy, własny URL logowania"
550
 
551
- #: ../wp-cerber.php:2596
552
  msgid "The WP Cerber requires PHP %s or higher. You are running"
553
  msgstr "WP Cerber wymaga wersji PHP %s lub wyższej. Twoja wersja to"
554
 
555
- #: ../wp-cerber.php:2600
556
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
557
  msgstr "WP Cerber wymaga wersji Wordpress %s lub wyższej. Twoja wersja to"
558
 
@@ -564,15 +566,15 @@ msgstr "Użyj pliku"
564
  msgid "Write failed login attempts to the file"
565
  msgstr "Zapisuj nieprawidłowe próby logowania do pliku"
566
 
567
- #: ../dashboard.php:788
568
  msgid "Failed attempts in last 24 hours"
569
  msgstr "Nieudane próby w ciągu ostatnich 24 godzin"
570
 
571
- #: ../dashboard.php:1187
572
  msgid "Deactivate"
573
  msgstr "Wyłącz"
574
 
575
- #: ../dashboard.php:77 ../wp-cerber.php:2215
576
  msgid "Reason"
577
  msgstr "Powód"
578
 
@@ -580,49 +582,50 @@ msgstr "Powód"
580
  msgid "Add IP to the list"
581
  msgstr "Dodaj IP do listy"
582
 
583
- #: ../dashboard.php:697
584
  msgid "Add IP to the Black List"
585
  msgstr "Dodaj IP do czarnej listy"
586
 
587
- #: ../common.php:325
588
  msgid "Attempt to access"
589
  msgstr "Próba dostępu"
590
 
591
- #: ../common.php:324
592
  msgid "Limit on login attempts is reached"
593
  msgstr "Osiągnięto limit prób logowania"
594
 
595
- #: ../common.php:311 ../common.php:326
596
  msgid "Attempt to log in with non-existent username"
597
  msgstr "Próba logowania z nieistniejącej nazwy użytkownika"
598
 
599
- #: ../wp-cerber.php:2214
600
  msgid "Last lockout was added: %s for IP %s"
601
  msgstr "Ostatnią blokadę dodano: %s dla IP %s"
602
 
603
- #: ../wp-cerber.php:2624
604
  msgid "It's important to check security settings."
605
  msgstr "Ważnym jest, aby sprawdzić ustawienia zabezpieczeń."
606
 
607
- #: ../wp-cerber.php:2629 ../settings.php:225
608
  msgid "Hardening"
609
  msgstr "Wzmacnianie"
610
 
611
- #: ../dashboard.php:675
612
  msgid "Abuse email:"
613
  msgstr "Nadużycie adresu email:"
614
 
615
- #: ../settings.php:143
616
  msgid "Email Address"
617
  msgstr "Adres E-mail"
618
 
619
- #: ../settings.php:143
620
  msgid "if empty, the admin email %s will be used"
621
  msgstr "jeśli puste, to zostanie użyty adres e-mail administratora: %s"
622
 
623
  #: ../settings.php:89
 
624
  msgid "Drill down IP"
625
- msgstr "Przygwóźdź adres IP"
626
 
627
  #: ../settings.php:89
628
  msgid "Retrieve extra WHOIS information for IP"
@@ -646,7 +649,7 @@ msgstr "Wyłącz XML-RPC"
646
 
647
  #: ../settings.php:99
648
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
649
- msgstr "Zablokuj dostęp do serwera XML-RPC (włączając w to Pingbacki i Trackbacki"
650
 
651
  #: ../settings.php:100
652
  msgid "Disable feeds"
@@ -664,15 +667,15 @@ msgstr "Wyłącz REST API"
664
  msgid "Block access to the WordPress REST API"
665
  msgstr "Zablokuj dostęp do REST API Wordpressa"
666
 
667
- #: ../settings.php:181
668
  msgid "These settings do not affect hosts from the "
669
- msgstr "Te ustawienia nie mają wpływu na hosty od"
670
 
671
- #: ../settings.php:525
672
  msgid "<strong>ERROR</strong>: please enter a valid email address."
673
  msgstr "<strong>BŁĄD</strong>: Proszę podać prawidłowy adres mailowy"
674
 
675
- #: ../wp-cerber.php:2244 ../wp-cerber.php:2621
676
  msgid "WP Cerber is now active and has started protecting your site"
677
  msgstr "WP Cerber jest teraz aktywny i chroni twoją witrynę"
678
 
@@ -688,27 +691,27 @@ msgstr "Z tych adresów IP nikt nie może się zalogować ani zarejestrować"
688
  msgid "Incorrect IP address or IP range"
689
  msgstr "Nieprawidłowy adres IP lub zakres IP"
690
 
691
- #: ../dashboard.php:261
692
  msgid "Unable to send notification email"
693
  msgstr "Nie udało się wysłać powiadomienia"
694
 
695
- #: ../dashboard.php:284 ../dashboard.php:1203
696
  msgid "Settings saved"
697
  msgstr "Ustawienia zapisano"
698
 
699
- #: ../dashboard.php:679
700
  msgid "Network:"
701
  msgstr "Sieć:"
702
 
703
- #: ../dashboard.php:693
704
  msgid "Add network to the Black List"
705
  msgstr "Dodaj sieć do Czarnej Listy"
706
 
707
- #: ../dashboard.php:1186
708
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
709
  msgstr "Uwaga! Tryb Twierdzy jest aktywny. Nikt obecnie nie może się zalogować."
710
 
711
- #: ../whois.php:210 ../common.php:323
712
  msgid "Unknown"
713
  msgstr "Nieznane"
714
 
@@ -722,90 +725,86 @@ msgstr "Broni stronę przed atakami typu brute force, botami, czy hakerami. Zaop
722
  msgid "Gregory"
723
  msgstr "Gregory"
724
 
725
- #: ../wp-cerber.php:302 ../wp-cerber.php:558 ../wp-cerber.php:570 ../wp-cerber.
726
- #: php:577 ../wp-cerber.php:715 ../wp-cerber.php:919 ../wp-cerber.php:924 ../wp-
727
- #: cerber.php:930 ../wp-cerber.php:960 ../common.php:80 ../common.php:133 ..
728
- #: /common.php:137 ../settings.php:498
729
  msgid "ERROR:"
730
  msgstr "BŁĄD:"
731
 
732
- #: ../wp-cerber.php:587
733
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
734
  msgstr "Nieudana weryfikacja. Proszę zaznaczyć kwadrat poniżej w bloku reCAPTCHA"
735
 
736
- #: ../wp-cerber.php:726
737
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
738
  msgstr "<strong>BŁĄD</strong>: Hasło dla nazwy użytkownika jest nieprawidłowe"
739
 
740
- #: ../wp-cerber.php:925
741
  msgid "Username is not allowed. Please choose another one."
742
  msgstr "Nazwa użytkownika niedostępna. Prosimy wybrać inną."
743
 
744
- #: ../wp-cerber.php:2208
745
  msgid "unspecified"
746
  msgstr "nieokreślone"
747
 
748
- #: ../wp-cerber.php:2211
749
  msgid "Number of lockouts is increasing"
750
  msgstr "Liczba blokad wzrasta"
751
 
752
- #: ../wp-cerber.php:2216
753
  msgid "View activity for this IP"
754
  msgstr "Zobacz aktywność tego IP"
755
 
756
- #: ../wp-cerber.php:2220 ../wp-cerber.php:2222
757
  msgid "A new version of WP Cerber is available to install"
758
  msgstr "Dostępna jest nowa wersja WP Cerber"
759
 
760
- #: ../wp-cerber.php:2221
761
  msgid "Hi!"
762
  msgstr "Cześć!"
763
 
764
- #: ../wp-cerber.php:2223 ../wp-cerber.php:2234
765
  msgid "Website"
766
  msgstr "Witryna"
767
 
768
- #: ../wp-cerber.php:2226 ../wp-cerber.php:2227
769
  msgid "The WP Cerber security plugin has been deactivated"
770
  msgstr "Wtyczka bezpieczeństwa WP Cerber została wyłączona"
771
 
772
- #: ../wp-cerber.php:2229
773
  msgid "Not logged in"
774
  msgstr "Niezalogowany"
775
 
776
- #: ../wp-cerber.php:2235
777
  msgid "By user"
778
  msgstr "- użytkownik"
779
 
780
- #: ../wp-cerber.php:2236
781
  msgid "From IP address"
782
  msgstr "Z adresu IP"
783
 
784
- #: ../wp-cerber.php:2239
785
  msgid "From country"
786
  msgstr "Z Państwa"
787
 
788
- #: ../wp-cerber.php:2243
789
  msgid "The WP Cerber security plugin is now active"
790
  msgstr "Wtyczka WP Cerber jest teraz aktywna"
791
 
792
- #: ../wp-cerber.php:2622
793
  msgid "Your IP address is added to the"
794
  msgstr "Twój adres IP został dodany do"
795
 
796
- #: ../dashboard.php:732
797
- msgid "reCAPTCHA"
798
- msgstr "reCAPTCHA"
799
-
800
- #: ../wp-cerber.php:2631
801
  msgid "Import settings"
802
  msgstr "Importuj ustawienia"
803
 
804
- #: ../settings.php:144
805
  msgid "Notification limit"
806
- msgstr "Limit notyfikacji"
807
 
808
- #: ../settings.php:144
809
  msgid "notification letters allowed per hour (0 means unlimited)"
810
  msgstr "limit powiadomień na godzinę (0 oznacza nieograniczone)"
811
 
@@ -823,77 +822,77 @@ msgstr "Użytkownicy z tej listy nie mogą się logować, ani rejestrować. Każ
823
 
824
  #: ../settings.php:112
825
  msgid "User session expire"
826
- msgstr "Sesja użytkownika przedawnia się"
827
 
828
  #: ../settings.php:112
829
  msgid "in minutes (leave empty to use default WP value)"
830
  msgstr "w minutach (pozostaw puste, aby użyć standardowej wartości WP)"
831
 
832
- #: ../cerber-tools.php:195
833
  msgid "reCAPTCHA settings"
834
  msgstr "Ustawienia reCAPTCHA"
835
 
836
- #: ../settings.php:119
837
  msgid "Site key"
838
  msgstr "Klucz strony"
839
 
840
- #: ../settings.php:120
841
  msgid "Secret key"
842
  msgstr "Sekretny klucz"
843
 
844
- #: ../settings.php:123
845
  msgid "Enable reCAPTCHA for WordPress registration form"
846
  msgstr "Włącz reCAPTCHA dla formularza rejestracji Wordpressa"
847
 
848
- #: ../settings.php:126
849
  msgid "Lost password form"
850
  msgstr "Formularz odzyskiwania hasła"
851
 
852
- #: ../settings.php:129
853
  msgid "Login form"
854
  msgstr "Formularz logowania"
855
 
856
- #: ../settings.php:129
857
  msgid "Enable reCAPTCHA for WordPress login form"
858
  msgstr "Włącz reCAPTCHę dla formularza logowania Wordpressa"
859
 
860
- #: ../settings.php:184
861
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
862
- msgstr "Zanim zaczniesz używać reCAPTCHA musisz zdobyć dwa klucze na specjalnej stronie Google"
863
 
864
- #: ../cerber-lab.php:527 ../settings.php:185
865
  msgid "Know more"
866
  msgstr "Dowiedz się więcej"
867
 
868
- #: ../dashboard.php:728 ../settings.php:206
869
  msgid "WP Cerber Security"
870
  msgstr "Zabezpieczenia WP Cerber"
871
 
872
- #: ../settings.php:227
873
  msgid "Users"
874
  msgstr "Użytkownicy"
875
 
876
- #: ../common.php:282
877
  msgid "User created"
878
- msgstr "Stworzono użytkownika"
879
 
880
- #: ../common.php:283
881
  msgid "User registered"
882
  msgstr "Użytkownik zarejestrowany"
883
 
884
- #: ../common.php:306
885
  msgid "reCAPTCHA verification failed"
886
- msgstr "nieprawidłowa weryfikacja reCATPCHA"
887
 
888
- #: ../common.php:307
889
  msgid "reCAPTCHA settings are incorrect"
890
- msgstr "ustawienia reCAPTCHA są nieprawidłowe"
891
 
892
- #: ../common.php:310
893
  msgid "Attempt to access prohibited URL"
894
  msgstr "Próba logowania na zabroniony URL"
895
 
896
- #: ../common.php:312 ../common.php:327
897
  msgid "Attempt to log in with prohibited username"
898
  msgstr "Próba zalogowania z zabronioną nazwą użytkownika"
899
 
@@ -909,128 +908,124 @@ msgstr "Wyślij szkodliwe adresy IP do Cerber Lab"
909
  msgid "Cerber Lab protocol"
910
  msgstr "Protokół Cerber Lab"
911
 
912
- #: ../settings.php:123
913
  msgid "Registration form"
914
  msgstr "Formularz rejestracji"
915
 
916
- #: ../settings.php:124
917
  msgid "Enable reCAPTCHA for WooCommerce registration form"
918
  msgstr "Włącz reCAPTCHA dla formularza rejestracji WooCommerce"
919
 
920
- #: ../settings.php:126
921
  msgid "Enable reCAPTCHA for WordPress lost password form"
922
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła Wordpressa"
923
 
924
- #: ../settings.php:127
925
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
926
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła WooCommerce"
927
 
928
- #: ../settings.php:130
929
  msgid "Enable reCAPTCHA for WooCommerce login form"
930
  msgstr "Włącz reCAPTCHę dla formularza logowania WooCoomerce"
931
 
932
- #: ../common.php:308
933
  msgid "Request to the Google reCAPTCHA service failed"
934
  msgstr "Wysyłanie żądania do Google reCAPTCHA nie powiodło się"
935
 
936
- #: ../dashboard.php:1052 ../dashboard.php:1080
937
  msgid "View all"
938
  msgstr "Zobacz wszystkie"
939
 
940
- #: ../dashboard.php:1081
941
  msgid "Recently locked out IP addresses"
942
  msgstr "Ostatnio zablokowane adresy IP"
943
 
944
- #: ../cerber-lab.php:525
945
  msgid "OK, nail them all"
946
  msgstr "OK"
947
 
948
- #: ../cerber-lab.php:526
949
  msgid "NO, maybe later"
950
  msgstr "NIE"
951
 
952
- #: ../dashboard.php:730 ../dashboard.php:894 ../dashboard.php:1376 ../settings.
953
- #: php:211
954
  msgid "Dashboard"
955
  msgstr "Kokpit"
956
 
957
- #: ../cerber-lab.php:523
958
  msgid "Want to make WP Cerber even more powerful?"
959
  msgstr "Chcesz uczyć WP Cerber jeszcze bardziej potężnym?"
960
 
961
- #: ../cerber-lab.php:524
962
  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."
963
  msgstr "Pozwól na wysyłanie szkodliwych adresów IP do Cerber Lab. Pomoże to stworzyć nowe algorytmy dla obrony Wordpressa przed zagrożeniami botów pojawiających się na co dzień. Możesz wyłączyć tę opcję w każdej chwili w opcjach wtyczki."
964
 
965
- #: ../dashboard.php:339
966
  msgid "IP address"
967
  msgstr "Adres IP"
968
 
969
- #: ../dashboard.php:339
970
  msgid "User login"
971
  msgstr "Login użytkownika"
972
 
973
- #: ../dashboard.php:339
974
  msgid "User ID"
975
  msgstr "ID użytkownika"
976
 
977
- #: ../dashboard.php:495
978
  msgid "Export"
979
  msgstr "Eksport"
980
 
981
- #: ../dashboard.php:505
982
  msgid "All activities"
983
  msgstr "Wszystkie aktywności"
984
 
985
- #: ../dashboard.php:514
986
  msgid "Search for IP or username"
987
  msgstr "Szukaj IP lub użytkownika"
988
 
989
- #: ../dashboard.php:514
990
  msgid "Filter"
991
  msgstr "Filtr"
992
 
993
- #: ../dashboard.php:730
994
  msgid "Cerber Dashboard"
995
  msgstr "Kokpit Cerbera"
996
 
997
- #: ../dashboard.php:732
998
- msgid "Cerber reCAPTCHA settings"
999
- msgstr "Ustawienia reCAPTCHA Cerbera"
1000
-
1001
- #: ../dashboard.php:733
1002
  msgid "Cerber tools"
1003
  msgstr "Narzędzia Cerbera"
1004
 
1005
- #: ../dashboard.php:1289
1006
  msgid "Subscribe"
1007
  msgstr "Subskrybuj"
1008
 
1009
- #: ../dashboard.php:1290
1010
  msgid "Unsubscribe"
1011
  msgstr "Odsubskrybuj"
1012
 
1013
- #: ../dashboard.php:1318
1014
  msgid "You've subscribed"
1015
  msgstr "Zasubskrybowałeś/aś"
1016
 
1017
- #: ../dashboard.php:1321
1018
  msgid "You've unsubscribed"
1019
  msgstr "Odsubskrybowałeś/aś"
1020
 
1021
- #: ../wp-cerber.php:2254 ../wp-cerber.php:2255
1022
  msgid "A new activity has been recorded"
1023
  msgstr "Zarejestrowano nową aktywność"
1024
 
1025
- #: ../wp-cerber.php:2500
1026
  msgid "User"
1027
  msgstr "Użytkownik"
1028
 
1029
- #: ../wp-cerber.php:2508
1030
  msgid "Search string"
1031
  msgstr "Fraza do wyszukania"
1032
 
1033
- #: ../wp-cerber.php:2521
1034
  msgid "To unsubscribe click here"
1035
  msgstr "Aby wyłączyć subskrypcję, kliknij tutaj"
1036
 
@@ -1046,131 +1041,228 @@ msgstr "Format daty"
1046
  msgid "if empty, the default format %s will be used"
1047
  msgstr "Jeśli puste, do zostanie użyty domyślny format %s"
1048
 
1049
- #: ../dashboard.php:890 ../settings.php:146
1050
  msgid "Push notifications"
1051
- msgstr "Pchnij notyfikacje"
1052
 
1053
- #: ../settings.php:141
1054
  msgid "Email notifications"
1055
- msgstr "Notyfikacje E-mail"
1056
 
1057
- #: ../settings.php:143
1058
  msgid "Use comma to specify multiple values"
1059
  msgstr "Używaj przecinka, aby określić więcej wartości"
1060
 
1061
- #: ../settings.php:153
1062
  msgid "All connected devices"
1063
  msgstr "Wszystkie połączone urządzenia"
1064
 
1065
- #: ../settings.php:154
1066
  msgid "No devices found"
1067
  msgstr "Nie znaleziono urządzeń"
1068
 
1069
- #: ../settings.php:156
1070
  msgid "Not available"
1071
  msgstr "Niedostępne"
1072
 
1073
- #: ../common.php:304
1074
  msgid "Password reset requested"
1075
- msgstr "Zażądano reset hasła"
1076
 
1077
- #: ../common.php:328
1078
  msgid "Limit on failed reCAPTCHA verifications is reached"
1079
  msgstr "Osiągnięto limit nieprawidłowych weryfikacji reCAPTCHA"
1080
 
1081
- #: ../common.php:380
1082
  msgid "%s ago"
1083
  msgstr "%s temu"
1084
 
1085
  #: ../settings.php:61
1086
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1087
- msgstr "Załącz zasadę limitu logować do adresów IP na białej liście"
1088
 
1089
  #: ../settings.php:70
1090
  msgid "Display 404 page"
1091
  msgstr "Wyświetl stronę 404"
1092
 
1093
- #: ../settings.php:121
1094
  msgid "Invisible reCAPTCHA"
1095
  msgstr "Niewidzialna reCAPTCHA"
1096
 
1097
- #: ../settings.php:121
1098
  msgid "Enable invisible reCAPTCHA"
1099
  msgstr "Włącz niewidzialną reCAPTCHę"
1100
 
1101
- #: ../settings.php:121
1102
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1103
  msgstr "(nie włączaj, dopóki nie zaopatrzysz się w odpowiednie klucze dla wersji niewidzialnej reCAPTCHy)"
1104
 
1105
- #: ../settings.php:132
1106
- msgid "Anti-Spam"
1107
- msgstr "Anty-Spam"
1108
-
1109
- #: ../settings.php:132
1110
  msgid "Enable reCAPTCHA for WordPress comment form"
1111
  msgstr "Włącz reCAPTCHA dla formularza komentarzy Wordpressa"
1112
 
1113
- #: ../settings.php:133
1114
  msgid "Disable reCAPTCHA for logged in users"
1115
  msgstr "Wyłącz reCAPTCHę dla zalogowanych użytkowników"
1116
 
1117
- #: ../settings.php:135
1118
  msgid "Limit attempts"
1119
  msgstr "Limit prób"
1120
 
1121
- #: ../settings.php:135
1122
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1123
  msgstr "Zablokuj adres IP na %s minut po %s nieprawidłowych próbowach logowania w ciągu %s minut"
1124
 
1125
- #: ../settings.php:178
1126
  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."
1127
  msgstr "W trybie Twierdzy nie może się zalogować nikt oprócz adresów IP znajdujących się na białej liście. Nie ma to wpływu na aktywne sesje użytkowników."
1128
 
1129
- #: ../dashboard.php:339 ../dashboard.php:486
1130
  msgid "Event"
1131
  msgstr "Zdarzenie"
1132
 
1133
- #: ../dashboard.php:1033
1134
  msgid "Spam comments denied"
1135
  msgstr "Odrzuconych komentarzy ze spamem"
1136
 
1137
- #: ../dashboard.php:1034
1138
  msgid "Malicious IP addresses detected"
1139
  msgstr "Wykrytych szkodliwych adresów IP"
1140
 
1141
- #: ../dashboard.php:1035
1142
  msgid "Lockouts occurred"
1143
  msgstr "Blokad"
1144
 
1145
- #: ../dashboard.php:1036
1146
  msgid "Locked out IP now"
1147
  msgstr "Obecnie zablokowanych adresów IP"
1148
 
1149
- #: ../dashboard.php:1060
1150
  msgid "All suspicious activity"
1151
  msgstr "Cała podejrzana aktywność"
1152
 
1153
- #: ../wp-cerber.php:931
1154
  msgid "You are not allowed to register."
1155
  msgstr "Nie masz zezwolenia na rejestrację."
1156
 
1157
- #: ../common.php:293
1158
  msgid "Spam comment denied"
1159
  msgstr "Komentarz ze spamem odrzucony"
1160
 
1161
- #: ../common.php:299
1162
  msgid "by Cerber Lab"
1163
  msgstr "- Cerber Lab"
1164
 
1165
- #: ../common.php:314
1166
  msgid "Attempt to log in denied"
1167
  msgstr "Odrzucono próbę logowania"
1168
 
1169
- #: ../common.php:315
1170
  msgid "Attempt to register denied"
1171
  msgstr "Odrzucono próbę rejestracji"
1172
 
1173
- #: ../dashboard.php:1032
1174
  msgid "Malicious activities mitigated"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1175
  msgstr ""
1176
 
22
 
23
  #: ../settings.php:59 ../settings.php:78
24
  msgid "minutes"
25
+ msgstr "minut/y"
26
 
27
  #: ../settings.php:60
28
  msgid "Aggressive lockout"
72
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
73
  msgstr "Zablokuj bezpośredni dostęp do wp-login.php i przekieruj na błąd 404"
74
 
75
+ #: ../dashboard.php:904 ../settings.php:76
76
  msgid "Citadel mode"
77
  msgstr "Tryb Twierdzy"
78
 
84
  msgid "Duration"
85
  msgstr "Czas trwania"
86
 
87
+ #: ../wp-cerber.php:3033 ../settings.php:62 ../settings.php:80 ../settings.php:242
88
  msgid "Notifications"
89
+ msgstr "Powiadomienia"
90
 
91
  #: ../settings.php:80
92
  msgid "Send notification to admin email"
93
  msgstr "Wyślij powiadomienie na adres mailowy administratora"
94
 
95
+ #: ../dashboard.php:913 ../dashboard.php:1413 ../wp-cerber.php:3030 ../settings.
96
+ #: php:235 ../cerber-tools.php:87 ../cerber-tools.php:96 ../cerber-tools.php:162
97
  msgid "Access Lists"
98
  msgstr "Listy Dostępowe"
99
 
100
+ #: ../dashboard.php:911 ../dashboard.php:1082 ../wp-cerber.php:2897 ../settings.
101
+ #: php:82 ../settings.php:226
102
  msgid "Activity"
103
  msgstr "Aktywność"
104
 
105
+ #: ../dashboard.php:912 ../settings.php:230
106
  msgid "Lockouts"
107
  msgstr "Blodady"
108
 
109
+ #: ../settings.php:357
110
  msgid "%s allowed retries in %s minutes"
111
  msgstr "%s prób w ciągu %s minut"
112
 
113
+ #: ../settings.php:374
114
  msgid "Enable after %s failed login attempts in last %s minutes"
115
  msgstr "Włączane po %d nieprawidłowych próbach logowania w ciągu ostatnich %d minut."
116
 
117
+ #: ../dashboard.php:77 ../dashboard.php:502 ../wp-cerber.php:2898
118
  msgid "IP"
119
  msgstr "IP"
120
 
121
+ #: ../dashboard.php:355 ../dashboard.php:502
122
  msgid "Date"
123
  msgstr "Data"
124
 
125
+ #: ../dashboard.php:355 ../dashboard.php:502
126
  msgid "Local User"
127
+ msgstr "Lokalny użytkownik"
128
 
129
+ #: ../dashboard.php:355 ../dashboard.php:502 ../wp-cerber.php:2906
130
  msgid "Username used"
131
+ msgstr "Nazwa użytkownika"
132
 
133
  #: ../dashboard.php:83
134
  msgid "Showing last %d records from %d"
135
  msgstr "Wyświetla ostatnie %d wpisów z %d"
136
 
137
+ #: ../common.php:335
138
  msgid "Logged in"
139
  msgstr "Zalogowano"
140
 
141
+ #: ../common.php:336
142
  msgid "Logged out"
143
  msgstr "Wylogowano"
144
 
145
+ #: ../common.php:337
146
  msgid "Login failed"
147
  msgstr "Nieprawidłowe logowanie"
148
 
149
+ #: ../common.php:340
150
  msgid "IP blocked"
151
  msgstr "Zablokowano IP"
152
 
153
+ #: ../common.php:341
154
  msgid "Subnet blocked"
155
+ msgstr "Zablokowana podsieć"
156
 
157
+ #: ../common.php:343
158
  msgid "Citadel activated!"
159
+ msgstr "Aktywacja twierdzy!"
160
 
161
+ #: ../dashboard.php:488 ../dashboard.php:668 ../common.php:348
162
  msgid "Locked out"
163
  msgstr "Zablokowany"
164
 
165
+ #: ../common.php:349
166
  msgid "IP blacklisted"
167
  msgstr "IP dodany do czarnej listy"
168
 
169
+ #: ../common.php:355
170
  msgid "Password changed"
171
  msgstr "Zmieniono hasło"
172
 
174
  msgid "Remove"
175
  msgstr "Usuń"
176
 
177
+ #: ../dashboard.php:270
178
  msgid "Lockout for %s was removed"
179
  msgstr "Blokada dla %s została usunięta"
180
 
181
+ #: ../dashboard.php:102 ../dashboard.php:483 ../dashboard.php:663 ../dashboard.
182
+ #: php:902 ../wp-cerber.php:3024 ../settings.php:61 ../settings.php:196
183
  msgid "White IP Access List"
184
  msgstr "Lista dostępu dla białej listy"
185
 
186
+ #: ../dashboard.php:104 ../dashboard.php:484 ../dashboard.php:665 ../dashboard.
187
+ #: php:903
188
  msgid "Black IP Access List"
189
  msgstr "Lista dostępu dla czarnej listy"
190
 
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "Adres %s został dodany do czarnej listy"
202
 
203
+ #: ../wp-cerber.php:2570
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "Tryb Twierdzy aktywuje się po %d nieprawidłowych logowania w czasie %d minut."
206
 
207
+ #: ../dashboard.php:1205
208
  msgid "View Activity"
209
  msgstr "Zobacz Aktywność"
210
 
211
+ #: ../cerber-tools.php:86 ../cerber-tools.php:95
212
  msgid "Settings"
213
  msgstr "Ustawienia"
214
 
215
+ #: ../dashboard.php:803
216
  msgid "Last login"
217
  msgstr "Ostatnie logowanie"
218
 
219
+ #: ../dashboard.php:830 ../dashboard.php:885
220
  msgid "Never"
221
  msgstr "Nigdy"
222
 
223
+ #: ../dashboard.php:1125
224
  msgid "Are you sure?"
225
  msgstr "Jesteś pewny/a?"
226
 
227
+ #. Not sure how "reverse" should be translated into polish language with this context
228
  #: ../settings.php:63
229
+ #, fuzzy
230
  msgid "My site is behind a reverse proxy"
231
+ msgstr "Moja strona łączy się z odwrotnego(reverse) proxy"
232
 
233
  #: ../settings.php:67
234
  msgid "Non-existent users"
242
  msgid "Disable automatic redirecting to the login page when /wp-admin/ is requested by an unauthorized request"
243
  msgstr "Wyłącz automatyczne przekierowanie na stronę logowania, kiedy jest wykonywane nieautoryzowane żądanie."
244
 
245
+ #: ../settings.php:182
246
  msgid "Make your protection smarter!"
247
  msgstr "Zadbaj o to, aby twoja ochrona była mądrzejsza!"
248
 
249
+ #: ../settings.php:186
250
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
251
  msgstr "Prosimy włączyć włączyć permalinki, aby funkcja była dostępna. Zmień ustawienia permalinków na inne, niż domyślne."
252
 
253
+ #: ../settings.php:189
254
  msgid "Be careful when enabling this options. If you forget the custom login URL you will not be able to login."
255
  msgstr "Uważaj przy zmianie tej opcji. Jeśli zapomnisz własnego adresu logowania, to możesz nie być w stanie się zalogować."
256
 
257
+ #: ../wp-cerber.php:3029 ../settings.php:232
258
  msgid "Main Settings"
259
  msgstr "Ustawienia Główne"
260
 
261
+ #: ../settings.php:244
262
  msgid "Help"
263
  msgstr "Pomoc"
264
 
265
+ #: ../settings.php:362
266
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
267
  msgstr "Zwiększ czas blokady do %s godzin po %s blokadach w czasie %s godzin"
268
 
281
  msgstr[1] "Pozostałych prób: %d"
282
  msgstr[2] "Pozostałych prób: %d"
283
 
284
+ #: ../dashboard.php:515
285
  msgid "No activity has been logged."
286
  msgstr "Nie zarejestrowano aktywności."
287
 
291
 
292
  #: ../dashboard.php:89
293
  msgid "No lockouts at the moment. The sky is clear."
294
+ msgstr "Na chwilę obecną brak jakichkolwiek blokad"
295
 
296
  #: ../dashboard.php:102
297
  msgid "These IPs will never be locked out"
305
  msgid "You can't add your IP address"
306
  msgstr "Nie możesz dodać swojego adresu IP"
307
 
308
+ #: ../wp-cerber.php:2571
309
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
310
  msgstr "Ostatnia nieudana próba miała miejsce %s z adresu IP %s oraz nazwie użytkownika: %s"
311
 
312
+ #: ../wp-cerber.php:2634
313
  msgid "Change notification settings"
314
+ msgstr "Zmień ustawienia powiadomień"
315
 
316
+ #: ../wp-cerber.php:3007
317
  msgid "Can't activate WP Cerber due to a database error."
318
  msgstr "Nie można aktywować WP Cerber przez błąd bazy danych."
319
 
320
+ #: ../settings.php:369
321
  msgid "Notify admin if the number of active lockouts above"
322
  msgstr "Powiadom administratora, jeśli liczba aktywnych blokad przekroczy"
323
 
324
+ #: ../settings.php:83 ../settings.php:130
325
  msgid "days"
326
  msgstr "dni"
327
 
328
+ #: ../dashboard.php:854
329
  msgid "Cerber Quick View"
330
  msgstr "Szybki podgląd Cerbera"
331
 
337
  msgid "To view activity, click on the IP"
338
  msgstr "Aby zobaczyć aktywność, kliknij na IP"
339
 
340
+ #: ../dashboard.php:123 ../dashboard.php:695
341
  msgid "Check for activity"
342
  msgstr "Sprawdź aktywność"
343
 
345
  msgid "Always block entire subnet Class C of intruders IP"
346
  msgstr "Zawsze blokuj całą podsieć Klasy C z adresów IP intruzów"
347
 
348
+ #: ../settings.php:80 ../settings.php:371
349
  msgid "Click to send test"
350
  msgstr "Kliknij, aby wysłać wiadomość testową"
351
 
352
+ #: ../settings.php:464
353
  msgid "Attention! You have changed the login URL! The new login URL is"
354
  msgstr "Uwaga! Został zmieniony adres URL logowania! Nowy adres to"
355
 
356
+ #: ../dashboard.php:802
357
  msgid "Comments"
358
  msgstr "Komentarze"
359
 
360
+ #: ../dashboard.php:805
361
  msgid "Date of registration"
362
  msgstr "Data rejestracji"
363
 
364
+ #: ../dashboard.php:259
365
  msgid "Message has been sent to "
366
  msgstr "Wiadomość została wysłana do"
367
 
368
+ #: ../dashboard.php:1286
369
  msgid "Update to version %s of WP Cerber"
370
  msgstr "Aktualizuj WP Cerber do wersji %s"
371
 
372
+ #: ../wp-cerber.php:2572 ../wp-cerber.php:2922
373
  msgid "View activity in dashboard"
374
  msgstr "Zobacz aktywność na pulpicie"
375
 
376
+ #: ../wp-cerber.php:2602
377
  msgid "Number of active lockouts"
378
  msgstr "Liczba aktywnych blokad"
379
 
380
+ #: ../wp-cerber.php:2606
381
  msgid "View lockouts in dashboard"
382
  msgstr "Sprawdź blokady w kokpicie"
383
 
384
+ #: ../wp-cerber.php:2659
385
  msgid "This message was sent by"
386
  msgstr "Ta wiadomość została wysłana przez"
387
 
388
+ #: ../dashboard.php:749 ../cerber-tools.php:43
389
  msgid "Tools"
390
  msgstr "Narzędzia"
391
 
392
+ #: ../cerber-tools.php:83
393
  msgid "Export settings to the file"
394
  msgstr "Eksportuj ustawienia do pliku"
395
 
396
+ #: ../cerber-tools.php:84
397
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
398
  msgstr "Kiedy klikniesz na przycisk poniżej, to otrzymasz plik konfiguracyjny, który możesz importować na innej stronie."
399
 
400
+ #: ../cerber-tools.php:85
401
  msgid "What do you want to export?"
402
  msgstr "Co chcesz eksportować?"
403
 
404
+ #: ../cerber-tools.php:88
405
  msgid "Download file"
406
  msgstr "Pobierz plik"
407
 
408
+ #: ../cerber-tools.php:90
409
  msgid "Import settings from the file"
410
  msgstr "Importuj ustawienia z pliku"
411
 
412
+ #: ../cerber-tools.php:91
413
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
414
  msgstr "Kiedy klikniesz na przycisk poniżej, to zostanie zaimportowany plik i wszystkie dotychczasowe opcje zostaną nadpisane."
415
 
416
+ #: ../cerber-tools.php:92
417
  msgid "Select file to import."
418
  msgstr "Wybierz plik do importu"
419
 
420
+ #: ../cerber-tools.php:92
421
  msgid "Maximum upload file size: %s."
422
  msgstr "Maksymalna wielkość pliku importu: %s"
423
 
424
+ #: ../cerber-tools.php:95
425
  msgid "What do you want to import?"
426
  msgstr "Co chcesz importować?"
427
 
428
+ #: ../cerber-tools.php:97
429
  msgid "Upload file"
430
  msgstr "Wyślij plik"
431
 
432
+ #: ../cerber-tools.php:132
433
  msgid "No file was uploaded or file is corrupted"
434
  msgstr "Żaden plik nie został zaimportowany lub plik jest uszkodzony"
435
 
436
+ #: ../cerber-tools.php:162
437
  msgid "Error while updating"
438
  msgstr "Błąd podczas aktualizacji"
439
 
440
+ #: ../cerber-tools.php:165
441
  msgid "Settings has imported successfully from"
442
  msgstr "Ustawienia zaimportowano prawidłowo z"
443
 
444
+ #: ../cerber-tools.php:169
445
  msgid "Error while parsing file"
446
  msgstr "Bład parsowania pliku"
447
 
448
+ #: ../dashboard.php:77 ../dashboard.php:502
449
  msgid "Hostname"
450
+ msgstr "Host"
451
 
452
  #: ../dashboard.php:237
453
  msgid "unknown"
457
  msgid "Keep records for"
458
  msgstr "Trzymaj zapisy przez"
459
 
460
+ #: ../dashboard.php:889
461
  msgid "active"
462
  msgstr "aktywne"
463
 
464
+ #: ../dashboard.php:889
465
  msgid "deactivate"
466
  msgstr "deaktywuj"
467
 
468
+ #: ../dashboard.php:891
469
  msgid "not active"
470
  msgstr "nieaktywne"
471
 
472
+ #: ../dashboard.php:892
473
  msgid "disabled"
474
  msgstr "wyłączone"
475
 
476
+ #: ../dashboard.php:897
477
  msgid "failed attempts"
478
  msgstr "nieudane próby"
479
 
480
+ #: ../dashboard.php:897 ../dashboard.php:898
481
  msgid "in 24 hours"
482
  msgstr "przez 24 godziny"
483
 
484
+ #: ../dashboard.php:897 ../dashboard.php:898
485
  msgid "view all"
486
  msgstr "zobacz wszystkie"
487
 
488
+ #: ../dashboard.php:898
489
  msgid "lockouts"
490
  msgstr "blokady"
491
 
492
+ #: ../dashboard.php:900
493
  msgid "Lockouts at the moment"
494
  msgstr "Blokad na chwilę obecną"
495
 
496
+ #: ../dashboard.php:901
497
  msgid "Last lockout"
498
  msgstr "Ostatnia blokada"
499
 
500
+ #: ../dashboard.php:902 ../dashboard.php:903 ../dashboard.php:1392
501
  msgid "entry"
502
  msgid_plural "entries"
503
  msgstr[0] "wpis"
504
  msgstr[1] "wpisów"
505
  msgstr[2] "wpisy"
506
 
507
+ #: ../dashboard.php:1120
508
  msgid "Confused about some settings?"
509
  msgstr "Nie rozumiesz niektórych ustawień?"
510
 
511
+ #: ../dashboard.php:1121
512
  msgid "You can easily load default recommended settings using button below"
513
  msgstr "Możesz bez problemu załadować rekomendowane ustawienia klikając na przycisk poniżej"
514
 
515
+ #: ../dashboard.php:1123
516
  msgid "Load default settings"
517
  msgstr "Załaduj ustawienia domyślne"
518
 
519
+ #: ../dashboard.php:1131
520
  msgid "doesn't affect Custom login URL and Access Lists"
521
  msgstr "Nie ma wpływu na własny adres logowania oraz na Listy Dostępu"
522
 
523
+ #: ../dashboard.php:1150
524
  msgid "Donate"
525
  msgstr "Wyślij darowiznę"
526
 
527
+ #: ../dashboard.php:1280
528
  msgid "New version is available"
529
  msgstr "Dostępna jest nowa wersja"
530
 
531
  #. Name of the plugin
532
+ #: ../dashboard.php:744 ../dashboard.php:759
533
  msgid "WP Cerber"
534
  msgstr "WP Cerber"
535
 
538
  msgid "http://wpcerber.com"
539
  msgstr "http://wpcerber.com"
540
 
541
+ #: ../wp-cerber.php:2550
542
  msgid "WP Cerber notify"
543
  msgstr "Powiadomienie WP Cerber"
544
 
545
+ #: ../wp-cerber.php:2568
546
  msgid "Citadel mode is activated"
547
  msgstr "Tryb Twierdzy jest aktywny"
548
 
549
+ #: ../wp-cerber.php:2639
550
  msgid "New Custom login URL"
551
  msgstr "Nowy, własny URL logowania"
552
 
553
+ #: ../wp-cerber.php:2998
554
  msgid "The WP Cerber requires PHP %s or higher. You are running"
555
  msgstr "WP Cerber wymaga wersji PHP %s lub wyższej. Twoja wersja to"
556
 
557
+ #: ../wp-cerber.php:3002
558
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
559
  msgstr "WP Cerber wymaga wersji Wordpress %s lub wyższej. Twoja wersja to"
560
 
566
  msgid "Write failed login attempts to the file"
567
  msgstr "Zapisuj nieprawidłowe próby logowania do pliku"
568
 
569
+ #: ../dashboard.php:804
570
  msgid "Failed attempts in last 24 hours"
571
  msgstr "Nieudane próby w ciągu ostatnich 24 godzin"
572
 
573
+ #: ../dashboard.php:1204
574
  msgid "Deactivate"
575
  msgstr "Wyłącz"
576
 
577
+ #: ../dashboard.php:77 ../wp-cerber.php:2604
578
  msgid "Reason"
579
  msgstr "Powód"
580
 
582
  msgid "Add IP to the list"
583
  msgstr "Dodaj IP do listy"
584
 
585
+ #: ../dashboard.php:713
586
  msgid "Add IP to the Black List"
587
  msgstr "Dodaj IP do czarnej listy"
588
 
589
+ #: ../common.php:377
590
  msgid "Attempt to access"
591
  msgstr "Próba dostępu"
592
 
593
+ #: ../common.php:376
594
  msgid "Limit on login attempts is reached"
595
  msgstr "Osiągnięto limit prób logowania"
596
 
597
+ #: ../common.php:363 ../common.php:378
598
  msgid "Attempt to log in with non-existent username"
599
  msgstr "Próba logowania z nieistniejącej nazwy użytkownika"
600
 
601
+ #: ../wp-cerber.php:2603
602
  msgid "Last lockout was added: %s for IP %s"
603
  msgstr "Ostatnią blokadę dodano: %s dla IP %s"
604
 
605
+ #: ../wp-cerber.php:3026
606
  msgid "It's important to check security settings."
607
  msgstr "Ważnym jest, aby sprawdzić ustawienia zabezpieczeń."
608
 
609
+ #: ../wp-cerber.php:3032 ../settings.php:237
610
  msgid "Hardening"
611
  msgstr "Wzmacnianie"
612
 
613
+ #: ../dashboard.php:691
614
  msgid "Abuse email:"
615
  msgstr "Nadużycie adresu email:"
616
 
617
+ #: ../settings.php:158
618
  msgid "Email Address"
619
  msgstr "Adres E-mail"
620
 
621
+ #: ../settings.php:158
622
  msgid "if empty, the admin email %s will be used"
623
  msgstr "jeśli puste, to zostanie użyty adres e-mail administratora: %s"
624
 
625
  #: ../settings.php:89
626
+ #, fuzzy
627
  msgid "Drill down IP"
628
+ msgstr "Identyfikuj adres IP"
629
 
630
  #: ../settings.php:89
631
  msgid "Retrieve extra WHOIS information for IP"
649
 
650
  #: ../settings.php:99
651
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
652
+ msgstr "Zablokuj dostęp do serwera XML-RPC (włączając w to Pingbacki i Trackbacki)"
653
 
654
  #: ../settings.php:100
655
  msgid "Disable feeds"
667
  msgid "Block access to the WordPress REST API"
668
  msgstr "Zablokuj dostęp do REST API Wordpressa"
669
 
670
+ #: ../settings.php:196
671
  msgid "These settings do not affect hosts from the "
672
+ msgstr "Te ustawienia nie mają wpływu na: "
673
 
674
+ #: ../settings.php:544
675
  msgid "<strong>ERROR</strong>: please enter a valid email address."
676
  msgstr "<strong>BŁĄD</strong>: Proszę podać prawidłowy adres mailowy"
677
 
678
+ #: ../wp-cerber.php:2633 ../wp-cerber.php:3023
679
  msgid "WP Cerber is now active and has started protecting your site"
680
  msgstr "WP Cerber jest teraz aktywny i chroni twoją witrynę"
681
 
691
  msgid "Incorrect IP address or IP range"
692
  msgstr "Nieprawidłowy adres IP lub zakres IP"
693
 
694
+ #: ../dashboard.php:262
695
  msgid "Unable to send notification email"
696
  msgstr "Nie udało się wysłać powiadomienia"
697
 
698
+ #: ../dashboard.php:287 ../dashboard.php:1220
699
  msgid "Settings saved"
700
  msgstr "Ustawienia zapisano"
701
 
702
+ #: ../dashboard.php:695
703
  msgid "Network:"
704
  msgstr "Sieć:"
705
 
706
+ #: ../dashboard.php:709
707
  msgid "Add network to the Black List"
708
  msgstr "Dodaj sieć do Czarnej Listy"
709
 
710
+ #: ../dashboard.php:1203
711
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
712
  msgstr "Uwaga! Tryb Twierdzy jest aktywny. Nikt obecnie nie może się zalogować."
713
 
714
+ #: ../whois.php:210 ../common.php:375
715
  msgid "Unknown"
716
  msgstr "Nieznane"
717
 
725
  msgid "Gregory"
726
  msgstr "Gregory"
727
 
728
+ #: ../wp-cerber.php:560 ../wp-cerber.php:572 ../wp-cerber.php:579 ../wp-cerber.
729
+ #: php:746 ../wp-cerber.php:951 ../wp-cerber.php:956 ../wp-cerber.php:961 ../wp-
730
+ #: cerber.php:967 ../wp-cerber.php:997 ../wp-cerber.php:1093 ../common.php:128 ..
731
+ #: /common.php:181 ../common.php:185 ../settings.php:517
732
  msgid "ERROR:"
733
  msgstr "BŁĄD:"
734
 
735
+ #: ../wp-cerber.php:589
736
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
737
  msgstr "Nieudana weryfikacja. Proszę zaznaczyć kwadrat poniżej w bloku reCAPTCHA"
738
 
739
+ #: ../wp-cerber.php:757
740
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
741
  msgstr "<strong>BŁĄD</strong>: Hasło dla nazwy użytkownika jest nieprawidłowe"
742
 
743
+ #: ../wp-cerber.php:962
744
  msgid "Username is not allowed. Please choose another one."
745
  msgstr "Nazwa użytkownika niedostępna. Prosimy wybrać inną."
746
 
747
+ #: ../wp-cerber.php:2597
748
  msgid "unspecified"
749
  msgstr "nieokreślone"
750
 
751
+ #: ../wp-cerber.php:2600
752
  msgid "Number of lockouts is increasing"
753
  msgstr "Liczba blokad wzrasta"
754
 
755
+ #: ../wp-cerber.php:2605
756
  msgid "View activity for this IP"
757
  msgstr "Zobacz aktywność tego IP"
758
 
759
+ #: ../wp-cerber.php:2609 ../wp-cerber.php:2611
760
  msgid "A new version of WP Cerber is available to install"
761
  msgstr "Dostępna jest nowa wersja WP Cerber"
762
 
763
+ #: ../wp-cerber.php:2610
764
  msgid "Hi!"
765
  msgstr "Cześć!"
766
 
767
+ #: ../wp-cerber.php:2612 ../wp-cerber.php:2623
768
  msgid "Website"
769
  msgstr "Witryna"
770
 
771
+ #: ../wp-cerber.php:2615 ../wp-cerber.php:2616
772
  msgid "The WP Cerber security plugin has been deactivated"
773
  msgstr "Wtyczka bezpieczeństwa WP Cerber została wyłączona"
774
 
775
+ #: ../wp-cerber.php:2618
776
  msgid "Not logged in"
777
  msgstr "Niezalogowany"
778
 
779
+ #: ../wp-cerber.php:2624
780
  msgid "By user"
781
  msgstr "- użytkownik"
782
 
783
+ #: ../wp-cerber.php:2625
784
  msgid "From IP address"
785
  msgstr "Z adresu IP"
786
 
787
+ #: ../wp-cerber.php:2628
788
  msgid "From country"
789
  msgstr "Z Państwa"
790
 
791
+ #: ../wp-cerber.php:2632
792
  msgid "The WP Cerber security plugin is now active"
793
  msgstr "Wtyczka WP Cerber jest teraz aktywna"
794
 
795
+ #: ../wp-cerber.php:3024
796
  msgid "Your IP address is added to the"
797
  msgstr "Twój adres IP został dodany do"
798
 
799
+ #: ../wp-cerber.php:3034
 
 
 
 
800
  msgid "Import settings"
801
  msgstr "Importuj ustawienia"
802
 
803
+ #: ../settings.php:159
804
  msgid "Notification limit"
805
+ msgstr "Limit powiadomień"
806
 
807
+ #: ../settings.php:159
808
  msgid "notification letters allowed per hour (0 means unlimited)"
809
  msgstr "limit powiadomień na godzinę (0 oznacza nieograniczone)"
810
 
822
 
823
  #: ../settings.php:112
824
  msgid "User session expire"
825
+ msgstr "Przedawnienie sesji użytkownika"
826
 
827
  #: ../settings.php:112
828
  msgid "in minutes (leave empty to use default WP value)"
829
  msgstr "w minutach (pozostaw puste, aby użyć standardowej wartości WP)"
830
 
831
+ #: ../settings.php:133
832
  msgid "reCAPTCHA settings"
833
  msgstr "Ustawienia reCAPTCHA"
834
 
835
+ #: ../settings.php:134
836
  msgid "Site key"
837
  msgstr "Klucz strony"
838
 
839
+ #: ../settings.php:135
840
  msgid "Secret key"
841
  msgstr "Sekretny klucz"
842
 
843
+ #: ../settings.php:138
844
  msgid "Enable reCAPTCHA for WordPress registration form"
845
  msgstr "Włącz reCAPTCHA dla formularza rejestracji Wordpressa"
846
 
847
+ #: ../settings.php:141
848
  msgid "Lost password form"
849
  msgstr "Formularz odzyskiwania hasła"
850
 
851
+ #: ../settings.php:144
852
  msgid "Login form"
853
  msgstr "Formularz logowania"
854
 
855
+ #: ../settings.php:144
856
  msgid "Enable reCAPTCHA for WordPress login form"
857
  msgstr "Włącz reCAPTCHę dla formularza logowania Wordpressa"
858
 
859
+ #: ../settings.php:199
860
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
861
+ msgstr "Zanim zaczniesz używać reCAPTCHA musisz uzyskać dwa klucze na specjalnej stronie Google"
862
 
863
+ #: ../cerber-lab.php:580 ../settings.php:200
864
  msgid "Know more"
865
  msgstr "Dowiedz się więcej"
866
 
867
+ #: ../dashboard.php:744 ../settings.php:219
868
  msgid "WP Cerber Security"
869
  msgstr "Zabezpieczenia WP Cerber"
870
 
871
+ #: ../settings.php:239
872
  msgid "Users"
873
  msgstr "Użytkownicy"
874
 
875
+ #: ../common.php:333
876
  msgid "User created"
877
+ msgstr "Utworzenie nowego użytkownika"
878
 
879
+ #: ../dashboard.php:1076 ../common.php:334
880
  msgid "User registered"
881
  msgstr "Użytkownik zarejestrowany"
882
 
883
+ #: ../common.php:358
884
  msgid "reCAPTCHA verification failed"
885
+ msgstr "Nieprawidłowa weryfikacja reCATPCHA"
886
 
887
+ #: ../common.php:359
888
  msgid "reCAPTCHA settings are incorrect"
889
+ msgstr "Nieprawidłowe ustawienia reCAPTCHA"
890
 
891
+ #: ../common.php:362
892
  msgid "Attempt to access prohibited URL"
893
  msgstr "Próba logowania na zabroniony URL"
894
 
895
+ #: ../common.php:364 ../common.php:379
896
  msgid "Attempt to log in with prohibited username"
897
  msgstr "Próba zalogowania z zabronioną nazwą użytkownika"
898
 
908
  msgid "Cerber Lab protocol"
909
  msgstr "Protokół Cerber Lab"
910
 
911
+ #: ../settings.php:121 ../settings.php:138
912
  msgid "Registration form"
913
  msgstr "Formularz rejestracji"
914
 
915
+ #: ../settings.php:139
916
  msgid "Enable reCAPTCHA for WooCommerce registration form"
917
  msgstr "Włącz reCAPTCHA dla formularza rejestracji WooCommerce"
918
 
919
+ #: ../settings.php:141
920
  msgid "Enable reCAPTCHA for WordPress lost password form"
921
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła Wordpressa"
922
 
923
+ #: ../settings.php:142
924
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
925
  msgstr "Włącz reCAPTCHA dla formularza przypomnienia hasła WooCommerce"
926
 
927
+ #: ../settings.php:145
928
  msgid "Enable reCAPTCHA for WooCommerce login form"
929
  msgstr "Włącz reCAPTCHę dla formularza logowania WooCoomerce"
930
 
931
+ #: ../common.php:360
932
  msgid "Request to the Google reCAPTCHA service failed"
933
  msgstr "Wysyłanie żądania do Google reCAPTCHA nie powiodło się"
934
 
935
+ #: ../dashboard.php:1068 ../dashboard.php:1097
936
  msgid "View all"
937
  msgstr "Zobacz wszystkie"
938
 
939
+ #: ../dashboard.php:1098
940
  msgid "Recently locked out IP addresses"
941
  msgstr "Ostatnio zablokowane adresy IP"
942
 
943
+ #: ../cerber-lab.php:578
944
  msgid "OK, nail them all"
945
  msgstr "OK"
946
 
947
+ #: ../cerber-lab.php:579
948
  msgid "NO, maybe later"
949
  msgstr "NIE"
950
 
951
+ #: ../dashboard.php:746 ../dashboard.php:910 ../dashboard.php:1412 ../settings.
952
+ #: php:224
953
  msgid "Dashboard"
954
  msgstr "Kokpit"
955
 
956
+ #: ../cerber-lab.php:576
957
  msgid "Want to make WP Cerber even more powerful?"
958
  msgstr "Chcesz uczyć WP Cerber jeszcze bardziej potężnym?"
959
 
960
+ #: ../cerber-lab.php:577
961
  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."
962
  msgstr "Pozwól na wysyłanie szkodliwych adresów IP do Cerber Lab. Pomoże to stworzyć nowe algorytmy dla obrony Wordpressa przed zagrożeniami botów pojawiających się na co dzień. Możesz wyłączyć tę opcję w każdej chwili w opcjach wtyczki."
963
 
964
+ #: ../dashboard.php:355
965
  msgid "IP address"
966
  msgstr "Adres IP"
967
 
968
+ #: ../dashboard.php:355
969
  msgid "User login"
970
  msgstr "Login użytkownika"
971
 
972
+ #: ../dashboard.php:355
973
  msgid "User ID"
974
  msgstr "ID użytkownika"
975
 
976
+ #: ../dashboard.php:511
977
  msgid "Export"
978
  msgstr "Eksport"
979
 
980
+ #: ../dashboard.php:521
981
  msgid "All activities"
982
  msgstr "Wszystkie aktywności"
983
 
984
+ #: ../dashboard.php:530
985
  msgid "Search for IP or username"
986
  msgstr "Szukaj IP lub użytkownika"
987
 
988
+ #: ../dashboard.php:530
989
  msgid "Filter"
990
  msgstr "Filtr"
991
 
992
+ #: ../dashboard.php:746
993
  msgid "Cerber Dashboard"
994
  msgstr "Kokpit Cerbera"
995
 
996
+ #: ../dashboard.php:749
 
 
 
 
997
  msgid "Cerber tools"
998
  msgstr "Narzędzia Cerbera"
999
 
1000
+ #: ../dashboard.php:1325
1001
  msgid "Subscribe"
1002
  msgstr "Subskrybuj"
1003
 
1004
+ #: ../dashboard.php:1326
1005
  msgid "Unsubscribe"
1006
  msgstr "Odsubskrybuj"
1007
 
1008
+ #: ../dashboard.php:1354
1009
  msgid "You've subscribed"
1010
  msgstr "Zasubskrybowałeś/aś"
1011
 
1012
+ #: ../dashboard.php:1357
1013
  msgid "You've unsubscribed"
1014
  msgstr "Odsubskrybowałeś/aś"
1015
 
1016
+ #: ../wp-cerber.php:2643 ../wp-cerber.php:2644
1017
  msgid "A new activity has been recorded"
1018
  msgstr "Zarejestrowano nową aktywność"
1019
 
1020
+ #: ../wp-cerber.php:2902
1021
  msgid "User"
1022
  msgstr "Użytkownik"
1023
 
1024
+ #: ../wp-cerber.php:2910
1025
  msgid "Search string"
1026
  msgstr "Fraza do wyszukania"
1027
 
1028
+ #: ../wp-cerber.php:2923
1029
  msgid "To unsubscribe click here"
1030
  msgstr "Aby wyłączyć subskrypcję, kliknij tutaj"
1031
 
1041
  msgid "if empty, the default format %s will be used"
1042
  msgstr "Jeśli puste, do zostanie użyty domyślny format %s"
1043
 
1044
+ #: ../dashboard.php:906 ../settings.php:161
1045
  msgid "Push notifications"
1046
+ msgstr "Pchnij powiadomienia"
1047
 
1048
+ #: ../settings.php:156
1049
  msgid "Email notifications"
1050
+ msgstr "Powiadomienia E-mail"
1051
 
1052
+ #: ../settings.php:158
1053
  msgid "Use comma to specify multiple values"
1054
  msgstr "Używaj przecinka, aby określić więcej wartości"
1055
 
1056
+ #: ../settings.php:168
1057
  msgid "All connected devices"
1058
  msgstr "Wszystkie połączone urządzenia"
1059
 
1060
+ #: ../settings.php:169
1061
  msgid "No devices found"
1062
  msgstr "Nie znaleziono urządzeń"
1063
 
1064
+ #: ../settings.php:171
1065
  msgid "Not available"
1066
  msgstr "Niedostępne"
1067
 
1068
+ #: ../common.php:356
1069
  msgid "Password reset requested"
1070
+ msgstr "Prośba o reset hasła"
1071
 
1072
+ #: ../common.php:380
1073
  msgid "Limit on failed reCAPTCHA verifications is reached"
1074
  msgstr "Osiągnięto limit nieprawidłowych weryfikacji reCAPTCHA"
1075
 
1076
+ #: ../common.php:433
1077
  msgid "%s ago"
1078
  msgstr "%s temu"
1079
 
1080
  #: ../settings.php:61
1081
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1082
+ msgstr "Włącz zasadę limitu logowań dla adresów IP na białej liście"
1083
 
1084
  #: ../settings.php:70
1085
  msgid "Display 404 page"
1086
  msgstr "Wyświetl stronę 404"
1087
 
1088
+ #: ../settings.php:136
1089
  msgid "Invisible reCAPTCHA"
1090
  msgstr "Niewidzialna reCAPTCHA"
1091
 
1092
+ #: ../settings.php:136
1093
  msgid "Enable invisible reCAPTCHA"
1094
  msgstr "Włącz niewidzialną reCAPTCHę"
1095
 
1096
+ #: ../settings.php:136
1097
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1098
  msgstr "(nie włączaj, dopóki nie zaopatrzysz się w odpowiednie klucze dla wersji niewidzialnej reCAPTCHy)"
1099
 
1100
+ #: ../settings.php:147
 
 
 
 
1101
  msgid "Enable reCAPTCHA for WordPress comment form"
1102
  msgstr "Włącz reCAPTCHA dla formularza komentarzy Wordpressa"
1103
 
1104
+ #: ../settings.php:148
1105
  msgid "Disable reCAPTCHA for logged in users"
1106
  msgstr "Wyłącz reCAPTCHę dla zalogowanych użytkowników"
1107
 
1108
+ #: ../settings.php:150
1109
  msgid "Limit attempts"
1110
  msgstr "Limit prób"
1111
 
1112
+ #: ../settings.php:150
1113
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1114
  msgstr "Zablokuj adres IP na %s minut po %s nieprawidłowych próbowach logowania w ciągu %s minut"
1115
 
1116
+ #: ../settings.php:193
1117
  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."
1118
  msgstr "W trybie Twierdzy nie może się zalogować nikt oprócz adresów IP znajdujących się na białej liście. Nie ma to wpływu na aktywne sesje użytkowników."
1119
 
1120
+ #: ../dashboard.php:355 ../dashboard.php:502
1121
  msgid "Event"
1122
  msgstr "Zdarzenie"
1123
 
1124
+ #: ../dashboard.php:1049
1125
  msgid "Spam comments denied"
1126
  msgstr "Odrzuconych komentarzy ze spamem"
1127
 
1128
+ #: ../dashboard.php:1050
1129
  msgid "Malicious IP addresses detected"
1130
  msgstr "Wykrytych szkodliwych adresów IP"
1131
 
1132
+ #: ../dashboard.php:1051
1133
  msgid "Lockouts occurred"
1134
  msgstr "Blokad"
1135
 
1136
+ #: ../dashboard.php:1052
1137
  msgid "Locked out IP now"
1138
  msgstr "Obecnie zablokowanych adresów IP"
1139
 
1140
+ #: ../dashboard.php:1077
1141
  msgid "All suspicious activity"
1142
  msgstr "Cała podejrzana aktywność"
1143
 
1144
+ #: ../wp-cerber.php:952 ../wp-cerber.php:968
1145
  msgid "You are not allowed to register."
1146
  msgstr "Nie masz zezwolenia na rejestrację."
1147
 
1148
+ #: ../common.php:344
1149
  msgid "Spam comment denied"
1150
  msgstr "Komentarz ze spamem odrzucony"
1151
 
1152
+ #: ../common.php:351
1153
  msgid "by Cerber Lab"
1154
  msgstr "- Cerber Lab"
1155
 
1156
+ #: ../common.php:366
1157
  msgid "Attempt to log in denied"
1158
  msgstr "Odrzucono próbę logowania"
1159
 
1160
+ #: ../common.php:367
1161
  msgid "Attempt to register denied"
1162
  msgstr "Odrzucono próbę rejestracji"
1163
 
1164
+ #: ../dashboard.php:1048
1165
  msgid "Malicious activities mitigated"
1166
+ msgstr "Złagodzonej szkodliwej aktywności"
1167
+
1168
+ #: ../dashboard.php:748
1169
+ msgid "Cerber antispam settings"
1170
+ msgstr ""
1171
+
1172
+ #: ../dashboard.php:748 ../wp-cerber.php:3031 ../settings.php:147
1173
+ msgid "Antispam"
1174
+ msgstr "Antyspam"
1175
+
1176
+ #: ../settings.php:119
1177
+ msgid "Cerber antispam engine"
1178
+ msgstr "Silnik antyspamu cerbera"
1179
+
1180
+ #: ../settings.php:120
1181
+ msgid "Comment form"
1182
+ msgstr "Formularz komentarzy"
1183
+
1184
+ #: ../settings.php:120
1185
+ msgid "Protect comment form with bot detection engine"
1186
+ msgstr "Chroń formularz komentarzy silnikiem wykrywania botów"
1187
+
1188
+ #: ../settings.php:121
1189
+ msgid "Protect registration form with bot detection engine"
1190
+ msgstr ""
1191
+
1192
+ #: ../cerber-tools.php:48
1193
+ msgid "Export & Import"
1194
+ msgstr "Eksport & Import"
1195
+
1196
+ #: ../cerber-tools.php:49
1197
+ msgid "Diagnostic"
1198
+ msgstr "Diagnostyka"
1199
+
1200
+ #: ../cerber-tools.php:50
1201
+ msgid "License"
1202
+ msgstr "Licencja"
1203
+
1204
+ #: ../cerber-tools.php:267
1205
+ msgid "Antispam and bot detection settings"
1206
+ msgstr "Antyspam oraz ustawienia wykrywania botów"
1207
+
1208
+ #. Description of the plugin
1209
+ #:
1210
+ msgid "Protects site from brute force attacks, bots and hackers. Antispam protection with reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href=\"http://wpcerber.com\">wpcerber.com</a>."
1211
+ msgstr ""
1212
+
1213
+ #: ../wp-cerber.php:1093
1214
+ msgid "Sorry, human verification failed."
1215
+ msgstr ""
1216
+
1217
+ #: ../common.php:381
1218
+ msgid "Bot activity is detected"
1219
+ msgstr ""
1220
+
1221
+ #: ../settings.php:128
1222
+ msgid "Comment processing"
1223
+ msgstr ""
1224
+
1225
+ #: ../settings.php:129
1226
+ msgid "If a spam comment detected"
1227
+ msgstr ""
1228
+
1229
+ #: ../settings.php:130
1230
+ msgid "Trash spam comments"
1231
+ msgstr ""
1232
+
1233
+ #: ../settings.php:130
1234
+ msgid "Move spam comments to trash after"
1235
+ msgstr ""
1236
+
1237
+ #: ../common.php:345
1238
+ msgid "Spam form submission denied"
1239
+ msgstr ""
1240
+
1241
+ #: ../settings.php:122
1242
+ msgid "Other forms"
1243
+ msgstr ""
1244
+
1245
+ #: ../settings.php:122
1246
+ msgid "Protect all forms on the website with bot detection engine"
1247
+ msgstr ""
1248
+
1249
+ #: ../settings.php:124
1250
+ msgid "Adjust antispam engine"
1251
+ msgstr ""
1252
+
1253
+ #: ../settings.php:125
1254
+ msgid "Safe mode"
1255
+ msgstr ""
1256
+
1257
+ #: ../settings.php:125
1258
+ msgid "Use less restrictive policies (allow AJAX)"
1259
+ msgstr ""
1260
+
1261
+ #: ../settings.php:126
1262
+ msgid "Logged in users"
1263
+ msgstr ""
1264
+
1265
+ #: ../settings.php:126
1266
+ msgid "Disable bot detection engine for logged in users"
1267
  msgstr ""
1268
 
languages/wp-cerber-pt_PT.mo ADDED
Binary file
languages/wp-cerber-pt_PT.po ADDED
@@ -0,0 +1,1330 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: Loco - https://localise.biz/\n"
7
+ "Project-Id-Version: WP Cerber\n"
8
+ "Language: pt-PT\n"
9
+ "Plural-Forms: nplurals=2; plural=n != 1\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2017-08-17 17:51+0000\n"
12
+ "PO-Revision-Date: 2017-08-17 17:51+0000\n"
13
+ "Last-Translator: helderk <mail@helderk.com>\n"
14
+ "Language-Team: Portuguese (Portugal)"
15
+
16
+ #: ../dashboard.php:74 ../dashboard.php:123
17
+ msgid "Remove"
18
+ msgstr "Remover"
19
+
20
+ #: ../dashboard.php:77 ../dashboard.php:502 ../wp-cerber.php:2696
21
+ msgid "IP"
22
+ msgstr "IP"
23
+
24
+ #: ../dashboard.php:77 ../dashboard.php:502
25
+ msgid "Hostname"
26
+ msgstr "Nome do servidor"
27
+
28
+ #: ../dashboard.php:77
29
+ msgid "Expires"
30
+ msgstr "Expira"
31
+
32
+ #: ../dashboard.php:77 ../wp-cerber.php:2402
33
+ msgid "Reason"
34
+ msgstr "Razão"
35
+
36
+ #: ../dashboard.php:77
37
+ msgid "Action"
38
+ msgstr "Ação"
39
+
40
+ #: ../dashboard.php:83
41
+ #, php-format
42
+ msgid "Showing last %d records from %d"
43
+ msgstr "Últimos %d registros de %d"
44
+
45
+ #: ../dashboard.php:85
46
+ msgid "Hint"
47
+ msgstr "Dica"
48
+
49
+ #: ../dashboard.php:85
50
+ msgid "To view activity, click on the IP"
51
+ msgstr "Para ver a atividade, clique no IP"
52
+
53
+ #: ../dashboard.php:89
54
+ msgid "No lockouts at the moment. The sky is clear."
55
+ msgstr "Nenhum bloqueio de momento. O céu está limpo."
56
+
57
+ #: ../dashboard.php:102 ../dashboard.php:483 ../dashboard.php:663
58
+ #: ../dashboard. php:902 ../wp-cerber.php:2822 ../settings.php:61
59
+ #: ../settings.php:192
60
+ msgid "White IP Access List"
61
+ msgstr "Lista Segura de IPs"
62
+
63
+ #: ../dashboard.php:102
64
+ msgid "These IPs will never be locked out"
65
+ msgstr "Estes IPs nunca serão bloqueados"
66
+
67
+ #: ../dashboard.php:104 ../dashboard.php:484 ../dashboard.php:665
68
+ #: ../dashboard. php:903
69
+ msgid "Black IP Access List"
70
+ msgstr "Lista Negra de IPs"
71
+
72
+ #: ../dashboard.php:104
73
+ msgid "Nobody can log in or register from these IPs"
74
+ msgstr "Ninguém pode entrar ou se registrar a partir destes IPs"
75
+
76
+ #: ../dashboard.php:106
77
+ msgid "Your IP"
78
+ msgstr "Seu IP"
79
+
80
+ #: ../dashboard.php:123 ../dashboard.php:695
81
+ msgid "Check for activity"
82
+ msgstr "Verificar atividade"
83
+
84
+ #: ../dashboard.php:126
85
+ msgid "List is empty"
86
+ msgstr "A lista está vazia"
87
+
88
+ #: ../dashboard.php:130
89
+ msgid "Add IP to the list"
90
+ msgstr "Adicionar IP à lista"
91
+
92
+ #: ../dashboard.php:150 ../dashboard.php:158
93
+ msgid "Incorrect IP address or IP range"
94
+ msgstr "Endereço ou faixa de IP incorretos"
95
+
96
+ #: ../dashboard.php:153
97
+ #, php-format
98
+ msgid "Address %s was added to White IP Access List"
99
+ msgstr "Endereço %s adicionado à Lista Segura de IPs"
100
+
101
+ #: ../dashboard.php:162
102
+ msgid "You can't add your IP address"
103
+ msgstr "Não pode adicionar seu próprio IP"
104
+
105
+ #: ../dashboard.php:166
106
+ #, php-format
107
+ msgid "Address %s was added to Black IP Access List"
108
+ msgstr "Endereço %s adicionado à Lista Negra de IPs"
109
+
110
+ #: ../dashboard.php:237
111
+ msgid "unknown"
112
+ msgstr "desconhecido"
113
+
114
+ #: ../dashboard.php:259
115
+ msgid "Message has been sent to "
116
+ msgstr "A mensagem foi enviada para "
117
+
118
+ #: ../dashboard.php:262
119
+ msgid "Unable to send notification email"
120
+ msgstr "Não foi possível enviar o email de notificação"
121
+
122
+ #: ../dashboard.php:270
123
+ #, php-format
124
+ msgid "Lockout for %s was removed"
125
+ msgstr "Bloqueio de %s foi removido"
126
+
127
+ #: ../dashboard.php:287 ../dashboard.php:1220
128
+ msgid "Settings saved"
129
+ msgstr "Configurações guardadas"
130
+
131
+ #: ../dashboard.php:355
132
+ msgid "IP address"
133
+ msgstr "Endereço de IP"
134
+
135
+ #: ../dashboard.php:355 ../dashboard.php:502
136
+ msgid "Date"
137
+ msgstr "Data"
138
+
139
+ #: ../dashboard.php:355 ../dashboard.php:502
140
+ msgid "Event"
141
+ msgstr "Evento"
142
+
143
+ #: ../dashboard.php:355 ../dashboard.php:502
144
+ msgid "Local User"
145
+ msgstr "Utilizador Local"
146
+
147
+ #: ../dashboard.php:355
148
+ msgid "User login"
149
+ msgstr "Login do utilizador"
150
+
151
+ #: ../dashboard.php:355
152
+ msgid "User ID"
153
+ msgstr "ID do utilizador"
154
+
155
+ #: ../dashboard.php:355 ../dashboard.php:502 ../wp-cerber.php:2704
156
+ msgid "Username used"
157
+ msgstr "Nome de utilizador usado"
158
+
159
+ #: ../dashboard.php:488 ../dashboard.php:668 ../common.php:347
160
+ msgid "Locked out"
161
+ msgstr "Bloqueado"
162
+
163
+ #: ../dashboard.php:511
164
+ msgid "Export"
165
+ msgstr "Exportar"
166
+
167
+ #: ../dashboard.php:515
168
+ msgid "No activity has been logged."
169
+ msgstr "Nenhuma atividade foi registrada."
170
+
171
+ #: ../dashboard.php:521
172
+ msgid "All activities"
173
+ msgstr "Todas as atividades"
174
+
175
+ #: ../dashboard.php:530
176
+ msgid "Search for IP or username"
177
+ msgstr "Buscar por IP ou utilizador"
178
+
179
+ #: ../dashboard.php:530
180
+ msgid "Filter"
181
+ msgstr "Filtrar"
182
+
183
+ #: ../dashboard.php:691
184
+ msgid "Abuse email:"
185
+ msgstr "Email para abusos:"
186
+
187
+ #: ../dashboard.php:695
188
+ msgid "Network:"
189
+ msgstr "Rede:"
190
+
191
+ #: ../dashboard.php:709
192
+ msgid "Add network to the Black List"
193
+ msgstr "Adicionar rede à Lista Negra"
194
+
195
+ #: ../dashboard.php:713
196
+ msgid "Add IP to the Black List"
197
+ msgstr "Adicionar IP à Lista Negra"
198
+
199
+ #: ../dashboard.php:744 ../settings.php:215
200
+ msgid "WP Cerber Security"
201
+ msgstr "WP Cerber Security"
202
+
203
+ #. Name of the plugin
204
+ #: ../dashboard.php:744 ../dashboard.php:759
205
+ msgid "WP Cerber"
206
+ msgstr "WP Cerber"
207
+
208
+ #: ../dashboard.php:746
209
+ msgid "Cerber Dashboard"
210
+ msgstr "Painel de Controle do Cerber"
211
+
212
+ #: ../dashboard.php:746 ../dashboard.php:910 ../dashboard.php:1412
213
+ #: ../settings. php:220
214
+ msgid "Dashboard"
215
+ msgstr "Painel de Controle"
216
+
217
+ #: ../dashboard.php:748
218
+ msgid "Cerber antispam settings"
219
+ msgstr "Configurações do Cerber Anti-spam"
220
+
221
+ #: ../dashboard.php:748 ../settings.php:143
222
+ msgid "Antispam"
223
+ msgstr "Anti-spam"
224
+
225
+ #: ../dashboard.php:749
226
+ msgid "Cerber tools"
227
+ msgstr "Ferramentas do Cerber"
228
+
229
+ #: ../dashboard.php:749 ../cerber-tools.php:43
230
+ msgid "Tools"
231
+ msgstr "Ferramentas"
232
+
233
+ #: ../dashboard.php:802
234
+ msgid "Comments"
235
+ msgstr "Comentários"
236
+
237
+ #: ../dashboard.php:803
238
+ msgid "Last login"
239
+ msgstr "Último login"
240
+
241
+ #: ../dashboard.php:804
242
+ msgid "Failed attempts in last 24 hours"
243
+ msgstr "Tentativas falhadas de login nas últimas 24 horas"
244
+
245
+ #: ../dashboard.php:805
246
+ msgid "Date of registration"
247
+ msgstr "Data de registro"
248
+
249
+ #: ../dashboard.php:830 ../dashboard.php:885
250
+ msgid "Never"
251
+ msgstr "Nunca"
252
+
253
+ #: ../dashboard.php:854
254
+ msgid "Cerber Quick View"
255
+ msgstr "Visualição Rápida do Cerber"
256
+
257
+ #: ../dashboard.php:889
258
+ msgid "active"
259
+ msgstr "ativo"
260
+
261
+ #: ../dashboard.php:889
262
+ msgid "deactivate"
263
+ msgstr "desativar"
264
+
265
+ #: ../dashboard.php:891
266
+ msgid "not active"
267
+ msgstr "inativo"
268
+
269
+ #: ../dashboard.php:892
270
+ msgid "disabled"
271
+ msgstr "desabilitado"
272
+
273
+ #: ../dashboard.php:897
274
+ msgid "failed attempts"
275
+ msgstr "tentativas falhadas"
276
+
277
+ #: ../dashboard.php:897 ../dashboard.php:898
278
+ msgid "in 24 hours"
279
+ msgstr "em 24 horas"
280
+
281
+ #: ../dashboard.php:897 ../dashboard.php:898
282
+ msgid "view all"
283
+ msgstr "ver todos"
284
+
285
+ #: ../dashboard.php:898
286
+ msgid "lockouts"
287
+ msgstr "bloqueios"
288
+
289
+ #: ../dashboard.php:900
290
+ msgid "Lockouts at the moment"
291
+ msgstr "Bloqueios no momento"
292
+
293
+ #: ../dashboard.php:901
294
+ msgid "Last lockout"
295
+ msgstr "Último bloqueio"
296
+
297
+ #: ../dashboard.php:902 ../dashboard.php:903 ../dashboard.php:1392
298
+ msgid "entry"
299
+ msgid_plural "entries"
300
+ msgstr[0] "entrada"
301
+ msgstr[1] "entradas"
302
+
303
+ #: ../dashboard.php:904 ../settings.php:76
304
+ msgid "Citadel mode"
305
+ msgstr "Modo Fortaleza"
306
+
307
+ #: ../dashboard.php:906 ../settings.php:157
308
+ msgid "Push notifications"
309
+ msgstr "Notificações push"
310
+
311
+ #: ../dashboard.php:911 ../dashboard.php:1082 ../wp-cerber.php:2695
312
+ #: ../settings. php:82 ../settings.php:222
313
+ msgid "Activity"
314
+ msgstr "Atividade"
315
+
316
+ #: ../dashboard.php:912 ../settings.php:226
317
+ msgid "Lockouts"
318
+ msgstr "Bloqueios"
319
+
320
+ #: ../dashboard.php:913 ../dashboard.php:1413 ../wp-cerber.php:2828
321
+ #: ../settings. php:231 ../cerber-tools.php:87 ../cerber-tools.php:96
322
+ #: ../cerber-tools.php:162
323
+ msgid "Access Lists"
324
+ msgstr "Acessos"
325
+
326
+ #: ../dashboard.php:1048
327
+ msgid "Malicious activities mitigated"
328
+ msgstr "Atividades maliciosas mitigadas"
329
+
330
+ #: ../dashboard.php:1049
331
+ msgid "Spam comments denied"
332
+ msgstr "Comentários de spam rejeitados"
333
+
334
+ #: ../dashboard.php:1050
335
+ msgid "Malicious IP addresses detected"
336
+ msgstr "Endereços IP maliciosos detectados"
337
+
338
+ #: ../dashboard.php:1051
339
+ msgid "Lockouts occurred"
340
+ msgstr "Bloqueios ocorridos"
341
+
342
+ #: ../dashboard.php:1052
343
+ msgid "Locked out IP now"
344
+ msgstr "Bloquear IP agora"
345
+
346
+ #: ../dashboard.php:1068 ../dashboard.php:1097
347
+ msgid "View all"
348
+ msgstr "Ver todos"
349
+
350
+ #: ../dashboard.php:1076 ../common.php:334
351
+ msgid "User registered"
352
+ msgstr "Utilizador registrado"
353
+
354
+ #: ../dashboard.php:1077
355
+ msgid "All suspicious activity"
356
+ msgstr "Toda atividade suspeita"
357
+
358
+ #: ../dashboard.php:1098
359
+ msgid "Recently locked out IP addresses"
360
+ msgstr "Endereços de IP recentemente bloqueados"
361
+
362
+ #: ../dashboard.php:1120
363
+ msgid "Confused about some settings?"
364
+ msgstr "Confuso em relação às configurações?"
365
+
366
+ #: ../dashboard.php:1121
367
+ msgid "You can easily load default recommended settings using button below"
368
+ msgstr "Pode carregar as configurações recomendadas clicando no botão abaixo."
369
+
370
+ #: ../dashboard.php:1123
371
+ msgid "Load default settings"
372
+ msgstr "Carregar configurações padrão"
373
+
374
+ #: ../dashboard.php:1125
375
+ msgid "Are you sure?"
376
+ msgstr "Tem a certeza?"
377
+
378
+ #: ../dashboard.php:1131
379
+ msgid "doesn't affect Custom login URL and Access Lists"
380
+ msgstr "não afeta URL alternativo de login e Listas de Acesso"
381
+
382
+ #: ../dashboard.php:1150
383
+ msgid "Donate"
384
+ msgstr "Doar"
385
+
386
+ #: ../dashboard.php:1203
387
+ msgid "Attention! Citadel mode is now active. Nobody is able to log in."
388
+ msgstr "Atenção! O modo Fortaleza está ativo. Ninguém pode fazer login."
389
+
390
+ #: ../dashboard.php:1204
391
+ msgid "Deactivate"
392
+ msgstr "Desativar"
393
+
394
+ #: ../dashboard.php:1205
395
+ msgid "View Activity"
396
+ msgstr "Ver Atividade"
397
+
398
+ #: ../dashboard.php:1280
399
+ msgid "New version is available"
400
+ msgstr "Nova versão disponível"
401
+
402
+ #: ../dashboard.php:1286
403
+ #, php-format
404
+ msgid "Update to version %s of WP Cerber"
405
+ msgstr "Atualizar WP Cerber para a versão %s"
406
+
407
+ #: ../dashboard.php:1325
408
+ msgid "Subscribe"
409
+ msgstr "Inscrever"
410
+
411
+ #: ../dashboard.php:1326
412
+ msgid "Unsubscribe"
413
+ msgstr "Cancelar inscrição"
414
+
415
+ #: ../dashboard.php:1354
416
+ msgid "You've subscribed"
417
+ msgstr "Já está inscrito"
418
+
419
+ #: ../dashboard.php:1357
420
+ msgid "You've unsubscribed"
421
+ msgstr "Você cancelou sua inscrição"
422
+
423
+ #. URI of the plugin
424
+ msgid "http://wpcerber.com"
425
+ msgstr "http://wpcerber.com"
426
+
427
+ #. Description of the plugin
428
+ msgid ""
429
+ "Protects site from brute force attacks, bots and hackers. Antispam "
430
+ "protection with reCAPTCHA. Comprehensive control of user activity. Restrict "
431
+ "login by IP access lists. Limit login attempts. Know more: <a href=\"http:"
432
+ "//wpcerber.com\">wpcerber.com</a>."
433
+ msgstr ""
434
+ "Protege o site de ataques de força bruta, bots e hackers. Proteção antispam "
435
+ "com reCAPTCHA. Controlo abrangente da atividade do utilizador. Restringir o "
436
+ "login por listas de acesso IP. Limite as tentativas de login. Saiba mais: <a "
437
+ "href=\"http://wpcerber.com\"> wpcerber.com </a>."
438
+
439
+ #. Author of the plugin
440
+ msgid "Gregory"
441
+ msgstr "Gregory"
442
+
443
+ #: ../wp-cerber.php:215
444
+ msgid "You are not allowed to log in. Ask your administrator for assistance."
445
+ msgstr "Não tem permissão para entrar. Contacte o administrador."
446
+
447
+ #: ../wp-cerber.php:221
448
+ #, php-format
449
+ msgid ""
450
+ "You have reached the login attempts limit. Please try again in %d minutes."
451
+ msgstr ""
452
+ "Atingiu o limite de tentativas de login. Por favor, tente novamente em %d "
453
+ "minutos."
454
+
455
+ #: ../wp-cerber.php:240
456
+ #, php-format
457
+ msgid "You have only one attempt remaining."
458
+ msgid_plural "You have %d attempts remaining."
459
+ msgstr[0] "Resta-lhe apenas uma tentativa."
460
+ msgstr[1] "Resta-lhe %d tentativas."
461
+
462
+ #: ../wp-cerber.php:560 ../wp-cerber.php:572 ../wp-cerber.php:579
463
+ #: ../wp-cerber. php:717 ../wp-cerber.php:922 ../wp-cerber.php:927
464
+ #: ../wp-cerber.php:932 ../wp- cerber.php:938 ../wp-cerber.php:968
465
+ #: ../wp-cerber.php:1062 ../common.php:128 .. common.php:181 ../common.php:185
466
+ #: ../settings.php:513
467
+ msgid "ERROR:"
468
+ msgstr "ERRO:"
469
+
470
+ #: ../wp-cerber.php:589
471
+ msgid ""
472
+ "Human verification failed. Please click the square box in the reCAPTCHA "
473
+ "block below."
474
+ msgstr ""
475
+ "A verificação humana falhou. Por favor, clique no quadrado do bloco "
476
+ "reCAPTCHA abaixo."
477
+
478
+ #: ../wp-cerber.php:728
479
+ #, php-format
480
+ msgid ""
481
+ "<strong>ERROR</strong>: The password you entered for the username %s is "
482
+ "incorrect."
483
+ msgstr ""
484
+ "<strong>ERRO</strong>: A senha que você digitou para o utilizador %s está "
485
+ "incorreta."
486
+
487
+ #: ../wp-cerber.php:923 ../wp-cerber.php:939
488
+ msgid "You are not allowed to register."
489
+ msgstr "Não tem permissão para se registrar."
490
+
491
+ #: ../wp-cerber.php:933
492
+ msgid "Username is not allowed. Please choose another one."
493
+ msgstr "O nome de utilizador não é permitido. Por favor, escolha outro nome."
494
+
495
+ #: ../wp-cerber.php:1062
496
+ msgid "Sorry, human verification failed."
497
+ msgstr "Desculpe, falhou a verificação humana."
498
+
499
+ #: ../wp-cerber.php:2348
500
+ msgid "WP Cerber notify"
501
+ msgstr "Notificações WP Cerber"
502
+
503
+ #: ../wp-cerber.php:2366
504
+ msgid "Citadel mode is activated"
505
+ msgstr "Modo Fortaleza está ativo"
506
+
507
+ #: ../wp-cerber.php:2368
508
+ #, php-format
509
+ msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
510
+ msgstr ""
511
+ "O modo Fortaleza é atividado após %d tentaivas de login falhadas em %d "
512
+ "minutos."
513
+
514
+ #: ../wp-cerber.php:2369
515
+ #, php-format
516
+ msgid "Last failed attempt was at %s from IP %s with user login: %s."
517
+ msgstr ""
518
+ "Última tentativa de login falhada foi às %s do IP %s com o login de "
519
+ "utilizador: %s."
520
+
521
+ #: ../wp-cerber.php:2370 ../wp-cerber.php:2720
522
+ msgid "View activity in dashboard"
523
+ msgstr "Ver atividade no painel"
524
+
525
+ #: ../wp-cerber.php:2395
526
+ msgid "unspecified"
527
+ msgstr "não especificado"
528
+
529
+ #: ../wp-cerber.php:2398
530
+ msgid "Number of lockouts is increasing"
531
+ msgstr "O número de bloqueios está aumentando"
532
+
533
+ #: ../wp-cerber.php:2400
534
+ msgid "Number of active lockouts"
535
+ msgstr "Número de bloqueios ativos"
536
+
537
+ #: ../wp-cerber.php:2401
538
+ #, php-format
539
+ msgid "Last lockout was added: %s for IP %s"
540
+ msgstr "Último bloqueio foi adicionado: %s para o IP %s"
541
+
542
+ #: ../wp-cerber.php:2403
543
+ msgid "View activity for this IP"
544
+ msgstr "Ver atividade do IP"
545
+
546
+ #: ../wp-cerber.php:2404
547
+ msgid "View lockouts in dashboard"
548
+ msgstr "Ver bloqueios no painel"
549
+
550
+ #: ../wp-cerber.php:2407 ../wp-cerber.php:2409
551
+ msgid "A new version of WP Cerber is available to install"
552
+ msgstr "Uma nova versão do WP Cerber está disponível para ser instalada"
553
+
554
+ #: ../wp-cerber.php:2408
555
+ msgid "Hi!"
556
+ msgstr "Olá!"
557
+
558
+ #: ../wp-cerber.php:2410 ../wp-cerber.php:2421
559
+ msgid "Website"
560
+ msgstr "Website"
561
+
562
+ #: ../wp-cerber.php:2413 ../wp-cerber.php:2414
563
+ msgid "The WP Cerber security plugin has been deactivated"
564
+ msgstr "O plugin de segurança WP Cerber foi desativado"
565
+
566
+ #: ../wp-cerber.php:2416
567
+ msgid "Not logged in"
568
+ msgstr "Não Logado"
569
+
570
+ #: ../wp-cerber.php:2422
571
+ msgid "By user"
572
+ msgstr "Pelo utilizador"
573
+
574
+ #: ../wp-cerber.php:2423
575
+ msgid "From IP address"
576
+ msgstr "Do endereço de IP"
577
+
578
+ #: ../wp-cerber.php:2426
579
+ msgid "From country"
580
+ msgstr "Do país"
581
+
582
+ #: ../wp-cerber.php:2430
583
+ msgid "The WP Cerber security plugin is now active"
584
+ msgstr "O plugin de segurança WP Cerber está agora ativado"
585
+
586
+ #: ../wp-cerber.php:2431 ../wp-cerber.php:2821
587
+ msgid "WP Cerber is now active and has started protecting your site"
588
+ msgstr "WP Cerver está ativo agora e já começou a proteger o seu site"
589
+
590
+ #: ../wp-cerber.php:2432
591
+ msgid "Change notification settings"
592
+ msgstr "Alterar configurações de notificações"
593
+
594
+ #: ../wp-cerber.php:2437
595
+ msgid "New Custom login URL"
596
+ msgstr "Novo URL alternativo de login"
597
+
598
+ #: ../wp-cerber.php:2441 ../wp-cerber.php:2442
599
+ msgid "A new activity has been recorded"
600
+ msgstr "Uma nova atividade foi capturada"
601
+
602
+ #: ../wp-cerber.php:2457
603
+ msgid "This message was sent by"
604
+ msgstr "Esta mensagem foi enviada por"
605
+
606
+ #: ../wp-cerber.php:2700
607
+ msgid "User"
608
+ msgstr "Utilizador"
609
+
610
+ #: ../wp-cerber.php:2708
611
+ msgid "Search string"
612
+ msgstr "Termo pesquisado"
613
+
614
+ #: ../wp-cerber.php:2721
615
+ msgid "To unsubscribe click here"
616
+ msgstr "Para cancelar sua inscrição, clique aqui"
617
+
618
+ #: ../wp-cerber.php:2796
619
+ #, php-format
620
+ msgid "The WP Cerber requires PHP %s or higher. You are running"
621
+ msgstr "WP Cerber requer PHP %s ou mais recente. Actualmente está correndo"
622
+
623
+ #: ../wp-cerber.php:2800
624
+ #, php-format
625
+ msgid "The WP Cerber requires WordPress %s or higher. You are running"
626
+ msgstr ""
627
+ "WP Cerber requer Wordpress %s ou mais recente. Actualmente está correndo"
628
+
629
+ #: ../wp-cerber.php:2805
630
+ msgid "Can't activate WP Cerber due to a database error."
631
+ msgstr ""
632
+ "Não foi possível ativar o WP Cerber devido a um erro na conexão com a base "
633
+ "de dados."
634
+
635
+ #: ../wp-cerber.php:2822
636
+ msgid "Your IP address is added to the"
637
+ msgstr "Seu endereço de IP foi adicionado à"
638
+
639
+ #: ../wp-cerber.php:2824
640
+ msgid "It's important to check security settings."
641
+ msgstr "É importante verificar as configurações de segurança."
642
+
643
+ #: ../wp-cerber.php:2827 ../settings.php:228
644
+ msgid "Main Settings"
645
+ msgstr "Configurações"
646
+
647
+ #: ../wp-cerber.php:2829 ../settings.php:233
648
+ msgid "Hardening"
649
+ msgstr "Fortalecendo"
650
+
651
+ #: ../wp-cerber.php:2830 ../settings.php:62 ../settings.php:80
652
+ #: ../settings.php:238
653
+ msgid "Notifications"
654
+ msgstr "Notificações"
655
+
656
+ #: ../wp-cerber.php:2831
657
+ msgid "Import settings"
658
+ msgstr "Importar configurações"
659
+
660
+ #: ../whois.php:210 ../common.php:374
661
+ msgid "Unknown"
662
+ msgstr "Desconhecido"
663
+
664
+ #: ../common.php:333
665
+ msgid "User created"
666
+ msgstr "Utilizador criado"
667
+
668
+ #: ../common.php:335
669
+ msgid "Logged in"
670
+ msgstr "Logado"
671
+
672
+ #: ../common.php:336
673
+ msgid "Logged out"
674
+ msgstr "Desconectado"
675
+
676
+ #: ../common.php:337
677
+ msgid "Login failed"
678
+ msgstr "Falha no login"
679
+
680
+ #: ../common.php:340
681
+ msgid "IP blocked"
682
+ msgstr "IP bloqueado"
683
+
684
+ #: ../common.php:341
685
+ msgid "Subnet blocked"
686
+ msgstr "Sub-rede bloqueada"
687
+
688
+ #: ../common.php:343
689
+ msgid "Citadel activated!"
690
+ msgstr "Fortaleza ativada!"
691
+
692
+ #: ../common.php:344
693
+ msgid "Spam comment denied"
694
+ msgstr "Comentário de spam negado"
695
+
696
+ #: ../common.php:348
697
+ msgid "IP blacklisted"
698
+ msgstr "IP bloqueado"
699
+
700
+ #: ../common.php:350
701
+ msgid "by Cerber Lab"
702
+ msgstr "by Cerber Lab"
703
+
704
+ #: ../common.php:354
705
+ msgid "Password changed"
706
+ msgstr "Senha alterada"
707
+
708
+ #: ../common.php:355
709
+ msgid "Password reset requested"
710
+ msgstr "Redefinição de senha solicitada"
711
+
712
+ #: ../common.php:357
713
+ msgid "reCAPTCHA verification failed"
714
+ msgstr "A verificação do reCAPTCHA falhou"
715
+
716
+ #: ../common.php:358
717
+ msgid "reCAPTCHA settings are incorrect"
718
+ msgstr "As configurações do reCAPTCHA estão incorretas"
719
+
720
+ #: ../common.php:359
721
+ msgid "Request to the Google reCAPTCHA service failed"
722
+ msgstr "A requisição para o serviço Google reCAPTCHA falhou"
723
+
724
+ #: ../common.php:361
725
+ msgid "Attempt to access prohibited URL"
726
+ msgstr "Tentativa de acesso a URL proibido"
727
+
728
+ #: ../common.php:362 ../common.php:377
729
+ msgid "Attempt to log in with non-existent username"
730
+ msgstr "Tentativa de login com nome de utilizador não existente"
731
+
732
+ #: ../common.php:363 ../common.php:378
733
+ msgid "Attempt to log in with prohibited username"
734
+ msgstr "Tentativa de login com nome de utilizador proibido."
735
+
736
+ #: ../common.php:365
737
+ msgid "Attempt to log in denied"
738
+ msgstr "Tentativa de login negado"
739
+
740
+ #: ../common.php:366
741
+ msgid "Attempt to register denied"
742
+ msgstr "Tentativa de registro negado"
743
+
744
+ #: ../common.php:375
745
+ msgid "Limit on login attempts is reached"
746
+ msgstr "O limite de tentativas de login foi atingido"
747
+
748
+ #: ../common.php:376
749
+ msgid "Attempt to access"
750
+ msgstr "Tentativa de acesso"
751
+
752
+ #: ../common.php:379
753
+ msgid "Limit on failed reCAPTCHA verifications is reached"
754
+ msgstr "Foi atingido o limite de verificações falhadas do reCAPTCHA"
755
+
756
+ #: ../common.php:380
757
+ msgid "Bot activity is detected"
758
+ msgstr "Detectada atividade de bot"
759
+
760
+ #: ../common.php:432
761
+ #, php-format
762
+ msgid "%s ago"
763
+ msgstr "%s atrás"
764
+
765
+ #: ../cerber-lab.php:576
766
+ msgid "Want to make WP Cerber even more powerful?"
767
+ msgstr "Gostaria de fazer o WP Cerber ainda mais poderoso?"
768
+
769
+ #: ../cerber-lab.php:577
770
+ msgid ""
771
+ "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. "
772
+ "This helps the plugin team to develop new algorithms for WP Cerber that will "
773
+ "defend WordPress against new threats and botnets that are appearing "
774
+ "everyday. You can disable the sending in the plugin settings at any time."
775
+ msgstr ""
776
+ "Permita que o WP Cerber envie endereços de IP maliciosos para o Cerber Lab. "
777
+ "Isso ajuda os desenvolvedores do plugin a criarem algoritmos para defender o "
778
+ "WordPress de novas ameaças e botnets que surgem dia-a-dia. Pode desabilitar "
779
+ "este envio a qualquer momento nas configurações do plugin."
780
+
781
+ #: ../cerber-lab.php:578
782
+ msgid "OK, nail them all"
783
+ msgstr "OK, acabe com eles"
784
+
785
+ #: ../cerber-lab.php:579
786
+ msgid "NO, maybe later"
787
+ msgstr "NÃO, talvez mais tarde"
788
+
789
+ #: ../cerber-lab.php:580 ../settings.php:196
790
+ msgid "Know more"
791
+ msgstr "Saiba mais"
792
+
793
+ #: ../settings.php:57
794
+ msgid "Limit login attempts"
795
+ msgstr "Limitar tentativas de login"
796
+
797
+ #: ../settings.php:58
798
+ msgid "Attempts"
799
+ msgstr "Tentativas"
800
+
801
+ #: ../settings.php:59
802
+ msgid "Lockout duration"
803
+ msgstr "Duração do bloqueio"
804
+
805
+ #: ../settings.php:59 ../settings.php:78
806
+ msgid "minutes"
807
+ msgstr "minutos"
808
+
809
+ #: ../settings.php:60
810
+ msgid "Aggressive lockout"
811
+ msgstr "Bloqueio agressivo"
812
+
813
+ #: ../settings.php:61
814
+ msgid "Apply limit login rules to IP addresses in the White IP Access List"
815
+ msgstr ""
816
+ "Aplicar regras de limite para login aos endereçoes de IP da Lista Segura"
817
+
818
+ #: ../settings.php:63
819
+ msgid "Site connection"
820
+ msgstr "Conexão do site"
821
+
822
+ #: ../settings.php:63
823
+ msgid "My site is behind a reverse proxy"
824
+ msgstr "Meu site está sob um proxy reverso"
825
+
826
+ #: ../settings.php:65
827
+ msgid "Proactive security rules"
828
+ msgstr "Regras de segurança proativa"
829
+
830
+ #: ../settings.php:66
831
+ msgid "Block subnet"
832
+ msgstr "Bloquear sub-rede"
833
+
834
+ #: ../settings.php:66
835
+ msgid "Always block entire subnet Class C of intruders IP"
836
+ msgstr "Sempre bloquear toda a sub-rede classe C de IPs invasores"
837
+
838
+ #: ../settings.php:67
839
+ msgid "Non-existent users"
840
+ msgstr "Utilizadores não existentes"
841
+
842
+ #: ../settings.php:67
843
+ msgid ""
844
+ "Immediately block IP when attempting to login with a non-existent username"
845
+ msgstr ""
846
+ "Bloquear IP imediatamente nas tentativas de login com nomes de utilizadores "
847
+ "não existentes"
848
+
849
+ #: ../settings.php:68
850
+ msgid "Redirect dashboard requests"
851
+ msgstr "Redirecionar requisições ao painel"
852
+
853
+ #: ../settings.php:68
854
+ msgid ""
855
+ "Disable automatic redirecting to the login page when /wp-admin/ is requested "
856
+ "by an unauthorized request"
857
+ msgstr ""
858
+ "Desabilitar redirecionamento automático para a página de login quando /wp-"
859
+ "admin/ é requisitada sem autorização"
860
+
861
+ #: ../settings.php:69
862
+ msgid "Request wp-login.php"
863
+ msgstr "Requisitar wp-login.php"
864
+
865
+ #: ../settings.php:69
866
+ msgid "Immediately block IP after any request to wp-login.php"
867
+ msgstr "Bloquer IP imediatamente após qualquer requisição a wp-login.php"
868
+
869
+ #: ../settings.php:70
870
+ msgid "Display 404 page"
871
+ msgstr "Exibir página 404"
872
+
873
+ #: ../settings.php:72
874
+ msgid "Custom login page"
875
+ msgstr "Página alternativa de login"
876
+
877
+ #: ../settings.php:73
878
+ msgid "Custom login URL"
879
+ msgstr "URL alternativo de login"
880
+
881
+ #: ../settings.php:73
882
+ msgid "must not overlap with the existing pages or posts slug"
883
+ msgstr "não se deve sobrepor aos links permanentes de páginas e posts"
884
+
885
+ #: ../settings.php:74
886
+ msgid "Disable wp-login.php"
887
+ msgstr "Desabilitar wp-login.php"
888
+
889
+ #: ../settings.php:74
890
+ msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
891
+ msgstr "Bloquear acesso direto a wp-login.php e retornar o erro HTTP 404"
892
+
893
+ #: ../settings.php:77
894
+ msgid "Threshold"
895
+ msgstr "Limite"
896
+
897
+ #: ../settings.php:78
898
+ msgid "Duration"
899
+ msgstr "Duração"
900
+
901
+ #: ../settings.php:80
902
+ msgid "Send notification to admin email"
903
+ msgstr "Enviar notificação para o email do administrador"
904
+
905
+ #: ../settings.php:80 ../settings.php:367
906
+ msgid "Click to send test"
907
+ msgstr "Clique para enviar teste"
908
+
909
+ #: ../settings.php:83
910
+ msgid "Keep records for"
911
+ msgstr "Guardar registros por"
912
+
913
+ #: ../settings.php:83 ../settings.php:126
914
+ msgid "days"
915
+ msgstr "dias"
916
+
917
+ #: ../settings.php:84
918
+ msgid "Cerber Lab connection"
919
+ msgstr "Conexão Cerber Lab"
920
+
921
+ #: ../settings.php:84
922
+ msgid "Send malicious IP addresses to the Cerber Lab"
923
+ msgstr "Enviar endereço de IP malicioso para o Cerber Lab"
924
+
925
+ #: ../settings.php:85
926
+ msgid "Cerber Lab protocol"
927
+ msgstr "Protocolo Cerber Lab"
928
+
929
+ #: ../settings.php:86
930
+ msgid "Use file"
931
+ msgstr "Usar arquivo"
932
+
933
+ #: ../settings.php:86
934
+ msgid "Write failed login attempts to the file"
935
+ msgstr "Escrever tentativas falhadas de login em um arquivo"
936
+
937
+ #: ../settings.php:88
938
+ msgid "Preferences"
939
+ msgstr "Preferências"
940
+
941
+ #: ../settings.php:89
942
+ msgid "Drill down IP"
943
+ msgstr "Rastrear IP"
944
+
945
+ #: ../settings.php:89
946
+ msgid "Retrieve extra WHOIS information for IP"
947
+ msgstr "Receber informação extra de WHOIS para o IP"
948
+
949
+ #: ../settings.php:90
950
+ msgid "Date format"
951
+ msgstr "Formato da data"
952
+
953
+ #: ../settings.php:90
954
+ #, php-format
955
+ msgid "if empty, the default format %s will be used"
956
+ msgstr "se vazio, o formato padrão %s será usado"
957
+
958
+ #: ../settings.php:97
959
+ msgid "Hardening WordPress"
960
+ msgstr "Fortalecendo o Wordpress"
961
+
962
+ #: ../settings.php:98
963
+ msgid "Stop user enumeration"
964
+ msgstr "Bloquear enumeração de utilizador"
965
+
966
+ #: ../settings.php:98
967
+ msgid "Block access to the pages like /?author=n"
968
+ msgstr "Bloquear acesso a páginas como /?autor=n"
969
+
970
+ #: ../settings.php:99
971
+ msgid "Disable XML-RPC"
972
+ msgstr "Desabilitar XML-RPC"
973
+
974
+ #: ../settings.php:99
975
+ msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
976
+ msgstr "Bloquear acesso ao servidor XML-RPC (incluindo Pingbacks e Trackbacks)"
977
+
978
+ #: ../settings.php:100
979
+ msgid "Disable feeds"
980
+ msgstr "Desabilitar feeds"
981
+
982
+ #: ../settings.php:100
983
+ msgid "Block access to the RSS, Atom and RDF feeds"
984
+ msgstr "Bloquear acesso aos feeds RSS, Atom e RDF"
985
+
986
+ #: ../settings.php:101
987
+ msgid "Disable REST API"
988
+ msgstr "Desabilitar API REST"
989
+
990
+ #: ../settings.php:101
991
+ msgid "Block access to the WordPress REST API"
992
+ msgstr "Bloquear acesso à API REST do Wordpress"
993
+
994
+ #: ../settings.php:110
995
+ msgid "User related settings"
996
+ msgstr "Configurações de utilizador"
997
+
998
+ #: ../settings.php:111
999
+ msgid "Prohibited usernames"
1000
+ msgstr "Nomes de utilizadores proibidos"
1001
+
1002
+ #: ../settings.php:111
1003
+ msgid ""
1004
+ "Usernames from this list are not allowed to log in or register. Any IP "
1005
+ "address, have tried to use any of these usernames, will be immediately "
1006
+ "blocked. Use comma to separate logins."
1007
+ msgstr ""
1008
+ "Nomes de utilizadores desta lista não podem fazer login ou serem registrados."
1009
+ " Qualquer endereço de IP que tentar utilizar algum destes nomes será "
1010
+ "imediatamente bloqueado. Utilize vírgulas para separar os logins."
1011
+
1012
+ #: ../settings.php:112
1013
+ msgid "User session expire"
1014
+ msgstr "Sessão de utilizador expira"
1015
+
1016
+ #: ../settings.php:112
1017
+ msgid "in minutes (leave empty to use default WP value)"
1018
+ msgstr "em minutos (deixe em branco para usar o valor padrão do Wordpress)"
1019
+
1020
+ #: ../settings.php:119
1021
+ msgid "Cerber antispam engine"
1022
+ msgstr "Motor Cerber anti-spam"
1023
+
1024
+ #: ../settings.php:120
1025
+ msgid "Comment form"
1026
+ msgstr "Formulário de comentário"
1027
+
1028
+ #: ../settings.php:120
1029
+ msgid "Protect comment form with bot detection engine"
1030
+ msgstr "Proteja o formulário de comentários com motor de detecção de bot"
1031
+
1032
+ #: ../settings.php:121 ../settings.php:134
1033
+ msgid "Registration form"
1034
+ msgstr "Formulário de registo"
1035
+
1036
+ #: ../settings.php:121
1037
+ msgid "Protect registration form with bot detection engine"
1038
+ msgstr "Proteja o formulário de inscrição com motor de detecção de bot"
1039
+
1040
+ #: ../settings.php:124
1041
+ msgid "Comment processing"
1042
+ msgstr "Processamento de comentários"
1043
+
1044
+ #: ../settings.php:125
1045
+ msgid "If a spam comment detected"
1046
+ msgstr "Se um comentário de spam for detectado"
1047
+
1048
+ #: ../settings.php:126
1049
+ msgid "Trash spam comments"
1050
+ msgstr "Comentários de spam"
1051
+
1052
+ #: ../settings.php:126
1053
+ msgid "Move spam comments to trash after"
1054
+ msgstr "Mova comentários de spam para o lixo após"
1055
+
1056
+ #: ../settings.php:129
1057
+ msgid "reCAPTCHA settings"
1058
+ msgstr "Configurações do reCAPTCHA"
1059
+
1060
+ #: ../settings.php:130
1061
+ msgid "Site key"
1062
+ msgstr "Chave do site"
1063
+
1064
+ #: ../settings.php:131
1065
+ msgid "Secret key"
1066
+ msgstr "Chave secreta"
1067
+
1068
+ #: ../settings.php:132
1069
+ msgid "Invisible reCAPTCHA"
1070
+ msgstr "reCAPTCHA invisível"
1071
+
1072
+ #: ../settings.php:132
1073
+ msgid "Enable invisible reCAPTCHA"
1074
+ msgstr "Habilitar reCAPTCHA invisível"
1075
+
1076
+ #: ../settings.php:132
1077
+ msgid ""
1078
+ "(do not enable it unless you get and enter the Site and Secret keys for the "
1079
+ "invisible version)"
1080
+ msgstr ""
1081
+ "(não habilite esta opção a menos que tenha as Chaves do Site e Secreta para "
1082
+ "esta versão invisível)"
1083
+
1084
+ #: ../settings.php:134
1085
+ msgid "Enable reCAPTCHA for WordPress registration form"
1086
+ msgstr "Habilitar reCAPTCHA para o formulário de registro do Wordpress"
1087
+
1088
+ #: ../settings.php:135
1089
+ msgid "Enable reCAPTCHA for WooCommerce registration form"
1090
+ msgstr "Habilitar reCAPTCHA para o formulário de registro do WooCommerce"
1091
+
1092
+ #: ../settings.php:137
1093
+ msgid "Lost password form"
1094
+ msgstr "A senha do formulário foi perdida"
1095
+
1096
+ #: ../settings.php:137
1097
+ msgid "Enable reCAPTCHA for WordPress lost password form"
1098
+ msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do Wordpress"
1099
+
1100
+ #: ../settings.php:138
1101
+ msgid "Enable reCAPTCHA for WooCommerce lost password form"
1102
+ msgstr "Habilitar reCAPTCHA para o formulário de senha perdida do WooCommerce"
1103
+
1104
+ #: ../settings.php:140
1105
+ msgid "Login form"
1106
+ msgstr "Formulário de login"
1107
+
1108
+ #: ../settings.php:140
1109
+ msgid "Enable reCAPTCHA for WordPress login form"
1110
+ msgstr "Habilitar reCAPTCHA para o formulário de login do Wordpress"
1111
+
1112
+ #: ../settings.php:141
1113
+ msgid "Enable reCAPTCHA for WooCommerce login form"
1114
+ msgstr "Habilitar reCAPTCHA para o formulário de login do WooCommerce"
1115
+
1116
+ #: ../settings.php:143
1117
+ msgid "Enable reCAPTCHA for WordPress comment form"
1118
+ msgstr "Habilitar reCAPTCHA para o formulário de comentários do Wordpress"
1119
+
1120
+ #: ../settings.php:144
1121
+ msgid "Disable reCAPTCHA for logged in users"
1122
+ msgstr "Desabilitar reCAPTCHA para utilizador conectados"
1123
+
1124
+ #: ../settings.php:146
1125
+ msgid "Limit attempts"
1126
+ msgstr "Limitar tentativas"
1127
+
1128
+ #: ../settings.php:146
1129
+ #, php-format
1130
+ msgid ""
1131
+ "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1132
+ msgstr ""
1133
+ "Bloquear endereço de IP por %s minutos depois de %s tentativas falhadas "
1134
+ "dentro de %s minutos"
1135
+
1136
+ #: ../settings.php:152
1137
+ msgid "Email notifications"
1138
+ msgstr "Notificações por email"
1139
+
1140
+ #: ../settings.php:154
1141
+ msgid "Email Address"
1142
+ msgstr "Endereço de Email"
1143
+
1144
+ #: ../settings.php:154
1145
+ msgid "Use comma to specify multiple values"
1146
+ msgstr "Use vírgulas para separar múltiplos valores"
1147
+
1148
+ #: ../settings.php:154
1149
+ #, php-format
1150
+ msgid "if empty, the admin email %s will be used"
1151
+ msgstr "se vazio, o email do administrador %s será usado"
1152
+
1153
+ #: ../settings.php:155
1154
+ msgid "Notification limit"
1155
+ msgstr "Limite de notificação"
1156
+
1157
+ #: ../settings.php:155
1158
+ msgid "notification letters allowed per hour (0 means unlimited)"
1159
+ msgstr "notificações permitidas por hora (0 significa ilimitadas)"
1160
+
1161
+ #: ../settings.php:164
1162
+ msgid "All connected devices"
1163
+ msgstr "Todos os dispositivos conectados"
1164
+
1165
+ #: ../settings.php:165
1166
+ msgid "No devices found"
1167
+ msgstr "Nenhum dispositivo encontrado"
1168
+
1169
+ #: ../settings.php:167
1170
+ msgid "Not available"
1171
+ msgstr "Não disponível"
1172
+
1173
+ #: ../settings.php:178
1174
+ msgid "Make your protection smarter!"
1175
+ msgstr "Deixe sua proteção mais inteligente!"
1176
+
1177
+ #: ../settings.php:182
1178
+ msgid ""
1179
+ "Please enable Permalinks to use this feature. Set Permalink Settings to "
1180
+ "something other than Default."
1181
+ msgstr ""
1182
+ "Habilitar as Ligações Permanentes para utilizar essa funcionalidade. "
1183
+ "Configure os Ligações Permanentes para um valor diferente ao pre-definido."
1184
+
1185
+ #: ../settings.php:185
1186
+ msgid ""
1187
+ "Be careful when enabling this options. If you forget the custom login URL "
1188
+ "you will not be able to login."
1189
+ msgstr ""
1190
+ "Tenha cuidado ao habilitar essas opções. Se não se lembrar do URL de login, "
1191
+ "não será capaz de fazer o Login."
1192
+
1193
+ #: ../settings.php:189
1194
+ msgid ""
1195
+ "In the Citadel mode nobody is able to log in except IPs from the White IP "
1196
+ "Access List. Active user sessions will not be affected."
1197
+ msgstr ""
1198
+ "No modo Fortaleza apenas os IPs da Lista Segura se podem conectar. Sessões "
1199
+ "ativas de utilizadores não serão afetadas."
1200
+
1201
+ #: ../settings.php:192
1202
+ msgid "These settings do not affect hosts from the "
1203
+ msgstr "Estas configurações não afetam servidores do "
1204
+
1205
+ #: ../settings.php:195
1206
+ msgid ""
1207
+ "Before you can start using reCAPTCHA, you have to obtain Site key and Secret "
1208
+ "key on the Google website"
1209
+ msgstr ""
1210
+ "Antes de começar a utilizar o reCAPTCHA, você precisa obter uma Chave do "
1211
+ "Site uma Chave Secreta no website do Google"
1212
+
1213
+ #: ../settings.php:235
1214
+ msgid "Users"
1215
+ msgstr "Utilizadores"
1216
+
1217
+ #: ../settings.php:240
1218
+ msgid "Help"
1219
+ msgstr "Ajuda"
1220
+
1221
+ #: ../settings.php:353
1222
+ #, php-format
1223
+ msgid "%s allowed retries in %s minutes"
1224
+ msgstr "%s tentativas restantes em %s minutos"
1225
+
1226
+ #: ../settings.php:358
1227
+ #, php-format
1228
+ msgid ""
1229
+ "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
1230
+ msgstr ""
1231
+ "Aumentar a duração do bloqueio para %s horas após %s bloqueios nas últimas "
1232
+ "%s horas."
1233
+
1234
+ #: ../settings.php:365
1235
+ msgid "Notify admin if the number of active lockouts above"
1236
+ msgstr "Notificar o administrador caso o número de bloqueios ativos seja acima"
1237
+
1238
+ #: ../settings.php:370
1239
+ #, php-format
1240
+ msgid "Enable after %s failed login attempts in last %s minutes"
1241
+ msgstr "Habilitar após %s tentativas falhadas de login nos últimos %s minutos"
1242
+
1243
+ #: ../settings.php:460
1244
+ msgid "Attention! You have changed the login URL! The new login URL is"
1245
+ msgstr "Atenção! Você alterou o URL de login! O novo URL de login é"
1246
+
1247
+ #: ../settings.php:540
1248
+ msgid "<strong>ERROR</strong>: please enter a valid email address."
1249
+ msgstr "<strong>ERRO</strong>: favor digitar um endereço de email válido."
1250
+
1251
+ #: ../cerber-tools.php:48
1252
+ msgid "Export & Import"
1253
+ msgstr "Exportar e importar"
1254
+
1255
+ #: ../cerber-tools.php:49
1256
+ msgid "Diagnostic"
1257
+ msgstr "Diagnóstico"
1258
+
1259
+ #: ../cerber-tools.php:83
1260
+ msgid "Export settings to the file"
1261
+ msgstr "Exportar configurações para o arquivo"
1262
+
1263
+ #: ../cerber-tools.php:84
1264
+ msgid ""
1265
+ "When you click the button below you will get a configuration file, which you "
1266
+ "can upload on another site."
1267
+ msgstr ""
1268
+ "Para descarregar um arquivo de configuração que poderá usar em outros sites, "
1269
+ "clicar no botão abaixo."
1270
+
1271
+ #: ../cerber-tools.php:85
1272
+ msgid "What do you want to export?"
1273
+ msgstr "O que gostaria de exportar?"
1274
+
1275
+ #: ../cerber-tools.php:86 ../cerber-tools.php:95
1276
+ msgid "Settings"
1277
+ msgstr "Configurações"
1278
+
1279
+ #: ../cerber-tools.php:88
1280
+ msgid "Download file"
1281
+ msgstr "Descarregar arquivo"
1282
+
1283
+ #: ../cerber-tools.php:90
1284
+ msgid "Import settings from the file"
1285
+ msgstr "Importar configurações desde um arquivo"
1286
+
1287
+ #: ../cerber-tools.php:91
1288
+ msgid ""
1289
+ "When you click the button below, file will be uploaded and all existing "
1290
+ "settings will be overridden."
1291
+ msgstr ""
1292
+ "Ao clicar no botão abaixo, o arquivo de configuração ira ser carregado para "
1293
+ "o servidor e todas as configurações actuais serão substituídas."
1294
+
1295
+ #: ../cerber-tools.php:92
1296
+ msgid "Select file to import."
1297
+ msgstr "Selecionar arquivo para importação."
1298
+
1299
+ #: ../cerber-tools.php:92
1300
+ #, php-format
1301
+ msgid "Maximum upload file size: %s."
1302
+ msgstr "Tamanho máximo do arquivo para upload: %s."
1303
+
1304
+ #: ../cerber-tools.php:95
1305
+ msgid "What do you want to import?"
1306
+ msgstr "O que gostaria de importar?"
1307
+
1308
+ #: ../cerber-tools.php:97
1309
+ msgid "Upload file"
1310
+ msgstr "Enviar arquivo"
1311
+
1312
+ #: ../cerber-tools.php:132
1313
+ msgid "No file was uploaded or file is corrupted"
1314
+ msgstr "Nenhum arquivo foi enviado ou o arquivo está corrompido"
1315
+
1316
+ #: ../cerber-tools.php:162
1317
+ msgid "Error while updating"
1318
+ msgstr "Erro ao enviar arquivo"
1319
+
1320
+ #: ../cerber-tools.php:165
1321
+ msgid "Settings has imported successfully from"
1322
+ msgstr "As configurações foram importadas com sucesso de"
1323
+
1324
+ #: ../cerber-tools.php:169
1325
+ msgid "Error while parsing file"
1326
+ msgstr "Erro ao interpretar arquivo"
1327
+
1328
+ #: ../cerber-tools.php:267
1329
+ msgid "Antispam and bot detection settings"
1330
+ msgstr "Configurações de detecção de anti-spam e bot"
languages/wp-cerber.pot CHANGED
@@ -5,7 +5,7 @@ msgstr ""
5
  "Project-Id-Version: WP Cerber\n"
6
  "Report-Msgid-Bugs-To: \n"
7
  "POT-Creation-Date: Tue Sep 08 2015 21:38:11 GMT+0300\n"
8
- "POT-Revision-Date: Wed Aug 16 2017 17:10:17 GMT+0300\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
@@ -28,7 +28,7 @@ msgstr ""
28
  msgid "Remove"
29
  msgstr ""
30
 
31
- #: ../dashboard.php:77 ../dashboard.php:502 ../wp-cerber.php:2696
32
  msgid "IP"
33
  msgstr ""
34
 
@@ -40,7 +40,7 @@ msgstr ""
40
  msgid "Expires"
41
  msgstr ""
42
 
43
- #: ../dashboard.php:77 ../wp-cerber.php:2402
44
  msgid "Reason"
45
  msgstr ""
46
 
@@ -66,7 +66,7 @@ msgid "No lockouts at the moment. The sky is clear."
66
  msgstr ""
67
 
68
  #: ../dashboard.php:102 ../dashboard.php:483 ../dashboard.php:663 ../dashboard.
69
- #: php:902 ../wp-cerber.php:2822 ../settings.php:61 ../settings.php:192
70
  msgid "White IP Access List"
71
  msgstr ""
72
 
@@ -162,11 +162,11 @@ msgstr ""
162
  msgid "User ID"
163
  msgstr ""
164
 
165
- #: ../dashboard.php:355 ../dashboard.php:502 ../wp-cerber.php:2704
166
  msgid "Username used"
167
  msgstr ""
168
 
169
- #: ../dashboard.php:488 ../dashboard.php:668 ../common.php:347
170
  msgid "Locked out"
171
  msgstr ""
172
 
@@ -206,7 +206,7 @@ msgstr ""
206
  msgid "Add IP to the Black List"
207
  msgstr ""
208
 
209
- #: ../dashboard.php:744 ../settings.php:215
210
  msgid "WP Cerber Security"
211
  msgstr ""
212
 
@@ -220,7 +220,7 @@ msgid "Cerber Dashboard"
220
  msgstr ""
221
 
222
  #: ../dashboard.php:746 ../dashboard.php:910 ../dashboard.php:1412 ../settings.
223
- #: php:220
224
  msgid "Dashboard"
225
  msgstr ""
226
 
@@ -228,7 +228,7 @@ msgstr ""
228
  msgid "Cerber antispam settings"
229
  msgstr ""
230
 
231
- #: ../dashboard.php:748 ../settings.php:143
232
  msgid "Antispam"
233
  msgstr ""
234
 
@@ -314,21 +314,21 @@ msgstr[1] ""
314
  msgid "Citadel mode"
315
  msgstr ""
316
 
317
- #: ../dashboard.php:906 ../settings.php:157
318
  msgid "Push notifications"
319
  msgstr ""
320
 
321
- #: ../dashboard.php:911 ../dashboard.php:1082 ../wp-cerber.php:2695 ../settings.
322
- #: php:82 ../settings.php:222
323
  msgid "Activity"
324
  msgstr ""
325
 
326
- #: ../dashboard.php:912 ../settings.php:226
327
  msgid "Lockouts"
328
  msgstr ""
329
 
330
- #: ../dashboard.php:913 ../dashboard.php:1413 ../wp-cerber.php:2828 ../settings.
331
- #: php:231 ../cerber-tools.php:87 ../cerber-tools.php:96 ../cerber-tools.php:162
332
  msgid "Access Lists"
333
  msgstr ""
334
 
@@ -462,9 +462,9 @@ msgstr[0] ""
462
  msgstr[1] ""
463
 
464
  #: ../wp-cerber.php:560 ../wp-cerber.php:572 ../wp-cerber.php:579 ../wp-cerber.
465
- #: php:717 ../wp-cerber.php:922 ../wp-cerber.php:927 ../wp-cerber.php:932 ../wp-
466
- #: cerber.php:938 ../wp-cerber.php:968 ../wp-cerber.php:1062 ../common.php:128 ..
467
- #: /common.php:181 ../common.php:185 ../settings.php:513
468
  msgid "ERROR:"
469
  msgstr ""
470
 
@@ -474,179 +474,179 @@ msgid ""
474
  "block below."
475
  msgstr ""
476
 
477
- #: ../wp-cerber.php:728
478
  #, php-format
479
  msgid ""
480
  "<strong>ERROR</strong>: The password you entered for the username %s is "
481
  "incorrect."
482
  msgstr ""
483
 
484
- #: ../wp-cerber.php:923 ../wp-cerber.php:939
485
  msgid "You are not allowed to register."
486
  msgstr ""
487
 
488
- #: ../wp-cerber.php:933
489
  msgid "Username is not allowed. Please choose another one."
490
  msgstr ""
491
 
492
- #: ../wp-cerber.php:1062
493
  msgid "Sorry, human verification failed."
494
  msgstr ""
495
 
496
- #: ../wp-cerber.php:2348
497
  msgid "WP Cerber notify"
498
  msgstr ""
499
 
500
- #: ../wp-cerber.php:2366
501
  msgid "Citadel mode is activated"
502
  msgstr ""
503
 
504
- #: ../wp-cerber.php:2368
505
  #, php-format
506
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
507
  msgstr ""
508
 
509
- #: ../wp-cerber.php:2369
510
  #, php-format
511
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
512
  msgstr ""
513
 
514
- #: ../wp-cerber.php:2370 ../wp-cerber.php:2720
515
  msgid "View activity in dashboard"
516
  msgstr ""
517
 
518
- #: ../wp-cerber.php:2395
519
  msgid "unspecified"
520
  msgstr ""
521
 
522
- #: ../wp-cerber.php:2398
523
  msgid "Number of lockouts is increasing"
524
  msgstr ""
525
 
526
- #: ../wp-cerber.php:2400
527
  msgid "Number of active lockouts"
528
  msgstr ""
529
 
530
- #: ../wp-cerber.php:2401
531
  #, php-format
532
  msgid "Last lockout was added: %s for IP %s"
533
  msgstr ""
534
 
535
- #: ../wp-cerber.php:2403
536
  msgid "View activity for this IP"
537
  msgstr ""
538
 
539
- #: ../wp-cerber.php:2404
540
  msgid "View lockouts in dashboard"
541
  msgstr ""
542
 
543
- #: ../wp-cerber.php:2407 ../wp-cerber.php:2409
544
  msgid "A new version of WP Cerber is available to install"
545
  msgstr ""
546
 
547
- #: ../wp-cerber.php:2408
548
  msgid "Hi!"
549
  msgstr ""
550
 
551
- #: ../wp-cerber.php:2410 ../wp-cerber.php:2421
552
  msgid "Website"
553
  msgstr ""
554
 
555
- #: ../wp-cerber.php:2413 ../wp-cerber.php:2414
556
  msgid "The WP Cerber security plugin has been deactivated"
557
  msgstr ""
558
 
559
- #: ../wp-cerber.php:2416
560
  msgid "Not logged in"
561
  msgstr ""
562
 
563
- #: ../wp-cerber.php:2422
564
  msgid "By user"
565
  msgstr ""
566
 
567
- #: ../wp-cerber.php:2423
568
  msgid "From IP address"
569
  msgstr ""
570
 
571
- #: ../wp-cerber.php:2426
572
  msgid "From country"
573
  msgstr ""
574
 
575
- #: ../wp-cerber.php:2430
576
  msgid "The WP Cerber security plugin is now active"
577
  msgstr ""
578
 
579
- #: ../wp-cerber.php:2431 ../wp-cerber.php:2821
580
  msgid "WP Cerber is now active and has started protecting your site"
581
  msgstr ""
582
 
583
- #: ../wp-cerber.php:2432
584
  msgid "Change notification settings"
585
  msgstr ""
586
 
587
- #: ../wp-cerber.php:2437
588
  msgid "New Custom login URL"
589
  msgstr ""
590
 
591
- #: ../wp-cerber.php:2441 ../wp-cerber.php:2442
592
  msgid "A new activity has been recorded"
593
  msgstr ""
594
 
595
- #: ../wp-cerber.php:2457
596
  msgid "This message was sent by"
597
  msgstr ""
598
 
599
- #: ../wp-cerber.php:2700
600
  msgid "User"
601
  msgstr ""
602
 
603
- #: ../wp-cerber.php:2708
604
  msgid "Search string"
605
  msgstr ""
606
 
607
- #: ../wp-cerber.php:2721
608
  msgid "To unsubscribe click here"
609
  msgstr ""
610
 
611
- #: ../wp-cerber.php:2796
612
  #, php-format
613
  msgid "The WP Cerber requires PHP %s or higher. You are running"
614
  msgstr ""
615
 
616
- #: ../wp-cerber.php:2800
617
  #, php-format
618
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
619
  msgstr ""
620
 
621
- #: ../wp-cerber.php:2805
622
  msgid "Can't activate WP Cerber due to a database error."
623
  msgstr ""
624
 
625
- #: ../wp-cerber.php:2822
626
  msgid "Your IP address is added to the"
627
  msgstr ""
628
 
629
- #: ../wp-cerber.php:2824
630
  msgid "It's important to check security settings."
631
  msgstr ""
632
 
633
- #: ../wp-cerber.php:2827 ../settings.php:228
634
  msgid "Main Settings"
635
  msgstr ""
636
 
637
- #: ../wp-cerber.php:2829 ../settings.php:233
638
  msgid "Hardening"
639
  msgstr ""
640
 
641
- #: ../wp-cerber.php:2830 ../settings.php:62 ../settings.php:80 ../settings.php:238
642
  msgid "Notifications"
643
  msgstr ""
644
 
645
- #: ../wp-cerber.php:2831
646
  msgid "Import settings"
647
  msgstr ""
648
 
649
- #: ../whois.php:210 ../common.php:374
650
  msgid "Unknown"
651
  msgstr ""
652
 
@@ -682,71 +682,75 @@ msgstr ""
682
  msgid "Spam comment denied"
683
  msgstr ""
684
 
685
- #: ../common.php:348
 
 
 
 
686
  msgid "IP blacklisted"
687
  msgstr ""
688
 
689
- #: ../common.php:350
690
  msgid "by Cerber Lab"
691
  msgstr ""
692
 
693
- #: ../common.php:354
694
  msgid "Password changed"
695
  msgstr ""
696
 
697
- #: ../common.php:355
698
  msgid "Password reset requested"
699
  msgstr ""
700
 
701
- #: ../common.php:357
702
  msgid "reCAPTCHA verification failed"
703
  msgstr ""
704
 
705
- #: ../common.php:358
706
  msgid "reCAPTCHA settings are incorrect"
707
  msgstr ""
708
 
709
- #: ../common.php:359
710
  msgid "Request to the Google reCAPTCHA service failed"
711
  msgstr ""
712
 
713
- #: ../common.php:361
714
  msgid "Attempt to access prohibited URL"
715
  msgstr ""
716
 
717
- #: ../common.php:362 ../common.php:377
718
  msgid "Attempt to log in with non-existent username"
719
  msgstr ""
720
 
721
- #: ../common.php:363 ../common.php:378
722
  msgid "Attempt to log in with prohibited username"
723
  msgstr ""
724
 
725
- #: ../common.php:365
726
  msgid "Attempt to log in denied"
727
  msgstr ""
728
 
729
- #: ../common.php:366
730
  msgid "Attempt to register denied"
731
  msgstr ""
732
 
733
- #: ../common.php:375
734
  msgid "Limit on login attempts is reached"
735
  msgstr ""
736
 
737
- #: ../common.php:376
738
  msgid "Attempt to access"
739
  msgstr ""
740
 
741
- #: ../common.php:379
742
  msgid "Limit on failed reCAPTCHA verifications is reached"
743
  msgstr ""
744
 
745
- #: ../common.php:380
746
  msgid "Bot activity is detected"
747
  msgstr ""
748
 
749
- #: ../common.php:432
750
  #, php-format
751
  msgid "%s ago"
752
  msgstr ""
@@ -771,7 +775,7 @@ msgstr ""
771
  msgid "NO, maybe later"
772
  msgstr ""
773
 
774
- #: ../cerber-lab.php:580 ../settings.php:196
775
  msgid "Know more"
776
  msgstr ""
777
 
@@ -881,7 +885,7 @@ msgstr ""
881
  msgid "Send notification to admin email"
882
  msgstr ""
883
 
884
- #: ../settings.php:80 ../settings.php:367
885
  msgid "Click to send test"
886
  msgstr ""
887
 
@@ -889,7 +893,7 @@ msgstr ""
889
  msgid "Keep records for"
890
  msgstr ""
891
 
892
- #: ../settings.php:83 ../settings.php:126
893
  msgid "days"
894
  msgstr ""
895
 
@@ -1005,7 +1009,7 @@ msgstr ""
1005
  msgid "Protect comment form with bot detection engine"
1006
  msgstr ""
1007
 
1008
- #: ../settings.php:121 ../settings.php:134
1009
  msgid "Registration form"
1010
  msgstr ""
1011
 
@@ -1013,198 +1017,226 @@ msgstr ""
1013
  msgid "Protect registration form with bot detection engine"
1014
  msgstr ""
1015
 
 
 
 
 
 
 
 
 
1016
  #: ../settings.php:124
1017
- msgid "Comment processing"
1018
  msgstr ""
1019
 
1020
  #: ../settings.php:125
1021
- msgid "If a spam comment detected"
 
 
 
 
1022
  msgstr ""
1023
 
1024
  #: ../settings.php:126
1025
- msgid "Trash spam comments"
1026
  msgstr ""
1027
 
1028
  #: ../settings.php:126
1029
- msgid "Move spam comments to trash after"
 
 
 
 
1030
  msgstr ""
1031
 
1032
  #: ../settings.php:129
1033
- msgid "reCAPTCHA settings"
 
 
 
 
1034
  msgstr ""
1035
 
1036
  #: ../settings.php:130
 
 
 
 
 
 
 
 
1037
  msgid "Site key"
1038
  msgstr ""
1039
 
1040
- #: ../settings.php:131
1041
  msgid "Secret key"
1042
  msgstr ""
1043
 
1044
- #: ../settings.php:132
1045
  msgid "Invisible reCAPTCHA"
1046
  msgstr ""
1047
 
1048
- #: ../settings.php:132
1049
  msgid "Enable invisible reCAPTCHA"
1050
  msgstr ""
1051
 
1052
- #: ../settings.php:132
1053
  msgid ""
1054
  "(do not enable it unless you get and enter the Site and Secret keys for the "
1055
  "invisible version)"
1056
  msgstr ""
1057
 
1058
- #: ../settings.php:134
1059
  msgid "Enable reCAPTCHA for WordPress registration form"
1060
  msgstr ""
1061
 
1062
- #: ../settings.php:135
1063
  msgid "Enable reCAPTCHA for WooCommerce registration form"
1064
  msgstr ""
1065
 
1066
- #: ../settings.php:137
1067
  msgid "Lost password form"
1068
  msgstr ""
1069
 
1070
- #: ../settings.php:137
1071
  msgid "Enable reCAPTCHA for WordPress lost password form"
1072
  msgstr ""
1073
 
1074
- #: ../settings.php:138
1075
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
1076
  msgstr ""
1077
 
1078
- #: ../settings.php:140
1079
  msgid "Login form"
1080
  msgstr ""
1081
 
1082
- #: ../settings.php:140
1083
  msgid "Enable reCAPTCHA for WordPress login form"
1084
  msgstr ""
1085
 
1086
- #: ../settings.php:141
1087
  msgid "Enable reCAPTCHA for WooCommerce login form"
1088
  msgstr ""
1089
 
1090
- #: ../settings.php:143
1091
  msgid "Enable reCAPTCHA for WordPress comment form"
1092
  msgstr ""
1093
 
1094
- #: ../settings.php:144
1095
  msgid "Disable reCAPTCHA for logged in users"
1096
  msgstr ""
1097
 
1098
- #: ../settings.php:146
1099
  msgid "Limit attempts"
1100
  msgstr ""
1101
 
1102
- #: ../settings.php:146
1103
  #, php-format
1104
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1105
  msgstr ""
1106
 
1107
- #: ../settings.php:152
1108
  msgid "Email notifications"
1109
  msgstr ""
1110
 
1111
- #: ../settings.php:154
1112
  msgid "Email Address"
1113
  msgstr ""
1114
 
1115
- #: ../settings.php:154
1116
  msgid "Use comma to specify multiple values"
1117
  msgstr ""
1118
 
1119
- #: ../settings.php:154
1120
  #, php-format
1121
  msgid "if empty, the admin email %s will be used"
1122
  msgstr ""
1123
 
1124
- #: ../settings.php:155
1125
  msgid "Notification limit"
1126
  msgstr ""
1127
 
1128
- #: ../settings.php:155
1129
  msgid "notification letters allowed per hour (0 means unlimited)"
1130
  msgstr ""
1131
 
1132
- #: ../settings.php:164
1133
  msgid "All connected devices"
1134
  msgstr ""
1135
 
1136
- #: ../settings.php:165
1137
  msgid "No devices found"
1138
  msgstr ""
1139
 
1140
- #: ../settings.php:167
1141
  msgid "Not available"
1142
  msgstr ""
1143
 
1144
- #: ../settings.php:178
1145
  msgid "Make your protection smarter!"
1146
  msgstr ""
1147
 
1148
- #: ../settings.php:182
1149
  msgid ""
1150
  "Please enable Permalinks to use this feature. Set Permalink Settings to "
1151
  "something other than Default."
1152
  msgstr ""
1153
 
1154
- #: ../settings.php:185
1155
  msgid ""
1156
  "Be careful when enabling this options. If you forget the custom login URL "
1157
  "you will not be able to login."
1158
  msgstr ""
1159
 
1160
- #: ../settings.php:189
1161
  msgid ""
1162
  "In the Citadel mode nobody is able to log in except IPs from the White IP "
1163
  "Access List. Active user sessions will not be affected."
1164
  msgstr ""
1165
 
1166
- #: ../settings.php:192
1167
  msgid "These settings do not affect hosts from the "
1168
  msgstr ""
1169
 
1170
- #: ../settings.php:195
1171
  msgid ""
1172
  "Before you can start using reCAPTCHA, you have to obtain Site key and Secret "
1173
  "key on the Google website"
1174
  msgstr ""
1175
 
1176
- #: ../settings.php:235
1177
  msgid "Users"
1178
  msgstr ""
1179
 
1180
- #: ../settings.php:240
1181
  msgid "Help"
1182
  msgstr ""
1183
 
1184
- #: ../settings.php:353
1185
  #, php-format
1186
  msgid "%s allowed retries in %s minutes"
1187
  msgstr ""
1188
 
1189
- #: ../settings.php:358
1190
  #, php-format
1191
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
1192
  msgstr ""
1193
 
1194
- #: ../settings.php:365
1195
  msgid "Notify admin if the number of active lockouts above"
1196
  msgstr ""
1197
 
1198
- #: ../settings.php:370
1199
  #, php-format
1200
  msgid "Enable after %s failed login attempts in last %s minutes"
1201
  msgstr ""
1202
 
1203
- #: ../settings.php:460
1204
  msgid "Attention! You have changed the login URL! The new login URL is"
1205
  msgstr ""
1206
 
1207
- #: ../settings.php:540
1208
  msgid "<strong>ERROR</strong>: please enter a valid email address."
1209
  msgstr ""
1210
 
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: Mon Sep 11 2017 18:39:47 GMT+0300\n"
9
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
10
  "Last-Translator: \n"
11
  "Language-Team: \n"
28
  msgid "Remove"
29
  msgstr ""
30
 
31
+ #: ../dashboard.php:77 ../dashboard.php:502 ../wp-cerber.php:2898
32
  msgid "IP"
33
  msgstr ""
34
 
40
  msgid "Expires"
41
  msgstr ""
42
 
43
+ #: ../dashboard.php:77 ../wp-cerber.php:2604
44
  msgid "Reason"
45
  msgstr ""
46
 
66
  msgstr ""
67
 
68
  #: ../dashboard.php:102 ../dashboard.php:483 ../dashboard.php:663 ../dashboard.
69
+ #: php:902 ../wp-cerber.php:3024 ../settings.php:61 ../settings.php:196
70
  msgid "White IP Access List"
71
  msgstr ""
72
 
162
  msgid "User ID"
163
  msgstr ""
164
 
165
+ #: ../dashboard.php:355 ../dashboard.php:502 ../wp-cerber.php:2906
166
  msgid "Username used"
167
  msgstr ""
168
 
169
+ #: ../dashboard.php:488 ../dashboard.php:668 ../common.php:348
170
  msgid "Locked out"
171
  msgstr ""
172
 
206
  msgid "Add IP to the Black List"
207
  msgstr ""
208
 
209
+ #: ../dashboard.php:744 ../settings.php:219
210
  msgid "WP Cerber Security"
211
  msgstr ""
212
 
220
  msgstr ""
221
 
222
  #: ../dashboard.php:746 ../dashboard.php:910 ../dashboard.php:1412 ../settings.
223
+ #: php:224
224
  msgid "Dashboard"
225
  msgstr ""
226
 
228
  msgid "Cerber antispam settings"
229
  msgstr ""
230
 
231
+ #: ../dashboard.php:748 ../wp-cerber.php:3031 ../settings.php:147
232
  msgid "Antispam"
233
  msgstr ""
234
 
314
  msgid "Citadel mode"
315
  msgstr ""
316
 
317
+ #: ../dashboard.php:906 ../settings.php:161
318
  msgid "Push notifications"
319
  msgstr ""
320
 
321
+ #: ../dashboard.php:911 ../dashboard.php:1082 ../wp-cerber.php:2897 ../settings.
322
+ #: php:82 ../settings.php:226
323
  msgid "Activity"
324
  msgstr ""
325
 
326
+ #: ../dashboard.php:912 ../settings.php:230
327
  msgid "Lockouts"
328
  msgstr ""
329
 
330
+ #: ../dashboard.php:913 ../dashboard.php:1413 ../wp-cerber.php:3030 ../settings.
331
+ #: php:235 ../cerber-tools.php:87 ../cerber-tools.php:96 ../cerber-tools.php:162
332
  msgid "Access Lists"
333
  msgstr ""
334
 
462
  msgstr[1] ""
463
 
464
  #: ../wp-cerber.php:560 ../wp-cerber.php:572 ../wp-cerber.php:579 ../wp-cerber.
465
+ #: php:746 ../wp-cerber.php:951 ../wp-cerber.php:956 ../wp-cerber.php:961 ../wp-
466
+ #: cerber.php:967 ../wp-cerber.php:997 ../wp-cerber.php:1093 ../common.php:128 ..
467
+ #: /common.php:181 ../common.php:185 ../settings.php:517
468
  msgid "ERROR:"
469
  msgstr ""
470
 
474
  "block below."
475
  msgstr ""
476
 
477
+ #: ../wp-cerber.php:757
478
  #, php-format
479
  msgid ""
480
  "<strong>ERROR</strong>: The password you entered for the username %s is "
481
  "incorrect."
482
  msgstr ""
483
 
484
+ #: ../wp-cerber.php:952 ../wp-cerber.php:968
485
  msgid "You are not allowed to register."
486
  msgstr ""
487
 
488
+ #: ../wp-cerber.php:962
489
  msgid "Username is not allowed. Please choose another one."
490
  msgstr ""
491
 
492
+ #: ../wp-cerber.php:1093
493
  msgid "Sorry, human verification failed."
494
  msgstr ""
495
 
496
+ #: ../wp-cerber.php:2550
497
  msgid "WP Cerber notify"
498
  msgstr ""
499
 
500
+ #: ../wp-cerber.php:2568
501
  msgid "Citadel mode is activated"
502
  msgstr ""
503
 
504
+ #: ../wp-cerber.php:2570
505
  #, php-format
506
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
507
  msgstr ""
508
 
509
+ #: ../wp-cerber.php:2571
510
  #, php-format
511
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
512
  msgstr ""
513
 
514
+ #: ../wp-cerber.php:2572 ../wp-cerber.php:2922
515
  msgid "View activity in dashboard"
516
  msgstr ""
517
 
518
+ #: ../wp-cerber.php:2597
519
  msgid "unspecified"
520
  msgstr ""
521
 
522
+ #: ../wp-cerber.php:2600
523
  msgid "Number of lockouts is increasing"
524
  msgstr ""
525
 
526
+ #: ../wp-cerber.php:2602
527
  msgid "Number of active lockouts"
528
  msgstr ""
529
 
530
+ #: ../wp-cerber.php:2603
531
  #, php-format
532
  msgid "Last lockout was added: %s for IP %s"
533
  msgstr ""
534
 
535
+ #: ../wp-cerber.php:2605
536
  msgid "View activity for this IP"
537
  msgstr ""
538
 
539
+ #: ../wp-cerber.php:2606
540
  msgid "View lockouts in dashboard"
541
  msgstr ""
542
 
543
+ #: ../wp-cerber.php:2609 ../wp-cerber.php:2611
544
  msgid "A new version of WP Cerber is available to install"
545
  msgstr ""
546
 
547
+ #: ../wp-cerber.php:2610
548
  msgid "Hi!"
549
  msgstr ""
550
 
551
+ #: ../wp-cerber.php:2612 ../wp-cerber.php:2623
552
  msgid "Website"
553
  msgstr ""
554
 
555
+ #: ../wp-cerber.php:2615 ../wp-cerber.php:2616
556
  msgid "The WP Cerber security plugin has been deactivated"
557
  msgstr ""
558
 
559
+ #: ../wp-cerber.php:2618
560
  msgid "Not logged in"
561
  msgstr ""
562
 
563
+ #: ../wp-cerber.php:2624
564
  msgid "By user"
565
  msgstr ""
566
 
567
+ #: ../wp-cerber.php:2625
568
  msgid "From IP address"
569
  msgstr ""
570
 
571
+ #: ../wp-cerber.php:2628
572
  msgid "From country"
573
  msgstr ""
574
 
575
+ #: ../wp-cerber.php:2632
576
  msgid "The WP Cerber security plugin is now active"
577
  msgstr ""
578
 
579
+ #: ../wp-cerber.php:2633 ../wp-cerber.php:3023
580
  msgid "WP Cerber is now active and has started protecting your site"
581
  msgstr ""
582
 
583
+ #: ../wp-cerber.php:2634
584
  msgid "Change notification settings"
585
  msgstr ""
586
 
587
+ #: ../wp-cerber.php:2639
588
  msgid "New Custom login URL"
589
  msgstr ""
590
 
591
+ #: ../wp-cerber.php:2643 ../wp-cerber.php:2644
592
  msgid "A new activity has been recorded"
593
  msgstr ""
594
 
595
+ #: ../wp-cerber.php:2659
596
  msgid "This message was sent by"
597
  msgstr ""
598
 
599
+ #: ../wp-cerber.php:2902
600
  msgid "User"
601
  msgstr ""
602
 
603
+ #: ../wp-cerber.php:2910
604
  msgid "Search string"
605
  msgstr ""
606
 
607
+ #: ../wp-cerber.php:2923
608
  msgid "To unsubscribe click here"
609
  msgstr ""
610
 
611
+ #: ../wp-cerber.php:2998
612
  #, php-format
613
  msgid "The WP Cerber requires PHP %s or higher. You are running"
614
  msgstr ""
615
 
616
+ #: ../wp-cerber.php:3002
617
  #, php-format
618
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
619
  msgstr ""
620
 
621
+ #: ../wp-cerber.php:3007
622
  msgid "Can't activate WP Cerber due to a database error."
623
  msgstr ""
624
 
625
+ #: ../wp-cerber.php:3024
626
  msgid "Your IP address is added to the"
627
  msgstr ""
628
 
629
+ #: ../wp-cerber.php:3026
630
  msgid "It's important to check security settings."
631
  msgstr ""
632
 
633
+ #: ../wp-cerber.php:3029 ../settings.php:232
634
  msgid "Main Settings"
635
  msgstr ""
636
 
637
+ #: ../wp-cerber.php:3032 ../settings.php:237
638
  msgid "Hardening"
639
  msgstr ""
640
 
641
+ #: ../wp-cerber.php:3033 ../settings.php:62 ../settings.php:80 ../settings.php:242
642
  msgid "Notifications"
643
  msgstr ""
644
 
645
+ #: ../wp-cerber.php:3034
646
  msgid "Import settings"
647
  msgstr ""
648
 
649
+ #: ../whois.php:210 ../common.php:375
650
  msgid "Unknown"
651
  msgstr ""
652
 
682
  msgid "Spam comment denied"
683
  msgstr ""
684
 
685
+ #: ../common.php:345
686
+ msgid "Spam form submission denied"
687
+ msgstr ""
688
+
689
+ #: ../common.php:349
690
  msgid "IP blacklisted"
691
  msgstr ""
692
 
693
+ #: ../common.php:351
694
  msgid "by Cerber Lab"
695
  msgstr ""
696
 
697
+ #: ../common.php:355
698
  msgid "Password changed"
699
  msgstr ""
700
 
701
+ #: ../common.php:356
702
  msgid "Password reset requested"
703
  msgstr ""
704
 
705
+ #: ../common.php:358
706
  msgid "reCAPTCHA verification failed"
707
  msgstr ""
708
 
709
+ #: ../common.php:359
710
  msgid "reCAPTCHA settings are incorrect"
711
  msgstr ""
712
 
713
+ #: ../common.php:360
714
  msgid "Request to the Google reCAPTCHA service failed"
715
  msgstr ""
716
 
717
+ #: ../common.php:362
718
  msgid "Attempt to access prohibited URL"
719
  msgstr ""
720
 
721
+ #: ../common.php:363 ../common.php:378
722
  msgid "Attempt to log in with non-existent username"
723
  msgstr ""
724
 
725
+ #: ../common.php:364 ../common.php:379
726
  msgid "Attempt to log in with prohibited username"
727
  msgstr ""
728
 
729
+ #: ../common.php:366
730
  msgid "Attempt to log in denied"
731
  msgstr ""
732
 
733
+ #: ../common.php:367
734
  msgid "Attempt to register denied"
735
  msgstr ""
736
 
737
+ #: ../common.php:376
738
  msgid "Limit on login attempts is reached"
739
  msgstr ""
740
 
741
+ #: ../common.php:377
742
  msgid "Attempt to access"
743
  msgstr ""
744
 
745
+ #: ../common.php:380
746
  msgid "Limit on failed reCAPTCHA verifications is reached"
747
  msgstr ""
748
 
749
+ #: ../common.php:381
750
  msgid "Bot activity is detected"
751
  msgstr ""
752
 
753
+ #: ../common.php:433
754
  #, php-format
755
  msgid "%s ago"
756
  msgstr ""
775
  msgid "NO, maybe later"
776
  msgstr ""
777
 
778
+ #: ../cerber-lab.php:580 ../settings.php:200
779
  msgid "Know more"
780
  msgstr ""
781
 
885
  msgid "Send notification to admin email"
886
  msgstr ""
887
 
888
+ #: ../settings.php:80 ../settings.php:371
889
  msgid "Click to send test"
890
  msgstr ""
891
 
893
  msgid "Keep records for"
894
  msgstr ""
895
 
896
+ #: ../settings.php:83 ../settings.php:130
897
  msgid "days"
898
  msgstr ""
899
 
1009
  msgid "Protect comment form with bot detection engine"
1010
  msgstr ""
1011
 
1012
+ #: ../settings.php:121 ../settings.php:138
1013
  msgid "Registration form"
1014
  msgstr ""
1015
 
1017
  msgid "Protect registration form with bot detection engine"
1018
  msgstr ""
1019
 
1020
+ #: ../settings.php:122
1021
+ msgid "Other forms"
1022
+ msgstr ""
1023
+
1024
+ #: ../settings.php:122
1025
+ msgid "Protect all forms on the website with bot detection engine"
1026
+ msgstr ""
1027
+
1028
  #: ../settings.php:124
1029
+ msgid "Adjust antispam engine"
1030
  msgstr ""
1031
 
1032
  #: ../settings.php:125
1033
+ msgid "Safe mode"
1034
+ msgstr ""
1035
+
1036
+ #: ../settings.php:125
1037
+ msgid "Use less restrictive policies (allow AJAX)"
1038
  msgstr ""
1039
 
1040
  #: ../settings.php:126
1041
+ msgid "Logged in users"
1042
  msgstr ""
1043
 
1044
  #: ../settings.php:126
1045
+ msgid "Disable bot detection engine for logged in users"
1046
+ msgstr ""
1047
+
1048
+ #: ../settings.php:128
1049
+ msgid "Comment processing"
1050
  msgstr ""
1051
 
1052
  #: ../settings.php:129
1053
+ msgid "If a spam comment detected"
1054
+ msgstr ""
1055
+
1056
+ #: ../settings.php:130
1057
+ msgid "Trash spam comments"
1058
  msgstr ""
1059
 
1060
  #: ../settings.php:130
1061
+ msgid "Move spam comments to trash after"
1062
+ msgstr ""
1063
+
1064
+ #: ../settings.php:133
1065
+ msgid "reCAPTCHA settings"
1066
+ msgstr ""
1067
+
1068
+ #: ../settings.php:134
1069
  msgid "Site key"
1070
  msgstr ""
1071
 
1072
+ #: ../settings.php:135
1073
  msgid "Secret key"
1074
  msgstr ""
1075
 
1076
+ #: ../settings.php:136
1077
  msgid "Invisible reCAPTCHA"
1078
  msgstr ""
1079
 
1080
+ #: ../settings.php:136
1081
  msgid "Enable invisible reCAPTCHA"
1082
  msgstr ""
1083
 
1084
+ #: ../settings.php:136
1085
  msgid ""
1086
  "(do not enable it unless you get and enter the Site and Secret keys for the "
1087
  "invisible version)"
1088
  msgstr ""
1089
 
1090
+ #: ../settings.php:138
1091
  msgid "Enable reCAPTCHA for WordPress registration form"
1092
  msgstr ""
1093
 
1094
+ #: ../settings.php:139
1095
  msgid "Enable reCAPTCHA for WooCommerce registration form"
1096
  msgstr ""
1097
 
1098
+ #: ../settings.php:141
1099
  msgid "Lost password form"
1100
  msgstr ""
1101
 
1102
+ #: ../settings.php:141
1103
  msgid "Enable reCAPTCHA for WordPress lost password form"
1104
  msgstr ""
1105
 
1106
+ #: ../settings.php:142
1107
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
1108
  msgstr ""
1109
 
1110
+ #: ../settings.php:144
1111
  msgid "Login form"
1112
  msgstr ""
1113
 
1114
+ #: ../settings.php:144
1115
  msgid "Enable reCAPTCHA for WordPress login form"
1116
  msgstr ""
1117
 
1118
+ #: ../settings.php:145
1119
  msgid "Enable reCAPTCHA for WooCommerce login form"
1120
  msgstr ""
1121
 
1122
+ #: ../settings.php:147
1123
  msgid "Enable reCAPTCHA for WordPress comment form"
1124
  msgstr ""
1125
 
1126
+ #: ../settings.php:148
1127
  msgid "Disable reCAPTCHA for logged in users"
1128
  msgstr ""
1129
 
1130
+ #: ../settings.php:150
1131
  msgid "Limit attempts"
1132
  msgstr ""
1133
 
1134
+ #: ../settings.php:150
1135
  #, php-format
1136
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1137
  msgstr ""
1138
 
1139
+ #: ../settings.php:156
1140
  msgid "Email notifications"
1141
  msgstr ""
1142
 
1143
+ #: ../settings.php:158
1144
  msgid "Email Address"
1145
  msgstr ""
1146
 
1147
+ #: ../settings.php:158
1148
  msgid "Use comma to specify multiple values"
1149
  msgstr ""
1150
 
1151
+ #: ../settings.php:158
1152
  #, php-format
1153
  msgid "if empty, the admin email %s will be used"
1154
  msgstr ""
1155
 
1156
+ #: ../settings.php:159
1157
  msgid "Notification limit"
1158
  msgstr ""
1159
 
1160
+ #: ../settings.php:159
1161
  msgid "notification letters allowed per hour (0 means unlimited)"
1162
  msgstr ""
1163
 
1164
+ #: ../settings.php:168
1165
  msgid "All connected devices"
1166
  msgstr ""
1167
 
1168
+ #: ../settings.php:169
1169
  msgid "No devices found"
1170
  msgstr ""
1171
 
1172
+ #: ../settings.php:171
1173
  msgid "Not available"
1174
  msgstr ""
1175
 
1176
+ #: ../settings.php:182
1177
  msgid "Make your protection smarter!"
1178
  msgstr ""
1179
 
1180
+ #: ../settings.php:186
1181
  msgid ""
1182
  "Please enable Permalinks to use this feature. Set Permalink Settings to "
1183
  "something other than Default."
1184
  msgstr ""
1185
 
1186
+ #: ../settings.php:189
1187
  msgid ""
1188
  "Be careful when enabling this options. If you forget the custom login URL "
1189
  "you will not be able to login."
1190
  msgstr ""
1191
 
1192
+ #: ../settings.php:193
1193
  msgid ""
1194
  "In the Citadel mode nobody is able to log in except IPs from the White IP "
1195
  "Access List. Active user sessions will not be affected."
1196
  msgstr ""
1197
 
1198
+ #: ../settings.php:196
1199
  msgid "These settings do not affect hosts from the "
1200
  msgstr ""
1201
 
1202
+ #: ../settings.php:199
1203
  msgid ""
1204
  "Before you can start using reCAPTCHA, you have to obtain Site key and Secret "
1205
  "key on the Google website"
1206
  msgstr ""
1207
 
1208
+ #: ../settings.php:239
1209
  msgid "Users"
1210
  msgstr ""
1211
 
1212
+ #: ../settings.php:244
1213
  msgid "Help"
1214
  msgstr ""
1215
 
1216
+ #: ../settings.php:357
1217
  #, php-format
1218
  msgid "%s allowed retries in %s minutes"
1219
  msgstr ""
1220
 
1221
+ #: ../settings.php:362
1222
  #, php-format
1223
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
1224
  msgstr ""
1225
 
1226
+ #: ../settings.php:369
1227
  msgid "Notify admin if the number of active lockouts above"
1228
  msgstr ""
1229
 
1230
+ #: ../settings.php:374
1231
  #, php-format
1232
  msgid "Enable after %s failed login attempts in last %s minutes"
1233
  msgstr ""
1234
 
1235
+ #: ../settings.php:464
1236
  msgid "Attention! You have changed the login URL! The new login URL is"
1237
  msgstr ""
1238
 
1239
+ #: ../settings.php:544
1240
  msgid "<strong>ERROR</strong>: please enter a valid email address."
1241
  msgstr ""
1242
 
readme.txt CHANGED
@@ -3,8 +3,9 @@ Contributors: gioni
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SR8RJXFU35EW8
4
  Tags: security, login, custom login, protect, antispam, woocommerce, recaptcha, captcha, activity, log, logging, block, fail2ban, monitoring, rename wp login, whitelist, blacklist, wordpress security, xmlrpc, user enumeration, hardening, authentication, notification, pushbullet, brute force, bruteforce, users
5
  Requires at least: 4.4
 
6
  Tested up to: 4.8.1
7
- Stable tag: 5.0
8
  License: GPLv2
9
 
10
  Protection against hacker attacks and bots. Restrict access with IP access lists, track user and bot activity. reCAPTCHA. Limit login attempts.
@@ -95,7 +96,8 @@ Massive botnet brute force attack? That's no longer a problem. **Citadel mode**
95
  * Dutch, thanks to [Bernardo](https://twitter.com/bernardohulsman)
96
  * Français, thanks to [hardesfred](https://profiles.wordpress.org/hardesfred/)
97
  * Norwegian (Bokmål), thanks to [Eirik Vorland](https://www.facebook.com/KjellDaSensei)
98
- * Portuguese, thanks to [Felipe Turcheti](http://felipeturcheti.com)
 
99
  * Polski, thanks to [Wojciech Górski](https://www.facebook.com/profile.php?id=100010484049780)
100
  * Spanish, thanks to Ismael Murias and [leemon](https://profiles.wordpress.org/leemon/)
101
  * Український, thanks to [Nadia](https://profiles.wordpress.org/webbistro)
@@ -249,6 +251,11 @@ To get access to your dashboard you need to copy the WP Cerber Reset folder to t
249
 
250
  == Changelog ==
251
 
 
 
 
 
 
252
  = 5.0 =
253
  * 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.
254
  * New: You can tell Cerber either to mark detected spam comments as spam or deny them completely.
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SR8RJXFU35EW8
4
  Tags: security, login, custom login, protect, antispam, woocommerce, recaptcha, captcha, activity, log, logging, block, fail2ban, monitoring, rename wp login, whitelist, blacklist, wordpress security, xmlrpc, user enumeration, hardening, authentication, notification, pushbullet, brute force, bruteforce, users
5
  Requires at least: 4.4
6
+ Requires PHP: 5.3
7
  Tested up to: 4.8.1
8
+ Stable tag: 5.1
9
  License: GPLv2
10
 
11
  Protection against hacker attacks and bots. Restrict access with IP access lists, track user and bot activity. reCAPTCHA. Limit login attempts.
96
  * Dutch, thanks to [Bernardo](https://twitter.com/bernardohulsman)
97
  * Français, thanks to [hardesfred](https://profiles.wordpress.org/hardesfred/)
98
  * Norwegian (Bokmål), thanks to [Eirik Vorland](https://www.facebook.com/KjellDaSensei)
99
+ * Portuguese (Portugal), thanks to Helderk
100
+ * Portuguese (Brazil), thanks to [Felipe Turcheti](http://felipeturcheti.com)
101
  * Polski, thanks to [Wojciech Górski](https://www.facebook.com/profile.php?id=100010484049780)
102
  * Spanish, thanks to Ismael Murias and [leemon](https://profiles.wordpress.org/leemon/)
103
  * Український, thanks to [Nadia](https://profiles.wordpress.org/webbistro)
251
 
252
  == Changelog ==
253
 
254
+ = 5.1 =
255
+ * 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.
256
+ * New: Portuguese of Portugal translation has been added, thanks to Helderk.
257
+ * Bug fixed: A user with admin account is unable to approve comments with pending status in the WordPress Dashboard.
258
+
259
  = 5.0 =
260
  * 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.
261
  * New: You can tell Cerber either to mark detected spam comments as spam or deny them completely.
settings.php CHANGED
@@ -119,7 +119,11 @@ function cerber_settings_init(){
119
  add_settings_section('antibot', __('Cerber antispam engine','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_C);
120
  add_settings_field('botscomm',__('Comment form','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot',array('group'=>$tab,'option'=>'botscomm','type'=>'checkbox','label'=>__('Protect comment form with bot detection engine','wp-cerber') ));
121
  add_settings_field('botsreg',__('Registration form','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot',array('group'=>$tab,'option'=>'botsreg','type'=>'checkbox','label'=>__('Protect registration form with bot detection engine','wp-cerber') ));
122
- //add_settings_field('botsany',__('Any form','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot',array('group'=>$tab,'option'=>'botsany','type'=>'checkbox','label'=>__('Protect all forms with bot detection engine','wp-cerber') ));
 
 
 
 
123
 
124
  add_settings_section('commproc', __('Comment processing','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_C);
125
  add_settings_field('spamcomm',__('If a spam comment detected','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'commproc',array('group'=>$tab, 'option'=>'spamcomm', 'type'=>'select', 'set' => array('Deny it completely', 'Mark it as spam')));
@@ -659,7 +663,11 @@ function cerber_get_defaults($field = null) {
659
  ),
660
  CERBER_OPT_C => array(
661
  'botscomm' => 1,
662
- 'botsreg' => 1,
 
 
 
 
663
  'spamcomm' => 0,
664
  'trashafter' => 7,
665
  'trashafter-enabled' => 0,
119
  add_settings_section('antibot', __('Cerber antispam engine','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_C);
120
  add_settings_field('botscomm',__('Comment form','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot',array('group'=>$tab,'option'=>'botscomm','type'=>'checkbox','label'=>__('Protect comment form with bot detection engine','wp-cerber') ));
121
  add_settings_field('botsreg',__('Registration form','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot',array('group'=>$tab,'option'=>'botsreg','type'=>'checkbox','label'=>__('Protect registration form with bot detection engine','wp-cerber') ));
122
+ add_settings_field('botsany',__('Other forms','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot',array('group'=>$tab,'option'=>'botsany','type'=>'checkbox','label'=>__('Protect all forms on the website with bot detection engine','wp-cerber') ));
123
+
124
+ add_settings_section('antibot_more', __('Adjust antispam engine','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_C);
125
+ add_settings_field('botssafe',__('Safe mode','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot_more',array('group'=>$tab,'option'=>'botssafe','type'=>'checkbox','label'=>__('Use less restrictive policies (allow AJAX)','wp-cerber') ));
126
+ add_settings_field('botsnoauth',__('Logged in users','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'antibot_more',array('group'=>$tab,'option'=>'botsnoauth','type'=>'checkbox','label'=>__('Disable bot detection engine for logged in users','wp-cerber') ));
127
 
128
  add_settings_section('commproc', __('Comment processing','wp-cerber'), 'cerber_sapi_section', CERBER_OPT_C);
129
  add_settings_field('spamcomm',__('If a spam comment detected','wp-cerber'),'cerberus_field_show',CERBER_OPT_C,'commproc',array('group'=>$tab, 'option'=>'spamcomm', 'type'=>'select', 'set' => array('Deny it completely', 'Mark it as spam')));
663
  ),
664
  CERBER_OPT_C => array(
665
  'botscomm' => 1,
666
+ 'botsreg' => 0,
667
+ 'botsany' => 0,
668
+ 'botssafe' => 0,
669
+ 'botsnoauth' => 1,
670
+
671
  'spamcomm' => 0,
672
  'trashafter' => 7,
673
  'trashafter-enabled' => 0,
wp-cerber.php CHANGED
@@ -5,7 +5,7 @@
5
  Description: Protects site from brute force attacks, bots and hackers. Antispam protection with reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href="http://wpcerber.com">wpcerber.com</a>.
6
  Author: Gregory
7
  Author URI: http://wpcerber.com
8
- Version: 5.0
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
@@ -59,7 +59,7 @@
59
  // If this file is called directly, abort executing.
60
  if ( ! defined( 'WPINC' ) ) { exit; }
61
 
62
- define( 'CERBER_VER', '5.0' );
63
  define( 'CERBER_LOG_TABLE', 'cerber_log' );
64
  define( 'CERBER_ACL_TABLE', 'cerber_acl' );
65
  define( 'CERBER_BLOCKS_TABLE', 'cerber_blocks' );
@@ -647,7 +647,8 @@ function cerber_init() {
647
  Display login form if Custom login URL has been requested
648
 
649
  */
650
- add_action( 'init', 'cerber_wp_login_page', 20 );
 
651
  function cerber_wp_login_page() {
652
  global $wp_cerber;
653
  if ( $path = $wp_cerber->getSettings( 'loginpath' ) ) {
@@ -667,6 +668,34 @@ function cerber_wp_login_page() {
667
  }
668
  }
669
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
670
  /*
671
  Create message to show it above login form for any simply GET
672
  */
@@ -1018,13 +1047,15 @@ else {
1018
 
1019
  }
1020
  /**
1021
- * Check if if submitted comment is allowed
1022
  *
1023
  * @return bool
1024
  */
1025
  function cerber_is_comment_allowed(){
1026
  global $wp_cerber;
1027
 
 
 
1028
  $deny = false;
1029
 
1030
  if ( ! cerber_is_allowed() ) {
@@ -1132,7 +1163,7 @@ function cerber_redirect( $location, $status ) {
1132
  /*
1133
  Direct access to the restricted WP php scripts - what will we do?
1134
  */
1135
- add_action( 'init', 'cerber_access_control' );
1136
  function cerber_access_control() {
1137
  global $wp_cerber;
1138
 
@@ -1207,6 +1238,94 @@ function cerber_access_control() {
1207
  }
1208
  }
1209
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1210
  /*
1211
  * Disable pingback URL (hide from HEAD)
1212
  */
@@ -1253,8 +1372,10 @@ add_filter( 'wp_redirect', 'cerber_no_redirect', 10, 2 );
1253
  function cerber_no_redirect( $location, $status ) {
1254
  global $current_user, $wp_cerber;
1255
  if ( $current_user->ID == 0 && $wp_cerber->getSettings( 'noredirect' ) ) {
1256
- $str = 'redirect_to=' . urlencode( admin_url() );
1257
- if ( strpos( $location, $str ) ) {
 
 
1258
  cerber_404_page();
1259
  }
1260
  }
@@ -1358,7 +1479,7 @@ add_action( 'auth_cookie_bad_username', 'cerber_cookie_bad' );
1358
  add_action( 'auth_cookie_bad_hash', 'cerber_cookie_bad' );
1359
  function cerber_cookie_bad( $cookie_elements ) {
1360
  cerber_login_failed( $cookie_elements['username'] );
1361
- wp_clear_auth_cookie();
1362
  }
1363
 
1364
  /*
@@ -1402,6 +1523,10 @@ function cerber_check_groove( $hash = '' ) {
1402
  function cerber_antibot_enabled($location) {
1403
  global $wp_cerber;
1404
 
 
 
 
 
1405
  if ( is_array( $location ) ) {
1406
  foreach ( $location as $loc ) {
1407
  if ( $wp_cerber->getSettings( $loc ) ) {
@@ -1428,29 +1553,65 @@ function cerber_antibot_code($location) {
1428
  return;
1429
  }
1430
 
1431
- $ret = get_site_option( 'cerber-antibot', null );
1432
-
1433
- /*
1434
- if ( empty( $ret ) ) {
1435
- $var = substr( str_shuffle( 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' ), 0, 16 );
1436
- $val = substr( str_shuffle( '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' ), 0, 16 );
1437
- $ret = array( $var, $val );
1438
- update_site_option( 'cerber-antibot', $ret );
1439
- }
1440
- */
1441
 
1442
- if ( empty( $ret ) || !is_array( $ret ) ) {
1443
- $ret = cerber_antibot_gene();
1444
  }
1445
 
1446
  ?>
1447
  <script type="text/javascript">
1448
  jQuery(document).ready(function ($) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1449
  $(document).on('submit', 'form', function () {
1450
- $(this).append('<input type="hidden" name="<?php echo $ret[0][0]; ?>" value="<?php echo $ret[0][1]; ?>" />');
1451
- $(this).append('<input type="hidden" name="<?php echo $ret[1][0]; ?>" value="<?php echo $ret[1][1]; ?>" />');
 
 
 
1452
  return true;
1453
  });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1454
  });
1455
  </script>
1456
  <?php
@@ -1464,14 +1625,23 @@ function cerber_antibot_code($location) {
1464
  */
1465
  function cerber_antibot_gene() {
1466
 
1467
- $length = rand( 10, 16 );
1468
- $string1 = str_shuffle( 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' );
1469
- $string2 = str_shuffle( '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz @*-+!?.,' );
1470
 
1471
- $ret = array(
1472
- array( substr( $string1, 0, $length - 1 ), substr( $string2, 0, $length + 1 ) ),
1473
- array( substr( $string1, 1, $length + 1 ), substr( $string2, 2, $length - 1 ) ),
1474
- );
 
 
 
 
 
 
 
 
 
 
 
1475
 
1476
  update_site_option( 'cerber-antibot', $ret );
1477
 
@@ -1479,19 +1649,20 @@ function cerber_antibot_gene() {
1479
  }
1480
 
1481
  /**
1482
- * Is a POST request (a form) was submitted by a bot
1483
  *
1484
- * @return bool|mixed|null
1485
  */
1486
- function cerber_is_bot($location) {
1487
  global $wp_cerber;
1488
  static $ret = null;
1489
 
1490
- if ( !$location || $_SERVER['REQUEST_METHOD'] != 'POST' ) {
1491
- return false;
1492
  }
1493
 
1494
- if ( isset( $ret ) ) {
 
1495
  return $ret;
1496
  }
1497
 
@@ -1500,23 +1671,34 @@ function cerber_is_bot($location) {
1500
  return $ret;
1501
  }
1502
 
1503
- $fields = get_site_option( 'cerber-antibot', null );
1504
 
1505
- if ( empty( $fields ) ) {
1506
- $ret = false;
1507
- }
1508
- elseif (
1509
- empty( $_POST[ $fields[0][0] ] ) || $_POST[ $fields[0][0] ] != $fields[0][1]
1510
- || empty( $_POST[ $fields[1][0] ] ) || $_POST[ $fields[1][0] ] != $fields[1][1]
1511
- ) {
1512
- $ret = true;
1513
- if ( $wp_cerber->getSettings( 'cerberlab' ) ) {
1514
- lab_save_push( $wp_cerber->getRemoteIp(), 333, '' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1515
  }
1516
  }
1517
- else {
1518
- $ret = false;
1519
- }
1520
 
1521
  return $ret;
1522
  }
@@ -2257,6 +2439,28 @@ function cerber_404_page() {
2257
  echo '<html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL ' . esc_url( $_SERVER['REQUEST_URI'] ) . ' was not found on this server.</p></body></html>';
2258
  exit;
2259
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2260
 
2261
  // Citadel mode -------------------------------------------------------------------------------------
2262
 
@@ -2826,6 +3030,7 @@ function cerber_activate() {
2826
 
2827
  ' <p> </p><p><span class="dashicons dashicons-admin-settings"></span> <a href="' . cerber_admin_link( 'main' ) . '">' . __( 'Main Settings', 'wp-cerber' ) . '</a>' .
2828
  ' <span style="margin-left:20px;" class="dashicons dashicons-admin-network"></span> <a href="' . cerber_admin_link( 'acl' ) . '">' . __( 'Access Lists', 'wp-cerber' ) . '</a>' .
 
2829
  ' <span style="margin-left:20px;" class="dashicons dashicons-shield-alt"></span> <a href="' . cerber_admin_link( 'hardening' ) . '">' . __( 'Hardening', 'wp-cerber' ) . '</a>' .
2830
  ' <span style="margin-left:20px;" class="dashicons dashicons-controls-volumeon"></span> <a href="' . cerber_admin_link( 'notifications' ) . '">' . __( 'Notifications', 'wp-cerber' ) . '</a>' .
2831
  ' <span style="margin-left:20px;" class="dashicons dashicons-admin-tools"></span> <a href="' . cerber_admin_link( 'tools' ) . '">' . __( 'Import settings', 'wp-cerber' ) . '</a>' .
@@ -3163,7 +3368,7 @@ function cerber_add_uid( $commentdata ) {
3163
  */
3164
  add_action( 'login_enqueue_scripts', 'cerber_login_scripts' );
3165
  function cerber_login_scripts() {
3166
- if ( cerber_antibot_enabled( 'botsreg' ) ) {
3167
  wp_enqueue_script( 'jquery' );
3168
  }
3169
  }
@@ -3186,7 +3391,7 @@ add_action( 'login_footer', 'cerber_login_foo', 1000 );
3186
  function cerber_login_foo( $ip ) {
3187
  global $wp_cerber;
3188
 
3189
- cerber_antibot_code('botsreg');
3190
 
3191
  // Universal JS
3192
  if (!$wp_cerber->recaptcha_here) return;
5
  Description: Protects site from brute force attacks, bots and hackers. Antispam protection with reCAPTCHA. Comprehensive control of user activity. Restrict login by IP access lists. Limit login attempts. Know more: <a href="http://wpcerber.com">wpcerber.com</a>.
6
  Author: Gregory
7
  Author URI: http://wpcerber.com
8
+ Version: 5.1
9
  Text Domain: wp-cerber
10
  Domain Path: /languages
11
  Network: true
59
  // If this file is called directly, abort executing.
60
  if ( ! defined( 'WPINC' ) ) { exit; }
61
 
62
+ define( 'CERBER_VER', '5.1' );
63
  define( 'CERBER_LOG_TABLE', 'cerber_log' );
64
  define( 'CERBER_ACL_TABLE', 'cerber_acl' );
65
  define( 'CERBER_BLOCKS_TABLE', 'cerber_blocks' );
647
  Display login form if Custom login URL has been requested
648
 
649
  */
650
+ //add_action( 'init', 'cerber_wp_login_page', 20 );
651
+ add_action( 'setup_theme', 'cerber_wp_login_page' ); // @since 5.05
652
  function cerber_wp_login_page() {
653
  global $wp_cerber;
654
  if ( $path = $wp_cerber->getSettings( 'loginpath' ) ) {
668
  }
669
  }
670
 
671
+ /**
672
+ * Check if the current request is a login page / form request
673
+ *
674
+ * @return bool
675
+ */
676
+ function cerber_is_login_request() {
677
+ global $wp_cerber;
678
+ if ( $path = $wp_cerber->getSettings( 'loginpath' ) ) {
679
+ $request = $_SERVER['REQUEST_URI'];
680
+ if ( $pos = strpos( $request, '?' ) ) {
681
+ //$request = explode( '?', $request );
682
+ //$request = array_shift( $request );
683
+ $request = substr( $request, 0, $pos - 1 ); // @since 4.8
684
+ }
685
+ $request = explode( '/', rtrim( $request, '/' ) );
686
+ //$request = array_pop( $request );
687
+ $request = end($request); // @since 4.8
688
+ if ( $path == $request && !cerber_is_rest_url() ) {
689
+ return true;
690
+ }
691
+ }
692
+ elseif ( 0 === strpos( trim( $_SERVER['REQUEST_URI'], '/' ), WP_LOGIN_SCRIPT ) ) {
693
+ return true;
694
+ }
695
+
696
+ return false;
697
+ }
698
+
699
  /*
700
  Create message to show it above login form for any simply GET
701
  */
1047
 
1048
  }
1049
  /**
1050
+ * Check if a submitted comment is allowed
1051
  *
1052
  * @return bool
1053
  */
1054
  function cerber_is_comment_allowed(){
1055
  global $wp_cerber;
1056
 
1057
+ if (is_admin()) return true;
1058
+
1059
  $deny = false;
1060
 
1061
  if ( ! cerber_is_allowed() ) {
1163
  /*
1164
  Direct access to the restricted WP php scripts - what will we do?
1165
  */
1166
+ add_action( 'init', 'cerber_access_control', 1 );
1167
  function cerber_access_control() {
1168
  global $wp_cerber;
1169
 
1238
  }
1239
  }
1240
 
1241
+ /* Antispam */
1242
+ add_action( 'init', 'cerber_post_control', 2 );
1243
+ function cerber_post_control(){
1244
+ global $wp_cerber;
1245
+
1246
+ //if ( $_SERVER['REQUEST_METHOD'] == 'GET' && cerber_antibot_enabled( array( 'botscomm', 'botsany' ) ) ){
1247
+ if ( $_SERVER['REQUEST_METHOD'] == 'GET' ){
1248
+ $antibot = get_site_option( 'cerber-antibot', null );
1249
+ if (!empty($antibot[1])) {
1250
+ foreach ( $antibot[1] as $item ) {
1251
+ setcookie( $item[0], $item[1], time() + 3600, COOKIEPATH );
1252
+ }
1253
+ }
1254
+ }
1255
+
1256
+ if ( $_SERVER['REQUEST_METHOD'] != 'POST' || !cerber_antibot_enabled('botsany') ) {
1257
+ return;
1258
+ }
1259
+
1260
+ // Exceptions -----------------------------------------------------------------------
1261
+
1262
+ if ( cerber_acl_check( null, 'W' ) ) {
1263
+ return;
1264
+ }
1265
+
1266
+ // Comments
1267
+ if ( 0 === strpos( trim( $_SERVER['REQUEST_URI'], '/' ), 'wp-comments-post.php' ) ) {
1268
+ return;
1269
+ }
1270
+
1271
+ // XML-RPC
1272
+ if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) {
1273
+ return;
1274
+ }
1275
+
1276
+ // Trackback
1277
+ if ( is_trackback() ) {
1278
+ return;
1279
+ }
1280
+
1281
+ // Login page
1282
+ if ( cerber_is_login_request() ) {
1283
+ return;
1284
+ }
1285
+
1286
+ // Admin and AJAX requests by unauthorized users
1287
+ if ( is_admin() ) {
1288
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
1289
+ if (is_user_logged_in()) {
1290
+ return;
1291
+ }
1292
+ if ($wp_cerber->getSettings('botssafe')){
1293
+ return;
1294
+ }
1295
+ }
1296
+ else {
1297
+ return;
1298
+ }
1299
+ // if ( ! ( defined( 'DOING_AJAX' ) && DOING_AJAX && !is_user_logged_in() ) ) {
1300
+ // return;
1301
+ //}
1302
+ }
1303
+
1304
+
1305
+ // REST API but not a Contact Form 7 submission
1306
+ if ( cerber_is_rest_url() ) {
1307
+ if ( false === strpos( $_SERVER['REQUEST_URI'], 'contact-form-7' ) ) {
1308
+ return;
1309
+ }
1310
+ }
1311
+
1312
+ $deny = false;
1313
+
1314
+ if ( ! cerber_is_allowed() ) {
1315
+ $deny = true;
1316
+ cerber_log(17); // TODO: should be another event, not 17 'spam bot'
1317
+ }
1318
+ elseif (cerber_is_bot('botsany')){
1319
+ $deny = true;
1320
+ cerber_log(17);
1321
+ }
1322
+
1323
+ if ($deny){
1324
+ cerber_forbidden_page();
1325
+ }
1326
+
1327
+ }
1328
+
1329
  /*
1330
  * Disable pingback URL (hide from HEAD)
1331
  */
1372
  function cerber_no_redirect( $location, $status ) {
1373
  global $current_user, $wp_cerber;
1374
  if ( $current_user->ID == 0 && $wp_cerber->getSettings( 'noredirect' ) ) {
1375
+ //$str = 'redirect_to=' . urlencode( admin_url() );
1376
+ $str = urlencode( '/wp-admin/' );
1377
+ list ($junk, $redirect_to) = explode('redirect_to=',$location);
1378
+ if ( strpos( $redirect_to, $str ) ) {
1379
  cerber_404_page();
1380
  }
1381
  }
1479
  add_action( 'auth_cookie_bad_hash', 'cerber_cookie_bad' );
1480
  function cerber_cookie_bad( $cookie_elements ) {
1481
  cerber_login_failed( $cookie_elements['username'] );
1482
+ //wp_clear_auth_cookie(); @since 5.05
1483
  }
1484
 
1485
  /*
1523
  function cerber_antibot_enabled($location) {
1524
  global $wp_cerber;
1525
 
1526
+ if ($wp_cerber->getSettings( 'botsnoauth' ) && is_user_logged_in()){
1527
+ return false;
1528
+ }
1529
+
1530
  if ( is_array( $location ) ) {
1531
  foreach ( $location as $loc ) {
1532
  if ( $wp_cerber->getSettings( $loc ) ) {
1553
  return;
1554
  }
1555
 
1556
+ $values = get_site_option( 'cerber-antibot', null );
 
 
 
 
 
 
 
 
 
1557
 
1558
+ if ( empty( $values ) || !is_array( $values ) ) {
1559
+ $values = cerber_antibot_gene();
1560
  }
1561
 
1562
  ?>
1563
  <script type="text/javascript">
1564
  jQuery(document).ready(function ($) {
1565
+ //$( document ).ajaxStart(function() {
1566
+ //});
1567
+
1568
+ <?php // Append form fields directly to the all forms ?>
1569
+
1570
+ for (var i = 0; i < document.forms.length; ++i) {
1571
+ var form = document.forms[i];
1572
+ <?php
1573
+ foreach ( $values[0] as $value ) {
1574
+ echo '$(form).append(\'<input type="hidden" name="' . $value[0] . '" value="' . $value[1] . '" />\');'."\n";
1575
+ }
1576
+ ?>
1577
+ }
1578
+
1579
+ <?php // Ordinary submit ?>
1580
+
1581
  $(document).on('submit', 'form', function () {
1582
+ <?php
1583
+ foreach ( $values[0] as $value ) {
1584
+ echo '$(this).append(\'<input type="hidden" name="' . $value[0] . '" value="' . $value[1] . '" />\');'."\n";
1585
+ }
1586
+ ?>
1587
  return true;
1588
  });
1589
+
1590
+ <?php // Pure AJAX submit with two different types of form data (object and string) ?>
1591
+
1592
+ jQuery.ajaxSetup({
1593
+ beforeSend: function (e, data) {
1594
+ //console.log('AHA!');
1595
+ //console.log(Object.getOwnPropertyNames(data).sort());
1596
+ //console.log(data.xhr);
1597
+
1598
+ if (typeof data.data === 'object' && data.data !== null) {
1599
+ <?php
1600
+ foreach ( $values[0] as $value ) {
1601
+ echo 'data.data.append("' . $value[0] . '", "' . $value[1] . '");'."\n";
1602
+ }
1603
+ ?>
1604
+ }
1605
+ else {
1606
+ data.data = data.data + '<?php
1607
+ foreach ( $values[0] as $value ) {
1608
+ echo '&' . $value[0] . '=' . $value[1];
1609
+ }
1610
+ ?>';
1611
+ }
1612
+ }
1613
+ });
1614
+
1615
  });
1616
  </script>
1617
  <?php
1625
  */
1626
  function cerber_antibot_gene() {
1627
 
1628
+ $ret = array();
 
 
1629
 
1630
+ $max = rand( 2, 4 );
1631
+ for ( $i = 1; $i <= $max; $i ++ ) {
1632
+ $length = rand( 10, 16 );
1633
+ $string1 = str_shuffle( 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' );
1634
+ $string2 = str_shuffle( '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.@*_[]' );
1635
+ $ret[0][] = array( substr( $string1, 0, $length ), substr( $string2, 0, $length ) );
1636
+ }
1637
+
1638
+ $max = rand( 2, 4 );
1639
+ for ( $i = 1; $i <= $max; $i ++ ) {
1640
+ $length = rand( 10, 16 );
1641
+ $string1 = str_shuffle( 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' );
1642
+ $string2 = str_shuffle( '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.@*_[]' );
1643
+ $ret[1][] = array( substr( $string1, 0, $length ), substr( $string2, 0, $length ) );
1644
+ }
1645
 
1646
  update_site_option( 'cerber-antibot', $ret );
1647
 
1649
  }
1650
 
1651
  /**
1652
+ * Is a POST request (a form) submitted by a bot?
1653
  *
1654
+ * @return bool
1655
  */
1656
+ function cerber_is_bot($location = '') {
1657
  global $wp_cerber;
1658
  static $ret = null;
1659
 
1660
+ if ( isset( $ret ) ) {
1661
+ return $ret;
1662
  }
1663
 
1664
+ if ( !$location || $_SERVER['REQUEST_METHOD'] != 'POST' || (defined( 'DOING_CRON' ) && DOING_CRON)) {
1665
+ $ret = false;
1666
  return $ret;
1667
  }
1668
 
1671
  return $ret;
1672
  }
1673
 
1674
+ $antibot = get_site_option( 'cerber-antibot', null );
1675
 
1676
+ $ret = false;
1677
+
1678
+ if ( ! empty( $antibot ) ) {
1679
+
1680
+ foreach ( $antibot[0] as $fields ) {
1681
+ if ( empty( $_POST[ $fields[0] ] ) || $_POST[ $fields[0] ] != $fields[1] ) {
1682
+ $ret = true;
1683
+ break;
1684
+ }
1685
+ }
1686
+
1687
+ if (!$ret){
1688
+ foreach ( $antibot[1] as $fields ) {
1689
+ if ( empty( $_COOKIE[ $fields[0] ] ) || $_COOKIE[ $fields[0] ] != $fields[1] ) {
1690
+ $ret = true;
1691
+ break;
1692
+ }
1693
+ }
1694
+ }
1695
+
1696
+ if ( $ret ) {
1697
+ if ( $wp_cerber->getSettings( 'cerberlab' ) ) {
1698
+ lab_save_push( $wp_cerber->getRemoteIp(), 333, '' );
1699
+ }
1700
  }
1701
  }
 
 
 
1702
 
1703
  return $ret;
1704
  }
2439
  echo '<html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL ' . esc_url( $_SERVER['REQUEST_URI'] ) . ' was not found on this server.</p></body></html>';
2440
  exit;
2441
  }
2442
+ /*
2443
+ Display Forbidden page
2444
+ */
2445
+ function cerber_forbidden_page() {
2446
+ status_header( '403' );
2447
+ header( 'HTTP/1.0 403 Access Forbidden', true, 403 );
2448
+ ?>
2449
+ <html>
2450
+ <head><title>403 Access Forbidden</title></head>
2451
+ <body>
2452
+ <div style="display: flex; align-items: center; justify-content: center; height: 70%;">
2453
+ <div style="background-color: #eee; width: 70%; border: solid 3px #ddd; padding: 1.5em 3em 3em 3em; font-family: Arial, Helvetica, sans-serif;">
2454
+ <h1>We're sorry, you are not allowed to proceed</h1>
2455
+ <p>Server stopped processing your request. Your attempt to submit the form looks similar to automated requests from spam posting software.</p>
2456
+ <p>If you believe you should be able to submit, please let us know.</p>
2457
+ </div>
2458
+ </div>
2459
+ </body>
2460
+ </html>
2461
+ <?php
2462
+ exit;
2463
+ }
2464
 
2465
  // Citadel mode -------------------------------------------------------------------------------------
2466
 
3030
 
3031
  ' <p> </p><p><span class="dashicons dashicons-admin-settings"></span> <a href="' . cerber_admin_link( 'main' ) . '">' . __( 'Main Settings', 'wp-cerber' ) . '</a>' .
3032
  ' <span style="margin-left:20px;" class="dashicons dashicons-admin-network"></span> <a href="' . cerber_admin_link( 'acl' ) . '">' . __( 'Access Lists', 'wp-cerber' ) . '</a>' .
3033
+ ' <span style="margin-left:20px;" class="dashicons dashicons-forms"></span> <a href="' . cerber_admin_link( 'antispam' ) . '">' . __( 'Antispam', 'wp-cerber' ) . '</a>' .
3034
  ' <span style="margin-left:20px;" class="dashicons dashicons-shield-alt"></span> <a href="' . cerber_admin_link( 'hardening' ) . '">' . __( 'Hardening', 'wp-cerber' ) . '</a>' .
3035
  ' <span style="margin-left:20px;" class="dashicons dashicons-controls-volumeon"></span> <a href="' . cerber_admin_link( 'notifications' ) . '">' . __( 'Notifications', 'wp-cerber' ) . '</a>' .
3036
  ' <span style="margin-left:20px;" class="dashicons dashicons-admin-tools"></span> <a href="' . cerber_admin_link( 'tools' ) . '">' . __( 'Import settings', 'wp-cerber' ) . '</a>' .
3368
  */
3369
  add_action( 'login_enqueue_scripts', 'cerber_login_scripts' );
3370
  function cerber_login_scripts() {
3371
+ if ( cerber_antibot_enabled( array('botsreg', 'botsany') ) ) {
3372
  wp_enqueue_script( 'jquery' );
3373
  }
3374
  }
3391
  function cerber_login_foo( $ip ) {
3392
  global $wp_cerber;
3393
 
3394
+ cerber_antibot_code(array( 'botsreg', 'botsany' ));
3395
 
3396
  // Universal JS
3397
  if (!$wp_cerber->recaptcha_here) return;